mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix error when cancelling out of VSIX dialog (#10752)
This commit is contained in:
@@ -2999,6 +2999,10 @@ export class InstallVSIXAction extends Action {
|
|||||||
canSelectFiles: true,
|
canSelectFiles: true,
|
||||||
openLabel: mnemonicButtonLabel(localize({ key: 'installButton', comment: ['&& denotes a mnemonic'] }, "&&Install"))
|
openLabel: mnemonicButtonLabel(localize({ key: 'installButton', comment: ['&& denotes a mnemonic'] }, "&&Install"))
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (!vsixPaths) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await Promise.all(vsixPaths.map(async vsix => {
|
await Promise.all(vsixPaths.map(async vsix => {
|
||||||
|
|||||||
Reference in New Issue
Block a user