When I download the IsaacSim5.1 and IsaacLab2.3 by pip method,
Then I would like to use the IDE VSCode,
What' more, I followed the document of "Generating VS Code Settings" for VS Code IntelliSense (code completion, parameter info, and member lists) ;
I run the command below:
python -m isaaclab --generate-vscode-settings,
But the terminal report:
.../miniconda3/envs/isaacsim5.1/bin/python: No module named isaaclab.__main__; 'isaaclab' is a package and cannot be directly executed
How Can I solve it?