You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the LSP cannot start on Windows because the LSP exe doesn't have a file extension. I've manually renamed c3-lsp-windows to c3-lsp-windows.exe and adjusted the path in extension.js and now it seems to work fine. Not sure why VS Code needs a file extension, running the LSP from the terminal worked fine, even before.
I would open a PR, but I don't know where you get the binaries from, so I can't rename them.
The text was updated successfully, but these errors were encountered:
It seems the LSP cannot start on Windows because the LSP exe doesn't have a file extension. I've manually renamed
c3-lsp-windows
toc3-lsp-windows.exe
and adjusted the path inextension.js
and now it seems to work fine. Not sure why VS Code needs a file extension, running the LSP from the terminal worked fine, even before.I would open a PR, but I don't know where you get the binaries from, so I can't rename them.
The text was updated successfully, but these errors were encountered: