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:
parent
4e1a9c5299
commit
001f7374d8
1 changed files with 1 additions and 1 deletions
|
@ -1707,7 +1707,7 @@ export interface AstroUserConfig {
|
|||
* "fileMatch": [
|
||||
* "/src/content/test/**"
|
||||
* ],
|
||||
* "url": "../../../.astro/collections/test.schema.json"
|
||||
* "url": "./.astro/collections/test.schema.json"
|
||||
* }
|
||||
* ]
|
||||
* ```
|
||||
|
|
Loading…
Add table
Reference in a new issue