mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-09 22:44:44 +00:00
f74b3ccd86
move requirements.txt to .devcontainer/
22 lines
525 B
JSON
22 lines
525 B
JSON
{
|
|
"name": "TRA Analysis Development Environment",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
},
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/bash",
|
|
"python.pythonPath": "",
|
|
"python.linting.enabled": true,
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.pylintPath": "",
|
|
"python.testing.pytestPath": "",
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": false
|
|
},
|
|
"extensions": [
|
|
"mhutchie.git-graph",
|
|
"ms-python.python",
|
|
"waderyan.gitblame"
|
|
],
|
|
"postCreateCommand": ""
|
|
} |