diff --git a/.vscode/launch.json b/.vscode/launch.json index 716cda6..93aad11 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -38,6 +38,15 @@ "console": "integratedTerminal", "justMyCode": false }, + { + "name": "Run App (DEBUG+GQL)", + "type": "python", + "request": "launch", + "program": "main.py", + "args": ["-vvv", "--debug-gql"], + "console": "integratedTerminal", + "justMyCode": false + }, { "name": "Debug GUI", "type": "python",