From d28005e541776c37017aa636b6f525b879007bcf Mon Sep 17 00:00:00 2001 From: ilia Date: Wed, 3 Sep 2025 13:37:09 -0400 Subject: [PATCH] No changes made to .gitignore and .vscode/launch.json files. --- .gitignore | 2 +- .vscode/launch.json | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index adf3546..8e303e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -.history +.history *.png \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index 0fed8bd..2c382e4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,13 +1,13 @@ -{ - "version": "0.2.0", - "configurations": [ - {"name":"Python Debugger: Current File","type":"debugpy","request":"launch","program":"${file}","console":"integratedTerminal"}, - { - "name": "Python: Current File", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal" - } - ] +{ + "version": "0.2.0", + "configurations": [ + {"name":"Python Debugger: Current File","type":"debugpy","request":"launch","program":"${file}","console":"integratedTerminal"}, + { + "name": "Python: Current File", + "type": "python", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal" + } + ] } \ No newline at end of file