@lvce-editor/static-server 0.56.0 → 0.56.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1846) hide show
  1. package/dist/static-server.js +1862 -1861
  2. package/package.json +1 -1
  3. package/static/{e42ba7d → a557cd2}/css/App.css +83 -83
  4. package/static/{e42ba7d → a557cd2}/manifest.json +2 -2
  5. package/static/{e42ba7d → a557cd2}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
  6. package/static/{e42ba7d → a557cd2}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
  7. package/static/a557cd2/packages/problems-view/dist/problemsViewWorkerMain.js +2160 -0
  8. package/static/{e42ba7d → a557cd2}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
  9. package/static/{e42ba7d → a557cd2}/packages/renderer-worker/dist/rendererWorkerMain.js +624 -1098
  10. package/static/index.html +4 -4
  11. /package/static/{e42ba7d → a557cd2}/config/colorTheme.json +0 -0
  12. /package/static/{e42ba7d → a557cd2}/config/defaultSettings.json +0 -0
  13. /package/static/{e42ba7d → a557cd2}/config/fileMap.json +0 -0
  14. /package/static/{e42ba7d → a557cd2}/config/webExtensions.json +0 -0
  15. /package/static/{e42ba7d → a557cd2}/css/parts/AdditionalDetails.css +0 -0
  16. /package/static/{e42ba7d → a557cd2}/css/parts/Animation.css +0 -0
  17. /package/static/{e42ba7d → a557cd2}/css/parts/BrowserScrollBar.css +0 -0
  18. /package/static/{e42ba7d → a557cd2}/css/parts/DebugButtons.css +0 -0
  19. /package/static/{e42ba7d → a557cd2}/css/parts/DebugValue.css +0 -0
  20. /package/static/{e42ba7d → a557cd2}/css/parts/E2eTest.css +0 -0
  21. /package/static/{e42ba7d → a557cd2}/css/parts/E2eTests.css +0 -0
  22. /package/static/{e42ba7d → a557cd2}/css/parts/EditorHover.css +0 -0
  23. /package/static/{e42ba7d → a557cd2}/css/parts/EditorMessage.css +0 -0
  24. /package/static/{e42ba7d → a557cd2}/css/parts/FeatureContent.css +0 -0
  25. /package/static/{e42ba7d → a557cd2}/css/parts/Features.css +0 -0
  26. /package/static/{e42ba7d → a557cd2}/css/parts/ImagePreview.css +0 -0
  27. /package/static/{e42ba7d → a557cd2}/css/parts/InlineDiffEditor.css +0 -0
  28. /package/static/{e42ba7d → a557cd2}/css/parts/InputBadge.css +0 -0
  29. /package/static/{e42ba7d → a557cd2}/css/parts/Key.css +0 -0
  30. /package/static/{e42ba7d → a557cd2}/css/parts/KeyBindingsHeader.css +0 -0
  31. /package/static/{e42ba7d → a557cd2}/css/parts/KeyBindingsTable.css +0 -0
  32. /package/static/{e42ba7d → a557cd2}/css/parts/LegacyDialog.css +0 -0
  33. /package/static/{e42ba7d → a557cd2}/css/parts/Markdown.css +0 -0
  34. /package/static/{e42ba7d → a557cd2}/css/parts/Progress.css +0 -0
  35. /package/static/{e42ba7d → a557cd2}/css/parts/ScrollToTop.css +0 -0
  36. /package/static/{e42ba7d → a557cd2}/css/parts/SearchToggleButton.css +0 -0
  37. /package/static/{e42ba7d → a557cd2}/css/parts/Select.css +0 -0
  38. /package/static/{e42ba7d → a557cd2}/css/parts/Table.css +0 -0
  39. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletAbout.css +0 -0
  40. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletBrowserViewOverview.css +0 -0
  41. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletDebugConsole.css +0 -0
  42. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletDefineKeyBinding.css +0 -0
  43. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletDialog.css +0 -0
  44. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletDiffEditor.css +0 -0
  45. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletEditorWidgetError.css +0 -0
  46. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletExtensionDetail.css +0 -0
  47. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletExtensionDetailHeader.css +0 -0
  48. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletExtensionDetailTabs.css +0 -0
  49. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletExtensions.css +0 -0
  50. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletIframeInspector.css +0 -0
  51. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletKeyBindings.css +0 -0
  52. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletMedia.css +0 -0
  53. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletOutput.css +0 -0
  54. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletPanel.css +0 -0
  55. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletPanelTabs.css +0 -0
  56. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletPdf.css +0 -0
  57. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletProblems.css +0 -0
  58. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletReferences.css +0 -0
  59. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletRunAndDebug.css +0 -0
  60. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletScreenCapture.css +0 -0
  61. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletSearch.css +0 -0
  62. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletSimpleBrowser.css +0 -0
  63. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletSourceControl.css +0 -0
  64. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletStorage.css +0 -0
  65. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletTerminal.css +0 -0
  66. /package/static/{e42ba7d → a557cd2}/css/parts/ViewletTerminalTabs.css +0 -0
  67. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-bat/README.md +0 -0
  68. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-bat/extension.json +0 -0
  69. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
  70. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
  71. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-c/README.md +0 -0
  72. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-c/extension.json +0 -0
  73. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
  74. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
  75. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
  76. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
  77. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-cpp/README.md +0 -0
  78. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-cpp/extension.json +0 -0
  79. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
  80. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
  81. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-cson/README.md +0 -0
  82. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-cson/extension.json +0 -0
  83. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
  84. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
  85. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-css/README.md +0 -0
  86. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-css/extension.json +0 -0
  87. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
  88. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
  89. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-dart/README.md +0 -0
  90. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-dart/extension.json +0 -0
  91. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
  92. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-desktop/README.md +0 -0
  93. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-desktop/extension.json +0 -0
  94. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
  95. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-docker/README.md +0 -0
  96. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-docker/extension.json +0 -0
  97. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
  98. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-dotenv/README.md +0 -0
  99. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
  100. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
  101. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
  102. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
  103. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
  104. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-elixir/README.md +0 -0
  105. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-elixir/extension.json +0 -0
  106. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
  107. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-elm/README.md +0 -0
  108. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-elm/extension.json +0 -0
  109. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
  110. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
  111. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
  112. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
  113. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-gn/README.md +0 -0
  114. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-gn/extension.json +0 -0
  115. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
  116. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-go/README.md +0 -0
  117. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-go/extension.json +0 -0
  118. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
  119. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-graphql/README.md +0 -0
  120. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-graphql/extension.json +0 -0
  121. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
  122. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-html/README.md +0 -0
  123. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-html/extension.json +0 -0
  124. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
  125. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
  126. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-java/README.md +0 -0
  127. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-java/extension.json +0 -0
  128. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
  129. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
  130. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-javascript/README.md +0 -0
  131. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-javascript/extension.json +0 -0
  132. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
  133. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
  134. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-json/README.md +0 -0
  135. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-json/extension.json +0 -0
  136. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
  137. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-json5/README.md +0 -0
  138. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-json5/extension.json +0 -0
  139. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
  140. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-jsx/README.md +0 -0
  141. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-jsx/extension.json +0 -0
  142. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
  143. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-julia/README.md +0 -0
  144. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-julia/extension.json +0 -0
  145. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
  146. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-kotlin/README.md +0 -0
  147. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
  148. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
  149. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-less/LICENSE +0 -0
  150. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-less/README.md +0 -0
  151. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-less/extension.json +0 -0
  152. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
  153. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
  154. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-markdown/README.md +0 -0
  155. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-markdown/extension.json +0 -0
  156. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
  157. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-mdx/README.md +0 -0
  158. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-mdx/extension.json +0 -0
  159. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
  160. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-nix/README.md +0 -0
  161. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-nix/extension.json +0 -0
  162. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
  163. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
  164. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
  165. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
  166. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
  167. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-perl/README.md +0 -0
  168. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-perl/extension.json +0 -0
  169. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
  170. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-plaintext/README.md +0 -0
  171. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
  172. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
  173. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-powershell/README.md +0 -0
  174. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-powershell/extension.json +0 -0
  175. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
  176. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-python/README.md +0 -0
  177. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-python/extension.json +0 -0
  178. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
  179. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
  180. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-r/README.md +0 -0
  181. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-r/extension.json +0 -0
  182. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
  183. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-ruby/README.md +0 -0
  184. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-ruby/extension.json +0 -0
  185. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
  186. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-rust/LICENSE +0 -0
  187. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-rust/README.md +0 -0
  188. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-rust/extension.json +0 -0
  189. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
  190. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
  191. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-scss/README.md +0 -0
  192. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-scss/extension.json +0 -0
  193. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
  194. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
  195. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-shellscript/README.md +0 -0
  196. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
  197. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
  198. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-svelte/README.md +0 -0
  199. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-svelte/extension.json +0 -0
  200. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
  201. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-terraform/README.md +0 -0
  202. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-terraform/extension.json +0 -0
  203. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
  204. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-toml/README.md +0 -0
  205. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-toml/extension.json +0 -0
  206. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
  207. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-typescript/README.md +0 -0
  208. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-typescript/extension.json +0 -0
  209. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
  210. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-vue/README.md +0 -0
  211. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-vue/extension.json +0 -0
  212. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
  213. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-wgsl/README.md +0 -0
  214. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
  215. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
  216. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
  217. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-xml/README.md +0 -0
  218. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-xml/extension.json +0 -0
  219. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
  220. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-yaml/README.md +0 -0
  221. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-yaml/extension.json +0 -0
  222. /package/static/{e42ba7d → a557cd2}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
  223. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
  224. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
  225. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
  226. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  227. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-ayu/README.md +0 -0
  228. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-ayu/color-theme.json +0 -0
  229. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-ayu/extension.json +0 -0
  230. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-cobalt2/README.md +0 -0
  231. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
  232. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-cobalt2/extension.json +0 -0
  233. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  234. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  235. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-gruvbox/README.md +0 -0
  236. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
  237. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-gruvbox/extension.json +0 -0
  238. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-high-contrast/README.md +0 -0
  239. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
  240. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-high-contrast/extension.json +0 -0
  241. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-material/README.md +0 -0
  242. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-material/color-theme.json +0 -0
  243. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-material/extension.json +0 -0
  244. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-monokai/README.md +0 -0
  245. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-monokai/color-theme.json +0 -0
  246. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-monokai/extension.json +0 -0
  247. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-noctis-uva/README.md +0 -0
  248. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
  249. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
  250. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  251. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-palenight/README.md +0 -0
  252. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-palenight/color-theme.json +0 -0
  253. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-palenight/extension.json +0 -0
  254. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-palenight/images/demo.png +0 -0
  255. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-slime/README.md +0 -0
  256. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-slime/color-theme.json +0 -0
  257. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-slime/extension.json +0 -0
  258. /package/static/{e42ba7d → a557cd2}/extensions/builtin.theme-slime/icon.png +0 -0
  259. /package/static/{e42ba7d → a557cd2}/extensions/builtin.vscode-icons/README.md +0 -0
  260. /package/static/{e42ba7d → a557cd2}/extensions/builtin.vscode-icons/extension.json +0 -0
  261. /package/static/{e42ba7d → a557cd2}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
  262. /package/static/{e42ba7d → a557cd2}/extensions/builtin.vscode-icons/icon.png +0 -0
  263. /package/static/{e42ba7d → a557cd2}/file-icons/default_file.svg +0 -0
  264. /package/static/{e42ba7d → a557cd2}/file-icons/default_folder.svg +0 -0
  265. /package/static/{e42ba7d → a557cd2}/file-icons/default_folder_opened.svg +0 -0
  266. /package/static/{e42ba7d → a557cd2}/file-icons/default_root_folder.svg +0 -0
  267. /package/static/{e42ba7d → a557cd2}/file-icons/default_root_folder_opened.svg +0 -0
  268. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_access.svg +0 -0
  269. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_access2.svg +0 -0
  270. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_actionscript.svg +0 -0
  271. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_actionscript2.svg +0 -0
  272. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ada.svg +0 -0
  273. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_advpl.svg +0 -0
  274. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_affectscript.svg +0 -0
  275. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_affinitydesigner.svg +0 -0
  276. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_affinityphoto.svg +0 -0
  277. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_affinitypublisher.svg +0 -0
  278. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_agda.svg +0 -0
  279. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ai.svg +0 -0
  280. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ai2.svg +0 -0
  281. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_al.svg +0 -0
  282. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_al_dal.svg +0 -0
  283. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_allcontributors.svg +0 -0
  284. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_angular.svg +0 -0
  285. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ansible.svg +0 -0
  286. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_antlers_html.svg +0 -0
  287. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_antlr.svg +0 -0
  288. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_anyscript.svg +0 -0
  289. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_apache.svg +0 -0
  290. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_apex.svg +0 -0
  291. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_api_extractor.svg +0 -0
  292. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_apib.svg +0 -0
  293. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_apib2.svg +0 -0
  294. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_apl.svg +0 -0
  295. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_applescript.svg +0 -0
  296. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_appscript.svg +0 -0
  297. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_appsemble.svg +0 -0
  298. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_appveyor.svg +0 -0
  299. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_arduino.svg +0 -0
  300. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_asciidoc.svg +0 -0
  301. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_asp.svg +0 -0
  302. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_aspx.svg +0 -0
  303. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_assembly.svg +0 -0
  304. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_astro.svg +0 -0
  305. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_astroconfig.svg +0 -0
  306. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_atom.svg +0 -0
  307. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ats.svg +0 -0
  308. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_attw.svg +0 -0
  309. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_audio.svg +0 -0
  310. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_aurelia.svg +0 -0
  311. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_autohotkey.svg +0 -0
  312. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_autoit.svg +0 -0
  313. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_avif.svg +0 -0
  314. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_avro.svg +0 -0
  315. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_awk.svg +0 -0
  316. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_aws.svg +0 -0
  317. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_azure.svg +0 -0
  318. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_azurepipelines.svg +0 -0
  319. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_babel.svg +0 -0
  320. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_babel2.svg +0 -0
  321. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bak.svg +0 -0
  322. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ballerina.svg +0 -0
  323. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bat.svg +0 -0
  324. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bats.svg +0 -0
  325. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bazaar.svg +0 -0
  326. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bazel.svg +0 -0
  327. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bazel_ignore.svg +0 -0
  328. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bazel_version.svg +0 -0
  329. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_befunge.svg +0 -0
  330. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bicep.svg +0 -0
  331. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_biml.svg +0 -0
  332. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_binary.svg +0 -0
  333. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_biome.svg +0 -0
  334. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bitbucketpipeline.svg +0 -0
  335. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bithound.svg +0 -0
  336. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_blade.svg +0 -0
  337. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_blender.svg +0 -0
  338. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_blitzbasic.svg +0 -0
  339. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bolt.svg +0 -0
  340. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bosque.svg +0 -0
  341. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bower.svg +0 -0
  342. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bower2.svg +0 -0
  343. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_browserslist.svg +0 -0
  344. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bruno.svg +0 -0
  345. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_buckbuild.svg +0 -0
  346. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_buf.svg +0 -0
  347. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bun.svg +0 -0
  348. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bundlemon.svg +0 -0
  349. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bundler.svg +0 -0
  350. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_bunfig.svg +0 -0
  351. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_c.svg +0 -0
  352. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_c2.svg +0 -0
  353. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_c3.svg +0 -0
  354. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_c_al.svg +0 -0
  355. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cabal.svg +0 -0
  356. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_caddy.svg +0 -0
  357. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cake.svg +0 -0
  358. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cakephp.svg +0 -0
  359. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_capacitor.svg +0 -0
  360. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_capnp.svg +0 -0
  361. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cargo.svg +0 -0
  362. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_casc.svg +0 -0
  363. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cddl.svg +0 -0
  364. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cert.svg +0 -0
  365. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ceylon.svg +0 -0
  366. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cf.svg +0 -0
  367. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cf2.svg +0 -0
  368. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cfc.svg +0 -0
  369. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cfc2.svg +0 -0
  370. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cfm.svg +0 -0
  371. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cfm2.svg +0 -0
  372. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_changie.svg +0 -0
  373. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cheader.svg +0 -0
  374. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_chef.svg +0 -0
  375. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_chef_cookbook.svg +0 -0
  376. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_circleci.svg +0 -0
  377. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_class.svg +0 -0
  378. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_claude.svg +0 -0
  379. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_clojure.svg +0 -0
  380. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_clojurescript.svg +0 -0
  381. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cloudfoundry.svg +0 -0
  382. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cmake.svg +0 -0
  383. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cobol.svg +0 -0
  384. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_codacy.svg +0 -0
  385. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_codeclimate.svg +0 -0
  386. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_codecov.svg +0 -0
  387. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_codekit.svg +0 -0
  388. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_codemagic.svg +0 -0
  389. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_codeowners.svg +0 -0
  390. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_codeql.svg +0 -0
  391. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_coderabbit.svg +0 -0
  392. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_coffeelint.svg +0 -0
  393. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_coffeescript.svg +0 -0
  394. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_commitizen.svg +0 -0
  395. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_commitlint.svg +0 -0
  396. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_compass.svg +0 -0
  397. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_composer.svg +0 -0
  398. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_conan.svg +0 -0
  399. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_conda.svg +0 -0
  400. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_config.svg +0 -0
  401. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_confluence.svg +0 -0
  402. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_copilot.svg +0 -0
  403. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_coverage.svg +0 -0
  404. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_coveralls.svg +0 -0
  405. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cpp.svg +0 -0
  406. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cpp2.svg +0 -0
  407. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cpp3.svg +0 -0
  408. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cppheader.svg +0 -0
  409. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_craco.svg +0 -0
  410. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_crowdin.svg +0 -0
  411. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_crystal.svg +0 -0
  412. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_csharp.svg +0 -0
  413. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_csharp2.svg +0 -0
  414. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cspell.svg +0 -0
  415. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_csproj.svg +0 -0
  416. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_css.svg +0 -0
  417. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_css2.svg +0 -0
  418. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_css2map.svg +0 -0
  419. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_csscomb.svg +0 -0
  420. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_csslint.svg +0 -0
  421. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cssmap.svg +0 -0
  422. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cucumber.svg +0 -0
  423. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cuda.svg +0 -0
  424. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cursorrules.svg +0 -0
  425. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cvs.svg +0 -0
  426. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cypress.svg +0 -0
  427. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cypress_spec.svg +0 -0
  428. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_cython.svg +0 -0
  429. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dal.svg +0 -0
  430. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_darcs.svg +0 -0
  431. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dartlang.svg +0 -0
  432. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dartlang_generated.svg +0 -0
  433. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dartlang_ignore.svg +0 -0
  434. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_datadog.svg +0 -0
  435. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_db.svg +0 -0
  436. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_debian.svg +0 -0
  437. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_delphi.svg +0 -0
  438. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_deno.svg +0 -0
  439. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_denoify.svg +0 -0
  440. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dependabot.svg +0 -0
  441. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dependencies.svg +0 -0
  442. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_devcontainer.svg +0 -0
  443. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dhall.svg +0 -0
  444. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_diff.svg +0 -0
  445. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_django.svg +0 -0
  446. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dlang.svg +0 -0
  447. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_docker.svg +0 -0
  448. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_docker2.svg +0 -0
  449. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dockertest.svg +0 -0
  450. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dockertest2.svg +0 -0
  451. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_docpad.svg +0 -0
  452. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_docusaurus.svg +0 -0
  453. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_docz.svg +0 -0
  454. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dojo.svg +0 -0
  455. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_doppler.svg +0 -0
  456. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dotenv.svg +0 -0
  457. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dotjs.svg +0 -0
  458. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_doxygen.svg +0 -0
  459. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_drawio.svg +0 -0
  460. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_drone.svg +0 -0
  461. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_drools.svg +0 -0
  462. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dtd.svg +0 -0
  463. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dune.svg +0 -0
  464. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dustjs.svg +0 -0
  465. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dvc.svg +0 -0
  466. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_dylan.svg +0 -0
  467. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_earthly.svg +0 -0
  468. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_eas-metadata.svg +0 -0
  469. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_edge.svg +0 -0
  470. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_edge2.svg +0 -0
  471. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_editorconfig.svg +0 -0
  472. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_eex.svg +0 -0
  473. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ejs.svg +0 -0
  474. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_elastic.svg +0 -0
  475. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_elasticbeanstalk.svg +0 -0
  476. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_eleventy.svg +0 -0
  477. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_eleventy2.svg +0 -0
  478. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_elixir.svg +0 -0
  479. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_elm.svg +0 -0
  480. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_elm2.svg +0 -0
  481. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_emacs.svg +0 -0
  482. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ember.svg +0 -0
  483. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ensime.svg +0 -0
  484. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_eps.svg +0 -0
  485. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_epub.svg +0 -0
  486. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_erb.svg +0 -0
  487. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_erlang.svg +0 -0
  488. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_erlang2.svg +0 -0
  489. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_esbuild.svg +0 -0
  490. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_eslint.svg +0 -0
  491. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_eslint2.svg +0 -0
  492. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_esphome.svg +0 -0
  493. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_excalidraw.svg +0 -0
  494. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_excel.svg +0 -0
  495. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_excel2.svg +0 -0
  496. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_expo.svg +0 -0
  497. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_falcon.svg +0 -0
  498. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fantasticon.svg +0 -0
  499. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fastly.svg +0 -0
  500. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fauna.svg +0 -0
  501. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_favicon.svg +0 -0
  502. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fbx.svg +0 -0
  503. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_firebase.svg +0 -0
  504. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_firebasehosting.svg +0 -0
  505. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_firestore.svg +0 -0
  506. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fitbit.svg +0 -0
  507. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fla.svg +0 -0
  508. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_flareact.svg +0 -0
  509. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_flash.svg +0 -0
  510. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_floobits.svg +0 -0
  511. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_flow.svg +0 -0
  512. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_flutter.svg +0 -0
  513. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_flutter_package.svg +0 -0
  514. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_flyio.svg +0 -0
  515. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_font.svg +0 -0
  516. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_formkit.svg +0 -0
  517. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fortran.svg +0 -0
  518. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fossa.svg +0 -0
  519. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fossil.svg +0 -0
  520. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_freemarker.svg +0 -0
  521. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_frontcommerce.svg +0 -0
  522. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fsharp.svg +0 -0
  523. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fsharp2.svg +0 -0
  524. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fsproj.svg +0 -0
  525. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fthtml.svg +0 -0
  526. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_funding.svg +0 -0
  527. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_fusebox.svg +0 -0
  528. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_galen.svg +0 -0
  529. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_galen2.svg +0 -0
  530. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gamemaker.svg +0 -0
  531. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gamemaker2.svg +0 -0
  532. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gamemaker81.svg +0 -0
  533. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gatsby.svg +0 -0
  534. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gcloud.svg +0 -0
  535. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gcode.svg +0 -0
  536. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gdscript.svg +0 -0
  537. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_genstat.svg +0 -0
  538. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_git.svg +0 -0
  539. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_git2.svg +0 -0
  540. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gitlab.svg +0 -0
  541. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gitpod.svg +0 -0
  542. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gleam.svg +0 -0
  543. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gleamconfig.svg +0 -0
  544. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_glide.svg +0 -0
  545. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_glitter.svg +0 -0
  546. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_glsl.svg +0 -0
  547. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gltf.svg +0 -0
  548. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_glyphs.svg +0 -0
  549. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gnu.svg +0 -0
  550. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gnuplot.svg +0 -0
  551. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_go.svg +0 -0
  552. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_go_aqua.svg +0 -0
  553. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_go_black.svg +0 -0
  554. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_go_fuchsia.svg +0 -0
  555. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_go_gopher.svg +0 -0
  556. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_go_lightblue.svg +0 -0
  557. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_go_package.svg +0 -0
  558. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_go_white.svg +0 -0
  559. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_go_work.svg +0 -0
  560. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_go_yellow.svg +0 -0
  561. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_goctl.svg +0 -0
  562. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_godot.svg +0 -0
  563. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gpg.svg +0 -0
  564. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gradle.svg +0 -0
  565. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gradle2.svg +0 -0
  566. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_grain.svg +0 -0
  567. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_graphql.svg +0 -0
  568. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_graphql_config.svg +0 -0
  569. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_graphviz.svg +0 -0
  570. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_greenkeeper.svg +0 -0
  571. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gridsome.svg +0 -0
  572. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_groovy.svg +0 -0
  573. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_groovy2.svg +0 -0
  574. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_grunt.svg +0 -0
  575. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_gulp.svg +0 -0
  576. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_haml.svg +0 -0
  577. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_handlebars.svg +0 -0
  578. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_handlebars2.svg +0 -0
  579. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_harbour.svg +0 -0
  580. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_hardhat.svg +0 -0
  581. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_hashicorp.svg +0 -0
  582. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_haskell.svg +0 -0
  583. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_haskell2.svg +0 -0
  584. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_haxe.svg +0 -0
  585. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_haxecheckstyle.svg +0 -0
  586. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_haxedevelop.svg +0 -0
  587. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_helix.svg +0 -0
  588. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_helm.svg +0 -0
  589. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_histoire.svg +0 -0
  590. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_hjson.svg +0 -0
  591. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_hlsl.svg +0 -0
  592. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_homeassistant.svg +0 -0
  593. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_horusec.svg +0 -0
  594. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_host.svg +0 -0
  595. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_html.svg +0 -0
  596. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_htmlhint.svg +0 -0
  597. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_htmlvalidate.svg +0 -0
  598. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_http.svg +0 -0
  599. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_hugo.svg +0 -0
  600. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_humanstxt.svg +0 -0
  601. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_hunspell.svg +0 -0
  602. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_husky.svg +0 -0
  603. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_hy.svg +0 -0
  604. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_hygen.svg +0 -0
  605. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_hypr.svg +0 -0
  606. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_icl.svg +0 -0
  607. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_idris.svg +0 -0
  608. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_idrisbin.svg +0 -0
  609. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_idrispkg.svg +0 -0
  610. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_image.svg +0 -0
  611. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_imba.svg +0 -0
  612. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_inc.svg +0 -0
  613. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_infopath.svg +0 -0
  614. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_informix.svg +0 -0
  615. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ini.svg +0 -0
  616. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ink.svg +0 -0
  617. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_innosetup.svg +0 -0
  618. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_io.svg +0 -0
  619. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_iodine.svg +0 -0
  620. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ionic.svg +0 -0
  621. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jake.svg +0 -0
  622. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_janet.svg +0 -0
  623. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jar.svg +0 -0
  624. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jasmine.svg +0 -0
  625. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_java.svg +0 -0
  626. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jbuilder.svg +0 -0
  627. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jekyll.svg +0 -0
  628. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jenkins.svg +0 -0
  629. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jest.svg +0 -0
  630. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jest_snapshot.svg +0 -0
  631. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jinja.svg +0 -0
  632. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jpm.svg +0 -0
  633. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_js.svg +0 -0
  634. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_js_official.svg +0 -0
  635. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jsbeautify.svg +0 -0
  636. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jsconfig.svg +0 -0
  637. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jscpd.svg +0 -0
  638. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jshint.svg +0 -0
  639. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jsmap.svg +0 -0
  640. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_json.svg +0 -0
  641. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_json2.svg +0 -0
  642. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_json5.svg +0 -0
  643. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_json_official.svg +0 -0
  644. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_json_schema.svg +0 -0
  645. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jsonld.svg +0 -0
  646. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jsonnet.svg +0 -0
  647. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jsp.svg +0 -0
  648. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jsr.svg +0 -0
  649. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jss.svg +0 -0
  650. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_juice.svg +0 -0
  651. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_julia.svg +0 -0
  652. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_julia2.svg +0 -0
  653. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_jupyter.svg +0 -0
  654. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_just.svg +0 -0
  655. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_k.svg +0 -0
  656. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_karma.svg +0 -0
  657. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_key.svg +0 -0
  658. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_kitchenci.svg +0 -0
  659. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_kite.svg +0 -0
  660. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_kivy.svg +0 -0
  661. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_knip.svg +0 -0
  662. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_kos.svg +0 -0
  663. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_kotlin.svg +0 -0
  664. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_kusto.svg +0 -0
  665. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_language_configuration.svg +0 -0
  666. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lark.svg +0 -0
  667. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_latino.svg +0 -0
  668. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_layout.svg +0 -0
  669. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lefthook.svg +0 -0
  670. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lerna.svg +0 -0
  671. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_less.svg +0 -0
  672. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lex.svg +0 -0
  673. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_liara.svg +0 -0
  674. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_libreoffice_base.svg +0 -0
  675. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_libreoffice_calc.svg +0 -0
  676. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_libreoffice_draw.svg +0 -0
  677. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_libreoffice_impress.svg +0 -0
  678. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_libreoffice_math.svg +0 -0
  679. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_libreoffice_writer.svg +0 -0
  680. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_license.svg +0 -0
  681. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_licensebat.svg +0 -0
  682. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_actionscript2.svg +0 -0
  683. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_ada.svg +0 -0
  684. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_agda.svg +0 -0
  685. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_apl.svg +0 -0
  686. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_astro.svg +0 -0
  687. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_astroconfig.svg +0 -0
  688. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_babel.svg +0 -0
  689. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_babel2.svg +0 -0
  690. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_cabal.svg +0 -0
  691. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_circleci.svg +0 -0
  692. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_cloudfoundry.svg +0 -0
  693. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_codacy.svg +0 -0
  694. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_codeclimate.svg +0 -0
  695. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_codeowners.svg +0 -0
  696. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_config.svg +0 -0
  697. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_copilot.svg +0 -0
  698. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_crystal.svg +0 -0
  699. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_cypress.svg +0 -0
  700. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_cypress_spec.svg +0 -0
  701. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_db.svg +0 -0
  702. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_deno.svg +0 -0
  703. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_dhall.svg +0 -0
  704. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_docpad.svg +0 -0
  705. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_drone.svg +0 -0
  706. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_eas-metadata.svg +0 -0
  707. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_eleventy.svg +0 -0
  708. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_eleventy2.svg +0 -0
  709. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_esphome.svg +0 -0
  710. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_expo.svg +0 -0
  711. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_firebasehosting.svg +0 -0
  712. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_fla.svg +0 -0
  713. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_font.svg +0 -0
  714. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_gamemaker2.svg +0 -0
  715. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_gradle.svg +0 -0
  716. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_hashicorp.svg +0 -0
  717. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_hjson.svg +0 -0
  718. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_ini.svg +0 -0
  719. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_io.svg +0 -0
  720. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_js.svg +0 -0
  721. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_jsconfig.svg +0 -0
  722. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_jsmap.svg +0 -0
  723. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_json.svg +0 -0
  724. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_json5.svg +0 -0
  725. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_json_schema.svg +0 -0
  726. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_jsonld.svg +0 -0
  727. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_kite.svg +0 -0
  728. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_lark.svg +0 -0
  729. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_lerna.svg +0 -0
  730. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_mailing.svg +0 -0
  731. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_markuplint.svg +0 -0
  732. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_mdx-components.svg +0 -0
  733. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_mdx.svg +0 -0
  734. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_mlang.svg +0 -0
  735. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_mustache.svg +0 -0
  736. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_mypy.svg +0 -0
  737. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_neo4j.svg +0 -0
  738. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_netlify.svg +0 -0
  739. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_next.svg +0 -0
  740. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_nim.svg +0 -0
  741. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_nx.svg +0 -0
  742. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_objidconfig.svg +0 -0
  743. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_openHAB.svg +0 -0
  744. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_pcl.svg +0 -0
  745. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_pnpm.svg +0 -0
  746. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_prettier.svg +0 -0
  747. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_prisma.svg +0 -0
  748. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_purescript.svg +0 -0
  749. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_quasar.svg +0 -0
  750. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_raku.svg +0 -0
  751. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_razzle.svg +0 -0
  752. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_reactrouter.svg +0 -0
  753. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_rehype.svg +0 -0
  754. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_remark.svg +0 -0
  755. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_replit.svg +0 -0
  756. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_retext.svg +0 -0
  757. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_rome.svg +0 -0
  758. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_rubocop.svg +0 -0
  759. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_rust.svg +0 -0
  760. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_rust_toolchain.svg +0 -0
  761. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_safetensors.svg +0 -0
  762. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_shaderlab.svg +0 -0
  763. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_solidity.svg +0 -0
  764. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_spin.svg +0 -0
  765. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_stylelint.svg +0 -0
  766. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_stylus.svg +0 -0
  767. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_symfony.svg +0 -0
  768. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_systemd.svg +0 -0
  769. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_systemverilog.svg +0 -0
  770. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_testcafe.svg +0 -0
  771. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_testjs.svg +0 -0
  772. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_tex.svg +0 -0
  773. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_tm.svg +0 -0
  774. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_tmux.svg +0 -0
  775. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_todo.svg +0 -0
  776. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_toit.svg +0 -0
  777. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_toml.svg +0 -0
  778. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_tree.svg +0 -0
  779. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_turbo.svg +0 -0
  780. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_unibeautify.svg +0 -0
  781. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_vash.svg +0 -0
  782. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_vercel.svg +0 -0
  783. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_vsix.svg +0 -0
  784. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_vsixmanifest.svg +0 -0
  785. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_xfl.svg +0 -0
  786. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_xorg.svg +0 -0
  787. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_yaml.svg +0 -0
  788. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_yaml_official.svg +0 -0
  789. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_light_zeit.svg +0 -0
  790. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lighthouse.svg +0 -0
  791. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lilypond.svg +0 -0
  792. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lime.svg +0 -0
  793. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lintstagedrc.svg +0 -0
  794. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_liquid.svg +0 -0
  795. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lisp.svg +0 -0
  796. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_livescript.svg +0 -0
  797. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lnk.svg +0 -0
  798. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_locale.svg +0 -0
  799. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_log.svg +0 -0
  800. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lolcode.svg +0 -0
  801. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lsl.svg +0 -0
  802. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lua.svg +0 -0
  803. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_luau.svg +0 -0
  804. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_lync.svg +0 -0
  805. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mailing.svg +0 -0
  806. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_makefile.svg +0 -0
  807. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_manifest.svg +0 -0
  808. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_manifest_bak.svg +0 -0
  809. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_manifest_skip.svg +0 -0
  810. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_map.svg +0 -0
  811. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mariadb.svg +0 -0
  812. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_markdown.svg +0 -0
  813. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_markdownlint.svg +0 -0
  814. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_markdownlint_ignore.svg +0 -0
  815. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_marko.svg +0 -0
  816. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_markojs.svg +0 -0
  817. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_markuplint.svg +0 -0
  818. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_master-co.svg +0 -0
  819. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_matlab.svg +0 -0
  820. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_maven.svg +0 -0
  821. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_maxscript.svg +0 -0
  822. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_maya.svg +0 -0
  823. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mdx-components.svg +0 -0
  824. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mdx.svg +0 -0
  825. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mediawiki.svg +0 -0
  826. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mercurial.svg +0 -0
  827. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mermaid.svg +0 -0
  828. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_meson.svg +0 -0
  829. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_metal.svg +0 -0
  830. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_meteor.svg +0 -0
  831. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_minecraft.svg +0 -0
  832. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mivascript.svg +0 -0
  833. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mjml.svg +0 -0
  834. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mlang.svg +0 -0
  835. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mocha.svg +0 -0
  836. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_modernizr.svg +0 -0
  837. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mojo.svg +0 -0
  838. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mojolicious.svg +0 -0
  839. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_moleculer.svg +0 -0
  840. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mondoo.svg +0 -0
  841. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mongo.svg +0 -0
  842. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_monotone.svg +0 -0
  843. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_motif.svg +0 -0
  844. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mson.svg +0 -0
  845. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mustache.svg +0 -0
  846. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mvt.svg +0 -0
  847. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mvtcss.svg +0 -0
  848. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mvtjs.svg +0 -0
  849. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mypy.svg +0 -0
  850. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_mysql.svg +0 -0
  851. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ndst.svg +0 -0
  852. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nearly.svg +0 -0
  853. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_neo4j.svg +0 -0
  854. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_adapter_js.svg +0 -0
  855. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_adapter_ts.svg +0 -0
  856. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_controller_js.svg +0 -0
  857. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_controller_ts.svg +0 -0
  858. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_decorator_js.svg +0 -0
  859. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_decorator_ts.svg +0 -0
  860. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_filter_js.svg +0 -0
  861. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_filter_ts.svg +0 -0
  862. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_gateway_js.svg +0 -0
  863. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_gateway_ts.svg +0 -0
  864. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_guard_js.svg +0 -0
  865. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_guard_ts.svg +0 -0
  866. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_interceptor_js.svg +0 -0
  867. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
  868. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_middleware_js.svg +0 -0
  869. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_middleware_ts.svg +0 -0
  870. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_module_js.svg +0 -0
  871. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_module_ts.svg +0 -0
  872. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_pipe_js.svg +0 -0
  873. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_pipe_ts.svg +0 -0
  874. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_service_js.svg +0 -0
  875. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nest_service_ts.svg +0 -0
  876. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nestjs.svg +0 -0
  877. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_netlify.svg +0 -0
  878. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_next.svg +0 -0
  879. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nextflow.svg +0 -0
  880. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_component_css.svg +0 -0
  881. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_component_dart.svg +0 -0
  882. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_component_html.svg +0 -0
  883. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_component_js.svg +0 -0
  884. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_component_js2.svg +0 -0
  885. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_component_less.svg +0 -0
  886. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_component_sass.svg +0 -0
  887. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_component_scss.svg +0 -0
  888. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_component_ts.svg +0 -0
  889. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_component_ts2.svg +0 -0
  890. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_controller_js.svg +0 -0
  891. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_controller_ts.svg +0 -0
  892. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_directive_dart.svg +0 -0
  893. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_directive_js.svg +0 -0
  894. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_directive_js2.svg +0 -0
  895. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_directive_ts.svg +0 -0
  896. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_directive_ts2.svg +0 -0
  897. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_guard_dart.svg +0 -0
  898. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_guard_js.svg +0 -0
  899. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_guard_ts.svg +0 -0
  900. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
  901. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_interceptor_js.svg +0 -0
  902. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
  903. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_module_dart.svg +0 -0
  904. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_module_js.svg +0 -0
  905. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_module_js2.svg +0 -0
  906. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_module_ts.svg +0 -0
  907. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_module_ts2.svg +0 -0
  908. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_pipe_dart.svg +0 -0
  909. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_pipe_js.svg +0 -0
  910. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_pipe_js2.svg +0 -0
  911. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_pipe_ts.svg +0 -0
  912. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
  913. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_routing_dart.svg +0 -0
  914. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_routing_js.svg +0 -0
  915. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_routing_js2.svg +0 -0
  916. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_routing_ts.svg +0 -0
  917. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_routing_ts2.svg +0 -0
  918. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_service_dart.svg +0 -0
  919. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_service_js.svg +0 -0
  920. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_service_js2.svg +0 -0
  921. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_service_ts.svg +0 -0
  922. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_service_ts2.svg +0 -0
  923. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
  924. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_smart_component_js.svg +0 -0
  925. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
  926. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
  927. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
  928. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ng_tailwind.svg +0 -0
  929. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nginx.svg +0 -0
  930. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nim.svg +0 -0
  931. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nimble.svg +0 -0
  932. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ninja.svg +0 -0
  933. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nix.svg +0 -0
  934. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_njsproj.svg +0 -0
  935. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_noc.svg +0 -0
  936. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_node.svg +0 -0
  937. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_node2.svg +0 -0
  938. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nodemon.svg +0 -0
  939. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_npm.svg +0 -0
  940. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
  941. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nsi.svg +0 -0
  942. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nsri-integrity.svg +0 -0
  943. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nsri.svg +0 -0
  944. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nuget.svg +0 -0
  945. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_numpy.svg +0 -0
  946. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nunjucks.svg +0 -0
  947. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nuxt.svg +0 -0
  948. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nx.svg +0 -0
  949. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_nyc.svg +0 -0
  950. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_objectivec.svg +0 -0
  951. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_objectivecpp.svg +0 -0
  952. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_objidconfig.svg +0 -0
  953. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ocaml.svg +0 -0
  954. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ocaml_intf.svg +0 -0
  955. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ogone.svg +0 -0
  956. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_onenote.svg +0 -0
  957. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_opam.svg +0 -0
  958. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_openHAB.svg +0 -0
  959. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_opencl.svg +0 -0
  960. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_openscad.svg +0 -0
  961. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_opentofu.svg +0 -0
  962. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_org.svg +0 -0
  963. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_outlook.svg +0 -0
  964. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ovpn.svg +0 -0
  965. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_oxlint.svg +0 -0
  966. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_package.svg +0 -0
  967. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_paket.svg +0 -0
  968. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pandacss.svg +0 -0
  969. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_patch.svg +0 -0
  970. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pcl.svg +0 -0
  971. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pddl.svg +0 -0
  972. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pddl_happenings.svg +0 -0
  973. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pddl_plan.svg +0 -0
  974. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pdf.svg +0 -0
  975. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pdf2.svg +0 -0
  976. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pdm.svg +0 -0
  977. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_peeky.svg +0 -0
  978. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_perl.svg +0 -0
  979. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_perl2.svg +0 -0
  980. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_perl6.svg +0 -0
  981. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pgsql.svg +0 -0
  982. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_photoshop.svg +0 -0
  983. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_photoshop2.svg +0 -0
  984. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_php.svg +0 -0
  985. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_php2.svg +0 -0
  986. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_php3.svg +0 -0
  987. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_phpcsfixer.svg +0 -0
  988. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_phpstan.svg +0 -0
  989. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_phpunit.svg +0 -0
  990. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_phraseapp.svg +0 -0
  991. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pine.svg +0 -0
  992. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pip.svg +0 -0
  993. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pipeline.svg +0 -0
  994. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_plantuml.svg +0 -0
  995. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_platformio.svg +0 -0
  996. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_playwright.svg +0 -0
  997. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_plsql.svg +0 -0
  998. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_plsql_package.svg +0 -0
  999. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_plsql_package_body.svg +0 -0
  1000. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_plsql_package_header.svg +0 -0
  1001. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_plsql_package_spec.svg +0 -0
  1002. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pm2.svg +0 -0
  1003. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pnpm.svg +0 -0
  1004. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_poedit.svg +0 -0
  1005. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_poetry.svg +0 -0
  1006. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_polymer.svg +0 -0
  1007. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pony.svg +0 -0
  1008. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_postcss.svg +0 -0
  1009. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_postcssconfig.svg +0 -0
  1010. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_postman.svg +0 -0
  1011. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_powerpoint.svg +0 -0
  1012. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_powerpoint2.svg +0 -0
  1013. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_powershell.svg +0 -0
  1014. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_powershell2.svg +0 -0
  1015. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_powershell_format.svg +0 -0
  1016. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_powershell_psd.svg +0 -0
  1017. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_powershell_psd2.svg +0 -0
  1018. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_powershell_psm.svg +0 -0
  1019. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_powershell_psm2.svg +0 -0
  1020. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_powershell_types.svg +0 -0
  1021. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_preact.svg +0 -0
  1022. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_precommit.svg +0 -0
  1023. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_prettier.svg +0 -0
  1024. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_prisma.svg +0 -0
  1025. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_processinglang.svg +0 -0
  1026. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_procfile.svg +0 -0
  1027. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_progress.svg +0 -0
  1028. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_prolog.svg +0 -0
  1029. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_prometheus.svg +0 -0
  1030. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_protobuf.svg +0 -0
  1031. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_protractor.svg +0 -0
  1032. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_publiccode.svg +0 -0
  1033. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_publisher.svg +0 -0
  1034. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pug.svg +0 -0
  1035. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pulumi.svg +0 -0
  1036. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_puppet.svg +0 -0
  1037. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_purescript.svg +0 -0
  1038. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_purgecss.svg +0 -0
  1039. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pyenv.svg +0 -0
  1040. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pyret.svg +0 -0
  1041. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pyscript.svg +0 -0
  1042. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pytest.svg +0 -0
  1043. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_python.svg +0 -0
  1044. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pythowo.svg +0 -0
  1045. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pytyped.svg +0 -0
  1046. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_pyup.svg +0 -0
  1047. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_q.svg +0 -0
  1048. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_qbs.svg +0 -0
  1049. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_qlikview.svg +0 -0
  1050. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_qml.svg +0 -0
  1051. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_qmldir.svg +0 -0
  1052. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_qsharp.svg +0 -0
  1053. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_quasar.svg +0 -0
  1054. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_r.svg +0 -0
  1055. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ra_syntax_tree.svg +0 -0
  1056. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_racket.svg +0 -0
  1057. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rails.svg +0 -0
  1058. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rake.svg +0 -0
  1059. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_raku.svg +0 -0
  1060. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_raml.svg +0 -0
  1061. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_razor.svg +0 -0
  1062. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_razzle.svg +0 -0
  1063. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_reactjs.svg +0 -0
  1064. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_reactrouter.svg +0 -0
  1065. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_reacttemplate.svg +0 -0
  1066. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_reactts.svg +0 -0
  1067. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_reason.svg +0 -0
  1068. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_red.svg +0 -0
  1069. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_registry.svg +0 -0
  1070. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rego.svg +0 -0
  1071. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rehype.svg +0 -0
  1072. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_remark.svg +0 -0
  1073. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_renovate.svg +0 -0
  1074. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_replit.svg +0 -0
  1075. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rescript.svg +0 -0
  1076. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rest.svg +0 -0
  1077. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_retext.svg +0 -0
  1078. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rexx.svg +0 -0
  1079. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_riot.svg +0 -0
  1080. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rmd.svg +0 -0
  1081. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rnc.svg +0 -0
  1082. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_robotframework.svg +0 -0
  1083. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_robots.svg +0 -0
  1084. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rolldown.svg +0 -0
  1085. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rollup.svg +0 -0
  1086. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rome.svg +0 -0
  1087. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ron.svg +0 -0
  1088. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rproj.svg +0 -0
  1089. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rspec.svg +0 -0
  1090. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rss.svg +0 -0
  1091. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rubocop.svg +0 -0
  1092. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ruby.svg +0 -0
  1093. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rust.svg +0 -0
  1094. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_rust_toolchain.svg +0 -0
  1095. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_s-lang.svg +0 -0
  1096. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_safetensors.svg +0 -0
  1097. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sails.svg +0 -0
  1098. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_saltstack.svg +0 -0
  1099. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_san.svg +0 -0
  1100. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
  1101. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sas.svg +0 -0
  1102. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sass.svg +0 -0
  1103. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sbt.svg +0 -0
  1104. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_scala.svg +0 -0
  1105. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_scilab.svg +0 -0
  1106. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_script.svg +0 -0
  1107. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_scss.svg +0 -0
  1108. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_scss2.svg +0 -0
  1109. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sdlang.svg +0 -0
  1110. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_search_result.svg +0 -0
  1111. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_seedkit.svg +0 -0
  1112. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sentry.svg +0 -0
  1113. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sequelize.svg +0 -0
  1114. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_serverless.svg +0 -0
  1115. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_shaderlab.svg +0 -0
  1116. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_shell.svg +0 -0
  1117. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_shellcheck.svg +0 -0
  1118. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_shuttle.svg +0 -0
  1119. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_silverstripe.svg +0 -0
  1120. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sino.svg +0 -0
  1121. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_siyuan.svg +0 -0
  1122. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sketch.svg +0 -0
  1123. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_skipper.svg +0 -0
  1124. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_slang.svg +0 -0
  1125. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_slashup.svg +0 -0
  1126. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_slice.svg +0 -0
  1127. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_slim.svg +0 -0
  1128. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_slint.svg +0 -0
  1129. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sln.svg +0 -0
  1130. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sln2.svg +0 -0
  1131. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_smarty.svg +0 -0
  1132. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_snakemake.svg +0 -0
  1133. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_snapcraft.svg +0 -0
  1134. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_snaplet.svg +0 -0
  1135. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_snort.svg +0 -0
  1136. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_snyk.svg +0 -0
  1137. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_solidarity.svg +0 -0
  1138. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_solidity.svg +0 -0
  1139. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_source.svg +0 -0
  1140. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_spacengine.svg +0 -0
  1141. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sparql.svg +0 -0
  1142. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_spin.svg +0 -0
  1143. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sqf.svg +0 -0
  1144. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sql.svg +0 -0
  1145. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sqlite.svg +0 -0
  1146. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_squirrel.svg +0 -0
  1147. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sss.svg +0 -0
  1148. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sst.svg +0 -0
  1149. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_stackblitz.svg +0 -0
  1150. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_stan.svg +0 -0
  1151. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_stata.svg +0 -0
  1152. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_stencil.svg +0 -0
  1153. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_storyboard.svg +0 -0
  1154. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_storybook.svg +0 -0
  1155. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_stryker.svg +0 -0
  1156. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_stylable.svg +0 -0
  1157. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_style.svg +0 -0
  1158. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_styled.svg +0 -0
  1159. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_stylelint.svg +0 -0
  1160. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_stylish_haskell.svg +0 -0
  1161. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_stylus.svg +0 -0
  1162. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_sublime.svg +0 -0
  1163. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_subversion.svg +0 -0
  1164. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_svelte.svg +0 -0
  1165. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_svelteconfig.svg +0 -0
  1166. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_svg.svg +0 -0
  1167. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_svgo.svg +0 -0
  1168. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_swagger.svg +0 -0
  1169. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_swc.svg +0 -0
  1170. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_swift.svg +0 -0
  1171. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_swig.svg +0 -0
  1172. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_symfony.svg +0 -0
  1173. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_syncpack.svg +0 -0
  1174. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_systemd.svg +0 -0
  1175. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_systemverilog.svg +0 -0
  1176. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_t4tt.svg +0 -0
  1177. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tailwind.svg +0 -0
  1178. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tamagui.svg +0 -0
  1179. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_taplo.svg +0 -0
  1180. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_taskfile.svg +0 -0
  1181. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tauri.svg +0 -0
  1182. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tcl.svg +0 -0
  1183. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_teal.svg +0 -0
  1184. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_templ.svg +0 -0
  1185. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tera.svg +0 -0
  1186. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_terraform.svg +0 -0
  1187. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_test.svg +0 -0
  1188. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_testcafe.svg +0 -0
  1189. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_testjs.svg +0 -0
  1190. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_testplane.svg +0 -0
  1191. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_testts.svg +0 -0
  1192. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tex.svg +0 -0
  1193. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_text.svg +0 -0
  1194. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_textile.svg +0 -0
  1195. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tfs.svg +0 -0
  1196. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tiltfile.svg +0 -0
  1197. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tm.svg +0 -0
  1198. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tmux.svg +0 -0
  1199. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_todo.svg +0 -0
  1200. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_toit.svg +0 -0
  1201. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_toml.svg +0 -0
  1202. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tox.svg +0 -0
  1203. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_travis.svg +0 -0
  1204. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tree.svg +0 -0
  1205. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tres.svg +0 -0
  1206. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_truffle.svg +0 -0
  1207. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_trunk.svg +0 -0
  1208. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tsbuildinfo.svg +0 -0
  1209. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tscn.svg +0 -0
  1210. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tsconfig.svg +0 -0
  1211. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tsconfig_official.svg +0 -0
  1212. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tsdoc.svg +0 -0
  1213. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tslint.svg +0 -0
  1214. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tt.svg +0 -0
  1215. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_ttcn.svg +0 -0
  1216. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_tuc.svg +0 -0
  1217. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_turbo.svg +0 -0
  1218. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_twig.svg +0 -0
  1219. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_typedoc.svg +0 -0
  1220. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_typescript.svg +0 -0
  1221. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_typescript_official.svg +0 -0
  1222. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_typescriptdef.svg +0 -0
  1223. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_typescriptdef_official.svg +0 -0
  1224. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_typo3.svg +0 -0
  1225. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_uiua.svg +0 -0
  1226. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_unibeautify.svg +0 -0
  1227. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_unison.svg +0 -0
  1228. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_unlicense.svg +0 -0
  1229. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_unocss.svg +0 -0
  1230. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vagrant.svg +0 -0
  1231. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vala.svg +0 -0
  1232. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vanilla_extract.svg +0 -0
  1233. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vapi.svg +0 -0
  1234. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vapor.svg +0 -0
  1235. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vash.svg +0 -0
  1236. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vb.svg +0 -0
  1237. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vba.svg +0 -0
  1238. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vbhtml.svg +0 -0
  1239. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vbproj.svg +0 -0
  1240. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vcxproj.svg +0 -0
  1241. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_velocity.svg +0 -0
  1242. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vento.svg +0 -0
  1243. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vercel.svg +0 -0
  1244. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_verilog.svg +0 -0
  1245. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vhdl.svg +0 -0
  1246. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_video.svg +0 -0
  1247. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_view.svg +0 -0
  1248. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vim.svg +0 -0
  1249. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vite.svg +0 -0
  1250. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vitest.svg +0 -0
  1251. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vlang.svg +0 -0
  1252. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_volt.svg +0 -0
  1253. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vscode-insiders.svg +0 -0
  1254. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vscode.svg +0 -0
  1255. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vscode2.svg +0 -0
  1256. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vscode3.svg +0 -0
  1257. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vscode_test.svg +0 -0
  1258. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vsix.svg +0 -0
  1259. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vsixmanifest.svg +0 -0
  1260. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vue.svg +0 -0
  1261. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vueconfig.svg +0 -0
  1262. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_vyper.svg +0 -0
  1263. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wallaby.svg +0 -0
  1264. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wally.svg +0 -0
  1265. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wasm.svg +0 -0
  1266. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_watchmanconfig.svg +0 -0
  1267. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wdio.svg +0 -0
  1268. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_weblate.svg +0 -0
  1269. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_webpack.svg +0 -0
  1270. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wenyan.svg +0 -0
  1271. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wercker.svg +0 -0
  1272. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wgsl.svg +0 -0
  1273. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wikitext.svg +0 -0
  1274. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_windi.svg +0 -0
  1275. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wit.svg +0 -0
  1276. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wolfram.svg +0 -0
  1277. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_word.svg +0 -0
  1278. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_word2.svg +0 -0
  1279. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wpml.svg +0 -0
  1280. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wurst.svg +0 -0
  1281. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wxml.svg +0 -0
  1282. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wxss.svg +0 -0
  1283. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_wxt.svg +0 -0
  1284. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_xcode.svg +0 -0
  1285. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_xfl.svg +0 -0
  1286. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_xib.svg +0 -0
  1287. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_xliff.svg +0 -0
  1288. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_xmake.svg +0 -0
  1289. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_xml.svg +0 -0
  1290. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_xo.svg +0 -0
  1291. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_xorg.svg +0 -0
  1292. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_xquery.svg +0 -0
  1293. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_xsl.svg +0 -0
  1294. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_yacc.svg +0 -0
  1295. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_yaml.svg +0 -0
  1296. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_yaml_official.svg +0 -0
  1297. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_yamllint.svg +0 -0
  1298. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_yandex.svg +0 -0
  1299. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_yang.svg +0 -0
  1300. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_yarn.svg +0 -0
  1301. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_yeoman.svg +0 -0
  1302. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_zeit.svg +0 -0
  1303. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_zig.svg +0 -0
  1304. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_zip.svg +0 -0
  1305. /package/static/{e42ba7d → a557cd2}/file-icons/file_type_zip2.svg +0 -0
  1306. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_android.svg +0 -0
  1307. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_android_opened.svg +0 -0
  1308. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_api.svg +0 -0
  1309. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_api_opened.svg +0 -0
  1310. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_app.svg +0 -0
  1311. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_app_opened.svg +0 -0
  1312. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_arangodb.svg +0 -0
  1313. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_arangodb_opened.svg +0 -0
  1314. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_asset.svg +0 -0
  1315. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_asset_opened.svg +0 -0
  1316. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_audio.svg +0 -0
  1317. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_audio_opened.svg +0 -0
  1318. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_aurelia.svg +0 -0
  1319. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_aurelia_opened.svg +0 -0
  1320. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_aws.svg +0 -0
  1321. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_aws_opened.svg +0 -0
  1322. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_azure.svg +0 -0
  1323. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_azure_opened.svg +0 -0
  1324. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_azurepipelines.svg +0 -0
  1325. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
  1326. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_binary.svg +0 -0
  1327. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_binary_opened.svg +0 -0
  1328. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_bloc.svg +0 -0
  1329. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_bloc_opened.svg +0 -0
  1330. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_blueprint.svg +0 -0
  1331. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_blueprint_opened.svg +0 -0
  1332. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_bot.svg +0 -0
  1333. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_bot_opened.svg +0 -0
  1334. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_bower.svg +0 -0
  1335. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_bower_opened.svg +0 -0
  1336. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_buildkite.svg +0 -0
  1337. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_buildkite_opened.svg +0 -0
  1338. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_cake.svg +0 -0
  1339. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_cake_opened.svg +0 -0
  1340. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_certificate.svg +0 -0
  1341. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_certificate_opened.svg +0 -0
  1342. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_changesets.svg +0 -0
  1343. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_changesets_opened.svg +0 -0
  1344. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_chef.svg +0 -0
  1345. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_chef_opened.svg +0 -0
  1346. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_circleci.svg +0 -0
  1347. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_circleci_opened.svg +0 -0
  1348. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_cli.svg +0 -0
  1349. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_cli_opened.svg +0 -0
  1350. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_client.svg +0 -0
  1351. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_client_opened.svg +0 -0
  1352. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_cmake.svg +0 -0
  1353. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_cmake_opened.svg +0 -0
  1354. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_common.svg +0 -0
  1355. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_common_opened.svg +0 -0
  1356. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_component.svg +0 -0
  1357. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_component_opened.svg +0 -0
  1358. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_composer.svg +0 -0
  1359. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_composer_opened.svg +0 -0
  1360. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_config.svg +0 -0
  1361. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_config_opened.svg +0 -0
  1362. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_controller.svg +0 -0
  1363. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_controller_opened.svg +0 -0
  1364. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_coverage.svg +0 -0
  1365. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_coverage_opened.svg +0 -0
  1366. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_css.svg +0 -0
  1367. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_css2.svg +0 -0
  1368. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_css2_opened.svg +0 -0
  1369. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_css_opened.svg +0 -0
  1370. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_cubit.svg +0 -0
  1371. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_cubit_opened.svg +0 -0
  1372. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_cypress.svg +0 -0
  1373. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_cypress_opened.svg +0 -0
  1374. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_dapr.svg +0 -0
  1375. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_dapr_opened.svg +0 -0
  1376. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_datadog.svg +0 -0
  1377. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_datadog_opened.svg +0 -0
  1378. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_db.svg +0 -0
  1379. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_db_opened.svg +0 -0
  1380. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_debian.svg +0 -0
  1381. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_debian_opened.svg +0 -0
  1382. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_dependabot.svg +0 -0
  1383. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_dependabot_opened.svg +0 -0
  1384. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_devcontainer.svg +0 -0
  1385. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_devcontainer_opened.svg +0 -0
  1386. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_dist.svg +0 -0
  1387. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_dist_opened.svg +0 -0
  1388. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_docker.svg +0 -0
  1389. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_docker_opened.svg +0 -0
  1390. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_docs.svg +0 -0
  1391. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_docs_opened.svg +0 -0
  1392. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_e2e.svg +0 -0
  1393. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_e2e_opened.svg +0 -0
  1394. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
  1395. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
  1396. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_electron.svg +0 -0
  1397. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_electron_opened.svg +0 -0
  1398. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_expo.svg +0 -0
  1399. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_expo_opened.svg +0 -0
  1400. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_favicon.svg +0 -0
  1401. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_favicon_opened.svg +0 -0
  1402. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_flow.svg +0 -0
  1403. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_flow_opened.svg +0 -0
  1404. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_fonts.svg +0 -0
  1405. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_fonts_opened.svg +0 -0
  1406. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_frontcommerce.svg +0 -0
  1407. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
  1408. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_gcp.svg +0 -0
  1409. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_gcp_opened.svg +0 -0
  1410. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_git.svg +0 -0
  1411. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_git_opened.svg +0 -0
  1412. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_github.svg +0 -0
  1413. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_github_opened.svg +0 -0
  1414. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_gitlab.svg +0 -0
  1415. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_gitlab_opened.svg +0 -0
  1416. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_gradle.svg +0 -0
  1417. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_gradle_opened.svg +0 -0
  1418. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_graphql.svg +0 -0
  1419. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_graphql_opened.svg +0 -0
  1420. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_grunt.svg +0 -0
  1421. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_grunt_opened.svg +0 -0
  1422. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_gulp.svg +0 -0
  1423. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_gulp_opened.svg +0 -0
  1424. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_haxelib.svg +0 -0
  1425. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_haxelib_opened.svg +0 -0
  1426. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_helper.svg +0 -0
  1427. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_helper_opened.svg +0 -0
  1428. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_hook.svg +0 -0
  1429. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_hook_opened.svg +0 -0
  1430. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_husky.svg +0 -0
  1431. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_husky_opened.svg +0 -0
  1432. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_idea.svg +0 -0
  1433. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_idea_opened.svg +0 -0
  1434. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_images.svg +0 -0
  1435. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_images_opened.svg +0 -0
  1436. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_include.svg +0 -0
  1437. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_include_opened.svg +0 -0
  1438. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_interfaces.svg +0 -0
  1439. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_interfaces_opened.svg +0 -0
  1440. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_ios.svg +0 -0
  1441. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_ios_opened.svg +0 -0
  1442. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_js.svg +0 -0
  1443. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_js_opened.svg +0 -0
  1444. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_json.svg +0 -0
  1445. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_json_official.svg +0 -0
  1446. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_json_official_opened.svg +0 -0
  1447. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_json_opened.svg +0 -0
  1448. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_kubernetes.svg +0 -0
  1449. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_kubernetes_opened.svg +0 -0
  1450. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_less.svg +0 -0
  1451. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_less_opened.svg +0 -0
  1452. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_library.svg +0 -0
  1453. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_library_opened.svg +0 -0
  1454. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_cypress.svg +0 -0
  1455. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_cypress_opened.svg +0 -0
  1456. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_electron.svg +0 -0
  1457. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_electron_opened.svg +0 -0
  1458. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_expo.svg +0 -0
  1459. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_expo_opened.svg +0 -0
  1460. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_fonts.svg +0 -0
  1461. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_fonts_opened.svg +0 -0
  1462. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_gradle.svg +0 -0
  1463. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_gradle_opened.svg +0 -0
  1464. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_meteor.svg +0 -0
  1465. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_meteor_opened.svg +0 -0
  1466. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_mypy.svg +0 -0
  1467. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_mypy_opened.svg +0 -0
  1468. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_mysql.svg +0 -0
  1469. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_mysql_opened.svg +0 -0
  1470. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_node.svg +0 -0
  1471. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_node_opened.svg +0 -0
  1472. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_redux.svg +0 -0
  1473. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_redux_opened.svg +0 -0
  1474. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_sass.svg +0 -0
  1475. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_light_sass_opened.svg +0 -0
  1476. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_linux.svg +0 -0
  1477. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_linux_opened.svg +0 -0
  1478. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_locale.svg +0 -0
  1479. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_locale_opened.svg +0 -0
  1480. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_log.svg +0 -0
  1481. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_log_opened.svg +0 -0
  1482. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_macos.svg +0 -0
  1483. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_macos_opened.svg +0 -0
  1484. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mariadb.svg +0 -0
  1485. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mariadb_opened.svg +0 -0
  1486. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_maven.svg +0 -0
  1487. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_maven_opened.svg +0 -0
  1488. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mediawiki.svg +0 -0
  1489. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mediawiki_opened.svg +0 -0
  1490. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_memcached.svg +0 -0
  1491. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_memcached_opened.svg +0 -0
  1492. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_meteor.svg +0 -0
  1493. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_meteor_opened.svg +0 -0
  1494. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_middleware.svg +0 -0
  1495. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_middleware_opened.svg +0 -0
  1496. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_minecraft.svg +0 -0
  1497. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_minecraft_opened.svg +0 -0
  1498. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_minikube.svg +0 -0
  1499. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_minikube_opened.svg +0 -0
  1500. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mjml.svg +0 -0
  1501. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mjml_opened.svg +0 -0
  1502. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mock.svg +0 -0
  1503. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mock_opened.svg +0 -0
  1504. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_model.svg +0 -0
  1505. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_model_opened.svg +0 -0
  1506. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_module.svg +0 -0
  1507. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_module_opened.svg +0 -0
  1508. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mojo.svg +0 -0
  1509. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mojo_opened.svg +0 -0
  1510. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mongodb.svg +0 -0
  1511. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mongodb_opened.svg +0 -0
  1512. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mypy.svg +0 -0
  1513. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mypy_opened.svg +0 -0
  1514. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mysql.svg +0 -0
  1515. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_mysql_opened.svg +0 -0
  1516. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_netlify.svg +0 -0
  1517. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_netlify_opened.svg +0 -0
  1518. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_next.svg +0 -0
  1519. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_next_opened.svg +0 -0
  1520. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_nginx.svg +0 -0
  1521. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_nginx_opened.svg +0 -0
  1522. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_nix.svg +0 -0
  1523. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_nix_opened.svg +0 -0
  1524. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_node.svg +0 -0
  1525. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_node_opened.svg +0 -0
  1526. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_notebooks.svg +0 -0
  1527. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_notebooks_opened.svg +0 -0
  1528. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_notification.svg +0 -0
  1529. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_notification_opened.svg +0 -0
  1530. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_nuget.svg +0 -0
  1531. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_nuget_opened.svg +0 -0
  1532. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_nuxt.svg +0 -0
  1533. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_nuxt_opened.svg +0 -0
  1534. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_package.svg +0 -0
  1535. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_package_opened.svg +0 -0
  1536. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_paket.svg +0 -0
  1537. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_paket_opened.svg +0 -0
  1538. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_php.svg +0 -0
  1539. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_php_opened.svg +0 -0
  1540. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_platformio.svg +0 -0
  1541. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_platformio_opened.svg +0 -0
  1542. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_plugin.svg +0 -0
  1543. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_plugin_opened.svg +0 -0
  1544. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_prisma.svg +0 -0
  1545. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_prisma_opened.svg +0 -0
  1546. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_private.svg +0 -0
  1547. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_private_opened.svg +0 -0
  1548. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_public.svg +0 -0
  1549. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_public_opened.svg +0 -0
  1550. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_pytest.svg +0 -0
  1551. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_pytest_opened.svg +0 -0
  1552. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_python.svg +0 -0
  1553. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_python_opened.svg +0 -0
  1554. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_ravendb.svg +0 -0
  1555. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_ravendb_opened.svg +0 -0
  1556. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_redis.svg +0 -0
  1557. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_redis_opened.svg +0 -0
  1558. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_redux.svg +0 -0
  1559. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_redux_opened.svg +0 -0
  1560. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_route.svg +0 -0
  1561. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_route_opened.svg +0 -0
  1562. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_sass.svg +0 -0
  1563. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_sass_opened.svg +0 -0
  1564. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_script.svg +0 -0
  1565. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_script_opened.svg +0 -0
  1566. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_seedkit.svg +0 -0
  1567. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_seedkit_opened.svg +0 -0
  1568. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_server.svg +0 -0
  1569. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_server_opened.svg +0 -0
  1570. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_services.svg +0 -0
  1571. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_services_opened.svg +0 -0
  1572. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_shared.svg +0 -0
  1573. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_shared_opened.svg +0 -0
  1574. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_snaplet.svg +0 -0
  1575. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_snaplet_opened.svg +0 -0
  1576. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_spin.svg +0 -0
  1577. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_spin_opened.svg +0 -0
  1578. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_src.svg +0 -0
  1579. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_src_opened.svg +0 -0
  1580. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_sso.svg +0 -0
  1581. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_sso_opened.svg +0 -0
  1582. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_story.svg +0 -0
  1583. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_story_opened.svg +0 -0
  1584. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_style.svg +0 -0
  1585. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_style_opened.svg +0 -0
  1586. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_supabase.svg +0 -0
  1587. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_supabase_opened.svg +0 -0
  1588. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_svelte.svg +0 -0
  1589. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_svelte_opened.svg +0 -0
  1590. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_tauri.svg +0 -0
  1591. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_tauri_opened.svg +0 -0
  1592. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_temp.svg +0 -0
  1593. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_temp_opened.svg +0 -0
  1594. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_template.svg +0 -0
  1595. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_template_opened.svg +0 -0
  1596. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_test.svg +0 -0
  1597. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_test_opened.svg +0 -0
  1598. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_theme.svg +0 -0
  1599. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_theme_opened.svg +0 -0
  1600. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_tools.svg +0 -0
  1601. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_tools_opened.svg +0 -0
  1602. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_travis.svg +0 -0
  1603. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_travis_opened.svg +0 -0
  1604. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_trunk.svg +0 -0
  1605. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_trunk_opened.svg +0 -0
  1606. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_turbo.svg +0 -0
  1607. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_turbo_opened.svg +0 -0
  1608. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_typescript.svg +0 -0
  1609. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_typescript_opened.svg +0 -0
  1610. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_typings.svg +0 -0
  1611. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_typings2.svg +0 -0
  1612. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_typings2_opened.svg +0 -0
  1613. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_typings_opened.svg +0 -0
  1614. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vagrant.svg +0 -0
  1615. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vagrant_opened.svg +0 -0
  1616. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vercel.svg +0 -0
  1617. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vercel_opened.svg +0 -0
  1618. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_video.svg +0 -0
  1619. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_video_opened.svg +0 -0
  1620. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_view.svg +0 -0
  1621. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_view_opened.svg +0 -0
  1622. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vs.svg +0 -0
  1623. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vs2.svg +0 -0
  1624. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vs2_opened.svg +0 -0
  1625. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vs_opened.svg +0 -0
  1626. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vscode.svg +0 -0
  1627. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vscode2.svg +0 -0
  1628. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vscode2_opened.svg +0 -0
  1629. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vscode3.svg +0 -0
  1630. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vscode3_opened.svg +0 -0
  1631. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vscode_opened.svg +0 -0
  1632. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vscode_test.svg +0 -0
  1633. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vscode_test2.svg +0 -0
  1634. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
  1635. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vscode_test3.svg +0 -0
  1636. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
  1637. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_vscode_test_opened.svg +0 -0
  1638. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_webpack.svg +0 -0
  1639. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_webpack_opened.svg +0 -0
  1640. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_windows.svg +0 -0
  1641. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_windows_opened.svg +0 -0
  1642. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_wit.svg +0 -0
  1643. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_wit_opened.svg +0 -0
  1644. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_www.svg +0 -0
  1645. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_www_opened.svg +0 -0
  1646. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_yarn.svg +0 -0
  1647. /package/static/{e42ba7d → a557cd2}/file-icons/folder_type_yarn_opened.svg +0 -0
  1648. /package/static/{e42ba7d → a557cd2}/fonts/FiraCode-VariableFont.ttf +0 -0
  1649. /package/static/{e42ba7d → a557cd2}/icons/add.svg +0 -0
  1650. /package/static/{e42ba7d → a557cd2}/icons/arrow-down.svg +0 -0
  1651. /package/static/{e42ba7d → a557cd2}/icons/arrow-left.svg +0 -0
  1652. /package/static/{e42ba7d → a557cd2}/icons/arrow-right.svg +0 -0
  1653. /package/static/{e42ba7d → a557cd2}/icons/arrow-up.svg +0 -0
  1654. /package/static/{e42ba7d → a557cd2}/icons/blank.svg +0 -0
  1655. /package/static/{e42ba7d → a557cd2}/icons/book.svg +0 -0
  1656. /package/static/{e42ba7d → a557cd2}/icons/case-sensitive.svg +0 -0
  1657. /package/static/{e42ba7d → a557cd2}/icons/check.svg +0 -0
  1658. /package/static/{e42ba7d → a557cd2}/icons/chevron-down.svg +0 -0
  1659. /package/static/{e42ba7d → a557cd2}/icons/chevron-left.svg +0 -0
  1660. /package/static/{e42ba7d → a557cd2}/icons/chevron-right.svg +0 -0
  1661. /package/static/{e42ba7d → a557cd2}/icons/chevron-up.svg +0 -0
  1662. /package/static/{e42ba7d → a557cd2}/icons/chrome-close.svg +0 -0
  1663. /package/static/{e42ba7d → a557cd2}/icons/chrome-maximize.svg +0 -0
  1664. /package/static/{e42ba7d → a557cd2}/icons/chrome-minimize.svg +0 -0
  1665. /package/static/{e42ba7d → a557cd2}/icons/chrome-restore.svg +0 -0
  1666. /package/static/{e42ba7d → a557cd2}/icons/circle-filled.svg +0 -0
  1667. /package/static/{e42ba7d → a557cd2}/icons/clear-all.svg +0 -0
  1668. /package/static/{e42ba7d → a557cd2}/icons/close.svg +0 -0
  1669. /package/static/{e42ba7d → a557cd2}/icons/cloud.svg +0 -0
  1670. /package/static/{e42ba7d → a557cd2}/icons/collapse-all.svg +0 -0
  1671. /package/static/{e42ba7d → a557cd2}/icons/debug-all.svg +0 -0
  1672. /package/static/{e42ba7d → a557cd2}/icons/debug-alt-2.svg +0 -0
  1673. /package/static/{e42ba7d → a557cd2}/icons/debug-alt-small.svg +0 -0
  1674. /package/static/{e42ba7d → a557cd2}/icons/debug-alt.svg +0 -0
  1675. /package/static/{e42ba7d → a557cd2}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
  1676. /package/static/{e42ba7d → a557cd2}/icons/debug-breakpoint-conditional.svg +0 -0
  1677. /package/static/{e42ba7d → a557cd2}/icons/debug-breakpoint-data-unverified.svg +0 -0
  1678. /package/static/{e42ba7d → a557cd2}/icons/debug-breakpoint-data.svg +0 -0
  1679. /package/static/{e42ba7d → a557cd2}/icons/debug-breakpoint-function-unverified.svg +0 -0
  1680. /package/static/{e42ba7d → a557cd2}/icons/debug-breakpoint-function.svg +0 -0
  1681. /package/static/{e42ba7d → a557cd2}/icons/debug-breakpoint-log-unverified.svg +0 -0
  1682. /package/static/{e42ba7d → a557cd2}/icons/debug-breakpoint-log.svg +0 -0
  1683. /package/static/{e42ba7d → a557cd2}/icons/debug-breakpoint-unsupported.svg +0 -0
  1684. /package/static/{e42ba7d → a557cd2}/icons/debug-console.svg +0 -0
  1685. /package/static/{e42ba7d → a557cd2}/icons/debug-continue-small.svg +0 -0
  1686. /package/static/{e42ba7d → a557cd2}/icons/debug-continue.svg +0 -0
  1687. /package/static/{e42ba7d → a557cd2}/icons/debug-coverage.svg +0 -0
  1688. /package/static/{e42ba7d → a557cd2}/icons/debug-disconnect.svg +0 -0
  1689. /package/static/{e42ba7d → a557cd2}/icons/debug-line-by-line.svg +0 -0
  1690. /package/static/{e42ba7d → a557cd2}/icons/debug-pause.svg +0 -0
  1691. /package/static/{e42ba7d → a557cd2}/icons/debug-rerun.svg +0 -0
  1692. /package/static/{e42ba7d → a557cd2}/icons/debug-restart-frame.svg +0 -0
  1693. /package/static/{e42ba7d → a557cd2}/icons/debug-restart.svg +0 -0
  1694. /package/static/{e42ba7d → a557cd2}/icons/debug-reverse-continue.svg +0 -0
  1695. /package/static/{e42ba7d → a557cd2}/icons/debug-stackframe-active.svg +0 -0
  1696. /package/static/{e42ba7d → a557cd2}/icons/debug-stackframe.svg +0 -0
  1697. /package/static/{e42ba7d → a557cd2}/icons/debug-start.svg +0 -0
  1698. /package/static/{e42ba7d → a557cd2}/icons/debug-step-back.svg +0 -0
  1699. /package/static/{e42ba7d → a557cd2}/icons/debug-step-into.svg +0 -0
  1700. /package/static/{e42ba7d → a557cd2}/icons/debug-step-out.svg +0 -0
  1701. /package/static/{e42ba7d → a557cd2}/icons/debug-step-over.svg +0 -0
  1702. /package/static/{e42ba7d → a557cd2}/icons/debug-stop.svg +0 -0
  1703. /package/static/{e42ba7d → a557cd2}/icons/debug.svg +0 -0
  1704. /package/static/{e42ba7d → a557cd2}/icons/discard.svg +0 -0
  1705. /package/static/{e42ba7d → a557cd2}/icons/edit.svg +0 -0
  1706. /package/static/{e42ba7d → a557cd2}/icons/ellipsis.svg +0 -0
  1707. /package/static/{e42ba7d → a557cd2}/icons/error.svg +0 -0
  1708. /package/static/{e42ba7d → a557cd2}/icons/exclude.svg +0 -0
  1709. /package/static/{e42ba7d → a557cd2}/icons/extensionDefaultIcon.png +0 -0
  1710. /package/static/{e42ba7d → a557cd2}/icons/extensions.svg +0 -0
  1711. /package/static/{e42ba7d → a557cd2}/icons/files.svg +0 -0
  1712. /package/static/{e42ba7d → a557cd2}/icons/filter.svg +0 -0
  1713. /package/static/{e42ba7d → a557cd2}/icons/go-to-file.svg +0 -0
  1714. /package/static/{e42ba7d → a557cd2}/icons/icon-close.svg +0 -0
  1715. /package/static/{e42ba7d → a557cd2}/icons/icon-source-control.svg +0 -0
  1716. /package/static/{e42ba7d → a557cd2}/icons/icon-sync.svg +0 -0
  1717. /package/static/{e42ba7d → a557cd2}/icons/icon.png +0 -0
  1718. /package/static/{e42ba7d → a557cd2}/icons/icon.svg +0 -0
  1719. /package/static/{e42ba7d → a557cd2}/icons/info.svg +0 -0
  1720. /package/static/{e42ba7d → a557cd2}/icons/language-icon.svg +0 -0
  1721. /package/static/{e42ba7d → a557cd2}/icons/link-external.svg +0 -0
  1722. /package/static/{e42ba7d → a557cd2}/icons/list-flat.svg +0 -0
  1723. /package/static/{e42ba7d → a557cd2}/icons/list-tree.svg +0 -0
  1724. /package/static/{e42ba7d → a557cd2}/icons/new-file.svg +0 -0
  1725. /package/static/{e42ba7d → a557cd2}/icons/new-folder.svg +0 -0
  1726. /package/static/{e42ba7d → a557cd2}/icons/newline.svg +0 -0
  1727. /package/static/{e42ba7d → a557cd2}/icons/open-preview.svg +0 -0
  1728. /package/static/{e42ba7d → a557cd2}/icons/play.svg +0 -0
  1729. /package/static/{e42ba7d → a557cd2}/icons/preserve-case.svg +0 -0
  1730. /package/static/{e42ba7d → a557cd2}/icons/progress.svg +0 -0
  1731. /package/static/{e42ba7d → a557cd2}/icons/pwa-icon-192.png +0 -0
  1732. /package/static/{e42ba7d → a557cd2}/icons/pwa-icon-512.png +0 -0
  1733. /package/static/{e42ba7d → a557cd2}/icons/record-keys.svg +0 -0
  1734. /package/static/{e42ba7d → a557cd2}/icons/refresh.svg +0 -0
  1735. /package/static/{e42ba7d → a557cd2}/icons/regex.svg +0 -0
  1736. /package/static/{e42ba7d → a557cd2}/icons/remove.svg +0 -0
  1737. /package/static/{e42ba7d → a557cd2}/icons/replace-all.svg +0 -0
  1738. /package/static/{e42ba7d → a557cd2}/icons/replace.svg +0 -0
  1739. /package/static/{e42ba7d → a557cd2}/icons/run-all.svg +0 -0
  1740. /package/static/{e42ba7d → a557cd2}/icons/search.svg +0 -0
  1741. /package/static/{e42ba7d → a557cd2}/icons/settings-gear.svg +0 -0
  1742. /package/static/{e42ba7d → a557cd2}/icons/sort-precedence.svg +0 -0
  1743. /package/static/{e42ba7d → a557cd2}/icons/source-control.svg +0 -0
  1744. /package/static/{e42ba7d → a557cd2}/icons/split-horizontal.svg +0 -0
  1745. /package/static/{e42ba7d → a557cd2}/icons/squiggly-error.svg +0 -0
  1746. /package/static/{e42ba7d → a557cd2}/icons/squiggly-warning.svg +0 -0
  1747. /package/static/{e42ba7d → a557cd2}/icons/symbol-array.svg +0 -0
  1748. /package/static/{e42ba7d → a557cd2}/icons/symbol-boolean.svg +0 -0
  1749. /package/static/{e42ba7d → a557cd2}/icons/symbol-class.svg +0 -0
  1750. /package/static/{e42ba7d → a557cd2}/icons/symbol-color.svg +0 -0
  1751. /package/static/{e42ba7d → a557cd2}/icons/symbol-constant.svg +0 -0
  1752. /package/static/{e42ba7d → a557cd2}/icons/symbol-enum-member.svg +0 -0
  1753. /package/static/{e42ba7d → a557cd2}/icons/symbol-enum.svg +0 -0
  1754. /package/static/{e42ba7d → a557cd2}/icons/symbol-event.svg +0 -0
  1755. /package/static/{e42ba7d → a557cd2}/icons/symbol-field.svg +0 -0
  1756. /package/static/{e42ba7d → a557cd2}/icons/symbol-file.svg +0 -0
  1757. /package/static/{e42ba7d → a557cd2}/icons/symbol-interface.svg +0 -0
  1758. /package/static/{e42ba7d → a557cd2}/icons/symbol-key.svg +0 -0
  1759. /package/static/{e42ba7d → a557cd2}/icons/symbol-keyword.svg +0 -0
  1760. /package/static/{e42ba7d → a557cd2}/icons/symbol-method.svg +0 -0
  1761. /package/static/{e42ba7d → a557cd2}/icons/symbol-misc.svg +0 -0
  1762. /package/static/{e42ba7d → a557cd2}/icons/symbol-namespace.svg +0 -0
  1763. /package/static/{e42ba7d → a557cd2}/icons/symbol-numeric.svg +0 -0
  1764. /package/static/{e42ba7d → a557cd2}/icons/symbol-operator.svg +0 -0
  1765. /package/static/{e42ba7d → a557cd2}/icons/symbol-parameter.svg +0 -0
  1766. /package/static/{e42ba7d → a557cd2}/icons/symbol-property.svg +0 -0
  1767. /package/static/{e42ba7d → a557cd2}/icons/symbol-ruler.svg +0 -0
  1768. /package/static/{e42ba7d → a557cd2}/icons/symbol-snippet.svg +0 -0
  1769. /package/static/{e42ba7d → a557cd2}/icons/symbol-string.svg +0 -0
  1770. /package/static/{e42ba7d → a557cd2}/icons/symbol-structure.svg +0 -0
  1771. /package/static/{e42ba7d → a557cd2}/icons/symbol-variable.svg +0 -0
  1772. /package/static/{e42ba7d → a557cd2}/icons/tag.svg +0 -0
  1773. /package/static/{e42ba7d → a557cd2}/icons/terminal-bash.svg +0 -0
  1774. /package/static/{e42ba7d → a557cd2}/icons/terminal.svg +0 -0
  1775. /package/static/{e42ba7d → a557cd2}/icons/theme-icon.png +0 -0
  1776. /package/static/{e42ba7d → a557cd2}/icons/trash.svg +0 -0
  1777. /package/static/{e42ba7d → a557cd2}/icons/triangle-down.svg +0 -0
  1778. /package/static/{e42ba7d → a557cd2}/icons/triangle-left.svg +0 -0
  1779. /package/static/{e42ba7d → a557cd2}/icons/triangle-right.svg +0 -0
  1780. /package/static/{e42ba7d → a557cd2}/icons/triangle-up.svg +0 -0
  1781. /package/static/{e42ba7d → a557cd2}/icons/warning.svg +0 -0
  1782. /package/static/{e42ba7d → a557cd2}/icons/whole-word.svg +0 -0
  1783. /package/static/{e42ba7d → a557cd2}/icons/zoom-in.svg +0 -0
  1784. /package/static/{e42ba7d → a557cd2}/icons/zoom-out.svg +0 -0
  1785. /package/static/{e42ba7d → a557cd2}/js/babel-parser.js +0 -0
  1786. /package/static/{e42ba7d → a557cd2}/js/blob-util.js +0 -0
  1787. /package/static/{e42ba7d → a557cd2}/js/ky.js +0 -0
  1788. /package/static/{e42ba7d → a557cd2}/js/lvce-editor-import-script.js +0 -0
  1789. /package/static/{e42ba7d → a557cd2}/js/lvce-editor-ipc.js +0 -0
  1790. /package/static/{e42ba7d → a557cd2}/js/lvce-editor-json-rpc.js +0 -0
  1791. /package/static/{e42ba7d → a557cd2}/js/lvce-editor-verror.js +0 -0
  1792. /package/static/{e42ba7d → a557cd2}/js/p-min-delay.js +0 -0
  1793. /package/static/{e42ba7d → a557cd2}/js/pretty-bytes.js +0 -0
  1794. /package/static/{e42ba7d → a557cd2}/js/preview-injected.js +0 -0
  1795. /package/static/{e42ba7d → a557cd2}/js/yoctodelay.js +0 -0
  1796. /package/static/{e42ba7d → a557cd2}/lib-css/termterm.css +0 -0
  1797. /package/static/{e42ba7d → a557cd2}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
  1798. /package/static/{e42ba7d → a557cd2}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
  1799. /package/static/{e42ba7d → a557cd2}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
  1800. /package/static/{e42ba7d → a557cd2}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
  1801. /package/static/{e42ba7d → a557cd2}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
  1802. /package/static/{e42ba7d → a557cd2}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
  1803. /package/static/{e42ba7d → a557cd2}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
  1804. /package/static/{e42ba7d → a557cd2}/packages/error-worker/dist/errorWorkerMain.js +0 -0
  1805. /package/static/{e42ba7d → a557cd2}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
  1806. /package/static/{e42ba7d → a557cd2}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
  1807. /package/static/{e42ba7d → a557cd2}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
  1808. /package/static/{e42ba7d → a557cd2}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
  1809. /package/static/{e42ba7d → a557cd2}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
  1810. /package/static/{e42ba7d → a557cd2}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
  1811. /package/static/{e42ba7d → a557cd2}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
  1812. /package/static/{e42ba7d → a557cd2}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
  1813. /package/static/{e42ba7d → a557cd2}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
  1814. /package/static/{e42ba7d → a557cd2}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
  1815. /package/static/{e42ba7d → a557cd2}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
  1816. /package/static/{e42ba7d → a557cd2}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
  1817. /package/static/{e42ba7d → a557cd2}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
  1818. /package/static/{e42ba7d → a557cd2}/packages/renderer-process/LICENSE +0 -0
  1819. /package/static/{e42ba7d → a557cd2}/packages/renderer-process/README.md +0 -0
  1820. /package/static/{e42ba7d → a557cd2}/packages/renderer-process/package.json +0 -0
  1821. /package/static/{e42ba7d → a557cd2}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
  1822. /package/static/{e42ba7d → a557cd2}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
  1823. /package/static/{e42ba7d → a557cd2}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
  1824. /package/static/{e42ba7d → a557cd2}/packages/test-worker/dist/testWorkerMain.js +0 -0
  1825. /package/static/{e42ba7d → a557cd2}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
  1826. /package/static/{e42ba7d → a557cd2}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
  1827. /package/static/{e42ba7d → a557cd2}/playground/languages/index.cpp +0 -0
  1828. /package/static/{e42ba7d → a557cd2}/playground/languages/index.css +0 -0
  1829. /package/static/{e42ba7d → a557cd2}/playground/languages/index.csv +0 -0
  1830. /package/static/{e42ba7d → a557cd2}/playground/languages/index.dart +0 -0
  1831. /package/static/{e42ba7d → a557cd2}/playground/languages/index.env +0 -0
  1832. /package/static/{e42ba7d → a557cd2}/playground/languages/index.ex +0 -0
  1833. /package/static/{e42ba7d → a557cd2}/playground/languages/index.html +0 -0
  1834. /package/static/{e42ba7d → a557cd2}/playground/languages/index.java +0 -0
  1835. /package/static/{e42ba7d → a557cd2}/playground/languages/index.jl +0 -0
  1836. /package/static/{e42ba7d → a557cd2}/playground/languages/index.js +0 -0
  1837. /package/static/{e42ba7d → a557cd2}/playground/languages/index.json +0 -0
  1838. /package/static/{e42ba7d → a557cd2}/playground/languages/index.kt +0 -0
  1839. /package/static/{e42ba7d → a557cd2}/playground/languages/index.pl +0 -0
  1840. /package/static/{e42ba7d → a557cd2}/playground/languages/index.py +0 -0
  1841. /package/static/{e42ba7d → a557cd2}/playground/languages/index.ts +0 -0
  1842. /package/static/{e42ba7d → a557cd2}/playground/languages/scrolling.txt +0 -0
  1843. /package/static/{e42ba7d → a557cd2}/playground/languages/tsconfig.json +0 -0
  1844. /package/static/{e42ba7d → a557cd2}/playground/sample-folder/a.txt +0 -0
  1845. /package/static/{e42ba7d → a557cd2}/playground/sample-folder/b.txt +0 -0
  1846. /package/static/{e42ba7d → a557cd2}/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 '/e42ba7d';
