Unverified Commit c997f9af authored by Samruddhi Khandale's avatar Samruddhi Khandale Committed by GitHub

Rust - Clean up unwanted settings (#434)

* Rust - Clean up unwanted settings

* address comments
parent 6bf4a7db
{
"id": "rust",
"version": "1.0.10",
"version": "1.0.11",
"name": "Rust",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/rust",
"description": "Installs Rust, common Rust utilities, and their required dependencies",
......@@ -38,11 +38,9 @@
"serayuzgur.crates"
],
"settings": {
"lldb.executable": "/usr/bin/lldb",
"files.watcherExclude": {
"**/target/**": true
},
"rust-analyzer.checkOnSave.command": "clippy"
}
}
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment