Skip to content
New issue

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

improve extension start time by lazy load command module #58

Open
tjx666 opened this issue Feb 11, 2023 · 1 comment
Open

improve extension start time by lazy load command module #58

tjx666 opened this issue Feb 11, 2023 · 1 comment
Labels
feature request New feature or request

Comments

@tjx666
Copy link

tjx666 commented Feb 11, 2023

You can check here for example: https://github.com/tjx666/vscode-fe-helper/blob/master/src/extension.ts#L26

Although this extension is fast to activate, but still can much improved startup speed

@qcz
Copy link
Owner

qcz commented Feb 11, 2023

Good idea, especially for commands with big dependencies (voca, faker etc.).

Will consider in the future when a new, bigger dependency is required for a feature. Don't know how it affects the browser version though.

@qcz qcz added the feature request New feature or request label Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants