X-Git-Url: https://git.arvados.org/arvados-vscode-cwl-training.git/blobdiff_plain/2d90965dd0a1b5fab9f887dad29d680e2d838dd1..3261ab597f336034472ba1148793fb49735d1b2d:/.vscode/tasks.json?ds=sidebyside diff --git a/.vscode/tasks.json b/.vscode/tasks.json index cde038f..66d52b3 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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": [] }, { @@ -28,15 +28,9 @@ ], "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",