When trying to open a bug issue, I noticed that the issue template is asking for the following detail
The issue is reproducible in vanilla Hyper.app: Replace with info if applicable, or
Is Vanilla
. (Vanilla means Hyper.app without any add-ons or extras
In order to check this, I had to open .hyper.js
and comment all my plugins and reopen hyper. I wonder, if this is the only way to do this testing.
If so, I propose for a arugment to hyper
command to launch it in vanilla mode.
$ hyper --mode vanilla
The easiest way to open vanilla hyper is to rename your config, hyper will then rewrite the default config for you:
$ mv ~/.hyper.js ~/.hyper.old.js
Start hyper, it will be vanilla.
To get back your old config:
$ mv ~/.hyper.js ~/.hyper.vanilla.js && mv ~/.hyper.old.js ~/.hyper.js
Most helpful comment
The easiest way to open vanilla hyper is to rename your config, hyper will then rewrite the default config for you:
Start hyper, it will be vanilla.
To get back your old config: