-
Notifications
You must be signed in to change notification settings - Fork 323
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
--startup.project
option does not work with the new dashboard.
#6666
Comments
Moreover, this option breaks the project: No matter what project do I open in the dashboard, the appointed one is opened, but the node are not colored. |
should it be able to go back to the dashboard? (it's a lot easier to not allow it to go back to the dashboard, just wondering what is the more correct thing to do here) |
on second thought, i think the dashboard should be completely disabled, since manipulating the URL query string to remove |
for posterity: it will be changed to open the dashboard soon, since we want to avoid introducing different modes where e.g. something is disabled. see this comment for more info: |
When providing
--startup.project
option, the IDE went directly to the project view, now it displays Dashboard instead. We should fix this or remove the option from the list.The latter is less preferable, as it's convenient to me to run something like
enso-build-cli ide watch --skip-wasm-opt --ide-option --debug.dev-tools --ide-option --startup.project --ide-option Unnamed_7
so I don't have to pick the project on every electron restart.The text was updated successfully, but these errors were encountered: