mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 17:52:34 -05:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -105,7 +105,6 @@ export function assertSyncedModels(text: string, callback: (model: EditableTextM
|
||||
|
||||
var assertMirrorModels = () => {
|
||||
assertLineMapping(model, 'model');
|
||||
model._assertLineNumbersOK();
|
||||
assert.equal(mirrorModel2.getText(), model.getValue(), 'mirror model 2 text OK');
|
||||
assert.equal(mirrorModel2.version, model.getVersionId(), 'mirror model 2 version OK');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user