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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] do not focus output window on sync #1256

Open
jasonswearingen opened this issue Sep 24, 2020 · 4 comments
Open

[Feat] do not focus output window on sync #1256

jasonswearingen opened this issue Sep 24, 2020 · 4 comments

Comments

@jasonswearingen
Copy link

馃挕 Is your feature request related to a problem? Please describe.

Noticed this when enabled this Settings Sync extension and the vs builtin settings sync.
When they are both on, there seems to be a conflict with the Settings Sync extension and VSCode's built-in settings sync colliding. When that happens the Settings Sync extension thinks there are changes at every startup.

This "changes ocured" causes a very annoying behavior: the output --> Code Settings Sync pane from being focused upon every vscode startup (maybe it is really "upon settings sync performing an action", but that occurs on startup)

馃挕 Describe the solution you'd like
probably don't need to worry about the re-upload (let it happen) just dont' focus the output window on upload

馃挕 Additional context
I originally thought this was a problem with the VSCode builtin. see: microsoft/vscode#107245

@webdevnerdstuff
Copy link

@jasonswearingen I was having the same issue and it was getting really annoying. I think this is the setting that stops it:

{ "sync.quietSync": true, }

@bcardarella
Copy link

Why quietSync isn't the default is beyond me. Nobody wants SettingsSync to constantly steal focus.

@adventurist
Copy link

@jasonswearingen I was having the same issue and it was getting really annoying. I think this is the setting that stops it:

{ "sync.quietSync": true, }

glorious

Igloczek added a commit to Igloczek/code-settings-sync that referenced this issue Jun 8, 2022
shanalikhan added a commit that referenced this issue Oct 12, 2022
Do a quiet sync by default - resolves #1256
@stephanlamoureux
Copy link

stephanlamoureux commented Mar 4, 2023

All of my sync settings in the JSON file are greyed out as unknown config settings. The output tab launching on every vscode start is really annoying, what am I missing?

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

No branches or pull requests

5 participants