mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
remove unnecessary message that connection is needed (#4982)
This commit is contained in:
@@ -94,7 +94,6 @@ export class DataTierApplicationWizard {
|
|||||||
|
|
||||||
// don't open the wizard if connection dialog is cancelled
|
// don't open the wizard if connection dialog is cancelled
|
||||||
if (!this.connection) {
|
if (!this.connection) {
|
||||||
vscode.window.showErrorMessage(localize('dacfx.needConnection', 'Please connect to a server before using this wizard.'));
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user