mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
strictPropertyInitialization in tasks and custom tree view
Part of #78168
This commit is contained in:
@@ -124,7 +124,7 @@ export class MainThreadTreeViews extends Disposable implements MainThreadTreeVie
|
||||
this._dataProviders.forEach((dataProvider, treeViewId) => {
|
||||
const treeView = this.getTreeView(treeViewId);
|
||||
if (treeView) {
|
||||
treeView.dataProvider = null;
|
||||
treeView.dataProvider = undefined;
|
||||
}
|
||||
});
|
||||
this._dataProviders.clear();
|
||||
|
||||
Reference in New Issue
Block a user