diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-14 01:58:41 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-14 01:58:41 +0800 |
| commit | 3cc364653fcadf028af9938c449f105393893443 (patch) | |
| tree | 15ff4009e983f80553a31ea33946c1bd7e9ab2b8 | |
| parent | c866b0da8548712c729c73b868a8ebd61821ce14 (diff) | |
.
| -rw-r--r-- | .idea/runConfigurations/Run_Client.xml | 1 | ||||
| -rw-r--r-- | .idea/runConfigurations/Shell_Initialize_Project__Batch_.xml | 17 |
2 files changed, 1 insertions, 17 deletions
diff --git a/.idea/runConfigurations/Run_Client.xml b/.idea/runConfigurations/Run_Client.xml index 8f21f0f..8d3f51b 100644 --- a/.idea/runConfigurations/Run_Client.xml +++ b/.idea/runConfigurations/Run_Client.xml @@ -1,5 +1,6 @@ <component name="ProjectRunConfigurationManager"> <configuration default="false" name="Run 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" /> <envs /> diff --git a/.idea/runConfigurations/Shell_Initialize_Project__Batch_.xml b/.idea/runConfigurations/Shell_Initialize_Project__Batch_.xml deleted file mode 100644 index 111e0c3..0000000 --- a/.idea/runConfigurations/Shell_Initialize_Project__Batch_.xml +++ /dev/null @@ -1,17 +0,0 @@ -<component name="ProjectRunConfigurationManager"> - <configuration default="false" name="Shell Initialize Project (Batch)" type="ShConfigurationType" folderName="Windows"> - <option name="SCRIPT_TEXT" value="" /> - <option name="INDEPENDENT_SCRIPT_PATH" value="false" /> - <option name="SCRIPT_PATH" value="$PROJECT_DIR$/.init/init_project.bat" /> - <option name="SCRIPT_OPTIONS" value="" /> - <option name="INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value="false" /> - <option name="SCRIPT_WORKING_DIRECTORY" value="$PROJECT_DIR$/.init" /> - <option name="INDEPENDENT_INTERPRETER_PATH" value="false" /> - <option name="INTERPRETER_PATH" value="$PROJECT_DIR$/.init/init_project.bat" /> - <option name="INTERPRETER_OPTIONS" value="" /> - <option name="EXECUTE_IN_TERMINAL" value="true" /> - <option name="EXECUTE_SCRIPT_FILE" value="true" /> - <envs /> - <method v="2" /> - </configuration> -</component>
\ No newline at end of file |
