Skip to content

Commit

Permalink
Adding extension from the codespace!
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathiyarasy committed Jan 31, 2024
1 parent 808c7a2 commit d8905b1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,18 @@

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

Please sign in to comment.