mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Agent Debug: Enable Claude Code session url and filter untitled sessions (#302903)
* Claude and filter * feedback updates
This commit is contained in:
@@ -121,6 +121,7 @@ export class ChatDebugServiceImpl extends Disposable implements IChatDebugServic
|
||||
private static readonly _debugEligibleSchemes = new Set([
|
||||
LocalChatSessionUri.scheme, // vscode-chat-session (local sessions)
|
||||
'copilotcli', // Copilot CLI background sessions
|
||||
'claude-code', // Claude Code CLI sessions
|
||||
]);
|
||||
|
||||
private _isDebugEligibleSession(sessionResource: URI): boolean {
|
||||
|
||||
Reference in New Issue
Block a user