Skip to content

Commit 4ab38ee

Browse files
committed
Switch to --node-ipc
See sublimelsp/LSP#2015
1 parent 09b0ca0 commit 4ab38ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LSP-eslint.sublime-settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"**/package.json",
125125
]
126126
},
127-
"command": ["${node_bin}", "${server_path}", "--stdio"],
127+
"command": ["${node_bin}", "${server_path}", "--node-ipc"],
128128
"selector": "source.js | source.ts | source.jsx | source.tsx | source.js.jsx | source.js.react | source.ts.react | text.html.vue | text.html.basic",
129129
"env": {
130130
// Enables ESLint debug mode

0 commit comments

Comments
 (0)