Files
kicad-symbol-exporter/.vscode/launch.json
2024-04-26 00:33:03 +02:00

17 lines
579 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
}
]
}