Update devcontainer.json with new extensions

This commit is contained in:
zhiqiang feng
2024-03-01 07:41:11 +00:00
parent d9ddd13eea
commit 6a5655da73
+4 -2
View File
@@ -20,13 +20,15 @@
"vscode": { "vscode": {
"settings": {}, "settings": {},
"extensions": [ "extensions": [
"streetsidesoftware.code-spell-checker" "vmware.vscode-spring-boot",
// "streetsidesoftware.code-spell-checker",
"PrateekMahendrakar.prettyxml"
] ]
} }
}, },
"mounts": [ "mounts": [
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached", "source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached",
"source=${localEnv:HOME}/.m2,target=/home/vscode/.m2,type=bind,consistency=cached", "source=${localEnv:HOME}/.m2,target=/home/vscode/.m2,type=bind,consistency=cached"
] ]
// Use 'forwardPorts' to make a list of ports inside the container available locally. // Use 'forwardPorts' to make a list of ports inside the container available locally.