提交 b9780e28 编写于 作者: J jeanp413

Fixes #90040

上级 718331d6
......@@ -77,7 +77,7 @@ export class ExplorerModel implements IDisposable {
}
export class ExplorerItem {
private _isDirectoryResolved: boolean;
protected _isDirectoryResolved: boolean;
private _isDisposed: boolean;
public isError = false;
......@@ -402,5 +402,6 @@ export class ExplorerItem {
export class NewExplorerItem extends ExplorerItem {
constructor(fileService: IFileService, parent: ExplorerItem, isDirectory: boolean) {
super(URI.file(''), fileService, parent, isDirectory);
this._isDirectoryResolved = true;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册