Skip to content

Conversation

@Techatrix
Copy link
Member

We cannot assume that client and server will use the exact same uri string to refer the same file. To remedy this, we will now always run some normalization rules before using a uri. Previously we would sometimes use client uri strings as is and sometimes normalize them. fixes #2465

I've also made sure that UNC paths on windows are properly handled. Still depends on ziglang/zig#25681 to fix import lookups.

@Techatrix Techatrix merged commit 8b2754a into master Oct 27, 2025
6 checks passed
@Techatrix Techatrix deleted the techatrix/norm-uri branch October 27, 2025 19:19
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.

New symbols (struct/enum/fn/type) in one file aren’t recognized in other files until ZLS restart

2 participants