mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 10:48:17 +00:00
Clarify gpu acceleration off
This commit is contained in:
parent
25f3dadaae
commit
6416dfe7f7
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue