fix: Opencode hangs after exit (#3481)

Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
Haris Gušić
2025-10-30 23:57:58 -05:00
committed by GitHub
co-authored by Aiden Cline
parent 51e4c9fc4c
commit c1ada302f9
12 changed files with 86 additions and 36 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export async function InstanceBootstrap() {
await Plugin.init()
Share.init()
Format.init()
LSP.init()
await LSP.init()
FileWatcher.init()
File.init()
}