Skip to content

Commit 2a649f0

Browse files
author
Loïc Mangeonjean
committed
fix: wrongly marked unsupported method
1 parent b1d6593 commit 2a649f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/missing-services.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4729,7 +4729,6 @@ registerSingleton(
47294729
)
47304730
class InlineChatSessionService implements IInlineChatSessionService {
47314731
_serviceBrand: undefined
4732-
@Unsupported
47334732
onWillStartSession: IInlineChatSessionService['onWillStartSession'] = Event.None
47344733
@Unsupported
47354734
createSession: IInlineChatSessionService['createSession'] = unsupported

0 commit comments

Comments
 (0)