mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
fix #48766
This commit is contained in:
@@ -26,7 +26,7 @@ export class MainThreadFileSystem implements MainThreadFileSystemShape {
|
||||
}
|
||||
|
||||
dispose(): void {
|
||||
this._fileProvider.forEach(value => dispose());
|
||||
this._fileProvider.forEach(value => value.dispose());
|
||||
this._fileProvider.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user