Skip to content

Commit cb30eaf

Browse files
committed
Allow built in types to show up in the completion list as keywords instead of types
1 parent 3667c6a commit cb30eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/completionEntryForPrimitive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ diagnostics.setEditValidation(IncrementalEditValidation.None);
66
goTo.marker();
77
verify.not.completionListIsEmpty();
88
edit.insert("nu");
9-
verify.completionListContains("number", undefined, undefined, undefined, "primitive type");
9+
verify.completionListContains("number", undefined, undefined, undefined, "keyword");

0 commit comments

Comments
 (0)