mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-23 13:20:30 -04:00
Merge VS Code 1.31.1 (#4283)
This commit is contained in:
@@ -57,8 +57,8 @@ export class ReplaceAllCommand implements editorCommon.ICommand {
|
||||
}
|
||||
resultOps.push(previousOp);
|
||||
|
||||
for (let i = 0; i < resultOps.length; i++) {
|
||||
builder.addEditOperation(resultOps[i].range, resultOps[i].text);
|
||||
for (const op of resultOps) {
|
||||
builder.addEditOperation(op.range, op.text);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user