Skip to content

Commit b7df2af

Browse files
author
Loïc Mangeonjean
committed
fix: misconfigured annotations
1 parent 0088537 commit b7df2af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/missing-services.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5695,6 +5695,7 @@ class McpService implements IMcpService {
56955695
autostart: IMcpService['autostart'] = unsupported
56965696
@Unsupported
56975697
cancelAutostart: IMcpService['cancelAutostart'] = unsupported
5698+
@Unsupported
56985699
get enablementModel(): IMcpService['enablementModel'] {
56995700
return unsupported()
57005701
}
@@ -6066,7 +6067,6 @@ class ChatSessionsService implements IChatSessionsService {
60666067
onDidChangeInProgress: IChatSessionsService['onDidChangeInProgress'] = Event.None
60676068
getAllChatSessionContributions: IChatSessionsService['getAllChatSessionContributions'] = () => []
60686069

6069-
@Unsupported
60706070
getInProgress: IChatSessionsService['getInProgress'] = () => []
60716071

60726072
onDidChangeItemsProviders: IChatSessionsService['onDidChangeItemsProviders'] = Event.None
@@ -6746,6 +6746,7 @@ class ChatDebugService implements IChatDebugService {
67466746
@Unsupported
67476747
setImportedSessionTitle: IChatDebugService['setImportedSessionTitle'] = unsupported
67486748

6749+
@Unsupported
67496750
getImportedSessionTitle: IChatDebugService['getImportedSessionTitle'] = unsupported
67506751
}
67516752

0 commit comments

Comments
 (0)