Skip to content

Commit 99f246d

Browse files
authored
Update terminalProcess.ts
1 parent f5dba6a commit 99f246d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/platform/terminal/node/terminalProcess.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ export function chunkInput(data: string): string[] {
663663
) {
664664
chunks.push(data.substring(nextChunkStartIndex, i + 1));
665665
nextChunkStartIndex = i + 1;
666+
// Skip the next character as the chunk would be a single character
666667
i++;
667668
}
668669
}

0 commit comments

Comments
 (0)