Skip to content

Commit

Permalink
Merge branch 'master' into marketplace-cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Nov 30, 2016
2 parents 679387d + 0498fc5 commit d1f2d8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ suite('WorkspaceConfigurationEditingService - Node', () => {

return configurationService.initialize().then(() => {
return {
configurationEditingService: new ConfigurationEditingService(configurationService, workspaceContextService, environmentService, fileService, textFileService),
configurationEditingService: new ConfigurationEditingService(configurationService, workspaceContextService, environmentService, fileService, null, textFileService),
configurationService
};
});
Expand Down

0 comments on commit d1f2d8c

Please sign in to comment.