mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
set up basicauth config to protect staging site
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
},
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.pythonPath": "/usr/local/bin/python"
|
||||
"python.pythonPath": "/usr/local/bin/python",
|
||||
"python.linting.pylintPath": "/usr/local/share/pip-global/bin/pylint"
|
||||
},
|
||||
"features": {
|
||||
"docker-from-docker": {
|
||||
@@ -22,7 +23,7 @@
|
||||
}
|
||||
},
|
||||
"extensions": [
|
||||
"ms-python.black-formatter",
|
||||
"ms-python.python", // "ms-python.black-formatter"
|
||||
"donjayamanne.python-extension-pack",
|
||||
"ms-azuretools.vscode-docker",
|
||||
"ms-python.vscode-pylance",
|
||||
|
||||
Reference in New Issue
Block a user