don't export TextEditorEdit (#168080)

https://github.com/microsoft/vscode/issues/164940
This commit is contained in:
Johannes Rieken
2022-12-05 15:15:47 +01:00
committed by GitHub
parent 1e4ac3149e
commit b2a7c9aac5

View File

@@ -50,7 +50,7 @@ export interface IEditData {
undoStopAfter: boolean;
}
export class TextEditorEdit {
class TextEditorEdit {
private readonly _document: vscode.TextDocument;
private readonly _documentVersionId: number;