Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify Vala Language Server instructions #1895

Merged
merged 3 commits into from
Nov 14, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/src/language_servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand All @@ -561,9 +562,6 @@ 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/).
colinkiama marked this conversation as resolved.
Show resolved Hide resolved

## XML

Follow installation instructions on [LSP-lemminx](https://github.com/sublimelsp/LSP-lemminx).
Expand Down