mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
don't export TextEditorEdit (#168080)
https://github.com/microsoft/vscode/issues/164940
This commit is contained in:
@@ -50,7 +50,7 @@ export interface IEditData {
|
||||
undoStopAfter: boolean;
|
||||
}
|
||||
|
||||
export class TextEditorEdit {
|
||||
class TextEditorEdit {
|
||||
|
||||
private readonly _document: vscode.TextDocument;
|
||||
private readonly _documentVersionId: number;
|
||||
|
||||
Reference in New Issue
Block a user