CFiggers / vscode-janet-plus-plus

Janet language support for Visual Studio Code
Other
10 stars 2 forks source link

TODO: Add support to set your own path to the janet language server in the system #10

Open leobm opened 10 months ago

leobm commented 10 months ago

feature request You should have the possibility to set the path in the plugins settings to your own language server version. Default should be the language server, which is delivered with the extension.

Maybe the user can also set an environment variable to the path of the language server in his operating system. If this is set, this can also be selected as default.

It is important that the extension handles the path differently in operating systems like linux or windows.

CFiggers commented 6 months ago

This was originally delivered with #15 , but was glitchy until #22 .

Should now be working with pre-release version 1.1.3. Check it out in the Extension Marketplace and let me know if you have any feedback!