Skip to content

Commit db54e19

Browse files
committed
Add default configuration
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
1 parent cf67ad3 commit db54e19

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

vscode/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@
186186
"description": "Enable signature help, which shows the parameters and documentation for the method being invoked",
187187
"type": "boolean",
188188
"default": true
189+
},
190+
"typeHierarchy": {
191+
"description": "Enable type hierarchy lookup, which shows the supertypes and subtypes of the selected symbol",
192+
"type": "boolean",
193+
"default": true
189194
}
190195
},
191196
"default": {
@@ -205,7 +210,8 @@
205210
"codeLens": true,
206211
"definition": true,
207212
"workspaceSymbol": true,
208-
"signatureHelp": true
213+
"signatureHelp": true,
214+
"typeHierarchy": true
209215
}
210216
},
211217
"rubyLsp.featuresConfiguration": {

0 commit comments

Comments
 (0)