Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TuckWai97 authored Sep 30, 2023
1 parent 5de7f52 commit 0d69a89
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,17 @@

"remoteUser":"codespace",
"overrideCommand":false

"customizations": {
"vscode": {
"extensions": [
"Github.copilot"
]
},
"codespaces": {
"openFiles": [
"codespace.md"
]
}
}
}

0 comments on commit 0d69a89

Please sign in to comment.