Skip to content

Commit b676237

Browse files
committed
fix: add sessionMode declaration in non-delta JSONL parser
1 parent f7c0b8c commit b676237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,6 +1668,7 @@ class CopilotTokenTracker implements vscode.Disposable {
16681668
}
16691669

16701670
// Non-delta JSONL (Copilot CLI format) - process line-by-line
1671+
let sessionMode = 'ask';
16711672
for (const line of lines) {
16721673
if (!line.trim()) { continue; }
16731674
try {

0 commit comments

Comments
 (0)