aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-30 09:33:18 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-30 09:33:18 +0900
commitdbf96493447874cb884d96ed6aa41eaa879bf7b0 (patch)
treed4d66dec1010bfe971c9d61f2281d00142222eb1
parentbd75b6d33926aaebd9d6d9ae9dba150febd37341 (diff)
downloadvim-lsp-settings-dbf96493447874cb884d96ed6aa41eaa879bf7b0.tar.gz
vim-lsp-settings-dbf96493447874cb884d96ed6aa41eaa879bf7b0.tar.bz2
vim-lsp-settings-dbf96493447874cb884d96ed6aa41eaa879bf7b0.zip
Use dotnet command
-rw-r--r--installer/install-pyls-ms.cmd2
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