Miguel Gargallo
Miguel Gargallo

Reputation: 131

Is there a way to place error popups from vscode not upside?

VS Code error pop up

Is there a way to place this pop up from VS Code, down below the error or change transparency to 0.75?

Upvotes: 1

Views: 58

Answers (1)

Add this line to your settings.json:

  "editor.hover.above": false,

enter image description here

Upvotes: 2

Related Questions