-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProjectFile has a None option #182
Comments
It's an implementation detail of TerminalMenus, you can't create a menu with just one entry. 🙁 |
Ah, that's unfortunate. Perhaps this should be an upstream issue? Seems like a 1-element menu should make sense and be easy to support. |
Yeah, I agree. Tbh we're probably better off using the non-stdlib version because the stdlib will never backport these kinds of changes to 1.0. |
FYI, single option menu for REPL.TerminalMenus just got merged (likely available with Julia 1.6+): JuliaLang/julia#36369 |
I think some people have said that 1.6 has potential to be the next LTS, so when that comes we can make the change 🙂 |
This was a little funny:
With both selected, the
None
option seemed to win. Seems like thisNone
option should be removed.The text was updated successfully, but these errors were encountered: