Improve workspace to include jetbrains run-configurations

This commit is contained in:
Tobias Reisinger 2024-05-06 18:29:01 +02:00
commit 3ce0dc2266
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 132 additions and 15 deletions

8
.idea/runConfigurations/run_all.xml generated Normal file
View 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>