microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
398 stars 50 forks source link

Result windows from queries won´t show up again after being closed #64

Open zepedros opened 4 years ago

zepedros commented 4 years ago

After executing a query from a file, the first time I open VS Code, I get the result window as I should. If I close the result window of that file, and try to run it again, I get no result window (and the query is still executed).

Steps to Reproduce:

  1. Execute a query in a file, and get the result window ( with a SELECT result, for example)
  2. Close said result window, run the command again, get no result window. Problem fixed by closing VS Code and opening it again
rcjcooke commented 4 years ago

Experienced the same with:

PGSQL Extension Version: 0.2.0 VSCode Version: 1.31.1 OS Version: Mac OS X, 10.14.6

awjdthornton commented 4 years ago

Same issue:

PGSQL Extension Version: 0.2.0 VSCODE Version: 1.41.1 OS Version: MAC OS X, 10.15.2

varun-dhawan commented 4 years ago

experiencing the same issue:

PGSQL Extension Version: 0.2.0 VSCODE Version: 1.35.1 OS Version: MAC OS X, 10.14.2

swjain23 commented 4 years ago

Duplicate of #41