You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
I get this with every launch even when I set the config to never;
I put some debugging in and at run-time when it does the check it is 'prompt' although when I examine it with atom.config.get after launch it is 'never'.
I suspect the check happens too early in the start-up to get the actual value.
Additionally we want to make sure this dialog doesn't come up when running specs? It looks like it interferes with some of the UI tests. @BinaryMuse
I get this with every launch even when I set the config to never;
I put some debugging in and at run-time when it does the check it is 'prompt' although when I examine it with atom.config.get after launch it is 'never'.
I suspect the check happens too early in the start-up to get the actual value.
Additionally we want to make sure this dialog doesn't come up when running specs? It looks like it interferes with some of the UI tests. @BinaryMuse