diff --git a/contrib/.vscode/tasks.json b/contrib/.vscode/tasks.json index e8e1f77214..71b7439ec6 100644 --- a/contrib/.vscode/tasks.json +++ b/contrib/.vscode/tasks.json @@ -1,7 +1,7 @@ { "tasks": [ { - "type": "shell", + "type": "process", "label": "FreeCAD: setup conda environment", "linux": { "command": "conda/setup-environment.sh", @@ -68,4 +68,4 @@ } ], "version": "2.0.0" -} \ No newline at end of file +}