vscode
vscode copied to clipboard
Tasks started when not focused do not end up getting displayed
Repro:
- Open xterm.js folder
- Run test task, wait to finish
- Create another terminal
- Run test task again
In xterm.js repo, ctrl+shift+b is focusing the terminal:

Reproduces on webgl only
Guessing it's related to canvas recreation: https://github.com/xtermjs/xterm.js/blob/c0215711946634f32f1946f6a890fd948c1f0068/addons/xterm-addon-webgl/src/WebglRenderer.ts#L593-L597
Yep:
