-
Notifications
You must be signed in to change notification settings - Fork 144
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
"variablePresentation" isn't hiding special and function variables #961
Comments
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 |
@fabioz Hi, I have the similar request. What means Hockey Team Script python launch? How can I find this setting. |
A "python launch" is a configuration used to launch (i.e., run) a Python script using the debugger in VS Code. These configurations are defined in a file named launch.json. You can read more about them here: https://code.visualstudio.com/docs/python/debugging In the screenshots shown above, I just happened to be using a Python launch configuration that I named "Hockey Team Script" because it described the script I was trying to debug, but each launch configuration can be named anything you want and the name is not relevant this thread. |
@JeremyDalby Thank you for your response, should my |
The image I posted on June 23, 2022 shows a working launch configuration, so yes, you could set yours like that, but I assume your script has nothing to do with a hockey team, so there will at least be some different values for the "name" and "program" values. As @fabioz explains above, " |
@JeremyDalby Thank you. |
The variablePresentation setting only seems to hide some of the special variables and function variables. Is there any way to hide all of them?
Originally posted by @JeremyDalby in #258 (comment)
The text was updated successfully, but these errors were encountered: