From d22ba29c1b407a220fcb5b7b6da7eef628a2c946 Mon Sep 17 00:00:00 2001 From: Elias Bachaalany Date: Tue, 19 Dec 2023 08:16:32 -0800 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 8 -------- 1 file changed, 8 deletions(-) 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",