vscode-github-actions icon indicating copy to clipboard operation
vscode-github-actions copied to clipboard

Command Palette strings need polishing

Open gjsjohnmurray opened this issue 1 year ago • 1 comments

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:

gjsjohnmurray avatar Sep 21 '24 04:09 gjsjohnmurray

Looks like the double spaces in GitHub␣Actions:␣Focus␣on␣␣View command name is caused by the empty name of a contributed view: https://github.com/github/vscode-github-actions/blob/d8facfa90b989fa0c210a89629bfe9da45d8184d/package.json#L284-L288

The remaining one and several other un-shown cases are specified also in package.json https://github.com/github/vscode-github-actions/blob/d8facfa90b989fa0c210a89629bfe9da45d8184d/package.json#L108-L116

muzimuzhi avatar Sep 21 '24 04:09 muzimuzhi