From c997f9af697c6f09143d4b0f5305332e7adb71f5 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Fri, 3 Feb 2023 09:27:17 -0800 Subject: Rust - Clean up unwanted settings (#434) * Rust - Clean up unwanted settings * address comments --- src/rust/devcontainer-feature.json | 6 ++---- 1 file 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" + } } } }, -- cgit v1.2.3