Skip to content

Commit

Permalink
add info about content intellisense (#12164)
Browse files Browse the repository at this point in the history
  • Loading branch information
apatel369 authored Oct 9, 2024
1 parent c6fd1df commit b9e8e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,7 @@ export interface AstroUserConfig {
* }
* ```
*
* To use this feature with the Astro VS Code extension, you must also enable the `astro.content-intellisense` option in your VS Code settings. For editors using the Astro language server directly, pass the `contentIntellisense: true` initialization parameter to enable this feature.
* To use this feature with the Astro VS Code extension, you must also enable the `astro.content-intellisense` option in your VS Code settings. For editors using the Astro language server directly, pass the `contentIntellisense: true` initialization parameter to enable this feature. See the [content Intellisense implementation PR](https://github.com/withastro/language-tools/pull/915) for more details about this early feature.
*/
contentIntellisense?: boolean;

Expand Down

0 comments on commit b9e8e96

Please sign in to comment.