We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6449e commit 7efc4a4Copy full SHA for 7efc4a4
1 file changed
.devcontainer/devcontainer.json
@@ -48,7 +48,9 @@
48
"ms-python.autopep8",
49
"ms-vscode.vscode-node-azure-pack",
50
"redhat.vscode-yaml",
51
- "vscjava.vscode-java-pack"
+ "vscjava.vscode-java-pack",
52
+ "vscjava.vscode-spring-initializr",
53
+ "vscjava.vscode-spring-boot-dashboard"
54
],
55
"settings": {
56
"chat.agent.enabled": true
@@ -63,4 +65,4 @@
63
65
"hostRequirements": {
64
66
"memory": "8gb"
67
}
-}
68
+}
0 commit comments