Skip to content

Commit

Permalink
Update config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
yioneko authored and github-actions[bot] committed Dec 30, 2024
1 parent 40f1f6e commit 6485ad3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/service/configuration.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,16 +245,6 @@
]
}
},
"javascript.inlayHints.enumMemberValues.enabled": {
"type": "boolean",
"default": false,
"markdownDescription": {
"message": "Enable/disable inlay hints for member values in enum declarations:\n```typescript\n\nenum MyValue {\n\tA /* = 0 */;\n\tB /* = 1 */;\n}\n \n```",
"comment": [
"The text inside the ``` block is code and should not be localized."
]
}
},
"javascript.suggest.includeCompletionsForImportStatements": {
"type": "boolean",
"default": true,
Expand Down

0 comments on commit 6485ad3

Please sign in to comment.