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