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

Command Palette strings need polishing #393

Open
gjsjohnmurray opened this issue Sep 21, 2024 · 1 comment
Open

Command Palette strings need polishing #393

gjsjohnmurray opened this issue Sep 21, 2024 · 1 comment

Comments

@gjsjohnmurray
Copy link

gjsjohnmurray commented Sep 21, 2024

Type: Bug

The first 3 items below.

image

Extension version: 0.26.5
VS Code version: Code - Insiders 1.94.0-insider (527e41ff551bb1001d2f224c2dec2e2ea3b66832, 2024-09-20T05:03:57.400Z)
OS version: Windows_NT x64 10.0.22631
Modes:

@muzimuzhi
Copy link

Looks like the double spaces in GitHub␣Actions:␣Focus␣on␣␣View command name is caused by the empty name of a contributed view:

{
"id": "github-actions.empty-view",
"name": "",
"when": "!github-actions.internet-access || !github-actions.signed-in || !github-actions.has-repos"
}

The remaining one and several other un-shown cases are specified also in package.json

{
"command": "github-actions.explorer.current-branch.refresh",
"category": "GitHub Actions",
"title": "Refresh current branch",
"icon": {
"dark": "resources/icons/dark/refresh.svg",
"light": "resources/icons/light/refresh.svg"
}
},

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

No branches or pull requests

2 participants