Pixel
Pixel2y ago

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
AapoAlas
AapoAlas2y ago
It's in the change notes.
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Pixel
Pixel2y ago
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!
Pixel
Pixel2y ago
This is deno.json doesn't work
AapoAlas
AapoAlas2y ago
.vscode/settings.json
AapoAlas
AapoAlas2y ago
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
AapoAlas
AapoAlas2y ago
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.
Pixel
Pixel2y ago
Thank you, this fixes it
"editor.inlayHints.enabled": "offUnlessPressed"