Registry ATA uses should be configurable #35038
Labels
Bug
A bug in TypeScript
Committed
The team has roadmapped this issue
Rescheduled
This issue was previously scheduled to an earlier milestone
Milestone
Currently typingsInstaller always uses the NPM registry to install types-registry and
@types/*
packages. #33791 makes it use the github package registry for types-registry, with a fallback to NPM. But this is hard-coded. Instead the editor should pass a flag to typingsInstaller that specifies the registry to use.It is fine if NPM is still the fallback -- in fact it is desirable until we're confident in github's ability to host packages.
The text was updated successfully, but these errors were encountered: