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

Uncaught TypeError: Cannot read property 'heightInLines' of null #22607

Closed
vscodeerrors opened this issue Mar 14, 2017 · 2 comments
Closed

Uncaught TypeError: Cannot read property 'heightInLines' of null #22607

vscodeerrors opened this issue Mar 14, 2017 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues

Comments

@vscodeerrors
Copy link

Issue Id: c910cd0e-ab04-ad8b-82df-8f5e12542fad

Versions
- 1.10.2
Stack
TypeError: Cannot read property 'heightInLines' of null
/vs/editor/contrib/zoneWidget/browser/zoneWidget.ts#L330:21 (heightInLines)
/vs/workbench/parts/debug/browser/exceptionWidget.ts#L53:7 (_relayout)
/vs/workbench/parts/debug/browser/exceptionWidget.ts#L25:69 (_doLayout)
/vs/base/common/async.ts#L635:8 (runner)

@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Mar 14, 2017
@isidorn
Copy link
Contributor

isidorn commented Mar 14, 2017

Giving this to @michelkaporin looks like there is a null exception which we should fix

@isidorn isidorn added the bug Issue identified by VS Code Team member as probable bug label Mar 14, 2017
@isidorn isidorn removed their assignment Mar 14, 2017
@michelkaporin
Copy link
Contributor

michelkaporin commented Mar 24, 2017

The issue started happening again, when navigating between the exception-thrown file and file with no exception on the call stack (due to #22078 refactoring), thus reopening the issue.

@michelkaporin michelkaporin reopened this Mar 24, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
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 debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants