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

0.4.0 release #44

Open
3 of 15 tasks
arjunattam opened this issue Nov 30, 2018 · 1 comment
Open
3 of 15 tasks

0.4.0 release #44

arjunattam opened this issue Nov 30, 2018 · 1 comment

Comments

@arjunattam
Copy link
Owner

arjunattam commented Nov 30, 2018

native host application

  • fix blocking during message passing - we should be able to implement simple concurrency since we have callback maps already. to test: add sleep to info message and send multiple messages
  • auto updating
  • define location for cloning repos
  • use theia language server?
  • language server is running even after the tab has been closed

content script

  • show not ready state in the hover; don't send native message if not ready
  • show error for no auth (private repos); this seems to be working if system git has auth -> verify
  • show something helpful when language is not supported
  • show something when native host update is available
  • test for PRs: I don't think we are initializing the base sha properly
  • git clone progress
  • rate limited API error

onboarding

  • repo readme and change log update
  • add post install page to assist native host installation

misc

  • add license
@arjunattam
Copy link
Owner Author

for auto-update, we are unable to get $PATH inside the updater child_process. to fix this, perhaps we could avoid the pkg dependency on native host side and run a .js file like in this example:

https://github.com/jdiamond/chrome-native-messaging/tree/master/host

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

No branches or pull requests

1 participant