-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Frontmatter errors having upgraded to 0.38 #15900
Copy link
Copy link
Closed
Labels
- P3: minor bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)
Description
What page of the docs did you find an issue on?
https://starlight.astro.build/getting-started/#updating-starlight
Describe the issue
Node: >=24.0.0
VSCode: 1.109.2
Vscode-astro: 2.16.8
Deps:
"dependencies": {
"@astrojs/starlight": "0.38.1",
"@astrojs/starlight-tailwind": "5.0.0",
"@tailwindcss/vite": "4.2.1",
"astro": "6.0.4",
"starlight-fullview-mode": "0.2.6",
"starlight-scroll-to-top": "0.4.0",
"tailwindcss": "4.2.1"
},
After upgrading to 0.38, I get missing property errors on hover in VSCode in MDX pages in the front-matter.
Eg:
Missing property "draft". astro
Missing property "pagefind". astro
Missing property "editUrl". astro
I'm using the latest version of the astro plugin. This was working prior to upgrade.
As a sidenote, forcing a min reproduction for this kind of issue is really aggressive in terms of quality control. I get that we're in the AI slop era, but I'm not doing a full reproduction for a dev environment issue. There has to be a middle ground.
What operating system are you using?
Linux
What browser are you using?
Edge
Participation
- I am willing to submit a pull request for this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
- P3: minor bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)