mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
Changelog: - https://code.visualstudio.com/updates/v1_49 - https://code.visualstudio.com/updates/v1_50 - https://code.visualstudio.com/updates/v1_51 - https://code.visualstudio.com/updates/v1_52 Reviewed by: ehaupt
11 lines
404 B
JavaScript
11 lines
404 B
JavaScript
--- src/main.js.orig 2020-12-16 14:57:12 UTC
|
|
+++ src/main.js
|
|
@@ -230,7 +230,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');
|