Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
cechrisha committed Aug 14, 2023
1 parent dfcfa4d commit f67b327
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,21 @@

"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 f67b327

Please sign in to comment.