2023-06-11 01:14:53 +02: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": [
|
2023-06-18 02:03:26 +02:00
|
|
|
{
|
|
|
|
"name": "Python: Current File",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${file}",
|
|
|
|
"console": "integratedTerminal",
|
|
|
|
"justMyCode": false
|
|
|
|
},
|
2023-06-11 01:14:53 +02:00
|
|
|
{
|
|
|
|
"name": "Python: Generate Docs",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"cwd": "${workspaceFolder}/doc",
|
2023-07-25 02:40:28 +02:00
|
|
|
"module": "hexdoc",
|
2023-06-11 01:14:53 +02:00
|
|
|
"args": [
|
2023-06-20 06:42:49 +02:00
|
|
|
"properties.toml",
|
2023-06-11 01:14:53 +02:00
|
|
|
],
|
|
|
|
"console": "integratedTerminal",
|
|
|
|
"justMyCode": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|