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
stevencl opened this issue
Aug 30, 2016
· 3 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
Create a simple node app that uses lodash but do not install lodash
Run the app in the debugger
Get an error as the lodash module cannot be found.
Inspect the err object in the console. Expect to see intellisense for every member of err but only see one suggestion:
Note in the image above how I have previously typed err.message in the window but message is not offered as one of the suggestions when I type err.
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
Steps to Reproduce:
Note in the image above how I have previously typed err.message in the window but message is not offered as one of the suggestions when I type err.
The text was updated successfully, but these errors were encountered: