summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-src_main.js
blob: aa2d6199f0fe4625373ae4012f44ddd9b3742ec0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/main.js.orig	2020-06-09 17:02:22 UTC
+++ src/main.js
@@ -197,7 +197,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');
 	}