microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.28k stars 288 forks source link

do not support variable view if were unsure how to retrieve the variable #16061

Closed amunger closed 1 week ago

amunger commented 1 week ago

If the debugger doesn't tell us how to get the variable (evaluateName), then DW won't know how to actually get that variable to open the Data viewer for it.

https://github.com/microsoft/vscode-data-wrangler/issues/285