monaco-editor-core
Version:
A browser based code editor
1,336 lines • 330 kB
JSON
{
"graph": {
"===anonymous1===": [
"require"
],
"===anonymous2===": [
"vs/editor/editor.main",
"vs/css",
"vs/base/common/worker/simpleWorker",
"vs/editor/common/services/editorSimpleWorker"
],
"vs/editor/editor.main": [
"require",
"exports",
"vs/editor/editor.api",
"vs/editor/editor.all",
"vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard",
"vs/editor/standalone/browser/inspectTokens/inspectTokens",
"vs/editor/standalone/browser/quickAccess/standaloneHelpQuickAccess",
"vs/editor/standalone/browser/quickAccess/standaloneGotoLineQuickAccess",
"vs/editor/standalone/browser/quickAccess/standaloneGotoSymbolQuickAccess",
"vs/editor/standalone/browser/quickAccess/standaloneCommandsQuickAccess",
"vs/editor/standalone/browser/referenceSearch/standaloneReferenceSearch",
"vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast"
],
"vs/css": [
"require",
"exports"
],
"vs/base/common/worker/simpleWorker": [
"require",
"exports",
"vs/base/common/errors",
"vs/base/common/event",
"vs/base/common/lifecycle",
"vs/base/common/network",
"vs/base/common/platform",
"vs/base/common/strings"
],
"vs/editor/common/services/editorSimpleWorker": [
"require",
"exports",
"vs/base/common/diff/diff",
"vs/editor/common/core/range",
"vs/editor/common/languages/linkComputer",
"vs/editor/common/languages/supports/inplaceReplaceSupport",
"vs/editor/common/services/editorBaseApi",
"vs/editor/common/services/editorWorkerHost",
"vs/base/common/stopwatch",
"vs/editor/common/services/unicodeTextModelHighlighter",
"vs/editor/common/diff/linesDiffComputers",
"vs/base/common/objects",
"vs/base/common/network",
"vs/editor/common/languages/defaultDocumentColorsComputer",
"vs/editor/common/services/findSectionHeaders",
"vs/editor/common/services/textModelSync/textModelSync.impl"
],
"vs/editor/editor.api": [
"require",
"exports",
"vs/editor/common/config/editorOptions",
"vs/editor/common/services/editorBaseApi",
"vs/editor/standalone/browser/standaloneEditor",
"vs/editor/standalone/browser/standaloneLanguages",
"vs/editor/contrib/format/browser/format"
],
"vs/editor/editor.all": [
"require",
"exports",
"vs/editor/browser/coreCommands",
"vs/editor/browser/widget/codeEditor/codeEditorWidget",
"vs/editor/browser/widget/diffEditor/diffEditor.contribution",
"vs/editor/contrib/anchorSelect/browser/anchorSelect",
"vs/editor/contrib/bracketMatching/browser/bracketMatching",
"vs/editor/contrib/caretOperations/browser/caretOperations",
"vs/editor/contrib/caretOperations/browser/transpose",
"vs/editor/contrib/clipboard/browser/clipboard",
"vs/editor/contrib/codeAction/browser/codeActionContributions",
"vs/editor/contrib/codelens/browser/codelensController",
"vs/editor/contrib/colorPicker/browser/colorContributions",
"vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions",
"vs/editor/contrib/comment/browser/comment",
"vs/editor/contrib/contextmenu/browser/contextmenu",
"vs/editor/contrib/cursorUndo/browser/cursorUndo",
"vs/editor/contrib/dnd/browser/dnd",
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution",
"vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution",
"vs/editor/contrib/find/browser/findController",
"vs/editor/contrib/folding/browser/folding",
"vs/editor/contrib/fontZoom/browser/fontZoom",
"vs/editor/contrib/format/browser/formatActions",
"vs/editor/contrib/documentSymbols/browser/documentSymbols",
"vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution",
"vs/editor/contrib/inlineProgress/browser/inlineProgress",
"vs/editor/contrib/gotoSymbol/browser/goToCommands",
"vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition",
"vs/editor/contrib/gotoError/browser/gotoError",
"vs/editor/contrib/hover/browser/hoverContribution",
"vs/editor/contrib/indentation/browser/indentation",
"vs/editor/contrib/inlayHints/browser/inlayHintsContribution",
"vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace",
"vs/editor/contrib/lineSelection/browser/lineSelection",
"vs/editor/contrib/linesOperations/browser/linesOperations",
"vs/editor/contrib/linkedEditing/browser/linkedEditing",
"vs/editor/contrib/links/browser/links",
"vs/editor/contrib/longLinesHelper/browser/longLinesHelper",
"vs/editor/contrib/multicursor/browser/multicursor",
"vs/editor/contrib/inlineEdit/browser/inlineEdit.contribution",
"vs/editor/contrib/inlineEdits/browser/inlineEdits.contribution",
"vs/editor/contrib/parameterHints/browser/parameterHints",
"vs/editor/contrib/placeholderText/browser/placeholderText.contribution",
"vs/editor/contrib/rename/browser/rename",
"vs/editor/contrib/sectionHeaders/browser/sectionHeaders",
"vs/editor/contrib/semanticTokens/browser/documentSemanticTokens",
"vs/editor/contrib/semanticTokens/browser/viewportSemanticTokens",
"vs/editor/contrib/smartSelect/browser/smartSelect",
"vs/editor/contrib/snippet/browser/snippetController2",
"vs/editor/contrib/stickyScroll/browser/stickyScrollContribution",
"vs/editor/contrib/suggest/browser/suggestController",
"vs/editor/contrib/suggest/browser/suggestInlineCompletions",
"vs/editor/contrib/tokenization/browser/tokenization",
"vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode",
"vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter",
"vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators",
"vs/editor/contrib/wordHighlighter/browser/wordHighlighter",
"vs/editor/contrib/wordOperations/browser/wordOperations",
"vs/editor/contrib/wordPartOperations/browser/wordPartOperations",
"vs/editor/contrib/readOnlyMessage/browser/contribution",
"vs/editor/contrib/diffEditorBreadcrumbs/browser/contribution",
"vs/editor/common/standaloneStrings",
"vs/base/browser/ui/codicons/codiconStyles"
],
"vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard": [
"require",
"exports",
"vs/base/browser/dom",
"vs/base/common/lifecycle",
"vs/editor/browser/editorExtensions",
"vs/base/common/platform",
"vs/css!vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard"
],
"vs/editor/standalone/browser/inspectTokens/inspectTokens": [
"require",
"exports",
"vs/base/browser/dom",
"vs/base/common/color",
"vs/base/common/lifecycle",
"vs/editor/browser/editorExtensions",
"vs/editor/common/languages",
"vs/editor/common/encodedTokenAttributes",
"vs/editor/common/languages/nullTokenize",
"vs/editor/common/languages/language",
"vs/editor/standalone/common/standaloneTheme",
"vs/editor/common/standaloneStrings",
"vs/css!vs/editor/standalone/browser/inspectTokens/inspectTokens"
],
"vs/editor/standalone/browser/quickAccess/standaloneHelpQuickAccess": [
"require",
"exports",
"vs/platform/registry/common/platform",
"vs/platform/quickinput/common/quickAccess",
"vs/editor/common/standaloneStrings",
"vs/platform/quickinput/browser/helpQuickAccess"
],
"vs/editor/standalone/browser/quickAccess/standaloneGotoLineQuickAccess": [
"require",
"exports",
"vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess",
"vs/platform/registry/common/platform",
"vs/platform/quickinput/common/quickAccess",
"vs/editor/browser/services/codeEditorService",
"vs/editor/common/standaloneStrings",
"vs/base/common/event",
"vs/editor/browser/editorExtensions",
"vs/editor/common/editorContextKeys",
"vs/platform/quickinput/common/quickInput"
],
"vs/editor/standalone/browser/quickAccess/standaloneGotoSymbolQuickAccess": [
"require",
"exports",
"vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess",
"vs/platform/registry/common/platform",
"vs/platform/quickinput/common/quickAccess",
"vs/editor/browser/services/codeEditorService",
"vs/editor/common/standaloneStrings",
"vs/base/common/event",
"vs/editor/browser/editorExtensions",
"vs/editor/common/editorContextKeys",
"vs/platform/quickinput/common/quickInput",
"vs/editor/contrib/documentSymbols/browser/outlineModel",
"vs/editor/common/services/languageFeatures",
"vs/base/browser/ui/codicons/codiconStyles",
"vs/editor/contrib/symbolIcons/browser/symbolIcons"
],
"vs/editor/standalone/browser/quickAccess/standaloneCommandsQuickAccess": [
"require",
"exports",
"vs/platform/registry/common/platform",
"vs/platform/quickinput/common/quickAccess",
"vs/editor/common/standaloneStrings",
"vs/editor/browser/services/codeEditorService",
"vs/editor/contrib/quickAccess/browser/commandsQuickAccess",
"vs/platform/instantiation/common/instantiation",
"vs/platform/keybinding/common/keybinding",
"vs/platform/commands/common/commands",
"vs/platform/telemetry/common/telemetry",
"vs/platform/dialogs/common/dialogs",
"vs/editor/browser/editorExtensions",
"vs/editor/common/editorContextKeys",
"vs/platform/quickinput/common/quickInput"
],
"vs/editor/standalone/browser/referenceSearch/standaloneReferenceSearch": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/browser/services/codeEditorService",
"vs/editor/contrib/gotoSymbol/browser/peek/referencesController",
"vs/platform/configuration/common/configuration",
"vs/platform/contextkey/common/contextkey",
"vs/platform/instantiation/common/instantiation",
"vs/platform/notification/common/notification",
"vs/platform/storage/common/storage"
],
"vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/standalone/common/standaloneTheme",
"vs/editor/common/standaloneStrings",
"vs/platform/theme/common/theme",
"vs/editor/standalone/browser/standaloneThemeService"
],
"vs/base/common/errors": [
"require",
"exports"
],
"vs/base/common/event": [
"require",
"exports",
"vs/base/common/errors",
"vs/base/common/functional",
"vs/base/common/lifecycle",
"vs/base/common/linkedList",
"vs/base/common/stopwatch"
],
"vs/base/common/lifecycle": [
"require",
"exports",
"vs/base/common/functional",
"vs/base/common/iterator"
],
"vs/base/common/network": [
"require",
"exports",
"vs/base/common/errors",
"vs/base/common/platform",
"vs/base/common/strings",
"vs/base/common/uri",
"vs/base/common/path"
],
"vs/base/common/platform": [
"require",
"exports",
"vs/nls"
],
"vs/base/common/strings": [
"require",
"exports",
"vs/base/common/cache",
"vs/base/common/lazy"
],
"vs/base/common/diff/diff": [
"require",
"exports",
"vs/base/common/diff/diffChange",
"vs/base/common/hash"
],
"vs/editor/common/core/range": [
"require",
"exports",
"vs/editor/common/core/position"
],
"vs/editor/common/languages/linkComputer": [
"require",
"exports",
"vs/editor/common/core/characterClassifier"
],
"vs/editor/common/languages/supports/inplaceReplaceSupport": [
"require",
"exports"
],
"vs/editor/common/services/editorBaseApi": [
"require",
"exports",
"vs/base/common/cancellation",
"vs/base/common/event",
"vs/base/common/keyCodes",
"vs/base/common/uri",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/core/selection",
"vs/editor/common/languages",
"vs/editor/common/standalone/standaloneEnums"
],
"vs/editor/common/services/editorWorkerHost": [
"require",
"exports"
],
"vs/base/common/stopwatch": [
"require",
"exports"
],
"vs/editor/common/services/unicodeTextModelHighlighter": [
"require",
"exports",
"vs/editor/common/core/range",
"vs/editor/common/model/textModelSearch",
"vs/base/common/strings",
"vs/base/common/assert",
"vs/editor/common/core/wordHelper"
],
"vs/editor/common/diff/linesDiffComputers": [
"require",
"exports",
"vs/editor/common/diff/legacyLinesDiffComputer",
"vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer"
],
"vs/base/common/objects": [
"require",
"exports",
"vs/base/common/types"
],
"vs/editor/common/languages/defaultDocumentColorsComputer": [
"require",
"exports",
"vs/base/common/color"
],
"vs/editor/common/services/findSectionHeaders": [
"require",
"exports"
],
"vs/editor/common/services/textModelSync/textModelSync.impl": [
"require",
"exports",
"vs/base/common/async",
"vs/base/common/lifecycle",
"vs/base/common/uri",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/core/wordHelper",
"vs/editor/common/model/mirrorTextModel"
],
"vs/editor/browser/coreCommands": [
"require",
"exports",
"vs/nls",
"vs/base/browser/browser",
"vs/base/common/types",
"vs/base/browser/ui/aria/aria",
"vs/editor/browser/editorExtensions",
"vs/editor/browser/services/codeEditorService",
"vs/editor/common/cursor/cursorColumnSelection",
"vs/editor/common/cursorCommon",
"vs/editor/common/cursor/cursorDeleteOperations",
"vs/editor/common/cursor/cursorMoveCommands",
"vs/editor/common/cursor/cursorTypeOperations",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/editorContextKeys",
"vs/platform/contextkey/common/contextkey",
"vs/platform/keybinding/common/keybindingsRegistry",
"vs/base/browser/dom",
"vs/editor/common/cursor/cursorTypeEditOperations"
],
"vs/editor/browser/widget/codeEditor/codeEditorWidget": [
"require",
"exports",
"vs/base/browser/dom",
"vs/base/common/errors",
"vs/base/common/event",
"vs/base/common/lifecycle",
"vs/base/common/network",
"vs/editor/browser/config/domFontInfo",
"vs/editor/browser/config/editorConfiguration",
"vs/editor/browser/config/tabFocus",
"vs/editor/browser/editorExtensions",
"vs/editor/browser/services/codeEditorService",
"vs/editor/browser/view",
"vs/editor/browser/view/domLineBreaksComputer",
"vs/editor/browser/view/viewUserInputEvents",
"vs/editor/browser/widget/codeEditor/codeEditorContributions",
"vs/editor/common/config/editorOptions",
"vs/editor/common/core/cursorColumns",
"vs/editor/common/core/editorColorRegistry",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/core/selection",
"vs/editor/common/cursor/cursorWordOperations",
"vs/editor/common/editorAction",
"vs/editor/common/editorCommon",
"vs/editor/common/editorContextKeys",
"vs/editor/common/languages/languageConfigurationRegistry",
"vs/editor/common/model/textModel",
"vs/editor/common/services/languageFeatures",
"vs/editor/common/viewModel/monospaceLineBreaksComputer",
"vs/editor/common/viewModel/viewModelImpl",
"vs/nls",
"vs/platform/accessibility/common/accessibility",
"vs/platform/commands/common/commands",
"vs/platform/contextkey/common/contextkey",
"vs/platform/instantiation/common/instantiation",
"vs/platform/instantiation/common/serviceCollection",
"vs/platform/notification/common/notification",
"vs/platform/theme/common/colorRegistry",
"vs/platform/theme/common/themeService",
"vs/platform/actions/common/actions",
"vs/editor/browser/services/markerDecorations",
"vs/css!vs/editor/browser/widget/codeEditor/editor"
],
"vs/editor/browser/widget/diffEditor/diffEditor.contribution": [
"require",
"exports",
"vs/base/common/codicons",
"vs/editor/browser/widget/diffEditor/commands",
"vs/editor/common/editorContextKeys",
"vs/nls",
"vs/platform/actions/common/actions",
"vs/platform/commands/common/commands",
"vs/platform/contextkey/common/contextkey",
"vs/editor/browser/widget/diffEditor/registrations.contribution"
],
"vs/editor/contrib/anchorSelect/browser/anchorSelect": [
"require",
"exports",
"vs/base/browser/ui/aria/aria",
"vs/base/common/htmlContent",
"vs/base/common/keyCodes",
"vs/editor/browser/editorExtensions",
"vs/editor/common/core/selection",
"vs/editor/common/editorContextKeys",
"vs/nls",
"vs/platform/contextkey/common/contextkey",
"vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect"
],
"vs/editor/contrib/bracketMatching/browser/bracketMatching": [
"require",
"exports",
"vs/base/common/async",
"vs/base/common/lifecycle",
"vs/editor/browser/editorExtensions",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/core/selection",
"vs/editor/common/editorContextKeys",
"vs/editor/common/model",
"vs/editor/common/model/textModel",
"vs/nls",
"vs/platform/actions/common/actions",
"vs/platform/theme/common/colorRegistry",
"vs/platform/theme/common/themeService",
"vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching"
],
"vs/editor/contrib/caretOperations/browser/caretOperations": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/common/editorContextKeys",
"vs/editor/contrib/caretOperations/browser/moveCaretCommand",
"vs/nls"
],
"vs/editor/contrib/caretOperations/browser/transpose": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/common/commands/replaceCommand",
"vs/editor/common/cursor/cursorMoveOperations",
"vs/editor/common/core/range",
"vs/editor/common/editorContextKeys",
"vs/nls"
],
"vs/editor/contrib/clipboard/browser/clipboard": [
"require",
"exports",
"vs/base/browser/browser",
"vs/base/browser/dom",
"vs/base/common/platform",
"vs/editor/browser/controller/textAreaInput",
"vs/editor/browser/editorExtensions",
"vs/editor/browser/services/codeEditorService",
"vs/editor/common/editorContextKeys",
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteController",
"vs/nls",
"vs/platform/actions/common/actions",
"vs/platform/clipboard/common/clipboardService",
"vs/platform/contextkey/common/contextkey"
],
"vs/editor/contrib/codeAction/browser/codeActionContributions": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/common/config/editorConfigurationSchema",
"vs/editor/contrib/codeAction/browser/codeActionCommands",
"vs/editor/contrib/codeAction/browser/codeActionController",
"vs/editor/contrib/codeAction/browser/lightBulbWidget",
"vs/nls",
"vs/platform/configuration/common/configurationRegistry",
"vs/platform/registry/common/platform"
],
"vs/editor/contrib/codelens/browser/codelensController": [
"require",
"exports",
"vs/base/common/async",
"vs/base/common/errors",
"vs/base/common/lifecycle",
"vs/editor/browser/stableEditorScroll",
"vs/editor/browser/editorExtensions",
"vs/editor/common/config/editorOptions",
"vs/editor/common/editorContextKeys",
"vs/editor/contrib/codelens/browser/codelens",
"vs/editor/contrib/codelens/browser/codeLensCache",
"vs/editor/contrib/codelens/browser/codelensWidget",
"vs/nls",
"vs/platform/commands/common/commands",
"vs/platform/notification/common/notification",
"vs/platform/quickinput/common/quickInput",
"vs/editor/common/services/languageFeatureDebounce",
"vs/editor/common/services/languageFeatures"
],
"vs/editor/contrib/colorPicker/browser/colorContributions": [
"require",
"exports",
"vs/base/common/lifecycle",
"vs/editor/browser/editorExtensions",
"vs/editor/common/core/range",
"vs/editor/contrib/colorPicker/browser/colorDetector",
"vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
"vs/editor/contrib/hover/browser/contentHoverController2",
"vs/editor/contrib/hover/browser/hoverTypes"
],
"vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/nls",
"vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget",
"vs/editor/common/editorContextKeys",
"vs/platform/actions/common/actions",
"vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
],
"vs/editor/contrib/comment/browser/comment": [
"require",
"exports",
"vs/base/common/keyCodes",
"vs/editor/browser/editorExtensions",
"vs/editor/common/core/range",
"vs/editor/common/editorContextKeys",
"vs/editor/common/languages/languageConfigurationRegistry",
"vs/editor/contrib/comment/browser/blockCommentCommand",
"vs/editor/contrib/comment/browser/lineCommentCommand",
"vs/nls",
"vs/platform/actions/common/actions"
],
"vs/editor/contrib/contextmenu/browser/contextmenu": [
"require",
"exports",
"vs/base/browser/dom",
"vs/base/browser/ui/actionbar/actionViewItems",
"vs/base/common/actions",
"vs/base/common/lifecycle",
"vs/base/common/platform",
"vs/editor/browser/editorExtensions",
"vs/editor/common/editorContextKeys",
"vs/nls",
"vs/platform/actions/common/actions",
"vs/platform/contextkey/common/contextkey",
"vs/platform/contextview/browser/contextView",
"vs/platform/keybinding/common/keybinding",
"vs/platform/configuration/common/configuration",
"vs/platform/workspace/common/workspace"
],
"vs/editor/contrib/cursorUndo/browser/cursorUndo": [
"require",
"exports",
"vs/base/common/lifecycle",
"vs/editor/browser/editorExtensions",
"vs/editor/common/editorContextKeys",
"vs/nls"
],
"vs/editor/contrib/dnd/browser/dnd": [
"require",
"exports",
"vs/base/common/lifecycle",
"vs/base/common/platform",
"vs/editor/browser/editorExtensions",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/core/selection",
"vs/editor/common/model/textModel",
"vs/editor/contrib/dnd/browser/dragAndDropCommand",
"vs/css!vs/editor/contrib/dnd/browser/dnd"
],
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution": [
"require",
"exports",
"vs/base/common/hierarchicalKind",
"vs/editor/browser/editorExtensions",
"vs/editor/common/editorContextKeys",
"vs/editor/common/editorFeatures",
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteController",
"vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
"vs/nls"
],
"vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/common/config/editorConfigurationSchema",
"vs/editor/common/editorFeatures",
"vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
"vs/nls",
"vs/platform/configuration/common/configurationRegistry",
"vs/platform/registry/common/platform",
"vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController"
],
"vs/editor/contrib/find/browser/findController": [
"require",
"exports",
"vs/base/common/async",
"vs/base/common/lifecycle",
"vs/base/common/strings",
"vs/editor/browser/editorExtensions",
"vs/editor/common/core/editorColorRegistry",
"vs/editor/common/editorContextKeys",
"vs/editor/common/model",
"vs/editor/contrib/find/browser/findModel",
"vs/editor/contrib/find/browser/findOptionsWidget",
"vs/editor/contrib/find/browser/findState",
"vs/editor/contrib/find/browser/findWidget",
"vs/nls",
"vs/platform/actions/common/actions",
"vs/platform/clipboard/common/clipboardService",
"vs/platform/contextkey/common/contextkey",
"vs/platform/contextview/browser/contextView",
"vs/platform/keybinding/common/keybinding",
"vs/platform/notification/common/notification",
"vs/platform/quickinput/common/quickInput",
"vs/platform/storage/common/storage",
"vs/platform/theme/common/themeService",
"vs/platform/hover/browser/hover"
],
"vs/editor/contrib/folding/browser/folding": [
"require",
"exports",
"vs/base/common/async",
"vs/base/common/cancellation",
"vs/base/common/errors",
"vs/base/common/keyCodes",
"vs/base/common/lifecycle",
"vs/base/common/strings",
"vs/base/common/types",
"vs/editor/browser/stableEditorScroll",
"vs/editor/browser/editorExtensions",
"vs/editor/common/editorContextKeys",
"vs/editor/common/languages",
"vs/editor/common/languages/languageConfigurationRegistry",
"vs/editor/contrib/folding/browser/foldingModel",
"vs/editor/contrib/folding/browser/hiddenRangeModel",
"vs/editor/contrib/folding/browser/indentRangeProvider",
"vs/nls",
"vs/platform/contextkey/common/contextkey",
"vs/editor/contrib/folding/browser/foldingDecorations",
"vs/editor/contrib/folding/browser/foldingRanges",
"vs/editor/contrib/folding/browser/syntaxRangeProvider",
"vs/platform/notification/common/notification",
"vs/editor/common/services/languageFeatureDebounce",
"vs/base/common/stopwatch",
"vs/editor/common/services/languageFeatures",
"vs/base/common/event",
"vs/platform/commands/common/commands",
"vs/base/common/uri",
"vs/editor/common/services/model",
"vs/platform/configuration/common/configuration",
"vs/css!vs/editor/contrib/folding/browser/folding"
],
"vs/editor/contrib/fontZoom/browser/fontZoom": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/common/config/editorZoom",
"vs/nls"
],
"vs/editor/contrib/format/browser/formatActions": [
"require",
"exports",
"vs/base/common/arrays",
"vs/base/common/cancellation",
"vs/base/common/errors",
"vs/base/common/keyCodes",
"vs/base/common/lifecycle",
"vs/editor/browser/editorExtensions",
"vs/editor/browser/services/codeEditorService",
"vs/editor/common/core/characterClassifier",
"vs/editor/common/core/range",
"vs/editor/common/editorContextKeys",
"vs/editor/common/services/editorWorker",
"vs/editor/common/services/languageFeatures",
"vs/editor/contrib/format/browser/format",
"vs/editor/contrib/format/browser/formattingEdit",
"vs/nls",
"vs/platform/accessibilitySignal/browser/accessibilitySignalService",
"vs/platform/commands/common/commands",
"vs/platform/contextkey/common/contextkey",
"vs/platform/instantiation/common/instantiation",
"vs/platform/progress/common/progress"
],
"vs/editor/contrib/documentSymbols/browser/documentSymbols": [
"require",
"exports",
"vs/base/common/cancellation",
"vs/base/common/types",
"vs/base/common/uri",
"vs/editor/common/services/resolverService",
"vs/editor/contrib/documentSymbols/browser/outlineModel",
"vs/platform/commands/common/commands"
],
"vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/contrib/hover/browser/hoverTypes",
"vs/editor/contrib/inlineCompletions/browser/controller/commands",
"vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant",
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsAccessibleView",
"vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController",
"vs/platform/accessibility/browser/accessibleViewRegistry",
"vs/platform/actions/common/actions"
],
"vs/editor/contrib/inlineProgress/browser/inlineProgress": [
"require",
"exports",
"vs/base/browser/dom",
"vs/base/common/async",
"vs/base/common/codicons",
"vs/base/common/lifecycle",
"vs/base/common/strings",
"vs/base/common/themables",
"vs/editor/common/core/range",
"vs/editor/common/model/textModel",
"vs/platform/instantiation/common/instantiation",
"vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget"
],
"vs/editor/contrib/gotoSymbol/browser/goToCommands": [
"require",
"exports",
"vs/base/browser/ui/aria/aria",
"vs/base/common/async",
"vs/base/common/keyCodes",
"vs/base/common/types",
"vs/base/common/uri",
"vs/editor/contrib/editorState/browser/editorState",
"vs/editor/browser/editorBrowser",
"vs/editor/browser/editorExtensions",
"vs/editor/browser/services/codeEditorService",
"vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/editorContextKeys",
"vs/editor/common/languages",
"vs/editor/contrib/gotoSymbol/browser/peek/referencesController",
"vs/editor/contrib/gotoSymbol/browser/referencesModel",
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation",
"vs/editor/contrib/message/browser/messageController",
"vs/editor/contrib/peekView/browser/peekView",
"vs/nls",
"vs/platform/actions/common/actions",
"vs/platform/commands/common/commands",
"vs/platform/contextkey/common/contextkey",
"vs/platform/instantiation/common/instantiation",
"vs/platform/notification/common/notification",
"vs/platform/progress/common/progress",
"vs/editor/contrib/gotoSymbol/browser/goToSymbol",
"vs/editor/common/services/languageFeatures",
"vs/base/common/iterator",
"vs/platform/contextkey/common/contextkeys"
],
"vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
"require",
"exports",
"vs/base/common/async",
"vs/base/common/errors",
"vs/base/common/htmlContent",
"vs/base/common/lifecycle",
"vs/editor/contrib/editorState/browser/editorState",
"vs/editor/browser/editorExtensions",
"vs/editor/common/core/range",
"vs/editor/common/languages/language",
"vs/editor/common/services/resolverService",
"vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture",
"vs/editor/contrib/peekView/browser/peekView",
"vs/nls",
"vs/platform/contextkey/common/contextkey",
"vs/editor/contrib/gotoSymbol/browser/goToCommands",
"vs/editor/contrib/gotoSymbol/browser/goToSymbol",
"vs/editor/common/services/languageFeatures",
"vs/editor/common/model/textModel",
"vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition"
],
"vs/editor/contrib/gotoError/browser/gotoError": [
"require",
"exports",
"vs/base/common/codicons",
"vs/base/common/lifecycle",
"vs/editor/browser/editorExtensions",
"vs/editor/browser/services/codeEditorService",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/editorContextKeys",
"vs/editor/contrib/gotoError/browser/markerNavigationService",
"vs/nls",
"vs/platform/actions/common/actions",
"vs/platform/contextkey/common/contextkey",
"vs/platform/instantiation/common/instantiation",
"vs/platform/theme/common/iconRegistry",
"vs/editor/contrib/gotoError/browser/gotoErrorWidget"
],
"vs/editor/contrib/hover/browser/hoverContribution": [
"require",
"exports",
"vs/editor/contrib/hover/browser/hoverActions",
"vs/editor/browser/editorExtensions",
"vs/platform/theme/common/colorRegistry",
"vs/platform/theme/common/themeService",
"vs/editor/contrib/hover/browser/hoverTypes",
"vs/editor/contrib/hover/browser/markdownHoverParticipant",
"vs/editor/contrib/hover/browser/markerHoverParticipant",
"vs/editor/contrib/hover/browser/contentHoverController2",
"vs/editor/contrib/hover/browser/marginHoverController",
"vs/platform/accessibility/browser/accessibleViewRegistry",
"vs/editor/contrib/hover/browser/hoverAccessibleViews",
"vs/css!vs/editor/contrib/hover/browser/hover"
],
"vs/editor/contrib/indentation/browser/indentation": [
"require",
"exports",
"vs/base/common/lifecycle",
"vs/base/common/strings",
"vs/editor/browser/editorExtensions",
"vs/editor/common/commands/shiftCommand",
"vs/editor/common/core/range",
"vs/editor/common/editorContextKeys",
"vs/editor/common/languages/languageConfigurationRegistry",
"vs/editor/common/services/model",
"vs/editor/contrib/indentation/common/indentUtils",
"vs/nls",
"vs/platform/quickinput/common/quickInput",
"vs/editor/common/languages/autoIndent",
"vs/editor/contrib/indentation/common/indentation",
"vs/editor/common/tokens/lineTokens"
],
"vs/editor/contrib/inlayHints/browser/inlayHintsContribution": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/contrib/hover/browser/hoverTypes",
"vs/editor/contrib/inlayHints/browser/inlayHintsController",
"vs/editor/contrib/inlayHints/browser/inlayHintsHover"
],
"vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [
"require",
"exports",
"vs/base/common/async",
"vs/base/common/errors",
"vs/editor/contrib/editorState/browser/editorState",
"vs/editor/browser/editorExtensions",
"vs/editor/common/core/range",
"vs/editor/common/core/selection",
"vs/editor/common/editorContextKeys",
"vs/editor/common/model/textModel",
"vs/editor/common/services/editorWorker",
"vs/nls",
"vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand",
"vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace"
],
"vs/editor/contrib/lineSelection/browser/lineSelection": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/common/cursor/cursorMoveCommands",
"vs/editor/common/editorContextKeys",
"vs/nls"
],
"vs/editor/contrib/linesOperations/browser/linesOperations": [
"require",
"exports",
"vs/base/common/keyCodes",
"vs/editor/browser/coreCommands",
"vs/editor/browser/editorExtensions",
"vs/editor/common/commands/replaceCommand",
"vs/editor/common/commands/trimTrailingWhitespaceCommand",
"vs/editor/common/cursor/cursorTypeOperations",
"vs/editor/common/cursor/cursorTypeEditOperations",
"vs/editor/common/core/editOperation",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/core/selection",
"vs/editor/common/editorContextKeys",
"vs/editor/contrib/linesOperations/browser/copyLinesCommand",
"vs/editor/contrib/linesOperations/browser/moveLinesCommand",
"vs/editor/contrib/linesOperations/browser/sortLinesCommand",
"vs/nls",
"vs/platform/actions/common/actions",
"vs/editor/common/languages/languageConfigurationRegistry",
"vs/platform/configuration/common/configuration"
],
"vs/editor/contrib/linkedEditing/browser/linkedEditing": [
"require",
"exports",
"vs/base/common/arrays",
"vs/base/common/async",
"vs/base/common/cancellation",
"vs/base/common/color",
"vs/base/common/errors",
"vs/base/common/event",
"vs/base/common/lifecycle",
"vs/base/common/strings",
"vs/base/common/uri",
"vs/editor/browser/editorExtensions",
"vs/editor/browser/services/codeEditorService",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/editorContextKeys",
"vs/editor/common/model/textModel",
"vs/editor/common/languages/languageConfigurationRegistry",
"vs/nls",
"vs/platform/contextkey/common/contextkey",
"vs/editor/common/services/languageFeatures",
"vs/platform/theme/common/colorRegistry",
"vs/editor/common/services/languageFeatureDebounce",
"vs/base/common/stopwatch",
"vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing"
],
"vs/editor/contrib/links/browser/links": [
"require",
"exports",
"vs/base/common/async",
"vs/base/common/cancellation",
"vs/base/common/errors",
"vs/base/common/htmlContent",
"vs/base/common/lifecycle",
"vs/base/common/network",
"vs/base/common/platform",
"vs/base/common/resources",
"vs/base/common/stopwatch",
"vs/base/common/uri",
"vs/editor/browser/editorExtensions",
"vs/editor/common/model/textModel",
"vs/editor/common/services/languageFeatureDebounce",
"vs/editor/common/services/languageFeatures",
"vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture",
"vs/editor/contrib/links/browser/getLinks",
"vs/nls",
"vs/platform/notification/common/notification",
"vs/platform/opener/common/opener",
"vs/css!vs/editor/contrib/links/browser/links"
],
"vs/editor/contrib/longLinesHelper/browser/longLinesHelper": [
"require",
"exports",
"vs/base/common/lifecycle",
"vs/editor/browser/editorExtensions"
],
"vs/editor/contrib/multicursor/browser/multicursor": [
"require",
"exports",
"vs/base/browser/ui/aria/aria",
"vs/base/common/async",
"vs/base/common/keyCodes",
"vs/base/common/lifecycle",
"vs/editor/browser/editorExtensions",
"vs/editor/common/cursor/cursorMoveCommands",
"vs/editor/common/core/range",
"vs/editor/common/core/selection",
"vs/editor/common/editorContextKeys",
"vs/editor/contrib/find/browser/findController",
"vs/nls",
"vs/platform/actions/common/actions",
"vs/platform/contextkey/common/contextkey",
"vs/editor/common/services/languageFeatures",
"vs/editor/contrib/wordHighlighter/browser/highlightDecorations",
"vs/platform/instantiation/common/instantiation"
],
"vs/editor/contrib/inlineEdit/browser/inlineEdit.contribution": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/contrib/inlineEdit/browser/commands",
"vs/editor/contrib/inlineEdit/browser/inlineEditController"
],
"vs/editor/contrib/inlineEdits/browser/inlineEdits.contribution": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/contrib/inlineEdits/browser/commands",
"vs/editor/contrib/inlineEdits/browser/inlineEditsController"
],
"vs/editor/contrib/parameterHints/browser/parameterHints": [
"require",
"exports",
"vs/base/common/lazy",
"vs/base/common/lifecycle",
"vs/editor/browser/editorExtensions",
"vs/editor/common/editorContextKeys",
"vs/editor/common/languages",
"vs/editor/common/services/languageFeatures",
"vs/editor/contrib/parameterHints/browser/parameterHintsModel",
"vs/editor/contrib/parameterHints/browser/provideSignatureHelp",
"vs/nls",
"vs/platform/contextkey/common/contextkey",
"vs/platform/instantiation/common/instantiation",
"vs/editor/contrib/parameterHints/browser/parameterHintsWidget"
],
"vs/editor/contrib/placeholderText/browser/placeholderText.contribution": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/common/core/editorColorRegistry",
"vs/nls",
"vs/platform/theme/common/colorUtils",
"vs/editor/contrib/placeholderText/browser/placeholderTextContribution",
"vs/platform/observable/common/wrapInReloadableClass",
"vs/css!vs/editor/contrib/placeholderText/browser/placeholderText"
],
"vs/editor/contrib/rename/browser/rename": [
"require",
"exports",
"vs/base/browser/ui/aria/aria",
"vs/base/common/async",
"vs/base/common/cancellation",
"vs/base/common/errors",
"vs/base/common/htmlContent",
"vs/base/common/lifecycle",
"vs/base/common/types",
"vs/base/common/uri",
"vs/editor/browser/editorExtensions",
"vs/editor/browser/services/bulkEditService",
"vs/editor/browser/services/codeEditorService",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/editorContextKeys",
"vs/editor/common/languages",
"vs/editor/common/services/languageFeatures",
"vs/editor/common/services/textResourceConfiguration",
"vs/editor/contrib/editorState/browser/editorState",
"vs/editor/contrib/message/browser/messageController",
"vs/nls",
"vs/platform/actions/common/actions",
"vs/platform/configuration/common/configurationRegistry",
"vs/platform/contextkey/common/contextkey",
"vs/platform/instantiation/common/instantiation",
"vs/platform/log/common/log",
"vs/platform/notification/common/notification",
"vs/platform/progress/common/progress",
"vs/platform/registry/common/platform",
"vs/platform/telemetry/common/telemetry",
"vs/editor/contrib/rename/browser/renameWidget"
],
"vs/editor/contrib/sectionHeaders/browser/sectionHeaders": [
"require",
"exports",
"vs/base/common/async",
"vs/base/common/lifecycle",
"vs/editor/browser/editorExtensions",
"vs/editor/common/languages/languageConfigurationRegistry",
"vs/editor/common/model/textModel",
"vs/editor/common/services/editorWorker"
],
"vs/editor/contrib/semanticTokens/browser/documentSemanticTokens": [
"require",
"exports",
"vs/base/common/lifecycle",
"vs/base/common/errors",
"vs/editor/common/services/model",
"vs/platform/configuration/common/configuration",
"vs/base/common/async",
"vs/base/common/cancellation",
"vs/platform/theme/common/themeService",
"vs/editor/common/services/semanticTokensProviderStyling",
"vs/editor/contrib/semanticTokens/common/getSemanticTokens",
"vs/editor/common/services/languageFeatureDebounce",
"vs/base/common/stopwatch",
"vs/editor/common/services/languageFeatures",
"vs/editor/common/services/semanticTokensStyling",
"vs/editor/common/editorFeatures",
"vs/editor/contrib/semanticTokens/common/semanticTokensConfig"
],
"vs/editor/contrib/semanticTokens/browser/viewportSemanticTokens": [
"require",
"exports",
"vs/base/common/async",
"vs/base/common/lifecycle",
"vs/editor/browser/editorExtensions",
"vs/editor/contrib/semanticTokens/common/getSemanticTokens",
"vs/editor/contrib/semanticTokens/common/semanticTokensConfig",
"vs/editor/common/services/semanticTokensProviderStyling",
"vs/platform/configuration/common/configuration",
"vs/platform/theme/common/themeService",
"vs/editor/common/services/languageFeatureDebounce",
"vs/base/common/stopwatch",
"vs/editor/common/services/languageFeatures",
"vs/editor/common/services/semanticTokensStyling"
],
"vs/editor/contrib/smartSelect/browser/smartSelect": [
"require",
"exports",
"vs/base/common/arrays",
"vs/base/common/cancellation",
"vs/base/common/errors",
"vs/editor/browser/editorExtensions",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/core/selection",
"vs/editor/common/editorContextKeys",
"vs/editor/contrib/smartSelect/browser/bracketSelections",
"vs/editor/contrib/smartSelect/browser/wordSelections",
"vs/nls",
"vs/platform/actions/common/actions",
"vs/platform/commands/common/commands",
"vs/editor/common/services/languageFeatures",
"vs/editor/common/services/resolverService",
"vs/base/common/types",
"vs/base/common/uri"
],
"vs/editor/contrib/snippet/browser/snippetController2": [
"require",
"exports",
"vs/base/common/lifecycle",
"vs/base/common/types",
"vs/editor/browser/editorExtensions",
"vs/editor/common/core/position",
"vs/editor/common/editorContextKeys",
"vs/editor/common/languages/languageConfigurationRegistry",
"vs/editor/common/services/languageFeatures",
"vs/editor/contrib/suggest/browser/suggest",
"vs/nls",
"vs/platform/contextkey/common/contextkey",
"vs/platform/log/common/log",
"vs/editor/contrib/snippet/browser/snippetSession"
],
"vs/editor/contrib/stickyScroll/browser/stickyScrollContribution": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/contrib/stickyScroll/browser/stickyScrollActions",
"vs/editor/contrib/stickyScroll/browser/stickyScrollController",
"vs/platform/actions/common/actions"
],
"vs/editor/contrib/suggest/browser/suggestController": [
"require",
"exports",
"vs/base/browser/ui/aria/aria",
"vs/base/common/arrays",
"vs/base/common/cancellation",
"vs/base/common/errors",
"vs/base/common/event",
"vs/base/common/keybindings",
"vs/base/common/lifecycle",
"vs/base/common/platform",
"vs/base/common/stopwatch",
"vs/base/common/types",
"vs/editor/browser/stableEditorScroll",
"vs/editor/browser/editorExtensions",
"vs/editor/common/core/editOperation",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/editorContextKeys",
"vs/editor/contrib/snippet/browser/snippetController2",
"vs/editor/contrib/snippet/browser/snippetParser",
"vs/editor/contrib/suggest/browser/suggestMemory",
"vs/editor/contrib/suggest/browser/wordContextKey",
"vs/nls",
"vs/platform/commands/common/commands",
"vs/platform/contextkey/common/contextkey",
"vs/platform/instantiation/common/instantiation",
"vs/platform/log/common/log",
"vs/editor/contrib/suggest/browser/suggest",
"vs/editor/contrib/suggest/browser/suggestAlternatives",
"vs/editor/contrib/suggest/browser/suggestCommitCharacters",
"vs/editor/contrib/suggest/browser/suggestModel",
"vs/editor/contrib/suggest/browser/suggestOvertypingCapturer",
"vs/editor/contrib/suggest/browser/suggestWidget",
"vs/platform/telemetry/common/telemetry",
"vs/base/common/resources",
"vs/base/common/hash",
"vs/base/browser/dom",
"vs/editor/common/model/textModel"
],
"vs/editor/contrib/suggest/browser/suggestInlineCompletions": [
"require",
"exports",
"vs/base/common/cancellation",
"vs/base/common/filters",
"vs/base/common/iterator",
"vs/base/common/lifecycle",
"vs/editor/browser/services/codeEditorService",
"vs/editor/common/core/range",
"vs/editor/common/editorFeatures",
"vs/editor/common/services/languageFeatures",
"vs/editor/contrib/suggest/browser/completionModel",
"vs/editor/contrib/suggest/browser/suggest",
"vs/editor/contrib/suggest/browser/suggestMemory",
"vs/editor/contrib/suggest/browser/suggestModel",
"vs/editor/contrib/suggest/browser/wordDistance",
"vs/platform/clipboard/common/clipboardService"
],
"vs/editor/contrib/tokenization/browser/tokenization": [
"require",
"exports",
"vs/base/common/stopwatch",
"vs/editor/browser/editorExtensions",
"vs/nls"
],
"vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": [
"require",
"exports",
"vs/base/browser/ui/aria/aria",
"vs/editor/browser/config/tabFocus",
"vs/nls",
"vs/platform/actions/common/actions"
],
"vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [
"require",
"exports",
"vs/base/common/async",
"vs/base/common/codicons",
"vs/base/common/htmlContent",
"vs/base/common/lifecycle",
"vs/base/common/platform",
"vs/base/common/strings",
"vs/editor/browser/editorExtensions",
"vs/editor/common/config/editorOptions",
"vs/editor/common/model/textModel",
"vs/editor/common/services/unicodeTextModelHighlighter",
"vs/editor/common/services/editorWorker",
"vs/editor/common/languages/language",
"vs/editor/common/viewModel/viewModelDecorations",
"vs/editor/contrib/hover/browser/hoverTypes",
"vs/editor/contrib/hover/browser/markdownHoverParticipant",
"vs/editor/contrib/unicodeHighlighter/browser/bannerController",
"vs/nls",
"vs/platform/configuration/common/configuration",
"vs/platform/instantiation/common/instantiation",
"vs/platform/opener/common/opener",
"vs/platform/quickinput/common/quickInput",
"vs/platform/theme/common/iconRegistry",
"vs/platform/workspace/common/workspaceTrust",
"vs/css!vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter"
],
"vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
"require",
"exports",
"vs/base/common/lifecycle",
"vs/base/common/resources",
"vs/editor/browser/editorExtensions",
"vs/editor/browser/services/codeEditorService",
"vs/nls",
"vs/platform/dialogs/common/dialogs"
],
"vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
"require",
"exports",
"vs/nls",
"vs/base/browser/ui/aria/aria",
"vs/base/common/async",
"vs/base/common/cancellation",
"vs/base/common/errors",
"vs/base/common/lifecycle",
"vs/editor/browser/editorBrowser",
"vs/editor/browser/editorExtensions",
"vs/editor/browser/services/codeEditorService",
"vs/editor/common/core/range",
"vs/editor/common/editorContextKeys",
"vs/editor/common/model",
"vs/editor/common/services/languageFeatures",
"vs/editor/contrib/wordHighlighter/browser/highlightDecorations",
"vs/platform/contextkey/common/contextkey",
"vs/base/common/network",
"vs/base/common/map",
"vs/editor/common/languageSelector",
"vs/base/common/resources",
"vs/editor/contrib/wordHighlighter/browser/textualHighlightProvider",
"vs/editor/common/editorFeatures"
],
"vs/editor/contrib/wordOperations/browser/wordOperations": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/common/commands/replaceCommand",
"vs/editor/common/config/editorOptions",
"vs/editor/common/cursorCommon",
"vs/editor/common/cursor/cursorWordOperations",
"vs/editor/common/core/wordCharacterClassifier",
"vs/editor/common/core/position",
"vs/editor/common/core/range",
"vs/editor/common/core/selection",
"vs/editor/common/editorContextKeys",
"vs/editor/common/languages/languageConfigurationRegistry",
"vs/nls",
"vs/platform/accessibility/common/accessibility",
"vs/platform/contextkey/common/contextkey",
"vs/platform/contextkey/common/contextkeys"
],
"vs/editor/contrib/wordPartOperations/browser/wordPartOperations": [
"require",
"exports",
"vs/editor/browser/editorExtensions",
"vs/editor/common/cursor/cursorWordOperations",
"vs/editor/common/core/range",
"vs/editor/common/editorContextKeys",
"vs/editor/contrib/wordOperations/browser/wordOperations",
"vs/platform/commands/common/commands"
],
"vs/editor/contrib/readOnlyMessage/browser/contribution": [
"require",
"exports",
"vs/base/common/htmlContent",
"vs/base/common/lifecycle",
"vs/editor/browser/editorExtensions",
"vs/editor/contrib/message/browser/messageController",
"vs/nls"
],
"vs/editor/contrib/diffEditorBreadcrumbs/browser/contribution": [
"require",
"exports",
"vs/base/common/arrays",
"vs/base/common/observable",
"vs/editor/browser/widget/diff