diff options
| -rw-r--r-- | .idea/runConfigurations/Run_Console_Client.xml (renamed from .idea/runConfigurations/Run_Server_Test.xml) | 7 | ||||
| -rw-r--r-- | .idea/runConfigurations/Run_Console_Server.xml | 19 | ||||
| -rw-r--r-- | .idea/runConfigurations/Run_Gamepad_Client.xml (renamed from .idea/runConfigurations/Run_Client.xml) | 2 | ||||
| -rw-r--r-- | .idea/runConfigurations/Run_Test.xml | 19 |
4 files changed, 42 insertions, 5 deletions
diff --git a/.idea/runConfigurations/Run_Server_Test.xml b/.idea/runConfigurations/Run_Console_Client.xml index b46ae0f..8dff88c 100644 --- a/.idea/runConfigurations/Run_Server_Test.xml +++ b/.idea/runConfigurations/Run_Console_Client.xml @@ -1,8 +1,7 @@ <component name="ProjectRunConfigurationManager"> - <configuration default="false" name="Run Server Test" type="CargoCommandRunConfiguration" factoryName="Cargo Command"> - <option name="buildProfileId" value="dev" /> - <option name="command" value="run --package there-is-nopads-server-test --bin there-is-nopads-server-test" /> - <option name="workingDirectory" value="file://$PROJECT_DIR$/core/server_test" /> + <configuration default="false" name="Run Console Client" type="CargoCommandRunConfiguration" factoryName="Cargo Command" folderName="Test"> + <option name="command" value="run --package there-is-nopads-test --bin console_client" /> + <option name="workingDirectory" value="file://$PROJECT_DIR$/core/test" /> <envs /> <option name="emulateTerminal" value="true" /> <option name="channel" value="DEFAULT" /> diff --git a/.idea/runConfigurations/Run_Console_Server.xml b/.idea/runConfigurations/Run_Console_Server.xml new file mode 100644 index 0000000..c943fb8 --- /dev/null +++ b/.idea/runConfigurations/Run_Console_Server.xml @@ -0,0 +1,19 @@ +<component name="ProjectRunConfigurationManager"> + <configuration default="false" name="Run Console Server" type="CargoCommandRunConfiguration" factoryName="Cargo Command" folderName="Test"> + <option name="command" value="run --package there-is-nopads-test --bin console_server" /> + <option name="workingDirectory" value="file://$PROJECT_DIR$/core/test" /> + <envs /> + <option name="emulateTerminal" value="true" /> + <option name="channel" value="DEFAULT" /> + <option name="requiredFeatures" value="true" /> + <option name="allFeatures" value="false" /> + <option name="withSudo" value="false" /> + <option name="buildTarget" value="REMOTE" /> + <option name="backtrace" value="SHORT" /> + <option name="isRedirectInput" value="false" /> + <option name="redirectInputPath" value="" /> + <method v="2"> + <option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" /> + </method> + </configuration> +</component>
\ No newline at end of file diff --git a/.idea/runConfigurations/Run_Client.xml b/.idea/runConfigurations/Run_Gamepad_Client.xml index 8d3f51b..0190b7f 100644 --- a/.idea/runConfigurations/Run_Client.xml +++ b/.idea/runConfigurations/Run_Gamepad_Client.xml @@ -1,5 +1,5 @@ <component name="ProjectRunConfigurationManager"> - <configuration default="false" name="Run Client" type="CargoCommandRunConfiguration" factoryName="Cargo Command"> + <configuration default="false" name="Run Gamepad Client" type="CargoCommandRunConfiguration" factoryName="Cargo Command"> <option name="buildProfileId" value="dev" /> <option name="command" value="run --package there-is-nopads-client --bin there-is-nopads-client" /> <option name="workingDirectory" value="file://$PROJECT_DIR$/client" /> diff --git a/.idea/runConfigurations/Run_Test.xml b/.idea/runConfigurations/Run_Test.xml new file mode 100644 index 0000000..d8e8568 --- /dev/null +++ b/.idea/runConfigurations/Run_Test.xml @@ -0,0 +1,19 @@ +<component name="ProjectRunConfigurationManager"> + <configuration default="false" name="Run Test" type="CargoCommandRunConfiguration" factoryName="Cargo Command" folderName="Test"> + <option name="command" value="run --package there-is-nopads-test --bin there-is-nopads-test" /> + <option name="workingDirectory" value="file://$PROJECT_DIR$/core/test" /> + <envs /> + <option name="emulateTerminal" value="true" /> + <option name="channel" value="DEFAULT" /> + <option name="requiredFeatures" value="true" /> + <option name="allFeatures" value="false" /> + <option name="withSudo" value="false" /> + <option name="buildTarget" value="REMOTE" /> + <option name="backtrace" value="SHORT" /> + <option name="isRedirectInput" value="false" /> + <option name="redirectInputPath" value="" /> + <method v="2"> + <option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" /> + </method> + </configuration> +</component>
\ No newline at end of file |
