coreutils/.vscode/extensions.json

13 lines
442 B
JSON
Raw Normal View History

2020-06-18 10:53:29 +00:00
{
// 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.
"rust-lang.rust",
// Provides support for rust-analyzer: novel LSP server for the Rust programming language.
"matklad.rust-analyzer",
// `cspell` spell-checker support
"streetsidesoftware.code-spell-checker"
2020-06-18 10:53:29 +00:00
]
}