You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several extensions have things like jest and @types/... packages in their dependencies.
These should be moved to devDependencies.
In the past the reason for @types/... being in dependencies was because it needed to be for the build step of the extension. I'm not sure what the situation is now.
This should be checked across all 4 official repositories.