From 829c73f4b7c8f0629f4e1ae41c05e4314b75f685 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:56:10 -0700 Subject: [PATCH] Set the default VSCode interpreter to venv (#32) (#33) (cherry picked from commit f2edc49396b5866ec2ae644a4fd2f1c49dd15803) Co-authored-by: Evan Palmer --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 00b180e..834218a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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,