## 1.6.2
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user