How can I make VS Code recognize ros2 python packages?
When working with python launch files, VS Code always complaints about unresolved imports, such as unresolved import 'launch'
and unresolved import 'launch_ros.actions'
. Of course, this also means I don't have access to IntelliSense.
How can I make VS Code recognize ros2 python packages?