HA Config Helper: can't get trigger autocompletion working correctly

Hello,
I’m using VSCode 1.75.3 on a PC with HA Config Helper 1.32.0. While a lot of auto completions work smoothly, I get a strange behaviour with for instance trigger autocompletion.
When I start to type tri, I’m offered all possible options:
image
Then for instance trigger-state is selected and in return I get:

  - platform: state
    entity_id: entity ID
    from: "from state"
    to: "to state"

while I should get

  trigger: 
  - platform: state
    entity_id: entity ID
    from: "from state"
    to: "to state"

Am I doing something the wrong way?
Thank you