提交 5e906250 编写于 作者: S Sandeep Somavarapu

fix tests

上级 31ddfc05
......@@ -55,12 +55,12 @@ export class LocalUserConfiguration extends Disposable {
}
async adopt(fileService: IFileService): Promise<ConfigurationModel | null> {
if (this.userConfiguration instanceof NodeBasedUserConfiguration) {
this.userConfiguration.dispose();
dispose(this.changeDisposable);
this.userConfiguration = this._register(new FileServiceBasedUserConfiguration(this.userConfigurationResource, fileService));
this.changeDisposable = this._register(this.userConfiguration.onDidChangeConfiguration(configurationModel => this._onDidChangeConfiguration.fire(configurationModel)));
}
// if (this.userConfiguration instanceof NodeBasedUserConfiguration) {
// this.userConfiguration.dispose();
// dispose(this.changeDisposable);
// this.userConfiguration = this._register(new FileServiceBasedUserConfiguration(this.userConfigurationResource, fileService));
// this.changeDisposable = this._register(this.userConfiguration.onDidChangeConfiguration(configurationModel => this._onDidChangeConfiguration.fire(configurationModel)));
// }
return null;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册