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

remove service dependency

上级 f9383959
......@@ -26,7 +26,7 @@ export class ConfigurationService extends Disposable implements IConfigurationSe
constructor(
private readonly settingsResource: URI,
@IFileService fileService: IFileService
fileService: IFileService
) {
super();
this.userConfiguration = this._register(new UserSettings(this.settingsResource, undefined, fileService));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册