Skip to content

Commit 7677ffe

Browse files
Copilotmnriem
authored andcommitted
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>
1 parent 55a3326 commit 7677ffe

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,12 @@ For agents that have VS Code extensions or require CLI installation, update the
276276

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

279-
```json
279+
```jsonc
280280
{
281281
"customizations": {
282282
"vscode": {
283283
"extensions": [
284-
"// ... existing extensions ...",
285-
"// [New Agent Name]",
284+
// ... existing extensions ...
286285
"[New Agent Extension ID]"
287286
]
288287
}

0 commit comments

Comments
 (0)