mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
3bfcf78c03
To flush the highlighting cache.
10 lines
320 B
JSON
10 lines
320 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"
|
|
]
|
|
}
|