mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 00:47:11 +00:00
13 lines
505 B
JSON
13 lines
505 B
JSON
// 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-lang.rust-analyzer",
|
|
"streetsidesoftware.code-spell-checker",
|
|
"foxundermoon.shell-format"
|
|
]
|
|
}
|