aboutsummaryrefslogtreecommitdiff
path: root/.idea/runConfigurations/Refresh_All.xml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-19 05:54:00 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-19 06:15:20 +0800
commitec9edc294fd5e7e29977fc7b0e6fb953422bc0e2 (patch)
treebbf89ef4457b8de8a8a9bca5668045d612d27572 /.idea/runConfigurations/Refresh_All.xml
parent06dfc27194c11e1d1033c292c759a1c5d82e780b (diff)
chore: reorganize dev tools into dev/ directory and consolidate configs
Move CI, dev tools, and configs from root-level scattered locations into a unified `dev/` directory structure. Update all references across build scripts, documentation, and editor configurations. Also consolidate editor config generation into build.rs for automated synchronization of rust-analyzer settings across VS Code and Zed.
Diffstat (limited to '.idea/runConfigurations/Refresh_All.xml')
-rw-r--r--.idea/runConfigurations/Refresh_All.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.idea/runConfigurations/Refresh_All.xml b/.idea/runConfigurations/Refresh_All.xml
deleted file mode 100644
index 24be845..0000000
--- a/.idea/runConfigurations/Refresh_All.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<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>