18665: Separate Set Host and Set Token steps
authorPeter Amstutz <peter.amstutz@curii.com>
Mon, 24 Jan 2022 18:43:30 +0000 (13:43 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Mon, 24 Jan 2022 18:43:30 +0000 (13:43 -0500)
Being separated because the previous "paste the whole
contents of the dialog box" was actually more confusing than helpful.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

doc/user/cwl/arvados-vscode-training.html.md.liquid

index 1858f5b574260ebd0addc49379d3a9ce0dd4cb4e..804b3ad7bbd07febe180edbd73dc3c5dcd72ac99 100644 (file)
@@ -86,9 +86,11 @@ Code (abbreviated "vscode") to develop CWL workflows on Arvados.
    1. Go to Vscode
    1. Vscode: Click on the `Terminal` menu
    1. Vscode: Click `Run Taskā€¦`
-   1. Vscode: Select `Configure Arvados`
-   1. Vscode: Paste text into the `Current API_TOKEN and API_HOST from Workbench` prompt
-   1. Vscode: This will create files called `API_HOST` and `API_TOKEN`
+   1. Vscode: Select `Set Arvados Host`
+   1. Vscode: Paste the value of API Host from the Workbench `Get API Token` dialog (found in the User menu) at the prompt
+   1. Vscode: Next, run task `Set Arvados Token`
+   1. Vscode: Paste the value of API Token from the Workbench `Get API Token` dialog
+   1. Vscode: These will create files called `API_HOST` and `API_TOKEN`
 
 ## 3. Register & run a workflow