Fix Copilot SDK session event handler compile issue (#2056)

This commit is contained in:
Jon Galloway
2026-06-18 17:43:33 -07:00
committed by GitHub
parent 4952472d2f
commit 05dd83e5cc
@@ -153,7 +153,7 @@ The current working directory is: {Environment.CurrentDirectory}
});
// Set up event handling
session.On(evt =>
session.On<SessionEvent>(evt =>
{
switch (evt)
{