Bug in Torizon vscode extension

Hi,

I have been testing the Torizon vscode extension to create multi-root docker-compose (create-multi-root-docker-compose.xsh) , and I have found a behaviour that seems to be a bug.

If I have a container with a network, eg:

services:
  http_tts_en:
    build:
      context: .
      dockerfile: Dockerfile
    image: ${DOCKER_LOGIN}/http_tts_en:${TAG}
    devices:
      - /dev/snd:/dev/snd
    profiles:
      - release
    networks:
      tts_net:
        aliases:
          - http_tts_en

networks:
  tts_net: null

and if I call the routine create-production-docker-compose found in .conf/create-multi-root-docker-compose.xsh, then the line

networks:
  tts_net:

will not included in the final docker-compose.prod.yml

Every time I call the create-production-docker-compose, I need to manually add the missing 2 lines, otherwise I cannot launch my docker compose

Hello @rafdelpilotfish,

Which version of Torizon IDE extension and VSCode are you using? Also, if you started the project from one of our templates, could you please specify which one it is?

Thanks for reporting this.