Skip to content

Commit

Permalink
Update src/lfview/lf-data-provider.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Donovan <[email protected]>
  • Loading branch information
vinzbarbuto and petervdonovan authored Jul 16, 2024
1 parent 7b1772b commit 7ca960c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lfview/lf-data-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class LFDataProvider implements vscode.TreeDataProvider<LFDataProviderNod
// Utility properties
private searchPath: string;
private path_offset: number;
private exclude_path: vscode.GlobPattern = null;
private exclude_path: vscode.GlobPattern | null = null;

// Event emitter for tree data change
private _onDidChangeTreeData: vscode.EventEmitter<LFDataProviderNode | undefined | null | void> = new vscode.EventEmitter<LFDataProviderNode | undefined | null | void>();
Expand Down

0 comments on commit 7ca960c

Please sign in to comment.