File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments