Skip to content

Commit

Permalink
don't export TextEditorEdit (#168080)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Dec 5, 2022
1 parent 1e4ac31 commit b2a7c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/common/extHostTextEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface IEditData {
undoStopAfter: boolean;
}

export class TextEditorEdit {
class TextEditorEdit {

private readonly _document: vscode.TextDocument;
private readonly _documentVersionId: number;
Expand Down

0 comments on commit b2a7c9a

Please sign in to comment.