From c1e25f0378b7338d6a46a6f2f7c1d522d7e95999 Mon Sep 17 00:00:00 2001 From: Colin Kiama Date: Sun, 14 Nov 2021 16:17:31 +0000 Subject: [PATCH] Simplify Vala Language Server instructions (#1895) --- docs/src/language_servers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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