Configuration.yaml homeassistant: packages: Incorrect type. Expectetd "array"?

Hello, everyone,

Current Version: 0.113.3
Visual Studio Code Current version: 2.4.0

since the last update I get the following error message when opening the configuration.yaml file with “Visual Studio Code” at the position homeassistant packages:
Incorrect type. Expectetd “array”
See also appendix

homeassistant:
  customize: !include customize.yaml
  packages:
    pack_0_1: !include automations-pushover.yaml     Incorrect type. Expectetd "array"

Where does this error come from?

It comes from the home assistant extension for VSCode.

Someone has already reported this false alarm:

You can update the syntax checking schema yourself if so inclined:

I missed that. Thanks for your help.