I also struggled with this, and finally submitted an issue to the vscode repo.
Please try this:
- On the menu bar: File>Preferences>User Settings
-
Add the following to your
settings.json:"editor.hover.enabled": false -
Save your
settings.jsonand your issue should be fixed.
Happy coding!