Skip to content

Commit

Permalink
added customization
Browse files Browse the repository at this point in the history
  • Loading branch information
teknlgyuser committed May 22, 2024
1 parent 59ac11b commit 7abdf30
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,18 @@
"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 7abdf30

Please sign in to comment.