Steps to Reproduce: Testing Connection Dialog. No consistent repro steps yet. Expected: No unhandled exceptions Actual: Webview disposed exception. Connection then proceeds to fail. Here's the exception text console.ts:137 [Extension Hos...
Description In VS Code 1.44.x I'm seeing the error Webview is disposed when trying to re-open a webview. I suspect they're changed something which has broken our code. Expected Behavior Actual Behavior Possible Fix For the time being, do...
: string; readonly remoteAuthority?: string; readonly isExtensionDevelopmentHost: boolean; readonly isExtensionTestHost: boolean; readonly lastFocusTime: number; readonly isReady: boolean; ready(): Promise<ICodeWindow>; setReady(): void; readonly isSandboxed: boolean; addTabbedWindow(window: ICod...
:ViewColumn;/*** Fired when the webview content posts a message.*/readonlyonDidReceiveMessage:Event<any>;/*** Fired when the webview is disposed.*/readonlyonDidDispose:Event<void>;/*** Event fired when webview's state changes*/readonlyonDidChangeViewState:Event<{isActive:boolean,viewColu...
Fixed "Error: Webview is disposed" when opening PIO Home (issue #917) 1.8.0 (2019-07-16) Full support for PlatformIO Core 4.0 PlatformIO Core Installer: Added support for Python 3 and its "venv" module Added PIO Remote project tasks Added "Fuses" related project tasks Added "Erase" pr...
* @return A [disposable](#Disposable) that unregisters this provider when being disposed.*/ export function registerTextSearchProvider(scheme: string, provider: TextSearchProvider): Disposable; /** * Search text in files across all [workspace folders](#workspace.workspaceFolders) in the ...
Security Insights Additional navigation options New issue Merged alexr00merged 1 commit intomainfromalexr00/issue2444 Jul 8, 2021 +33−27 Conversation0Commits1Checks0Files changed4 Member alexr00commentedJul 7, 2021 "Webview is disposed" error notification on switching to a branch… ...
killing the process running TensorBoard when the webview is disposed joyceerhl added the feature-request label Nov 23, 2020 joyceerhl self-assigned this Nov 23, 2020 ghost added the triage-needed label Nov 23, 2020 joyceerhl mentioned this issue Nov 23, 2020 Add Python: Launch TensorB...
+ webviewEndpoint: `${window.location.origin}${window.location.pathname.replace(/\/+$/, '')}/webview`, + ...JSON.parse(configElementAttribute), + }; + + // Strip the protocol from the authority if it exists.+ const normalizeAuthority = (authority: string): string => authority...
+ webviewEndpoint: `${window.location.origin}${window.location.pathname.replace(/\/+$/, '')}/webview`, + ...JSON.parse(configElementAttribute), + }; + + // Strip the protocol from the authority if it exists.+ const normalizeAuthority = (authority: string): string => authority...