summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-src_main.js
blob: 27db41c1ba09cc346dfce6b302b784388d078d6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/main.js.orig	2020-05-05 21:48:19 UTC
+++ src/main.js
@@ -143,7 +143,7 @@ function configureCommandlineSwitchesSync(cliArgs) {
 		'force-color-profile'
 	];
 
-	if (process.platform === 'linux') {
+	if (process.platform === 'linux' || process.platform === 'freebsd') {
 		SUPPORTED_ELECTRON_SWITCHES.push('force-renderer-accessibility');
 	}