Closed akavel closed 5 years ago
Got similar error with Sublime Text on Windows:
'chcp' is not recognized as an internal or external command,:
operable program or batch file.:
'chcp' is not recognized as an internal or external command,:
operable program or batch file.:
os.nim(1855) expandFilename:
Error: unhandled exception: file 'C:\C:\Users\moigagoo\Projects\norm\src\norm' does not exist [OSError]:
os.nim(1855) expandFilename:
Error: unhandled exception: file 'C:\C:\Users\moigagoo\Projects\norm\src\norm' does not exist [OSError]:
I am trying to run
nimlsp
withvim-lsp
on Windows. I added some extra debugging statements invim-lsp
, and as of now I'm seeing the following error (nimlsp compiled with Nim 0.20.0):Any idea why the
file 'C:\\C:\\prog\\dali\\src' does not exist [OSError]
error could be happening (please note the duplicatedC:\\C:\\
prefix), or how I could get a longer stack trace to try and debug it myself?