You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My VS Code instances are all signed in and syncing settings across several machines used for work and personal. The SQL connections syncing across all the machines isn't ideal for this, but it took some investigating to disable the connections from syncing because they don't show up in the extensions GUI. If they did, I could use the gear menu on the setting to disable "sync this setting".
Checking on the latest version of MSSQL (1.30), the mssql.connections setting appears in the UI, though you need to open the JSON in order to edit it. Unchecking "sync this setting" updated the user settings JSON as expected:
My VS Code instances are all signed in and syncing settings across several machines used for work and personal. The SQL connections syncing across all the machines isn't ideal for this, but it took some investigating to disable the connections from syncing because they don't show up in the extensions GUI. If they did, I could use the gear menu on the setting to disable "sync this setting".
https://code.visualstudio.com/docs/editor/settings-sync
Ended up editing the settings JSON to include "mssql.connections":
The text was updated successfully, but these errors were encountered: