diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-03-15 07:20:20 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-03-15 07:20:20 +0000 |
commit | 3d1bdfca59fde6d8ec63d59100224f438285f346 (patch) | |
tree | 28b735f7f18d30786f7a60bca250880407492175 /editors/vscode/files/patch-src_main.js | |
parent | Add 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.js | 11 |
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'); + } + |