Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property 'iconUrl' of undefined when showing running extensions #39715

Closed
rebornix opened this issue Dec 5, 2017 · 3 comments
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@rebornix
Copy link
Member

rebornix commented Dec 5, 2017

Re #39568

  • Install extension EditorConfig
  • Reload Window
  • Show Running Extension
  • Open Developer Tools
TypeError: Cannot read property 'iconUrl' of undefined
    at Object.renderElement (runtimeExtensionsEditor.ts:304)
    at e.renderElement (listWidget.ts:635)
    at e.insertItemInDOM (listView.ts:295)
    at e._splice (listView.ts:196)
    at e.splice (listView.ts:139)
    at e.splice (listWidget.ts:34)
    at listWidget.ts:760
    at e.bufferEvents (event.ts:359)
    at n.e.splice (listWidget.ts:760)
    at i._updateExtensions (runtimeExtensionsEditor.ts:141)

I can always see the error on both Linux and macOS, however on Linux, I see an empty entry of running extension

image

@rebornix
Copy link
Member Author

rebornix commented Dec 5, 2017

Besides, when this happens, I can no longer scroll the page, no matter how long the list is.

@rebornix rebornix added the bug Issue identified by VS Code Team member as probable bug label Dec 5, 2017
@isidorn isidorn removed their assignment Dec 5, 2017
@ramya-rao-a
Copy link
Contributor

Same for the Go extension

@isidorn
Copy link
Contributor

isidorn commented Dec 7, 2017

I can also look into this one, assigning to November

@isidorn isidorn assigned isidorn and alexdima and unassigned alexdima Dec 7, 2017
@isidorn isidorn added this to the November 2017 milestone Dec 7, 2017
@alexdima alexdima removed their assignment Dec 8, 2017
@isidorn isidorn closed this as completed in 12fb325 Dec 8, 2017
@alexdima alexdima added the verified Verification succeeded label Dec 8, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants