From 45c5b4d48e76fb30a423f476af8df72816c3181d Mon Sep 17 00:00:00 2001 From: Hiroki Tagato Date: Wed, 11 Sep 2024 08:47:32 +0900 Subject: editors/vscode: update to 1.93.0 Changelog: https://code.visualstudio.com/updates/v1_93 Reported by: GitHub (watch releases) --- editors/vscode/files/patch-src_main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/vscode/files/patch-src_main.js') diff --git a/editors/vscode/files/patch-src_main.js b/editors/vscode/files/patch-src_main.js index 094171e636cd..f0de627d99da 100644 --- a/editors/vscode/files/patch-src_main.js +++ b/editors/vscode/files/patch-src_main.js @@ -1,6 +1,6 @@ ---- src/main.js.orig 2024-07-31 20:26:36 UTC +--- src/main.js.orig 2024-09-04 12:53:09 UTC +++ src/main.js -@@ -167,7 +167,7 @@ if (userLocale) { +@@ -163,7 +163,7 @@ if (userLocale) { // Pseudo Language Language Pack is being used. // In that case, use `en` as the Electron locale. @@ -9,7 +9,7 @@ const electronLocale = (!userLocale || userLocale === 'qps-ploc') ? 'en' : userLocale; app.commandLine.appendSwitch('lang', electronLocale); } -@@ -237,7 +237,7 @@ function configureCommandlineSwitchesSync(cliArgs) { +@@ -233,7 +233,7 @@ function configureCommandlineSwitchesSync(cliArgs) { 'proxy-bypass-list' ]; -- cgit v1.2.3