Skip to content

Commit

Permalink
Improve rendererType description
Browse files Browse the repository at this point in the history
Fixes #50617
  • Loading branch information
Tyriar committed May 29, 2018
1 parent 43057ae commit 92a32b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ configurationRegistry.registerConfiguration({
'type': 'string',
'enum': ['auto', 'canvas', 'dom'],
default: 'auto',
description: nls.localize('terminal.integrated.rendererType', "Controls how the terminal is rendered, the options are \"canvas\" for the standard canvas renderer, \"dom\" for the fallback DOM-based renderer or \"auto\" which lets VS Code guess which will be best. This setting needs VS Code to reload in order to take effect for new terminals.")
description: nls.localize('terminal.integrated.rendererType', "Controls how the terminal is rendered, the options are \"canvas\" for the standard (fast) canvas renderer, \"dom\" for the fallback DOM-based renderer or \"auto\" which lets VS Code guess which will be best. This setting needs VS Code to reload in order to take effect.")
},
'terminal.integrated.rightClickBehavior': {
'type': 'string',
Expand Down

0 comments on commit 92a32b1

Please sign in to comment.