File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,8 +125,9 @@ public async Task Should_Reject_SetProvider_When_Sessions_Already_Exist()
125125 {
126126 await client2 . ForceStopAsync ( ) ;
127127 }
128- catch ( IOException )
128+ catch ( IOException ex )
129129 {
130+ Console . Error . WriteLine ( $ "Ignoring expected teardown IOException from ForceStopAsync: { ex . Message } ") ;
130131 }
131132 }
132133 }
Original file line number Diff line number Diff line change 1717 CommandContext ,
1818 CommandDefinition ,
1919 CopilotSession ,
20+ CreateSessionFsHandler ,
2021 ElicitationContext ,
2122 ElicitationHandler ,
2223 ElicitationParams ,
2324 ElicitationResult ,
2425 InputOptions ,
2526 SessionCapabilities ,
2627 SessionFsConfig ,
28+ SessionFsHandler ,
2729 SessionUiApi ,
2830 SessionUiCapabilities ,
2931)
3638 "CommandDefinition" ,
3739 "CopilotClient" ,
3840 "CopilotSession" ,
41+ "CreateSessionFsHandler" ,
3942 "ElicitationHandler" ,
4043 "ElicitationParams" ,
4144 "ElicitationContext" ,
4851 "ModelVisionLimitsOverride" ,
4952 "SessionCapabilities" ,
5053 "SessionFsConfig" ,
54+ "SessionFsHandler" ,
5155 "SessionUiApi" ,
5256 "SessionUiCapabilities" ,
5357 "SubprocessConfig" ,
You can’t perform that action at this time.
0 commit comments