From 0981c3a3cd2bc8bfceb0617713d2f2157fc09c03 Mon Sep 17 00:00:00 2001 From: lv <132778382+lv37@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:13:24 +0100 Subject: [PATCH] Clarify language server support --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e81775..36d7539 100644 --- a/README.md +++ b/README.md @@ -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", } ] -``` \ No newline at end of file +```