mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54: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": [
|
"extensions": [
|
||||||
"mhutchie.git-graph",
|
"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"
|
||||||
}
|
}
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
BSD 3-Clause License
|
BSD 3-Clause License
|
||||||
|
|
||||||
Copyright (c) 2020, Titan Robotics FRC 2022
|
Copyright (c) 2020, Titan Scouting
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
Loading…
Reference in New Issue
Block a user