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
We can likely improve the loading and running of builtin extensions if we include a bundling strategy such as webpack.
Recently, vscode extensions added support to webpack extensions to reduce the overall size of extensions and doing so may improve the overall performance of all applications that make use of builtin extensions under open-vsx:
Description
We can likely improve the loading and running of builtin extensions if we include a bundling strategy such as
webpack
.Recently, vscode extensions added support to webpack extensions to reduce the overall size of extensions and doing so may improve the overall performance of all applications that make use of builtin extensions under
open-vsx
:The text was updated successfully, but these errors were encountered: