Add another icon
authorPeter Amstutz <peter.amstutz@curii.com>
Tue, 2 Feb 2021 21:14:45 +0000 (16:14 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Mon, 15 Feb 2021 21:28:45 +0000 (16:28 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

README.md
images/RemoteExplorer.png [new file with mode: 0644]

index c3a39c811ad343a59eece20893cbd155e395bd24..4d11e6957f2a757f8e60dc36049215038578ef55 100644 (file)
--- 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 (file)
index 0000000..81672fd
Binary files /dev/null and b/images/RemoteExplorer.png differ