提交 da77fb3b 编写于 作者: J Jackson Kearl

Fix monaco.d.ts not being generated and causing my terrible spelling to be committed

上级 64f18659
...@@ -444,12 +444,12 @@ export interface IEditorOptions { ...@@ -444,12 +444,12 @@ export interface IEditorOptions {
iconsInSuggestions?: boolean; iconsInSuggestions?: boolean;
/** /**
* Options for auto closing brackets. * Options for auto closing brackets.
* Defaults to allowing autoclosing before whitespace and punctuation and allowing autowrapping always. * Defaults to allowing auto-closing before whitespace and punctuation and allowing auto-wrapping always.
*/ */
autoClosingBrackets?: EditorAutoClosingOptions; autoClosingBrackets?: EditorAutoClosingOptions;
/** /**
* Options for auto closing quotes. * Options for auto closing quotes.
* Defaults to allowing autoclosing before whitespace and allowing autowrapping always. * Defaults to allowing auto-closing before whitespace and allowing auto-wrapping always.
*/ */
autoClosingQuotes?: EditorAutoClosingOptions; autoClosingQuotes?: EditorAutoClosingOptions;
/** /**
......
...@@ -2786,12 +2786,12 @@ declare namespace monaco.editor { ...@@ -2786,12 +2786,12 @@ declare namespace monaco.editor {
iconsInSuggestions?: boolean; iconsInSuggestions?: boolean;
/** /**
* Options for auto closing brackets. * Options for auto closing brackets.
* Defaults to allowing both autowrapping and autoclosing. * Defaults to allowing auto-closing before whitespace and punctuation and allowing auto-wrapping always.
*/ */
autoClosingBrackets?: EditorAutoClosingOptions; autoClosingBrackets?: EditorAutoClosingOptions;
/** /**
* Options for auto closing quotes. * Options for auto closing quotes.
* Defaults to allowing autoclosing before whitespace and allwoing autowrapping always. * Defaults to allowing auto-closing before whitespace and allowing auto-wrapping always.
*/ */
autoClosingQuotes?: EditorAutoClosingOptions; autoClosingQuotes?: EditorAutoClosingOptions;
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册