File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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---
You can’t perform that action at this time.
0 commit comments