mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
vscode: only recommend rust-analyzer (#3020)
Previously, both RLS and Rust-Analyzer were recommended, now we just recommend RA.
This commit is contained in:
parent
a764fdfb8e
commit
864b09c9b8
1 changed files with 2 additions and 4 deletions
6
.vscode/extensions.json
vendored
6
.vscode/extensions.json
vendored
|
@ -1,10 +1,8 @@
|
||||||
|
// spell-checker:ignore (misc) matklad
|
||||||
|
// see <http://go.microsoft.com/fwlink/?LinkId=827846> for the documentation about the extensions.json format
|
||||||
{
|
{
|
||||||
// spell-checker:ignore (misc) matklad
|
|
||||||
// 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",
|
|
||||||
// Provides support for rust-analyzer: novel LSP server for the Rust programming language.
|
|
||||||
"matklad.rust-analyzer",
|
"matklad.rust-analyzer",
|
||||||
// `cspell` spell-checker support
|
// `cspell` spell-checker support
|
||||||
"streetsidesoftware.code-spell-checker"
|
"streetsidesoftware.code-spell-checker"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue