-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi there!
First of all, thank you for developing this amazing project! It has been incredibly helpful in solving the code completion issues for Isaac Sim in VSCode.
However, I noticed that currently the project seems to primarily support the pip installation method. Many users (including myself) are still running Ubuntu 20.04 due to project requirements and system stability concerns. Since glibc version changes can significantly affect system behavior, upgrading the OS isn't always feasible. This leaves us with the binary installation as the only viable option.
I've carefully followed the official documentation to configure VSCode settings and launch configurations, but unfortunately, I still can't get proper code completion/suggestions for Isaac Sim modules through pylance in VSCode.
Feature Request:
Would it be possible to add support for binary installations of Isaac Sim? Ensure pylance can properly recognize and provide intellisense for Isaac Sim modules in this setup
This would be extremely helpful for those of us constrained to older Ubuntu versions and binary installations.
Thanks again for your fantastic work, and I hope you'll consider this request!