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

Enable Plugin Install Flow #369

Merged
merged 8 commits into from
Jan 27, 2021
Merged

Enable Plugin Install Flow #369

merged 8 commits into from
Jan 27, 2021

Conversation

edzkite
Copy link
Contributor

@edzkite edzkite commented Jan 27, 2021

Spec

  • Remove jsonconfig.json. It seems like if a tsconfig.json exists, it's redundant.
  • In checkStatus, if Kite is detected as uninstalled, but KiteAPI.hasKiteRun is true, the install notification is shown. Otherwise, the install flow is kicked off.
    • Add a flag this.installing that is flipped by KiteConnector when the installation actually completes. This guards against a race condition where checkStatus will see Kite as installed, since the path exists on disk, but may not be fully complete, e.g. it needs to be code signed in order for it to be run properly.
  • Implement status bar text and notifications as per spec

@edzkite edzkite merged commit 45fca23 into master Jan 27, 2021
@edzkite edzkite deleted the plugin-install-flow branch January 27, 2021 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants