Getting the exact run command that an configuration produces #98
invertedEcho
started this conversation in
General
Replies: 2 comments 14 replies
-
I don't quite understand your problem. How can you run IDEA with neovim? Can you describe the workflow in depth? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would like to switch from idea to nvim. For that, I would like to get the run command that gets executed when running the tomcat run config, so I can just run it in an terminal to be independen of idea. I know that it just executes the startup.sh script but thats prob not all, thats why i want to get the run command that my tomcat run config produces. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently working with intellij ultimate und would like to be able to run the exact same run config on for example neovim.
For that, I would need the run command that gets runned by the tomcat local server configuration, so I can just run it in an terminal as an example.
Is something like that possible?
Beta Was this translation helpful? Give feedback.
All reactions