summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-src_main.js
blob: 8cfd5b6d58f79abbf86bdf895b77a58d18ade1cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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');