Skip to content

Commit 4246368

Browse files
authored
fix(bootstrap): await plugin initialization
1 parent 548d9ac commit 4246368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/project/bootstrap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import * as Effect from "effect/Effect"
1515

1616
export const InstanceBootstrap = Effect.gen(function* () {
1717
Log.Default.info("bootstrapping", { directory: Instance.directory })
18+
yield* Plugin.Service.use((svc) => svc.init())
1819
yield* Effect.all(
1920
[
20-
Plugin.Service,
2121
LSP.Service,
2222
ShareNext.Service,
2323
Format.Service,

0 commit comments

Comments
 (0)