1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 13:10:31 -04:00
ports/editors/vscode/files/patch-src_main.js
2021-03-14 05:04:16 +00:00

11 lines
404 B
JavaScript

--- src/main.js.orig 2021-03-04 22:21:59 UTC
+++ src/main.js
@@ -150,7 +150,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');