summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-src_main.ts
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2025-03-17 05:19:24 +0900
committerHiroki Tagato <tagattie@FreeBSD.org>2025-03-17 05:21:03 +0900
commitb02c8bf646018f2df9ea4ec2ea685fa99dfb40e1 (patch)
tree719c3851c1eedefae9b98157dae2a43254c34ab5 /editors/vscode/files/patch-src_main.ts
parentdevel/qschematic: Update to 2.0.0 (diff)
editors/vscode: update to 1.98.2
Changelog: https://code.visualstudio.com/updates/v1_98 Reported by: GitHub (watch releases)
Diffstat (limited to 'editors/vscode/files/patch-src_main.ts')
-rw-r--r--editors/vscode/files/patch-src_main.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vscode/files/patch-src_main.ts b/editors/vscode/files/patch-src_main.ts
index c36a77ca5efd..c756bdf63132 100644
--- a/editors/vscode/files/patch-src_main.ts
+++ b/editors/vscode/files/patch-src_main.ts
@@ -1,4 +1,4 @@
---- src/main.ts.orig 2024-10-31 05:10:14 UTC
+--- src/main.ts.orig 2025-03-12 13:24:52 UTC
+++ src/main.ts
@@ -141,7 +141,7 @@ if (userLocale) {
// Pseudo Language Language Pack is being used.
@@ -9,7 +9,7 @@
const electronLocale = (!userLocale || userLocale === 'qps-ploc') ? 'en' : userLocale;
app.commandLine.appendSwitch('lang', electronLocale);
}
-@@ -206,7 +206,7 @@ function configureCommandlineSwitchesSync(cliArgs: Nat
+@@ -231,7 +231,7 @@ function configureCommandlineSwitchesSync(cliArgs: Nat
'proxy-bypass-list'
];