Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/solid-lies-open.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro-vscode': patch
---

Fixes the displayed description for the Content-intellisense setting to refer to the correct configuration file option
2 changes: 1 addition & 1 deletion packages/language-tools/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"scope": "resource",
"type": "boolean",
"default": false,
"description": "Enable experimental support for content collection intellisense inside Markdown, MDX and Markdoc. Note that this require also enabling the feature in your Astro config (experimental.contentCollectionIntellisense) (Astro 4.14+)"
"description": "Enable experimental support for content collection intellisense inside Markdown, MDX and Markdoc. Note that this requires also enabling the feature in your Astro config (experimental.contentIntellisense) (Astro 4.14+)"
},
"astro.auto-import-cache.enabled": {
"scope": "resource",
Expand Down
Loading