mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 17:02:27 +01:00
Update VSCode to 1.106.0
Fixes changes made to the "vscode/build/gupfile.reh.js" file, such as the rename and file content changes
This commit is contained in:
parent
897b5f13bc
commit
df3b0feb33
1 changed files with 10 additions and 11 deletions
|
|
@ -6,11 +6,11 @@ not host our source maps there and want them to be self-hosted even if we could.
|
|||
|
||||
To test try debugging/browsing the source of a build in a browser.
|
||||
|
||||
Index: code-server/lib/vscode/build/gulpfile.reh.js
|
||||
Index: code-server/lib/vscode/build/gulpfile.reh.mjs
|
||||
===================================================================
|
||||
--- code-server.orig/lib/vscode/build/gulpfile.reh.js
|
||||
+++ code-server/lib/vscode/build/gulpfile.reh.js
|
||||
@@ -257,8 +257,7 @@ function packageTask(type, platform, arc
|
||||
--- code-server.orig/lib/vscode/build/gulpfile.reh.mjs
|
||||
+++ code-server/lib/vscode/build/gulpfile.reh.mjs
|
||||
@@ -265,8 +265,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) => {
|
||||
@@ -297,9 +296,9 @@ function packageTask(type, platform, arc
|
||||
@@ -305,9 +304,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;
|
||||
@@ -452,7 +451,7 @@ function tweakProductForServerWeb(produc
|
||||
@@ -460,7 +459,7 @@ function tweakProductForServerWeb(produc
|
||||
const minifyTask = task.define(`minify-vscode-${type}`, task.series(
|
||||
bundleTask,
|
||||
util.rimraf(`out-vscode-${type}-min`),
|
||||
|
|
@ -40,4 +40,3 @@ Index: code-server/lib/vscode/build/gulpfile.reh.js
|
|||
+ optimize.minifyTask(`out-vscode-${type}`, ``)
|
||||
));
|
||||
gulp.task(minifyTask);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue