Wes Bos

Results 247 comments of Wes Bos

Would love to see this : )

I spent a ton of time on these highlight colours and it's really tricky to find something that works. Happy to see any ideas you have? Or anyone reading this...

Hey! The first one is a variable, and correct. The second one is a variable with a function in it, correct. The third one is weird! I’ll have a look!

can you paste this code you are using into the issue? It's breaking on some syntax highligting. Also, are you using `javascript` or `javascriptreact` for highligting?

can you update to the latest (Update All Extensions in command palette). I'm not seeing this issue in any file..

Hey folks - so sorry I missed this for an entire year! Ill look at this all soon

THoughts? You can tinker but making a `./.vscode/settings.json` file in your project. ```json { "editor.inlayHints.padding": true, "editor.inlayHints.fontFamily": "sans serif", "editor.inlayHints.fontSize": 10, "workbench.colorCustomizations": { "editorInlayHint.foreground": "#ff68b8", "editorInlayHint.background": "#0000001a", } } ```

I think comment colour makes sense as well..

yeah I agree with everything you said. Kind of weird that you can't set the font size or family via the theme but we can add it to recommended settings....