Skip to content

Commit 916697b

Browse files
authored
Revert "add accessibility help dialog for issues/PR views (#5934)" (#5935)
This reverts commit d719f3e.
1 parent d719f3e commit 916697b

3 files changed

Lines changed: 3 additions & 27 deletions

File tree

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"shareProvider",
3030
"tabInputTextMerge",
3131
"tokenInformation",
32-
"treeViewMarkdownMessage",
33-
"contribAccessibilityHelpContent"
32+
"treeViewMarkdownMessage"
3433
],
3534
"version": "0.86.0",
3635
"publisher": "GitHub",
@@ -663,15 +662,13 @@
663662
"id": "pr:github",
664663
"name": "%view.pr.github.name%",
665664
"when": "ReposManagerStateContext != NeedsAuthentication && !github:resolvingConflicts",
666-
"icon": "$(git-pull-request)",
667-
"accessibilityHelpContent": "Helpful commands include: \n-Refresh PR List (keybinding:pr.refreshList)\n-GitHub Pull Requests: Focus on Issues View (keybinding:issue.refresh) \n-GitHub Pull Requests: Focus on Pull Requests View (keybinding:pr:github.focus)\n-GitHub Issues: Copy GitHub Permalink (keybinding:issue.copyGithubPermalink)\n-GitHub Issues: Create an Issue (keybinding:issue.createIssue)\n-GitHub Pull Requests: Create Pull Request (keybinding:command:pr.create)\n-GitHub Pull Requests: Start Review (keybinding:pr.startReview)\n-GitHub Pull Requests: Mark Pull Request Ready For Review (keybinding:pr.readyForReview)\n-GitHub Pull Requests: Approve (keybinding:review.approve)"
665+
"icon": "$(git-pull-request)"
668666
},
669667
{
670668
"id": "issues:github",
671669
"name": "%view.issues.github.name%",
672670
"when": "ReposManagerStateContext != NeedsAuthentication && !github:resolvingConflicts",
673-
"icon": "$(issues)",
674-
"accessibilityHelpContent": "Helpful commands include: \n-[Refresh issues](command:issue.refresh)(keybinding:issue.refresh)\n-[GitHub Pull Requests: Focus on Issues View](command:issues:github.focus)(keybinding:issue.refresh) \n-[GitHub Pull Requests: Focus on Pull Requests View](command:pr:github.focus)(keybinding:pr:github.focus)\n-[GitHub Issues: Copy GitHub Permalink](command:issue.copyGithubPermalink)(keybinding:issue.copyGithubPermalink)\n-[GitHub Issues: Create an Issue](command:issue.createIssue)(keybinding:issue.createIssue)\n-[GitHub Pull Requests: Create Pull Request](command:pr.create)(keybinding:command:pr.create)\n-[GitHub Pull Requests: Start Review](command:pr.startReview)(keybinding:pr.startReview)\n-[GitHub Pull Requests: Mark Pull Request Ready For Review](command:pr.readyForReview)(keybinding:pr.readyForReview)\n-[GitHub Pull Requests: Approve](command:review.approve)(keybinding:review.approve)"
671+
"icon": "$(issues)"
675672
},
676673
{
677674
"id": "github:conflictResolution",

src/@types/vscode.proposed.contribAccessibilityHelpContent.d.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/@types/vscode.proposed.contribEditorContentMenu.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)