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:
parent
27c59417d6
commit
03260f065d
1 changed files with 5 additions and 3 deletions
8
.vscode/extensions.json
vendored
8
.vscode/extensions.json
vendored
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue