diff --git a/.changeset/solid-lies-open.md b/.changeset/solid-lies-open.md new file mode 100644 index 000000000000..4a26b9f096e6 --- /dev/null +++ b/.changeset/solid-lies-open.md @@ -0,0 +1,5 @@ +--- +'astro-vscode': patch +--- + +Fixes the displayed description for the Content-intellisense setting to refer to the correct configuration file option diff --git a/packages/language-tools/vscode/package.json b/packages/language-tools/vscode/package.json index 7f955ac78d87..d330ff19b30a 100644 --- a/packages/language-tools/vscode/package.json +++ b/packages/language-tools/vscode/package.json @@ -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",