Skip to content

Commit b9e8e96

Browse files
authored
add info about content intellisense (#12164)
1 parent c6fd1df commit b9e8e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/@types/astro.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ export interface AstroUserConfig {
21732173
* }
21742174
* ```
21752175
*
2176-
* 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.
2176+
* 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.
21772177
*/
21782178
contentIntellisense?: boolean;
21792179

0 commit comments

Comments
 (0)