[ARVADOS] created: 2.1.0-1828-gd8fd5586c
Git user
git at public.arvados.org
Mon Jan 24 18:54:48 UTC 2022
at d8fd5586c3c4a5f9717fd1fbf277345095901bf6 (commit)
commit d8fd5586c3c4a5f9717fd1fbf277345095901bf6
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Jan 24 13:43:30 2022 -0500
18665: Separate Set Host and Set Token steps
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 at curii.com>
diff --git a/doc/user/cwl/arvados-vscode-training.html.md.liquid b/doc/user/cwl/arvados-vscode-training.html.md.liquid
index 1858f5b57..804b3ad7b 100644
--- a/doc/user/cwl/arvados-vscode-training.html.md.liquid
+++ b/doc/user/cwl/arvados-vscode-training.html.md.liquid
@@ -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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list