mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-06 18:24:36 +01:00
Windows uses `Path` for the environment variable spelling, but expects that environment variables are case-insensitive. Foundation's implementation treats the environment variables as being case sensitive and will not properly look up the value Add a case corrected spelling for that support.