diff --git a/docs/src/language_servers.md b/docs/src/language_servers.md index 051b4bb69..4f1da1765 100644 --- a/docs/src/language_servers.md +++ b/docs/src/language_servers.md @@ -552,6 +552,7 @@ Follow installation instructions on [LSP-volar](https://github.com/sublimelsp/LS { "clients": { "vala-language-server": { + "enabled": true, "command": [ "/path/to/vala-language-server" ], @@ -561,8 +562,7 @@ Follow installation instructions on [LSP-volar](https://github.com/sublimelsp/LS } ``` -4. Enable the Vala Langauge Server for the project by going to `Tools > LSP > Enable Language Server In Project...` -5. For the server to fully understand your code, you will need to generate a `compile_commands.json` file or build your project with [meson](https://mesonbuild.com/). +!!! warning "Only works for certain project types. Visit [vala-language-server repo](https://github.com/Prince781/vala-language-server) for more details." ## XML