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 a1232fa commit f6d1da2Copy full SHA for f6d1da2
src/views/webview.ts
@@ -15,6 +15,7 @@ export class GitPanelViewProvider implements vscode.WebviewViewProvider {
15
private gitChangesProvider: DiffProvider
16
public static readonly viewType = 'git-panel.history'
17
private _commits: Commit[] = []
18
+ private _view?: vscode.WebviewView
19
20
constructor(
21
private readonly _extensionUri: Uri,
0 commit comments