I have suddenly started to get the variable values displayed as I step through VSCode, using the Python extension. I presume I must have pressed a key combo to turn it on, but any ideas how to turn it off please? I have looked through the key combo list, but cannot see anything obvious.
Thanks
I have suddenly started to get the variable values displayed as I step through VSCode, using the Python extension. I presume I must have pressed a key combo to turn it on, but any ideas how to turn it off please? I have looked through the key combo list, but cannot see anything obvious.
Thanks
Share Improve this question asked Feb 6 at 10:59 AlexisAlexis 351 silver badge4 bronze badges 11 | Show 6 more comments1 Answer
Reset to default 0Finally sorted it
"Debug: Inline Values" was set to Auto. Changed it to off and that cleared it.
I did try disabling showPythonInlineValues in the DebugPy and Notebook settings but that had no effect
.vscode
directory`), user and system. Have you checked all 3 configuration files? AFAIK, there is no other place where this could be stored in VS Code. – jabaa Commented Feb 6 at 11:27