gitpod-io / openvscode-server

Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
https://www.gitpod.io/
MIT License
4.85k stars 422 forks source link

[Bug] Extension's status always is `installing` before reload the page #451

Closed zWingz closed 1 year ago

zWingz commented 1 year ago

Does this issue occur when all extensions are disabled?: Yes/No

Steps to Reproduce:

  1. install spring boot dashboard extension
  2. search the extension by @install
  3. reload the page after 30s or more ?
  4. the extension's status change to installed
  5. uninstall the extension
  6. install spring boot dashboard again

When install Spring boot dashboard, It will install the dependencies. But I have installed all the dependencies, It still in installing status.

image image

After reload the page, it change to installed

image

If uninstall the spring boot dashboard extension, It can't be installed again

image image
jeanp413 commented 1 year ago

@zWingz can you still reproduce, maybe it was related to open-vsx being down at that time.

zWingz commented 1 year ago
image image image

@jeanp413

jeanp413 commented 1 year ago

@zWingz I can reproduce it :+1: , created an issue upstream and a PR fixing it https://github.com/microsoft/vscode/issues/166196