mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-24 11:47:43 +00:00
Remove edcore.main
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "monaco-editor-core",
|
||||
"private": true,
|
||||
"version": "0.11.2",
|
||||
"version": "0.11.3",
|
||||
"description": "A browser based code editor",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import 'vs/editor/editor.all';
|
||||
import 'vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp';
|
||||
import 'vs/editor/standalone/browser/inspectTokens/inspectTokens';
|
||||
import 'vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard';
|
||||
import 'vs/editor/standalone/browser/quickOpen/quickOutline';
|
||||
import 'vs/editor/standalone/browser/quickOpen/gotoLine';
|
||||
import 'vs/editor/standalone/browser/quickOpen/quickCommand';
|
||||
import 'vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast';
|
||||
|
||||
export * from 'vs/editor/editor.api';
|
||||
@@ -3,4 +3,15 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
export * from 'vs/editor/edcore.main';
|
||||
'use strict';
|
||||
|
||||
import 'vs/editor/editor.all';
|
||||
import 'vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp';
|
||||
import 'vs/editor/standalone/browser/inspectTokens/inspectTokens';
|
||||
import 'vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard';
|
||||
import 'vs/editor/standalone/browser/quickOpen/quickOutline';
|
||||
import 'vs/editor/standalone/browser/quickOpen/gotoLine';
|
||||
import 'vs/editor/standalone/browser/quickOpen/quickCommand';
|
||||
import 'vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast';
|
||||
|
||||
export * from 'vs/editor/editor.api';
|
||||
|
||||
Reference in New Issue
Block a user