microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
422 stars 53 forks source link

The editor is unfocussed when the results are shown #72

Open reneederer opened 4 years ago

reneederer commented 4 years ago

Steps to Reproduce:

  1. Type "select 1"
  2. Open the context menu and select "Run query" Result: The editor is unfocussed

This also happens when a key shortcut is used instead of the context menu. Pressing {tab} and then {shift + tab} focusses the editor again, but the focus should stay there in the first place.