mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Fix installer of vls
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
|
||||
curl -L -o "vscode-eslint.vsix" "https://github.com/microsoft/vscode-eslint/releases/download/release%2F2.1.0-next.1/vscode-eslint-2.1.0.vsix"
|
||||
curl -L -o "vscode-eslint.vsix" "https://github.com/microsoft/vscode-eslint/releases/download/release%%2F2.1.0-next.1/vscode-eslint-2.1.0.vsix"
|
||||
call "%~dp0\run_unzip.cmd" vscode-eslint.vsix
|
||||
del vscode-eslint.vsix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user