Describe the bug
The YAML validator is showing a diagnostic hint/warning (blue squiggly line) although a valid cron expression is used.
To Reproduce
Steps to reproduce the behavior:
- Use this workflow:
name: Cron
on:
schedule:
- cron: "*/15 * * * *"
jobs:
say_hi:
runs-on: ubuntu-latest
steps:
- run: echo "hi"
- Observe warning
Expected behavior
No warning.
Screenshots

Extension Version
v0.28.2