未验证 提交 36076b9f 编写于 作者: D Daniel Imms 提交者: GitHub

Merge pull request #42804 from aldonetti/patch-1

typos corrected
......@@ -153,13 +153,13 @@ configurationRegistry.registerConfiguration({
'terminal.integrated.fontWeight': {
'type': 'string',
'enum': ['normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900'],
'description': nls.localize('terminal.integrated.fontWeight', "The font weight to use within the termianl for non-bold text."),
'description': nls.localize('terminal.integrated.fontWeight', "The font weight to use within the terminal for non-bold text."),
'default': 'normal'
},
'terminal.integrated.fontWeightBold': {
'type': 'string',
'enum': ['normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900'],
'description': nls.localize('terminal.integrated.fontWeightBold', "The font weight to use within the termianl for bold text."),
'description': nls.localize('terminal.integrated.fontWeightBold', "The font weight to use within the terminal for bold text."),
'default': 'bold'
},
'terminal.integrated.cursorBlinking': {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册