Skip to content

Commit

Permalink
fix: rollback change
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Jul 17, 2024
1 parent 21d5f82 commit 9eaceac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service-override/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class BrowserPathServiceOverride extends AbstractPathService {
@IWorkspaceContextService contextService: IWorkspaceContextService
) {
super(
Promise.resolve(getEnvironmentOverride().userHome ?? guessLocalUserHome(environmentService, contextService)),
getEnvironmentOverride().userHome ?? guessLocalUserHome(environmentService, contextService),
remoteAgentService,
environmentService,
contextService
Expand Down

1 comment on commit 9eaceac

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.