plugin get run configuration
Answered
Hi
I try to create an Intellij Plugin and compile to project with the plugin, but i need the run configuration to do this. I use the following function:
BuildArtifactsBeforeRunTaskProvider.setBuildArtifactBeforeRun
Just need run configuration...
Please sign in to leave a comment.
You should use com.intellij.execution.RunManager to obtain one.