26 lines
902 B
JSON
26 lines
902 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": "exporter sym-lib",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "exporter.py",
|
|
"args": [".\\sym-lib-table", ".\\symbols.txt", "-e", ".\\envs.toml"],
|
|
"console": "integratedTerminal",
|
|
"justMyCode": false
|
|
},
|
|
{
|
|
"name": "exporter fp-lib",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "exporter.py",
|
|
"args": [".\\fp-lib-table", ".\\footprints.txt", "-e", ".\\envs.toml"],
|
|
"console": "integratedTerminal",
|
|
"justMyCode": false
|
|
}
|
|
]
|
|
} |