mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
maint/dev ~ (VSCode) add shell script formatter to recommendations
This commit is contained in:
parent
1711ea0f5b
commit
0b8f54b739
1 changed files with 9 additions and 6 deletions
15
.vscode/extensions.json
vendored
15
.vscode/extensions.json
vendored
|
@ -1,10 +1,13 @@
|
||||||
// spell-checker:ignore (misc) matklad
|
// spell-checker:ignore (misc) matklad
|
||||||
// see <http://go.microsoft.com/fwlink/?LinkId=827846> for the documentation about the extensions.json format
|
// see <http://go.microsoft.com/fwlink/?LinkId=827846> for the documentation about the extensions.json format
|
||||||
|
// *
|
||||||
|
// "foxundermoon.shell-format" ~ shell script formatting ; note: ENABLE "Use EditorConfig"
|
||||||
|
// "matklad.rust-analyzer" ~ `rust` language support
|
||||||
|
// "streetsidesoftware.code-spell-checker" ~ `cspell` spell-checker support
|
||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
// Rust language support
|
"matklad.rust-analyzer",
|
||||||
"matklad.rust-analyzer",
|
"streetsidesoftware.code-spell-checker",
|
||||||
// `cspell` spell-checker support
|
"foxundermoon.shell-format"
|
||||||
"streetsidesoftware.code-spell-checker"
|
]
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue