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
nls.localize('terminal.integrated.rendererType.auto',"Let VS Code guess which renderer to use."),
215
-
nls.localize('terminal.integrated.rendererType.canvas',"Use the standard GPU/canvas-based renderer"),
216
-
nls.localize('terminal.integrated.rendererType.dom',"Use the fallback DOM-based renderer.")
215
+
nls.localize('terminal.integrated.rendererType.canvas',"Use the standard GPU/canvas-based renderer."),
216
+
nls.localize('terminal.integrated.rendererType.dom',"Use the fallback DOM-based renderer."),
217
+
nls.localize('terminal.integrated.rendererType.experimentalWebgl',"Use the experimental webgl-based renderer. Note that this has some [known issues](https://github.com/xtermjs/xterm.js/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Faddon%2Fwebgl) and this will only be enabled for new terminals (not hot swappable like the other renderers).")
217
218
],
218
219
default: 'auto',
219
220
description: nls.localize('terminal.integrated.rendererType',"Controls how the terminal is rendered.")
0 commit comments