Skip to content

Commit

Permalink
Revert "Trigger target change on prevalidate changes, so that auth re…
Browse files Browse the repository at this point in the history
…solution happens again" (#1056)

Reverts #1055
  • Loading branch information
kartikgupta-db authored Feb 8, 2024
1 parent 6c00c17 commit c4f25a2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ export class ConfigModel implements Disposable {
}),
this.bundlePreValidateModel.onDidChange(async () => {
await this.readTarget();
// We fire the target change emitter because auth info might have changed,
// which we handle exactly the same way as a target change.
this.onDidChangeTargetEmitter.fire();
//refresh cache to trigger onDidChange event
await this.configCache.refresh();
}),
Expand Down

0 comments on commit c4f25a2

Please sign in to comment.