Change the default CMake LSP server.

This commit is contained in:
Martín Lucas Golini
2025-11-05 00:37:41 -03:00
parent 031e115790
commit eddfc1bf8d

View File

@@ -268,9 +268,9 @@
},
{
"language": "cmake",
"name": "cmake-language-server",
"url": "https://github.com/regen100/cmake-language-server",
"command": "cmake-language-server",
"name": "neocmakelsp",
"url": "https://github.com/neocmakelsp/neocmakelsp",
"command": "neocmakelsp stdio",
"file_patterns": ["%.cmake$", "CMakeLists%.txt$"],
"rootIndicationFileNames": ["build"]
},