agent: Rename "open configuration" action to "open settings" (#35329)

"Settings" is the terminology we use in the agent panel, thus having the
action use "configuration" makes it harder for folks to find this either
via the command palette or the keybinding editor UI in case they'd like
to change it.

Release Notes:

- agent: Renamed the "open configuration" action to "open settings" for
better discoverability and consistency
This commit is contained in:
Danilo Leal 2025-07-30 09:55:13 -03:00 committed by GitHub
parent c22fa9adee
commit 00725273e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 31 additions and 38 deletions

View file

@ -8,7 +8,7 @@
"ctrl-shift-i": "agent::ToggleFocus",
"ctrl-l": "agent::ToggleFocus",
"ctrl-shift-l": "agent::ToggleFocus",
"ctrl-shift-j": "agent::OpenConfiguration"
"ctrl-shift-j": "agent::OpenSettings"
}
},
{