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

monaco-editor-core - 0.9.0

上级 ffa4402b
{
"name": "monaco-editor-core",
"private": true,
"version": "0.8.2",
"version": "0.9.0",
"description": "A browser based code editor",
"author": "Microsoft Corporation",
"license": "MIT",
......
......@@ -23,6 +23,7 @@ import { EDITOR_DEFAULTS, WrappingIndent } from 'vs/editor/common/config/editorO
(<any>EDITOR_DEFAULTS).wrappingIndent = WrappingIndent.None;
(<any>EDITOR_DEFAULTS.contribInfo).folding = false;
(<any>EDITOR_DEFAULTS.viewInfo).glyphMargin = false;
(<any>EDITOR_DEFAULTS).autoIndent = false;
let base = createMonacoBaseAPI();
for (let prop in base) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册