aboutsummaryrefslogtreecommitdiff
path: root/installer/install-eslint-language-server.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'installer/install-eslint-language-server.cmd')
-rw-r--r--installer/install-eslint-language-server.cmd26
1 files changed, 13 insertions, 13 deletions
diff --git a/installer/install-eslint-language-server.cmd b/installer/install-eslint-language-server.cmd
index 846638d..4f14a5a 100644
--- a/installer/install-eslint-language-server.cmd
+++ b/installer/install-eslint-language-server.cmd
@@ -1,13 +1,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
-
+@echo off
+
+git clone "https://github.com/microsoft/vscode-eslint" .
+git checkout release/2.0.15
+call npm install
+call npm run compile:server
+
+echo @echo off ^
+
+node %%~dp0\server\out\eslintServer.js --stdio %%* ^
+
+> eslint-language-server.cmd
+