You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a node app, require lodash and assign to a variable named _ (e.g., var _ = require('lodash');
Set a breakpoint in code, type _ in the debug.console
Expect to see suggestions for lodash, instead see suggestions that contain an underscore:
The text was updated successfully, but these errors were encountered:
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
removed
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
labels
Aug 30, 2016
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: