Skip to content

Commit

Permalink
Add copilot and initial file to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Magara committed May 30, 2024
1 parent 4d345f5 commit 96ee032
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,18 @@

"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 96ee032

Please sign in to comment.