diff --git a/.vscode/launch.json b/.vscode/launch.json index df4c5dc..6a211d8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "debugpy", "request": "launch", "program": "${file}", - "console": "integratedTerminal", + "console": "integratedTerminal" } ] -} \ No newline at end of file +}