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

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

echo @echo off ^

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

> eslint-language-server.cmd