Closed mutcianm closed 4 years ago
If you run the runIDE task it will only run the IDE without building the plugin, so the most recent changes in the code will not make it into the started IDE. tl;dr runIDE task should depend on packageArtifact task
runIDE
packageArtifact
If you run the
runIDE
task it will only run the IDE without building the plugin, so the most recent changes in the code will not make it into the started IDE. tl;drrunIDE
task should depend onpackageArtifact
task