vscode: Option to not store edit prompts history
Please describe the feature you want
I'd like an option to not record the edit prompts I've entered in the Tabby extension, as well as a way to delete existing history
Additional info
for now my solution is to edit the vscode state file at $HOME/.config/Code/User/profiles/<profile_id>/globalStorage/state.vscdb (table key TabbyML.vscode-tabby, JSON key edit.recentlyCommand), but a built-in solution would probably be better
Please reply with a 👍 if you want this feature.
Should be good to add an option in tabby.settings.advanced with something like numInlineChatHistory (allowing override to zero)
Yes, this would be great !
and if possible, a cross in the prompt selection screen next to each entry would be a good addition. Like this:
Just taking some time to look into this; I will update my PR shortly.