diff options
Diffstat (limited to 'installer/install-pyls-ms.cmd')
-rw-r--r-- | installer/install-pyls-ms.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install-pyls-ms.cmd b/installer/install-pyls-ms.cmd index 47d0bd9..a60fefa 100644 --- a/installer/install-pyls-ms.cmd +++ b/installer/install-pyls-ms.cmd @@ -14,6 +14,6 @@ call "%~dp0\run_unzip.cmd" %nupkg% echo @echo off ^
-%%~dp0\Microsoft.Python.LanguageServer.exe %%* ^
+%%~dp0\dotnet.exe Microsoft.Python.LanguageServer.dll %%* ^
> pyls-ms.cmd
|