We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548d9ac commit 4246368Copy full SHA for 4246368
1 file changed
packages/opencode/src/project/bootstrap.ts
@@ -15,9 +15,9 @@ import * as Effect from "effect/Effect"
15
16
export const InstanceBootstrap = Effect.gen(function* () {
17
Log.Default.info("bootstrapping", { directory: Instance.directory })
18
+ yield* Plugin.Service.use((svc) => svc.init())
19
yield* Effect.all(
20
[
- Plugin.Service,
21
LSP.Service,
22
ShareNext.Service,
23
Format.Service,
0 commit comments