Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix JSONC comment syntax in devcontainer example
Agent-Logs-Url: https://github.com/github/spec-kit/sessions/71b25c53-7d0c-492a-9503-f40a437d5ece

Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
  • Loading branch information
Copilot and mnriem authored Apr 2, 2026
commit ea445f0680cf989a09239ad4cd6d62f1074f14f7
5 changes: 2 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,12 @@ For agents that have VS Code extensions or require CLI installation, update the

For agents available as VS Code extensions, add them to `.devcontainer/devcontainer.json`:

```json
```jsonc
{
"customizations": {
"vscode": {
"extensions": [
"// ... existing extensions ...",
"// [New Agent Name]",
// ... existing extensions ...
"[New Agent Extension ID]"
]
}
Expand Down
Loading