mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 11:30:14 +10:00
refactor: patches (#2797)
This commit is contained in:
14
patches/linux/client/00-build-disable-remote.patch
Normal file
14
patches/linux/client/00-build-disable-remote.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
diff --git a/build/npm/dirs.ts b/build/npm/dirs.ts
|
||||
index 48d76e2..270b078 100644
|
||||
--- a/build/npm/dirs.ts
|
||||
+++ b/build/npm/dirs.ts
|
||||
@@ -53,4 +53,2 @@ export const dirs = [
|
||||
'extensions/vscode-test-resolver',
|
||||
- 'remote',
|
||||
- 'remote/web',
|
||||
'test/automation',
|
||||
@@ -66,4 +64,2 @@ if (existsSync(`${import.meta.dirname}/../../.build/distro/npm`)) {
|
||||
dirs.push('.build/distro/npm');
|
||||
- dirs.push('.build/distro/npm/remote');
|
||||
- dirs.push('.build/distro/npm/remote/web');
|
||||
}
|
||||
Reference in New Issue
Block a user