Make it easier to configure arvados in vscode
[arvados-vscode-cwl-template.git] / .vscode / tasks.json
index cde038ff1200cc9dbaf75fcc4db886908802e5a9..66d52b330b5cef78aa6a1e4403034760dc08ca5d 100644 (file)
@@ -16,7 +16,7 @@
         {
             "label": "Configure Arvados",
             "type": "shell",
-            "command": "scripts/configure-arv ${input:api_host} ${input:api_token}",
+            "command": "scripts/configure-arv '${input:api_info}'",
             "problemMatcher": []
         },
         {
     ],
     "inputs": [
         {
-            "id": "api_host",
+            "id": "api_info",
             "type": "promptString",
-            "description": "Value for ARVADOS_API_HOST"
-        },
-        {
-            "id": "api_token",
-            "type": "promptString",
-            "description": "Value for ARVADOS_API_TOKEN",
-            "password": true
+            "description": "Current API_TOKEN and API_HOST from Workbench"
         },
         {
             "id": "project_uuid",