Add Conda Environment and VS Code configuration.

This commit is contained in:
Jacob Oursland
2023-03-21 08:46:44 -07:00
parent 468a54cb6d
commit 5dfee229bb
10 changed files with 224 additions and 0 deletions

6
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"recommendations": [
"ms-vscode.cpptools-extension-pack",
"ms-python.python"
]
}