Skip to content

Commit

Permalink
Activity bar: visibility of things is not synced (fix #105793)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Sep 1, 2020
1 parent 230d2fa commit fee0167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vs/workbench/browser/parts/activitybar/activitybarPart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ export class ActivitybarPart extends Part implements IActivityBarService {

storageKeysSyncRegistryService.registerStorageKey({ key: ActivitybarPart.PINNED_VIEW_CONTAINERS, version: 1 });
storageKeysSyncRegistryService.registerStorageKey({ key: ActivitybarPart.HOME_BAR_VISIBILITY_PREFERENCE, version: 1 });
storageKeysSyncRegistryService.registerStorageKey({ key: ACCOUNTS_VISIBILITY_PREFERENCE_KEY, version: 1 });

this.migrateFromOldCachedViewContainersValue();

for (const cachedViewContainer of this.cachedViewContainers) {
Expand Down

0 comments on commit fee0167

Please sign in to comment.