mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Remove non-optional features; align names
This commit is contained in:
parent
5d5e00dbb2
commit
abaa22c84e
1 changed files with 7 additions and 19 deletions
|
|
@ -15,11 +15,7 @@ module.exports = {
|
|||
entry: 'vs/editor/contrib/clipboard/clipboard',
|
||||
worker: undefined,
|
||||
},
|
||||
codeEditorWidget: {
|
||||
entry: 'vs/editor/browser/widget/codeEditorWidget',
|
||||
worker: undefined,
|
||||
},
|
||||
codelensController: {
|
||||
codelens: {
|
||||
entry: 'vs/editor/contrib/codelens/codelensController',
|
||||
worker: undefined,
|
||||
},
|
||||
|
|
@ -43,19 +39,11 @@ module.exports = {
|
|||
entry: 'vs/editor/contrib/cursorUndo/cursorUndo',
|
||||
worker: undefined,
|
||||
},
|
||||
diffEditorWidget: {
|
||||
entry: 'vs/editor/browser/widget/diffEditorWidget',
|
||||
worker: undefined,
|
||||
},
|
||||
diffNavigator: {
|
||||
entry: 'vs/editor/browser/widget/diffNavigator',
|
||||
worker: undefined,
|
||||
},
|
||||
dnd: {
|
||||
entry: 'vs/editor/contrib/dnd/dnd',
|
||||
worker: undefined,
|
||||
},
|
||||
findController: {
|
||||
find: {
|
||||
entry: 'vs/editor/contrib/find/findController',
|
||||
worker: undefined,
|
||||
},
|
||||
|
|
@ -63,15 +51,15 @@ module.exports = {
|
|||
entry: 'vs/editor/contrib/folding/folding',
|
||||
worker: undefined,
|
||||
},
|
||||
formatActions: {
|
||||
format: {
|
||||
entry: 'vs/editor/contrib/format/formatActions',
|
||||
worker: undefined,
|
||||
},
|
||||
goToDeclarationCommands: {
|
||||
gotoDeclarationCommands: {
|
||||
entry: 'vs/editor/contrib/goToDeclaration/goToDeclarationCommands',
|
||||
worker: undefined,
|
||||
},
|
||||
goToDeclarationMouse: {
|
||||
gotoDeclarationMouse: {
|
||||
entry: 'vs/editor/contrib/goToDeclaration/goToDeclarationMouse',
|
||||
worker: undefined,
|
||||
},
|
||||
|
|
@ -139,11 +127,11 @@ module.exports = {
|
|||
entry: 'vs/editor/contrib/smartSelect/smartSelect',
|
||||
worker: undefined,
|
||||
},
|
||||
snippetController2: {
|
||||
snippets: {
|
||||
entry: 'vs/editor/contrib/snippet/snippetController2',
|
||||
worker: undefined,
|
||||
},
|
||||
suggestController: {
|
||||
suggest: {
|
||||
entry: 'vs/editor/contrib/suggest/suggestController',
|
||||
worker: undefined,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue