Skip to content
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

Closed
pjeby opened this issue Nov 15, 2023 · 4 comments · Fixed by #996
Closed

Task panel doesn't show any tasks (works w/3.26 but not 3.27) #991

pjeby opened this issue Nov 15, 2023 · 4 comments · Fixed by #996

Comments

@pjeby
Copy link

pjeby commented Nov 15, 2023

Describe the bug
No tasks appear in the pane when VSCode starts. Downgrading manually to 3.26 fixes the issue.

To Reproduce

  1. Put tasks in deno.jsonc at project root.
  2. Open VSCode w/deno extension 3.27

Expected behavior
Tasks appear in tasks pane.

Versions
vscode: 1.84.2 deno: 1.38.1 extension: 3.27

@bartlomieju
Copy link
Member

CC @nayeemrmn please take a look

@nayeemrmn
Copy link
Collaborator

I can't reproduce, can you share your deno.jsonc?

@pjeby
Copy link
Author

pjeby commented Nov 16, 2023

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

@Nedgeva
Copy link
Contributor

Nedgeva commented Nov 24, 2023

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants