diff --git a/.vscode/launch.json b/.vscode/launch.json index ee82fb7..31ac47d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,6 +11,14 @@ "program": "${file}", "console": "integratedTerminal", "args": [] + }, + { + "name": "Python: a1.py", + "type": "python", + "request": "launch", + "program": "a1.py", + "console": "integratedTerminal", + "args": [] } ] } \ No newline at end of file