Update devcontainer.json with new extensions
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user