-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdata-viewerinfo-neededIssue requires more information from posterIssue requires more information from poster
Description
Testing #10184
- Add a cell:
# %%
a = dict()
b = [("a", "one"), ("b", "two"), ("c", "three")]
c = {k: v for (k, v) in b}
print(c)
- Debug the cell
- Open the variables view and notice that an icon appeared next to the variable name ("Show variable in data viewer")
- Click on the icon for one of the variables, note that the Data Viewer window that opened is empty:
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdata-viewerinfo-neededIssue requires more information from posterIssue requires more information from poster