From 59c6626125ced138e4c8de5122f3cb082bd9f1be Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 19 Sep 2020 11:04:05 +0000 Subject: [PATCH] cleanup --- .devcontainer/devcontainer.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9b56a707..3c122808 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,3 @@ -// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: -// https://github.com/microsoft/vscode-dev-containers/tree/v0.140.1/containers/rust { "name": "Rust", "build": { @@ -8,7 +6,6 @@ // Set *default* container specific settings.json values on container create. "settings": { "terminal.integrated.shell.linux": "/bin/bash", - "lldb.executable": "/usr/bin/lldb", // VS Code don't watch files under ./target "files.watcherExclude": { "**/target/**": true @@ -17,15 +14,7 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ "matklad.rust-analyzer", - "vadimcn.vscode-lldb", - "mutantdino.resourcemonitor", + "bungcip.better-toml", "serayuzgur.crates", - "ms-vsliveshare.vsliveshare" ] - // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], - // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "rustc --version", - // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root. - // "remoteUser": "vscode" } \ No newline at end of file