Support yarn in Install @types/<package>
code fix
#19269
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Domain: Quick Fixes
Editor-provided fixes, often called code actions.
Suggestion
An idea for TypeScript
#19130 added a code fix to install packages from
@types
. This will always usenpm
to install the package. This works for updatingpackage.json
andpackage-lock.json
, but notyarn.lock
The text was updated successfully, but these errors were encountered: