Replies: 1 comment
-
|
Thank you for raising this issue regarding autocompletion and Python analysis in the Isaac Sim Docker devcontainer. We have created an internal ticket to track the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When installing Isaac Sim from source and running
repo.sh build, it generates a.vscode/settings.jsonfile with thepython.analysis.extraPathsfield populated correctly. This is very convenient for development.However, the new docker image (5.1.0) does not contain the script to build the
settings.json.How should one generate this file in a docker environment? The plan is to develop directly into the container with the help of the devcontainer extension and having the autocompletion feature would be great!
Beta Was this translation helpful? Give feedback.
All reactions