We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c59fb7 commit db78c04Copy full SHA for db78c04
.devcontainer/devcontainer.json
@@ -4,17 +4,19 @@
4
},
5
"vscode": {
6
"extensions": [
7
- "ms-python.python",
8
- "ms-python.pylint",
9
- "ms-toolsai.jupyter",
10
- "github.copilot",
11
- "github.copilot-chat",
12
- "github.copilot-labs",
13
- "ahmadawais.shades-of-purple"
14
- ],
+ "ms-python.python",
+ "ms-python.pylint",
+ "ms-toolsai.jupyter",
+ "github.copilot",
+ "ahmadawais.shades-of-purple",
+ "ms-vscode.makefile-tools",
+ "ms-azuretools.vscode-docker",
+ "twixes.pypi-assistant",
15
+ "EditorConfig.EditorConfig"
16
+ ],
17
"settings": {
18
"workbench.colorTheme": "Shades of Purple (Super Dark)"
19
}
20
21
-}
22
+}
0 commit comments