diff options
| author | Hiroki Tagato <tagattie@FreeBSD.org> | 2024-11-07 16:49:26 +0900 |
|---|---|---|
| committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2024-11-07 16:51:12 +0900 |
| commit | 259e6da8bff911b4c426959c668f90719fa24c57 (patch) | |
| tree | b329aa586e894cf97aecfe04396f8ce7de4950a1 /editors/vscode/files/patch-src_main.js | |
| parent | 799f8ef64e3754b4dcf585c8c41e5df68c66f7d3 (diff) | |
editors/vscode: update to 1.95.1
Changelog: https://code.visualstudio.com/updates/v1_95
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 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/vscode/files/patch-src_main.js b/editors/vscode/files/patch-src_main.js deleted file mode 100644 index f0de627d99da..000000000000 --- a/editors/vscode/files/patch-src_main.js +++ /dev/null @@ -1,20 +0,0 @@ ---- src/main.js.orig 2024-09-04 12:53:09 UTC -+++ src/main.js -@@ -163,7 +163,7 @@ if (userLocale) { - // Pseudo Language Language Pack is being used. - // In that case, use `en` as the Electron locale. - --if (process.platform === 'win32' || process.platform === 'linux') { -+if (process.platform === 'win32' || process.platform === 'linux' || process.platform === 'freebsd') { - const electronLocale = (!userLocale || userLocale === 'qps-ploc') ? 'en' : userLocale; - app.commandLine.appendSwitch('lang', electronLocale); - } -@@ -233,7 +233,7 @@ function configureCommandlineSwitchesSync(cliArgs) { - 'proxy-bypass-list' - ]; - -- 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'); |
