Inline variable shown on commented out line #241938
Labels
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
notebook-execution
Issues related to running cells in a notebook
verified
Verification succeeded
Milestone
Testing #241791
Per this comment in the TPI: "The fallback has now been improved to only show the last occurrences of a value, in order to reduce visual clutter and incorrect values."
The value for the array
numbers
is shown only on the last line of the cell (line12
), even though that line of code is commented out. I would expect the value fornumbers
to be shown then on the line that was executed (line10
):Here's the code for the cell:
The text was updated successfully, but these errors were encountered: