Isaac Sim Version
4.5.0
Operating System
Ubuntu 22.04
Detailed Description
I am experiencing an issue in VS Code where I cannot navigate (click) into the source code paths of the isaaclab
library when working from my own repository outside of isaaclab. I have installed isaacsim via pip, and I’ve attempted to install isaaclab both via pip and by directly cloning the repository, but the problem persists in either case.
I have verified that the correct Conda environment is selected in VS Code, and my code executes correctly without errors. However, the inability to click into isaaclab
's source code definitions makes debugging difficult and tedious.
Does anyone know how to fix this?
I appreciate any suggestions.