diff options
| author | Kyle VanderBeek <kylev@kylev.com> | 2024-03-09 20:20:14 +0000 |
|---|---|---|
| committer | Kyle VanderBeek <kylev@kylev.com> | 2024-03-09 20:20:14 +0000 |
| commit | 77903200a0c19ef4ad2de7b2abec06e301d0dccc (patch) | |
| tree | d17442832777b00f5e262ab87e5aa2bd6209104d /.devcontainer | |
| parent | e424e9f6c78ec54c5a91b942398f7012f46f6c90 (diff) | |
Remove duplicate vscode extension list.
It's already in the vendor-specific .vscode files.
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/devcontainer.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 643021a..a7f4f78 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,12 +3,5 @@ "updateContentCommand": "cargo build", "remoteEnv": { "PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/target/debug" - }, - "customizations": { - "vscode": { - "extensions": [ - "rust-lang.rust-analyzer" - ] - } } } |
