Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu bar shows "About test" instead of the plugin name #33

Open
rogerneal opened this issue Nov 25, 2024 · 5 comments
Open

Menu bar shows "About test" instead of the plugin name #33

rogerneal opened this issue Nov 25, 2024 · 5 comments

Comments

@rogerneal
Copy link

Describe the bug

Menu bar shows "About test" instead of the plugin name.

Versions

  • Copilot for Xcode: Version 0.29.0 (0.29.0)
  • Xcode: [16.0]
  • macOS: [15.1.1]

Steps to reproduce

  1. Open the GitHub Copilot for Xcode Extension
  2. Click the "GitHub Copilot for Xcode Extension" in the menu bar and view the dropdown menu.

Screenshots

Screenshot 2024-11-25 at 10 01 03 AM

@devm33
Copy link
Collaborator

devm33 commented Nov 25, 2024

That's interesting. It looks like you're in a state where the background application (GitHub Copilot for Xcode Extension) somehow ended up in the foreground. Can you reliably open it that way? If you quit and reopen the main application (GitHub Copilot for Xcode) does it go away?

@rogerneal
Copy link
Author

@devm33 - It happens when opening Xcode first, and when I have Xcode closed and open the plugin directly.

@devm33
Copy link
Collaborator

devm33 commented Nov 25, 2024

@rogerneal That's interesting, seems like something may be incorrect with your installation. So far I'm not able to reproduce. Perhaps wiping the slate clean will workaround the issue. You can try running the steps here:

# Remove launch agent
launchctl remove com.github.CopilotForXcode.CommunicationBridge
launchctl remove dev.com.github.CopilotForXcode.CommunicationBridge
# Remove app
rm -rf /Applications/Copilot\ for\ Xcode.app
rm -rf /Applications/GitHub\ Copilot\ for\ Xcode.app
# Remove user preferences
rm -f ~/Library/Preferences/com.github.CopilotForXcode.plist
rm -f ~/Library/Preferences/com.github.CopilotForXcode.ExtensionService.plist
rm -f ~/Library/Preferences/dev.com.github.CopilotForXcode.plist
rm -f ~/Library/Preferences/dev.com.github.CopilotForXcode.ExtensionService.plist
defaults delete com.github.CopilotForXcode
defaults delete dev.com.github.CopilotForXcode
defaults delete VEKTX9H2N7.group.com.github.CopilotForXcode.prefs
defaults delete VEKTX9H2N7.group.dev.com.github.CopilotForXcode.prefs

and then reinstalling.

@rogerneal
Copy link
Author

@devm33 - I'll take a look at it later today!

@rogerneal
Copy link
Author

@devm33 - Weird how I get this too when clicking the Help menu...

Screenshot 2024-11-26 at 9 06 57 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants