提交 6050a36e 编写于 作者: A Alex Dima

Do not include the registration of handlebars in monaco-editor-core

上级 1316454c
{
"name": "monaco-editor-core",
"private": true,
"version": "0.7.0-next.2",
"version": "0.7.0-next.3",
"description": "A browser based code editor",
"author": "Microsoft Corporation",
"license": "MIT",
......
......@@ -10,7 +10,7 @@ import 'vs/editor/contrib/quickOpen/browser/quickOutline';
import 'vs/editor/contrib/quickOpen/browser/gotoLine';
import 'vs/editor/contrib/quickOpen/browser/quickCommand';
// import 'vs/languages/html/common/html.contribution';
import 'vs/languages/handlebars/common/handlebars.contribution';
// import 'vs/languages/handlebars/common/handlebars.contribution';
import 'vs/languages/razor/common/razor.contribution';
import {createMonacoBaseAPI} from 'vs/editor/common/standalone/standaloneBase';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册