We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2a9eb commit 7f5e99aCopy full SHA for 7f5e99a
src/logViewer.ts
@@ -179,7 +179,7 @@ export class LogFile extends vscode.TreeItem {
179
public readonly command?: vscode.Command,
180
public children?: LogFile[]
181
) {
182
- super(label, collapsibleState);
+ super(label, collapsibleState as vscode.TreeItemCollapsibleState);
183
this.description = this.label.match(/\(\d+\)/)?.[0] || '';
184
this.label = this.label.replace(/\(\d+\)/, '').trim();
185
}
0 commit comments