File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/vs/workbench/contrib/preferences/browser Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2527,7 +2527,7 @@ class ApplySettingToAllProfilesAction extends Action {
2527
2527
2528
2528
const newValue = distinct ( value ) ;
2529
2529
if ( this . checked ) {
2530
- await this . configService . updateValue ( this . setting . key , this . configService . inspect ( this . setting . key ) . userLocal ?. value , ConfigurationTarget . USER_LOCAL ) ;
2530
+ await this . configService . updateValue ( this . setting . key , this . configService . inspect ( this . setting . key ) . application ?. value , ConfigurationTarget . USER_LOCAL ) ;
2531
2531
await this . configService . updateValue ( APPLY_ALL_PROFILES_SETTING , newValue . length ? newValue : undefined , ConfigurationTarget . USER_LOCAL ) ;
2532
2532
} else {
2533
2533
await this . configService . updateValue ( APPLY_ALL_PROFILES_SETTING , newValue . length ? newValue : undefined , ConfigurationTarget . USER_LOCAL ) ;
You can’t perform that action at this time.
0 commit comments