#Disable Deno VSCode TS types
13 messages · Page 1 of 1 (latest)
It's in the change notes.
I can't check now but it's "inline hints" or something along those lines that has to be disabled. It's ridiculous that was enabled by default, to be honest.
Found it, inlayHints ty
Where do we put this?
Yeah would be nice to configure it more
Maybe if it was darker / close to black it would be tolerable/useful
But rn it stands out more than the code!
This is deno.json doesn't work
.vscode/settings.json
Also, the color of the inlay hints is not set by Deno or the Deno VS Code extension, it is set by your VS Code theme.
Thank you, this fixes it