microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
422 stars 53 forks source link

_this._Promise is not a constructor #68

Open genysix opened 4 years ago

genysix commented 4 years ago

Steps to Reproduce:

I upgraded my VSCode and since then I can't connect to my database anymore.

Here is the error message I receive: _this._Promise is not a constructor

I would also like to point out that it's not coming from my database, because I can connect using other VSCode extensions.

Best regards

chriswacker commented 4 years ago

I receive this error too. Restarting VSCode temporarily fixes the issue for me. I'm running the extension in a dev container (Ubuntu 18.04 & Git).

kamn8r commented 4 years ago

I'm receiving the same error when connecting to my Postgres server. I'm able to connect using pgAdmin4 and DBeaver but not this VSCode extension. I'm using Postgres 12.2 and VSCode 1.42.1 with version 1.1.11 of your extension.