-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptCommittedThe team has roadmapped this issueThe team has roadmapped this issueRescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestone
Milestone
Description
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.
minestarks
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptCommittedThe team has roadmapped this issueThe team has roadmapped this issueRescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestone