aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorOmer Ben-Amram <[email protected]>2019-12-14 11:29:42 +0000
committerOmer Ben-Amram <[email protected]>2019-12-14 11:29:42 +0000
commit083010f6339e558184f06ce76a18e1ad0b0ee936 (patch)
treeab032c9efc825bf2fc76b27046d2f752464aaea3 /editors/code/package.json
parent67641d3f5fd1cfd49673c4eea9e3d646ed97e108 (diff)
removed `type.alias`
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index c24e73d24..68b3b6e05 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -486,6 +486,15 @@
486 } 486 }
487 }, 487 },
488 { 488 {
489 "id": "ralsp.type.lifetime",
490 "description": "Color for `Self` param type",
491 "defaults": {
492 "dark": "#4EC9B0",
493 "light": "#267F99",
494 "highContrast": "#4EC9B0"
495 }
496 },
497 {
489 "id": "ralsp.type.self", 498 "id": "ralsp.type.self",
490 "description": "Color for `Self` param type", 499 "description": "Color for `Self` param type",
491 "defaults": { 500 "defaults": {