summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-src_main.js
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2020-03-15 07:20:20 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2020-03-15 07:20:20 +0000
commit3d1bdfca59fde6d8ec63d59100224f438285f346 (patch)
tree28b735f7f18d30786f7a60bca250880407492175 /editors/vscode/files/patch-src_main.js
parentAdd a note that this port can't be updated without an exp-run (diff)
Update to 1.43.0
Submitted by: maintainer (via Github)
Diffstat (limited to '')
-rw-r--r--editors/vscode/files/patch-src_main.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/vscode/files/patch-src_main.js b/editors/vscode/files/patch-src_main.js
new file mode 100644
index 000000000000..901219c0cae5
--- /dev/null
+++ b/editors/vscode/files/patch-src_main.js
@@ -0,0 +1,11 @@
+--- src/main.js.orig 2020-03-10 09:24:33 UTC
++++ src/main.js
+@@ -137,7 +137,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');
+ }
+