Isaac 5.0 isaacsim.code_editor.vscode extension

The extension doesn’t seem to react to the “Run” command issued by the VS Code.

The logs are clean and it binds to the 0.0.0.0:8226 without issues.

Sometimes VS Code reports Connection Reset error.

Hi @Turowicz could you please provide step by step instructions to replicate this issue? Thanks!

  1. Execute the run in Docker script: GitHub - Surveily/IsaacSim: NVIDIA Isaac Sim™ is an open-source application on NVIDIA Omniverse for developing, simulating, and testing AI-driven robots in realistic virtual environments.
  2. Port forward 8226 to the container.
  3. Install the extension in the running Isaac.
  4. Open up a script in VS Code and hit Run.
  5. The script runs but nothing happens and no error is given.

It works. I was missing the --network host in my container run command.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.