ruby-syntax-tree/vscode-syntax-tree

Toggle bracket decorators

taylorthurlow opened this issue · 1 comments

I would like the ability to disable the "implied bracket" decoration:

CleanShot 2022-10-20 at 10 35 22

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.

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.