Skip to content

Commit

Permalink
Set the default VSCode interpreter to venv (#32) (#33)
Browse files Browse the repository at this point in the history
(cherry picked from commit f2edc49)

Co-authored-by: Evan Palmer <evanp922@gmail.com>
  • Loading branch information
mergify[bot] and evan-palmer committed Aug 15, 2024
1 parent 53e1217 commit 829c73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"/opt/ros/jazzy/local/lib/python3.12/dist-packages/",
"${workspaceFolder}/install/"
],
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/ros2-template/bin/python",
"C_Cpp.default.intelliSenseMode": "linux-gcc-x86",
"C_Cpp.clang_format_fallbackStyle": "Google",
"C_Cpp.codeAnalysis.clangTidy.enabled": true,
Expand Down

0 comments on commit 829c73f

Please sign in to comment.