Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 08c5e72972..a69d224659 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1,15 +1,14 @@ { "name": "rust-analyzer", "displayName": "rust-analyzer", - "description": "A language server for the rust programming language", - "preview": true, + "description": "Rust language support for Visual Studio Code", "private": true, "icon": "icon.png", "version": "0.4.0-dev", "releaseTag": null, "publisher": "rust-lang", "repository": { - "url": "https://github.com/rust-analyzer/rust-analyzer.git", + "url": "https://github.com/rust-lang/rust-analyzer.git", "type": "git" }, "homepage": "https://rust-analyzer.github.io/", |