We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3667c6a commit cb30eafCopy full SHA for cb30eaf
tests/cases/fourslash/completionEntryForPrimitive.ts
@@ -6,4 +6,4 @@ diagnostics.setEditValidation(IncrementalEditValidation.None);
6
goTo.marker();
7
verify.not.completionListIsEmpty();
8
edit.insert("nu");
9
-verify.completionListContains("number", undefined, undefined, undefined, "primitive type");
+verify.completionListContains("number", undefined, undefined, undefined, "keyword");
0 commit comments