mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
- Notebooks Can be Improperly Trusted After Save + Reopen Fix was to only save if actually trusted. Also fixed condition where it wasn't correctly skipping if in the queue
This commit is contained in:
@@ -377,9 +377,9 @@ export class AttachToDropdown extends SelectBox {
|
||||
}).catch(err =>
|
||||
this.logService.error(err));
|
||||
}
|
||||
model.onValidConnectionSelected(validConnection => {
|
||||
this._register(model.onValidConnectionSelected(validConnection => {
|
||||
this.handleContextsChanged(!validConnection);
|
||||
});
|
||||
}));
|
||||
}
|
||||
|
||||
private getKernelDisplayName(): string {
|
||||
|
||||
Reference in New Issue
Block a user