Skip to content

Commit

Permalink
Switch to --node-ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmev committed Aug 9, 2022
1 parent 09b0ca0 commit 4ab38ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LSP-eslint.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ab38ee

Please sign in to comment.