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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Using the following code and a breakpoint at the location specified location
varscreenName='hello';setTimeout(function(){console.log('done');a(screenName);process.exit();},1000)functiona(screenName){console.log(screenName);// SET BREAKPOINT HERE}
hovering over screenName at this position should produce the string "hello", instead, no hover appears. Changing the name of the argument resolves the issue.
The text was updated successfully, but these errors were encountered:
mousetraps
changed the title
Hovering over variable
Hovering over argument with same name as outer variable produces nothing
Sep 27, 2016
Testing microsoft/vscode#12600
Using the following code and a breakpoint at the location specified location
hovering over screenName at this position should produce the string
"hello"
, instead, no hover appears. Changing the name of the argument resolves the issue.The text was updated successfully, but these errors were encountered: