提交 1a32116c 编写于 作者: D Daniel Imms

Make rendererType use markdown enum descriptions

Fixes #86182
上级 721f2274
......@@ -215,7 +215,7 @@ configurationRegistry.registerConfiguration({
'terminal.integrated.rendererType': {
type: 'string',
enum: ['auto', 'canvas', 'dom', 'experimentalWebgl'],
enumDescriptions: [
markdownEnumDescriptions: [
nls.localize('terminal.integrated.rendererType.auto', "Let VS Code guess which renderer to use."),
nls.localize('terminal.integrated.rendererType.canvas', "Use the standard GPU/canvas-based renderer."),
nls.localize('terminal.integrated.rendererType.dom', "Use the fallback DOM-based renderer."),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册