@easyv/biz-components 0.0.52-beta.0 → 0.0.52-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (588) hide show
  1. package/dist/_virtual/index.es2.js +2 -2
  2. package/dist/_virtual/index.es3.js +2 -2
  3. package/dist/_virtual/index.es4.js +2 -2
  4. package/dist/components/easyv-monaco-editor/easyv-monaco-editor.d.ts +12 -0
  5. package/dist/components/easyv-monaco-editor/easyv-monaco-editor.es.js +15 -2
  6. package/dist/components/easyv-monaco-editor/easyv-monaco-editor.es.js.map +1 -1
  7. package/dist/components/easyv-monaco-editor/monaco-setup.es.js +82 -1
  8. package/dist/components/easyv-monaco-editor/monaco-setup.es.js.map +1 -1
  9. package/dist/index.css +1 -1
  10. package/dist/monaco/editor.worker.bundle.js +13517 -0
  11. package/dist/monaco/json.worker.bundle.js +21318 -0
  12. package/dist/monaco/ts.worker.bundle.js +256351 -0
  13. package/dist/node_modules/.pnpm/classnames@2.3.2/node_modules/classnames/index.es.js +1 -1
  14. package/dist/node_modules/.pnpm/co-web-worker@1.0.1/node_modules/co-web-worker/index.es.js +1 -1
  15. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/dnd.es.js +11 -1
  16. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/dnd.es.js.map +1 -1
  17. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/dom.es.js +156 -2
  18. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/dom.es.js.map +1 -1
  19. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/domObservable.es.js +18 -0
  20. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/domObservable.es.js.map +1 -0
  21. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/findinput/replaceInput.es.js +186 -0
  22. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/findinput/replaceInput.es.js.map +1 -0
  23. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/keybindingLabel/keybindingLabel.es.js +9 -1
  24. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/keybindingLabel/keybindingLabel.es.js.map +1 -1
  25. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/resizable/resizable.es.js +153 -0
  26. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/resizable/resizable.es.js.map +1 -0
  27. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/arrays.es.js +75 -0
  28. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/arrays.es.js.map +1 -1
  29. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/arraysFind.es.js +11 -1
  30. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/arraysFind.es.js.map +1 -1
  31. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/async.es.js +65 -0
  32. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/async.es.js.map +1 -1
  33. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/cancellation.es.js +9 -1
  34. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/cancellation.es.js.map +1 -1
  35. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/dataTransfer.es.js +129 -0
  36. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/dataTransfer.es.js.map +1 -0
  37. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/equals.es.js +53 -4
  38. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/equals.es.js.map +1 -1
  39. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/errorMessage.es.js +60 -0
  40. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/errorMessage.es.js.map +1 -0
  41. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/extpath.es.js +8 -1
  42. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/extpath.es.js.map +1 -1
  43. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/filters.es.js +48 -0
  44. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/filters.es.js.map +1 -1
  45. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/hierarchicalKind.es.js +25 -0
  46. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/hierarchicalKind.es.js.map +1 -0
  47. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/htmlContent.es.js +10 -0
  48. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/htmlContent.es.js.map +1 -1
  49. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/labels.es.js +12 -0
  50. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/labels.es.js.map +1 -0
  51. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/lifecycle.es.js +17 -0
  52. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/lifecycle.es.js.map +1 -1
  53. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/objects.es.js +23 -1
  54. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/objects.es.js.map +1 -1
  55. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/autorun.es.js +19 -1
  56. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/autorun.es.js.map +1 -1
  57. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/base.es.js +9 -0
  58. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/base.es.js.map +1 -1
  59. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/derived.es.js +4 -0
  60. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/derived.es.js.map +1 -1
  61. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/promise.es.js +44 -2
  62. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/promise.es.js.map +1 -1
  63. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/utils.es.js +59 -1
  64. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/utils.es.js.map +1 -1
  65. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/platform.es.js +2 -0
  66. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/platform.es.js.map +1 -1
  67. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/resources.es.js +10 -6
  68. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/resources.es.js.map +1 -1
  69. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/search.es.js +42 -0
  70. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/search.es.js.map +1 -0
  71. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/strings.es.js +21 -0
  72. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/strings.es.js.map +1 -1
  73. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/types.es.js +1 -1
  74. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/types.es.js.map +1 -1
  75. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/uuid.es.js +53 -0
  76. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/uuid.es.js.map +1 -0
  77. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/controller/textAreaHandler.es.js +2 -2
  78. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/controller/textAreaHandler.es.js.map +1 -1
  79. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/controller/textAreaInput.es.js +4 -0
  80. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/controller/textAreaInput.es.js.map +1 -1
  81. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/dnd.es.js +70 -0
  82. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/dnd.es.js.map +1 -0
  83. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/editorBrowser.es.js +20 -0
  84. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/editorBrowser.es.js.map +1 -0
  85. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/editorExtensions.es.js +148 -8
  86. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/editorExtensions.es.js.map +1 -1
  87. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/observableCodeEditor.es.js +37 -2
  88. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/observableCodeEditor.es.js.map +1 -1
  89. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget.es.js +57 -0
  90. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget.es.js.map +1 -0
  91. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/commands.es.js +254 -0
  92. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/commands.es.js.map +1 -0
  93. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.es.js +79 -0
  94. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.es.js.map +1 -0
  95. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/utils.es.js +7 -1
  96. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/utils.es.js.map +1 -1
  97. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/commands/replaceCommand.es.js +19 -0
  98. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/commands/replaceCommand.es.js.map +1 -1
  99. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/commands/trimTrailingWhitespaceCommand.es.js +81 -0
  100. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/commands/trimTrailingWhitespaceCommand.es.js.map +1 -0
  101. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/core/characterClassifier.es.js +23 -1
  102. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/core/characterClassifier.es.js.map +1 -1
  103. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/core/editorColorRegistry.es.js +4 -2
  104. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/core/editorColorRegistry.es.js.map +1 -1
  105. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/cursor/cursorWordOperations.es.js +71 -1
  106. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/cursor/cursorWordOperations.es.js.map +1 -1
  107. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/editorFeatures.es.js +5 -1
  108. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/editorFeatures.es.js.map +1 -1
  109. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/languages/autoIndent.es.js +74 -0
  110. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/languages/autoIndent.es.js.map +1 -1
  111. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/languages.es.js +6 -3
  112. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/languages.es.js.map +1 -1
  113. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/model/bracketPairsTextModelPart/fixBrackets.es.js +61 -0
  114. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/model/bracketPairsTextModelPart/fixBrackets.es.js.map +1 -0
  115. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/getIconClasses.es.js +84 -0
  116. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/getIconClasses.es.js.map +1 -0
  117. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/semanticTokensDto.es.js +67 -0
  118. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/semanticTokensDto.es.js.map +1 -0
  119. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/semanticTokensProviderStyling.es.js +82 -1
  120. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/semanticTokensProviderStyling.es.js.map +1 -1
  121. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/treeViewsDnd.es.js +23 -0
  122. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/treeViewsDnd.es.js.map +1 -0
  123. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/treeViewsDndService.es.js +14 -0
  124. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/treeViewsDndService.es.js.map +1 -0
  125. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/tokens/lineTokens.es.js +13 -1
  126. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/tokens/lineTokens.es.js.map +1 -1
  127. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/tokens/sparseMultilineTokens.es.js +389 -0
  128. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/tokens/sparseMultilineTokens.es.js.map +1 -0
  129. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.es.js +182 -0
  130. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.es.js.map +1 -0
  131. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.es.js +370 -0
  132. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.es.js.map +1 -0
  133. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/caretOperations.es.js +46 -0
  134. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/caretOperations.es.js.map +1 -0
  135. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/moveCaretCommand.es.js +44 -0
  136. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/moveCaretCommand.es.js.map +1 -0
  137. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/transpose.es.js +59 -0
  138. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/transpose.es.js.map +1 -0
  139. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/clipboard/browser/clipboard.es.js +258 -0
  140. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/clipboard/browser/clipboard.es.js.map +1 -0
  141. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeAction.es.js +271 -0
  142. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeAction.es.js.map +1 -0
  143. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.es.js +231 -0
  144. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.es.js.map +1 -0
  145. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.es.js +61 -0
  146. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.es.js.map +1 -0
  147. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionController.es.js +368 -0
  148. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionController.es.js.map +1 -0
  149. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver.es.js +78 -0
  150. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver.es.js.map +1 -0
  151. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.es.js +65 -0
  152. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.es.js.map +1 -0
  153. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionModel.es.js +317 -0
  154. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionModel.es.js.map +1 -0
  155. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.es.js +413 -0
  156. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.es.js.map +1 -0
  157. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/common/types.es.js +141 -0
  158. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/common/types.es.js.map +1 -0
  159. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codeLensCache.es.js +123 -0
  160. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codeLensCache.es.js.map +1 -0
  161. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelens.es.js +94 -0
  162. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelens.es.js.map +1 -0
  163. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelensController.es.js +479 -0
  164. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelensController.es.js.map +1 -0
  165. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelensWidget.es.js +249 -0
  166. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelensWidget.es.js.map +1 -0
  167. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/color.es.js +113 -0
  168. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/color.es.js.map +1 -0
  169. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorContributions.es.js +61 -0
  170. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorContributions.es.js.map +1 -0
  171. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorDetector.es.js +263 -0
  172. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorDetector.es.js.map +1 -0
  173. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorHoverParticipant.es.js +254 -0
  174. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorHoverParticipant.es.js.map +1 -0
  175. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerModel.es.js +72 -0
  176. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerModel.es.js.map +1 -0
  177. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerWidget.es.js +365 -0
  178. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerWidget.es.js.map +1 -0
  179. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.es.js +56 -0
  180. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.es.js.map +1 -0
  181. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions.es.js +89 -0
  182. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions.es.js.map +1 -0
  183. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget.es.js +265 -0
  184. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget.es.js.map +1 -0
  185. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/blockCommentCommand.es.js +127 -0
  186. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/blockCommentCommand.es.js.map +1 -0
  187. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/comment.es.js +159 -0
  188. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/comment.es.js.map +1 -0
  189. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/lineCommentCommand.es.js +302 -0
  190. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/lineCommentCommand.es.js.map +1 -0
  191. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/contextmenu/browser/contextmenu.es.js +358 -0
  192. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/contextmenu/browser/contextmenu.es.js.map +1 -0
  193. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.es.js +142 -0
  194. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.es.js.map +1 -0
  195. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/diffEditorBreadcrumbs/browser/contribution.es.js +60 -0
  196. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/diffEditorBreadcrumbs/browser/contribution.es.js.map +1 -0
  197. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dnd/browser/dnd.es.js +207 -0
  198. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dnd/browser/dnd.es.js.map +1 -0
  199. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dnd/browser/dragAndDropCommand.es.js +45 -0
  200. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dnd/browser/dragAndDropCommand.es.js.map +1 -0
  201. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/documentSymbols/browser/documentSymbols.es.js +19 -0
  202. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/documentSymbols/browser/documentSymbols.es.js.map +1 -0
  203. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/documentSymbols/browser/outlineModel.es.js +260 -0
  204. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/documentSymbols/browser/outlineModel.es.js.map +1 -0
  205. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.es.js +95 -0
  206. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.es.js.map +1 -0
  207. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.es.js +504 -0
  208. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.es.js.map +1 -0
  209. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.es.js +214 -0
  210. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.es.js.map +1 -0
  211. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution.es.js +62 -0
  212. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution.es.js.map +1 -0
  213. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.es.js +168 -0
  214. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.es.js.map +1 -0
  215. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/edit.es.js +75 -0
  216. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/edit.es.js.map +1 -0
  217. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.es.js +211 -0
  218. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.es.js.map +1 -0
  219. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/editorState/browser/editorState.es.js +102 -0
  220. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/editorState/browser/editorState.es.js.map +1 -0
  221. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.es.js +15 -1
  222. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.es.js.map +1 -1
  223. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findController.es.js +1074 -0
  224. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findController.es.js.map +1 -0
  225. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findDecorations.es.js +301 -0
  226. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findDecorations.es.js.map +1 -0
  227. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findModel.es.js +517 -0
  228. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findModel.es.js.map +1 -0
  229. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findOptionsWidget.es.js +155 -0
  230. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findOptionsWidget.es.js.map +1 -0
  231. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findState.es.js +273 -0
  232. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findState.es.js.map +1 -0
  233. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findWidget.es.js +1208 -0
  234. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findWidget.es.js.map +1 -0
  235. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/replaceAllCommand.es.js +46 -0
  236. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/replaceAllCommand.es.js.map +1 -0
  237. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/replacePattern.es.js +237 -0
  238. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/replacePattern.es.js.map +1 -0
  239. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/folding.es.js +1258 -0
  240. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/folding.es.js.map +1 -0
  241. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingDecorations.es.js +161 -0
  242. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingDecorations.es.js.map +1 -0
  243. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingModel.es.js +453 -0
  244. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingModel.es.js.map +1 -0
  245. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingRanges.es.js +347 -0
  246. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingRanges.es.js.map +1 -0
  247. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/hiddenRangeModel.es.js +124 -0
  248. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/hiddenRangeModel.es.js.map +1 -0
  249. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/indentRangeProvider.es.js +152 -0
  250. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/indentRangeProvider.es.js.map +1 -0
  251. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/syntaxRangeProvider.es.js +169 -0
  252. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/syntaxRangeProvider.es.js.map +1 -0
  253. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/fontZoom/browser/fontZoom.es.js +46 -0
  254. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/fontZoom/browser/fontZoom.es.js.map +1 -0
  255. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/format.es.js +236 -8
  256. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/format.es.js.map +1 -1
  257. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/formatActions.es.js +271 -0
  258. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/formatActions.es.js.map +1 -0
  259. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/formattingEdit.es.js +52 -0
  260. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/formattingEdit.es.js.map +1 -0
  261. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/gotoError.es.js +281 -0
  262. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/gotoError.es.js.map +1 -0
  263. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.es.js +350 -0
  264. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.es.js.map +1 -0
  265. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/markerNavigationService.es.js +194 -0
  266. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/markerNavigationService.es.js.map +1 -0
  267. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.es.js +709 -0
  268. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.es.js.map +1 -0
  269. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/goToSymbol.es.js +126 -0
  270. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/goToSymbol.es.js.map +1 -0
  271. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture.es.js +143 -0
  272. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture.es.js.map +1 -0
  273. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.es.js +248 -0
  274. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.es.js.map +1 -0
  275. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.es.js +393 -0
  276. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.es.js.map +1 -0
  277. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.es.js +189 -0
  278. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.es.js.map +1 -0
  279. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.es.js +458 -0
  280. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.es.js.map +1 -0
  281. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.es.js +232 -0
  282. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.es.js.map +1 -0
  283. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.es.js +181 -0
  284. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.es.js.map +1 -0
  285. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverComputer.es.js +92 -0
  286. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverComputer.es.js.map +1 -0
  287. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverController2.es.js +298 -0
  288. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverController2.es.js.map +1 -0
  289. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverRendered.es.js +259 -0
  290. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverRendered.es.js.map +1 -0
  291. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverStatusBar.es.js +50 -0
  292. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverStatusBar.es.js.map +1 -0
  293. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverTypes.es.js +28 -0
  294. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverTypes.es.js.map +1 -0
  295. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverWidget.es.js +383 -0
  296. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverWidget.es.js.map +1 -0
  297. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverWidgetWrapper.es.js +340 -0
  298. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverWidgetWrapper.es.js.map +1 -0
  299. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/getHover.es.js +46 -0
  300. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/getHover.es.js.map +1 -0
  301. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverAccessibleViews.es.js +12 -0
  302. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverAccessibleViews.es.js.map +1 -0
  303. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverActionIds.es.js +32 -0
  304. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverActionIds.es.js.map +1 -0
  305. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverActions.es.js +452 -0
  306. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverActions.es.js.map +1 -0
  307. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverContribution.es.js +60 -0
  308. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverContribution.es.js.map +1 -0
  309. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverOperation.es.js +152 -0
  310. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverOperation.es.js.map +1 -0
  311. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverTypes.es.js +60 -0
  312. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverTypes.es.js.map +1 -0
  313. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverUtils.es.js +12 -0
  314. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverUtils.es.js.map +1 -0
  315. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverComputer.es.js +52 -0
  316. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverComputer.es.js.map +1 -0
  317. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverController.es.js +174 -0
  318. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverController.es.js.map +1 -0
  319. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverWidget.es.js +172 -0
  320. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverWidget.es.js.map +1 -0
  321. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.es.js +386 -0
  322. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.es.js.map +1 -0
  323. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.es.js +239 -0
  324. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.es.js.map +1 -0
  325. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/resizableContentWidget.es.js +91 -0
  326. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/resizableContentWidget.es.js.map +1 -0
  327. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.es.js +153 -0
  328. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.es.js.map +1 -0
  329. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand.es.js +23 -0
  330. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand.es.js.map +1 -0
  331. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/browser/indentation.es.js +605 -0
  332. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/browser/indentation.es.js.map +1 -0
  333. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/common/indentUtils.es.js +31 -0
  334. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/common/indentUtils.es.js.map +1 -0
  335. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/common/indentation.es.js +83 -0
  336. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/common/indentation.es.js.map +1 -0
  337. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHints.es.js +142 -0
  338. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHints.es.js.map +1 -0
  339. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsContribution.es.js +12 -0
  340. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsContribution.es.js.map +1 -0
  341. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsController.es.js +566 -0
  342. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsController.es.js.map +1 -0
  343. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.es.js +147 -0
  344. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.es.js.map +1 -0
  345. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsLocations.es.js +94 -0
  346. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsLocations.es.js.map +1 -0
  347. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/commandIds.es.js +9 -0
  348. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/commandIds.es.js.map +1 -0
  349. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.es.js +212 -0
  350. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.es.js.map +1 -0
  351. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.es.js +62 -0
  352. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.es.js.map +1 -0
  353. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.es.js +286 -0
  354. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.es.js.map +1 -0
  355. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.es.js +153 -0
  356. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.es.js.map +1 -0
  357. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.es.js +323 -0
  358. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.es.js.map +1 -0
  359. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution.es.js +25 -0
  360. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution.es.js.map +1 -0
  361. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsAccessibleView.es.js +6 -0
  362. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsAccessibleView.es.js.map +1 -0
  363. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/ghostText.es.js +92 -0
  364. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/ghostText.es.js.map +1 -0
  365. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.es.js +484 -0
  366. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.es.js.map +1 -0
  367. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsSource.es.js +268 -0
  368. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsSource.es.js.map +1 -0
  369. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions.es.js +224 -0
  370. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions.es.js.map +1 -0
  371. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/singleTextEdit.es.js +166 -0
  372. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/singleTextEdit.es.js.map +1 -0
  373. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/suggestWidgetAdaptor.es.js +173 -0
  374. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/suggestWidgetAdaptor.es.js.map +1 -0
  375. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/utils.es.js +55 -0
  376. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/utils.es.js.map +1 -0
  377. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/view/ghostTextView.es.js +311 -0
  378. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/view/ghostTextView.es.js.map +1 -0
  379. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/commandIds.es.js +11 -0
  380. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/commandIds.es.js.map +1 -0
  381. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/commands.es.js +141 -0
  382. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/commands.es.js.map +1 -0
  383. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/ghostTextWidget.es.js +198 -0
  384. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/ghostTextWidget.es.js.map +1 -0
  385. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEdit.contribution.es.js +15 -0
  386. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEdit.contribution.es.js.map +1 -0
  387. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditController.es.js +327 -0
  388. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditController.es.js.map +1 -0
  389. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget.es.js +208 -0
  390. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget.es.js.map +1 -0
  391. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget.es.js +310 -0
  392. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget.es.js.map +1 -0
  393. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/commands.es.js +138 -0
  394. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/commands.es.js.map +1 -0
  395. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/consts.es.js +15 -0
  396. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/consts.es.js.map +1 -0
  397. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEdits.contribution.es.js +15 -0
  398. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEdits.contribution.es.js.map +1 -0
  399. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsController.es.js +105 -0
  400. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsController.es.js.map +1 -0
  401. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsModel.es.js +236 -0
  402. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsModel.es.js.map +1 -0
  403. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsWidget.es.js +322 -0
  404. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsWidget.es.js.map +1 -0
  405. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineProgress/browser/inlineProgress.es.js +149 -0
  406. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineProgress/browser/inlineProgress.es.js.map +1 -0
  407. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/lineSelection/browser/lineSelection.es.js +35 -0
  408. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/lineSelection/browser/lineSelection.es.js.map +1 -0
  409. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/copyLinesCommand.es.js +67 -0
  410. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/copyLinesCommand.es.js.map +1 -0
  411. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/linesOperations.es.js +1114 -0
  412. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/linesOperations.es.js.map +1 -0
  413. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/moveLinesCommand.es.js +347 -0
  414. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/moveLinesCommand.es.js.map +1 -0
  415. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/sortLinesCommand.es.js +78 -0
  416. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/sortLinesCommand.es.js.map +1 -0
  417. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.es.js +382 -0
  418. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.es.js.map +1 -0
  419. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/links/browser/getLinks.es.js +141 -0
  420. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/links/browser/getLinks.es.js.map +1 -0
  421. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/links/browser/links.es.js +374 -0
  422. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/links/browser/links.es.js.map +1 -0
  423. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/longLinesHelper/browser/longLinesHelper.es.js +28 -0
  424. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/longLinesHelper/browser/longLinesHelper.es.js.map +1 -0
  425. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/message/browser/messageController.es.js +190 -0
  426. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/message/browser/messageController.es.js.map +1 -0
  427. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/multicursor/browser/multicursor.es.js +1088 -0
  428. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/multicursor/browser/multicursor.es.js.map +1 -0
  429. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHints.es.js +151 -0
  430. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHints.es.js.map +1 -0
  431. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHintsModel.es.js +262 -0
  432. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHintsModel.es.js.map +1 -0
  433. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.es.js +328 -0
  434. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.es.js.map +1 -0
  435. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/provideSignatureHelp.es.js +55 -0
  436. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/provideSignatureHelp.es.js.map +1 -0
  437. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/peekView/browser/peekView.es.js +267 -0
  438. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/peekView/browser/peekView.es.js.map +1 -0
  439. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.es.js +15 -0
  440. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.es.js.map +1 -0
  441. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/placeholderText/browser/placeholderTextContribution.es.js +85 -0
  442. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/placeholderText/browser/placeholderTextContribution.es.js.map +1 -0
  443. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.es.js +41 -0
  444. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.es.js.map +1 -0
  445. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/rename/browser/rename.es.js +475 -0
  446. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/rename/browser/rename.es.js.map +1 -0
  447. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/rename/browser/renameWidget.es.js +756 -0
  448. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/rename/browser/renameWidget.es.js.map +1 -0
  449. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/sectionHeaders/browser/sectionHeaders.es.js +195 -0
  450. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/sectionHeaders/browser/sectionHeaders.es.js.map +1 -0
  451. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/browser/documentSemanticTokens.es.js +334 -0
  452. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/browser/documentSemanticTokens.es.js.map +1 -0
  453. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/browser/viewportSemanticTokens.es.js +137 -0
  454. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/browser/viewportSemanticTokens.es.js.map +1 -0
  455. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/common/getSemanticTokens.es.js +197 -0
  456. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/common/getSemanticTokens.es.js.map +1 -0
  457. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/common/semanticTokensConfig.es.js +14 -0
  458. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/common/semanticTokensConfig.es.js.map +1 -0
  459. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/bracketSelections.es.js +134 -0
  460. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/bracketSelections.es.js.map +1 -0
  461. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/smartSelect.es.js +277 -0
  462. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/smartSelect.es.js.map +1 -0
  463. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/wordSelections.es.js +69 -0
  464. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/wordSelections.es.js.map +1 -0
  465. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetController2.es.js +281 -0
  466. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetController2.es.js.map +1 -0
  467. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetParser.es.js +926 -0
  468. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetParser.es.js.map +1 -0
  469. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetSession.es.js +547 -0
  470. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetSession.es.js.map +1 -0
  471. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetVariables.es.js +282 -0
  472. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetVariables.es.js.map +1 -0
  473. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.es.js +139 -0
  474. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.es.js.map +1 -0
  475. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollContribution.es.js +17 -0
  476. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollContribution.es.js.map +1 -0
  477. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollController.es.js +537 -0
  478. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollController.es.js.map +1 -0
  479. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollElement.es.js +27 -0
  480. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollElement.es.js.map +1 -0
  481. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider.es.js +321 -0
  482. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider.es.js.map +1 -0
  483. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.es.js +175 -0
  484. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.es.js.map +1 -0
  485. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollWidget.es.js +451 -0
  486. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollWidget.es.js.map +1 -0
  487. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/completionModel.es.js +176 -0
  488. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/completionModel.es.js.map +1 -0
  489. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggest.es.js +305 -0
  490. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggest.es.js.map +1 -0
  491. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestAlternatives.es.js +90 -0
  492. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestAlternatives.es.js.map +1 -0
  493. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestCommitCharacters.es.js +56 -0
  494. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestCommitCharacters.es.js.map +1 -0
  495. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestController.es.js +983 -0
  496. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestController.es.js.map +1 -0
  497. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestInlineCompletions.es.js +185 -0
  498. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestInlineCompletions.es.js.map +1 -0
  499. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestMemory.es.js +253 -0
  500. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestMemory.es.js.map +1 -0
  501. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestModel.es.js +724 -0
  502. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestModel.es.js.map +1 -0
  503. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestOvertypingCapturer.es.js +58 -0
  504. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestOvertypingCapturer.es.js.map +1 -0
  505. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidget.es.js +909 -0
  506. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidget.es.js.map +1 -0
  507. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.es.js +402 -0
  508. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.es.js.map +1 -0
  509. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.es.js +212 -0
  510. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.es.js.map +1 -0
  511. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetStatus.es.js +72 -0
  512. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetStatus.es.js.map +1 -0
  513. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/wordContextKey.es.js +71 -0
  514. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/wordContextKey.es.js.map +1 -0
  515. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/wordDistance.es.js +66 -0
  516. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/wordDistance.es.js.map +1 -0
  517. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.es.js +97 -0
  518. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.es.js.map +1 -0
  519. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.es.js +43 -0
  520. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.es.js.map +1 -0
  521. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/tokenization/browser/tokenization.es.js +26 -0
  522. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/tokenization/browser/tokenization.es.js.map +1 -0
  523. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.es.js +113 -0
  524. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.es.js.map +1 -0
  525. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.es.js +702 -0
  526. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.es.js.map +1 -0
  527. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.es.js +121 -0
  528. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.es.js.map +1 -0
  529. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.es.js +110 -0
  530. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.es.js.map +1 -0
  531. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/textualHighlightProvider.es.js +77 -0
  532. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/textualHighlightProvider.es.js.map +1 -0
  533. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.es.js +712 -0
  534. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.es.js.map +1 -0
  535. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordOperations/browser/wordOperations.es.js +523 -0
  536. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordOperations/browser/wordOperations.es.js.map +1 -0
  537. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordPartOperations/browser/wordPartOperations.es.js +171 -0
  538. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordPartOperations/browser/wordPartOperations.es.js.map +1 -0
  539. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/zoneWidget/browser/zoneWidget.es.js +401 -0
  540. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/zoneWidget/browser/zoneWidget.es.js.map +1 -0
  541. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/nls.es.js +15 -1
  542. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/nls.es.js.map +1 -1
  543. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/accessibility/browser/accessibleViewRegistry.es.js +23 -0
  544. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/accessibility/browser/accessibleViewRegistry.es.js.map +1 -0
  545. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/action/common/actionCommonCategories.es.js +13 -0
  546. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/action/common/actionCommonCategories.es.js.map +1 -0
  547. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actionWidget/browser/actionList.es.js +285 -0
  548. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actionWidget/browser/actionList.es.js.map +1 -0
  549. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actionWidget/browser/actionWidget.es.js +265 -0
  550. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actionWidget/browser/actionWidget.es.js.map +1 -0
  551. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actions/browser/menuEntryActionViewItem.es.js +30 -0
  552. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actions/browser/menuEntryActionViewItem.es.js.map +1 -1
  553. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actions/common/actions.es.js +56 -5
  554. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actions/common/actions.es.js.map +1 -1
  555. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/contextkey/common/contextkeys.es.js +5 -3
  556. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/contextkey/common/contextkeys.es.js.map +1 -1
  557. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/dnd/browser/dnd.es.js +35 -0
  558. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/dnd/browser/dnd.es.js.map +1 -0
  559. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/files/common/files.es.js +10 -0
  560. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/files/common/files.es.js.map +1 -0
  561. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/history/browser/contextScopedHistoryWidget.es.js +113 -0
  562. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/history/browser/contextScopedHistoryWidget.es.js.map +1 -0
  563. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/history/browser/historyWidgetKeybindingHint.es.js +8 -0
  564. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/history/browser/historyWidgetKeybindingHint.es.js.map +1 -0
  565. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/list/browser/listService.es.js +2 -1
  566. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/list/browser/listService.es.js.map +1 -1
  567. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/observable/common/platformObservableUtils.es.js +10 -2
  568. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/observable/common/platformObservableUtils.es.js.map +1 -1
  569. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/observable/common/wrapInReloadableClass.es.js +59 -0
  570. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/observable/common/wrapInReloadableClass.es.js.map +1 -0
  571. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/opener/browser/link.es.js +95 -0
  572. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/opener/browser/link.es.js.map +1 -0
  573. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/severityIcon/browser/severityIcon.es.js +26 -0
  574. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/severityIcon/browser/severityIcon.es.js.map +1 -0
  575. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/editorColors.es.js +22 -11
  576. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/editorColors.es.js.map +1 -1
  577. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/listColors.es.js +2 -1
  578. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/listColors.es.js.map +1 -1
  579. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/minimapColors.es.js +2 -1
  580. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/minimapColors.es.js.map +1 -1
  581. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/iconRegistry.es.js +3 -2
  582. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/iconRegistry.es.js.map +1 -1
  583. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/workspace/common/workspace.es.js +51 -3
  584. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/workspace/common/workspace.es.js.map +1 -1
  585. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js +1 -1
  586. package/dist/stats.html +4949 -0
  587. package/dist/style.css +1 -1
  588. package/package.json +3 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"snippetSession.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetSession.js"],"sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nvar __param = (this && this.__param) || function (paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n};\nvar SnippetSession_1;\nimport { groupBy } from '../../../../base/common/arrays.js';\nimport { dispose } from '../../../../base/common/lifecycle.js';\nimport { getLeadingWhitespace } from '../../../../base/common/strings.js';\nimport './snippetSession.css';\nimport { EditOperation } from '../../../common/core/editOperation.js';\nimport { Range } from '../../../common/core/range.js';\nimport { Selection } from '../../../common/core/selection.js';\nimport { ILanguageConfigurationService } from '../../../common/languages/languageConfigurationRegistry.js';\nimport { ModelDecorationOptions } from '../../../common/model/textModel.js';\nimport { ILabelService } from '../../../../platform/label/common/label.js';\nimport { IWorkspaceContextService } from '../../../../platform/workspace/common/workspace.js';\nimport { Choice, Placeholder, SnippetParser, Text, TextmateSnippet } from './snippetParser.js';\nimport { ClipboardBasedVariableResolver, CommentBasedVariableResolver, CompositeSnippetVariableResolver, ModelBasedVariableResolver, RandomBasedVariableResolver, SelectionBasedVariableResolver, TimeBasedVariableResolver, WorkspaceBasedVariableResolver } from './snippetVariables.js';\nexport class OneSnippet {\n static { this._decor = {\n active: ModelDecorationOptions.register({ description: 'snippet-placeholder-1', stickiness: 0 /* TrackedRangeStickiness.AlwaysGrowsWhenTypingAtEdges */, className: 'snippet-placeholder' }),\n inactive: ModelDecorationOptions.register({ description: 'snippet-placeholder-2', stickiness: 1 /* TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges */, className: 'snippet-placeholder' }),\n activeFinal: ModelDecorationOptions.register({ description: 'snippet-placeholder-3', stickiness: 1 /* TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges */, className: 'finish-snippet-placeholder' }),\n inactiveFinal: ModelDecorationOptions.register({ description: 'snippet-placeholder-4', stickiness: 1 /* TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges */, className: 'finish-snippet-placeholder' }),\n }; }\n constructor(_editor, _snippet, _snippetLineLeadingWhitespace) {\n this._editor = _editor;\n this._snippet = _snippet;\n this._snippetLineLeadingWhitespace = _snippetLineLeadingWhitespace;\n this._offset = -1;\n this._nestingLevel = 1;\n this._placeholderGroups = groupBy(_snippet.placeholders, Placeholder.compareByIndex);\n this._placeholderGroupsIdx = -1;\n }\n initialize(textChange) {\n this._offset = textChange.newPosition;\n }\n dispose() {\n if (this._placeholderDecorations) {\n this._editor.removeDecorations([...this._placeholderDecorations.values()]);\n }\n this._placeholderGroups.length = 0;\n }\n _initDecorations() {\n if (this._offset === -1) {\n throw new Error(`Snippet not initialized!`);\n }\n if (this._placeholderDecorations) {\n // already initialized\n return;\n }\n this._placeholderDecorations = new Map();\n const model = this._editor.getModel();\n this._editor.changeDecorations(accessor => {\n // create a decoration for each placeholder\n for (const placeholder of this._snippet.placeholders) {\n const placeholderOffset = this._snippet.offset(placeholder);\n const placeholderLen = this._snippet.fullLen(placeholder);\n const range = Range.fromPositions(model.getPositionAt(this._offset + placeholderOffset), model.getPositionAt(this._offset + placeholderOffset + placeholderLen));\n const options = placeholder.isFinalTabstop ? OneSnippet._decor.inactiveFinal : OneSnippet._decor.inactive;\n const handle = accessor.addDecoration(range, options);\n this._placeholderDecorations.set(placeholder, handle);\n }\n });\n }\n move(fwd) {\n if (!this._editor.hasModel()) {\n return [];\n }\n this._initDecorations();\n // Transform placeholder text if necessary\n if (this._placeholderGroupsIdx >= 0) {\n const operations = [];\n for (const placeholder of this._placeholderGroups[this._placeholderGroupsIdx]) {\n // Check if the placeholder has a transformation\n if (placeholder.transform) {\n const id = this._placeholderDecorations.get(placeholder);\n const range = this._editor.getModel().getDecorationRange(id);\n const currentValue = this._editor.getModel().getValueInRange(range);\n const transformedValueLines = placeholder.transform.resolve(currentValue).split(/\\r\\n|\\r|\\n/);\n // fix indentation for transformed lines\n for (let i = 1; i < transformedValueLines.length; i++) {\n transformedValueLines[i] = this._editor.getModel().normalizeIndentation(this._snippetLineLeadingWhitespace + transformedValueLines[i]);\n }\n operations.push(EditOperation.replace(range, transformedValueLines.join(this._editor.getModel().getEOL())));\n }\n }\n if (operations.length > 0) {\n this._editor.executeEdits('snippet.placeholderTransform', operations);\n }\n }\n let couldSkipThisPlaceholder = false;\n if (fwd === true && this._placeholderGroupsIdx < this._placeholderGroups.length - 1) {\n this._placeholderGroupsIdx += 1;\n couldSkipThisPlaceholder = true;\n }\n else if (fwd === false && this._placeholderGroupsIdx > 0) {\n this._placeholderGroupsIdx -= 1;\n couldSkipThisPlaceholder = true;\n }\n else {\n // the selection of the current placeholder might\n // not acurate any more -> simply restore it\n }\n const newSelections = this._editor.getModel().changeDecorations(accessor => {\n const activePlaceholders = new Set();\n // change stickiness to always grow when typing at its edges\n // because these decorations represent the currently active\n // tabstop.\n // Special case #1: reaching the final tabstop\n // Special case #2: placeholders enclosing active placeholders\n const selections = [];\n for (const placeholder of this._placeholderGroups[this._placeholderGroupsIdx]) {\n const id = this._placeholderDecorations.get(placeholder);\n const range = this._editor.getModel().getDecorationRange(id);\n selections.push(new Selection(range.startLineNumber, range.startColumn, range.endLineNumber, range.endColumn));\n // consider to skip this placeholder index when the decoration\n // range is empty but when the placeholder wasn't. that's a strong\n // hint that the placeholder has been deleted. (all placeholder must match this)\n couldSkipThisPlaceholder = couldSkipThisPlaceholder && this._hasPlaceholderBeenCollapsed(placeholder);\n accessor.changeDecorationOptions(id, placeholder.isFinalTabstop ? OneSnippet._decor.activeFinal : OneSnippet._decor.active);\n activePlaceholders.add(placeholder);\n for (const enclosingPlaceholder of this._snippet.enclosingPlaceholders(placeholder)) {\n const id = this._placeholderDecorations.get(enclosingPlaceholder);\n accessor.changeDecorationOptions(id, enclosingPlaceholder.isFinalTabstop ? OneSnippet._decor.activeFinal : OneSnippet._decor.active);\n activePlaceholders.add(enclosingPlaceholder);\n }\n }\n // change stickness to never grow when typing at its edges\n // so that in-active tabstops never grow\n for (const [placeholder, id] of this._placeholderDecorations) {\n if (!activePlaceholders.has(placeholder)) {\n accessor.changeDecorationOptions(id, placeholder.isFinalTabstop ? OneSnippet._decor.inactiveFinal : OneSnippet._decor.inactive);\n }\n }\n return selections;\n });\n return !couldSkipThisPlaceholder ? newSelections ?? [] : this.move(fwd);\n }\n _hasPlaceholderBeenCollapsed(placeholder) {\n // A placeholder is empty when it wasn't empty when authored but\n // when its tracking decoration is empty. This also applies to all\n // potential parent placeholders\n let marker = placeholder;\n while (marker) {\n if (marker instanceof Placeholder) {\n const id = this._placeholderDecorations.get(marker);\n const range = this._editor.getModel().getDecorationRange(id);\n if (range.isEmpty() && marker.toString().length > 0) {\n return true;\n }\n }\n marker = marker.parent;\n }\n return false;\n }\n get isAtFirstPlaceholder() {\n return this._placeholderGroupsIdx <= 0 || this._placeholderGroups.length === 0;\n }\n get isAtLastPlaceholder() {\n return this._placeholderGroupsIdx === this._placeholderGroups.length - 1;\n }\n get hasPlaceholder() {\n return this._snippet.placeholders.length > 0;\n }\n /**\n * A snippet is trivial when it has no placeholder or only a final placeholder at\n * its very end\n */\n get isTrivialSnippet() {\n if (this._snippet.placeholders.length === 0) {\n return true;\n }\n if (this._snippet.placeholders.length === 1) {\n const [placeholder] = this._snippet.placeholders;\n if (placeholder.isFinalTabstop) {\n if (this._snippet.rightMostDescendant === placeholder) {\n return true;\n }\n }\n }\n return false;\n }\n computePossibleSelections() {\n const result = new Map();\n for (const placeholdersWithEqualIndex of this._placeholderGroups) {\n let ranges;\n for (const placeholder of placeholdersWithEqualIndex) {\n if (placeholder.isFinalTabstop) {\n // ignore those\n break;\n }\n if (!ranges) {\n ranges = [];\n result.set(placeholder.index, ranges);\n }\n const id = this._placeholderDecorations.get(placeholder);\n const range = this._editor.getModel().getDecorationRange(id);\n if (!range) {\n // one of the placeholder lost its decoration and\n // therefore we bail out and pretend the placeholder\n // (with its mirrors) doesn't exist anymore.\n result.delete(placeholder.index);\n break;\n }\n ranges.push(range);\n }\n }\n return result;\n }\n get activeChoice() {\n if (!this._placeholderDecorations) {\n return undefined;\n }\n const placeholder = this._placeholderGroups[this._placeholderGroupsIdx][0];\n if (!placeholder?.choice) {\n return undefined;\n }\n const id = this._placeholderDecorations.get(placeholder);\n if (!id) {\n return undefined;\n }\n const range = this._editor.getModel().getDecorationRange(id);\n if (!range) {\n return undefined;\n }\n return { range, choice: placeholder.choice };\n }\n get hasChoice() {\n let result = false;\n this._snippet.walk(marker => {\n result = marker instanceof Choice;\n return !result;\n });\n return result;\n }\n merge(others) {\n const model = this._editor.getModel();\n this._nestingLevel *= 10;\n this._editor.changeDecorations(accessor => {\n // For each active placeholder take one snippet and merge it\n // in that the placeholder (can be many for `$1foo$1foo`). Because\n // everything is sorted by editor selection we can simply remove\n // elements from the beginning of the array\n for (const placeholder of this._placeholderGroups[this._placeholderGroupsIdx]) {\n const nested = others.shift();\n console.assert(nested._offset !== -1);\n console.assert(!nested._placeholderDecorations);\n // Massage placeholder-indicies of the nested snippet to be\n // sorted right after the insertion point. This ensures we move\n // through the placeholders in the correct order\n const indexLastPlaceholder = nested._snippet.placeholderInfo.last.index;\n for (const nestedPlaceholder of nested._snippet.placeholderInfo.all) {\n if (nestedPlaceholder.isFinalTabstop) {\n nestedPlaceholder.index = placeholder.index + ((indexLastPlaceholder + 1) / this._nestingLevel);\n }\n else {\n nestedPlaceholder.index = placeholder.index + (nestedPlaceholder.index / this._nestingLevel);\n }\n }\n this._snippet.replace(placeholder, nested._snippet.children);\n // Remove the placeholder at which position are inserting\n // the snippet and also remove its decoration.\n const id = this._placeholderDecorations.get(placeholder);\n accessor.removeDecoration(id);\n this._placeholderDecorations.delete(placeholder);\n // For each *new* placeholder we create decoration to monitor\n // how and if it grows/shrinks.\n for (const placeholder of nested._snippet.placeholders) {\n const placeholderOffset = nested._snippet.offset(placeholder);\n const placeholderLen = nested._snippet.fullLen(placeholder);\n const range = Range.fromPositions(model.getPositionAt(nested._offset + placeholderOffset), model.getPositionAt(nested._offset + placeholderOffset + placeholderLen));\n const handle = accessor.addDecoration(range, OneSnippet._decor.inactive);\n this._placeholderDecorations.set(placeholder, handle);\n }\n }\n // Last, re-create the placeholder groups by sorting placeholders by their index.\n this._placeholderGroups = groupBy(this._snippet.placeholders, Placeholder.compareByIndex);\n });\n }\n}\nconst _defaultOptions = {\n overwriteBefore: 0,\n overwriteAfter: 0,\n adjustWhitespace: true,\n clipboardText: undefined,\n overtypingCapturer: undefined\n};\nlet SnippetSession = SnippetSession_1 = class SnippetSession {\n static adjustWhitespace(model, position, adjustIndentation, snippet, filter) {\n const line = model.getLineContent(position.lineNumber);\n const lineLeadingWhitespace = getLeadingWhitespace(line, 0, position.column - 1);\n // the snippet as inserted\n let snippetTextString;\n snippet.walk(marker => {\n // all text elements that are not inside choice\n if (!(marker instanceof Text) || marker.parent instanceof Choice) {\n return true;\n }\n // check with filter (iff provided)\n if (filter && !filter.has(marker)) {\n return true;\n }\n const lines = marker.value.split(/\\r\\n|\\r|\\n/);\n if (adjustIndentation) {\n // adjust indentation of snippet test\n // -the snippet-start doesn't get extra-indented (lineLeadingWhitespace), only normalized\n // -all N+1 lines get extra-indented and normalized\n // -the text start get extra-indented and normalized when following a linebreak\n const offset = snippet.offset(marker);\n if (offset === 0) {\n // snippet start\n lines[0] = model.normalizeIndentation(lines[0]);\n }\n else {\n // check if text start is after a linebreak\n snippetTextString = snippetTextString ?? snippet.toString();\n const prevChar = snippetTextString.charCodeAt(offset - 1);\n if (prevChar === 10 /* CharCode.LineFeed */ || prevChar === 13 /* CharCode.CarriageReturn */) {\n lines[0] = model.normalizeIndentation(lineLeadingWhitespace + lines[0]);\n }\n }\n for (let i = 1; i < lines.length; i++) {\n lines[i] = model.normalizeIndentation(lineLeadingWhitespace + lines[i]);\n }\n }\n const newValue = lines.join(model.getEOL());\n if (newValue !== marker.value) {\n marker.parent.replace(marker, [new Text(newValue)]);\n snippetTextString = undefined;\n }\n return true;\n });\n return lineLeadingWhitespace;\n }\n static adjustSelection(model, selection, overwriteBefore, overwriteAfter) {\n if (overwriteBefore !== 0 || overwriteAfter !== 0) {\n // overwrite[Before|After] is compute using the position, not the whole\n // selection. therefore we adjust the selection around that position\n const { positionLineNumber, positionColumn } = selection;\n const positionColumnBefore = positionColumn - overwriteBefore;\n const positionColumnAfter = positionColumn + overwriteAfter;\n const range = model.validateRange({\n startLineNumber: positionLineNumber,\n startColumn: positionColumnBefore,\n endLineNumber: positionLineNumber,\n endColumn: positionColumnAfter\n });\n selection = Selection.createWithDirection(range.startLineNumber, range.startColumn, range.endLineNumber, range.endColumn, selection.getDirection());\n }\n return selection;\n }\n static createEditsAndSnippetsFromSelections(editor, template, overwriteBefore, overwriteAfter, enforceFinalTabstop, adjustWhitespace, clipboardText, overtypingCapturer, languageConfigurationService) {\n const edits = [];\n const snippets = [];\n if (!editor.hasModel()) {\n return { edits, snippets };\n }\n const model = editor.getModel();\n const workspaceService = editor.invokeWithinContext(accessor => accessor.get(IWorkspaceContextService));\n const modelBasedVariableResolver = editor.invokeWithinContext(accessor => new ModelBasedVariableResolver(accessor.get(ILabelService), model));\n const readClipboardText = () => clipboardText;\n // know what text the overwrite[Before|After] extensions\n // of the primary curser have selected because only when\n // secondary selections extend to the same text we can grow them\n const firstBeforeText = model.getValueInRange(SnippetSession_1.adjustSelection(model, editor.getSelection(), overwriteBefore, 0));\n const firstAfterText = model.getValueInRange(SnippetSession_1.adjustSelection(model, editor.getSelection(), 0, overwriteAfter));\n // remember the first non-whitespace column to decide if\n // `keepWhitespace` should be overruled for secondary selections\n const firstLineFirstNonWhitespace = model.getLineFirstNonWhitespaceColumn(editor.getSelection().positionLineNumber);\n // sort selections by their start position but remeber\n // the original index. that allows you to create correct\n // offset-based selection logic without changing the\n // primary selection\n const indexedSelections = editor.getSelections()\n .map((selection, idx) => ({ selection, idx }))\n .sort((a, b) => Range.compareRangesUsingStarts(a.selection, b.selection));\n for (const { selection, idx } of indexedSelections) {\n // extend selection with the `overwriteBefore` and `overwriteAfter` and then\n // compare if this matches the extensions of the primary selection\n let extensionBefore = SnippetSession_1.adjustSelection(model, selection, overwriteBefore, 0);\n let extensionAfter = SnippetSession_1.adjustSelection(model, selection, 0, overwriteAfter);\n if (firstBeforeText !== model.getValueInRange(extensionBefore)) {\n extensionBefore = selection;\n }\n if (firstAfterText !== model.getValueInRange(extensionAfter)) {\n extensionAfter = selection;\n }\n // merge the before and after selection into one\n const snippetSelection = selection\n .setStartPosition(extensionBefore.startLineNumber, extensionBefore.startColumn)\n .setEndPosition(extensionAfter.endLineNumber, extensionAfter.endColumn);\n const snippet = new SnippetParser().parse(template, true, enforceFinalTabstop);\n // adjust the template string to match the indentation and\n // whitespace rules of this insert location (can be different for each cursor)\n // happens when being asked for (default) or when this is a secondary\n // cursor and the leading whitespace is different\n const start = snippetSelection.getStartPosition();\n const snippetLineLeadingWhitespace = SnippetSession_1.adjustWhitespace(model, start, adjustWhitespace || (idx > 0 && firstLineFirstNonWhitespace !== model.getLineFirstNonWhitespaceColumn(selection.positionLineNumber)), snippet);\n snippet.resolveVariables(new CompositeSnippetVariableResolver([\n modelBasedVariableResolver,\n new ClipboardBasedVariableResolver(readClipboardText, idx, indexedSelections.length, editor.getOption(79 /* EditorOption.multiCursorPaste */) === 'spread'),\n new SelectionBasedVariableResolver(model, selection, idx, overtypingCapturer),\n new CommentBasedVariableResolver(model, selection, languageConfigurationService),\n new TimeBasedVariableResolver,\n new WorkspaceBasedVariableResolver(workspaceService),\n new RandomBasedVariableResolver,\n ]));\n // store snippets with the index of their originating selection.\n // that ensures the primiary cursor stays primary despite not being\n // the one with lowest start position\n edits[idx] = EditOperation.replace(snippetSelection, snippet.toString());\n edits[idx].identifier = { major: idx, minor: 0 }; // mark the edit so only our undo edits will be used to generate end cursors\n edits[idx]._isTracked = true;\n snippets[idx] = new OneSnippet(editor, snippet, snippetLineLeadingWhitespace);\n }\n return { edits, snippets };\n }\n static createEditsAndSnippetsFromEdits(editor, snippetEdits, enforceFinalTabstop, adjustWhitespace, clipboardText, overtypingCapturer, languageConfigurationService) {\n if (!editor.hasModel() || snippetEdits.length === 0) {\n return { edits: [], snippets: [] };\n }\n const edits = [];\n const model = editor.getModel();\n const parser = new SnippetParser();\n const snippet = new TextmateSnippet();\n // snippet variables resolver\n const resolver = new CompositeSnippetVariableResolver([\n editor.invokeWithinContext(accessor => new ModelBasedVariableResolver(accessor.get(ILabelService), model)),\n new ClipboardBasedVariableResolver(() => clipboardText, 0, editor.getSelections().length, editor.getOption(79 /* EditorOption.multiCursorPaste */) === 'spread'),\n new SelectionBasedVariableResolver(model, editor.getSelection(), 0, overtypingCapturer),\n new CommentBasedVariableResolver(model, editor.getSelection(), languageConfigurationService),\n new TimeBasedVariableResolver,\n new WorkspaceBasedVariableResolver(editor.invokeWithinContext(accessor => accessor.get(IWorkspaceContextService))),\n new RandomBasedVariableResolver,\n ]);\n //\n snippetEdits = snippetEdits.sort((a, b) => Range.compareRangesUsingStarts(a.range, b.range));\n let offset = 0;\n for (let i = 0; i < snippetEdits.length; i++) {\n const { range, template } = snippetEdits[i];\n // gaps between snippet edits are appended as text nodes. this\n // ensures placeholder-offsets are later correct\n if (i > 0) {\n const lastRange = snippetEdits[i - 1].range;\n const textRange = Range.fromPositions(lastRange.getEndPosition(), range.getStartPosition());\n const textNode = new Text(model.getValueInRange(textRange));\n snippet.appendChild(textNode);\n offset += textNode.value.length;\n }\n const newNodes = parser.parseFragment(template, snippet);\n SnippetSession_1.adjustWhitespace(model, range.getStartPosition(), true, snippet, new Set(newNodes));\n snippet.resolveVariables(resolver);\n const snippetText = snippet.toString();\n const snippetFragmentText = snippetText.slice(offset);\n offset = snippetText.length;\n // make edit\n const edit = EditOperation.replace(range, snippetFragmentText);\n edit.identifier = { major: i, minor: 0 }; // mark the edit so only our undo edits will be used to generate end cursors\n edit._isTracked = true;\n edits.push(edit);\n }\n //\n parser.ensureFinalTabstop(snippet, enforceFinalTabstop, true);\n return {\n edits,\n snippets: [new OneSnippet(editor, snippet, '')]\n };\n }\n constructor(_editor, _template, _options = _defaultOptions, _languageConfigurationService) {\n this._editor = _editor;\n this._template = _template;\n this._options = _options;\n this._languageConfigurationService = _languageConfigurationService;\n this._templateMerges = [];\n this._snippets = [];\n }\n dispose() {\n dispose(this._snippets);\n }\n _logInfo() {\n return `template=\"${this._template}\", merged_templates=\"${this._templateMerges.join(' -> ')}\"`;\n }\n insert() {\n if (!this._editor.hasModel()) {\n return;\n }\n // make insert edit and start with first selections\n const { edits, snippets } = typeof this._template === 'string'\n ? SnippetSession_1.createEditsAndSnippetsFromSelections(this._editor, this._template, this._options.overwriteBefore, this._options.overwriteAfter, false, this._options.adjustWhitespace, this._options.clipboardText, this._options.overtypingCapturer, this._languageConfigurationService)\n : SnippetSession_1.createEditsAndSnippetsFromEdits(this._editor, this._template, false, this._options.adjustWhitespace, this._options.clipboardText, this._options.overtypingCapturer, this._languageConfigurationService);\n this._snippets = snippets;\n this._editor.executeEdits('snippet', edits, _undoEdits => {\n // Sometimes, the text buffer will remove automatic whitespace when doing any edits,\n // so we need to look only at the undo edits relevant for us.\n // Our edits have an identifier set so that's how we can distinguish them\n const undoEdits = _undoEdits.filter(edit => !!edit.identifier);\n for (let idx = 0; idx < snippets.length; idx++) {\n snippets[idx].initialize(undoEdits[idx].textChange);\n }\n if (this._snippets[0].hasPlaceholder) {\n return this._move(true);\n }\n else {\n return undoEdits\n .map(edit => Selection.fromPositions(edit.range.getEndPosition()));\n }\n });\n this._editor.revealRange(this._editor.getSelections()[0]);\n }\n merge(template, options = _defaultOptions) {\n if (!this._editor.hasModel()) {\n return;\n }\n this._templateMerges.push([this._snippets[0]._nestingLevel, this._snippets[0]._placeholderGroupsIdx, template]);\n const { edits, snippets } = SnippetSession_1.createEditsAndSnippetsFromSelections(this._editor, template, options.overwriteBefore, options.overwriteAfter, true, options.adjustWhitespace, options.clipboardText, options.overtypingCapturer, this._languageConfigurationService);\n this._editor.executeEdits('snippet', edits, _undoEdits => {\n // Sometimes, the text buffer will remove automatic whitespace when doing any edits,\n // so we need to look only at the undo edits relevant for us.\n // Our edits have an identifier set so that's how we can distinguish them\n const undoEdits = _undoEdits.filter(edit => !!edit.identifier);\n for (let idx = 0; idx < snippets.length; idx++) {\n snippets[idx].initialize(undoEdits[idx].textChange);\n }\n // Trivial snippets have no placeholder or are just the final placeholder. That means they\n // are just text insertions and we don't need to merge the nested snippet into the existing\n // snippet\n const isTrivialSnippet = snippets[0].isTrivialSnippet;\n if (!isTrivialSnippet) {\n for (const snippet of this._snippets) {\n snippet.merge(snippets);\n }\n console.assert(snippets.length === 0);\n }\n if (this._snippets[0].hasPlaceholder && !isTrivialSnippet) {\n return this._move(undefined);\n }\n else {\n return undoEdits.map(edit => Selection.fromPositions(edit.range.getEndPosition()));\n }\n });\n }\n next() {\n const newSelections = this._move(true);\n this._editor.setSelections(newSelections);\n this._editor.revealPositionInCenterIfOutsideViewport(newSelections[0].getPosition());\n }\n prev() {\n const newSelections = this._move(false);\n this._editor.setSelections(newSelections);\n this._editor.revealPositionInCenterIfOutsideViewport(newSelections[0].getPosition());\n }\n _move(fwd) {\n const selections = [];\n for (const snippet of this._snippets) {\n const oneSelection = snippet.move(fwd);\n selections.push(...oneSelection);\n }\n return selections;\n }\n get isAtFirstPlaceholder() {\n return this._snippets[0].isAtFirstPlaceholder;\n }\n get isAtLastPlaceholder() {\n return this._snippets[0].isAtLastPlaceholder;\n }\n get hasPlaceholder() {\n return this._snippets[0].hasPlaceholder;\n }\n get hasChoice() {\n return this._snippets[0].hasChoice;\n }\n get activeChoice() {\n return this._snippets[0].activeChoice;\n }\n isSelectionWithinPlaceholders() {\n if (!this.hasPlaceholder) {\n return false;\n }\n const selections = this._editor.getSelections();\n if (selections.length < this._snippets.length) {\n // this means we started snippet mode with N\n // selections and have M (N > M) selections.\n // So one snippet is without selection -> cancel\n return false;\n }\n const allPossibleSelections = new Map();\n for (const snippet of this._snippets) {\n const possibleSelections = snippet.computePossibleSelections();\n // for the first snippet find the placeholder (and its ranges)\n // that contain at least one selection. for all remaining snippets\n // the same placeholder (and their ranges) must be used.\n if (allPossibleSelections.size === 0) {\n for (const [index, ranges] of possibleSelections) {\n ranges.sort(Range.compareRangesUsingStarts);\n for (const selection of selections) {\n if (ranges[0].containsRange(selection)) {\n allPossibleSelections.set(index, []);\n break;\n }\n }\n }\n }\n if (allPossibleSelections.size === 0) {\n // return false if we couldn't associate a selection to\n // this (the first) snippet\n return false;\n }\n // add selections from 'this' snippet so that we know all\n // selections for this placeholder\n allPossibleSelections.forEach((array, index) => {\n array.push(...possibleSelections.get(index));\n });\n }\n // sort selections (and later placeholder-ranges). then walk both\n // arrays and make sure the placeholder-ranges contain the corresponding\n // selection\n selections.sort(Range.compareRangesUsingStarts);\n for (const [index, ranges] of allPossibleSelections) {\n if (ranges.length !== selections.length) {\n allPossibleSelections.delete(index);\n continue;\n }\n ranges.sort(Range.compareRangesUsingStarts);\n for (let i = 0; i < ranges.length; i++) {\n if (!ranges[i].containsRange(selections[i])) {\n allPossibleSelections.delete(index);\n continue;\n }\n }\n }\n // from all possible selections we have deleted those\n // that don't match with the current selection. if we don't\n // have any left, we don't have a selection anymore\n return allPossibleSelections.size > 0;\n }\n};\nSnippetSession = SnippetSession_1 = __decorate([\n __param(3, ILanguageConfigurationService)\n], SnippetSession);\nexport { SnippetSession };\n"],"names":["id","placeholder","SnippetSession"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,282 @@
1
+ import { normalizeDriveLetter } from "../../../../base/common/labels.es.js";
2
+ import { basename, dirname } from "../../../../base/common/path.es.js";
3
+ import { dirname as dirname$1 } from "../../../../base/common/resources.es.js";
4
+ import { isFalsyOrWhitespace, getLeadingWhitespace, splitLines, commonPrefixLength } from "../../../../base/common/strings.es.js";
5
+ import { generateUuid } from "../../../../base/common/uuid.es.js";
6
+ import { ILanguageConfigurationService } from "../../../common/languages/languageConfigurationRegistry.es.js";
7
+ import { Text } from "./snippetParser.es.js";
8
+ import { localize } from "../../../../nls.es.js";
9
+ import { toWorkspaceIdentifier, isEmptyWorkspaceIdentifier, isSingleFolderWorkspaceIdentifier, WORKSPACE_EXTENSION } from "../../../../platform/workspace/common/workspace.es.js";
10
+ var __decorate = function(decorators, target, key, desc) {
11
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
12
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
13
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
14
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
15
+ };
16
+ var __param = function(paramIndex, decorator) {
17
+ return function(target, key) {
18
+ decorator(target, key, paramIndex);
19
+ };
20
+ };
21
+ class CompositeSnippetVariableResolver {
22
+ constructor(_delegates) {
23
+ this._delegates = _delegates;
24
+ }
25
+ resolve(variable) {
26
+ for (const delegate of this._delegates) {
27
+ const value = delegate.resolve(variable);
28
+ if (value !== void 0) {
29
+ return value;
30
+ }
31
+ }
32
+ return void 0;
33
+ }
34
+ }
35
+ class SelectionBasedVariableResolver {
36
+ constructor(_model, _selection, _selectionIdx, _overtypingCapturer) {
37
+ this._model = _model;
38
+ this._selection = _selection;
39
+ this._selectionIdx = _selectionIdx;
40
+ this._overtypingCapturer = _overtypingCapturer;
41
+ }
42
+ resolve(variable) {
43
+ const { name } = variable;
44
+ if (name === "SELECTION" || name === "TM_SELECTED_TEXT") {
45
+ let value = this._model.getValueInRange(this._selection) || void 0;
46
+ let isMultiline = this._selection.startLineNumber !== this._selection.endLineNumber;
47
+ if (!value && this._overtypingCapturer) {
48
+ const info = this._overtypingCapturer.getLastOvertypedInfo(this._selectionIdx);
49
+ if (info) {
50
+ value = info.value;
51
+ isMultiline = info.multiline;
52
+ }
53
+ }
54
+ if (value && isMultiline && variable.snippet) {
55
+ const line = this._model.getLineContent(this._selection.startLineNumber);
56
+ const lineLeadingWhitespace = getLeadingWhitespace(line, 0, this._selection.startColumn - 1);
57
+ let varLeadingWhitespace = lineLeadingWhitespace;
58
+ variable.snippet.walk((marker) => {
59
+ if (marker === variable) {
60
+ return false;
61
+ }
62
+ if (marker instanceof Text) {
63
+ varLeadingWhitespace = getLeadingWhitespace(splitLines(marker.value).pop());
64
+ }
65
+ return true;
66
+ });
67
+ const whitespaceCommonLength = commonPrefixLength(varLeadingWhitespace, lineLeadingWhitespace);
68
+ value = value.replace(/(\r\n|\r|\n)(.*)/g, (m, newline, rest) => `${newline}${varLeadingWhitespace.substr(whitespaceCommonLength)}${rest}`);
69
+ }
70
+ return value;
71
+ } else if (name === "TM_CURRENT_LINE") {
72
+ return this._model.getLineContent(this._selection.positionLineNumber);
73
+ } else if (name === "TM_CURRENT_WORD") {
74
+ const info = this._model.getWordAtPosition({
75
+ lineNumber: this._selection.positionLineNumber,
76
+ column: this._selection.positionColumn
77
+ });
78
+ return info && info.word || void 0;
79
+ } else if (name === "TM_LINE_INDEX") {
80
+ return String(this._selection.positionLineNumber - 1);
81
+ } else if (name === "TM_LINE_NUMBER") {
82
+ return String(this._selection.positionLineNumber);
83
+ } else if (name === "CURSOR_INDEX") {
84
+ return String(this._selectionIdx);
85
+ } else if (name === "CURSOR_NUMBER") {
86
+ return String(this._selectionIdx + 1);
87
+ }
88
+ return void 0;
89
+ }
90
+ }
91
+ class ModelBasedVariableResolver {
92
+ constructor(_labelService, _model) {
93
+ this._labelService = _labelService;
94
+ this._model = _model;
95
+ }
96
+ resolve(variable) {
97
+ const { name } = variable;
98
+ if (name === "TM_FILENAME") {
99
+ return basename(this._model.uri.fsPath);
100
+ } else if (name === "TM_FILENAME_BASE") {
101
+ const name2 = basename(this._model.uri.fsPath);
102
+ const idx = name2.lastIndexOf(".");
103
+ if (idx <= 0) {
104
+ return name2;
105
+ } else {
106
+ return name2.slice(0, idx);
107
+ }
108
+ } else if (name === "TM_DIRECTORY") {
109
+ if (dirname(this._model.uri.fsPath) === ".") {
110
+ return "";
111
+ }
112
+ return this._labelService.getUriLabel(dirname$1(this._model.uri));
113
+ } else if (name === "TM_FILEPATH") {
114
+ return this._labelService.getUriLabel(this._model.uri);
115
+ } else if (name === "RELATIVE_FILEPATH") {
116
+ return this._labelService.getUriLabel(this._model.uri, { relative: true, noPrefix: true });
117
+ }
118
+ return void 0;
119
+ }
120
+ }
121
+ class ClipboardBasedVariableResolver {
122
+ constructor(_readClipboardText, _selectionIdx, _selectionCount, _spread) {
123
+ this._readClipboardText = _readClipboardText;
124
+ this._selectionIdx = _selectionIdx;
125
+ this._selectionCount = _selectionCount;
126
+ this._spread = _spread;
127
+ }
128
+ resolve(variable) {
129
+ if (variable.name !== "CLIPBOARD") {
130
+ return void 0;
131
+ }
132
+ const clipboardText = this._readClipboardText();
133
+ if (!clipboardText) {
134
+ return void 0;
135
+ }
136
+ if (this._spread) {
137
+ const lines = clipboardText.split(/\r\n|\n|\r/).filter((s) => !isFalsyOrWhitespace(s));
138
+ if (lines.length === this._selectionCount) {
139
+ return lines[this._selectionIdx];
140
+ }
141
+ }
142
+ return clipboardText;
143
+ }
144
+ }
145
+ let CommentBasedVariableResolver = class CommentBasedVariableResolver2 {
146
+ constructor(_model, _selection, _languageConfigurationService) {
147
+ this._model = _model;
148
+ this._selection = _selection;
149
+ this._languageConfigurationService = _languageConfigurationService;
150
+ }
151
+ resolve(variable) {
152
+ const { name } = variable;
153
+ const langId = this._model.getLanguageIdAtPosition(this._selection.selectionStartLineNumber, this._selection.selectionStartColumn);
154
+ const config = this._languageConfigurationService.getLanguageConfiguration(langId).comments;
155
+ if (!config) {
156
+ return void 0;
157
+ }
158
+ if (name === "LINE_COMMENT") {
159
+ return config.lineCommentToken || void 0;
160
+ } else if (name === "BLOCK_COMMENT_START") {
161
+ return config.blockCommentStartToken || void 0;
162
+ } else if (name === "BLOCK_COMMENT_END") {
163
+ return config.blockCommentEndToken || void 0;
164
+ }
165
+ return void 0;
166
+ }
167
+ };
168
+ CommentBasedVariableResolver = __decorate([
169
+ __param(2, ILanguageConfigurationService)
170
+ ], CommentBasedVariableResolver);
171
+ const _TimeBasedVariableResolver = class _TimeBasedVariableResolver {
172
+ constructor() {
173
+ this._date = /* @__PURE__ */ new Date();
174
+ }
175
+ resolve(variable) {
176
+ const { name } = variable;
177
+ if (name === "CURRENT_YEAR") {
178
+ return String(this._date.getFullYear());
179
+ } else if (name === "CURRENT_YEAR_SHORT") {
180
+ return String(this._date.getFullYear()).slice(-2);
181
+ } else if (name === "CURRENT_MONTH") {
182
+ return String(this._date.getMonth().valueOf() + 1).padStart(2, "0");
183
+ } else if (name === "CURRENT_DATE") {
184
+ return String(this._date.getDate().valueOf()).padStart(2, "0");
185
+ } else if (name === "CURRENT_HOUR") {
186
+ return String(this._date.getHours().valueOf()).padStart(2, "0");
187
+ } else if (name === "CURRENT_MINUTE") {
188
+ return String(this._date.getMinutes().valueOf()).padStart(2, "0");
189
+ } else if (name === "CURRENT_SECOND") {
190
+ return String(this._date.getSeconds().valueOf()).padStart(2, "0");
191
+ } else if (name === "CURRENT_DAY_NAME") {
192
+ return _TimeBasedVariableResolver.dayNames[this._date.getDay()];
193
+ } else if (name === "CURRENT_DAY_NAME_SHORT") {
194
+ return _TimeBasedVariableResolver.dayNamesShort[this._date.getDay()];
195
+ } else if (name === "CURRENT_MONTH_NAME") {
196
+ return _TimeBasedVariableResolver.monthNames[this._date.getMonth()];
197
+ } else if (name === "CURRENT_MONTH_NAME_SHORT") {
198
+ return _TimeBasedVariableResolver.monthNamesShort[this._date.getMonth()];
199
+ } else if (name === "CURRENT_SECONDS_UNIX") {
200
+ return String(Math.floor(this._date.getTime() / 1e3));
201
+ } else if (name === "CURRENT_TIMEZONE_OFFSET") {
202
+ const rawTimeOffset = this._date.getTimezoneOffset();
203
+ const sign = rawTimeOffset > 0 ? "-" : "+";
204
+ const hours = Math.trunc(Math.abs(rawTimeOffset / 60));
205
+ const hoursString = hours < 10 ? "0" + hours : hours;
206
+ const minutes = Math.abs(rawTimeOffset) - hours * 60;
207
+ const minutesString = minutes < 10 ? "0" + minutes : minutes;
208
+ return sign + hoursString + ":" + minutesString;
209
+ }
210
+ return void 0;
211
+ }
212
+ };
213
+ _TimeBasedVariableResolver.dayNames = [localize("Sunday", "Sunday"), localize("Monday", "Monday"), localize("Tuesday", "Tuesday"), localize("Wednesday", "Wednesday"), localize("Thursday", "Thursday"), localize("Friday", "Friday"), localize("Saturday", "Saturday")];
214
+ _TimeBasedVariableResolver.dayNamesShort = [localize("SundayShort", "Sun"), localize("MondayShort", "Mon"), localize("TuesdayShort", "Tue"), localize("WednesdayShort", "Wed"), localize("ThursdayShort", "Thu"), localize("FridayShort", "Fri"), localize("SaturdayShort", "Sat")];
215
+ _TimeBasedVariableResolver.monthNames = [localize("January", "January"), localize("February", "February"), localize("March", "March"), localize("April", "April"), localize("May", "May"), localize("June", "June"), localize("July", "July"), localize("August", "August"), localize("September", "September"), localize("October", "October"), localize("November", "November"), localize("December", "December")];
216
+ _TimeBasedVariableResolver.monthNamesShort = [localize("JanuaryShort", "Jan"), localize("FebruaryShort", "Feb"), localize("MarchShort", "Mar"), localize("AprilShort", "Apr"), localize("MayShort", "May"), localize("JuneShort", "Jun"), localize("JulyShort", "Jul"), localize("AugustShort", "Aug"), localize("SeptemberShort", "Sep"), localize("OctoberShort", "Oct"), localize("NovemberShort", "Nov"), localize("DecemberShort", "Dec")];
217
+ let TimeBasedVariableResolver = _TimeBasedVariableResolver;
218
+ class WorkspaceBasedVariableResolver {
219
+ constructor(_workspaceService) {
220
+ this._workspaceService = _workspaceService;
221
+ }
222
+ resolve(variable) {
223
+ if (!this._workspaceService) {
224
+ return void 0;
225
+ }
226
+ const workspaceIdentifier = toWorkspaceIdentifier(this._workspaceService.getWorkspace());
227
+ if (isEmptyWorkspaceIdentifier(workspaceIdentifier)) {
228
+ return void 0;
229
+ }
230
+ if (variable.name === "WORKSPACE_NAME") {
231
+ return this._resolveWorkspaceName(workspaceIdentifier);
232
+ } else if (variable.name === "WORKSPACE_FOLDER") {
233
+ return this._resoveWorkspacePath(workspaceIdentifier);
234
+ }
235
+ return void 0;
236
+ }
237
+ _resolveWorkspaceName(workspaceIdentifier) {
238
+ if (isSingleFolderWorkspaceIdentifier(workspaceIdentifier)) {
239
+ return basename(workspaceIdentifier.uri.path);
240
+ }
241
+ let filename = basename(workspaceIdentifier.configPath.path);
242
+ if (filename.endsWith(WORKSPACE_EXTENSION)) {
243
+ filename = filename.substr(0, filename.length - WORKSPACE_EXTENSION.length - 1);
244
+ }
245
+ return filename;
246
+ }
247
+ _resoveWorkspacePath(workspaceIdentifier) {
248
+ if (isSingleFolderWorkspaceIdentifier(workspaceIdentifier)) {
249
+ return normalizeDriveLetter(workspaceIdentifier.uri.fsPath);
250
+ }
251
+ const filename = basename(workspaceIdentifier.configPath.path);
252
+ let folderpath = workspaceIdentifier.configPath.fsPath;
253
+ if (folderpath.endsWith(filename)) {
254
+ folderpath = folderpath.substr(0, folderpath.length - filename.length - 1);
255
+ }
256
+ return folderpath ? normalizeDriveLetter(folderpath) : "/";
257
+ }
258
+ }
259
+ class RandomBasedVariableResolver {
260
+ resolve(variable) {
261
+ const { name } = variable;
262
+ if (name === "RANDOM") {
263
+ return Math.random().toString().slice(-6);
264
+ } else if (name === "RANDOM_HEX") {
265
+ return Math.random().toString(16).slice(-6);
266
+ } else if (name === "UUID") {
267
+ return generateUuid();
268
+ }
269
+ return void 0;
270
+ }
271
+ }
272
+ export {
273
+ ClipboardBasedVariableResolver,
274
+ CommentBasedVariableResolver,
275
+ CompositeSnippetVariableResolver,
276
+ ModelBasedVariableResolver,
277
+ RandomBasedVariableResolver,
278
+ SelectionBasedVariableResolver,
279
+ TimeBasedVariableResolver,
280
+ WorkspaceBasedVariableResolver
281
+ };
282
+ //# sourceMappingURL=snippetVariables.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"snippetVariables.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetVariables.js"],"sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nvar __param = (this && this.__param) || function (paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n};\nimport { normalizeDriveLetter } from '../../../../base/common/labels.js';\nimport * as path from '../../../../base/common/path.js';\nimport { dirname } from '../../../../base/common/resources.js';\nimport { commonPrefixLength, getLeadingWhitespace, isFalsyOrWhitespace, splitLines } from '../../../../base/common/strings.js';\nimport { generateUuid } from '../../../../base/common/uuid.js';\nimport { ILanguageConfigurationService } from '../../../common/languages/languageConfigurationRegistry.js';\nimport { Text } from './snippetParser.js';\nimport * as nls from '../../../../nls.js';\nimport { WORKSPACE_EXTENSION, isSingleFolderWorkspaceIdentifier, toWorkspaceIdentifier, isEmptyWorkspaceIdentifier } from '../../../../platform/workspace/common/workspace.js';\nexport const KnownSnippetVariableNames = Object.freeze({\n 'CURRENT_YEAR': true,\n 'CURRENT_YEAR_SHORT': true,\n 'CURRENT_MONTH': true,\n 'CURRENT_DATE': true,\n 'CURRENT_HOUR': true,\n 'CURRENT_MINUTE': true,\n 'CURRENT_SECOND': true,\n 'CURRENT_DAY_NAME': true,\n 'CURRENT_DAY_NAME_SHORT': true,\n 'CURRENT_MONTH_NAME': true,\n 'CURRENT_MONTH_NAME_SHORT': true,\n 'CURRENT_SECONDS_UNIX': true,\n 'CURRENT_TIMEZONE_OFFSET': true,\n 'SELECTION': true,\n 'CLIPBOARD': true,\n 'TM_SELECTED_TEXT': true,\n 'TM_CURRENT_LINE': true,\n 'TM_CURRENT_WORD': true,\n 'TM_LINE_INDEX': true,\n 'TM_LINE_NUMBER': true,\n 'TM_FILENAME': true,\n 'TM_FILENAME_BASE': true,\n 'TM_DIRECTORY': true,\n 'TM_FILEPATH': true,\n 'CURSOR_INDEX': true, // 0-offset\n 'CURSOR_NUMBER': true, // 1-offset\n 'RELATIVE_FILEPATH': true,\n 'BLOCK_COMMENT_START': true,\n 'BLOCK_COMMENT_END': true,\n 'LINE_COMMENT': true,\n 'WORKSPACE_NAME': true,\n 'WORKSPACE_FOLDER': true,\n 'RANDOM': true,\n 'RANDOM_HEX': true,\n 'UUID': true\n});\nexport class CompositeSnippetVariableResolver {\n constructor(_delegates) {\n this._delegates = _delegates;\n //\n }\n resolve(variable) {\n for (const delegate of this._delegates) {\n const value = delegate.resolve(variable);\n if (value !== undefined) {\n return value;\n }\n }\n return undefined;\n }\n}\nexport class SelectionBasedVariableResolver {\n constructor(_model, _selection, _selectionIdx, _overtypingCapturer) {\n this._model = _model;\n this._selection = _selection;\n this._selectionIdx = _selectionIdx;\n this._overtypingCapturer = _overtypingCapturer;\n //\n }\n resolve(variable) {\n const { name } = variable;\n if (name === 'SELECTION' || name === 'TM_SELECTED_TEXT') {\n let value = this._model.getValueInRange(this._selection) || undefined;\n let isMultiline = this._selection.startLineNumber !== this._selection.endLineNumber;\n // If there was no selected text, try to get last overtyped text\n if (!value && this._overtypingCapturer) {\n const info = this._overtypingCapturer.getLastOvertypedInfo(this._selectionIdx);\n if (info) {\n value = info.value;\n isMultiline = info.multiline;\n }\n }\n if (value && isMultiline && variable.snippet) {\n // Selection is a multiline string which we indentation we now\n // need to adjust. We compare the indentation of this variable\n // with the indentation at the editor position and add potential\n // extra indentation to the value\n const line = this._model.getLineContent(this._selection.startLineNumber);\n const lineLeadingWhitespace = getLeadingWhitespace(line, 0, this._selection.startColumn - 1);\n let varLeadingWhitespace = lineLeadingWhitespace;\n variable.snippet.walk(marker => {\n if (marker === variable) {\n return false;\n }\n if (marker instanceof Text) {\n varLeadingWhitespace = getLeadingWhitespace(splitLines(marker.value).pop());\n }\n return true;\n });\n const whitespaceCommonLength = commonPrefixLength(varLeadingWhitespace, lineLeadingWhitespace);\n value = value.replace(/(\\r\\n|\\r|\\n)(.*)/g, (m, newline, rest) => `${newline}${varLeadingWhitespace.substr(whitespaceCommonLength)}${rest}`);\n }\n return value;\n }\n else if (name === 'TM_CURRENT_LINE') {\n return this._model.getLineContent(this._selection.positionLineNumber);\n }\n else if (name === 'TM_CURRENT_WORD') {\n const info = this._model.getWordAtPosition({\n lineNumber: this._selection.positionLineNumber,\n column: this._selection.positionColumn\n });\n return info && info.word || undefined;\n }\n else if (name === 'TM_LINE_INDEX') {\n return String(this._selection.positionLineNumber - 1);\n }\n else if (name === 'TM_LINE_NUMBER') {\n return String(this._selection.positionLineNumber);\n }\n else if (name === 'CURSOR_INDEX') {\n return String(this._selectionIdx);\n }\n else if (name === 'CURSOR_NUMBER') {\n return String(this._selectionIdx + 1);\n }\n return undefined;\n }\n}\nexport class ModelBasedVariableResolver {\n constructor(_labelService, _model) {\n this._labelService = _labelService;\n this._model = _model;\n //\n }\n resolve(variable) {\n const { name } = variable;\n if (name === 'TM_FILENAME') {\n return path.basename(this._model.uri.fsPath);\n }\n else if (name === 'TM_FILENAME_BASE') {\n const name = path.basename(this._model.uri.fsPath);\n const idx = name.lastIndexOf('.');\n if (idx <= 0) {\n return name;\n }\n else {\n return name.slice(0, idx);\n }\n }\n else if (name === 'TM_DIRECTORY') {\n if (path.dirname(this._model.uri.fsPath) === '.') {\n return '';\n }\n return this._labelService.getUriLabel(dirname(this._model.uri));\n }\n else if (name === 'TM_FILEPATH') {\n return this._labelService.getUriLabel(this._model.uri);\n }\n else if (name === 'RELATIVE_FILEPATH') {\n return this._labelService.getUriLabel(this._model.uri, { relative: true, noPrefix: true });\n }\n return undefined;\n }\n}\nexport class ClipboardBasedVariableResolver {\n constructor(_readClipboardText, _selectionIdx, _selectionCount, _spread) {\n this._readClipboardText = _readClipboardText;\n this._selectionIdx = _selectionIdx;\n this._selectionCount = _selectionCount;\n this._spread = _spread;\n //\n }\n resolve(variable) {\n if (variable.name !== 'CLIPBOARD') {\n return undefined;\n }\n const clipboardText = this._readClipboardText();\n if (!clipboardText) {\n return undefined;\n }\n // `spread` is assigning each cursor a line of the clipboard\n // text whenever there the line count equals the cursor count\n // and when enabled\n if (this._spread) {\n const lines = clipboardText.split(/\\r\\n|\\n|\\r/).filter(s => !isFalsyOrWhitespace(s));\n if (lines.length === this._selectionCount) {\n return lines[this._selectionIdx];\n }\n }\n return clipboardText;\n }\n}\nlet CommentBasedVariableResolver = class CommentBasedVariableResolver {\n constructor(_model, _selection, _languageConfigurationService) {\n this._model = _model;\n this._selection = _selection;\n this._languageConfigurationService = _languageConfigurationService;\n //\n }\n resolve(variable) {\n const { name } = variable;\n const langId = this._model.getLanguageIdAtPosition(this._selection.selectionStartLineNumber, this._selection.selectionStartColumn);\n const config = this._languageConfigurationService.getLanguageConfiguration(langId).comments;\n if (!config) {\n return undefined;\n }\n if (name === 'LINE_COMMENT') {\n return config.lineCommentToken || undefined;\n }\n else if (name === 'BLOCK_COMMENT_START') {\n return config.blockCommentStartToken || undefined;\n }\n else if (name === 'BLOCK_COMMENT_END') {\n return config.blockCommentEndToken || undefined;\n }\n return undefined;\n }\n};\nCommentBasedVariableResolver = __decorate([\n __param(2, ILanguageConfigurationService)\n], CommentBasedVariableResolver);\nexport { CommentBasedVariableResolver };\nexport class TimeBasedVariableResolver {\n constructor() {\n this._date = new Date();\n }\n static { this.dayNames = [nls.localize('Sunday', \"Sunday\"), nls.localize('Monday', \"Monday\"), nls.localize('Tuesday', \"Tuesday\"), nls.localize('Wednesday', \"Wednesday\"), nls.localize('Thursday', \"Thursday\"), nls.localize('Friday', \"Friday\"), nls.localize('Saturday', \"Saturday\")]; }\n static { this.dayNamesShort = [nls.localize('SundayShort', \"Sun\"), nls.localize('MondayShort', \"Mon\"), nls.localize('TuesdayShort', \"Tue\"), nls.localize('WednesdayShort', \"Wed\"), nls.localize('ThursdayShort', \"Thu\"), nls.localize('FridayShort', \"Fri\"), nls.localize('SaturdayShort', \"Sat\")]; }\n static { this.monthNames = [nls.localize('January', \"January\"), nls.localize('February', \"February\"), nls.localize('March', \"March\"), nls.localize('April', \"April\"), nls.localize('May', \"May\"), nls.localize('June', \"June\"), nls.localize('July', \"July\"), nls.localize('August', \"August\"), nls.localize('September', \"September\"), nls.localize('October', \"October\"), nls.localize('November', \"November\"), nls.localize('December', \"December\")]; }\n static { this.monthNamesShort = [nls.localize('JanuaryShort', \"Jan\"), nls.localize('FebruaryShort', \"Feb\"), nls.localize('MarchShort', \"Mar\"), nls.localize('AprilShort', \"Apr\"), nls.localize('MayShort', \"May\"), nls.localize('JuneShort', \"Jun\"), nls.localize('JulyShort', \"Jul\"), nls.localize('AugustShort', \"Aug\"), nls.localize('SeptemberShort', \"Sep\"), nls.localize('OctoberShort', \"Oct\"), nls.localize('NovemberShort', \"Nov\"), nls.localize('DecemberShort', \"Dec\")]; }\n resolve(variable) {\n const { name } = variable;\n if (name === 'CURRENT_YEAR') {\n return String(this._date.getFullYear());\n }\n else if (name === 'CURRENT_YEAR_SHORT') {\n return String(this._date.getFullYear()).slice(-2);\n }\n else if (name === 'CURRENT_MONTH') {\n return String(this._date.getMonth().valueOf() + 1).padStart(2, '0');\n }\n else if (name === 'CURRENT_DATE') {\n return String(this._date.getDate().valueOf()).padStart(2, '0');\n }\n else if (name === 'CURRENT_HOUR') {\n return String(this._date.getHours().valueOf()).padStart(2, '0');\n }\n else if (name === 'CURRENT_MINUTE') {\n return String(this._date.getMinutes().valueOf()).padStart(2, '0');\n }\n else if (name === 'CURRENT_SECOND') {\n return String(this._date.getSeconds().valueOf()).padStart(2, '0');\n }\n else if (name === 'CURRENT_DAY_NAME') {\n return TimeBasedVariableResolver.dayNames[this._date.getDay()];\n }\n else if (name === 'CURRENT_DAY_NAME_SHORT') {\n return TimeBasedVariableResolver.dayNamesShort[this._date.getDay()];\n }\n else if (name === 'CURRENT_MONTH_NAME') {\n return TimeBasedVariableResolver.monthNames[this._date.getMonth()];\n }\n else if (name === 'CURRENT_MONTH_NAME_SHORT') {\n return TimeBasedVariableResolver.monthNamesShort[this._date.getMonth()];\n }\n else if (name === 'CURRENT_SECONDS_UNIX') {\n return String(Math.floor(this._date.getTime() / 1000));\n }\n else if (name === 'CURRENT_TIMEZONE_OFFSET') {\n const rawTimeOffset = this._date.getTimezoneOffset();\n const sign = rawTimeOffset > 0 ? '-' : '+';\n const hours = Math.trunc(Math.abs(rawTimeOffset / 60));\n const hoursString = (hours < 10 ? '0' + hours : hours);\n const minutes = Math.abs(rawTimeOffset) - hours * 60;\n const minutesString = (minutes < 10 ? '0' + minutes : minutes);\n return sign + hoursString + ':' + minutesString;\n }\n return undefined;\n }\n}\nexport class WorkspaceBasedVariableResolver {\n constructor(_workspaceService) {\n this._workspaceService = _workspaceService;\n //\n }\n resolve(variable) {\n if (!this._workspaceService) {\n return undefined;\n }\n const workspaceIdentifier = toWorkspaceIdentifier(this._workspaceService.getWorkspace());\n if (isEmptyWorkspaceIdentifier(workspaceIdentifier)) {\n return undefined;\n }\n if (variable.name === 'WORKSPACE_NAME') {\n return this._resolveWorkspaceName(workspaceIdentifier);\n }\n else if (variable.name === 'WORKSPACE_FOLDER') {\n return this._resoveWorkspacePath(workspaceIdentifier);\n }\n return undefined;\n }\n _resolveWorkspaceName(workspaceIdentifier) {\n if (isSingleFolderWorkspaceIdentifier(workspaceIdentifier)) {\n return path.basename(workspaceIdentifier.uri.path);\n }\n let filename = path.basename(workspaceIdentifier.configPath.path);\n if (filename.endsWith(WORKSPACE_EXTENSION)) {\n filename = filename.substr(0, filename.length - WORKSPACE_EXTENSION.length - 1);\n }\n return filename;\n }\n _resoveWorkspacePath(workspaceIdentifier) {\n if (isSingleFolderWorkspaceIdentifier(workspaceIdentifier)) {\n return normalizeDriveLetter(workspaceIdentifier.uri.fsPath);\n }\n const filename = path.basename(workspaceIdentifier.configPath.path);\n let folderpath = workspaceIdentifier.configPath.fsPath;\n if (folderpath.endsWith(filename)) {\n folderpath = folderpath.substr(0, folderpath.length - filename.length - 1);\n }\n return (folderpath ? normalizeDriveLetter(folderpath) : '/');\n }\n}\nexport class RandomBasedVariableResolver {\n resolve(variable) {\n const { name } = variable;\n if (name === 'RANDOM') {\n return Math.random().toString().slice(-6);\n }\n else if (name === 'RANDOM_HEX') {\n return Math.random().toString(16).slice(-6);\n }\n else if (name === 'UUID') {\n return generateUuid();\n }\n return undefined;\n }\n}\n"],"names":["path.basename","name","path.dirname","dirname","CommentBasedVariableResolver","nls.localize"],"mappings":";;;;;;;;;AAIA,IAAI,aAA0C,SAAU,YAAY,QAAQ,KAAK,MAAM;AACnF,MAAI,IAAI,UAAU,QAAQ,IAAI,IAAI,IAAI,SAAS,SAAS,OAAO,OAAO,OAAO,yBAAyB,QAAQ,GAAG,IAAI,MAAM;AAC3H,MAAI,OAAO,YAAY,YAAY,OAAO,QAAQ,aAAa,WAAY,KAAI,QAAQ,SAAS,YAAY,QAAQ,KAAK,IAAI;AAAA,MACxH,UAAS,IAAI,WAAW,SAAS,GAAG,KAAK,GAAG,IAAK,KAAI,IAAI,WAAW,CAAC,EAAG,MAAK,IAAI,IAAI,EAAE,CAAC,IAAI,IAAI,IAAI,EAAE,QAAQ,KAAK,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM;AAChJ,SAAO,IAAI,KAAK,KAAK,OAAO,eAAe,QAAQ,KAAK,CAAC,GAAG;AAChE;AACA,IAAI,UAAoC,SAAU,YAAY,WAAW;AACrE,SAAO,SAAU,QAAQ,KAAK;AAAE,cAAU,QAAQ,KAAK,UAAU;AAAA,EAAE;AACvE;AA+CO,MAAM,iCAAiC;AAAA,EAC1C,YAAY,YAAY;AACpB,SAAK,aAAa;AAAA,EAE1B;AAAA,EACI,QAAQ,UAAU;AACd,eAAW,YAAY,KAAK,YAAY;AACpC,YAAM,QAAQ,SAAS,QAAQ,QAAQ;AACvC,UAAI,UAAU,QAAW;AACrB,eAAO;AAAA,MACvB;AAAA,IACA;AACQ,WAAO;AAAA,EACf;AACA;AACO,MAAM,+BAA+B;AAAA,EACxC,YAAY,QAAQ,YAAY,eAAe,qBAAqB;AAChE,SAAK,SAAS;AACd,SAAK,aAAa;AAClB,SAAK,gBAAgB;AACrB,SAAK,sBAAsB;AAAA,EAEnC;AAAA,EACI,QAAQ,UAAU;AACd,UAAM,EAAE,KAAI,IAAK;AACjB,QAAI,SAAS,eAAe,SAAS,oBAAoB;AACrD,UAAI,QAAQ,KAAK,OAAO,gBAAgB,KAAK,UAAU,KAAK;AAC5D,UAAI,cAAc,KAAK,WAAW,oBAAoB,KAAK,WAAW;AAEtE,UAAI,CAAC,SAAS,KAAK,qBAAqB;AACpC,cAAM,OAAO,KAAK,oBAAoB,qBAAqB,KAAK,aAAa;AAC7E,YAAI,MAAM;AACN,kBAAQ,KAAK;AACb,wBAAc,KAAK;AAAA,QACvC;AAAA,MACA;AACY,UAAI,SAAS,eAAe,SAAS,SAAS;AAK1C,cAAM,OAAO,KAAK,OAAO,eAAe,KAAK,WAAW,eAAe;AACvE,cAAM,wBAAwB,qBAAqB,MAAM,GAAG,KAAK,WAAW,cAAc,CAAC;AAC3F,YAAI,uBAAuB;AAC3B,iBAAS,QAAQ,KAAK,YAAU;AAC5B,cAAI,WAAW,UAAU;AACrB,mBAAO;AAAA,UAC/B;AACoB,cAAI,kBAAkB,MAAM;AACxB,mCAAuB,qBAAqB,WAAW,OAAO,KAAK,EAAE,KAAK;AAAA,UAClG;AACoB,iBAAO;AAAA,QAC3B,CAAiB;AACD,cAAM,yBAAyB,mBAAmB,sBAAsB,qBAAqB;AAC7F,gBAAQ,MAAM,QAAQ,qBAAqB,CAAC,GAAG,SAAS,SAAS,GAAG,OAAO,GAAG,qBAAqB,OAAO,sBAAsB,CAAC,GAAG,IAAI,EAAE;AAAA,MAC1J;AACY,aAAO;AAAA,IACnB,WACiB,SAAS,mBAAmB;AACjC,aAAO,KAAK,OAAO,eAAe,KAAK,WAAW,kBAAkB;AAAA,IAChF,WACiB,SAAS,mBAAmB;AACjC,YAAM,OAAO,KAAK,OAAO,kBAAkB;AAAA,QACvC,YAAY,KAAK,WAAW;AAAA,QAC5B,QAAQ,KAAK,WAAW;AAAA,MACxC,CAAa;AACD,aAAO,QAAQ,KAAK,QAAQ;AAAA,IACxC,WACiB,SAAS,iBAAiB;AAC/B,aAAO,OAAO,KAAK,WAAW,qBAAqB,CAAC;AAAA,IAChE,WACiB,SAAS,kBAAkB;AAChC,aAAO,OAAO,KAAK,WAAW,kBAAkB;AAAA,IAC5D,WACiB,SAAS,gBAAgB;AAC9B,aAAO,OAAO,KAAK,aAAa;AAAA,IAC5C,WACiB,SAAS,iBAAiB;AAC/B,aAAO,OAAO,KAAK,gBAAgB,CAAC;AAAA,IAChD;AACQ,WAAO;AAAA,EACf;AACA;AACO,MAAM,2BAA2B;AAAA,EACpC,YAAY,eAAe,QAAQ;AAC/B,SAAK,gBAAgB;AACrB,SAAK,SAAS;AAAA,EAEtB;AAAA,EACI,QAAQ,UAAU;AACd,UAAM,EAAE,KAAI,IAAK;AACjB,QAAI,SAAS,eAAe;AACxB,aAAOA,SAAc,KAAK,OAAO,IAAI,MAAM;AAAA,IACvD,WACiB,SAAS,oBAAoB;AAClC,YAAMC,QAAOD,SAAc,KAAK,OAAO,IAAI,MAAM;AACjD,YAAM,MAAMC,MAAK,YAAY,GAAG;AAChC,UAAI,OAAO,GAAG;AACV,eAAOA;AAAA,MACvB,OACiB;AACD,eAAOA,MAAK,MAAM,GAAG,GAAG;AAAA,MACxC;AAAA,IACA,WACiB,SAAS,gBAAgB;AAC9B,UAAIC,QAAa,KAAK,OAAO,IAAI,MAAM,MAAM,KAAK;AAC9C,eAAO;AAAA,MACvB;AACY,aAAO,KAAK,cAAc,YAAYC,UAAQ,KAAK,OAAO,GAAG,CAAC;AAAA,IAC1E,WACiB,SAAS,eAAe;AAC7B,aAAO,KAAK,cAAc,YAAY,KAAK,OAAO,GAAG;AAAA,IACjE,WACiB,SAAS,qBAAqB;AACnC,aAAO,KAAK,cAAc,YAAY,KAAK,OAAO,KAAK,EAAE,UAAU,MAAM,UAAU,KAAI,CAAE;AAAA,IACrG;AACQ,WAAO;AAAA,EACf;AACA;AACO,MAAM,+BAA+B;AAAA,EACxC,YAAY,oBAAoB,eAAe,iBAAiB,SAAS;AACrE,SAAK,qBAAqB;AAC1B,SAAK,gBAAgB;AACrB,SAAK,kBAAkB;AACvB,SAAK,UAAU;AAAA,EAEvB;AAAA,EACI,QAAQ,UAAU;AACd,QAAI,SAAS,SAAS,aAAa;AAC/B,aAAO;AAAA,IACnB;AACQ,UAAM,gBAAgB,KAAK,mBAAoB;AAC/C,QAAI,CAAC,eAAe;AAChB,aAAO;AAAA,IACnB;AAIQ,QAAI,KAAK,SAAS;AACd,YAAM,QAAQ,cAAc,MAAM,YAAY,EAAE,OAAO,OAAK,CAAC,oBAAoB,CAAC,CAAC;AACnF,UAAI,MAAM,WAAW,KAAK,iBAAiB;AACvC,eAAO,MAAM,KAAK,aAAa;AAAA,MAC/C;AAAA,IACA;AACQ,WAAO;AAAA,EACf;AACA;AACG,IAAC,+BAA+B,MAAMC,8BAA6B;AAAA,EAClE,YAAY,QAAQ,YAAY,+BAA+B;AAC3D,SAAK,SAAS;AACd,SAAK,aAAa;AAClB,SAAK,gCAAgC;AAAA,EAE7C;AAAA,EACI,QAAQ,UAAU;AACd,UAAM,EAAE,KAAI,IAAK;AACjB,UAAM,SAAS,KAAK,OAAO,wBAAwB,KAAK,WAAW,0BAA0B,KAAK,WAAW,oBAAoB;AACjI,UAAM,SAAS,KAAK,8BAA8B,yBAAyB,MAAM,EAAE;AACnF,QAAI,CAAC,QAAQ;AACT,aAAO;AAAA,IACnB;AACQ,QAAI,SAAS,gBAAgB;AACzB,aAAO,OAAO,oBAAoB;AAAA,IAC9C,WACiB,SAAS,uBAAuB;AACrC,aAAO,OAAO,0BAA0B;AAAA,IACpD,WACiB,SAAS,qBAAqB;AACnC,aAAO,OAAO,wBAAwB;AAAA,IAClD;AACQ,WAAO;AAAA,EACf;AACA;AACA,+BAA+B,WAAW;AAAA,EACtC,QAAQ,GAAG,6BAA6B;AAC5C,GAAG,4BAA4B;AAExB,MAAM,6BAAN,MAAM,2BAA0B;AAAA,EACnC,cAAc;AACV,SAAK,QAAQ,oBAAI,KAAM;AAAA,EAC/B;AAAA,EAKI,QAAQ,UAAU;AACd,UAAM,EAAE,KAAI,IAAK;AACjB,QAAI,SAAS,gBAAgB;AACzB,aAAO,OAAO,KAAK,MAAM,YAAW,CAAE;AAAA,IAClD,WACiB,SAAS,sBAAsB;AACpC,aAAO,OAAO,KAAK,MAAM,YAAW,CAAE,EAAE,MAAM,EAAE;AAAA,IAC5D,WACiB,SAAS,iBAAiB;AAC/B,aAAO,OAAO,KAAK,MAAM,SAAU,EAAC,QAAS,IAAG,CAAC,EAAE,SAAS,GAAG,GAAG;AAAA,IAC9E,WACiB,SAAS,gBAAgB;AAC9B,aAAO,OAAO,KAAK,MAAM,QAAO,EAAG,QAAO,CAAE,EAAE,SAAS,GAAG,GAAG;AAAA,IACzE,WACiB,SAAS,gBAAgB;AAC9B,aAAO,OAAO,KAAK,MAAM,SAAQ,EAAG,QAAO,CAAE,EAAE,SAAS,GAAG,GAAG;AAAA,IAC1E,WACiB,SAAS,kBAAkB;AAChC,aAAO,OAAO,KAAK,MAAM,WAAU,EAAG,QAAO,CAAE,EAAE,SAAS,GAAG,GAAG;AAAA,IAC5E,WACiB,SAAS,kBAAkB;AAChC,aAAO,OAAO,KAAK,MAAM,WAAU,EAAG,QAAO,CAAE,EAAE,SAAS,GAAG,GAAG;AAAA,IAC5E,WACiB,SAAS,oBAAoB;AAClC,aAAO,2BAA0B,SAAS,KAAK,MAAM,OAAM,CAAE;AAAA,IACzE,WACiB,SAAS,0BAA0B;AACxC,aAAO,2BAA0B,cAAc,KAAK,MAAM,OAAM,CAAE;AAAA,IAC9E,WACiB,SAAS,sBAAsB;AACpC,aAAO,2BAA0B,WAAW,KAAK,MAAM,SAAQ,CAAE;AAAA,IAC7E,WACiB,SAAS,4BAA4B;AAC1C,aAAO,2BAA0B,gBAAgB,KAAK,MAAM,SAAQ,CAAE;AAAA,IAClF,WACiB,SAAS,wBAAwB;AACtC,aAAO,OAAO,KAAK,MAAM,KAAK,MAAM,QAAO,IAAK,GAAI,CAAC;AAAA,IACjE,WACiB,SAAS,2BAA2B;AACzC,YAAM,gBAAgB,KAAK,MAAM,kBAAmB;AACpD,YAAM,OAAO,gBAAgB,IAAI,MAAM;AACvC,YAAM,QAAQ,KAAK,MAAM,KAAK,IAAI,gBAAgB,EAAE,CAAC;AACrD,YAAM,cAAe,QAAQ,KAAK,MAAM,QAAQ;AAChD,YAAM,UAAU,KAAK,IAAI,aAAa,IAAI,QAAQ;AAClD,YAAM,gBAAiB,UAAU,KAAK,MAAM,UAAU;AACtD,aAAO,OAAO,cAAc,MAAM;AAAA,IAC9C;AACQ,WAAO;AAAA,EACf;AACA;AArDa,2BAAK,WAAW,CAACC,SAAa,UAAU,QAAQ,GAAGA,SAAa,UAAU,QAAQ,GAAGA,SAAa,WAAW,SAAS,GAAGA,SAAa,aAAa,WAAW,GAAGA,SAAa,YAAY,UAAU,GAAGA,SAAa,UAAU,QAAQ,GAAGA,SAAa,YAAY,UAAU,CAAC;AAC7Q,2BAAK,gBAAgB,CAACA,SAAa,eAAe,KAAK,GAAGA,SAAa,eAAe,KAAK,GAAGA,SAAa,gBAAgB,KAAK,GAAGA,SAAa,kBAAkB,KAAK,GAAGA,SAAa,iBAAiB,KAAK,GAAGA,SAAa,eAAe,KAAK,GAAGA,SAAa,iBAAiB,KAAK,CAAC;AACxR,2BAAK,aAAa,CAACA,SAAa,WAAW,SAAS,GAAGA,SAAa,YAAY,UAAU,GAAGA,SAAa,SAAS,OAAO,GAAGA,SAAa,SAAS,OAAO,GAAGA,SAAa,OAAO,KAAK,GAAGA,SAAa,QAAQ,MAAM,GAAGA,SAAa,QAAQ,MAAM,GAAGA,SAAa,UAAU,QAAQ,GAAGA,SAAa,aAAa,WAAW,GAAGA,SAAa,WAAW,SAAS,GAAGA,SAAa,YAAY,UAAU,GAAGA,SAAa,YAAY,UAAU,CAAC;AAC7a,2BAAK,kBAAkB,CAACA,SAAa,gBAAgB,KAAK,GAAGA,SAAa,iBAAiB,KAAK,GAAGA,SAAa,cAAc,KAAK,GAAGA,SAAa,cAAc,KAAK,GAAGA,SAAa,YAAY,KAAK,GAAGA,SAAa,aAAa,KAAK,GAAGA,SAAa,aAAa,KAAK,GAAGA,SAAa,eAAe,KAAK,GAAGA,SAAa,kBAAkB,KAAK,GAAGA,SAAa,gBAAgB,KAAK,GAAGA,SAAa,iBAAiB,KAAK,GAAGA,SAAa,iBAAiB,KAAK,CAAC;AAP9c,IAAM,4BAAN;AA0DA,MAAM,+BAA+B;AAAA,EACxC,YAAY,mBAAmB;AAC3B,SAAK,oBAAoB;AAAA,EAEjC;AAAA,EACI,QAAQ,UAAU;AACd,QAAI,CAAC,KAAK,mBAAmB;AACzB,aAAO;AAAA,IACnB;AACQ,UAAM,sBAAsB,sBAAsB,KAAK,kBAAkB,aAAY,CAAE;AACvF,QAAI,2BAA2B,mBAAmB,GAAG;AACjD,aAAO;AAAA,IACnB;AACQ,QAAI,SAAS,SAAS,kBAAkB;AACpC,aAAO,KAAK,sBAAsB,mBAAmB;AAAA,IACjE,WACiB,SAAS,SAAS,oBAAoB;AAC3C,aAAO,KAAK,qBAAqB,mBAAmB;AAAA,IAChE;AACQ,WAAO;AAAA,EACf;AAAA,EACI,sBAAsB,qBAAqB;AACvC,QAAI,kCAAkC,mBAAmB,GAAG;AACxD,aAAOL,SAAc,oBAAoB,IAAI,IAAI;AAAA,IAC7D;AACQ,QAAI,WAAWA,SAAc,oBAAoB,WAAW,IAAI;AAChE,QAAI,SAAS,SAAS,mBAAmB,GAAG;AACxC,iBAAW,SAAS,OAAO,GAAG,SAAS,SAAS,oBAAoB,SAAS,CAAC;AAAA,IAC1F;AACQ,WAAO;AAAA,EACf;AAAA,EACI,qBAAqB,qBAAqB;AACtC,QAAI,kCAAkC,mBAAmB,GAAG;AACxD,aAAO,qBAAqB,oBAAoB,IAAI,MAAM;AAAA,IACtE;AACQ,UAAM,WAAWA,SAAc,oBAAoB,WAAW,IAAI;AAClE,QAAI,aAAa,oBAAoB,WAAW;AAChD,QAAI,WAAW,SAAS,QAAQ,GAAG;AAC/B,mBAAa,WAAW,OAAO,GAAG,WAAW,SAAS,SAAS,SAAS,CAAC;AAAA,IACrF;AACQ,WAAQ,aAAa,qBAAqB,UAAU,IAAI;AAAA,EAChE;AACA;AACO,MAAM,4BAA4B;AAAA,EACrC,QAAQ,UAAU;AACd,UAAM,EAAE,KAAI,IAAK;AACjB,QAAI,SAAS,UAAU;AACnB,aAAO,KAAK,OAAQ,EAAC,SAAQ,EAAG,MAAM,EAAE;AAAA,IACpD,WACiB,SAAS,cAAc;AAC5B,aAAO,KAAK,SAAS,SAAS,EAAE,EAAE,MAAM,EAAE;AAAA,IACtD,WACiB,SAAS,QAAQ;AACtB,aAAO,aAAc;AAAA,IACjC;AACQ,WAAO;AAAA,EACf;AACA;","x_google_ignoreList":[0]}
@@ -0,0 +1,139 @@
1
+ import { EditorAction2 } from "../../../browser/editorExtensions.es.js";
2
+ import { localize, localize2 } from "../../../../nls.es.js";
3
+ import { Categories } from "../../../../platform/action/common/actionCommonCategories.es.js";
4
+ import { Action2, MenuId } from "../../../../platform/actions/common/actions.es.js";
5
+ import { IConfigurationService } from "../../../../platform/configuration/common/configuration.es.js";
6
+ import { ContextKeyExpr } from "../../../../platform/contextkey/common/contextkey.es.js";
7
+ import { EditorContextKeys } from "../../../common/editorContextKeys.es.js";
8
+ import { StickyScrollController } from "./stickyScrollController.es.js";
9
+ class ToggleStickyScroll extends Action2 {
10
+ constructor() {
11
+ super({
12
+ id: "editor.action.toggleStickyScroll",
13
+ title: {
14
+ ...localize2("toggleEditorStickyScroll", "Toggle Editor Sticky Scroll"),
15
+ mnemonicTitle: localize({ key: "mitoggleStickyScroll", comment: ["&& denotes a mnemonic"] }, "&&Toggle Editor Sticky Scroll")
16
+ },
17
+ metadata: {
18
+ description: localize2("toggleEditorStickyScroll.description", "Toggle/enable the editor sticky scroll which shows the nested scopes at the top of the viewport")
19
+ },
20
+ category: Categories.View,
21
+ toggled: {
22
+ condition: ContextKeyExpr.equals("config.editor.stickyScroll.enabled", true),
23
+ title: localize("stickyScroll", "Sticky Scroll"),
24
+ mnemonicTitle: localize({ key: "miStickyScroll", comment: ["&& denotes a mnemonic"] }, "&&Sticky Scroll")
25
+ },
26
+ menu: [
27
+ { id: MenuId.CommandPalette },
28
+ { id: MenuId.MenubarAppearanceMenu, group: "4_editor", order: 3 },
29
+ { id: MenuId.StickyScrollContext }
30
+ ]
31
+ });
32
+ }
33
+ async run(accessor) {
34
+ const configurationService = accessor.get(IConfigurationService);
35
+ const newValue = !configurationService.getValue("editor.stickyScroll.enabled");
36
+ return configurationService.updateValue("editor.stickyScroll.enabled", newValue);
37
+ }
38
+ }
39
+ const weight = 100;
40
+ class FocusStickyScroll extends EditorAction2 {
41
+ constructor() {
42
+ super({
43
+ id: "editor.action.focusStickyScroll",
44
+ title: {
45
+ ...localize2("focusStickyScroll", "Focus on the editor sticky scroll"),
46
+ mnemonicTitle: localize({ key: "mifocusStickyScroll", comment: ["&& denotes a mnemonic"] }, "&&Focus Sticky Scroll")
47
+ },
48
+ precondition: ContextKeyExpr.and(ContextKeyExpr.has("config.editor.stickyScroll.enabled"), EditorContextKeys.stickyScrollVisible),
49
+ menu: [
50
+ { id: MenuId.CommandPalette }
51
+ ]
52
+ });
53
+ }
54
+ runEditorCommand(_accessor, editor) {
55
+ var _a;
56
+ (_a = StickyScrollController.get(editor)) == null ? void 0 : _a.focus();
57
+ }
58
+ }
59
+ class SelectNextStickyScrollLine extends EditorAction2 {
60
+ constructor() {
61
+ super({
62
+ id: "editor.action.selectNextStickyScrollLine",
63
+ title: localize2("selectNextStickyScrollLine.title", "Select the next editor sticky scroll line"),
64
+ precondition: EditorContextKeys.stickyScrollFocused.isEqualTo(true),
65
+ keybinding: {
66
+ weight,
67
+ primary: 18
68
+ /* KeyCode.DownArrow */
69
+ }
70
+ });
71
+ }
72
+ runEditorCommand(_accessor, editor) {
73
+ var _a;
74
+ (_a = StickyScrollController.get(editor)) == null ? void 0 : _a.focusNext();
75
+ }
76
+ }
77
+ class SelectPreviousStickyScrollLine extends EditorAction2 {
78
+ constructor() {
79
+ super({
80
+ id: "editor.action.selectPreviousStickyScrollLine",
81
+ title: localize2("selectPreviousStickyScrollLine.title", "Select the previous sticky scroll line"),
82
+ precondition: EditorContextKeys.stickyScrollFocused.isEqualTo(true),
83
+ keybinding: {
84
+ weight,
85
+ primary: 16
86
+ /* KeyCode.UpArrow */
87
+ }
88
+ });
89
+ }
90
+ runEditorCommand(_accessor, editor) {
91
+ var _a;
92
+ (_a = StickyScrollController.get(editor)) == null ? void 0 : _a.focusPrevious();
93
+ }
94
+ }
95
+ class GoToStickyScrollLine extends EditorAction2 {
96
+ constructor() {
97
+ super({
98
+ id: "editor.action.goToFocusedStickyScrollLine",
99
+ title: localize2("goToFocusedStickyScrollLine.title", "Go to the focused sticky scroll line"),
100
+ precondition: EditorContextKeys.stickyScrollFocused.isEqualTo(true),
101
+ keybinding: {
102
+ weight,
103
+ primary: 3
104
+ /* KeyCode.Enter */
105
+ }
106
+ });
107
+ }
108
+ runEditorCommand(_accessor, editor) {
109
+ var _a;
110
+ (_a = StickyScrollController.get(editor)) == null ? void 0 : _a.goToFocused();
111
+ }
112
+ }
113
+ class SelectEditor extends EditorAction2 {
114
+ constructor() {
115
+ super({
116
+ id: "editor.action.selectEditor",
117
+ title: localize2("selectEditor.title", "Select Editor"),
118
+ precondition: EditorContextKeys.stickyScrollFocused.isEqualTo(true),
119
+ keybinding: {
120
+ weight,
121
+ primary: 9
122
+ /* KeyCode.Escape */
123
+ }
124
+ });
125
+ }
126
+ runEditorCommand(_accessor, editor) {
127
+ var _a;
128
+ (_a = StickyScrollController.get(editor)) == null ? void 0 : _a.selectEditor();
129
+ }
130
+ }
131
+ export {
132
+ FocusStickyScroll,
133
+ GoToStickyScrollLine,
134
+ SelectEditor,
135
+ SelectNextStickyScrollLine,
136
+ SelectPreviousStickyScrollLine,
137
+ ToggleStickyScroll
138
+ };
139
+ //# sourceMappingURL=stickyScrollActions.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stickyScrollActions.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js"],"sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nimport { EditorAction2 } from '../../../browser/editorExtensions.js';\nimport { localize, localize2 } from '../../../../nls.js';\nimport { Categories } from '../../../../platform/action/common/actionCommonCategories.js';\nimport { Action2, MenuId } from '../../../../platform/actions/common/actions.js';\nimport { IConfigurationService } from '../../../../platform/configuration/common/configuration.js';\nimport { ContextKeyExpr } from '../../../../platform/contextkey/common/contextkey.js';\nimport { EditorContextKeys } from '../../../common/editorContextKeys.js';\nimport { StickyScrollController } from './stickyScrollController.js';\nexport class ToggleStickyScroll extends Action2 {\n constructor() {\n super({\n id: 'editor.action.toggleStickyScroll',\n title: {\n ...localize2('toggleEditorStickyScroll', \"Toggle Editor Sticky Scroll\"),\n mnemonicTitle: localize({ key: 'mitoggleStickyScroll', comment: ['&& denotes a mnemonic'] }, \"&&Toggle Editor Sticky Scroll\"),\n },\n metadata: {\n description: localize2('toggleEditorStickyScroll.description', \"Toggle/enable the editor sticky scroll which shows the nested scopes at the top of the viewport\"),\n },\n category: Categories.View,\n toggled: {\n condition: ContextKeyExpr.equals('config.editor.stickyScroll.enabled', true),\n title: localize('stickyScroll', \"Sticky Scroll\"),\n mnemonicTitle: localize({ key: 'miStickyScroll', comment: ['&& denotes a mnemonic'] }, \"&&Sticky Scroll\"),\n },\n menu: [\n { id: MenuId.CommandPalette },\n { id: MenuId.MenubarAppearanceMenu, group: '4_editor', order: 3 },\n { id: MenuId.StickyScrollContext }\n ]\n });\n }\n async run(accessor) {\n const configurationService = accessor.get(IConfigurationService);\n const newValue = !configurationService.getValue('editor.stickyScroll.enabled');\n return configurationService.updateValue('editor.stickyScroll.enabled', newValue);\n }\n}\nconst weight = 100 /* KeybindingWeight.EditorContrib */;\nexport class FocusStickyScroll extends EditorAction2 {\n constructor() {\n super({\n id: 'editor.action.focusStickyScroll',\n title: {\n ...localize2('focusStickyScroll', \"Focus on the editor sticky scroll\"),\n mnemonicTitle: localize({ key: 'mifocusStickyScroll', comment: ['&& denotes a mnemonic'] }, \"&&Focus Sticky Scroll\"),\n },\n precondition: ContextKeyExpr.and(ContextKeyExpr.has('config.editor.stickyScroll.enabled'), EditorContextKeys.stickyScrollVisible),\n menu: [\n { id: MenuId.CommandPalette },\n ]\n });\n }\n runEditorCommand(_accessor, editor) {\n StickyScrollController.get(editor)?.focus();\n }\n}\nexport class SelectNextStickyScrollLine extends EditorAction2 {\n constructor() {\n super({\n id: 'editor.action.selectNextStickyScrollLine',\n title: localize2('selectNextStickyScrollLine.title', \"Select the next editor sticky scroll line\"),\n precondition: EditorContextKeys.stickyScrollFocused.isEqualTo(true),\n keybinding: {\n weight,\n primary: 18 /* KeyCode.DownArrow */\n }\n });\n }\n runEditorCommand(_accessor, editor) {\n StickyScrollController.get(editor)?.focusNext();\n }\n}\nexport class SelectPreviousStickyScrollLine extends EditorAction2 {\n constructor() {\n super({\n id: 'editor.action.selectPreviousStickyScrollLine',\n title: localize2('selectPreviousStickyScrollLine.title', \"Select the previous sticky scroll line\"),\n precondition: EditorContextKeys.stickyScrollFocused.isEqualTo(true),\n keybinding: {\n weight,\n primary: 16 /* KeyCode.UpArrow */\n }\n });\n }\n runEditorCommand(_accessor, editor) {\n StickyScrollController.get(editor)?.focusPrevious();\n }\n}\nexport class GoToStickyScrollLine extends EditorAction2 {\n constructor() {\n super({\n id: 'editor.action.goToFocusedStickyScrollLine',\n title: localize2('goToFocusedStickyScrollLine.title', \"Go to the focused sticky scroll line\"),\n precondition: EditorContextKeys.stickyScrollFocused.isEqualTo(true),\n keybinding: {\n weight,\n primary: 3 /* KeyCode.Enter */\n }\n });\n }\n runEditorCommand(_accessor, editor) {\n StickyScrollController.get(editor)?.goToFocused();\n }\n}\nexport class SelectEditor extends EditorAction2 {\n constructor() {\n super({\n id: 'editor.action.selectEditor',\n title: localize2('selectEditor.title', \"Select Editor\"),\n precondition: EditorContextKeys.stickyScrollFocused.isEqualTo(true),\n keybinding: {\n weight,\n primary: 9 /* KeyCode.Escape */\n }\n });\n }\n runEditorCommand(_accessor, editor) {\n StickyScrollController.get(editor)?.selectEditor();\n }\n}\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}