diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-18 02:53:43 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-18 02:57:58 +0800 |
| commit | 056d9579125dba1fccb91f191e1ff474ca6992f3 (patch) | |
| tree | f46df8adf731b8934bda1654268dc99a16bb1e8f /.idea/runConfigurations/Refresh_All.xml | |
| parent | b838e9617ba66542d684b8410e9f0d52ac7ff5e9 (diff) | |
chore(idea): add IntelliJ IDE project configuration files
Diffstat (limited to '.idea/runConfigurations/Refresh_All.xml')
| -rw-r--r-- | .idea/runConfigurations/Refresh_All.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.idea/runConfigurations/Refresh_All.xml b/.idea/runConfigurations/Refresh_All.xml new file mode 100644 index 0000000..24be845 --- /dev/null +++ b/.idea/runConfigurations/Refresh_All.xml @@ -0,0 +1,27 @@ +<component name="ProjectRunConfigurationManager"> + <configuration + default="false" + name="Refresh All" + type="CompoundRunConfigurationType" + > + <toRun name="Run: Cargo Format" type="CargoCommandRunConfiguration" /> + <toRun + name="Run: Fix Documents Codebox" + type="CargoCommandRunConfiguration" + /> + <toRun + name="Run: Generate Docsify Sidebar" + type="CargoCommandRunConfiguration" + /> + <toRun + name="Run: Sync Examples To Crates" + type="CargoCommandRunConfiguration" + /> + <toRun + name="Run: Sync Examples To Helpdoc" + type="CargoCommandRunConfiguration" + /> + <toRun name="Run: Sync Feature List" type="CargoCommandRunConfiguration" /> + <method v="2" /> + </configuration> +</component> |
