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 load time #929

Closed
DonJayamanne opened this issue Mar 2, 2018 · 0 comments · Fixed by #931
Closed

Improve extension load time #929

DonJayamanne opened this issue Mar 2, 2018 · 0 comments · Fixed by #931
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Milestone

Comments

@DonJayamanne
Copy link

DonJayamanne commented Mar 2, 2018

Currently it takes around 4 seconds for the extension to get activated. This is a very noticeable delay (affects intellisense, debugging, and other features).

Basically user needs to wait for the extension to get activated before one can start using the features of the extension.

Improvements can be made to auto selection of interpreters.

@DonJayamanne DonJayamanne added needs PR debt Covers everything internal: CI, testing, refactoring of the codebase, etc. labels Mar 2, 2018
@DonJayamanne DonJayamanne added this to the March 2018 milestone Mar 2, 2018
DonJayamanne added a commit that referenced this issue Mar 2, 2018
* Improve pip env interpreter load times
* Remove fs checks
(improvements from ~2.5s to under 200ms)
Fixes #929
@lock lock bot locked as resolved and limited conversation to collaborators Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants