Skip to content

Commit

Permalink
Add customizations for VS Code extensions and open files in devcontai…
Browse files Browse the repository at this point in the history
…ner.json
  • Loading branch information
ValkScripter committed Dec 6, 2024
1 parent 40899cb commit 77f3ab2
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@
"name": "Codespace for Skills!",
// Use the base codespace image
"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 77f3ab2

Please sign in to comment.