Small annoyance...
Does anyone know how to get rid of the tip that pops up on hover for CSS and JS? I couldn\'t find anything related in the settings file. See scree
I also struggled with this, and finally submitted an issue to the vscode repo.
Please try this:
Add the following to your settings.json:
settings.json
"editor.hover.enabled": false
Save your settings.json and your issue should be fixed.
Happy coding!