Skip to content

fix: batch fix for TerminalSettings shortcuts, Azure DevOps URLs, and Git commit icon#72

Open
sungdark wants to merge 2 commits intoCortexLM:mainfrom
sungdark:fix/terminal-settings-remove-invalid-shortcuts
Open

fix: batch fix for TerminalSettings shortcuts, Azure DevOps URLs, and Git commit icon#72
sungdark wants to merge 2 commits intoCortexLM:mainfrom
sungdark:fix/terminal-settings-remove-invalid-shortcuts

Conversation

@sungdark
Copy link
Copy Markdown

@sungdark sungdark commented Mar 28, 2026

Summary

Batch fix for 3 bounty issues in PlatformNetwork/bounty-challenge:

Issue #39619 - TerminalSettingsPanel: Remove non-functional shortcuts

File: src/components/settings/TerminalSettingsPanel.tsx

Removed two non-existent keyboard shortcut entries from the Terminal Shortcuts info box:

  • Ctrl+↑/↓ (Navigate command history) - no keybinding registered
  • Ctrl+A (Select all terminal content) - terminal.selectAll only accessible via command palette

Issue #39617 - CloneRepositoryDialog: Add Azure DevOps URL support

File: src/components/git/CloneRepositoryDialog.tsx

Added Azure DevOps HTTPS URL pattern to GIT_URL_PATTERNS:

  • Pattern:
  • Azure DevOps is one of the top 3 enterprise git hosting platforms

Issue #39618 - GitSettingsPanel: Fix Commit section icon

File: src/components/settings/GitSettingsPanel.tsx

Changed the Commit section header icon from 'upload' to 'check':

  • Git commit is a local operation (not a push/upload)
  • The upload icon was semantically incorrect

收款地址:eB51DWp1uECrLZRLsE2cnyZUzfRWvzUzaJzkatTpQV9

… info box

Remove Ctrl+↑/↓ (Navigate command history) and Ctrl+A (Select all terminal)
entries from the Terminal Shortcuts info box, as neither keybinding is
registered in the terminal keybinding system.

Fixes PlatformNetwork/bounty-challenge#39619
- CloneRepositoryDialog.tsx: Add Azure DevOps HTTPS URL pattern
  (dev.azure.com/org/project/_git/repo) to GIT_URL_PATTERNS
- GitSettingsPanel.tsx: Change 'upload' icon to 'check' for Commit
  section header (commit is a local op, not a push)

Fixes PlatformNetwork/bounty-challenge#39617
Fixes PlatformNetwork/bounty-challenge#39618
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

Successfully merging this pull request may close these issues.

1 participant