Skip to content

Commit a6e6f3a

Browse files
Automated documentation update [skip ci] (#116)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f0ca6aa commit a6e6f3a

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

src/lang-rust/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Work efficiently and effortlessly with Rust
3030

3131
### Extensions
3232

33-
| Areas | Extension |
34-
| :-------------------- | :-------- |
35-
| Rust Language Server | [`rust-lang.rust-analyzer`](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) |
33+
| Areas | Extension |
34+
| :-------------------- | :--------------------------------------------------------------------------------------------------------- |
35+
| Rust Language Server | [`rust-lang.rust-analyzer`](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) |
3636
| TOML Language Support | [`tamasfe.even-better-toml`](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml) |
37-
| Debugger | [`vadimcn.vscode-lldb`](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) |
37+
| Debugger | [`vadimcn.vscode-lldb`](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) |
3838

3939
### Debugger
4040

src/lang-sh/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ Work efficiently and effortlessly with Bash
1111
}
1212
```
1313

14+
## Options
1415

16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| copy-libbash | whether to copy [`libbash`](https://github.com/georglauterbach/libbash) v9.0.0 to `/usr/local/lib/` | boolean | true |
1519

1620
## Customizations
1721

@@ -20,6 +24,14 @@ Work efficiently and effortlessly with Bash
2024
- `mads-hartmann.bash-ide-vscode`
2125
- `timonwong.shellcheck`
2226

27+
## Notes
28+
29+
### Extensions
30+
31+
| Areas | Extension |
32+
| :-------------------- | :------------------------------------------------------------------------------------------------------------------- |
33+
| Bash Language Server | [`mads-hartmann.bash-ide-vscode`](https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode) |
34+
| Shell Linter | [`timonwong.shellcheck`](https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck) |
2335

2436

2537
---

0 commit comments

Comments
 (0)