ZFS Automatic Snapshot Daemon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
496 B

{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.rulers": [80],
"terminal.integrated.env.osx": {
"PYTHONPATH": "${workspaceFolder}/src",
"MYPYPATH": "${workspaceFolder}/src"
},
"python.linting.pylintArgs": [
"--init-hook", "import sys; sys.path.insert(0, '${workspaceFolder}/src')",
"-d", "invalid-name,useless-super-delegation,pointless-string-statement,exec-used,bad-whitespace,missing-final-newline"
],
"python.pythonPath": "/usr/local/bin/python"
}
}