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:
authorturara <turara.developer@gmail.com>2020-09-27 12:13:32 +0300
committerturara <turara.developer@gmail.com>2020-10-04 13:06:07 +0300
commit53a820b3a8a05411756381f1749cbda53de710d1 (patch)
treeab171d27a7fc17bb329e97fd1982b67e38541f6b /.devcontainer
parented426789c524168092693c930da06bdcff8975f0 (diff)
Update Remote-Containers command name to "Clone Repository in Container Volume"
Update .devcontainer/README.md
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/README.md b/.devcontainer/README.md
index 8de0ffeffac..288174c4189 100644
--- a/.devcontainer/README.md
+++ b/.devcontainer/README.md
@@ -18,9 +18,9 @@ This repository includes configuration for a development container for working w
> Note that the Remote - Containers extension requires the Visual Studio Code distribution of Code - OSS. See the [FAQ](https://aka.ms/vscode-remote/faq/license) for details.
-4. Press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and select **Remote - Containers: Open Repository in Container...**.
+4. Press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and select **Remote-Containers: Clone Repository in Container Volume...**.
- > **Tip:** While you can use your local source tree instead, operations like `yarn install` can be slow on macOS or using the Hyper-V engine on Windows. We recommend the "open repository" approach instead since it uses "named volume" rather than the local filesystem.
+ > **Tip:** While you can use your local source tree instead, operations like `yarn install` can be slow on macOS or using the Hyper-V engine on Windows. We recommend the "clone repository in container" approach instead since it uses "named volume" rather than the local filesystem.
5. Type `https://github.com/microsoft/vscode` (or a branch or PR URL) in the input box and press <kbd>Enter</kbd>.