mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-27 18:36:12 +00:00
vscode: rename the "Slint LSP" output name to just "Slint"
This commit is contained in:
parent
ffd0477cd7
commit
ec7b3cfb2d
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ function startClient(
|
|||
if (m.data === "OK") {
|
||||
const cl = new LanguageClient(
|
||||
"slint-lsp",
|
||||
"Slint LSP",
|
||||
"Slint",
|
||||
clientOptions,
|
||||
worker,
|
||||
);
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ function startClient(
|
|||
|
||||
const cl = new LanguageClient(
|
||||
"slint-lsp",
|
||||
"Slint LSP",
|
||||
"Slint",
|
||||
serverOptions,
|
||||
common.languageClientOptions(),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue