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
Node2 debug adapter now supports sends scope locations which are used to improve the hover experience - more details. Have a node workspace for debugging, set the type in 'launch.json' to node2 and verify:
debug hover works as expected
when having multiple variables with the same name across different scopes the hover still shows the correct variable value
The text was updated successfully, but these errors were encountered:
Complexity: 3
Node2 debug adapter now supports sends scope locations which are used to improve the hover experience - more details. Have a node workspace for debugging, set the
type
in'launch.json'
tonode2
and verify:The text was updated successfully, but these errors were encountered: