diff options
| author | Hiroki Tagato <tagattie@FreeBSD.org> | 2023-11-03 22:53:58 +0900 |
|---|---|---|
| committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2023-11-03 22:55:40 +0900 |
| commit | 9982b1721cda72ee3e30008350c09763b115b34a (patch) | |
| tree | 4c004d421c7fab072df3fff762c66f6370eed871 /editors/vscode/files/patch-src_main.js | |
| parent | 2759a169bd8b3ecf209b9f7309a2c4e310918d86 (diff) | |
editors/vscode: update to 1.84.0
Changelog: https://code.visualstudio.com/updates/v1_84
Reported by: GitHub (watch releases)
Diffstat (limited to 'editors/vscode/files/patch-src_main.js')
| -rw-r--r-- | editors/vscode/files/patch-src_main.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vscode/files/patch-src_main.js b/editors/vscode/files/patch-src_main.js index 2375cc8af39e..a9385480e8a3 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 2023-07-04 10:23:33 UTC +--- src/main.js.orig 2023-11-01 09:39:20 UTC +++ src/main.js @@ -139,7 +139,7 @@ if (locale) { // Pseudo Language Language Pack is being used. @@ -9,12 +9,12 @@ const electronLocale = (!locale || locale === 'qps-ploc') ? 'en' : locale; app.commandLine.appendSwitch('lang', electronLocale); } -@@ -207,7 +207,7 @@ function configureCommandlineSwitchesSync(cliArgs) { - 'password-store' +@@ -204,7 +204,7 @@ function configureCommandlineSwitchesSync(cliArgs) { + 'force-color-profile' ]; - if (process.platform === 'linux') { + if (process.platform === 'linux' || process.platform === 'freebsd') { - // Force enable screen readers on Linux via this flag SUPPORTED_ELECTRON_SWITCHES.push('force-renderer-accessibility'); + |
