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:
Dev Singh 2020-08-12 21:59:04 -05:00 committed by GitHub
parent c75fd8921e
commit a4179d7dd1
2 changed files with 4 additions and 3 deletions

View File

@ -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"
} }

View File

@ -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