mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-29 03:02:06 +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") {
|
if (m.data === "OK") {
|
||||||
const cl = new LanguageClient(
|
const cl = new LanguageClient(
|
||||||
"slint-lsp",
|
"slint-lsp",
|
||||||
"Slint LSP",
|
"Slint",
|
||||||
clientOptions,
|
clientOptions,
|
||||||
worker,
|
worker,
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,7 @@ function startClient(
|
||||||
|
|
||||||
const cl = new LanguageClient(
|
const cl = new LanguageClient(
|
||||||
"slint-lsp",
|
"slint-lsp",
|
||||||
"Slint LSP",
|
"Slint",
|
||||||
serverOptions,
|
serverOptions,
|
||||||
common.languageClientOptions(),
|
common.languageClientOptions(),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue