From 0ea50d2186e941fdf2b4b699a419b703d86dfd85 Mon Sep 17 00:00:00 2001 From: Florian Vahl Date: Sat, 20 Jan 2024 22:17:09 +0100 Subject: [PATCH] Make lib folder searchable --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 71092240e..d36231a82 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -193,6 +193,8 @@ // Tell the ROS extension where to find the setup.bash // This also utilizes the COLCON_WS environment variable, which needs to be set "ros.rosSetupScript": "${env:COLCON_WS}/install/setup.bash", + "ros.distro": "iron", + "search.useIgnoreFiles": false, // DO NOT COMMIT THESE ABSOLUTE PYTHON PATHS: