Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
atomcode
/
crates
/
atomcode-core
/
src
/
uninstall
下载当前目录
cherishsince
统一 ATOMCODE_HOME 路径语义:设置 ATOMCODE_HOME 后不再多加 .atomcode 这一级
14393953
创建于
13 天前
历史提交
文件
最后提交记录
最后更新时间
actions.rs
fix(uninstall): 替换 DETACHED_PROCESS 为 CREATE_NO_WINDOW,修复 Win10 卸载弹 cmd 窗口问题 - 将 Windows 自删除逻辑中的 DETACHED_PROCESS 替换为 CREATE_NO_WINDOW,彻底阻止控制台窗口创建 - 将 ping 延时改为 timeout 延时,语义更清晰且避免显示 ping 目标地址 - 同步修复 spawn_detached_upgrade_prep() 中的同类问题 Closes:
https://gitcode.com/atomgit_atomcode/atomcode/issues/352
21 天前
mod.rs
统一 ATOMCODE_HOME 路径语义:设置 ATOMCODE_HOME 后不再多加 .atomcode 这一级
13 天前
paths.rs
统一 ATOMCODE_HOME 路径语义:设置 ATOMCODE_HOME 后不再多加 .atomcode 这一级
13 天前
scan.rs
chore(uninstall): cargo fmt + clippy fixes - cargo fmt on uninstall module and CLI files only; reverted all unrelated workspace reformats to keep user parallel work clean - Fix 4 clippy lints in uninstall code: actions.rs: needless_range_loop and io_other_error scan.rs: explicit_auto_deref (3x) mod.rs: derivable_impls - use derive(Default) for ExecuteContext - Cargo.lock updated for assert_cmd/predicates (uninstall test deps) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
27 天前