mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 09:27:21 +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
|
||||
// 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": [
|
||||
// Rust language support
|
||||
"matklad.rust-analyzer",
|
||||
// `cspell` spell-checker support
|
||||
"streetsidesoftware.code-spell-checker"
|
||||
]
|
||||
"recommendations": [
|
||||
"matklad.rust-analyzer",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"foxundermoon.shell-format"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue