Commits
User selector
Commit History
Commits on Jun 25, 2021
Resolve module specifiers for auto imports in completion list (in incomplete chunks) (#44713)
Show description for 328e888authored
Commits on Jun 21, 2021
importModuleSpecifierEnding changes .ts string completions to .js (#44602)
Show description for 753feb8andauthored
Commits on Jun 10, 2021
Include actual generated module specifiers in module specifier cache (#44176)
Show description for 7c293c8authored
Commits on Jun 8, 2021
Include type reference directives in symlink cache, wait until program is present to create it (#44259)
Show description for 703c1bcauthored
Commits on Apr 30, 2021
Use project relative preference for declaration emit (#42232)
Show description for 54096bdauthored
Commits on Mar 26, 2021
Import statement completions (#43149)
Show description for 2d6a490authored
Commits on Mar 2, 2021
Add undefined to Symbol.valueDeclaration (#43033)
Show description for c497b48andauthoredOnly filter ignored paths from module specifier generation if there exists a better option (#43024)
Show description for 56f95d2authored
Commits on Mar 1, 2021
Add undefined to Symbol.declarations' type (#42975)
Show description for aa67b16authored
Commits on Feb 3, 2021
Sort import fixes by number of directory separators (#42614)
Show description for 1c25b00authored
Commits on Jan 20, 2021
Optimize import fixes for projects with many symlinks (#42150)
Show description for 0383b5cauthored
Commits on Jan 12, 2021
Do not suggest paths inside node_modules/.pnpm as module specifiers (#42095)
Show description for 33046e3authored
Commits on Jan 8, 2021
If import is used in the file, prefer that import specifier over calculating new one (#42224)
Show description for 66ba15aandauthoredReverts #39277 removing bundledPackageName (#41499)
Show description for 055f363authored
Orta Therox
Commits on Dec 17, 2020
Fix #41800 correctly. (#41895)
Show description for 8cbc576andauthored
Commits on Nov 11, 2020
Proposal: importModuleSpecifierPreference: project-relative (#40637)
Show description for 266d8deauthored
Commits on Oct 1, 2020
Commits on Sep 28, 2020
Commits on Sep 14, 2020
Commits on Sep 11, 2020
Replaces the default module index resolver with '/index' instead of '' when handling internal routing for dts bundles (#39277)
Show description for cdafb71andauthored
Commits on Sep 3, 2020
Reprioritize cross-project module specifier suggestions for auto-import (#40253)
Show description for 8ffb7f0authored
Commits on Jul 22, 2020
Make AutoImportProviderProject work with symlinked monorepos (#39679)
Show description for ec33814andauthored
Commits on Jun 26, 2020
Commits on Mar 25, 2020
Handle packages inside another node modules package when auto importing (#37561)
Show description for 84a3252authored
Commits on Mar 19, 2020
Handle auto import scenarios when using project references (#37482)
Show description for 5e9c436authored
Commits on Mar 17, 2020
Fix declaration emit when the packages are included through symlinks (#37438)
Show description for e60bbacandauthored
Commits on Mar 16, 2020
When the imported module is through node_modules and symlink to folder that isnt node_modules (#37387)
Show description for 2458c8aauthored
Commits on Jan 10, 2020
Handle invalid package.json typings fields when generating specifiers (#36137)
Show description for 0c3019eauthored
Commits on Dec 17, 2019
Fix completions when the ts installation and project are on two different windows drive (#35733)
Show description for f90cde4authored
Commits on Nov 7, 2019
Commits on Oct 17, 2019
Fix auto-imports from auto type acquisition definitions (#33766)
Show description for 454a3a0authored
Commits on Sep 27, 2019
Updated: Only auto-import from package.json (#32517)
Show description for 304fceeauthored
Commits on Sep 23, 2019
Sort the paths for module specifier by closeness to importing file path
Show description for c67c68ecommitted