We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review this article and see if there are ways to make the extension load faster and/or more efficient.
The biggest value is probably going to be ESBUILD and the tree shaking. WASM might be nice also.
https://jason-williams.co.uk/speeding-up-vscode-extensions-in-2022
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Review this article and see if there are ways to make the extension load faster and/or more efficient.
The biggest value is probably going to be ESBUILD and the tree shaking. WASM might be nice also.
https://jason-williams.co.uk/speeding-up-vscode-extensions-in-2022
The text was updated successfully, but these errors were encountered: