Skip to content

Commit db78c04

Browse files
authored
Update devcontainer.json
1 parent 3c59fb7 commit db78c04

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Diff for: .devcontainer/devcontainer.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@
44
},
55
"vscode": {
66
"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-
],
7+
"ms-python.python",
8+
"ms-python.pylint",
9+
"ms-toolsai.jupyter",
10+
"github.copilot",
11+
"ahmadawais.shades-of-purple",
12+
"ms-vscode.makefile-tools",
13+
"ms-azuretools.vscode-docker",
14+
"twixes.pypi-assistant",
15+
"EditorConfig.EditorConfig"
16+
],
1517
"settings": {
1618
"workbench.colorTheme": "Shades of Purple (Super Dark)"
1719
}
1820
}
1921
}
20-
}
22+
}

0 commit comments

Comments
 (0)