Open
Description
Summary
The path
parameter in vscode tasks (.vscode/tasks.json
) are not properly used, leading to file not found
type of errors when running tasks.
Description
I have tasks in my .vscode/tasks.json
file that look llike:
{
"type": "npm",
"script": "test-e2e",
"problemMatcher": ["$tsc-watch"],
"label": "test data-browser e2e",
"path": "browser",
"detail": "pnpm test-e2e",
"isBackground": true,
"group": "test"
},
When I try to task:spawn
in Zed, the task is ignoring the path
parameter, spawning in the workspace root instead of the path
folder.
Zed Version and System Specs
Zed: v0.191.5 (Zed)
OS: macOS 15.5.0
Memory: 16 GiB
Architecture: aarch64
Metadata
Metadata
Assignees
Labels
No labels