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 3bb953e commit 5b1eb9bCopy full SHA for 5b1eb9b
packages/databricks-vscode/src/configuration/ConnectionManager.ts
@@ -277,6 +277,7 @@ export class ConnectionManager implements Disposable {
277
await this.updateSyncDestinationMapper();
278
if (this.configModel.target !== undefined) {
279
await this.configModel.set("authProfile", undefined);
280
+ await this.configModel.setAuthProvider(undefined);
281
}
282
this.updateState("DISCONNECTED");
283
0 commit comments