Diffusion Kate 52c8285bc300

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

Authored by sars on May 8 2020, 9:41 AM.

Description

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.

Details