提交 c3cf1b65 编写于 作者: A Alex Dima

Improve JSDoc wording

上级 d05a5d70
......@@ -243,10 +243,9 @@ export interface IEditorOptions {
*/
roundedSelection?: boolean;
/**
* Theme to be used for rendering. Consists of two parts, the UI theme and the syntax theme,
* separated by a space.
* The current available UI themes are: 'vs' (default), 'vs-dark', 'hc-black'
* The syntax themes are contributed. The default is 'default-theme'
* Theme to be used for rendering.
* The current out-of-the-box available themes are: 'vs' (default), 'vs-dark', 'hc-black'.
* You can create custom themes via `monaco.editor.defineTheme`.
*/
theme?: string;
/**
......
......@@ -1154,10 +1154,9 @@ declare module monaco.editor {
*/
roundedSelection?: boolean;
/**
* Theme to be used for rendering. Consists of two parts, the UI theme and the syntax theme,
* separated by a space.
* The current available UI themes are: 'vs' (default), 'vs-dark', 'hc-black'
* The syntax themes are contributed. The default is 'default-theme'
* Theme to be used for rendering.
* The current out-of-the-box available themes are: 'vs' (default), 'vs-dark', 'hc-black'.
* You can create custom themes via `monaco.editor.defineTheme`.
*/
theme?: string;
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册