Borvik / vscode-postgres

PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
MIT License
226 stars 48 forks source link

sync connections across machines #236

Open robaho opened 1 year ago

robaho commented 1 year ago

Developers these days use multiple machines. VScode can sync settings across machines, but the extension does not store the connections in a setting but rather the global context.

entries in the global context can be synced as well using setKeysForSync. This would be really helpful.

Thanks for a great extension.

robaho commented 1 year ago

Also see https://code.visualstudio.com/docs/editor/settings-sync#_sync-user-global-state-between-machines