Skip to content

Commit 0bb2aff

Browse files
committed
Patch Fixes
1 parent 689cebd commit 0bb2aff

4,261 files changed

Lines changed: 2437 additions & 1389936 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

patches/00-build-fix-npm-preinstall.patch.bak

Lines changed: 0 additions & 14 deletions
This file was deleted.

patches/00-build-update-sourcemap-url.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index e013781..3caf586 100644
99
@@ -100,3 +101,3 @@ const compilations = [
1010

1111
-const getBaseUrl = (out: string) => `https://main.vscode-cdn.net/sourcemaps/${commit}/${out}`;
12-
+const getBaseUrl = (out: string) => `https://github.com/!!GH_REPO_PATH!!/sourcemaps/releases/download/${product.quality}-${commit}/extensions-${out.replaceAll('/', '-')}`;
12+
+const getBaseUrl = (out: string) => `https://github.com/Limbo-Development/aethercode/sourcemaps/releases/download/${product.quality}-${commit}/extensions-${out.replaceAll('/', '-')}`;
1313

1414
diff --git a/build/gulpfile.reh.ts b/build/gulpfile.reh.ts
1515
index 0ad08ab..78f17b8 100644
@@ -18,7 +18,7 @@ index 0ad08ab..78f17b8 100644
1818
@@ -494,3 +494,3 @@ function tweakProductForServerWeb(product: typeof import('../product.json')) {
1919
util.rimraf(`out-vscode-${type}-min`),
2020
- optimize.minifyTask(`out-vscode-${type}`, `https://main.vscode-cdn.net/sourcemaps/${commit}/core`)
21-
+ optimize.minifyTask(`out-vscode-${type}`, `https://github.com/!!GH_REPO_PATH!!/sourcemaps/releases/download/${product.quality}-${commit}/core`)
21+
+ optimize.minifyTask(`out-vscode-${type}`, `https://github.com/Limbo-Development/aethercode/sourcemaps/releases/download/${product.quality}-${commit}/core`)
2222
));
2323
diff --git a/build/gulpfile.vscode.ts b/build/gulpfile.vscode.ts
2424
index 187726c..4854af5 100644
@@ -27,7 +27,7 @@ index 187726c..4854af5 100644
2727
@@ -238,3 +238,3 @@ function runTsGoTypeCheck(): Promise<void> {
2828

2929
-const sourceMappingURLBase = `https://main.vscode-cdn.net/sourcemaps/${commit}`;
30-
+const sourceMappingURLBase = `https://github.com/!!GH_REPO_PATH!!/sourcemaps/releases/download/${product.quality}-${commit}`;
30+
+const sourceMappingURLBase = `https://github.com/Limbo-Development/aethercode/sourcemaps/releases/download/${product.quality}-${commit}`;
3131
const isCI = !!process.env['CI'] || !!process.env['BUILD_ARTIFACTSTAGINGDIRECTORY'] || !!process.env['GITHUB_WORKSPACE'];
3232
diff --git a/build/gulpfile.vscode.web.ts b/build/gulpfile.vscode.web.ts
3333
index 3e6b29a..f031b99 100644
@@ -36,13 +36,13 @@ index 3e6b29a..f031b99 100644
3636
@@ -164,3 +164,3 @@ const minifyVSCodeWebTask = task.define('minify-vscode-web-OLD', task.series(
3737
util.rimraf('out-vscode-web-min'),
3838
- optimize.minifyTask('out-vscode-web', `https://main.vscode-cdn.net/sourcemaps/${commit}/core`)
39-
+ optimize.minifyTask('out-vscode-web', `https://github.com/!!GH_REPO_PATH!!/sourcemaps/releases/download/${product.quality}-${commit}/core`)
39+
+ optimize.minifyTask('out-vscode-web', `https://github.com/Limbo-Development/aethercode/sourcemaps/releases/download/${product.quality}-${commit}/core`)
4040
));
4141
@@ -169,3 +169,3 @@ gulp.task(minifyVSCodeWebTask);
4242
// esbuild-based tasks (new)
4343
-const sourceMappingURLBase = `https://main.vscode-cdn.net/sourcemaps/${commit}`;
44-
+const sourceMappingURLBase = `https://github.com/!!GH_REPO_PATH!!/sourcemaps/releases/download/${product.quality}-${commit}`;
45-
const esbuildBundleVSCodeWebTask = task.define('esbuild-vscode-web', () => runEsbuildBundle('out-vscode-web', false, true));
44+
+const sourceMappingURLBase = `https://github.com/Limbo-Development/aethercode/sourcemaps/releases/download/${product.quality}-${commit}`;
45+
const esbuildBundleVSCodeWebTask = task.define('esbuild-vscode-web', () => runEsbuildBundle('out-vscode-web', false, true));
4646
diff --git a/build/lib/extensions.ts b/build/lib/extensions.ts
4747
index aacf25c..a62f2a7 100644
4848
--- a/build/lib/extensions.ts

vscode/LICENSE.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
MIT License
22

3-
Copyright (c) 2015 - present Microsoft Corporation
3+
Copyright (c) 2026-present Limbo Development
4+
Copyright (c) 2018-present The VSCodium contributors
5+
Copyright (c) 2018-present Peter Squicciarini
6+
Copyright (c) 2015-present Microsoft Corporation
47

58
Permission is hereby granted, free of charge, to any person obtaining a copy
69
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +21,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1821
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1922
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2023
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
24+
SOFTWARE.

vscode/extensions/copilot/.agents/skills/anthropic-sdk-upgrader/SKILL.md

Lines changed: 0 additions & 255 deletions
This file was deleted.

0 commit comments

Comments
 (0)