1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 15:02:59 +00:00
fftcgtool/.vscode/launch.json

20 lines
568 B
JSON
Raw Permalink Normal View History

2022-08-15 14:51:24 +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": "Run fftcgtool",
"type": "python",
"request": "launch",
"module": "fftcgtool.scripts.fftcgtool",
"justMyCode": true,
"args": [
"-vv",
"opuses",
"1"
]
}
]
}