Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit ed9a052

Browse files
committed
Rebrand extension as RLS-agnostic
Fixes #781 Refs: editor-rs/vscode-rust#397
1 parent 01c2aca commit ed9a052

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Unreleased
22

3+
* Rebrand extension as RLS-agnostic
34
* Add missing semantic token types definition
45

56
### 0.7.7 - 2020-05-13

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rust",
3-
"displayName": "Rust (rls)",
4-
"description": "Rust language support - code completion, Intellisense, refactoring, reformatting, errors, snippets. A client for the Rust Language Server, built by the RLS team.",
3+
"displayName": "Rust",
4+
"description": "Rust for Visual Studio Code (powered by Rust Language Server/Rust Analyzer). Provides lints, code completion and navigation, formatting and more.",
55
"version": "0.7.7",
66
"publisher": "rust-lang",
77
"icon": "rust-icon.png",

0 commit comments

Comments
 (0)