vscode: Extension tab doesn't work

  • VSCode Version: 1.40.2 (also tested with 1.41.0-insider 2019-12-06)
  • OS Version: Ubuntu 18.04

Steps to Reproduce:

  1. Open VSCode
  2. Open the extensions tab
  3. The extensions tab seems to be endlessly loading, without any result appearing on screen, whether it be installed extensions or searched extensions.

image

image

Note that extensions work. What doesn’t work is the extensions tab. I cannot install/uninstall/search for extensions but extensions I had installed previously do work. Example: Gitlens works: it displays informations of the last commit affecting the current line:

image

I tried installing an extension with the appropriate command (ext install hoovercj.vscode-power-mode) but it also doesn’t work: image

Does this issue occur when all extensions are disabled?:

Yes

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 32 (15 by maintainers)

Most upvoted comments

Does it work if you comment out the imwheel line?

@PierreTurnbull Can you please try starting vscode on a different user data directory? You can do this by launching VS Code from Command line with --user-data-dir arg. code --user-data-dir <path>