You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Windows-style paths with backslashes in SourceKit-LSP compiler arguments for plugins (#8118)
`URL.path` returns a URL path with forward slashes. We need to go
through `withUnsafeFileSystemRepresentation` to get a Windows file
system path with backslashes.
Fixesswiftlang/sourcekit-lsp#1775
// Note: we ignore the `fileURL` here as the expectation is that we get a commandline for the entire target in case of Swift. Plugins are always assumed to only consist of Swift files.
0 commit comments