Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

fix: auto load has implemented #136

Merged
merged 1 commit into from
Jul 11, 2022
Merged

Conversation

xhulz
Copy link
Contributor

@xhulz xhulz commented Jul 11, 2022

Autoload has implemented to initialize the extension on VSCode startup. This loads the extension in the background immediately after the visual studio code starts, decreasing the extension's initialization time.

Anyway, we need to think about putting the await required.checkAllApps(); in background mode also.

Ref: #131

@michaeljohnbennett michaeljohnbennett merged commit 9fe09f0 into develop Jul 11, 2022
@michaeljohnbennett michaeljohnbennett deleted the fix/auto-startup branch July 11, 2022 23:33
@acuarica
Copy link
Contributor

Hi @xhulz, thanks for taking care of this. I totally agree regarding checkAllApps, it should be run in the background. If we implement background checks, we can activate the extension only for the required commands as it was before.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants