mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Azure pane in connection dialog (#11736)
* azure pane in connection dialog * fix layering * fix issues * fix test * more test fixes * add back double click to connect for non-contributed views
This commit is contained in:
@@ -61,6 +61,10 @@ export class ProgressService extends Disposable implements IProgressService {
|
||||
return this.withViewProgress(location, task, { ...options, location });
|
||||
}
|
||||
|
||||
if (this.viewDescriptorService.getViewLocationById(location) === ViewContainerLocation.Dialog) { // {{SQL CARBON EDIT}} bypass progress for dialog @todo
|
||||
return task({ report: () => { return; } });
|
||||
}
|
||||
|
||||
throw new Error(`Bad progress location: ${location}`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user