Skip to content

Commit 09b4121

Browse files
committed
Do not include the registration of razor in monaco-editor-core
1 parent 6050a36 commit 09b4121

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/monaco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monaco-editor-core",
33
"private": true,
4-
"version": "0.7.0-next.3",
4+
"version": "0.7.0-next.4",
55
"description": "A browser based code editor",
66
"author": "Microsoft Corporation",
77
"license": "MIT",

src/vs/editor/editor.main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'vs/editor/contrib/quickOpen/browser/gotoLine';
1111
import 'vs/editor/contrib/quickOpen/browser/quickCommand';
1212
// import 'vs/languages/html/common/html.contribution';
1313
// import 'vs/languages/handlebars/common/handlebars.contribution';
14-
import 'vs/languages/razor/common/razor.contribution';
14+
// import 'vs/languages/razor/common/razor.contribution';
1515

1616
import {createMonacoBaseAPI} from 'vs/editor/common/standalone/standaloneBase';
1717
import {createMonacoEditorAPI} from 'vs/editor/browser/standalone/standaloneEditor';

0 commit comments

Comments
 (0)