From 51aabc98aed80fd037bc107cdfdc11a404f713b5 Mon Sep 17 00:00:00 2001 From: huangcaiyan Date: Thu, 30 Nov 2017 14:58:17 +0800 Subject: [PATCH] vscode --- .vscode/settings.json | 2 +- .vscode/tasks.json | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .vscode/tasks.json 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