Skip to content

Commit c350319

Browse files
committed
Update launch.json
1 parent 7180437 commit c350319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"configurations": [
77
{
88
"name": "dod3",
9-
"type": "python",
9+
"type": "debugpy",
1010
"request": "launch",
1111
"program": "${workspaceFolder}/main/dod3.py",
1212
"console": "integratedTerminal",
13-
"cwd":"${workspaceFolder}/main"
13+
"cwd":"${workspaceFolder}"
1414
}
1515
]
1616
}

0 commit comments

Comments
 (0)