diff --git a/kotlin/devcontainer.json b/kotlin/devcontainer.json index e98836d..2c13025 100644 --- a/kotlin/devcontainer.json +++ b/kotlin/devcontainer.json @@ -6,7 +6,6 @@ "customizations": { "vscode": { "settings": { - "terminal.integrated.defaultProfile.linux": "zsh", "editor.formatOnSave": true, "java.jdt.ls.java.home": "/usr/lib/jvm/java-21-openjdk" }, diff --git a/svelte/devcontainer.json b/svelte/devcontainer.json index e02fc88..1c80f2c 100644 --- a/svelte/devcontainer.json +++ b/svelte/devcontainer.json @@ -4,6 +4,9 @@ "remoteUser": "dev", "customizations": { "vscode": { + "settings": { + "editor.formatOnSave": true + }, "extensions": [ "ms-azuretools.vscode-docker", "ms-vscode-remote.remote-containers",