-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task panel doesn't show any tasks (works w/3.26 but not 3.27) #991
Comments
CC @nayeemrmn please take a look |
I can't reproduce, can you share your |
{
"tasks": {
"test": "deno test",
"dev": "deno test --watch",
"coverage": "rm -rf cov_profile; deno test --coverage=cov_profile; deno coverage --lcov --output=lcov.info cov_profile"
},
"compilerOptions": {
"strict": false,
"strictBindCallApply": true
}
} |
Comparing two uris can lead to this issue in some environments like Windows. I opened PR which (hopefully) should beat this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
No tasks appear in the pane when VSCode starts. Downgrading manually to 3.26 fixes the issue.
To Reproduce
Expected behavior
Tasks appear in tasks pane.
Versions
vscode: 1.84.2 deno: 1.38.1 extension: 3.27
The text was updated successfully, but these errors were encountered: