We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c00c17 commit c4f25a2Copy full SHA for c4f25a2
packages/databricks-vscode/src/configuration/models/ConfigModel.ts
@@ -131,9 +131,6 @@ export class ConfigModel implements Disposable {
131
}),
132
this.bundlePreValidateModel.onDidChange(async () => {
133
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();
137
//refresh cache to trigger onDidChange event
138
await this.configCache.refresh();
139
0 commit comments