Skip to content

Commit dac51bc

Browse files
committed
debugging flag
1 parent 83694d2 commit dac51bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
],
55
"python.testing.pytestEnabled": true,
66
"editor.formatOnSave": true,
7-
"python.testing.unittestEnabled": false
8-
}
7+
"python.testing.unittestEnabled": false,
8+
"debugpy.debugJustMyCode": false,
9+
}

0 commit comments

Comments
 (0)