Skip to content

Commit

Permalink
Adds extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTrainer committed May 28, 2024
1 parent 64d329a commit a52bcc2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,19 @@
// "postCreateCommand": "python --version",

// Configure tool-specific properties.
// "customizations": {},
"customizations": {
"vscode": {
"extensions": [
"GitHub.copilot",
"GitHub.copilot-chat",
"ms-python.vscode-pylance",
"ms-toolsai.jupyter",
"ms-dotnettools.csdevkit",
"vscjava.vscode-maven",
"vscjava.vscode-gradle",
]
}
},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
Expand Down

0 comments on commit a52bcc2

Please sign in to comment.