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

12
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"configurations": [
{
"name": "FreeCAD",
"includePath": ["${workspaceFolder}/**"],
"cStandard": "c17",
"cppStandard": "c++17",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}