Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a4cdda7

Browse files
committed
Update vscode-client documentation
1 parent 7828858 commit a4cdda7

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

‎vscode-client/README.md‎

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
# Bash IDE
22

3-
Bash language server. Uses [Tree Sitter][tree-sitter] and its
4-
[grammar for Bash][tree-sitter-bash] with [explainshell][explainshell] integration.
5-
6-
## System Requirements
7-
8-
You need to install that language server separately as it depends on native node
9-
modules.
10-
11-
```bash
12-
npm i -g bash-language-server
13-
```
3+
Visual Studio Code extension utilizing the [bash language server](bash-lsp), that is based on [Tree Sitter][tree-sitter] and its [grammar for Bash][tree-sitter-bash] and supports [explainshell][explainshell] integration.
144

155
## Features
166

@@ -41,6 +31,7 @@ For security reasons, it defaults to `""`, which disables explainshell integrati
4131

4232
Once https://github.com/idank/explainshell/pull/125 is merged, it would be possible to set this to `"https://explainshell.com"`, however doing this is **not recommended** as it will leak *all your shell scripts* to a third party — do this at your own risk, or better always use a locally running Docker image.
4333

34+
[bash-lsp]: https://github.com/mads-hartmann/bash-language-server
4435
[tree-sitter]: https://github.com/tree-sitter/tree-sitter
4536
[tree-sitter-bash]: https://github.com/tree-sitter/tree-sitter-bash
4637
[explainshell]: https://explainshell.com/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /