Skip to content

Commit fac3b93

Browse files
committed
remove service dependency
1 parent f938395 commit fac3b93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/configuration/node/configurationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class ConfigurationService extends Disposable implements IConfigurationSe
2626

2727
constructor(
2828
private readonly settingsResource: URI,
29-
@IFileService fileService: IFileService
29+
fileService: IFileService
3030
) {
3131
super();
3232
this.userConfiguration = this._register(new UserSettings(this.settingsResource, undefined, fileService));

0 commit comments

Comments
 (0)