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

fix: tasks panel empty on win machines #996

Merged
merged 2 commits into from
Nov 25, 2023

Conversation

Nedgeva
Copy link
Contributor

@Nedgeva Nedgeva commented Nov 23, 2023

Fixes #991

@CLAassistant
Copy link

CLAassistant commented Nov 23, 2023

CLA assistant check
All committers have signed the CLA.

const workspaceFolder = (workspace.workspaceFolders ?? []).find((f) =>
// NOTE: skipEncoding in Uri.toString(), read more at https://github.com/microsoft/vscode/commit/65cb3397673b922c1b6759d145a3a183feb3ee5d
sourceUri
.toString(true)
Copy link
Collaborator

@nayeemrmn nayeemrmn Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't take an argument apparently, maybe @ts-expect-error?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, sorry, Totally forgot that sourceUri is just string actually.

Copy link
Collaborator

@nayeemrmn nayeemrmn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@nayeemrmn nayeemrmn merged commit 40bd148 into denoland:main Nov 25, 2023
1 check passed
@Nedgeva Nedgeva deleted the bugfix/fix-empty-deno-tasks-sidebar branch November 25, 2023 19:14
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 this pull request may close these issues.

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