vscode: Can not load installed extension and recommend extension

  • VSCode Version: Version: 1.50.1 Commit: d2e414d9e4239a252d1ab117bd7067f125afd80a Date: 2020-10-13T14:53:05.704Z (2 wks ago) Electron: 9.2.1 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Darwin x64 19.6.0
  • OS Version: 10.15.7

Steps to Reproduce: image

When I open extension window vscode can not load any installed extension and recommend extension, I’ve already installed some extension but I cannot see them in the list. This happen recently

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

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 22 (11 by maintainers)

Most upvoted comments

As a follow-up, see if you can get the following traces

  1. xcrun xctrace record --template 'System Trace' --output <some-path>/code_system.trace --launch /Applications/Visual\ Studio\ Code.app/
  2. Once the editor opens, click the extension tab and try to search for extensions
  3. Quit the app
  4. xcrun xctrace record --template 'File Activity' --output <some-path>/code_file.trace --launch /Applications/Visual\ Studio\ Code.app/
  5. Repeat steps 2) and 3)
  6. Attach the traces code_system.trace and code_file.trace either here or you can send them to Deepak.Mohan@microsoft.com since they contain sensitive data.