We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da96963 + 99a51df commit 0f9ffb5Copy full SHA for 0f9ffb5
editors/code/package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "rust-analyzer",
3
"displayName": "rust-analyzer",
4
- "description": "An alternative rust language server to the RLS",
+ "description": "A language server for the rust programming language",
5
"preview": true,
6
"private": true,
7
"icon": "icon.png",
8
"version": "0.4.0-dev",
9
"releaseTag": null,
10
- "publisher": "ryst-lang",
+ "publisher": "rust-lang",
11
"repository": {
12
"url": "https://github.com/rust-analyzer/rust-analyzer.git",
13
"type": "git"
0 commit comments