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 has been archived by the owner on Jul 25, 2022. It is now read-only.
It would be nice to have a command to open sbt shell inside Atom. It could be also useful to suggest it (as a notification with a button) when launching Metals, if there is no running sbt server yet (project/target/active.json).
The text was updated successfully, but these errors were encountered:
Adding a command should be easy, but opening the terminal with the right configuration needs some investigation (see the linked comment). I'm not 100% it's currently possible, but if not, it's a valid feature request to atom-ide-ui.
Yes, that would be very helpful. But you don't need to write facades for everything right away. Try to experiment with the available API first (with js.Dynamic) and see what's needed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since v0.11 Atom IDE UI has a terminal and it seems to be possible to open it with a given command: facebookarchive/atom-ide-ui#220 (comment).
It would be nice to have a command to open sbt shell inside Atom. It could be also useful to suggest it (as a notification with a button) when launching Metals, if there is no running sbt server yet (
project/target/active.json
).The text was updated successfully, but these errors were encountered: