mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 09:35:39 -05:00
Prompt for arcdata install upon extension activation (fix) (#20167)
* Made prompt when no arcdata upon startup * Changed to NoAzureCLIArcExtError Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
@@ -17,7 +17,7 @@ export class NoAzureCLIError extends Error implements azExt.ErrorWithLink {
|
||||
}
|
||||
}
|
||||
|
||||
export class AzureCLIArcExtError extends Error implements azExt.ErrorWithLink {
|
||||
export class NoAzureCLIArcExtError extends Error implements azExt.ErrorWithLink {
|
||||
constructor() {
|
||||
super(loc.arcdataExtensionNotInstalled);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user