mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
very happy to delete settings.ts on main side
This commit is contained in:
@@ -117,10 +117,10 @@ export class ConfigurationService extends CommonConfigurationService {
|
||||
return {
|
||||
contents: objects.mixin(
|
||||
objects.clone(defaults.contents), // target: default values (but don't modify!)
|
||||
globalSettings.settings, // source: global configured values
|
||||
globalSettings, // source: global configured values
|
||||
true // overwrite
|
||||
),
|
||||
parseErrors: globalSettings.settingsParseErrors
|
||||
parseErrors: []
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user