Is there a way to place this pop up from VS Code, down below the error or change transparency to 0.75?
CodePudding user response:
Add this line to your settings.json:
"editor.hover.above": false,

Is there a way to place this pop up from VS Code, down below the error or change transparency to 0.75?
CodePudding user response:
Add this line to your settings.json:
"editor.hover.above": false,