Skip to content

Error while viewing contributions tab in extensions editor  #125606

@jeanp413

Description

@jeanp413
  • VS Code Version: stable and from sources

Steps to Reproduce:

  1. Look for an extension that contributes commands with shortcuts in the extension view (e.g. luna paint)
  2. Click on the Feature contributions tab
  3. 🐛 An error shows in dev tools
Error: Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!
    at DisposableStore.add (lifecycle.ts:177)
    at renderKeybinding (extensionEditor.ts:1286)
    at extensionEditor.ts:1302
    at Array.map (<anonymous>)
    at extensionEditor.ts:1302
    at Array.map (<anonymous>)
    at ExtensionEditor.renderCommands (extensionEditor.ts:1299)
    at extensionEditor.ts:787

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions