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:
Myriad-Dreamin 2025-03-20 21:53:38 +08:00 committed by GitHub
parent 27c31c7238
commit 92e9f797de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
63 changed files with 371 additions and 20 deletions

View file

@ -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();