diff --git a/.gitignore b/.gitignore index b6e47617..5b6c8eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,4 @@ dmypy.json # Pyre type checker .pyre/ +temp.py diff --git a/.vscode/launch.json b/.vscode/launch.json index e01f1ce4..4a73309b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,13 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "name": "Python: Current File", + "type": "python", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal" + }, { "name": "Python: Test Script Load", "type": "python",