diff --git a/.vscode/launch.json b/.vscode/launch.json index 2f7e9c9..4e74d71 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,14 +1,6 @@ { "version": "0.2.0", "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", "type": "python",