// spell-checker:ignore (misc) matklad // see 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": [ "matklad.rust-analyzer", "streetsidesoftware.code-spell-checker", "foxundermoon.shell-format" ] }