Start wiring up assistant2
This commit is contained in:
parent
b29cea287b
commit
1de02cf6e5
6 changed files with 136 additions and 120 deletions
|
@ -227,7 +227,8 @@ pub(crate) mod tests {
|
|||
|
||||
#[gpui::test]
|
||||
fn test_outline_for_prompt(cx: &mut AppContext) {
|
||||
cx.set_global(SettingsStore::test(cx));
|
||||
let settings_store = SettingsStore::test(cx);
|
||||
cx.set_global(settings_store);
|
||||
language_settings::init(cx);
|
||||
let text = indoc! {"
|
||||
struct X {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue