1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

maint/dev ~ (VSCode) add cspell spell-checker extension to recommendations

This commit is contained in:
Roy Ivy III 2021-05-27 17:51:00 -05:00
parent 27c59417d6
commit 03260f065d

View file

@ -1,10 +1,12 @@
{ {
// See http://go.microsoft.com/fwlink/?LinkId=827846 // spell-checker:ignore (misc) matklad
// for the documentation about the extensions.json format // see <http://go.microsoft.com/fwlink/?LinkId=827846> for the documentation about the extensions.json format
"recommendations": [ "recommendations": [
// Rust language support. // Rust language support.
"rust-lang.rust", "rust-lang.rust",
// Provides support for rust-analyzer: novel LSP server for the Rust programming language. // Provides support for rust-analyzer: novel LSP server for the Rust programming language.
"matklad.rust-analyzer" "matklad.rust-analyzer",
// `cspell` spell-checker support
"streetsidesoftware.code-spell-checker"
] ]
} }