Skip to content

Commit

Permalink
Simplify Vala Language Server instructions (sublimelsp#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkiama authored Nov 14, 2021
1 parent 92cc7f6 commit c1e25f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,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

Expand Down

0 comments on commit c1e25f0

Please sign in to comment.