You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The terminal now has a DOM renderer which can be turned on via a notification that presents itself when the average time it takes to render is above 50ms/frame. The condition would be a little hard to verify unless you have a machine that has issues but you can turn it on manually using "terminal.integrated.rendererType": "dom".
Please test what you normally do in your terminal. Note that the DOM renderer is intentionally not as featureful or perfomant as the standard one, if you find anything that you think should be supported or is particularly slow please file an issue.
The text was updated successfully, but these errors were encountered:
#46954
Complexity: 3
The terminal now has a DOM renderer which can be turned on via a notification that presents itself when the average time it takes to render is above 50ms/frame. The condition would be a little hard to verify unless you have a machine that has issues but you can turn it on manually using
"terminal.integrated.rendererType": "dom"
.Please test what you normally do in your terminal. Note that the DOM renderer is intentionally not as featureful or perfomant as the standard one, if you find anything that you think should be supported or is particularly slow please file an issue.
The text was updated successfully, but these errors were encountered: