Skip to content

Fix auto-imports from auto type acquisition definitions#33766

Merged
andrewbranch merged 2 commits into
microsoft:masterfrom
andrewbranch:bug/33289
Oct 17, 2019
Merged

Fix auto-imports from auto type acquisition definitions#33766
andrewbranch merged 2 commits into
microsoft:masterfrom
andrewbranch:bug/33289

Conversation

@andrewbranch
Copy link
Copy Markdown
Member

Fixes #33289

}

getGlobalTypingsCacheLocation() {
return "/Library/Caches/typescript";
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anyone have a less kludgy idea for how to test this? I looked into the server fourslash tests, but it would ultimately require the same kind of hard-coded hack, just buried deeper in the infrastructure.

Comment thread src/services/codefixes/importFixes.ts Outdated
@andrewbranch andrewbranch merged commit 454a3a0 into microsoft:master Oct 17, 2019
@andrewbranch andrewbranch deleted the bug/33289 branch October 17, 2019 20:59
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Global completion / Auto import for JavaScript symbols from modules without typings included.

2 participants