diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0fc5312..fb2d38a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -38,8 +38,7 @@ // VS Code don't watch files under ./target "files.watcherExclude": { "**/target/**": true - }, - "rust-analyzer.checkOnSave.command": "clippy" + } } } },