mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
add SnippetTextEdit, allow drop-handler to return them
This commit is contained in:
@@ -1324,7 +1324,7 @@ export interface ISelectionChangeEvent {
|
||||
export interface ExtHostEditorsShape {
|
||||
$acceptEditorPropertiesChanged(id: string, props: IEditorPropertiesChangeData): void;
|
||||
$acceptEditorPositionData(data: ITextEditorPositionData): void;
|
||||
$textEditorHandleDrop(id: string, position: IPosition, dataTransferDto: DataTransferDTO): Promise<void>;
|
||||
$textEditorHandleDrop(id: string, position: IPosition, dataTransferDto: DataTransferDTO): Promise<Dto<languages.SnippetTextEdit[]>>;
|
||||
}
|
||||
|
||||
export interface IDocumentsAndEditorsDelta {
|
||||
|
||||
Reference in New Issue
Block a user