Update launch.json

This commit is contained in:
Elias Bachaalany 2023-12-19 08:16:32 -08:00
parent be57d22c0d
commit d22ba29c1b

8
.vscode/launch.json vendored
View file

@ -1,14 +1,6 @@
{ {
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{
"name": "idxtool-Update Logo",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/.scripts/idxtool.py",
"args": ["--update-logo", "logo.png"],
"console": "integratedTerminal"
},
{ {
"name": "idxtool-Rebuild TOC", "name": "idxtool-Rebuild TOC",
"type": "python", "type": "python",