microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
422 stars 53 forks source link

Closed results view doesn't reopen on execution of query #41

Open hexpunk opened 5 years ago

hexpunk commented 5 years ago

Steps to Reproduce:

  1. Create a new query
  2. Run that query, causing the result view to be displayed
  3. Close the result view
  4. Run the query again

The plugin's log displays the following, but the results view is not re-displayed.

[1:42:15 PM] Started query execution for document "untitled:Untitled-1"
[1:42:15 PM] Finished query execution for document "untitled:Untitled-1"

The only way to make it reappear is to create a new query.

hexpunk commented 5 years ago

Here's an update on this. Sometimes opening a new query doesn't fix this.

akamath46297 commented 5 years ago

@JayAndCatchFire thanks for reporting the issue. I was able to reproduce the issue on Mac. For some reason this doesn't repro on Windows. We will have to investigate this further.

mgasparel commented 5 years ago

This is also happening to me on Windows 10

VS Code Info Version: 1.36.1 (user setup) Commit: 2213894ea0415ee8c85c5eea0d0ff81ecc191529 Date: 2019-07-08T22:59:35.033Z Electron: 4.2.5 Chrome: 69.0.3497.128 Node.js: 10.11.0 V8: 6.9.427.31-electron.0 OS: Windows_NT x64 10.0.17763

Extension Info Name: PostgreSQL Id: ms-ossdata.vscode-postgresql Description: Develop Postgres everywhere Version: 0.2.0 Publisher: Microsoft

kgracekelly commented 5 years ago

I am also experiencing this issue on Windows 7. The only way I can the results window back is to close and reopen VS Code.

alxtrkhv commented 5 years ago

Same issue on my machine New query window fixes it but in some cases I need to restart VS Code

VS Code info Version: 1.37.0 (user setup) Commit: 036a6b1d3ac84e5ca96a17a44e63a87971f8fcc8 Date: 2019-08-08T02:33:50.993Z Electron: 4.2.7 Chrome: 69.0.3497.128 Node.js: 10.11.0 V8: 6.9.427.31-electron.0 OS: Windows_NT x64 10.0.17134

Extension info Name: PostgreSQL Id: ms-ossdata.vscode-postgresql Description: Develop Postgres everywhere Version: 0.2.0 Publisher: Microsoft

awjdthornton commented 4 years ago

The Developer>Reload Window command also seems to fix it when a new query window doesn't. CMD+R is shortcut for Reload Window on MacOS.

VSCODE Info Version: 1.40.1 Commit: 8795a9889db74563ddd43eb0a897a2384129a619 Date: 2019-11-13T16:47:44.719Z Electron: 6.1.2 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Darwin x64 19.0.0

Extension Info Name: PostgreSQL Id: ms-ossdata.vscode-postgresql Description: Develop Postgres everywhere Version: 0.2.0 Publisher: Microsoft VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-ossdata.vscode-postgresql

nicholasbca commented 3 years ago

same issue here

shreyan-gupta commented 2 years ago

This issue is ages old, is anyone even going to take a look at this? It's super annoying having to restart vscode every time the results window is closed.

mvadu commented 2 years ago

@akamath46297 is this extension actively supported or abandoned? this is a basic functionality related issue and even after 2 years this hasn't seen a fix.

ischia-exigenter commented 2 years ago

wishing someone could fix this bug, it's quite confusing for someone just getting started edit: if anyone is seeing this, get msft azure data studio, it's the same ide as vs code, but with all the support you'd want for databases, including a much improved postgres extension, cheers~

alexandreSantosPulsus commented 1 year ago

same problem here. Unfornatunately it's been 4 years without improvement in such a basic thing. I wonder if this extension still have support...

mikechu-optimizely commented 6 months ago

Thanks for the Developer>Reload Window trick. That got me back working.