mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
c9dd09f5e9
Former-commit-id: 7d113b378854316c3af5e5c58f589c5c062040b4
22 lines
586 B
JSON
22 lines
586 B
JSON
{
|
|
"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": ""
|
|
} |