提交 b4897285 编写于 作者: S Sandeep Somavarapu

remove clone

上级 4e172cd1
...@@ -354,12 +354,12 @@ export class Configuration { ...@@ -354,12 +354,12 @@ export class Configuration {
workspaceFolder: string[]; workspaceFolder: string[];
} { } {
const folderConfigurationModel = this.getFolderConfigurationModelForResource(null, workspace); const folderConfigurationModel = this.getFolderConfigurationModelForResource(null, workspace);
return objects.deepClone({ return {
default: this._defaultConfiguration.freeze().keys, default: this._defaultConfiguration.freeze().keys,
user: this._userConfiguration.freeze().keys, user: this._userConfiguration.freeze().keys,
workspace: this._workspaceConfiguration.freeze().keys, workspace: this._workspaceConfiguration.freeze().keys,
workspaceFolder: folderConfigurationModel ? folderConfigurationModel.freeze().keys : [] workspaceFolder: folderConfigurationModel ? folderConfigurationModel.freeze().keys : []
}); };
} }
updateDefaultConfiguration(defaultConfiguration: ConfigurationModel): void { updateDefaultConfiguration(defaultConfiguration: ConfigurationModel): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册