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

Hitting Auto Upload On Extension Add / Remove #123

Open
shanalikhan opened this issue Oct 22, 2016 · 4 comments
Open

Hitting Auto Upload On Extension Add / Remove #123

shanalikhan opened this issue Oct 22, 2016 · 4 comments

Comments

@shanalikhan
Copy link
Owner

Allow extension to auto upload the settings when :

  • New Extensions Are installed
  • User delete extension
@shanalikhan
Copy link
Owner Author

Currently limitation faced from vs code itself, issue opened microsoft/vscode#14444

@JasCodes
Copy link

JasCodes commented Sep 6, 2017

Hey @shanalikhan
Hi awesome extension; just stared it 😃

In ref to #329
All needed to be done here is to monitor ~/.vscode/extensions or
~/.vscode-insiders/extensions for subfolder change; and trigger upload with that.

Let me know if I am missing something.

Thx

@shanalikhan
Copy link
Owner Author

@Jas99 actually that is another way but i would rather wont recommend it, as it will need to read extension name by folder name or their package.
This is the must have feature in API which code team has promised to do it either in this API version or next API version if they decide.
Its better to go with the API which should provide all the extension ( which add new extension in list after code restart ) on extension install directly.

whats your thought about it

@shanalikhan
Copy link
Owner Author

Its fixed by the PR. But only works for the extension that doesnt require reload.

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

No branches or pull requests

2 participants