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:
- Open VSCode
- Open the extensions tab
- The extensions tab seems to be endlessly loading, without any result appearing on screen, whether it be installed extensions or searched extensions.
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:
I tried installing an extension with the appropriate command (ext install hoovercj.vscode-power-mode
) but it also doesn’t work:
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)
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>