This commit is contained in:
huangcaiyan 2017-11-30 14:58:17 +08:00
parent 58da9038ee
commit 51aabc98ae
2 changed files with 21 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"python.pythonPath": "/usr/local/bin/python3",
"python.pythonPath": "/usr/local/bin/python3",
"python.linting.pylintEnabled": false
}

20
.vscode/tasks.json vendored Normal file
View File

@ -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"
}