Merge pull request #236297 from DetachHead/patch-1

remove `javascript.inlayHints.enumMemberValues.enabled` because javascript does not have enums
pull/236642/head
Matt Bierner 2024-12-19 12:16:37 -08:00 committed by GitHub
commit 9c0128b9d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -384,12 +384,6 @@
"markdownDescription": "%configuration.inlayHints.functionLikeReturnTypes.enabled%",
"scope": "resource"
},
"javascript.inlayHints.enumMemberValues.enabled": {
"type": "boolean",
"default": false,
"markdownDescription": "%configuration.inlayHints.enumMemberValues.enabled%",
"scope": "resource"
},
"javascript.suggest.includeCompletionsForImportStatements": {
"type": "boolean",
"default": true,