vscode-pgsql
vscode-pgsql copied to clipboard
Command 'pgsql: run in postgres' resulted in an error (command 'pgsql.run' not found)
I have psql in my path, /usr/local/bin and I have installed pgsql and I have setup a postgresql connection; however, my connection is a bit unique in that we pass psycopg2. Perhaps this is not supported in this plugin. Our connection string:
postgresql+psycopg2://username:[email protected]:<port>/dbname
At the moment I am getting the error Command 'pgsql: run in postgres' resulted in an error (command 'pgsql.run' not found)
using either the above string in user and workspace configuration and also removing the +psycopg2
.