Skip to content

Commit

Permalink
Updating again to configure VS Code extension
Browse files Browse the repository at this point in the history
  • Loading branch information
v-cap committed Jun 11, 2024
1 parent 2a2c9a4 commit 523d33b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,17 @@

"remoteUser": "codespace",
"overrideCommand": false
}
,
// Add the IDs of extensions you want installed when the container is created.
"customizations": {
"vscode": {
"extensions": [
"GitHub.copilot"
]
},
"codespaces": {
"openFiles": [
"codespace.md"
]
}
}}

0 comments on commit 523d33b

Please sign in to comment.