VSCode: Change setup conda environment task type to process. (#11556)

This commit is contained in:
Jacob Oursland
2023-12-03 20:07:32 -08:00
committed by GitHub
parent d2fa72103f
commit 7f10321a29

View File

@@ -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"
}
}