opnsense-ports/editors/vscode/files/patch-src_main.js
Franco Fichtner bb5eb57737 */*: sync with upstream
Taken from: FreeBSD
2021-11-29 13:26:28 +01:00

11 lines
404 B
JavaScript

--- src/main.js.orig 2021-09-22 11:45:58 UTC
+++ src/main.js
@@ -163,7 +163,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');