File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,3 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/extensions/browser/extens
18
18
if (!this.local.preRelease && this.gallery.properties.isPreReleaseVersion) {
19
19
return false;
20
20
}
21
- @@ -1237,6 +1241,10 @@ export class ExtensionsWorkbenchService
22
- // Skip if check updates only for builtin extensions and current extension is not builtin.
23
- continue;
24
- }
25
- + if (installed.type !== ExtensionType.User) {
26
- + // Never update builtin extensions.
27
- + continue;
28
- + }
29
- if (installed.isBuiltin && (!installed.local?.identifier.uuid || (!isWeb && this.productService.quality === 'stable'))) {
30
- // Skip checking updates for a builtin extension if it does not has Marketplace identifier or the current product is VS Code Desktop stable.
31
- continue;
You can’t perform that action at this time.
0 commit comments