You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after following the instruction on README.md to setup VScode, the extensions of IsaacSim are not indexed by VScode. The reason (according to VScode) is that 'python.analysis.extraPaths' cannot be set when a pyrightconfig.json or pyproject.toml is being used. There is also this relevant issue, which states that we have to add the changes (extra paths in this case) to pyproject.toml.
Is there some other way to fix this?
The text was updated successfully, but these errors were encountered:
The (very inelegant) workaround I'm using for now is to append the bottom of pyproject.toml in IsaacLabExtensionTemplate with the absolute paths to the following folders from IsaacLab, as well as the absolute paths to each extension from IsaacSim:
Hi,
after following the instruction on README.md to setup VScode, the extensions of IsaacSim are not indexed by VScode. The reason (according to VScode) is that
'python.analysis.extraPaths' cannot be set when a pyrightconfig.json or pyproject.toml is being used
. There is also this relevant issue, which states that we have to add the changes (extra paths in this case) topyproject.toml
.Is there some other way to fix this?
The text was updated successfully, but these errors were encountered: