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

Extension should show up in the installed extensions list as soon as it's installed #67603

Closed
roblourens opened this issue Jan 31, 2019 · 2 comments
Assignees
Labels
extensions Issues concerning extensions feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@roblourens
Copy link
Member

#66931

  • Find extension, click to open its readme
  • Clear extension query
  • Click "Install" in the readme
  • The extension should show up in the enabled list immediately if it doesn't require a reload
@sandy081 sandy081 added feature-request Request for new features or functionality extensions Issues concerning extensions labels Jan 31, 2019
@sandy081 sandy081 added this to the February 2019 milestone Jan 31, 2019
@sandy081 sandy081 modified the milestones: February 2019, Backlog Feb 21, 2019
@sandy081
Copy link
Member

sandy081 commented Feb 21, 2019

Related to #68527

@sandy081
Copy link
Member

sandy081 commented Nov 12, 2020

Implemented auto refreshing only to add extensions to the view but not removing existing extensions. It means:

  • When an extension is installed, it is automatically added to the installed extensions view.
  • But when an extension is un-installed, it is not removed from the installed extensions view.

Removing extensions from the list automatically might be annoying, hence not supported.

To mitigate this added refresh button so that user can refresh and update the lis manually.

image

meganrogge pushed a commit that referenced this issue Nov 18, 2020
@RMacfarlane RMacfarlane added the verified Verification succeeded label Dec 2, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Dec 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
extensions Issues concerning extensions feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants
@roblourens @RMacfarlane @sandy081 and others