assistant: Fix "New Context" behavior when focused in editor (#17106)

Closes #16676

Release Notes:

- assistant: fix `New Context` opening a new file when focused in the
editor pane.
This commit is contained in:
Rami Pellumbi 2024-09-02 06:53:35 -04:00 committed by GitHub
parent 1c6dbe02ae
commit b578be5c77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 33 additions and 8 deletions

View file

@ -63,6 +63,7 @@ actions!(
DeployHistory,
DeployPromptLibrary,
ConfirmCommand,
NewContext,
ToggleModelSelector,
]
);