add support for sym lib tables

This commit is contained in:
2024-04-26 00:33:03 +02:00
parent 3a0e23f813
commit bbf4960d28
4 changed files with 51 additions and 45 deletions

2
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"type": "debugpy",
"request": "launch",
"program": "exporter.py",
"args": [".\\sym-lib-table", ".\\symbols.txt"],
"args": [".\\sym-lib-table", ".\\symbols.txt", "-e", ".\\envs.toml"],
"console": "integratedTerminal",
"justMyCode": false
}