tabby
tabby copied to clipboard
feat(vscode) vscode config limit recently commands
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.