diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2a110d41..bf1009c1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,13 +20,15 @@ "vscode": { "settings": {}, "extensions": [ - "streetsidesoftware.code-spell-checker" + "vmware.vscode-spring-boot", + // "streetsidesoftware.code-spell-checker", + "PrateekMahendrakar.prettyxml" ] } }, "mounts": [ "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.