Toggle bracket decorators
taylorthurlow opened this issue · 1 comments
taylorthurlow commented
I would like the ability to disable the "implied bracket" decoration:
As an aside, I cannot for the life of me figure out what the token name is for these decorations. As you can see, my theme shows them with a red background which is annoying, but after going through all the configurable theme colors, I can't find which one applies to these tokens. And because they don't actually exist in the document, the "inspect editor tokens and scopes" tool doesn't let me select them to determine how to style them.
taylorthurlow commented
Ok I have finally found that they are called "inlay hints" and they can be disabled entirely or per-language with the editor.inlayHints.enabled setting.
