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

Install-upgrade extension action is not user friendly and user can trigger same action multiple time #4095

Closed
v-pavanp opened this issue Mar 13, 2016 · 1 comment
Assignees
Labels
verified Verification succeeded
Milestone

Comments

@v-pavanp
Copy link

OS: WIndows10
App Version:

Steps:

  1. Launch an app and open ASP .net 5 C# project.
  2. Update correct settings for the targeted runtime and SDK in project.json and global.json file.
  3. Open any c# file and verify status bar for extension or run command >DNX run and verify status bar for extension.
  4. Click on extension info icon in the status bar to get missing extension, it will launch a command palette to install extension.
    statusbarextensioninfo
  5. Install extension from command palette and wait for the completion.
  6. Click again on the icon to upgrade extension and click on update icon from command palette.
  7. Verify status bar and wait for completion.

Actual:

  1. There is no pop-up about the extension installation\upgrade progress.
  2. If user perform multiple action to upgrade same extension then upgrade progress is showing up forever in the status bar.
  3. It is showing the status of 'n' installation in status bar. Where 'n' is the number of times user performed upgrade action for same extension.
    extension-upgrade

Expected:

  1. Update icon should be disabled when installation is running in background.
    update-icon-enabledallthetime
  2. User should not be able to trigger same action before completion of previous action.
  3. User should get proper notification if he is performing same action. Like:
    a. Installation is in progress
    b. There is no update for this extension. or You have the latest version of extension already installed.
@joaomoreno joaomoreno changed the title [V-test][Extension] Install-upgrade extension action is not user friendly and user can trigger same action multiple time. Install-upgrade extension action is not user friendly and user can trigger same action multiple time Mar 14, 2016
@joaomoreno joaomoreno added this to the April 2016 milestone Mar 14, 2016
@joaomoreno joaomoreno modified the milestones: Backlog, April 2016 Apr 27, 2016
@joaomoreno
Copy link
Member

Fixed since #637

@joaomoreno joaomoreno assigned isidorn and unassigned joaomoreno Jul 6, 2016
@isidorn isidorn added the verified Verification succeeded label Jul 6, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants