aboutsummaryrefslogtreecommitdiff
path: root/installer/install-eslint-language-server.cmd
blob: ee71b538ade1a741c902909f407772fbad3103ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo off

git clone "https://github.com/microsoft/vscode-eslint" .
git checkout release/2.0.15
call npm install
call npm --prefix ./server install ./server
call npm run compile:server

echo @echo off ^

node %%~dp0\server\out\eslintServer.js --stdio %%* ^

> eslint-language-server.cmd