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 ed014db commit 394c842Copy full SHA for 394c842
tests/cases/fourslash/autoImportsWithRootDirsAndRootedPath01.ts
@@ -0,0 +1,24 @@
1
+/// <reference path="./fourslash.ts" />
2
+
3
+// @Filename: /dir/foo.ts
4
+//// export function foo() {}
5
6
+// @Filename: /dir/bar.ts
7
+//// /*$*/
8
9
+// @Filename: /dir/tsconfig.json
10
+////{
11
+//// "compilerOptions": {
12
+//// "module": "amd",
13
+//// "moduleResolution": "classic",
14
+//// "rootDirs": ["D:/"]
15
+//// }
16
+////}
17
18
+goTo.marker("$");
19
+verify.completions({
20
+ preferences: {
21
+ includeCompletionsForModuleExports: true,
22
+ allowIncompleteCompletions: true,
23
+ }
24
+});
0 commit comments