Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 3eba588f83..c3516f6a6b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1,8 +1,7 @@ { "name": "rust-analyzer", "displayName": "rust-analyzer", - "description": "The future of Rust support in VSCode.", - "preview": true, + "description": "Rust language support for Visual Studio Code", "private": true, "icon": "icon.png", "version": "0.4.0-dev", |