Skip to content

Commit

Permalink
Collapse by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 26, 2024
1 parent d86b211 commit c6cad4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-extension/src/projectsView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class ProjectTagItem extends TreeItem {
hideTasks: Set<string>;

constructor(context: vscode.ExtensionContext, tag: string, projects: Project[]) {
super(tag, TreeItemCollapsibleState.Expanded);
super(tag, TreeItemCollapsibleState.Collapsed);

this.context = context;
this.id = tag;
Expand Down

0 comments on commit c6cad4d

Please sign in to comment.