Rerun monacodts again

上级 10603fe2
......@@ -247,31 +247,32 @@ export enum EditorOption {
selectionClipboard = 79,
selectionHighlight = 80,
selectOnLineNumbers = 81,
showFoldingControls = 82,
showUnused = 83,
snippetSuggestions = 84,
smoothScrolling = 85,
stopRenderingLineAfter = 86,
suggest = 87,
suggestFontSize = 88,
suggestLineHeight = 89,
suggestOnTriggerCharacters = 90,
suggestSelection = 91,
tabCompletion = 92,
useTabStops = 93,
wordSeparators = 94,
wordWrap = 95,
wordWrapBreakAfterCharacters = 96,
wordWrapBreakBeforeCharacters = 97,
wordWrapColumn = 98,
wordWrapMinified = 99,
wrappingIndent = 100,
wrappingAlgorithm = 101,
editorClassName = 102,
pixelRatio = 103,
tabFocusMode = 104,
layoutInfo = 105,
wrappingInfo = 106
semanticHighlighting = 82,
showFoldingControls = 83,
showUnused = 84,
snippetSuggestions = 85,
smoothScrolling = 86,
stopRenderingLineAfter = 87,
suggest = 88,
suggestFontSize = 89,
suggestLineHeight = 90,
suggestOnTriggerCharacters = 91,
suggestSelection = 92,
tabCompletion = 93,
useTabStops = 94,
wordSeparators = 95,
wordWrap = 96,
wordWrapBreakAfterCharacters = 97,
wordWrapBreakBeforeCharacters = 98,
wordWrapColumn = 99,
wordWrapMinified = 100,
wrappingIndent = 101,
wrappingAlgorithm = 102,
editorClassName = 103,
pixelRatio = 104,
tabFocusMode = 105,
layoutInfo = 106,
wrappingInfo = 107
}
/**
......
......@@ -3753,31 +3753,32 @@ declare namespace monaco.editor {
selectionClipboard = 79,
selectionHighlight = 80,
selectOnLineNumbers = 81,
showFoldingControls = 82,
showUnused = 83,
snippetSuggestions = 84,
smoothScrolling = 85,
stopRenderingLineAfter = 86,
suggest = 87,
suggestFontSize = 88,
suggestLineHeight = 89,
suggestOnTriggerCharacters = 90,
suggestSelection = 91,
tabCompletion = 92,
useTabStops = 93,
wordSeparators = 94,
wordWrap = 95,
wordWrapBreakAfterCharacters = 96,
wordWrapBreakBeforeCharacters = 97,
wordWrapColumn = 98,
wordWrapMinified = 99,
wrappingIndent = 100,
wrappingAlgorithm = 101,
editorClassName = 102,
pixelRatio = 103,
tabFocusMode = 104,
layoutInfo = 105,
wrappingInfo = 106
semanticHighlighting = 82,
showFoldingControls = 83,
showUnused = 84,
snippetSuggestions = 85,
smoothScrolling = 86,
stopRenderingLineAfter = 87,
suggest = 88,
suggestFontSize = 89,
suggestLineHeight = 90,
suggestOnTriggerCharacters = 91,
suggestSelection = 92,
tabCompletion = 93,
useTabStops = 94,
wordSeparators = 95,
wordWrap = 96,
wordWrapBreakAfterCharacters = 97,
wordWrapBreakBeforeCharacters = 98,
wordWrapColumn = 99,
wordWrapMinified = 100,
wrappingIndent = 101,
wrappingAlgorithm = 102,
editorClassName = 103,
pixelRatio = 104,
tabFocusMode = 105,
layoutInfo = 106,
wrappingInfo = 107
}
export const EditorOptions: {
acceptSuggestionOnCommitCharacter: IEditorOption<EditorOption.acceptSuggestionOnCommitCharacter, boolean>;
......@@ -3862,6 +3863,7 @@ declare namespace monaco.editor {
selectionClipboard: IEditorOption<EditorOption.selectionClipboard, boolean>;
selectionHighlight: IEditorOption<EditorOption.selectionHighlight, boolean>;
selectOnLineNumbers: IEditorOption<EditorOption.selectOnLineNumbers, boolean>;
semanticHighlighting: IEditorOption<EditorOption.semanticHighlighting, any>;
showFoldingControls: IEditorOption<EditorOption.showFoldingControls, 'always' | 'mouseover'>;
showUnused: IEditorOption<EditorOption.showUnused, boolean>;
snippetSuggestions: IEditorOption<EditorOption.snippetSuggestions, 'none' | 'top' | 'bottom' | 'inline'>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册