microsoft / live-share

Real-time collaborative development from the comfort of your favorite tools
http://aka.ms/vsls
Creative Commons Attribution 4.0 International
2.28k stars 253 forks source link

Can not show the task terminal message in the client side. #5122

Open thomas81528262 opened 2 weeks ago

thomas81528262 commented 2 weeks ago

Describe what happened:

Can not show the task terminal message in the client side.

reproduce step,

in task.json

The .ps.sh is some process will run forever, like

watch "ps"

{ "label": "tools-monitor process", "type": "shell", "command": ".ps.sh ${input:param1}", "options": { "cwd": "${workspaceFolder}" } },

run the task, and make it open the task terminal.

The client can not see the message in the terminal.