mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
add info about content intellisense (#12164)
This commit is contained in:
parent
c6fd1df695
commit
b9e8e96354
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue