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
The language server now uses our all-new Biome powered astro2tsx implementation. This new version has much better support for incomplete syntax, generic types and various edge cases.
In the vast majority of cases, no changes should be required to your code, and any change should be the result of more accurate types or behavior.
Patch Changes
#179168eaa4f2 Thanks @matthewp! - Fixes organize imports across frontmatter and multiple script tags
#17542fae64dd Thanks @IAmYhvr! - Fixes the AstroComponent suffix not being removed from Svelte and Vue imports in .astro files.
The language server now uses our all-new Biome powered astro2tsx implementation. This new version has much better support for incomplete syntax, generic types and various edge cases.
In the vast majority of cases, no changes should be required to your code, and any change should be the result of more accurate types or behavior.
Patch Changes
#179168eaa4f2 Thanks @matthewp! - Fixes organize imports across frontmatter and multiple script tags
#17542fae64dd Thanks @IAmYhvr! - Fixes the AstroComponent suffix not being removed from Svelte and Vue imports in .astro files.
No review request could be created automatically (this happens for fork pull requests, where the GitLab token is unavailable). A committer can submit the review requests by commenting /request-license-review on this pull request. These dependencies must be approved before this change can be merged.
dependabotBot
changed the title
build(deps): bump astro-vscode from 2.16.20 to 2.17.0 in /org.eclipse.wildwebdeveloper in the astro group
build(deps): bump astro-vscode from 2.16.20 to 2.17.0 in /org.eclipse.wildwebdeveloper in the astro group across 1 directory
Sep 21, 2026
No review request could be created automatically (this happens for fork pull requests, where the GitLab token is unavailable). A committer can submit the review requests by commenting /request-license-review on this pull request. These dependencies must be approved before this change can be merged.
A review request has been submitted to the Eclipse IP team for each dependency listed above (see the linked issues). These dependencies must be approved before this change can be merged.
No review request could be created automatically (this happens for fork pull requests, where the GitLab token is unavailable). A committer can submit the review requests by commenting /request-license-review on this pull request. These dependencies must be approved before this change can be merged.
No review request could be created automatically (this happens for fork pull requests, where the GitLab token is unavailable). A committer can submit the review requests by commenting /request-license-review on this pull request. These dependencies must be approved before this change can be merged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the astro group with 1 update in the /org.eclipse.wildwebdeveloper directory: astro-vscode.
Updates
astro-vscodefrom 2.16.20 to 2.17.0Release notes
Sourced from astro-vscode's releases.
Changelog
Sourced from astro-vscode's changelog.
Commits
8a3106e[ci] release (#17939)49d4294refactor(language-server): convert astro to tsx with rust astro2tsx (#17676)