Remove unused field

This commit is contained in:
Alexandru Dima 2019-12-18 11:51:47 +01:00
parent 06d7cfe314
commit f9a577ee8b
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -1,169 +1,128 @@
module.exports = { module.exports = {
accessibilityHelp: { accessibilityHelp: {
entry: 'vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp', entry: 'vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp',
worker: undefined,
}, },
bracketMatching: { bracketMatching: {
entry: 'vs/editor/contrib/bracketMatching/bracketMatching', entry: 'vs/editor/contrib/bracketMatching/bracketMatching',
worker: undefined,
}, },
caretOperations: { caretOperations: {
entry: 'vs/editor/contrib/caretOperations/caretOperations', entry: 'vs/editor/contrib/caretOperations/caretOperations',
worker: undefined,
}, },
clipboard: { clipboard: {
entry: 'vs/editor/contrib/clipboard/clipboard', entry: 'vs/editor/contrib/clipboard/clipboard',
worker: undefined,
}, },
codeAction: { codeAction: {
entry: 'vs/editor/contrib/codeAction/codeActionContributions', entry: 'vs/editor/contrib/codeAction/codeActionContributions',
worker: undefined,
}, },
codelens: { codelens: {
entry: 'vs/editor/contrib/codelens/codelensController', entry: 'vs/editor/contrib/codelens/codelensController',
worker: undefined,
}, },
colorDetector: { colorDetector: {
entry: 'vs/editor/contrib/colorPicker/colorDetector', entry: 'vs/editor/contrib/colorPicker/colorDetector',
worker: undefined,
}, },
comment: { comment: {
entry: 'vs/editor/contrib/comment/comment', entry: 'vs/editor/contrib/comment/comment',
worker: undefined,
}, },
contextmenu: { contextmenu: {
entry: 'vs/editor/contrib/contextmenu/contextmenu', entry: 'vs/editor/contrib/contextmenu/contextmenu',
worker: undefined,
}, },
coreCommands: { coreCommands: {
entry: 'vs/editor/browser/controller/coreCommands', entry: 'vs/editor/browser/controller/coreCommands',
worker: undefined,
}, },
cursorUndo: { cursorUndo: {
entry: 'vs/editor/contrib/cursorUndo/cursorUndo', entry: 'vs/editor/contrib/cursorUndo/cursorUndo',
worker: undefined,
}, },
dnd: { dnd: {
entry: 'vs/editor/contrib/dnd/dnd', entry: 'vs/editor/contrib/dnd/dnd',
worker: undefined,
}, },
find: { find: {
entry: 'vs/editor/contrib/find/findController', entry: 'vs/editor/contrib/find/findController',
worker: undefined,
}, },
folding: { folding: {
entry: 'vs/editor/contrib/folding/folding', entry: 'vs/editor/contrib/folding/folding',
worker: undefined,
}, },
fontZoom: { fontZoom: {
entry: 'vs/editor/contrib/fontZoom/fontZoom', entry: 'vs/editor/contrib/fontZoom/fontZoom',
worker: undefined,
}, },
format: { format: {
entry: 'vs/editor/contrib/format/formatActions', entry: 'vs/editor/contrib/format/formatActions',
worker: undefined,
}, },
goToDefinitionCommands: { goToDefinitionCommands: {
entry: 'vs/editor/contrib/goToDefinition/goToDefinitionCommands', entry: 'vs/editor/contrib/goToDefinition/goToDefinitionCommands',
worker: undefined,
}, },
goToDefinitionMouse: { goToDefinitionMouse: {
entry: 'vs/editor/contrib/goToDefinition/goToDefinitionMouse', entry: 'vs/editor/contrib/goToDefinition/goToDefinitionMouse',
worker: undefined,
}, },
gotoError: { gotoError: {
entry: 'vs/editor/contrib/gotoError/gotoError', entry: 'vs/editor/contrib/gotoError/gotoError',
worker: undefined,
}, },
gotoLine: { gotoLine: {
entry: 'vs/editor/standalone/browser/quickOpen/gotoLine', entry: 'vs/editor/standalone/browser/quickOpen/gotoLine',
worker: undefined,
}, },
hover: { hover: {
entry: 'vs/editor/contrib/hover/hover', entry: 'vs/editor/contrib/hover/hover',
worker: undefined,
}, },
inPlaceReplace: { inPlaceReplace: {
entry: 'vs/editor/contrib/inPlaceReplace/inPlaceReplace', entry: 'vs/editor/contrib/inPlaceReplace/inPlaceReplace',
worker: undefined,
}, },
inspectTokens: { inspectTokens: {
entry: 'vs/editor/standalone/browser/inspectTokens/inspectTokens', entry: 'vs/editor/standalone/browser/inspectTokens/inspectTokens',
worker: undefined,
}, },
iPadShowKeyboard: { iPadShowKeyboard: {
entry: 'vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard', entry: 'vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard',
worker: undefined,
}, },
linesOperations: { linesOperations: {
entry: 'vs/editor/contrib/linesOperations/linesOperations', entry: 'vs/editor/contrib/linesOperations/linesOperations',
worker: undefined,
}, },
links: { links: {
entry: 'vs/editor/contrib/links/links', entry: 'vs/editor/contrib/links/links',
worker: undefined,
}, },
multicursor: { multicursor: {
entry: 'vs/editor/contrib/multicursor/multicursor', entry: 'vs/editor/contrib/multicursor/multicursor',
worker: undefined,
}, },
parameterHints: { parameterHints: {
entry: 'vs/editor/contrib/parameterHints/parameterHints', entry: 'vs/editor/contrib/parameterHints/parameterHints',
worker: undefined,
}, },
quickCommand: { quickCommand: {
entry: 'vs/editor/standalone/browser/quickOpen/quickCommand', entry: 'vs/editor/standalone/browser/quickOpen/quickCommand',
worker: undefined,
}, },
quickOutline: { quickOutline: {
entry: 'vs/editor/standalone/browser/quickOpen/quickOutline', entry: 'vs/editor/standalone/browser/quickOpen/quickOutline',
worker: undefined,
}, },
referenceSearch: { referenceSearch: {
entry: [ entry: [
'vs/editor/contrib/referenceSearch/referenceSearch', 'vs/editor/contrib/referenceSearch/referenceSearch',
'vs/editor/standalone/browser/referenceSearch/standaloneReferenceSearch', 'vs/editor/standalone/browser/referenceSearch/standaloneReferenceSearch',
], ],
worker: undefined,
}, },
rename: { rename: {
entry: 'vs/editor/contrib/rename/rename', entry: 'vs/editor/contrib/rename/rename',
worker: undefined,
}, },
smartSelect: { smartSelect: {
entry: 'vs/editor/contrib/smartSelect/smartSelect', entry: 'vs/editor/contrib/smartSelect/smartSelect',
worker: undefined,
}, },
snippets: { snippets: {
entry: 'vs/editor/contrib/snippet/snippetController2', entry: 'vs/editor/contrib/snippet/snippetController2',
worker: undefined,
}, },
suggest: { suggest: {
entry: 'vs/editor/contrib/suggest/suggestController', entry: 'vs/editor/contrib/suggest/suggestController',
worker: undefined,
}, },
toggleHighContrast: { toggleHighContrast: {
entry: 'vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast', entry: 'vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast',
worker: undefined,
}, },
toggleTabFocusMode: { toggleTabFocusMode: {
entry: 'vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode', entry: 'vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode',
worker: undefined,
}, },
transpose: { transpose: {
entry: 'vs/editor/contrib/caretOperations/transpose', entry: 'vs/editor/contrib/caretOperations/transpose',
worker: undefined,
}, },
wordHighlighter: { wordHighlighter: {
entry: 'vs/editor/contrib/wordHighlighter/wordHighlighter', entry: 'vs/editor/contrib/wordHighlighter/wordHighlighter',
worker: undefined,
}, },
wordOperations: { wordOperations: {
entry: 'vs/editor/contrib/wordOperations/wordOperations', entry: 'vs/editor/contrib/wordOperations/wordOperations',
worker: undefined,
}, },
wordPartOperations: { wordPartOperations: {
entry: 'vs/editor/contrib/wordPartOperations/wordPartOperations', entry: 'vs/editor/contrib/wordPartOperations/wordPartOperations',
worker: undefined,
}, },
}; };