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
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Added preliminary changes in PR #2 and #3 that makes this package work with the new "lsp.el".
In order to make it more robust on windows I published my local server to a exe-file, using the command
dotnet publish -c Release -r win10-x64
I added a variable lsp-python-ms-executable that points to the exe-file. Is this variable is non-nil, the contents of the variable will be used as language server, otherwise the old functionality is used.