Hi Author,
Thanks for sharing the great tool.
After I installed the tool, code completion works fine, but VSCode still complains about the import. E.g.,
import omni.isaac.core.world.world import World # not works
from isaacsim.core.api.world.world import World # Works!
import omni.replicator.core as rep # not works
import carb.settings # not works
import omni.usd # not works
import omni.kit.commands # not works
I installed Issacsim-4.5.0 in a local virtual environment managed by uv.
Do you know how to fix it?
Thanks
Songlin