Skip to content

Commit

Permalink
Clarify language server support
Browse files Browse the repository at this point in the history
lv37 authored Jun 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 19b4d5f commit 0981c3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@

This extension adds support for the [V programming language](https://vlang.org/) to the [Zed editor](https://zed.dev).

## Language Server Support
This extension automatically tries to download [`v-analyzer`](https://github.com/vlang/v-analyzer). If the download keeps failing, you must manually install [`v-analyzer`](https://github.com/vlang/v-analyzer).

## Runnables
By default `runnables` won't do anything as they only run appropriately tagged tasks.
To use runnables, you must add one of these supported tags to your tasks:
@@ -29,4 +32,4 @@ Some example tasks to get you started. Place these in your `tasks.json` file.
"reveal": "always",
}
]
```
```

0 comments on commit 0981c3a

Please sign in to comment.