See microsoft/vscode#18332
This is happening because the terminal container is being hidden which causes CharMeasure to return 0 which puts the viewport into an invalid state. There should be a reasonable way of doing this to prevent obscure bugs like above.
See microsoft/vscode#18332
This is happening because the terminal container is being hidden which causes
CharMeasureto return 0 which puts the viewport into an invalid state. There should be a reasonable way of doing this to prevent obscure bugs like above.