Skip to content

Commit 2e1f76d

Browse files
committed
fix part one of #586 (changed defaults)
1 parent 678e88c commit 2e1f76d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
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",
@@ -370,7 +370,7 @@
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",
@@ -707,7 +707,7 @@
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",
@@ -723,7 +723,7 @@
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",

0 commit comments

Comments
 (0)