mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
finally fix redis
This commit is contained in:
@@ -14,10 +14,13 @@
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.pythonPath": "/usr/local/bin/python",
|
||||
"python.defaultInterpreterPath": "/usr/bin/python3",
|
||||
"python.linting.flake8Path": "/usr/local/py-utils/bin/flake8",
|
||||
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint",
|
||||
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8"
|
||||
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
|
||||
"python.analysis.extraPaths": [
|
||||
"/home/vscode/.local/lib/python3.9/site-packages"
|
||||
]
|
||||
},
|
||||
"extensions": [
|
||||
"donjayamanne.python-extension-pack",
|
||||
|
||||
Reference in New Issue
Block a user