Torizon extension Visual Studio Code reboots module

Hi @ompie !

Your issue is still strange :sweat_smile:

If you think this is related to some “container environment”, you can try to remove all the related Docker images that you have in the “faulty PC”.

You can go to your terminal and use the docker images (or docker image list) command to list all Docker images that you have and use the docker rmi command to remove images.

Then, you might need to go to VSCode and rebuild the necessary containers again:

I would try the following order:

  • Rebuild Dev Container
  • Rebuild SDK
  • Rebuild Application Container (the “Build debug container”)

Let us know how it goes :slight_smile:

Best regards,

1 Like