mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
While here, remove BROKEN on FreeBSD 12. It build fine on FreeBSD 12 now. Changelog: https://code.visualstudio.com/updates/v1_63
11 lines
404 B
JavaScript
11 lines
404 B
JavaScript
--- src/main.js.orig 2021-12-06 21:35:50 UTC
|
|
+++ src/main.js
|
|
@@ -161,7 +161,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');
|