Fix project tests

This commit is contained in:
Kirill Bulatov
2023-08-31 13:01:53 +03:00
parent 9e12df43d0
commit fff385a585
2 changed files with 31 additions and 3 deletions
+7 -1
View File
@@ -7712,7 +7712,13 @@ async fn test_completions_in_languages_with_extra_word_characters(cx: &mut gpui:
)
.with_override_query("(jsx_self_closing_element) @element")
.unwrap(),
Default::default(),
lsp::ServerCapabilities {
completion_provider: Some(lsp::CompletionOptions {
trigger_characters: Some(vec![":".to_string()]),
..Default::default()
}),
..Default::default()
},
cx,
)
.await;