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

fix: infinite indexing / intellisense blocked #102

Merged
merged 2 commits into from
Dec 10, 2024
Merged

Conversation

denbezrukov
Copy link
Contributor

Fix #66
Remove BiomeLspServerManagerListener because it's a problem when Biome has internal error and IDEA tries to restart a server infinitly

Comment on lines +5 to +9
## Unreleased

### Bug Fixes

- Fix infinite indexing / intellisense blocked ([#66](https://github.com/biomejs/biome-intellij/issues/66))
Copy link
Member

Choose a reason for hiding this comment

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

You don't need to update the changelog, that's done automatically by git-cliff.

Removed obsolete action, listener, and extension files and refactored the Biome CLI processing and document management to improve efficiency and maintainability. Introduced new process command builder classes for better process handling, and replaced Kotlin coroutines for non-blocking execution and simplified error handling. Updated settings and actions-on-save to align with the new architecture.
@denbezrukov denbezrukov merged commit 2bfccaf into main Dec 10, 2024
2 checks passed
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.

Infinite indexing / intellisense blocked
2 participants