Skip to content

Commit c2a14c8

Browse files
committed
Add instructions
1 parent 017d0f8 commit c2a14c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/platform/terminal/test/common/capabilities/commandDetection/promptInputModel.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ suite('PromptInputModel', () => {
3333
promptInputModel = store.add(new TestPromptInputModel(xterm, onCommandStart.event, onCommandExecuted.event, new NullLogService));
3434
});
3535

36+
// To "record a session" for these tests:
37+
// - Enable debug logging
38+
// - Open and clear Terminal output channel
39+
// - Open terminal and perform the test
40+
// - Extract all "parsing data" lines from the terminal
3641
suite('recorded sessions', () => {
3742
async function replayEvents(events: string[]) {
3843
for (const e of events) {

0 commit comments

Comments
 (0)