tabby icon indicating copy to clipboard operation
tabby copied to clipboard

feat(vscode) vscode config limit recently commands

Open Sma1lboy opened this issue 1 year ago • 0 comments

This PR is relate issue #2673

  • Fixes #2673

This PR addresses two main issues:

  • Managing the recentlyCommand list length:

    • Ensures that the list of recently used commands does not exceed the maximum number configured by the user.
  • Adding a delete button:

    • Adds a delete button to the right of each recentlyCommand, allowing users to remove unwanted commands easily.
    image

Sma1lboy avatar Jul 21 '24 14:07 Sma1lboy