8 lines
202 B
JSON
8 lines
202 B
JSON
{
|
|
"debug.autoExpandLazyVariables": "off",
|
|
"debug.inlineValues": "off",
|
|
"debugpy.debugJustMyCode": true,
|
|
"debugpy.showPythonInlineValues": false,
|
|
"python.terminal.useEnvFile": true
|
|
}
|