You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.91.0
OS Version: 13.2.1
After upgrading (automatically) from 1.90.2 to 1.91.0, intellisense within astro projects as it relates to component suggestions and imports appear to be broken. Downgrading to the previous version appears to solve the issue.
---
import DemoHey from "@components/DemoHey";
import WhyWhy from "@components/WhyWhy";
import DefaultLayout from "@layouts/DefaultLayout.astro";
---
<DefaultLayout>
<main>
<DemoHey />
<WhyWhy title="A title" body="some sample text" />
</main>
</DefaultLayout>
If I do upgrade to the latest version, I will sporadically get intellisense for components, but no imports occur.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
After upgrading (automatically) from 1.90.2 to 1.91.0, intellisense within astro projects as it relates to component suggestions and imports appear to be broken. Downgrading to the previous version appears to solve the issue.
If I do upgrade to the latest version, I will sporadically get intellisense for components, but no imports occur.
The text was updated successfully, but these errors were encountered: