From 9ee00a61fd949077f97e115b1e3e8b7b49446acc Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 3 Nov 2022 14:45:31 -0700 Subject: [PATCH] chore: refresh disable-builtin-ext-update.diff --- patches/disable-builtin-ext-update.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/disable-builtin-ext-update.diff b/patches/disable-builtin-ext-update.diff index 070b37443..2b4cb2942 100644 --- a/patches/disable-builtin-ext-update.diff +++ b/patches/disable-builtin-ext-update.diff @@ -18,7 +18,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/extensions/browser/extens if (!this.local.preRelease && this.gallery.properties.isPreReleaseVersion) { 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. continue; }