Wire up AssistantPanelDelegate
based on assistant2
feature flag (#23444)
This PR adjusts how the `AssistantPanelDelegate` global is set to be based on the state of the feature flag. This should prevent `assistant` and `assistant2` from potentially clobbering each other. Release Notes: - N/A
This commit is contained in:
parent
9ee1db3552
commit
1e1997c97b
6 changed files with 16 additions and 6 deletions
|
@ -21,6 +21,7 @@ anyhow.workspace = true
|
|||
assets.workspace = true
|
||||
assistant.workspace = true
|
||||
assistant2.workspace = true
|
||||
assistant_context_editor.workspace = true
|
||||
assistant_settings.workspace = true
|
||||
assistant_tools.workspace = true
|
||||
async-watch.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue