diff options
| author | bors <bors@rust-lang.org> | 2022-05-13 12:38:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-05-13 12:38:08 +0000 |
| commit | 0f9ffb5e358bfd62ce84afcc89c5e1a5c13297f8 (patch) | |
| tree | e782a802d1d4335ac48bfc226a1833f6321b7401 | |
| parent | da969635a4a6e2eed930dc81f565390a70512192 (diff) | |
| parent | 99a51dfe9b6659d8bd94cfb6a73d2aef78f41f8d (diff) | |
| download | rust-0f9ffb5e358bfd62ce84afcc89c5e1a5c13297f8.tar.gz rust-0f9ffb5e358bfd62ce84afcc89c5e1a5c13297f8.zip | |
Auto merge of #12239 - Veykril:publisher, r=Veykril
minor: Fix typo in publisher field
| -rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index a88f605f47b..d21d1139d30 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1,13 +1,13 @@ { "name": "rust-analyzer", "displayName": "rust-analyzer", - "description": "An alternative rust language server to the RLS", + "description": "A language server for the rust programming language", "preview": true, "private": true, "icon": "icon.png", "version": "0.4.0-dev", "releaseTag": null, - "publisher": "ryst-lang", + "publisher": "rust-lang", "repository": { "url": "https://github.com/rust-analyzer/rust-analyzer.git", "type": "git" |
