Fix Process::kill() in Windows.

And a couple of minor fixes.
This commit is contained in:
Martín Lucas Golini
2025-11-27 11:45:11 -03:00
parent 4e45131d7b
commit 1d2369ecf9
4 changed files with 5 additions and 16 deletions

View File

@@ -1080,7 +1080,7 @@ void LSPClientPlugin::loadLSPConfig( std::vector<LSPDefinition>& lsps, const std
auto list = { "lsp-go-to-definition",
"lsp-go-to-declaration",
"lsp-go-to-implementation",
"lspz-go-to-type-definition",
"lsp-go-to-type-definition",
"lsp-switch-header-source",
"lsp-symbol-info",
"lsp-symbol-references",