From 001f7374d83cf2930f1e4bfbc5d3bb0a75b176ba Mon Sep 17 00:00:00 2001 From: Joe Bell <7349341+joe-bell@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:52:15 +0200 Subject: [PATCH] Update VSCode Guidance for JSON Schemas (#10414) VSCode will search from the root, unlike the inline `$schema` definition --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index c3d8de3e49cf..134e464d1324 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1707,7 +1707,7 @@ export interface AstroUserConfig { * "fileMatch": [ * "/src/content/test/**" * ], - * "url": "../../../.astro/collections/test.schema.json" + * "url": "./.astro/collections/test.schema.json" * } * ] * ```