mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 591842cc4b71958c81947b254924a215fe3edcbd (#4886)
This commit is contained in:
@@ -40,8 +40,7 @@ suite('ExtHostConfiguration', function () {
|
||||
user: new ConfigurationModel(contents),
|
||||
workspace: new ConfigurationModel(),
|
||||
folders: Object.create(null),
|
||||
configurationScopes: {},
|
||||
isComplete: true
|
||||
configurationScopes: {}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -279,8 +278,7 @@ suite('ExtHostConfiguration', function () {
|
||||
}, ['editor.wordWrap']),
|
||||
workspace: new ConfigurationModel({}, []),
|
||||
folders: Object.create(null),
|
||||
configurationScopes: {},
|
||||
isComplete: true
|
||||
configurationScopes: {}
|
||||
}
|
||||
);
|
||||
|
||||
@@ -328,8 +326,7 @@ suite('ExtHostConfiguration', function () {
|
||||
}, ['editor.wordWrap']),
|
||||
workspace,
|
||||
folders,
|
||||
configurationScopes: {},
|
||||
isComplete: true
|
||||
configurationScopes: {}
|
||||
}
|
||||
);
|
||||
|
||||
@@ -405,8 +402,7 @@ suite('ExtHostConfiguration', function () {
|
||||
}, ['editor.wordWrap']),
|
||||
workspace,
|
||||
folders,
|
||||
configurationScopes: {},
|
||||
isComplete: true
|
||||
configurationScopes: {}
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user