Merge remote-tracking branch 'origin/GT-2859_ryanmkurtz_PR-562_saagarjha_macOS'

This commit is contained in:
Ryan Kurtz 2019-05-10 13:47:42 -04:00
commit 4c2a422688

View File

@ -65,6 +65,9 @@ VMARGS=-Dfont.size.override=
# Disable alternating row colors in tables
#VMARGS=-Ddisable.alternating.row.colors=true
# Hoist the menu bar out of the window on macOS
#VMARGS=-Dapple.laf.useScreenMenuBar=true
# The ContinuesInterceptor allows the import process to proceed if parsing corrupted headers
# generates uncaught exceptions. Disabling it can be helpful when trying to debug what went
# wrong because the ContinuesIntercepter affects the usefulness of the stack trace.