From: Peter Amstutz Date: Tue, 2 Feb 2021 21:14:45 +0000 (-0500) Subject: Add another icon X-Git-Url: https://git.arvados.org/arvados-vscode-cwl-training.git/commitdiff_plain/b6ed883a3c337a73fb77360ff489ecc8ae16aa62?hp=524b769300adfe624da13ab4c912e387bd22b96b Add another icon Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/README.md b/README.md index c3a39c8..4d11e69 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,10 @@ Code (abbreviated "vscode") to develop CWL workflows on Arvados. ## 2. VSCode setup 1. Install [Visual Studio Code](https://code.visualstudio.com/) and start it up -1. Vscode: go to `Extensions` ![](images/Extensions.png) - 1. search for `remote development` and install the Remote Development extension pack from Microsoft -1. Vscode: On the left side bar, choose `Remote explorer` +1. Vscode: On the left sidebar, select `Extensions` ![](images/Extensions.png) + 1. In `Search Extensions in Marketplace` enter "remote development". + 1. Choose and install the "Remote Development" extension pack from Microsoft +1. Vscode: On the left sidebar, choose `Remote Explorer` ![](images/RemoteExplorer.png) 1. In the drop down, choose `SSH targets` 1. Click `Add new` 1. Enter the `ssh shell…` command line you used in the previous section, step 1.4.1 diff --git a/images/RemoteExplorer.png b/images/RemoteExplorer.png new file mode 100644 index 0000000..81672fd Binary files /dev/null and b/images/RemoteExplorer.png differ