assistant: Rename action from New Context to New Chat (#25455)

If you looked that up via the Command Palette, we were showing an
outdated action name ("new context") which causes confusion given the
panel says "New Chat".

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-02-24 09:19:38 -03:00 committed by GitHub
parent 4b3a2a33a8
commit f020291039
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 13 deletions

View file

@ -33,7 +33,7 @@ actions!(
[
InsertActivePrompt,
DeployHistory,
NewContext,
NewChat,
CycleNextInlineAssist,
CyclePreviousInlineAssist
]