I’m new with PostgreSQL.
I’m trying to add a connection using the extension PostgreSQL by Chris Kolkman, the error mentioned cannot get password on the lower right of VS code.
I’m new with PostgreSQL.
I’m trying to add a connection using the extension PostgreSQL by Chris Kolkman, the error mentioned cannot get password on the lower right of VS code.
2
Answers
If you are on MacOS, you need to go into your keychain access and look for
ckolkman.vscode-postgres
. Delete the entries for this app and then reload your Postgres extension.After some update, i have same problem on Linux (Ubuntu).
I remove folder
~/.config/Code
and reinstall VSCode.This solved my problem. I hope it will be helpful