Files
intern2020/.theia/launch.json
2021-01-01 20:39:15 +00:00

17 lines
354 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
"version": "0.2.0",
"configurations": [
{
"name": "Python: Flask",
"type": "python",
"request": "launch",
"program": "test2.py",
"console": "integratedTerminal",
"args": [
]//,"django": true
}
]
}