Skip to content

Commit

Permalink
Add vscode settings.
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <votdev@gmx.de>
  • Loading branch information
votdev committed Jun 6, 2019
1 parent 96bab82 commit 8aa3ea6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PYTHONPATH=./deb/openmediavault/usr/lib/python3/dist-packages/:${PYTHONPATH}
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"files.associations": {
"*.inc": "php"
},
"python.formatting.provider": "black",
"python.linting.pylintEnabled": true,
"python.linting.pylintArgs": [
"--rcfile",
"${workspaceFolder}/.pylintrc"
]
}

0 comments on commit 8aa3ea6

Please sign in to comment.