12 lines
231 B
JSON
12 lines
231 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "command",
|
||
|
"name": "Command configuration",
|
||
|
"program": "poetry",
|
||
|
"args": ["run", "python", "main.py"],
|
||
|
},
|
||
|
|
||
|
|
||
|
]
|
||
|
}
|