Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Kate Kate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • UtilitiesUtilities
  • KateKate
  • Merge requests
  • !79

Fix starting LSP server on Windows

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kåre Särs requested to merge Fix-starting-LSP-on-Windows into master May 08, 2020
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 3

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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: Fix-starting-LSP-on-Windows