mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
@@ -54,7 +54,7 @@ export class MainThreadWebviews implements MainThreadWebviewsShape {
|
||||
options: vscode.WebviewOptions,
|
||||
extensionFolderPath: string
|
||||
): void {
|
||||
const webviewInput = new WebviewInput(URI.parse('webview://' + handle), title, options, '', {
|
||||
const webviewInput = new WebviewInput(title, options, '', {
|
||||
onMessage: message => this._proxy.$onMessage(handle, message),
|
||||
onDidChangePosition: position => this._proxy.$onDidChangePosition(handle, position),
|
||||
onDispose: () => {
|
||||
|
||||
Reference in New Issue
Block a user