You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discovered while investigating #40584, but is not directly related, and a fix for this is irrelevant to that issue on the whole. Fourslash server test:
The proper fix would probably be to save an originalPath on ResolvedTypeReferenceDirective during module resolution, and then do something with it in AutoImportProviderHost.getRootFileNames().
The text was updated successfully, but these errors were encountered:
Discovered while investigating #40584, but is not directly related, and a fix for this is irrelevant to that issue on the whole. Fourslash server test:
The problem is that the pnpm symlink doesn’t make it into the symlink cache, which is coincidentally fixed if there are project references due to:
TypeScript/src/compiler/program.ts
Lines 3762 to 3763 in 8bbef81
The proper fix would probably be to save an
originalPath
onResolvedTypeReferenceDirective
during module resolution, and then do something with it inAutoImportProviderHost.getRootFileNames()
.The text was updated successfully, but these errors were encountered: