mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
undo unneeded change
This commit is contained in:
@@ -491,7 +491,7 @@ export class TextEdit {
|
||||
|
||||
constructor(range: Range, newText: string) {
|
||||
this.range = range;
|
||||
this.newText = newText || '';
|
||||
this.newText = newText;
|
||||
}
|
||||
|
||||
toJSON(): any {
|
||||
|
||||
Reference in New Issue
Block a user