mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Show at a specific position
This commit is contained in:
@@ -423,7 +423,7 @@ export function createApiFactory(
|
||||
return extHostWebviews.registerWebviewSerializer(viewType, serializer);
|
||||
}),
|
||||
showWebviewWidget: proposedApiFunction(extension, (editor: vscode.TextEditor, position: vscode.Position, viewType: string, title: string, options: vscode.WebviewOptions) => {
|
||||
return extHostWebviews.showWebviewWidget(editor, position.line, viewType, title, options);
|
||||
return extHostWebviews.showWebviewWidget(editor, position, viewType, title, options);
|
||||
})
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user