ailisp / commonlisp-vscode

Common Lisp Editing extension for Visual Studio Code
35 stars 1 forks source link

Support for remotely connecting to the language server? #21

Open maxdaneau opened 2 years ago

maxdaneau commented 2 years ago

I get error while trying to install everything on Windows, so I thought I could write a Docker image to act as the server, but the config option only allows passing a path.

Would it be possible to add support for remotely connecting to cl-lsp? It seems to me like having a docker image with everything pre-configured would be the best way to make this whole project portable to Windows and MacOS (for x64 cpus anyway).