Skip to content

Commit

Permalink
Show collapse-all
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft committed Nov 30, 2023
1 parent 2bd1509 commit 7b86611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree/registerTrees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function registerTrees(): void {

const urtdp = new UnifiedRegistryTreeDataProvider(ext.context.globalState);
ext.registriesRoot = urtdp;
ext.registriesTreeView = vscode.window.createTreeView('dockerRegistries', { treeDataProvider: urtdp });
ext.registriesTreeView = vscode.window.createTreeView('dockerRegistries', { treeDataProvider: urtdp, showCollapseAll: true });
ext.registriesTree = urtdp;
registerRegistryDataProviders(urtdp);
void migrateRegistriesData(ext.context);
Expand Down

0 comments on commit 7b86611

Please sign in to comment.