Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component Intellisense and imports break in astro with latest release #220082

Closed
lstephensca opened this issue Jul 5, 2024 · 1 comment
Closed
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@lstephensca
Copy link

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.

@mjbvz
Copy link
Collaborator

mjbvz commented Jul 11, 2024

Please file this against the astro extension. We don't support that language out of the box

@mjbvz mjbvz closed this as completed Jul 11, 2024
@mjbvz mjbvz added the *caused-by-extension Issue identified to be caused by an extension label Jul 11, 2024
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Aug 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

3 participants