From 76e6f757580b6c776526ba208fe39d7c86fb3e11 Mon Sep 17 00:00:00 2001 From: Olivier Benz Date: Thu, 8 Feb 2024 21:10:43 +0100 Subject: [PATCH] Update Code to 1.86.1 (#6668) --- lib/vscode | 2 +- patches/sourcemaps.diff | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/vscode b/lib/vscode index f5442d1f9..31c37ee8f 160000 --- a/lib/vscode +++ b/lib/vscode @@ -1 +1 @@ -Subproject commit f5442d1f9fcdc7ce89a34c6e52a11ba44e47b423 +Subproject commit 31c37ee8f63491495ac49e43b8544550fbae4533 diff --git a/patches/sourcemaps.diff b/patches/sourcemaps.diff index b4412007a..95f4019fd 100644 --- a/patches/sourcemaps.diff +++ b/patches/sourcemaps.diff @@ -10,7 +10,7 @@ Index: code-server/lib/vscode/build/gulpfile.reh.js =================================================================== --- code-server.orig/lib/vscode/build/gulpfile.reh.js +++ code-server/lib/vscode/build/gulpfile.reh.js -@@ -235,8 +235,7 @@ function packageTask(type, platform, arc +@@ -236,8 +236,7 @@ function packageTask(type, platform, arc const src = gulp.src(sourceFolderName + '/**', { base: '.' }) .pipe(rename(function (path) { path.dirname = path.dirname.replace(new RegExp('^' + sourceFolderName), 'out'); })) @@ -20,7 +20,7 @@ Index: code-server/lib/vscode/build/gulpfile.reh.js const workspaceExtensionPoints = ['debuggers', 'jsonValidation']; const isUIExtension = (manifest) => { -@@ -275,9 +274,9 @@ function packageTask(type, platform, arc +@@ -276,9 +275,9 @@ function packageTask(type, platform, arc .map(name => `.build/extensions/${name}/**`); const extensions = gulp.src(extensionPaths, { base: '.build', dot: true }); @@ -32,7 +32,7 @@ Index: code-server/lib/vscode/build/gulpfile.reh.js let version = packageJson.version; const quality = product.quality; -@@ -432,7 +431,7 @@ function tweakProductForServerWeb(produc +@@ -433,7 +432,7 @@ function tweakProductForServerWeb(produc const minifyTask = task.define(`minify-vscode-${type}`, task.series( optimizeTask, util.rimraf(`out-vscode-${type}-min`),