-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vscode) vscode config limit recently commands (#2701)
* feat(ui): adding remove button and logic for recently commands * feat(config): adding a config to ensure number of max recently cmds - adding a new config name numRecentlyCommandsHistory - adding getter and setting in Config.ts - change some logic of the pickup panel when generate cmds lists to: adding slice recently cmds every tiem onactive change * fix(vscode): fixing the config field name and remove unnecessary notification - change the name from `numRecentlyCommandsHistory` to `chatEdit.history` - remove unnecessary slice for array - remove notification when remove command
- Loading branch information
Showing
3 changed files
with
67 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters