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.
If you choose, compile the language server to a single executable
14
+
with one of:
15
+
#+BEGIN_SRC bash
16
+
dotnet publish -c Release -r osx-x64 # mac
17
+
ln -sf $(git rev-parse --show-toplevel)/output/bin/Release/osx-x64/publish/Microsoft.Python.LanguageServer ~/.local/bin/ # or whereever you put your executables
18
+
#+END_SRC
19
+
#+BEGIN_SRC bash
20
+
dotnet publish -c Release -r win10-x64 # windows 10
21
+
#+END_SRC
22
+
23
+
3. Include ~lsp-python-ms~ in your config in your preferred manner. A
0 commit comments