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...

0
1 comment
Avatar
Permanently deleted user

You should use com.intellij.execution.RunManager to obtain one.

0

Please sign in to leave a comment.