Skip to content

Commit 9ee00a6

Browse files
committed
chore: refresh disable-builtin-ext-update.diff
1 parent f58d91e commit 9ee00a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/disable-builtin-ext-update.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/extensions/browser/extens
1818
if (!this.local.preRelease && this.gallery.properties.isPreReleaseVersion) {
1919
return false;
2020
}
21-
@@ -1234,6 +1238,10 @@ export class ExtensionsWorkbenchService
21+
@@ -1237,6 +1241,10 @@ export class ExtensionsWorkbenchService
2222
// Skip if check updates only for builtin extensions and current extension is not builtin.
2323
continue;
2424
}

0 commit comments

Comments
 (0)