Add installer of pyls for Windows

This commit is contained in:
Yasuhiro Matsumoto
2019-12-18 18:02:00 +09:00
parent 6b485e52f7
commit c2609d26e6

View File

@@ -0,0 +1,16 @@
@echo off
cd %~dp0
if exist "..\servers\pyls" rd /S /Q "..\servers\pyls"
md "..\servers\pyls"
cd "..\servers\pyls"
python3 -m venv ./venv
venv\bin\pip3 install python-language-server
echo @echo off ^
venv\bin\pyls ^
> pyls.cmd