@lvce-editor/static-server 0.54.5 → 0.54.7

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 (1843) hide show
  1. package/dist/static-server.js +1865 -1864
  2. package/package.json +1 -1
  3. package/static/{99b692a → 8fd4507}/css/App.css +83 -83
  4. package/static/{99b692a → 8fd4507}/manifest.json +2 -2
  5. package/static/{99b692a → 8fd4507}/packages/about-view-worker/dist/aboutWorkerMain.js +104 -37
  6. package/static/{99b692a → 8fd4507}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +66 -59
  7. package/static/{99b692a → 8fd4507}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +3 -4
  8. package/static/{99b692a → 8fd4507}/packages/completion-worker/dist/completionWorkerMain.js +216 -145
  9. package/static/{99b692a → 8fd4507}/packages/debug-worker/dist/debugWorkerMain.js +38 -46
  10. package/static/{99b692a → 8fd4507}/packages/editor-worker/dist/editorWorkerMain.js +23 -19
  11. package/static/{99b692a → 8fd4507}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +219 -144
  12. package/static/{99b692a → 8fd4507}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
  13. package/static/{99b692a → 8fd4507}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +108 -58
  14. package/static/{99b692a → 8fd4507}/packages/file-search-worker/dist/fileSearchWorkerMain.js +64 -52
  15. package/static/{99b692a → 8fd4507}/packages/file-system-worker/dist/fileSystemWorkerMain.js +51 -35
  16. package/static/8fd4507/packages/references-view/dist/referencesViewWorkerMain.js +1998 -0
  17. package/static/{99b692a → 8fd4507}/packages/rename-worker/dist/renameWorkerMain.js +170 -131
  18. package/static/{99b692a → 8fd4507}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
  19. package/static/{99b692a → 8fd4507}/packages/renderer-worker/dist/rendererWorkerMain.js +745 -1021
  20. package/static/{99b692a → 8fd4507}/packages/test-worker/dist/testWorkerMain.js +52 -17
  21. package/static/{99b692a → 8fd4507}/packages/text-search-worker/dist/textSearchWorkerMain.js +250 -224
  22. package/static/index.html +4 -4
  23. /package/static/{99b692a → 8fd4507}/config/colorTheme.json +0 -0
  24. /package/static/{99b692a → 8fd4507}/config/defaultSettings.json +0 -0
  25. /package/static/{99b692a → 8fd4507}/config/fileMap.json +0 -0
  26. /package/static/{99b692a → 8fd4507}/config/webExtensions.json +0 -0
  27. /package/static/{99b692a → 8fd4507}/css/parts/AdditionalDetails.css +0 -0
  28. /package/static/{99b692a → 8fd4507}/css/parts/Animation.css +0 -0
  29. /package/static/{99b692a → 8fd4507}/css/parts/DebugButtons.css +0 -0
  30. /package/static/{99b692a → 8fd4507}/css/parts/DebugValue.css +0 -0
  31. /package/static/{99b692a → 8fd4507}/css/parts/E2eTest.css +0 -0
  32. /package/static/{99b692a → 8fd4507}/css/parts/E2eTests.css +0 -0
  33. /package/static/{99b692a → 8fd4507}/css/parts/EditorHover.css +0 -0
  34. /package/static/{99b692a → 8fd4507}/css/parts/EditorMessage.css +0 -0
  35. /package/static/{99b692a → 8fd4507}/css/parts/FeatureContent.css +0 -0
  36. /package/static/{99b692a → 8fd4507}/css/parts/Features.css +0 -0
  37. /package/static/{99b692a → 8fd4507}/css/parts/ImagePreview.css +0 -0
  38. /package/static/{99b692a → 8fd4507}/css/parts/InlineDiffEditor.css +0 -0
  39. /package/static/{99b692a → 8fd4507}/css/parts/InputBadge.css +0 -0
  40. /package/static/{99b692a → 8fd4507}/css/parts/Key.css +0 -0
  41. /package/static/{99b692a → 8fd4507}/css/parts/KeyBindingsHeader.css +0 -0
  42. /package/static/{99b692a → 8fd4507}/css/parts/KeyBindingsTable.css +0 -0
  43. /package/static/{99b692a → 8fd4507}/css/parts/LegacyDialog.css +0 -0
  44. /package/static/{99b692a → 8fd4507}/css/parts/Markdown.css +0 -0
  45. /package/static/{99b692a → 8fd4507}/css/parts/Progress.css +0 -0
  46. /package/static/{99b692a → 8fd4507}/css/parts/SearchToggleButton.css +0 -0
  47. /package/static/{99b692a → 8fd4507}/css/parts/Select.css +0 -0
  48. /package/static/{99b692a → 8fd4507}/css/parts/Table.css +0 -0
  49. /package/static/{99b692a → 8fd4507}/css/parts/ViewletAbout.css +0 -0
  50. /package/static/{99b692a → 8fd4507}/css/parts/ViewletBrowserViewOverview.css +0 -0
  51. /package/static/{99b692a → 8fd4507}/css/parts/ViewletDebugConsole.css +0 -0
  52. /package/static/{99b692a → 8fd4507}/css/parts/ViewletDefineKeyBinding.css +0 -0
  53. /package/static/{99b692a → 8fd4507}/css/parts/ViewletDialog.css +0 -0
  54. /package/static/{99b692a → 8fd4507}/css/parts/ViewletDiffEditor.css +0 -0
  55. /package/static/{99b692a → 8fd4507}/css/parts/ViewletEditorWidgetError.css +0 -0
  56. /package/static/{99b692a → 8fd4507}/css/parts/ViewletExtensionDetail.css +0 -0
  57. /package/static/{99b692a → 8fd4507}/css/parts/ViewletExtensionDetailHeader.css +0 -0
  58. /package/static/{99b692a → 8fd4507}/css/parts/ViewletExtensionDetailTabs.css +0 -0
  59. /package/static/{99b692a → 8fd4507}/css/parts/ViewletExtensions.css +0 -0
  60. /package/static/{99b692a → 8fd4507}/css/parts/ViewletIframeInspector.css +0 -0
  61. /package/static/{99b692a → 8fd4507}/css/parts/ViewletKeyBindings.css +0 -0
  62. /package/static/{99b692a → 8fd4507}/css/parts/ViewletMedia.css +0 -0
  63. /package/static/{99b692a → 8fd4507}/css/parts/ViewletOutput.css +0 -0
  64. /package/static/{99b692a → 8fd4507}/css/parts/ViewletPanel.css +0 -0
  65. /package/static/{99b692a → 8fd4507}/css/parts/ViewletPanelTabs.css +0 -0
  66. /package/static/{99b692a → 8fd4507}/css/parts/ViewletPdf.css +0 -0
  67. /package/static/{99b692a → 8fd4507}/css/parts/ViewletProblems.css +0 -0
  68. /package/static/{99b692a → 8fd4507}/css/parts/ViewletReferences.css +0 -0
  69. /package/static/{99b692a → 8fd4507}/css/parts/ViewletRunAndDebug.css +0 -0
  70. /package/static/{99b692a → 8fd4507}/css/parts/ViewletScreenCapture.css +0 -0
  71. /package/static/{99b692a → 8fd4507}/css/parts/ViewletSearch.css +0 -0
  72. /package/static/{99b692a → 8fd4507}/css/parts/ViewletSimpleBrowser.css +0 -0
  73. /package/static/{99b692a → 8fd4507}/css/parts/ViewletSourceControl.css +0 -0
  74. /package/static/{99b692a → 8fd4507}/css/parts/ViewletStorage.css +0 -0
  75. /package/static/{99b692a → 8fd4507}/css/parts/ViewletTerminal.css +0 -0
  76. /package/static/{99b692a → 8fd4507}/css/parts/ViewletTerminalTabs.css +0 -0
  77. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-bat/README.md +0 -0
  78. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-bat/extension.json +0 -0
  79. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
  80. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
  81. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-c/README.md +0 -0
  82. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-c/extension.json +0 -0
  83. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
  84. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
  85. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
  86. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
  87. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-cpp/README.md +0 -0
  88. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-cpp/extension.json +0 -0
  89. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
  90. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
  91. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-cson/README.md +0 -0
  92. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-cson/extension.json +0 -0
  93. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
  94. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
  95. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-css/README.md +0 -0
  96. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-css/extension.json +0 -0
  97. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
  98. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
  99. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-dart/README.md +0 -0
  100. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-dart/extension.json +0 -0
  101. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
  102. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-desktop/README.md +0 -0
  103. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-desktop/extension.json +0 -0
  104. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
  105. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-docker/README.md +0 -0
  106. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-docker/extension.json +0 -0
  107. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
  108. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-dotenv/README.md +0 -0
  109. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
  110. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
  111. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
  112. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
  113. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
  114. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-elixir/README.md +0 -0
  115. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-elixir/extension.json +0 -0
  116. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
  117. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-elm/README.md +0 -0
  118. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-elm/extension.json +0 -0
  119. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
  120. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
  121. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
  122. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
  123. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-gn/README.md +0 -0
  124. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-gn/extension.json +0 -0
  125. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
  126. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-go/README.md +0 -0
  127. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-go/extension.json +0 -0
  128. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
  129. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-graphql/README.md +0 -0
  130. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-graphql/extension.json +0 -0
  131. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
  132. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-html/README.md +0 -0
  133. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-html/extension.json +0 -0
  134. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
  135. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
  136. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-java/README.md +0 -0
  137. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-java/extension.json +0 -0
  138. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
  139. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
  140. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-javascript/README.md +0 -0
  141. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-javascript/extension.json +0 -0
  142. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
  143. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
  144. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-json/README.md +0 -0
  145. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-json/extension.json +0 -0
  146. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
  147. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-json5/README.md +0 -0
  148. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-json5/extension.json +0 -0
  149. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
  150. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-jsx/README.md +0 -0
  151. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-jsx/extension.json +0 -0
  152. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
  153. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-julia/README.md +0 -0
  154. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-julia/extension.json +0 -0
  155. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
  156. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-kotlin/README.md +0 -0
  157. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
  158. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
  159. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-less/LICENSE +0 -0
  160. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-less/README.md +0 -0
  161. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-less/extension.json +0 -0
  162. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
  163. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
  164. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-markdown/README.md +0 -0
  165. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-markdown/extension.json +0 -0
  166. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
  167. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-mdx/README.md +0 -0
  168. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-mdx/extension.json +0 -0
  169. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
  170. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-nix/README.md +0 -0
  171. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-nix/extension.json +0 -0
  172. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
  173. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
  174. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
  175. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
  176. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
  177. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-perl/README.md +0 -0
  178. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-perl/extension.json +0 -0
  179. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
  180. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-plaintext/README.md +0 -0
  181. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
  182. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
  183. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-powershell/README.md +0 -0
  184. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-powershell/extension.json +0 -0
  185. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
  186. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-python/README.md +0 -0
  187. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-python/extension.json +0 -0
  188. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
  189. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
  190. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-r/README.md +0 -0
  191. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-r/extension.json +0 -0
  192. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
  193. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-ruby/README.md +0 -0
  194. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-ruby/extension.json +0 -0
  195. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
  196. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-rust/LICENSE +0 -0
  197. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-rust/README.md +0 -0
  198. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-rust/extension.json +0 -0
  199. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
  200. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
  201. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-scss/README.md +0 -0
  202. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-scss/extension.json +0 -0
  203. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
  204. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
  205. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-shellscript/README.md +0 -0
  206. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
  207. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
  208. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-svelte/README.md +0 -0
  209. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-svelte/extension.json +0 -0
  210. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
  211. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-terraform/README.md +0 -0
  212. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-terraform/extension.json +0 -0
  213. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
  214. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-toml/README.md +0 -0
  215. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-toml/extension.json +0 -0
  216. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
  217. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-typescript/README.md +0 -0
  218. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-typescript/extension.json +0 -0
  219. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
  220. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-vue/README.md +0 -0
  221. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-vue/extension.json +0 -0
  222. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
  223. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-wgsl/README.md +0 -0
  224. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
  225. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
  226. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
  227. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-xml/README.md +0 -0
  228. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-xml/extension.json +0 -0
  229. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
  230. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-yaml/README.md +0 -0
  231. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-yaml/extension.json +0 -0
  232. /package/static/{99b692a → 8fd4507}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
  233. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
  234. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
  235. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
  236. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  237. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-ayu/README.md +0 -0
  238. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-ayu/color-theme.json +0 -0
  239. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-ayu/extension.json +0 -0
  240. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-cobalt2/README.md +0 -0
  241. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
  242. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-cobalt2/extension.json +0 -0
  243. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  244. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  245. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-gruvbox/README.md +0 -0
  246. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
  247. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-gruvbox/extension.json +0 -0
  248. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-high-contrast/README.md +0 -0
  249. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
  250. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-high-contrast/extension.json +0 -0
  251. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-material/README.md +0 -0
  252. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-material/color-theme.json +0 -0
  253. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-material/extension.json +0 -0
  254. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-monokai/README.md +0 -0
  255. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-monokai/color-theme.json +0 -0
  256. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-monokai/extension.json +0 -0
  257. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-noctis-uva/README.md +0 -0
  258. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
  259. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
  260. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  261. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-palenight/README.md +0 -0
  262. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-palenight/color-theme.json +0 -0
  263. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-palenight/extension.json +0 -0
  264. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-palenight/images/demo.png +0 -0
  265. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-slime/README.md +0 -0
  266. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-slime/color-theme.json +0 -0
  267. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-slime/extension.json +0 -0
  268. /package/static/{99b692a → 8fd4507}/extensions/builtin.theme-slime/icon.png +0 -0
  269. /package/static/{99b692a → 8fd4507}/extensions/builtin.vscode-icons/README.md +0 -0
  270. /package/static/{99b692a → 8fd4507}/extensions/builtin.vscode-icons/extension.json +0 -0
  271. /package/static/{99b692a → 8fd4507}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
  272. /package/static/{99b692a → 8fd4507}/extensions/builtin.vscode-icons/icon.png +0 -0
  273. /package/static/{99b692a → 8fd4507}/file-icons/default_file.svg +0 -0
  274. /package/static/{99b692a → 8fd4507}/file-icons/default_folder.svg +0 -0
  275. /package/static/{99b692a → 8fd4507}/file-icons/default_folder_opened.svg +0 -0
  276. /package/static/{99b692a → 8fd4507}/file-icons/default_root_folder.svg +0 -0
  277. /package/static/{99b692a → 8fd4507}/file-icons/default_root_folder_opened.svg +0 -0
  278. /package/static/{99b692a → 8fd4507}/file-icons/file_type_access.svg +0 -0
  279. /package/static/{99b692a → 8fd4507}/file-icons/file_type_access2.svg +0 -0
  280. /package/static/{99b692a → 8fd4507}/file-icons/file_type_actionscript.svg +0 -0
  281. /package/static/{99b692a → 8fd4507}/file-icons/file_type_actionscript2.svg +0 -0
  282. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ada.svg +0 -0
  283. /package/static/{99b692a → 8fd4507}/file-icons/file_type_advpl.svg +0 -0
  284. /package/static/{99b692a → 8fd4507}/file-icons/file_type_affectscript.svg +0 -0
  285. /package/static/{99b692a → 8fd4507}/file-icons/file_type_affinitydesigner.svg +0 -0
  286. /package/static/{99b692a → 8fd4507}/file-icons/file_type_affinityphoto.svg +0 -0
  287. /package/static/{99b692a → 8fd4507}/file-icons/file_type_affinitypublisher.svg +0 -0
  288. /package/static/{99b692a → 8fd4507}/file-icons/file_type_agda.svg +0 -0
  289. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ai.svg +0 -0
  290. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ai2.svg +0 -0
  291. /package/static/{99b692a → 8fd4507}/file-icons/file_type_al.svg +0 -0
  292. /package/static/{99b692a → 8fd4507}/file-icons/file_type_al_dal.svg +0 -0
  293. /package/static/{99b692a → 8fd4507}/file-icons/file_type_allcontributors.svg +0 -0
  294. /package/static/{99b692a → 8fd4507}/file-icons/file_type_angular.svg +0 -0
  295. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ansible.svg +0 -0
  296. /package/static/{99b692a → 8fd4507}/file-icons/file_type_antlers_html.svg +0 -0
  297. /package/static/{99b692a → 8fd4507}/file-icons/file_type_antlr.svg +0 -0
  298. /package/static/{99b692a → 8fd4507}/file-icons/file_type_anyscript.svg +0 -0
  299. /package/static/{99b692a → 8fd4507}/file-icons/file_type_apache.svg +0 -0
  300. /package/static/{99b692a → 8fd4507}/file-icons/file_type_apex.svg +0 -0
  301. /package/static/{99b692a → 8fd4507}/file-icons/file_type_api_extractor.svg +0 -0
  302. /package/static/{99b692a → 8fd4507}/file-icons/file_type_apib.svg +0 -0
  303. /package/static/{99b692a → 8fd4507}/file-icons/file_type_apib2.svg +0 -0
  304. /package/static/{99b692a → 8fd4507}/file-icons/file_type_apl.svg +0 -0
  305. /package/static/{99b692a → 8fd4507}/file-icons/file_type_applescript.svg +0 -0
  306. /package/static/{99b692a → 8fd4507}/file-icons/file_type_appscript.svg +0 -0
  307. /package/static/{99b692a → 8fd4507}/file-icons/file_type_appsemble.svg +0 -0
  308. /package/static/{99b692a → 8fd4507}/file-icons/file_type_appveyor.svg +0 -0
  309. /package/static/{99b692a → 8fd4507}/file-icons/file_type_arduino.svg +0 -0
  310. /package/static/{99b692a → 8fd4507}/file-icons/file_type_asciidoc.svg +0 -0
  311. /package/static/{99b692a → 8fd4507}/file-icons/file_type_asp.svg +0 -0
  312. /package/static/{99b692a → 8fd4507}/file-icons/file_type_aspx.svg +0 -0
  313. /package/static/{99b692a → 8fd4507}/file-icons/file_type_assembly.svg +0 -0
  314. /package/static/{99b692a → 8fd4507}/file-icons/file_type_astro.svg +0 -0
  315. /package/static/{99b692a → 8fd4507}/file-icons/file_type_astroconfig.svg +0 -0
  316. /package/static/{99b692a → 8fd4507}/file-icons/file_type_atom.svg +0 -0
  317. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ats.svg +0 -0
  318. /package/static/{99b692a → 8fd4507}/file-icons/file_type_attw.svg +0 -0
  319. /package/static/{99b692a → 8fd4507}/file-icons/file_type_audio.svg +0 -0
  320. /package/static/{99b692a → 8fd4507}/file-icons/file_type_aurelia.svg +0 -0
  321. /package/static/{99b692a → 8fd4507}/file-icons/file_type_autohotkey.svg +0 -0
  322. /package/static/{99b692a → 8fd4507}/file-icons/file_type_autoit.svg +0 -0
  323. /package/static/{99b692a → 8fd4507}/file-icons/file_type_avif.svg +0 -0
  324. /package/static/{99b692a → 8fd4507}/file-icons/file_type_avro.svg +0 -0
  325. /package/static/{99b692a → 8fd4507}/file-icons/file_type_awk.svg +0 -0
  326. /package/static/{99b692a → 8fd4507}/file-icons/file_type_aws.svg +0 -0
  327. /package/static/{99b692a → 8fd4507}/file-icons/file_type_azure.svg +0 -0
  328. /package/static/{99b692a → 8fd4507}/file-icons/file_type_azurepipelines.svg +0 -0
  329. /package/static/{99b692a → 8fd4507}/file-icons/file_type_babel.svg +0 -0
  330. /package/static/{99b692a → 8fd4507}/file-icons/file_type_babel2.svg +0 -0
  331. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bak.svg +0 -0
  332. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ballerina.svg +0 -0
  333. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bat.svg +0 -0
  334. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bats.svg +0 -0
  335. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bazaar.svg +0 -0
  336. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bazel.svg +0 -0
  337. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bazel_ignore.svg +0 -0
  338. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bazel_version.svg +0 -0
  339. /package/static/{99b692a → 8fd4507}/file-icons/file_type_befunge.svg +0 -0
  340. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bicep.svg +0 -0
  341. /package/static/{99b692a → 8fd4507}/file-icons/file_type_biml.svg +0 -0
  342. /package/static/{99b692a → 8fd4507}/file-icons/file_type_binary.svg +0 -0
  343. /package/static/{99b692a → 8fd4507}/file-icons/file_type_biome.svg +0 -0
  344. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bitbucketpipeline.svg +0 -0
  345. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bithound.svg +0 -0
  346. /package/static/{99b692a → 8fd4507}/file-icons/file_type_blade.svg +0 -0
  347. /package/static/{99b692a → 8fd4507}/file-icons/file_type_blender.svg +0 -0
  348. /package/static/{99b692a → 8fd4507}/file-icons/file_type_blitzbasic.svg +0 -0
  349. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bolt.svg +0 -0
  350. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bosque.svg +0 -0
  351. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bower.svg +0 -0
  352. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bower2.svg +0 -0
  353. /package/static/{99b692a → 8fd4507}/file-icons/file_type_browserslist.svg +0 -0
  354. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bruno.svg +0 -0
  355. /package/static/{99b692a → 8fd4507}/file-icons/file_type_buckbuild.svg +0 -0
  356. /package/static/{99b692a → 8fd4507}/file-icons/file_type_buf.svg +0 -0
  357. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bun.svg +0 -0
  358. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bundlemon.svg +0 -0
  359. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bundler.svg +0 -0
  360. /package/static/{99b692a → 8fd4507}/file-icons/file_type_bunfig.svg +0 -0
  361. /package/static/{99b692a → 8fd4507}/file-icons/file_type_c.svg +0 -0
  362. /package/static/{99b692a → 8fd4507}/file-icons/file_type_c2.svg +0 -0
  363. /package/static/{99b692a → 8fd4507}/file-icons/file_type_c3.svg +0 -0
  364. /package/static/{99b692a → 8fd4507}/file-icons/file_type_c_al.svg +0 -0
  365. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cabal.svg +0 -0
  366. /package/static/{99b692a → 8fd4507}/file-icons/file_type_caddy.svg +0 -0
  367. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cake.svg +0 -0
  368. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cakephp.svg +0 -0
  369. /package/static/{99b692a → 8fd4507}/file-icons/file_type_capacitor.svg +0 -0
  370. /package/static/{99b692a → 8fd4507}/file-icons/file_type_capnp.svg +0 -0
  371. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cargo.svg +0 -0
  372. /package/static/{99b692a → 8fd4507}/file-icons/file_type_casc.svg +0 -0
  373. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cddl.svg +0 -0
  374. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cert.svg +0 -0
  375. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ceylon.svg +0 -0
  376. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cf.svg +0 -0
  377. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cf2.svg +0 -0
  378. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cfc.svg +0 -0
  379. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cfc2.svg +0 -0
  380. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cfm.svg +0 -0
  381. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cfm2.svg +0 -0
  382. /package/static/{99b692a → 8fd4507}/file-icons/file_type_changie.svg +0 -0
  383. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cheader.svg +0 -0
  384. /package/static/{99b692a → 8fd4507}/file-icons/file_type_chef.svg +0 -0
  385. /package/static/{99b692a → 8fd4507}/file-icons/file_type_chef_cookbook.svg +0 -0
  386. /package/static/{99b692a → 8fd4507}/file-icons/file_type_circleci.svg +0 -0
  387. /package/static/{99b692a → 8fd4507}/file-icons/file_type_class.svg +0 -0
  388. /package/static/{99b692a → 8fd4507}/file-icons/file_type_claude.svg +0 -0
  389. /package/static/{99b692a → 8fd4507}/file-icons/file_type_clojure.svg +0 -0
  390. /package/static/{99b692a → 8fd4507}/file-icons/file_type_clojurescript.svg +0 -0
  391. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cloudfoundry.svg +0 -0
  392. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cmake.svg +0 -0
  393. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cobol.svg +0 -0
  394. /package/static/{99b692a → 8fd4507}/file-icons/file_type_codacy.svg +0 -0
  395. /package/static/{99b692a → 8fd4507}/file-icons/file_type_codeclimate.svg +0 -0
  396. /package/static/{99b692a → 8fd4507}/file-icons/file_type_codecov.svg +0 -0
  397. /package/static/{99b692a → 8fd4507}/file-icons/file_type_codekit.svg +0 -0
  398. /package/static/{99b692a → 8fd4507}/file-icons/file_type_codemagic.svg +0 -0
  399. /package/static/{99b692a → 8fd4507}/file-icons/file_type_codeowners.svg +0 -0
  400. /package/static/{99b692a → 8fd4507}/file-icons/file_type_codeql.svg +0 -0
  401. /package/static/{99b692a → 8fd4507}/file-icons/file_type_coderabbit.svg +0 -0
  402. /package/static/{99b692a → 8fd4507}/file-icons/file_type_coffeelint.svg +0 -0
  403. /package/static/{99b692a → 8fd4507}/file-icons/file_type_coffeescript.svg +0 -0
  404. /package/static/{99b692a → 8fd4507}/file-icons/file_type_commitizen.svg +0 -0
  405. /package/static/{99b692a → 8fd4507}/file-icons/file_type_commitlint.svg +0 -0
  406. /package/static/{99b692a → 8fd4507}/file-icons/file_type_compass.svg +0 -0
  407. /package/static/{99b692a → 8fd4507}/file-icons/file_type_composer.svg +0 -0
  408. /package/static/{99b692a → 8fd4507}/file-icons/file_type_conan.svg +0 -0
  409. /package/static/{99b692a → 8fd4507}/file-icons/file_type_conda.svg +0 -0
  410. /package/static/{99b692a → 8fd4507}/file-icons/file_type_config.svg +0 -0
  411. /package/static/{99b692a → 8fd4507}/file-icons/file_type_confluence.svg +0 -0
  412. /package/static/{99b692a → 8fd4507}/file-icons/file_type_copilot.svg +0 -0
  413. /package/static/{99b692a → 8fd4507}/file-icons/file_type_coverage.svg +0 -0
  414. /package/static/{99b692a → 8fd4507}/file-icons/file_type_coveralls.svg +0 -0
  415. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cpp.svg +0 -0
  416. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cpp2.svg +0 -0
  417. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cpp3.svg +0 -0
  418. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cppheader.svg +0 -0
  419. /package/static/{99b692a → 8fd4507}/file-icons/file_type_craco.svg +0 -0
  420. /package/static/{99b692a → 8fd4507}/file-icons/file_type_crowdin.svg +0 -0
  421. /package/static/{99b692a → 8fd4507}/file-icons/file_type_crystal.svg +0 -0
  422. /package/static/{99b692a → 8fd4507}/file-icons/file_type_csharp.svg +0 -0
  423. /package/static/{99b692a → 8fd4507}/file-icons/file_type_csharp2.svg +0 -0
  424. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cspell.svg +0 -0
  425. /package/static/{99b692a → 8fd4507}/file-icons/file_type_csproj.svg +0 -0
  426. /package/static/{99b692a → 8fd4507}/file-icons/file_type_css.svg +0 -0
  427. /package/static/{99b692a → 8fd4507}/file-icons/file_type_css2.svg +0 -0
  428. /package/static/{99b692a → 8fd4507}/file-icons/file_type_css2map.svg +0 -0
  429. /package/static/{99b692a → 8fd4507}/file-icons/file_type_csscomb.svg +0 -0
  430. /package/static/{99b692a → 8fd4507}/file-icons/file_type_csslint.svg +0 -0
  431. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cssmap.svg +0 -0
  432. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cucumber.svg +0 -0
  433. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cuda.svg +0 -0
  434. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cursorrules.svg +0 -0
  435. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cvs.svg +0 -0
  436. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cypress.svg +0 -0
  437. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cypress_spec.svg +0 -0
  438. /package/static/{99b692a → 8fd4507}/file-icons/file_type_cython.svg +0 -0
  439. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dal.svg +0 -0
  440. /package/static/{99b692a → 8fd4507}/file-icons/file_type_darcs.svg +0 -0
  441. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dartlang.svg +0 -0
  442. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dartlang_generated.svg +0 -0
  443. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dartlang_ignore.svg +0 -0
  444. /package/static/{99b692a → 8fd4507}/file-icons/file_type_datadog.svg +0 -0
  445. /package/static/{99b692a → 8fd4507}/file-icons/file_type_db.svg +0 -0
  446. /package/static/{99b692a → 8fd4507}/file-icons/file_type_debian.svg +0 -0
  447. /package/static/{99b692a → 8fd4507}/file-icons/file_type_delphi.svg +0 -0
  448. /package/static/{99b692a → 8fd4507}/file-icons/file_type_deno.svg +0 -0
  449. /package/static/{99b692a → 8fd4507}/file-icons/file_type_denoify.svg +0 -0
  450. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dependabot.svg +0 -0
  451. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dependencies.svg +0 -0
  452. /package/static/{99b692a → 8fd4507}/file-icons/file_type_devcontainer.svg +0 -0
  453. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dhall.svg +0 -0
  454. /package/static/{99b692a → 8fd4507}/file-icons/file_type_diff.svg +0 -0
  455. /package/static/{99b692a → 8fd4507}/file-icons/file_type_django.svg +0 -0
  456. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dlang.svg +0 -0
  457. /package/static/{99b692a → 8fd4507}/file-icons/file_type_docker.svg +0 -0
  458. /package/static/{99b692a → 8fd4507}/file-icons/file_type_docker2.svg +0 -0
  459. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dockertest.svg +0 -0
  460. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dockertest2.svg +0 -0
  461. /package/static/{99b692a → 8fd4507}/file-icons/file_type_docpad.svg +0 -0
  462. /package/static/{99b692a → 8fd4507}/file-icons/file_type_docusaurus.svg +0 -0
  463. /package/static/{99b692a → 8fd4507}/file-icons/file_type_docz.svg +0 -0
  464. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dojo.svg +0 -0
  465. /package/static/{99b692a → 8fd4507}/file-icons/file_type_doppler.svg +0 -0
  466. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dotenv.svg +0 -0
  467. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dotjs.svg +0 -0
  468. /package/static/{99b692a → 8fd4507}/file-icons/file_type_doxygen.svg +0 -0
  469. /package/static/{99b692a → 8fd4507}/file-icons/file_type_drawio.svg +0 -0
  470. /package/static/{99b692a → 8fd4507}/file-icons/file_type_drone.svg +0 -0
  471. /package/static/{99b692a → 8fd4507}/file-icons/file_type_drools.svg +0 -0
  472. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dtd.svg +0 -0
  473. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dune.svg +0 -0
  474. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dustjs.svg +0 -0
  475. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dvc.svg +0 -0
  476. /package/static/{99b692a → 8fd4507}/file-icons/file_type_dylan.svg +0 -0
  477. /package/static/{99b692a → 8fd4507}/file-icons/file_type_earthly.svg +0 -0
  478. /package/static/{99b692a → 8fd4507}/file-icons/file_type_eas-metadata.svg +0 -0
  479. /package/static/{99b692a → 8fd4507}/file-icons/file_type_edge.svg +0 -0
  480. /package/static/{99b692a → 8fd4507}/file-icons/file_type_edge2.svg +0 -0
  481. /package/static/{99b692a → 8fd4507}/file-icons/file_type_editorconfig.svg +0 -0
  482. /package/static/{99b692a → 8fd4507}/file-icons/file_type_eex.svg +0 -0
  483. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ejs.svg +0 -0
  484. /package/static/{99b692a → 8fd4507}/file-icons/file_type_elastic.svg +0 -0
  485. /package/static/{99b692a → 8fd4507}/file-icons/file_type_elasticbeanstalk.svg +0 -0
  486. /package/static/{99b692a → 8fd4507}/file-icons/file_type_eleventy.svg +0 -0
  487. /package/static/{99b692a → 8fd4507}/file-icons/file_type_eleventy2.svg +0 -0
  488. /package/static/{99b692a → 8fd4507}/file-icons/file_type_elixir.svg +0 -0
  489. /package/static/{99b692a → 8fd4507}/file-icons/file_type_elm.svg +0 -0
  490. /package/static/{99b692a → 8fd4507}/file-icons/file_type_elm2.svg +0 -0
  491. /package/static/{99b692a → 8fd4507}/file-icons/file_type_emacs.svg +0 -0
  492. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ember.svg +0 -0
  493. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ensime.svg +0 -0
  494. /package/static/{99b692a → 8fd4507}/file-icons/file_type_eps.svg +0 -0
  495. /package/static/{99b692a → 8fd4507}/file-icons/file_type_epub.svg +0 -0
  496. /package/static/{99b692a → 8fd4507}/file-icons/file_type_erb.svg +0 -0
  497. /package/static/{99b692a → 8fd4507}/file-icons/file_type_erlang.svg +0 -0
  498. /package/static/{99b692a → 8fd4507}/file-icons/file_type_erlang2.svg +0 -0
  499. /package/static/{99b692a → 8fd4507}/file-icons/file_type_esbuild.svg +0 -0
  500. /package/static/{99b692a → 8fd4507}/file-icons/file_type_eslint.svg +0 -0
  501. /package/static/{99b692a → 8fd4507}/file-icons/file_type_eslint2.svg +0 -0
  502. /package/static/{99b692a → 8fd4507}/file-icons/file_type_esphome.svg +0 -0
  503. /package/static/{99b692a → 8fd4507}/file-icons/file_type_excalidraw.svg +0 -0
  504. /package/static/{99b692a → 8fd4507}/file-icons/file_type_excel.svg +0 -0
  505. /package/static/{99b692a → 8fd4507}/file-icons/file_type_excel2.svg +0 -0
  506. /package/static/{99b692a → 8fd4507}/file-icons/file_type_expo.svg +0 -0
  507. /package/static/{99b692a → 8fd4507}/file-icons/file_type_falcon.svg +0 -0
  508. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fantasticon.svg +0 -0
  509. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fastly.svg +0 -0
  510. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fauna.svg +0 -0
  511. /package/static/{99b692a → 8fd4507}/file-icons/file_type_favicon.svg +0 -0
  512. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fbx.svg +0 -0
  513. /package/static/{99b692a → 8fd4507}/file-icons/file_type_firebase.svg +0 -0
  514. /package/static/{99b692a → 8fd4507}/file-icons/file_type_firebasehosting.svg +0 -0
  515. /package/static/{99b692a → 8fd4507}/file-icons/file_type_firestore.svg +0 -0
  516. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fitbit.svg +0 -0
  517. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fla.svg +0 -0
  518. /package/static/{99b692a → 8fd4507}/file-icons/file_type_flareact.svg +0 -0
  519. /package/static/{99b692a → 8fd4507}/file-icons/file_type_flash.svg +0 -0
  520. /package/static/{99b692a → 8fd4507}/file-icons/file_type_floobits.svg +0 -0
  521. /package/static/{99b692a → 8fd4507}/file-icons/file_type_flow.svg +0 -0
  522. /package/static/{99b692a → 8fd4507}/file-icons/file_type_flutter.svg +0 -0
  523. /package/static/{99b692a → 8fd4507}/file-icons/file_type_flutter_package.svg +0 -0
  524. /package/static/{99b692a → 8fd4507}/file-icons/file_type_flyio.svg +0 -0
  525. /package/static/{99b692a → 8fd4507}/file-icons/file_type_font.svg +0 -0
  526. /package/static/{99b692a → 8fd4507}/file-icons/file_type_formkit.svg +0 -0
  527. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fortran.svg +0 -0
  528. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fossa.svg +0 -0
  529. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fossil.svg +0 -0
  530. /package/static/{99b692a → 8fd4507}/file-icons/file_type_freemarker.svg +0 -0
  531. /package/static/{99b692a → 8fd4507}/file-icons/file_type_frontcommerce.svg +0 -0
  532. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fsharp.svg +0 -0
  533. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fsharp2.svg +0 -0
  534. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fsproj.svg +0 -0
  535. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fthtml.svg +0 -0
  536. /package/static/{99b692a → 8fd4507}/file-icons/file_type_funding.svg +0 -0
  537. /package/static/{99b692a → 8fd4507}/file-icons/file_type_fusebox.svg +0 -0
  538. /package/static/{99b692a → 8fd4507}/file-icons/file_type_galen.svg +0 -0
  539. /package/static/{99b692a → 8fd4507}/file-icons/file_type_galen2.svg +0 -0
  540. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gamemaker.svg +0 -0
  541. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gamemaker2.svg +0 -0
  542. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gamemaker81.svg +0 -0
  543. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gatsby.svg +0 -0
  544. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gcloud.svg +0 -0
  545. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gcode.svg +0 -0
  546. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gdscript.svg +0 -0
  547. /package/static/{99b692a → 8fd4507}/file-icons/file_type_genstat.svg +0 -0
  548. /package/static/{99b692a → 8fd4507}/file-icons/file_type_git.svg +0 -0
  549. /package/static/{99b692a → 8fd4507}/file-icons/file_type_git2.svg +0 -0
  550. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gitlab.svg +0 -0
  551. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gitpod.svg +0 -0
  552. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gleam.svg +0 -0
  553. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gleamconfig.svg +0 -0
  554. /package/static/{99b692a → 8fd4507}/file-icons/file_type_glide.svg +0 -0
  555. /package/static/{99b692a → 8fd4507}/file-icons/file_type_glitter.svg +0 -0
  556. /package/static/{99b692a → 8fd4507}/file-icons/file_type_glsl.svg +0 -0
  557. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gltf.svg +0 -0
  558. /package/static/{99b692a → 8fd4507}/file-icons/file_type_glyphs.svg +0 -0
  559. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gnu.svg +0 -0
  560. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gnuplot.svg +0 -0
  561. /package/static/{99b692a → 8fd4507}/file-icons/file_type_go.svg +0 -0
  562. /package/static/{99b692a → 8fd4507}/file-icons/file_type_go_aqua.svg +0 -0
  563. /package/static/{99b692a → 8fd4507}/file-icons/file_type_go_black.svg +0 -0
  564. /package/static/{99b692a → 8fd4507}/file-icons/file_type_go_fuchsia.svg +0 -0
  565. /package/static/{99b692a → 8fd4507}/file-icons/file_type_go_gopher.svg +0 -0
  566. /package/static/{99b692a → 8fd4507}/file-icons/file_type_go_lightblue.svg +0 -0
  567. /package/static/{99b692a → 8fd4507}/file-icons/file_type_go_package.svg +0 -0
  568. /package/static/{99b692a → 8fd4507}/file-icons/file_type_go_white.svg +0 -0
  569. /package/static/{99b692a → 8fd4507}/file-icons/file_type_go_work.svg +0 -0
  570. /package/static/{99b692a → 8fd4507}/file-icons/file_type_go_yellow.svg +0 -0
  571. /package/static/{99b692a → 8fd4507}/file-icons/file_type_goctl.svg +0 -0
  572. /package/static/{99b692a → 8fd4507}/file-icons/file_type_godot.svg +0 -0
  573. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gpg.svg +0 -0
  574. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gradle.svg +0 -0
  575. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gradle2.svg +0 -0
  576. /package/static/{99b692a → 8fd4507}/file-icons/file_type_grain.svg +0 -0
  577. /package/static/{99b692a → 8fd4507}/file-icons/file_type_graphql.svg +0 -0
  578. /package/static/{99b692a → 8fd4507}/file-icons/file_type_graphql_config.svg +0 -0
  579. /package/static/{99b692a → 8fd4507}/file-icons/file_type_graphviz.svg +0 -0
  580. /package/static/{99b692a → 8fd4507}/file-icons/file_type_greenkeeper.svg +0 -0
  581. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gridsome.svg +0 -0
  582. /package/static/{99b692a → 8fd4507}/file-icons/file_type_groovy.svg +0 -0
  583. /package/static/{99b692a → 8fd4507}/file-icons/file_type_groovy2.svg +0 -0
  584. /package/static/{99b692a → 8fd4507}/file-icons/file_type_grunt.svg +0 -0
  585. /package/static/{99b692a → 8fd4507}/file-icons/file_type_gulp.svg +0 -0
  586. /package/static/{99b692a → 8fd4507}/file-icons/file_type_haml.svg +0 -0
  587. /package/static/{99b692a → 8fd4507}/file-icons/file_type_handlebars.svg +0 -0
  588. /package/static/{99b692a → 8fd4507}/file-icons/file_type_handlebars2.svg +0 -0
  589. /package/static/{99b692a → 8fd4507}/file-icons/file_type_harbour.svg +0 -0
  590. /package/static/{99b692a → 8fd4507}/file-icons/file_type_hardhat.svg +0 -0
  591. /package/static/{99b692a → 8fd4507}/file-icons/file_type_hashicorp.svg +0 -0
  592. /package/static/{99b692a → 8fd4507}/file-icons/file_type_haskell.svg +0 -0
  593. /package/static/{99b692a → 8fd4507}/file-icons/file_type_haskell2.svg +0 -0
  594. /package/static/{99b692a → 8fd4507}/file-icons/file_type_haxe.svg +0 -0
  595. /package/static/{99b692a → 8fd4507}/file-icons/file_type_haxecheckstyle.svg +0 -0
  596. /package/static/{99b692a → 8fd4507}/file-icons/file_type_haxedevelop.svg +0 -0
  597. /package/static/{99b692a → 8fd4507}/file-icons/file_type_helix.svg +0 -0
  598. /package/static/{99b692a → 8fd4507}/file-icons/file_type_helm.svg +0 -0
  599. /package/static/{99b692a → 8fd4507}/file-icons/file_type_histoire.svg +0 -0
  600. /package/static/{99b692a → 8fd4507}/file-icons/file_type_hjson.svg +0 -0
  601. /package/static/{99b692a → 8fd4507}/file-icons/file_type_hlsl.svg +0 -0
  602. /package/static/{99b692a → 8fd4507}/file-icons/file_type_homeassistant.svg +0 -0
  603. /package/static/{99b692a → 8fd4507}/file-icons/file_type_horusec.svg +0 -0
  604. /package/static/{99b692a → 8fd4507}/file-icons/file_type_host.svg +0 -0
  605. /package/static/{99b692a → 8fd4507}/file-icons/file_type_html.svg +0 -0
  606. /package/static/{99b692a → 8fd4507}/file-icons/file_type_htmlhint.svg +0 -0
  607. /package/static/{99b692a → 8fd4507}/file-icons/file_type_htmlvalidate.svg +0 -0
  608. /package/static/{99b692a → 8fd4507}/file-icons/file_type_http.svg +0 -0
  609. /package/static/{99b692a → 8fd4507}/file-icons/file_type_hugo.svg +0 -0
  610. /package/static/{99b692a → 8fd4507}/file-icons/file_type_humanstxt.svg +0 -0
  611. /package/static/{99b692a → 8fd4507}/file-icons/file_type_hunspell.svg +0 -0
  612. /package/static/{99b692a → 8fd4507}/file-icons/file_type_husky.svg +0 -0
  613. /package/static/{99b692a → 8fd4507}/file-icons/file_type_hy.svg +0 -0
  614. /package/static/{99b692a → 8fd4507}/file-icons/file_type_hygen.svg +0 -0
  615. /package/static/{99b692a → 8fd4507}/file-icons/file_type_hypr.svg +0 -0
  616. /package/static/{99b692a → 8fd4507}/file-icons/file_type_icl.svg +0 -0
  617. /package/static/{99b692a → 8fd4507}/file-icons/file_type_idris.svg +0 -0
  618. /package/static/{99b692a → 8fd4507}/file-icons/file_type_idrisbin.svg +0 -0
  619. /package/static/{99b692a → 8fd4507}/file-icons/file_type_idrispkg.svg +0 -0
  620. /package/static/{99b692a → 8fd4507}/file-icons/file_type_image.svg +0 -0
  621. /package/static/{99b692a → 8fd4507}/file-icons/file_type_imba.svg +0 -0
  622. /package/static/{99b692a → 8fd4507}/file-icons/file_type_inc.svg +0 -0
  623. /package/static/{99b692a → 8fd4507}/file-icons/file_type_infopath.svg +0 -0
  624. /package/static/{99b692a → 8fd4507}/file-icons/file_type_informix.svg +0 -0
  625. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ini.svg +0 -0
  626. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ink.svg +0 -0
  627. /package/static/{99b692a → 8fd4507}/file-icons/file_type_innosetup.svg +0 -0
  628. /package/static/{99b692a → 8fd4507}/file-icons/file_type_io.svg +0 -0
  629. /package/static/{99b692a → 8fd4507}/file-icons/file_type_iodine.svg +0 -0
  630. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ionic.svg +0 -0
  631. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jake.svg +0 -0
  632. /package/static/{99b692a → 8fd4507}/file-icons/file_type_janet.svg +0 -0
  633. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jar.svg +0 -0
  634. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jasmine.svg +0 -0
  635. /package/static/{99b692a → 8fd4507}/file-icons/file_type_java.svg +0 -0
  636. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jbuilder.svg +0 -0
  637. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jekyll.svg +0 -0
  638. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jenkins.svg +0 -0
  639. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jest.svg +0 -0
  640. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jest_snapshot.svg +0 -0
  641. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jinja.svg +0 -0
  642. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jpm.svg +0 -0
  643. /package/static/{99b692a → 8fd4507}/file-icons/file_type_js.svg +0 -0
  644. /package/static/{99b692a → 8fd4507}/file-icons/file_type_js_official.svg +0 -0
  645. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jsbeautify.svg +0 -0
  646. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jsconfig.svg +0 -0
  647. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jscpd.svg +0 -0
  648. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jshint.svg +0 -0
  649. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jsmap.svg +0 -0
  650. /package/static/{99b692a → 8fd4507}/file-icons/file_type_json.svg +0 -0
  651. /package/static/{99b692a → 8fd4507}/file-icons/file_type_json2.svg +0 -0
  652. /package/static/{99b692a → 8fd4507}/file-icons/file_type_json5.svg +0 -0
  653. /package/static/{99b692a → 8fd4507}/file-icons/file_type_json_official.svg +0 -0
  654. /package/static/{99b692a → 8fd4507}/file-icons/file_type_json_schema.svg +0 -0
  655. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jsonld.svg +0 -0
  656. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jsonnet.svg +0 -0
  657. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jsp.svg +0 -0
  658. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jsr.svg +0 -0
  659. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jss.svg +0 -0
  660. /package/static/{99b692a → 8fd4507}/file-icons/file_type_juice.svg +0 -0
  661. /package/static/{99b692a → 8fd4507}/file-icons/file_type_julia.svg +0 -0
  662. /package/static/{99b692a → 8fd4507}/file-icons/file_type_julia2.svg +0 -0
  663. /package/static/{99b692a → 8fd4507}/file-icons/file_type_jupyter.svg +0 -0
  664. /package/static/{99b692a → 8fd4507}/file-icons/file_type_just.svg +0 -0
  665. /package/static/{99b692a → 8fd4507}/file-icons/file_type_k.svg +0 -0
  666. /package/static/{99b692a → 8fd4507}/file-icons/file_type_karma.svg +0 -0
  667. /package/static/{99b692a → 8fd4507}/file-icons/file_type_key.svg +0 -0
  668. /package/static/{99b692a → 8fd4507}/file-icons/file_type_kitchenci.svg +0 -0
  669. /package/static/{99b692a → 8fd4507}/file-icons/file_type_kite.svg +0 -0
  670. /package/static/{99b692a → 8fd4507}/file-icons/file_type_kivy.svg +0 -0
  671. /package/static/{99b692a → 8fd4507}/file-icons/file_type_knip.svg +0 -0
  672. /package/static/{99b692a → 8fd4507}/file-icons/file_type_kos.svg +0 -0
  673. /package/static/{99b692a → 8fd4507}/file-icons/file_type_kotlin.svg +0 -0
  674. /package/static/{99b692a → 8fd4507}/file-icons/file_type_kusto.svg +0 -0
  675. /package/static/{99b692a → 8fd4507}/file-icons/file_type_language_configuration.svg +0 -0
  676. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lark.svg +0 -0
  677. /package/static/{99b692a → 8fd4507}/file-icons/file_type_latino.svg +0 -0
  678. /package/static/{99b692a → 8fd4507}/file-icons/file_type_layout.svg +0 -0
  679. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lefthook.svg +0 -0
  680. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lerna.svg +0 -0
  681. /package/static/{99b692a → 8fd4507}/file-icons/file_type_less.svg +0 -0
  682. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lex.svg +0 -0
  683. /package/static/{99b692a → 8fd4507}/file-icons/file_type_liara.svg +0 -0
  684. /package/static/{99b692a → 8fd4507}/file-icons/file_type_libreoffice_base.svg +0 -0
  685. /package/static/{99b692a → 8fd4507}/file-icons/file_type_libreoffice_calc.svg +0 -0
  686. /package/static/{99b692a → 8fd4507}/file-icons/file_type_libreoffice_draw.svg +0 -0
  687. /package/static/{99b692a → 8fd4507}/file-icons/file_type_libreoffice_impress.svg +0 -0
  688. /package/static/{99b692a → 8fd4507}/file-icons/file_type_libreoffice_math.svg +0 -0
  689. /package/static/{99b692a → 8fd4507}/file-icons/file_type_libreoffice_writer.svg +0 -0
  690. /package/static/{99b692a → 8fd4507}/file-icons/file_type_license.svg +0 -0
  691. /package/static/{99b692a → 8fd4507}/file-icons/file_type_licensebat.svg +0 -0
  692. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_actionscript2.svg +0 -0
  693. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_ada.svg +0 -0
  694. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_agda.svg +0 -0
  695. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_apl.svg +0 -0
  696. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_astro.svg +0 -0
  697. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_astroconfig.svg +0 -0
  698. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_babel.svg +0 -0
  699. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_babel2.svg +0 -0
  700. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_cabal.svg +0 -0
  701. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_circleci.svg +0 -0
  702. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_cloudfoundry.svg +0 -0
  703. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_codacy.svg +0 -0
  704. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_codeclimate.svg +0 -0
  705. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_codeowners.svg +0 -0
  706. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_config.svg +0 -0
  707. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_copilot.svg +0 -0
  708. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_crystal.svg +0 -0
  709. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_cypress.svg +0 -0
  710. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_cypress_spec.svg +0 -0
  711. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_db.svg +0 -0
  712. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_deno.svg +0 -0
  713. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_dhall.svg +0 -0
  714. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_docpad.svg +0 -0
  715. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_drone.svg +0 -0
  716. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_eas-metadata.svg +0 -0
  717. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_eleventy.svg +0 -0
  718. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_eleventy2.svg +0 -0
  719. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_esphome.svg +0 -0
  720. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_expo.svg +0 -0
  721. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_firebasehosting.svg +0 -0
  722. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_fla.svg +0 -0
  723. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_font.svg +0 -0
  724. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_gamemaker2.svg +0 -0
  725. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_gradle.svg +0 -0
  726. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_hashicorp.svg +0 -0
  727. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_hjson.svg +0 -0
  728. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_ini.svg +0 -0
  729. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_io.svg +0 -0
  730. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_js.svg +0 -0
  731. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_jsconfig.svg +0 -0
  732. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_jsmap.svg +0 -0
  733. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_json.svg +0 -0
  734. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_json5.svg +0 -0
  735. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_json_schema.svg +0 -0
  736. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_jsonld.svg +0 -0
  737. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_kite.svg +0 -0
  738. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_lark.svg +0 -0
  739. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_lerna.svg +0 -0
  740. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_mailing.svg +0 -0
  741. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_markuplint.svg +0 -0
  742. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_mdx-components.svg +0 -0
  743. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_mdx.svg +0 -0
  744. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_mlang.svg +0 -0
  745. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_mustache.svg +0 -0
  746. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_mypy.svg +0 -0
  747. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_neo4j.svg +0 -0
  748. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_netlify.svg +0 -0
  749. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_next.svg +0 -0
  750. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_nim.svg +0 -0
  751. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_nx.svg +0 -0
  752. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_objidconfig.svg +0 -0
  753. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_openHAB.svg +0 -0
  754. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_pcl.svg +0 -0
  755. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_pnpm.svg +0 -0
  756. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_prettier.svg +0 -0
  757. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_prisma.svg +0 -0
  758. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_purescript.svg +0 -0
  759. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_quasar.svg +0 -0
  760. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_raku.svg +0 -0
  761. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_razzle.svg +0 -0
  762. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_reactrouter.svg +0 -0
  763. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_rehype.svg +0 -0
  764. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_remark.svg +0 -0
  765. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_replit.svg +0 -0
  766. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_retext.svg +0 -0
  767. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_rome.svg +0 -0
  768. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_rubocop.svg +0 -0
  769. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_rust.svg +0 -0
  770. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_rust_toolchain.svg +0 -0
  771. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_safetensors.svg +0 -0
  772. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_shaderlab.svg +0 -0
  773. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_solidity.svg +0 -0
  774. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_spin.svg +0 -0
  775. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_stylelint.svg +0 -0
  776. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_stylus.svg +0 -0
  777. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_symfony.svg +0 -0
  778. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_systemd.svg +0 -0
  779. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_systemverilog.svg +0 -0
  780. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_testcafe.svg +0 -0
  781. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_testjs.svg +0 -0
  782. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_tex.svg +0 -0
  783. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_tm.svg +0 -0
  784. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_tmux.svg +0 -0
  785. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_todo.svg +0 -0
  786. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_toit.svg +0 -0
  787. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_toml.svg +0 -0
  788. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_tree.svg +0 -0
  789. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_turbo.svg +0 -0
  790. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_unibeautify.svg +0 -0
  791. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_vash.svg +0 -0
  792. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_vercel.svg +0 -0
  793. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_vsix.svg +0 -0
  794. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_vsixmanifest.svg +0 -0
  795. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_xfl.svg +0 -0
  796. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_xorg.svg +0 -0
  797. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_yaml.svg +0 -0
  798. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_yaml_official.svg +0 -0
  799. /package/static/{99b692a → 8fd4507}/file-icons/file_type_light_zeit.svg +0 -0
  800. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lighthouse.svg +0 -0
  801. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lilypond.svg +0 -0
  802. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lime.svg +0 -0
  803. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lintstagedrc.svg +0 -0
  804. /package/static/{99b692a → 8fd4507}/file-icons/file_type_liquid.svg +0 -0
  805. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lisp.svg +0 -0
  806. /package/static/{99b692a → 8fd4507}/file-icons/file_type_livescript.svg +0 -0
  807. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lnk.svg +0 -0
  808. /package/static/{99b692a → 8fd4507}/file-icons/file_type_locale.svg +0 -0
  809. /package/static/{99b692a → 8fd4507}/file-icons/file_type_log.svg +0 -0
  810. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lolcode.svg +0 -0
  811. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lsl.svg +0 -0
  812. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lua.svg +0 -0
  813. /package/static/{99b692a → 8fd4507}/file-icons/file_type_luau.svg +0 -0
  814. /package/static/{99b692a → 8fd4507}/file-icons/file_type_lync.svg +0 -0
  815. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mailing.svg +0 -0
  816. /package/static/{99b692a → 8fd4507}/file-icons/file_type_makefile.svg +0 -0
  817. /package/static/{99b692a → 8fd4507}/file-icons/file_type_manifest.svg +0 -0
  818. /package/static/{99b692a → 8fd4507}/file-icons/file_type_manifest_bak.svg +0 -0
  819. /package/static/{99b692a → 8fd4507}/file-icons/file_type_manifest_skip.svg +0 -0
  820. /package/static/{99b692a → 8fd4507}/file-icons/file_type_map.svg +0 -0
  821. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mariadb.svg +0 -0
  822. /package/static/{99b692a → 8fd4507}/file-icons/file_type_markdown.svg +0 -0
  823. /package/static/{99b692a → 8fd4507}/file-icons/file_type_markdownlint.svg +0 -0
  824. /package/static/{99b692a → 8fd4507}/file-icons/file_type_markdownlint_ignore.svg +0 -0
  825. /package/static/{99b692a → 8fd4507}/file-icons/file_type_marko.svg +0 -0
  826. /package/static/{99b692a → 8fd4507}/file-icons/file_type_markojs.svg +0 -0
  827. /package/static/{99b692a → 8fd4507}/file-icons/file_type_markuplint.svg +0 -0
  828. /package/static/{99b692a → 8fd4507}/file-icons/file_type_master-co.svg +0 -0
  829. /package/static/{99b692a → 8fd4507}/file-icons/file_type_matlab.svg +0 -0
  830. /package/static/{99b692a → 8fd4507}/file-icons/file_type_maven.svg +0 -0
  831. /package/static/{99b692a → 8fd4507}/file-icons/file_type_maxscript.svg +0 -0
  832. /package/static/{99b692a → 8fd4507}/file-icons/file_type_maya.svg +0 -0
  833. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mdx-components.svg +0 -0
  834. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mdx.svg +0 -0
  835. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mediawiki.svg +0 -0
  836. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mercurial.svg +0 -0
  837. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mermaid.svg +0 -0
  838. /package/static/{99b692a → 8fd4507}/file-icons/file_type_meson.svg +0 -0
  839. /package/static/{99b692a → 8fd4507}/file-icons/file_type_metal.svg +0 -0
  840. /package/static/{99b692a → 8fd4507}/file-icons/file_type_meteor.svg +0 -0
  841. /package/static/{99b692a → 8fd4507}/file-icons/file_type_minecraft.svg +0 -0
  842. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mivascript.svg +0 -0
  843. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mjml.svg +0 -0
  844. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mlang.svg +0 -0
  845. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mocha.svg +0 -0
  846. /package/static/{99b692a → 8fd4507}/file-icons/file_type_modernizr.svg +0 -0
  847. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mojo.svg +0 -0
  848. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mojolicious.svg +0 -0
  849. /package/static/{99b692a → 8fd4507}/file-icons/file_type_moleculer.svg +0 -0
  850. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mondoo.svg +0 -0
  851. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mongo.svg +0 -0
  852. /package/static/{99b692a → 8fd4507}/file-icons/file_type_monotone.svg +0 -0
  853. /package/static/{99b692a → 8fd4507}/file-icons/file_type_motif.svg +0 -0
  854. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mson.svg +0 -0
  855. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mustache.svg +0 -0
  856. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mvt.svg +0 -0
  857. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mvtcss.svg +0 -0
  858. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mvtjs.svg +0 -0
  859. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mypy.svg +0 -0
  860. /package/static/{99b692a → 8fd4507}/file-icons/file_type_mysql.svg +0 -0
  861. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ndst.svg +0 -0
  862. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nearly.svg +0 -0
  863. /package/static/{99b692a → 8fd4507}/file-icons/file_type_neo4j.svg +0 -0
  864. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_adapter_js.svg +0 -0
  865. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_adapter_ts.svg +0 -0
  866. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_controller_js.svg +0 -0
  867. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_controller_ts.svg +0 -0
  868. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_decorator_js.svg +0 -0
  869. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_decorator_ts.svg +0 -0
  870. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_filter_js.svg +0 -0
  871. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_filter_ts.svg +0 -0
  872. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_gateway_js.svg +0 -0
  873. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_gateway_ts.svg +0 -0
  874. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_guard_js.svg +0 -0
  875. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_guard_ts.svg +0 -0
  876. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_interceptor_js.svg +0 -0
  877. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
  878. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_middleware_js.svg +0 -0
  879. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_middleware_ts.svg +0 -0
  880. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_module_js.svg +0 -0
  881. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_module_ts.svg +0 -0
  882. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_pipe_js.svg +0 -0
  883. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_pipe_ts.svg +0 -0
  884. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_service_js.svg +0 -0
  885. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nest_service_ts.svg +0 -0
  886. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nestjs.svg +0 -0
  887. /package/static/{99b692a → 8fd4507}/file-icons/file_type_netlify.svg +0 -0
  888. /package/static/{99b692a → 8fd4507}/file-icons/file_type_next.svg +0 -0
  889. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nextflow.svg +0 -0
  890. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_component_css.svg +0 -0
  891. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_component_dart.svg +0 -0
  892. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_component_html.svg +0 -0
  893. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_component_js.svg +0 -0
  894. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_component_js2.svg +0 -0
  895. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_component_less.svg +0 -0
  896. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_component_sass.svg +0 -0
  897. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_component_scss.svg +0 -0
  898. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_component_ts.svg +0 -0
  899. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_component_ts2.svg +0 -0
  900. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_controller_js.svg +0 -0
  901. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_controller_ts.svg +0 -0
  902. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_directive_dart.svg +0 -0
  903. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_directive_js.svg +0 -0
  904. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_directive_js2.svg +0 -0
  905. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_directive_ts.svg +0 -0
  906. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_directive_ts2.svg +0 -0
  907. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_guard_dart.svg +0 -0
  908. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_guard_js.svg +0 -0
  909. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_guard_ts.svg +0 -0
  910. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
  911. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_interceptor_js.svg +0 -0
  912. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
  913. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_module_dart.svg +0 -0
  914. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_module_js.svg +0 -0
  915. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_module_js2.svg +0 -0
  916. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_module_ts.svg +0 -0
  917. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_module_ts2.svg +0 -0
  918. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_pipe_dart.svg +0 -0
  919. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_pipe_js.svg +0 -0
  920. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_pipe_js2.svg +0 -0
  921. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_pipe_ts.svg +0 -0
  922. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
  923. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_routing_dart.svg +0 -0
  924. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_routing_js.svg +0 -0
  925. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_routing_js2.svg +0 -0
  926. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_routing_ts.svg +0 -0
  927. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_routing_ts2.svg +0 -0
  928. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_service_dart.svg +0 -0
  929. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_service_js.svg +0 -0
  930. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_service_js2.svg +0 -0
  931. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_service_ts.svg +0 -0
  932. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_service_ts2.svg +0 -0
  933. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
  934. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_smart_component_js.svg +0 -0
  935. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
  936. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
  937. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
  938. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ng_tailwind.svg +0 -0
  939. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nginx.svg +0 -0
  940. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nim.svg +0 -0
  941. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nimble.svg +0 -0
  942. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ninja.svg +0 -0
  943. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nix.svg +0 -0
  944. /package/static/{99b692a → 8fd4507}/file-icons/file_type_njsproj.svg +0 -0
  945. /package/static/{99b692a → 8fd4507}/file-icons/file_type_noc.svg +0 -0
  946. /package/static/{99b692a → 8fd4507}/file-icons/file_type_node.svg +0 -0
  947. /package/static/{99b692a → 8fd4507}/file-icons/file_type_node2.svg +0 -0
  948. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nodemon.svg +0 -0
  949. /package/static/{99b692a → 8fd4507}/file-icons/file_type_npm.svg +0 -0
  950. /package/static/{99b692a → 8fd4507}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
  951. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nsi.svg +0 -0
  952. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nsri-integrity.svg +0 -0
  953. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nsri.svg +0 -0
  954. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nuget.svg +0 -0
  955. /package/static/{99b692a → 8fd4507}/file-icons/file_type_numpy.svg +0 -0
  956. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nunjucks.svg +0 -0
  957. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nuxt.svg +0 -0
  958. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nx.svg +0 -0
  959. /package/static/{99b692a → 8fd4507}/file-icons/file_type_nyc.svg +0 -0
  960. /package/static/{99b692a → 8fd4507}/file-icons/file_type_objectivec.svg +0 -0
  961. /package/static/{99b692a → 8fd4507}/file-icons/file_type_objectivecpp.svg +0 -0
  962. /package/static/{99b692a → 8fd4507}/file-icons/file_type_objidconfig.svg +0 -0
  963. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ocaml.svg +0 -0
  964. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ocaml_intf.svg +0 -0
  965. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ogone.svg +0 -0
  966. /package/static/{99b692a → 8fd4507}/file-icons/file_type_onenote.svg +0 -0
  967. /package/static/{99b692a → 8fd4507}/file-icons/file_type_opam.svg +0 -0
  968. /package/static/{99b692a → 8fd4507}/file-icons/file_type_openHAB.svg +0 -0
  969. /package/static/{99b692a → 8fd4507}/file-icons/file_type_opencl.svg +0 -0
  970. /package/static/{99b692a → 8fd4507}/file-icons/file_type_openscad.svg +0 -0
  971. /package/static/{99b692a → 8fd4507}/file-icons/file_type_opentofu.svg +0 -0
  972. /package/static/{99b692a → 8fd4507}/file-icons/file_type_org.svg +0 -0
  973. /package/static/{99b692a → 8fd4507}/file-icons/file_type_outlook.svg +0 -0
  974. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ovpn.svg +0 -0
  975. /package/static/{99b692a → 8fd4507}/file-icons/file_type_oxlint.svg +0 -0
  976. /package/static/{99b692a → 8fd4507}/file-icons/file_type_package.svg +0 -0
  977. /package/static/{99b692a → 8fd4507}/file-icons/file_type_paket.svg +0 -0
  978. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pandacss.svg +0 -0
  979. /package/static/{99b692a → 8fd4507}/file-icons/file_type_patch.svg +0 -0
  980. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pcl.svg +0 -0
  981. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pddl.svg +0 -0
  982. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pddl_happenings.svg +0 -0
  983. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pddl_plan.svg +0 -0
  984. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pdf.svg +0 -0
  985. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pdf2.svg +0 -0
  986. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pdm.svg +0 -0
  987. /package/static/{99b692a → 8fd4507}/file-icons/file_type_peeky.svg +0 -0
  988. /package/static/{99b692a → 8fd4507}/file-icons/file_type_perl.svg +0 -0
  989. /package/static/{99b692a → 8fd4507}/file-icons/file_type_perl2.svg +0 -0
  990. /package/static/{99b692a → 8fd4507}/file-icons/file_type_perl6.svg +0 -0
  991. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pgsql.svg +0 -0
  992. /package/static/{99b692a → 8fd4507}/file-icons/file_type_photoshop.svg +0 -0
  993. /package/static/{99b692a → 8fd4507}/file-icons/file_type_photoshop2.svg +0 -0
  994. /package/static/{99b692a → 8fd4507}/file-icons/file_type_php.svg +0 -0
  995. /package/static/{99b692a → 8fd4507}/file-icons/file_type_php2.svg +0 -0
  996. /package/static/{99b692a → 8fd4507}/file-icons/file_type_php3.svg +0 -0
  997. /package/static/{99b692a → 8fd4507}/file-icons/file_type_phpcsfixer.svg +0 -0
  998. /package/static/{99b692a → 8fd4507}/file-icons/file_type_phpstan.svg +0 -0
  999. /package/static/{99b692a → 8fd4507}/file-icons/file_type_phpunit.svg +0 -0
  1000. /package/static/{99b692a → 8fd4507}/file-icons/file_type_phraseapp.svg +0 -0
  1001. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pine.svg +0 -0
  1002. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pip.svg +0 -0
  1003. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pipeline.svg +0 -0
  1004. /package/static/{99b692a → 8fd4507}/file-icons/file_type_plantuml.svg +0 -0
  1005. /package/static/{99b692a → 8fd4507}/file-icons/file_type_platformio.svg +0 -0
  1006. /package/static/{99b692a → 8fd4507}/file-icons/file_type_playwright.svg +0 -0
  1007. /package/static/{99b692a → 8fd4507}/file-icons/file_type_plsql.svg +0 -0
  1008. /package/static/{99b692a → 8fd4507}/file-icons/file_type_plsql_package.svg +0 -0
  1009. /package/static/{99b692a → 8fd4507}/file-icons/file_type_plsql_package_body.svg +0 -0
  1010. /package/static/{99b692a → 8fd4507}/file-icons/file_type_plsql_package_header.svg +0 -0
  1011. /package/static/{99b692a → 8fd4507}/file-icons/file_type_plsql_package_spec.svg +0 -0
  1012. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pm2.svg +0 -0
  1013. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pnpm.svg +0 -0
  1014. /package/static/{99b692a → 8fd4507}/file-icons/file_type_poedit.svg +0 -0
  1015. /package/static/{99b692a → 8fd4507}/file-icons/file_type_poetry.svg +0 -0
  1016. /package/static/{99b692a → 8fd4507}/file-icons/file_type_polymer.svg +0 -0
  1017. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pony.svg +0 -0
  1018. /package/static/{99b692a → 8fd4507}/file-icons/file_type_postcss.svg +0 -0
  1019. /package/static/{99b692a → 8fd4507}/file-icons/file_type_postcssconfig.svg +0 -0
  1020. /package/static/{99b692a → 8fd4507}/file-icons/file_type_postman.svg +0 -0
  1021. /package/static/{99b692a → 8fd4507}/file-icons/file_type_powerpoint.svg +0 -0
  1022. /package/static/{99b692a → 8fd4507}/file-icons/file_type_powerpoint2.svg +0 -0
  1023. /package/static/{99b692a → 8fd4507}/file-icons/file_type_powershell.svg +0 -0
  1024. /package/static/{99b692a → 8fd4507}/file-icons/file_type_powershell2.svg +0 -0
  1025. /package/static/{99b692a → 8fd4507}/file-icons/file_type_powershell_format.svg +0 -0
  1026. /package/static/{99b692a → 8fd4507}/file-icons/file_type_powershell_psd.svg +0 -0
  1027. /package/static/{99b692a → 8fd4507}/file-icons/file_type_powershell_psd2.svg +0 -0
  1028. /package/static/{99b692a → 8fd4507}/file-icons/file_type_powershell_psm.svg +0 -0
  1029. /package/static/{99b692a → 8fd4507}/file-icons/file_type_powershell_psm2.svg +0 -0
  1030. /package/static/{99b692a → 8fd4507}/file-icons/file_type_powershell_types.svg +0 -0
  1031. /package/static/{99b692a → 8fd4507}/file-icons/file_type_preact.svg +0 -0
  1032. /package/static/{99b692a → 8fd4507}/file-icons/file_type_precommit.svg +0 -0
  1033. /package/static/{99b692a → 8fd4507}/file-icons/file_type_prettier.svg +0 -0
  1034. /package/static/{99b692a → 8fd4507}/file-icons/file_type_prisma.svg +0 -0
  1035. /package/static/{99b692a → 8fd4507}/file-icons/file_type_processinglang.svg +0 -0
  1036. /package/static/{99b692a → 8fd4507}/file-icons/file_type_procfile.svg +0 -0
  1037. /package/static/{99b692a → 8fd4507}/file-icons/file_type_progress.svg +0 -0
  1038. /package/static/{99b692a → 8fd4507}/file-icons/file_type_prolog.svg +0 -0
  1039. /package/static/{99b692a → 8fd4507}/file-icons/file_type_prometheus.svg +0 -0
  1040. /package/static/{99b692a → 8fd4507}/file-icons/file_type_protobuf.svg +0 -0
  1041. /package/static/{99b692a → 8fd4507}/file-icons/file_type_protractor.svg +0 -0
  1042. /package/static/{99b692a → 8fd4507}/file-icons/file_type_publiccode.svg +0 -0
  1043. /package/static/{99b692a → 8fd4507}/file-icons/file_type_publisher.svg +0 -0
  1044. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pug.svg +0 -0
  1045. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pulumi.svg +0 -0
  1046. /package/static/{99b692a → 8fd4507}/file-icons/file_type_puppet.svg +0 -0
  1047. /package/static/{99b692a → 8fd4507}/file-icons/file_type_purescript.svg +0 -0
  1048. /package/static/{99b692a → 8fd4507}/file-icons/file_type_purgecss.svg +0 -0
  1049. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pyenv.svg +0 -0
  1050. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pyret.svg +0 -0
  1051. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pyscript.svg +0 -0
  1052. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pytest.svg +0 -0
  1053. /package/static/{99b692a → 8fd4507}/file-icons/file_type_python.svg +0 -0
  1054. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pythowo.svg +0 -0
  1055. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pytyped.svg +0 -0
  1056. /package/static/{99b692a → 8fd4507}/file-icons/file_type_pyup.svg +0 -0
  1057. /package/static/{99b692a → 8fd4507}/file-icons/file_type_q.svg +0 -0
  1058. /package/static/{99b692a → 8fd4507}/file-icons/file_type_qbs.svg +0 -0
  1059. /package/static/{99b692a → 8fd4507}/file-icons/file_type_qlikview.svg +0 -0
  1060. /package/static/{99b692a → 8fd4507}/file-icons/file_type_qml.svg +0 -0
  1061. /package/static/{99b692a → 8fd4507}/file-icons/file_type_qmldir.svg +0 -0
  1062. /package/static/{99b692a → 8fd4507}/file-icons/file_type_qsharp.svg +0 -0
  1063. /package/static/{99b692a → 8fd4507}/file-icons/file_type_quasar.svg +0 -0
  1064. /package/static/{99b692a → 8fd4507}/file-icons/file_type_r.svg +0 -0
  1065. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ra_syntax_tree.svg +0 -0
  1066. /package/static/{99b692a → 8fd4507}/file-icons/file_type_racket.svg +0 -0
  1067. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rails.svg +0 -0
  1068. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rake.svg +0 -0
  1069. /package/static/{99b692a → 8fd4507}/file-icons/file_type_raku.svg +0 -0
  1070. /package/static/{99b692a → 8fd4507}/file-icons/file_type_raml.svg +0 -0
  1071. /package/static/{99b692a → 8fd4507}/file-icons/file_type_razor.svg +0 -0
  1072. /package/static/{99b692a → 8fd4507}/file-icons/file_type_razzle.svg +0 -0
  1073. /package/static/{99b692a → 8fd4507}/file-icons/file_type_reactjs.svg +0 -0
  1074. /package/static/{99b692a → 8fd4507}/file-icons/file_type_reactrouter.svg +0 -0
  1075. /package/static/{99b692a → 8fd4507}/file-icons/file_type_reacttemplate.svg +0 -0
  1076. /package/static/{99b692a → 8fd4507}/file-icons/file_type_reactts.svg +0 -0
  1077. /package/static/{99b692a → 8fd4507}/file-icons/file_type_reason.svg +0 -0
  1078. /package/static/{99b692a → 8fd4507}/file-icons/file_type_red.svg +0 -0
  1079. /package/static/{99b692a → 8fd4507}/file-icons/file_type_registry.svg +0 -0
  1080. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rego.svg +0 -0
  1081. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rehype.svg +0 -0
  1082. /package/static/{99b692a → 8fd4507}/file-icons/file_type_remark.svg +0 -0
  1083. /package/static/{99b692a → 8fd4507}/file-icons/file_type_renovate.svg +0 -0
  1084. /package/static/{99b692a → 8fd4507}/file-icons/file_type_replit.svg +0 -0
  1085. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rescript.svg +0 -0
  1086. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rest.svg +0 -0
  1087. /package/static/{99b692a → 8fd4507}/file-icons/file_type_retext.svg +0 -0
  1088. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rexx.svg +0 -0
  1089. /package/static/{99b692a → 8fd4507}/file-icons/file_type_riot.svg +0 -0
  1090. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rmd.svg +0 -0
  1091. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rnc.svg +0 -0
  1092. /package/static/{99b692a → 8fd4507}/file-icons/file_type_robotframework.svg +0 -0
  1093. /package/static/{99b692a → 8fd4507}/file-icons/file_type_robots.svg +0 -0
  1094. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rolldown.svg +0 -0
  1095. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rollup.svg +0 -0
  1096. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rome.svg +0 -0
  1097. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ron.svg +0 -0
  1098. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rproj.svg +0 -0
  1099. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rspec.svg +0 -0
  1100. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rss.svg +0 -0
  1101. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rubocop.svg +0 -0
  1102. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ruby.svg +0 -0
  1103. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rust.svg +0 -0
  1104. /package/static/{99b692a → 8fd4507}/file-icons/file_type_rust_toolchain.svg +0 -0
  1105. /package/static/{99b692a → 8fd4507}/file-icons/file_type_s-lang.svg +0 -0
  1106. /package/static/{99b692a → 8fd4507}/file-icons/file_type_safetensors.svg +0 -0
  1107. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sails.svg +0 -0
  1108. /package/static/{99b692a → 8fd4507}/file-icons/file_type_saltstack.svg +0 -0
  1109. /package/static/{99b692a → 8fd4507}/file-icons/file_type_san.svg +0 -0
  1110. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
  1111. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sas.svg +0 -0
  1112. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sass.svg +0 -0
  1113. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sbt.svg +0 -0
  1114. /package/static/{99b692a → 8fd4507}/file-icons/file_type_scala.svg +0 -0
  1115. /package/static/{99b692a → 8fd4507}/file-icons/file_type_scilab.svg +0 -0
  1116. /package/static/{99b692a → 8fd4507}/file-icons/file_type_script.svg +0 -0
  1117. /package/static/{99b692a → 8fd4507}/file-icons/file_type_scss.svg +0 -0
  1118. /package/static/{99b692a → 8fd4507}/file-icons/file_type_scss2.svg +0 -0
  1119. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sdlang.svg +0 -0
  1120. /package/static/{99b692a → 8fd4507}/file-icons/file_type_search_result.svg +0 -0
  1121. /package/static/{99b692a → 8fd4507}/file-icons/file_type_seedkit.svg +0 -0
  1122. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sentry.svg +0 -0
  1123. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sequelize.svg +0 -0
  1124. /package/static/{99b692a → 8fd4507}/file-icons/file_type_serverless.svg +0 -0
  1125. /package/static/{99b692a → 8fd4507}/file-icons/file_type_shaderlab.svg +0 -0
  1126. /package/static/{99b692a → 8fd4507}/file-icons/file_type_shell.svg +0 -0
  1127. /package/static/{99b692a → 8fd4507}/file-icons/file_type_shellcheck.svg +0 -0
  1128. /package/static/{99b692a → 8fd4507}/file-icons/file_type_shuttle.svg +0 -0
  1129. /package/static/{99b692a → 8fd4507}/file-icons/file_type_silverstripe.svg +0 -0
  1130. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sino.svg +0 -0
  1131. /package/static/{99b692a → 8fd4507}/file-icons/file_type_siyuan.svg +0 -0
  1132. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sketch.svg +0 -0
  1133. /package/static/{99b692a → 8fd4507}/file-icons/file_type_skipper.svg +0 -0
  1134. /package/static/{99b692a → 8fd4507}/file-icons/file_type_slang.svg +0 -0
  1135. /package/static/{99b692a → 8fd4507}/file-icons/file_type_slashup.svg +0 -0
  1136. /package/static/{99b692a → 8fd4507}/file-icons/file_type_slice.svg +0 -0
  1137. /package/static/{99b692a → 8fd4507}/file-icons/file_type_slim.svg +0 -0
  1138. /package/static/{99b692a → 8fd4507}/file-icons/file_type_slint.svg +0 -0
  1139. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sln.svg +0 -0
  1140. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sln2.svg +0 -0
  1141. /package/static/{99b692a → 8fd4507}/file-icons/file_type_smarty.svg +0 -0
  1142. /package/static/{99b692a → 8fd4507}/file-icons/file_type_snakemake.svg +0 -0
  1143. /package/static/{99b692a → 8fd4507}/file-icons/file_type_snapcraft.svg +0 -0
  1144. /package/static/{99b692a → 8fd4507}/file-icons/file_type_snaplet.svg +0 -0
  1145. /package/static/{99b692a → 8fd4507}/file-icons/file_type_snort.svg +0 -0
  1146. /package/static/{99b692a → 8fd4507}/file-icons/file_type_snyk.svg +0 -0
  1147. /package/static/{99b692a → 8fd4507}/file-icons/file_type_solidarity.svg +0 -0
  1148. /package/static/{99b692a → 8fd4507}/file-icons/file_type_solidity.svg +0 -0
  1149. /package/static/{99b692a → 8fd4507}/file-icons/file_type_source.svg +0 -0
  1150. /package/static/{99b692a → 8fd4507}/file-icons/file_type_spacengine.svg +0 -0
  1151. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sparql.svg +0 -0
  1152. /package/static/{99b692a → 8fd4507}/file-icons/file_type_spin.svg +0 -0
  1153. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sqf.svg +0 -0
  1154. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sql.svg +0 -0
  1155. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sqlite.svg +0 -0
  1156. /package/static/{99b692a → 8fd4507}/file-icons/file_type_squirrel.svg +0 -0
  1157. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sss.svg +0 -0
  1158. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sst.svg +0 -0
  1159. /package/static/{99b692a → 8fd4507}/file-icons/file_type_stackblitz.svg +0 -0
  1160. /package/static/{99b692a → 8fd4507}/file-icons/file_type_stan.svg +0 -0
  1161. /package/static/{99b692a → 8fd4507}/file-icons/file_type_stata.svg +0 -0
  1162. /package/static/{99b692a → 8fd4507}/file-icons/file_type_stencil.svg +0 -0
  1163. /package/static/{99b692a → 8fd4507}/file-icons/file_type_storyboard.svg +0 -0
  1164. /package/static/{99b692a → 8fd4507}/file-icons/file_type_storybook.svg +0 -0
  1165. /package/static/{99b692a → 8fd4507}/file-icons/file_type_stryker.svg +0 -0
  1166. /package/static/{99b692a → 8fd4507}/file-icons/file_type_stylable.svg +0 -0
  1167. /package/static/{99b692a → 8fd4507}/file-icons/file_type_style.svg +0 -0
  1168. /package/static/{99b692a → 8fd4507}/file-icons/file_type_styled.svg +0 -0
  1169. /package/static/{99b692a → 8fd4507}/file-icons/file_type_stylelint.svg +0 -0
  1170. /package/static/{99b692a → 8fd4507}/file-icons/file_type_stylish_haskell.svg +0 -0
  1171. /package/static/{99b692a → 8fd4507}/file-icons/file_type_stylus.svg +0 -0
  1172. /package/static/{99b692a → 8fd4507}/file-icons/file_type_sublime.svg +0 -0
  1173. /package/static/{99b692a → 8fd4507}/file-icons/file_type_subversion.svg +0 -0
  1174. /package/static/{99b692a → 8fd4507}/file-icons/file_type_svelte.svg +0 -0
  1175. /package/static/{99b692a → 8fd4507}/file-icons/file_type_svelteconfig.svg +0 -0
  1176. /package/static/{99b692a → 8fd4507}/file-icons/file_type_svg.svg +0 -0
  1177. /package/static/{99b692a → 8fd4507}/file-icons/file_type_svgo.svg +0 -0
  1178. /package/static/{99b692a → 8fd4507}/file-icons/file_type_swagger.svg +0 -0
  1179. /package/static/{99b692a → 8fd4507}/file-icons/file_type_swc.svg +0 -0
  1180. /package/static/{99b692a → 8fd4507}/file-icons/file_type_swift.svg +0 -0
  1181. /package/static/{99b692a → 8fd4507}/file-icons/file_type_swig.svg +0 -0
  1182. /package/static/{99b692a → 8fd4507}/file-icons/file_type_symfony.svg +0 -0
  1183. /package/static/{99b692a → 8fd4507}/file-icons/file_type_syncpack.svg +0 -0
  1184. /package/static/{99b692a → 8fd4507}/file-icons/file_type_systemd.svg +0 -0
  1185. /package/static/{99b692a → 8fd4507}/file-icons/file_type_systemverilog.svg +0 -0
  1186. /package/static/{99b692a → 8fd4507}/file-icons/file_type_t4tt.svg +0 -0
  1187. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tailwind.svg +0 -0
  1188. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tamagui.svg +0 -0
  1189. /package/static/{99b692a → 8fd4507}/file-icons/file_type_taplo.svg +0 -0
  1190. /package/static/{99b692a → 8fd4507}/file-icons/file_type_taskfile.svg +0 -0
  1191. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tauri.svg +0 -0
  1192. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tcl.svg +0 -0
  1193. /package/static/{99b692a → 8fd4507}/file-icons/file_type_teal.svg +0 -0
  1194. /package/static/{99b692a → 8fd4507}/file-icons/file_type_templ.svg +0 -0
  1195. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tera.svg +0 -0
  1196. /package/static/{99b692a → 8fd4507}/file-icons/file_type_terraform.svg +0 -0
  1197. /package/static/{99b692a → 8fd4507}/file-icons/file_type_test.svg +0 -0
  1198. /package/static/{99b692a → 8fd4507}/file-icons/file_type_testcafe.svg +0 -0
  1199. /package/static/{99b692a → 8fd4507}/file-icons/file_type_testjs.svg +0 -0
  1200. /package/static/{99b692a → 8fd4507}/file-icons/file_type_testplane.svg +0 -0
  1201. /package/static/{99b692a → 8fd4507}/file-icons/file_type_testts.svg +0 -0
  1202. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tex.svg +0 -0
  1203. /package/static/{99b692a → 8fd4507}/file-icons/file_type_text.svg +0 -0
  1204. /package/static/{99b692a → 8fd4507}/file-icons/file_type_textile.svg +0 -0
  1205. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tfs.svg +0 -0
  1206. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tiltfile.svg +0 -0
  1207. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tm.svg +0 -0
  1208. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tmux.svg +0 -0
  1209. /package/static/{99b692a → 8fd4507}/file-icons/file_type_todo.svg +0 -0
  1210. /package/static/{99b692a → 8fd4507}/file-icons/file_type_toit.svg +0 -0
  1211. /package/static/{99b692a → 8fd4507}/file-icons/file_type_toml.svg +0 -0
  1212. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tox.svg +0 -0
  1213. /package/static/{99b692a → 8fd4507}/file-icons/file_type_travis.svg +0 -0
  1214. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tree.svg +0 -0
  1215. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tres.svg +0 -0
  1216. /package/static/{99b692a → 8fd4507}/file-icons/file_type_truffle.svg +0 -0
  1217. /package/static/{99b692a → 8fd4507}/file-icons/file_type_trunk.svg +0 -0
  1218. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tsbuildinfo.svg +0 -0
  1219. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tscn.svg +0 -0
  1220. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tsconfig.svg +0 -0
  1221. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tsconfig_official.svg +0 -0
  1222. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tsdoc.svg +0 -0
  1223. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tslint.svg +0 -0
  1224. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tt.svg +0 -0
  1225. /package/static/{99b692a → 8fd4507}/file-icons/file_type_ttcn.svg +0 -0
  1226. /package/static/{99b692a → 8fd4507}/file-icons/file_type_tuc.svg +0 -0
  1227. /package/static/{99b692a → 8fd4507}/file-icons/file_type_turbo.svg +0 -0
  1228. /package/static/{99b692a → 8fd4507}/file-icons/file_type_twig.svg +0 -0
  1229. /package/static/{99b692a → 8fd4507}/file-icons/file_type_typedoc.svg +0 -0
  1230. /package/static/{99b692a → 8fd4507}/file-icons/file_type_typescript.svg +0 -0
  1231. /package/static/{99b692a → 8fd4507}/file-icons/file_type_typescript_official.svg +0 -0
  1232. /package/static/{99b692a → 8fd4507}/file-icons/file_type_typescriptdef.svg +0 -0
  1233. /package/static/{99b692a → 8fd4507}/file-icons/file_type_typescriptdef_official.svg +0 -0
  1234. /package/static/{99b692a → 8fd4507}/file-icons/file_type_typo3.svg +0 -0
  1235. /package/static/{99b692a → 8fd4507}/file-icons/file_type_uiua.svg +0 -0
  1236. /package/static/{99b692a → 8fd4507}/file-icons/file_type_unibeautify.svg +0 -0
  1237. /package/static/{99b692a → 8fd4507}/file-icons/file_type_unison.svg +0 -0
  1238. /package/static/{99b692a → 8fd4507}/file-icons/file_type_unlicense.svg +0 -0
  1239. /package/static/{99b692a → 8fd4507}/file-icons/file_type_unocss.svg +0 -0
  1240. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vagrant.svg +0 -0
  1241. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vala.svg +0 -0
  1242. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vanilla_extract.svg +0 -0
  1243. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vapi.svg +0 -0
  1244. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vapor.svg +0 -0
  1245. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vash.svg +0 -0
  1246. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vb.svg +0 -0
  1247. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vba.svg +0 -0
  1248. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vbhtml.svg +0 -0
  1249. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vbproj.svg +0 -0
  1250. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vcxproj.svg +0 -0
  1251. /package/static/{99b692a → 8fd4507}/file-icons/file_type_velocity.svg +0 -0
  1252. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vento.svg +0 -0
  1253. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vercel.svg +0 -0
  1254. /package/static/{99b692a → 8fd4507}/file-icons/file_type_verilog.svg +0 -0
  1255. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vhdl.svg +0 -0
  1256. /package/static/{99b692a → 8fd4507}/file-icons/file_type_video.svg +0 -0
  1257. /package/static/{99b692a → 8fd4507}/file-icons/file_type_view.svg +0 -0
  1258. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vim.svg +0 -0
  1259. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vite.svg +0 -0
  1260. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vitest.svg +0 -0
  1261. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vlang.svg +0 -0
  1262. /package/static/{99b692a → 8fd4507}/file-icons/file_type_volt.svg +0 -0
  1263. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vscode-insiders.svg +0 -0
  1264. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vscode.svg +0 -0
  1265. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vscode2.svg +0 -0
  1266. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vscode3.svg +0 -0
  1267. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vscode_test.svg +0 -0
  1268. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vsix.svg +0 -0
  1269. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vsixmanifest.svg +0 -0
  1270. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vue.svg +0 -0
  1271. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vueconfig.svg +0 -0
  1272. /package/static/{99b692a → 8fd4507}/file-icons/file_type_vyper.svg +0 -0
  1273. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wallaby.svg +0 -0
  1274. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wally.svg +0 -0
  1275. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wasm.svg +0 -0
  1276. /package/static/{99b692a → 8fd4507}/file-icons/file_type_watchmanconfig.svg +0 -0
  1277. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wdio.svg +0 -0
  1278. /package/static/{99b692a → 8fd4507}/file-icons/file_type_weblate.svg +0 -0
  1279. /package/static/{99b692a → 8fd4507}/file-icons/file_type_webpack.svg +0 -0
  1280. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wenyan.svg +0 -0
  1281. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wercker.svg +0 -0
  1282. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wgsl.svg +0 -0
  1283. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wikitext.svg +0 -0
  1284. /package/static/{99b692a → 8fd4507}/file-icons/file_type_windi.svg +0 -0
  1285. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wit.svg +0 -0
  1286. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wolfram.svg +0 -0
  1287. /package/static/{99b692a → 8fd4507}/file-icons/file_type_word.svg +0 -0
  1288. /package/static/{99b692a → 8fd4507}/file-icons/file_type_word2.svg +0 -0
  1289. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wpml.svg +0 -0
  1290. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wurst.svg +0 -0
  1291. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wxml.svg +0 -0
  1292. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wxss.svg +0 -0
  1293. /package/static/{99b692a → 8fd4507}/file-icons/file_type_wxt.svg +0 -0
  1294. /package/static/{99b692a → 8fd4507}/file-icons/file_type_xcode.svg +0 -0
  1295. /package/static/{99b692a → 8fd4507}/file-icons/file_type_xfl.svg +0 -0
  1296. /package/static/{99b692a → 8fd4507}/file-icons/file_type_xib.svg +0 -0
  1297. /package/static/{99b692a → 8fd4507}/file-icons/file_type_xliff.svg +0 -0
  1298. /package/static/{99b692a → 8fd4507}/file-icons/file_type_xmake.svg +0 -0
  1299. /package/static/{99b692a → 8fd4507}/file-icons/file_type_xml.svg +0 -0
  1300. /package/static/{99b692a → 8fd4507}/file-icons/file_type_xo.svg +0 -0
  1301. /package/static/{99b692a → 8fd4507}/file-icons/file_type_xorg.svg +0 -0
  1302. /package/static/{99b692a → 8fd4507}/file-icons/file_type_xquery.svg +0 -0
  1303. /package/static/{99b692a → 8fd4507}/file-icons/file_type_xsl.svg +0 -0
  1304. /package/static/{99b692a → 8fd4507}/file-icons/file_type_yacc.svg +0 -0
  1305. /package/static/{99b692a → 8fd4507}/file-icons/file_type_yaml.svg +0 -0
  1306. /package/static/{99b692a → 8fd4507}/file-icons/file_type_yaml_official.svg +0 -0
  1307. /package/static/{99b692a → 8fd4507}/file-icons/file_type_yamllint.svg +0 -0
  1308. /package/static/{99b692a → 8fd4507}/file-icons/file_type_yandex.svg +0 -0
  1309. /package/static/{99b692a → 8fd4507}/file-icons/file_type_yang.svg +0 -0
  1310. /package/static/{99b692a → 8fd4507}/file-icons/file_type_yarn.svg +0 -0
  1311. /package/static/{99b692a → 8fd4507}/file-icons/file_type_yeoman.svg +0 -0
  1312. /package/static/{99b692a → 8fd4507}/file-icons/file_type_zeit.svg +0 -0
  1313. /package/static/{99b692a → 8fd4507}/file-icons/file_type_zig.svg +0 -0
  1314. /package/static/{99b692a → 8fd4507}/file-icons/file_type_zip.svg +0 -0
  1315. /package/static/{99b692a → 8fd4507}/file-icons/file_type_zip2.svg +0 -0
  1316. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_android.svg +0 -0
  1317. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_android_opened.svg +0 -0
  1318. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_api.svg +0 -0
  1319. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_api_opened.svg +0 -0
  1320. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_app.svg +0 -0
  1321. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_app_opened.svg +0 -0
  1322. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_arangodb.svg +0 -0
  1323. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_arangodb_opened.svg +0 -0
  1324. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_asset.svg +0 -0
  1325. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_asset_opened.svg +0 -0
  1326. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_audio.svg +0 -0
  1327. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_audio_opened.svg +0 -0
  1328. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_aurelia.svg +0 -0
  1329. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_aurelia_opened.svg +0 -0
  1330. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_aws.svg +0 -0
  1331. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_aws_opened.svg +0 -0
  1332. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_azure.svg +0 -0
  1333. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_azure_opened.svg +0 -0
  1334. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_azurepipelines.svg +0 -0
  1335. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
  1336. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_binary.svg +0 -0
  1337. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_binary_opened.svg +0 -0
  1338. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_bloc.svg +0 -0
  1339. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_bloc_opened.svg +0 -0
  1340. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_blueprint.svg +0 -0
  1341. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_blueprint_opened.svg +0 -0
  1342. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_bot.svg +0 -0
  1343. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_bot_opened.svg +0 -0
  1344. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_bower.svg +0 -0
  1345. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_bower_opened.svg +0 -0
  1346. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_buildkite.svg +0 -0
  1347. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_buildkite_opened.svg +0 -0
  1348. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_cake.svg +0 -0
  1349. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_cake_opened.svg +0 -0
  1350. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_certificate.svg +0 -0
  1351. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_certificate_opened.svg +0 -0
  1352. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_changesets.svg +0 -0
  1353. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_changesets_opened.svg +0 -0
  1354. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_chef.svg +0 -0
  1355. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_chef_opened.svg +0 -0
  1356. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_circleci.svg +0 -0
  1357. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_circleci_opened.svg +0 -0
  1358. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_cli.svg +0 -0
  1359. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_cli_opened.svg +0 -0
  1360. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_client.svg +0 -0
  1361. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_client_opened.svg +0 -0
  1362. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_cmake.svg +0 -0
  1363. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_cmake_opened.svg +0 -0
  1364. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_common.svg +0 -0
  1365. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_common_opened.svg +0 -0
  1366. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_component.svg +0 -0
  1367. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_component_opened.svg +0 -0
  1368. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_composer.svg +0 -0
  1369. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_composer_opened.svg +0 -0
  1370. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_config.svg +0 -0
  1371. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_config_opened.svg +0 -0
  1372. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_controller.svg +0 -0
  1373. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_controller_opened.svg +0 -0
  1374. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_coverage.svg +0 -0
  1375. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_coverage_opened.svg +0 -0
  1376. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_css.svg +0 -0
  1377. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_css2.svg +0 -0
  1378. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_css2_opened.svg +0 -0
  1379. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_css_opened.svg +0 -0
  1380. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_cubit.svg +0 -0
  1381. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_cubit_opened.svg +0 -0
  1382. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_cypress.svg +0 -0
  1383. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_cypress_opened.svg +0 -0
  1384. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_dapr.svg +0 -0
  1385. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_dapr_opened.svg +0 -0
  1386. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_datadog.svg +0 -0
  1387. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_datadog_opened.svg +0 -0
  1388. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_db.svg +0 -0
  1389. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_db_opened.svg +0 -0
  1390. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_debian.svg +0 -0
  1391. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_debian_opened.svg +0 -0
  1392. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_dependabot.svg +0 -0
  1393. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_dependabot_opened.svg +0 -0
  1394. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_devcontainer.svg +0 -0
  1395. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_devcontainer_opened.svg +0 -0
  1396. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_dist.svg +0 -0
  1397. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_dist_opened.svg +0 -0
  1398. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_docker.svg +0 -0
  1399. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_docker_opened.svg +0 -0
  1400. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_docs.svg +0 -0
  1401. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_docs_opened.svg +0 -0
  1402. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_e2e.svg +0 -0
  1403. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_e2e_opened.svg +0 -0
  1404. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
  1405. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
  1406. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_electron.svg +0 -0
  1407. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_electron_opened.svg +0 -0
  1408. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_expo.svg +0 -0
  1409. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_expo_opened.svg +0 -0
  1410. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_favicon.svg +0 -0
  1411. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_favicon_opened.svg +0 -0
  1412. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_flow.svg +0 -0
  1413. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_flow_opened.svg +0 -0
  1414. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_fonts.svg +0 -0
  1415. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_fonts_opened.svg +0 -0
  1416. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_frontcommerce.svg +0 -0
  1417. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
  1418. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_gcp.svg +0 -0
  1419. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_gcp_opened.svg +0 -0
  1420. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_git.svg +0 -0
  1421. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_git_opened.svg +0 -0
  1422. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_github.svg +0 -0
  1423. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_github_opened.svg +0 -0
  1424. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_gitlab.svg +0 -0
  1425. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_gitlab_opened.svg +0 -0
  1426. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_gradle.svg +0 -0
  1427. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_gradle_opened.svg +0 -0
  1428. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_graphql.svg +0 -0
  1429. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_graphql_opened.svg +0 -0
  1430. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_grunt.svg +0 -0
  1431. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_grunt_opened.svg +0 -0
  1432. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_gulp.svg +0 -0
  1433. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_gulp_opened.svg +0 -0
  1434. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_haxelib.svg +0 -0
  1435. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_haxelib_opened.svg +0 -0
  1436. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_helper.svg +0 -0
  1437. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_helper_opened.svg +0 -0
  1438. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_hook.svg +0 -0
  1439. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_hook_opened.svg +0 -0
  1440. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_husky.svg +0 -0
  1441. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_husky_opened.svg +0 -0
  1442. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_idea.svg +0 -0
  1443. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_idea_opened.svg +0 -0
  1444. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_images.svg +0 -0
  1445. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_images_opened.svg +0 -0
  1446. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_include.svg +0 -0
  1447. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_include_opened.svg +0 -0
  1448. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_interfaces.svg +0 -0
  1449. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_interfaces_opened.svg +0 -0
  1450. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_ios.svg +0 -0
  1451. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_ios_opened.svg +0 -0
  1452. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_js.svg +0 -0
  1453. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_js_opened.svg +0 -0
  1454. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_json.svg +0 -0
  1455. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_json_official.svg +0 -0
  1456. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_json_official_opened.svg +0 -0
  1457. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_json_opened.svg +0 -0
  1458. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_kubernetes.svg +0 -0
  1459. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_kubernetes_opened.svg +0 -0
  1460. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_less.svg +0 -0
  1461. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_less_opened.svg +0 -0
  1462. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_library.svg +0 -0
  1463. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_library_opened.svg +0 -0
  1464. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_cypress.svg +0 -0
  1465. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_cypress_opened.svg +0 -0
  1466. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_electron.svg +0 -0
  1467. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_electron_opened.svg +0 -0
  1468. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_expo.svg +0 -0
  1469. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_expo_opened.svg +0 -0
  1470. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_fonts.svg +0 -0
  1471. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_fonts_opened.svg +0 -0
  1472. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_gradle.svg +0 -0
  1473. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_gradle_opened.svg +0 -0
  1474. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_meteor.svg +0 -0
  1475. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_meteor_opened.svg +0 -0
  1476. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_mypy.svg +0 -0
  1477. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_mypy_opened.svg +0 -0
  1478. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_mysql.svg +0 -0
  1479. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_mysql_opened.svg +0 -0
  1480. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_node.svg +0 -0
  1481. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_node_opened.svg +0 -0
  1482. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_redux.svg +0 -0
  1483. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_redux_opened.svg +0 -0
  1484. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_sass.svg +0 -0
  1485. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_light_sass_opened.svg +0 -0
  1486. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_linux.svg +0 -0
  1487. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_linux_opened.svg +0 -0
  1488. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_locale.svg +0 -0
  1489. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_locale_opened.svg +0 -0
  1490. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_log.svg +0 -0
  1491. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_log_opened.svg +0 -0
  1492. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_macos.svg +0 -0
  1493. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_macos_opened.svg +0 -0
  1494. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mariadb.svg +0 -0
  1495. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mariadb_opened.svg +0 -0
  1496. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_maven.svg +0 -0
  1497. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_maven_opened.svg +0 -0
  1498. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mediawiki.svg +0 -0
  1499. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mediawiki_opened.svg +0 -0
  1500. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_memcached.svg +0 -0
  1501. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_memcached_opened.svg +0 -0
  1502. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_meteor.svg +0 -0
  1503. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_meteor_opened.svg +0 -0
  1504. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_middleware.svg +0 -0
  1505. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_middleware_opened.svg +0 -0
  1506. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_minecraft.svg +0 -0
  1507. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_minecraft_opened.svg +0 -0
  1508. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_minikube.svg +0 -0
  1509. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_minikube_opened.svg +0 -0
  1510. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mjml.svg +0 -0
  1511. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mjml_opened.svg +0 -0
  1512. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mock.svg +0 -0
  1513. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mock_opened.svg +0 -0
  1514. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_model.svg +0 -0
  1515. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_model_opened.svg +0 -0
  1516. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_module.svg +0 -0
  1517. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_module_opened.svg +0 -0
  1518. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mojo.svg +0 -0
  1519. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mojo_opened.svg +0 -0
  1520. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mongodb.svg +0 -0
  1521. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mongodb_opened.svg +0 -0
  1522. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mypy.svg +0 -0
  1523. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mypy_opened.svg +0 -0
  1524. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mysql.svg +0 -0
  1525. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_mysql_opened.svg +0 -0
  1526. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_netlify.svg +0 -0
  1527. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_netlify_opened.svg +0 -0
  1528. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_next.svg +0 -0
  1529. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_next_opened.svg +0 -0
  1530. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_nginx.svg +0 -0
  1531. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_nginx_opened.svg +0 -0
  1532. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_nix.svg +0 -0
  1533. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_nix_opened.svg +0 -0
  1534. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_node.svg +0 -0
  1535. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_node_opened.svg +0 -0
  1536. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_notebooks.svg +0 -0
  1537. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_notebooks_opened.svg +0 -0
  1538. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_notification.svg +0 -0
  1539. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_notification_opened.svg +0 -0
  1540. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_nuget.svg +0 -0
  1541. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_nuget_opened.svg +0 -0
  1542. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_nuxt.svg +0 -0
  1543. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_nuxt_opened.svg +0 -0
  1544. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_package.svg +0 -0
  1545. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_package_opened.svg +0 -0
  1546. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_paket.svg +0 -0
  1547. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_paket_opened.svg +0 -0
  1548. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_php.svg +0 -0
  1549. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_php_opened.svg +0 -0
  1550. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_platformio.svg +0 -0
  1551. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_platformio_opened.svg +0 -0
  1552. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_plugin.svg +0 -0
  1553. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_plugin_opened.svg +0 -0
  1554. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_prisma.svg +0 -0
  1555. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_prisma_opened.svg +0 -0
  1556. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_private.svg +0 -0
  1557. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_private_opened.svg +0 -0
  1558. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_public.svg +0 -0
  1559. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_public_opened.svg +0 -0
  1560. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_pytest.svg +0 -0
  1561. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_pytest_opened.svg +0 -0
  1562. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_python.svg +0 -0
  1563. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_python_opened.svg +0 -0
  1564. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_ravendb.svg +0 -0
  1565. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_ravendb_opened.svg +0 -0
  1566. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_redis.svg +0 -0
  1567. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_redis_opened.svg +0 -0
  1568. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_redux.svg +0 -0
  1569. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_redux_opened.svg +0 -0
  1570. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_route.svg +0 -0
  1571. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_route_opened.svg +0 -0
  1572. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_sass.svg +0 -0
  1573. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_sass_opened.svg +0 -0
  1574. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_script.svg +0 -0
  1575. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_script_opened.svg +0 -0
  1576. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_seedkit.svg +0 -0
  1577. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_seedkit_opened.svg +0 -0
  1578. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_server.svg +0 -0
  1579. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_server_opened.svg +0 -0
  1580. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_services.svg +0 -0
  1581. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_services_opened.svg +0 -0
  1582. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_shared.svg +0 -0
  1583. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_shared_opened.svg +0 -0
  1584. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_snaplet.svg +0 -0
  1585. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_snaplet_opened.svg +0 -0
  1586. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_spin.svg +0 -0
  1587. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_spin_opened.svg +0 -0
  1588. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_src.svg +0 -0
  1589. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_src_opened.svg +0 -0
  1590. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_sso.svg +0 -0
  1591. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_sso_opened.svg +0 -0
  1592. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_story.svg +0 -0
  1593. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_story_opened.svg +0 -0
  1594. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_style.svg +0 -0
  1595. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_style_opened.svg +0 -0
  1596. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_supabase.svg +0 -0
  1597. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_supabase_opened.svg +0 -0
  1598. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_svelte.svg +0 -0
  1599. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_svelte_opened.svg +0 -0
  1600. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_tauri.svg +0 -0
  1601. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_tauri_opened.svg +0 -0
  1602. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_temp.svg +0 -0
  1603. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_temp_opened.svg +0 -0
  1604. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_template.svg +0 -0
  1605. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_template_opened.svg +0 -0
  1606. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_test.svg +0 -0
  1607. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_test_opened.svg +0 -0
  1608. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_theme.svg +0 -0
  1609. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_theme_opened.svg +0 -0
  1610. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_tools.svg +0 -0
  1611. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_tools_opened.svg +0 -0
  1612. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_travis.svg +0 -0
  1613. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_travis_opened.svg +0 -0
  1614. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_trunk.svg +0 -0
  1615. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_trunk_opened.svg +0 -0
  1616. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_turbo.svg +0 -0
  1617. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_turbo_opened.svg +0 -0
  1618. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_typescript.svg +0 -0
  1619. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_typescript_opened.svg +0 -0
  1620. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_typings.svg +0 -0
  1621. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_typings2.svg +0 -0
  1622. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_typings2_opened.svg +0 -0
  1623. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_typings_opened.svg +0 -0
  1624. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vagrant.svg +0 -0
  1625. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vagrant_opened.svg +0 -0
  1626. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vercel.svg +0 -0
  1627. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vercel_opened.svg +0 -0
  1628. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_video.svg +0 -0
  1629. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_video_opened.svg +0 -0
  1630. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_view.svg +0 -0
  1631. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_view_opened.svg +0 -0
  1632. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vs.svg +0 -0
  1633. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vs2.svg +0 -0
  1634. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vs2_opened.svg +0 -0
  1635. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vs_opened.svg +0 -0
  1636. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vscode.svg +0 -0
  1637. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vscode2.svg +0 -0
  1638. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vscode2_opened.svg +0 -0
  1639. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vscode3.svg +0 -0
  1640. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vscode3_opened.svg +0 -0
  1641. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vscode_opened.svg +0 -0
  1642. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vscode_test.svg +0 -0
  1643. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vscode_test2.svg +0 -0
  1644. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
  1645. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vscode_test3.svg +0 -0
  1646. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
  1647. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_vscode_test_opened.svg +0 -0
  1648. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_webpack.svg +0 -0
  1649. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_webpack_opened.svg +0 -0
  1650. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_windows.svg +0 -0
  1651. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_windows_opened.svg +0 -0
  1652. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_wit.svg +0 -0
  1653. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_wit_opened.svg +0 -0
  1654. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_www.svg +0 -0
  1655. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_www_opened.svg +0 -0
  1656. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_yarn.svg +0 -0
  1657. /package/static/{99b692a → 8fd4507}/file-icons/folder_type_yarn_opened.svg +0 -0
  1658. /package/static/{99b692a → 8fd4507}/fonts/FiraCode-VariableFont.ttf +0 -0
  1659. /package/static/{99b692a → 8fd4507}/icons/add.svg +0 -0
  1660. /package/static/{99b692a → 8fd4507}/icons/arrow-down.svg +0 -0
  1661. /package/static/{99b692a → 8fd4507}/icons/arrow-left.svg +0 -0
  1662. /package/static/{99b692a → 8fd4507}/icons/arrow-right.svg +0 -0
  1663. /package/static/{99b692a → 8fd4507}/icons/arrow-up.svg +0 -0
  1664. /package/static/{99b692a → 8fd4507}/icons/blank.svg +0 -0
  1665. /package/static/{99b692a → 8fd4507}/icons/book.svg +0 -0
  1666. /package/static/{99b692a → 8fd4507}/icons/case-sensitive.svg +0 -0
  1667. /package/static/{99b692a → 8fd4507}/icons/check.svg +0 -0
  1668. /package/static/{99b692a → 8fd4507}/icons/chevron-down.svg +0 -0
  1669. /package/static/{99b692a → 8fd4507}/icons/chevron-left.svg +0 -0
  1670. /package/static/{99b692a → 8fd4507}/icons/chevron-right.svg +0 -0
  1671. /package/static/{99b692a → 8fd4507}/icons/chevron-up.svg +0 -0
  1672. /package/static/{99b692a → 8fd4507}/icons/chrome-close.svg +0 -0
  1673. /package/static/{99b692a → 8fd4507}/icons/chrome-maximize.svg +0 -0
  1674. /package/static/{99b692a → 8fd4507}/icons/chrome-minimize.svg +0 -0
  1675. /package/static/{99b692a → 8fd4507}/icons/chrome-restore.svg +0 -0
  1676. /package/static/{99b692a → 8fd4507}/icons/circle-filled.svg +0 -0
  1677. /package/static/{99b692a → 8fd4507}/icons/clear-all.svg +0 -0
  1678. /package/static/{99b692a → 8fd4507}/icons/close.svg +0 -0
  1679. /package/static/{99b692a → 8fd4507}/icons/cloud.svg +0 -0
  1680. /package/static/{99b692a → 8fd4507}/icons/collapse-all.svg +0 -0
  1681. /package/static/{99b692a → 8fd4507}/icons/debug-all.svg +0 -0
  1682. /package/static/{99b692a → 8fd4507}/icons/debug-alt-2.svg +0 -0
  1683. /package/static/{99b692a → 8fd4507}/icons/debug-alt-small.svg +0 -0
  1684. /package/static/{99b692a → 8fd4507}/icons/debug-alt.svg +0 -0
  1685. /package/static/{99b692a → 8fd4507}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
  1686. /package/static/{99b692a → 8fd4507}/icons/debug-breakpoint-conditional.svg +0 -0
  1687. /package/static/{99b692a → 8fd4507}/icons/debug-breakpoint-data-unverified.svg +0 -0
  1688. /package/static/{99b692a → 8fd4507}/icons/debug-breakpoint-data.svg +0 -0
  1689. /package/static/{99b692a → 8fd4507}/icons/debug-breakpoint-function-unverified.svg +0 -0
  1690. /package/static/{99b692a → 8fd4507}/icons/debug-breakpoint-function.svg +0 -0
  1691. /package/static/{99b692a → 8fd4507}/icons/debug-breakpoint-log-unverified.svg +0 -0
  1692. /package/static/{99b692a → 8fd4507}/icons/debug-breakpoint-log.svg +0 -0
  1693. /package/static/{99b692a → 8fd4507}/icons/debug-breakpoint-unsupported.svg +0 -0
  1694. /package/static/{99b692a → 8fd4507}/icons/debug-console.svg +0 -0
  1695. /package/static/{99b692a → 8fd4507}/icons/debug-continue-small.svg +0 -0
  1696. /package/static/{99b692a → 8fd4507}/icons/debug-continue.svg +0 -0
  1697. /package/static/{99b692a → 8fd4507}/icons/debug-coverage.svg +0 -0
  1698. /package/static/{99b692a → 8fd4507}/icons/debug-disconnect.svg +0 -0
  1699. /package/static/{99b692a → 8fd4507}/icons/debug-line-by-line.svg +0 -0
  1700. /package/static/{99b692a → 8fd4507}/icons/debug-pause.svg +0 -0
  1701. /package/static/{99b692a → 8fd4507}/icons/debug-rerun.svg +0 -0
  1702. /package/static/{99b692a → 8fd4507}/icons/debug-restart-frame.svg +0 -0
  1703. /package/static/{99b692a → 8fd4507}/icons/debug-restart.svg +0 -0
  1704. /package/static/{99b692a → 8fd4507}/icons/debug-reverse-continue.svg +0 -0
  1705. /package/static/{99b692a → 8fd4507}/icons/debug-stackframe-active.svg +0 -0
  1706. /package/static/{99b692a → 8fd4507}/icons/debug-stackframe.svg +0 -0
  1707. /package/static/{99b692a → 8fd4507}/icons/debug-start.svg +0 -0
  1708. /package/static/{99b692a → 8fd4507}/icons/debug-step-back.svg +0 -0
  1709. /package/static/{99b692a → 8fd4507}/icons/debug-step-into.svg +0 -0
  1710. /package/static/{99b692a → 8fd4507}/icons/debug-step-out.svg +0 -0
  1711. /package/static/{99b692a → 8fd4507}/icons/debug-step-over.svg +0 -0
  1712. /package/static/{99b692a → 8fd4507}/icons/debug-stop.svg +0 -0
  1713. /package/static/{99b692a → 8fd4507}/icons/debug.svg +0 -0
  1714. /package/static/{99b692a → 8fd4507}/icons/discard.svg +0 -0
  1715. /package/static/{99b692a → 8fd4507}/icons/edit.svg +0 -0
  1716. /package/static/{99b692a → 8fd4507}/icons/ellipsis.svg +0 -0
  1717. /package/static/{99b692a → 8fd4507}/icons/error.svg +0 -0
  1718. /package/static/{99b692a → 8fd4507}/icons/exclude.svg +0 -0
  1719. /package/static/{99b692a → 8fd4507}/icons/extensionDefaultIcon.png +0 -0
  1720. /package/static/{99b692a → 8fd4507}/icons/extensions.svg +0 -0
  1721. /package/static/{99b692a → 8fd4507}/icons/files.svg +0 -0
  1722. /package/static/{99b692a → 8fd4507}/icons/filter.svg +0 -0
  1723. /package/static/{99b692a → 8fd4507}/icons/go-to-file.svg +0 -0
  1724. /package/static/{99b692a → 8fd4507}/icons/icon-close.svg +0 -0
  1725. /package/static/{99b692a → 8fd4507}/icons/icon-source-control.svg +0 -0
  1726. /package/static/{99b692a → 8fd4507}/icons/icon-sync.svg +0 -0
  1727. /package/static/{99b692a → 8fd4507}/icons/icon.png +0 -0
  1728. /package/static/{99b692a → 8fd4507}/icons/icon.svg +0 -0
  1729. /package/static/{99b692a → 8fd4507}/icons/info.svg +0 -0
  1730. /package/static/{99b692a → 8fd4507}/icons/language-icon.svg +0 -0
  1731. /package/static/{99b692a → 8fd4507}/icons/link-external.svg +0 -0
  1732. /package/static/{99b692a → 8fd4507}/icons/list-flat.svg +0 -0
  1733. /package/static/{99b692a → 8fd4507}/icons/list-tree.svg +0 -0
  1734. /package/static/{99b692a → 8fd4507}/icons/new-file.svg +0 -0
  1735. /package/static/{99b692a → 8fd4507}/icons/new-folder.svg +0 -0
  1736. /package/static/{99b692a → 8fd4507}/icons/newline.svg +0 -0
  1737. /package/static/{99b692a → 8fd4507}/icons/open-preview.svg +0 -0
  1738. /package/static/{99b692a → 8fd4507}/icons/play.svg +0 -0
  1739. /package/static/{99b692a → 8fd4507}/icons/preserve-case.svg +0 -0
  1740. /package/static/{99b692a → 8fd4507}/icons/progress.svg +0 -0
  1741. /package/static/{99b692a → 8fd4507}/icons/pwa-icon-192.png +0 -0
  1742. /package/static/{99b692a → 8fd4507}/icons/pwa-icon-512.png +0 -0
  1743. /package/static/{99b692a → 8fd4507}/icons/record-keys.svg +0 -0
  1744. /package/static/{99b692a → 8fd4507}/icons/refresh.svg +0 -0
  1745. /package/static/{99b692a → 8fd4507}/icons/regex.svg +0 -0
  1746. /package/static/{99b692a → 8fd4507}/icons/remove.svg +0 -0
  1747. /package/static/{99b692a → 8fd4507}/icons/replace-all.svg +0 -0
  1748. /package/static/{99b692a → 8fd4507}/icons/replace.svg +0 -0
  1749. /package/static/{99b692a → 8fd4507}/icons/run-all.svg +0 -0
  1750. /package/static/{99b692a → 8fd4507}/icons/search.svg +0 -0
  1751. /package/static/{99b692a → 8fd4507}/icons/settings-gear.svg +0 -0
  1752. /package/static/{99b692a → 8fd4507}/icons/sort-precedence.svg +0 -0
  1753. /package/static/{99b692a → 8fd4507}/icons/source-control.svg +0 -0
  1754. /package/static/{99b692a → 8fd4507}/icons/split-horizontal.svg +0 -0
  1755. /package/static/{99b692a → 8fd4507}/icons/squiggly-error.svg +0 -0
  1756. /package/static/{99b692a → 8fd4507}/icons/squiggly-warning.svg +0 -0
  1757. /package/static/{99b692a → 8fd4507}/icons/symbol-array.svg +0 -0
  1758. /package/static/{99b692a → 8fd4507}/icons/symbol-boolean.svg +0 -0
  1759. /package/static/{99b692a → 8fd4507}/icons/symbol-class.svg +0 -0
  1760. /package/static/{99b692a → 8fd4507}/icons/symbol-color.svg +0 -0
  1761. /package/static/{99b692a → 8fd4507}/icons/symbol-constant.svg +0 -0
  1762. /package/static/{99b692a → 8fd4507}/icons/symbol-enum-member.svg +0 -0
  1763. /package/static/{99b692a → 8fd4507}/icons/symbol-enum.svg +0 -0
  1764. /package/static/{99b692a → 8fd4507}/icons/symbol-event.svg +0 -0
  1765. /package/static/{99b692a → 8fd4507}/icons/symbol-field.svg +0 -0
  1766. /package/static/{99b692a → 8fd4507}/icons/symbol-file.svg +0 -0
  1767. /package/static/{99b692a → 8fd4507}/icons/symbol-interface.svg +0 -0
  1768. /package/static/{99b692a → 8fd4507}/icons/symbol-key.svg +0 -0
  1769. /package/static/{99b692a → 8fd4507}/icons/symbol-keyword.svg +0 -0
  1770. /package/static/{99b692a → 8fd4507}/icons/symbol-method.svg +0 -0
  1771. /package/static/{99b692a → 8fd4507}/icons/symbol-misc.svg +0 -0
  1772. /package/static/{99b692a → 8fd4507}/icons/symbol-namespace.svg +0 -0
  1773. /package/static/{99b692a → 8fd4507}/icons/symbol-numeric.svg +0 -0
  1774. /package/static/{99b692a → 8fd4507}/icons/symbol-operator.svg +0 -0
  1775. /package/static/{99b692a → 8fd4507}/icons/symbol-parameter.svg +0 -0
  1776. /package/static/{99b692a → 8fd4507}/icons/symbol-property.svg +0 -0
  1777. /package/static/{99b692a → 8fd4507}/icons/symbol-ruler.svg +0 -0
  1778. /package/static/{99b692a → 8fd4507}/icons/symbol-snippet.svg +0 -0
  1779. /package/static/{99b692a → 8fd4507}/icons/symbol-string.svg +0 -0
  1780. /package/static/{99b692a → 8fd4507}/icons/symbol-structure.svg +0 -0
  1781. /package/static/{99b692a → 8fd4507}/icons/symbol-variable.svg +0 -0
  1782. /package/static/{99b692a → 8fd4507}/icons/tag.svg +0 -0
  1783. /package/static/{99b692a → 8fd4507}/icons/terminal-bash.svg +0 -0
  1784. /package/static/{99b692a → 8fd4507}/icons/terminal.svg +0 -0
  1785. /package/static/{99b692a → 8fd4507}/icons/theme-icon.png +0 -0
  1786. /package/static/{99b692a → 8fd4507}/icons/trash.svg +0 -0
  1787. /package/static/{99b692a → 8fd4507}/icons/triangle-down.svg +0 -0
  1788. /package/static/{99b692a → 8fd4507}/icons/triangle-left.svg +0 -0
  1789. /package/static/{99b692a → 8fd4507}/icons/triangle-right.svg +0 -0
  1790. /package/static/{99b692a → 8fd4507}/icons/triangle-up.svg +0 -0
  1791. /package/static/{99b692a → 8fd4507}/icons/warning.svg +0 -0
  1792. /package/static/{99b692a → 8fd4507}/icons/whole-word.svg +0 -0
  1793. /package/static/{99b692a → 8fd4507}/icons/zoom-in.svg +0 -0
  1794. /package/static/{99b692a → 8fd4507}/icons/zoom-out.svg +0 -0
  1795. /package/static/{99b692a → 8fd4507}/js/babel-parser.js +0 -0
  1796. /package/static/{99b692a → 8fd4507}/js/blob-util.js +0 -0
  1797. /package/static/{99b692a → 8fd4507}/js/ky.js +0 -0
  1798. /package/static/{99b692a → 8fd4507}/js/lvce-editor-import-script.js +0 -0
  1799. /package/static/{99b692a → 8fd4507}/js/lvce-editor-ipc.js +0 -0
  1800. /package/static/{99b692a → 8fd4507}/js/lvce-editor-json-rpc.js +0 -0
  1801. /package/static/{99b692a → 8fd4507}/js/lvce-editor-verror.js +0 -0
  1802. /package/static/{99b692a → 8fd4507}/js/p-min-delay.js +0 -0
  1803. /package/static/{99b692a → 8fd4507}/js/pretty-bytes.js +0 -0
  1804. /package/static/{99b692a → 8fd4507}/js/preview-injected.js +0 -0
  1805. /package/static/{99b692a → 8fd4507}/js/yoctodelay.js +0 -0
  1806. /package/static/{99b692a → 8fd4507}/lib-css/termterm.css +0 -0
  1807. /package/static/{99b692a → 8fd4507}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
  1808. /package/static/{99b692a → 8fd4507}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
  1809. /package/static/{99b692a → 8fd4507}/packages/error-worker/dist/errorWorkerMain.js +0 -0
  1810. /package/static/{99b692a → 8fd4507}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
  1811. /package/static/{99b692a → 8fd4507}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
  1812. /package/static/{99b692a → 8fd4507}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
  1813. /package/static/{99b692a → 8fd4507}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
  1814. /package/static/{99b692a → 8fd4507}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
  1815. /package/static/{99b692a → 8fd4507}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
  1816. /package/static/{99b692a → 8fd4507}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
  1817. /package/static/{99b692a → 8fd4507}/packages/renderer-process/LICENSE +0 -0
  1818. /package/static/{99b692a → 8fd4507}/packages/renderer-process/README.md +0 -0
  1819. /package/static/{99b692a → 8fd4507}/packages/renderer-process/package.json +0 -0
  1820. /package/static/{99b692a → 8fd4507}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
  1821. /package/static/{99b692a → 8fd4507}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
  1822. /package/static/{99b692a → 8fd4507}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
  1823. /package/static/{99b692a → 8fd4507}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
  1824. /package/static/{99b692a → 8fd4507}/playground/languages/index.cpp +0 -0
  1825. /package/static/{99b692a → 8fd4507}/playground/languages/index.css +0 -0
  1826. /package/static/{99b692a → 8fd4507}/playground/languages/index.csv +0 -0
  1827. /package/static/{99b692a → 8fd4507}/playground/languages/index.dart +0 -0
  1828. /package/static/{99b692a → 8fd4507}/playground/languages/index.env +0 -0
  1829. /package/static/{99b692a → 8fd4507}/playground/languages/index.ex +0 -0
  1830. /package/static/{99b692a → 8fd4507}/playground/languages/index.html +0 -0
  1831. /package/static/{99b692a → 8fd4507}/playground/languages/index.java +0 -0
  1832. /package/static/{99b692a → 8fd4507}/playground/languages/index.jl +0 -0
  1833. /package/static/{99b692a → 8fd4507}/playground/languages/index.js +0 -0
  1834. /package/static/{99b692a → 8fd4507}/playground/languages/index.json +0 -0
  1835. /package/static/{99b692a → 8fd4507}/playground/languages/index.kt +0 -0
  1836. /package/static/{99b692a → 8fd4507}/playground/languages/index.pl +0 -0
  1837. /package/static/{99b692a → 8fd4507}/playground/languages/index.py +0 -0
  1838. /package/static/{99b692a → 8fd4507}/playground/languages/index.ts +0 -0
  1839. /package/static/{99b692a → 8fd4507}/playground/languages/scrolling.txt +0 -0
  1840. /package/static/{99b692a → 8fd4507}/playground/languages/tsconfig.json +0 -0
  1841. /package/static/{99b692a → 8fd4507}/playground/sample-folder/a.txt +0 -0
  1842. /package/static/{99b692a → 8fd4507}/playground/sample-folder/b.txt +0 -0
  1843. /package/static/{99b692a → 8fd4507}/playground/sample-folder/c.txt +0 -0
@@ -96,7 +96,7 @@ const getAssetDir = () => {
96
96
  // @ts-ignore
97
97
  {
98
98
  // @ts-ignore
99
- return '/99b692a';
99
+ return '/8fd4507';
100
100
  }
101
101
  };
102
102
  const assetDir = getAssetDir();
@@ -420,7 +420,7 @@ const invokeHelper = async (ipc, method, params, useSendAndTransfer) => {
420
420
  const responseMessage = await promise;
421
421
  return unwrapJsonRpcResult(responseMessage);
422
422
  };
423
- const invoke$n = (ipc, method, ...params) => {
423
+ const invoke$o = (ipc, method, ...params) => {
424
424
  return invokeHelper(ipc, method, params, false);
425
425
  };
426
426
  const invokeAndTransfer$7 = (ipc, method, ...params) => {
@@ -548,6 +548,7 @@ const Markdown = 138;
548
548
  const FileSystemHandle = 139;
549
549
  const MouseActions = 140;
550
550
  const Timeout = 141;
551
+ const GetActiveEditor = 142;
551
552
 
552
553
  const getPrefix$3 = commandId => {
553
554
  if (!commandId || typeof commandId !== 'string') {
@@ -577,6 +578,8 @@ const getModuleId$1 = commandId => {
577
578
  return AutoUpdater;
578
579
  case 'Blob':
579
580
  return Blob$2;
581
+ case 'GetActiveEditor':
582
+ return GetActiveEditor;
580
583
  case 'BulkReplacement':
581
584
  return BulkReplacement;
582
585
  case 'CacheStorage':
@@ -1068,8 +1071,8 @@ const listen$1 = async () => {
1068
1071
  handleIpc(ipc);
1069
1072
  state$I.ipc = ipc;
1070
1073
  };
1071
- const invoke$m = (method, ...params) => {
1072
- return invoke$n(state$I.ipc, method, ...params);
1074
+ const invoke$n = (method, ...params) => {
1075
+ return invoke$o(state$I.ipc, method, ...params);
1073
1076
  };
1074
1077
  const invokeAndTransfer$6 = (method, ...params) => {
1075
1078
  return invokeAndTransfer$7(state$I.ipc, method, ...params);
@@ -1090,7 +1093,7 @@ const loadCssStyleSheets = css => {
1090
1093
  return Promise.all(css.map(loadCssStyleSheet));
1091
1094
  };
1092
1095
  const addCssStyleSheet = (id, css) => {
1093
- return invoke$m('Css.addCssStyleSheet', id, css);
1096
+ return invoke$n('Css.addCssStyleSheet', id, css);
1094
1097
  };
1095
1098
  const actuallyAddDynamicCss = async (id, getCss, preferences) => {
1096
1099
  const css = await getCss(preferences);
@@ -1114,7 +1117,7 @@ const getOrCreateWorker = fn => {
1114
1117
  return {
1115
1118
  async invoke(method, ...params) {
1116
1119
  const ipc = await getOrCreate$2(fn);
1117
- return invoke$n(ipc, method, ...params);
1120
+ return invoke$o(ipc, method, ...params);
1118
1121
  },
1119
1122
  async invokeAndTransfer(method, ...params) {
1120
1123
  const ipc = await getOrCreate$2(fn);
@@ -1203,7 +1206,7 @@ const launchErrorWorker = async () => {
1203
1206
  };
1204
1207
 
1205
1208
  const {
1206
- invoke: invoke$l,
1209
+ invoke: invoke$m,
1207
1210
  invokeAndTransfer: invokeAndTransfer$5
1208
1211
  } = getOrCreateWorker(launchErrorWorker);
1209
1212
 
@@ -1225,16 +1228,16 @@ const serializeError = error => {
1225
1228
  const prepare = async error => {
1226
1229
  try {
1227
1230
  const serialized = serializeError(error);
1228
- const prepared = await invoke$l('Errors.prepare', serialized);
1231
+ const prepared = await invoke$m('Errors.prepare', serialized);
1229
1232
  return prepared;
1230
1233
  } catch {
1231
1234
  return error;
1232
1235
  }
1233
1236
  };
1234
1237
  const print = async (error, prefix = '') => {
1235
- await invoke$l('Errors.print', error, prefix);
1238
+ await invoke$m('Errors.print', error, prefix);
1236
1239
  };
1237
- const getMessage$5 = error => {
1240
+ const getMessage$4 = error => {
1238
1241
  if (error && error.type && error.message) {
1239
1242
  return `${error.type}: ${error.message}`;
1240
1243
  }
@@ -1259,7 +1262,7 @@ const handleError$2 = async (error, notify = true, prefix = '') => {
1259
1262
  try {
1260
1263
  const prettyError = await logError(error, prefix);
1261
1264
  if (notify) {
1262
- await execute$4(/* Notification.create */'Notification.create', /* type */'error', /* text */getMessage$5(prettyError));
1265
+ await execute$4(/* Notification.create */'Notification.create', /* type */'error', /* text */getMessage$4(prettyError));
1263
1266
  }
1264
1267
  } catch (otherError) {
1265
1268
  console.warn('ErrorHandling error');
@@ -1715,11 +1718,11 @@ const state$D = {
1715
1718
  };
1716
1719
 
1717
1720
  /* istanbul ignore file */
1718
- const invoke$k = async (method, ...params) => {
1721
+ const invoke$l = async (method, ...params) => {
1719
1722
  const {
1720
1723
  ipc
1721
1724
  } = state$D;
1722
- const result = await invoke$n(ipc, method, ...params);
1725
+ const result = await invoke$o(ipc, method, ...params);
1723
1726
  return result;
1724
1727
  };
1725
1728
  const invokeAndTransfer$4 = async (method, ...params) => {
@@ -1762,7 +1765,7 @@ const getPreferencesJson = async () => {
1762
1765
  const url = `${assetDir}/config/defaultSettings.json`;
1763
1766
  return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
1764
1767
  }
1765
- return invoke$k(PreferencesGetAll);
1768
+ return invoke$l(PreferencesGetAll);
1766
1769
  };
1767
1770
  const getPreferences = async () => {
1768
1771
  // TODO cache preferences, but they should not be stale
@@ -1809,7 +1812,7 @@ const state$B = {
1809
1812
  };
1810
1813
 
1811
1814
  const getResolvedRootFromSharedProcess = async () => {
1812
- const resolvedRoot = await invoke$k(/* Workspace.resolveRoot */WorkspaceResolveRoot);
1815
+ const resolvedRoot = await invoke$l(/* Workspace.resolveRoot */WorkspaceResolveRoot);
1813
1816
  return resolvedRoot;
1814
1817
  };
1815
1818
  const isValid$1 = resolvedRoot => {
@@ -1875,13 +1878,13 @@ const getResolvedRoot = async href => {
1875
1878
  };
1876
1879
 
1877
1880
  const getHref = () => {
1878
- return invoke$m(/* Location.getHref */'Location.getHref');
1881
+ return invoke$n(/* Location.getHref */'Location.getHref');
1879
1882
  };
1880
1883
  const setPathName = pathName => {
1881
- return invoke$m(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
1884
+ return invoke$n(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
1882
1885
  };
1883
1886
  const hydrate$a = () => {
1884
- return invoke$m(/* Location.hydrate */'Location.hydrate');
1887
+ return invoke$n(/* Location.hydrate */'Location.hydrate');
1885
1888
  };
1886
1889
  const getOrigin = () => {
1887
1890
  return location.origin;
@@ -1891,7 +1894,7 @@ const getHost = () => {
1891
1894
  };
1892
1895
 
1893
1896
  const set$e = title => {
1894
- return invoke$m('WindowTitle.set', title);
1897
+ return invoke$n('WindowTitle.set', title);
1895
1898
  };
1896
1899
 
1897
1900
  /**
@@ -2023,15 +2026,15 @@ const launchExtensionHostWorker = async () => {
2023
2026
  ipc = wrap$7(port);
2024
2027
  }
2025
2028
  handleIpc(ipc);
2026
- await invoke$n(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2029
+ await invoke$o(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2027
2030
  addListener('workspace.change', async () => {
2028
- await invoke$n(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2031
+ await invoke$o(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2029
2032
  });
2030
2033
  return ipc;
2031
2034
  };
2032
2035
 
2033
2036
  const {
2034
- invoke: invoke$j,
2037
+ invoke: invoke$k,
2035
2038
  invokeAndTransfer: invokeAndTransfer$3
2036
2039
  } = getOrCreateWorker(launchExtensionHostWorker);
2037
2040
 
@@ -2061,11 +2064,11 @@ const getColorThemeCssCached = async (colorThemeId, getData) => {
2061
2064
  };
2062
2065
 
2063
2066
  const getColorThemeJson = colorThemeId => {
2064
- return invoke$j('ColorTheme.getColorThemeJson', colorThemeId);
2067
+ return invoke$k('ColorTheme.getColorThemeJson', colorThemeId);
2065
2068
  };
2066
2069
 
2067
2070
  const getColorThemeCssFromJson = async (colorThemeId, colorThemeJson) => {
2068
- return invoke$j('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
2071
+ return invoke$k('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
2069
2072
  };
2070
2073
  const getColorThemeCssNew = async colorThemeId => {
2071
2074
  const colorThemeJson = await getColorThemeJson(colorThemeId);
@@ -2081,7 +2084,7 @@ const getMetaThemeColor = colorThemeJson => {
2081
2084
  };
2082
2085
 
2083
2086
  const setThemeColor = async themeColor => {
2084
- await invoke$m(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
2087
+ await invoke$n(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
2085
2088
  };
2086
2089
 
2087
2090
  // TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
@@ -2122,7 +2125,7 @@ const watch$1 = async id => {
2122
2125
  return;
2123
2126
  }
2124
2127
  state$A.watchedTheme = id;
2125
- await invoke$k('ExtensionHost.watchColorTheme', id);
2128
+ await invoke$l('ExtensionHost.watchColorTheme', id);
2126
2129
  };
2127
2130
  const getPreferredColorTheme = () => {
2128
2131
  const preferredColorTheme = get$e('workbench.colorTheme');
@@ -2175,13 +2178,13 @@ const get$d = () => {
2175
2178
 
2176
2179
  const getWindowId = async () => {
2177
2180
  const webContentsId = get$d();
2178
- const windowId = await invoke$k('GetWindowId.getWindowId', webContentsId);
2181
+ const windowId = await invoke$l('GetWindowId.getWindowId', webContentsId);
2179
2182
  return windowId;
2180
2183
  };
2181
2184
 
2182
2185
  const forward$2 = key => async (...args) => {
2183
2186
  const windowId = await getWindowId();
2184
- return invoke$k(key, windowId, ...args);
2187
+ return invoke$l(key, windowId, ...args);
2185
2188
  };
2186
2189
  const reload$3 = forward$2('ElectronWindow.reload');
2187
2190
  const minimize$2 = forward$2('ElectronWindow.minimize');
@@ -2200,7 +2203,7 @@ const reloadElectron = () => {
2200
2203
  };
2201
2204
 
2202
2205
  const reloadWeb = () => {
2203
- return invoke$m('Window.reload');
2206
+ return invoke$n('Window.reload');
2204
2207
  };
2205
2208
 
2206
2209
  const getFn$2 = () => {
@@ -2239,46 +2242,46 @@ const getUrlBaseName = href => {
2239
2242
  // TODO treeshake this function out when targeting electron
2240
2243
 
2241
2244
  const getExtensionsPath = () => {
2242
- return invoke$k(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
2245
+ return invoke$l(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
2243
2246
  };
2244
2247
  const getCachedExtensionsPath = () => {
2245
- return invoke$k(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
2248
+ return invoke$l(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
2246
2249
  };
2247
2250
  const getLogsDir = () => {
2248
- return invoke$k(/* Platform.getLogsDir */'Platform.getLogsDir');
2251
+ return invoke$l(/* Platform.getLogsDir */'Platform.getLogsDir');
2249
2252
  };
2250
2253
  const getDownloadDir = () => {
2251
- return invoke$k(/* Platform.getDownloadDir */'Platform.getDownloadDir');
2254
+ return invoke$l(/* Platform.getDownloadDir */'Platform.getDownloadDir');
2252
2255
  };
2253
2256
  const getUserSettingsPath = () => {
2254
2257
  if (platform === Web$1) {
2255
2258
  return 'settings';
2256
2259
  }
2257
- return invoke$k(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
2260
+ return invoke$l(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
2258
2261
  };
2259
2262
  const getUserKeyBindingsPath = () => {
2260
2263
  if (platform === Web$1) {
2261
2264
  return 'settings';
2262
2265
  }
2263
- return invoke$k(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
2266
+ return invoke$l(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
2264
2267
  };
2265
2268
  const getRecentlyOpenedPath = () => {
2266
2269
  if (platform === Web$1) {
2267
2270
  return 'recently-opened';
2268
2271
  }
2269
- return invoke$k(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
2272
+ return invoke$l(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
2270
2273
  };
2271
2274
  const getConfigPath = () => {
2272
- return invoke$k(/* Platform.getConfigDir */'Platform.getConfigDir');
2275
+ return invoke$l(/* Platform.getConfigDir */'Platform.getConfigDir');
2273
2276
  };
2274
2277
  const getCachePath = () => {
2275
- return invoke$k(/* Platform.getCacheDir */'Platform.getCacheDir');
2278
+ return invoke$l(/* Platform.getCacheDir */'Platform.getCacheDir');
2276
2279
  };
2277
2280
  const getCacheName = () => {
2278
2281
  return 'lvce-runtime';
2279
2282
  };
2280
2283
  const getTestPathRemote = () => {
2281
- return invoke$k(/* Platform.getTestPath */'Platform.getTestPath');
2284
+ return invoke$l(/* Platform.getTestPath */'Platform.getTestPath');
2282
2285
  };
2283
2286
  const getTestPathWeb = () => {
2284
2287
  return `${assetDir}/packages/extension-host-worker-tests`;
@@ -2295,7 +2298,7 @@ const getTestPath = () => {
2295
2298
  }
2296
2299
  };
2297
2300
  const getRepository = () => {
2298
- return invoke$k('Platform.getRepository');
2301
+ return invoke$l('Platform.getRepository');
2299
2302
  };
2300
2303
 
2301
2304
  // TODO determine with websocket request or some
@@ -2445,7 +2448,7 @@ const getAvailableKeyBindings = keyBindings => {
2445
2448
  const update = () => {
2446
2449
  const matchingKeyBindings = getMatchingKeyBindings(state$x.keyBindingSets);
2447
2450
  const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
2448
- invoke$m('KeyBindings.setIdentifiers', keyBindingIdentifiers);
2451
+ invoke$n('KeyBindings.setIdentifiers', keyBindingIdentifiers);
2449
2452
  state$x.matchingKeyBindings = matchingKeyBindings;
2450
2453
  state$x.keyBindingIdentifiers = keyBindingIdentifiers;
2451
2454
  };
@@ -2539,7 +2542,7 @@ const hydrate$6 = async () => {
2539
2542
  };
2540
2543
 
2541
2544
  const getIconThemeJson = async iconThemeId => {
2542
- return invoke$j('IconTheme.getJson', iconThemeId);
2545
+ return invoke$k('IconTheme.getJson', iconThemeId);
2543
2546
  };
2544
2547
 
2545
2548
  const dispatch = key => (...args) => {
@@ -2620,13 +2623,13 @@ const serializeObjects = objects => {
2620
2623
  };
2621
2624
 
2622
2625
  const clear$5 = async storageType => {
2623
- await invoke$m(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
2626
+ await invoke$n(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
2624
2627
  };
2625
2628
  const getAll$1 = storageType => {
2626
- return invoke$m('WebStorage.getAll', storageType);
2629
+ return invoke$n('WebStorage.getAll', storageType);
2627
2630
  };
2628
2631
  const getText$2 = async (storageType, key) => {
2629
- const item = await invoke$m(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
2632
+ const item = await invoke$n(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
2630
2633
  return item || '';
2631
2634
  };
2632
2635
  const getJson$6 = async (storageType, key) => {
@@ -2641,7 +2644,7 @@ const getJson$6 = async (storageType, key) => {
2641
2644
  }
2642
2645
  };
2643
2646
  const setText$1 = async (storageType, key, value) => {
2644
- await invoke$m(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
2647
+ await invoke$n(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
2645
2648
  };
2646
2649
  const setJson$5 = async (storageType, key, value) => {
2647
2650
  const stringifiedValue = stringifyCompact(value);
@@ -2649,7 +2652,7 @@ const setJson$5 = async (storageType, key, value) => {
2649
2652
  };
2650
2653
  const setJsonObjects$2 = async (storageType, objects) => {
2651
2654
  const serializedObjects = serializeObjects(objects);
2652
- await invoke$m('WebStorage.setJsonObjects', storageType, serializedObjects);
2655
+ await invoke$n('WebStorage.setJsonObjects', storageType, serializedObjects);
2653
2656
  };
2654
2657
 
2655
2658
  const LocalStorage = 1;
@@ -2824,7 +2827,7 @@ const ExtensionStateStorage = {
2824
2827
  };
2825
2828
 
2826
2829
  const saveState$i = async () => {
2827
- const state = await invoke$j('SaveState.saveState');
2830
+ const state = await invoke$k('SaveState.saveState');
2828
2831
  return state;
2829
2832
  };
2830
2833
  const getSavedState = async () => {
@@ -2879,7 +2882,7 @@ const hydrate$5 = async () => {
2879
2882
  console.info('[info] not saving state on visibility change - disabled by settings');
2880
2883
  return;
2881
2884
  }
2882
- await invoke$m('Window.onVisibilityChange');
2885
+ await invoke$n('Window.onVisibilityChange');
2883
2886
  };
2884
2887
  const getSavedViewletState = viewletId => {
2885
2888
  return getJson$4(viewletId);
@@ -2903,7 +2906,7 @@ const ViewletManagerVisitorCss = {
2903
2906
 
2904
2907
  const fileSearchWorkerUrl = `${assetDir}/packages/file-search-worker/dist/fileSearchWorkerMain.js`;
2905
2908
 
2906
- const getConfiguredWorkerUrl$g = () => {
2909
+ const getConfiguredWorkerUrl$h = () => {
2907
2910
  let configuredWorkerUrl = get$e('develop.fileSearchWorkerPath') || '';
2908
2911
  if (configuredWorkerUrl) {
2909
2912
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -2919,14 +2922,14 @@ const launchFileSearchWorker = async () => {
2919
2922
  const ipc = await create$13({
2920
2923
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
2921
2924
  name,
2922
- url: getConfiguredWorkerUrl$g()
2925
+ url: getConfiguredWorkerUrl$h()
2923
2926
  });
2924
2927
  handleIpc(ipc);
2925
2928
  return ipc;
2926
2929
  };
2927
2930
 
2928
2931
  const {
2929
- invoke: invoke$i} = getOrCreateWorker(launchFileSearchWorker);
2932
+ invoke: invoke$j} = getOrCreateWorker(launchFileSearchWorker);
2930
2933
 
2931
2934
  const state$u = {
2932
2935
  /**
@@ -2942,7 +2945,7 @@ const add$1 = async menuEntries => {
2942
2945
  // TODO store menu entries here or in file search worker?
2943
2946
  // Usually don't want to start worker for the menu entries
2944
2947
  // But also quickpick menu entries would be better stored there
2945
- await invoke$i('QuickPick.addMenuEntries', menuEntries);
2948
+ await invoke$j('QuickPick.addMenuEntries', menuEntries);
2946
2949
  };
2947
2950
 
2948
2951
  const loadModule$2 = async (id, module) => {
@@ -3129,7 +3132,7 @@ const runFn = async (instance, id, key, fn, args) => {
3129
3132
  const commands = render$I(instance.factory, oldState, newState, newState.uid || id);
3130
3133
  updateDynamicFocusContext(commands);
3131
3134
  setRenderedState(id, newState);
3132
- await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3135
+ await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3133
3136
  } else {
3134
3137
  return fn(instance.state, ...args);
3135
3138
  }
@@ -3154,7 +3157,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
3154
3157
  if (commands.length === 0) {
3155
3158
  return;
3156
3159
  }
3157
- await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3160
+ await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3158
3161
  };
3159
3162
 
3160
3163
  // TODO maybe wrapViewletCommand should accept module instead of id string
@@ -3359,7 +3362,7 @@ const maybeRegisterEvents = module => {
3359
3362
  const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
3360
3363
  instance.state = newState;
3361
3364
  instance.renderedState = newState;
3362
- await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3365
+ await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3363
3366
  };
3364
3367
  addListener('workspace.change', handleUpdate);
3365
3368
  }
@@ -3386,7 +3389,7 @@ const maybeRegisterEvents = module => {
3386
3389
  const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
3387
3390
  instance.state = newState;
3388
3391
  instance.renderedState = newState;
3389
- await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3392
+ await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3390
3393
  };
3391
3394
  addListener(key, handleUpdate);
3392
3395
  }
@@ -3414,7 +3417,7 @@ const maybeRegisterMenuEntries = async module => {
3414
3417
  const actuallyLoadModule = async (getModule, id) => {
3415
3418
  const module = await getModule(id);
3416
3419
  if (!module.hasFunctionalEvents) {
3417
- await invoke$m(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
3420
+ await invoke$n(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
3418
3421
  }
3419
3422
  await loadModule$1(id, module);
3420
3423
  await maybeRegisterWrappedCommands(id, module);
@@ -3507,7 +3510,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3507
3510
  if (module.renderEventListeners) {
3508
3511
  // TODO reuse event listeners between components
3509
3512
  const eventListeners = await module.renderEventListeners();
3510
- await invoke$m('Viewlet.registerEventListeners', viewletUid, eventListeners);
3513
+ await invoke$n('Viewlet.registerEventListeners', viewletUid, eventListeners);
3511
3514
  }
3512
3515
  if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
3513
3516
  await module.show(newState);
@@ -3561,7 +3564,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3561
3564
  }
3562
3565
  state = ViewletState.ContentLoaded;
3563
3566
  if (viewlet.show === false) {} else {
3564
- await invoke$m(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3567
+ await invoke$n(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3565
3568
  }
3566
3569
  if (viewlet.disposed) {
3567
3570
  // TODO unload the module from renderer process
@@ -3613,7 +3616,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3613
3616
  return allCommands;
3614
3617
  }
3615
3618
  commands.push(...extraCommands);
3616
- await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3619
+ await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3617
3620
  } else {
3618
3621
  const allCommands = [...commands, ...extraCommands
3619
3622
  // ['Viewlet.show', viewlet.id],
@@ -3634,7 +3637,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3634
3637
  }
3635
3638
  state = ViewletState.ContentRendered;
3636
3639
  if (viewlet.parentUid && viewlet.show !== false) {
3637
- await invoke$m(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
3640
+ await invoke$n(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
3638
3641
  }
3639
3642
  state = ViewletState.Appended;
3640
3643
  if (viewlet.disposed) {
@@ -3656,10 +3659,10 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3656
3659
  }
3657
3660
  const commands = [];
3658
3661
  if (state < ViewletState.RendererProcessViewletLoaded) {
3659
- await invoke$m(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3662
+ await invoke$n(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3660
3663
  }
3661
3664
  const parentUid = viewlet.parentUid;
3662
- await invoke$m(kLoadModule, Error$3);
3665
+ await invoke$n(kLoadModule, Error$3);
3663
3666
  commands.push([kCreate, Error$3, viewletUid]);
3664
3667
  // @ts-ignore
3665
3668
  if (viewlet.setBounds !== false) {
@@ -3668,7 +3671,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3668
3671
  if (module && module.customErrorRenderer) {
3669
3672
  const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
3670
3673
  const dom = await errorModule.render(error);
3671
- await invoke$m(kLoadModule, module.customErrorRenderer);
3674
+ await invoke$n(kLoadModule, module.customErrorRenderer);
3672
3675
  commands.push([kCreate, module.customErrorRenderer, viewletUid]);
3673
3676
  commands.push(['Viewlet.setDom2', viewletUid, dom]);
3674
3677
  commands.push([kAppend, parentUid, viewletUid]);
@@ -3721,7 +3724,7 @@ const load$4 = async moduleId => {
3721
3724
  };
3722
3725
 
3723
3726
  const disposeBrowserViewQuickPick = () => {
3724
- return invoke$k('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
3727
+ return invoke$l('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
3725
3728
  };
3726
3729
 
3727
3730
  const handleKeyBinding$1 = async identifier => {
@@ -3771,7 +3774,7 @@ const focus$7 = async id => {
3771
3774
  commands.push(...render$I(instance.factory, oldState, newState));
3772
3775
  }
3773
3776
  setFocusedInstance(instance);
3774
- await invoke$m('Viewlet.sendMultiple', commands);
3777
+ await invoke$n('Viewlet.sendMultiple', commands);
3775
3778
  };
3776
3779
 
3777
3780
  /**
@@ -3814,7 +3817,7 @@ const dispose$u = async id => {
3814
3817
  throw new Error(`${id} is missing a factory function`);
3815
3818
  }
3816
3819
  instance.factory.dispose(instance.state);
3817
- await invoke$m(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
3820
+ await invoke$n(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
3818
3821
  if (instance.factory.getKeyBindings) {
3819
3822
  removeKeyBindings(instanceUid);
3820
3823
  }
@@ -3993,7 +3996,7 @@ const setStateFunctional = (id, newState) => {
3993
3996
  const setState = async (id, newState) => {
3994
3997
  const commands = setStateFunctional(id, newState);
3995
3998
  if (commands.length > 0) {
3996
- await invoke$m(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
3999
+ await invoke$n(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
3997
4000
  }
3998
4001
  };
3999
4002
  const getAllStates = () => {
@@ -4036,7 +4039,7 @@ const openWidget = async (moduleId, ...args) => {
4036
4039
  // TODO send focus changes to renderer process together with other message
4037
4040
  updateDynamicFocusContext(commands);
4038
4041
  commands.push(['Viewlet.focus', childUid]);
4039
- await invoke$m('Viewlet.executeCommands', commands);
4042
+ await invoke$n('Viewlet.executeCommands', commands);
4040
4043
  };
4041
4044
  const closeWidget = async id => {
4042
4045
  try {
@@ -4048,7 +4051,7 @@ const closeWidget = async id => {
4048
4051
  const child = childInstance.state;
4049
4052
  const childUid = child.uid;
4050
4053
  const commands = disposeFunctional(childUid);
4051
- await invoke$m(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
4054
+ await invoke$n(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
4052
4055
  // TODO restore focus
4053
4056
  } catch (error) {
4054
4057
  throw new VError(error, `Failed to close widget ${id}`);
@@ -4106,7 +4109,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
4106
4109
  if (commands.length === 0) {
4107
4110
  return;
4108
4111
  }
4109
- await invoke$m(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4112
+ await invoke$n(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4110
4113
  };
4111
4114
 
4112
4115
  // @ts-ignore
@@ -4146,7 +4149,7 @@ const disposeWidgetWithValue = async (id, value) => {
4146
4149
  instance.status = 'disposed';
4147
4150
  remove$8(id);
4148
4151
  remove$8(uid);
4149
- await invoke$m('Viewlet.sendMultiple', commands);
4152
+ await invoke$n('Viewlet.sendMultiple', commands);
4150
4153
  // return commands
4151
4154
  const parentInstance = getInstance(KeyBindings);
4152
4155
  if (!parentInstance) {
@@ -4353,7 +4356,7 @@ const getLanguageConfigurationFromWebExtension = async languageId => {
4353
4356
  return json;
4354
4357
  };
4355
4358
  const getLanguageConfiguration$3 = async languageId => {
4356
- const languageConfiguration = await invoke$k(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
4359
+ const languageConfiguration = await invoke$l(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
4357
4360
  if (languageConfiguration) {
4358
4361
  return languageConfiguration;
4359
4362
  }
@@ -4366,7 +4369,7 @@ const getLanguageConfiguration$2 = async languageId => {
4366
4369
 
4367
4370
  const getLanguages = async () => {
4368
4371
  try {
4369
- return invoke$j('Languages.getLanguages');
4372
+ return invoke$k('Languages.getLanguages');
4370
4373
  } catch (error) {
4371
4374
  throw new VError(error, 'Failed to load languages');
4372
4375
  }
@@ -4782,7 +4785,7 @@ const hydrate$3 = async () => {
4782
4785
  };
4783
4786
 
4784
4787
  const getInitData = async () => {
4785
- const rendererProcessInitData = await invoke$m('InitData.getInitData');
4788
+ const rendererProcessInitData = await invoke$n('InitData.getInitData');
4786
4789
  // TODO get the following items
4787
4790
  // - location.href
4788
4791
  // - workspace
@@ -4864,6 +4867,8 @@ const load$3 = moduleId => {
4864
4867
  return Promise.resolve().then(function () { return Audio_ipc; });
4865
4868
  case AutoUpdater:
4866
4869
  return Promise.resolve().then(function () { return AutoUpdater_ipc; });
4870
+ case GetActiveEditor:
4871
+ return Promise.resolve().then(function () { return GetActiveEditor_ipc; });
4867
4872
  case GetEditorSourceActions:
4868
4873
  return Promise.resolve().then(function () { return GetEditorSourceActions_ipc; });
4869
4874
  case FileSystemHandle:
@@ -5172,7 +5177,7 @@ const addToRecentlyOpenedWeb = async path => {
5172
5177
  await setRecentlyOpened(newRecentlyOpened);
5173
5178
  };
5174
5179
  const addToRecentlyOpenedRemote = async path => {
5175
- await invoke$k(RecentlyOpenedAddPath, path);
5180
+ await invoke$l(RecentlyOpenedAddPath, path);
5176
5181
  };
5177
5182
  const addToRecentlyOpened = async path => {
5178
5183
  switch (platform) {
@@ -5210,16 +5215,16 @@ const hydrate$2 = async () => {
5210
5215
  // TODO high memory usage in idb because of transactionDoneMap
5211
5216
 
5212
5217
  const saveValue$1 = async (storeId, value) => {
5213
- await invoke$j('IndexedDb.saveValue', storeId, value);
5218
+ await invoke$k('IndexedDb.saveValue', storeId, value);
5214
5219
  };
5215
5220
  const getValuesByIndexName$1 = async (storeId, indexName, only) => {
5216
- return invoke$j('IndexedDb.getValuesByIndexName', storeId, indexName, only);
5221
+ return invoke$k('IndexedDb.getValuesByIndexName', storeId, indexName, only);
5217
5222
  };
5218
5223
  const addHandle$1 = async (uri, handle) => {
5219
- return invoke$j('IndexedDb.addHandle', uri, handle);
5224
+ return invoke$k('IndexedDb.addHandle', uri, handle);
5220
5225
  };
5221
5226
  const getHandle$1 = async uri => {
5222
- return invoke$j('IndexedDb.getHandle', uri);
5227
+ return invoke$k('IndexedDb.getHandle', uri);
5223
5228
  };
5224
5229
 
5225
5230
  const saveValue = async (sessionId, value) => {
@@ -5577,6 +5582,13 @@ const getWatchConfig = () => {
5577
5582
  command: 'ClipBoard.hotReload'
5578
5583
  });
5579
5584
  }
5585
+ const references = get$e('develop.referencesWorkerPath');
5586
+ if (references) {
5587
+ watchConfig.push({
5588
+ path: references,
5589
+ command: 'Locations.hotReload'
5590
+ });
5591
+ }
5580
5592
  return watchConfig;
5581
5593
  };
5582
5594
 
@@ -5587,7 +5599,7 @@ const watchFilesForHotReload = async platform => {
5587
5599
  if (config.length === 0) {
5588
5600
  return;
5589
5601
  }
5590
- await invoke$k('ExtensionHost.watchForHotReload', config);
5602
+ await invoke$l('ExtensionHost.watchForHotReload', config);
5591
5603
  } catch (error) {
5592
5604
  console.warn(`Failed to watch ${error}`);
5593
5605
  }
@@ -5705,7 +5717,7 @@ const startup = async () => {
5705
5717
  const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
5706
5718
  commands.push(...placeholderCommands);
5707
5719
  commands.push(['Viewlet.appendToBody', layout.uid]);
5708
- await invoke$m('Viewlet.executeCommands', commands);
5720
+ await invoke$n('Viewlet.executeCommands', commands);
5709
5721
  // await Layout.hydrate(initData)
5710
5722
  mark(DidShowLayout);
5711
5723
  mark(WillLoadLanguages);
@@ -6023,7 +6035,7 @@ const create$Y = async ({
6023
6035
  }
6024
6036
  return worker;
6025
6037
  };
6026
- const getMessage$4 = event => {};
6038
+ const getMessage$3 = event => {};
6027
6039
  const wrap$4 = worker => {
6028
6040
  return {
6029
6041
  worker,
@@ -6037,7 +6049,7 @@ const wrap$4 = worker => {
6037
6049
  set onmessage(listener) {
6038
6050
  this.listener = listener;
6039
6051
  const wrappedListener = event => {
6040
- const message = getMessage$4();
6052
+ const message = getMessage$3();
6041
6053
  const syntheticEvent = {
6042
6054
  data: message,
6043
6055
  target: this
@@ -6072,7 +6084,7 @@ const create$X = async ({
6072
6084
  delete globalThis.acceptReferencePort;
6073
6085
  return referencePort;
6074
6086
  };
6075
- const getMessage$3 = message => {
6087
+ const getMessage$2 = message => {
6076
6088
  return message;
6077
6089
  };
6078
6090
  const wrap$3 = referencePort => {
@@ -6088,7 +6100,7 @@ const wrap$3 = referencePort => {
6088
6100
  set onmessage(listener) {
6089
6101
  this.listener = listener;
6090
6102
  const wrappedListener = event => {
6091
- const message = getMessage$3(event);
6103
+ const message = getMessage$2(event);
6092
6104
  const syntheticEvent = {
6093
6105
  data: message,
6094
6106
  target: this
@@ -6204,7 +6216,7 @@ const create$V = async ({
6204
6216
  }
6205
6217
  return webSocket;
6206
6218
  };
6207
- const getMessage$2 = event => {
6219
+ const getMessage$1 = event => {
6208
6220
  return parse$1(event.data);
6209
6221
  };
6210
6222
  const wrap$2 = webSocket => {
@@ -6220,7 +6232,7 @@ const wrap$2 = webSocket => {
6220
6232
  set onmessage(listener) {
6221
6233
  this.listener = listener;
6222
6234
  const wrappedListener = event => {
6223
- const message = getMessage$2(event);
6235
+ const message = getMessage$1(event);
6224
6236
  const syntheticEvent = {
6225
6237
  data: message,
6226
6238
  target: this
@@ -6368,10 +6380,10 @@ const GetColorThemeCssCachedLocalStorage = {
6368
6380
  // TODO high memory usage in idb because of transactionDoneMap
6369
6381
 
6370
6382
  const set$8 = async (key, value) => {
6371
- await invoke$j('IndexedDb.set', key, value);
6383
+ await invoke$k('IndexedDb.set', key, value);
6372
6384
  };
6373
6385
  const get$7 = async key => {
6374
- return invoke$j('IndexedDb.get', key);
6386
+ return invoke$k('IndexedDb.get', key);
6375
6387
  };
6376
6388
 
6377
6389
  const getCacheKey = colorThemeId => {
@@ -6420,10 +6432,7 @@ const FileSystemRename = 'ExtensionHostFileSystem.rename';
6420
6432
  const FileSystemWriteFile = 'ExtensionHostFileSystem.writeFile';
6421
6433
  const GetStatusBarItems = 'ExtensionHost.getStatusBarItems';
6422
6434
  const HoverExecute = 'ExtensionHostHover.execute';
6423
- const ImplementationExecuteImplementationProvider = 'ExtensionHostImplementation.executeImplementationProvider';
6424
6435
  const OrganizeImportsExecute = 'ExtensionHostOrganizeImports.execute';
6425
- const ReferenceExecuteFileReferenceProvider = 'ExtensionHostReference.executeFileReferenceProvider';
6426
- const ReferenceExecuteReferenceProvider = 'ExtensionHostReference.executeReferenceProvider';
6427
6436
  const RegisterStatusBarChangeListener = 'ExtensionHostStatusBar.registerChangeListener';
6428
6437
  const SelectionExecuteSelectionProvider = 'ExtensionHostSelection.executeSelectionProvider';
6429
6438
  const SourceControlGetEnabledProviderIds = 'ExtensionHostSourceControl.getEnabledProviderIds';
@@ -6446,7 +6455,7 @@ const get$4 = () => {
6446
6455
  };
6447
6456
 
6448
6457
  const addWebExtension = async path => {
6449
- const manifest = await invoke$j('Extensions.addWebExtension', path);
6458
+ const manifest = await invoke$k('Extensions.addWebExtension', path);
6450
6459
  // TODO avoid side effect here
6451
6460
  if (manifest.languages) {
6452
6461
  for (const language of manifest.languages) {
@@ -6560,7 +6569,7 @@ const handleRejectedExtensions = async extensions => {
6560
6569
  }
6561
6570
  };
6562
6571
  const getExtensions$1 = async () => {
6563
- return invoke$j('Extensions.getExtensions');
6572
+ return invoke$k('Extensions.getExtensions');
6564
6573
  };
6565
6574
  const addNodeExtension = async path => {
6566
6575
  // TODO add support for dynamically loading node extensions
@@ -6602,13 +6611,13 @@ const state$l = {
6602
6611
  const actuallyActivateExtension = async extension => {
6603
6612
  if (!(extension.id in state$l.activatedExtensions)) {
6604
6613
  const absolutePath = getExtensionAbsolutePath(extension.id, extension.isWeb, extension.builtin, extension.path, extension.browser, origin, platform);
6605
- state$l.activatedExtensions[extension.id] = invoke$j(ExtensionActivate, extension, absolutePath);
6614
+ state$l.activatedExtensions[extension.id] = invoke$k(ExtensionActivate, extension, absolutePath);
6606
6615
  }
6607
6616
  return state$l.activatedExtensions[extension.id];
6608
6617
  };
6609
6618
  const actuallyActivateByEvent = async event => {
6610
6619
  // TODO should not query extensions multiple times
6611
- const extensions = await invoke$j('Extensions.getExtensions');
6620
+ const extensions = await invoke$k('Extensions.getExtensions');
6612
6621
  const {
6613
6622
  resolved,
6614
6623
  rejected
@@ -6654,7 +6663,7 @@ const executeProviders = async ({
6654
6663
  combineResults
6655
6664
  }) => {
6656
6665
  await activateByEvent(event);
6657
- const result = await invoke$j(method, ...params);
6666
+ const result = await invoke$k(method, ...params);
6658
6667
  return result;
6659
6668
  };
6660
6669
  const executeProvider = async ({
@@ -6664,14 +6673,14 @@ const executeProvider = async ({
6664
6673
  noProviderFoundMessage
6665
6674
  }) => {
6666
6675
  await activateByEvent(event);
6667
- const result = invoke$j(method, ...params);
6676
+ const result = invoke$k(method, ...params);
6668
6677
  return result;
6669
6678
  };
6670
6679
  const execute$3 = async ({
6671
6680
  method,
6672
6681
  params
6673
6682
  }) => {
6674
- await invoke$j(method, ...params);
6683
+ await invoke$k(method, ...params);
6675
6684
  };
6676
6685
 
6677
6686
  const readFile$e = uri => {
@@ -6787,7 +6796,7 @@ const ExtensionHostFileSystem = {
6787
6796
  writeFile: writeFile$e
6788
6797
  };
6789
6798
 
6790
- const name$2q = 'App';
6799
+ const name$2r = 'App';
6791
6800
  const getModule$5 = uri => {
6792
6801
  switch (uri) {
6793
6802
  case 'startup-performance':
@@ -6836,7 +6845,7 @@ const FileSystemApp = {
6836
6845
  canBeRestored: canBeRestored$5,
6837
6846
  getPathSeparator: getPathSeparator$7,
6838
6847
  mkdir: mkdir$6,
6839
- name: name$2q,
6848
+ name: name$2r,
6840
6849
  readDirWithFileTypes: readDirWithFileTypes$7,
6841
6850
  readFile: readFile$d,
6842
6851
  remove: remove$6,
@@ -6844,7 +6853,7 @@ const FileSystemApp = {
6844
6853
  writeFile: writeFile$d
6845
6854
  };
6846
6855
 
6847
- const name$2p = 'Data';
6856
+ const name$2q = 'Data';
6848
6857
  const copy$6 = (source, target) => {
6849
6858
  throw new Error('not implemented');
6850
6859
  };
@@ -6881,7 +6890,7 @@ const FileSystemData = {
6881
6890
  getBlobUrl: getBlobUrl$3,
6882
6891
  getPathSeparator: getPathSeparator$6,
6883
6892
  mkdir: mkdir$5,
6884
- name: name$2p,
6893
+ name: name$2q,
6885
6894
  readDirWithFileTypes: readDirWithFileTypes$6,
6886
6895
  readFile: readFile$c,
6887
6896
  remove: remove$5,
@@ -6889,42 +6898,42 @@ const FileSystemData = {
6889
6898
  writeFile: writeFile$c
6890
6899
  };
6891
6900
 
6892
- const name$2o = 'Memory';
6901
+ const name$2p = 'Memory';
6893
6902
  const readFile$b = uri => {
6894
- return invoke$j('FileSystemMemory.readFile', uri);
6903
+ return invoke$k('FileSystemMemory.readFile', uri);
6895
6904
  };
6896
6905
  const writeFile$b = (uri, content) => {
6897
- return invoke$j('FileSystemMemory.writeFile', uri, content);
6906
+ return invoke$k('FileSystemMemory.writeFile', uri, content);
6898
6907
  };
6899
6908
  const mkdir$4 = uri => {
6900
- return invoke$j('FileSystemMemory.mkdir', uri);
6909
+ return invoke$k('FileSystemMemory.mkdir', uri);
6901
6910
  };
6902
6911
  const getPathSeparator$5 = () => {
6903
6912
  return Slash;
6904
6913
  };
6905
6914
  const remove$4 = uri => {
6906
- return invoke$j('FileSystemMemory.remove', uri);
6915
+ return invoke$k('FileSystemMemory.remove', uri);
6907
6916
  };
6908
6917
  const readDirWithFileTypes$5 = uri => {
6909
- return invoke$j('FileSystemMemory.readDirWithFileTypes', uri);
6918
+ return invoke$k('FileSystemMemory.readDirWithFileTypes', uri);
6910
6919
  };
6911
6920
  const getBlobUrl$2 = uri => {
6912
- return invoke$j('FileSystemMemory.getBlobUrl', uri);
6921
+ return invoke$k('FileSystemMemory.getBlobUrl', uri);
6913
6922
  };
6914
6923
  const getBlob$5 = async uri => {
6915
- return invoke$j('FileSystemMemory.getBlob', uri);
6924
+ return invoke$k('FileSystemMemory.getBlob', uri);
6916
6925
  };
6917
6926
  const chmod$3 = (path, permissions) => {
6918
- return invoke$j('FileSystemMemory.chmod', path, permissions);
6927
+ return invoke$k('FileSystemMemory.chmod', path, permissions);
6919
6928
  };
6920
6929
  const rename$3 = (oldPath, newPath) => {
6921
- return invoke$j('FileSystemMemory.rename', oldPath, newPath);
6930
+ return invoke$k('FileSystemMemory.rename', oldPath, newPath);
6922
6931
  };
6923
6932
  const copy$5 = (oldPath, newPath) => {
6924
- return invoke$j('FileSystemMemory.copy', oldPath, newPath);
6933
+ return invoke$k('FileSystemMemory.copy', oldPath, newPath);
6925
6934
  };
6926
6935
  const getFiles$1 = () => {
6927
- return invoke$j('FileSystemMemory.getFiles');
6936
+ return invoke$k('FileSystemMemory.getFiles');
6928
6937
  };
6929
6938
 
6930
6939
  const FileSystemMemory = {
@@ -6936,7 +6945,7 @@ const FileSystemMemory = {
6936
6945
  getFiles: getFiles$1,
6937
6946
  getPathSeparator: getPathSeparator$5,
6938
6947
  mkdir: mkdir$4,
6939
- name: name$2o,
6948
+ name: name$2p,
6940
6949
  readDirWithFileTypes: readDirWithFileTypes$5,
6941
6950
  readFile: readFile$b,
6942
6951
  remove: remove$4,
@@ -6947,7 +6956,7 @@ const FileSystemMemory = {
6947
6956
  // TODO when it rejects, it should throw a custom error,
6948
6957
  // FileSystemError
6949
6958
 
6950
- const name$2n = 'Web';
6959
+ const name$2o = 'Web';
6951
6960
  const state$k = {
6952
6961
  watchers: Object.create(null),
6953
6962
  saveListeners: [],
@@ -7225,7 +7234,7 @@ const FileSystemWeb = {
7225
7234
  createFolder,
7226
7235
  getPathSeparator: getPathSeparator$4,
7227
7236
  mkdir: mkdir$3,
7228
- name: name$2n,
7237
+ name: name$2o,
7229
7238
  onDidSave,
7230
7239
  readDirWithFileTypes: readDirWithFileTypes$4,
7231
7240
  readFile: readFile$a,
@@ -7241,33 +7250,33 @@ const FileSystemWeb = {
7241
7250
  // TODO move all of this to an extension
7242
7251
 
7243
7252
  const canBeRestored$3 = true;
7244
- const name$2m = 'Fetch';
7253
+ const name$2n = 'Fetch';
7245
7254
  const state$j = {
7246
7255
  files: Object.create(null)
7247
7256
  };
7248
7257
  const readFile$9 = async uri => {
7249
- return invoke$j('FileSystemFetch.readFile', uri);
7258
+ return invoke$k('FileSystemFetch.readFile', uri);
7250
7259
  };
7251
7260
  const writeFile$9 = (uri, content) => {
7252
- return invoke$j('FileSystemFetch.writeFile', uri);
7261
+ return invoke$k('FileSystemFetch.writeFile', uri);
7253
7262
  };
7254
7263
  const mkdir$2 = uri => {
7255
- return invoke$j('FileSystemFetch.mkdir', uri);
7264
+ return invoke$k('FileSystemFetch.mkdir', uri);
7256
7265
  };
7257
7266
  const getPathSeparator$3 = () => {
7258
7267
  return Slash;
7259
7268
  };
7260
7269
  const remove$2 = uri => {
7261
- return invoke$j('FileSystemFetch.remove', uri);
7270
+ return invoke$k('FileSystemFetch.remove', uri);
7262
7271
  };
7263
7272
  const readDirWithFileTypes$3 = async uri => {
7264
- return invoke$j('FileSystemFetch.readDirWithFileTypes', uri);
7273
+ return invoke$k('FileSystemFetch.readDirWithFileTypes', uri);
7265
7274
  };
7266
7275
  const chmod$2 = (path, permissions) => {
7267
- return invoke$j('FileSystemFetch.chmod', path, permissions);
7276
+ return invoke$k('FileSystemFetch.chmod', path, permissions);
7268
7277
  };
7269
7278
  const getBlob$4 = async (uri, type) => {
7270
- return invoke$j('FileSystemFetch.getBlob', uri, type);
7279
+ return invoke$k('FileSystemFetch.getBlob', uri, type);
7271
7280
  };
7272
7281
 
7273
7282
  const FileSystemFetch = {
@@ -7277,7 +7286,7 @@ const FileSystemFetch = {
7277
7286
  getBlob: getBlob$4,
7278
7287
  getPathSeparator: getPathSeparator$3,
7279
7288
  mkdir: mkdir$2,
7280
- name: name$2m,
7289
+ name: name$2n,
7281
7290
  readDirWithFileTypes: readDirWithFileTypes$3,
7282
7291
  readFile: readFile$9,
7283
7292
  remove: remove$2,
@@ -7287,7 +7296,7 @@ const FileSystemFetch = {
7287
7296
 
7288
7297
  const fileSystemWorkerUrl = `${assetDir}/packages/file-system-worker/dist/fileSystemWorkerMain.js`;
7289
7298
 
7290
- const getConfiguredWorkerUrl$f = () => {
7299
+ const getConfiguredWorkerUrl$g = () => {
7291
7300
  let configuredWorkerUrl = get$e('develop.fileSystemWorkerPath') || '';
7292
7301
  if (configuredWorkerUrl) {
7293
7302
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -7303,22 +7312,22 @@ const launchFileSystemWorker = async () => {
7303
7312
  const ipc = await create$13({
7304
7313
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
7305
7314
  name,
7306
- url: getConfiguredWorkerUrl$f()
7315
+ url: getConfiguredWorkerUrl$g()
7307
7316
  });
7308
7317
  handleIpc(ipc);
7309
- await invoke$n(ipc, 'Initialize.initialize', platform);
7318
+ await invoke$o(ipc, 'Initialize.initialize', platform);
7310
7319
  return ipc;
7311
7320
  };
7312
7321
 
7313
7322
  const {
7314
- invoke: invoke$h} = getOrCreateWorker(launchFileSystemWorker);
7323
+ invoke: invoke$i} = getOrCreateWorker(launchFileSystemWorker);
7315
7324
 
7316
7325
  const getRemoteSrc = uri => {
7317
7326
  const src = `/remote${uri}`;
7318
7327
  return src;
7319
7328
  };
7320
7329
 
7321
- const name$2l = 'Disk';
7330
+ const name$2m = 'Disk';
7322
7331
  const toUri = item => {
7323
7332
  if (item.startsWith('file://')) {
7324
7333
  return item;
@@ -7328,37 +7337,37 @@ const toUri = item => {
7328
7337
  const copy$4 = (source, target) => {
7329
7338
  source = toUri(source);
7330
7339
  target = toUri(target);
7331
- return invoke$h('FileSystem.copy', /* source */source, /* target */target);
7340
+ return invoke$i('FileSystem.copy', /* source */source, /* target */target);
7332
7341
  };
7333
7342
  const readFile$8 = (path, encoding) => {
7334
7343
  path = toUri(path);
7335
- return invoke$h('FileSystem.readFile', /* path */path, /* encoding */encoding);
7344
+ return invoke$i('FileSystem.readFile', /* path */path, /* encoding */encoding);
7336
7345
  };
7337
7346
  const readJson$2 = path => {
7338
7347
  path = toUri(path);
7339
- return invoke$h('FileSystem.readJson', /* path */path);
7348
+ return invoke$i('FileSystem.readJson', /* path */path);
7340
7349
  };
7341
7350
  const remove$1 = path => {
7342
7351
  path = toUri(path);
7343
- return invoke$h('FileSystem.remove', /* path */path);
7352
+ return invoke$i('FileSystem.remove', /* path */path);
7344
7353
  };
7345
7354
  const rename$1 = (oldUri, newUri) => {
7346
7355
  oldUri = toUri(oldUri);
7347
7356
  newUri = toUri(newUri);
7348
- return invoke$h('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
7357
+ return invoke$i('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
7349
7358
  };
7350
7359
  const mkdir$1 = path => {
7351
7360
  path = toUri(path);
7352
- return invoke$h('FileSystem.mkdir', /* path */path);
7361
+ return invoke$i('FileSystem.mkdir', /* path */path);
7353
7362
  };
7354
7363
  const writeFile$8 = async (path, content, encoding) => {
7355
7364
  path = toUri(path);
7356
- await invoke$h(/* FileSystem.writeFile */'FileSystem.writeFile', /* path */path, /* content */content, /* encoding */encoding);
7365
+ await invoke$i(/* FileSystem.writeFile */'FileSystem.writeFile', /* path */path, /* content */content, /* encoding */encoding);
7357
7366
  };
7358
7367
  const ensureFile = async () => {};
7359
7368
  const readDirWithFileTypes$2 = path => {
7360
7369
  path = toUri(path);
7361
- return invoke$h('FileSystem.readDirWithFileTypes', /* path */path);
7370
+ return invoke$i('FileSystem.readDirWithFileTypes', /* path */path);
7362
7371
  };
7363
7372
  const getBlobUrl$1 = path => {
7364
7373
  if (!path.startsWith('/')) {
@@ -7367,7 +7376,7 @@ const getBlobUrl$1 = path => {
7367
7376
  return getRemoteSrc(path);
7368
7377
  };
7369
7378
  const getBlob$3 = async (path, type) => {
7370
- const content = await invoke$h('FileSystem.readFileAsBuffer', path);
7379
+ const content = await invoke$i('FileSystem.readFileAsBuffer', path);
7371
7380
  const array = new Uint8Array(content.data);
7372
7381
  const blob = new Blob([array], {
7373
7382
  type
@@ -7378,22 +7387,22 @@ const getPathSeparator$2 = () => {
7378
7387
  if (platform === Web$1) {
7379
7388
  return Slash;
7380
7389
  }
7381
- return invoke$h('FileSystem.getPathSeparator');
7390
+ return invoke$i('FileSystem.getPathSeparator');
7382
7391
  };
7383
7392
  const getRealPath = path => {
7384
- return invoke$h('FileSystem.getRealPath', /* path */path);
7393
+ return invoke$i('FileSystem.getRealPath', /* path */path);
7385
7394
  };
7386
7395
  const stat = path => {
7387
7396
  path = toUri(path);
7388
- return invoke$h('FileSystem.stat', /* path */path);
7397
+ return invoke$i('FileSystem.stat', /* path */path);
7389
7398
  };
7390
7399
  const getFolderSize = path => {
7391
7400
  path = toUri(path);
7392
- return invoke$h('FileSystemDisk.getFolderSize', /* path */path);
7401
+ return invoke$i('FileSystemDisk.getFolderSize', /* path */path);
7393
7402
  };
7394
7403
  const chmod$1 = (path, permissions) => {
7395
7404
  path = toUri(path);
7396
- return invoke$h('FileSystem.chmod', /* path */path, /* permissions */permissions);
7405
+ return invoke$i('FileSystem.chmod', /* path */path, /* permissions */permissions);
7397
7406
  };
7398
7407
  const canBeRestored$2 = true;
7399
7408
 
@@ -7409,7 +7418,7 @@ const FileSystemDisk = {
7409
7418
  getPathSeparator: getPathSeparator$2,
7410
7419
  getRealPath,
7411
7420
  mkdir: mkdir$1,
7412
- name: name$2l,
7421
+ name: name$2m,
7413
7422
  readDirWithFileTypes: readDirWithFileTypes$2,
7414
7423
  readFile: readFile$8,
7415
7424
  readJson: readJson$2,
@@ -7544,7 +7553,7 @@ const requestPermission = async (handle, options) => {
7544
7553
  // query permission, but from renderer process
7545
7554
  // because handle.requestPermission is not implemented
7546
7555
  // in a worker, see https://github.com/WICG/file-system-access/issues/289
7547
- const permissionTypeNow = await invoke$m('FileSystemHandle.requestPermission', handle, options);
7556
+ const permissionTypeNow = await invoke$n('FileSystemHandle.requestPermission', handle, options);
7548
7557
  return permissionTypeNow;
7549
7558
  };
7550
7559
  const queryPermission = async (handle, options) => {
@@ -7770,7 +7779,7 @@ const FileSystemHtml = {
7770
7779
 
7771
7780
  const debugWorkerUrl = `${assetDir}/packages/debug-worker/dist/debugWorkerMain.js`;
7772
7781
 
7773
- const getConfiguredWorkerUrl$e = () => {
7782
+ const getConfiguredWorkerUrl$f = () => {
7774
7783
  let configuredWorkerUrl = get$e('develop.debugWorkerPath') || '';
7775
7784
  if (configuredWorkerUrl) {
7776
7785
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -7786,21 +7795,21 @@ const launchDebugWorker = async () => {
7786
7795
  const ipc = await create$13({
7787
7796
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
7788
7797
  name,
7789
- url: getConfiguredWorkerUrl$e()
7798
+ url: getConfiguredWorkerUrl$f()
7790
7799
  });
7791
7800
  handleIpc(ipc);
7792
- await invoke$n(ipc, 'Initialize.initialize');
7801
+ await invoke$o(ipc, 'Initialize.initialize');
7793
7802
  return ipc;
7794
7803
  };
7795
7804
 
7796
7805
  const {
7797
- invoke: invoke$g,
7806
+ invoke: invoke$h,
7798
7807
  restart: restart$8
7799
7808
  } = getOrCreateWorker(launchDebugWorker);
7800
7809
 
7801
- const name$2k = 'Debug';
7810
+ const name$2l = 'Debug';
7802
7811
  const readFile$6 = uri => {
7803
- return invoke$g('RunAndDebug.readFile', uri);
7812
+ return invoke$h('RunAndDebug.readFile', uri);
7804
7813
  };
7805
7814
  const writeFile$6 = (uri, content) => {
7806
7815
  throw new Error('not implemented');
@@ -7841,7 +7850,7 @@ const FileSystemDebug = {
7841
7850
  getFiles,
7842
7851
  getPathSeparator,
7843
7852
  mkdir,
7844
- name: name$2k,
7853
+ name: name$2l,
7845
7854
  readDirWithFileTypes,
7846
7855
  readFile: readFile$6,
7847
7856
  remove,
@@ -8185,7 +8194,7 @@ const TryToGetActualImportErrorMessage = {
8185
8194
 
8186
8195
  const aboutViewWorkerUrl = `${assetDir}/packages/about-view-worker/dist/aboutWorkerMain.js`;
8187
8196
 
8188
- const getConfiguredWorkerUrl$d = () => {
8197
+ const getConfiguredWorkerUrl$e = () => {
8189
8198
  let configuredWorkerUrl = get$e('develop.aboutViewWorkerPath') || '';
8190
8199
  if (configuredWorkerUrl) {
8191
8200
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -8201,18 +8210,18 @@ const launchAboutViewWorker = async () => {
8201
8210
  const ipc = await create$13({
8202
8211
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
8203
8212
  name,
8204
- url: getConfiguredWorkerUrl$d()
8213
+ url: getConfiguredWorkerUrl$e()
8205
8214
  });
8206
8215
  handleIpc(ipc);
8207
8216
  return ipc;
8208
8217
  };
8209
8218
 
8210
8219
  const {
8211
- invoke: invoke$f
8220
+ invoke: invoke$g
8212
8221
  } = getOrCreateWorker(launchAboutViewWorker);
8213
8222
 
8214
8223
  const showAboutElectron = async () => {
8215
- return invoke$f('About.showAboutElectron');
8224
+ return invoke$g('About.showAboutElectron');
8216
8225
  };
8217
8226
 
8218
8227
  const showAboutDefault = async () => {
@@ -8231,15 +8240,15 @@ const showAbout = async () => {
8231
8240
  await fn();
8232
8241
  };
8233
8242
 
8234
- const name$2j = 'About';
8235
- const Commands$2d = {
8243
+ const name$2k = 'About';
8244
+ const Commands$2e = {
8236
8245
  showAbout: showAbout
8237
8246
  };
8238
8247
 
8239
8248
  const About_ipc = {
8240
8249
  __proto__: null,
8241
- Commands: Commands$2d,
8242
- name: name$2j
8250
+ Commands: Commands$2e,
8251
+ name: name$2k
8243
8252
  };
8244
8253
 
8245
8254
  /**
@@ -8307,8 +8316,8 @@ const getResponse$1 = async (url, options) => {
8307
8316
 
8308
8317
  // TODO only use Ajax module via ipc -> that way is is always lazyloaded
8309
8318
 
8310
- const name$2i = 'Ajax';
8311
- const Commands$2c = {
8319
+ const name$2j = 'Ajax';
8320
+ const Commands$2d = {
8312
8321
  getBlob: getBlob,
8313
8322
  getJson: getJson$1,
8314
8323
  getText: getText
@@ -8316,24 +8325,24 @@ const Commands$2c = {
8316
8325
 
8317
8326
  const Ajax_ipc = {
8318
8327
  __proto__: null,
8319
- Commands: Commands$2c,
8320
- name: name$2i
8328
+ Commands: Commands$2d,
8329
+ name: name$2j
8321
8330
  };
8322
8331
 
8323
8332
  const playBell = async () => {
8324
8333
  const src = '/sounds/bell.oga';
8325
- await invoke$m(/* Audio.play */3211, /* src */src);
8334
+ await invoke$n(/* Audio.play */3211, /* src */src);
8326
8335
  };
8327
8336
 
8328
- const name$2h = 'Audio';
8329
- const Commands$2b = {
8337
+ const name$2i = 'Audio';
8338
+ const Commands$2c = {
8330
8339
  playBell: playBell
8331
8340
  };
8332
8341
 
8333
8342
  const Audio_ipc = {
8334
8343
  __proto__: null,
8335
- Commands: Commands$2b,
8336
- name: name$2h
8344
+ Commands: Commands$2c,
8345
+ name: name$2i
8337
8346
  };
8338
8347
 
8339
8348
  const AppImage = 'AppImage';
@@ -8375,25 +8384,25 @@ const i18nString = (key, placeholders = emptyObject) => {
8375
8384
  /**
8376
8385
  * @enum {string}
8377
8386
  */
8378
- const UiStrings$l = {
8387
+ const UiStrings$k = {
8379
8388
  DoYouWantToUpdate: 'Do you want to update to version {PH1}?',
8380
8389
  DoYouWantToRestart: 'The Update has been downloaded. Do you want to restart now?'
8381
8390
  };
8382
8391
  const promptMessage = version => {
8383
- return i18nString(UiStrings$l.DoYouWantToUpdate, {
8392
+ return i18nString(UiStrings$k.DoYouWantToUpdate, {
8384
8393
  PH1: version
8385
8394
  });
8386
8395
  };
8387
8396
  const promptRestart = () => {
8388
- return i18nString(UiStrings$l.DoYouWantToRestart);
8397
+ return i18nString(UiStrings$k.DoYouWantToRestart);
8389
8398
  };
8390
8399
 
8391
8400
  const getAutoUpdateType = () => {
8392
- return invoke$k('AutoUpdater.getAutoUpdateType');
8401
+ return invoke$l('AutoUpdater.getAutoUpdateType');
8393
8402
  };
8394
8403
 
8395
8404
  const getLatestVersion = () => {
8396
- return invoke$k('AutoUpdater.getLatestVersion');
8405
+ return invoke$l('AutoUpdater.getLatestVersion');
8397
8406
  };
8398
8407
 
8399
8408
  const checkForUpdates$1 = async () => {
@@ -8420,12 +8429,31 @@ const checkForUpdates$1 = async () => {
8420
8429
  await module.installAndRestart(downloadPath);
8421
8430
  };
8422
8431
 
8423
- const name$2g = 'AutoUpdater';
8424
- const Commands$2a = {
8432
+ const name$2h = 'AutoUpdater';
8433
+ const Commands$2b = {
8425
8434
  checkForUpdates: checkForUpdates$1
8426
8435
  };
8427
8436
 
8428
8437
  const AutoUpdater_ipc = {
8438
+ __proto__: null,
8439
+ Commands: Commands$2b,
8440
+ name: name$2h
8441
+ };
8442
+
8443
+ const getActiveEditor = () => {
8444
+ return getState$1(EditorText);
8445
+ };
8446
+ const getActiveEditorId = () => {
8447
+ const editor = getActiveEditor();
8448
+ return editor.id;
8449
+ };
8450
+
8451
+ const name$2g = 'GetActiveEditor';
8452
+ const Commands$2a = {
8453
+ getActiveEditorId: getActiveEditorId
8454
+ };
8455
+
8456
+ const GetActiveEditor_ipc = {
8429
8457
  __proto__: null,
8430
8458
  Commands: Commands$2a,
8431
8459
  name: name$2g
@@ -8478,14 +8506,14 @@ const GetEditorSourceActions_ipc = {
8478
8506
  };
8479
8507
 
8480
8508
  const getFileHandles = ids => {
8481
- return invoke$m('FileHandles.get', ids);
8509
+ return invoke$n('FileHandles.get', ids);
8482
8510
  };
8483
8511
  const addFileHandle = fileHandle => {
8484
- return invoke$m('FileSystemHandle.addFileHandle', fileHandle);
8512
+ return invoke$n('FileSystemHandle.addFileHandle', fileHandle);
8485
8513
  };
8486
8514
 
8487
8515
  const getFilePathElectron = async file => {
8488
- return invoke$m('GetFilePathElectron.getFilePathElectron', file);
8516
+ return invoke$n('GetFilePathElectron.getFilePathElectron', file);
8489
8517
  };
8490
8518
 
8491
8519
  const name$2e = 'FileSystemHandle';
@@ -8679,10 +8707,10 @@ const applyLegacyBulkReplacement = async (files, ranges, replacement) => {
8679
8707
  array(ranges);
8680
8708
  string(replacement);
8681
8709
  if (isSpecialScheme(files)) {
8682
- await invoke$j('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8710
+ await invoke$k('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8683
8711
  return;
8684
8712
  }
8685
- await invoke$k('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8713
+ await invoke$l('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8686
8714
  };
8687
8715
 
8688
8716
  const applyFileReplacement = async edit => {
@@ -8918,7 +8946,7 @@ const Chrome_ipc = {
8918
8946
 
8919
8947
  const clipBoardWorkerUrl = `${assetDir}/packages/clipboard-worker/dist/clipBoardWorkerMain.js`;
8920
8948
 
8921
- const getConfiguredWorkerUrl$c = () => {
8949
+ const getConfiguredWorkerUrl$d = () => {
8922
8950
  let configuredWorkerUrl = get$e('develop.clipBoardWorkerPath') || '';
8923
8951
  if (configuredWorkerUrl) {
8924
8952
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -8934,47 +8962,47 @@ const launchClipBoardWorker = async () => {
8934
8962
  const ipc = await create$13({
8935
8963
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
8936
8964
  name,
8937
- url: getConfiguredWorkerUrl$c()
8965
+ url: getConfiguredWorkerUrl$d()
8938
8966
  });
8939
8967
  handleIpc(ipc);
8940
- await invoke$n(ipc, 'ClipBoard.initialize', platform);
8968
+ await invoke$o(ipc, 'ClipBoard.initialize', platform);
8941
8969
  return ipc;
8942
8970
  };
8943
8971
 
8944
8972
  const {
8945
- invoke: invoke$e} = getOrCreateWorker(launchClipBoardWorker);
8973
+ invoke: invoke$f} = getOrCreateWorker(launchClipBoardWorker);
8946
8974
 
8947
8975
  const readText = async () => {
8948
- return await invoke$e('ClipBoard.readText');
8976
+ return await invoke$f('ClipBoard.readText');
8949
8977
  };
8950
8978
  const writeText$1 = async text => {
8951
- return await invoke$e('ClipBoard.writeText', text);
8979
+ return await invoke$f('ClipBoard.writeText', text);
8952
8980
  };
8953
8981
  const enableMemoryClipBoard = async () => {
8954
- return await invoke$e('ClipBoard.enableMemoryClipBoard');
8982
+ return await invoke$f('ClipBoard.enableMemoryClipBoard');
8955
8983
  };
8956
8984
  const disableMemoryClipBoard = async () => {
8957
- return await invoke$e('ClipBoard.disableMemoryClipBoard');
8985
+ return await invoke$f('ClipBoard.disableMemoryClipBoard');
8958
8986
  };
8959
- const hotReload$9 = async () => {
8960
- return await invoke$e('ClipBoard.hotReload');
8987
+ const hotReload$a = async () => {
8988
+ return await invoke$f('ClipBoard.hotReload');
8961
8989
  };
8962
8990
  const writeNativeFiles = async (type, files) => {
8963
- return await invoke$e('ClipBoard.writeNativeFiles', type, files);
8991
+ return await invoke$f('ClipBoard.writeNativeFiles', type, files);
8964
8992
  };
8965
8993
  const readNativeFiles = async () => {
8966
- return await invoke$e('ClipBoard.readNativeFiles');
8994
+ return await invoke$f('ClipBoard.readNativeFiles');
8967
8995
  };
8968
8996
  const writeImage = async blob => {
8969
8997
  try {
8970
- return await invoke$m('ClipBoard.writeImage', blob);
8998
+ return await invoke$n('ClipBoard.writeImage', blob);
8971
8999
  } catch (error) {
8972
9000
  throw new VError(error, 'Failed to write image to clipboard');
8973
9001
  }
8974
9002
  };
8975
9003
  const execCopy = async () => {
8976
9004
  try {
8977
- return await invoke$m('ClipBoard.execCopy');
9005
+ return await invoke$n('ClipBoard.execCopy');
8978
9006
  } catch (error) {
8979
9007
  throw new VError(error, 'Failed to copy selected text');
8980
9008
  }
@@ -8983,7 +9011,7 @@ const execCopy = async () => {
8983
9011
  const name$28 = 'ClipBoard';
8984
9012
  const Commands$22 = {
8985
9013
  execCopy: execCopy,
8986
- hotReload: hotReload$9,
9014
+ hotReload: hotReload$a,
8987
9015
  readNativeFiles: readNativeFiles,
8988
9016
  readText: readText,
8989
9017
  writeImage: writeImage,
@@ -9000,7 +9028,7 @@ const ClipBoard_ipc = {
9000
9028
  };
9001
9029
 
9002
9030
  const getColorThemeNames = async () => {
9003
- return invoke$j('ColorTheme.getColorThemeNames');
9031
+ return invoke$k('ColorTheme.getColorThemeNames');
9004
9032
  };
9005
9033
 
9006
9034
  const name$27 = 'ColorTheme';
@@ -9023,7 +9051,7 @@ const getProductNameLong = () => {
9023
9051
  };
9024
9052
 
9025
9053
  const showOpenDialog = (title, properties) => {
9026
- return invoke$k('ElectronDialog.showOpenDialog', title, properties);
9054
+ return invoke$l('ElectronDialog.showOpenDialog', title, properties);
9027
9055
  };
9028
9056
  const showMessageBox = async options => {
9029
9057
  // TODO maybe request window id here instead of at caller
@@ -9035,7 +9063,7 @@ const showMessageBox = async options => {
9035
9063
  productName,
9036
9064
  windowId
9037
9065
  };
9038
- return invoke$k('ElectronDialog.showMessageBox', finalOptions);
9066
+ return invoke$l('ElectronDialog.showMessageBox', finalOptions);
9039
9067
  };
9040
9068
 
9041
9069
  const Question = 'question';
@@ -9052,22 +9080,22 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
9052
9080
  };
9053
9081
 
9054
9082
  const prompt$2 = async (message, confirmMessage, title) => {
9055
- const result = await invoke$m('ConfirmPrompt.prompt', message);
9083
+ const result = await invoke$n('ConfirmPrompt.prompt', message);
9056
9084
  return result;
9057
9085
  };
9058
9086
 
9059
9087
  /**
9060
9088
  * @enum {string}
9061
9089
  */
9062
- const UiStrings$k = {
9090
+ const UiStrings$j = {
9063
9091
  Cancel: 'Cancel',
9064
9092
  Ok: 'Ok'
9065
9093
  };
9066
9094
  const cancel = () => {
9067
- return i18nString(UiStrings$k.Cancel);
9095
+ return i18nString(UiStrings$j.Cancel);
9068
9096
  };
9069
9097
  const ok = () => {
9070
- return i18nString(UiStrings$k.Ok);
9098
+ return i18nString(UiStrings$j.Ok);
9071
9099
  };
9072
9100
 
9073
9101
  const prompt$1 = async (message, {
@@ -9096,21 +9124,21 @@ const ConfirmPrompt_ipc = {
9096
9124
  };
9097
9125
 
9098
9126
  const startRecording = options => {
9099
- return invoke$k('ElectronContentTracing.startRecording', options);
9127
+ return invoke$l('ElectronContentTracing.startRecording', options);
9100
9128
  };
9101
9129
 
9102
9130
  /**
9103
9131
  * @returns {Promise<string>}
9104
9132
  */
9105
9133
  const stopRecording = () => {
9106
- return invoke$k('ElectronContentTracing.stopRecording');
9134
+ return invoke$l('ElectronContentTracing.stopRecording');
9107
9135
  };
9108
9136
 
9109
9137
  const showItemInFolder = fullPath => {
9110
- return invoke$k('OpenExternal.showItemInFolder', fullPath);
9138
+ return invoke$l('OpenExternal.showItemInFolder', fullPath);
9111
9139
  };
9112
9140
  const openExternal$2 = url => {
9113
- return invoke$k('OpenExternal.openExternal', url);
9141
+ return invoke$l('OpenExternal.openExternal', url);
9114
9142
  };
9115
9143
 
9116
9144
  const openNativeFolderWeb = absolutePath => {
@@ -9118,7 +9146,7 @@ const openNativeFolderWeb = absolutePath => {
9118
9146
  };
9119
9147
  const openNativeFolderRemote = async absolutePath => {
9120
9148
  try {
9121
- await invoke$k(OpenNativeFolder, /* path */absolutePath);
9149
+ await invoke$l(OpenNativeFolder, /* path */absolutePath);
9122
9150
  } catch (error) {
9123
9151
  throw new VError(error, `Failed to open folder ${absolutePath}`);
9124
9152
  }
@@ -9231,26 +9259,26 @@ const Debug_ipc = {
9231
9259
 
9232
9260
  const attachDebugger = async pid => {
9233
9261
  number(pid);
9234
- await invoke$k('AttachDebugger.attachDebugger', pid);
9262
+ await invoke$l('AttachDebugger.attachDebugger', pid);
9235
9263
  };
9236
9264
 
9237
9265
  const getPid = () => {
9238
- return invoke$k('Process.getPid');
9266
+ return invoke$l('Process.getPid');
9239
9267
  };
9240
9268
  const getElectronVersion = () => {
9241
- return invoke$k('ElectronProcess.getElectronVersion');
9269
+ return invoke$l('ElectronProcess.getElectronVersion');
9242
9270
  };
9243
9271
  const getNodeVersion = () => {
9244
- return invoke$k('Process.getNodeVersion');
9272
+ return invoke$l('Process.getNodeVersion');
9245
9273
  };
9246
9274
  const getChromeVersion = () => {
9247
- return invoke$k('ElectronProcess.getChromeVersion');
9275
+ return invoke$l('ElectronProcess.getChromeVersion');
9248
9276
  };
9249
9277
  const getV8Version = () => {
9250
- return invoke$k('Process.getV8Version');
9278
+ return invoke$l('Process.getV8Version');
9251
9279
  };
9252
9280
  const getArch = () => {
9253
- return invoke$k('Process.getArch');
9281
+ return invoke$l('Process.getArch');
9254
9282
  };
9255
9283
 
9256
9284
  const debugSharedProcess = async () => {
@@ -9270,10 +9298,10 @@ const DebugSharedProcess_ipc = {
9270
9298
  };
9271
9299
 
9272
9300
  const crashSharedProcess = () => {
9273
- return invoke$k('Crash.crashSharedProcess');
9301
+ return invoke$l('Crash.crashSharedProcess');
9274
9302
  };
9275
9303
  const crashMainProcess = () => {
9276
- return invoke$k('Crash.crashMainProcess');
9304
+ return invoke$l('Crash.crashMainProcess');
9277
9305
  };
9278
9306
 
9279
9307
  const toggleDeveloperTools$1 = () => {
@@ -9289,7 +9317,7 @@ const openCacheFolder = async () => {
9289
9317
  await openNativeFolder(cacheFolder);
9290
9318
  };
9291
9319
  const openDataFolder = async () => {
9292
- const dataFolder = await invoke$k(/* Platform.getDataDir */'Platform.getDataDir');
9320
+ const dataFolder = await invoke$l(/* Platform.getDataDir */'Platform.getDataDir');
9293
9321
  await openNativeFolder(dataFolder);
9294
9322
  };
9295
9323
  const openLogsFolder = async () => {
@@ -9302,7 +9330,7 @@ const openLogsFolder = async () => {
9302
9330
  };
9303
9331
 
9304
9332
  const getPerformanceEntries = () => {
9305
- return invoke$k('ElectronDeveloper.getPerformanceEntries');
9333
+ return invoke$l('ElectronDeveloper.getPerformanceEntries');
9306
9334
  };
9307
9335
 
9308
9336
  const toMarkdownTable = (header, rows) => {
@@ -9543,7 +9571,7 @@ const getNodeTiming = () => {
9543
9571
  if (platform === Web$1) {
9544
9572
  return undefined;
9545
9573
  }
9546
- return invoke$k(/* command */'Performance.getNodeStartupTiming');
9574
+ return invoke$l(/* command */'Performance.getNodeStartupTiming');
9547
9575
  };
9548
9576
  const getMeasureEntries = () => {
9549
9577
  const measureEntries = getEntriesByType(Measure);
@@ -9632,13 +9660,13 @@ const formatRendererProcessData = ({
9632
9660
  return toMarkdownTable(header, rows);
9633
9661
  };
9634
9662
  const getSharedProcessMemoryUsage = () => {
9635
- return invoke$k(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
9663
+ return invoke$l(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
9636
9664
  };
9637
9665
  const getPerformanceMemory = () => {
9638
- return invoke$m('Performance.getMemory');
9666
+ return invoke$n('Performance.getMemory');
9639
9667
  };
9640
9668
  const getPerformanceUserAgentSpecificMemory = () => {
9641
- return invoke$m('Performance.measureUserAgentSpecificMemory');
9669
+ return invoke$n('Performance.measureUserAgentSpecificMemory');
9642
9670
  };
9643
9671
 
9644
9672
  // TODO handle case when renderer process and renderer worker are same process communicating via messagePort
@@ -9687,13 +9715,13 @@ const showMemoryUsage = async () => {
9687
9715
 
9688
9716
  // TODO not sure if this function is useful
9689
9717
  const allocateMemoryInSharedProcess = () => {
9690
- return invoke$k(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
9718
+ return invoke$l(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
9691
9719
  };
9692
9720
  const createSharedProcessHeapSnapshot = async () => {
9693
- await invoke$k(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
9721
+ await invoke$l(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
9694
9722
  };
9695
9723
  const createSharedProcessProfile = async () => {
9696
- await invoke$k(/* Developer.createProfile */'Developer.createProfile');
9724
+ await invoke$l(/* Developer.createProfile */'Developer.createProfile');
9697
9725
  };
9698
9726
  const reloadIconTheme = async () => {
9699
9727
  await hydrate$3();
@@ -9874,12 +9902,12 @@ const Dialog_ipc = {
9874
9902
  const downloadFile = async (fileName, url) => {
9875
9903
  string(fileName);
9876
9904
  string(url);
9877
- await invoke$m(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
9905
+ await invoke$n(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
9878
9906
  };
9879
9907
  const downloadToDownloadsFolder = async (fileName, url) => {
9880
9908
  const downloadFolder = await getDownloadDir();
9881
9909
  const outFile = `${downloadFolder}/${fileName}`;
9882
- await invoke$k(DownloadDownload, /* url */url, /* outFile */outFile);
9910
+ await invoke$l(DownloadDownload, /* url */url, /* outFile */outFile);
9883
9911
  };
9884
9912
  const downloadJson = async (json, fileName) => {
9885
9913
  let url = '';
@@ -9900,7 +9928,7 @@ const downloadJson = async (json, fileName) => {
9900
9928
  const downloadUrl = (url, outFile) => {
9901
9929
  string(url);
9902
9930
  string(outFile);
9903
- return invoke$k('Download.download', url, outFile);
9931
+ return invoke$l('Download.download', url, outFile);
9904
9932
  };
9905
9933
 
9906
9934
  const name$1$ = 'Download';
@@ -9978,7 +10006,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
9978
10006
  const x$1 = x(editor, rowIndex, columnIndex);
9979
10007
  // @ts-ignore
9980
10008
  const y$1 = y(editor, rowIndex);
9981
- await invoke$m(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
10009
+ await invoke$n(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
9982
10010
  };
9983
10011
 
9984
10012
  const Commands$1T = {
@@ -9993,7 +10021,7 @@ const EditorError_ipc = {
9993
10021
  /**
9994
10022
  * @enum {string}
9995
10023
  */
9996
- const UiStrings$j = {
10024
+ const UiStrings$i = {
9997
10025
  Copy: 'Copy',
9998
10026
  CopyLineDown: 'Copy Line Down',
9999
10027
  CopyLineUp: 'Copy Line Up',
@@ -10013,58 +10041,58 @@ const UiStrings$j = {
10013
10041
  FormatDocument: 'Format Document',
10014
10042
  SourceActions: 'Source Actions'};
10015
10043
  const goToDefinition = () => {
10016
- return i18nString(UiStrings$j.GoToDefinition);
10044
+ return i18nString(UiStrings$i.GoToDefinition);
10017
10045
  };
10018
10046
  const goToTypeDefinition = () => {
10019
- return i18nString(UiStrings$j.GoToTypeDefinition);
10047
+ return i18nString(UiStrings$i.GoToTypeDefinition);
10020
10048
  };
10021
10049
  const findAllReferences = () => {
10022
- return i18nString(UiStrings$j.FindAllReferences);
10050
+ return i18nString(UiStrings$i.FindAllReferences);
10023
10051
  };
10024
10052
  const findAllImplementations = () => {
10025
- return i18nString(UiStrings$j.FindAllImplementations);
10053
+ return i18nString(UiStrings$i.FindAllImplementations);
10026
10054
  };
10027
10055
  const cut = () => {
10028
- return i18nString(UiStrings$j.Cut);
10056
+ return i18nString(UiStrings$i.Cut);
10029
10057
  };
10030
10058
  const copy$3 = () => {
10031
- return i18nString(UiStrings$j.Copy);
10059
+ return i18nString(UiStrings$i.Copy);
10032
10060
  };
10033
10061
  const paste = () => {
10034
- return i18nString(UiStrings$j.Paste);
10062
+ return i18nString(UiStrings$i.Paste);
10035
10063
  };
10036
10064
  const undo = () => {
10037
- return i18nString(UiStrings$j.Undo);
10065
+ return i18nString(UiStrings$i.Undo);
10038
10066
  };
10039
10067
  const redo = () => {
10040
- return i18nString(UiStrings$j.Redo);
10068
+ return i18nString(UiStrings$i.Redo);
10041
10069
  };
10042
10070
  const toggleLineComment = () => {
10043
- return i18nString(UiStrings$j.ToggleLineComment);
10071
+ return i18nString(UiStrings$i.ToggleLineComment);
10044
10072
  };
10045
10073
  const toggleBlockComment = () => {
10046
- return i18nString(UiStrings$j.ToggleBlockComment);
10074
+ return i18nString(UiStrings$i.ToggleBlockComment);
10047
10075
  };
10048
10076
  const selectAll = () => {
10049
- return i18nString(UiStrings$j.SelectAll);
10077
+ return i18nString(UiStrings$i.SelectAll);
10050
10078
  };
10051
10079
  const copyLineUp = () => {
10052
- return i18nString(UiStrings$j.CopyLineUp);
10080
+ return i18nString(UiStrings$i.CopyLineUp);
10053
10081
  };
10054
10082
  const copyLineDown = () => {
10055
- return i18nString(UiStrings$j.CopyLineDown);
10083
+ return i18nString(UiStrings$i.CopyLineDown);
10056
10084
  };
10057
10085
  const moveLineUp = () => {
10058
- return i18nString(UiStrings$j.MoveLineUp);
10086
+ return i18nString(UiStrings$i.MoveLineUp);
10059
10087
  };
10060
10088
  const moveLineDown = () => {
10061
- return i18nString(UiStrings$j.MoveLineDown);
10089
+ return i18nString(UiStrings$i.MoveLineDown);
10062
10090
  };
10063
10091
  const formatDocument = () => {
10064
- return i18nString(UiStrings$j.FormatDocument);
10092
+ return i18nString(UiStrings$i.FormatDocument);
10065
10093
  };
10066
10094
  const sourceAction = () => {
10067
- return i18nString(UiStrings$j.SourceActions);
10095
+ return i18nString(UiStrings$i.SourceActions);
10068
10096
  };
10069
10097
 
10070
10098
  const Separator$3 = 1;
@@ -10159,7 +10187,7 @@ const MenuEntriesEdit = {
10159
10187
  /**
10160
10188
  * @enum {string}
10161
10189
  */
10162
- const UiStrings$i = {
10190
+ const UiStrings$h = {
10163
10191
  NewFile: 'New File',
10164
10192
  NewWindow: 'New Window',
10165
10193
  OpenFile: 'Open File',
@@ -10170,28 +10198,28 @@ const UiStrings$i = {
10170
10198
  SaveAll: 'Save All'
10171
10199
  };
10172
10200
  const newFile = () => {
10173
- return i18nString(UiStrings$i.NewFile);
10201
+ return i18nString(UiStrings$h.NewFile);
10174
10202
  };
10175
10203
  const newWindow$1 = () => {
10176
- return i18nString(UiStrings$i.NewWindow);
10204
+ return i18nString(UiStrings$h.NewWindow);
10177
10205
  };
10178
10206
  const openFile$2 = () => {
10179
- return i18nString(UiStrings$i.OpenFile);
10207
+ return i18nString(UiStrings$h.OpenFile);
10180
10208
  };
10181
10209
  const openFolder$3 = () => {
10182
- return i18nString(UiStrings$i.OpenFolder);
10210
+ return i18nString(UiStrings$h.OpenFolder);
10183
10211
  };
10184
10212
  const openRecent = () => {
10185
- return i18nString(UiStrings$i.OpenRecent);
10213
+ return i18nString(UiStrings$h.OpenRecent);
10186
10214
  };
10187
10215
  const save$1 = () => {
10188
- return i18nString(UiStrings$i.Save);
10216
+ return i18nString(UiStrings$h.Save);
10189
10217
  };
10190
10218
  const saveAll = () => {
10191
- return i18nString(UiStrings$i.SaveAll);
10219
+ return i18nString(UiStrings$h.SaveAll);
10192
10220
  };
10193
10221
  const exit$1 = () => {
10194
- return i18nString(UiStrings$i.Exit);
10222
+ return i18nString(UiStrings$h.Exit);
10195
10223
  };
10196
10224
 
10197
10225
  const id$l = File;
@@ -10263,7 +10291,7 @@ const MenuEntriesGo = {
10263
10291
  /**
10264
10292
  * @enum {string}
10265
10293
  */
10266
- const UiStrings$h = {
10294
+ const UiStrings$g = {
10267
10295
  About: 'About',
10268
10296
  CheckForUpdates: 'Check For Updates',
10269
10297
  ColorTheme: 'Color Theme',
@@ -10274,35 +10302,35 @@ const UiStrings$h = {
10274
10302
  ToggleDeveloperTools: 'Toggle Developer Tools'
10275
10303
  };
10276
10304
  const toggleDeveloperTools = () => {
10277
- return i18nString(UiStrings$h.ToggleDeveloperTools);
10305
+ return i18nString(UiStrings$g.ToggleDeveloperTools);
10278
10306
  };
10279
10307
  const openProcessExplorer = () => {
10280
- return i18nString(UiStrings$h.OpenProcessExplorer);
10308
+ return i18nString(UiStrings$g.OpenProcessExplorer);
10281
10309
  };
10282
10310
  const checkForUpdates = () => {
10283
- return i18nString(UiStrings$h.CheckForUpdates);
10311
+ return i18nString(UiStrings$g.CheckForUpdates);
10284
10312
  };
10285
10313
  const about = () => {
10286
- return i18nString(UiStrings$h.About);
10314
+ return i18nString(UiStrings$g.About);
10287
10315
  };
10288
10316
  const commandPalette = () => {
10289
- return i18nString(UiStrings$h.CommandPalette);
10317
+ return i18nString(UiStrings$g.CommandPalette);
10290
10318
  };
10291
10319
  const settings$1 = () => {
10292
- return i18nString(UiStrings$h.Settings);
10320
+ return i18nString(UiStrings$g.Settings);
10293
10321
  };
10294
10322
  const keyboardShortcuts = () => {
10295
- return i18nString(UiStrings$h.KeyboardShortcuts);
10323
+ return i18nString(UiStrings$g.KeyboardShortcuts);
10296
10324
  };
10297
10325
  const colorTheme = () => {
10298
- return i18nString(UiStrings$h.ColorTheme);
10326
+ return i18nString(UiStrings$g.ColorTheme);
10299
10327
  };
10300
10328
 
10301
10329
  const isAutoUpdateSupported = () => {
10302
10330
  if (platform !== Electron$1) {
10303
10331
  return false;
10304
10332
  }
10305
- return invoke$k('IsAutoUpdateSupported.isAutoUpdateSupported');
10333
+ return invoke$l('IsAutoUpdateSupported.isAutoUpdateSupported');
10306
10334
  };
10307
10335
 
10308
10336
  const id$j = Help$1;
@@ -10398,19 +10426,19 @@ const MenuEntriesSelection = {
10398
10426
  /**
10399
10427
  * @enum {string}
10400
10428
  */
10401
- const UiStrings$g = {
10429
+ const UiStrings$f = {
10402
10430
  SplitTerminal: 'Split Terminal',
10403
10431
  KillTerminal: 'Kill Terminal',
10404
10432
  NewTerminal: 'New Terminal'
10405
10433
  };
10406
10434
  const splitTerminal = () => {
10407
- return i18nString(UiStrings$g.SplitTerminal);
10435
+ return i18nString(UiStrings$f.SplitTerminal);
10408
10436
  };
10409
10437
  const killTerminal = () => {
10410
- return i18nString(UiStrings$g.KillTerminal);
10438
+ return i18nString(UiStrings$f.KillTerminal);
10411
10439
  };
10412
10440
  const newTerminal = () => {
10413
- return i18nString(UiStrings$g.NewTerminal);
10441
+ return i18nString(UiStrings$f.NewTerminal);
10414
10442
  };
10415
10443
 
10416
10444
  const id$g = Terminal;
@@ -10482,7 +10510,7 @@ const SubMenu = 'submenu';
10482
10510
  /**
10483
10511
  * @enum {string}
10484
10512
  */
10485
- const UiStrings$f = {
10513
+ const UiStrings$e = {
10486
10514
  Help: 'Help',
10487
10515
  File: 'File',
10488
10516
  Edit: 'Edit',
@@ -10496,60 +10524,60 @@ const UiStrings$f = {
10496
10524
  ToggleDeveloperTools: 'Toggle Developer Tools'};
10497
10525
  const toElectronMenuItem = entry => {
10498
10526
  switch (entry.label) {
10499
- case UiStrings$f.Help:
10527
+ case UiStrings$e.Help:
10500
10528
  return {
10501
10529
  label: entry.label,
10502
10530
  role: Help,
10503
10531
  submenu: []
10504
10532
  };
10505
- case UiStrings$f.File:
10533
+ case UiStrings$e.File:
10506
10534
  return {
10507
10535
  label: entry.label,
10508
10536
  role: FileMenu,
10509
10537
  submenu: []
10510
10538
  };
10511
- case UiStrings$f.Edit:
10539
+ case UiStrings$e.Edit:
10512
10540
  return {
10513
10541
  label: entry.label,
10514
10542
  role: EditMenu,
10515
10543
  submenu: []
10516
10544
  };
10517
- case UiStrings$f.Exit:
10545
+ case UiStrings$e.Exit:
10518
10546
  return {
10519
10547
  label: entry.label,
10520
10548
  role: Quit
10521
10549
  };
10522
- case UiStrings$f.Undo:
10550
+ case UiStrings$e.Undo:
10523
10551
  return {
10524
10552
  label: entry.label,
10525
10553
  role: Undo
10526
10554
  };
10527
- case UiStrings$f.Redo:
10555
+ case UiStrings$e.Redo:
10528
10556
  return {
10529
10557
  label: entry.label,
10530
10558
  role: Redo
10531
10559
  };
10532
- case UiStrings$f.Cut:
10560
+ case UiStrings$e.Cut:
10533
10561
  return {
10534
10562
  label: entry.label,
10535
10563
  role: Cut
10536
10564
  };
10537
- case UiStrings$f.Copy:
10565
+ case UiStrings$e.Copy:
10538
10566
  return {
10539
10567
  label: entry.label,
10540
10568
  role: Copy
10541
10569
  };
10542
- case UiStrings$f.Paste:
10570
+ case UiStrings$e.Paste:
10543
10571
  return {
10544
10572
  label: entry.label,
10545
10573
  role: Paste
10546
10574
  };
10547
- case UiStrings$f.SelectAll:
10575
+ case UiStrings$e.SelectAll:
10548
10576
  return {
10549
10577
  label: entry.label,
10550
10578
  role: SelectAll
10551
10579
  };
10552
- case UiStrings$f.ToggleDeveloperTools:
10580
+ case UiStrings$e.ToggleDeveloperTools:
10553
10581
  return {
10554
10582
  label: entry.label,
10555
10583
  role: ToggleDevTools
@@ -10614,7 +10642,7 @@ const state$g = {
10614
10642
  };
10615
10643
  const setItems = async items => {
10616
10644
  const windowId = await getWindowId();
10617
- return invoke$k('ElectronApplicationMenu.setItems', windowId, items);
10645
+ return invoke$l('ElectronApplicationMenu.setItems', windowId, items);
10618
10646
  };
10619
10647
  const getEntryMap = async modules => {
10620
10648
  const map = Object.create(null);
@@ -10677,7 +10705,7 @@ const ElectronBrowserView_ipc = {
10677
10705
  };
10678
10706
 
10679
10707
  const writeText = text => {
10680
- return invoke$k('ElectronClipBoard.writeText', text);
10708
+ return invoke$l('ElectronClipBoard.writeText', text);
10681
10709
  };
10682
10710
 
10683
10711
  const name$1X = 'ElectronClipBoard';
@@ -10736,7 +10764,7 @@ const ErrorHandling_ipc = {
10736
10764
  };
10737
10765
 
10738
10766
  const exit = () => {
10739
- return invoke$k('Exit.exit');
10767
+ return invoke$l('Exit.exit');
10740
10768
  };
10741
10769
 
10742
10770
  const name$1T = 'Exit';
@@ -10759,7 +10787,7 @@ const getCommandsFromExtension = extension => {
10759
10787
  const getCommandsFromExtensions = extensions => {
10760
10788
  return extensions.flatMap(getCommandsFromExtension);
10761
10789
  };
10762
- const getCommands$b = async () => {
10790
+ const getCommands$c = async () => {
10763
10791
  const extensions = await getExtensions$1();
10764
10792
  const commands = getCommandsFromExtensions(extensions);
10765
10793
  return commands;
@@ -10777,13 +10805,13 @@ const executeCommand = (id, ...args) => {
10777
10805
  });
10778
10806
  };
10779
10807
  const searchFileWithFetch = (...args) => {
10780
- return invoke$j('SearchFileWithFetch.searchFileWithFetch', ...args);
10808
+ return invoke$k('SearchFileWithFetch.searchFileWithFetch', ...args);
10781
10809
  };
10782
10810
  const searchFileWithHtml = (...args) => {
10783
- return invoke$j('SearchFileWithHtml.searchFileWithHtml', ...args);
10811
+ return invoke$k('SearchFileWithHtml.searchFileWithHtml', ...args);
10784
10812
  };
10785
10813
  const searchFileWithMemory = (...args) => {
10786
- return invoke$j('SearchFileWithMemory.searchFileWithMemory', ...args);
10814
+ return invoke$k('SearchFileWithMemory.searchFileWithMemory', ...args);
10787
10815
  };
10788
10816
 
10789
10817
  const state$f = {
@@ -10824,7 +10852,7 @@ const name$1S = 'ExtensionHost';
10824
10852
  // prettier-ignore
10825
10853
  const Commands$1L = {
10826
10854
  loadWebExtension: loadWebExtension,
10827
- getCommands: getCommands$b,
10855
+ getCommands: getCommands$c,
10828
10856
  executeCommand: executeCommand,
10829
10857
  searchFileWithFetch: searchFileWithFetch,
10830
10858
  searchFileWithHtml: searchFileWithHtml,
@@ -10876,7 +10904,7 @@ const Extensions_ipc = {
10876
10904
 
10877
10905
  const showDirectoryPicker = async options => {
10878
10906
  try {
10879
- return await invoke$m('FilePicker.showDirectoryPicker', options);
10907
+ return await invoke$n('FilePicker.showDirectoryPicker', options);
10880
10908
  } catch (error) {
10881
10909
  if (error &&
10882
10910
  // @ts-ignore
@@ -10887,11 +10915,11 @@ const showDirectoryPicker = async options => {
10887
10915
  }
10888
10916
  };
10889
10917
  const showFilePicker = options => {
10890
- return invoke$m('FilePicker.showFilePicker', options);
10918
+ return invoke$n('FilePicker.showFilePicker', options);
10891
10919
  };
10892
10920
  const showSaveFilePicker = async options => {
10893
10921
  try {
10894
- return await invoke$m('FilePicker.showSaveFilePicker', options);
10922
+ return await invoke$n('FilePicker.showSaveFilePicker', options);
10895
10923
  } catch (error) {
10896
10924
  if (error &&
10897
10925
  // @ts-ignore
@@ -10977,15 +11005,15 @@ const show$8 = async (uri, top, left) => {
10977
11005
  if (version !== state$e.versionId) {
10978
11006
  return;
10979
11007
  }
10980
- await invoke$m(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
11008
+ await invoke$n(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
10981
11009
  } catch (error) {
10982
11010
  console.error(error);
10983
- await invoke$m(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
11011
+ await invoke$n(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
10984
11012
  }
10985
11013
  };
10986
11014
  const hide$4 = async () => {
10987
11015
  ++state$e.versionId;
10988
- await invoke$m(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
11016
+ await invoke$n(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
10989
11017
  };
10990
11018
 
10991
11019
  // TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
@@ -11135,7 +11163,7 @@ const getFindWidgetWorkerUrl = () => {
11135
11163
 
11136
11164
  const extensionHostSubWorkerUrl = `${assetDir}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js`;
11137
11165
 
11138
- const getConfiguredWorkerUrl$b = () => {
11166
+ const getConfiguredWorkerUrl$c = () => {
11139
11167
  let configuredWorkerUrl = get$e('develop.extensionHostSubWorkerPath') || '';
11140
11168
  if (configuredWorkerUrl) {
11141
11169
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -11147,7 +11175,7 @@ const getConfiguredWorkerUrl$b = () => {
11147
11175
  return configuredWorkerUrl;
11148
11176
  };
11149
11177
  const getExtensionHostSubWorkerUrl = () => {
11150
- return getConfiguredWorkerUrl$b();
11178
+ return getConfiguredWorkerUrl$c();
11151
11179
  };
11152
11180
 
11153
11181
  const renameWorkerUrl = `${assetDir}/packages/rename-worker/dist/renameWorkerMain.js`;
@@ -11385,7 +11413,6 @@ const MenuItem$1 = 'menuitem';
11385
11413
  const MenuItemCheckBox = 'menuitemcheckbox';
11386
11414
  const None$a = 'none';
11387
11415
  const Separator$1 = 'separator';
11388
- const Status = 'status';
11389
11416
  const Tab$3 = 'tab';
11390
11417
  const ToolBar = 'toolbar';
11391
11418
  const Tree = 'tree';
@@ -11431,8 +11458,6 @@ const InputBox = 'InputBox';
11431
11458
  const Insertion$1 = 'Insertion';
11432
11459
  const Label = 'Label';
11433
11460
  const LabelDetail = 'LabelDetail';
11434
- const LocationList = 'LocationList';
11435
- const LocationsMessage = 'LocationsMessage';
11436
11461
  const MainTab = 'MainTab';
11437
11462
  const MainTabSelected = 'MainTabSelected';
11438
11463
  const MarginTopAuto = 'MarginTopAuto';
@@ -12078,7 +12103,7 @@ const show$7 = async (x, y, id, mouseBlocking = false, ...args) => {
12078
12103
  });
12079
12104
  const visible = getVisible(menu.items, -1, false, menu.level);
12080
12105
  const dom = getMenuVirtualDom(visible).slice(1);
12081
- await invoke$m(/* Menu.show */'Menu.showMenu', /* x */bounds.x, /* y */bounds.y, /* width */bounds.width, /* height */bounds.height, /* items */menu.items, /* level */menu.level, /* parentIndex */-1, /* dom */dom, /* mouseBlocking */mouseBlocking);
12106
+ await invoke$n(/* Menu.show */'Menu.showMenu', /* x */bounds.x, /* y */bounds.y, /* width */bounds.width, /* height */bounds.height, /* items */menu.items, /* level */menu.level, /* parentIndex */-1, /* dom */dom, /* mouseBlocking */mouseBlocking);
12082
12107
  };
12083
12108
  const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
12084
12109
  // TODO delete old menus
@@ -12100,7 +12125,7 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
12100
12125
  const height = getMenuHeight(subMenuItems);
12101
12126
  const visible = getVisible(subMenu.items, -1, false, subMenu.level);
12102
12127
  const dom = getMenuVirtualDom(visible).slice(1);
12103
- invoke$m(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
12128
+ invoke$n(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
12104
12129
  };
12105
12130
  const showSubMenu = async (level, index) => {
12106
12131
  await showSubMenuAtEnter(level, index, -1, -1);
@@ -12160,7 +12185,7 @@ const hide$3 = async (restoreFocus = true) => {
12160
12185
  return;
12161
12186
  }
12162
12187
  state$b.menus = [];
12163
- await invoke$m(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
12188
+ await invoke$n(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
12164
12189
  };
12165
12190
 
12166
12191
  // TODO difference between focusing with mouse or keyboard
@@ -12170,7 +12195,7 @@ const hide$3 = async (restoreFocus = true) => {
12170
12195
  const hideSubMenus = async level => {
12171
12196
  if (level < state$b.menus.length) {
12172
12197
  state$b.menus = state$b.menus.slice(0, level + 1);
12173
- await invoke$m(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
12198
+ await invoke$n(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
12174
12199
  }
12175
12200
  };
12176
12201
  const MENU_DELAY_TRIANGLE = 300;
@@ -12215,7 +12240,7 @@ const handleMouseLeave = async () => {
12215
12240
  }
12216
12241
  const oldFocusedIndex = menu.focusedIndex;
12217
12242
  menu.focusedIndex = -1;
12218
- await invoke$m(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
12243
+ await invoke$n(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
12219
12244
  };
12220
12245
  const focusIndex$5 = async (menu, index) => {
12221
12246
  if (menu.items.length === 0) {
@@ -12223,7 +12248,7 @@ const focusIndex$5 = async (menu, index) => {
12223
12248
  }
12224
12249
  const oldFocusedIndex = menu.focusedIndex;
12225
12250
  menu.focusedIndex = index;
12226
- await invoke$m(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
12251
+ await invoke$n(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
12227
12252
  };
12228
12253
  const getIndexToFocusNextStartingAt = (items, startIndex) => {
12229
12254
  for (let i = startIndex; i < startIndex + items.length; i++) {
@@ -12468,22 +12493,22 @@ const state$9 = {
12468
12493
  focusedPart: PART_TITLE_BAR
12469
12494
  };
12470
12495
  const focusActivityBar = async () => {
12471
- await invoke$m(/* ActivityBar.focus */717115);
12496
+ await invoke$n(/* ActivityBar.focus */717115);
12472
12497
  };
12473
12498
  const focusStatusBar = async () => {
12474
- await invoke$m(/* StatusBar.focus */8882);
12499
+ await invoke$n(/* StatusBar.focus */8882);
12475
12500
  };
12476
12501
  const focusPanel = async () => {
12477
- await invoke$m(/* Panel.focus */6664);
12502
+ await invoke$n(/* Panel.focus */6664);
12478
12503
  };
12479
12504
  const focusSideBar = async () => {
12480
- await invoke$m(/* SideBar.focus */5554);
12505
+ await invoke$n(/* SideBar.focus */5554);
12481
12506
  };
12482
12507
  const focusTitleBar = async () => {
12483
- await invoke$m(/* TitleBar.focus */1331);
12508
+ await invoke$n(/* TitleBar.focus */1331);
12484
12509
  };
12485
12510
  const focusMain = async () => {
12486
- await invoke$m(/* Main.focus */2145);
12511
+ await invoke$n(/* Main.focus */2145);
12487
12512
  };
12488
12513
  const focusPart = part => {
12489
12514
  state$9.focusedPart = part;
@@ -12594,7 +12619,7 @@ const create$S = async (type, text) => {
12594
12619
  type,
12595
12620
  text
12596
12621
  });
12597
- await invoke$m(/* Notification.create */'Notification.create', /* type */type, /* text */text);
12622
+ await invoke$n(/* Notification.create */'Notification.create', /* type */type, /* text */text);
12598
12623
  };
12599
12624
  const showWithOptions = async (type, text, options) => {
12600
12625
  // @ts-ignore
@@ -12603,7 +12628,7 @@ const showWithOptions = async (type, text, options) => {
12603
12628
  text,
12604
12629
  options
12605
12630
  });
12606
- await invoke$m(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
12631
+ await invoke$n(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
12607
12632
  };
12608
12633
  const handleClick$4 = index => {
12609
12634
  console.log('handle click');
@@ -12619,7 +12644,7 @@ const handleClick$4 = index => {
12619
12644
  });
12620
12645
  };
12621
12646
  const dispose$t = async id => {
12622
- await invoke$m(/* Notification.dispose */'Notification.dispose', /* id */id);
12647
+ await invoke$n(/* Notification.dispose */'Notification.dispose', /* id */id);
12623
12648
  };
12624
12649
 
12625
12650
  const name$1A = 'Notification';
@@ -12638,7 +12663,7 @@ const Notification_ipc = {
12638
12663
 
12639
12664
  const openUrlWeb = async url => {
12640
12665
  try {
12641
- await invoke$m(/* Open.openUrl */'Open.openUrl', /* url */url);
12666
+ await invoke$n(/* Open.openUrl */'Open.openUrl', /* url */url);
12642
12667
  } catch (error) {
12643
12668
  throw new VError(error, `Failed to open url ${url}`);
12644
12669
  }
@@ -12712,7 +12737,7 @@ const Preferences_ipc = {
12712
12737
  };
12713
12738
 
12714
12739
  const prompt = (message, defaultValue) => {
12715
- return invoke$m('Prompt.prompt', message, defaultValue);
12740
+ return invoke$n('Prompt.prompt', message, defaultValue);
12716
12741
  };
12717
12742
 
12718
12743
  const name$1v = 'Prompt';
@@ -12727,7 +12752,7 @@ const Prompt_ipc = {
12727
12752
  };
12728
12753
 
12729
12754
  const rebuildNodePty = async () => {
12730
- await invoke$k('RebuildNodePty.rebuildNodePty');
12755
+ await invoke$l('RebuildNodePty.rebuildNodePty');
12731
12756
  };
12732
12757
 
12733
12758
  const name$1u = 'RebuildNodePty';
@@ -12851,7 +12876,7 @@ const SessionStorage_ipc = {
12851
12876
  name: name$1o
12852
12877
  };
12853
12878
 
12854
- const getConfiguredWorkerUrl$a = (preferenceKey, fallback) => {
12879
+ const getConfiguredWorkerUrl$b = (preferenceKey, fallback) => {
12855
12880
  let configuredWorkerUrl = get$e(preferenceKey) || '';
12856
12881
  if (configuredWorkerUrl) {
12857
12882
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -12866,7 +12891,7 @@ const getConfiguredWorkerUrl$a = (preferenceKey, fallback) => {
12866
12891
  const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
12867
12892
 
12868
12893
  const launchTestWorker = async () => {
12869
- const configuredWorkerUrl = getConfiguredWorkerUrl$a('develop.testWorkerPath', testWorkerUrl);
12894
+ const configuredWorkerUrl = getConfiguredWorkerUrl$b('develop.testWorkerPath', testWorkerUrl);
12870
12895
  const ipc = await create$13({
12871
12896
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
12872
12897
  url: configuredWorkerUrl,
@@ -12878,7 +12903,7 @@ const launchTestWorker = async () => {
12878
12903
 
12879
12904
  const execute$1 = async href => {
12880
12905
  const ipc = await launchTestWorker();
12881
- await invoke$n(ipc, 'Test.execute', href);
12906
+ await invoke$o(ipc, 'Test.execute', href);
12882
12907
  };
12883
12908
 
12884
12909
  const name$1n = 'Test';
@@ -12893,19 +12918,19 @@ const Test_ipc = {
12893
12918
  };
12894
12919
 
12895
12920
  const checkSingleElementCondition = (locator, fnName, options) => {
12896
- return invoke$m('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
12921
+ return invoke$n('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
12897
12922
  };
12898
12923
  const checkMultiElementCondition = (locator, fnName, options) => {
12899
- return invoke$m('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
12924
+ return invoke$n('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
12900
12925
  };
12901
12926
  const showOverlay = (...args) => {
12902
- return invoke$m('TestFrameWork.showOverlay', ...args);
12927
+ return invoke$n('TestFrameWork.showOverlay', ...args);
12903
12928
  };
12904
12929
  const performAction = (...args) => {
12905
- return invoke$m('TestFrameWork.performAction', ...args);
12930
+ return invoke$n('TestFrameWork.performAction', ...args);
12906
12931
  };
12907
12932
  const checkConditionError = (...args) => {
12908
- return invoke$m('TestFrameWork.checkConditionError', ...args);
12933
+ return invoke$n('TestFrameWork.checkConditionError', ...args);
12909
12934
  };
12910
12935
 
12911
12936
  const name$1m = 'TestFrameWork';
@@ -13000,10 +13025,10 @@ const WindowTitle_ipc = {
13000
13025
  };
13001
13026
 
13002
13027
  const mock = () => {
13003
- return invoke$m('PointerCapture.mock');
13028
+ return invoke$n('PointerCapture.mock');
13004
13029
  };
13005
13030
  const unmock = () => {
13006
- return invoke$m('PointerCapture.unmock');
13031
+ return invoke$n('PointerCapture.unmock');
13007
13032
  };
13008
13033
 
13009
13034
  const name$1g = 'PointerCapture';
@@ -13106,7 +13131,7 @@ const set$4 = async (url, contentSecurityPolicy) => {
13106
13131
  if (platform === Web$1) {
13107
13132
  return;
13108
13133
  }
13109
- await invoke$k('ContentSecurityPolicy.set', url, contentSecurityPolicy);
13134
+ await invoke$l('ContentSecurityPolicy.set', url, contentSecurityPolicy);
13110
13135
  };
13111
13136
 
13112
13137
  const set$3 = async (url, contentSecurityPolicy) => {
@@ -13149,14 +13174,14 @@ const launchTerminalWorker = async () => {
13149
13174
  };
13150
13175
 
13151
13176
  const {
13152
- invoke: invoke$d,
13177
+ invoke: invoke$e,
13153
13178
  invokeAndTransfer: invokeAndTransfer$2
13154
13179
  } = getOrCreateWorker(launchTerminalWorker);
13155
13180
 
13156
13181
  const create$R = async canvasId => {
13157
13182
  number(canvasId);
13158
13183
  const id = create$12();
13159
- await invoke$m('OffscreenCanvas.create', canvasId, id);
13184
+ await invoke$n('OffscreenCanvas.create', canvasId, id);
13160
13185
  const canvas = acquire(id);
13161
13186
  return canvas;
13162
13187
  };
@@ -13226,12 +13251,10 @@ const OnBraceCompletion = 'onBraceCompletion';
13226
13251
  const OnDefinition = 'onDefinition';
13227
13252
  const OnHover = 'onHover';
13228
13253
  const OnLanguage = 'onLanguage';
13229
- const OnReferences = 'onReferences';
13230
13254
  const OnSemanticTokens = 'onSemanticTokens';
13231
13255
  const OnStatusBarItem = 'onStatusBarItem';
13232
13256
  const OnTabCompletion = 'onTabCompletion';
13233
13257
  const OnTypeDefinition = 'onTypeDefinition';
13234
- const OnImplementation = 'onImplementation';
13235
13258
  const OnClosingTag = 'onClosingTag';
13236
13259
 
13237
13260
  /**
@@ -13258,7 +13281,7 @@ const execute = ({
13258
13281
  });
13259
13282
  };
13260
13283
 
13261
- const combineResults$c = results => {
13284
+ const combineResults$a = results => {
13262
13285
  return results[0];
13263
13286
  };
13264
13287
  const executeGrowSelection = (editor, positions) => {
@@ -13268,7 +13291,7 @@ const executeGrowSelection = (editor, positions) => {
13268
13291
  method: SelectionExecuteSelectionProvider,
13269
13292
  args: [positions],
13270
13293
  noProviderFoundMessage: 'no selection provider found',
13271
- combineResults: combineResults$c
13294
+ combineResults: combineResults$a
13272
13295
  });
13273
13296
  };
13274
13297
 
@@ -13283,7 +13306,7 @@ const ExtensionHostSelection_ipc = {
13283
13306
  name: name$15
13284
13307
  };
13285
13308
 
13286
- const combineResults$b = results => {
13309
+ const combineResults$9 = results => {
13287
13310
  return results[0];
13288
13311
  };
13289
13312
  const executeBraceCompletionProvider = (editor, offset, openingBrace) => {
@@ -13297,7 +13320,7 @@ const executeBraceCompletionProvider = (editor, offset, openingBrace) => {
13297
13320
  args: [offset, openingBrace],
13298
13321
  noProviderFoundMessage: 'no brace completion providers found',
13299
13322
  noProviderFoundResult: undefined,
13300
- combineResults: combineResults$b
13323
+ combineResults: combineResults$9
13301
13324
  });
13302
13325
  };
13303
13326
 
@@ -13312,7 +13335,7 @@ const ExtensionHostBraceCompletion_ipc = {
13312
13335
  name: name$14
13313
13336
  };
13314
13337
 
13315
- const combineResults$a = results => {
13338
+ const combineResults$8 = results => {
13316
13339
  return results[0];
13317
13340
  };
13318
13341
  const executeDefinitionProvider = (editor, offset) => {
@@ -13322,7 +13345,7 @@ const executeDefinitionProvider = (editor, offset) => {
13322
13345
  method: DefinitionExecuteDefinitionProvider,
13323
13346
  args: [offset],
13324
13347
  noProviderFoundMessage: 'no definition provider found',
13325
- combineResults: combineResults$a
13348
+ combineResults: combineResults$8
13326
13349
  });
13327
13350
  };
13328
13351
 
@@ -13337,7 +13360,7 @@ const ExtensionHostDefinition_ipc = {
13337
13360
  name: name$13
13338
13361
  };
13339
13362
 
13340
- const combineResults$9 = results => {
13363
+ const combineResults$7 = results => {
13341
13364
  return results[0];
13342
13365
  };
13343
13366
  const executeTypeDefinitionProvider = (editor, offset) => {
@@ -13348,7 +13371,7 @@ const executeTypeDefinitionProvider = (editor, offset) => {
13348
13371
  args: [offset],
13349
13372
  noProviderFoundMessage: 'No type definition provider found',
13350
13373
  noProviderFoundResult: undefined,
13351
- combineResults: combineResults$9
13374
+ combineResults: combineResults$7
13352
13375
  });
13353
13376
  };
13354
13377
 
@@ -13363,7 +13386,7 @@ const ExtensionHostTypeDefinition_ipc = {
13363
13386
  name: name$12
13364
13387
  };
13365
13388
 
13366
- const combineResults$8 = results => {
13389
+ const combineResults$6 = results => {
13367
13390
  return results[0] ?? [];
13368
13391
  };
13369
13392
  const executeOrganizeImports = editor => {
@@ -13374,7 +13397,7 @@ const executeOrganizeImports = editor => {
13374
13397
  args: [],
13375
13398
  noProviderFoundMessage: 'no code actions provider found',
13376
13399
  noProviderFoundResult: [],
13377
- combineResults: combineResults$8
13400
+ combineResults: combineResults$6
13378
13401
  });
13379
13402
  };
13380
13403
 
@@ -13389,7 +13412,7 @@ const ExtensionHostOrganizeImports_ipc = {
13389
13412
  name: name$11
13390
13413
  };
13391
13414
 
13392
- const combineResults$7 = results => {
13415
+ const combineResults$5 = results => {
13393
13416
  return results[0];
13394
13417
  };
13395
13418
  const executeTabCompletionProvider = (editor, offset) => {
@@ -13399,7 +13422,7 @@ const executeTabCompletionProvider = (editor, offset) => {
13399
13422
  method: TabCompletionExecuteTabCompletionProvider,
13400
13423
  args: [offset],
13401
13424
  noProviderFoundMessage: 'No tab completion provider found',
13402
- combineResults: combineResults$7,
13425
+ combineResults: combineResults$5,
13403
13426
  noProviderFoundResult: undefined
13404
13427
  });
13405
13428
  };
@@ -13415,7 +13438,7 @@ const ExtensionHostTabCompletion_ipc = {
13415
13438
  name: name$10
13416
13439
  };
13417
13440
 
13418
- const combineResults$6 = results => {
13441
+ const combineResults$4 = results => {
13419
13442
  return results[0];
13420
13443
  };
13421
13444
  const executeClosingTagProvider = (editor, offset, openingBrace) => {
@@ -13424,7 +13447,7 @@ const executeClosingTagProvider = (editor, offset, openingBrace) => {
13424
13447
  event: OnClosingTag,
13425
13448
  method: ClosingTagExecuteClosingTagProvider,
13426
13449
  args: [offset, openingBrace],
13427
- combineResults: combineResults$6,
13450
+ combineResults: combineResults$4,
13428
13451
  noProviderFoundMessage: ''
13429
13452
  });
13430
13453
  };
@@ -13457,7 +13480,7 @@ const SendMessagePortToRendererProcess_ipc = {
13457
13480
  name: name$_
13458
13481
  };
13459
13482
 
13460
- const combineResults$5 = results => {
13483
+ const combineResults$3 = results => {
13461
13484
  return results[0];
13462
13485
  };
13463
13486
  const executeHoverProvider = (editor, offset) => {
@@ -13469,7 +13492,7 @@ const executeHoverProvider = (editor, offset) => {
13469
13492
  method: HoverExecute,
13470
13493
  args: [offset],
13471
13494
  noProviderFoundMessage: 'No hover provider found',
13472
- combineResults: combineResults$5
13495
+ combineResults: combineResults$3
13473
13496
  });
13474
13497
  };
13475
13498
 
@@ -13487,7 +13510,7 @@ const ExtensionHostHover_ipc = {
13487
13510
  const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMain.js`;
13488
13511
 
13489
13512
  const launchEditorWorker = async () => {
13490
- const configuredWorkerUrl = getConfiguredWorkerUrl$a('developer.editorWorkerPath', editorWorkerUrl);
13513
+ const configuredWorkerUrl = getConfiguredWorkerUrl$b('developer.editorWorkerPath', editorWorkerUrl);
13491
13514
  const id = create$12();
13492
13515
  let ipc = await create$13({
13493
13516
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
@@ -13504,15 +13527,15 @@ const launchEditorWorker = async () => {
13504
13527
  handleIpc(ipc);
13505
13528
  const syntaxHighlightingWorker = true;
13506
13529
  const syncIncremental = true;
13507
- await invoke$n(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
13530
+ await invoke$o(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
13508
13531
  return ipc;
13509
13532
  };
13510
13533
 
13511
13534
  const {
13512
- invoke: invoke$c,
13535
+ invoke: invoke$d,
13513
13536
  invokeAndTransfer: invokeAndTransfer$1
13514
13537
  } = getOrCreateWorker(launchEditorWorker);
13515
- const actualInvoke = invoke$c;
13538
+ const actualInvoke = invoke$d;
13516
13539
 
13517
13540
  const sendMessagePortToExtensionHostWorker = async (port, initialCommand, rpcId) => {
13518
13541
  object(port);
@@ -13570,7 +13593,7 @@ const ExtensionHostManagement_ipc = {
13570
13593
 
13571
13594
  const syntaxHighlightingWorkerUrl = `${assetDir}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js`;
13572
13595
 
13573
- const getConfiguredWorkerUrl$9 = () => {
13596
+ const getConfiguredWorkerUrl$a = () => {
13574
13597
  let configuredWorkerUrl = get$e('developer.syntaxHighlightingWorkerPath') || '';
13575
13598
  if (configuredWorkerUrl) {
13576
13599
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -13582,7 +13605,7 @@ const getConfiguredWorkerUrl$9 = () => {
13582
13605
  return configuredWorkerUrl;
13583
13606
  };
13584
13607
  const launchSyntaxHighlightingWorker = async () => {
13585
- const configuredWorkerUrl = getConfiguredWorkerUrl$9();
13608
+ const configuredWorkerUrl = getConfiguredWorkerUrl$a();
13586
13609
  const name = 'Syntax Highlighting Worker';
13587
13610
  const id = create$12();
13588
13611
  let ipc = await create$13({
@@ -13635,7 +13658,7 @@ const Transferrable_ipc = {
13635
13658
  };
13636
13659
 
13637
13660
  const getWebViewsNode = async () => {
13638
- const webViews = await invoke$k('ExtensionHost.getWebViews');
13661
+ const webViews = await invoke$l('ExtensionHost.getWebViews');
13639
13662
  return webViews;
13640
13663
  };
13641
13664
 
@@ -13675,13 +13698,13 @@ const setPort = async (uid, port, origin, portType) => {
13675
13698
  * @deprecated
13676
13699
  */
13677
13700
  const getWebViewInfo = providerId => {
13678
- return invoke$j('ExtensionHostWebView.getWebViewInfo', providerId);
13701
+ return invoke$k('ExtensionHostWebView.getWebViewInfo', providerId);
13679
13702
  };
13680
13703
  const getWebViewInfo2 = providerId => {
13681
- return invoke$j('ExtensionHostWebView.getWebViewInfo2', providerId);
13704
+ return invoke$k('ExtensionHostWebView.getWebViewInfo2', providerId);
13682
13705
  };
13683
13706
  const create3 = async (uri, id) => {
13684
- await invoke$j('WebView.create3', {
13707
+ await invoke$k('WebView.create3', {
13685
13708
  id,
13686
13709
  uri,
13687
13710
  platform: platform,
@@ -13698,14 +13721,14 @@ const registerInterceptor = async (id, port) => {
13698
13721
  await invokeAndTransfer$3('WebView.registerInterceptor', id, port);
13699
13722
  };
13700
13723
  const unregisterInterceptor = async id => {
13701
- await invoke$j('WebView.unregisterInterceptor', id);
13724
+ await invoke$k('WebView.unregisterInterceptor', id);
13702
13725
  };
13703
13726
  const compat = {
13704
13727
  sharedProcessInvoke(...args) {
13705
- return invoke$k(...args);
13728
+ return invoke$l(...args);
13706
13729
  },
13707
13730
  rendererProcessInvoke(...args) {
13708
- return invoke$m(...args);
13731
+ return invoke$n(...args);
13709
13732
  },
13710
13733
  rendererProcessInvokeAndTransfer(...args) {
13711
13734
  return invokeAndTransfer$6(...args);
@@ -13714,7 +13737,7 @@ const compat = {
13714
13737
  return invokeAndTransfer$3(...args);
13715
13738
  },
13716
13739
  extensionHostWorkerInvoke(...args) {
13717
- return invoke$j(...args);
13740
+ return invoke$k(...args);
13718
13741
  },
13719
13742
  getWebViews() {
13720
13743
  return getWebViews$1();
@@ -13771,14 +13794,14 @@ const getOrCreate$1 = () => {
13771
13794
  }
13772
13795
  return state$7.ipc;
13773
13796
  };
13774
- const invoke$b = async (method, ...params) => {
13797
+ const invoke$c = async (method, ...params) => {
13775
13798
  const ipc = await getOrCreate$1();
13776
- return invoke$n(ipc, method, ...params);
13799
+ return invoke$o(ipc, method, ...params);
13777
13800
  };
13778
13801
 
13779
13802
  const name$T = 'SearchProcess';
13780
13803
  const Commands$L = {
13781
- invoke: invoke$b
13804
+ invoke: invoke$c
13782
13805
  };
13783
13806
 
13784
13807
  const SearchProcess_ipc = {
@@ -13787,7 +13810,7 @@ const SearchProcess_ipc = {
13787
13810
  name: name$T
13788
13811
  };
13789
13812
 
13790
- const combineResults$4 = results => {
13813
+ const combineResults$2 = results => {
13791
13814
  return results[0];
13792
13815
  };
13793
13816
  const executeTextSearchProvider = async (scheme, query) => {
@@ -13797,18 +13820,18 @@ const executeTextSearchProvider = async (scheme, query) => {
13797
13820
  params: [scheme, query],
13798
13821
  noProviderFoundMessage: 'no text search providers found',
13799
13822
  noProviderFoundResult: [],
13800
- combineResults: combineResults$4
13823
+ combineResults: combineResults$2
13801
13824
  });
13802
13825
  return result;
13803
13826
  };
13804
13827
  const textSearchHtml = (...args) => {
13805
- return invoke$j('TextSearchHtml.textSearch', ...args);
13828
+ return invoke$k('TextSearchHtml.textSearch', ...args);
13806
13829
  };
13807
13830
  const textSearchFetch = (...args) => {
13808
- return invoke$j('TextSearchFetch.textSearch', ...args);
13831
+ return invoke$k('TextSearchFetch.textSearch', ...args);
13809
13832
  };
13810
13833
  const textSearchMemory = (...args) => {
13811
- return invoke$j('TextSearchMemory.textSearch', ...args);
13834
+ return invoke$k('TextSearchMemory.textSearch', ...args);
13812
13835
  };
13813
13836
 
13814
13837
  const name$S = 'ExtensionHostTextSearch';
@@ -13865,13 +13888,13 @@ const getAllExtensions = async () => {
13865
13888
  if (platform === Web$1) {
13866
13889
  return [];
13867
13890
  }
13868
- return invoke$k(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
13891
+ return invoke$l(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
13869
13892
  };
13870
13893
  const getExtension2 = async id => {
13871
- return invoke$j('Extensions.getExtension', id);
13894
+ return invoke$k('Extensions.getExtension', id);
13872
13895
  };
13873
13896
  const getExtensionsEtag = async () => {
13874
- const etag = await invoke$k('ExtensionManagement.getExtensionsEtag');
13897
+ const etag = await invoke$l('ExtensionManagement.getExtensionsEtag');
13875
13898
  return etag;
13876
13899
  };
13877
13900
 
@@ -13891,7 +13914,7 @@ const ExtensionManagement_ipc = {
13891
13914
 
13892
13915
  const markdownWorkerUrl = `${assetDir}/packages/markdown-worker/dist/markdownWorkerMain.js`;
13893
13916
 
13894
- const getConfiguredWorkerUrl$8 = () => {
13917
+ const getConfiguredWorkerUrl$9 = () => {
13895
13918
  let configuredWorkerUrl = get$e('develop.markdownWorkerPath') || '';
13896
13919
  if (configuredWorkerUrl) {
13897
13920
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -13907,21 +13930,21 @@ const launchMarkdownWorker = async () => {
13907
13930
  const ipc = await create$13({
13908
13931
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
13909
13932
  name,
13910
- url: getConfiguredWorkerUrl$8()
13933
+ url: getConfiguredWorkerUrl$9()
13911
13934
  });
13912
13935
  handleIpc(ipc);
13913
13936
  return ipc;
13914
13937
  };
13915
13938
 
13916
13939
  const {
13917
- invoke: invoke$a
13940
+ invoke: invoke$b
13918
13941
  } = getOrCreateWorker(launchMarkdownWorker);
13919
13942
 
13920
13943
  const getVirtualDom$3 = html => {
13921
- return invoke$a('Markdown.getMarkDownVirtualDom', html);
13944
+ return invoke$b('Markdown.getMarkDownVirtualDom', html);
13922
13945
  };
13923
13946
  const renderMarkdown = (markdown, options) => {
13924
- return invoke$a('Markdown.renderMarkdown', markdown, options);
13947
+ return invoke$b('Markdown.renderMarkdown', markdown, options);
13925
13948
  };
13926
13949
 
13927
13950
  const name$N = 'Markdown';
@@ -13943,10 +13966,10 @@ const create$Q = id => {
13943
13966
  };
13944
13967
  };
13945
13968
  const loadContent$M = async state => {
13946
- await invoke$f('About.create', state.id);
13947
- await invoke$f('About.loadContent2', state.id);
13948
- const diffResult = await invoke$f('About.diff2', state.id);
13949
- const commands = await invoke$f('About.render2', state.id, diffResult);
13969
+ await invoke$g('About.create', state.id);
13970
+ await invoke$g('About.loadContent2', state.id);
13971
+ const diffResult = await invoke$g('About.diff2', state.id);
13972
+ const commands = await invoke$g('About.render2', state.id, diffResult);
13950
13973
  return {
13951
13974
  ...state,
13952
13975
  commands
@@ -13955,9 +13978,9 @@ const loadContent$M = async state => {
13955
13978
 
13956
13979
  const wrapAboutCommand = key => {
13957
13980
  const fn = async (state, ...args) => {
13958
- await invoke$f(`About.${key}`, state.id, ...args);
13959
- const diffResult = await invoke$f(`About.diff2`, state.id);
13960
- const commands = await invoke$f('About.render2', state.id, diffResult);
13981
+ await invoke$g(`About.${key}`, state.id, ...args);
13982
+ const diffResult = await invoke$g(`About.diff2`, state.id);
13983
+ const commands = await invoke$g('About.render2', state.id, diffResult);
13961
13984
  if (commands.length === 0) {
13962
13985
  return state;
13963
13986
  }
@@ -13970,8 +13993,8 @@ const wrapAboutCommand = key => {
13970
13993
  };
13971
13994
 
13972
13995
  const Commands$E = {};
13973
- const getCommands$a = async () => {
13974
- const commands = await invoke$f('About.getCommandIds');
13996
+ const getCommands$b = async () => {
13997
+ const commands = await invoke$g('About.getCommandIds');
13975
13998
  for (const command of commands) {
13976
13999
  Commands$E[command] = wrapAboutCommand(command);
13977
14000
  }
@@ -13981,7 +14004,7 @@ const getCommands$a = async () => {
13981
14004
  const Css$G = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
13982
14005
 
13983
14006
  const getKeyBindings$i = () => {
13984
- return invoke$f('About.getKeyBindings');
14007
+ return invoke$g('About.getKeyBindings');
13985
14008
  };
13986
14009
 
13987
14010
  const name$M = 'About';
@@ -14024,7 +14047,7 @@ const apply = (oldState, newState) => {
14024
14047
 
14025
14048
  const hasFunctionalRender$E = true;
14026
14049
  const hasFunctionalRootRender$o = true;
14027
- const hasFunctionalEvents$b = true;
14050
+ const hasFunctionalEvents$c = true;
14028
14051
  const renderDialog$2 = {
14029
14052
  isEqual(oldState, newState) {
14030
14053
  return false;
@@ -14033,8 +14056,8 @@ const renderDialog$2 = {
14033
14056
  multiple: true
14034
14057
  };
14035
14058
  const render$H = [renderDialog$2];
14036
- const renderEventListeners$a = async () => {
14037
- const listeners = await invoke$f('About.renderEventListeners');
14059
+ const renderEventListeners$b = async () => {
14060
+ const listeners = await invoke$g('About.renderEventListeners');
14038
14061
  return listeners;
14039
14062
  };
14040
14063
 
@@ -14043,16 +14066,16 @@ const ViewletAbout_ipc = {
14043
14066
  Commands: Commands$E,
14044
14067
  Css: Css$G,
14045
14068
  create: create$Q,
14046
- getCommands: getCommands$a,
14069
+ getCommands: getCommands$b,
14047
14070
  getKeyBindings: getKeyBindings$i,
14048
- hasFunctionalEvents: hasFunctionalEvents$b,
14071
+ hasFunctionalEvents: hasFunctionalEvents$c,
14049
14072
  hasFunctionalRender: hasFunctionalRender$E,
14050
14073
  hasFunctionalRootRender: hasFunctionalRootRender$o,
14051
14074
  loadContent: loadContent$M,
14052
14075
  name: name$M,
14053
14076
  render: render$H,
14054
14077
  renderDialog: renderDialog$2,
14055
- renderEventListeners: renderEventListeners$a
14078
+ renderEventListeners: renderEventListeners$b
14056
14079
  };
14057
14080
 
14058
14081
  const Tab = 1;
@@ -14082,7 +14105,7 @@ const Trash = 'Trash';
14082
14105
  /**
14083
14106
  * @enum {string}
14084
14107
  */
14085
- const UiStrings$e = {
14108
+ const UiStrings$d = {
14086
14109
  Explorer: 'Explorer',
14087
14110
  Search: 'Search',
14088
14111
  SourceControl: 'Source Control',
@@ -14096,37 +14119,37 @@ const UiStrings$e = {
14096
14119
  HideActivityBar: 'Hide Activity Bar'
14097
14120
  };
14098
14121
  const explorer$1 = () => {
14099
- return i18nString(UiStrings$e.Explorer);
14122
+ return i18nString(UiStrings$d.Explorer);
14100
14123
  };
14101
14124
  const search = () => {
14102
- return i18nString(UiStrings$e.Search);
14125
+ return i18nString(UiStrings$d.Search);
14103
14126
  };
14104
14127
  const sourceControl = () => {
14105
- return i18nString(UiStrings$e.SourceControl);
14128
+ return i18nString(UiStrings$d.SourceControl);
14106
14129
  };
14107
14130
  const runAndDebug = () => {
14108
- return i18nString(UiStrings$e.RunAndDebug);
14131
+ return i18nString(UiStrings$d.RunAndDebug);
14109
14132
  };
14110
14133
  const extensions = () => {
14111
- return i18nString(UiStrings$e.Extensions);
14134
+ return i18nString(UiStrings$d.Extensions);
14112
14135
  };
14113
14136
  const settings = () => {
14114
- return i18nString(UiStrings$e.Settings);
14137
+ return i18nString(UiStrings$d.Settings);
14115
14138
  };
14116
14139
  const additionalViews = () => {
14117
- return i18nString(UiStrings$e.AdditionalViews);
14140
+ return i18nString(UiStrings$d.AdditionalViews);
14118
14141
  };
14119
14142
  const activityBar = () => {
14120
- return i18nString(UiStrings$e.ActivityBar);
14143
+ return i18nString(UiStrings$d.ActivityBar);
14121
14144
  };
14122
14145
  const moveSideBarRight$1 = () => {
14123
- return i18nString(UiStrings$e.MoveSideBarRight);
14146
+ return i18nString(UiStrings$d.MoveSideBarRight);
14124
14147
  };
14125
14148
  const moveSideBarLeft$1 = () => {
14126
- return i18nString(UiStrings$e.MoveSideBarLeft);
14149
+ return i18nString(UiStrings$d.MoveSideBarLeft);
14127
14150
  };
14128
14151
  const hideActivityBar$1 = () => {
14129
- return i18nString(UiStrings$e.HideActivityBar);
14152
+ return i18nString(UiStrings$d.HideActivityBar);
14130
14153
  };
14131
14154
 
14132
14155
  const getActivityBarItems = () => {
@@ -14711,7 +14734,7 @@ const getVisibleActivityBarItems = state => {
14711
14734
 
14712
14735
  const hasFunctionalRender$D = true;
14713
14736
  const hasFunctionalRootRender$n = true;
14714
- const renderItems$6 = {
14737
+ const renderItems$7 = {
14715
14738
  isEqual(oldState, newState) {
14716
14739
  return oldState.filteredItems === newState.filteredItems && oldState.height === newState.height && oldState.selectedIndex === newState.selectedIndex && oldState.focusedIndex === newState.focusedIndex;
14717
14740
  },
@@ -14721,7 +14744,7 @@ const renderItems$6 = {
14721
14744
  return ['Viewlet.setDom2', dom];
14722
14745
  }
14723
14746
  };
14724
- const render$G = [renderItems$6];
14747
+ const render$G = [renderItems$7];
14725
14748
 
14726
14749
  const getFilteredActivityBarItems = (items, height, itemHeight) => {
14727
14750
  const numberOfVisibleItems = getNumberOfVisibleItems$1({
@@ -14791,11 +14814,11 @@ const ViewletActivityBar_ipc = {
14791
14814
  /**
14792
14815
  * @enum {string}
14793
14816
  */
14794
- const UiStrings$d = {
14817
+ const UiStrings$c = {
14795
14818
  FailedToLoadAudio: 'Failed to load audio: {PH1}'
14796
14819
  };
14797
14820
  const getImprovedErrorMessage = message => {
14798
- return i18nString(UiStrings$d.FailedToLoadAudio, {
14821
+ return i18nString(UiStrings$c.FailedToLoadAudio, {
14799
14822
  PH1: message
14800
14823
  });
14801
14824
  };
@@ -14912,7 +14935,7 @@ const create$N = (id, uri, x, y, width, height) => {
14912
14935
  };
14913
14936
  };
14914
14937
  const loadContent$J = async state => {
14915
- const browserViewMap = await invoke$k('ElectronBrowserView.getAll');
14938
+ const browserViewMap = await invoke$l('ElectronBrowserView.getAll');
14916
14939
  return {
14917
14940
  ...state,
14918
14941
  browserViewMap
@@ -14962,7 +14985,7 @@ const create$M = (id, uri, x, y, width, height) => {
14962
14985
  };
14963
14986
  const loadContent$I = state => {
14964
14987
  const update = async () => {
14965
- await invoke$m(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
14988
+ await invoke$n(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
14966
14989
  };
14967
14990
  return {
14968
14991
  ...state,
@@ -15385,7 +15408,7 @@ const Escape = 'Escape';
15385
15408
  /**
15386
15409
  * @enum {string}
15387
15410
  */
15388
- const UiStrings$c = {
15411
+ const UiStrings$b = {
15389
15412
  PressDesiredKeyCombinationThenPressEnter: 'Press Desired Key Combination, Then Press Enter',
15390
15413
  Copy: 'Copy',
15391
15414
  CopyCommandId: 'Copy Command ID',
@@ -15398,34 +15421,34 @@ const UiStrings$c = {
15398
15421
  ShowSameKeyBindings: 'Show Same Keybindings'
15399
15422
  };
15400
15423
  const pressDesiredKeyCombinationThenPressEnter = () => {
15401
- return i18nString(UiStrings$c.PressDesiredKeyCombinationThenPressEnter);
15424
+ return i18nString(UiStrings$b.PressDesiredKeyCombinationThenPressEnter);
15402
15425
  };
15403
15426
  const copy$2 = () => {
15404
- return i18nString(UiStrings$c.Copy);
15427
+ return i18nString(UiStrings$b.Copy);
15405
15428
  };
15406
15429
  const copyCommandId = () => {
15407
- return i18nString(UiStrings$c.CopyCommandId);
15430
+ return i18nString(UiStrings$b.CopyCommandId);
15408
15431
  };
15409
15432
  const copyCommandTitle = () => {
15410
- return i18nString(UiStrings$c.CopyCommandTitle);
15433
+ return i18nString(UiStrings$b.CopyCommandTitle);
15411
15434
  };
15412
15435
  const changeKeyBinding = () => {
15413
- return i18nString(UiStrings$c.ChangeKeyBinding);
15436
+ return i18nString(UiStrings$b.ChangeKeyBinding);
15414
15437
  };
15415
15438
  const addKeyBinding = () => {
15416
- return i18nString(UiStrings$c.AddKeyBinding);
15439
+ return i18nString(UiStrings$b.AddKeyBinding);
15417
15440
  };
15418
15441
  const removeKeyBinding = () => {
15419
- return i18nString(UiStrings$c.RemoveKeyBinding);
15442
+ return i18nString(UiStrings$b.RemoveKeyBinding);
15420
15443
  };
15421
15444
  const resetKeyBinding = () => {
15422
- return i18nString(UiStrings$c.ResetKeyBinding);
15445
+ return i18nString(UiStrings$b.ResetKeyBinding);
15423
15446
  };
15424
15447
  const changeWhenExpression = () => {
15425
- return i18nString(UiStrings$c.ChangeWhenExpression);
15448
+ return i18nString(UiStrings$b.ChangeWhenExpression);
15426
15449
  };
15427
15450
  const showSameKeyBindings = () => {
15428
- return i18nString(UiStrings$c.ShowSameKeyBindings);
15451
+ return i18nString(UiStrings$b.ShowSameKeyBindings);
15429
15452
  };
15430
15453
 
15431
15454
  const create$J = (id, uri, x, y, width, height) => {
@@ -15666,7 +15689,7 @@ const ViewletDialog_ipc = {
15666
15689
 
15667
15690
  const iframeInspectorWorkerUrl = `${assetDir}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js`;
15668
15691
 
15669
- const getConfiguredWorkerUrl$7 = () => {
15692
+ const getConfiguredWorkerUrl$8 = () => {
15670
15693
  let configuredWorkerUrl = get$e('develop.iframeInspectorWorkerPath') || '';
15671
15694
  if (configuredWorkerUrl) {
15672
15695
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -15682,14 +15705,14 @@ const launchIframeInspectorWorker = async () => {
15682
15705
  const ipc = await create$13({
15683
15706
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
15684
15707
  name,
15685
- url: getConfiguredWorkerUrl$7()
15708
+ url: getConfiguredWorkerUrl$8()
15686
15709
  });
15687
15710
  handleIpc(ipc);
15688
15711
  return ipc;
15689
15712
  };
15690
15713
 
15691
15714
  const {
15692
- invoke: invoke$9,
15715
+ invoke: invoke$a,
15693
15716
  restart: restart$7
15694
15717
  } = getOrCreateWorker(launchIframeInspectorWorker);
15695
15718
 
@@ -15705,16 +15728,16 @@ const create$H = (id, uri, x, y, width, height) => {
15705
15728
  };
15706
15729
  };
15707
15730
  const loadContent$D = async state => {
15708
- await invoke$9('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
15709
- await invoke$9('IframeInspector.loadContent', state.id);
15710
- const diffResult = await invoke$9('IframeInspector.diff2', state.id);
15711
- const commands = await invoke$9('IframeInspector.render2', state.id, diffResult);
15731
+ await invoke$a('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
15732
+ await invoke$a('IframeInspector.loadContent', state.id);
15733
+ const diffResult = await invoke$a('IframeInspector.diff2', state.id);
15734
+ const commands = await invoke$a('IframeInspector.render2', state.id, diffResult);
15712
15735
  return {
15713
15736
  ...state,
15714
15737
  commands
15715
15738
  };
15716
15739
  };
15717
- const hotReload$8 = async state => {
15740
+ const hotReload$9 = async state => {
15718
15741
  if (state.isHotReloading) {
15719
15742
  return state;
15720
15743
  }
@@ -15722,16 +15745,16 @@ const hotReload$8 = async state => {
15722
15745
  state.isHotReloading = true;
15723
15746
  // possible TODO race condition during hot reload
15724
15747
  // there could still be pending promises when the worker is disposed
15725
- const savedState = await invoke$9('IframeInspector.saveState', state.uid);
15748
+ const savedState = await invoke$a('IframeInspector.saveState', state.uid);
15726
15749
  await restart$7('IframeInspector.terminate');
15727
15750
  const oldState = {
15728
15751
  ...state,
15729
15752
  items: []
15730
15753
  };
15731
- await invoke$9('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
15732
- await invoke$9('IframeInspector.loadContent', state.id, savedState);
15733
- const diffResult = await invoke$9('IframeInspector.diff2', oldState.id);
15734
- const commands = await invoke$9('IframeInspector.render2', oldState.id, diffResult);
15754
+ await invoke$a('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
15755
+ await invoke$a('IframeInspector.loadContent', state.id, savedState);
15756
+ const diffResult = await invoke$a('IframeInspector.diff2', oldState.id);
15757
+ const commands = await invoke$a('IframeInspector.render2', oldState.id, diffResult);
15735
15758
  return {
15736
15759
  ...oldState,
15737
15760
  commands,
@@ -15741,9 +15764,9 @@ const hotReload$8 = async state => {
15741
15764
 
15742
15765
  const wrapIframeInspectorCommand = key => {
15743
15766
  const fn = async (state, ...args) => {
15744
- await invoke$9(`IframeInspector.${key}`, state.id, ...args);
15745
- const diffResult = await invoke$9('IframeInspector.diff2', state.id);
15746
- const commands = await invoke$9('IframeInspector.render2', state.id, diffResult);
15767
+ await invoke$a(`IframeInspector.${key}`, state.id, ...args);
15768
+ const diffResult = await invoke$a('IframeInspector.diff2', state.id);
15769
+ const commands = await invoke$a('IframeInspector.render2', state.id, diffResult);
15747
15770
  if (commands.length === 0) {
15748
15771
  return state;
15749
15772
  }
@@ -15756,26 +15779,26 @@ const wrapIframeInspectorCommand = key => {
15756
15779
  };
15757
15780
 
15758
15781
  const Commands$w = {};
15759
- const getCommands$9 = async () => {
15760
- const commands = await invoke$9('IframeInspector.getCommandIds');
15782
+ const getCommands$a = async () => {
15783
+ const commands = await invoke$a('IframeInspector.getCommandIds');
15761
15784
  for (const command of commands) {
15762
15785
  Commands$w[command] = wrapIframeInspectorCommand(command);
15763
15786
  }
15764
- Commands$w['hotReload'] = hotReload$8;
15787
+ Commands$w['hotReload'] = hotReload$9;
15765
15788
  return Commands$w;
15766
15789
  };
15767
15790
 
15768
15791
  const Css$y = ["/css/parts/Table.css", "/css/parts/ViewletIframeInspector.css"];
15769
15792
 
15770
15793
  const getKeyBindings$e = () => {
15771
- return invoke$9('IframeInspector.getKeyBindings');
15794
+ return invoke$a('IframeInspector.getKeyBindings');
15772
15795
  };
15773
15796
 
15774
15797
  const name$F = 'IframeInspector';
15775
15798
 
15776
15799
  const hasFunctionalRender$w = true;
15777
15800
  const hasFunctionalRootRender$j = true;
15778
- const hasFunctionalEvents$a = true;
15801
+ const hasFunctionalEvents$b = true;
15779
15802
  const renderContent = {
15780
15803
  isEqual(oldState, newState) {
15781
15804
  return false;
@@ -15784,8 +15807,8 @@ const renderContent = {
15784
15807
  multiple: true
15785
15808
  };
15786
15809
  const render$z = [renderContent];
15787
- const renderEventListeners$9 = async () => {
15788
- const listeners = await invoke$9('IframeInspector.renderEventListeners');
15810
+ const renderEventListeners$a = async () => {
15811
+ const listeners = await invoke$a('IframeInspector.renderEventListeners');
15789
15812
  return listeners;
15790
15813
  };
15791
15814
 
@@ -15794,17 +15817,17 @@ const ViewletIframeInspector_ipc = {
15794
15817
  Commands: Commands$w,
15795
15818
  Css: Css$y,
15796
15819
  create: create$H,
15797
- getCommands: getCommands$9,
15820
+ getCommands: getCommands$a,
15798
15821
  getKeyBindings: getKeyBindings$e,
15799
- hasFunctionalEvents: hasFunctionalEvents$a,
15822
+ hasFunctionalEvents: hasFunctionalEvents$b,
15800
15823
  hasFunctionalRender: hasFunctionalRender$w,
15801
15824
  hasFunctionalRootRender: hasFunctionalRootRender$j,
15802
- hotReload: hotReload$8,
15825
+ hotReload: hotReload$9,
15803
15826
  loadContent: loadContent$D,
15804
15827
  name: name$F,
15805
15828
  render: render$z,
15806
15829
  renderContent,
15807
- renderEventListeners: renderEventListeners$9
15830
+ renderEventListeners: renderEventListeners$a
15808
15831
  };
15809
15832
 
15810
15833
  const diffWorkerUrl = `${assetDir}/packages/diff-worker/dist/diffWorkerMain.js`;
@@ -15820,7 +15843,7 @@ const launchDiffWorker = async () => {
15820
15843
  };
15821
15844
 
15822
15845
  const {
15823
- invoke: invoke$8} = getOrCreateWorker(launchDiffWorker);
15846
+ invoke: invoke$9} = getOrCreateWorker(launchDiffWorker);
15824
15847
 
15825
15848
  /**
15826
15849
  *
@@ -15829,7 +15852,7 @@ const {
15829
15852
  * @returns
15830
15853
  */
15831
15854
  const diff = (linesA, linesB) => {
15832
- return invoke$8('Diff.diff', linesA, linesB);
15855
+ return invoke$9('Diff.diff', linesA, linesB);
15833
15856
  };
15834
15857
 
15835
15858
  const getDiffEditorContents = async (left, right) => {
@@ -16802,8 +16825,8 @@ const create$B = (id, uri, x, y, width, height) => {
16802
16825
  };
16803
16826
  };
16804
16827
  const getTests = async () => {
16805
- const root = await invoke$k('Platform.getRoot');
16806
- const testPath = await invoke$k('Platform.getTestPath');
16828
+ const root = await invoke$l('Platform.getRoot');
16829
+ const testPath = await invoke$l('Platform.getTestPath');
16807
16830
  const absolutePath = `${root}/${testPath}/src`;
16808
16831
  const dirents = await readDirWithFileTypes$9(absolutePath);
16809
16832
  const filteredDirents = dirents.slice(1);
@@ -17256,7 +17279,7 @@ const getFontWeight = () => {
17256
17279
  return get$e(kFontWeight) ?? 400;
17257
17280
  };
17258
17281
 
17259
- const combineResults$3 = results => {
17282
+ const combineResults$1 = results => {
17260
17283
  return results[0];
17261
17284
  };
17262
17285
  const executeSemanticTokenProvider = editor => {
@@ -17266,7 +17289,7 @@ const executeSemanticTokenProvider = editor => {
17266
17289
  method: 'ExtensionHostSemanticTokens.executeSemanticTokenProvider',
17267
17290
  args: [],
17268
17291
  noProviderFoundMessage: 'No Semantic Token Provider found',
17269
- combineResults: combineResults$3,
17292
+ combineResults: combineResults$1,
17270
17293
  noProviderFoundResult: []
17271
17294
  });
17272
17295
  };
@@ -17563,7 +17586,7 @@ const Commands$s = {
17563
17586
  ...wrapEditorCommands(ids),
17564
17587
  // TODO
17565
17588
  async showOverlayMessage(state, editor, ...args) {
17566
- await invoke$m(...args);
17589
+ await invoke$n(...args);
17567
17590
  return state;
17568
17591
  }
17569
17592
  };
@@ -17728,7 +17751,7 @@ const ViewletEmptyEditor_ipc = {
17728
17751
  const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerViewWorkerMain.js`;
17729
17752
 
17730
17753
  const launchExplorerWorker = async () => {
17731
- const configuredWorkerUrl = getConfiguredWorkerUrl$a('develop.explorerWorkerPath', explorerWorkerUrl);
17754
+ const configuredWorkerUrl = getConfiguredWorkerUrl$b('develop.explorerWorkerPath', explorerWorkerUrl);
17732
17755
  const ipc = await create$13({
17733
17756
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
17734
17757
  url: configuredWorkerUrl,
@@ -17739,7 +17762,7 @@ const launchExplorerWorker = async () => {
17739
17762
  };
17740
17763
 
17741
17764
  const {
17742
- invoke: invoke$7,
17765
+ invoke: invoke$8,
17743
17766
  restart: restart$6
17744
17767
  } = getOrCreateWorker(launchExplorerWorker);
17745
17768
 
@@ -17765,11 +17788,11 @@ const create$w = (id, uri, x, y, width, height, args, parentUid) => {
17765
17788
  };
17766
17789
  };
17767
17790
  const loadContent$x = async (state, savedState) => {
17768
- await invoke$7('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17769
- await invoke$7('Explorer.loadContent', state.uid, savedState);
17770
- const diffResult = await invoke$7('Explorer.diff2', state.uid);
17771
- const commands = await invoke$7('Explorer.render2', state.uid, diffResult);
17772
- const actionsDom = await invoke$7('Explorer.renderActions2', state.uid);
17791
+ await invoke$8('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17792
+ await invoke$8('Explorer.loadContent', state.uid, savedState);
17793
+ const diffResult = await invoke$8('Explorer.diff2', state.uid);
17794
+ const commands = await invoke$8('Explorer.render2', state.uid, diffResult);
17795
+ const actionsDom = await invoke$8('Explorer.renderActions2', state.uid);
17773
17796
  return {
17774
17797
  ...state,
17775
17798
  commands,
@@ -17792,12 +17815,12 @@ const resize$k = (state, dimensions) => {
17792
17815
  };
17793
17816
  const getMouseActions = async () => {
17794
17817
  try {
17795
- return await invoke$7('Explorer.getMouseActions');
17818
+ return await invoke$8('Explorer.getMouseActions');
17796
17819
  } catch {
17797
17820
  return [];
17798
17821
  }
17799
17822
  };
17800
- const hotReload$7 = async state => {
17823
+ const hotReload$8 = async state => {
17801
17824
  if (state.isHotReloading) {
17802
17825
  return state;
17803
17826
  }
@@ -17805,16 +17828,16 @@ const hotReload$7 = async state => {
17805
17828
  state.isHotReloading = true;
17806
17829
  // possible TODO race condition during hot reload
17807
17830
  // there could still be pending promises when the worker is disposed
17808
- const savedState = await invoke$7('Explorer.saveState', state.uid);
17831
+ const savedState = await invoke$8('Explorer.saveState', state.uid);
17809
17832
  await restart$6('Explorer.terminate');
17810
17833
  const oldState = {
17811
17834
  ...state,
17812
17835
  items: []
17813
17836
  };
17814
- await invoke$7('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17815
- await invoke$7('Explorer.loadContent', state.uid, savedState);
17816
- const diffResult = await invoke$7('Explorer.diff2', state.uid);
17817
- const commands = await invoke$7('Explorer.render2', state.uid, diffResult);
17837
+ await invoke$8('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17838
+ await invoke$8('Explorer.loadContent', state.uid, savedState);
17839
+ const diffResult = await invoke$8('Explorer.diff2', state.uid);
17840
+ const commands = await invoke$8('Explorer.render2', state.uid, diffResult);
17818
17841
  return {
17819
17842
  ...oldState,
17820
17843
  commands,
@@ -17824,12 +17847,12 @@ const hotReload$7 = async state => {
17824
17847
 
17825
17848
  const wrapExplorerCommand = key => {
17826
17849
  const fn = async (state, ...args) => {
17827
- await invoke$7(`Explorer.${key}`, state.uid, ...args);
17828
- const diffResult = await invoke$7('Explorer.diff2', state.uid);
17850
+ await invoke$8(`Explorer.${key}`, state.uid, ...args);
17851
+ const diffResult = await invoke$8('Explorer.diff2', state.uid);
17829
17852
  if (diffResult.length === 0) {
17830
17853
  return state;
17831
17854
  }
17832
- const commands = await invoke$7('Explorer.render2', state.uid, diffResult);
17855
+ const commands = await invoke$8('Explorer.render2', state.uid, diffResult);
17833
17856
  if (commands.length === 0) {
17834
17857
  return state;
17835
17858
  }
@@ -17842,12 +17865,12 @@ const wrapExplorerCommand = key => {
17842
17865
  };
17843
17866
 
17844
17867
  const Commands$q = {};
17845
- const getCommands$8 = async () => {
17846
- const commands = await invoke$7('Explorer.getCommandIds');
17868
+ const getCommands$9 = async () => {
17869
+ const commands = await invoke$8('Explorer.getCommandIds');
17847
17870
  for (const command of commands) {
17848
17871
  Commands$q[command] = wrapExplorerCommand(command);
17849
17872
  }
17850
- Commands$q['hotReload'] = hotReload$7;
17873
+ Commands$q['hotReload'] = hotReload$8;
17851
17874
  Commands$q['getMouseActions'] = getMouseActions;
17852
17875
  return Commands$q;
17853
17876
  };
@@ -17855,13 +17878,13 @@ const getCommands$8 = async () => {
17855
17878
  const Css$s = [];
17856
17879
 
17857
17880
  const getKeyBindings$a = () => {
17858
- return invoke$7('Explorer.getKeyBindings');
17881
+ return invoke$8('Explorer.getKeyBindings');
17859
17882
  };
17860
17883
 
17861
17884
  const id$9 = Explorer;
17862
17885
  const getMenuEntries$d = () => {
17863
17886
  const explorerState = getState('Explorer');
17864
- return invoke$7('Explorer.getMenuEntries2', explorerState.uid);
17887
+ return invoke$8('Explorer.getMenuEntries2', explorerState.uid);
17865
17888
  };
17866
17889
 
17867
17890
  const MenuEntriesExplorer = {
@@ -17875,15 +17898,15 @@ const menus$9 = [MenuEntriesExplorer];
17875
17898
  /**
17876
17899
  * @enum {string}
17877
17900
  */
17878
- const UiStrings$b = {
17901
+ const UiStrings$a = {
17879
17902
  Explorer: 'Explorer',
17880
17903
  NoFolderOpen: 'No Folder Open'
17881
17904
  };
17882
17905
  const explorer = () => {
17883
- return i18nString(UiStrings$b.Explorer);
17906
+ return i18nString(UiStrings$a.Explorer);
17884
17907
  };
17885
17908
  const noFolderOpen = () => {
17886
- return i18nString(UiStrings$b.NoFolderOpen);
17909
+ return i18nString(UiStrings$a.NoFolderOpen);
17887
17910
  };
17888
17911
 
17889
17912
  const name$z = 'Explorer';
@@ -17893,17 +17916,17 @@ const getDisplayName$1 = () => {
17893
17916
 
17894
17917
  const hasFunctionalRender$r = true;
17895
17918
  const hasFunctionalRootRender$f = true;
17896
- const hasFunctionalEvents$9 = true;
17897
- const renderItems$5 = {
17919
+ const hasFunctionalEvents$a = true;
17920
+ const renderItems$6 = {
17898
17921
  isEqual(oldState, newState) {
17899
17922
  return JSON.stringify(oldState.commands) === JSON.stringify(newState.commands);
17900
17923
  },
17901
17924
  apply: apply,
17902
17925
  multiple: true
17903
17926
  };
17904
- const render$s = [renderItems$5];
17905
- const renderEventListeners$8 = async () => {
17906
- const listeners = await invoke$7('Explorer.renderEventListeners');
17927
+ const render$s = [renderItems$6];
17928
+ const renderEventListeners$9 = async () => {
17929
+ const listeners = await invoke$8('Explorer.renderEventListeners');
17907
17930
  return listeners;
17908
17931
  };
17909
17932
 
@@ -17936,11 +17959,11 @@ const renderTitle$4 = {
17936
17959
  };
17937
17960
 
17938
17961
  const restoreState = savedState => {
17939
- return invoke$7('Explorer.restoreState', savedState);
17962
+ return invoke$8('Explorer.restoreState', savedState);
17940
17963
  };
17941
17964
 
17942
17965
  const saveState$e = state => {
17943
- return invoke$7('Explorer.saveState', state.uid);
17966
+ return invoke$8('Explorer.saveState', state.uid);
17944
17967
  };
17945
17968
 
17946
17969
  const Events$4 = {};
@@ -17952,21 +17975,21 @@ const ViewletExplorer_ipc = {
17952
17975
  Events: Events$4,
17953
17976
  create: create$w,
17954
17977
  dispose: dispose$m,
17955
- getCommands: getCommands$8,
17978
+ getCommands: getCommands$9,
17956
17979
  getDisplayName: getDisplayName$1,
17957
17980
  getKeyBindings: getKeyBindings$a,
17958
17981
  getMouseActions,
17959
- hasFunctionalEvents: hasFunctionalEvents$9,
17982
+ hasFunctionalEvents: hasFunctionalEvents$a,
17960
17983
  hasFunctionalRender: hasFunctionalRender$r,
17961
17984
  hasFunctionalResize: hasFunctionalResize$f,
17962
17985
  hasFunctionalRootRender: hasFunctionalRootRender$f,
17963
- hotReload: hotReload$7,
17986
+ hotReload: hotReload$8,
17964
17987
  loadContent: loadContent$x,
17965
17988
  menus: menus$9,
17966
17989
  name: name$z,
17967
17990
  render: render$s,
17968
17991
  renderActions: renderActions$7,
17969
- renderEventListeners: renderEventListeners$8,
17992
+ renderEventListeners: renderEventListeners$9,
17970
17993
  renderTitle: renderTitle$4,
17971
17994
  resize: resize$k,
17972
17995
  restoreState,
@@ -17975,7 +17998,7 @@ const ViewletExplorer_ipc = {
17975
17998
 
17976
17999
  const extensionDetailViewWorkerUrl = `${assetDir}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js`;
17977
18000
 
17978
- const getConfiguredWorkerUrl$6 = () => {
18001
+ const getConfiguredWorkerUrl$7 = () => {
17979
18002
  let configuredWorkerUrl = get$e('develop.extensionDetailViewWorkerPath') || '';
17980
18003
  if (configuredWorkerUrl) {
17981
18004
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -17991,14 +18014,14 @@ const launchExtensionDetailViewWorker = async () => {
17991
18014
  const ipc = await create$13({
17992
18015
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
17993
18016
  name,
17994
- url: getConfiguredWorkerUrl$6()
18017
+ url: getConfiguredWorkerUrl$7()
17995
18018
  });
17996
18019
  handleIpc(ipc);
17997
18020
  return ipc;
17998
18021
  };
17999
18022
 
18000
18023
  const {
18001
- invoke: invoke$6,
18024
+ invoke: invoke$7,
18002
18025
  restart: restart$5
18003
18026
  } = getOrCreateWorker(launchExtensionDetailViewWorker);
18004
18027
 
@@ -18038,16 +18061,16 @@ const create$v = (id, uri, x, y, width, height) => {
18038
18061
  // TODO when there are multiple extension with the same id,
18039
18062
  // probably need to pass extension location from extensions viewlet
18040
18063
  const loadContent$w = async (state, savedState) => {
18041
- await invoke$6('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18042
- await invoke$6('ExtensionDetail.loadContent2', state.uid, savedState);
18043
- const diffResult = await invoke$6('ExtensionDetail.diff2', state.uid);
18044
- const commands = await invoke$6('ExtensionDetail.render2', state.uid, diffResult);
18064
+ await invoke$7('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18065
+ await invoke$7('ExtensionDetail.loadContent2', state.uid, savedState);
18066
+ const diffResult = await invoke$7('ExtensionDetail.diff2', state.uid);
18067
+ const commands = await invoke$7('ExtensionDetail.render2', state.uid, diffResult);
18045
18068
  return {
18046
18069
  ...state,
18047
18070
  commands
18048
18071
  };
18049
18072
  };
18050
- const hotReload$6 = async state => {
18073
+ const hotReload$7 = async state => {
18051
18074
  if (state.isHotReloading) {
18052
18075
  return state;
18053
18076
  }
@@ -18056,10 +18079,10 @@ const hotReload$6 = async state => {
18056
18079
  // possible TODO race condition during hot reload
18057
18080
  // there could still be pending promises when the worker is disposed
18058
18081
  await restart$5('ExtensionDetail.terminate');
18059
- await invoke$6('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18060
- await invoke$6('ExtensionDetail.loadContent', state.uid, {});
18061
- const diffResult = invoke$6('ExtensionDetail.diff2', state.uid);
18062
- const commands = await invoke$6('ExtensionDetail.render2', state.uid, diffResult);
18082
+ await invoke$7('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18083
+ await invoke$7('ExtensionDetail.loadContent', state.uid, {});
18084
+ const diffResult = invoke$7('ExtensionDetail.diff2', state.uid);
18085
+ const commands = await invoke$7('ExtensionDetail.render2', state.uid, diffResult);
18063
18086
  state.isHotReloading = false;
18064
18087
  return {
18065
18088
  ...state,
@@ -18067,7 +18090,7 @@ const hotReload$6 = async state => {
18067
18090
  };
18068
18091
  };
18069
18092
  const saveState$d = async state => {
18070
- const savedState = await invoke$6('ExtensionDetail.saveState', state.uid);
18093
+ const savedState = await invoke$7('ExtensionDetail.saveState', state.uid);
18071
18094
  return savedState;
18072
18095
  };
18073
18096
  const hasFunctionalResize$e = true;
@@ -18082,12 +18105,12 @@ const resize$j = (state, dimensions) => {
18082
18105
 
18083
18106
  const wrapExtensionDetailCommand = key => {
18084
18107
  const fn = async (state, ...args) => {
18085
- await invoke$6(`ExtensionDetail.${key}`, state.uid, ...args);
18086
- const diffResult = await invoke$6('ExtensionDetail.diff2', state.uid);
18108
+ await invoke$7(`ExtensionDetail.${key}`, state.uid, ...args);
18109
+ const diffResult = await invoke$7('ExtensionDetail.diff2', state.uid);
18087
18110
  if (diffResult.length === 0) {
18088
18111
  return state;
18089
18112
  }
18090
- const commands = await invoke$6('ExtensionDetail.render2', state.uid, diffResult);
18113
+ const commands = await invoke$7('ExtensionDetail.render2', state.uid, diffResult);
18091
18114
  return {
18092
18115
  ...state,
18093
18116
  commands
@@ -18097,12 +18120,12 @@ const wrapExtensionDetailCommand = key => {
18097
18120
  };
18098
18121
 
18099
18122
  const Commands$p = {};
18100
- const getCommands$7 = async () => {
18101
- const commands = await invoke$6('ExtensionDetail.getCommandIds');
18123
+ const getCommands$8 = async () => {
18124
+ const commands = await invoke$7('ExtensionDetail.getCommandIds');
18102
18125
  for (const command of commands) {
18103
18126
  Commands$p[command] = wrapExtensionDetailCommand(command);
18104
18127
  }
18105
- Commands$p['hotReload'] = hotReload$6;
18128
+ Commands$p['hotReload'] = hotReload$7;
18106
18129
  return Commands$p;
18107
18130
  };
18108
18131
 
@@ -18110,7 +18133,7 @@ const Css$r = ["/css/parts/AdditionalDetails.css", "/css/parts/FeatureContent.cs
18110
18133
 
18111
18134
  const id$8 = ExtensionDetailReadme;
18112
18135
  const getMenuEntries$c = async props => {
18113
- const menuEntries = await invoke$6('ExtensionDetail.getMenuEntries', props);
18136
+ const menuEntries = await invoke$7('ExtensionDetail.getMenuEntries', props);
18114
18137
  return menuEntries;
18115
18138
  };
18116
18139
 
@@ -18126,7 +18149,7 @@ const name$y = 'ExtensionDetail';
18126
18149
 
18127
18150
  const hasFunctionalRender$q = true;
18128
18151
  const hasFunctionalRootRender$e = true;
18129
- const hasFunctionalEvents$8 = true;
18152
+ const hasFunctionalEvents$9 = true;
18130
18153
  const renderDom$1 = {
18131
18154
  isEqual(oldState, newState) {
18132
18155
  return false;
@@ -18135,8 +18158,8 @@ const renderDom$1 = {
18135
18158
  multiple: true
18136
18159
  };
18137
18160
  const render$r = [renderDom$1];
18138
- const renderEventListeners$7 = async () => {
18139
- const listeners = await invoke$6('ExtensionDetail.renderEventListeners');
18161
+ const renderEventListeners$8 = async () => {
18162
+ const listeners = await invoke$7('ExtensionDetail.renderEventListeners');
18140
18163
  return listeners;
18141
18164
  };
18142
18165
 
@@ -18145,24 +18168,24 @@ const ViewletExtensionDetail_ipc = {
18145
18168
  Commands: Commands$p,
18146
18169
  Css: Css$r,
18147
18170
  create: create$v,
18148
- getCommands: getCommands$7,
18149
- hasFunctionalEvents: hasFunctionalEvents$8,
18171
+ getCommands: getCommands$8,
18172
+ hasFunctionalEvents: hasFunctionalEvents$9,
18150
18173
  hasFunctionalRender: hasFunctionalRender$q,
18151
18174
  hasFunctionalResize: hasFunctionalResize$e,
18152
18175
  hasFunctionalRootRender: hasFunctionalRootRender$e,
18153
- hotReload: hotReload$6,
18176
+ hotReload: hotReload$7,
18154
18177
  loadContent: loadContent$w,
18155
18178
  menus: menus$8,
18156
18179
  name: name$y,
18157
18180
  render: render$r,
18158
- renderEventListeners: renderEventListeners$7,
18181
+ renderEventListeners: renderEventListeners$8,
18159
18182
  resize: resize$j,
18160
18183
  saveState: saveState$d
18161
18184
  };
18162
18185
 
18163
18186
  const extensionSearchViewWorkerUrl = `${assetDir}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js`;
18164
18187
 
18165
- const getConfiguredWorkerUrl$5 = () => {
18188
+ const getConfiguredWorkerUrl$6 = () => {
18166
18189
  let configuredWorkerUrl = get$e('develop.extensionSearchViewWorkerPath') || '';
18167
18190
  if (configuredWorkerUrl) {
18168
18191
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -18178,21 +18201,21 @@ const launchExtensionSearchViewWorker = async () => {
18178
18201
  const ipc = await create$13({
18179
18202
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18180
18203
  name,
18181
- url: getConfiguredWorkerUrl$5()
18204
+ url: getConfiguredWorkerUrl$6()
18182
18205
  });
18183
18206
  handleIpc(ipc);
18184
18207
  return ipc;
18185
18208
  };
18186
18209
 
18187
18210
  const {
18188
- invoke: invoke$5,
18211
+ invoke: invoke$6,
18189
18212
  restart: restart$4
18190
18213
  } = getOrCreateWorker(launchExtensionSearchViewWorker);
18191
18214
 
18192
18215
  // then state can be recycled by Viewlet when there is only a single ViewletExtensions instance
18193
18216
 
18194
18217
  const saveState$c = async state => {
18195
- const savedState = await invoke$5('SearchExtensions.saveState', state.id);
18218
+ const savedState = await invoke$6('SearchExtensions.saveState', state.id);
18196
18219
  return savedState;
18197
18220
  };
18198
18221
  const create$u = (id, uri, x, y, width, height) => {
@@ -18209,10 +18232,10 @@ const create$u = (id, uri, x, y, width, height) => {
18209
18232
  };
18210
18233
  };
18211
18234
  const loadContent$v = async (state, savedState) => {
18212
- await invoke$5('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18213
- await invoke$5('SearchExtensions.loadContent', state.id, savedState);
18214
- const diffResult = await invoke$5('SearchExtensions.diff2', state.id);
18215
- const commands = await invoke$5('SearchExtensions.render3', state.id, diffResult);
18235
+ await invoke$6('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18236
+ await invoke$6('SearchExtensions.loadContent', state.id, savedState);
18237
+ const diffResult = await invoke$6('SearchExtensions.diff2', state.id);
18238
+ const commands = await invoke$6('SearchExtensions.render3', state.id, diffResult);
18216
18239
  return {
18217
18240
  ...state,
18218
18241
  commands
@@ -18222,7 +18245,7 @@ const dispose$l = () => {};
18222
18245
 
18223
18246
  // TODO lazyload this
18224
18247
 
18225
- const hotReload$5 = async state => {
18248
+ const hotReload$6 = async state => {
18226
18249
  if (state.isHotReloading) {
18227
18250
  return state;
18228
18251
  }
@@ -18230,16 +18253,16 @@ const hotReload$5 = async state => {
18230
18253
  state.isHotReloading = true;
18231
18254
  // possible TODO race condition during hot reload
18232
18255
  // there could still be pending promises when the worker is disposed
18233
- const savedState = await invoke$5('SearchExtensions.saveState', state.uid);
18256
+ const savedState = await invoke$6('SearchExtensions.saveState', state.uid);
18234
18257
  await restart$4('SearchExtensions.terminate');
18235
18258
  const oldState = {
18236
18259
  ...state,
18237
18260
  items: []
18238
18261
  };
18239
- await invoke$5('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18240
- await invoke$5('SearchExtensions.loadContent', state.id, savedState);
18241
- const diffResult = await invoke$5('SearchExtensions.diff2', state.id);
18242
- const commands = await invoke$5('SearchExtensions.render3', oldState.id, diffResult);
18262
+ await invoke$6('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18263
+ await invoke$6('SearchExtensions.loadContent', state.id, savedState);
18264
+ const diffResult = await invoke$6('SearchExtensions.diff2', state.id);
18265
+ const commands = await invoke$6('SearchExtensions.render3', oldState.id, diffResult);
18243
18266
  return {
18244
18267
  ...oldState,
18245
18268
  commands,
@@ -18249,9 +18272,9 @@ const hotReload$5 = async state => {
18249
18272
 
18250
18273
  const wrapExtensionSearchCommand = key => {
18251
18274
  const wrapped = async (state, ...args) => {
18252
- await invoke$5(`SearchExtensions.${key}`, state.uid, ...args);
18253
- const diffResult = await invoke$5(`SearchExtensions.diff2`, state.uid);
18254
- const commands = await invoke$5('SearchExtensions.render3', state.uid, diffResult);
18275
+ await invoke$6(`SearchExtensions.${key}`, state.uid, ...args);
18276
+ const diffResult = await invoke$6(`SearchExtensions.diff2`, state.uid);
18277
+ const commands = await invoke$6('SearchExtensions.render3', state.uid, diffResult);
18255
18278
  return {
18256
18279
  ...state,
18257
18280
  commands
@@ -18261,23 +18284,23 @@ const wrapExtensionSearchCommand = key => {
18261
18284
  };
18262
18285
 
18263
18286
  const Commands$o = {};
18264
- const getCommands$6 = async () => {
18265
- const commands = await invoke$5('SearchExtensions.getCommandIds');
18287
+ const getCommands$7 = async () => {
18288
+ const commands = await invoke$6('SearchExtensions.getCommandIds');
18266
18289
  for (const command of commands) {
18267
18290
  Commands$o[command] = wrapExtensionSearchCommand(command);
18268
18291
  }
18269
- Commands$o['hotReload'] = hotReload$5;
18292
+ Commands$o['hotReload'] = hotReload$6;
18270
18293
  return Commands$o;
18271
18294
  };
18272
18295
 
18273
18296
  const Css$q = ["/css/parts/ViewletExtensions.css"];
18274
18297
 
18275
18298
  const getKeyBindings$9 = () => {
18276
- return invoke$5('SearchExtensions.getKeyBindings');
18299
+ return invoke$6('SearchExtensions.getKeyBindings');
18277
18300
  };
18278
18301
 
18279
18302
  const getMenuEntries$b = async () => {
18280
- const entries = await invoke$5('SearchExtensions.getMenuEntries');
18303
+ const entries = await invoke$6('SearchExtensions.getMenuEntries');
18281
18304
  return entries;
18282
18305
  // {
18283
18306
  // id: 'enable',
@@ -18386,11 +18409,11 @@ const ViewletExtensions_ipc = {
18386
18409
  Css: Css$q,
18387
18410
  create: create$u,
18388
18411
  dispose: dispose$l,
18389
- getCommands: getCommands$6,
18412
+ getCommands: getCommands$7,
18390
18413
  getKeyBindings: getKeyBindings$9,
18391
18414
  hasFunctionalRender: hasFunctionalRender$p,
18392
18415
  hasFunctionalResize: hasFunctionalResize$d,
18393
- hotReload: hotReload$5,
18416
+ hotReload: hotReload$6,
18394
18417
  loadContent: loadContent$v,
18395
18418
  menus: menus$7,
18396
18419
  name: name$x,
@@ -18402,173 +18425,6 @@ const ViewletExtensions_ipc = {
18402
18425
  saveState: saveState$c
18403
18426
  };
18404
18427
 
18405
- const getActiveEditor = () => {
18406
- return getState$1(EditorText);
18407
- };
18408
-
18409
- const combineResults$2 = results => {
18410
- return results[0];
18411
- };
18412
- const executeImplementationProvider = (editor, offset) => {
18413
- return execute({
18414
- editor,
18415
- event: OnImplementation,
18416
- method: ImplementationExecuteImplementationProvider,
18417
- args: [offset],
18418
- noProviderFoundMessage: 'No implementation provider found',
18419
- combineResults: combineResults$2
18420
- });
18421
- };
18422
-
18423
- const offsetAt = async (textDocument, positionRowIndex, positionColumnIndex) => {
18424
- object(textDocument);
18425
- number(positionRowIndex);
18426
- number(positionColumnIndex);
18427
- return actualInvoke('Editor.offsetAt', textDocument, positionRowIndex, positionColumnIndex);
18428
- };
18429
-
18430
- // TODO speed up this function by 130% by not running activation event (onReferences) again and again
18431
- // e.g. (21ms activation event, 11ms getReferences) => (11ms getReferences)
18432
- const getImplementations$1 = async editor => {
18433
- const rowIndex = editor.selections[0];
18434
- const columnIndex = editor.selections[1];
18435
- const offset = await offsetAt(editor, rowIndex, columnIndex);
18436
- const implementations = await executeImplementationProvider(editor, offset);
18437
- return implementations;
18438
- };
18439
-
18440
- const Leaf = 1;
18441
- const Expanded$1 = 2;
18442
- const Collapsed$1 = 3;
18443
-
18444
- const getName = uri => {
18445
- if (!uri) {
18446
- return '';
18447
- }
18448
- return uri.slice(uri.lastIndexOf('/') + 1);
18449
- };
18450
- const getDisplayReferences = references => {
18451
- const displayReferences = [];
18452
- let currentUri = '';
18453
- let outerPosInSet = 1;
18454
- let innerPosInSet = 1;
18455
- let index = 0;
18456
- for (const reference of references) {
18457
- if (reference.uri === currentUri) {
18458
- displayReferences.push({
18459
- depth: 2,
18460
- posInSet: innerPosInSet++,
18461
- setSize: 1,
18462
- type: Leaf,
18463
- uri: '',
18464
- name: '',
18465
- lineText: reference.lineText || '',
18466
- icon: '',
18467
- index: index++,
18468
- startOffset: reference.startColumnIndex || reference.startOffset,
18469
- endOffset: reference.endColumnIndex || reference.endOffset
18470
- });
18471
- } else {
18472
- currentUri = reference.uri;
18473
- innerPosInSet = 1;
18474
- const name = getName(reference.uri);
18475
- displayReferences.push({
18476
- depth: 1,
18477
- posInSet: outerPosInSet++,
18478
- setSize: 1,
18479
- type: Expanded$1,
18480
- uri: reference.uri,
18481
- name,
18482
- lineText: '',
18483
- icon: getIcon$1({
18484
- type: File$3,
18485
- name
18486
- }),
18487
- index: index++,
18488
- startOffset: 0,
18489
- endOffset: 0
18490
- });
18491
- displayReferences.push({
18492
- depth: 2,
18493
- posInSet: innerPosInSet++,
18494
- setSize: 1,
18495
- type: Leaf,
18496
- uri: '',
18497
- name: '',
18498
- lineText: reference.lineText || '',
18499
- icon: '',
18500
- index: index++,
18501
- startOffset: reference.startColumnIndex || reference.startOffset,
18502
- endOffset: reference.endColumnIndex || reference.endOffset
18503
- });
18504
- }
18505
- }
18506
- return displayReferences;
18507
- };
18508
-
18509
- const getUniqueObjectCount = (objects, key) => {
18510
- array(objects);
18511
- string(key);
18512
- const seen = [];
18513
- for (const object of objects) {
18514
- const value = object[key];
18515
- if (!seen.includes(value)) {
18516
- seen.push(value);
18517
- }
18518
- }
18519
- return seen.length;
18520
- };
18521
-
18522
- const getFileCount = references => {
18523
- return getUniqueObjectCount(references, 'uri');
18524
- };
18525
-
18526
- /**
18527
- * @enum {string}
18528
- */
18529
- const UiStrings$a = {
18530
- NoResults: 'No Results',
18531
- OneResultInOneFile: '1 result in 1 file',
18532
- ManyResultsInOneFile: '{PH1} results in 1 file',
18533
- ManyResultsInManyFiles: '{PH1} results in {PH2} files',
18534
- Locations: 'Locations'
18535
- };
18536
- const noResults$1 = () => {
18537
- return i18nString(UiStrings$a.NoResults);
18538
- };
18539
- const oneResultInOneFile = () => {
18540
- return i18nString(UiStrings$a.OneResultInOneFile);
18541
- };
18542
- const locations = () => {
18543
- return i18nString(UiStrings$a.Locations);
18544
- };
18545
- const manyResultsInOneFile = resultCount => {
18546
- return i18nString(UiStrings$a.ManyResultsInOneFile, {
18547
- PH1: resultCount
18548
- });
18549
- };
18550
- const manyResultsInManyFiles = (resultCount, fileCount) => {
18551
- return i18nString(UiStrings$a.ManyResultsInManyFiles, {
18552
- PH1: resultCount,
18553
- PH2: fileCount
18554
- });
18555
- };
18556
-
18557
- const getMessage$1 = (resultCount, fileCount) => {
18558
- number(resultCount);
18559
- number(fileCount);
18560
- if (resultCount === 0) {
18561
- return noResults$1();
18562
- }
18563
- if (resultCount === 1 && fileCount === 1) {
18564
- return oneResultInOneFile();
18565
- }
18566
- if (fileCount === 1) {
18567
- return manyResultsInOneFile(resultCount);
18568
- }
18569
- return manyResultsInManyFiles(resultCount, fileCount);
18570
- };
18571
-
18572
18428
  const first = () => {
18573
18429
  return 0;
18574
18430
  };
@@ -18585,6 +18441,38 @@ const previousNoCycle = (items, index) => {
18585
18441
  return index === 0 ? 0 : index - 1;
18586
18442
  };
18587
18443
 
18444
+ const Leaf = 1;
18445
+ const Expanded$1 = 2;
18446
+ const Collapsed$1 = 3;
18447
+
18448
+ const referencesWorkerUrl = `${assetDir}/packages/refernences-view/dist/referencesViewWorkerMain.js`;
18449
+
18450
+ const getConfiguredWorkerUrl$5 = () => {
18451
+ let configuredWorkerUrl = get$e('develop.referencesWorkerPath') || '';
18452
+ if (configuredWorkerUrl) {
18453
+ configuredWorkerUrl = '/remote' + configuredWorkerUrl;
18454
+ }
18455
+ configuredWorkerUrl = configuredWorkerUrl || referencesWorkerUrl;
18456
+ {
18457
+ configuredWorkerUrl = referencesWorkerUrl;
18458
+ }
18459
+ return configuredWorkerUrl;
18460
+ };
18461
+ const launchReferencesWorker = async () => {
18462
+ const name = 'References Worker';
18463
+ const ipc = await create$13({
18464
+ method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18465
+ name,
18466
+ url: getConfiguredWorkerUrl$5()
18467
+ });
18468
+ handleIpc(ipc);
18469
+ await invoke$o(ipc, 'References.initialize');
18470
+ return ipc;
18471
+ };
18472
+
18473
+ const {
18474
+ invoke: invoke$5} = getOrCreateWorker(launchReferencesWorker);
18475
+
18588
18476
  const create$t = (id, uri, x, y, width, height, args) => {
18589
18477
  return {
18590
18478
  references: [],
@@ -18598,16 +18486,14 @@ const create$t = (id, uri, x, y, width, height, args) => {
18598
18486
 
18599
18487
  // TODO speed up this function by 130% by not running activation event (onReferences) again and again
18600
18488
  // e.g. (21ms activation event, 11ms getReferences) => (11ms getReferences)
18601
- const loadContent$u = async (state, getReferences) => {
18602
- const references = await getReferences();
18603
- const displayReferences = getDisplayReferences(references);
18604
- const fileCount = getFileCount(references);
18605
- const message = getMessage$1(references.length, fileCount);
18489
+ const loadContent$u = async state => {
18490
+ await invoke$5('References.create', state.id, state.uri, state.x, state.y, state.width, state.height);
18491
+ await invoke$5('References.loadContent', state.id);
18492
+ const diff = await invoke$5('References.diff2', state.id);
18493
+ const commands = await invoke$5('References.render2', state.id, diff);
18606
18494
  return {
18607
18495
  ...state,
18608
- references,
18609
- displayReferences,
18610
- message
18496
+ commands
18611
18497
  };
18612
18498
  };
18613
18499
  const dispose$k = state => {
@@ -18669,6 +18555,11 @@ const focusIndex$3 = (state, index) => {
18669
18555
  focusedIndex: index
18670
18556
  };
18671
18557
  };
18558
+ const hotReload$5 = state => {
18559
+ return {
18560
+ ...state
18561
+ };
18562
+ };
18672
18563
  const focusFirst$2 = state => {
18673
18564
  const {
18674
18565
  displayReferences
@@ -18718,20 +18609,16 @@ const ViewletLocations = {
18718
18609
  focusLast: focusLast$2,
18719
18610
  focusNext: focusNext$3,
18720
18611
  focusPrevious: focusPrevious$3,
18612
+ hotReload: hotReload$5,
18721
18613
  loadContent: loadContent$u,
18722
18614
  selectCurrent: selectCurrent$1,
18723
18615
  selectIndex: selectIndex$1
18724
18616
  };
18725
18617
 
18726
- // TODO speed up this function by 130% by not running activation event (onReferences) again and again
18727
- // e.g. (21ms activation event, 11ms getReferences) => (11ms getReferences)
18728
- const getImplementations = () => {
18729
- const editor = getActiveEditor();
18730
- return getImplementations$1(editor);
18731
- };
18732
18618
  const create$s = create$t;
18733
18619
  const loadContent$t = async state => {
18734
- return loadContent$u(state, getImplementations);
18620
+ // @ts-ignore
18621
+ return loadContent$u(state);
18735
18622
  };
18736
18623
  const contentLoaded$6 = state => {
18737
18624
  set$a('Locations', {
@@ -18742,136 +18629,21 @@ const contentLoaded$6 = state => {
18742
18629
  };
18743
18630
  const dispose$j = dispose$k;
18744
18631
 
18745
- const getLeafVirtualDom = location => {
18746
- const {
18747
- lineText,
18748
- index,
18749
- startOffset,
18750
- endOffset
18751
- } = location;
18752
- const dom = [];
18753
- dom.push({
18754
- type: Div,
18755
- className: TreeItem,
18756
- id: `Reference-${index}`,
18757
- childCount: 1,
18758
- paddingLeft: '2rem'
18759
- });
18760
- if (startOffset === endOffset) {
18761
- dom.push({
18762
- type: Div,
18763
- className: Label,
18764
- childCount: 1
18765
- }, text(lineText || '(empty line)'));
18766
- } else {
18767
- const before = lineText.slice(0, startOffset);
18768
- const middle = lineText.slice(startOffset, endOffset);
18769
- const end = lineText.slice(endOffset);
18770
- dom.push({
18771
- type: Div,
18772
- className: Label,
18773
- childCount: 3
18774
- }, text(before), {
18775
- type: Span,
18776
- className: Highlight,
18777
- childCount: 1
18778
- }, text(middle), text(end));
18779
- }
18780
- return dom;
18781
- };
18782
- const getCollapsedVirtualDom = location => {
18783
- const {
18784
- index,
18785
- name
18786
- } = location;
18787
- return [{
18788
- type: Div,
18789
- className: TreeItem,
18790
- ariaExpanded: false,
18791
- id: `Reference-${index}`,
18792
- childCount: 1
18793
- }, text(name)];
18794
- };
18795
- const getExpandedVirtualDom = location => {
18796
- const {
18797
- index,
18798
- name,
18799
- icon
18800
- } = location;
18801
- return [{
18802
- type: Div,
18803
- className: TreeItem,
18804
- ariaExpanded: true,
18805
- id: `Reference-${index}`,
18806
- childCount: 2,
18807
- paddingLeft: '1rem'
18808
- }, {
18809
- type: Img,
18810
- className: FileIcon,
18811
- src: icon
18812
- }, text(name)];
18813
- };
18814
- const getLocationVirtualDom = location => {
18815
- const {
18816
- type
18817
- } = location;
18818
- switch (type) {
18819
- case Leaf:
18820
- return getLeafVirtualDom(location);
18821
- case Collapsed$1:
18822
- return getCollapsedVirtualDom(location);
18823
- case Expanded$1:
18824
- return getExpandedVirtualDom(location);
18825
- default:
18826
- return [];
18827
- }
18828
- };
18829
- const getLocationsVirtualDom = (locations$1, message) => {
18830
- const dom = [];
18831
- dom.push({
18832
- type: Div,
18833
- className: 'Viewlet Locations',
18834
- onMouseDown: 'handleLocationsMouseDown',
18835
- childCount: 2
18836
- });
18837
- dom.push({
18838
- type: Div,
18839
- className: LocationsMessage,
18840
- id: 'LocationsMessage',
18841
- role: Status,
18842
- childCount: 1
18843
- }, text(message), {
18844
- type: Div,
18845
- className: LocationList,
18846
- role: Tree,
18847
- ariaLabel: locations(),
18848
- tabIndex: 0,
18849
- ariaDescribedBy: 'LocationsMessage',
18850
- childCount: locations$1.length
18851
- }, ...locations$1.flatMap(getLocationVirtualDom));
18852
- return dom;
18853
- };
18854
-
18855
18632
  const hasFunctionalRender$o = true;
18856
18633
  const hasFunctionalRootRender$d = true;
18857
- const renderLocations = {
18634
+ const hasFunctionalEvents$8 = true;
18635
+ const renderItems$5 = {
18858
18636
  isEqual(oldState, newState) {
18859
- return oldState.displayReferences === newState.displayReferences && oldState.message === newState.message;
18637
+ return newState.commands.length === 0;
18860
18638
  },
18861
- apply(oldState, newState) {
18862
- const dom = getLocationsVirtualDom(newState.displayReferences, newState.message);
18863
- return ['Viewlet.setDom2', dom];
18864
- }
18639
+ apply: apply,
18640
+ multiple: true
18865
18641
  };
18866
- const renderFocusedIndex$1 = {
18867
- isEqual(oldState, newState) {
18868
- return oldState.focusedIndex === newState.focusedIndex;
18869
- },
18870
- apply(oldState, newState) {
18871
- return [/* method */'setFocusedIndex', /* oldFocusedIndex */oldState.focusedIndex, /* newFocusedIndex */newState.focusedIndex];
18872
- }
18642
+ const render$p = [renderItems$5];
18643
+ const renderEventListeners$7 = async () => {
18644
+ const listeners = await invoke$5('References.renderEventListeners');
18645
+ return listeners;
18873
18646
  };
18874
- const render$p = [renderLocations, renderFocusedIndex$1];
18875
18647
 
18876
18648
  const name$w = 'Implementations';
18877
18649
  const Commands$n = {};
@@ -18882,15 +18654,17 @@ const ViewletImplementations_ipc = {
18882
18654
  contentLoaded: contentLoaded$6,
18883
18655
  create: create$s,
18884
18656
  dispose: dispose$j,
18657
+ hasFunctionalEvents: hasFunctionalEvents$8,
18885
18658
  hasFunctionalRender: hasFunctionalRender$o,
18886
18659
  hasFunctionalRootRender: hasFunctionalRootRender$d,
18887
18660
  loadContent: loadContent$t,
18888
18661
  name: name$w,
18889
- render: render$p
18662
+ render: render$p,
18663
+ renderEventListeners: renderEventListeners$7
18890
18664
  };
18891
18665
 
18892
18666
  const getInlineDiffChanges = (linesLeft, linesRight) => {
18893
- return invoke$8('Diff.diffInline', linesLeft, linesRight);
18667
+ return invoke$9('Diff.diffInline', linesLeft, linesRight);
18894
18668
  };
18895
18669
 
18896
18670
  const create$r = (id, uri, x, y, width, height) => {
@@ -19242,7 +19016,7 @@ const wrapKeyBindingCommand = key => {
19242
19016
  };
19243
19017
 
19244
19018
  const Commands$l = {};
19245
- const getCommands$5 = async () => {
19019
+ const getCommands$6 = async () => {
19246
19020
  const commands = await invoke$4('KeyBindings.getCommandIds');
19247
19021
  for (const command of commands) {
19248
19022
  Commands$l[command] = wrapKeyBindingCommand(command);
@@ -19359,7 +19133,7 @@ const ViewletKeyBindings_ipc = {
19359
19133
  Commands: Commands$l,
19360
19134
  Css: Css$o,
19361
19135
  create: create$q,
19362
- getCommands: getCommands$5,
19136
+ getCommands: getCommands$6,
19363
19137
  getKeyBindings: getKeyBindings$8,
19364
19138
  hasFunctionalEvents: hasFunctionalEvents$7,
19365
19139
  hasFunctionalRender: hasFunctionalRender$m,
@@ -20133,7 +19907,7 @@ const showAsync = async (uid, points, module) => {
20133
19907
  if (commands) {
20134
19908
  commands.push(['Viewlet.append', uid, viewletUid]);
20135
19909
  }
20136
- await invoke$m('Viewlet.sendMultiple', commands);
19910
+ await invoke$n('Viewlet.sendMultiple', commands);
20137
19911
  // TODO
20138
19912
  // 2. load module
20139
19913
  // 3. if module is still visible, replace placeholder with actual viewlet
@@ -21987,7 +21761,7 @@ const loadContent$p = async (state, savedState) => {
21987
21761
  once(Twelve, hydrateLazy);
21988
21762
  addListener('editor.change', handleEditorChange$1);
21989
21763
  addListener('titleUpdated', handleTitleUpdated$1);
21990
- await invoke$m('Viewlet.loadModule', MainTabs);
21764
+ await invoke$n('Viewlet.loadModule', MainTabs);
21991
21765
  return {
21992
21766
  ...state,
21993
21767
  groups,
@@ -22076,7 +21850,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
22076
21850
  const id = getModuleId(initialUri);
22077
21851
  const tabLabel = 'Loading';
22078
21852
  const tabTitle = 'Loading';
22079
- await invoke$m(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
21853
+ await invoke$n(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
22080
21854
  const y = state.y + state.tabHeight;
22081
21855
  const x = state.x;
22082
21856
  const width = state.width;
@@ -22101,7 +21875,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
22101
21875
  title,
22102
21876
  ...props
22103
21877
  });
22104
- await invoke$m('Viewlet.send', 'Main', 'updateTab', 1, title);
21878
+ await invoke$n('Viewlet.send', 'Main', 'updateTab', 1, title);
22105
21879
  // TODO update tab title with new title
22106
21880
  return state;
22107
21881
  };
@@ -22901,7 +22675,7 @@ const create$n = (id, uri, x, y, width, height) => {
22901
22675
  };
22902
22676
  const loadContent$o = state => {
22903
22677
  const update = async () => {
22904
- await invoke$m(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
22678
+ await invoke$n(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
22905
22679
  };
22906
22680
  return {
22907
22681
  ...state,
@@ -22956,10 +22730,10 @@ const ViewletNoop_ipc = {
22956
22730
  };
22957
22731
 
22958
22732
  const open$4 = async (id, file) => {
22959
- await invoke$k(/* OutputChannel.open */'OutputChannel.open', id, /* path */file);
22733
+ await invoke$l(/* OutputChannel.open */'OutputChannel.open', id, /* path */file);
22960
22734
  };
22961
22735
  const close$3 = async id => {
22962
- await invoke$k(/* OutputChannel.close */'OutputChannel.close', /* id */id);
22736
+ await invoke$l(/* OutputChannel.close */'OutputChannel.close', /* id */id);
22963
22737
  };
22964
22738
 
22965
22739
  const getOutputChannels = () => {
@@ -23020,7 +22794,7 @@ const contentLoaded$4 = async state => {
23020
22794
  const setOutputChannel = async (state, option) => {
23021
22795
  state.selectedOption = option;
23022
22796
  // TODO race condition
23023
- await invoke$m(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
22797
+ await invoke$n(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
23024
22798
  // TODO race condition
23025
22799
  // TODO should use invoke
23026
22800
  await open$4('Output', state.selectedOption);
@@ -23306,7 +23080,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
23306
23080
  const currentViewletUid = currentViewletState.uid;
23307
23081
  number(currentViewletUid);
23308
23082
  commands.unshift(...disposeFunctional(currentViewletUid));
23309
- await invoke$m('Viewlet.sendMultiple', commands);
23083
+ await invoke$n('Viewlet.sendMultiple', commands);
23310
23084
  if (commands.at(-1).includes(Error$3)) {
23311
23085
  state.currentViewletId = Error$3;
23312
23086
  }
@@ -24718,10 +24492,10 @@ const loadContent$j = async state => {
24718
24492
  } = state;
24719
24493
  const listItemHeight = 22;
24720
24494
  const renderAllItems = true;
24721
- await invoke$i('QuickPick.create2', state.uid, uri, listItemHeight, state.x, state.y, state.width, state.height, platform, args, renderAllItems, state$B.workspacePath);
24722
- await invoke$i('QuickPick.loadContent', state.uid);
24723
- const diffResult = await invoke$i('QuickPick.diff2', state.uid);
24724
- const commands = await invoke$i('QuickPick.render2', state.uid, diffResult);
24495
+ await invoke$j('QuickPick.create2', state.uid, uri, listItemHeight, state.x, state.y, state.width, state.height, platform, args, renderAllItems, state$B.workspacePath);
24496
+ await invoke$j('QuickPick.loadContent', state.uid);
24497
+ const diffResult = await invoke$j('QuickPick.diff2', state.uid);
24498
+ const commands = await invoke$j('QuickPick.render2', state.uid, diffResult);
24725
24499
  return {
24726
24500
  ...state,
24727
24501
  commands
@@ -24733,12 +24507,12 @@ const dispose$c = state => {
24733
24507
 
24734
24508
  const wrapQuickPickCommand = key => {
24735
24509
  const fn = async (state, ...args) => {
24736
- await invoke$i(`QuickPick.${key}`, state.uid, ...args);
24737
- const diffResult = await invoke$i('QuickPick.diff2', state.uid);
24510
+ await invoke$j(`QuickPick.${key}`, state.uid, ...args);
24511
+ const diffResult = await invoke$j('QuickPick.diff2', state.uid);
24738
24512
  if (diffResult.length === 0) {
24739
24513
  return state;
24740
24514
  }
24741
- const commands = await invoke$i('QuickPick.render2', state.uid, diffResult);
24515
+ const commands = await invoke$j('QuickPick.render2', state.uid, diffResult);
24742
24516
  return {
24743
24517
  ...state,
24744
24518
  commands
@@ -24748,8 +24522,8 @@ const wrapQuickPickCommand = key => {
24748
24522
  };
24749
24523
 
24750
24524
  const Commands$d = {};
24751
- const getCommands$4 = async () => {
24752
- const commands = await invoke$i('QuickPick.getCommandIds');
24525
+ const getCommands$5 = async () => {
24526
+ const commands = await invoke$j('QuickPick.getCommandIds');
24753
24527
  for (const command of commands) {
24754
24528
  Commands$d[command] = wrapQuickPickCommand(command);
24755
24529
  }
@@ -24763,7 +24537,7 @@ const Css$i = ["/css/parts/Progress.css"];
24763
24537
  const Variables$5 = ['QuickPickBackground', 'ListForeground', 'ListHoverBackground', 'ListHoverForeground', 'ListActiveSelectionBackground'];
24764
24538
 
24765
24539
  const getKeyBindings$4 = () => {
24766
- return invoke$i('QuickPick.getKeyBindings');
24540
+ return invoke$j('QuickPick.getKeyBindings');
24767
24541
  };
24768
24542
 
24769
24543
  const hasFunctionalRender$g = true;
@@ -24778,7 +24552,7 @@ const renderItems$4 = {
24778
24552
  };
24779
24553
  const render$h = [renderItems$4];
24780
24554
  const renderEventListeners$5 = async () => {
24781
- const listeners = await invoke$i('QuickPick.renderEventListeners');
24555
+ const listeners = await invoke$j('QuickPick.renderEventListeners');
24782
24556
  return listeners;
24783
24557
  };
24784
24558
 
@@ -24791,7 +24565,7 @@ const ViewletQuickPick_ipc = {
24791
24565
  Variables: Variables$5,
24792
24566
  create: create$i,
24793
24567
  dispose: dispose$c,
24794
- getCommands: getCommands$4,
24568
+ getCommands: getCommands$5,
24795
24569
  getKeyBindings: getKeyBindings$4,
24796
24570
  hasFunctionalEvents: hasFunctionalEvents$6,
24797
24571
  hasFunctionalRender: hasFunctionalRender$g,
@@ -24804,99 +24578,15 @@ const ViewletQuickPick_ipc = {
24804
24578
  saveState: saveState$5
24805
24579
  };
24806
24580
 
24807
- const getLineText = (content, startRowIndex, startColumnIndex, endRowIndex, endColumnIndex) => {
24808
- let newLineIndex = 0;
24809
- let rowIndex = 0;
24810
- while (newLineIndex !== -1) {
24811
- if (rowIndex++ >= startRowIndex) {
24812
- break;
24813
- }
24814
- newLineIndex = getNewLineIndex$1(content, newLineIndex + 1);
24815
- }
24816
- if (content[newLineIndex] === NewLine$1) {
24817
- newLineIndex++;
24818
- }
24819
- let nextIndex = getNewLineIndex$1(content, newLineIndex);
24820
- if (nextIndex === -1) {
24821
- nextIndex = content.length;
24822
- }
24823
- const lineText = content.slice(newLineIndex, nextIndex).trim();
24824
- return lineText;
24825
- };
24826
-
24827
- const getReferenceWithPreview = async reference => {
24828
- const content = await readFile$f(reference.uri);
24829
- const lineText = getLineText(content, reference.startRowIndex);
24830
- return {
24831
- ...reference,
24832
- lineText
24833
- };
24834
- };
24835
-
24836
- const combineResults$1 = results => {
24837
- return results[0];
24838
- };
24839
- const executeReferenceProvider = async (editor, offset) => {
24840
- const result = await execute({
24841
- editor,
24842
- event: OnReferences,
24843
- method: ReferenceExecuteReferenceProvider,
24844
- args: [offset],
24845
- noProviderFoundMessage: 'no reference providers found',
24846
- combineResults: combineResults$1,
24847
- noProviderFoundResult: []
24848
- });
24849
- array(result);
24850
- return result;
24851
- };
24852
- const executeFileReferenceProvider = (id, languageId) => {
24853
- return executeProviders({
24854
- event: `onReferences:${languageId}`,
24855
- method: ReferenceExecuteFileReferenceProvider,
24856
- params: [id],
24857
- noProviderFoundMessage: 'no reference providers found',
24858
- combineResults: combineResults$1,
24859
- noProviderFoundResult: []
24860
- });
24861
- };
24862
-
24863
- const getReferences$1 = async editor => {
24864
- const rowIndex = editor.selections[0];
24865
- const columnIndex = editor.selections[1];
24866
- const offset = await offsetAt(editor, rowIndex, columnIndex);
24867
- const references = await executeReferenceProvider(editor, offset);
24868
- return references;
24869
- };
24870
- const getFileReferences$1 = async (id, languageId) => {
24871
- const references = await executeFileReferenceProvider(id, languageId);
24872
- return references;
24873
- };
24874
-
24875
- const getReferencesWithPreview = async editor => {
24876
- const references = await getReferences$1(editor);
24877
- const withPreview = await Promise.all(references.map(getReferenceWithPreview));
24878
- return withPreview;
24879
- };
24880
-
24881
- const getReferences = async () => {
24882
- const editor = getActiveEditor();
24883
- return getReferencesWithPreview(editor);
24884
- };
24885
- const getFileReferences = async (id, languageId) => {
24886
- return getFileReferences$1(id, languageId);
24887
- };
24888
24581
  const create$h = create$t;
24889
24582
 
24890
24583
  // TODO speed up this function by 130% by not running activation event (onReferences) again and again
24891
24584
  // e.g. (21ms activation event, 11ms getReferences) => (11ms getReferences)
24892
24585
  const loadContent$i = async state => {
24893
- const editor = getActiveEditor();
24894
- const fn = state.args ? () => {
24895
- console.log('get file ref');
24896
- // TODO find out language from somewhere else
24897
- return getFileReferences(editor.uid, editor.languageId);
24898
- } : getReferences;
24899
- return loadContent$u(state, fn);
24586
+ getActiveEditor();
24587
+
24588
+ // @ts-ignore
24589
+ return loadContent$u(state);
24900
24590
  };
24901
24591
 
24902
24592
  // TODO side effect is not good here, find a way to call ViewletLocations
@@ -24947,7 +24637,38 @@ const getActions$2 = () => {
24947
24637
  }];
24948
24638
  };
24949
24639
 
24640
+ const wrapReferencesCommand = key => {
24641
+ const fn = async (state, ...args) => {
24642
+ await invoke$5(`References.${key}`, state.uid, ...args);
24643
+ const diffResult = await invoke$5('References.diff2', state.uid);
24644
+ if (diffResult.length === 0) {
24645
+ return state;
24646
+ }
24647
+ const commands = await invoke$5('References.render2', state.uid, diffResult);
24648
+ const actionsDom = await invoke$5('References.renderActions', state.uid);
24649
+ if (commands.length === 0) {
24650
+ return state;
24651
+ }
24652
+ const latest = getState$1(References);
24653
+ return {
24654
+ ...latest,
24655
+ commands,
24656
+ actionsDom
24657
+ };
24658
+ };
24659
+ nameAnonymousFunction(fn, `References/${key}`);
24660
+ return fn;
24661
+ };
24662
+
24950
24663
  const Commands$c = {};
24664
+ const getCommands$4 = async () => {
24665
+ const commands = await invoke$5('Locations.getCommandIds');
24666
+ for (const command of commands) {
24667
+ Commands$c[command] = wrapReferencesCommand(command);
24668
+ }
24669
+ Commands$c['hotReload'] = hotReload$5;
24670
+ return Commands$c;
24671
+ };
24951
24672
 
24952
24673
  const Css$h = ["/css/parts/ViewletReferences.css"];
24953
24674
 
@@ -24971,12 +24692,15 @@ const ViewletReferences_ipc = {
24971
24692
  create: create$h,
24972
24693
  dispose: dispose$b,
24973
24694
  getActions: getActions$2,
24695
+ getCommands: getCommands$4,
24974
24696
  getDisplayName,
24697
+ hasFunctionalEvents: hasFunctionalEvents$8,
24975
24698
  hasFunctionalRender: hasFunctionalRender$o,
24976
24699
  hasFunctionalRootRender: hasFunctionalRootRender$d,
24977
24700
  loadContent: loadContent$i,
24978
24701
  name: name$k,
24979
- render: render$p
24702
+ render: render$p,
24703
+ renderEventListeners: renderEventListeners$7
24980
24704
  };
24981
24705
 
24982
24706
  const None$3 = 'none';
@@ -25018,11 +24742,11 @@ const create$g = (id, uri, x, y, width, height, args, parentUid) => {
25018
24742
  };
25019
24743
  const loadContent$h = async (state, savedState) => {
25020
24744
  const isTest$1 = isTest();
25021
- await invoke$g('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
25022
- await invoke$g('RunAndDebug.loadContent', state.uid, isTest$1, savedState);
25023
- const diffResult = await invoke$g('RunAndDebug.diff2', state.uid);
25024
- const commands = await invoke$g('RunAndDebug.render2', state.uid, diffResult);
25025
- const actionsDom = await invoke$g('RunAndDebug.renderActions', state.uid);
24745
+ await invoke$h('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
24746
+ await invoke$h('RunAndDebug.loadContent', state.uid, isTest$1, savedState);
24747
+ const diffResult = await invoke$h('RunAndDebug.diff2', state.uid);
24748
+ const commands = await invoke$h('RunAndDebug.render2', state.uid, diffResult);
24749
+ const actionsDom = await invoke$h('RunAndDebug.renderActions', state.uid);
25026
24750
  const debugId = isTest$1 ? 'test-debug' : 'node-debug'; // TODO
25027
24751
  return {
25028
24752
  ...state,
@@ -25043,17 +24767,17 @@ const hotReload$3 = async state => {
25043
24767
  state.isHotReloading = true;
25044
24768
  // possible TODO race condition during hot reload
25045
24769
  // there could still be pending promises when the worker is disposed
25046
- const savedState = await invoke$g('RunAndDebug.saveState', state.uid);
24770
+ const savedState = await invoke$h('RunAndDebug.saveState', state.uid);
25047
24771
  await restart$8('RunAndDebug.terminate');
25048
24772
  const oldState = {
25049
24773
  ...state,
25050
24774
  items: []
25051
24775
  };
25052
- await invoke$g('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
25053
- await invoke$g('RunAndDebug.loadContent', state.uid, state.isTest, savedState);
25054
- await invoke$g('RunAndDebug.loadContentLater', state.uid);
25055
- const diffResult = await invoke$g('RunAndDebug.diff2', state.uid);
25056
- const commands = await invoke$g('RunAndDebug.render2', state.uid, diffResult);
24776
+ await invoke$h('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
24777
+ await invoke$h('RunAndDebug.loadContent', state.uid, state.isTest, savedState);
24778
+ await invoke$h('RunAndDebug.loadContentLater', state.uid);
24779
+ const diffResult = await invoke$h('RunAndDebug.diff2', state.uid);
24780
+ const commands = await invoke$h('RunAndDebug.render2', state.uid, diffResult);
25057
24781
  return {
25058
24782
  ...oldState,
25059
24783
  commands,
@@ -25108,19 +24832,19 @@ const resize$d = (state, dimensions) => {
25108
24832
  };
25109
24833
  };
25110
24834
  const saveState$4 = async state => {
25111
- const savedState = await invoke$g('RunAndDebug.saveState', state.uid);
24835
+ const savedState = await invoke$h('RunAndDebug.saveState', state.uid);
25112
24836
  return savedState;
25113
24837
  };
25114
24838
 
25115
24839
  const wrapRunAndDebugCommand = key => {
25116
24840
  const fn = async (state, ...args) => {
25117
- await invoke$g(`RunAndDebug.${key}`, state.uid, ...args);
25118
- const diffResult = await invoke$g('RunAndDebug.diff2', state.uid);
24841
+ await invoke$h(`RunAndDebug.${key}`, state.uid, ...args);
24842
+ const diffResult = await invoke$h('RunAndDebug.diff2', state.uid);
25119
24843
  if (diffResult.length === 0) {
25120
24844
  return state;
25121
24845
  }
25122
- const commands = await invoke$g('RunAndDebug.render2', state.uid, diffResult);
25123
- const actionsDom = await invoke$g('RunAndDebug.renderActions', state.uid);
24846
+ const commands = await invoke$h('RunAndDebug.render2', state.uid, diffResult);
24847
+ const actionsDom = await invoke$h('RunAndDebug.renderActions', state.uid);
25124
24848
  if (commands.length === 0) {
25125
24849
  return state;
25126
24850
  }
@@ -25137,7 +24861,7 @@ const wrapRunAndDebugCommand = key => {
25137
24861
 
25138
24862
  const Commands$b = {};
25139
24863
  const getCommands$3 = async () => {
25140
- const commands = await invoke$g('RunAndDebug.getCommandIds');
24864
+ const commands = await invoke$h('RunAndDebug.getCommandIds');
25141
24865
  for (const command of commands) {
25142
24866
  Commands$b[command] = wrapRunAndDebugCommand(command);
25143
24867
  }
@@ -25151,13 +24875,13 @@ const Variables$4 = ['TitleBarForeground', 'DebugSectionHeaderBackground', 'Side
25151
24875
  const Events$3 = {};
25152
24876
 
25153
24877
  const getKeyBindings$3 = () => {
25154
- return invoke$g('RunAndDebug.getKeyBindings');
24878
+ return invoke$h('RunAndDebug.getKeyBindings');
25155
24879
  };
25156
24880
 
25157
24881
  const menus$4 = [];
25158
24882
  const getMenus$1 = async () => {
25159
24883
  try {
25160
- const modules = await invoke$g('RunAndDebug.getMenuEntries');
24884
+ const modules = await invoke$h('RunAndDebug.getMenuEntries');
25161
24885
  const adjusted = modules.map(module => {
25162
24886
  return {
25163
24887
  ...module,
@@ -25184,7 +24908,7 @@ const renderItems$3 = {
25184
24908
  };
25185
24909
  const render$g = [renderItems$3];
25186
24910
  const renderEventListeners$4 = async () => {
25187
- const listeners = await invoke$g('RunAndDebug.renderEventListeners');
24911
+ const listeners = await invoke$h('RunAndDebug.renderEventListeners');
25188
24912
  return listeners;
25189
24913
  };
25190
24914
 
@@ -25230,18 +24954,18 @@ const ViewletRunAndDebug_ipc = {
25230
24954
  };
25231
24955
 
25232
24956
  const getSources = async options => {
25233
- const sources = await invoke$k('DesktopCapturer.getSources', options);
24957
+ const sources = await invoke$l('DesktopCapturer.getSources', options);
25234
24958
  return sources;
25235
24959
  };
25236
24960
 
25237
24961
  const getUserMedia = async (captureId, options) => {
25238
24962
  number(captureId);
25239
24963
  object(options);
25240
- await invoke$m('ScreenCapture.start', captureId, options);
24964
+ await invoke$n('ScreenCapture.start', captureId, options);
25241
24965
  };
25242
24966
  const dispose$9 = async captureId => {
25243
24967
  number(captureId);
25244
- await invoke$m('ScreenCapture.dispose', captureId);
24968
+ await invoke$n('ScreenCapture.dispose', captureId);
25245
24969
  };
25246
24970
 
25247
24971
  const createScreenCaptureStream = async captureId => {
@@ -25341,7 +25065,7 @@ const launchTextSearchWorker = async () => {
25341
25065
  });
25342
25066
  handleIpc(ipc);
25343
25067
  try {
25344
- await invoke$n(ipc, 'TextSearch.initialize', platform);
25068
+ await invoke$o(ipc, 'TextSearch.initialize', platform);
25345
25069
  } catch (error) {
25346
25070
  // ignore
25347
25071
  }
@@ -25659,7 +25383,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
25659
25383
  activityBar.state = newState;
25660
25384
  commands.push(...extraCommands);
25661
25385
  }
25662
- await invoke$m('Viewlet.sendMultiple', commands);
25386
+ await invoke$n('Viewlet.sendMultiple', commands);
25663
25387
  }
25664
25388
 
25665
25389
  // // TODO race condition (check if disposed after created)
@@ -25806,7 +25530,7 @@ const launchEmbedsWorker = async () => {
25806
25530
  name: 'Embeds Worker'
25807
25531
  });
25808
25532
  handleIpc(ipc);
25809
- await invoke$n(ipc, 'Initialize.initialize');
25533
+ await invoke$o(ipc, 'Initialize.initialize');
25810
25534
  return ipc;
25811
25535
  };
25812
25536
 
@@ -25833,7 +25557,7 @@ const disposeWebContentsView = async id => {
25833
25557
  const getWindowZoomLevel = async () => {
25834
25558
  // TODO speed up resizing by avoid too many round trips
25835
25559
  const windowId = await getWindowId();
25836
- const zoomLevel = await invoke$k('ElectronWindow.getZoom', windowId);
25560
+ const zoomLevel = await invoke$l('ElectronWindow.getZoom', windowId);
25837
25561
  return zoomLevel;
25838
25562
  };
25839
25563
 
@@ -26779,7 +26503,7 @@ const launchSourceControlWorker = async () => {
26779
26503
  url: getConfiguredWorkerUrl$1()
26780
26504
  });
26781
26505
  handleIpc(ipc);
26782
- await invoke$n(ipc, 'Initialize.initialize');
26506
+ await invoke$o(ipc, 'Initialize.initialize');
26783
26507
  return ipc;
26784
26508
  };
26785
26509
 
@@ -27472,7 +27196,7 @@ const ViewletStorage_ipc = {
27472
27196
  };
27473
27197
 
27474
27198
  const getTerminalSpawnOptions = () => {
27475
- return invoke$k('GetTerminalSpawnOptions.getTerminalSpawnOptions');
27199
+ return invoke$l('GetTerminalSpawnOptions.getTerminalSpawnOptions');
27476
27200
  };
27477
27201
 
27478
27202
  // TODO implement a functional terminal component, maybe using offscreencanvas
@@ -27501,16 +27225,16 @@ const loadContent$8 = async state => {
27501
27225
  } = await getTerminalSpawnOptions();
27502
27226
  const canvasTextId = create$12();
27503
27227
  const canvasCursorId = create$12();
27504
- await invoke$d('Terminal.create', canvasTextId, canvasCursorId, uid, state$B.workspacePath, command, args);
27228
+ await invoke$e('Terminal.create', canvasTextId, canvasCursorId, uid, state$B.workspacePath, command, args);
27505
27229
  const terminal = {
27506
27230
  handleBlur() {
27507
- return invoke$d('Terminal.handleBlur', uid);
27231
+ return invoke$e('Terminal.handleBlur', uid);
27508
27232
  },
27509
27233
  handleKeyDown(key) {
27510
- return invoke$d('Terminal.handleKeyDown', uid, key);
27234
+ return invoke$e('Terminal.handleKeyDown', uid, key);
27511
27235
  },
27512
27236
  handleMouseDown() {
27513
- return invoke$d('Terminal.handleMouseDown', uid);
27237
+ return invoke$e('Terminal.handleMouseDown', uid);
27514
27238
  },
27515
27239
  resize() {
27516
27240
  // TODO
@@ -27590,7 +27314,7 @@ const resizeEffect = async state => {
27590
27314
  // Terminal.resize(state, width, height)
27591
27315
  };
27592
27316
  const clear = async state => {
27593
- await invoke$m(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
27317
+ await invoke$n(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
27594
27318
  };
27595
27319
 
27596
27320
  const getActions = state => {
@@ -27738,7 +27462,7 @@ const addTerminal = async state => {
27738
27462
  const oldTab = tabs[selectedIndex];
27739
27463
  const disposeCommands = disposeFunctional(oldTab.uid);
27740
27464
  commands.push(...disposeCommands);
27741
- await invoke$m('Viewlet.sendMultiple', commands);
27465
+ await invoke$n('Viewlet.sendMultiple', commands);
27742
27466
  return {
27743
27467
  ...state,
27744
27468
  tabs: newTabs,
@@ -27779,7 +27503,7 @@ const focusIndex = async (state, index) => {
27779
27503
  const oldTab = tabs[selectedIndex];
27780
27504
  const disposeCommands = disposeFunctional(oldTab.uid);
27781
27505
  commands.push(...disposeCommands);
27782
- await invoke$m('Viewlet.sendMultiple', commands);
27506
+ await invoke$n('Viewlet.sendMultiple', commands);
27783
27507
  return {
27784
27508
  ...state,
27785
27509
  selectedIndex: index
@@ -28583,7 +28307,7 @@ const getRealUri = pathOrUri => {
28583
28307
  if (protocol) {
28584
28308
  return pathOrUri;
28585
28309
  }
28586
- return invoke$k('FileSystem.getRealUri', pathOrUri);
28310
+ return invoke$l('FileSystem.getRealUri', pathOrUri);
28587
28311
  };
28588
28312
 
28589
28313
  const create$1 = (id, uri, x, y, width, height) => {
@@ -28625,7 +28349,7 @@ const resize = (state, dimensions) => {
28625
28349
  };
28626
28350
  };
28627
28351
  const dispose = async state => {
28628
- await invoke$m('WebView.dispose', state.uid);
28352
+ await invoke$n('WebView.dispose', state.uid);
28629
28353
  return state;
28630
28354
  };
28631
28355
 
@@ -28898,11 +28622,11 @@ const FileSystemAppKeyBindings = {
28898
28622
 
28899
28623
  const downloadUpdate$2 = version => {
28900
28624
  string(version);
28901
- return invoke$k('AutoUpdaterAppImage.downloadUpdate', version);
28625
+ return invoke$l('AutoUpdaterAppImage.downloadUpdate', version);
28902
28626
  };
28903
28627
  const installAndRestart$2 = downloadPath => {
28904
28628
  string(downloadPath);
28905
- return invoke$k('AutoUpdaterAppImage.installAndRestart', downloadPath);
28629
+ return invoke$l('AutoUpdaterAppImage.installAndRestart', downloadPath);
28906
28630
  };
28907
28631
 
28908
28632
  const AutoUpdaterAppImage = {
@@ -28913,11 +28637,11 @@ const AutoUpdaterAppImage = {
28913
28637
 
28914
28638
  const downloadUpdate$1 = version => {
28915
28639
  string(version);
28916
- return invoke$k('AutoUpdaterWindowsNsis.downloadUpdate', version);
28640
+ return invoke$l('AutoUpdaterWindowsNsis.downloadUpdate', version);
28917
28641
  };
28918
28642
  const installAndRestart$1 = downloadPath => {
28919
28643
  string(downloadPath);
28920
- return invoke$k('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
28644
+ return invoke$l('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
28921
28645
  };
28922
28646
 
28923
28647
  const AutoUpdaterNsis = {
@@ -28930,7 +28654,7 @@ const exec = (command, args, options) => {
28930
28654
  string(command);
28931
28655
  array(args);
28932
28656
  object(options);
28933
- return invoke$k('Exec.exec', command, args, options);
28657
+ return invoke$l('Exec.exec', command, args, options);
28934
28658
  };
28935
28659
 
28936
28660
  const getDebArch = processArch => {
@@ -28955,7 +28679,7 @@ const getDownloadUrl = (repository, version, applicationName, debArch) => {
28955
28679
  };
28956
28680
 
28957
28681
  const getTmpDir = () => {
28958
- return invoke$k('Os.getTmpDir');
28682
+ return invoke$l('Os.getTmpDir');
28959
28683
  };
28960
28684
 
28961
28685
  // TODO remove this code when auto update through apt is supported
@@ -29023,7 +28747,7 @@ const getItem = (items, label) => {
29023
28747
  const openContextMenu = async (x, y, id, ...args) => {
29024
28748
  const entries = await getMenuEntries$i(id, ...args);
29025
28749
  const electronMenuItems = convertMenuItems(entries);
29026
- const event = await invoke$k('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
28750
+ const event = await invoke$l('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
29027
28751
  if (event.type === 'close') {
29028
28752
  return;
29029
28753
  }
@@ -29060,7 +28784,7 @@ const ContextMenuBrowser = {
29060
28784
 
29061
28785
  const open$3 = async () => {
29062
28786
  try {
29063
- await invoke$k('ElectronWindowProcessExplorer.open');
28787
+ await invoke$l('ElectronWindowProcessExplorer.open');
29064
28788
  } catch (error) {
29065
28789
  throw new VError(error, 'Failed to open process explorer');
29066
28790
  }
@@ -30464,7 +30188,7 @@ const prefixIdWithExt = item => {
30464
30188
  const getExtensionPicks = async () => {
30465
30189
  try {
30466
30190
  // TODO don't call this every time
30467
- const extensionPicks = await getCommands$b();
30191
+ const extensionPicks = await getCommands$c();
30468
30192
  if (!extensionPicks) {
30469
30193
  return [];
30470
30194
  }
@@ -30707,7 +30431,7 @@ const QuickPickEntriesView = {
30707
30431
  };
30708
30432
 
30709
30433
  const searchFile$1 = async (path, value, prepare) => {
30710
- return invoke$i('SearchFile.searchFile', path, value, prepare, assetDir);
30434
+ return invoke$j('SearchFile.searchFile', path, value, prepare, assetDir);
30711
30435
  };
30712
30436
 
30713
30437
  const searchFile = async (path, value) => {