aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 862de3210..daccb31fb 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -12,8 +12,13 @@
12 "url": "https://github.com/rust-analyzer/rust-analyzer.git", 12 "url": "https://github.com/rust-analyzer/rust-analyzer.git",
13 "type": "git" 13 "type": "git"
14 }, 14 },
15 "homepage": "https://rust-analyzer.github.io/",
16 "license": "MIT OR Apache-2.0",
17 "keywords": [
18 "rust"
19 ],
15 "categories": [ 20 "categories": [
16 "Other" 21 "Programming Languages"
17 ], 22 ],
18 "engines": { 23 "engines": {
19 "vscode": "^1.42.0" 24 "vscode": "^1.42.0"