chore: .devcontainer updated

This commit is contained in:
Jack Wills
2025-05-26 13:45:49 +00:00
parent 8b3eaa36cc
commit 324f826827
+1 -2
View File
@@ -38,8 +38,7 @@
// VS Code don't watch files under ./target // VS Code don't watch files under ./target
"files.watcherExclude": { "files.watcherExclude": {
"**/target/**": true "**/target/**": true
}, }
"rust-analyzer.checkOnSave.command": "clippy"
} }
} }
}, },