Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data viewer window launched from the variables view is empty #10200

Closed
kimadeline opened this issue May 31, 2022 · 7 comments
Closed

Data viewer window launched from the variables view is empty #10200

kimadeline opened this issue May 31, 2022 · 7 comments
Labels
bug Issue identified by VS Code Team member as probable bug data-viewer info-needed Issue requires more information from poster

Comments

@kimadeline
Copy link
Contributor

Testing #10184

  1. Add a cell:
# %%
a = dict()
b = [("a", "one"), ("b", "two"), ("c", "three")]
c = {k: v for (k, v) in b}
print(c)
  1. Debug the cell
  2. Open the variables view and notice that an icon appeared next to the variable name ("Show variable in data viewer")
  3. Click on the icon for one of the variables, note that the Data Viewer window that opened is empty:

image

@kimadeline kimadeline changed the title Data viewer window launched from the variable view is empty Data viewer window launched from the variables view is empty May 31, 2022
@github-actions github-actions bot added the triage-needed Issue needs to be triaged label May 31, 2022
@linette-zyy
Copy link

Build of Visual Studio Code - Insiders: 1.68.0-insider(user setup)
Build of python-insider: v2022.7.11401005
Build of jupyter-insider: v2022.5.1001451024
Build of pylance-insider: v2022.5.2
Build of jupyter Notebook Renderers: v1.0.6
Build of jupyter Keymap: v1.0.0

This issue also can reproduce on my environment.
image

@greazer greazer added bug Issue identified by VS Code Team member as probable bug and removed triage-needed Issue needs to be triaged labels Jun 2, 2022
@greazer greazer added this to the May 2022 milestone Jun 2, 2022
@greazer
Copy link
Member

greazer commented Jun 2, 2022

For web in May we're removing the button as this support is not ready for web yet.

@greazer
Copy link
Member

greazer commented Jun 8, 2022

@sadasant, looks like the complaint here is in the desktop versions, not web. But I've marked it as vscode-web anyway. Need to make sure this works in web and desktop for June.

@olguzzar
Copy link

olguzzar commented Jul 8, 2022

I experienced this same issue in desktop VS Code when opening a list's data viewer from the variable explorer. Video recording here: https://msit.microsoftstream.com/video/ae7b0840-98dc-bd6c-7484-f1ecfee3c9d9?st=590

Version: 1.69.0 (user setup)
Commit: 92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9
Date: 2022-07-07T05:28:36.503Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Windows_NT x64 10.0.22000

@sadasant
Copy link
Contributor

Thank you, @olguzzar ! I'll follow up this month.

@sadasant sadasant removed their assignment Jul 27, 2022
@amunger amunger modified the milestones: July 2022, August 2022 Jul 29, 2022
@IanMatthewHuff IanMatthewHuff removed this from the August 2022 milestone Aug 23, 2022
@IanMatthewHuff IanMatthewHuff removed their assignment Nov 10, 2022
@DonJayamanne
Copy link
Contributor

DonJayamanne commented Dec 7, 2022

Unable to repro this issue.
@olguzzar @joyceerhl @linette-zyy are you still running into this issue?

@DonJayamanne DonJayamanne added the info-needed Issue requires more information from poster label Dec 7, 2022
@DonJayamanne
Copy link
Contributor

Closing this issue as its been over 4 weeks, since the information was requested.
We'll be happy to reopen the issue when the requested information has been provided.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug data-viewer info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

12 participants