Clarify gpu acceleration off

This commit is contained in:
Daniel Imms 2022-05-27 10:52:35 -07:00
parent 25f3dadaae
commit 6416dfe7f7
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -280,7 +280,7 @@ const terminalConfiguration: IConfigurationNode = {
markdownEnumDescriptions: [
localize('terminal.integrated.gpuAcceleration.auto', "Let VS Code detect which renderer will give the best experience."),
localize('terminal.integrated.gpuAcceleration.on', "Enable GPU acceleration within the terminal."),
localize('terminal.integrated.gpuAcceleration.off', "Disable GPU acceleration within the terminal."),
localize('terminal.integrated.gpuAcceleration.off', "Disable GPU acceleration within the terminal. The terminal will render much slower when GPU acceleration is off but it should reliably work on all systems."),
localize('terminal.integrated.gpuAcceleration.canvas', "Use the terminal's fallback canvas renderer which uses a 2d context instead of webgl which may perform better on some systems. Note that some features are limited in the canvas renderer like opaque selection.")
],
default: 'auto',