MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / uninstall

Method uninstall

src/agents/zed.rs:64–72  ·  view source on GitHub ↗
(&self, ctx: &InstallContext)

Source from the content-addressed store, hash-verified

62 }
63
64 fn uninstall(&self, ctx: &InstallContext) -> Result<()> {
65 let settings_path = zed_config_dir(&ctx.home).join("settings.json");
66 uninstall_context_server(&settings_path);
67
68 eprintln!();
69 eprintln!("Uninstall complete. Tracedecay has been removed from Zed.");
70 eprintln!("Restart Zed for changes to take effect.");
71 Ok(())
72 }
73
74 fn healthcheck(&self, dc: &mut DoctorCounters, ctx: &HealthcheckContext) {
75 eprintln!("\n\x1b[1mZed integration\x1b[0m");

Calls 2

zed_config_dirFunction · 0.85
uninstall_context_serverFunction · 0.85