Timothy Webb
Timothy Webb
Hey! Would love to know the same regarding moving to an RC angular version. Or even if you've tried and have some sorts of the issues you've run into --...
@akosyakov Adding some details that may be helpful. We are using scripts - in testing a basic webview view that has just straight HTML without loading external script files it...
As a note, we did the following as a workaround and now have the webview loading correctly on OpenVSCode-Server: ``` const assetURI = webview.asWebviewUri( vscode.Uri.joinPath( this._extensionUri, 'assets/random/file' ) ); const...