From 6a5655da7394d299066a6b8dc60e4a0fa5f4a51d Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Fri, 1 Mar 2024 07:41:11 +0000 Subject: [PATCH] Update devcontainer.json with new extensions --- .devcontainer/devcontainer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.