mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
eliminate devcontainer commented line
This commit is contained in:
@@ -13,12 +13,11 @@
|
||||
},
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.pythonPath": "/usr/local/bin/python",
|
||||
"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.linting.pylintPath": "/usr/local/share/pip-global/bin/pylint"
|
||||
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8"
|
||||
},
|
||||
"extensions": [
|
||||
"donjayamanne.python-extension-pack",
|
||||
@@ -36,4 +35,4 @@
|
||||
],
|
||||
"postCreateCommand": "chmod u+x devcontainer-admin/scripts/notify-admin-entrypoint.sh && ./devcontainer-admin/scripts/notify-admin-entrypoint.sh",
|
||||
"remoteUser": "vscode"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user