aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vscode/files/patch-src_main.js
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2024-06-08 07:22:53 +0900
committerHiroki Tagato <tagattie@FreeBSD.org>2024-06-08 07:24:59 +0900
commite0776945fd6a164ae242bfe211276748999f5e6a (patch)
treec9314f435500eb42c98269ea62b2bb4737a3f8ab /editors/vscode/files/patch-src_main.js
parentb1795cf0ef0eba61ed713038340b3fb251aed36f (diff)
editors/vscode: update to 1.90.0
Changelog: https://code.visualstudio.com/updates/v1_90 Reported by: GitHub (watch releases)
Diffstat (limited to 'editors/vscode/files/patch-src_main.js')
-rw-r--r--editors/vscode/files/patch-src_main.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vscode/files/patch-src_main.js b/editors/vscode/files/patch-src_main.js
index 352c2b5f90e8..38f75b0716e6 100644
--- a/editors/vscode/files/patch-src_main.js
+++ b/editors/vscode/files/patch-src_main.js
@@ -1,4 +1,4 @@
---- src/main.js.orig 2024-01-31 22:36:21 UTC
+--- src/main.js.orig 2024-06-03 21:50:45 UTC
+++ src/main.js
@@ -140,7 +140,7 @@ if (locale) {
// Pseudo Language Language Pack is being used.
@@ -9,8 +9,8 @@
const electronLocale = (!locale || locale === 'qps-ploc') ? 'en' : locale;
app.commandLine.appendSwitch('lang', electronLocale);
}
-@@ -205,7 +205,7 @@ function configureCommandlineSwitchesSync(cliArgs) {
- 'force-color-profile'
+@@ -208,7 +208,7 @@ function configureCommandlineSwitchesSync(cliArgs) {
+ 'disable-lcd-text'
];
- if (process.platform === 'linux') {