Fixes cannot disable file auto save when configuration target is other than user#109278
Fixes cannot disable file auto save when configuration target is other than user#109278bpasero merged 3 commits intomicrosoft:masterfrom
Conversation
|
@jeanp413 thanks, this change made me look closer into the I actually think that we should not have code outside the configuration service that tries to find the right target, it should be handled consistently within the configuration service. @sandy081 need your advice here: searching for references to vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMinimap.ts Lines 26 to 29 in f345453 If a user has configured the To summarise, I think the auto save toggle is just the tip of the ice berg, any |
|
Removed the duplicated code, let me know if fixing the other places that you pointed out will be part of this pr or will be tackle apart. |
|
Thanks, I have extracted #109373 for follow up on the other locations. |
|
As a core service |
This PR fixes #108932