aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vscode/files/patch-src_main.js
blob: 2726d5ef36bc53618f8943fc30189462be15b221 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/main.js.orig	2023-06-07 13:23:47 UTC
+++ src/main.js
@@ -191,7 +191,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');