Skip to content

Commit 93157e7

Browse files
committed
Shorten use_node_ipc description
1 parent 47fde0d commit 93157e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sublime-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"ClientUseNodeIpc": {
7979
"type": "boolean",
8080
"default": false,
81-
"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."
81+
"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."
8282
},
8383
"ClientEnabled": {
8484
"type": "boolean",

0 commit comments

Comments
 (0)