From 8bb6f16ebf322e5e6540c580ccfe7561d3aba597 Mon Sep 17 00:00:00 2001 From: Razvan Azamfirei Date: Thu, 18 Jan 2024 07:59:48 -0500 Subject: [PATCH] theiaide: add zap items --- Casks/t/theiaide.rb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Casks/t/theiaide.rb b/Casks/t/theiaide.rb index d76494e7c0..4d3d66358c 100644 --- a/Casks/t/theiaide.rb +++ b/Casks/t/theiaide.rb @@ -17,5 +17,12 @@ cask "theiaide" do app "TheiaIDE.app" - zap trash: "~/.theia-ide" + zap trash: [ + "~/.theia-ide", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/eclipse.theia.sfl3", + "~/Library/Application Support/Theia IDE", + "~/Library/Logs/Theia IDE", + "~/Library/Preferences/eclipse.theia.plist", + "~/Library/Saved Application State/eclipse.theia.savedState", + ] end