Skip to content

Commit 1c47dd5

Browse files
committed
Add use_node_ipc to default settings
See sublimelsp/LSP#2015 Disabled by default because stdio works in 99.(9)% of cases, so there's no reason to switch until it's proven to be reliable.
1 parent 09b0ca0 commit 1c47dd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LSP-eslint.sublime-settings

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@
125125
]
126126
},
127127
"command": ["${node_bin}", "${server_path}", "--stdio"],
128+
// Experimental. Helps with configs and plugins that print to stdout. Make
129+
// sure to replace `--stdio` with `--node-ipc` above when you enable this.
130+
"use_node_ipc": false,
128131
"selector": "source.js | source.ts | source.jsx | source.tsx | source.js.jsx | source.js.react | source.ts.react | text.html.vue | text.html.basic",
129132
"env": {
130133
// Enables ESLint debug mode

0 commit comments

Comments
 (0)