99
+ return '/a557cd2';
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$o = (ipc, method, ...params) => {
423
+ const invoke$p = (ipc, method, ...params) => {
424
424
  return invokeHelper(ipc, method, params, false);
425
425
  };
426
426
  const invokeAndTransfer$9 = (ipc, method, ...params) => {
@@ -1071,8 +1071,8 @@ const listen$1 = async () => {
1071
1071
  handleIpc(ipc);
1072
1072
  state$I.ipc = ipc;
1073
1073
  };
1074
- const invoke$n = (method, ...params) => {
1075
- return invoke$o(state$I.ipc, method, ...params);
1074
+ const invoke$o = (method, ...params) => {
1075
+ return invoke$p(state$I.ipc, method, ...params);
1076
1076
  };
1077
1077
  const invokeAndTransfer$8 = (method, ...params) => {
1078
1078
  return invokeAndTransfer$9(state$I.ipc, method, ...params);
@@ -1093,7 +1093,7 @@ const loadCssStyleSheets = css => {
1093
1093
  return Promise.all(css.map(loadCssStyleSheet));
1094
1094
  };
1095
1095
  const addCssStyleSheet = (id, css) => {
1096
- return invoke$n('Css.addCssStyleSheet', id, css);
1096
+ return invoke$o('Css.addCssStyleSheet', id, css);
1097
1097
  };
1098
1098
  const actuallyAddDynamicCss = async (id, getCss, preferences) => {
1099
1099
  const css = await getCss(preferences);
@@ -1117,7 +1117,7 @@ const getOrCreateWorker = fn => {
1117
1117
  return {
1118
1118
  async invoke(method, ...params) {
1119
1119
  const ipc = await getOrCreate$2(fn);
1120
- return invoke$o(ipc, method, ...params);
1120
+ return invoke$p(ipc, method, ...params);
1121
1121
  },
1122
1122
  async invokeAndTransfer(method, ...params) {
1123
1123
  const ipc = await getOrCreate$2(fn);
@@ -1206,7 +1206,7 @@ const launchErrorWorker = async () => {
1206
1206
  };
1207
1207
 
1208
1208
  const {
1209
- invoke: invoke$m,
1209
+ invoke: invoke$n,
1210
1210
  invokeAndTransfer: invokeAndTransfer$7
1211
1211
  } = getOrCreateWorker(launchErrorWorker);
1212
1212
 
@@ -1228,14 +1228,14 @@ const serializeError = error => {
1228
1228
  const prepare = async error => {
1229
1229
  try {
1230
1230
  const serialized = serializeError(error);
1231
- const prepared = await invoke$m('Errors.prepare', serialized);
1231
+ const prepared = await invoke$n('Errors.prepare', serialized);
1232
1232
  return prepared;
1233
1233
  } catch {
1234
1234
  return error;
1235
1235
  }
1236
1236
  };
1237
1237
  const print = async (error, prefix = '') => {
1238
- await invoke$m('Errors.print', error, prefix);
1238
+ await invoke$n('Errors.print', error, prefix);
1239
1239
  };
1240
1240
  const getMessage$4 = error => {
1241
1241
  if (error && error.type && error.message) {
@@ -1720,11 +1720,11 @@ const state$D = {
1720
1720
  };
1721
1721
 
1722
1722
  /* istanbul ignore file */
1723
- const invoke$l = async (method, ...params) => {
1723
+ const invoke$m = async (method, ...params) => {
1724
1724
  const {
1725
1725
  ipc
1726
1726
  } = state$D;
1727
- const result = await invoke$o(ipc, method, ...params);
1727
+ const result = await invoke$p(ipc, method, ...params);
1728
1728
  return result;
1729
1729
  };
1730
1730
  const invokeAndTransfer$6 = async (method, ...params) => {
@@ -1767,7 +1767,7 @@ const getPreferencesJson = async () => {
1767
1767
  const url = `${assetDir}/config/defaultSettings.json`;
1768
1768
  return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
1769
1769
  }
1770
- return invoke$l(PreferencesGetAll);
1770
+ return invoke$m(PreferencesGetAll);
1771
1771
  };
1772
1772
  const getPreferences = async () => {
1773
1773
  // TODO cache preferences, but they should not be stale
@@ -1814,7 +1814,7 @@ const state$B = {
1814
1814
  };
1815
1815
 
1816
1816
  const getResolvedRootFromSharedProcess = async () => {
1817
- const resolvedRoot = await invoke$l(/* Workspace.resolveRoot */WorkspaceResolveRoot);
1817
+ const resolvedRoot = await invoke$m(/* Workspace.resolveRoot */WorkspaceResolveRoot);
1818
1818
  return resolvedRoot;
1819
1819
  };
1820
1820
  const isValid$1 = resolvedRoot => {
@@ -1880,13 +1880,13 @@ const getResolvedRoot = async href => {
1880
1880
  };
1881
1881
 
1882
1882
  const getHref = () => {
1883
- return invoke$n(/* Location.getHref */'Location.getHref');
1883
+ return invoke$o(/* Location.getHref */'Location.getHref');
1884
1884
  };
1885
1885
  const setPathName = pathName => {
1886
- return invoke$n(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
1886
+ return invoke$o(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
1887
1887
  };
1888
1888
  const hydrate$a = () => {
1889
- return invoke$n(/* Location.hydrate */'Location.hydrate');
1889
+ return invoke$o(/* Location.hydrate */'Location.hydrate');
1890
1890
  };
1891
1891
  const getOrigin = () => {
1892
1892
  return location.origin;
@@ -1896,7 +1896,7 @@ const getHost = () => {
1896
1896
  };
1897
1897
 
1898
1898
  const set$e = title => {
1899
- return invoke$n('WindowTitle.set', title);
1899
+ return invoke$o('WindowTitle.set', title);
1900
1900
  };
1901
1901
 
1902
1902
  /**
@@ -2028,15 +2028,15 @@ const launchExtensionHostWorker = async () => {
2028
2028
  ipc = wrap$7(port);
2029
2029
  }
2030
2030
  handleIpc(ipc);
2031
- await invoke$o(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2031
+ await invoke$p(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2032
2032
  addListener('workspace.change', async () => {
2033
- await invoke$o(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2033
+ await invoke$p(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2034
2034
  });
2035
2035
  return ipc;
2036
2036
  };
2037
2037
 
2038
2038
  const {
2039
- invoke: invoke$k,
2039
+ invoke: invoke$l,
2040
2040
  invokeAndTransfer: invokeAndTransfer$5
2041
2041
  } = getOrCreateWorker(launchExtensionHostWorker);
2042
2042
 
@@ -2066,11 +2066,11 @@ const getColorThemeCssCached = async (colorThemeId, getData) => {
2066
2066
  };
2067
2067
 
2068
2068
  const getColorThemeJson = colorThemeId => {
2069
- return invoke$k('ColorTheme.getColorThemeJson', colorThemeId);
2069
+ return invoke$l('ColorTheme.getColorThemeJson', colorThemeId);
2070
2070
  };
2071
2071
 
2072
2072
  const getColorThemeCssFromJson = async (colorThemeId, colorThemeJson) => {
2073
- return invoke$k('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
2073
+ return invoke$l('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
2074
2074
  };
2075
2075
  const getColorThemeCssNew = async colorThemeId => {
2076
2076
  const colorThemeJson = await getColorThemeJson(colorThemeId);
@@ -2086,7 +2086,7 @@ const getMetaThemeColor = colorThemeJson => {
2086
2086
  };
2087
2087
 
2088
2088
  const setThemeColor = async themeColor => {
2089
- await invoke$n(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
2089
+ await invoke$o(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
2090
2090
  };
2091
2091
 
2092
2092
  // TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
@@ -2127,7 +2127,7 @@ const watch$1 = async id => {
2127
2127
  return;
2128
2128
  }
2129
2129
  state$A.watchedTheme = id;
2130
- await invoke$l('ExtensionHost.watchColorTheme', id);
2130
+ await invoke$m('ExtensionHost.watchColorTheme', id);
2131
2131
  };
2132
2132
  const getPreferredColorTheme = () => {
2133
2133
  const preferredColorTheme = get$e('workbench.colorTheme');
@@ -2180,13 +2180,13 @@ const get$d = () => {
2180
2180
 
2181
2181
  const getWindowId = async () => {
2182
2182
  const webContentsId = get$d();
2183
- const windowId = await invoke$l('GetWindowId.getWindowId', webContentsId);
2183
+ const windowId = await invoke$m('GetWindowId.getWindowId', webContentsId);
2184
2184
  return windowId;
2185
2185
  };
2186
2186
 
2187
2187
  const forward$2 = key => async (...args) => {
2188
2188
  const windowId = await getWindowId();
2189
- return invoke$l(key, windowId, ...args);
2189
+ return invoke$m(key, windowId, ...args);
2190
2190
  };
2191
2191
  const reload$3 = forward$2('ElectronWindow.reload');
2192
2192
  const minimize$2 = forward$2('ElectronWindow.minimize');
@@ -2205,7 +2205,7 @@ const reloadElectron = () => {
2205
2205
  };
2206
2206
 
2207
2207
  const reloadWeb = () => {
2208
- return invoke$n('Window.reload');
2208
+ return invoke$o('Window.reload');
2209
2209
  };
2210
2210
 
2211
2211
  const getFn$2 = () => {
@@ -2244,46 +2244,46 @@ const getUrlBaseName = href => {
2244
2244
  // TODO treeshake this function out when targeting electron
2245
2245
 
2246
2246
  const getExtensionsPath = () => {
2247
- return invoke$l(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
2247
+ return invoke$m(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
2248
2248
  };
2249
2249
  const getCachedExtensionsPath = () => {
2250
- return invoke$l(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
2250
+ return invoke$m(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
2251
2251
  };
2252
2252
  const getLogsDir = () => {
2253
- return invoke$l(/* Platform.getLogsDir */'Platform.getLogsDir');
2253
+ return invoke$m(/* Platform.getLogsDir */'Platform.getLogsDir');
2254
2254
  };
2255
2255
  const getDownloadDir = () => {
2256
- return invoke$l(/* Platform.getDownloadDir */'Platform.getDownloadDir');
2256
+ return invoke$m(/* Platform.getDownloadDir */'Platform.getDownloadDir');
2257
2257
  };
2258
2258
  const getUserSettingsPath = () => {
2259
2259
  if (platform === Web$1) {
2260
2260
  return 'settings';
2261
2261
  }
2262
- return invoke$l(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
2262
+ return invoke$m(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
2263
2263
  };
2264
2264
  const getUserKeyBindingsPath = () => {
2265
2265
  if (platform === Web$1) {
2266
2266
  return 'settings';
2267
2267
  }
2268
- return invoke$l(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
2268
+ return invoke$m(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
2269
2269
  };
2270
2270
  const getRecentlyOpenedPath = () => {
2271
2271
  if (platform === Web$1) {
2272
2272
  return 'recently-opened';
2273
2273
  }
2274
- return invoke$l(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
2274
+ return invoke$m(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
2275
2275
  };
2276
2276
  const getConfigPath = () => {
2277
- return invoke$l(/* Platform.getConfigDir */'Platform.getConfigDir');
2277
+ return invoke$m(/* Platform.getConfigDir */'Platform.getConfigDir');
2278
2278
  };
2279
2279
  const getCachePath = () => {
2280
- return invoke$l(/* Platform.getCacheDir */'Platform.getCacheDir');
2280
+ return invoke$m(/* Platform.getCacheDir */'Platform.getCacheDir');
2281
2281
  };
2282
2282
  const getCacheName = () => {
2283
2283
  return 'lvce-runtime';
2284
2284
  };
2285
2285
  const getTestPathRemote = () => {
2286
- return invoke$l(/* Platform.getTestPath */'Platform.getTestPath');
2286
+ return invoke$m(/* Platform.getTestPath */'Platform.getTestPath');
2287
2287
  };
2288
2288
  const getTestPathWeb = () => {
2289
2289
  return `${assetDir}/packages/extension-host-worker-tests`;
@@ -2300,7 +2300,7 @@ const getTestPath = () => {
2300
2300
  }
2301
2301
  };
2302
2302
  const getRepository = () => {
2303
- return invoke$l('Platform.getRepository');
2303
+ return invoke$m('Platform.getRepository');
2304
2304
  };
2305
2305
 
2306
2306
  // TODO determine with websocket request or some
@@ -2452,7 +2452,7 @@ const getAvailableKeyBindings = keyBindings => {
2452
2452
  const update = () => {
2453
2453
  const matchingKeyBindings = getMatchingKeyBindings(state$x.keyBindingSets);
2454
2454
  const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
2455
- invoke$n('KeyBindings.setIdentifiers', keyBindingIdentifiers);
2455
+ invoke$o('KeyBindings.setIdentifiers', keyBindingIdentifiers);
2456
2456
  state$x.matchingKeyBindings = matchingKeyBindings;
2457
2457
  state$x.keyBindingIdentifiers = keyBindingIdentifiers;
2458
2458
  };
@@ -2546,7 +2546,7 @@ const hydrate$6 = async () => {
2546
2546
  };
2547
2547
 
2548
2548
  const getIconThemeJson = async iconThemeId => {
2549
- return invoke$k('IconTheme.getJson', iconThemeId);
2549
+ return invoke$l('IconTheme.getJson', iconThemeId);
2550
2550
  };
2551
2551
 
2552
2552
  const dispatch = key => (...args) => {
@@ -2627,13 +2627,13 @@ const serializeObjects = objects => {
2627
2627
  };
2628
2628
 
2629
2629
  const clear$5 = async storageType => {
2630
- await invoke$n(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
2630
+ await invoke$o(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
2631
2631
  };
2632
2632
  const getAll$1 = storageType => {
2633
- return invoke$n('WebStorage.getAll', storageType);
2633
+ return invoke$o('WebStorage.getAll', storageType);
2634
2634
  };
2635
2635
  const getText$2 = async (storageType, key) => {
2636
- const item = await invoke$n(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
2636
+ const item = await invoke$o(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
2637
2637
  return item || '';
2638
2638
  };
2639
2639
  const getJson$6 = async (storageType, key) => {
@@ -2648,7 +2648,7 @@ const getJson$6 = async (storageType, key) => {
2648
2648
  }
2649
2649
  };
2650
2650
  const setText$1 = async (storageType, key, value) => {
2651
- await invoke$n(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
2651
+ await invoke$o(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
2652
2652
  };
2653
2653
  const setJson$5 = async (storageType, key, value) => {
2654
2654
  const stringifiedValue = stringifyCompact(value);
@@ -2656,7 +2656,7 @@ const setJson$5 = async (storageType, key, value) => {
2656
2656
  };
2657
2657
  const setJsonObjects$2 = async (storageType, objects) => {
2658
2658
  const serializedObjects = serializeObjects(objects);
2659
- await invoke$n('WebStorage.setJsonObjects', storageType, serializedObjects);
2659
+ await invoke$o('WebStorage.setJsonObjects', storageType, serializedObjects);
2660
2660
  };
2661
2661
 
2662
2662
  const LocalStorage = 1;
@@ -2831,7 +2831,7 @@ const ExtensionStateStorage = {
2831
2831
  };
2832
2832
 
2833
2833
  const saveState$k = async () => {
2834
- const state = await invoke$k('SaveState.saveState');
2834
+ const state = await invoke$l('SaveState.saveState');
2835
2835
  return state;
2836
2836
  };
2837
2837
  const getSavedState = async () => {
@@ -2886,7 +2886,7 @@ const hydrate$5 = async () => {
2886
2886
  console.info('[info] not saving state on visibility change - disabled by settings');
2887
2887
  return;
2888
2888
  }
2889
- await invoke$n('Window.onVisibilityChange');
2889
+ await invoke$o('Window.onVisibilityChange');
2890
2890
  };
2891
2891
  const getSavedViewletState = viewletId => {
2892
2892
  return getJson$4(viewletId);
@@ -2910,7 +2910,7 @@ const ViewletManagerVisitorCss = {
2910
2910
 
2911
2911
  const fileSearchWorkerUrl = `${assetDir}/packages/file-search-worker/dist/fileSearchWorkerMain.js`;
2912
2912
 
2913
- const getConfiguredWorkerUrl$h = () => {
2913
+ const getConfiguredWorkerUrl$i = () => {
2914
2914
  let configuredWorkerUrl = get$e('develop.fileSearchWorkerPath') || '';
2915
2915
  if (configuredWorkerUrl) {
2916
2916
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -2926,14 +2926,14 @@ const launchFileSearchWorker = async () => {
2926
2926
  const ipc = await create$13({
2927
2927
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
2928
2928
  name,
2929
- url: getConfiguredWorkerUrl$h()
2929
+ url: getConfiguredWorkerUrl$i()
2930
2930
  });
2931
2931
  handleIpc(ipc);
2932
2932
  return ipc;
2933
2933
  };
2934
2934
 
2935
2935
  const {
2936
- invoke: invoke$j} = getOrCreateWorker(launchFileSearchWorker);
2936
+ invoke: invoke$k} = getOrCreateWorker(launchFileSearchWorker);
2937
2937
 
2938
2938
  const state$u = {
2939
2939
  /**
@@ -2949,7 +2949,7 @@ const add$1 = async menuEntries => {
2949
2949
  // TODO store menu entries here or in file search worker?
2950
2950
  // Usually don't want to start worker for the menu entries
2951
2951
  // But also quickpick menu entries would be better stored there
2952
- await invoke$j('QuickPick.addMenuEntries', menuEntries);
2952
+ await invoke$k('QuickPick.addMenuEntries', menuEntries);
2953
2953
  };
2954
2954
 
2955
2955
  const loadModule$2 = async (id, module) => {
@@ -3003,7 +3003,7 @@ const None$d = '';
3003
3003
  const Noop = 'Noop';
3004
3004
  const Output = 'Output';
3005
3005
  const Panel$2 = 'Panel';
3006
- const Problems$3 = 'Problems';
3006
+ const Problems$2 = 'Problems';
3007
3007
  const QuickPick = 'QuickPick';
3008
3008
  const References = 'References';
3009
3009
  const RunAndDebug = 'Run And Debug';
@@ -3073,7 +3073,7 @@ const ViewletModuleId = {
3073
3073
  Noop,
3074
3074
  Output,
3075
3075
  Panel: Panel$2,
3076
- Problems: Problems$3,
3076
+ Problems: Problems$2,
3077
3077
  QuickPick,
3078
3078
  References,
3079
3079
  RunAndDebug,
@@ -3136,7 +3136,7 @@ const runFn = async (instance, id, key, fn, args) => {
3136
3136
  const commands = render$I(instance.factory, oldState, newState, newState.uid || id);
3137
3137
  updateDynamicFocusContext(commands);
3138
3138
  setRenderedState(id, newState);
3139
- await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3139
+ await invoke$o(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3140
3140
  } else {
3141
3141
  return fn(instance.state, ...args);
3142
3142
  }
@@ -3161,7 +3161,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
3161
3161
  if (commands.length === 0) {
3162
3162
  return;
3163
3163
  }
3164
- await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3164
+ await invoke$o(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3165
3165
  };
3166
3166
 
3167
3167
  // TODO maybe wrapViewletCommand should accept module instead of id string
@@ -3366,7 +3366,7 @@ const maybeRegisterEvents = module => {
3366
3366
  const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
3367
3367
  instance.state = newState;
3368
3368
  instance.renderedState = newState;
3369
- await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3369
+ await invoke$o(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3370
3370
  };
3371
3371
  addListener('workspace.change', handleUpdate);
3372
3372
  }
@@ -3393,7 +3393,7 @@ const maybeRegisterEvents = module => {
3393
3393
  const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
3394
3394
  instance.state = newState;
3395
3395
  instance.renderedState = newState;
3396
- await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3396
+ await invoke$o(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3397
3397
  };
3398
3398
  addListener(key, handleUpdate);
3399
3399
  }
@@ -3421,7 +3421,7 @@ const maybeRegisterMenuEntries = async module => {
3421
3421
  const actuallyLoadModule = async (getModule, id) => {
3422
3422
  const module = await getModule(id);
3423
3423
  if (!module.hasFunctionalEvents) {
3424
- await invoke$n(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
3424
+ await invoke$o(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
3425
3425
  }
3426
3426
  await loadModule$1(id, module);
3427
3427
  await maybeRegisterWrappedCommands(id, module);
@@ -3514,7 +3514,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3514
3514
  if (module.renderEventListeners) {
3515
3515
  // TODO reuse event listeners between components
3516
3516
  const eventListeners = await module.renderEventListeners();
3517
- await invoke$n('Viewlet.registerEventListeners', viewletUid, eventListeners);
3517
+ await invoke$o('Viewlet.registerEventListeners', viewletUid, eventListeners);
3518
3518
  }
3519
3519
  if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
3520
3520
  await module.show(newState);
@@ -3568,7 +3568,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3568
3568
  }
3569
3569
  state = ViewletState.ContentLoaded;
3570
3570
  if (viewlet.show === false) {} else {
3571
- await invoke$n(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3571
+ await invoke$o(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3572
3572
  }
3573
3573
  if (viewlet.disposed) {
3574
3574
  // TODO unload the module from renderer process
@@ -3620,7 +3620,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3620
3620
  return allCommands;
3621
3621
  }
3622
3622
  commands.push(...extraCommands);
3623
- await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3623
+ await invoke$o(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3624
3624
  } else {
3625
3625
  const allCommands = [...commands, ...extraCommands
3626
3626
  // ['Viewlet.show', viewlet.id],
@@ -3641,7 +3641,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3641
3641
  }
3642
3642
  state = ViewletState.ContentRendered;
3643
3643
  if (viewlet.parentUid && viewlet.show !== false) {
3644
- await invoke$n(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
3644
+ await invoke$o(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
3645
3645
  }
3646
3646
  state = ViewletState.Appended;
3647
3647
  if (viewlet.disposed) {
@@ -3663,10 +3663,10 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3663
3663
  }
3664
3664
  const commands = [];
3665
3665
  if (state < ViewletState.RendererProcessViewletLoaded) {
3666
- await invoke$n(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3666
+ await invoke$o(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3667
3667
  }
3668
3668
  const parentUid = viewlet.parentUid;
3669
- await invoke$n(kLoadModule, Error$3);
3669
+ await invoke$o(kLoadModule, Error$3);
3670
3670
  commands.push([kCreate, Error$3, viewletUid]);
3671
3671
  // @ts-ignore
3672
3672
  if (viewlet.setBounds !== false) {
@@ -3675,7 +3675,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3675
3675
  if (module && module.customErrorRenderer) {
3676
3676
  const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
3677
3677
  const dom = await errorModule.render(error);
3678
- await invoke$n(kLoadModule, module.customErrorRenderer);
3678
+ await invoke$o(kLoadModule, module.customErrorRenderer);
3679
3679
  commands.push([kCreate, module.customErrorRenderer, viewletUid]);
3680
3680
  commands.push(['Viewlet.setDom2', viewletUid, dom]);
3681
3681
  commands.push([kAppend, parentUid, viewletUid]);
@@ -3728,7 +3728,7 @@ const load$4 = async moduleId => {
3728
3728
  };
3729
3729
 
3730
3730
  const disposeBrowserViewQuickPick = () => {
3731
- return invoke$l('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
3731
+ return invoke$m('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
3732
3732
  };
3733
3733
 
3734
3734
  const handleKeyBinding$1 = async identifier => {
@@ -3778,7 +3778,7 @@ const focus$7 = async id => {
3778
3778
  commands.push(...render$I(instance.factory, oldState, newState));
3779
3779
  }
3780
3780
  setFocusedInstance(instance);
3781
- await invoke$n('Viewlet.sendMultiple', commands);
3781
+ await invoke$o('Viewlet.sendMultiple', commands);
3782
3782
  };
3783
3783
 
3784
3784
  /**
@@ -3821,7 +3821,7 @@ const dispose$u = async id => {
3821
3821
  throw new Error(`${id} is missing a factory function`);
3822
3822
  }
3823
3823
  instance.factory.dispose(instance.state);
3824
- await invoke$n(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
3824
+ await invoke$o(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
3825
3825
  if (instance.factory.getKeyBindings) {
3826
3826
  removeKeyBindings(instanceUid);
3827
3827
  }
@@ -4000,7 +4000,7 @@ const setStateFunctional = (id, newState) => {
4000
4000
  const setState = async (id, newState) => {
4001
4001
  const commands = setStateFunctional(id, newState);
4002
4002
  if (commands.length > 0) {
4003
- await invoke$n(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4003
+ await invoke$o(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4004
4004
  }
4005
4005
  };
4006
4006
  const getAllStates = () => {
@@ -4043,7 +4043,7 @@ const openWidget = async (moduleId, ...args) => {
4043
4043
  // TODO send focus changes to renderer process together with other message
4044
4044
  updateDynamicFocusContext(commands);
4045
4045
  commands.push(['Viewlet.focus', childUid]);
4046
- await invoke$n('Viewlet.executeCommands', commands);
4046
+ await invoke$o('Viewlet.executeCommands', commands);
4047
4047
  };
4048
4048
  const closeWidget = async id => {
4049
4049
  try {
@@ -4055,7 +4055,7 @@ const closeWidget = async id => {
4055
4055
  const child = childInstance.state;
4056
4056
  const childUid = child.uid;
4057
4057
  const commands = disposeFunctional(childUid);
4058
- await invoke$n(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
4058
+ await invoke$o(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
4059
4059
  // TODO restore focus
4060
4060
  } catch (error) {
4061
4061
  throw new VError(error, `Failed to close widget ${id}`);
@@ -4113,7 +4113,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
4113
4113
  if (commands.length === 0) {
4114
4114
  return;
4115
4115
  }
4116
- await invoke$n(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4116
+ await invoke$o(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4117
4117
  };
4118
4118
 
4119
4119
  // @ts-ignore
@@ -4153,7 +4153,7 @@ const disposeWidgetWithValue = async (id, value) => {
4153
4153
  instance.status = 'disposed';
4154
4154
  remove$8(id);
4155
4155
  remove$8(uid);
4156
- await invoke$n('Viewlet.sendMultiple', commands);
4156
+ await invoke$o('Viewlet.sendMultiple', commands);
4157
4157
  // return commands
4158
4158
  const parentInstance = getInstance(KeyBindings);
4159
4159
  if (!parentInstance) {
@@ -4360,7 +4360,7 @@ const getLanguageConfigurationFromWebExtension = async languageId => {
4360
4360
  return json;
4361
4361
  };
4362
4362
  const getLanguageConfiguration$3 = async languageId => {
4363
- const languageConfiguration = await invoke$l(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
4363
+ const languageConfiguration = await invoke$m(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
4364
4364
  if (languageConfiguration) {
4365
4365
  return languageConfiguration;
4366
4366
  }
@@ -4373,7 +4373,7 @@ const getLanguageConfiguration$2 = async languageId => {
4373
4373
 
4374
4374
  const getLanguages = async () => {
4375
4375
  try {
4376
- return invoke$k('Languages.getLanguages');
4376
+ return invoke$l('Languages.getLanguages');
4377
4377
  } catch (error) {
4378
4378
  throw new VError(error, 'Failed to load languages');
4379
4379
  }
@@ -4735,7 +4735,7 @@ const getFolderIconExpanded = folder => {
4735
4735
  }
4736
4736
  return getAbsoluteIconPath(iconTheme, FolderOpen);
4737
4737
  };
4738
- const getIcon$1 = dirent => {
4738
+ const getIcon = dirent => {
4739
4739
  switch (dirent.type) {
4740
4740
  case File$3:
4741
4741
  case SymLinkFile:
@@ -4789,7 +4789,7 @@ const hydrate$3 = async () => {
4789
4789
  };
4790
4790
 
4791
4791
  const getInitData = async () => {
4792
- const rendererProcessInitData = await invoke$n('InitData.getInitData');
4792
+ const rendererProcessInitData = await invoke$o('InitData.getInitData');
4793
4793
  // TODO get the following items
4794
4794
  // - location.href
4795
4795
  // - workspace
@@ -5181,7 +5181,7 @@ const addToRecentlyOpenedWeb = async path => {
5181
5181
  await setRecentlyOpened(newRecentlyOpened);
5182
5182
  };
5183
5183
  const addToRecentlyOpenedRemote = async path => {
5184
- await invoke$l(RecentlyOpenedAddPath, path);
5184
+ await invoke$m(RecentlyOpenedAddPath, path);
5185
5185
  };
5186
5186
  const addToRecentlyOpened = async path => {
5187
5187
  switch (platform) {
@@ -5219,16 +5219,16 @@ const hydrate$2 = async () => {
5219
5219
  // TODO high memory usage in idb because of transactionDoneMap
5220
5220
 
5221
5221
  const saveValue$1 = async (storeId, value) => {
5222
- await invoke$k('IndexedDb.saveValue', storeId, value);
5222
+ await invoke$l('IndexedDb.saveValue', storeId, value);
5223
5223
  };
5224
5224
  const getValuesByIndexName$1 = async (storeId, indexName, only) => {
5225
- return invoke$k('IndexedDb.getValuesByIndexName', storeId, indexName, only);
5225
+ return invoke$l('IndexedDb.getValuesByIndexName', storeId, indexName, only);
5226
5226
  };
5227
5227
  const addHandle$1 = async (uri, handle) => {
5228
- return invoke$k('IndexedDb.addHandle', uri, handle);
5228
+ return invoke$l('IndexedDb.addHandle', uri, handle);
5229
5229
  };
5230
5230
  const getHandle$1 = async uri => {
5231
- return invoke$k('IndexedDb.getHandle', uri);
5231
+ return invoke$l('IndexedDb.getHandle', uri);
5232
5232
  };
5233
5233
 
5234
5234
  const saveValue = async (sessionId, value) => {
@@ -5499,7 +5499,7 @@ const map = {
5499
5499
  [Noop]: () => Promise.resolve().then(function () { return ViewletNoop_ipc; }),
5500
5500
  [Output]: () => Promise.resolve().then(function () { return ViewletOutput_ipc; }),
5501
5501
  [Panel$2]: () => Promise.resolve().then(function () { return ViewletPanel_ipc; }),
5502
- [Problems$3]: () => Promise.resolve().then(function () { return ViewletProblems_ipc; }),
5502
+ [Problems$2]: () => Promise.resolve().then(function () { return ViewletProblems_ipc; }),
5503
5503
  [QuickPick]: () => Promise.resolve().then(function () { return ViewletQuickPick_ipc; }),
5504
5504
  [References]: () => Promise.resolve().then(function () { return ViewletReferences_ipc; }),
5505
5505
  [RunAndDebug]: () => Promise.resolve().then(function () { return ViewletRunAndDebug_ipc; }),
@@ -5603,7 +5603,7 @@ const watchFilesForHotReload = async platform => {
5603
5603
  if (config.length === 0) {
5604
5604
  return;
5605
5605
  }
5606
- await invoke$l('ExtensionHost.watchForHotReload', config);
5606
+ await invoke$m('ExtensionHost.watchForHotReload', config);
5607
5607
  } catch (error) {
5608
5608
  console.warn(`Failed to watch ${error}`);
5609
5609
  }
@@ -5721,7 +5721,7 @@ const startup = async () => {
5721
5721
  const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
5722
5722
  commands.push(...placeholderCommands);
5723
5723
  commands.push(['Viewlet.appendToBody', layout.uid]);
5724
- await invoke$n('Viewlet.executeCommands', commands);
5724
+ await invoke$o('Viewlet.executeCommands', commands);
5725
5725
  // await Layout.hydrate(initData)
5726
5726
  mark(DidShowLayout);
5727
5727
  mark(WillLoadLanguages);
@@ -5940,7 +5940,7 @@ const IpcParentWithMessagePort = {
5940
5940
  wrap: wrap$5
5941
5941
  };
5942
5942
 
5943
- const Message$1 = 'message';
5943
+ const Message = 'message';
5944
5944
  const Error$2 = 'error';
5945
5945
 
5946
5946
  const getFirstWorkerEvent = async worker => {
@@ -5955,7 +5955,7 @@ const getFirstWorkerEvent = async worker => {
5955
5955
  };
5956
5956
  const handleFirstMessage = event => {
5957
5957
  cleanup({
5958
- type: Message$1,
5958
+ type: Message,
5959
5959
  event
5960
5960
  });
5961
5961
  };
@@ -6025,7 +6025,7 @@ const create$Y = async ({
6025
6025
  event
6026
6026
  } = await getFirstWorkerEvent(worker);
6027
6027
  switch (type) {
6028
- case Message$1:
6028
+ case Message:
6029
6029
  if (event.data !== 'ready') {
6030
6030
  throw new IpcError('unexpected first message from worker');
6031
6031
  }
@@ -6384,10 +6384,10 @@ const GetColorThemeCssCachedLocalStorage = {
6384
6384
  // TODO high memory usage in idb because of transactionDoneMap
6385
6385
 
6386
6386
  const set$8 = async (key, value) => {
6387
- await invoke$k('IndexedDb.set', key, value);
6387
+ await invoke$l('IndexedDb.set', key, value);
6388
6388
  };
6389
6389
  const get$7 = async key => {
6390
- return invoke$k('IndexedDb.get', key);
6390
+ return invoke$l('IndexedDb.get', key);
6391
6391
  };
6392
6392
 
6393
6393
  const getCacheKey = colorThemeId => {
@@ -6459,7 +6459,7 @@ const get$4 = () => {
6459
6459
  };
6460
6460
 
6461
6461
  const addWebExtension = async path => {
6462
- const manifest = await invoke$k('Extensions.addWebExtension', path);
6462
+ const manifest = await invoke$l('Extensions.addWebExtension', path);
6463
6463
  // TODO avoid side effect here
6464
6464
  if (manifest.languages) {
6465
6465
  for (const language of manifest.languages) {
@@ -6573,7 +6573,7 @@ const handleRejectedExtensions = async extensions => {
6573
6573
  }
6574
6574
  };
6575
6575
  const getExtensions$1 = async () => {
6576
- return invoke$k('Extensions.getExtensions');
6576
+ return invoke$l('Extensions.getExtensions');
6577
6577
  };
6578
6578
  const addNodeExtension = async path => {
6579
6579
  // TODO add support for dynamically loading node extensions
@@ -6615,13 +6615,13 @@ const state$l = {
6615
6615
  const actuallyActivateExtension = async extension => {
6616
6616
  if (!(extension.id in state$l.activatedExtensions)) {
6617
6617
  const absolutePath = getExtensionAbsolutePath(extension.id, extension.isWeb, extension.builtin, extension.path, extension.browser, origin, platform);
6618
- state$l.activatedExtensions[extension.id] = invoke$k(ExtensionActivate, extension, absolutePath);
6618
+ state$l.activatedExtensions[extension.id] = invoke$l(ExtensionActivate, extension, absolutePath);
6619
6619
  }
6620
6620
  return state$l.activatedExtensions[extension.id];
6621
6621
  };
6622
6622
  const actuallyActivateByEvent = async event => {
6623
6623
  // TODO should not query extensions multiple times
6624
- const extensions = await invoke$k('Extensions.getExtensions');
6624
+ const extensions = await invoke$l('Extensions.getExtensions');
6625
6625
  const {
6626
6626
  resolved,
6627
6627
  rejected
@@ -6667,7 +6667,7 @@ const executeProviders = async ({
6667
6667
  combineResults
6668
6668
  }) => {
6669
6669
  await activateByEvent(event);
6670
- const result = await invoke$k(method, ...params);
6670
+ const result = await invoke$l(method, ...params);
6671
6671
  return result;
6672
6672
  };
6673
6673
  const executeProvider = async ({
@@ -6677,14 +6677,14 @@ const executeProvider = async ({
6677
6677
  noProviderFoundMessage
6678
6678
  }) => {
6679
6679
  await activateByEvent(event);
6680
- const result = invoke$k(method, ...params);
6680
+ const result = invoke$l(method, ...params);
6681
6681
  return result;
6682
6682
  };
6683
6683
  const execute$3 = async ({
6684
6684
  method,
6685
6685
  params
6686
6686
  }) => {
6687
- await invoke$k(method, ...params);
6687
+ await invoke$l(method, ...params);
6688
6688
  };
6689
6689
 
6690
6690
  const readFile$e = uri => {
@@ -6904,40 +6904,40 @@ const FileSystemData = {
6904
6904
 
6905
6905
  const name$2p = 'Memory';
6906
6906
  const readFile$b = uri => {
6907
- return invoke$k('FileSystemMemory.readFile', uri);
6907
+ return invoke$l('FileSystemMemory.readFile', uri);
6908
6908
  };
6909
6909
  const writeFile$b = (uri, content) => {
6910
- return invoke$k('FileSystemMemory.writeFile', uri, content);
6910
+ return invoke$l('FileSystemMemory.writeFile', uri, content);
6911
6911
  };
6912
6912
  const mkdir$4 = uri => {
6913
- return invoke$k('FileSystemMemory.mkdir', uri);
6913
+ return invoke$l('FileSystemMemory.mkdir', uri);
6914
6914
  };
6915
6915
  const getPathSeparator$5 = () => {
6916
6916
  return Slash;
6917
6917
  };
6918
6918
  const remove$4 = uri => {
6919
- return invoke$k('FileSystemMemory.remove', uri);
6919
+ return invoke$l('FileSystemMemory.remove', uri);
6920
6920
  };
6921
6921
  const readDirWithFileTypes$5 = uri => {
6922
- return invoke$k('FileSystemMemory.readDirWithFileTypes', uri);
6922
+ return invoke$l('FileSystemMemory.readDirWithFileTypes', uri);
6923
6923
  };
6924
6924
  const getBlobUrl$2 = uri => {
6925
- return invoke$k('FileSystemMemory.getBlobUrl', uri);
6925
+ return invoke$l('FileSystemMemory.getBlobUrl', uri);
6926
6926
  };
6927
6927
  const getBlob$5 = async uri => {
6928
- return invoke$k('FileSystemMemory.getBlob', uri);
6928
+ return invoke$l('FileSystemMemory.getBlob', uri);
6929
6929
  };
6930
6930
  const chmod$3 = (path, permissions) => {
6931
- return invoke$k('FileSystemMemory.chmod', path, permissions);
6931
+ return invoke$l('FileSystemMemory.chmod', path, permissions);
6932
6932
  };
6933
6933
  const rename$3 = (oldPath, newPath) => {
6934
- return invoke$k('FileSystemMemory.rename', oldPath, newPath);
6934
+ return invoke$l('FileSystemMemory.rename', oldPath, newPath);
6935
6935
  };
6936
6936
  const copy$5 = (oldPath, newPath) => {
6937
- return invoke$k('FileSystemMemory.copy', oldPath, newPath);
6937
+ return invoke$l('FileSystemMemory.copy', oldPath, newPath);
6938
6938
  };
6939
6939
  const getFiles$1 = () => {
6940
- return invoke$k('FileSystemMemory.getFiles');
6940
+ return invoke$l('FileSystemMemory.getFiles');
6941
6941
  };
6942
6942
 
6943
6943
  const FileSystemMemory = {
@@ -7253,7 +7253,7 @@ const FileSystemWeb = {
7253
7253
 
7254
7254
  const fileSystemWorkerUrl = `${assetDir}/packages/file-system-worker/dist/fileSystemWorkerMain.js`;
7255
7255
 
7256
- const getConfiguredWorkerUrl$g = () => {
7256
+ const getConfiguredWorkerUrl$h = () => {
7257
7257
  let configuredWorkerUrl = get$e('develop.fileSystemWorkerPath') || '';
7258
7258
  if (configuredWorkerUrl) {
7259
7259
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -7269,15 +7269,15 @@ const launchFileSystemWorker = async () => {
7269
7269
  const ipc = await create$13({
7270
7270
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
7271
7271
  name,
7272
- url: getConfiguredWorkerUrl$g()
7272
+ url: getConfiguredWorkerUrl$h()
7273
7273
  });
7274
7274
  handleIpc(ipc);
7275
- await invoke$o(ipc, 'Initialize.initialize', platform);
7275
+ await invoke$p(ipc, 'Initialize.initialize', platform);
7276
7276
  return ipc;
7277
7277
  };
7278
7278
 
7279
7279
  const {
7280
- invoke: invoke$i,
7280
+ invoke: invoke$j,
7281
7281
  invokeAndTransfer: invokeAndTransfer$4} = getOrCreateWorker(launchFileSystemWorker);
7282
7282
 
7283
7283
  // TODO move all of this to an extension
@@ -7289,30 +7289,30 @@ const state$j = {
7289
7289
  };
7290
7290
  const readFile$9 = async uri => {
7291
7291
  if (uri.startsWith('http://') || uri.startsWith('https://')) {
7292
- return invoke$i('FileSystemFetch.readFile', uri);
7292
+ return invoke$j('FileSystemFetch.readFile', uri);
7293
7293
  }
7294
- return invoke$k('FileSystemFetch.readFile', uri);
7294
+ return invoke$l('FileSystemFetch.readFile', uri);
7295
7295
  };
7296
7296
  const writeFile$9 = (uri, content) => {
7297
- return invoke$k('FileSystemFetch.writeFile', uri);
7297
+ return invoke$l('FileSystemFetch.writeFile', uri);
7298
7298
  };
7299
7299
  const mkdir$2 = uri => {
7300
- return invoke$k('FileSystemFetch.mkdir', uri);
7300
+ return invoke$l('FileSystemFetch.mkdir', uri);
7301
7301
  };
7302
7302
  const getPathSeparator$3 = () => {
7303
7303
  return Slash;
7304
7304
  };
7305
7305
  const remove$2 = uri => {
7306
- return invoke$k('FileSystemFetch.remove', uri);
7306
+ return invoke$l('FileSystemFetch.remove', uri);
7307
7307
  };
7308
7308
  const readDirWithFileTypes$3 = async uri => {
7309
- return invoke$k('FileSystemFetch.readDirWithFileTypes', uri);
7309
+ return invoke$l('FileSystemFetch.readDirWithFileTypes', uri);
7310
7310
  };
7311
7311
  const chmod$2 = (path, permissions) => {
7312
- return invoke$k('FileSystemFetch.chmod', path, permissions);
7312
+ return invoke$l('FileSystemFetch.chmod', path, permissions);
7313
7313
  };
7314
7314
  const getBlob$4 = async (uri, type) => {
7315
- return invoke$k('FileSystemFetch.getBlob', uri, type);
7315
+ return invoke$l('FileSystemFetch.getBlob', uri, type);
7316
7316
  };
7317
7317
 
7318
7318
  const FileSystemFetch = {
@@ -7345,37 +7345,37 @@ const toUri = item => {
7345
7345
  const copy$4 = (source, target) => {
7346
7346
  source = toUri(source);
7347
7347
  target = toUri(target);
7348
- return invoke$i('FileSystem.copy', /* source */source, /* target */target);
7348
+ return invoke$j('FileSystem.copy', /* source */source, /* target */target);
7349
7349
  };
7350
7350
  const readFile$8 = (path, encoding) => {
7351
7351
  path = toUri(path);
7352
- return invoke$i('FileSystem.readFile', /* path */path, /* encoding */encoding);
7352
+ return invoke$j('FileSystem.readFile', /* path */path, /* encoding */encoding);
7353
7353
  };
7354
7354
  const readJson$2 = path => {
7355
7355
  path = toUri(path);
7356
- return invoke$i('FileSystem.readJson', /* path */path);
7356
+ return invoke$j('FileSystem.readJson', /* path */path);
7357
7357
  };
7358
7358
  const remove$1 = path => {
7359
7359
  path = toUri(path);
7360
- return invoke$i('FileSystem.remove', /* path */path);
7360
+ return invoke$j('FileSystem.remove', /* path */path);
7361
7361
  };
7362
7362
  const rename$1 = (oldUri, newUri) => {
7363
7363
  oldUri = toUri(oldUri);
7364
7364
  newUri = toUri(newUri);
7365
- return invoke$i('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
7365
+ return invoke$j('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
7366
7366
  };
7367
7367
  const mkdir$1 = path => {
7368
7368
  path = toUri(path);
7369
- return invoke$i('FileSystem.mkdir', /* path */path);
7369
+ return invoke$j('FileSystem.mkdir', /* path */path);
7370
7370
  };
7371
7371
  const writeFile$8 = async (path, content, encoding) => {
7372
7372
  path = toUri(path);
7373
- await invoke$i(/* FileSystem.writeFile */'FileSystem.writeFile', /* path */path, /* content */content, /* encoding */encoding);
7373
+ await invoke$j(/* FileSystem.writeFile */'FileSystem.writeFile', /* path */path, /* content */content, /* encoding */encoding);
7374
7374
  };
7375
7375
  const ensureFile = async () => {};
7376
7376
  const readDirWithFileTypes$2 = path => {
7377
7377
  path = toUri(path);
7378
- return invoke$i('FileSystem.readDirWithFileTypes', /* path */path);
7378
+ return invoke$j('FileSystem.readDirWithFileTypes', /* path */path);
7379
7379
  };
7380
7380
  const getBlobUrl$1 = path => {
7381
7381
  if (!path.startsWith('/')) {
@@ -7384,7 +7384,7 @@ const getBlobUrl$1 = path => {
7384
7384
  return getRemoteSrc(path);
7385
7385
  };
7386
7386
  const getBlob$3 = async (path, type) => {
7387
- const content = await invoke$i('FileSystem.readFileAsBuffer', path);
7387
+ const content = await invoke$j('FileSystem.readFileAsBuffer', path);
7388
7388
  const array = new Uint8Array(content.data);
7389
7389
  const blob = new Blob([array], {
7390
7390
  type
@@ -7395,22 +7395,22 @@ const getPathSeparator$2 = () => {
7395
7395
  if (platform === Web$1) {
7396
7396
  return Slash;
7397
7397
  }
7398
- return invoke$i('FileSystem.getPathSeparator');
7398
+ return invoke$j('FileSystem.getPathSeparator');
7399
7399
  };
7400
7400
  const getRealPath = path => {
7401
- return invoke$i('FileSystem.getRealPath', /* path */path);
7401
+ return invoke$j('FileSystem.getRealPath', /* path */path);
7402
7402
  };
7403
7403
  const stat = path => {
7404
7404
  path = toUri(path);
7405
- return invoke$i('FileSystem.stat', /* path */path);
7405
+ return invoke$j('FileSystem.stat', /* path */path);
7406
7406
  };
7407
7407
  const getFolderSize = path => {
7408
7408
  path = toUri(path);
7409
- return invoke$i('FileSystem.getFolderSize', /* path */path);
7409
+ return invoke$j('FileSystem.getFolderSize', /* path */path);
7410
7410
  };
7411
7411
  const chmod$1 = (path, permissions) => {
7412
7412
  path = toUri(path);
7413
- return invoke$i('FileSystem.chmod', /* path */path, /* permissions */permissions);
7413
+ return invoke$j('FileSystem.chmod', /* path */path, /* permissions */permissions);
7414
7414
  };
7415
7415
  const canBeRestored$2 = true;
7416
7416
 
@@ -7561,7 +7561,7 @@ const requestPermission = async (handle, options) => {
7561
7561
  // query permission, but from renderer process
7562
7562
  // because handle.requestPermission is not implemented
7563
7563
  // in a worker, see https://github.com/WICG/file-system-access/issues/289
7564
- const permissionTypeNow = await invoke$n('FileSystemHandle.requestPermission', handle, options);
7564
+ const permissionTypeNow = await invoke$o('FileSystemHandle.requestPermission', handle, options);
7565
7565
  return permissionTypeNow;
7566
7566
  };
7567
7567
  const queryPermission = async (handle, options) => {
@@ -7787,7 +7787,7 @@ const FileSystemHtml = {
7787
7787
 
7788
7788
  const debugWorkerUrl = `${assetDir}/packages/debug-worker/dist/debugWorkerMain.js`;
7789
7789
 
7790
- const getConfiguredWorkerUrl$f = () => {
7790
+ const getConfiguredWorkerUrl$g = () => {
7791
7791
  let configuredWorkerUrl = get$e('develop.debugWorkerPath') || '';
7792
7792
  if (configuredWorkerUrl) {
7793
7793
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -7803,21 +7803,21 @@ const launchDebugWorker = async () => {
7803
7803
  const ipc = await create$13({
7804
7804
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
7805
7805
  name,
7806
- url: getConfiguredWorkerUrl$f()
7806
+ url: getConfiguredWorkerUrl$g()
7807
7807
  });
7808
7808
  handleIpc(ipc);
7809
- await invoke$o(ipc, 'Initialize.initialize');
7809
+ await invoke$p(ipc, 'Initialize.initialize');
7810
7810
  return ipc;
7811
7811
  };
7812
7812
 
7813
7813
  const {
7814
- invoke: invoke$h,
7814
+ invoke: invoke$i,
7815
7815
  restart: restart$8
7816
7816
  } = getOrCreateWorker(launchDebugWorker);
7817
7817
 
7818
7818
  const name$2l = 'Debug';
7819
7819
  const readFile$6 = uri => {
7820
- return invoke$h('RunAndDebug.readFile', uri);
7820
+ return invoke$i('RunAndDebug.readFile', uri);
7821
7821
  };
7822
7822
  const writeFile$6 = (uri, content) => {
7823
7823
  throw new Error('not implemented');
@@ -8202,7 +8202,7 @@ const TryToGetActualImportErrorMessage = {
8202
8202
 
8203
8203
  const aboutViewWorkerUrl = `${assetDir}/packages/about-view-worker/dist/aboutWorkerMain.js`;
8204
8204
 
8205
- const getConfiguredWorkerUrl$e = () => {
8205
+ const getConfiguredWorkerUrl$f = () => {
8206
8206
  let configuredWorkerUrl = get$e('develop.aboutViewWorkerPath') || '';
8207
8207
  if (configuredWorkerUrl) {
8208
8208
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -8218,18 +8218,18 @@ const launchAboutViewWorker = async () => {
8218
8218
  const ipc = await create$13({
8219
8219
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
8220
8220
  name,
8221
- url: getConfiguredWorkerUrl$e()
8221
+ url: getConfiguredWorkerUrl$f()
8222
8222
  });
8223
8223
  handleIpc(ipc);
8224
8224
  return ipc;
8225
8225
  };
8226
8226
 
8227
8227
  const {
8228
- invoke: invoke$g
8228
+ invoke: invoke$h
8229
8229
  } = getOrCreateWorker(launchAboutViewWorker);
8230
8230
 
8231
8231
  const showAboutElectron = async () => {
8232
- return invoke$g('About.showAboutElectron');
8232
+ return invoke$h('About.showAboutElectron');
8233
8233
  };
8234
8234
 
8235
8235
  const showAboutDefault = async () => {
@@ -8339,7 +8339,7 @@ const Ajax_ipc = {
8339
8339
 
8340
8340
  const playBell = async () => {
8341
8341
  const src = '/sounds/bell.oga';
8342
- await invoke$n(/* Audio.play */3211, /* src */src);
8342
+ await invoke$o(/* Audio.play */3211, /* src */src);
8343
8343
  };
8344
8344
 
8345
8345
  const name$2i = 'Audio';
@@ -8406,11 +8406,11 @@ const promptRestart = () => {
8406
8406
  };
8407
8407
 
8408
8408
  const getAutoUpdateType = () => {
8409
- return invoke$l('AutoUpdater.getAutoUpdateType');
8409
+ return invoke$m('AutoUpdater.getAutoUpdateType');
8410
8410
  };
8411
8411
 
8412
8412
  const getLatestVersion = () => {
8413
- return invoke$l('AutoUpdater.getLatestVersion');
8413
+ return invoke$m('AutoUpdater.getLatestVersion');
8414
8414
  };
8415
8415
 
8416
8416
  const checkForUpdates$1 = async () => {
@@ -8514,14 +8514,14 @@ const GetEditorSourceActions_ipc = {
8514
8514
  };
8515
8515
 
8516
8516
  const getFileHandles = ids => {
8517
- return invoke$n('FileHandles.get', ids);
8517
+ return invoke$o('FileHandles.get', ids);
8518
8518
  };
8519
8519
  const addFileHandle = fileHandle => {
8520
- return invoke$n('FileSystemHandle.addFileHandle', fileHandle);
8520
+ return invoke$o('FileSystemHandle.addFileHandle', fileHandle);
8521
8521
  };
8522
8522
 
8523
8523
  const getFilePathElectron = async file => {
8524
- return invoke$n('GetFilePathElectron.getFilePathElectron', file);
8524
+ return invoke$o('GetFilePathElectron.getFilePathElectron', file);
8525
8525
  };
8526
8526
 
8527
8527
  const name$2e = 'FileSystemHandle';
@@ -8715,10 +8715,10 @@ const applyLegacyBulkReplacement = async (files, ranges, replacement) => {
8715
8715
  array(ranges);
8716
8716
  string(replacement);
8717
8717
  if (isSpecialScheme(files)) {
8718
- await invoke$k('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8718
+ await invoke$l('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8719
8719
  return;
8720
8720
  }
8721
- await invoke$l('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8721
+ await invoke$m('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8722
8722
  };
8723
8723
 
8724
8724
  const applyFileReplacement = async edit => {
@@ -8954,7 +8954,7 @@ const Chrome_ipc = {
8954
8954
 
8955
8955
  const clipBoardWorkerUrl = `${assetDir}/packages/clipboard-worker/dist/clipBoardWorkerMain.js`;
8956
8956
 
8957
- const getConfiguredWorkerUrl$d = () => {
8957
+ const getConfiguredWorkerUrl$e = () => {
8958
8958
  let configuredWorkerUrl = get$e('develop.clipBoardWorkerPath') || '';
8959
8959
  if (configuredWorkerUrl) {
8960
8960
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -8970,47 +8970,47 @@ const launchClipBoardWorker = async () => {
8970
8970
  const ipc = await create$13({
8971
8971
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
8972
8972
  name,
8973
- url: getConfiguredWorkerUrl$d()
8973
+ url: getConfiguredWorkerUrl$e()
8974
8974
  });
8975
8975
  handleIpc(ipc);
8976
- await invoke$o(ipc, 'ClipBoard.initialize', platform);
8976
+ await invoke$p(ipc, 'ClipBoard.initialize', platform);
8977
8977
  return ipc;
8978
8978
  };
8979
8979
 
8980
8980
  const {
8981
- invoke: invoke$f} = getOrCreateWorker(launchClipBoardWorker);
8981
+ invoke: invoke$g} = getOrCreateWorker(launchClipBoardWorker);
8982
8982
 
8983
8983
  const readText = async () => {
8984
- return await invoke$f('ClipBoard.readText');
8984
+ return await invoke$g('ClipBoard.readText');
8985
8985
  };
8986
8986
  const writeText$1 = async text => {
8987
- return await invoke$f('ClipBoard.writeText', text);
8987
+ return await invoke$g('ClipBoard.writeText', text);
8988
8988
  };
8989
8989
  const enableMemoryClipBoard = async () => {
8990
- return await invoke$f('ClipBoard.enableMemoryClipBoard');
8990
+ return await invoke$g('ClipBoard.enableMemoryClipBoard');
8991
8991
  };
8992
8992
  const disableMemoryClipBoard = async () => {
8993
- return await invoke$f('ClipBoard.disableMemoryClipBoard');
8993
+ return await invoke$g('ClipBoard.disableMemoryClipBoard');
8994
8994
  };
8995
8995
  const hotReload$a = async () => {
8996
- return await invoke$f('ClipBoard.hotReload');
8996
+ return await invoke$g('ClipBoard.hotReload');
8997
8997
  };
8998
8998
  const writeNativeFiles = async (type, files) => {
8999
- return await invoke$f('ClipBoard.writeNativeFiles', type, files);
8999
+ return await invoke$g('ClipBoard.writeNativeFiles', type, files);
9000
9000
  };
9001
9001
  const readNativeFiles = async () => {
9002
- return await invoke$f('ClipBoard.readNativeFiles');
9002
+ return await invoke$g('ClipBoard.readNativeFiles');
9003
9003
  };
9004
9004
  const writeImage = async blob => {
9005
9005
  try {
9006
- return await invoke$n('ClipBoard.writeImage', blob);
9006
+ return await invoke$o('ClipBoard.writeImage', blob);
9007
9007
  } catch (error) {
9008
9008
  throw new VError(error, 'Failed to write image to clipboard');
9009
9009
  }
9010
9010
  };
9011
9011
  const execCopy = async () => {
9012
9012
  try {
9013
- return await invoke$n('ClipBoard.execCopy');
9013
+ return await invoke$o('ClipBoard.execCopy');
9014
9014
  } catch (error) {
9015
9015
  throw new VError(error, 'Failed to copy selected text');
9016
9016
  }
@@ -9036,7 +9036,7 @@ const ClipBoard_ipc = {
9036
9036
  };
9037
9037
 
9038
9038
  const getColorThemeNames = async () => {
9039
- return invoke$k('ColorTheme.getColorThemeNames');
9039
+ return invoke$l('ColorTheme.getColorThemeNames');
9040
9040
  };
9041
9041
 
9042
9042
  const name$27 = 'ColorTheme';
@@ -9059,7 +9059,7 @@ const getProductNameLong = () => {
9059
9059
  };
9060
9060
 
9061
9061
  const showOpenDialog = (title, properties) => {
9062
- return invoke$l('ElectronDialog.showOpenDialog', title, properties);
9062
+ return invoke$m('ElectronDialog.showOpenDialog', title, properties);
9063
9063
  };
9064
9064
  const showMessageBox = async options => {
9065
9065
  // TODO maybe request window id here instead of at caller
@@ -9071,7 +9071,7 @@ const showMessageBox = async options => {
9071
9071
  productName,
9072
9072
  windowId
9073
9073
  };
9074
- return invoke$l('ElectronDialog.showMessageBox', finalOptions);
9074
+ return invoke$m('ElectronDialog.showMessageBox', finalOptions);
9075
9075
  };
9076
9076
 
9077
9077
  const Question = 'question';
@@ -9088,7 +9088,7 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
9088
9088
  };
9089
9089
 
9090
9090
  const prompt$2 = async (message, confirmMessage, title) => {
9091
- const result = await invoke$n('ConfirmPrompt.prompt', message);
9091
+ const result = await invoke$o('ConfirmPrompt.prompt', message);
9092
9092
  return result;
9093
9093
  };
9094
9094
 
@@ -9132,21 +9132,21 @@ const ConfirmPrompt_ipc = {
9132
9132
  };
9133
9133
 
9134
9134
  const startRecording = options => {
9135
- return invoke$l('ElectronContentTracing.startRecording', options);
9135
+ return invoke$m('ElectronContentTracing.startRecording', options);
9136
9136
  };
9137
9137
 
9138
9138
  /**
9139
9139
  * @returns {Promise<string>}
9140
9140
  */
9141
9141
  const stopRecording = () => {
9142
- return invoke$l('ElectronContentTracing.stopRecording');
9142
+ return invoke$m('ElectronContentTracing.stopRecording');
9143
9143
  };
9144
9144
 
9145
9145
  const showItemInFolder = fullPath => {
9146
- return invoke$l('OpenExternal.showItemInFolder', fullPath);
9146
+ return invoke$m('OpenExternal.showItemInFolder', fullPath);
9147
9147
  };
9148
9148
  const openExternal$2 = url => {
9149
- return invoke$l('OpenExternal.openExternal', url);
9149
+ return invoke$m('OpenExternal.openExternal', url);
9150
9150
  };
9151
9151
 
9152
9152
  const openNativeFolderWeb = absolutePath => {
@@ -9154,7 +9154,7 @@ const openNativeFolderWeb = absolutePath => {
9154
9154
  };
9155
9155
  const openNativeFolderRemote = async absolutePath => {
9156
9156
  try {
9157
- await invoke$l(OpenNativeFolder, /* path */absolutePath);
9157
+ await invoke$m(OpenNativeFolder, /* path */absolutePath);
9158
9158
  } catch (error) {
9159
9159
  throw new VError(error, `Failed to open folder ${absolutePath}`);
9160
9160
  }
@@ -9267,26 +9267,26 @@ const Debug_ipc = {
9267
9267
 
9268
9268
  const attachDebugger = async pid => {
9269
9269
  number(pid);
9270
- await invoke$l('AttachDebugger.attachDebugger', pid);
9270
+ await invoke$m('AttachDebugger.attachDebugger', pid);
9271
9271
  };
9272
9272
 
9273
9273
  const getPid = () => {
9274
- return invoke$l('Process.getPid');
9274
+ return invoke$m('Process.getPid');
9275
9275
  };
9276
9276
  const getElectronVersion = () => {
9277
- return invoke$l('ElectronProcess.getElectronVersion');
9277
+ return invoke$m('ElectronProcess.getElectronVersion');
9278
9278
  };
9279
9279
  const getNodeVersion = () => {
9280
- return invoke$l('Process.getNodeVersion');
9280
+ return invoke$m('Process.getNodeVersion');
9281
9281
  };
9282
9282
  const getChromeVersion = () => {
9283
- return invoke$l('ElectronProcess.getChromeVersion');
9283
+ return invoke$m('ElectronProcess.getChromeVersion');
9284
9284
  };
9285
9285
  const getV8Version = () => {
9286
- return invoke$l('Process.getV8Version');
9286
+ return invoke$m('Process.getV8Version');
9287
9287
  };
9288
9288
  const getArch = () => {
9289
- return invoke$l('Process.getArch');
9289
+ return invoke$m('Process.getArch');
9290
9290
  };
9291
9291
 
9292
9292
  const debugSharedProcess = async () => {
@@ -9306,10 +9306,10 @@ const DebugSharedProcess_ipc = {
9306
9306
  };
9307
9307
 
9308
9308
  const crashSharedProcess = () => {
9309
- return invoke$l('Crash.crashSharedProcess');
9309
+ return invoke$m('Crash.crashSharedProcess');
9310
9310
  };
9311
9311
  const crashMainProcess = () => {
9312
- return invoke$l('Crash.crashMainProcess');
9312
+ return invoke$m('Crash.crashMainProcess');
9313
9313
  };
9314
9314
 
9315
9315
  const toggleDeveloperTools$1 = () => {
@@ -9325,7 +9325,7 @@ const openCacheFolder = async () => {
9325
9325
  await openNativeFolder(cacheFolder);
9326
9326
  };
9327
9327
  const openDataFolder = async () => {
9328
- const dataFolder = await invoke$l(/* Platform.getDataDir */'Platform.getDataDir');
9328
+ const dataFolder = await invoke$m(/* Platform.getDataDir */'Platform.getDataDir');
9329
9329
  await openNativeFolder(dataFolder);
9330
9330
  };
9331
9331
  const openLogsFolder = async () => {
@@ -9338,7 +9338,7 @@ const openLogsFolder = async () => {
9338
9338
  };
9339
9339
 
9340
9340
  const getPerformanceEntries = () => {
9341
- return invoke$l('ElectronDeveloper.getPerformanceEntries');
9341
+ return invoke$m('ElectronDeveloper.getPerformanceEntries');
9342
9342
  };
9343
9343
 
9344
9344
  const toMarkdownTable = (header, rows) => {
@@ -9579,7 +9579,7 @@ const getNodeTiming = () => {
9579
9579
  if (platform === Web$1) {
9580
9580
  return undefined;
9581
9581
  }
9582
- return invoke$l(/* command */'Performance.getNodeStartupTiming');
9582
+ return invoke$m(/* command */'Performance.getNodeStartupTiming');
9583
9583
  };
9584
9584
  const getMeasureEntries = () => {
9585
9585
  const measureEntries = getEntriesByType(Measure);
@@ -9668,13 +9668,13 @@ const formatRendererProcessData = ({
9668
9668
  return toMarkdownTable(header, rows);
9669
9669
  };
9670
9670
  const getSharedProcessMemoryUsage = () => {
9671
- return invoke$l(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
9671
+ return invoke$m(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
9672
9672
  };
9673
9673
  const getPerformanceMemory = () => {
9674
- return invoke$n('Performance.getMemory');
9674
+ return invoke$o('Performance.getMemory');
9675
9675
  };
9676
9676
  const getPerformanceUserAgentSpecificMemory = () => {
9677
- return invoke$n('Performance.measureUserAgentSpecificMemory');
9677
+ return invoke$o('Performance.measureUserAgentSpecificMemory');
9678
9678
  };
9679
9679
 
9680
9680
  // TODO handle case when renderer process and renderer worker are same process communicating via messagePort
@@ -9723,13 +9723,13 @@ const showMemoryUsage = async () => {
9723
9723
 
9724
9724
  // TODO not sure if this function is useful
9725
9725
  const allocateMemoryInSharedProcess = () => {
9726
- return invoke$l(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
9726
+ return invoke$m(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
9727
9727
  };
9728
9728
  const createSharedProcessHeapSnapshot = async () => {
9729
- await invoke$l(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
9729
+ await invoke$m(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
9730
9730
  };
9731
9731
  const createSharedProcessProfile = async () => {
9732
- await invoke$l(/* Developer.createProfile */'Developer.createProfile');
9732
+ await invoke$m(/* Developer.createProfile */'Developer.createProfile');
9733
9733
  };
9734
9734
  const reloadIconTheme = async () => {
9735
9735
  await hydrate$3();
@@ -9910,12 +9910,12 @@ const Dialog_ipc = {
9910
9910
  const downloadFile = async (fileName, url) => {
9911
9911
  string(fileName);
9912
9912
  string(url);
9913
- await invoke$n(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
9913
+ await invoke$o(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
9914
9914
  };
9915
9915
  const downloadToDownloadsFolder = async (fileName, url) => {
9916
9916
  const downloadFolder = await getDownloadDir();
9917
9917
  const outFile = `${downloadFolder}/${fileName}`;
9918
- await invoke$l(DownloadDownload, /* url */url, /* outFile */outFile);
9918
+ await invoke$m(DownloadDownload, /* url */url, /* outFile */outFile);
9919
9919
  };
9920
9920
  const downloadJson = async (json, fileName) => {
9921
9921
  let url = '';
@@ -9936,7 +9936,7 @@ const downloadJson = async (json, fileName) => {
9936
9936
  const downloadUrl = (url, outFile) => {
9937
9937
  string(url);
9938
9938
  string(outFile);
9939
- return invoke$l('Download.download', url, outFile);
9939
+ return invoke$m('Download.download', url, outFile);
9940
9940
  };
9941
9941
 
9942
9942
  const name$1$ = 'Download';
@@ -10014,7 +10014,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
10014
10014
  const x$1 = x(editor, rowIndex, columnIndex);
10015
10015
  // @ts-ignore
10016
10016
  const y$1 = y(editor, rowIndex);
10017
- await invoke$n(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
10017
+ await invoke$o(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
10018
10018
  };
10019
10019
 
10020
10020
  const Commands$1T = {
@@ -10140,7 +10140,7 @@ const Search$1 = 18;
10140
10140
  const ExtensionDetailReadme = 20;
10141
10141
  const SimpleBrowser = 21;
10142
10142
  const SourceControl$1 = 22;
10143
- const Problems$2 = 23;
10143
+ const Problems$1 = 23;
10144
10144
  const Main$2 = 24;
10145
10145
  const ProblemsFilter$1 = 25;
10146
10146
  const KeyBindingsTable = 26;
@@ -10338,7 +10338,7 @@ const isAutoUpdateSupported = () => {
10338
10338
  if (platform !== Electron$1) {
10339
10339
  return false;
10340
10340
  }
10341
- return invoke$l('IsAutoUpdateSupported.isAutoUpdateSupported');
10341
+ return invoke$m('IsAutoUpdateSupported.isAutoUpdateSupported');
10342
10342
  };
10343
10343
 
10344
10344
  const id$j = Help$1;
@@ -10650,7 +10650,7 @@ const state$g = {
10650
10650
  };
10651
10651
  const setItems = async items => {
10652
10652
  const windowId = await getWindowId();
10653
- return invoke$l('ElectronApplicationMenu.setItems', windowId, items);
10653
+ return invoke$m('ElectronApplicationMenu.setItems', windowId, items);
10654
10654
  };
10655
10655
  const getEntryMap = async modules => {
10656
10656
  const map = Object.create(null);
@@ -10713,7 +10713,7 @@ const ElectronBrowserView_ipc = {
10713
10713
  };
10714
10714
 
10715
10715
  const writeText = text => {
10716
- return invoke$l('ElectronClipBoard.writeText', text);
10716
+ return invoke$m('ElectronClipBoard.writeText', text);
10717
10717
  };
10718
10718
 
10719
10719
  const name$1X = 'ElectronClipBoard';
@@ -10772,7 +10772,7 @@ const ErrorHandling_ipc = {
10772
10772
  };
10773
10773
 
10774
10774
  const exit = () => {
10775
- return invoke$l('Exit.exit');
10775
+ return invoke$m('Exit.exit');
10776
10776
  };
10777
10777
 
10778
10778
  const name$1T = 'Exit';
@@ -10795,7 +10795,7 @@ const getCommandsFromExtension = extension => {
10795
10795
  const getCommandsFromExtensions = extensions => {
10796
10796
  return extensions.flatMap(getCommandsFromExtension);
10797
10797
  };
10798
- const getCommands$c = async () => {
10798
+ const getCommands$d = async () => {
10799
10799
  const extensions = await getExtensions$1();
10800
10800
  const commands = getCommandsFromExtensions(extensions);
10801
10801
  return commands;
@@ -10813,13 +10813,13 @@ const executeCommand = (id, ...args) => {
10813
10813
  });
10814
10814
  };
10815
10815
  const searchFileWithFetch = (...args) => {
10816
- return invoke$k('SearchFileWithFetch.searchFileWithFetch', ...args);
10816
+ return invoke$l('SearchFileWithFetch.searchFileWithFetch', ...args);
10817
10817
  };
10818
10818
  const searchFileWithHtml = (...args) => {
10819
- return invoke$k('SearchFileWithHtml.searchFileWithHtml', ...args);
10819
+ return invoke$l('SearchFileWithHtml.searchFileWithHtml', ...args);
10820
10820
  };
10821
10821
  const searchFileWithMemory = (...args) => {
10822
- return invoke$k('SearchFileWithMemory.searchFileWithMemory', ...args);
10822
+ return invoke$l('SearchFileWithMemory.searchFileWithMemory', ...args);
10823
10823
  };
10824
10824
 
10825
10825
  const state$f = {
@@ -10860,7 +10860,7 @@ const name$1S = 'ExtensionHost';
10860
10860
  // prettier-ignore
10861
10861
  const Commands$1L = {
10862
10862
  loadWebExtension: loadWebExtension,
10863
- getCommands: getCommands$c,
10863
+ getCommands: getCommands$d,
10864
10864
  executeCommand: executeCommand,
10865
10865
  searchFileWithFetch: searchFileWithFetch,
10866
10866
  searchFileWithHtml: searchFileWithHtml,
@@ -10912,7 +10912,7 @@ const Extensions_ipc = {
10912
10912
 
10913
10913
  const showDirectoryPicker = async options => {
10914
10914
  try {
10915
- return await invoke$n('FilePicker.showDirectoryPicker', options);
10915
+ return await invoke$o('FilePicker.showDirectoryPicker', options);
10916
10916
  } catch (error) {
10917
10917
  if (error &&
10918
10918
  // @ts-ignore
@@ -10923,11 +10923,11 @@ const showDirectoryPicker = async options => {
10923
10923
  }
10924
10924
  };
10925
10925
  const showFilePicker = options => {
10926
- return invoke$n('FilePicker.showFilePicker', options);
10926
+ return invoke$o('FilePicker.showFilePicker', options);
10927
10927
  };
10928
10928
  const showSaveFilePicker = async options => {
10929
10929
  try {
10930
- return await invoke$n('FilePicker.showSaveFilePicker', options);
10930
+ return await invoke$o('FilePicker.showSaveFilePicker', options);
10931
10931
  } catch (error) {
10932
10932
  if (error &&
10933
10933
  // @ts-ignore
@@ -10984,7 +10984,7 @@ const Commands$1G = {
10984
10984
  getFileIcon: getFileIcon$1,
10985
10985
  getFileIcons: getFileIcons,
10986
10986
  getFolderIcon: getFolderIcon,
10987
- getIcon: getIcon$1,
10987
+ getIcon: getIcon,
10988
10988
  getIcons: getIcons
10989
10989
  };
10990
10990
 
@@ -11013,15 +11013,15 @@ const show$8 = async (uri, top, left) => {
11013
11013
  if (version !== state$e.versionId) {
11014
11014
  return;
11015
11015
  }
11016
- await invoke$n(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
11016
+ await invoke$o(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
11017
11017
  } catch (error) {
11018
11018
  console.error(error);
11019
- await invoke$n(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
11019
+ await invoke$o(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
11020
11020
  }
11021
11021
  };
11022
11022
  const hide$4 = async () => {
11023
11023
  ++state$e.versionId;
11024
- await invoke$n(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
11024
+ await invoke$o(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
11025
11025
  };
11026
11026
 
11027
11027
  // TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
@@ -11171,7 +11171,7 @@ const getFindWidgetWorkerUrl = () => {
11171
11171
 
11172
11172
  const extensionHostSubWorkerUrl = `${assetDir}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js`;
11173
11173
 
11174
- const getConfiguredWorkerUrl$c = () => {
11174
+ const getConfiguredWorkerUrl$d = () => {
11175
11175
  let configuredWorkerUrl = get$e('develop.extensionHostSubWorkerPath') || '';
11176
11176
  if (configuredWorkerUrl) {
11177
11177
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -11183,7 +11183,7 @@ const getConfiguredWorkerUrl$c = () => {
11183
11183
  return configuredWorkerUrl;
11184
11184
  };
11185
11185
  const getExtensionHostSubWorkerUrl = () => {
11186
- return getConfiguredWorkerUrl$c();
11186
+ return getConfiguredWorkerUrl$d();
11187
11187
  };
11188
11188
 
11189
11189
  const renameWorkerUrl = `${assetDir}/packages/rename-worker/dist/renameWorkerMain.js`;
@@ -11423,8 +11423,6 @@ const None$a = 'none';
11423
11423
  const Separator$1 = 'separator';
11424
11424
  const Tab$3 = 'tab';
11425
11425
  const ToolBar = 'toolbar';
11426
- const Tree = 'tree';
11427
- const TreeItem$1 = 'treeitem';
11428
11426
 
11429
11427
  const Actions = 'Actions';
11430
11428
  const ActivityBar$3 = 'ActivityBar';
@@ -11436,7 +11434,6 @@ const Badge = 'Badge';
11436
11434
  const MaskIconPlay = 'MaskIconPlay';
11437
11435
  const MaskIconDebugPause = 'MaskIconDebugPause';
11438
11436
  const BadgeContent = 'BadgeContent';
11439
- const Chevron = 'Chevron';
11440
11437
  const DebugConsoleBottom = 'DebugConsoleBottom';
11441
11438
  const DebugConsoleTop = 'DebugConsoleTop';
11442
11439
  const DefineKeyBindingContent = 'DefineKeyBindingContent';
@@ -11457,7 +11454,6 @@ const FileIcon = 'FileIcon';
11457
11454
  const Filter$3 = 'Filter';
11458
11455
  const FilterBadge = 'FilterBadge';
11459
11456
  const FocusOutline = 'FocusOutline';
11460
- const Highlight = 'Highlight';
11461
11457
  const Icon = 'Icon';
11462
11458
  const IconButton = 'IconButton';
11463
11459
  const InlineDiffEditor = 'InlineDiffEditor';
@@ -11465,7 +11461,6 @@ const InlineDiffEditorContent = 'InlineDiffEditorContent';
11465
11461
  const InputBox = 'InputBox';
11466
11462
  const Insertion$1 = 'Insertion';
11467
11463
  const Label = 'Label';
11468
- const LabelDetail = 'LabelDetail';
11469
11464
  const MainTab = 'MainTab';
11470
11465
  const MainTabSelected = 'MainTabSelected';
11471
11466
  const MarginTopAuto = 'MarginTopAuto';
@@ -11480,26 +11475,9 @@ const MenuItemSeparator = 'MenuItemSeparator';
11480
11475
  const MenuItemSeparatorLine = 'MenuItemSeparatorLine';
11481
11476
  const MenuItemSubMenu = 'MenuItemSubMenu';
11482
11477
  const MenuItemSubMenuArrowRight = 'MenuItemSubMenuArrowRight';
11483
- const Message = 'Message';
11484
- const MessageAction = 'MessageAction';
11485
11478
  const Option$1 = 'Option';
11486
11479
  const PanelTab = 'PanelTab';
11487
11480
  const PanelTabSelected = 'PanelTabSelected';
11488
- const Problem = 'Problem';
11489
- const ProblemAt = 'ProblemAt';
11490
- const ProblemBadge = 'ProblemBadge';
11491
- const Problems$1 = 'Problems';
11492
- const ProblemSelected = 'ProblemSelected';
11493
- const ProblemsErrorIcon = 'ProblemsErrorIcon';
11494
- const ProblemsIcon = 'ProblemsIcon';
11495
- const ProblemsList = 'ProblemsList';
11496
- const ProblemsTable = 'ProblemsTable';
11497
- const ProblemsTableBody = 'ProblemsTableBody';
11498
- const ProblemsTableHeader = 'ProblemsTableHeader';
11499
- const ProblemsTableRow = 'ProblemsTableRow';
11500
- const ProblemsTableRowItem = 'ProblemsTableRowItem';
11501
- const ProblemsTableRowOdd = 'ProblemsTableRowOdd';
11502
- const ProblemsWarningIcon = 'ProblemsWarningIcon';
11503
11481
  const Sash = 'Sash';
11504
11482
  const SashVertical = 'SashVertical';
11505
11483
  const ScrollBar = 'ScrollBar';
@@ -11839,7 +11817,6 @@ const THead = 14;
11839
11817
  const Tr = 15;
11840
11818
  const I = 16;
11841
11819
  const Img = 17;
11842
- const A = 53;
11843
11820
  const Select$1 = 63;
11844
11821
  const Option = 64;
11845
11822
 
@@ -12111,7 +12088,7 @@ const show$7 = async (x, y, id, mouseBlocking = false, ...args) => {
12111
12088
  });
12112
12089
  const visible = getVisible(menu.items, -1, false, menu.level);
12113
12090
  const dom = getMenuVirtualDom(visible).slice(1);
12114
- 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);
12091
+ await invoke$o(/* 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);
12115
12092
  };
12116
12093
  const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
12117
12094
  // TODO delete old menus
@@ -12133,7 +12110,7 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
12133
12110
  const height = getMenuHeight(subMenuItems);
12134
12111
  const visible = getVisible(subMenu.items, -1, false, subMenu.level);
12135
12112
  const dom = getMenuVirtualDom(visible).slice(1);
12136
- 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);
12113
+ invoke$o(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
12137
12114
  };
12138
12115
  const showSubMenu = async (level, index) => {
12139
12116
  await showSubMenuAtEnter(level, index, -1, -1);
@@ -12193,7 +12170,7 @@ const hide$3 = async (restoreFocus = true) => {
12193
12170
  return;
12194
12171
  }
12195
12172
  state$b.menus = [];
12196
- await invoke$n(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
12173
+ await invoke$o(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
12197
12174
  };
12198
12175
 
12199
12176
  // TODO difference between focusing with mouse or keyboard
@@ -12203,7 +12180,7 @@ const hide$3 = async (restoreFocus = true) => {
12203
12180
  const hideSubMenus = async level => {
12204
12181
  if (level < state$b.menus.length) {
12205
12182
  state$b.menus = state$b.menus.slice(0, level + 1);
12206
- await invoke$n(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
12183
+ await invoke$o(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
12207
12184
  }
12208
12185
  };
12209
12186
  const MENU_DELAY_TRIANGLE = 300;
@@ -12248,7 +12225,7 @@ const handleMouseLeave = async () => {
12248
12225
  }
12249
12226
  const oldFocusedIndex = menu.focusedIndex;
12250
12227
  menu.focusedIndex = -1;
12251
- await invoke$n(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
12228
+ await invoke$o(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
12252
12229
  };
12253
12230
  const focusIndex$5 = async (menu, index) => {
12254
12231
  if (menu.items.length === 0) {
@@ -12256,7 +12233,7 @@ const focusIndex$5 = async (menu, index) => {
12256
12233
  }
12257
12234
  const oldFocusedIndex = menu.focusedIndex;
12258
12235
  menu.focusedIndex = index;
12259
- await invoke$n(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
12236
+ await invoke$o(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
12260
12237
  };
12261
12238
  const getIndexToFocusNextStartingAt = (items, startIndex) => {
12262
12239
  for (let i = startIndex; i < startIndex + items.length; i++) {
@@ -12501,22 +12478,22 @@ const state$9 = {
12501
12478
  focusedPart: PART_TITLE_BAR
12502
12479
  };
12503
12480
  const focusActivityBar = async () => {
12504
- await invoke$n(/* ActivityBar.focus */717115);
12481
+ await invoke$o(/* ActivityBar.focus */717115);
12505
12482
  };
12506
12483
  const focusStatusBar = async () => {
12507
- await invoke$n(/* StatusBar.focus */8882);
12484
+ await invoke$o(/* StatusBar.focus */8882);
12508
12485
  };
12509
12486
  const focusPanel = async () => {
12510
- await invoke$n(/* Panel.focus */6664);
12487
+ await invoke$o(/* Panel.focus */6664);
12511
12488
  };
12512
12489
  const focusSideBar = async () => {
12513
- await invoke$n(/* SideBar.focus */5554);
12490
+ await invoke$o(/* SideBar.focus */5554);
12514
12491
  };
12515
12492
  const focusTitleBar = async () => {
12516
- await invoke$n(/* TitleBar.focus */1331);
12493
+ await invoke$o(/* TitleBar.focus */1331);
12517
12494
  };
12518
12495
  const focusMain = async () => {
12519
- await invoke$n(/* Main.focus */2145);
12496
+ await invoke$o(/* Main.focus */2145);
12520
12497
  };
12521
12498
  const focusPart = part => {
12522
12499
  state$9.focusedPart = part;
@@ -12627,7 +12604,7 @@ const create$S = async (type, text) => {
12627
12604
  type,
12628
12605
  text
12629
12606
  });
12630
- await invoke$n(/* Notification.create */'Notification.create', /* type */type, /* text */text);
12607
+ await invoke$o(/* Notification.create */'Notification.create', /* type */type, /* text */text);
12631
12608
  };
12632
12609
  const showWithOptions = async (type, text, options) => {
12633
12610
  // @ts-ignore
@@ -12636,7 +12613,7 @@ const showWithOptions = async (type, text, options) => {
12636
12613
  text,
12637
12614
  options
12638
12615
  });
12639
- await invoke$n(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
12616
+ await invoke$o(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
12640
12617
  };
12641
12618
  const handleClick$4 = index => {
12642
12619
  console.log('handle click');
@@ -12652,7 +12629,7 @@ const handleClick$4 = index => {
12652
12629
  });
12653
12630
  };
12654
12631
  const dispose$t = async id => {
12655
- await invoke$n(/* Notification.dispose */'Notification.dispose', /* id */id);
12632
+ await invoke$o(/* Notification.dispose */'Notification.dispose', /* id */id);
12656
12633
  };
12657
12634
 
12658
12635
  const name$1A = 'Notification';
@@ -12671,7 +12648,7 @@ const Notification_ipc = {
12671
12648
 
12672
12649
  const openUrlWeb = async url => {
12673
12650
  try {
12674
- await invoke$n(/* Open.openUrl */'Open.openUrl', /* url */url);
12651
+ await invoke$o(/* Open.openUrl */'Open.openUrl', /* url */url);
12675
12652
  } catch (error) {
12676
12653
  throw new VError(error, `Failed to open url ${url}`);
12677
12654
  }
@@ -12745,7 +12722,7 @@ const Preferences_ipc = {
12745
12722
  };
12746
12723
 
12747
12724
  const prompt = (message, defaultValue) => {
12748
- return invoke$n('Prompt.prompt', message, defaultValue);
12725
+ return invoke$o('Prompt.prompt', message, defaultValue);
12749
12726
  };
12750
12727
 
12751
12728
  const name$1v = 'Prompt';
@@ -12760,7 +12737,7 @@ const Prompt_ipc = {
12760
12737
  };
12761
12738
 
12762
12739
  const rebuildNodePty = async () => {
12763
- await invoke$l('RebuildNodePty.rebuildNodePty');
12740
+ await invoke$m('RebuildNodePty.rebuildNodePty');
12764
12741
  };
12765
12742
 
12766
12743
  const name$1u = 'RebuildNodePty';
@@ -12884,7 +12861,7 @@ const SessionStorage_ipc = {
12884
12861
  name: name$1o
12885
12862
  };
12886
12863
 
12887
- const getConfiguredWorkerUrl$b = (preferenceKey, fallback) => {
12864
+ const getConfiguredWorkerUrl$c = (preferenceKey, fallback) => {
12888
12865
  let configuredWorkerUrl = get$e(preferenceKey) || '';
12889
12866
  if (configuredWorkerUrl) {
12890
12867
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -12899,7 +12876,7 @@ const getConfiguredWorkerUrl$b = (preferenceKey, fallback) => {
12899
12876
  const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
12900
12877
 
12901
12878
  const launchTestWorker = async () => {
12902
- const configuredWorkerUrl = getConfiguredWorkerUrl$b('develop.testWorkerPath', testWorkerUrl);
12879
+ const configuredWorkerUrl = getConfiguredWorkerUrl$c('develop.testWorkerPath', testWorkerUrl);
12903
12880
  const ipc = await create$13({
12904
12881
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
12905
12882
  url: configuredWorkerUrl,
@@ -12911,7 +12888,7 @@ const launchTestWorker = async () => {
12911
12888
 
12912
12889
  const execute$1 = async href => {
12913
12890
  const ipc = await launchTestWorker();
12914
- await invoke$o(ipc, 'Test.execute', href);
12891
+ await invoke$p(ipc, 'Test.execute', href);
12915
12892
  };
12916
12893
 
12917
12894
  const name$1n = 'Test';
@@ -12926,19 +12903,19 @@ const Test_ipc = {
12926
12903
  };
12927
12904
 
12928
12905
  const checkSingleElementCondition = (locator, fnName, options) => {
12929
- return invoke$n('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
12906
+ return invoke$o('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
12930
12907
  };
12931
12908
  const checkMultiElementCondition = (locator, fnName, options) => {
12932
- return invoke$n('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
12909
+ return invoke$o('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
12933
12910
  };
12934
12911
  const showOverlay = (...args) => {
12935
- return invoke$n('TestFrameWork.showOverlay', ...args);
12912
+ return invoke$o('TestFrameWork.showOverlay', ...args);
12936
12913
  };
12937
12914
  const performAction = (...args) => {
12938
- return invoke$n('TestFrameWork.performAction', ...args);
12915
+ return invoke$o('TestFrameWork.performAction', ...args);
12939
12916
  };
12940
12917
  const checkConditionError = (...args) => {
12941
- return invoke$n('TestFrameWork.checkConditionError', ...args);
12918
+ return invoke$o('TestFrameWork.checkConditionError', ...args);
12942
12919
  };
12943
12920
 
12944
12921
  const name$1m = 'TestFrameWork';
@@ -13033,10 +13010,10 @@ const WindowTitle_ipc = {
13033
13010
  };
13034
13011
 
13035
13012
  const mock = () => {
13036
- return invoke$n('PointerCapture.mock');
13013
+ return invoke$o('PointerCapture.mock');
13037
13014
  };
13038
13015
  const unmock = () => {
13039
- return invoke$n('PointerCapture.unmock');
13016
+ return invoke$o('PointerCapture.unmock');
13040
13017
  };
13041
13018
 
13042
13019
  const name$1g = 'PointerCapture';
@@ -13139,7 +13116,7 @@ const set$4 = async (url, contentSecurityPolicy) => {
13139
13116
  if (platform === Web$1) {
13140
13117
  return;
13141
13118
  }
13142
- await invoke$l('ContentSecurityPolicy.set', url, contentSecurityPolicy);
13119
+ await invoke$m('ContentSecurityPolicy.set', url, contentSecurityPolicy);
13143
13120
  };
13144
13121
 
13145
13122
  const set$3 = async (url, contentSecurityPolicy) => {
@@ -13182,14 +13159,14 @@ const launchTerminalWorker = async () => {
13182
13159
  };
13183
13160
 
13184
13161
  const {
13185
- invoke: invoke$e,
13162
+ invoke: invoke$f,
13186
13163
  invokeAndTransfer: invokeAndTransfer$3
13187
13164
  } = getOrCreateWorker(launchTerminalWorker);
13188
13165
 
13189
13166
  const create$R = async canvasId => {
13190
13167
  number(canvasId);
13191
13168
  const id = create$12();
13192
- await invoke$n('OffscreenCanvas.create', canvasId, id);
13169
+ await invoke$o('OffscreenCanvas.create', canvasId, id);
13193
13170
  const canvas = acquire(id);
13194
13171
  return canvas;
13195
13172
  };
@@ -13518,7 +13495,7 @@ const ExtensionHostHover_ipc = {
13518
13495
  const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMain.js`;
13519
13496
 
13520
13497
  const launchEditorWorker = async () => {
13521
- const configuredWorkerUrl = getConfiguredWorkerUrl$b('developer.editorWorkerPath', editorWorkerUrl);
13498
+ const configuredWorkerUrl = getConfiguredWorkerUrl$c('developer.editorWorkerPath', editorWorkerUrl);
13522
13499
  const id = create$12();
13523
13500
  let ipc = await create$13({
13524
13501
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
@@ -13535,19 +13512,19 @@ const launchEditorWorker = async () => {
13535
13512
  handleIpc(ipc);
13536
13513
  const syntaxHighlightingWorker = true;
13537
13514
  const syncIncremental = true;
13538
- await invoke$o(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
13515
+ await invoke$p(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
13539
13516
  return ipc;
13540
13517
  };
13541
13518
 
13542
13519
  const {
13543
- invoke: invoke$d,
13520
+ invoke: invoke$e,
13544
13521
  invokeAndTransfer: invokeAndTransfer$2
13545
13522
  } = getOrCreateWorker(launchEditorWorker);
13546
- const actualInvoke = invoke$d;
13523
+ const actualInvoke = invoke$e;
13547
13524
 
13548
13525
  const markdownWorkerUrl = `${assetDir}/packages/markdown-worker/dist/markdownWorkerMain.js`;
13549
13526
 
13550
- const getConfiguredWorkerUrl$a = () => {
13527
+ const getConfiguredWorkerUrl$b = () => {
13551
13528
  let configuredWorkerUrl = get$e('develop.markdownWorkerPath') || '';
13552
13529
  if (configuredWorkerUrl) {
13553
13530
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -13563,14 +13540,14 @@ const launchMarkdownWorker = async () => {
13563
13540
  const ipc = await create$13({
13564
13541
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
13565
13542
  name,
13566
- url: getConfiguredWorkerUrl$a()
13543
+ url: getConfiguredWorkerUrl$b()
13567
13544
  });
13568
13545
  handleIpc(ipc);
13569
13546
  return ipc;
13570
13547
  };
13571
13548
 
13572
13549
  const {
13573
- invoke: invoke$c,
13550
+ invoke: invoke$d,
13574
13551
  invokeAndTransfer: invokeAndTransfer$1
13575
13552
  } = getOrCreateWorker(launchMarkdownWorker);
13576
13553
 
@@ -13642,7 +13619,7 @@ const ExtensionHostManagement_ipc = {
13642
13619
 
13643
13620
  const syntaxHighlightingWorkerUrl = `${assetDir}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js`;
13644
13621
 
13645
- const getConfiguredWorkerUrl$9 = () => {
13622
+ const getConfiguredWorkerUrl$a = () => {
13646
13623
  let configuredWorkerUrl = get$e('developer.syntaxHighlightingWorkerPath') || '';
13647
13624
  if (configuredWorkerUrl) {
13648
13625
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -13654,7 +13631,7 @@ const getConfiguredWorkerUrl$9 = () => {
13654
13631
  return configuredWorkerUrl;
13655
13632
  };
13656
13633
  const launchSyntaxHighlightingWorker = async () => {
13657
- const configuredWorkerUrl = getConfiguredWorkerUrl$9();
13634
+ const configuredWorkerUrl = getConfiguredWorkerUrl$a();
13658
13635
  const name = 'Syntax Highlighting Worker';
13659
13636
  const id = create$12();
13660
13637
  let ipc = await create$13({
@@ -13707,7 +13684,7 @@ const Transferrable_ipc = {
13707
13684
  };
13708
13685
 
13709
13686
  const getWebViewsNode = async () => {
13710
- const webViews = await invoke$l('ExtensionHost.getWebViews');
13687
+ const webViews = await invoke$m('ExtensionHost.getWebViews');
13711
13688
  return webViews;
13712
13689
  };
13713
13690
 
@@ -13747,13 +13724,13 @@ const setPort = async (uid, port, origin, portType) => {
13747
13724
  * @deprecated
13748
13725
  */
13749
13726
  const getWebViewInfo = providerId => {
13750
- return invoke$k('ExtensionHostWebView.getWebViewInfo', providerId);
13727
+ return invoke$l('ExtensionHostWebView.getWebViewInfo', providerId);
13751
13728
  };
13752
13729
  const getWebViewInfo2 = providerId => {
13753
- return invoke$k('ExtensionHostWebView.getWebViewInfo2', providerId);
13730
+ return invoke$l('ExtensionHostWebView.getWebViewInfo2', providerId);
13754
13731
  };
13755
13732
  const create3 = async (uri, id) => {
13756
- await invoke$k('WebView.create3', {
13733
+ await invoke$l('WebView.create3', {
13757
13734
  id,
13758
13735
  uri,
13759
13736
  platform: platform,
@@ -13770,14 +13747,14 @@ const registerInterceptor = async (id, port) => {
13770
13747
  await invokeAndTransfer$5('WebView.registerInterceptor', id, port);
13771
13748
  };
13772
13749
  const unregisterInterceptor = async id => {
13773
- await invoke$k('WebView.unregisterInterceptor', id);
13750
+ await invoke$l('WebView.unregisterInterceptor', id);
13774
13751
  };
13775
13752
  const compat = {
13776
13753
  sharedProcessInvoke(...args) {
13777
- return invoke$l(...args);
13754
+ return invoke$m(...args);
13778
13755
  },
13779
13756
  rendererProcessInvoke(...args) {
13780
- return invoke$n(...args);
13757
+ return invoke$o(...args);
13781
13758
  },
13782
13759
  rendererProcessInvokeAndTransfer(...args) {
13783
13760
  return invokeAndTransfer$8(...args);
@@ -13786,7 +13763,7 @@ const compat = {
13786
13763
  return invokeAndTransfer$5(...args);
13787
13764
  },
13788
13765
  extensionHostWorkerInvoke(...args) {
13789
- return invoke$k(...args);
13766
+ return invoke$l(...args);
13790
13767
  },
13791
13768
  getWebViews() {
13792
13769
  return getWebViews$1();
@@ -13843,14 +13820,14 @@ const getOrCreate$1 = () => {
13843
13820
  }
13844
13821
  return state$7.ipc;
13845
13822
  };
13846
- const invoke$b = async (method, ...params) => {
13823
+ const invoke$c = async (method, ...params) => {
13847
13824
  const ipc = await getOrCreate$1();
13848
- return invoke$o(ipc, method, ...params);
13825
+ return invoke$p(ipc, method, ...params);
13849
13826
  };
13850
13827
 
13851
13828
  const name$T = 'SearchProcess';
13852
13829
  const Commands$L = {
13853
- invoke: invoke$b
13830
+ invoke: invoke$c
13854
13831
  };
13855
13832
 
13856
13833
  const SearchProcess_ipc = {
@@ -13874,13 +13851,13 @@ const executeTextSearchProvider = async (scheme, query) => {
13874
13851
  return result;
13875
13852
  };
13876
13853
  const textSearchHtml = (...args) => {
13877
- return invoke$k('TextSearchHtml.textSearch', ...args);
13854
+ return invoke$l('TextSearchHtml.textSearch', ...args);
13878
13855
  };
13879
13856
  const textSearchFetch = (...args) => {
13880
- return invoke$k('TextSearchFetch.textSearch', ...args);
13857
+ return invoke$l('TextSearchFetch.textSearch', ...args);
13881
13858
  };
13882
13859
  const textSearchMemory = (...args) => {
13883
- return invoke$k('TextSearchMemory.textSearch', ...args);
13860
+ return invoke$l('TextSearchMemory.textSearch', ...args);
13884
13861
  };
13885
13862
 
13886
13863
  const name$S = 'ExtensionHostTextSearch';
@@ -13937,13 +13914,13 @@ const getAllExtensions = async () => {
13937
13914
  if (platform === Web$1) {
13938
13915
  return [];
13939
13916
  }
13940
- return invoke$l(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
13917
+ return invoke$m(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
13941
13918
  };
13942
13919
  const getExtension2 = async id => {
13943
- return invoke$k('Extensions.getExtension', id);
13920
+ return invoke$l('Extensions.getExtension', id);
13944
13921
  };
13945
13922
  const getExtensionsEtag = async () => {
13946
- const etag = await invoke$l('ExtensionManagement.getExtensionsEtag');
13923
+ const etag = await invoke$m('ExtensionManagement.getExtensionsEtag');
13947
13924
  return etag;
13948
13925
  };
13949
13926
 
@@ -13962,10 +13939,10 @@ const ExtensionManagement_ipc = {
13962
13939
  };
13963
13940
 
13964
13941
  const getVirtualDom$3 = html => {
13965
- return invoke$c('Markdown.getMarkDownVirtualDom', html);
13942
+ return invoke$d('Markdown.getMarkDownVirtualDom', html);
13966
13943
  };
13967
13944
  const renderMarkdown = (markdown, options) => {
13968
- return invoke$c('Markdown.renderMarkdown', markdown, options);
13945
+ return invoke$d('Markdown.renderMarkdown', markdown, options);
13969
13946
  };
13970
13947
 
13971
13948
  const name$N = 'Markdown';
@@ -13987,10 +13964,10 @@ const create$Q = id => {
13987
13964
  };
13988
13965
  };
13989
13966
  const loadContent$M = async state => {
13990
- await invoke$g('About.create', state.id);
13991
- await invoke$g('About.loadContent2', state.id);
13992
- const diffResult = await invoke$g('About.diff2', state.id);
13993
- const commands = await invoke$g('About.render2', state.id, diffResult);
13967
+ await invoke$h('About.create', state.id);
13968
+ await invoke$h('About.loadContent2', state.id);
13969
+ const diffResult = await invoke$h('About.diff2', state.id);
13970
+ const commands = await invoke$h('About.render2', state.id, diffResult);
13994
13971
  return {
13995
13972
  ...state,
13996
13973
  commands
@@ -13999,9 +13976,9 @@ const loadContent$M = async state => {
13999
13976
 
14000
13977
  const wrapAboutCommand = key => {
14001
13978
  const fn = async (state, ...args) => {
14002
- await invoke$g(`About.${key}`, state.id, ...args);
14003
- const diffResult = await invoke$g(`About.diff2`, state.id);
14004
- const commands = await invoke$g('About.render2', state.id, diffResult);
13979
+ await invoke$h(`About.${key}`, state.id, ...args);
13980
+ const diffResult = await invoke$h(`About.diff2`, state.id);
13981
+ const commands = await invoke$h('About.render2', state.id, diffResult);
14005
13982
  if (commands.length === 0) {
14006
13983
  return state;
14007
13984
  }
@@ -14014,8 +13991,8 @@ const wrapAboutCommand = key => {
14014
13991
  };
14015
13992
 
14016
13993
  const Commands$E = {};
14017
- const getCommands$b = async () => {
14018
- const commands = await invoke$g('About.getCommandIds');
13994
+ const getCommands$c = async () => {
13995
+ const commands = await invoke$h('About.getCommandIds');
14019
13996
  for (const command of commands) {
14020
13997
  Commands$E[command] = wrapAboutCommand(command);
14021
13998
  }
@@ -14025,7 +14002,7 @@ const getCommands$b = async () => {
14025
14002
  const Css$G = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
14026
14003
 
14027
14004
  const getKeyBindings$i = () => {
14028
- return invoke$g('About.getKeyBindings');
14005
+ return invoke$h('About.getKeyBindings');
14029
14006
  };
14030
14007
 
14031
14008
  const name$M = 'About';
@@ -14068,7 +14045,7 @@ const apply = (oldState, newState) => {
14068
14045
 
14069
14046
  const hasFunctionalRender$E = true;
14070
14047
  const hasFunctionalRootRender$p = true;
14071
- const hasFunctionalEvents$d = true;
14048
+ const hasFunctionalEvents$e = true;
14072
14049
  const renderDialog$1 = {
14073
14050
  isEqual(oldState, newState) {
14074
14051
  return false;
@@ -14077,8 +14054,8 @@ const renderDialog$1 = {
14077
14054
  multiple: true
14078
14055
  };
14079
14056
  const render$H = [renderDialog$1];
14080
- const renderEventListeners$c = async () => {
14081
- const listeners = await invoke$g('About.renderEventListeners');
14057
+ const renderEventListeners$d = async () => {
14058
+ const listeners = await invoke$h('About.renderEventListeners');
14082
14059
  return listeners;
14083
14060
  };
14084
14061
 
@@ -14087,16 +14064,16 @@ const ViewletAbout_ipc = {
14087
14064
  Commands: Commands$E,
14088
14065
  Css: Css$G,
14089
14066
  create: create$Q,
14090
- getCommands: getCommands$b,
14067
+ getCommands: getCommands$c,
14091
14068
  getKeyBindings: getKeyBindings$i,
14092
- hasFunctionalEvents: hasFunctionalEvents$d,
14069
+ hasFunctionalEvents: hasFunctionalEvents$e,
14093
14070
  hasFunctionalRender: hasFunctionalRender$E,
14094
14071
  hasFunctionalRootRender: hasFunctionalRootRender$p,
14095
14072
  loadContent: loadContent$M,
14096
14073
  name: name$M,
14097
14074
  render: render$H,
14098
14075
  renderDialog: renderDialog$1,
14099
- renderEventListeners: renderEventListeners$c
14076
+ renderEventListeners: renderEventListeners$d
14100
14077
  };
14101
14078
 
14102
14079
  const Tab = 1;
@@ -14110,7 +14087,7 @@ const MarginTop = 1 << 6;
14110
14087
  const Add = 'Add';
14111
14088
  const Blank = 'Blank';
14112
14089
  const ClearAll = 'ClearAll';
14113
- const CollapseAll$1 = 'CollapseAll';
14090
+ const CollapseAll = 'CollapseAll';
14114
14091
  const DebugAlt2 = 'DebugAlt2';
14115
14092
  const Ellipsis = 'Ellipsis';
14116
14093
  const Extensions = 'Extensions';
@@ -14592,19 +14569,16 @@ const Vertical$2 = 'vertical';
14592
14569
 
14593
14570
  const HandleAudioError = 'handleAudioError';
14594
14571
  const HandleBlur = 'handleBlur';
14595
- const HandleClearFilterClick = 'handleClearFilterClick';
14596
14572
  const HandleClickAt = 'handleClickAt';
14597
14573
  const HandleClickBackward = 'handleClickBackward';
14598
14574
  const HandleClickForward = 'handleClickForward';
14599
14575
  const HandleClickOpenExternal = 'handleClickOpenExternal';
14600
14576
  const HandleClickReload = 'handleClickReload';
14601
14577
  const HandleContextMenu = 'handleContextMenu';
14602
- const HandleFilterInput = 'handleFilterInput';
14603
14578
  const HandleFocus = 'handleFocus';
14604
14579
  const HandleInput = 'handleInput';
14605
14580
  const HandleKeyDown = 'handleKeyDown';
14606
14581
  const HandleMouseDown = 'handleMouseDown';
14607
- const HandlePointerDown = 'handlePointerDown';
14608
14582
  const HandleWheel = 'handleWheel';
14609
14583
 
14610
14584
  const ActivityBar$2 = 'ActivityBar';
@@ -14755,7 +14729,7 @@ const getVisibleActivityBarItems = state => {
14755
14729
 
14756
14730
  const hasFunctionalRender$D = true;
14757
14731
  const hasFunctionalRootRender$o = true;
14758
- const renderItems$8 = {
14732
+ const renderItems$9 = {
14759
14733
  isEqual(oldState, newState) {
14760
14734
  return oldState.filteredItems === newState.filteredItems && oldState.height === newState.height && oldState.selectedIndex === newState.selectedIndex && oldState.focusedIndex === newState.focusedIndex;
14761
14735
  },
@@ -14765,7 +14739,7 @@ const renderItems$8 = {
14765
14739
  return ['Viewlet.setDom2', dom];
14766
14740
  }
14767
14741
  };
14768
- const render$G = [renderItems$8];
14742
+ const render$G = [renderItems$9];
14769
14743
 
14770
14744
  const getFilteredActivityBarItems = (items, height, itemHeight) => {
14771
14745
  const numberOfVisibleItems = getNumberOfVisibleItems$1({
@@ -14956,7 +14930,7 @@ const create$N = (id, uri, x, y, width, height) => {
14956
14930
  };
14957
14931
  };
14958
14932
  const loadContent$J = async state => {
14959
- const browserViewMap = await invoke$l('ElectronBrowserView.getAll');
14933
+ const browserViewMap = await invoke$m('ElectronBrowserView.getAll');
14960
14934
  return {
14961
14935
  ...state,
14962
14936
  browserViewMap
@@ -15006,7 +14980,7 @@ const create$M = (id, uri, x, y, width, height) => {
15006
14980
  };
15007
14981
  const loadContent$I = state => {
15008
14982
  const update = async () => {
15009
- await invoke$n(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
14983
+ await invoke$o(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
15010
14984
  };
15011
14985
  return {
15012
14986
  ...state,
@@ -15313,10 +15287,8 @@ const getActionSelectVirtualDom = action => {
15313
15287
  };
15314
15288
 
15315
15289
  const Check = 'Check';
15316
- const CollapseAll = 'CollapseAll';
15317
15290
  const Filter = 'Filter';
15318
15291
  const ListFlat = 'ListFlat';
15319
- const ListTree = 'ListTree';
15320
15292
  const Refresh = 'Refresh';
15321
15293
 
15322
15294
  const getProblemsFilterVirtualDom = action => {
@@ -15379,7 +15351,7 @@ const getActionsVirtualDom = actions => {
15379
15351
  }, ...actions.flatMap(getActionVirtualDom$1)];
15380
15352
  };
15381
15353
 
15382
- const getActions$8 = () => {
15354
+ const getActions$7 = () => {
15383
15355
  return [{
15384
15356
  type: Filter$2,
15385
15357
  id: ''
@@ -15396,7 +15368,7 @@ const renderActions$a = {
15396
15368
  return oldState === newState;
15397
15369
  },
15398
15370
  apply(oldState, newState) {
15399
- const actions = getActions$8();
15371
+ const actions = getActions$7();
15400
15372
  const dom = getActionsVirtualDom(actions);
15401
15373
  return dom;
15402
15374
  }
@@ -15710,7 +15682,7 @@ const ViewletDialog_ipc = {
15710
15682
 
15711
15683
  const iframeInspectorWorkerUrl = `${assetDir}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js`;
15712
15684
 
15713
- const getConfiguredWorkerUrl$8 = () => {
15685
+ const getConfiguredWorkerUrl$9 = () => {
15714
15686
  let configuredWorkerUrl = get$e('develop.iframeInspectorWorkerPath') || '';
15715
15687
  if (configuredWorkerUrl) {
15716
15688
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -15726,14 +15698,14 @@ const launchIframeInspectorWorker = async () => {
15726
15698
  const ipc = await create$13({
15727
15699
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
15728
15700
  name,
15729
- url: getConfiguredWorkerUrl$8()
15701
+ url: getConfiguredWorkerUrl$9()
15730
15702
  });
15731
15703
  handleIpc(ipc);
15732
15704
  return ipc;
15733
15705
  };
15734
15706
 
15735
15707
  const {
15736
- invoke: invoke$a,
15708
+ invoke: invoke$b,
15737
15709
  restart: restart$7
15738
15710
  } = getOrCreateWorker(launchIframeInspectorWorker);
15739
15711
 
@@ -15749,10 +15721,10 @@ const create$H = (id, uri, x, y, width, height) => {
15749
15721
  };
15750
15722
  };
15751
15723
  const loadContent$D = async state => {
15752
- await invoke$a('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
15753
- await invoke$a('IframeInspector.loadContent', state.id);
15754
- const diffResult = await invoke$a('IframeInspector.diff2', state.id);
15755
- const commands = await invoke$a('IframeInspector.render2', state.id, diffResult);
15724
+ await invoke$b('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
15725
+ await invoke$b('IframeInspector.loadContent', state.id);
15726
+ const diffResult = await invoke$b('IframeInspector.diff2', state.id);
15727
+ const commands = await invoke$b('IframeInspector.render2', state.id, diffResult);
15756
15728
  return {
15757
15729
  ...state,
15758
15730
  commands
@@ -15766,16 +15738,16 @@ const hotReload$9 = async state => {
15766
15738
  state.isHotReloading = true;
15767
15739
  // possible TODO race condition during hot reload
15768
15740
  // there could still be pending promises when the worker is disposed
15769
- const savedState = await invoke$a('IframeInspector.saveState', state.uid);
15741
+ const savedState = await invoke$b('IframeInspector.saveState', state.uid);
15770
15742
  await restart$7('IframeInspector.terminate');
15771
15743
  const oldState = {
15772
15744
  ...state,
15773
15745
  items: []
15774
15746
  };
15775
- await invoke$a('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
15776
- await invoke$a('IframeInspector.loadContent', state.id, savedState);
15777
- const diffResult = await invoke$a('IframeInspector.diff2', oldState.id);
15778
- const commands = await invoke$a('IframeInspector.render2', oldState.id, diffResult);
15747
+ await invoke$b('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
15748
+ await invoke$b('IframeInspector.loadContent', state.id, savedState);
15749
+ const diffResult = await invoke$b('IframeInspector.diff2', oldState.id);
15750
+ const commands = await invoke$b('IframeInspector.render2', oldState.id, diffResult);
15779
15751
  return {
15780
15752
  ...oldState,
15781
15753
  commands,
@@ -15785,9 +15757,9 @@ const hotReload$9 = async state => {
15785
15757
 
15786
15758
  const wrapIframeInspectorCommand = key => {
15787
15759
  const fn = async (state, ...args) => {
15788
- await invoke$a(`IframeInspector.${key}`, state.id, ...args);
15789
- const diffResult = await invoke$a('IframeInspector.diff2', state.id);
15790
- const commands = await invoke$a('IframeInspector.render2', state.id, diffResult);
15760
+ await invoke$b(`IframeInspector.${key}`, state.id, ...args);
15761
+ const diffResult = await invoke$b('IframeInspector.diff2', state.id);
15762
+ const commands = await invoke$b('IframeInspector.render2', state.id, diffResult);
15791
15763
  if (commands.length === 0) {
15792
15764
  return state;
15793
15765
  }
@@ -15800,8 +15772,8 @@ const wrapIframeInspectorCommand = key => {
15800
15772
  };
15801
15773
 
15802
15774
  const Commands$w = {};
15803
- const getCommands$a = async () => {
15804
- const commands = await invoke$a('IframeInspector.getCommandIds');
15775
+ const getCommands$b = async () => {
15776
+ const commands = await invoke$b('IframeInspector.getCommandIds');
15805
15777
  for (const command of commands) {
15806
15778
  Commands$w[command] = wrapIframeInspectorCommand(command);
15807
15779
  }
@@ -15812,14 +15784,14 @@ const getCommands$a = async () => {
15812
15784
  const Css$y = ["/css/parts/Table.css", "/css/parts/ViewletIframeInspector.css"];
15813
15785
 
15814
15786
  const getKeyBindings$e = () => {
15815
- return invoke$a('IframeInspector.getKeyBindings');
15787
+ return invoke$b('IframeInspector.getKeyBindings');
15816
15788
  };
15817
15789
 
15818
15790
  const name$F = 'IframeInspector';
15819
15791
 
15820
15792
  const hasFunctionalRender$w = true;
15821
15793
  const hasFunctionalRootRender$k = true;
15822
- const hasFunctionalEvents$c = true;
15794
+ const hasFunctionalEvents$d = true;
15823
15795
  const renderContent = {
15824
15796
  isEqual(oldState, newState) {
15825
15797
  return false;
@@ -15828,8 +15800,8 @@ const renderContent = {
15828
15800
  multiple: true
15829
15801
  };
15830
15802
  const render$z = [renderContent];
15831
- const renderEventListeners$b = async () => {
15832
- const listeners = await invoke$a('IframeInspector.renderEventListeners');
15803
+ const renderEventListeners$c = async () => {
15804
+ const listeners = await invoke$b('IframeInspector.renderEventListeners');
15833
15805
  return listeners;
15834
15806
  };
15835
15807
 
@@ -15838,9 +15810,9 @@ const ViewletIframeInspector_ipc = {
15838
15810
  Commands: Commands$w,
15839
15811
  Css: Css$y,
15840
15812
  create: create$H,
15841
- getCommands: getCommands$a,
15813
+ getCommands: getCommands$b,
15842
15814
  getKeyBindings: getKeyBindings$e,
15843
- hasFunctionalEvents: hasFunctionalEvents$c,
15815
+ hasFunctionalEvents: hasFunctionalEvents$d,
15844
15816
  hasFunctionalRender: hasFunctionalRender$w,
15845
15817
  hasFunctionalRootRender: hasFunctionalRootRender$k,
15846
15818
  hotReload: hotReload$9,
@@ -15848,7 +15820,7 @@ const ViewletIframeInspector_ipc = {
15848
15820
  name: name$F,
15849
15821
  render: render$z,
15850
15822
  renderContent,
15851
- renderEventListeners: renderEventListeners$b
15823
+ renderEventListeners: renderEventListeners$c
15852
15824
  };
15853
15825
 
15854
15826
  const diffWorkerUrl = `${assetDir}/packages/diff-worker/dist/diffWorkerMain.js`;
@@ -15864,7 +15836,7 @@ const launchDiffWorker = async () => {
15864
15836
  };
15865
15837
 
15866
15838
  const {
15867
- invoke: invoke$9} = getOrCreateWorker(launchDiffWorker);
15839
+ invoke: invoke$a} = getOrCreateWorker(launchDiffWorker);
15868
15840
 
15869
15841
  /**
15870
15842
  *
@@ -15873,7 +15845,7 @@ const {
15873
15845
  * @returns
15874
15846
  */
15875
15847
  const diff = (linesA, linesB) => {
15876
- return invoke$9('Diff.diff', linesA, linesB);
15848
+ return invoke$a('Diff.diff', linesA, linesB);
15877
15849
  };
15878
15850
 
15879
15851
  const getDiffEditorContents = async (left, right) => {
@@ -16245,7 +16217,7 @@ const getPrefix$2 = type => {
16245
16217
  };
16246
16218
 
16247
16219
  // @ts-ignore
16248
- const getClassName$1 = type => {
16220
+ const getClassName = type => {
16249
16221
  switch (type) {
16250
16222
  case Deletion:
16251
16223
  return Deletion$1;
@@ -16265,7 +16237,7 @@ const renderLine$1 = value => {
16265
16237
  const dom = [];
16266
16238
  dom.push({
16267
16239
  type: Div,
16268
- className: `${EditorRow} ${getClassName$1(type)}`,
16240
+ className: `${EditorRow} ${getClassName(type)}`,
16269
16241
  childCount: lineInfo.length / 2
16270
16242
  });
16271
16243
  for (let i = 0; i < lineInfo.length; i += 2) {
@@ -16550,7 +16522,6 @@ const getVisibleDiffLinesWithTokens = (lines, changes, minLineY, maxLineY, langu
16550
16522
  };
16551
16523
 
16552
16524
  const SetFocused = 'setFocused';
16553
- const SetFocusedIndex = 'setFocusedIndex';
16554
16525
  const SetScrollBar = 'setScrollBar';
16555
16526
  const SetText = 'setText';
16556
16527
  const SetTitle = 'setTitle';
@@ -16793,7 +16764,7 @@ const renderPreviewTransform = {
16793
16764
  };
16794
16765
  const render$x = [renderElements, renderIframe$2, renderPreviewTransform];
16795
16766
 
16796
- const getActions$7 = () => {
16767
+ const getActions$6 = () => {
16797
16768
  return [];
16798
16769
  };
16799
16770
 
@@ -16802,7 +16773,7 @@ const renderActions$9 = {
16802
16773
  return oldState.name === newState.name;
16803
16774
  },
16804
16775
  apply(oldState, newState) {
16805
- const actions = getActions$7();
16776
+ const actions = getActions$6();
16806
16777
  const dom = getActionsVirtualDom(actions);
16807
16778
  return dom;
16808
16779
  }
@@ -16846,8 +16817,8 @@ const create$B = (id, uri, x, y, width, height) => {
16846
16817
  };
16847
16818
  };
16848
16819
  const getTests = async () => {
16849
- const root = await invoke$l('Platform.getRoot');
16850
- const testPath = await invoke$l('Platform.getTestPath');
16820
+ const root = await invoke$m('Platform.getRoot');
16821
+ const testPath = await invoke$m('Platform.getTestPath');
16851
16822
  const absolutePath = `${root}/${testPath}/src`;
16852
16823
  const dirents = await readDirWithFileTypes$9(absolutePath);
16853
16824
  const filteredDirents = dirents.slice(1);
@@ -17042,7 +17013,7 @@ const renderMessagePort = {
17042
17013
  };
17043
17014
  const render$w = [renderTests, renderIframe$1, renderMessagePort];
17044
17015
 
17045
- const getActions$6 = () => {
17016
+ const getActions$5 = () => {
17046
17017
  return [{
17047
17018
  type: Button,
17048
17019
  id: 'runAll',
@@ -17056,7 +17027,7 @@ const renderActions$8 = {
17056
17027
  return oldState.tests === newState.tests;
17057
17028
  },
17058
17029
  apply(oldState, newState) {
17059
- const actions = getActions$6();
17030
+ const actions = getActions$5();
17060
17031
  const dom = getActionsVirtualDom(actions);
17061
17032
  return dom;
17062
17033
  }
@@ -17607,7 +17578,7 @@ const Commands$s = {
17607
17578
  ...wrapEditorCommands(ids),
17608
17579
  // TODO
17609
17580
  async showOverlayMessage(state, editor, ...args) {
17610
- await invoke$n(...args);
17581
+ await invoke$o(...args);
17611
17582
  return state;
17612
17583
  }
17613
17584
  };
@@ -17772,7 +17743,7 @@ const ViewletEmptyEditor_ipc = {
17772
17743
  const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerViewWorkerMain.js`;
17773
17744
 
17774
17745
  const launchExplorerWorker = async () => {
17775
- const configuredWorkerUrl = getConfiguredWorkerUrl$b('develop.explorerWorkerPath', explorerWorkerUrl);
17746
+ const configuredWorkerUrl = getConfiguredWorkerUrl$c('develop.explorerWorkerPath', explorerWorkerUrl);
17776
17747
  const ipc = await create$13({
17777
17748
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
17778
17749
  url: configuredWorkerUrl,
@@ -17783,7 +17754,7 @@ const launchExplorerWorker = async () => {
17783
17754
  };
17784
17755
 
17785
17756
  const {
17786
- invoke: invoke$8,
17757
+ invoke: invoke$9,
17787
17758
  restart: restart$6
17788
17759
  } = getOrCreateWorker(launchExplorerWorker);
17789
17760
 
@@ -17809,11 +17780,11 @@ const create$w = (id, uri, x, y, width, height, args, parentUid) => {
17809
17780
  };
17810
17781
  };
17811
17782
  const loadContent$x = async (state, savedState) => {
17812
- await invoke$8('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17813
- await invoke$8('Explorer.loadContent', state.uid, savedState);
17814
- const diffResult = await invoke$8('Explorer.diff2', state.uid);
17815
- const commands = await invoke$8('Explorer.render2', state.uid, diffResult);
17816
- const actionsDom = await invoke$8('Explorer.renderActions2', state.uid);
17783
+ await invoke$9('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17784
+ await invoke$9('Explorer.loadContent', state.uid, savedState);
17785
+ const diffResult = await invoke$9('Explorer.diff2', state.uid);
17786
+ const commands = await invoke$9('Explorer.render2', state.uid, diffResult);
17787
+ const actionsDom = await invoke$9('Explorer.renderActions2', state.uid);
17817
17788
  return {
17818
17789
  ...state,
17819
17790
  commands,
@@ -17836,7 +17807,7 @@ const resize$k = (state, dimensions) => {
17836
17807
  };
17837
17808
  const getMouseActions = async () => {
17838
17809
  try {
17839
- return await invoke$8('Explorer.getMouseActions');
17810
+ return await invoke$9('Explorer.getMouseActions');
17840
17811
  } catch {
17841
17812
  return [];
17842
17813
  }
@@ -17849,16 +17820,16 @@ const hotReload$8 = async state => {
17849
17820
  state.isHotReloading = true;
17850
17821
  // possible TODO race condition during hot reload
17851
17822
  // there could still be pending promises when the worker is disposed
17852
- const savedState = await invoke$8('Explorer.saveState', state.uid);
17823
+ const savedState = await invoke$9('Explorer.saveState', state.uid);
17853
17824
  await restart$6('Explorer.terminate');
17854
17825
  const oldState = {
17855
17826
  ...state,
17856
17827
  items: []
17857
17828
  };
17858
- await invoke$8('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17859
- await invoke$8('Explorer.loadContent', state.uid, savedState);
17860
- const diffResult = await invoke$8('Explorer.diff2', state.uid);
17861
- const commands = await invoke$8('Explorer.render2', state.uid, diffResult);
17829
+ await invoke$9('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17830
+ await invoke$9('Explorer.loadContent', state.uid, savedState);
17831
+ const diffResult = await invoke$9('Explorer.diff2', state.uid);
17832
+ const commands = await invoke$9('Explorer.render2', state.uid, diffResult);
17862
17833
  return {
17863
17834
  ...oldState,
17864
17835
  commands,
@@ -17868,12 +17839,12 @@ const hotReload$8 = async state => {
17868
17839
 
17869
17840
  const wrapExplorerCommand = key => {
17870
17841
  const fn = async (state, ...args) => {
17871
- await invoke$8(`Explorer.${key}`, state.uid, ...args);
17872
- const diffResult = await invoke$8('Explorer.diff2', state.uid);
17842
+ await invoke$9(`Explorer.${key}`, state.uid, ...args);
17843
+ const diffResult = await invoke$9('Explorer.diff2', state.uid);
17873
17844
  if (diffResult.length === 0) {
17874
17845
  return state;
17875
17846
  }
17876
- const commands = await invoke$8('Explorer.render2', state.uid, diffResult);
17847
+ const commands = await invoke$9('Explorer.render2', state.uid, diffResult);
17877
17848
  if (commands.length === 0) {
17878
17849
  return state;
17879
17850
  }
@@ -17886,8 +17857,8 @@ const wrapExplorerCommand = key => {
17886
17857
  };
17887
17858
 
17888
17859
  const Commands$q = {};
17889
- const getCommands$9 = async () => {
17890
- const commands = await invoke$8('Explorer.getCommandIds');
17860
+ const getCommands$a = async () => {
17861
+ const commands = await invoke$9('Explorer.getCommandIds');
17891
17862
  for (const command of commands) {
17892
17863
  Commands$q[command] = wrapExplorerCommand(command);
17893
17864
  }
@@ -17899,13 +17870,13 @@ const getCommands$9 = async () => {
17899
17870
  const Css$s = [];
17900
17871
 
17901
17872
  const getKeyBindings$a = () => {
17902
- return invoke$8('Explorer.getKeyBindings');
17873
+ return invoke$9('Explorer.getKeyBindings');
17903
17874
  };
17904
17875
 
17905
17876
  const id$9 = Explorer;
17906
17877
  const getMenuEntries$d = () => {
17907
17878
  const explorerState = getState('Explorer');
17908
- return invoke$8('Explorer.getMenuEntries2', explorerState.uid);
17879
+ return invoke$9('Explorer.getMenuEntries2', explorerState.uid);
17909
17880
  };
17910
17881
 
17911
17882
  const MenuEntriesExplorer = {
@@ -17937,17 +17908,17 @@ const getDisplayName$1 = () => {
17937
17908
 
17938
17909
  const hasFunctionalRender$r = true;
17939
17910
  const hasFunctionalRootRender$g = true;
17940
- const hasFunctionalEvents$b = true;
17941
- const renderItems$7 = {
17911
+ const hasFunctionalEvents$c = true;
17912
+ const renderItems$8 = {
17942
17913
  isEqual(oldState, newState) {
17943
17914
  return JSON.stringify(oldState.commands) === JSON.stringify(newState.commands);
17944
17915
  },
17945
17916
  apply: apply,
17946
17917
  multiple: true
17947
17918
  };
17948
- const render$s = [renderItems$7];
17949
- const renderEventListeners$a = async () => {
17950
- const listeners = await invoke$8('Explorer.renderEventListeners');
17919
+ const render$s = [renderItems$8];
17920
+ const renderEventListeners$b = async () => {
17921
+ const listeners = await invoke$9('Explorer.renderEventListeners');
17951
17922
  return listeners;
17952
17923
  };
17953
17924
 
@@ -17980,11 +17951,11 @@ const renderTitle$4 = {
17980
17951
  };
17981
17952
 
17982
17953
  const restoreState = savedState => {
17983
- return invoke$8('Explorer.restoreState', savedState);
17954
+ return invoke$9('Explorer.restoreState', savedState);
17984
17955
  };
17985
17956
 
17986
17957
  const saveState$g = state => {
17987
- return invoke$8('Explorer.saveState', state.uid);
17958
+ return invoke$9('Explorer.saveState', state.uid);
17988
17959
  };
17989
17960
 
17990
17961
  const Events$4 = {};
@@ -17996,11 +17967,11 @@ const ViewletExplorer_ipc = {
17996
17967
  Events: Events$4,
17997
17968
  create: create$w,
17998
17969
  dispose: dispose$m,
17999
- getCommands: getCommands$9,
17970
+ getCommands: getCommands$a,
18000
17971
  getDisplayName: getDisplayName$1,
18001
17972
  getKeyBindings: getKeyBindings$a,
18002
17973
  getMouseActions,
18003
- hasFunctionalEvents: hasFunctionalEvents$b,
17974
+ hasFunctionalEvents: hasFunctionalEvents$c,
18004
17975
  hasFunctionalRender: hasFunctionalRender$r,
18005
17976
  hasFunctionalResize: hasFunctionalResize$f,
18006
17977
  hasFunctionalRootRender: hasFunctionalRootRender$g,
@@ -18010,7 +17981,7 @@ const ViewletExplorer_ipc = {
18010
17981
  name: name$z,
18011
17982
  render: render$s,
18012
17983
  renderActions: renderActions$7,
18013
- renderEventListeners: renderEventListeners$a,
17984
+ renderEventListeners: renderEventListeners$b,
18014
17985
  renderTitle: renderTitle$4,
18015
17986
  resize: resize$k,
18016
17987
  restoreState,
@@ -18019,7 +17990,7 @@ const ViewletExplorer_ipc = {
18019
17990
 
18020
17991
  const extensionDetailViewWorkerUrl = `${assetDir}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js`;
18021
17992
 
18022
- const getConfiguredWorkerUrl$7 = () => {
17993
+ const getConfiguredWorkerUrl$8 = () => {
18023
17994
  let configuredWorkerUrl = get$e('develop.extensionDetailViewWorkerPath') || '';
18024
17995
  if (configuredWorkerUrl) {
18025
17996
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -18035,15 +18006,15 @@ const launchExtensionDetailViewWorker = async () => {
18035
18006
  const ipc = await create$13({
18036
18007
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18037
18008
  name,
18038
- url: getConfiguredWorkerUrl$7()
18009
+ url: getConfiguredWorkerUrl$8()
18039
18010
  });
18040
18011
  handleIpc(ipc);
18041
- await invoke$o(ipc, 'ExtensionDetail.initialize');
18012
+ await invoke$p(ipc, 'ExtensionDetail.initialize');
18042
18013
  return ipc;
18043
18014
  };
18044
18015
 
18045
18016
  const {
18046
- invoke: invoke$7,
18017
+ invoke: invoke$8,
18047
18018
  restart: restart$5
18048
18019
  } = getOrCreateWorker(launchExtensionDetailViewWorker);
18049
18020
 
@@ -18083,10 +18054,10 @@ const create$v = (id, uri, x, y, width, height) => {
18083
18054
  // TODO when there are multiple extension with the same id,
18084
18055
  // probably need to pass extension location from extensions viewlet
18085
18056
  const loadContent$w = async (state, savedState) => {
18086
- await invoke$7('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18087
- await invoke$7('ExtensionDetail.loadContent2', state.uid, savedState);
18088
- const diffResult = await invoke$7('ExtensionDetail.diff2', state.uid);
18089
- const commands = await invoke$7('ExtensionDetail.render2', state.uid, diffResult);
18057
+ await invoke$8('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18058
+ await invoke$8('ExtensionDetail.loadContent2', state.uid, savedState);
18059
+ const diffResult = await invoke$8('ExtensionDetail.diff2', state.uid);
18060
+ const commands = await invoke$8('ExtensionDetail.render2', state.uid, diffResult);
18090
18061
  return {
18091
18062
  ...state,
18092
18063
  commands
@@ -18101,10 +18072,10 @@ const hotReload$7 = async state => {
18101
18072
  // possible TODO race condition during hot reload
18102
18073
  // there could still be pending promises when the worker is disposed
18103
18074
  await restart$5('ExtensionDetail.terminate');
18104
- await invoke$7('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18105
- await invoke$7('ExtensionDetail.loadContent2', state.uid, {});
18106
- const diffResult = invoke$7('ExtensionDetail.diff2', state.uid);
18107
- const commands = await invoke$7('ExtensionDetail.render2', state.uid, diffResult);
18075
+ await invoke$8('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18076
+ await invoke$8('ExtensionDetail.loadContent2', state.uid, {});
18077
+ const diffResult = invoke$8('ExtensionDetail.diff2', state.uid);
18078
+ const commands = await invoke$8('ExtensionDetail.render2', state.uid, diffResult);
18108
18079
  state.isHotReloading = false;
18109
18080
  return {
18110
18081
  ...state,
@@ -18112,7 +18083,7 @@ const hotReload$7 = async state => {
18112
18083
  };
18113
18084
  };
18114
18085
  const saveState$f = async state => {
18115
- const savedState = await invoke$7('ExtensionDetail.saveState', state.uid);
18086
+ const savedState = await invoke$8('ExtensionDetail.saveState', state.uid);
18116
18087
  return savedState;
18117
18088
  };
18118
18089
  const hasFunctionalResize$e = true;
@@ -18127,12 +18098,12 @@ const resize$j = (state, dimensions) => {
18127
18098
 
18128
18099
  const wrapExtensionDetailCommand = key => {
18129
18100
  const fn = async (state, ...args) => {
18130
- await invoke$7(`ExtensionDetail.${key}`, state.uid, ...args);
18131
- const diffResult = await invoke$7('ExtensionDetail.diff2', state.uid);
18101
+ await invoke$8(`ExtensionDetail.${key}`, state.uid, ...args);
18102
+ const diffResult = await invoke$8('ExtensionDetail.diff2', state.uid);
18132
18103
  if (diffResult.length === 0) {
18133
18104
  return state;
18134
18105
  }
18135
- const commands = await invoke$7('ExtensionDetail.render2', state.uid, diffResult);
18106
+ const commands = await invoke$8('ExtensionDetail.render2', state.uid, diffResult);
18136
18107
  return {
18137
18108
  ...state,
18138
18109
  commands
@@ -18142,8 +18113,8 @@ const wrapExtensionDetailCommand = key => {
18142
18113
  };
18143
18114
 
18144
18115
  const Commands$p = {};
18145
- const getCommands$8 = async () => {
18146
- const commands = await invoke$7('ExtensionDetail.getCommandIds');
18116
+ const getCommands$9 = async () => {
18117
+ const commands = await invoke$8('ExtensionDetail.getCommandIds');
18147
18118
  for (const command of commands) {
18148
18119
  Commands$p[command] = wrapExtensionDetailCommand(command);
18149
18120
  }
@@ -18155,7 +18126,7 @@ const Css$r = ["/css/parts/AdditionalDetails.css", "/css/parts/BrowserScrollBar.
18155
18126
 
18156
18127
  const id$8 = ExtensionDetailReadme;
18157
18128
  const getMenuEntries$c = async props => {
18158
- const menuEntries = await invoke$7('ExtensionDetail.getMenuEntries', props);
18129
+ const menuEntries = await invoke$8('ExtensionDetail.getMenuEntries', props);
18159
18130
  return menuEntries;
18160
18131
  };
18161
18132
 
@@ -18171,7 +18142,7 @@ const name$y = 'ExtensionDetail';
18171
18142
 
18172
18143
  const hasFunctionalRender$q = true;
18173
18144
  const hasFunctionalRootRender$f = true;
18174
- const hasFunctionalEvents$a = true;
18145
+ const hasFunctionalEvents$b = true;
18175
18146
  const renderDom$1 = {
18176
18147
  isEqual(oldState, newState) {
18177
18148
  return false;
@@ -18180,8 +18151,8 @@ const renderDom$1 = {
18180
18151
  multiple: true
18181
18152
  };
18182
18153
  const render$r = [renderDom$1];
18183
- const renderEventListeners$9 = async () => {
18184
- const listeners = await invoke$7('ExtensionDetail.renderEventListeners');
18154
+ const renderEventListeners$a = async () => {
18155
+ const listeners = await invoke$8('ExtensionDetail.renderEventListeners');
18185
18156
  return listeners;
18186
18157
  };
18187
18158
 
@@ -18190,8 +18161,8 @@ const ViewletExtensionDetail_ipc = {
18190
18161
  Commands: Commands$p,
18191
18162
  Css: Css$r,
18192
18163
  create: create$v,
18193
- getCommands: getCommands$8,
18194
- hasFunctionalEvents: hasFunctionalEvents$a,
18164
+ getCommands: getCommands$9,
18165
+ hasFunctionalEvents: hasFunctionalEvents$b,
18195
18166
  hasFunctionalRender: hasFunctionalRender$q,
18196
18167
  hasFunctionalResize: hasFunctionalResize$e,
18197
18168
  hasFunctionalRootRender: hasFunctionalRootRender$f,
@@ -18200,14 +18171,14 @@ const ViewletExtensionDetail_ipc = {
18200
18171
  menus: menus$8,
18201
18172
  name: name$y,
18202
18173
  render: render$r,
18203
- renderEventListeners: renderEventListeners$9,
18174
+ renderEventListeners: renderEventListeners$a,
18204
18175
  resize: resize$j,
18205
18176
  saveState: saveState$f
18206
18177
  };
18207
18178
 
18208
18179
  const extensionSearchViewWorkerUrl = `${assetDir}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js`;
18209
18180
 
18210
- const getConfiguredWorkerUrl$6 = () => {
18181
+ const getConfiguredWorkerUrl$7 = () => {
18211
18182
  let configuredWorkerUrl = get$e('develop.extensionSearchViewWorkerPath') || '';
18212
18183
  if (configuredWorkerUrl) {
18213
18184
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -18223,21 +18194,21 @@ const launchExtensionSearchViewWorker = async () => {
18223
18194
  const ipc = await create$13({
18224
18195
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18225
18196
  name,
18226
- url: getConfiguredWorkerUrl$6()
18197
+ url: getConfiguredWorkerUrl$7()
18227
18198
  });
18228
18199
  handleIpc(ipc);
18229
18200
  return ipc;
18230
18201
  };
18231
18202
 
18232
18203
  const {
18233
- invoke: invoke$6,
18204
+ invoke: invoke$7,
18234
18205
  restart: restart$4
18235
18206
  } = getOrCreateWorker(launchExtensionSearchViewWorker);
18236
18207
 
18237
18208
  // then state can be recycled by Viewlet when there is only a single ViewletExtensions instance
18238
18209
 
18239
18210
  const saveState$e = async state => {
18240
- const savedState = await invoke$6('SearchExtensions.saveState', state.id);
18211
+ const savedState = await invoke$7('SearchExtensions.saveState', state.id);
18241
18212
  return savedState;
18242
18213
  };
18243
18214
  const create$u = (id, uri, x, y, width, height) => {
@@ -18254,10 +18225,10 @@ const create$u = (id, uri, x, y, width, height) => {
18254
18225
  };
18255
18226
  };
18256
18227
  const loadContent$v = async (state, savedState) => {
18257
- await invoke$6('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18258
- await invoke$6('SearchExtensions.loadContent', state.id, savedState);
18259
- const diffResult = await invoke$6('SearchExtensions.diff2', state.id);
18260
- const commands = await invoke$6('SearchExtensions.render3', state.id, diffResult);
18228
+ await invoke$7('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18229
+ await invoke$7('SearchExtensions.loadContent', state.id, savedState);
18230
+ const diffResult = await invoke$7('SearchExtensions.diff2', state.id);
18231
+ const commands = await invoke$7('SearchExtensions.render3', state.id, diffResult);
18261
18232
  return {
18262
18233
  ...state,
18263
18234
  commands
@@ -18275,16 +18246,16 @@ const hotReload$6 = async state => {
18275
18246
  state.isHotReloading = true;
18276
18247
  // possible TODO race condition during hot reload
18277
18248
  // there could still be pending promises when the worker is disposed
18278
- const savedState = await invoke$6('SearchExtensions.saveState', state.uid);
18249
+ const savedState = await invoke$7('SearchExtensions.saveState', state.uid);
18279
18250
  await restart$4('SearchExtensions.terminate');
18280
18251
  const oldState = {
18281
18252
  ...state,
18282
18253
  items: []
18283
18254
  };
18284
- await invoke$6('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18285
- await invoke$6('SearchExtensions.loadContent', state.id, savedState);
18286
- const diffResult = await invoke$6('SearchExtensions.diff2', state.id);
18287
- const commands = await invoke$6('SearchExtensions.render3', oldState.id, diffResult);
18255
+ await invoke$7('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18256
+ await invoke$7('SearchExtensions.loadContent', state.id, savedState);
18257
+ const diffResult = await invoke$7('SearchExtensions.diff2', state.id);
18258
+ const commands = await invoke$7('SearchExtensions.render3', oldState.id, diffResult);
18288
18259
  return {
18289
18260
  ...oldState,
18290
18261
  commands,
@@ -18294,9 +18265,9 @@ const hotReload$6 = async state => {
18294
18265
 
18295
18266
  const wrapExtensionSearchCommand = key => {
18296
18267
  const wrapped = async (state, ...args) => {
18297
- await invoke$6(`SearchExtensions.${key}`, state.uid, ...args);
18298
- const diffResult = await invoke$6(`SearchExtensions.diff2`, state.uid);
18299
- const commands = await invoke$6('SearchExtensions.render3', state.uid, diffResult);
18268
+ await invoke$7(`SearchExtensions.${key}`, state.uid, ...args);
18269
+ const diffResult = await invoke$7(`SearchExtensions.diff2`, state.uid);
18270
+ const commands = await invoke$7('SearchExtensions.render3', state.uid, diffResult);
18300
18271
  return {
18301
18272
  ...state,
18302
18273
  commands
@@ -18306,8 +18277,8 @@ const wrapExtensionSearchCommand = key => {
18306
18277
  };
18307
18278
 
18308
18279
  const Commands$o = {};
18309
- const getCommands$7 = async () => {
18310
- const commands = await invoke$6('SearchExtensions.getCommandIds');
18280
+ const getCommands$8 = async () => {
18281
+ const commands = await invoke$7('SearchExtensions.getCommandIds');
18311
18282
  for (const command of commands) {
18312
18283
  Commands$o[command] = wrapExtensionSearchCommand(command);
18313
18284
  }
@@ -18318,11 +18289,11 @@ const getCommands$7 = async () => {
18318
18289
  const Css$q = ["/css/parts/ViewletExtensions.css"];
18319
18290
 
18320
18291
  const getKeyBindings$9 = () => {
18321
- return invoke$6('SearchExtensions.getKeyBindings');
18292
+ return invoke$7('SearchExtensions.getKeyBindings');
18322
18293
  };
18323
18294
 
18324
18295
  const getMenuEntries$b = async () => {
18325
- const entries = await invoke$6('SearchExtensions.getMenuEntries');
18296
+ const entries = await invoke$7('SearchExtensions.getMenuEntries');
18326
18297
  return entries;
18327
18298
  // {
18328
18299
  // id: 'enable',
@@ -18364,21 +18335,21 @@ const name$x = 'Extensions';
18364
18335
 
18365
18336
  const hasFunctionalRender$p = true;
18366
18337
  const hasFunctionalRootRender$e = true;
18367
- const hasFunctionalEvents$9 = true;
18368
- const renderItems$6 = {
18338
+ const hasFunctionalEvents$a = true;
18339
+ const renderItems$7 = {
18369
18340
  isEqual(oldState, newState) {
18370
18341
  return JSON.stringify(oldState.commands) === JSON.stringify(newState.commands);
18371
18342
  },
18372
18343
  apply: apply,
18373
18344
  multiple: true
18374
18345
  };
18375
- const render$q = [renderItems$6];
18376
- const renderEventListeners$8 = async () => {
18377
- const listeners = await invoke$6('SearchExtensions.renderEventListeners');
18346
+ const render$q = [renderItems$7];
18347
+ const renderEventListeners$9 = async () => {
18348
+ const listeners = await invoke$7('SearchExtensions.renderEventListeners');
18378
18349
  return listeners;
18379
18350
  };
18380
18351
 
18381
- const getActions$5 = () => {
18352
+ const getActions$4 = () => {
18382
18353
  // TODO compute from worker
18383
18354
  return [{
18384
18355
  type: Button,
@@ -18396,7 +18367,7 @@ const renderActions$6 = {
18396
18367
  return oldState === newState;
18397
18368
  },
18398
18369
  apply(oldState, newState) {
18399
- const actions = getActions$5();
18370
+ const actions = getActions$4();
18400
18371
  const dom = getActionsVirtualDom(actions);
18401
18372
  return dom;
18402
18373
  }
@@ -18435,9 +18406,9 @@ const ViewletExtensions_ipc = {
18435
18406
  Css: Css$q,
18436
18407
  create: create$u,
18437
18408
  dispose: dispose$l,
18438
- getCommands: getCommands$7,
18409
+ getCommands: getCommands$8,
18439
18410
  getKeyBindings: getKeyBindings$9,
18440
- hasFunctionalEvents: hasFunctionalEvents$9,
18411
+ hasFunctionalEvents: hasFunctionalEvents$a,
18441
18412
  hasFunctionalRender: hasFunctionalRender$p,
18442
18413
  hasFunctionalResize: hasFunctionalResize$d,
18443
18414
  hasFunctionalRootRender: hasFunctionalRootRender$e,
@@ -18447,7 +18418,7 @@ const ViewletExtensions_ipc = {
18447
18418
  name: name$x,
18448
18419
  render: render$q,
18449
18420
  renderActions: renderActions$6,
18450
- renderEventListeners: renderEventListeners$8,
18421
+ renderEventListeners: renderEventListeners$9,
18451
18422
  renderTitle: renderTitle$3,
18452
18423
  resize: resize$i,
18453
18424
  saveState: saveState$e
@@ -18470,12 +18441,12 @@ const previousNoCycle = (items, index) => {
18470
18441
  };
18471
18442
 
18472
18443
  const Leaf = 1;
18473
- const Expanded$1 = 2;
18474
- const Collapsed$1 = 3;
18444
+ const Expanded = 2;
18445
+ const Collapsed = 3;
18475
18446
 
18476
18447
  const referencesWorkerUrl = `${assetDir}/packages/references-view/dist/referencesViewWorkerMain.js`;
18477
18448
 
18478
- const getConfiguredWorkerUrl$5 = () => {
18449
+ const getConfiguredWorkerUrl$6 = () => {
18479
18450
  let configuredWorkerUrl = get$e('develop.referencesWorkerPath') || '';
18480
18451
  if (configuredWorkerUrl) {
18481
18452
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -18491,15 +18462,15 @@ const launchReferencesWorker = async () => {
18491
18462
  const ipc = await create$13({
18492
18463
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18493
18464
  name,
18494
- url: getConfiguredWorkerUrl$5()
18465
+ url: getConfiguredWorkerUrl$6()
18495
18466
  });
18496
18467
  handleIpc(ipc);
18497
- await invoke$o(ipc, 'References.initialize');
18468
+ await invoke$p(ipc, 'References.initialize');
18498
18469
  return ipc;
18499
18470
  };
18500
18471
 
18501
18472
  const {
18502
- invoke: invoke$5} = getOrCreateWorker(launchReferencesWorker);
18473
+ invoke: invoke$6} = getOrCreateWorker(launchReferencesWorker);
18503
18474
 
18504
18475
  const create$t = (id, uri, x, y, width, height, args) => {
18505
18476
  return {
@@ -18515,10 +18486,10 @@ const create$t = (id, uri, x, y, width, height, args) => {
18515
18486
  // TODO speed up this function by 130% by not running activation event (onReferences) again and again
18516
18487
  // e.g. (21ms activation event, 11ms getReferences) => (11ms getReferences)
18517
18488
  const loadContent$u = async (state, savedState) => {
18518
- await invoke$5('References.create', state.id, state.uri, state.x, state.y, state.width, state.height);
18519
- await invoke$5('References.loadContent', state.id, savedState);
18520
- const diff = await invoke$5('References.diff2', state.id);
18521
- const commands = await invoke$5('References.render2', state.id, diff);
18489
+ await invoke$6('References.create', state.id, state.uri, state.x, state.y, state.width, state.height);
18490
+ await invoke$6('References.loadContent', state.id, savedState);
18491
+ const diff = await invoke$6('References.diff2', state.id);
18492
+ const commands = await invoke$6('References.render2', state.id, diff);
18522
18493
  return {
18523
18494
  ...state,
18524
18495
  commands
@@ -18568,9 +18539,9 @@ const selectIndex$1 = (state, index) => {
18568
18539
  switch (displayReference.type) {
18569
18540
  case Leaf:
18570
18541
  return selectIndexLead(state, index);
18571
- case Expanded$1:
18542
+ case Expanded:
18572
18543
  return selectIndexExpanded(state, index);
18573
- case Collapsed$1:
18544
+ case Collapsed:
18574
18545
  return selectIndexCollapsed(state, index);
18575
18546
  default:
18576
18547
  console.warn(displayReference);
@@ -18628,7 +18599,7 @@ const selectCurrent$1 = state => {
18628
18599
  return selectIndex$1(state, state.focusedIndex);
18629
18600
  };
18630
18601
  const saveState$d = async state => {
18631
- const savedState = await invoke$5('References.saveState', state.uid);
18602
+ const savedState = await invoke$6('References.saveState', state.uid);
18632
18603
  return savedState;
18633
18604
  };
18634
18605
 
@@ -18671,17 +18642,17 @@ const dispose$j = dispose$k;
18671
18642
 
18672
18643
  const hasFunctionalRender$o = true;
18673
18644
  const hasFunctionalRootRender$d = true;
18674
- const hasFunctionalEvents$8 = true;
18675
- const renderItems$5 = {
18645
+ const hasFunctionalEvents$9 = true;
18646
+ const renderItems$6 = {
18676
18647
  isEqual(oldState, newState) {
18677
18648
  return newState.commands.length === 0;
18678
18649
  },
18679
18650
  apply: apply,
18680
18651
  multiple: true
18681
18652
  };
18682
- const render$p = [renderItems$5];
18683
- const renderEventListeners$7 = async () => {
18684
- const listeners = await invoke$5('References.renderEventListeners');
18653
+ const render$p = [renderItems$6];
18654
+ const renderEventListeners$8 = async () => {
18655
+ const listeners = await invoke$6('References.renderEventListeners');
18685
18656
  return listeners;
18686
18657
  };
18687
18658
 
@@ -18694,17 +18665,17 @@ const ViewletImplementations_ipc = {
18694
18665
  contentLoaded: contentLoaded$6,
18695
18666
  create: create$s,
18696
18667
  dispose: dispose$j,
18697
- hasFunctionalEvents: hasFunctionalEvents$8,
18668
+ hasFunctionalEvents: hasFunctionalEvents$9,
18698
18669
  hasFunctionalRender: hasFunctionalRender$o,
18699
18670
  hasFunctionalRootRender: hasFunctionalRootRender$d,
18700
18671
  loadContent: loadContent$t,
18701
18672
  name: name$w,
18702
18673
  render: render$p,
18703
- renderEventListeners: renderEventListeners$7
18674
+ renderEventListeners: renderEventListeners$8
18704
18675
  };
18705
18676
 
18706
18677
  const getInlineDiffChanges = (linesLeft, linesRight) => {
18707
- return invoke$9('Diff.diffInline', linesLeft, linesRight);
18678
+ return invoke$a('Diff.diffInline', linesLeft, linesRight);
18708
18679
  };
18709
18680
 
18710
18681
  const create$r = (id, uri, x, y, width, height) => {
@@ -18958,7 +18929,7 @@ const ViewletInlineDiffEditor_ipc = {
18958
18929
 
18959
18930
  const keyBindingsViewWorkerUrl = `${assetDir}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js`;
18960
18931
 
18961
- const getConfiguredWorkerUrl$4 = () => {
18932
+ const getConfiguredWorkerUrl$5 = () => {
18962
18933
  let configuredWorkerUrl = get$e('develop.keyBindingsViewWorkerPath') || '';
18963
18934
  if (configuredWorkerUrl) {
18964
18935
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -18974,14 +18945,14 @@ const launchKeyBindingsViewWorker = async () => {
18974
18945
  const ipc = await create$13({
18975
18946
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18976
18947
  name,
18977
- url: getConfiguredWorkerUrl$4()
18948
+ url: getConfiguredWorkerUrl$5()
18978
18949
  });
18979
18950
  handleIpc(ipc);
18980
18951
  return ipc;
18981
18952
  };
18982
18953
 
18983
18954
  const {
18984
- invoke: invoke$4,
18955
+ invoke: invoke$5,
18985
18956
  restart: restart$3
18986
18957
  } = getOrCreateWorker(launchKeyBindingsViewWorker);
18987
18958
 
@@ -19002,13 +18973,13 @@ const create$q = (id, uri, x, y, width, height) => {
19002
18973
  };
19003
18974
  };
19004
18975
  const saveState$b = state => {
19005
- return invoke$4('KeyBindings.saveState', state.uid);
18976
+ return invoke$5('KeyBindings.saveState', state.uid);
19006
18977
  };
19007
18978
  const loadContent$r = async (state, savedState) => {
19008
- await invoke$4('KeyBindings.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
19009
- await invoke$4('KeyBindings.loadContent', state.uid, savedState);
19010
- const diffResult = await invoke$4('KeyBindings.diff2', state.uid);
19011
- const commands = await invoke$4('KeyBindings.render3', state.uid, diffResult);
18979
+ await invoke$5('KeyBindings.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
18980
+ await invoke$5('KeyBindings.loadContent', state.uid, savedState);
18981
+ const diffResult = await invoke$5('KeyBindings.diff2', state.uid);
18982
+ const commands = await invoke$5('KeyBindings.render3', state.uid, diffResult);
19012
18983
  return {
19013
18984
  ...state,
19014
18985
  commands
@@ -19022,16 +18993,16 @@ const hotReload$4 = async state => {
19022
18993
  state.isHotReloading = true;
19023
18994
  // possible TODO race condition during hot reload
19024
18995
  // there could still be pending promises when the worker is disposed
19025
- const savedState = await invoke$4('KeyBindings.saveState', state.uid);
18996
+ const savedState = await invoke$5('KeyBindings.saveState', state.uid);
19026
18997
  await restart$3('KeyBindings.terminate');
19027
18998
  const oldState = {
19028
18999
  ...state,
19029
19000
  items: []
19030
19001
  };
19031
- await invoke$4('KeyBindings.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
19032
- await invoke$4('KeyBindings.loadContent', state.uid, savedState);
19033
- const diffResult = await invoke$4('KeyBindings.diff2', state.uid);
19034
- const commands = await invoke$4('KeyBindings.render3', oldState.uid, diffResult);
19002
+ await invoke$5('KeyBindings.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
19003
+ await invoke$5('KeyBindings.loadContent', state.uid, savedState);
19004
+ const diffResult = await invoke$5('KeyBindings.diff2', state.uid);
19005
+ const commands = await invoke$5('KeyBindings.render3', oldState.uid, diffResult);
19035
19006
  return {
19036
19007
  ...oldState,
19037
19008
  commands,
@@ -19041,9 +19012,9 @@ const hotReload$4 = async state => {
19041
19012
 
19042
19013
  const wrapKeyBindingCommand = key => {
19043
19014
  const fn = async (state, ...args) => {
19044
- await invoke$4(`KeyBindings.${key}`, state.uid, ...args);
19045
- const diffResult = await invoke$4('KeyBindings.diff2', state.uid);
19046
- const commands = await invoke$4('KeyBindings.render3', state.uid, diffResult);
19015
+ await invoke$5(`KeyBindings.${key}`, state.uid, ...args);
19016
+ const diffResult = await invoke$5('KeyBindings.diff2', state.uid);
19017
+ const commands = await invoke$5('KeyBindings.render3', state.uid, diffResult);
19047
19018
  if (commands.length === 0) {
19048
19019
  return state;
19049
19020
  }
@@ -19056,8 +19027,8 @@ const wrapKeyBindingCommand = key => {
19056
19027
  };
19057
19028
 
19058
19029
  const Commands$l = {};
19059
- const getCommands$6 = async () => {
19060
- const commands = await invoke$4('KeyBindings.getCommandIds');
19030
+ const getCommands$7 = async () => {
19031
+ const commands = await invoke$5('KeyBindings.getCommandIds');
19061
19032
  for (const command of commands) {
19062
19033
  Commands$l[command] = wrapKeyBindingCommand(command);
19063
19034
  }
@@ -19068,7 +19039,7 @@ const getCommands$6 = async () => {
19068
19039
  const Css$o = ["/css/parts/InputBadge.css", "/css/parts/Key.css", "/css/parts/KeyBindingsHeader.css", "/css/parts/KeyBindingsTable.css", "/css/parts/Table.css", "/css/parts/ViewletKeyBindings.css"];
19069
19040
 
19070
19041
  const getKeyBindings$8 = () => {
19071
- return invoke$4('KeyBindings.getKeyBindings');
19042
+ return invoke$5('KeyBindings.getKeyBindings');
19072
19043
  };
19073
19044
 
19074
19045
  const id$7 = KeyBindingsTable;
@@ -19133,7 +19104,7 @@ const name$u = 'KeyBindings';
19133
19104
 
19134
19105
  const hasFunctionalRender$m = true;
19135
19106
  const hasFunctionalRootRender$b = true;
19136
- const hasFunctionalEvents$7 = true;
19107
+ const hasFunctionalEvents$8 = true;
19137
19108
  const renderKeyBindings = {
19138
19109
  isEqual(oldState, newState) {
19139
19110
  return newState.commands && newState.commands.length === 0;
@@ -19142,8 +19113,8 @@ const renderKeyBindings = {
19142
19113
  multiple: true
19143
19114
  };
19144
19115
  const render$n = [renderKeyBindings];
19145
- const renderEventListeners$6 = async () => {
19146
- const listeners = await invoke$4('KeyBindings.renderEventListeners');
19116
+ const renderEventListeners$7 = async () => {
19117
+ const listeners = await invoke$5('KeyBindings.renderEventListeners');
19147
19118
  return listeners;
19148
19119
  };
19149
19120
 
@@ -19173,9 +19144,9 @@ const ViewletKeyBindings_ipc = {
19173
19144
  Commands: Commands$l,
19174
19145
  Css: Css$o,
19175
19146
  create: create$q,
19176
- getCommands: getCommands$6,
19147
+ getCommands: getCommands$7,
19177
19148
  getKeyBindings: getKeyBindings$8,
19178
- hasFunctionalEvents: hasFunctionalEvents$7,
19149
+ hasFunctionalEvents: hasFunctionalEvents$8,
19179
19150
  hasFunctionalRender: hasFunctionalRender$m,
19180
19151
  hasFunctionalResize: hasFunctionalResize$c,
19181
19152
  hasFunctionalRootRender: hasFunctionalRootRender$b,
@@ -19184,7 +19155,7 @@ const ViewletKeyBindings_ipc = {
19184
19155
  menus: menus$6,
19185
19156
  name: name$u,
19186
19157
  render: render$n,
19187
- renderEventListeners: renderEventListeners$6,
19158
+ renderEventListeners: renderEventListeners$7,
19188
19159
  resize: resize$h,
19189
19160
  saveState: saveState$b
19190
19161
  };
@@ -19947,7 +19918,7 @@ const showAsync = async (uid, points, module) => {
19947
19918
  if (commands) {
19948
19919
  commands.push(['Viewlet.append', uid, viewletUid]);
19949
19920
  }
19950
- await invoke$n('Viewlet.sendMultiple', commands);
19921
+ await invoke$o('Viewlet.sendMultiple', commands);
19951
19922
  // TODO
19952
19923
  // 2. load module
19953
19924
  // 3. if module is still visible, replace placeholder with actual viewlet
@@ -21801,7 +21772,7 @@ const loadContent$p = async (state, savedState) => {
21801
21772
  once(Twelve, hydrateLazy);
21802
21773
  addListener('editor.change', handleEditorChange$1);
21803
21774
  addListener('titleUpdated', handleTitleUpdated$1);
21804
- await invoke$n('Viewlet.loadModule', MainTabs);
21775
+ await invoke$o('Viewlet.loadModule', MainTabs);
21805
21776
  return {
21806
21777
  ...state,
21807
21778
  groups,
@@ -21890,7 +21861,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
21890
21861
  const id = getModuleId(initialUri);
21891
21862
  const tabLabel = 'Loading';
21892
21863
  const tabTitle = 'Loading';
21893
- await invoke$n(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
21864
+ await invoke$o(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
21894
21865
  const y = state.y + state.tabHeight;
21895
21866
  const x = state.x;
21896
21867
  const width = state.width;
@@ -21915,7 +21886,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
21915
21886
  title,
21916
21887
  ...props
21917
21888
  });
21918
- await invoke$n('Viewlet.send', 'Main', 'updateTab', 1, title);
21889
+ await invoke$o('Viewlet.send', 'Main', 'updateTab', 1, title);
21919
21890
  // TODO update tab title with new title
21920
21891
  return state;
21921
21892
  };
@@ -22715,7 +22686,7 @@ const create$n = (id, uri, x, y, width, height) => {
22715
22686
  };
22716
22687
  const loadContent$o = state => {
22717
22688
  const update = async () => {
22718
- await invoke$n(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
22689
+ await invoke$o(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
22719
22690
  };
22720
22691
  return {
22721
22692
  ...state,
@@ -22770,10 +22741,10 @@ const ViewletNoop_ipc = {
22770
22741
  };
22771
22742
 
22772
22743
  const open$4 = async (id, file) => {
22773
- await invoke$l(/* OutputChannel.open */'OutputChannel.open', id, /* path */file);
22744
+ await invoke$m(/* OutputChannel.open */'OutputChannel.open', id, /* path */file);
22774
22745
  };
22775
22746
  const close$3 = async id => {
22776
- await invoke$l(/* OutputChannel.close */'OutputChannel.close', /* id */id);
22747
+ await invoke$m(/* OutputChannel.close */'OutputChannel.close', /* id */id);
22777
22748
  };
22778
22749
 
22779
22750
  const getOutputChannels = () => {
@@ -22834,7 +22805,7 @@ const contentLoaded$4 = async state => {
22834
22805
  const setOutputChannel = async (state, option) => {
22835
22806
  state.selectedOption = option;
22836
22807
  // TODO race condition
22837
- await invoke$n(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
22808
+ await invoke$o(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
22838
22809
  // TODO race condition
22839
22810
  // TODO should use invoke
22840
22811
  await open$4('Output', state.selectedOption);
@@ -22920,7 +22891,7 @@ const toSelectOption = option => {
22920
22891
  const toSelectOptions = options => {
22921
22892
  return options.map(toSelectOption);
22922
22893
  };
22923
- const getActions$4 = state => {
22894
+ const getActions$3 = state => {
22924
22895
  const {
22925
22896
  options
22926
22897
  } = state;
@@ -22948,7 +22919,7 @@ const renderActions$5 = {
22948
22919
  return oldState === newState;
22949
22920
  },
22950
22921
  apply(oldState, newState) {
22951
- const actions = getActions$4(newState);
22922
+ const actions = getActions$3(newState);
22952
22923
  const dom = getActionsVirtualDom(actions);
22953
22924
  return dom;
22954
22925
  }
@@ -22976,7 +22947,7 @@ const ViewletOutput_ipc = {
22976
22947
  };
22977
22948
 
22978
22949
  const getPanelViews = () => {
22979
- const views = [Problems$3, Output, DebugConsole, Terminals];
22950
+ const views = [Problems$2, Output, DebugConsole, Terminals];
22980
22951
  return views;
22981
22952
  };
22982
22953
 
@@ -23027,7 +22998,7 @@ const getSavedViewletId$1 = savedState => {
23027
22998
  if (savedState && savedState.currentViewletId) {
23028
22999
  return savedState.currentViewletId;
23029
23000
  }
23030
- return Problems$3;
23001
+ return Problems$2;
23031
23002
  };
23032
23003
  const getSelectedIndex = (views, savedViewletId) => {
23033
23004
  const index = views.indexOf(savedViewletId);
@@ -23120,7 +23091,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
23120
23091
  const currentViewletUid = currentViewletState.uid;
23121
23092
  number(currentViewletUid);
23122
23093
  commands.unshift(...disposeFunctional(currentViewletUid));
23123
- await invoke$n('Viewlet.sendMultiple', commands);
23094
+ await invoke$o('Viewlet.sendMultiple', commands);
23124
23095
  if (commands.at(-1).includes(Error$3)) {
23125
23096
  state.currentViewletId = Error$3;
23126
23097
  }
@@ -23270,9 +23241,35 @@ const getProblems = async state => {
23270
23241
  const User = 1;
23271
23242
  const Script = 2;
23272
23243
 
23244
+ const problemsViewWorkerUrl = `${assetDir}/packages/renderer-worker/node_modules/@lvce-editor/problems-view/dist/problemsViewWorkerMain.js`;
23245
+
23246
+ const getConfiguredWorkerUrl$4 = () => {
23247
+ let configuredWorkerUrl = get$e('develop.problemsWorkerPath') || '';
23248
+ if (configuredWorkerUrl) {
23249
+ configuredWorkerUrl = '/remote' + configuredWorkerUrl;
23250
+ }
23251
+ configuredWorkerUrl = configuredWorkerUrl || problemsViewWorkerUrl;
23252
+ {
23253
+ configuredWorkerUrl = problemsViewWorkerUrl;
23254
+ }
23255
+ return configuredWorkerUrl;
23256
+ };
23257
+ const launchProblemsWorker = async () => {
23258
+ const name = 'Problems Worker';
23259
+ const ipc = await create$13({
23260
+ method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
23261
+ name,
23262
+ url: getConfiguredWorkerUrl$4()
23263
+ });
23264
+ handleIpc(ipc);
23265
+ await invoke$p(ipc, 'Problems.initialize');
23266
+ return ipc;
23267
+ };
23268
+
23269
+ const {
23270
+ invoke: invoke$4} = getOrCreateWorker(launchProblemsWorker);
23271
+
23273
23272
  const Item = 0;
23274
- const Expanded = 1;
23275
- const Collapsed = 2;
23276
23273
 
23277
23274
  const None$5 = 0;
23278
23275
  const Table = 1;
@@ -23282,80 +23279,22 @@ const List = 2;
23282
23279
  * @enum {string}
23283
23280
  */
23284
23281
  const UiStrings$8 = {
23285
- ClearFilters: 'Clear Filters',
23286
- Code: 'Code',
23287
23282
  Copy: 'Copy',
23288
23283
  CopyMessage: 'Copy Message',
23289
- File: 'File',
23290
- Filter: 'Filter',
23291
- LineColumn: '[Ln {PH1}, Col {PH2}]',
23292
- Message: 'Message',
23293
23284
  NoProblemsDetected: 'No problems have been detected in the workspace.',
23294
- NoResultsFoundWithProvidedFilterCriteria: 'No results found with provided filter criteria.',
23295
- ProblemsDetected: 'Some problems have been detected in the workspace.',
23296
- ShowingOfItems: 'Showing {PH1} of {PH2} ',
23297
- Source: 'Source',
23298
- CollapseAll: 'Collapse All',
23299
- ViewAsTable: 'View as Table',
23300
- ViewAsList: 'View as List'
23301
- };
23302
- const noProblemsDetected = () => {
23303
- return i18nString(UiStrings$8.NoProblemsDetected);
23304
- };
23285
+ ProblemsDetected: 'Some problems have been detected in the workspace.'};
23305
23286
  const getMessage = problemsCount => {
23306
23287
  if (problemsCount === 0) {
23307
23288
  return i18nString(UiStrings$8.NoProblemsDetected);
23308
23289
  }
23309
23290
  return i18nString(UiStrings$8.ProblemsDetected);
23310
23291
  };
23311
- const atLineColumn = (line, column) => {
23312
- return i18nString(UiStrings$8.LineColumn, {
23313
- PH1: line,
23314
- PH2: column
23315
- });
23316
- };
23317
23292
  const copy$1 = () => {
23318
23293
  return i18nString(UiStrings$8.Copy);
23319
23294
  };
23320
- const clearFilter$1 = () => {
23321
- return i18nString(UiStrings$8.ClearFilters);
23322
- };
23323
- const code = () => {
23324
- return i18nString(UiStrings$8.Code);
23325
- };
23326
- const message = () => {
23327
- return i18nString(UiStrings$8.Message);
23328
- };
23329
- const file$1 = () => {
23330
- return i18nString(UiStrings$8.File);
23331
- };
23332
- const filter = () => {
23333
- return i18nString(UiStrings$8.Filter);
23334
- };
23335
- const showingOf = (visibleCount, totalCount) => {
23336
- return i18nString(UiStrings$8.ShowingOfItems, {
23337
- PH1: visibleCount,
23338
- PH2: totalCount
23339
- });
23340
- };
23341
- const source = () => {
23342
- return i18nString(UiStrings$8.Source);
23343
- };
23344
23295
  const copyMessage$1 = () => {
23345
23296
  return i18nString(UiStrings$8.CopyMessage);
23346
23297
  };
23347
- const noResultsFoundWithProvidedFilterCriteria = () => {
23348
- return i18nString(UiStrings$8.NoResultsFoundWithProvidedFilterCriteria);
23349
- };
23350
- const collapseAll$2 = () => {
23351
- return i18nString(UiStrings$8.CollapseAll);
23352
- };
23353
- const viewAsList$1 = () => {
23354
- return i18nString(UiStrings$8.ViewAsList);
23355
- };
23356
- const viewAsTable$1 = () => {
23357
- return i18nString(UiStrings$8.ViewAsTable);
23358
- };
23359
23298
 
23360
23299
  const create$j = (id, uri, x, y, width, height, args, parentUid) => {
23361
23300
  return {
@@ -23402,6 +23341,11 @@ const getSavedCollapsedUris = savedState => {
23402
23341
  return [];
23403
23342
  };
23404
23343
  const loadContent$k = async (state, savedState) => {
23344
+ await invoke$4('Problems.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
23345
+ await invoke$4('Problems.loadContent', state.uid, savedState);
23346
+ const diffResult = await invoke$4('Problems.diff2', state.uid);
23347
+ const commands = await invoke$4('Problems.render2', state.uid, diffResult);
23348
+ const actionsDom = await invoke$4('Problems.renderActions', state.uid);
23405
23349
  const problems = await getProblems();
23406
23350
  const message = getMessage(problems.length);
23407
23351
  const viewMode = getSavedViewMode(savedState);
@@ -23416,7 +23360,9 @@ const loadContent$k = async (state, savedState) => {
23416
23360
  inputSource: Script,
23417
23361
  filteredProblems: problems,
23418
23362
  listItems: [],
23419
- collapsedUris
23363
+ collapsedUris,
23364
+ commands,
23365
+ actionsDom
23420
23366
  };
23421
23367
  };
23422
23368
  const getBadgeCount = state => {
@@ -23430,7 +23376,7 @@ const handleEditorChange = async editor => {
23430
23376
  await execute$4('Problems.setProblems', problems);
23431
23377
  };
23432
23378
  const handleContextMenu$4 = async (state, eventX, eventY) => {
23433
- await show$a(eventX, eventY, Problems$2);
23379
+ await show$a(eventX, eventY, Problems$1);
23434
23380
  return state;
23435
23381
  };
23436
23382
  const contentLoadedEffects$1 = state => {
@@ -23592,30 +23538,38 @@ const handleBlur$1 = state => {
23592
23538
  };
23593
23539
  };
23594
23540
 
23595
- const setProblems = (state, problems) => {
23596
- return {
23597
- ...state,
23598
- problems
23541
+ const wrapProblemsCommand = key => {
23542
+ const fn = async (state, ...args) => {
23543
+ await invoke$4(`Problems.${key}`, state.uid, ...args);
23544
+ const diffResult = await invoke$4('Problems.diff2', state.uid);
23545
+ if (diffResult.length === 0) {
23546
+ return state;
23547
+ }
23548
+ const commands = await invoke$4('Problems.render2', state.uid, diffResult);
23549
+ const actionsDom = await invoke$4('Problems.renderActions', state.uid);
23550
+ if (commands.length === 0) {
23551
+ return state;
23552
+ }
23553
+ const latest = getState$1(Problems$2);
23554
+ return {
23555
+ ...latest,
23556
+ commands,
23557
+ actionsDom
23558
+ };
23599
23559
  };
23560
+ nameAnonymousFunction(fn, `Problems/${key}`);
23561
+ return fn;
23600
23562
  };
23601
23563
 
23602
- const Commands$e = {
23603
- clearFilter: clearFilter,
23604
- collapseAll: collapseAll$1,
23605
- copyMessage: copyMessage,
23606
- focusIndex: focusIndex$1,
23607
- focusNext: focusNext$1,
23608
- focusPrevious: focusPrevious$1,
23609
- getBadgeCount: getBadgeCount,
23610
- handleClickAt: handleClickAt,
23611
- handleBlur: handleBlur$1,
23612
- handleContextMenu: handleContextMenu$4,
23613
- handleFilterInput: handleFilterInput,
23614
- handleArrowLeft: handleArrowLeft,
23615
- handleArrowRight: handleArrowRight,
23616
- setProblems: setProblems,
23617
- viewAsList: viewAsList,
23618
- viewAsTable: viewAsTable
23564
+ const Commands$e = {};
23565
+ const getCommands$6 = async () => {
23566
+ const commands = await invoke$4('Problems.getCommandIds');
23567
+ for (const command of commands) {
23568
+ Commands$e[command] = wrapProblemsCommand(command);
23569
+ }
23570
+ // TODO
23571
+ // Commands['hotReload'] = ViewletRunAndDebug.hotReload
23572
+ return Commands$e;
23619
23573
  };
23620
23574
 
23621
23575
  const Css$j = ["/css/parts/ViewletProblems.css"];
@@ -23668,7 +23622,7 @@ const getKeyBindings$5 = () => {
23668
23622
  }];
23669
23623
  };
23670
23624
 
23671
- const id$6 = Problems$2;
23625
+ const id$6 = Problems$1;
23672
23626
  const getMenuEntries$9 = () => {
23673
23627
  return [{
23674
23628
  id: 'copy',
@@ -23717,459 +23671,28 @@ const MenuEntriesProblemsFilter = {
23717
23671
 
23718
23672
  const menus$5 = [MenuEntriesProblems, MenuEntriesProblemsFilter];
23719
23673
 
23720
- const getBadgeVirtualDom = (className, count) => {
23721
- return [{
23722
- type: Div,
23723
- className: `Badge ${className}`,
23724
- childCount: 1
23725
- }, text(`${count}`)];
23726
- };
23727
-
23728
- const getChevronDownVirtualDom = (extraClassName = '') => {
23729
- return {
23730
- type: Div,
23731
- className: `${Chevron} MaskIconChevronDown ${extraClassName}`,
23732
- childCount: 0
23733
- };
23734
- };
23735
- const getChevronRightVirtualDom = (extraClassName = '') => {
23736
- return {
23737
- type: Div,
23738
- className: `${Chevron} MaskIconChevronRight ${extraClassName}`,
23739
- childCount: 0
23740
- };
23741
- };
23742
-
23743
- // TODO compute detail message in getVisibleProblems
23744
- const getProblemSourceDetail = (source, code) => {
23745
- let message = '';
23746
- if (source) {
23747
- message += `${source}`;
23748
- }
23749
- if (code) {
23750
- message += `(${code})`;
23751
- }
23752
- message += ' ';
23753
- return message;
23754
- };
23755
-
23756
- const Warning = 'warning';
23757
-
23758
- const getProblemsIconVirtualDom = type => {
23759
- if (type === Warning) {
23760
- return {
23761
- type: Div,
23762
- className: `${ProblemsIcon} ${ProblemsWarningIcon}`,
23763
- childCount: 0
23764
- };
23765
- }
23766
- return {
23767
- type: Div,
23768
- className: `${ProblemsIcon} ${ProblemsErrorIcon}`,
23769
- childCount: 0
23770
- };
23771
- };
23772
-
23773
- const defaultIndent = 1;
23774
- const getTreeItemIndent = depth => {
23775
- return `${depth * defaultIndent}rem`;
23776
- };
23777
-
23778
- const getProblemVirtualDom = problem => {
23779
- const {
23780
- message,
23781
- rowIndex,
23782
- columnIndex,
23783
- isActive,
23784
- uri,
23785
- icon,
23786
- source,
23787
- relativePath,
23788
- messageMatchIndex,
23789
- filterValueLength,
23790
- code,
23791
- type,
23792
- posInSet,
23793
- setSize,
23794
- level,
23795
- listItemType,
23796
- isCollapsed
23797
- } = problem;
23798
- let className = Problem;
23799
- if (isActive) {
23800
- className += ' ' + ProblemSelected;
23801
- }
23802
- if (listItemType === Expanded || listItemType === Collapsed) {
23803
- return [{
23804
- type: Div,
23805
- className,
23806
- childCount: 5,
23807
- paddingLeft: getTreeItemIndent(1),
23808
- ariaPosInSet: posInSet,
23809
- ariaSetSize: setSize,
23810
- ariaLevel: level,
23811
- ariaExpanded: !isCollapsed,
23812
- ariaSelected: isActive,
23813
- role: TreeItem$1
23814
- }, listItemType === Collapsed ? getChevronRightVirtualDom() : getChevronDownVirtualDom(), getFileIconVirtualDom(icon), text(uri), {
23815
- type: Div,
23816
- className: LabelDetail,
23817
- childCount: 1
23818
- }, text(relativePath), ...getBadgeVirtualDom(ProblemBadge, problem.count)];
23819
- }
23820
- const lineColumn = atLineColumn(rowIndex, columnIndex);
23821
- const label = {
23822
- type: Div,
23823
- className: Label,
23824
- childCount: 1
23825
- };
23826
- /**
23827
- * @type {any}
23828
- */
23829
- const dom = [{
23830
- type: Div,
23831
- className,
23832
- childCount: 3,
23833
- paddingLeft: getTreeItemIndent(2),
23834
- ariaPosInSet: posInSet,
23835
- ariaSetSize: setSize,
23836
- ariaLevel: level,
23837
- ariaSelected: isActive,
23838
- role: TreeItem$1
23839
- }, getProblemsIconVirtualDom(type), label];
23840
- if (filterValueLength) {
23841
- const before = message.slice(0, messageMatchIndex);
23842
- const middle = message.slice(messageMatchIndex, messageMatchIndex + filterValueLength);
23843
- const after = message.slice(messageMatchIndex + filterValueLength);
23844
- label.childCount += 2;
23845
- dom.push(text(before), {
23846
- type: Div,
23847
- className: Highlight,
23848
- childCount: 1
23849
- }, text(middle), text(after));
23850
- } else {
23851
- dom.push(text(message));
23852
- }
23853
- dom.push({
23854
- type: Span,
23855
- className: ProblemAt,
23856
- childCount: 2
23857
- }, text(getProblemSourceDetail(source, code)), text(lineColumn));
23858
- return dom;
23859
- };
23860
-
23861
- const getProblemsListVirtualDom = problems => {
23862
- const dom = [{
23863
- type: Div,
23864
- className: ProblemsList,
23865
- childCount: problems.length,
23866
- role: Tree,
23867
- ariaLabel: 'Problems Tree'
23868
- }, ...problems.flatMap(getProblemVirtualDom)];
23869
- return dom;
23870
- };
23871
-
23872
- const getProblemsNoProblemsFoundVirtualDom = filterValue => {
23873
- const dom = [];
23874
- dom.push({
23875
- type: Div,
23876
- className: Message,
23877
- childCount: 1
23878
- });
23879
- if (filterValue) {
23880
- dom[0].childCount += 2;
23881
- dom.push({
23882
- type: Span,
23883
- childCount: 1
23884
- }, text(noResultsFoundWithProvidedFilterCriteria()), {
23885
- type: A,
23886
- className: MessageAction,
23887
- childCount: 1,
23888
- onClick: HandleClearFilterClick
23889
- }, text(clearFilter$1()), text('.'));
23890
- } else {
23891
- dom.push(text(noProblemsDetected()));
23892
- }
23893
- return dom;
23894
- };
23895
-
23896
- const getClassName = isEven => {
23897
- if (isEven) {
23898
- return ProblemsTableRow;
23899
- }
23900
- return `${ProblemsTableRow} ${ProblemsTableRowOdd}`;
23901
- };
23902
- const getProblemsTableRowVirtualDom = problem => {
23903
- // @ts-ignore
23904
- const {
23905
- code,
23906
- source,
23907
- uri,
23908
- message,
23909
- isEven,
23910
- type
23911
- } = problem;
23912
- // TODO problems are grouped by uri, depending
23913
- // on which renderer is used the data needs to look different
23914
- if (!message) {
23915
- return [];
23916
- }
23917
- const dom = [{
23918
- type: Div,
23919
- className: getClassName(isEven),
23920
- childCount: 5
23921
- }, {
23922
- type: Div,
23923
- className: ProblemsTableRowItem,
23924
- childCount: 1
23925
- }, getProblemsIconVirtualDom(type), {
23926
- type: Div,
23927
- className: ProblemsTableRowItem,
23928
- childCount: 1
23929
- }, text(getProblemSourceDetail(source, code)), {
23930
- type: Div,
23931
- className: ProblemsTableRowItem,
23932
- childCount: 1
23933
- }, text(message), {
23934
- type: Div,
23935
- className: ProblemsTableRowItem,
23936
- childCount: 1
23937
- }, text(uri), {
23938
- type: Div,
23939
- className: ProblemsTableRowItem,
23940
- childCount: 1
23941
- }, text(source)];
23942
- return dom;
23943
- };
23944
-
23945
- const getProblemsTableBodyVirtualDom = problems => {
23946
- const dom = [{
23947
- type: Div,
23948
- className: ProblemsTableBody,
23949
- childCount: problems.length
23950
- }, ...problems.flatMap(getProblemsTableRowVirtualDom)];
23951
- return dom;
23952
- };
23953
-
23954
- const getProblemsTableHeaderVirtualDom = () => {
23955
- const textCode = code();
23956
- const textSource = source();
23957
- const textMessage = message();
23958
- const textFile = file$1();
23959
- const dom = [{
23960
- type: Div,
23961
- className: ProblemsTableHeader,
23962
- childCount: 1
23963
- }, {
23964
- type: Div,
23965
- className: ProblemsTableRow,
23966
- childCount: 5
23967
- }, {
23968
- type: Div,
23969
- className: ProblemsTableRowItem,
23970
- childCount: 0
23971
- }, {
23972
- type: Div,
23973
- className: ProblemsTableRowItem,
23974
- childCount: 1
23975
- }, text(textCode), {
23976
- type: Div,
23977
- className: ProblemsTableRowItem,
23978
- childCount: 1
23979
- }, text(textMessage), {
23980
- type: Div,
23981
- className: ProblemsTableRowItem,
23982
- childCount: 1
23983
- }, text(textFile), {
23984
- type: Div,
23985
- className: ProblemsTableRowItem,
23986
- childCount: 1
23987
- }, text(textSource)];
23988
- return dom;
23989
- };
23990
-
23991
- const getProblemsTableVirtualDom = problems => {
23992
- const dom = [{
23993
- type: Div,
23994
- className: ProblemsTable,
23995
- childCount: 2
23996
- }, ...getProblemsTableHeaderVirtualDom(), ...getProblemsTableBodyVirtualDom(problems)];
23997
- return dom;
23998
- };
23999
-
24000
- const getProblemsVirtualDom$1 = (viewMode, problems, filterValue) => {
24001
- if (problems.length === 0) {
24002
- return getProblemsNoProblemsFoundVirtualDom(filterValue);
24003
- }
24004
- if (viewMode === Table) {
24005
- return getProblemsTableVirtualDom(problems);
24006
- }
24007
- const dom = getProblemsListVirtualDom(problems);
24008
- return dom;
24009
- };
24010
-
24011
- const getProblemsVirtualDom = (viewMode, problems, filterValue, isSmall) => {
24012
- const dom = [];
24013
- dom.push({
24014
- type: Div,
24015
- className: mergeClassNames(Viewlet, Problems$1),
24016
- tabIndex: 0,
24017
- onPointerDown: HandlePointerDown,
24018
- onContextMenu: HandleContextMenu,
24019
- onBlur: HandleBlur,
24020
- childCount: 1
24021
- });
24022
- if (isSmall) {
24023
- dom[0].childCount++;
24024
- dom.push(...getProblemsFilterVirtualDom({
24025
- command: HandleFilterInput,
24026
- badgeText: '',
24027
- placeholder: filter(),
24028
- value: ''
24029
- }));
24030
- }
24031
- dom.push(...getProblemsVirtualDom$1(viewMode, problems, filterValue));
24032
- return dom;
24033
- };
24034
-
24035
- const matchesFilterValue = (string, filterValueLower) => {
24036
- if (filterValueLower) {
24037
- return string.toLowerCase().indexOf(filterValueLower);
24038
- }
24039
- return 0;
24040
- };
24041
- const getListItemType = (listItemType, isCollapsed) => {
24042
- if (listItemType === Item) {
24043
- return Item;
24044
- }
24045
- if (isCollapsed) {
24046
- return Collapsed;
24047
- }
24048
- return Expanded;
24049
- };
24050
- const filterProblems = (problems, collapsedUris, filterValue) => {
24051
- const filterValueLower = filterValue.toLowerCase();
24052
- const filtered = [];
24053
- for (const problem of problems) {
24054
- const uriMatchIndex = matchesFilterValue(problem.uri, filterValueLower);
24055
- const sourceMatchIndex = matchesFilterValue(problem.source, filterValueLower);
24056
- const messageMatchIndex = matchesFilterValue(problem.message, filterValueLower);
24057
- if (uriMatchIndex === -1 && sourceMatchIndex === -1 && messageMatchIndex === -1) {
24058
- continue;
24059
- }
24060
- const isCollapsed = collapsedUris.includes(problem.uri);
24061
- if (isCollapsed && problem.listItemType === Item) {
24062
- continue;
24063
- }
24064
- filtered.push({
24065
- ...problem,
24066
- uriMatchIndex,
24067
- sourceMatchIndex,
24068
- messageMatchIndex,
24069
- listItemType: getListItemType(problem.listItemType, isCollapsed),
24070
- isCollapsed
24071
- });
24072
- }
24073
- return filtered;
24074
- };
24075
-
24076
- const getIcon = uri => {
24077
- if (!uri) {
24078
- return '';
24079
- }
24080
- return getFileNameIcon(uri);
24081
- };
24082
- const getVisibleProblems = (problems, collapsedUris, focusedIndex, filterValue) => {
24083
- array(problems);
24084
- array(collapsedUris);
24085
- number(focusedIndex);
24086
- string(filterValue);
24087
- const visibleItems = [];
24088
- const filterValueLength = filterValue.length;
24089
- const filtered = filterProblems(problems, collapsedUris, filterValue);
24090
- for (let i = 0; i < filtered.length; i++) {
24091
- const problem = filtered[i];
24092
- visibleItems.push({
24093
- ...problem,
24094
- isEven: i % 2 === 0,
24095
- isActive: i === focusedIndex,
24096
- icon: getIcon(problem.uri),
24097
- filterValueLength
24098
- });
24099
- }
24100
- return visibleItems;
24101
- };
24102
-
24103
23674
  const hasFunctionalRender$h = true;
24104
23675
  const hasFunctionalRootRender$a = true;
24105
- const renderProblems = {
24106
- isEqual(oldState, newState) {
24107
- return oldState.problems === newState.problems && oldState.focusedIndex === newState.focusedIndex && oldState.filterValue === newState.filterValue && oldState.viewMode === newState.viewMode && oldState.collapsedUris === newState.collapsedUris && oldState.width === newState.width;
24108
- },
24109
- apply(oldState, newState) {
24110
- const visible = getVisibleProblems(newState.problems, newState.collapsedUris, newState.focusedIndex, newState.filterValue);
24111
- const isSmall = newState.width <= newState.smallWidthBreakPoint;
24112
- const dom = getProblemsVirtualDom(newState.viewMode, visible, newState.filterValue, isSmall);
24113
- return ['Viewlet.setDom2', dom];
24114
- }
24115
- };
24116
-
24117
- // TODO set focusoutline classname in renderer worker
24118
- const renderFocusedIndex = {
23676
+ const hasFunctionalEvents$7 = true;
23677
+ const renderItems$5 = {
24119
23678
  isEqual(oldState, newState) {
24120
- return oldState.focusedIndex === newState.focusedIndex;
23679
+ return newState.commands.length === 0;
24121
23680
  },
24122
- apply(oldState, newState) {
24123
- return [/* method */SetFocusedIndex, /* focusedIndex */newState.focusedIndex];
24124
- }
23681
+ apply: apply,
23682
+ multiple: true
24125
23683
  };
24126
- const render$i = [renderProblems, renderFocusedIndex];
24127
-
24128
- const getActions$3 = state => {
24129
- const visibleCount = getVisibleProblems(state.problems, state.collapsedUris, state.focusedIndex, state.filterValue).length;
24130
- const problemsCount = state.problems.length;
24131
- const isSmall = state.width <= state.smallWidthBreakPoint;
24132
- const actions = [];
24133
- if (!isSmall) {
24134
- actions.push({
24135
- type: ProblemsFilter,
24136
- id: 'Filter',
24137
- command: HandleFilterInput,
24138
- badgeText: visibleCount === problemsCount ? '' : showingOf(visibleCount, problemsCount),
24139
- placeholder: filter(),
24140
- value: state.inputSource === Script ? state.filterValue : ''
24141
- });
24142
- }
24143
- if (state.viewMode === Table) {
24144
- actions.push({
24145
- type: Button,
24146
- id: viewAsList$1(),
24147
- command: 'viewAsList',
24148
- icon: ListTree
24149
- });
24150
- } else {
24151
- actions.push({
24152
- type: Button,
24153
- id: collapseAll$2(),
24154
- command: 'collapseAll',
24155
- icon: CollapseAll
24156
- }, {
24157
- type: Button,
24158
- id: viewAsTable$1(),
24159
- command: 'viewAsTable',
24160
- icon: ListFlat
24161
- });
24162
- }
24163
- return actions;
23684
+ const render$i = [renderItems$5];
23685
+ const renderEventListeners$6 = async () => {
23686
+ const listeners = await invoke$4('Problems.renderEventListeners');
23687
+ return listeners;
24164
23688
  };
24165
23689
 
24166
23690
  const renderActions$4 = {
24167
23691
  isEqual(oldState, newState) {
24168
- return oldState.viewMode === newState.viewMode && oldState.problems === newState.problems && oldState.filterValue === newState.filterValue && oldState.inputSource === newState.inputSource && oldState.width === newState.width;
23692
+ return false;
24169
23693
  },
24170
23694
  apply(oldState, newState) {
24171
- const actions = getActions$3(newState);
24172
- const dom = getActionsVirtualDom(actions);
23695
+ const dom = newState.actionsDom;
24173
23696
  return dom;
24174
23697
  }
24175
23698
  };
@@ -24211,6 +23734,7 @@ const ViewletProblems_ipc = {
24211
23734
  focusNext: focusNext$1,
24212
23735
  focusPrevious: focusPrevious$1,
24213
23736
  getBadgeCount,
23737
+ getCommands: getCommands$6,
24214
23738
  getKeyBindings: getKeyBindings$5,
24215
23739
  handleArrowLeft,
24216
23740
  handleArrowRight,
@@ -24219,6 +23743,7 @@ const ViewletProblems_ipc = {
24219
23743
  handleContextMenu: handleContextMenu$4,
24220
23744
  handleFilterInput,
24221
23745
  handleIconThemeChange: handleIconThemeChange$1,
23746
+ hasFunctionalEvents: hasFunctionalEvents$7,
24222
23747
  hasFunctionalRender: hasFunctionalRender$h,
24223
23748
  hasFunctionalResize: hasFunctionalResize$b,
24224
23749
  hasFunctionalRootRender: hasFunctionalRootRender$a,
@@ -24227,6 +23752,7 @@ const ViewletProblems_ipc = {
24227
23752
  name: name$o,
24228
23753
  render: render$i,
24229
23754
  renderActions: renderActions$4,
23755
+ renderEventListeners: renderEventListeners$6,
24230
23756
  resize: resize$e,
24231
23757
  saveState: saveState$7,
24232
23758
  viewAsList,
@@ -24532,10 +24058,10 @@ const loadContent$j = async state => {
24532
24058
  } = state;
24533
24059
  const listItemHeight = 22;
24534
24060
  const renderAllItems = true;
24535
- await invoke$j('QuickPick.create2', state.uid, uri, listItemHeight, state.x, state.y, state.width, state.height, platform, args, renderAllItems, state$B.workspacePath);
24536
- await invoke$j('QuickPick.loadContent', state.uid);
24537
- const diffResult = await invoke$j('QuickPick.diff2', state.uid);
24538
- const commands = await invoke$j('QuickPick.render2', state.uid, diffResult);
24061
+ await invoke$k('QuickPick.create2', state.uid, uri, listItemHeight, state.x, state.y, state.width, state.height, platform, args, renderAllItems, state$B.workspacePath);
24062
+ await invoke$k('QuickPick.loadContent', state.uid);
24063
+ const diffResult = await invoke$k('QuickPick.diff2', state.uid);
24064
+ const commands = await invoke$k('QuickPick.render2', state.uid, diffResult);
24539
24065
  return {
24540
24066
  ...state,
24541
24067
  commands
@@ -24547,12 +24073,12 @@ const dispose$c = state => {
24547
24073
 
24548
24074
  const wrapQuickPickCommand = key => {
24549
24075
  const fn = async (state, ...args) => {
24550
- await invoke$j(`QuickPick.${key}`, state.uid, ...args);
24551
- const diffResult = await invoke$j('QuickPick.diff2', state.uid);
24076
+ await invoke$k(`QuickPick.${key}`, state.uid, ...args);
24077
+ const diffResult = await invoke$k('QuickPick.diff2', state.uid);
24552
24078
  if (diffResult.length === 0) {
24553
24079
  return state;
24554
24080
  }
24555
- const commands = await invoke$j('QuickPick.render2', state.uid, diffResult);
24081
+ const commands = await invoke$k('QuickPick.render2', state.uid, diffResult);
24556
24082
  return {
24557
24083
  ...state,
24558
24084
  commands
@@ -24563,7 +24089,7 @@ const wrapQuickPickCommand = key => {
24563
24089
 
24564
24090
  const Commands$d = {};
24565
24091
  const getCommands$5 = async () => {
24566
- const commands = await invoke$j('QuickPick.getCommandIds');
24092
+ const commands = await invoke$k('QuickPick.getCommandIds');
24567
24093
  for (const command of commands) {
24568
24094
  Commands$d[command] = wrapQuickPickCommand(command);
24569
24095
  }
@@ -24577,7 +24103,7 @@ const Css$i = ["/css/parts/Progress.css"];
24577
24103
  const Variables$5 = ['QuickPickBackground', 'ListForeground', 'ListHoverBackground', 'ListHoverForeground', 'ListActiveSelectionBackground'];
24578
24104
 
24579
24105
  const getKeyBindings$4 = () => {
24580
- return invoke$j('QuickPick.getKeyBindings');
24106
+ return invoke$k('QuickPick.getKeyBindings');
24581
24107
  };
24582
24108
 
24583
24109
  const hasFunctionalRender$g = true;
@@ -24592,7 +24118,7 @@ const renderItems$4 = {
24592
24118
  };
24593
24119
  const render$h = [renderItems$4];
24594
24120
  const renderEventListeners$5 = async () => {
24595
- const listeners = await invoke$j('QuickPick.renderEventListeners');
24121
+ const listeners = await invoke$k('QuickPick.renderEventListeners');
24596
24122
  return listeners;
24597
24123
  };
24598
24124
 
@@ -24671,20 +24197,20 @@ const getActions$2 = () => {
24671
24197
  }, {
24672
24198
  type: Button,
24673
24199
  id: collapseAll(),
24674
- icon: CollapseAll$1,
24200
+ icon: CollapseAll,
24675
24201
  command: 'collapseAll'
24676
24202
  }];
24677
24203
  };
24678
24204
 
24679
24205
  const wrapReferencesCommand = key => {
24680
24206
  const fn = async (state, ...args) => {
24681
- await invoke$5(`References.${key}`, state.uid, ...args);
24682
- const diffResult = await invoke$5('References.diff2', state.uid);
24207
+ await invoke$6(`References.${key}`, state.uid, ...args);
24208
+ const diffResult = await invoke$6('References.diff2', state.uid);
24683
24209
  if (diffResult.length === 0) {
24684
24210
  return state;
24685
24211
  }
24686
- const commands = await invoke$5('References.render2', state.uid, diffResult);
24687
- const actionsDom = await invoke$5('References.renderActions', state.uid);
24212
+ const commands = await invoke$6('References.render2', state.uid, diffResult);
24213
+ const actionsDom = await invoke$6('References.renderActions', state.uid);
24688
24214
  if (commands.length === 0) {
24689
24215
  return state;
24690
24216
  }
@@ -24701,7 +24227,7 @@ const wrapReferencesCommand = key => {
24701
24227
 
24702
24228
  const Commands$c = {};
24703
24229
  const getCommands$4 = async () => {
24704
- const commands = await invoke$5('References.getCommandIds');
24230
+ const commands = await invoke$6('References.getCommandIds');
24705
24231
  for (const command of commands) {
24706
24232
  Commands$c[command] = wrapReferencesCommand(command);
24707
24233
  }
@@ -24733,13 +24259,13 @@ const ViewletReferences_ipc = {
24733
24259
  getActions: getActions$2,
24734
24260
  getCommands: getCommands$4,
24735
24261
  getDisplayName,
24736
- hasFunctionalEvents: hasFunctionalEvents$8,
24262
+ hasFunctionalEvents: hasFunctionalEvents$9,
24737
24263
  hasFunctionalRender: hasFunctionalRender$o,
24738
24264
  hasFunctionalRootRender: hasFunctionalRootRender$d,
24739
24265
  loadContent: loadContent$i,
24740
24266
  name: name$k,
24741
24267
  render: render$p,
24742
- renderEventListeners: renderEventListeners$7,
24268
+ renderEventListeners: renderEventListeners$8,
24743
24269
  saveState: saveState$5
24744
24270
  };
24745
24271
 
@@ -24782,11 +24308,11 @@ const create$g = (id, uri, x, y, width, height, args, parentUid) => {
24782
24308
  };
24783
24309
  const loadContent$h = async (state, savedState) => {
24784
24310
  const isTest$1 = isTest();
24785
- await invoke$h('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
24786
- await invoke$h('RunAndDebug.loadContent', state.uid, isTest$1, savedState);
24787
- const diffResult = await invoke$h('RunAndDebug.diff2', state.uid);
24788
- const commands = await invoke$h('RunAndDebug.render2', state.uid, diffResult);
24789
- const actionsDom = await invoke$h('RunAndDebug.renderActions', state.uid);
24311
+ await invoke$i('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
24312
+ await invoke$i('RunAndDebug.loadContent', state.uid, isTest$1, savedState);
24313
+ const diffResult = await invoke$i('RunAndDebug.diff2', state.uid);
24314
+ const commands = await invoke$i('RunAndDebug.render2', state.uid, diffResult);
24315
+ const actionsDom = await invoke$i('RunAndDebug.renderActions', state.uid);
24790
24316
  const debugId = isTest$1 ? 'test-debug' : 'node-debug'; // TODO
24791
24317
  return {
24792
24318
  ...state,
@@ -24807,17 +24333,17 @@ const hotReload$3 = async state => {
24807
24333
  state.isHotReloading = true;
24808
24334
  // possible TODO race condition during hot reload
24809
24335
  // there could still be pending promises when the worker is disposed
24810
- const savedState = await invoke$h('RunAndDebug.saveState', state.uid);
24336
+ const savedState = await invoke$i('RunAndDebug.saveState', state.uid);
24811
24337
  await restart$8('RunAndDebug.terminate');
24812
24338
  const oldState = {
24813
24339
  ...state,
24814
24340
  items: []
24815
24341
  };
24816
- await invoke$h('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
24817
- await invoke$h('RunAndDebug.loadContent', state.uid, state.isTest, savedState);
24818
- await invoke$h('RunAndDebug.loadContentLater', state.uid);
24819
- const diffResult = await invoke$h('RunAndDebug.diff2', state.uid);
24820
- const commands = await invoke$h('RunAndDebug.render2', state.uid, diffResult);
24342
+ await invoke$i('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
24343
+ await invoke$i('RunAndDebug.loadContent', state.uid, state.isTest, savedState);
24344
+ await invoke$i('RunAndDebug.loadContentLater', state.uid);
24345
+ const diffResult = await invoke$i('RunAndDebug.diff2', state.uid);
24346
+ const commands = await invoke$i('RunAndDebug.render2', state.uid, diffResult);
24821
24347
  return {
24822
24348
  ...oldState,
24823
24349
  commands,
@@ -24872,19 +24398,19 @@ const resize$d = (state, dimensions) => {
24872
24398
  };
24873
24399
  };
24874
24400
  const saveState$4 = async state => {
24875
- const savedState = await invoke$h('RunAndDebug.saveState', state.uid);
24401
+ const savedState = await invoke$i('RunAndDebug.saveState', state.uid);
24876
24402
  return savedState;
24877
24403
  };
24878
24404
 
24879
24405
  const wrapRunAndDebugCommand = key => {
24880
24406
  const fn = async (state, ...args) => {
24881
- await invoke$h(`RunAndDebug.${key}`, state.uid, ...args);
24882
- const diffResult = await invoke$h('RunAndDebug.diff2', state.uid);
24407
+ await invoke$i(`RunAndDebug.${key}`, state.uid, ...args);
24408
+ const diffResult = await invoke$i('RunAndDebug.diff2', state.uid);
24883
24409
  if (diffResult.length === 0) {
24884
24410
  return state;
24885
24411
  }
24886
- const commands = await invoke$h('RunAndDebug.render2', state.uid, diffResult);
24887
- const actionsDom = await invoke$h('RunAndDebug.renderActions', state.uid);
24412
+ const commands = await invoke$i('RunAndDebug.render2', state.uid, diffResult);
24413
+ const actionsDom = await invoke$i('RunAndDebug.renderActions', state.uid);
24888
24414
  if (commands.length === 0) {
24889
24415
  return state;
24890
24416
  }
@@ -24901,7 +24427,7 @@ const wrapRunAndDebugCommand = key => {
24901
24427
 
24902
24428
  const Commands$b = {};
24903
24429
  const getCommands$3 = async () => {
24904
- const commands = await invoke$h('RunAndDebug.getCommandIds');
24430
+ const commands = await invoke$i('RunAndDebug.getCommandIds');
24905
24431
  for (const command of commands) {
24906
24432
  Commands$b[command] = wrapRunAndDebugCommand(command);
24907
24433
  }
@@ -24915,13 +24441,13 @@ const Variables$4 = ['TitleBarForeground', 'DebugSectionHeaderBackground', 'Side
24915
24441
  const Events$3 = {};
24916
24442
 
24917
24443
  const getKeyBindings$3 = () => {
24918
- return invoke$h('RunAndDebug.getKeyBindings');
24444
+ return invoke$i('RunAndDebug.getKeyBindings');
24919
24445
  };
24920
24446
 
24921
24447
  const menus$4 = [];
24922
24448
  const getMenus$1 = async () => {
24923
24449
  try {
24924
- const modules = await invoke$h('RunAndDebug.getMenuEntries');
24450
+ const modules = await invoke$i('RunAndDebug.getMenuEntries');
24925
24451
  const adjusted = modules.map(module => {
24926
24452
  return {
24927
24453
  ...module,
@@ -24948,7 +24474,7 @@ const renderItems$3 = {
24948
24474
  };
24949
24475
  const render$g = [renderItems$3];
24950
24476
  const renderEventListeners$4 = async () => {
24951
- const listeners = await invoke$h('RunAndDebug.renderEventListeners');
24477
+ const listeners = await invoke$i('RunAndDebug.renderEventListeners');
24952
24478
  return listeners;
24953
24479
  };
24954
24480
 
@@ -24994,18 +24520,18 @@ const ViewletRunAndDebug_ipc = {
24994
24520
  };
24995
24521
 
24996
24522
  const getSources = async options => {
24997
- const sources = await invoke$l('DesktopCapturer.getSources', options);
24523
+ const sources = await invoke$m('DesktopCapturer.getSources', options);
24998
24524
  return sources;
24999
24525
  };
25000
24526
 
25001
24527
  const getUserMedia = async (captureId, options) => {
25002
24528
  number(captureId);
25003
24529
  object(options);
25004
- await invoke$n('ScreenCapture.start', captureId, options);
24530
+ await invoke$o('ScreenCapture.start', captureId, options);
25005
24531
  };
25006
24532
  const dispose$9 = async captureId => {
25007
24533
  number(captureId);
25008
- await invoke$n('ScreenCapture.dispose', captureId);
24534
+ await invoke$o('ScreenCapture.dispose', captureId);
25009
24535
  };
25010
24536
 
25011
24537
  const createScreenCaptureStream = async captureId => {
@@ -25105,7 +24631,7 @@ const launchTextSearchWorker = async () => {
25105
24631
  });
25106
24632
  handleIpc(ipc);
25107
24633
  try {
25108
- await invoke$o(ipc, 'TextSearch.initialize', platform);
24634
+ await invoke$p(ipc, 'TextSearch.initialize', platform);
25109
24635
  } catch (error) {
25110
24636
  // ignore
25111
24637
  }
@@ -25423,7 +24949,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
25423
24949
  activityBar.state = newState;
25424
24950
  commands.push(...extraCommands);
25425
24951
  }
25426
- await invoke$n('Viewlet.sendMultiple', commands);
24952
+ await invoke$o('Viewlet.sendMultiple', commands);
25427
24953
  }
25428
24954
 
25429
24955
  // // TODO race condition (check if disposed after created)
@@ -25570,7 +25096,7 @@ const launchEmbedsWorker = async () => {
25570
25096
  name: 'Embeds Worker'
25571
25097
  });
25572
25098
  handleIpc(ipc);
25573
- await invoke$o(ipc, 'Initialize.initialize');
25099
+ await invoke$p(ipc, 'Initialize.initialize');
25574
25100
  return ipc;
25575
25101
  };
25576
25102
 
@@ -25597,7 +25123,7 @@ const disposeWebContentsView = async id => {
25597
25123
  const getWindowZoomLevel = async () => {
25598
25124
  // TODO speed up resizing by avoid too many round trips
25599
25125
  const windowId = await getWindowId();
25600
- const zoomLevel = await invoke$l('ElectronWindow.getZoom', windowId);
25126
+ const zoomLevel = await invoke$m('ElectronWindow.getZoom', windowId);
25601
25127
  return zoomLevel;
25602
25128
  };
25603
25129
 
@@ -26543,7 +26069,7 @@ const launchSourceControlWorker = async () => {
26543
26069
  url: getConfiguredWorkerUrl$1()
26544
26070
  });
26545
26071
  handleIpc(ipc);
26546
- await invoke$o(ipc, 'Initialize.initialize');
26072
+ await invoke$p(ipc, 'Initialize.initialize');
26547
26073
  return ipc;
26548
26074
  };
26549
26075
 
@@ -27236,7 +26762,7 @@ const ViewletStorage_ipc = {
27236
26762
  };
27237
26763
 
27238
26764
  const getTerminalSpawnOptions = () => {
27239
- return invoke$l('GetTerminalSpawnOptions.getTerminalSpawnOptions');
26765
+ return invoke$m('GetTerminalSpawnOptions.getTerminalSpawnOptions');
27240
26766
  };
27241
26767
 
27242
26768
  // TODO implement a functional terminal component, maybe using offscreencanvas
@@ -27265,16 +26791,16 @@ const loadContent$8 = async state => {
27265
26791
  } = await getTerminalSpawnOptions();
27266
26792
  const canvasTextId = create$12();
27267
26793
  const canvasCursorId = create$12();
27268
- await invoke$e('Terminal.create', canvasTextId, canvasCursorId, uid, state$B.workspacePath, command, args);
26794
+ await invoke$f('Terminal.create', canvasTextId, canvasCursorId, uid, state$B.workspacePath, command, args);
27269
26795
  const terminal = {
27270
26796
  handleBlur() {
27271
- return invoke$e('Terminal.handleBlur', uid);
26797
+ return invoke$f('Terminal.handleBlur', uid);
27272
26798
  },
27273
26799
  handleKeyDown(key) {
27274
- return invoke$e('Terminal.handleKeyDown', uid, key);
26800
+ return invoke$f('Terminal.handleKeyDown', uid, key);
27275
26801
  },
27276
26802
  handleMouseDown() {
27277
- return invoke$e('Terminal.handleMouseDown', uid);
26803
+ return invoke$f('Terminal.handleMouseDown', uid);
27278
26804
  },
27279
26805
  resize() {
27280
26806
  // TODO
@@ -27354,7 +26880,7 @@ const resizeEffect = async state => {
27354
26880
  // Terminal.resize(state, width, height)
27355
26881
  };
27356
26882
  const clear = async state => {
27357
- await invoke$n(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
26883
+ await invoke$o(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
27358
26884
  };
27359
26885
 
27360
26886
  const getActions = state => {
@@ -27502,7 +27028,7 @@ const addTerminal = async state => {
27502
27028
  const oldTab = tabs[selectedIndex];
27503
27029
  const disposeCommands = disposeFunctional(oldTab.uid);
27504
27030
  commands.push(...disposeCommands);
27505
- await invoke$n('Viewlet.sendMultiple', commands);
27031
+ await invoke$o('Viewlet.sendMultiple', commands);
27506
27032
  return {
27507
27033
  ...state,
27508
27034
  tabs: newTabs,
@@ -27543,7 +27069,7 @@ const focusIndex = async (state, index) => {
27543
27069
  const oldTab = tabs[selectedIndex];
27544
27070
  const disposeCommands = disposeFunctional(oldTab.uid);
27545
27071
  commands.push(...disposeCommands);
27546
- await invoke$n('Viewlet.sendMultiple', commands);
27072
+ await invoke$o('Viewlet.sendMultiple', commands);
27547
27073
  return {
27548
27074
  ...state,
27549
27075
  selectedIndex: index
@@ -28347,7 +27873,7 @@ const getRealUri = pathOrUri => {
28347
27873
  if (protocol) {
28348
27874
  return pathOrUri;
28349
27875
  }
28350
- return invoke$l('FileSystem.getRealUri', pathOrUri);
27876
+ return invoke$m('FileSystem.getRealUri', pathOrUri);
28351
27877
  };
28352
27878
 
28353
27879
  const create$1 = (id, uri, x, y, width, height) => {
@@ -28389,7 +27915,7 @@ const resize = (state, dimensions) => {
28389
27915
  };
28390
27916
  };
28391
27917
  const dispose = async state => {
28392
- await invoke$n('WebView.dispose', state.uid);
27918
+ await invoke$o('WebView.dispose', state.uid);
28393
27919
  return state;
28394
27920
  };
28395
27921
 
@@ -28662,11 +28188,11 @@ const FileSystemAppKeyBindings = {
28662
28188
 
28663
28189
  const downloadUpdate$2 = version => {
28664
28190
  string(version);
28665
- return invoke$l('AutoUpdaterAppImage.downloadUpdate', version);
28191
+ return invoke$m('AutoUpdaterAppImage.downloadUpdate', version);
28666
28192
  };
28667
28193
  const installAndRestart$2 = downloadPath => {
28668
28194
  string(downloadPath);
28669
- return invoke$l('AutoUpdaterAppImage.installAndRestart', downloadPath);
28195
+ return invoke$m('AutoUpdaterAppImage.installAndRestart', downloadPath);
28670
28196
  };
28671
28197
 
28672
28198
  const AutoUpdaterAppImage = {
@@ -28677,11 +28203,11 @@ const AutoUpdaterAppImage = {
28677
28203
 
28678
28204
  const downloadUpdate$1 = version => {
28679
28205
  string(version);
28680
- return invoke$l('AutoUpdaterWindowsNsis.downloadUpdate', version);
28206
+ return invoke$m('AutoUpdaterWindowsNsis.downloadUpdate', version);
28681
28207
  };
28682
28208
  const installAndRestart$1 = downloadPath => {
28683
28209
  string(downloadPath);
28684
- return invoke$l('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
28210
+ return invoke$m('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
28685
28211
  };
28686
28212
 
28687
28213
  const AutoUpdaterNsis = {
@@ -28694,7 +28220,7 @@ const exec = (command, args, options) => {
28694
28220
  string(command);
28695
28221
  array(args);
28696
28222
  object(options);
28697
- return invoke$l('Exec.exec', command, args, options);
28223
+ return invoke$m('Exec.exec', command, args, options);
28698
28224
  };
28699
28225
 
28700
28226
  const getDebArch = processArch => {
@@ -28719,7 +28245,7 @@ const getDownloadUrl = (repository, version, applicationName, debArch) => {
28719
28245
  };
28720
28246
 
28721
28247
  const getTmpDir = () => {
28722
- return invoke$l('Os.getTmpDir');
28248
+ return invoke$m('Os.getTmpDir');
28723
28249
  };
28724
28250
 
28725
28251
  // TODO remove this code when auto update through apt is supported
@@ -28787,7 +28313,7 @@ const getItem = (items, label) => {
28787
28313
  const openContextMenu = async (x, y, id, ...args) => {
28788
28314
  const entries = await getMenuEntries$i(id, ...args);
28789
28315
  const electronMenuItems = convertMenuItems(entries);
28790
- const event = await invoke$l('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
28316
+ const event = await invoke$m('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
28791
28317
  if (event.type === 'close') {
28792
28318
  return;
28793
28319
  }
@@ -28824,7 +28350,7 @@ const ContextMenuBrowser = {
28824
28350
 
28825
28351
  const open$3 = async () => {
28826
28352
  try {
28827
- await invoke$l('ElectronWindowProcessExplorer.open');
28353
+ await invoke$m('ElectronWindowProcessExplorer.open');
28828
28354
  } catch (error) {
28829
28355
  throw new VError(error, 'Failed to open process explorer');
28830
28356
  }
@@ -30228,7 +29754,7 @@ const prefixIdWithExt = item => {
30228
29754
  const getExtensionPicks = async () => {
30229
29755
  try {
30230
29756
  // TODO don't call this every time
30231
- const extensionPicks = await getCommands$c();
29757
+ const extensionPicks = await getCommands$d();
30232
29758
  if (!extensionPicks) {
30233
29759
  return [];
30234
29760
  }
@@ -30471,7 +29997,7 @@ const QuickPickEntriesView = {
30471
29997
  };
30472
29998
 
30473
29999
  const searchFile$1 = async (path, value, prepare) => {
30474
- return invoke$j('SearchFile.searchFile', path, value, prepare, assetDir);
30000
+ return invoke$k('SearchFile.searchFile', path, value, prepare, assetDir);
30475
30001
  };
30476
30002
 
30477
30003
  const searchFile = async (path, value) => {