From dbf96493447874cb884d96ed6aa41eaa879bf7b0 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 30 Jan 2020 09:33:18 +0900 Subject: Use dotnet command --- installer/install-pyls-ms.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf