dj-embe/.vscode/launch.json

17 lines
459 B
JSON
Raw Permalink Normal View History

2023-04-23 15:38:19 +00:00
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
2023-05-19 20:41:29 +00:00
"program": "${workspaceFolder}/dj-embe",
2023-04-23 15:38:19 +00:00
"console": "integratedTerminal",
"justMyCode": true
}
]
}