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 9ed61c7

Browse files
Add link to pre-built Docker image
1 parent 76f9f38 commit 9ed61c7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎vscode-client/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,21 @@ npm i -g bash-language-server
2525

2626
## Configuration
2727

28-
To get documentation for flags on hover (thanks to explainshell), add this to your VS Code settings:
28+
To get documentation for flags on hover (thanks to explainshell), run the [explainshell Docker container][codeintel-bash-with-explainshell]:
29+
30+
```
31+
docker run --rm --name bash-explainshell -p 5000:5000 chrismwendt/codeintel-bash-with-explainshell
32+
```
33+
34+
And add this to your VS Code settings:
2935

3036
```
3137
"bash.explainshellEndpoint": "http://localhost:5000",
3238
```
3339

34-
It defaults to `""`, which disables explainshell integration. When set, this extension will send requests to the endpoint and display documentation for flags.
40+
It defaults to `""`, which disables explainshell integration. When set, this extension will send requests to the endpoint and displays documentation for flags.
3541

3642
[tree-sitter]: https://github.com/tree-sitter/tree-sitter
3743
[tree-sitter-bash]: https://github.com/tree-sitter/tree-sitter-bash
3844
[explainshell]: https://explainshell.com/
45+
[codeintel-bash-with-explainshell]: https://hub.docker.com/r/chrismwendt/codeintel-bash-with-explainshell/

0 commit comments

Comments
(0)

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