We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f537aa8 commit 78eaa47Copy full SHA for 78eaa47
1 file changed
code/src/vs/server/node/che/defaultExtensionsInstaller.ts
@@ -94,7 +94,7 @@ export class DefaultExtensionsInstaller extends Disposable {
94
await this.extensionManagementService.install(vsixUri, {
95
isDefault: true, // Mark as default extension to bypass policy checks
96
installGivenVersion: true, // Same as old command
97
- donotIncludePackAndDependencies: true // Skip dependency checking during installation (like defaultExtensionsInitializer)
+ donotIncludePackAndDependencies: false
98
});
99
this.logService.info(`DefaultExtensionsInstaller: Successfully installed extension from ${vsixUri.fsPath}`);
100
return vsixUri.fsPath;
0 commit comments