mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 21:28:04 +00:00
committed by
GitHub
parent
ae812c4223
commit
bfdfd71568
@@ -224,7 +224,7 @@ export class ExtensionManagementCLI {
|
||||
}
|
||||
extensionsToInstall.push({
|
||||
extension: gallery,
|
||||
options: { ...installOptions, installGivenVersion: !!version, isApplicationScoped: installedExtension?.isApplicationScoped },
|
||||
options: { ...installOptions, installGivenVersion: !!version, isApplicationScoped: installOptions.isApplicationScoped || installedExtension?.isApplicationScoped },
|
||||
});
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user