UNPKG

monaco-editor

Version:
1,295 lines • 360 kB
{ "graph": { "===anonymous1===": [ "require" ], "===anonymous2===": [ "vs/editor/editor.main", "vs/css", "vs/nls", "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/nls": [ "require", "exports" ], "vs/base/common/worker/simpleWorker": [ "require", "exports", "vs/base/common/errors", "vs/base/common/event", "vs/base/common/lifecycle", "vs/base/common/objects", "vs/base/common/platform", "vs/base/common/strings" ], "vs/editor/common/services/editorSimpleWorker": [ "require", "exports", "vs/base/common/diff/diff", "vs/base/common/uri", "vs/editor/common/core/position", "vs/editor/common/core/range", "vs/editor/common/model/mirrorTextModel", "vs/editor/common/core/wordHelper", "vs/editor/common/languages/linkComputer", "vs/editor/common/languages/supports/inplaceReplaceSupport", "vs/editor/common/services/editorBaseApi", "vs/base/common/stopwatch", "vs/editor/common/services/unicodeTextModelHighlighter", "vs/editor/common/diff/linesDiffComputers", "vs/base/common/objects", "vs/editor/common/languages/defaultDocumentColorsComputer" ], "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/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/hover", "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/parameterHints/browser/parameterHints", "vs/editor/contrib/rename/browser/rename", "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/objects": [ "require", "exports", "vs/base/common/types" ], "vs/base/common/platform": [ "require", "exports", "vs/nls!vs/base/common/platform" ], "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/base/common/uri": [ "require", "exports", "vs/base/common/path", "vs/base/common/platform" ], "vs/editor/common/core/position": [ "require", "exports" ], "vs/editor/common/core/range": [ "require", "exports", "vs/editor/common/core/position" ], "vs/editor/common/model/mirrorTextModel": [ "require", "exports", "vs/base/common/strings", "vs/editor/common/core/position", "vs/editor/common/model/prefixSumComputer" ], "vs/editor/common/core/wordHelper": [ "require", "exports", "vs/base/common/iterator", "vs/base/common/linkedList" ], "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/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/editor/common/languages/defaultDocumentColorsComputer": [ "require", "exports", "vs/base/common/color" ], "vs/editor/common/config/editorOptions": [ "require", "exports", "vs/base/common/arrays", "vs/base/common/objects", "vs/base/common/platform", "vs/editor/common/core/textModelDefaults", "vs/editor/common/core/wordHelper", "vs/nls!vs/editor/common/config/editorOptions" ], "vs/editor/standalone/browser/standaloneEditor": [ "require", "exports", "vs/base/browser/window", "vs/base/common/lifecycle", "vs/base/common/strings", "vs/base/common/uri", "vs/editor/browser/config/fontMeasurements", "vs/editor/browser/editorExtensions", "vs/editor/browser/services/codeEditorService", "vs/editor/browser/services/webWorker", "vs/editor/common/config/editorOptions", "vs/editor/common/config/editorZoom", "vs/editor/common/config/fontInfo", "vs/editor/common/editorCommon", "vs/editor/common/languages", "vs/editor/common/languages/language", "vs/editor/common/languages/languageConfigurationRegistry", "vs/editor/common/languages/modesRegistry", "vs/editor/common/languages/nullTokenize", "vs/editor/common/model", "vs/editor/common/services/model", "vs/editor/common/standalone/standaloneEnums", "vs/editor/standalone/browser/colorizer", "vs/editor/standalone/browser/standaloneCodeEditor", "vs/editor/standalone/browser/standaloneServices", "vs/editor/standalone/common/standaloneTheme", "vs/platform/actions/common/actions", "vs/platform/commands/common/commands", "vs/platform/contextkey/common/contextkey", "vs/platform/keybinding/common/keybinding", "vs/platform/markers/common/markers", "vs/platform/opener/common/opener", "vs/editor/browser/widget/multiDiffEditorWidget/multiDiffEditorWidget", "vs/css!vs/editor/standalone/browser/standalone-tokens" ], "vs/editor/standalone/browser/standaloneLanguages": [ "require", "exports", "vs/base/common/color", "vs/editor/common/core/range", "vs/editor/common/languages", "vs/editor/common/languages/languageConfigurationRegistry", "vs/editor/common/languages/modesRegistry", "vs/editor/common/languages/language", "vs/editor/common/standalone/standaloneEnums", "vs/editor/standalone/browser/standaloneServices", "vs/editor/standalone/common/monarch/monarchCompile", "vs/editor/standalone/common/monarch/monarchLexer", "vs/editor/standalone/common/standaloneTheme", "vs/platform/markers/common/markers", "vs/editor/common/services/languageFeatures", "vs/platform/configuration/common/configuration" ], "vs/editor/contrib/format/browser/format": [ "require", "exports", "vs/base/common/arrays", "vs/base/common/cancellation", "vs/base/common/errors", "vs/base/common/iterator", "vs/base/common/linkedList", "vs/base/common/types", "vs/base/common/uri", "vs/editor/contrib/editorState/browser/editorState", "vs/editor/browser/editorBrowser", "vs/editor/common/core/position", "vs/editor/common/core/range", "vs/editor/common/core/selection", "vs/editor/common/services/editorWorker", "vs/editor/common/services/resolverService", "vs/editor/contrib/format/browser/formattingEdit", "vs/platform/commands/common/commands", "vs/platform/extensions/common/extensions", "vs/platform/instantiation/common/instantiation", "vs/editor/common/services/languageFeatures", "vs/platform/log/common/log", "vs/platform/audioCues/browser/audioCueService" ], "vs/editor/browser/coreCommands": [ "require", "exports", "vs/nls!vs/editor/browser/coreCommands", "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/browser/widget/codeEditorWidget": [ "require", "exports", "vs/nls!vs/editor/browser/widget/codeEditorWidget", "vs/base/browser/dom", "vs/base/common/errors", "vs/base/common/event", "vs/base/common/lifecycle", "vs/base/common/network", "vs/editor/browser/config/editorConfiguration", "vs/editor/browser/editorExtensions", "vs/editor/browser/services/codeEditorService", "vs/editor/browser/view", "vs/editor/browser/view/viewUserInputEvents", "vs/editor/common/config/editorOptions", "vs/editor/common/core/cursorColumns", "vs/editor/common/core/position", "vs/editor/common/core/range", "vs/editor/common/core/selection", "vs/editor/common/editorAction", "vs/editor/common/editorCommon", "vs/editor/common/editorContextKeys", "vs/editor/common/model/textModel", "vs/editor/common/core/editorColorRegistry", "vs/platform/theme/common/colorRegistry", "vs/editor/common/viewModel/viewModelImpl", "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/themeService", "vs/platform/accessibility/common/accessibility", "vs/editor/common/viewModel/monospaceLineBreaksComputer", "vs/editor/browser/view/domLineBreaksComputer", "vs/editor/common/cursor/cursorWordOperations", "vs/editor/common/languages/languageConfigurationRegistry", "vs/editor/browser/config/domFontInfo", "vs/editor/common/services/languageFeatures", "vs/editor/browser/widget/codeEditorContributions", "vs/editor/browser/config/tabFocus", "vs/editor/browser/services/markerDecorations", "vs/css!vs/editor/browser/widget/media/editor" ], "vs/editor/browser/widget/diffEditor/diffEditor.contribution": [ "require", "exports", "vs/base/browser/dom", "vs/base/common/codicons", "vs/editor/browser/editorExtensions", "vs/editor/browser/services/codeEditorService", "vs/editor/browser/widget/diffEditor/diffEditorWidget", "vs/editor/common/editorContextKeys", "vs/nls!vs/editor/browser/widget/diffEditor/diffEditor.contribution", "vs/platform/actions/common/actions", "vs/platform/commands/common/commands", "vs/platform/configuration/common/configuration", "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/editor/contrib/anchorSelect/browser/anchorSelect", "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/editor/contrib/bracketMatching/browser/bracketMatching", "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/caretOperations" ], "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/caretOperations/browser/transpose" ], "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/editor/contrib/clipboard/browser/clipboard", "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/editor/contrib/codeAction/browser/codeActionContributions", "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/editor/contrib/codelens/browser/codelensController", "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/hover", "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/standaloneColorPickerActions", "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/editor/contrib/comment/browser/comment", "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/editor/contrib/contextmenu/browser/contextmenu", "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/cursorUndo/browser/cursorUndo" ], "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/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/copyPasteContribution" ], "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/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution", "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/editor/contrib/find/browser/findController", "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/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/editor/contrib/folding/browser/folding", "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/fontZoom/browser/fontZoom" ], "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/editor/contrib/format/browser/formatActions", "vs/platform/audioCues/browser/audioCueService", "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/commands", "vs/editor/contrib/inlineCompletions/browser/hoverParticipant", "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController", "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/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/editor/contrib/gotoSymbol/browser/goToCommands", "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/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition", "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/editor/contrib/gotoError/browser/gotoError", "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/hover": [ "require", "exports", "vs/base/common/keyCodes", "vs/base/common/lifecycle", "vs/editor/browser/editorExtensions", "vs/editor/common/core/range", "vs/editor/common/editorContextKeys", "vs/editor/common/languages/language", "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition", "vs/editor/contrib/hover/browser/contentHover", "vs/editor/contrib/hover/browser/marginHover", "vs/platform/instantiation/common/instantiation", "vs/platform/opener/common/opener", "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/inlineCompletions/browser/inlineCompletionsHintsWidget", "vs/platform/keybinding/common/keybinding", "vs/base/common/async", "vs/nls!vs/editor/contrib/hover/browser/hover", "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/editOperation", "vs/editor/common/core/range", "vs/editor/common/core/selection", "vs/editor/common/editorContextKeys", "vs/editor/common/languages/languageConfigurationRegistry", "vs/editor/common/services/model", "vs/editor/contrib/indentation/browser/indentUtils", "vs/nls!vs/editor/contrib/indentation/browser/indentation", "vs/platform/quickinput/common/quickInput", "vs/editor/common/core/indentation", "vs/editor/common/languages/autoIndent" ], "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/inPlaceReplace", "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/lineSelection/browser/lineSelection" ], "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/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/editor/contrib/linesOperations/browser/linesOperations", "vs/platform/actions/common/actions", "vs/editor/common/languages/languageConfigurationRegistry" ], "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/editor/contrib/linkedEditing/browser/linkedEditing", "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/editor/contrib/links/browser/links", "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/editor/contrib/multicursor/browser/multicursor", "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/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/editor/contrib/parameterHints/browser/parameterHints", "vs/platform/contextkey/common/contextkey", "vs/platform/instantiation/common/instantiation", "vs/editor/contrib/parameterHints/browser/parameterHintsWidget" ], "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/lifecycle", "vs/base/common/types", "vs/base/common/uri", "vs/editor/contrib/editorState/browser/editorState", "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/services/textResourceConfiguration", "vs/editor/contrib/message/browser/messageController", "vs/nls!vs/editor/contrib/rename/browser/rename", "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/editor/contrib/rename/browser/renameInputField", "vs/editor/common/services/languageFeatures" ], "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/editor/contrib/smartSelect/browser/smartSelect", "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/editor/contrib/snippet/browser/snippetController2", "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/editor/contrib/suggest/browser/suggestController", "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/tokenization/browser/tokenization" ], "vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": [ "require", "exports", "vs/base/browser/ui/aria/aria", "vs/editor/browser/config/tabFocus", "vs/nls!vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode", "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",