diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 3dffa95..c1b58b2 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ venv/ herrewebpy.egg-info/ -herrewebpy/__pycache__/ \ No newline at end of file +herrewebpy/__pycache__/ +*.pyc \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json old mode 100644 new mode 100755 index 9d37211..537821b --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,14 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + // Run current file + "name": "Python: Current File", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal" + }, { "name": "FF_FunctionExtractor", "type": "debugpy",