Skip to content

Commit

Permalink
Add use_node_ipc to default settings
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alecmev committed Aug 10, 2022
1 parent 09b0ca0 commit 1c47dd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LSP-eslint.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@
]
},
"command": ["${node_bin}", "${server_path}", "--stdio"],
// Experimental. Helps with configs and plugins that print to stdout. Make
// sure to replace `--stdio` with `--node-ipc` above when you enable this.
"use_node_ipc": false,
"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
Expand Down

0 comments on commit 1c47dd5

Please sign in to comment.