mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 09:27:21 +00:00
864b09c9b8
Previously, both RLS and Rust-Analyzer were recommended, now we just recommend RA.
10 lines
321 B
JSON
10 lines
321 B
JSON
// spell-checker:ignore (misc) matklad
|
|
// see <http://go.microsoft.com/fwlink/?LinkId=827846> for the documentation about the extensions.json format
|
|
{
|
|
"recommendations": [
|
|
// Rust language support.
|
|
"matklad.rust-analyzer",
|
|
// `cspell` spell-checker support
|
|
"streetsidesoftware.code-spell-checker"
|
|
]
|
|
}
|