Disable Deno VSCode TS types
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?
8 Replies
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
Deno Blog
Deno 1.29: Custom npm registry support
Deno 1.29 ships with many npm compatibility improvements, lots of quality of life improvements and TypeScript 4.9
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
"editor.inlayHints.enabled": "offUnlessPressed"