Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: update editor language and lsp when an opened file is renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Nov 10, 2023
1 parent 728a085 commit 15e29ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ class CodeEditorView(
fun updateFile(file: File) {
val editor = _binding?.editor ?: return
editor.file = file
postRead(file)
}

/**
Expand Down

0 comments on commit 15e29ae

Please sign in to comment.