coreutils/.vscode/extensions.json

11 lines
321 B
JSON
Raw Normal View History

// spell-checker:ignore (misc) matklad
// see <http://go.microsoft.com/fwlink/?LinkId=827846> for the documentation about the extensions.json format
2020-06-18 10:53:29 +00:00
{
"recommendations": [
// Rust language support.
"matklad.rust-analyzer",
// `cspell` spell-checker support
"streetsidesoftware.code-spell-checker"
2020-06-18 10:53:29 +00:00
]
}