angularls fails to start if the cmd path contains whitespace #1789
Unanswered
allengueco
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In classic Windows fashion, my home directory contains a space
C:\Users\ABC DEF\
. Whenever angularls tries to start, it fails with this error (from:LspLog
)C:\\Users\\ABC DEF\\AppData\\Local\\nvim-data\\mason\\bin\\ngserver.CMD" "stderr" "'C:\\Users\\ABC' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n
Any idea why it truncates the path?
Beta Was this translation helpful? Give feedback.
All reactions