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

Make disabling connection sync easier #18671

Closed
dzsquared opened this issue Feb 12, 2025 · 1 comment
Closed

Make disabling connection sync easier #18671

dzsquared opened this issue Feb 12, 2025 · 1 comment

Comments

@dzsquared
Copy link
Contributor

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":

 "settingsSync.ignoredSettings": [
        "workbench.colorTheme",
        "mssql.connections"
    ],
@Benjin
Copy link
Contributor

Benjin commented Apr 3, 2025

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:

Image

    "settingsSync.ignoredSettings": [
        "mssql.connections"
    ],

Can you double-check this behavior?

@Benjin Benjin closed this as completed Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants