vscode: rename the "Slint LSP" output name to just "Slint"

This commit is contained in:
Olivier Goffart 2024-08-23 11:11:53 +02:00
parent ffd0477cd7
commit ec7b3cfb2d
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ function startClient(
if (m.data === "OK") {
const cl = new LanguageClient(
"slint-lsp",
"Slint LSP",
"Slint",
clientOptions,
worker,
);

View file

@ -169,7 +169,7 @@ function startClient(
const cl = new LanguageClient(
"slint-lsp",
"Slint LSP",
"Slint",
serverOptions,
common.languageClientOptions(),
);