Set MS Visual Studio Code BlueBuild image creation

  - type: rpm-ostree # MS Visual Studio Code
    repos:
      - https://packages.microsoft.com/yumrepos/vscode
    keys:
      - https://packages.microsoft.com/keys/microsoft.asc
    install:
      - code

This bring error to image deployment based on Bluefin (no I don’t want to Bluefin DX variant).
How to set VS Code installation from official repo?

Solved.
I have created /files/rpm-ostree/vstudio.repo file:

[code]
name=Visual Studio Code
baseurl=https://packages.microsoft.com/yumrepos/vscode
enabled=1
gpgcheck=1
gpgkey=https://packages.microsoft.com/keys/microsoft.asc

and then followed docs: rpm-ostree | BlueBuild