We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm experiencing an issue with the Discord Presence extension where:
I have specifically set discord.removeRemoteRepository to false to ensure the repository button appears.
discord.removeRemoteRepository
Here are my relevant settings:
{ "discord.detailsDebugging": "Debugging {file_name}", "discord.detailsEditing": "Editing {file_name}", "discord.detailsIdling": "Idling", "discord.enabled": true, "discord.idleTimeout": 0, "discord.largeImage": "Editing a {LANG} file", "discord.largeImageIdling": "Idling", "discord.lowerDetailsDebugging": "Debugging: {workspace}", "discord.lowerDetailsEditing": "Workspace: {git_repo_name}", // <-- affected line "discord.lowerDetailsIdling": "Idling", "discord.lowerDetailsNoWorkspaceFound": "No workspace", "discord.removeDetails": false, "discord.removeLowerDetails": false, "discord.removeRemoteRepository": false, "discord.removeTimestamp": false, "discord.smallImage": "{app_name}", "discord.suppressNotifications": false, "discord.swapBigAndSmallImage": false, "discord.workspaceExcludePatterns": [], }
The git_repo_name variable appears to not be populated and the repository button that should appear in Discord is missing.
git_repo_name
I've verified that the workspace is actually a Git repository. The repository is properly initialized with Git (can confirm using other Git tools).
Here is a screenshot showing as it appears in Discord:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I'm experiencing an issue with the Discord Presence extension where:
Environment
Settings
I have specifically set
discord.removeRemoteRepository
to false to ensure the repository button appears.Here are my relevant settings:
The Issue
The
git_repo_name
variable appears to not be populated and the repository button that should appear in Discord is missing.I've verified that the workspace is actually a Git repository. The repository is properly initialized with Git (can confirm using other Git tools).
Here is a screenshot showing as it appears in Discord:
The text was updated successfully, but these errors were encountered: