We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6825853 commit b7871d7Copy full SHA for b7871d7
extension/src/webview/workspace.ts
@@ -1,5 +1,4 @@
1
import { Memento } from 'vscode'
2
-import { BaseWebview } from '.'
3
import { BaseRepository } from './repository'
4
import { WebviewData } from './contract'
5
import { InternalCommands } from '../commands/internal'
@@ -36,13 +35,4 @@ export abstract class BaseWorkspaceWebviews<
36
35
await repository.showWebview()
37
return repository
38
}
39
-
40
- public setWebview(dvcRoot: string, webview: BaseWebview<U>) {
41
- const repository = this.getRepository(dvcRoot)
42
- if (!repository) {
43
- webview.dispose()
44
- }
45
46
- repository.setWebview(webview)
47
48
0 commit comments