mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 05:37:45 +00:00
fix compilations
This commit is contained in:
@@ -162,7 +162,7 @@ export class Main {
|
||||
}
|
||||
|
||||
const manifest = await this.extensionGalleryService.getManifest(extension, CancellationToken.None);
|
||||
if (this.remote && isUIExtension(manifest, this.configurationService)) {
|
||||
if (this.remote && manifest && isUIExtension(manifest, this.configurationService)) {
|
||||
console.log(localize('notSupportedUIExtension', "Can't install extension {0} since UI Extensions are not supported", extension.identifier.id));
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user