We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a910e commit 77f6bd0Copy full SHA for 77f6bd0
tests/integration/lsp_tests.rs
@@ -5762,7 +5762,6 @@ fn lsp_jsr_auto_import_completion() {
5762
json!({ "triggerKind": 1 }),
5763
);
5764
assert!(!list.is_incomplete);
5765
- assert_eq!(list.items.len(), 268);
5766
let item = list.items.iter().find(|i| i.label == "add").unwrap();
5767
assert_eq!(&item.label, "add");
5768
assert_eq!(
@@ -5842,7 +5841,6 @@ fn lsp_jsr_auto_import_completion_import_map() {
5842
5841
5843
5844
5845
5846
5847
5848
assert_eq!(json!(&item.label_details), json!({ "description": "add" }));
0 commit comments