mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
Verbose output for autorest, displaying output pane on error (#17308)
This commit is contained in:
@@ -967,6 +967,7 @@ export class ProjectsController {
|
||||
return project;
|
||||
} catch (err) {
|
||||
void vscode.window.showErrorMessage(constants.generatingProjectFailed(utils.getErrorMessage(err)));
|
||||
this._outputChannel.show();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user