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) to pyproject.toml.
Is there some other way to fix this?