Skip to content

Commit

Permalink
Updated the devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Liszet committed Dec 27, 2023
1 parent 0094714 commit 969a568
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,19 @@
"image": "mcr.microsoft.com/vscode/devcontainers/universal:latest",

"remoteUser": "codespace",
"overrideCommand": false
"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 969a568

Please sign in to comment.