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

Extensions UI #8215

Closed
3 tasks done
isidorn opened this issue Jun 27, 2016 · 4 comments
Closed
3 tasks done

Extensions UI #8215

isidorn opened this issue Jun 27, 2016 · 4 comments

Comments

@isidorn
Copy link
Contributor

isidorn commented Jun 27, 2016

We have introduced a new viewlet to improve the extensions management scenario. All the old extension management funcitonality is preserved. Verify:

  • you can browse extensions from the marketplace
  • you can install / uninstall an extension
  • you get notified that there is an extension upgrade
  • you get extenion recommendations based on your project
  • clicking on an extension shows the extension description
  • extension list is synchronized accross multiple vscode instances

Note: this feature has been developed by @joaomoreno however since he is on vacation this week assign all issues to @isidorn

@isidorn isidorn added this to the June 2016 milestone Jun 27, 2016
@bgse
Copy link
Contributor

bgse commented Jun 27, 2016

@isidorn What about the 'enable extension' thing after you've installed? (Pretty cool feature imho, I'd personally love to see this evolve into enable/disable, without actually uninstalling)

vscode_ext

Quick test on outdated Fedora21:

Something that doesn't work properly is uninstalling an extension. Tried with "git history", it just jumped straight back to "install" button, but the commands of the extension were still in command palette, just giving error message about missing handler.

It should probably prompt for restart after uninstall I guess.

@shanselman
Copy link
Member

In the Insiders build I'm not seeing "Ext install foo" working anymore. I hope we keep that!

@isidorn
Copy link
Contributor Author

isidorn commented Jun 28, 2016

@bgse enable / disable will come in the future. Can you please create a seperate bug for the issue you just described - thank you.

@shanselman in the latest version of vscode ext install works as following - hope that works for you also
extinstall

@isidorn
Copy link
Contributor Author

isidorn commented Jun 28, 2016

@bgse I think #8298 captures the issue you outlined quite well - please comment on the issue if there is something missing

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

No branches or pull requests

4 participants