Describe the bug
To Reproduce
- create the following
deno.json
{
"tasks": {
"asdf": "echo 1"
}
}
- click the ... icon and enable "Deno Tasks"

- hit F1 and run "Deno: Run Task"
Expected behavior
task is listed in the "Deno Tasks" section and appears when running "Deno: Run Task"
Screenshots
when running "Deno: Run Task" the following error appears:
Versions
vscode: 1.119.0 deno: 2.7.14 extension: 3.52.0
OS: windows 11
Describe the bug
To Reproduce
deno.json{ "tasks": { "asdf": "echo 1" } }Expected behavior
task is listed in the "Deno Tasks" section and appears when running "Deno: Run Task"
Screenshots
when running "Deno: Run Task" the following error appears:
Versions
vscode: 1.119.0 deno: 2.7.14 extension: 3.52.0
OS: windows 11