mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
20 lines
568 B
JSON
20 lines
568 B
JSON
|
{
|
||
|
// 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"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|