Skip to content

Commit

Permalink
add lspSync with startup
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz committed Sep 5, 2024
1 parent 1413387 commit d5a4fa0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ class SMCStatusBarWidget(project: Project) : EditorBasedWidget(project), CustomS
}

init {
if (lsp.isWorking)
lspSync()
ApplicationManager.getApplication()
.messageBus
.connect(this)
Expand Down

0 comments on commit d5a4fa0

Please sign in to comment.