aboutsummaryrefslogtreecommitdiff
path: root/.idea/runConfigurations/Run__Sync_Feature_List.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/Run__Sync_Feature_List.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/Run__Sync_Feature_List.xml')
-rw-r--r--.idea/runConfigurations/Run__Sync_Feature_List.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.idea/runConfigurations/Run__Sync_Feature_List.xml b/.idea/runConfigurations/Run__Sync_Feature_List.xml
deleted file mode 100644
index 1e6ed8f..0000000
--- a/.idea/runConfigurations/Run__Sync_Feature_List.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<component name="ProjectRunConfigurationManager">
- <configuration
- default="false"
- name="Run: Sync Feature List"
- type="CargoCommandRunConfiguration"
- factoryName="Cargo Command"
- folderName="Tools"
- >
- <option
- name="command"
- value="run --manifest-path .run/Cargo.toml --quiet --bin refresh-feature-mod"
- />
- <option name="workingDirectory" value="file://$PROJECT_DIR$" />
- <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>