feat: forbid signature help in some cases (#1742)

* feat: forbid signature help in some cases

* test: update snapshot
This commit is contained in:
Myriad-Dreamin 2025-05-06 14:55:24 +08:00 committed by GitHub
parent 29893aa15f
commit 4ded5a624a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 173 additions and 56 deletions

View file

@ -99,7 +99,7 @@ mod tests {
let result = request.request(ctx);
with_settings!({
description => format!("Code Action on {})", make_range_annoation(&source)),
description => format!("Code Action on {}", make_range_annoation(&source)),
}, {
assert_snapshot!(JsonRepr::new_redacted(result, &REDACT_LOC));
})