mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-14 12:48:17 +10:00
feat(1.109): update patches (#2688)
This commit is contained in:
@@ -303,11 +303,11 @@ index 55f1dad..3b7ef5c 100644
|
||||
-
|
||||
pub fn env_default() -> Option<Platform> {
|
||||
diff --git a/extensions/tunnel-forwarding/src/extension.ts b/extensions/tunnel-forwarding/src/extension.ts
|
||||
index 299c728..9fb635d 100644
|
||||
index 2f71999..e689f62 100644
|
||||
--- a/extensions/tunnel-forwarding/src/extension.ts
|
||||
+++ b/extensions/tunnel-forwarding/src/extension.ts
|
||||
@@ -28,3 +28,3 @@ const cliPath = process.env.VSCODE_FORWARDING_IS_DEV
|
||||
process.platform === 'darwin' ? 'bin' : '../../bin',
|
||||
- vscode.env.appQuality === 'stable' ? 'code-tunnel' : 'code-tunnel-insiders',
|
||||
+ '!!TUNNEL_APP_NAME!!'
|
||||
) + (process.platform === 'win32' ? '.exe' : '');
|
||||
@@ -37,3 +37,3 @@ if (process.env.VSCODE_FORWARDING_IS_DEV) {
|
||||
|
||||
- const cliName = vscode.env.appQuality === 'stable' ? 'code-tunnel' : 'code-tunnel-insiders';
|
||||
+ const cliName = '!!TUNNEL_APP_NAME!!';
|
||||
const extension = process.platform === 'win32' ? '.exe' : '';
|
||||
|
||||
Reference in New Issue
Block a user