© 2026 Hedgehog Software, LLC
type IDEContext = { foo: string } declare const onIDEActivation: (ctx: IDEStuff): void
export class IDEContext extends Context.Tag // etc
declare const createIDEContext = (ctx: IDEStuff): Layer<IDEContext>