Skip to content

Commit

Permalink
Add default configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
  • Loading branch information
Morriar committed Jun 4, 2024
1 parent 2034f6c commit 7c602b8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@
"description": "Enable signature help, which shows the parameters and documentation for the method being invoked",
"type": "boolean",
"default": true
},
"typeHierarchy": {
"description": "Enable type hierarchy lookup, which shows the supertypes and subtypes of the selected symbol",
"type": "boolean",
"default": true
}
},
"default": {
Expand All @@ -205,7 +210,8 @@
"codeLens": true,
"definition": true,
"workspaceSymbol": true,
"signatureHelp": true
"signatureHelp": true,
"typeHierarchy": true
}
},
"rubyLsp.featuresConfiguration": {
Expand Down

0 comments on commit 7c602b8

Please sign in to comment.