0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00

Update VSCode Guidance for JSON Schemas (#10414)

VSCode will search from the root, unlike the inline `$schema` definition
This commit is contained in:
Joe Bell 2024-03-13 15:52:15 +02:00 committed by GitHub
parent 4e1a9c5299
commit 001f7374d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1707,7 +1707,7 @@ export interface AstroUserConfig {
* "fileMatch": [
* "/src/content/test/**"
* ],
* "url": "../../../.astro/collections/test.schema.json"
* "url": "./.astro/collections/test.schema.json"
* }
* ]
* ```