javascript.inlayHints.enumMemberValues.enabled
should be removed because javascript does not have enums
#236222
Labels
bug
Issue identified by VS Code Team member as probable bug
good first issue
Issues identified as good for first-time contributors
help wanted
Issues identified as good community contribution opportunities
javascript
JavaScript support issues
Milestone
there seems to be two different versions of the
enumMemberValues
setting:javascript.inlayHints.enumMemberValues.enabled
typescript.inlayHints.enumMemberValues.enabled
the javascript setting should be removed because javascript does not have enums:
runtime error:
typescript error:
this setting causes confusion because it shows up first when searching for it. i enabled it and was wondering why it wasn't working in my typescript files only to eventually realize that i enabled the javascript version instead.
The text was updated successfully, but these errors were encountered: