diff --git a/.devcontainer.json b/.devcontainer.json index a2a6b75..e329d88 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -7,18 +7,5 @@ "containerEnv": { "WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}" }, - "extensions": ["timonwong.shellcheck", "esbenp.prettier-vscode"], - "mounts": ["type=volume,target=/var/lib/docker"], - "settings": { - "terminal.integrated.profiles.linux": { - "zsh": { - "path": "/usr/bin/zsh" - } - }, - "terminal.integrated.defaultProfile.linux": "zsh", - "editor.formatOnPaste": false, - "editor.formatOnSave": true, - "editor.formatOnType": true, - "files.trimTrailingWhitespace": true - } + "mounts": ["type=volume,target=/var/lib/docker"] }