Improve workspace to include jetbrains run-configurations
This commit is contained in:
parent
c3659a96b9
commit
3ce0dc2266
9 changed files with 132 additions and 15 deletions
8
.idea/runConfigurations/run_all.xml
generated
Normal file
8
.idea/runConfigurations/run_all.xml
generated
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="run all" type="CompoundRunConfigurationType">
|
||||
<toRun name="Run controller" type="CargoCommandRunConfiguration" />
|
||||
<toRun name="Run controller2" type="CargoCommandRunConfiguration" />
|
||||
<toRun name="Run core" type="CargoCommandRunConfiguration" />
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
||||
Loading…
Reference in a new issue