File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,12 @@ Bash language server implementation based on [Tree Sitter][tree-sitter] and its
1313- [x] Simple diagnostics reporting
1414- [ ] Rename symbol
1515
16- ## How to run locally
16+ ## Installation
17+
18+ Currently the client has only been implemented for Visual Studio Code. You can
19+ install it from the marketplace (It's called [ Bash IDE] [ vscode-marketplace ] ).
20+
21+ ## Development guide
1722
1823Install the dependencies:
1924
@@ -31,3 +36,4 @@ Launch the extension using `Launch Client` from within vscode.
3136
3237[ tree-sitter ] : https://github.com/tree-sitter/tree-sitter
3338[ tree-sitter-bash ] : https://github.com/tree-sitter/tree-sitter-bash
39+ [ vscode-marketplace ] : https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode
You can’t perform that action at this time.
0 commit comments