Skip to content

Commit

Permalink
fix vscode environment
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilliams committed Sep 9, 2023
1 parent 882e1f4 commit 5051ad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"${workspaceFolder}/external/geogram/src/lib",
"${workspaceFolder}/src",
"${workspaceFolder}/external",
"${env:CONDA_PREFIX}/envs/point-cloud-utils/include/python3.9"
"${env:CONDA_PREFIX}/envs/point-cloud-utils/include/python3.10",
"${env:CONDA_PREFIX}/envs/point-cloud-utils/lib/python3.10/site-packages/numpy/core/include/"
],
"macFrameworkPath": [
"${default}"
Expand Down

0 comments on commit 5051ad6

Please sign in to comment.