15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"configurations": {
|
|
"run": {
|
|
"adapter": "vscode-python",
|
|
"configuration": {
|
|
"request": "launch",
|
|
"type": "python",
|
|
"cwd": "${workspaceRoot}",
|
|
"program": "${file}",
|
|
"stopOnEntry": true,
|
|
"console": "integratedTerminal"
|
|
}
|
|
}
|
|
}
|
|
}
|