Skip to content

Commit

Permalink
Update VSCode Guidance for JSON Schemas (#10414)
Browse files Browse the repository at this point in the history
VSCode will search from the root, unlike the inline `$schema` definition
  • Loading branch information
joe-bell authored Mar 13, 2024
1 parent 4e1a9c5 commit 001f737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ export interface AstroUserConfig {
* "fileMatch": [
* "/src/content/test/**"
* ],
* "url": "../../../.astro/collections/test.schema.json"
* "url": "./.astro/collections/test.schema.json"
* }
* ]
* ```
Expand Down

0 comments on commit 001f737

Please sign in to comment.