-
Couldn't load subscription status.
- Fork 2.6k
Updates docs on Isaac Sim binary installation path and VSCode integration #1970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Follows the paths (`~/isaacsim` on Linux, `C:\isaacsim` on Windows) suggested by Isaac Sim docs: https://docs.isaacsim.omniverse.nvidia.com/latest/installation/install_workstation.html
…orts vscode integration Closes: isaac-sim#1951
|
Thanks for all the fixes! Looks great to me. Could you update the PR description to outline some details around what changes are made and why are being made? Thanks. |
|
Hi @kellyguo11, I just updated the PR description, thanks! |
| The following instructions on setting up Visual Studio Code only work with | ||
| :ref:`Isaac Sim Binaries Installation <isaaclab-binaries-installation>` and not with | ||
| :ref:`Pip Installation <isaaclab-pip-installation>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why it doesn't work with PIP? @Toni-SM for vis.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The VS Code setup needs to take into account the path and structure of the omniverse-kit, isaacsim and isaaclab Python packages when installed in order to populate the python.analysis.extraPaths
…tion (#1970) # Description - Update suggested Isaac Sim binary installation path Follows the paths (`~/isaacsim` on Linux, `C:\isaacsim` on Windows) suggested by Isaac Sim docs: https://docs.isaacsim.omniverse.nvidia.com/latest/installation/install_workstation.html - Update docs to emphasize that only Isaac Sim binary installation supports vscode integration - Fix minor typos Fixes: #1951
…tion (isaac-sim#1970) # Description - Update suggested Isaac Sim binary installation path Follows the paths (`~/isaacsim` on Linux, `C:\isaacsim` on Windows) suggested by Isaac Sim docs: https://docs.isaacsim.omniverse.nvidia.com/latest/installation/install_workstation.html - Update docs to emphasize that only Isaac Sim binary installation supports vscode integration - Fix minor typos Fixes: isaac-sim#1951
Description
Follows the paths (
~/isaacsimon Linux,C:\isaacsimon Windows) suggested by Isaac Sim docs:https://docs.isaacsim.omniverse.nvidia.com/latest/installation/install_workstation.html
Fixes: #1951