mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-09 22:44:44 +00:00
Modernize VSCode extensions in dev env, set correct copyright assignment (#40)
* modernize extensions Signed-off-by: Dev Singh <dev@devksingh.com> * copyright assigment should be to titan scouting Signed-off-by: Dev Singh <dev@devksingh.com>
This commit is contained in:
parent
292f9faeef
commit
4b664acffb
@ -21,7 +21,8 @@
|
||||
},
|
||||
"extensions": [
|
||||
"mhutchie.git-graph",
|
||||
"donjayamanne.jupyter",
|
||||
"ms-python.python",
|
||||
"waderyan.gitblame"
|
||||
],
|
||||
"postCreateCommand": "pip install tra-analysis"
|
||||
"postCreateCommand": "apt install vim -y && pip install -r data-analysis/requirements.txt && pip install -r analysis-master/requirements.txt && pip install tra-analysis"
|
||||
}
|
Loading…
Reference in New Issue
Block a user