mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-12-30 19:39:09 +00:00
3c6e3ac58e
readded dev docker files Former-commit-id: 3fa4ef57e5e9542ce245ab0ef9b8320e21c9507c
22 lines
586 B
Plaintext
22 lines
586 B
Plaintext
{
|
|
"name": "TRA Analysis Development Environment",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/bash",
|
|
"python.pythonPath": "/usr/local/bin/python",
|
|
"python.linting.enabled": true,
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.pylintPath": "/usr/local/bin/pylint",
|
|
"python.testing.pytestPath": "/usr/local/bin/pytest",
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": false
|
|
},
|
|
"extensions": [
|
|
"mhutchie.git-graph",
|
|
"ms-python.python",
|
|
"waderyan.gitblame"
|
|
],
|
|
"postCreateCommand": ""
|
|
} |