mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Exported modules reorganization
This commit is contained in:
parent
ec78a33c7b
commit
f534b2234e
434 changed files with 798 additions and 482 deletions
1
src/features/anchorSelect/register.d.ts
vendored
Normal file
1
src/features/anchorSelect/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/anchorSelect/register.js
Normal file
1
src/features/anchorSelect/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect';
|
||||
1
src/features/bracketMatching/register.d.ts
vendored
Normal file
1
src/features/bracketMatching/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/bracketMatching/register.js
Normal file
1
src/features/bracketMatching/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching';
|
||||
1
src/features/caretOperations/register.d.ts
vendored
Normal file
1
src/features/caretOperations/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/caretOperations/register.js
Normal file
1
src/features/caretOperations/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/caretOperations/browser/transpose';
|
||||
1
src/features/clipboard/register.d.ts
vendored
Normal file
1
src/features/clipboard/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/clipboard/register.js
Normal file
1
src/features/clipboard/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/clipboard/browser/clipboard';
|
||||
1
src/features/codeAction/register.d.ts
vendored
Normal file
1
src/features/codeAction/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/codeAction/register.js
Normal file
1
src/features/codeAction/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/codeAction/browser/codeActionContributions';
|
||||
1
src/features/codeEditor/register.d.ts
vendored
Normal file
1
src/features/codeEditor/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/codeEditor/register.js
Normal file
1
src/features/codeEditor/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/browser/widget/codeEditor/codeEditorWidget';
|
||||
1
src/features/codelens/register.d.ts
vendored
Normal file
1
src/features/codelens/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/codelens/register.js
Normal file
1
src/features/codelens/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/codelens/browser/codelensController';
|
||||
1
src/features/codicon/register.d.ts
vendored
Normal file
1
src/features/codicon/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/codicon/register.js
Normal file
1
src/features/codicon/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/base/browser/ui/codicons/codicon/codicon.css';
|
||||
1
src/features/colorPicker/register.d.ts
vendored
Normal file
1
src/features/colorPicker/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/colorPicker/register.js
Normal file
1
src/features/colorPicker/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/colorPicker/browser/colorPickerContribution';
|
||||
1
src/features/comment/register.d.ts
vendored
Normal file
1
src/features/comment/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/comment/register.js
Normal file
1
src/features/comment/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/comment/browser/comment';
|
||||
1
src/features/contextmenu/register.d.ts
vendored
Normal file
1
src/features/contextmenu/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/contextmenu/register.js
Normal file
1
src/features/contextmenu/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/contextmenu/browser/contextmenu';
|
||||
1
src/features/cursorUndo/register.d.ts
vendored
Normal file
1
src/features/cursorUndo/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/cursorUndo/register.js
Normal file
1
src/features/cursorUndo/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo';
|
||||
1
src/features/diffEditor/register.d.ts
vendored
Normal file
1
src/features/diffEditor/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/diffEditor/register.js
Normal file
1
src/features/diffEditor/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution';
|
||||
1
src/features/diffEditorBreadcrumbs/register.d.ts
vendored
Normal file
1
src/features/diffEditorBreadcrumbs/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/diffEditorBreadcrumbs/register.js
Normal file
1
src/features/diffEditorBreadcrumbs/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/diffEditorBreadcrumbs/browser/contribution';
|
||||
1
src/features/dnd/register.d.ts
vendored
Normal file
1
src/features/dnd/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/dnd/register.js
Normal file
1
src/features/dnd/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/dnd/browser/dnd';
|
||||
1
src/features/documentSymbols/register.d.ts
vendored
Normal file
1
src/features/documentSymbols/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/documentSymbols/register.js
Normal file
1
src/features/documentSymbols/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/documentSymbols/browser/documentSymbols';
|
||||
1
src/features/dropOrPasteInto/register.d.ts
vendored
Normal file
1
src/features/dropOrPasteInto/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/dropOrPasteInto/register.js
Normal file
1
src/features/dropOrPasteInto/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution';
|
||||
1
src/features/find/register.d.ts
vendored
Normal file
1
src/features/find/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/find/register.js
Normal file
1
src/features/find/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/find/browser/findController';
|
||||
1
src/features/floatingMenu/register.d.ts
vendored
Normal file
1
src/features/floatingMenu/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/floatingMenu/register.js
Normal file
1
src/features/floatingMenu/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/floatingMenu/browser/floatingMenu.contribution';
|
||||
1
src/features/folding/register.d.ts
vendored
Normal file
1
src/features/folding/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/folding/register.js
Normal file
1
src/features/folding/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/folding/browser/folding';
|
||||
1
src/features/fontZoom/register.d.ts
vendored
Normal file
1
src/features/fontZoom/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/fontZoom/register.js
Normal file
1
src/features/fontZoom/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/fontZoom/browser/fontZoom';
|
||||
1
src/features/format/register.d.ts
vendored
Normal file
1
src/features/format/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/format/register.js
Normal file
1
src/features/format/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/format/browser/formatActions';
|
||||
1
src/features/gotoError/register.d.ts
vendored
Normal file
1
src/features/gotoError/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/gotoError/register.js
Normal file
1
src/features/gotoError/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/gotoError/browser/gotoError';
|
||||
1
src/features/gotoLine/register.d.ts
vendored
Normal file
1
src/features/gotoLine/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/gotoLine/register.js
Normal file
1
src/features/gotoLine/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/standalone/browser/quickAccess/standaloneGotoLineQuickAccess';
|
||||
1
src/features/gotoSymbol/register.d.ts
vendored
Normal file
1
src/features/gotoSymbol/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/gotoSymbol/register.js
Normal file
1
src/features/gotoSymbol/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition';
|
||||
1
src/features/gpu/register.d.ts
vendored
Normal file
1
src/features/gpu/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/gpu/register.js
Normal file
1
src/features/gpu/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/gpu/browser/gpuActions';
|
||||
1
src/features/hover/register.d.ts
vendored
Normal file
1
src/features/hover/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/hover/register.js
Normal file
1
src/features/hover/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/hover/browser/hoverContribution';
|
||||
1
src/features/iPadShowKeyboard/register.d.ts
vendored
Normal file
1
src/features/iPadShowKeyboard/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/iPadShowKeyboard/register.js
Normal file
1
src/features/iPadShowKeyboard/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard';
|
||||
1
src/features/inPlaceReplace/register.d.ts
vendored
Normal file
1
src/features/inPlaceReplace/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/inPlaceReplace/register.js
Normal file
1
src/features/inPlaceReplace/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace';
|
||||
1
src/features/indentation/register.d.ts
vendored
Normal file
1
src/features/indentation/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/indentation/register.js
Normal file
1
src/features/indentation/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/indentation/browser/indentation';
|
||||
1
src/features/inlayHints/register.d.ts
vendored
Normal file
1
src/features/inlayHints/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/inlayHints/register.js
Normal file
1
src/features/inlayHints/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/inlayHints/browser/inlayHintsContribution';
|
||||
1
src/features/inlineCompletions/register.d.ts
vendored
Normal file
1
src/features/inlineCompletions/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/inlineCompletions/register.js
Normal file
1
src/features/inlineCompletions/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution';
|
||||
1
src/features/inlineProgress/register.d.ts
vendored
Normal file
1
src/features/inlineProgress/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/inlineProgress/register.js
Normal file
1
src/features/inlineProgress/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/inlineProgress/browser/inlineProgress';
|
||||
1
src/features/insertFinalNewLine/register.d.ts
vendored
Normal file
1
src/features/insertFinalNewLine/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/insertFinalNewLine/register.js
Normal file
1
src/features/insertFinalNewLine/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/insertFinalNewLine/browser/insertFinalNewLine';
|
||||
1
src/features/inspectTokens/register.d.ts
vendored
Normal file
1
src/features/inspectTokens/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/inspectTokens/register.js
Normal file
1
src/features/inspectTokens/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/standalone/browser/inspectTokens/inspectTokens';
|
||||
1
src/features/lineSelection/register.d.ts
vendored
Normal file
1
src/features/lineSelection/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/lineSelection/register.js
Normal file
1
src/features/lineSelection/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/lineSelection/browser/lineSelection';
|
||||
1
src/features/linesOperations/register.d.ts
vendored
Normal file
1
src/features/linesOperations/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/linesOperations/register.js
Normal file
1
src/features/linesOperations/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/linesOperations/browser/linesOperations';
|
||||
1
src/features/linkedEditing/register.d.ts
vendored
Normal file
1
src/features/linkedEditing/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/linkedEditing/register.js
Normal file
1
src/features/linkedEditing/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing';
|
||||
1
src/features/links/register.d.ts
vendored
Normal file
1
src/features/links/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/links/register.js
Normal file
1
src/features/links/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/links/browser/links';
|
||||
1
src/features/longLinesHelper/register.d.ts
vendored
Normal file
1
src/features/longLinesHelper/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/longLinesHelper/register.js
Normal file
1
src/features/longLinesHelper/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/longLinesHelper/browser/longLinesHelper';
|
||||
1
src/features/middleScroll/register.d.ts
vendored
Normal file
1
src/features/middleScroll/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/middleScroll/register.js
Normal file
1
src/features/middleScroll/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/middleScroll/browser/middleScroll.contribution';
|
||||
1
src/features/multicursor/register.d.ts
vendored
Normal file
1
src/features/multicursor/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/multicursor/register.js
Normal file
1
src/features/multicursor/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/multicursor/browser/multicursor';
|
||||
1
src/features/parameterHints/register.d.ts
vendored
Normal file
1
src/features/parameterHints/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/parameterHints/register.js
Normal file
1
src/features/parameterHints/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/parameterHints/browser/parameterHints';
|
||||
1
src/features/placeholderText/register.d.ts
vendored
Normal file
1
src/features/placeholderText/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/placeholderText/register.js
Normal file
1
src/features/placeholderText/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution';
|
||||
1
src/features/quickCommand/register.d.ts
vendored
Normal file
1
src/features/quickCommand/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/quickCommand/register.js
Normal file
1
src/features/quickCommand/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/standalone/browser/quickAccess/standaloneCommandsQuickAccess';
|
||||
1
src/features/quickHelp/register.d.ts
vendored
Normal file
1
src/features/quickHelp/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/quickHelp/register.js
Normal file
1
src/features/quickHelp/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/standalone/browser/quickAccess/standaloneHelpQuickAccess';
|
||||
1
src/features/quickOutline/register.d.ts
vendored
Normal file
1
src/features/quickOutline/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/quickOutline/register.js
Normal file
1
src/features/quickOutline/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/standalone/browser/quickAccess/standaloneGotoSymbolQuickAccess';
|
||||
1
src/features/readOnlyMessage/register.d.ts
vendored
Normal file
1
src/features/readOnlyMessage/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/readOnlyMessage/register.js
Normal file
1
src/features/readOnlyMessage/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/contrib/readOnlyMessage/browser/contribution';
|
||||
1
src/features/referenceSearch/register.d.ts
vendored
Normal file
1
src/features/referenceSearch/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
1
src/features/referenceSearch/register.js
Normal file
1
src/features/referenceSearch/register.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'monaco-editor-core/esm/vs/editor/standalone/browser/referenceSearch/standaloneReferenceSearch';
|
||||
65
src/features/register.all.ts
Normal file
65
src/features/register.all.ts
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
import './anchorSelect/register';
|
||||
import './bracketMatching/register';
|
||||
import './caretOperations/register';
|
||||
import './clipboard/register';
|
||||
import './codeAction/register';
|
||||
import './codeEditor/register';
|
||||
import './codelens/register';
|
||||
import './codicon/register';
|
||||
import './colorPicker/register';
|
||||
import './comment/register';
|
||||
import './contextmenu/register';
|
||||
import './cursorUndo/register';
|
||||
import './diffEditor/register';
|
||||
import './diffEditorBreadcrumbs/register';
|
||||
import './dnd/register';
|
||||
import './documentSymbols/register';
|
||||
import './dropOrPasteInto/register';
|
||||
import './find/register';
|
||||
import './floatingMenu/register';
|
||||
import './folding/register';
|
||||
import './fontZoom/register';
|
||||
import './format/register';
|
||||
import './gotoError/register';
|
||||
import './gotoLine/register';
|
||||
import './gotoSymbol/register';
|
||||
import './gpu/register';
|
||||
import './hover/register';
|
||||
import './indentation/register';
|
||||
import './inlayHints/register';
|
||||
import './inlineCompletions/register';
|
||||
import './inlineProgress/register';
|
||||
import './inPlaceReplace/register';
|
||||
import './insertFinalNewLine/register';
|
||||
import './inspectTokens/register';
|
||||
import './iPadShowKeyboard/register';
|
||||
import './lineSelection/register';
|
||||
import './linesOperations/register';
|
||||
import './linkedEditing/register';
|
||||
import './links/register';
|
||||
import './longLinesHelper/register';
|
||||
import './middleScroll/register';
|
||||
import './multicursor/register';
|
||||
import './parameterHints/register';
|
||||
import './placeholderText/register';
|
||||
import './quickCommand/register';
|
||||
import './quickHelp/register';
|
||||
import './quickOutline/register';
|
||||
import './readOnlyMessage/register';
|
||||
import './referenceSearch/register';
|
||||
import './rename/register';
|
||||
import './sectionHeaders/register';
|
||||
import './semanticTokens/register';
|
||||
import './smartSelect/register';
|
||||
import './snippet/register';
|
||||
import './stickyScroll/register';
|
||||
import './suggest/register';
|
||||
import './toggleHighContrast/register';
|
||||
import './toggleTabFocusMode/register';
|
||||
import './tokenization/register';
|
||||
import './unicodeHighlighter/register';
|
||||
import './unusualLineTerminators/register';
|
||||
import './wordHighlighter/register';
|
||||
import './wordOperations/register';
|
||||
import './wordPartOperations/register';
|
||||
|
||||
1
src/features/rename/register.d.ts
vendored
Normal file
1
src/features/rename/register.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { };
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue