(&self, ctx: &InstallContext)
| 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"); |