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 'length' of undefined #5487

Closed
vscodeerrors opened this issue Apr 19, 2016 · 1 comment
Closed

Uncaught TypeError: Cannot read property 'length' of undefined #5487

vscodeerrors opened this issue Apr 19, 2016 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug error-telemetry VS Code - Issues generated by telemetry verified Verification succeeded
Milestone

Comments

@vscodeerrors
Copy link

Issue Id: 43418210-210f-1bd4-eacf-2de69959e569

Versions
- 1.0.0-insider
- fa6d0f0
- 6756749
Stack
TypeError: Cannot read property 'length' of undefined
[/vs/base/common/filters.ts#L64:24 (length)](https://github.com/microsoft/vscode/blob/c1d66b6e47c9da4c768ce7f216da14e7e4ac06ff/src/vs/base/common/filters.ts#L64:24 %28length%29)
[/vs/base/common/filters.ts#L61:101 (_matchesPrefix)](https://github.com/microsoft/vscode/blob/c1d66b6e47c9da4c768ce7f216da14e7e4ac06ff/src/vs/base/common/filters.ts#L61:101 %28_matchesPrefix%29)
[/vs/base/common/filters.ts#L30:25 (word)](https://github.com/microsoft/vscode/blob/c1d66b6e47c9da4c768ce7f216da14e7e4ac06ff/src/vs/base/common/filters.ts#L30:25 %28word%29)
[/vs/base/common/filters.ts#L272:90 (fuzzyContiguousFilter)](https://github.com/microsoft/vscode/blob/c1d66b6e47c9da4c768ce7f216da14e7e4ac06ff/src/vs/base/common/filters.ts#L272:90 %28fuzzyContiguousFilter%29)
[/vs/workbench/browser/parts/quickopen/quickOpenController.ts#L410:20 (matchesFuzzy)](https://github.com/microsoft/vscode/blob/c1d66b6e47c9da4c768ce7f216da14e7e4ac06ff/src/vs/workbench/browser/parts/quickopen/quickOpenController.ts#L410:20 %28matchesFuzzy%29)
at Array.forEach (native)
[/vs/workbench/browser/parts/quickopen/quickOpenController.ts#L407:15 (forEach)](https://github.com/microsoft/vscode/blob/c1d66b6e47c9da4c768ce7f216da14e7e4ac06ff/src/vs/workbench/browser/parts/quickopen/quickOpenController.ts#L407:15 %28forEach%29)
[/vs/base/parts/quickopen/browser/quickOpenWidget.ts#L308:17 (onType)](https://github.com/microsoft/vscode/blob/c1d66b6e47c9da4c768ce7f216da14e7e4ac06ff/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts#L308:17 %28onType%29)
[/vs/base/parts/quickopen/browser/quickOpenWidget.ts#L175:10 (onType)](https://github.com/microsoft/vscode/blob/c1d66b6e47c9da4c768ce7f216da14e7e4ac06ff/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts#L175:10 %28onType%29)
[/vs/base/browser/dom.ts#L196:3 (handler)](https://github.com/microsoft/vscode/blob/c1d66b6e47c9da4c768ce7f216da14e7e4ac06ff/src/vs/base/browser/dom.ts#L196:3 %28handler%29)

@vscodeerrors vscodeerrors added the error-telemetry VS Code - Issues generated by telemetry label Apr 19, 2016
@dbaeumer dbaeumer added the bug Issue identified by VS Code Team member as probable bug label Apr 19, 2016
@dbaeumer
Copy link
Member

@bpasero starting with you since this might come from the quick open controller.

@bpasero bpasero added this to the April 2016 milestone Apr 28, 2016
@bpasero bpasero assigned dbaeumer and unassigned bpasero Apr 28, 2016
@aeschli aeschli added the verified Verification succeeded label Apr 29, 2016
@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 error-telemetry VS Code - Issues generated by telemetry verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants