From 4ab38ee1e81ce865d524c5984abf20474922e201 Mon Sep 17 00:00:00 2001 From: Alec Mev Date: Tue, 9 Aug 2022 17:43:12 +0300 Subject: [PATCH] Switch to --node-ipc See https://github.com/sublimelsp/LSP/pull/2015 --- LSP-eslint.sublime-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSP-eslint.sublime-settings b/LSP-eslint.sublime-settings index a9ca3d7..839392f 100644 --- a/LSP-eslint.sublime-settings +++ b/LSP-eslint.sublime-settings @@ -124,7 +124,7 @@ "**/package.json", ] }, - "command": ["${node_bin}", "${server_path}", "--stdio"], + "command": ["${node_bin}", "${server_path}", "--node-ipc"], "selector": "source.js | source.ts | source.jsx | source.tsx | source.js.jsx | source.js.react | source.ts.react | text.html.vue | text.html.basic", "env": { // Enables ESLint debug mode