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

Commit 5e5712c

Browse files
committed
Reword configuration title to just use Rust
That's similar to what most of the other extensions are using and it's a lot easier on the eyes and to spot in the graphical vscode settings pane.
1 parent 33230ef commit 5e5712c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

3+
* Rename configuration section to just "Rust"
4+
35
### 0.7.6 - 2020-05-12
46

57
* Support rust-analyzer as an alternate LSP server

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
],
161161
"configuration": {
162162
"type": "object",
163-
"title": "Rust configuration",
163+
"title": "Rust",
164164
"properties": {
165165
"rust-client.engine": {
166166
"type": "string",

0 commit comments

Comments
 (0)