Skip to content

Commit

Permalink
Merge branch 'feature/allow-multiple-biome-conf' of github.com:APshen…
Browse files Browse the repository at this point in the history
…kin/biome-intellij into feature/allow-multiple-biome-conf
  • Loading branch information
APshenkin committed Apr 23, 2024
2 parents 6a93be1 + 5eb80c0 commit 6455c32
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import com.intellij.openapi.fileEditor.FileEditorManagerEvent
import com.intellij.openapi.fileEditor.FileEditorManagerListener
import com.intellij.openapi.project.Project

// This implements a listener for file editor manager events.
// It listens for file selection changes in IDE and restarts LSP server if selected file in editor should be checked with different Biome config.
class BiomeEditorPanelListener(private val project: Project) : FileEditorManagerListener {

private var currentConfigPath: String? = null
Expand Down

0 comments on commit 6455c32

Please sign in to comment.