Agent Debug: Enable Claude Code session url and filter untitled sessions (#302903)

* Claude and filter

* feedback updates
This commit is contained in:
Vijay Upadya
2026-03-18 11:46:34 -07:00
committed by GitHub
parent 9de7db1a5c
commit 18cfaef76d
3 changed files with 47 additions and 3 deletions

View File

@@ -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 {