Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing option to store connection info in userspace #625

Open
Fmstrat opened this issue Jun 21, 2020 · 2 comments
Open

Missing option to store connection info in userspace #625

Fmstrat opened this issue Jun 21, 2020 · 2 comments
Labels

Comments

@Fmstrat
Copy link
Contributor

Fmstrat commented Jun 21, 2020

Describe the bug
On the previous Postgres driver there was an option to store the credentials in userspace vs the workspace. This option is no longer available, which causes some odd conflicts when connections are already stored there.

I would not be surprised if #567 is coming from this issue.

For instance, I can create a userspace connection with the same information as a connection that is already in global space.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Postgres connection
  2. Find where you can save in user/global settings

Expected behavior
A global settings checkbox.

Desktop (please complete the following information):

  • SQLTools Version [e.g. v0.17.x] v0.22.8
  • VSCode Version: [e.g 1.x.y] 1.46.1
  • Driver Used/Version: [e.g PostgreSQL 9, Oracle CE, SQLite, MySQL 6, Redshift..] Postgres 11.3
  • OS: [e.g. Windows, Linux, Mac] Linux
@Fmstrat Fmstrat added the triage label Jun 21, 2020
@mcamou
Copy link

mcamou commented Mar 5, 2021

This is very annoying to me. I usually have several VS Code workspaces open and I'd like the same SQLTools connections to be available in all of them. After adding a new connection, I find myself having to open the settings JSON, copying the new connection from the workspace to the user settings, and deleting the workspace connection, or just opening the JSON directly and copy/pasting an existing connection instead of adding it via the dialog.

@Fmstrat
Copy link
Contributor Author

Fmstrat commented Jul 27, 2021

It's been a long time and this issue is still presenting itself. Any feedback?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants