Manual python test

This commit is contained in:
Ben Jackson 2019-08-04 15:20:54 +01:00
commit dcc2c6c365
2 changed files with 17 additions and 3 deletions

View file

@ -0,0 +1,15 @@
{
"configurations": {
"run": {
"adapter": "vscode-python",
"configuration": {
"request": "launch",
"type": "python",
"cwd": "${workspaceRoot}",
"program": "${file}",
"stopOnEntry": true,
"console": "integratedTerminal"
}
}
}
}