microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
392 stars 50 forks source link

Results window no showing anything while using vscode remote #93

Open alanwilter opened 3 years ago

alanwilter commented 3 years ago

Steps to Reproduce:

  1. Using VS Code remote
  2. Command on terminal psql -h localhost -U postgres work just fine
  3. Done all the setup, started a new query, connected, run a query
  4. Result window opens but shows nothing,
  5. Output window PGSQL even shows 10:05:07] Finished query execution for document "file://...
lcr0815 commented 3 years ago

PGSQL Extension Version: 0.3.0 VSCode Version: 1.57.1 OS Version: macOS Big Sur 11.4.0 Steps to Reproduce:

Using VS Code

  1. create a new connection
    • using localhost
    • using postgress DB which results in connection opened and connected
  2. create a new query: select * from information_schema.TABLES
  3. results: NOTHING, NADA, ничего такого,

all I get is a blank page, cleared/created new connections several times with same result and then it works. the problem is once it is working, you can not create a new page of move away from the page because the connection is lost and you have to start all over again. then after a few 'FUCKYOUS' and other similar beautiful words, it works again.... very frustrating.. I wish I knew how to work on extensions but I don't and don't have the time to work on these things... such a shame, this extension is not receiving any open source love....

igokul1973 commented 1 year ago

Same issue. Is it not going to be attended? Just not to expect anything "fancy" from this extension and switch to WebStorm?

vumdao commented 7 months ago

PostgreSQL v0.3.0 VSCode Version: 1.84.2 OS macOS Sonoma 14.1.2 image