-
Notifications
You must be signed in to change notification settings - Fork 38k
Open
Labels
api-proposaleditor-insetsfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
This issue track the API proposal for editor insets. The current proposal is this
vscode/src/vs/vscode.proposed.d.ts
Lines 135 to 147 in ffe3749
| export interface WebviewEditorInset { | |
| readonly editor: TextEditor; | |
| readonly line: number; | |
| readonly height: number; | |
| readonly webview: Webview; | |
| readonly onDidDispose: Event<void>; | |
| dispose(): void; | |
| } | |
| export namespace window { | |
| export function createWebviewTextEditorInset(editor: TextEditor, line: number, height: number, options?: WebviewOptions): WebviewEditorInset; | |
| } | |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api-proposaleditor-insetsfeature-requestRequest for new features or functionalityRequest for new features or functionality