vscode
This commit is contained in:
parent
58da9038ee
commit
51aabc98ae
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"python.pythonPath": "/usr/local/bin/python3",
|
||||
"python.pythonPath": "/usr/local/bin/python3",
|
||||
"python.linting.pylintEnabled": false
|
||||
}
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue