We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f938395 commit fac3b93Copy full SHA for fac3b93
1 file changed
src/vs/platform/configuration/node/configurationService.ts
@@ -26,7 +26,7 @@ export class ConfigurationService extends Disposable implements IConfigurationSe
26
27
constructor(
28
private readonly settingsResource: URI,
29
- @IFileService fileService: IFileService
+ fileService: IFileService
30
) {
31
super();
32
this.userConfiguration = this._register(new UserSettings(this.settingsResource, undefined, fileService));
0 commit comments