#Disable Deno VSCode TS types

13 messages · Page 1 of 1 (latest)

white yoke
#

This is a recent updates. I like to code in Javascript and the new types are incredibly distracting- I can't read the code.

How to disable this please?

wise fractal
#

It's in the change notes.

digital shuttle
#

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.

white yoke
#

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

wise fractal
#

.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.

white yoke
#

Thank you, this fixes it