mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
modify pythonpath in devcontainer config
This commit is contained in:
@@ -13,8 +13,11 @@
|
|||||||
},
|
},
|
||||||
"python.linting.enabled": true,
|
"python.linting.enabled": true,
|
||||||
"python.linting.pylintEnabled": true,
|
"python.linting.pylintEnabled": true,
|
||||||
"python.pythonPath": "/usr/local/bin/python",
|
"python.defaultInterpreterPath": "/usr/bin/python3",
|
||||||
"python.linting.pylintPath": "/usr/local/share/pip-global/bin/pylint"
|
"python.linting.pylintPath": "/usr/local/share/pip-global/bin/pylint",
|
||||||
|
"python.analysis.extraPaths": [
|
||||||
|
"/home/vscode/.local/lib/python3.9/site-packages"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"docker-from-docker": {
|
"docker-from-docker": {
|
||||||
|
|||||||
Reference in New Issue
Block a user