From 35fb8f062ca59f16616f7757d0342570fe29ce28 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Tue, 12 Nov 2024 04:00:10 -0800 Subject: [PATCH] Update bash-lsp reference Signed-off-by: Emmanuel Ferdman --- vscode-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-client/README.md b/vscode-client/README.md index a6156d277..efd7c1a70 100644 --- a/vscode-client/README.md +++ b/vscode-client/README.md @@ -4,7 +4,7 @@ [![VS Marketplace downloads](https://badgen.net/vs-marketplace/d/mads-hartmann.bash-ide-vscode?label=VS%20Marketplace%20downloads)](https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode) [![Open VSX downloads](https://badgen.net/open-vsx/d/mads-hartmann/bash-ide-vscode?color=purple&label=Open%20VSX%20downloads)](https://open-vsx.org/extension/mads-hartmann/bash-ide-vscode) -Visual Studio Code extension utilizing the [Bash Language Server](bash-lsp) and integrating with [explainshell][explainshell], [shellcheck][shellcheck] and [shfmt][shfmt]. +Visual Studio Code extension utilizing the [Bash Language Server][bash-lsp] and integrating with [explainshell][explainshell], [shellcheck][shellcheck] and [shfmt][shfmt]. We recommend that you [install shellcheck](https://github.com/koalaman/shellcheck#installing) to enable linting and [install shfmt](https://github.com/mvdan/sh?tab=readme-ov-file#shfmt) to enable formatting.