File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 350350 "stopOnEntry" : true ,
351351 "pythonPath" : " $${{config.python.pythonPath}}" ,
352352 "program" : " $${{file}}" ,
353- "cwd" : " null" ,
353+ "cwd" : null ,
354354 "console" : " integratedTerminal" ,
355355 "env" : null ,
356356 "envFile" : " $${{workspaceRoot}}/.env" ,
370370 "stopOnEntry" : true ,
371371 "pythonPath" : " $${{config.python.pythonPath}}" ,
372372 "program" : " ${{file}}" ,
373- "cwd" : " null" ,
373+ "cwd" : null ,
374374 "console" : " externalTerminal" ,
375375 "env" : null ,
376376 "envFile" : " $${{workspaceRoot}}/.env" ,
707707 "stopOnEntry" : true ,
708708 "pythonPath" : " ${config.python.pythonPath}" ,
709709 "program" : " ${file}" ,
710- "cwd" : " null" ,
710+ "cwd" : null ,
711711 "console" : " integratedTerminal" ,
712712 "env" : null ,
713713 "envFile" : " ${workspaceRoot}/.env" ,
723723 "stopOnEntry" : true ,
724724 "pythonPath" : " ${config.python.pythonPath}" ,
725725 "program" : " ${file}" ,
726- "cwd" : " null" ,
726+ "cwd" : null ,
727727 "console" : " externalTerminal" ,
728728 "env" : null ,
729729 "envFile" : " ${workspaceRoot}/.env" ,
You can’t perform that action at this time.
0 commit comments