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 Another Version is not working for Dart extension #3681

Closed
osaxma opened this issue Nov 21, 2021 · 1 comment
Closed

Install Another Version is not working for Dart extension #3681

osaxma opened this issue Nov 21, 2021 · 1 comment
Labels
upstream in vs code / lsp / dap Needs changing in VS Code, LSP or DAP protocols/libraries

Comments

@osaxma
Copy link

osaxma commented Nov 21, 2021

Describe the bug
When I click Install Another Version on Dart extension from VS code, the previous versions do not load (loading indicator does not stop):

Screen Shot 2021-11-21 at 9 44 55 PM

I'm filing here because this is only happening with Dart extension, all the other extensions show previous versions instantly.

To Reproduce

  1. Go to Extension tabs
  2. Click on gear icon of Dart extension.
  3. Click Install Another Version option.

Expected behavior
A drop down menu of previous versions should show up.

Versions (please complete the following information):

  • VS Code version: 1.62.3
  • Dart extension version: v3.28.0
  • Dart/Flutter SDK version: Flutter 2.5.3 with Dart 2.14.4
  • OS: Darwin x64 20.6.0
@osaxma osaxma added the is bug label Nov 21, 2021
@DanTup
Copy link
Member

DanTup commented Nov 22, 2021

Thanks for the report! I've seen this too, and unfortunately it's a VS Code issue and needs fixing there - it's apparently caused by ownership changes (so only affects some extensions):

microsoft/vsmarketplace#226

This PR might help things by checking versions in parallel:

microsoft/vscode#136992

@DanTup DanTup added upstream in vs code / lsp / dap Needs changing in VS Code, LSP or DAP protocols/libraries and removed is bug labels Nov 22, 2021
@DanTup DanTup closed this as completed Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream in vs code / lsp / dap Needs changing in VS Code, LSP or DAP protocols/libraries
Projects
None yet
Development

No branches or pull requests

2 participants