From bc81d77477f7b9f496bfc5ea9d4a0238a2f0662c Mon Sep 17 00:00:00 2001 From: Hiroki Tagato Date: Mon, 5 Feb 2024 16:36:42 +0900 Subject: editors/vscode: update to 1.86.0 Changelog: https://code.visualstudio.com/updates/v1_86 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 a9385480e8a3..352c2b5f90e8 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 2023-11-01 09:39:20 UTC +--- src/main.js.orig 2024-01-31 22:36:21 UTC +++ src/main.js -@@ -139,7 +139,7 @@ if (locale) { +@@ -140,7 +140,7 @@ if (locale) { // Pseudo Language Language Pack is being used. // In that case, use `en` as the Electron locale. @@ -9,7 +9,7 @@ const electronLocale = (!locale || locale === 'qps-ploc') ? 'en' : locale; app.commandLine.appendSwitch('lang', electronLocale); } -@@ -204,7 +204,7 @@ function configureCommandlineSwitchesSync(cliArgs) { +@@ -205,7 +205,7 @@ function configureCommandlineSwitchesSync(cliArgs) { 'force-color-profile' ]; -- cgit v1.2.3