We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179d1cb commit ed77c7cCopy full SHA for ed77c7c
tests/cases/fourslash/server/nodeNextPathCompletions.ts
@@ -38,6 +38,6 @@
38
39
verify.baselineCompletions();
40
edit.insert("dependency/");
41
-verify.completions({ exact: ["lol", "dir/"], isNewIdentifierLocation: true });
+verify.completions({ exact: ["lol", "dir"], isNewIdentifierLocation: true });
42
edit.insert("l");
43
verify.completions({ exact: ["lol"], isNewIdentifierLocation: true });
0 commit comments