Fix test
Co-authored-by: dinocosta <dinojoaocosta@gmail.com>
This commit is contained in:
parent
9471ab9949
commit
cb2ca572e4
4 changed files with 90 additions and 116 deletions
|
@ -49,6 +49,10 @@ impl VimTestContext {
|
|||
Self::new_with_lsp(
|
||||
EditorLspTestContext::new_typescript(
|
||||
lsp::ServerCapabilities {
|
||||
completion_provider: Some(lsp::CompletionOptions {
|
||||
trigger_characters: Some(vec![".".to_string()]),
|
||||
..Default::default()
|
||||
}),
|
||||
rename_provider: Some(lsp::OneOf::Right(lsp::RenameOptions {
|
||||
prepare_provider: Some(true),
|
||||
work_done_progress_options: Default::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue