Skip to content

Commit c4f25a2

Browse files
Revert "Trigger target change on prevalidate changes, so that auth resolution happens again" (#1056)
Reverts #1055
1 parent 6c00c17 commit c4f25a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/databricks-vscode/src/configuration/models/ConfigModel.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ export class ConfigModel implements Disposable {
131131
}),
132132
this.bundlePreValidateModel.onDidChange(async () => {
133133
await this.readTarget();
134-
// We fire the target change emitter because auth info might have changed,
135-
// which we handle exactly the same way as a target change.
136-
this.onDidChangeTargetEmitter.fire();
137134
//refresh cache to trigger onDidChange event
138135
await this.configCache.refresh();
139136
}),

0 commit comments

Comments
 (0)