added support for footprint libs

This commit is contained in:
2024-05-01 21:38:46 +02:00
parent bbf4960d28
commit 4dcf865355
3 changed files with 27 additions and 5 deletions

9
.vscode/launch.json vendored
View File

@@ -12,6 +12,15 @@
"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
}
]
}