Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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