mirror of
https://github.com/cdr/code-server.git
synced 2026-04-20 05:53:26 +02:00
chore: refresh disable-builtin-ext-update.diff
This commit is contained in:
parent
f58d91e7f6
commit
9ee00a61fd
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/extensions/browser/extens
|
||||||
if (!this.local.preRelease && this.gallery.properties.isPreReleaseVersion) {
|
if (!this.local.preRelease && this.gallery.properties.isPreReleaseVersion) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -1234,6 +1238,10 @@ export class ExtensionsWorkbenchService
|
@@ -1237,6 +1241,10 @@ export class ExtensionsWorkbenchService
|
||||||
// Skip if check updates only for builtin extensions and current extension is not builtin.
|
// Skip if check updates only for builtin extensions and current extension is not builtin.
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue