Skip to content

Commit

Permalink
Shorten use_node_ipc description
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmev committed Aug 10, 2022
1 parent 47fde0d commit 93157e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"ClientUseNodeIpc": {
"type": "boolean",
"default": false,
"markdownDescription": "Communicate with the language server over Node.js IPC. This lets the server print to stdout without disrupting the LSP communication. It's non-standard, but is used by VSCode. The command must be adjusted accordingly, e.g. `--stdio` must be replaced with `--node-ipc` in case of vscode-eslint. `tcp_port` is ignored if this is enabled."
"markdownDescription": "Communicate with the language server over Node.js IPC. The command must be adjusted accordingly, e.g. `--stdio` must be replaced with `--node-ipc` for some servers."
},
"ClientEnabled": {
"type": "boolean",
Expand Down

0 comments on commit 93157e7

Please sign in to comment.