2021-04-01 18:31:41 +00:00
|
|
|
{
|
|
|
|
"name": "TRA Analysis Development Environment",
|
|
|
|
"build": {
|
2021-04-02 21:35:05 +00:00
|
|
|
"dockerfile": "dev-dockerfile",
|
2021-04-01 18:31:41 +00:00
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"terminal.integrated.shell.linux": "/bin/bash",
|
2022-02-20 22:53:11 +00:00
|
|
|
"python.pythonPath": "/usr/local/bin/python",
|
2021-04-01 18:31:41 +00:00
|
|
|
"python.linting.enabled": true,
|
|
|
|
"python.linting.pylintEnabled": true,
|
2022-02-20 22:53:11 +00:00
|
|
|
"python.linting.pylintPath": "/usr/local/bin/pylint",
|
|
|
|
"python.testing.pytestPath": "/usr/local/bin/pytest",
|
2022-01-10 20:02:58 +00:00
|
|
|
"editor.tabSize": 4,
|
2022-01-10 15:23:43 +00:00
|
|
|
"editor.insertSpaces": false
|
2021-04-01 18:31:41 +00:00
|
|
|
},
|
|
|
|
"extensions": [
|
|
|
|
"mhutchie.git-graph",
|
|
|
|
"ms-python.python",
|
|
|
|
"waderyan.gitblame"
|
|
|
|
],
|
2022-02-04 08:38:03 +00:00
|
|
|
"postCreateCommand": ""
|
2021-04-02 21:35:05 +00:00
|
|
|
}
|