This commit is contained in:
2024-06-13 13:40:21 -07:00
parent a3321fcb20
commit 2eae9ad27d
12 changed files with 9233 additions and 124 deletions

View File

@ -3,7 +3,7 @@ import { getNonce } from "./getNonce";
import { apiBaseUrl } from "./constants";
import { PostMessage } from "./PostMessage";
export function refreshWebView(extensionContext: vscode.ExtensionContext): undefined {
export function refreshWebView(extensionContext: vscode.ExtensionContext): any {
WebViewPanel.kill();
WebViewPanel.createOrShow(extensionContext);
}