Skip to content

Commit

Permalink
Clarify language server support
Browse files Browse the repository at this point in the history
  • Loading branch information
lv37 committed Jun 14, 2024
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
Expand Up @@ -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:
Expand Down Expand Up @@ -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.