fwcd / vscode-kotlin

Kotlin code completion, debugging, linting and more for VSCode
MIT License
295 stars 36 forks source link

Language server initialization error if project path has spaces #21

Open kekdev opened 4 years ago

kekdev commented 4 years ago

Describe the bug Language server initialization error if project path has spaces

To Reproduce

  1. create folder with spaces in name
  2. open it in VSCode

Expected behavior Extension initialized normally

Extension version 0.2.10

trace https://gist.github.com/luprux/bef7d50d0c74852a8b0e9d18a4157f80

g0ne150 commented 4 years ago

Run into the same error