diff --git a/.vscode/settings.json b/.vscode/settings.json index 4cdd2cf..fb3960e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { - "python.pythonPath": "/usr/local/bin/python3", + "python.pythonPath": "/usr/local/bin/python3", "python.linting.pylintEnabled": false } \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..4aba709 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,20 @@ +{ + "version": "0.1.0", + "command": "/usr/local/bin/python3", + "isShellCommand": true, + "osx": { + "args": [ + // "chrome", + "/usr/local/bin/chromedriver" + ] + // , + // "args2": [ + // "Firfox", + // "/usr/local/bin/geckodriver" + // ] + }, + "args": [ + "${file}" + ], + "showOutput": "always" +} \ No newline at end of file