Skip to content

Fix tasks sidebar functionality on Windows#1369

Open
mashizora wants to merge 1 commit into
denoland:mainfrom
mashizora:fix/tasks-sidebar
Open

Fix tasks sidebar functionality on Windows#1369
mashizora wants to merge 1 commit into
denoland:mainfrom
mashizora:fix/tasks-sidebar

Conversation

@mashizora
Copy link
Copy Markdown

fix #1218

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 26, 2026

CLA assistant check
All committers have signed the CLA.

.toLocaleLowerCase()
.startsWith(f.uri.toString().toLocaleLowerCase())
sourceUri.toString().toLowerCase()
.startsWith(f.uri.toString().toLowerCase())
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

For encoded uris, toLowerCase is OK.

@mashizora
Copy link
Copy Markdown
Author

@nayeemrmn Could you help me review this fix?

@mashizora
Copy link
Copy Markdown
Author

Are there any active maintainers available to review this PR?

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

2 participants