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

Test extensions status bar widget #4024

Closed
2 tasks done
joaomoreno opened this issue Mar 11, 2016 · 0 comments
Closed
2 tasks done

Test extensions status bar widget #4024

joaomoreno opened this issue Mar 11, 2016 · 0 comments

Comments

@joaomoreno
Copy link
Member

Related to #3540, #2835

Assignees

Description

The extensions status bar widget changed considerably.

image

  • Clicking it in its default state should open Quick Open with the text > Extensions: to display all extension related commands.
  • It should report extension errors on startup with a decoration on its icon.
    • You can trigger an extension error by causing a syntax error in its package.json, for instance.
    • Clicking the widget then should display the errors and make the decoration go away.
    • You can only click it once.
  • It should report extension updates with another decoration.
    • You can trigger this by editing an extension's package.json and rollback its version number as well as rename the folder in which it is installed (which contains the version).
    • Clicking the widget should display the outdated extensions.
    • This indicator never goes away while you have outdated extensions. It's a motivator to keep up to date.
    • The indicator should also update accordingly when installing/uninstalling extensions.
  • It should report when extensions are being installed.
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

2 participants