Skip to content

Commit 7ef7c35

Browse files
committed
Recommend rust-analyzer vscode extension
1 parent cc19bdd commit 7ef7c35

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.vscode/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ This directory contains configurations for two platforms:
1111
If you have the `code` command in your path, you can run the following commands to install the necessary extensions.
1212

1313
```sh
14-
code --install-extension rust-lang.rust
14+
code --install-extension rust-lang.rust-analyzer
1515
code --install-extension marus25.cortex-debug
1616
```
1717

1818
Otherwise, you can use the Extensions view to search for and install them, or go directly to their marketplace pages and click the "Install" button.
1919

20-
- [Rust Language Server (RLS)](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust)
20+
- [Rust Language Server (rust-analyzer)](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
2121
- [Cortex-Debug](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug)
2222

2323
## Use

.vscode/extensions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
// List of extensions which should be recommended for users of this workspace.
66
"recommendations": [
7-
"rust-lang.rust",
7+
"rust-lang.rust-analyzer",
88
"marus25.cortex-debug",
99
],
1010
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
1111
"unwantedRecommendations": [
1212

1313
]
14-
}
14+
}

.vscode/launch.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
/*
3-
* Requires the Rust Language Server (RLS) and Cortex-Debug extensions
4-
* https://marketplace.visualstudio.com/items?itemName=rust-lang.rust
3+
* Requires the Rust Language Server (rust-analyzer) and Cortex-Debug extensions
4+
* https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer
55
* https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug
66
*/
77
"version": "0.2.0",

0 commit comments

Comments
 (0)