We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34060d2 commit f24d159Copy full SHA for f24d159
1 file changed
lib/commands/lsp.js
@@ -8,7 +8,7 @@ export default class extends Command {
8
"commands": {
9
"start": {
10
"short": "s",
11
- "title": "Start LSP server",
+ "title": "Start or restart LSP server",
12
"module": () => new URL( "lsp/start.js", import.meta.url ),
13
},
14
"exit": {
0 commit comments