2020-04-05 19:04:07 +00:00
|
|
|
{
|
|
|
|
"name": "TRA Analysis Development Environment",
|
|
|
|
"build": {
|
2020-04-05 19:53:01 +00:00
|
|
|
"dockerfile": "Dockerfile",
|
2020-04-05 19:04:07 +00:00
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"terminal.integrated.shell.linux": "/bin/bash",
|
|
|
|
"python.pythonPath": "/usr/local/bin/python",
|
|
|
|
"python.linting.enabled": true,
|
|
|
|
"python.linting.pylintEnabled": true,
|
|
|
|
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
|
|
|
|
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
|
|
|
|
"python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf",
|
|
|
|
"python.linting.banditPath": "/usr/local/py-utils/bin/bandit",
|
|
|
|
"python.linting.flake8Path": "/usr/local/py-utils/bin/flake8",
|
|
|
|
"python.linting.mypyPath": "/usr/local/py-utils/bin/mypy",
|
|
|
|
"python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle",
|
|
|
|
"python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle",
|
|
|
|
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint",
|
|
|
|
"python.testing.pytestPath": "/usr/local/py-utils/bin/pytest"
|
|
|
|
},
|
2020-04-05 21:36:12 +00:00
|
|
|
"extensions": [
|
|
|
|
"mhutchie.git-graph",
|
2020-04-29 05:34:16 +00:00
|
|
|
"donjayamanne.jupyter",
|
2020-04-05 21:36:12 +00:00
|
|
|
],
|
2020-06-10 18:25:41 +00:00
|
|
|
"postCreateCommand": "pip install -r analysis-master/requirements.txt && pip install -r data-analysis/requirements.txt && pip install analysis-master/dist/latest.whl"
|
2020-04-05 19:04:07 +00:00
|
|
|
}
|