We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b6720 commit 6e05e62Copy full SHA for 6e05e62
Script/next-version.sh
Script/uninstall-app.sh
@@ -26,5 +26,10 @@ rm -f ~/Library/Preferences/com.github.CopilotForXcode.ExtensionService.plist
26
rm -f ~/Library/Preferences/dev.com.github.CopilotForXcode.plist
27
rm -f ~/Library/Preferences/dev.com.github.CopilotForXcode.ExtensionService.plist
28
29
-echo 'Finished'
+defaults delete com.github.CopilotForXcode
30
+defaults delete dev.com.github.CopilotForXcode
31
+defaults delete VEKTX9H2N7.group.com.github.CopilotForXcode.prefs
32
+defaults delete VEKTX9H2N7.group.dev.com.github.CopilotForXcode.prefs
33
+
34
+echo 'Finished uninstalling Copilot for Xcode'
35
0 commit comments