Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Lantz <clantz@microsoft.com>2020-06-03 17:19:43 +0300
committerChuck Lantz <clantz@microsoft.com>2020-06-03 17:19:43 +0300
commit8c8c801ada8210a623d1cbe9840dc635d6d91c3c (patch)
treea4adef22aed7e354438aa39129e3c5601516db01 /.devcontainer/devcontainer.json
parenta3006f5c6a38fdde05490e2ae6644c662fdee2c6 (diff)
Trim extensions, tweak README
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 48d677c65a6..2bc8291b197 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -16,8 +16,6 @@
"settings": {
// zsh is also available
"terminal.integrated.shell.linux": "/bin/bash",
- "resmon.show.battery": false,
- "resmon.show.cpufreq": false,
"remote.extensionKind": {
"ms-vscode.js-debug-nightly": "workspace",
"msjsdiag.debugger-for-chrome": "workspace"
@@ -33,8 +31,7 @@
"EditorConfig.EditorConfig",
"ms-vscode.js-debug-nightly",
"msjsdiag.debugger-for-chrome",
- "GitHub.vscode-pull-request-github",
- "mutantdino.resourcemonitor"
+ "GitHub.vscode-pull-request-github"
],
"remoteUser": "node"