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-08 20:56:35 +0300
committerChuck Lantz <clantz@microsoft.com>2020-06-08 20:56:35 +0300
commitd2f343305c39461a20d25b0cd038345081c9e760 (patch)
tree837bce60573eabf002d70e0641e8e2ef34d7c43a /.devcontainer/devcontainer.json
parent087f4d919e6e537b62c4f5dd5c37e726909bb073 (diff)
Fix typos, add password, note slow perf of "Screen Sharing" app
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 90db9d4d5ad..aa41fe9c169 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -7,6 +7,7 @@
"TARGET_VNC_RESOLUTION": "1280x768",
"TARGET_VNC_PORT": "5901",
"TARGET_NOVNC_PORT": "6080",
+ "VNC_PASSWORD": "vscode",
"INSTALL_FIREFOX": "true"
}
},