Skip to content

Fix starting LSP server on Windows

Kåre Särs requested to merge Fix-starting-LSP-on-Windows into master

Replace QUrl::path() with toLocalPath() for proper paths for the server

Plain path() returns /C:/Users/... in stead of C:/Users/... That made QProcess fail to start the LSP server.

Merge request reports