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
The intention was to enforce developers of the project to use a minimal version
of yarn. However, the yarn and npm engines determine which version of those
package managers may be used to install `yaml-language-server`. This caused
warnings for users using npm or older yarn versions.
The node engines field signals required node version that’s needed. Setting it
to `*` is equivalent to not setting it at all.
Closesredhat-developer#521
Is your enhancement related to a problem? Please describe.
vscode-yaml vsix is about 9MB big, turns out it's mostly because of the embedded node_modules directory
Describe the solution you would like
Webpack would allow to optimize the build output and hopefully make the extension leaner and faster do download
The text was updated successfully, but these errors were encountered: