mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode de81ccf04849309f843db21130c806a5783678f7 (#4738)
This commit is contained in:
@@ -11,7 +11,7 @@ import { AccessibilitySupport } from 'vs/platform/accessibility/common/accessibi
|
||||
export class TestConfiguration extends CommonEditorConfiguration {
|
||||
|
||||
constructor(opts: IEditorOptions) {
|
||||
super(opts);
|
||||
super(false, opts);
|
||||
this._recomputeOptions();
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ suite('ModelService', () => {
|
||||
});
|
||||
|
||||
test('EOL setting respected depending on root', () => {
|
||||
const model1 = modelService.createModel('farboo', null, null);
|
||||
const model1 = modelService.createModel('farboo', null);
|
||||
const model2 = modelService.createModel('farboo', null, URI.file(platform.isWindows ? 'c:\\myroot\\myfile.txt' : '/myroot/myfile.txt'));
|
||||
const model3 = modelService.createModel('farboo', null, URI.file(platform.isWindows ? 'c:\\other\\myfile.txt' : '/other/myfile.txt'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user