-
Notifications
You must be signed in to change notification settings - Fork 143
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
Too much variable in the python console of VSCODE #258
Comments
There's a setting for this:
If you pass:
in the launch configuration, it should behave the same way it did previously. The keys accepted are: p.s.: this was actually done due to the following requests (microsoft/ptvsd#763, microsoft/ptvsd#1621). @karthiknadig I don't think there's anything to do in the backend in this case, still, I'm leaving it open for you to decide whether something should still be done in the client/docs. |
/cc @rchiodo Let me know of we should transfer this back to extension. Or do we need any additional features here. |
/cc @greazer |
If you expand those groups, what are the variables under them? Or does it just show the empty group? |
The problem in the example is that:
needs to be added inside the Maybe the idea was using it as a template? (if that's the case, this is already reported at: microsoft/vscode-python-debugger#165). Note that |
Bug: Notebook Editor, Interactive Window, Editor cells
Steps to cause the bug to occur
Actual behavior
New version both 2020.5.80290 & 2020.5.78807
Expected behavior
Old version 2020.4.76186
Your Jupyter and/or Python environment
Please provide as much info as you readily know
Developer Tools Console Output
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
The text was updated successfully, but these errors were encountered: