-
Notifications
You must be signed in to change notification settings - Fork 284
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
SourceKit-LSP not publishing diagnostics on Windows #1855
Comments
Synced to Apple’s issue tracker as rdar://141001203 |
ahoppen
added a commit
to ahoppen/sourcekit-lsp
that referenced
this issue
Dec 10, 2024
VS Code spells file paths with a lowercase drive letter, while the rest of Windows APIs use an uppercase drive letter. Normalize the drive letter spelling to be uppercase. Fixes swiftlang#1855 rdar://141001203
ahoppen
added a commit
to ahoppen/sourcekit-lsp
that referenced
this issue
Dec 11, 2024
VS Code spells file paths with a lowercase drive letter, while the rest of Windows APIs use an uppercase drive letter. Normalize the drive letter spelling to be uppercase. Fixes swiftlang#1855 rdar://141001203
ahoppen
added a commit
to ahoppen/sourcekit-lsp
that referenced
this issue
Dec 11, 2024
VS Code spells file paths with a lowercase drive letter, while the rest of Windows APIs use an uppercase drive letter. Normalize the drive letter spelling to be uppercase. Fixes swiftlang#1855 rdar://141001203
ahoppen
added a commit
to ahoppen/sourcekit-lsp
that referenced
this issue
Dec 11, 2024
VS Code spells file paths with a lowercase drive letter, while the rest of Windows APIs use an uppercase drive letter. Normalize the drive letter spelling to be uppercase. Fixes swiftlang#1855 rdar://141001203
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Swift version
Swift version 6.0.2 (swift-6.0.2-RELEASE)
Platform
Windows 11
Editor
vscode-swift extension
Description
swiftlang/vscode-swift#1226 was reported to vscode-swift repo. I am able to reproduce it on Windows with both the ARM64 and x86_64 toolchains downloaded off swift.org. Finding references and go to definition requests are working, the vscode-swift extension just isn't getting diagnostics.
Steps to Reproduce
swiftc
diagnostics show upLogging
attached log for simple project created with "swift init"
sourcekit-lsp diagnostics.zip
The text was updated successfully, but these errors were encountered: