Skip to content

fix LSP document navigation on Windows - #36

Open
andreisfedotov wants to merge 2 commits into
mainfrom
lsp-windows
Open

fix LSP document navigation on Windows#36
andreisfedotov wants to merge 2 commits into
mainfrom
lsp-windows

Conversation

@andreisfedotov

Copy link
Copy Markdown
Member

checked for C# and TypeScript on Windows and Mac machines

@andreisfedotov
andreisfedotov requested a review from vipmax August 20, 2026 11:09
@andreisfedotov andreisfedotov self-assigned this Aug 20, 2026
@andreisfedotov andreisfedotov added bug Something isn't working enhancement New feature or request labels Aug 20, 2026
Comment thread anycode/hooks/useEditors.ts Outdated
return rawPath;
return /^\/[A-Za-z]:\//.test(rawPath)
? rawPath.slice(1)
: rawPath;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Use function from utils.ts

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

it hasn't same function but I moved it there and used in other files as well :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants