Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Feb 18, 2024
1 parent 982ffa0 commit d8c8908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ export function syncTestStatusToVsCode(
const data = matchTask(task, set)
if (task.type === 'test' || task.type === 'custom') {
// for now, display logs after all tests are finished.
// ideally, it might be possible to append logs during test execution via `onUserConsoleLog` rpc.
// TODO: append logs during test execution using `onUserConsoleLog` rpc.
if (finished) {
for (const log of task.logs ?? []) {
// LF to CRLF https://code.visualstudio.com/api/extension-guides/testing#test-output
Expand Down

0 comments on commit d8c8908

Please sign in to comment.