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 children of undefined #57357

Closed
isidorn opened this issue Aug 28, 2018 · 1 comment
Closed

Cannot read property children of undefined #57357

isidorn opened this issue Aug 28, 2018 · 1 comment
Assignees
Labels
settings-editor VS Code settings editor issues

Comments

@isidorn
Copy link
Contributor

isidorn commented Aug 28, 2018

Refs: #57304

Windows

File > preferences > settings

Note that I could only reproduce this twice and I can no longer repro. I hope the stack trace will help you figure out what was broken.

TypeError: Cannot read property 'children' of undefined
    at e.updateGroupCount (workbench.main.js:formatted:115298)
    at e.update (workbench.main.js:formatted:115293)
    at workbench.main.js:formatted:168085
    at n.Class.define.cancel.then (workbench.main.js:formatted:8110)
    at t.renderTree (workbench.main.js:formatted:168084)
    at t.updateElementsByKey (workbench.main.js:formatted:168055)
    at t.onConfigUpdate (workbench.main.js:formatted:168020)
    at workbench.main.js:formatted:167583
    at e.fire (workbench.main.js:formatted:9029)
    at t.triggerConfigurationChange (workbench.main.js:formatted:172092)
    at t.onUserConfigurationChanged (workbench.main.js:formatted:171987)
    at workbench.main.js:formatted:171624
    at e.fire (workbench.main.js:formatted:9029)
    at workbench.main.js:formatted:66091
    at e.fire (workbench.main.js:formatted:9029)
    at workbench.main.js:formatted:15373
    at workbench.main.js:formatted:15320
    at C:\Program Files\Microsoft VS Code Insiders\resources\app\node_modules.asar\graceful-fs\graceful-fs.js:78
    at FSReqWrap.readFileAfterClose [as oncomplete] (original-fs.js:511)

screen shot 2018-08-28 at 11 34 57

@isidorn isidorn added the bug Issue identified by VS Code Team member as probable bug label Aug 28, 2018
@roblourens roblourens added the settings-editor VS Code settings editor issues label Aug 28, 2018
@roblourens
Copy link
Member

I've changed a lot of stuff and haven't seen this, let me know if it pops up again.

@roblourens roblourens removed the bug Issue identified by VS Code Team member as probable bug label Aug 30, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
settings-editor VS Code settings editor issues
Projects
None yet
Development

No branches or pull requests

2 participants