mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-23 12:45:04 +00:00
feat: don't trigger parameter hints when skipping parameters (#1557)
* build: record command in completion snapshots * feat: don't trigger parameter hints when skipping parameters * test: update snapshot
This commit is contained in:
parent
27c31c7238
commit
92e9f797de
63 changed files with 371 additions and 20 deletions
|
@ -165,6 +165,7 @@ mod tests {
|
|||
sort_text: item.sort_text,
|
||||
kind: item.kind,
|
||||
text_edit: item.text_edit,
|
||||
command: item.command,
|
||||
..Default::default()
|
||||
})
|
||||
.collect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue