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 a60fefa..9f8229d 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\dotnet.exe Microsoft.Python.LanguageServer.dll %%* ^
+%%~dp0\dotnet.exe %%~dp0\Microsoft.Python.LanguageServer.dll %%* ^
> pyls-ms.cmd
|