-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Setting doesn't seem to work across profiles #175427
Comments
I just tested with a profile in the local system (not a Devcontainer), it still doesn't use global settings. |
/duplicate Settings from Default profile and those from custom profile are not related and not extended. |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines. Happy Coding! |
@sandy081 how would you recommend I "synchronize" settings like autosave? Because this completely breaks my workflow |
At present, you have to update this setting in all profiles. Please check #156144 issue and comment there if it covers your scenario. |
Alright, thank you! I'd already commented there (sorry if I caused any annoyance; it's my first time dealing with issues on a large repo) |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Expectation: All settings made in the Windows settings file would work in each profile, unless there is an override.
This is my local settings file (
C:/Users/username/AppData/Roaming/Code/User/settings.json
).Profile
settings.json
:In my Devcontainer, most of these settings don't migrate and have to be made again in the profile settings. There is no conflicting entry in the profile settings. As an example,
files.autoSave
doesn't work.The text was updated successfully, but these errors were encountered: