Skip to content

Restore Vue auto-import completions with the Astro extension - #17791

Merged
matthewp merged 1 commit into
mainfrom
fix/vue-auto-import-completions
Aug 24, 2026
Merged

Restore Vue auto-import completions with the Astro extension#17791
matthewp merged 1 commit into
mainfrom
fix/vue-auto-import-completions

Conversation

@matthewp

@matthewp matthewp commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Changes

vue-auto-import-fixed

Testing

  • Adds a regression test proving methods assigned by a later TypeScript plugin replace cached wrappers.

Docs

  • No docs update needed; this restores existing editor behavior.

@changeset-bot

changeset-bot Bot commented Aug 21, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 9350007

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
astro-vscode Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@matthewp
matthewp marked this pull request as ready for review August 21, 2026 22:45
@@ -0,0 +1,12 @@
diff --git a/lib/node/proxyLanguageService.js b/lib/node/proxyLanguageService.js

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Volar gets built into the extension so it's fine to patch.

@delucis delucis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes seem sound to me!

@matthewp
matthewp merged commit 426eaa1 into main Aug 24, 2026
28 checks passed
@matthewp
matthewp deleted the fix/vue-auto-import-completions branch August 24, 2026 12:24
@astrobot-houston astrobot-houston mentioned this pull request Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vue + Astro extension conflict: no auto-import suggestions in Vue template prop expressions

2 participants