From 4b664acffb5777614043a83ef8e08368e21303ce Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Wed, 12 Aug 2020 21:59:04 -0500 Subject: [PATCH] Modernize VSCode extensions in dev env, set correct copyright assignment (#40) * modernize extensions Signed-off-by: Dev Singh * copyright assigment should be to titan scouting Signed-off-by: Dev Singh --- .devcontainer/devcontainer.json | 5 +++-- LICENSE | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index aabb68b8..bdf95e4b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" } \ No newline at end of file diff --git a/LICENSE b/LICENSE index 87c521aa..9c75239c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2020, Titan Robotics FRC 2022 +Copyright (c) 2020, Titan Scouting All rights reserved. Redistribution and use in source and binary forms, with or without