aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-02-03 20:27:17 +0300
committerGitHub <noreply@github.com>2023-02-03 20:27:17 +0300
commitc997f9af697c6f09143d4b0f5305332e7adb71f5 (patch)
tree60722f9887fade5406b8ae6b318f1effcba3fddf
parent6bf4a7dbeccc63c20220fce08a02d0893d75b83a (diff)
Rust - Clean up unwanted settings (#434)feature_rust_1.0.11samruddhikhandale/php-allow-none
* Rust - Clean up unwanted settings * address comments
-rw-r--r--src/rust/devcontainer-feature.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/rust/devcontainer-feature.json b/src/rust/devcontainer-feature.json
index e1b2052..fd5d026 100644
--- a/src/rust/devcontainer-feature.json
+++ b/src/rust/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"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"
+ }
}
}
},