mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Remove duplicated --stdio (#397)
This commit is contained in:
@@ -8,7 +8,7 @@ del vscode-eslint.vsix
|
||||
|
||||
echo @echo off ^
|
||||
|
||||
node %%~dp0\extension\server\out\eslintServer.js --stdio %%* ^
|
||||
node %%~dp0\extension\server\out\eslintServer.js %%* ^
|
||||
|
||||
> eslint-language-server.cmd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user