mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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,
|
||||
openLabel: mnemonicButtonLabel(localize({ key: 'installButton', comment: ['&& denotes a mnemonic'] }, "&&Install"))
|
||||
});
|
||||
|
||||
if (!vsixPaths) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
await Promise.all(vsixPaths.map(async vsix => {
|
||||
|
||||
Reference in New Issue
Block a user