Skip to content

Commit 6b519e5

Browse files
committed
remove unused dispose
1 parent 9ab8300 commit 6b519e5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/vs/workbench/api/common/extHostDocumentContentProviders.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ export class ExtHostDocumentContentProvider implements ExtHostDocumentContentPro
2929
this._proxy = mainContext.getProxy(MainContext.MainThreadDocumentContentProviders);
3030
}
3131

32-
dispose(): void {
33-
// todo@joh
34-
}
35-
3632
registerTextDocumentContentProvider(scheme: string, provider: vscode.TextDocumentContentProvider): vscode.Disposable {
3733
// todo@remote
3834
// check with scheme from fs-providers!

0 commit comments

Comments
 (0)