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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 BUG: Code action Organize imports stopped working in v.2.8.1 (works in 2.8.0) #829

Closed
blueambr opened this issue Mar 13, 2024 · 2 comments
Labels
- P5: urgent Fix breaking bugs affecting most users, should be released ASAP (priority) regression

Comments

@blueambr
Copy link

Describe the Bug

When I use Organize imports feature in VSCode, it does not work (imports are not sorted) with the v.2.8.1, while works in v.2.8.0.

Steps to Reproduce

  • Open any .astro file with a few imports in the frontmatter
  • Ctrl+Shift+P -> Organize imports
  • Test with v.2.8.1 and v.2.8.0 of the extension
@github-actions github-actions bot added the needs triage Issue needs to be triaged label Mar 13, 2024
@Princesseuh Princesseuh added - P5: urgent Fix breaking bugs affecting most users, should be released ASAP (priority) regression and removed needs triage Issue needs to be triaged labels Mar 13, 2024
@Princesseuh
Copy link
Member

Thank you for the report, I can confirm the issue. 2.8.1 included a refactor that wasn't supposed to cause any issues, alas. We'll try to have a fix up in the next 24 hours, otherwise we'll revert the update.

In the meantime, reverting to 2.8.0 can be done by pressing right click on the extension in the extension list and selecting "Install another version.."

@Princesseuh
Copy link
Member

Fixed by #831

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- P5: urgent Fix breaking bugs affecting most users, should be released ASAP (priority) regression
Projects
None yet
Development

No branches or pull requests

2 participants