-
Notifications
You must be signed in to change notification settings - Fork 36.6k
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; | |
| } | |
tamuratak, tecosaur, AnthonyLenglet, samghelms, techsin and 187 moreli1234yun, yfzhao20, jer-echo, ruifengx, ewhanhan and 3 more
Metadata
Metadata
Assignees
Labels
api-proposaleditor-insetsfeature-requestRequest for new features or functionalityRequest for new features or functionality