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

Unexpected suggestion in debug console for variable named _ #11195

Closed
stevencl opened this issue Aug 30, 2016 · 1 comment
Closed

Unexpected suggestion in debug console for variable named _ #11195

stevencl opened this issue Aug 30, 2016 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues

Comments

@stevencl
Copy link
Member

  • VSCode Version: 1.5.0-insiders
  • OS Version: Windows 10

Steps to Reproduce:

  1. Create a node app, require lodash and assign to a variable named _ (e.g., var _ = require('lodash');
  2. Set a breakpoint in code, type _ in the debug.console
  3. Expect to see suggestions for lodash, instead see suggestions that contain an underscore:

image

@stevencl stevencl added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Aug 30, 2016
@stevencl
Copy link
Member Author

Found while testing #10997

@stevencl stevencl removed bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Aug 30, 2016
@isidorn isidorn assigned weinand and unassigned isidorn Aug 30, 2016
@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Aug 30, 2016
@weinand weinand added the bug Issue identified by VS Code Team member as probable bug label Apr 6, 2017
@github-actions github-actions bot locked and limited conversation to collaborators Dec 12, 2020
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

No branches or pull requests

3 participants