Skip to content
Discussion options

You must be logged in to vote

And then it brings up a list of jobs defined in my build.sbt

Just to clarify, but jobs here do you mean main methods? If you've triggered a Run here then Metals will either automatically run the build target you're in if there is only one main method or will give you a choice to choose with main method you'd like to run.

I choose one of those jobs and that's it. It says it's "Compiling root" and then nothing happens. The command I'm trying to run in particular requires some arguments.

You may also want to toggle your repl when you're doing this if you're not already via require"dap".repl.toggle().

As for the args that you want to pass into run, you'll actually include them in the metals

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@ckipp01
Comment options

@jsatk
Comment options

@mfussenegger
Comment options

@jsatk
Comment options

@mfussenegger
Comment options

Answer selected by mfussenegger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants