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", "id": "rust",
"version": "1.0.10", "version": "1.0.11",
"name": "Rust", "name": "Rust",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/rust", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/rust",
"description": "Installs Rust, common Rust utilities, and their required dependencies", "description": "Installs Rust, common Rust utilities, and their required dependencies",
...@@ -38,11 +38,9 @@ ...@@ -38,11 +38,9 @@
"serayuzgur.crates" "serayuzgur.crates"
], ],
"settings": { "settings": {
"lldb.executable": "/usr/bin/lldb",
"files.watcherExclude": { "files.watcherExclude": {
"**/target/**": true "**/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