@lvce-editor/static-server 0.56.12 → 0.57.0

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 (1854) hide show
  1. package/dist/static-server.js +1870 -1869
  2. package/package.json +1 -1
  3. package/static/{cbe19f6 → 8f6701c}/css/App.css +83 -83
  4. package/static/{cbe19f6 → 8f6701c}/manifest.json +2 -2
  5. package/static/{cbe19f6 → 8f6701c}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
  6. package/static/{cbe19f6 → 8f6701c}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +53 -37
  7. package/static/{cbe19f6 → 8f6701c}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
  8. package/static/8f6701c/packages/output-view/dist/outputViewWorkerMain.js +1954 -0
  9. package/static/{cbe19f6 → 8f6701c}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
  10. package/static/{cbe19f6 → 8f6701c}/packages/renderer-worker/dist/rendererWorkerMain.js +836 -886
  11. package/static/index.html +4 -4
  12. /package/static/{cbe19f6 → 8f6701c}/config/colorTheme.json +0 -0
  13. /package/static/{cbe19f6 → 8f6701c}/config/defaultSettings.json +0 -0
  14. /package/static/{cbe19f6 → 8f6701c}/config/fileMap.json +0 -0
  15. /package/static/{cbe19f6 → 8f6701c}/config/webExtensions.json +0 -0
  16. /package/static/{cbe19f6 → 8f6701c}/css/parts/AdditionalDetails.css +0 -0
  17. /package/static/{cbe19f6 → 8f6701c}/css/parts/Animation.css +0 -0
  18. /package/static/{cbe19f6 → 8f6701c}/css/parts/BrowserScrollBar.css +0 -0
  19. /package/static/{cbe19f6 → 8f6701c}/css/parts/Category.css +0 -0
  20. /package/static/{cbe19f6 → 8f6701c}/css/parts/DebugButtons.css +0 -0
  21. /package/static/{cbe19f6 → 8f6701c}/css/parts/DebugValue.css +0 -0
  22. /package/static/{cbe19f6 → 8f6701c}/css/parts/E2eTest.css +0 -0
  23. /package/static/{cbe19f6 → 8f6701c}/css/parts/E2eTests.css +0 -0
  24. /package/static/{cbe19f6 → 8f6701c}/css/parts/EditorHover.css +0 -0
  25. /package/static/{cbe19f6 → 8f6701c}/css/parts/EditorMessage.css +0 -0
  26. /package/static/{cbe19f6 → 8f6701c}/css/parts/FeatureContent.css +0 -0
  27. /package/static/{cbe19f6 → 8f6701c}/css/parts/Features.css +0 -0
  28. /package/static/{cbe19f6 → 8f6701c}/css/parts/ImagePreview.css +0 -0
  29. /package/static/{cbe19f6 → 8f6701c}/css/parts/InlineDiffEditor.css +0 -0
  30. /package/static/{cbe19f6 → 8f6701c}/css/parts/InputBadge.css +0 -0
  31. /package/static/{cbe19f6 → 8f6701c}/css/parts/Key.css +0 -0
  32. /package/static/{cbe19f6 → 8f6701c}/css/parts/KeyBindingsHeader.css +0 -0
  33. /package/static/{cbe19f6 → 8f6701c}/css/parts/KeyBindingsTable.css +0 -0
  34. /package/static/{cbe19f6 → 8f6701c}/css/parts/LegacyDialog.css +0 -0
  35. /package/static/{cbe19f6 → 8f6701c}/css/parts/Markdown.css +0 -0
  36. /package/static/{cbe19f6 → 8f6701c}/css/parts/Message.css +0 -0
  37. /package/static/{cbe19f6 → 8f6701c}/css/parts/Progress.css +0 -0
  38. /package/static/{cbe19f6 → 8f6701c}/css/parts/ScrollToTop.css +0 -0
  39. /package/static/{cbe19f6 → 8f6701c}/css/parts/SearchToggleButton.css +0 -0
  40. /package/static/{cbe19f6 → 8f6701c}/css/parts/Select.css +0 -0
  41. /package/static/{cbe19f6 → 8f6701c}/css/parts/SettingsHeader.css +0 -0
  42. /package/static/{cbe19f6 → 8f6701c}/css/parts/SettingsItems.css +0 -0
  43. /package/static/{cbe19f6 → 8f6701c}/css/parts/SettingsSideBar.css +0 -0
  44. /package/static/{cbe19f6 → 8f6701c}/css/parts/Table.css +0 -0
  45. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletAbout.css +0 -0
  46. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletBrowserViewOverview.css +0 -0
  47. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletDebugConsole.css +0 -0
  48. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletDefineKeyBinding.css +0 -0
  49. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletDialog.css +0 -0
  50. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletDiffEditor.css +0 -0
  51. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletEditorWidgetError.css +0 -0
  52. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletExtensionDetail.css +0 -0
  53. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletExtensionDetailHeader.css +0 -0
  54. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletExtensionDetailTabs.css +0 -0
  55. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletExtensions.css +0 -0
  56. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletIframeInspector.css +0 -0
  57. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletKeyBindings.css +0 -0
  58. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletMedia.css +0 -0
  59. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletOutput.css +0 -0
  60. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletPanel.css +0 -0
  61. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletPanelTabs.css +0 -0
  62. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletPdf.css +0 -0
  63. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletProblems.css +0 -0
  64. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletReferences.css +0 -0
  65. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletRunAndDebug.css +0 -0
  66. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletScreenCapture.css +0 -0
  67. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletSearch.css +0 -0
  68. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletSettings.css +0 -0
  69. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletSimpleBrowser.css +0 -0
  70. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletSourceControl.css +0 -0
  71. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletStorage.css +0 -0
  72. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletTerminal.css +0 -0
  73. /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletTerminalTabs.css +0 -0
  74. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-bat/README.md +0 -0
  75. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-bat/extension.json +0 -0
  76. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
  77. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
  78. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-c/README.md +0 -0
  79. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-c/extension.json +0 -0
  80. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
  81. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
  82. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
  83. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
  84. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cpp/README.md +0 -0
  85. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cpp/extension.json +0 -0
  86. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
  87. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
  88. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cson/README.md +0 -0
  89. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cson/extension.json +0 -0
  90. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
  91. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
  92. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-css/README.md +0 -0
  93. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-css/extension.json +0 -0
  94. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
  95. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
  96. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-dart/README.md +0 -0
  97. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-dart/extension.json +0 -0
  98. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
  99. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-desktop/README.md +0 -0
  100. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-desktop/extension.json +0 -0
  101. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
  102. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-docker/README.md +0 -0
  103. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-docker/extension.json +0 -0
  104. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
  105. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-dotenv/README.md +0 -0
  106. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
  107. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
  108. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
  109. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
  110. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
  111. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-elixir/README.md +0 -0
  112. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-elixir/extension.json +0 -0
  113. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
  114. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-elm/README.md +0 -0
  115. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-elm/extension.json +0 -0
  116. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
  117. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
  118. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
  119. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
  120. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-gn/README.md +0 -0
  121. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-gn/extension.json +0 -0
  122. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
  123. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-go/README.md +0 -0
  124. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-go/extension.json +0 -0
  125. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
  126. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-graphql/README.md +0 -0
  127. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-graphql/extension.json +0 -0
  128. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
  129. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-html/README.md +0 -0
  130. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-html/extension.json +0 -0
  131. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
  132. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
  133. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-java/README.md +0 -0
  134. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-java/extension.json +0 -0
  135. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
  136. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
  137. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-javascript/README.md +0 -0
  138. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-javascript/extension.json +0 -0
  139. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
  140. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
  141. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-json/README.md +0 -0
  142. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-json/extension.json +0 -0
  143. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
  144. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-json5/README.md +0 -0
  145. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-json5/extension.json +0 -0
  146. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
  147. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-jsx/README.md +0 -0
  148. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-jsx/extension.json +0 -0
  149. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
  150. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-julia/README.md +0 -0
  151. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-julia/extension.json +0 -0
  152. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
  153. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-kotlin/README.md +0 -0
  154. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
  155. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
  156. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-less/LICENSE +0 -0
  157. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-less/README.md +0 -0
  158. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-less/extension.json +0 -0
  159. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
  160. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
  161. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-markdown/README.md +0 -0
  162. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-markdown/extension.json +0 -0
  163. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
  164. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-mdx/README.md +0 -0
  165. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-mdx/extension.json +0 -0
  166. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
  167. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nix/README.md +0 -0
  168. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nix/extension.json +0 -0
  169. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
  170. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
  171. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
  172. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
  173. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
  174. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-perl/README.md +0 -0
  175. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-perl/extension.json +0 -0
  176. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
  177. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-plaintext/README.md +0 -0
  178. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
  179. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
  180. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-powershell/README.md +0 -0
  181. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-powershell/extension.json +0 -0
  182. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
  183. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-python/README.md +0 -0
  184. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-python/extension.json +0 -0
  185. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
  186. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
  187. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-r/README.md +0 -0
  188. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-r/extension.json +0 -0
  189. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
  190. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-ruby/README.md +0 -0
  191. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-ruby/extension.json +0 -0
  192. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
  193. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-rust/LICENSE +0 -0
  194. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-rust/README.md +0 -0
  195. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-rust/extension.json +0 -0
  196. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
  197. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
  198. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-scss/README.md +0 -0
  199. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-scss/extension.json +0 -0
  200. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
  201. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
  202. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-shellscript/README.md +0 -0
  203. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
  204. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
  205. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-svelte/README.md +0 -0
  206. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-svelte/extension.json +0 -0
  207. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
  208. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-terraform/README.md +0 -0
  209. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-terraform/extension.json +0 -0
  210. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
  211. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-toml/README.md +0 -0
  212. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-toml/extension.json +0 -0
  213. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
  214. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-typescript/README.md +0 -0
  215. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-typescript/extension.json +0 -0
  216. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
  217. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-vue/README.md +0 -0
  218. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-vue/extension.json +0 -0
  219. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
  220. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-wgsl/README.md +0 -0
  221. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
  222. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
  223. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
  224. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-xml/README.md +0 -0
  225. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-xml/extension.json +0 -0
  226. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
  227. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-yaml/README.md +0 -0
  228. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-yaml/extension.json +0 -0
  229. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
  230. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
  231. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
  232. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
  233. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  234. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-ayu/README.md +0 -0
  235. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-ayu/color-theme.json +0 -0
  236. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-ayu/extension.json +0 -0
  237. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-cobalt2/README.md +0 -0
  238. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
  239. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-cobalt2/extension.json +0 -0
  240. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  241. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  242. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-gruvbox/README.md +0 -0
  243. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
  244. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-gruvbox/extension.json +0 -0
  245. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-high-contrast/README.md +0 -0
  246. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
  247. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-high-contrast/extension.json +0 -0
  248. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-material/README.md +0 -0
  249. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-material/color-theme.json +0 -0
  250. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-material/extension.json +0 -0
  251. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-monokai/README.md +0 -0
  252. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-monokai/color-theme.json +0 -0
  253. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-monokai/extension.json +0 -0
  254. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-noctis-uva/README.md +0 -0
  255. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
  256. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
  257. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  258. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-palenight/README.md +0 -0
  259. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-palenight/color-theme.json +0 -0
  260. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-palenight/extension.json +0 -0
  261. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-palenight/images/demo.png +0 -0
  262. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-slime/README.md +0 -0
  263. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-slime/color-theme.json +0 -0
  264. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-slime/extension.json +0 -0
  265. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-slime/icon.png +0 -0
  266. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.vscode-icons/README.md +0 -0
  267. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.vscode-icons/extension.json +0 -0
  268. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
  269. /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.vscode-icons/icon.png +0 -0
  270. /package/static/{cbe19f6 → 8f6701c}/file-icons/default_file.svg +0 -0
  271. /package/static/{cbe19f6 → 8f6701c}/file-icons/default_folder.svg +0 -0
  272. /package/static/{cbe19f6 → 8f6701c}/file-icons/default_folder_opened.svg +0 -0
  273. /package/static/{cbe19f6 → 8f6701c}/file-icons/default_root_folder.svg +0 -0
  274. /package/static/{cbe19f6 → 8f6701c}/file-icons/default_root_folder_opened.svg +0 -0
  275. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_access.svg +0 -0
  276. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_access2.svg +0 -0
  277. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_actionscript.svg +0 -0
  278. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_actionscript2.svg +0 -0
  279. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ada.svg +0 -0
  280. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_advpl.svg +0 -0
  281. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_affectscript.svg +0 -0
  282. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_affinitydesigner.svg +0 -0
  283. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_affinityphoto.svg +0 -0
  284. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_affinitypublisher.svg +0 -0
  285. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_agda.svg +0 -0
  286. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ai.svg +0 -0
  287. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ai2.svg +0 -0
  288. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_al.svg +0 -0
  289. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_al_dal.svg +0 -0
  290. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_allcontributors.svg +0 -0
  291. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_angular.svg +0 -0
  292. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ansible.svg +0 -0
  293. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_antlers_html.svg +0 -0
  294. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_antlr.svg +0 -0
  295. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_anyscript.svg +0 -0
  296. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_apache.svg +0 -0
  297. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_apex.svg +0 -0
  298. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_api_extractor.svg +0 -0
  299. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_apib.svg +0 -0
  300. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_apib2.svg +0 -0
  301. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_apl.svg +0 -0
  302. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_applescript.svg +0 -0
  303. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_appscript.svg +0 -0
  304. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_appsemble.svg +0 -0
  305. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_appveyor.svg +0 -0
  306. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_arduino.svg +0 -0
  307. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_asciidoc.svg +0 -0
  308. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_asp.svg +0 -0
  309. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_aspx.svg +0 -0
  310. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_assembly.svg +0 -0
  311. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_astro.svg +0 -0
  312. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_astroconfig.svg +0 -0
  313. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_atom.svg +0 -0
  314. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ats.svg +0 -0
  315. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_attw.svg +0 -0
  316. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_audio.svg +0 -0
  317. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_aurelia.svg +0 -0
  318. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_autohotkey.svg +0 -0
  319. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_autoit.svg +0 -0
  320. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_avif.svg +0 -0
  321. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_avro.svg +0 -0
  322. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_awk.svg +0 -0
  323. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_aws.svg +0 -0
  324. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_azure.svg +0 -0
  325. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_azurepipelines.svg +0 -0
  326. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_babel.svg +0 -0
  327. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_babel2.svg +0 -0
  328. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bak.svg +0 -0
  329. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ballerina.svg +0 -0
  330. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bat.svg +0 -0
  331. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bats.svg +0 -0
  332. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bazaar.svg +0 -0
  333. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bazel.svg +0 -0
  334. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bazel_ignore.svg +0 -0
  335. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bazel_version.svg +0 -0
  336. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_befunge.svg +0 -0
  337. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bicep.svg +0 -0
  338. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_biml.svg +0 -0
  339. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_binary.svg +0 -0
  340. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_biome.svg +0 -0
  341. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bitbucketpipeline.svg +0 -0
  342. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bithound.svg +0 -0
  343. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_blade.svg +0 -0
  344. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_blender.svg +0 -0
  345. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_blitzbasic.svg +0 -0
  346. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bolt.svg +0 -0
  347. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bosque.svg +0 -0
  348. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bower.svg +0 -0
  349. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bower2.svg +0 -0
  350. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_browserslist.svg +0 -0
  351. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bruno.svg +0 -0
  352. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_buckbuild.svg +0 -0
  353. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_buf.svg +0 -0
  354. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bun.svg +0 -0
  355. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bundlemon.svg +0 -0
  356. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bundler.svg +0 -0
  357. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bunfig.svg +0 -0
  358. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_c.svg +0 -0
  359. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_c2.svg +0 -0
  360. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_c3.svg +0 -0
  361. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_c_al.svg +0 -0
  362. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cabal.svg +0 -0
  363. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_caddy.svg +0 -0
  364. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cake.svg +0 -0
  365. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cakephp.svg +0 -0
  366. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_capacitor.svg +0 -0
  367. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_capnp.svg +0 -0
  368. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cargo.svg +0 -0
  369. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_casc.svg +0 -0
  370. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cddl.svg +0 -0
  371. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cert.svg +0 -0
  372. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ceylon.svg +0 -0
  373. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cf.svg +0 -0
  374. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cf2.svg +0 -0
  375. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cfc.svg +0 -0
  376. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cfc2.svg +0 -0
  377. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cfm.svg +0 -0
  378. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cfm2.svg +0 -0
  379. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_changie.svg +0 -0
  380. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cheader.svg +0 -0
  381. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_chef.svg +0 -0
  382. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_chef_cookbook.svg +0 -0
  383. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_circleci.svg +0 -0
  384. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_class.svg +0 -0
  385. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_claude.svg +0 -0
  386. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_clojure.svg +0 -0
  387. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_clojurescript.svg +0 -0
  388. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cloudfoundry.svg +0 -0
  389. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cmake.svg +0 -0
  390. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cobol.svg +0 -0
  391. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codacy.svg +0 -0
  392. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codeclimate.svg +0 -0
  393. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codecov.svg +0 -0
  394. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codekit.svg +0 -0
  395. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codemagic.svg +0 -0
  396. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codeowners.svg +0 -0
  397. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codeql.svg +0 -0
  398. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_coderabbit.svg +0 -0
  399. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_coffeelint.svg +0 -0
  400. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_coffeescript.svg +0 -0
  401. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_commitizen.svg +0 -0
  402. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_commitlint.svg +0 -0
  403. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_compass.svg +0 -0
  404. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_composer.svg +0 -0
  405. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_conan.svg +0 -0
  406. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_conda.svg +0 -0
  407. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_config.svg +0 -0
  408. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_confluence.svg +0 -0
  409. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_copilot.svg +0 -0
  410. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_coverage.svg +0 -0
  411. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_coveralls.svg +0 -0
  412. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cpp.svg +0 -0
  413. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cpp2.svg +0 -0
  414. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cpp3.svg +0 -0
  415. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cppheader.svg +0 -0
  416. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_craco.svg +0 -0
  417. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_crowdin.svg +0 -0
  418. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_crystal.svg +0 -0
  419. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_csharp.svg +0 -0
  420. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_csharp2.svg +0 -0
  421. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cspell.svg +0 -0
  422. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_csproj.svg +0 -0
  423. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_css.svg +0 -0
  424. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_css2.svg +0 -0
  425. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_css2map.svg +0 -0
  426. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_csscomb.svg +0 -0
  427. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_csslint.svg +0 -0
  428. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cssmap.svg +0 -0
  429. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cucumber.svg +0 -0
  430. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cuda.svg +0 -0
  431. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cursorrules.svg +0 -0
  432. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cvs.svg +0 -0
  433. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cypress.svg +0 -0
  434. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cypress_spec.svg +0 -0
  435. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cython.svg +0 -0
  436. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dal.svg +0 -0
  437. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_darcs.svg +0 -0
  438. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dartlang.svg +0 -0
  439. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dartlang_generated.svg +0 -0
  440. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dartlang_ignore.svg +0 -0
  441. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_datadog.svg +0 -0
  442. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_db.svg +0 -0
  443. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_debian.svg +0 -0
  444. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_delphi.svg +0 -0
  445. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_deno.svg +0 -0
  446. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_denoify.svg +0 -0
  447. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dependabot.svg +0 -0
  448. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dependencies.svg +0 -0
  449. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_devcontainer.svg +0 -0
  450. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dhall.svg +0 -0
  451. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_diff.svg +0 -0
  452. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_django.svg +0 -0
  453. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dlang.svg +0 -0
  454. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_docker.svg +0 -0
  455. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_docker2.svg +0 -0
  456. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dockertest.svg +0 -0
  457. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dockertest2.svg +0 -0
  458. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_docpad.svg +0 -0
  459. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_docusaurus.svg +0 -0
  460. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_docz.svg +0 -0
  461. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dojo.svg +0 -0
  462. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_doppler.svg +0 -0
  463. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dotenv.svg +0 -0
  464. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dotjs.svg +0 -0
  465. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_doxygen.svg +0 -0
  466. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_drawio.svg +0 -0
  467. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_drone.svg +0 -0
  468. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_drools.svg +0 -0
  469. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dtd.svg +0 -0
  470. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dune.svg +0 -0
  471. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dustjs.svg +0 -0
  472. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dvc.svg +0 -0
  473. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dylan.svg +0 -0
  474. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_earthly.svg +0 -0
  475. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eas-metadata.svg +0 -0
  476. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_edge.svg +0 -0
  477. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_edge2.svg +0 -0
  478. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_editorconfig.svg +0 -0
  479. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eex.svg +0 -0
  480. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ejs.svg +0 -0
  481. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_elastic.svg +0 -0
  482. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_elasticbeanstalk.svg +0 -0
  483. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eleventy.svg +0 -0
  484. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eleventy2.svg +0 -0
  485. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_elixir.svg +0 -0
  486. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_elm.svg +0 -0
  487. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_elm2.svg +0 -0
  488. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_emacs.svg +0 -0
  489. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ember.svg +0 -0
  490. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ensime.svg +0 -0
  491. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eps.svg +0 -0
  492. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_epub.svg +0 -0
  493. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_erb.svg +0 -0
  494. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_erlang.svg +0 -0
  495. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_erlang2.svg +0 -0
  496. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_esbuild.svg +0 -0
  497. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eslint.svg +0 -0
  498. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eslint2.svg +0 -0
  499. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_esphome.svg +0 -0
  500. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_excalidraw.svg +0 -0
  501. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_excel.svg +0 -0
  502. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_excel2.svg +0 -0
  503. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_expo.svg +0 -0
  504. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_falcon.svg +0 -0
  505. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fantasticon.svg +0 -0
  506. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fastly.svg +0 -0
  507. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fauna.svg +0 -0
  508. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_favicon.svg +0 -0
  509. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fbx.svg +0 -0
  510. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_firebase.svg +0 -0
  511. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_firebasehosting.svg +0 -0
  512. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_firestore.svg +0 -0
  513. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fitbit.svg +0 -0
  514. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fla.svg +0 -0
  515. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_flareact.svg +0 -0
  516. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_flash.svg +0 -0
  517. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_floobits.svg +0 -0
  518. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_flow.svg +0 -0
  519. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_flutter.svg +0 -0
  520. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_flutter_package.svg +0 -0
  521. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_flyio.svg +0 -0
  522. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_font.svg +0 -0
  523. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_formkit.svg +0 -0
  524. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fortran.svg +0 -0
  525. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fossa.svg +0 -0
  526. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fossil.svg +0 -0
  527. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_freemarker.svg +0 -0
  528. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_frontcommerce.svg +0 -0
  529. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fsharp.svg +0 -0
  530. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fsharp2.svg +0 -0
  531. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fsproj.svg +0 -0
  532. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fthtml.svg +0 -0
  533. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_funding.svg +0 -0
  534. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fusebox.svg +0 -0
  535. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_galen.svg +0 -0
  536. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_galen2.svg +0 -0
  537. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gamemaker.svg +0 -0
  538. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gamemaker2.svg +0 -0
  539. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gamemaker81.svg +0 -0
  540. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gatsby.svg +0 -0
  541. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gcloud.svg +0 -0
  542. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gcode.svg +0 -0
  543. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gdscript.svg +0 -0
  544. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_genstat.svg +0 -0
  545. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_git.svg +0 -0
  546. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_git2.svg +0 -0
  547. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gitlab.svg +0 -0
  548. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gitpod.svg +0 -0
  549. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gleam.svg +0 -0
  550. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gleamconfig.svg +0 -0
  551. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_glide.svg +0 -0
  552. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_glitter.svg +0 -0
  553. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_glsl.svg +0 -0
  554. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gltf.svg +0 -0
  555. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_glyphs.svg +0 -0
  556. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gnu.svg +0 -0
  557. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gnuplot.svg +0 -0
  558. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go.svg +0 -0
  559. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_aqua.svg +0 -0
  560. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_black.svg +0 -0
  561. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_fuchsia.svg +0 -0
  562. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_gopher.svg +0 -0
  563. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_lightblue.svg +0 -0
  564. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_package.svg +0 -0
  565. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_white.svg +0 -0
  566. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_work.svg +0 -0
  567. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_yellow.svg +0 -0
  568. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_goctl.svg +0 -0
  569. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_godot.svg +0 -0
  570. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gpg.svg +0 -0
  571. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gradle.svg +0 -0
  572. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gradle2.svg +0 -0
  573. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_grain.svg +0 -0
  574. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_graphql.svg +0 -0
  575. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_graphql_config.svg +0 -0
  576. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_graphviz.svg +0 -0
  577. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_greenkeeper.svg +0 -0
  578. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gridsome.svg +0 -0
  579. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_groovy.svg +0 -0
  580. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_groovy2.svg +0 -0
  581. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_grunt.svg +0 -0
  582. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gulp.svg +0 -0
  583. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_haml.svg +0 -0
  584. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_handlebars.svg +0 -0
  585. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_handlebars2.svg +0 -0
  586. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_harbour.svg +0 -0
  587. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hardhat.svg +0 -0
  588. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hashicorp.svg +0 -0
  589. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_haskell.svg +0 -0
  590. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_haskell2.svg +0 -0
  591. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_haxe.svg +0 -0
  592. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_haxecheckstyle.svg +0 -0
  593. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_haxedevelop.svg +0 -0
  594. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_helix.svg +0 -0
  595. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_helm.svg +0 -0
  596. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_histoire.svg +0 -0
  597. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hjson.svg +0 -0
  598. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hlsl.svg +0 -0
  599. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_homeassistant.svg +0 -0
  600. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_horusec.svg +0 -0
  601. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_host.svg +0 -0
  602. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_html.svg +0 -0
  603. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_htmlhint.svg +0 -0
  604. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_htmlvalidate.svg +0 -0
  605. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_http.svg +0 -0
  606. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hugo.svg +0 -0
  607. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_humanstxt.svg +0 -0
  608. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hunspell.svg +0 -0
  609. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_husky.svg +0 -0
  610. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hy.svg +0 -0
  611. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hygen.svg +0 -0
  612. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hypr.svg +0 -0
  613. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_icl.svg +0 -0
  614. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_idris.svg +0 -0
  615. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_idrisbin.svg +0 -0
  616. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_idrispkg.svg +0 -0
  617. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_image.svg +0 -0
  618. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_imba.svg +0 -0
  619. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_inc.svg +0 -0
  620. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_infopath.svg +0 -0
  621. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_informix.svg +0 -0
  622. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ini.svg +0 -0
  623. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ink.svg +0 -0
  624. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_innosetup.svg +0 -0
  625. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_io.svg +0 -0
  626. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_iodine.svg +0 -0
  627. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ionic.svg +0 -0
  628. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jake.svg +0 -0
  629. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_janet.svg +0 -0
  630. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jar.svg +0 -0
  631. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jasmine.svg +0 -0
  632. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_java.svg +0 -0
  633. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jbuilder.svg +0 -0
  634. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jekyll.svg +0 -0
  635. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jenkins.svg +0 -0
  636. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jest.svg +0 -0
  637. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jest_snapshot.svg +0 -0
  638. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jinja.svg +0 -0
  639. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jpm.svg +0 -0
  640. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_js.svg +0 -0
  641. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_js_official.svg +0 -0
  642. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsbeautify.svg +0 -0
  643. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsconfig.svg +0 -0
  644. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jscpd.svg +0 -0
  645. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jshint.svg +0 -0
  646. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsmap.svg +0 -0
  647. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_json.svg +0 -0
  648. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_json2.svg +0 -0
  649. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_json5.svg +0 -0
  650. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_json_official.svg +0 -0
  651. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_json_schema.svg +0 -0
  652. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsonld.svg +0 -0
  653. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsonnet.svg +0 -0
  654. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsp.svg +0 -0
  655. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsr.svg +0 -0
  656. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jss.svg +0 -0
  657. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_juice.svg +0 -0
  658. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_julia.svg +0 -0
  659. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_julia2.svg +0 -0
  660. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jupyter.svg +0 -0
  661. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_just.svg +0 -0
  662. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_k.svg +0 -0
  663. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_karma.svg +0 -0
  664. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_key.svg +0 -0
  665. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_kitchenci.svg +0 -0
  666. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_kite.svg +0 -0
  667. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_kivy.svg +0 -0
  668. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_knip.svg +0 -0
  669. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_kos.svg +0 -0
  670. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_kotlin.svg +0 -0
  671. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_kusto.svg +0 -0
  672. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_language_configuration.svg +0 -0
  673. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lark.svg +0 -0
  674. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_latino.svg +0 -0
  675. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_layout.svg +0 -0
  676. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lefthook.svg +0 -0
  677. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lerna.svg +0 -0
  678. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_less.svg +0 -0
  679. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lex.svg +0 -0
  680. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_liara.svg +0 -0
  681. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_libreoffice_base.svg +0 -0
  682. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_libreoffice_calc.svg +0 -0
  683. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_libreoffice_draw.svg +0 -0
  684. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_libreoffice_impress.svg +0 -0
  685. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_libreoffice_math.svg +0 -0
  686. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_libreoffice_writer.svg +0 -0
  687. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_license.svg +0 -0
  688. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_licensebat.svg +0 -0
  689. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_actionscript2.svg +0 -0
  690. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_ada.svg +0 -0
  691. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_agda.svg +0 -0
  692. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_apl.svg +0 -0
  693. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_astro.svg +0 -0
  694. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_astroconfig.svg +0 -0
  695. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_babel.svg +0 -0
  696. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_babel2.svg +0 -0
  697. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_cabal.svg +0 -0
  698. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_circleci.svg +0 -0
  699. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_cloudfoundry.svg +0 -0
  700. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_codacy.svg +0 -0
  701. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_codeclimate.svg +0 -0
  702. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_codeowners.svg +0 -0
  703. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_config.svg +0 -0
  704. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_copilot.svg +0 -0
  705. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_crystal.svg +0 -0
  706. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_cypress.svg +0 -0
  707. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_cypress_spec.svg +0 -0
  708. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_db.svg +0 -0
  709. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_deno.svg +0 -0
  710. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_dhall.svg +0 -0
  711. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_docpad.svg +0 -0
  712. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_drone.svg +0 -0
  713. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_eas-metadata.svg +0 -0
  714. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_eleventy.svg +0 -0
  715. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_eleventy2.svg +0 -0
  716. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_esphome.svg +0 -0
  717. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_expo.svg +0 -0
  718. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_firebasehosting.svg +0 -0
  719. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_fla.svg +0 -0
  720. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_font.svg +0 -0
  721. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_gamemaker2.svg +0 -0
  722. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_gradle.svg +0 -0
  723. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_hashicorp.svg +0 -0
  724. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_hjson.svg +0 -0
  725. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_ini.svg +0 -0
  726. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_io.svg +0 -0
  727. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_js.svg +0 -0
  728. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_jsconfig.svg +0 -0
  729. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_jsmap.svg +0 -0
  730. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_json.svg +0 -0
  731. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_json5.svg +0 -0
  732. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_json_schema.svg +0 -0
  733. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_jsonld.svg +0 -0
  734. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_kite.svg +0 -0
  735. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_lark.svg +0 -0
  736. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_lerna.svg +0 -0
  737. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_mailing.svg +0 -0
  738. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_markuplint.svg +0 -0
  739. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_mdx-components.svg +0 -0
  740. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_mdx.svg +0 -0
  741. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_mlang.svg +0 -0
  742. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_mustache.svg +0 -0
  743. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_mypy.svg +0 -0
  744. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_neo4j.svg +0 -0
  745. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_netlify.svg +0 -0
  746. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_next.svg +0 -0
  747. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_nim.svg +0 -0
  748. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_nx.svg +0 -0
  749. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_objidconfig.svg +0 -0
  750. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_openHAB.svg +0 -0
  751. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_pcl.svg +0 -0
  752. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_pnpm.svg +0 -0
  753. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_prettier.svg +0 -0
  754. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_prisma.svg +0 -0
  755. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_purescript.svg +0 -0
  756. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_quasar.svg +0 -0
  757. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_raku.svg +0 -0
  758. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_razzle.svg +0 -0
  759. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_reactrouter.svg +0 -0
  760. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_rehype.svg +0 -0
  761. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_remark.svg +0 -0
  762. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_replit.svg +0 -0
  763. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_retext.svg +0 -0
  764. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_rome.svg +0 -0
  765. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_rubocop.svg +0 -0
  766. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_rust.svg +0 -0
  767. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_rust_toolchain.svg +0 -0
  768. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_safetensors.svg +0 -0
  769. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_shaderlab.svg +0 -0
  770. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_solidity.svg +0 -0
  771. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_spin.svg +0 -0
  772. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_stylelint.svg +0 -0
  773. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_stylus.svg +0 -0
  774. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_symfony.svg +0 -0
  775. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_systemd.svg +0 -0
  776. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_systemverilog.svg +0 -0
  777. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_testcafe.svg +0 -0
  778. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_testjs.svg +0 -0
  779. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_tex.svg +0 -0
  780. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_tm.svg +0 -0
  781. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_tmux.svg +0 -0
  782. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_todo.svg +0 -0
  783. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_toit.svg +0 -0
  784. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_toml.svg +0 -0
  785. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_tree.svg +0 -0
  786. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_turbo.svg +0 -0
  787. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_unibeautify.svg +0 -0
  788. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_vash.svg +0 -0
  789. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_vercel.svg +0 -0
  790. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_vsix.svg +0 -0
  791. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_vsixmanifest.svg +0 -0
  792. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_xfl.svg +0 -0
  793. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_xorg.svg +0 -0
  794. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_yaml.svg +0 -0
  795. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_yaml_official.svg +0 -0
  796. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_zeit.svg +0 -0
  797. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lighthouse.svg +0 -0
  798. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lilypond.svg +0 -0
  799. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lime.svg +0 -0
  800. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lintstagedrc.svg +0 -0
  801. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_liquid.svg +0 -0
  802. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lisp.svg +0 -0
  803. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_livescript.svg +0 -0
  804. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lnk.svg +0 -0
  805. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_locale.svg +0 -0
  806. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_log.svg +0 -0
  807. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lolcode.svg +0 -0
  808. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lsl.svg +0 -0
  809. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lua.svg +0 -0
  810. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_luau.svg +0 -0
  811. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lync.svg +0 -0
  812. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mailing.svg +0 -0
  813. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_makefile.svg +0 -0
  814. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_manifest.svg +0 -0
  815. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_manifest_bak.svg +0 -0
  816. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_manifest_skip.svg +0 -0
  817. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_map.svg +0 -0
  818. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mariadb.svg +0 -0
  819. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_markdown.svg +0 -0
  820. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_markdownlint.svg +0 -0
  821. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_markdownlint_ignore.svg +0 -0
  822. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_marko.svg +0 -0
  823. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_markojs.svg +0 -0
  824. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_markuplint.svg +0 -0
  825. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_master-co.svg +0 -0
  826. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_matlab.svg +0 -0
  827. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_maven.svg +0 -0
  828. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_maxscript.svg +0 -0
  829. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_maya.svg +0 -0
  830. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mdx-components.svg +0 -0
  831. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mdx.svg +0 -0
  832. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mediawiki.svg +0 -0
  833. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mercurial.svg +0 -0
  834. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mermaid.svg +0 -0
  835. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_meson.svg +0 -0
  836. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_metal.svg +0 -0
  837. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_meteor.svg +0 -0
  838. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_minecraft.svg +0 -0
  839. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mivascript.svg +0 -0
  840. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mjml.svg +0 -0
  841. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mlang.svg +0 -0
  842. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mocha.svg +0 -0
  843. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_modernizr.svg +0 -0
  844. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mojo.svg +0 -0
  845. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mojolicious.svg +0 -0
  846. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_moleculer.svg +0 -0
  847. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mondoo.svg +0 -0
  848. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mongo.svg +0 -0
  849. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_monotone.svg +0 -0
  850. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_motif.svg +0 -0
  851. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mson.svg +0 -0
  852. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mustache.svg +0 -0
  853. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mvt.svg +0 -0
  854. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mvtcss.svg +0 -0
  855. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mvtjs.svg +0 -0
  856. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mypy.svg +0 -0
  857. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mysql.svg +0 -0
  858. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ndst.svg +0 -0
  859. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nearly.svg +0 -0
  860. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_neo4j.svg +0 -0
  861. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_adapter_js.svg +0 -0
  862. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_adapter_ts.svg +0 -0
  863. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_controller_js.svg +0 -0
  864. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_controller_ts.svg +0 -0
  865. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_decorator_js.svg +0 -0
  866. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_decorator_ts.svg +0 -0
  867. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_filter_js.svg +0 -0
  868. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_filter_ts.svg +0 -0
  869. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_gateway_js.svg +0 -0
  870. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_gateway_ts.svg +0 -0
  871. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_guard_js.svg +0 -0
  872. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_guard_ts.svg +0 -0
  873. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_interceptor_js.svg +0 -0
  874. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
  875. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_middleware_js.svg +0 -0
  876. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_middleware_ts.svg +0 -0
  877. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_module_js.svg +0 -0
  878. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_module_ts.svg +0 -0
  879. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_pipe_js.svg +0 -0
  880. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_pipe_ts.svg +0 -0
  881. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_service_js.svg +0 -0
  882. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_service_ts.svg +0 -0
  883. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nestjs.svg +0 -0
  884. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_netlify.svg +0 -0
  885. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_next.svg +0 -0
  886. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nextflow.svg +0 -0
  887. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_css.svg +0 -0
  888. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_dart.svg +0 -0
  889. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_html.svg +0 -0
  890. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_js.svg +0 -0
  891. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_js2.svg +0 -0
  892. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_less.svg +0 -0
  893. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_sass.svg +0 -0
  894. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_scss.svg +0 -0
  895. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_ts.svg +0 -0
  896. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_ts2.svg +0 -0
  897. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_controller_js.svg +0 -0
  898. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_controller_ts.svg +0 -0
  899. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_directive_dart.svg +0 -0
  900. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_directive_js.svg +0 -0
  901. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_directive_js2.svg +0 -0
  902. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_directive_ts.svg +0 -0
  903. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_directive_ts2.svg +0 -0
  904. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_guard_dart.svg +0 -0
  905. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_guard_js.svg +0 -0
  906. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_guard_ts.svg +0 -0
  907. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
  908. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_interceptor_js.svg +0 -0
  909. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
  910. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_module_dart.svg +0 -0
  911. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_module_js.svg +0 -0
  912. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_module_js2.svg +0 -0
  913. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_module_ts.svg +0 -0
  914. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_module_ts2.svg +0 -0
  915. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_pipe_dart.svg +0 -0
  916. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_pipe_js.svg +0 -0
  917. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_pipe_js2.svg +0 -0
  918. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_pipe_ts.svg +0 -0
  919. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
  920. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_routing_dart.svg +0 -0
  921. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_routing_js.svg +0 -0
  922. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_routing_js2.svg +0 -0
  923. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_routing_ts.svg +0 -0
  924. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_routing_ts2.svg +0 -0
  925. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_service_dart.svg +0 -0
  926. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_service_js.svg +0 -0
  927. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_service_js2.svg +0 -0
  928. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_service_ts.svg +0 -0
  929. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_service_ts2.svg +0 -0
  930. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
  931. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_smart_component_js.svg +0 -0
  932. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
  933. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
  934. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
  935. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_tailwind.svg +0 -0
  936. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nginx.svg +0 -0
  937. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nim.svg +0 -0
  938. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nimble.svg +0 -0
  939. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ninja.svg +0 -0
  940. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nix.svg +0 -0
  941. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_njsproj.svg +0 -0
  942. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_noc.svg +0 -0
  943. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_node.svg +0 -0
  944. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_node2.svg +0 -0
  945. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nodemon.svg +0 -0
  946. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_npm.svg +0 -0
  947. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
  948. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nsi.svg +0 -0
  949. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nsri-integrity.svg +0 -0
  950. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nsri.svg +0 -0
  951. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nuget.svg +0 -0
  952. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_numpy.svg +0 -0
  953. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nunjucks.svg +0 -0
  954. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nuxt.svg +0 -0
  955. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nx.svg +0 -0
  956. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nyc.svg +0 -0
  957. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_objectivec.svg +0 -0
  958. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_objectivecpp.svg +0 -0
  959. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_objidconfig.svg +0 -0
  960. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ocaml.svg +0 -0
  961. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ocaml_intf.svg +0 -0
  962. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ogone.svg +0 -0
  963. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_onenote.svg +0 -0
  964. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_opam.svg +0 -0
  965. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_openHAB.svg +0 -0
  966. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_opencl.svg +0 -0
  967. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_openscad.svg +0 -0
  968. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_opentofu.svg +0 -0
  969. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_org.svg +0 -0
  970. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_outlook.svg +0 -0
  971. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ovpn.svg +0 -0
  972. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_oxlint.svg +0 -0
  973. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_package.svg +0 -0
  974. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_paket.svg +0 -0
  975. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pandacss.svg +0 -0
  976. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_patch.svg +0 -0
  977. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pcl.svg +0 -0
  978. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pddl.svg +0 -0
  979. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pddl_happenings.svg +0 -0
  980. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pddl_plan.svg +0 -0
  981. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pdf.svg +0 -0
  982. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pdf2.svg +0 -0
  983. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pdm.svg +0 -0
  984. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_peeky.svg +0 -0
  985. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_perl.svg +0 -0
  986. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_perl2.svg +0 -0
  987. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_perl6.svg +0 -0
  988. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pgsql.svg +0 -0
  989. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_photoshop.svg +0 -0
  990. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_photoshop2.svg +0 -0
  991. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_php.svg +0 -0
  992. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_php2.svg +0 -0
  993. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_php3.svg +0 -0
  994. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_phpcsfixer.svg +0 -0
  995. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_phpstan.svg +0 -0
  996. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_phpunit.svg +0 -0
  997. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_phraseapp.svg +0 -0
  998. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pine.svg +0 -0
  999. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pip.svg +0 -0
  1000. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pipeline.svg +0 -0
  1001. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_plantuml.svg +0 -0
  1002. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_platformio.svg +0 -0
  1003. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_playwright.svg +0 -0
  1004. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_plsql.svg +0 -0
  1005. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_plsql_package.svg +0 -0
  1006. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_plsql_package_body.svg +0 -0
  1007. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_plsql_package_header.svg +0 -0
  1008. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_plsql_package_spec.svg +0 -0
  1009. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pm2.svg +0 -0
  1010. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pnpm.svg +0 -0
  1011. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_poedit.svg +0 -0
  1012. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_poetry.svg +0 -0
  1013. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_polymer.svg +0 -0
  1014. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pony.svg +0 -0
  1015. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_postcss.svg +0 -0
  1016. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_postcssconfig.svg +0 -0
  1017. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_postman.svg +0 -0
  1018. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powerpoint.svg +0 -0
  1019. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powerpoint2.svg +0 -0
  1020. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell.svg +0 -0
  1021. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell2.svg +0 -0
  1022. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell_format.svg +0 -0
  1023. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell_psd.svg +0 -0
  1024. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell_psd2.svg +0 -0
  1025. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell_psm.svg +0 -0
  1026. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell_psm2.svg +0 -0
  1027. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell_types.svg +0 -0
  1028. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_preact.svg +0 -0
  1029. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_precommit.svg +0 -0
  1030. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_prettier.svg +0 -0
  1031. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_prisma.svg +0 -0
  1032. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_processinglang.svg +0 -0
  1033. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_procfile.svg +0 -0
  1034. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_progress.svg +0 -0
  1035. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_prolog.svg +0 -0
  1036. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_prometheus.svg +0 -0
  1037. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_protobuf.svg +0 -0
  1038. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_protractor.svg +0 -0
  1039. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_publiccode.svg +0 -0
  1040. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_publisher.svg +0 -0
  1041. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pug.svg +0 -0
  1042. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pulumi.svg +0 -0
  1043. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_puppet.svg +0 -0
  1044. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_purescript.svg +0 -0
  1045. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_purgecss.svg +0 -0
  1046. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pyenv.svg +0 -0
  1047. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pyret.svg +0 -0
  1048. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pyscript.svg +0 -0
  1049. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pytest.svg +0 -0
  1050. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_python.svg +0 -0
  1051. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pythowo.svg +0 -0
  1052. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pytyped.svg +0 -0
  1053. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pyup.svg +0 -0
  1054. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_q.svg +0 -0
  1055. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_qbs.svg +0 -0
  1056. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_qlikview.svg +0 -0
  1057. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_qml.svg +0 -0
  1058. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_qmldir.svg +0 -0
  1059. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_qsharp.svg +0 -0
  1060. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_quasar.svg +0 -0
  1061. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_r.svg +0 -0
  1062. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ra_syntax_tree.svg +0 -0
  1063. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_racket.svg +0 -0
  1064. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rails.svg +0 -0
  1065. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rake.svg +0 -0
  1066. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_raku.svg +0 -0
  1067. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_raml.svg +0 -0
  1068. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_razor.svg +0 -0
  1069. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_razzle.svg +0 -0
  1070. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_reactjs.svg +0 -0
  1071. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_reactrouter.svg +0 -0
  1072. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_reacttemplate.svg +0 -0
  1073. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_reactts.svg +0 -0
  1074. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_reason.svg +0 -0
  1075. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_red.svg +0 -0
  1076. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_registry.svg +0 -0
  1077. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rego.svg +0 -0
  1078. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rehype.svg +0 -0
  1079. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_remark.svg +0 -0
  1080. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_renovate.svg +0 -0
  1081. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_replit.svg +0 -0
  1082. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rescript.svg +0 -0
  1083. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rest.svg +0 -0
  1084. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_retext.svg +0 -0
  1085. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rexx.svg +0 -0
  1086. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_riot.svg +0 -0
  1087. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rmd.svg +0 -0
  1088. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rnc.svg +0 -0
  1089. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_robotframework.svg +0 -0
  1090. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_robots.svg +0 -0
  1091. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rolldown.svg +0 -0
  1092. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rollup.svg +0 -0
  1093. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rome.svg +0 -0
  1094. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ron.svg +0 -0
  1095. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rproj.svg +0 -0
  1096. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rspec.svg +0 -0
  1097. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rss.svg +0 -0
  1098. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rubocop.svg +0 -0
  1099. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ruby.svg +0 -0
  1100. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rust.svg +0 -0
  1101. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rust_toolchain.svg +0 -0
  1102. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_s-lang.svg +0 -0
  1103. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_safetensors.svg +0 -0
  1104. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sails.svg +0 -0
  1105. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_saltstack.svg +0 -0
  1106. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_san.svg +0 -0
  1107. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
  1108. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sas.svg +0 -0
  1109. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sass.svg +0 -0
  1110. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sbt.svg +0 -0
  1111. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_scala.svg +0 -0
  1112. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_scilab.svg +0 -0
  1113. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_script.svg +0 -0
  1114. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_scss.svg +0 -0
  1115. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_scss2.svg +0 -0
  1116. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sdlang.svg +0 -0
  1117. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_search_result.svg +0 -0
  1118. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_seedkit.svg +0 -0
  1119. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sentry.svg +0 -0
  1120. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sequelize.svg +0 -0
  1121. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_serverless.svg +0 -0
  1122. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_shaderlab.svg +0 -0
  1123. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_shell.svg +0 -0
  1124. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_shellcheck.svg +0 -0
  1125. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_shuttle.svg +0 -0
  1126. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_silverstripe.svg +0 -0
  1127. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sino.svg +0 -0
  1128. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_siyuan.svg +0 -0
  1129. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sketch.svg +0 -0
  1130. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_skipper.svg +0 -0
  1131. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_slang.svg +0 -0
  1132. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_slashup.svg +0 -0
  1133. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_slice.svg +0 -0
  1134. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_slim.svg +0 -0
  1135. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_slint.svg +0 -0
  1136. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sln.svg +0 -0
  1137. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sln2.svg +0 -0
  1138. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_smarty.svg +0 -0
  1139. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_snakemake.svg +0 -0
  1140. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_snapcraft.svg +0 -0
  1141. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_snaplet.svg +0 -0
  1142. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_snort.svg +0 -0
  1143. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_snyk.svg +0 -0
  1144. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_solidarity.svg +0 -0
  1145. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_solidity.svg +0 -0
  1146. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_source.svg +0 -0
  1147. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_spacengine.svg +0 -0
  1148. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sparql.svg +0 -0
  1149. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_spin.svg +0 -0
  1150. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sqf.svg +0 -0
  1151. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sql.svg +0 -0
  1152. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sqlite.svg +0 -0
  1153. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_squirrel.svg +0 -0
  1154. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sss.svg +0 -0
  1155. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sst.svg +0 -0
  1156. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stackblitz.svg +0 -0
  1157. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stan.svg +0 -0
  1158. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stata.svg +0 -0
  1159. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stencil.svg +0 -0
  1160. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_storyboard.svg +0 -0
  1161. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_storybook.svg +0 -0
  1162. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stryker.svg +0 -0
  1163. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stylable.svg +0 -0
  1164. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_style.svg +0 -0
  1165. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_styled.svg +0 -0
  1166. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stylelint.svg +0 -0
  1167. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stylish_haskell.svg +0 -0
  1168. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stylus.svg +0 -0
  1169. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sublime.svg +0 -0
  1170. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_subversion.svg +0 -0
  1171. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_svelte.svg +0 -0
  1172. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_svelteconfig.svg +0 -0
  1173. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_svg.svg +0 -0
  1174. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_svgo.svg +0 -0
  1175. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_swagger.svg +0 -0
  1176. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_swc.svg +0 -0
  1177. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_swift.svg +0 -0
  1178. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_swig.svg +0 -0
  1179. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_symfony.svg +0 -0
  1180. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_syncpack.svg +0 -0
  1181. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_systemd.svg +0 -0
  1182. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_systemverilog.svg +0 -0
  1183. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_t4tt.svg +0 -0
  1184. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tailwind.svg +0 -0
  1185. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tamagui.svg +0 -0
  1186. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_taplo.svg +0 -0
  1187. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_taskfile.svg +0 -0
  1188. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tauri.svg +0 -0
  1189. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tcl.svg +0 -0
  1190. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_teal.svg +0 -0
  1191. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_templ.svg +0 -0
  1192. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tera.svg +0 -0
  1193. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_terraform.svg +0 -0
  1194. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_test.svg +0 -0
  1195. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_testcafe.svg +0 -0
  1196. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_testjs.svg +0 -0
  1197. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_testplane.svg +0 -0
  1198. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_testts.svg +0 -0
  1199. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tex.svg +0 -0
  1200. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_text.svg +0 -0
  1201. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_textile.svg +0 -0
  1202. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tfs.svg +0 -0
  1203. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tiltfile.svg +0 -0
  1204. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tm.svg +0 -0
  1205. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tmux.svg +0 -0
  1206. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_todo.svg +0 -0
  1207. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_toit.svg +0 -0
  1208. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_toml.svg +0 -0
  1209. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tox.svg +0 -0
  1210. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_travis.svg +0 -0
  1211. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tree.svg +0 -0
  1212. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tres.svg +0 -0
  1213. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_truffle.svg +0 -0
  1214. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_trunk.svg +0 -0
  1215. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tsbuildinfo.svg +0 -0
  1216. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tscn.svg +0 -0
  1217. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tsconfig.svg +0 -0
  1218. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tsconfig_official.svg +0 -0
  1219. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tsdoc.svg +0 -0
  1220. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tslint.svg +0 -0
  1221. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tt.svg +0 -0
  1222. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ttcn.svg +0 -0
  1223. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tuc.svg +0 -0
  1224. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_turbo.svg +0 -0
  1225. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_twig.svg +0 -0
  1226. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_typedoc.svg +0 -0
  1227. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_typescript.svg +0 -0
  1228. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_typescript_official.svg +0 -0
  1229. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_typescriptdef.svg +0 -0
  1230. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_typescriptdef_official.svg +0 -0
  1231. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_typo3.svg +0 -0
  1232. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_uiua.svg +0 -0
  1233. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_unibeautify.svg +0 -0
  1234. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_unison.svg +0 -0
  1235. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_unlicense.svg +0 -0
  1236. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_unocss.svg +0 -0
  1237. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vagrant.svg +0 -0
  1238. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vala.svg +0 -0
  1239. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vanilla_extract.svg +0 -0
  1240. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vapi.svg +0 -0
  1241. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vapor.svg +0 -0
  1242. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vash.svg +0 -0
  1243. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vb.svg +0 -0
  1244. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vba.svg +0 -0
  1245. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vbhtml.svg +0 -0
  1246. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vbproj.svg +0 -0
  1247. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vcxproj.svg +0 -0
  1248. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_velocity.svg +0 -0
  1249. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vento.svg +0 -0
  1250. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vercel.svg +0 -0
  1251. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_verilog.svg +0 -0
  1252. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vhdl.svg +0 -0
  1253. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_video.svg +0 -0
  1254. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_view.svg +0 -0
  1255. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vim.svg +0 -0
  1256. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vite.svg +0 -0
  1257. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vitest.svg +0 -0
  1258. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vlang.svg +0 -0
  1259. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_volt.svg +0 -0
  1260. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vscode-insiders.svg +0 -0
  1261. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vscode.svg +0 -0
  1262. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vscode2.svg +0 -0
  1263. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vscode3.svg +0 -0
  1264. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vscode_test.svg +0 -0
  1265. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vsix.svg +0 -0
  1266. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vsixmanifest.svg +0 -0
  1267. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vue.svg +0 -0
  1268. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vueconfig.svg +0 -0
  1269. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vyper.svg +0 -0
  1270. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wallaby.svg +0 -0
  1271. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wally.svg +0 -0
  1272. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wasm.svg +0 -0
  1273. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_watchmanconfig.svg +0 -0
  1274. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wdio.svg +0 -0
  1275. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_weblate.svg +0 -0
  1276. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_webpack.svg +0 -0
  1277. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wenyan.svg +0 -0
  1278. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wercker.svg +0 -0
  1279. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wgsl.svg +0 -0
  1280. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wikitext.svg +0 -0
  1281. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_windi.svg +0 -0
  1282. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wit.svg +0 -0
  1283. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wolfram.svg +0 -0
  1284. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_word.svg +0 -0
  1285. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_word2.svg +0 -0
  1286. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wpml.svg +0 -0
  1287. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wurst.svg +0 -0
  1288. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wxml.svg +0 -0
  1289. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wxss.svg +0 -0
  1290. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wxt.svg +0 -0
  1291. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xcode.svg +0 -0
  1292. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xfl.svg +0 -0
  1293. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xib.svg +0 -0
  1294. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xliff.svg +0 -0
  1295. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xmake.svg +0 -0
  1296. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xml.svg +0 -0
  1297. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xo.svg +0 -0
  1298. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xorg.svg +0 -0
  1299. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xquery.svg +0 -0
  1300. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xsl.svg +0 -0
  1301. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yacc.svg +0 -0
  1302. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yaml.svg +0 -0
  1303. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yaml_official.svg +0 -0
  1304. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yamllint.svg +0 -0
  1305. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yandex.svg +0 -0
  1306. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yang.svg +0 -0
  1307. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yarn.svg +0 -0
  1308. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yeoman.svg +0 -0
  1309. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_zeit.svg +0 -0
  1310. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_zig.svg +0 -0
  1311. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_zip.svg +0 -0
  1312. /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_zip2.svg +0 -0
  1313. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_android.svg +0 -0
  1314. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_android_opened.svg +0 -0
  1315. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_api.svg +0 -0
  1316. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_api_opened.svg +0 -0
  1317. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_app.svg +0 -0
  1318. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_app_opened.svg +0 -0
  1319. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_arangodb.svg +0 -0
  1320. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_arangodb_opened.svg +0 -0
  1321. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_asset.svg +0 -0
  1322. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_asset_opened.svg +0 -0
  1323. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_audio.svg +0 -0
  1324. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_audio_opened.svg +0 -0
  1325. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_aurelia.svg +0 -0
  1326. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_aurelia_opened.svg +0 -0
  1327. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_aws.svg +0 -0
  1328. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_aws_opened.svg +0 -0
  1329. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_azure.svg +0 -0
  1330. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_azure_opened.svg +0 -0
  1331. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_azurepipelines.svg +0 -0
  1332. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
  1333. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_binary.svg +0 -0
  1334. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_binary_opened.svg +0 -0
  1335. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_bloc.svg +0 -0
  1336. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_bloc_opened.svg +0 -0
  1337. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_blueprint.svg +0 -0
  1338. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_blueprint_opened.svg +0 -0
  1339. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_bot.svg +0 -0
  1340. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_bot_opened.svg +0 -0
  1341. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_bower.svg +0 -0
  1342. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_bower_opened.svg +0 -0
  1343. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_buildkite.svg +0 -0
  1344. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_buildkite_opened.svg +0 -0
  1345. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cake.svg +0 -0
  1346. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cake_opened.svg +0 -0
  1347. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_certificate.svg +0 -0
  1348. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_certificate_opened.svg +0 -0
  1349. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_changesets.svg +0 -0
  1350. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_changesets_opened.svg +0 -0
  1351. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_chef.svg +0 -0
  1352. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_chef_opened.svg +0 -0
  1353. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_circleci.svg +0 -0
  1354. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_circleci_opened.svg +0 -0
  1355. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cli.svg +0 -0
  1356. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cli_opened.svg +0 -0
  1357. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_client.svg +0 -0
  1358. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_client_opened.svg +0 -0
  1359. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cmake.svg +0 -0
  1360. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cmake_opened.svg +0 -0
  1361. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_common.svg +0 -0
  1362. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_common_opened.svg +0 -0
  1363. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_component.svg +0 -0
  1364. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_component_opened.svg +0 -0
  1365. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_composer.svg +0 -0
  1366. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_composer_opened.svg +0 -0
  1367. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_config.svg +0 -0
  1368. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_config_opened.svg +0 -0
  1369. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_controller.svg +0 -0
  1370. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_controller_opened.svg +0 -0
  1371. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_coverage.svg +0 -0
  1372. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_coverage_opened.svg +0 -0
  1373. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_css.svg +0 -0
  1374. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_css2.svg +0 -0
  1375. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_css2_opened.svg +0 -0
  1376. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_css_opened.svg +0 -0
  1377. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cubit.svg +0 -0
  1378. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cubit_opened.svg +0 -0
  1379. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cypress.svg +0 -0
  1380. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cypress_opened.svg +0 -0
  1381. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_dapr.svg +0 -0
  1382. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_dapr_opened.svg +0 -0
  1383. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_datadog.svg +0 -0
  1384. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_datadog_opened.svg +0 -0
  1385. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_db.svg +0 -0
  1386. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_db_opened.svg +0 -0
  1387. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_debian.svg +0 -0
  1388. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_debian_opened.svg +0 -0
  1389. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_dependabot.svg +0 -0
  1390. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_dependabot_opened.svg +0 -0
  1391. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_devcontainer.svg +0 -0
  1392. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_devcontainer_opened.svg +0 -0
  1393. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_dist.svg +0 -0
  1394. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_dist_opened.svg +0 -0
  1395. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_docker.svg +0 -0
  1396. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_docker_opened.svg +0 -0
  1397. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_docs.svg +0 -0
  1398. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_docs_opened.svg +0 -0
  1399. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_e2e.svg +0 -0
  1400. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_e2e_opened.svg +0 -0
  1401. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
  1402. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
  1403. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_electron.svg +0 -0
  1404. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_electron_opened.svg +0 -0
  1405. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_expo.svg +0 -0
  1406. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_expo_opened.svg +0 -0
  1407. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_favicon.svg +0 -0
  1408. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_favicon_opened.svg +0 -0
  1409. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_flow.svg +0 -0
  1410. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_flow_opened.svg +0 -0
  1411. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_fonts.svg +0 -0
  1412. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_fonts_opened.svg +0 -0
  1413. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_frontcommerce.svg +0 -0
  1414. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
  1415. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gcp.svg +0 -0
  1416. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gcp_opened.svg +0 -0
  1417. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_git.svg +0 -0
  1418. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_git_opened.svg +0 -0
  1419. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_github.svg +0 -0
  1420. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_github_opened.svg +0 -0
  1421. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gitlab.svg +0 -0
  1422. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gitlab_opened.svg +0 -0
  1423. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gradle.svg +0 -0
  1424. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gradle_opened.svg +0 -0
  1425. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_graphql.svg +0 -0
  1426. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_graphql_opened.svg +0 -0
  1427. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_grunt.svg +0 -0
  1428. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_grunt_opened.svg +0 -0
  1429. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gulp.svg +0 -0
  1430. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gulp_opened.svg +0 -0
  1431. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_haxelib.svg +0 -0
  1432. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_haxelib_opened.svg +0 -0
  1433. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_helper.svg +0 -0
  1434. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_helper_opened.svg +0 -0
  1435. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_hook.svg +0 -0
  1436. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_hook_opened.svg +0 -0
  1437. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_husky.svg +0 -0
  1438. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_husky_opened.svg +0 -0
  1439. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_idea.svg +0 -0
  1440. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_idea_opened.svg +0 -0
  1441. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_images.svg +0 -0
  1442. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_images_opened.svg +0 -0
  1443. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_include.svg +0 -0
  1444. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_include_opened.svg +0 -0
  1445. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_interfaces.svg +0 -0
  1446. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_interfaces_opened.svg +0 -0
  1447. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_ios.svg +0 -0
  1448. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_ios_opened.svg +0 -0
  1449. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_js.svg +0 -0
  1450. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_js_opened.svg +0 -0
  1451. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_json.svg +0 -0
  1452. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_json_official.svg +0 -0
  1453. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_json_official_opened.svg +0 -0
  1454. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_json_opened.svg +0 -0
  1455. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_kubernetes.svg +0 -0
  1456. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_kubernetes_opened.svg +0 -0
  1457. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_less.svg +0 -0
  1458. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_less_opened.svg +0 -0
  1459. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_library.svg +0 -0
  1460. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_library_opened.svg +0 -0
  1461. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_cypress.svg +0 -0
  1462. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_cypress_opened.svg +0 -0
  1463. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_electron.svg +0 -0
  1464. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_electron_opened.svg +0 -0
  1465. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_expo.svg +0 -0
  1466. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_expo_opened.svg +0 -0
  1467. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_fonts.svg +0 -0
  1468. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_fonts_opened.svg +0 -0
  1469. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_gradle.svg +0 -0
  1470. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_gradle_opened.svg +0 -0
  1471. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_meteor.svg +0 -0
  1472. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_meteor_opened.svg +0 -0
  1473. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_mypy.svg +0 -0
  1474. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_mypy_opened.svg +0 -0
  1475. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_mysql.svg +0 -0
  1476. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_mysql_opened.svg +0 -0
  1477. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_node.svg +0 -0
  1478. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_node_opened.svg +0 -0
  1479. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_redux.svg +0 -0
  1480. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_redux_opened.svg +0 -0
  1481. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_sass.svg +0 -0
  1482. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_sass_opened.svg +0 -0
  1483. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_linux.svg +0 -0
  1484. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_linux_opened.svg +0 -0
  1485. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_locale.svg +0 -0
  1486. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_locale_opened.svg +0 -0
  1487. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_log.svg +0 -0
  1488. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_log_opened.svg +0 -0
  1489. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_macos.svg +0 -0
  1490. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_macos_opened.svg +0 -0
  1491. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mariadb.svg +0 -0
  1492. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mariadb_opened.svg +0 -0
  1493. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_maven.svg +0 -0
  1494. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_maven_opened.svg +0 -0
  1495. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mediawiki.svg +0 -0
  1496. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mediawiki_opened.svg +0 -0
  1497. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_memcached.svg +0 -0
  1498. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_memcached_opened.svg +0 -0
  1499. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_meteor.svg +0 -0
  1500. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_meteor_opened.svg +0 -0
  1501. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_middleware.svg +0 -0
  1502. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_middleware_opened.svg +0 -0
  1503. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_minecraft.svg +0 -0
  1504. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_minecraft_opened.svg +0 -0
  1505. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_minikube.svg +0 -0
  1506. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_minikube_opened.svg +0 -0
  1507. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mjml.svg +0 -0
  1508. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mjml_opened.svg +0 -0
  1509. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mock.svg +0 -0
  1510. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mock_opened.svg +0 -0
  1511. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_model.svg +0 -0
  1512. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_model_opened.svg +0 -0
  1513. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_module.svg +0 -0
  1514. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_module_opened.svg +0 -0
  1515. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mojo.svg +0 -0
  1516. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mojo_opened.svg +0 -0
  1517. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mongodb.svg +0 -0
  1518. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mongodb_opened.svg +0 -0
  1519. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mypy.svg +0 -0
  1520. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mypy_opened.svg +0 -0
  1521. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mysql.svg +0 -0
  1522. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mysql_opened.svg +0 -0
  1523. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_netlify.svg +0 -0
  1524. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_netlify_opened.svg +0 -0
  1525. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_next.svg +0 -0
  1526. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_next_opened.svg +0 -0
  1527. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nginx.svg +0 -0
  1528. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nginx_opened.svg +0 -0
  1529. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nix.svg +0 -0
  1530. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nix_opened.svg +0 -0
  1531. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_node.svg +0 -0
  1532. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_node_opened.svg +0 -0
  1533. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_notebooks.svg +0 -0
  1534. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_notebooks_opened.svg +0 -0
  1535. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_notification.svg +0 -0
  1536. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_notification_opened.svg +0 -0
  1537. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nuget.svg +0 -0
  1538. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nuget_opened.svg +0 -0
  1539. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nuxt.svg +0 -0
  1540. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nuxt_opened.svg +0 -0
  1541. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_package.svg +0 -0
  1542. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_package_opened.svg +0 -0
  1543. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_paket.svg +0 -0
  1544. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_paket_opened.svg +0 -0
  1545. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_php.svg +0 -0
  1546. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_php_opened.svg +0 -0
  1547. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_platformio.svg +0 -0
  1548. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_platformio_opened.svg +0 -0
  1549. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_plugin.svg +0 -0
  1550. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_plugin_opened.svg +0 -0
  1551. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_prisma.svg +0 -0
  1552. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_prisma_opened.svg +0 -0
  1553. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_private.svg +0 -0
  1554. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_private_opened.svg +0 -0
  1555. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_public.svg +0 -0
  1556. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_public_opened.svg +0 -0
  1557. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_pytest.svg +0 -0
  1558. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_pytest_opened.svg +0 -0
  1559. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_python.svg +0 -0
  1560. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_python_opened.svg +0 -0
  1561. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_ravendb.svg +0 -0
  1562. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_ravendb_opened.svg +0 -0
  1563. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_redis.svg +0 -0
  1564. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_redis_opened.svg +0 -0
  1565. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_redux.svg +0 -0
  1566. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_redux_opened.svg +0 -0
  1567. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_route.svg +0 -0
  1568. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_route_opened.svg +0 -0
  1569. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_sass.svg +0 -0
  1570. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_sass_opened.svg +0 -0
  1571. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_script.svg +0 -0
  1572. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_script_opened.svg +0 -0
  1573. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_seedkit.svg +0 -0
  1574. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_seedkit_opened.svg +0 -0
  1575. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_server.svg +0 -0
  1576. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_server_opened.svg +0 -0
  1577. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_services.svg +0 -0
  1578. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_services_opened.svg +0 -0
  1579. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_shared.svg +0 -0
  1580. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_shared_opened.svg +0 -0
  1581. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_snaplet.svg +0 -0
  1582. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_snaplet_opened.svg +0 -0
  1583. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_spin.svg +0 -0
  1584. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_spin_opened.svg +0 -0
  1585. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_src.svg +0 -0
  1586. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_src_opened.svg +0 -0
  1587. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_sso.svg +0 -0
  1588. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_sso_opened.svg +0 -0
  1589. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_story.svg +0 -0
  1590. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_story_opened.svg +0 -0
  1591. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_style.svg +0 -0
  1592. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_style_opened.svg +0 -0
  1593. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_supabase.svg +0 -0
  1594. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_supabase_opened.svg +0 -0
  1595. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_svelte.svg +0 -0
  1596. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_svelte_opened.svg +0 -0
  1597. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_tauri.svg +0 -0
  1598. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_tauri_opened.svg +0 -0
  1599. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_temp.svg +0 -0
  1600. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_temp_opened.svg +0 -0
  1601. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_template.svg +0 -0
  1602. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_template_opened.svg +0 -0
  1603. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_test.svg +0 -0
  1604. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_test_opened.svg +0 -0
  1605. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_theme.svg +0 -0
  1606. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_theme_opened.svg +0 -0
  1607. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_tools.svg +0 -0
  1608. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_tools_opened.svg +0 -0
  1609. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_travis.svg +0 -0
  1610. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_travis_opened.svg +0 -0
  1611. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_trunk.svg +0 -0
  1612. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_trunk_opened.svg +0 -0
  1613. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_turbo.svg +0 -0
  1614. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_turbo_opened.svg +0 -0
  1615. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_typescript.svg +0 -0
  1616. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_typescript_opened.svg +0 -0
  1617. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_typings.svg +0 -0
  1618. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_typings2.svg +0 -0
  1619. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_typings2_opened.svg +0 -0
  1620. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_typings_opened.svg +0 -0
  1621. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vagrant.svg +0 -0
  1622. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vagrant_opened.svg +0 -0
  1623. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vercel.svg +0 -0
  1624. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vercel_opened.svg +0 -0
  1625. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_video.svg +0 -0
  1626. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_video_opened.svg +0 -0
  1627. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_view.svg +0 -0
  1628. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_view_opened.svg +0 -0
  1629. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vs.svg +0 -0
  1630. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vs2.svg +0 -0
  1631. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vs2_opened.svg +0 -0
  1632. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vs_opened.svg +0 -0
  1633. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode.svg +0 -0
  1634. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode2.svg +0 -0
  1635. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode2_opened.svg +0 -0
  1636. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode3.svg +0 -0
  1637. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode3_opened.svg +0 -0
  1638. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_opened.svg +0 -0
  1639. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_test.svg +0 -0
  1640. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_test2.svg +0 -0
  1641. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
  1642. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_test3.svg +0 -0
  1643. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
  1644. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_test_opened.svg +0 -0
  1645. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_webpack.svg +0 -0
  1646. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_webpack_opened.svg +0 -0
  1647. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_windows.svg +0 -0
  1648. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_windows_opened.svg +0 -0
  1649. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_wit.svg +0 -0
  1650. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_wit_opened.svg +0 -0
  1651. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_www.svg +0 -0
  1652. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_www_opened.svg +0 -0
  1653. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_yarn.svg +0 -0
  1654. /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_yarn_opened.svg +0 -0
  1655. /package/static/{cbe19f6 → 8f6701c}/fonts/FiraCode-VariableFont.ttf +0 -0
  1656. /package/static/{cbe19f6 → 8f6701c}/icons/add.svg +0 -0
  1657. /package/static/{cbe19f6 → 8f6701c}/icons/arrow-down.svg +0 -0
  1658. /package/static/{cbe19f6 → 8f6701c}/icons/arrow-left.svg +0 -0
  1659. /package/static/{cbe19f6 → 8f6701c}/icons/arrow-right.svg +0 -0
  1660. /package/static/{cbe19f6 → 8f6701c}/icons/arrow-up.svg +0 -0
  1661. /package/static/{cbe19f6 → 8f6701c}/icons/blank.svg +0 -0
  1662. /package/static/{cbe19f6 → 8f6701c}/icons/book.svg +0 -0
  1663. /package/static/{cbe19f6 → 8f6701c}/icons/case-sensitive.svg +0 -0
  1664. /package/static/{cbe19f6 → 8f6701c}/icons/check.svg +0 -0
  1665. /package/static/{cbe19f6 → 8f6701c}/icons/chevron-down.svg +0 -0
  1666. /package/static/{cbe19f6 → 8f6701c}/icons/chevron-left.svg +0 -0
  1667. /package/static/{cbe19f6 → 8f6701c}/icons/chevron-right.svg +0 -0
  1668. /package/static/{cbe19f6 → 8f6701c}/icons/chevron-up.svg +0 -0
  1669. /package/static/{cbe19f6 → 8f6701c}/icons/chrome-close.svg +0 -0
  1670. /package/static/{cbe19f6 → 8f6701c}/icons/chrome-maximize.svg +0 -0
  1671. /package/static/{cbe19f6 → 8f6701c}/icons/chrome-minimize.svg +0 -0
  1672. /package/static/{cbe19f6 → 8f6701c}/icons/chrome-restore.svg +0 -0
  1673. /package/static/{cbe19f6 → 8f6701c}/icons/circle-filled.svg +0 -0
  1674. /package/static/{cbe19f6 → 8f6701c}/icons/clear-all.svg +0 -0
  1675. /package/static/{cbe19f6 → 8f6701c}/icons/close.svg +0 -0
  1676. /package/static/{cbe19f6 → 8f6701c}/icons/cloud.svg +0 -0
  1677. /package/static/{cbe19f6 → 8f6701c}/icons/collapse-all.svg +0 -0
  1678. /package/static/{cbe19f6 → 8f6701c}/icons/debug-all.svg +0 -0
  1679. /package/static/{cbe19f6 → 8f6701c}/icons/debug-alt-2.svg +0 -0
  1680. /package/static/{cbe19f6 → 8f6701c}/icons/debug-alt-small.svg +0 -0
  1681. /package/static/{cbe19f6 → 8f6701c}/icons/debug-alt.svg +0 -0
  1682. /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
  1683. /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-conditional.svg +0 -0
  1684. /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-data-unverified.svg +0 -0
  1685. /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-data.svg +0 -0
  1686. /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-function-unverified.svg +0 -0
  1687. /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-function.svg +0 -0
  1688. /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-log-unverified.svg +0 -0
  1689. /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-log.svg +0 -0
  1690. /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-unsupported.svg +0 -0
  1691. /package/static/{cbe19f6 → 8f6701c}/icons/debug-console.svg +0 -0
  1692. /package/static/{cbe19f6 → 8f6701c}/icons/debug-continue-small.svg +0 -0
  1693. /package/static/{cbe19f6 → 8f6701c}/icons/debug-continue.svg +0 -0
  1694. /package/static/{cbe19f6 → 8f6701c}/icons/debug-coverage.svg +0 -0
  1695. /package/static/{cbe19f6 → 8f6701c}/icons/debug-disconnect.svg +0 -0
  1696. /package/static/{cbe19f6 → 8f6701c}/icons/debug-line-by-line.svg +0 -0
  1697. /package/static/{cbe19f6 → 8f6701c}/icons/debug-pause.svg +0 -0
  1698. /package/static/{cbe19f6 → 8f6701c}/icons/debug-rerun.svg +0 -0
  1699. /package/static/{cbe19f6 → 8f6701c}/icons/debug-restart-frame.svg +0 -0
  1700. /package/static/{cbe19f6 → 8f6701c}/icons/debug-restart.svg +0 -0
  1701. /package/static/{cbe19f6 → 8f6701c}/icons/debug-reverse-continue.svg +0 -0
  1702. /package/static/{cbe19f6 → 8f6701c}/icons/debug-stackframe-active.svg +0 -0
  1703. /package/static/{cbe19f6 → 8f6701c}/icons/debug-stackframe.svg +0 -0
  1704. /package/static/{cbe19f6 → 8f6701c}/icons/debug-start.svg +0 -0
  1705. /package/static/{cbe19f6 → 8f6701c}/icons/debug-step-back.svg +0 -0
  1706. /package/static/{cbe19f6 → 8f6701c}/icons/debug-step-into.svg +0 -0
  1707. /package/static/{cbe19f6 → 8f6701c}/icons/debug-step-out.svg +0 -0
  1708. /package/static/{cbe19f6 → 8f6701c}/icons/debug-step-over.svg +0 -0
  1709. /package/static/{cbe19f6 → 8f6701c}/icons/debug-stop.svg +0 -0
  1710. /package/static/{cbe19f6 → 8f6701c}/icons/debug.svg +0 -0
  1711. /package/static/{cbe19f6 → 8f6701c}/icons/discard.svg +0 -0
  1712. /package/static/{cbe19f6 → 8f6701c}/icons/edit.svg +0 -0
  1713. /package/static/{cbe19f6 → 8f6701c}/icons/ellipsis.svg +0 -0
  1714. /package/static/{cbe19f6 → 8f6701c}/icons/error.svg +0 -0
  1715. /package/static/{cbe19f6 → 8f6701c}/icons/exclude.svg +0 -0
  1716. /package/static/{cbe19f6 → 8f6701c}/icons/extensionDefaultIcon.png +0 -0
  1717. /package/static/{cbe19f6 → 8f6701c}/icons/extensions.svg +0 -0
  1718. /package/static/{cbe19f6 → 8f6701c}/icons/files.svg +0 -0
  1719. /package/static/{cbe19f6 → 8f6701c}/icons/filter.svg +0 -0
  1720. /package/static/{cbe19f6 → 8f6701c}/icons/go-to-file.svg +0 -0
  1721. /package/static/{cbe19f6 → 8f6701c}/icons/icon-close.svg +0 -0
  1722. /package/static/{cbe19f6 → 8f6701c}/icons/icon-source-control.svg +0 -0
  1723. /package/static/{cbe19f6 → 8f6701c}/icons/icon-sync.svg +0 -0
  1724. /package/static/{cbe19f6 → 8f6701c}/icons/icon.png +0 -0
  1725. /package/static/{cbe19f6 → 8f6701c}/icons/icon.svg +0 -0
  1726. /package/static/{cbe19f6 → 8f6701c}/icons/info.svg +0 -0
  1727. /package/static/{cbe19f6 → 8f6701c}/icons/language-icon.svg +0 -0
  1728. /package/static/{cbe19f6 → 8f6701c}/icons/link-external.svg +0 -0
  1729. /package/static/{cbe19f6 → 8f6701c}/icons/list-flat.svg +0 -0
  1730. /package/static/{cbe19f6 → 8f6701c}/icons/list-tree.svg +0 -0
  1731. /package/static/{cbe19f6 → 8f6701c}/icons/new-file.svg +0 -0
  1732. /package/static/{cbe19f6 → 8f6701c}/icons/new-folder.svg +0 -0
  1733. /package/static/{cbe19f6 → 8f6701c}/icons/newline.svg +0 -0
  1734. /package/static/{cbe19f6 → 8f6701c}/icons/open-preview.svg +0 -0
  1735. /package/static/{cbe19f6 → 8f6701c}/icons/play.svg +0 -0
  1736. /package/static/{cbe19f6 → 8f6701c}/icons/preserve-case.svg +0 -0
  1737. /package/static/{cbe19f6 → 8f6701c}/icons/progress.svg +0 -0
  1738. /package/static/{cbe19f6 → 8f6701c}/icons/pwa-icon-192.png +0 -0
  1739. /package/static/{cbe19f6 → 8f6701c}/icons/pwa-icon-512.png +0 -0
  1740. /package/static/{cbe19f6 → 8f6701c}/icons/record-keys.svg +0 -0
  1741. /package/static/{cbe19f6 → 8f6701c}/icons/refresh.svg +0 -0
  1742. /package/static/{cbe19f6 → 8f6701c}/icons/regex.svg +0 -0
  1743. /package/static/{cbe19f6 → 8f6701c}/icons/remove.svg +0 -0
  1744. /package/static/{cbe19f6 → 8f6701c}/icons/replace-all.svg +0 -0
  1745. /package/static/{cbe19f6 → 8f6701c}/icons/replace.svg +0 -0
  1746. /package/static/{cbe19f6 → 8f6701c}/icons/run-all.svg +0 -0
  1747. /package/static/{cbe19f6 → 8f6701c}/icons/search.svg +0 -0
  1748. /package/static/{cbe19f6 → 8f6701c}/icons/settings-gear.svg +0 -0
  1749. /package/static/{cbe19f6 → 8f6701c}/icons/sort-precedence.svg +0 -0
  1750. /package/static/{cbe19f6 → 8f6701c}/icons/source-control.svg +0 -0
  1751. /package/static/{cbe19f6 → 8f6701c}/icons/split-horizontal.svg +0 -0
  1752. /package/static/{cbe19f6 → 8f6701c}/icons/squiggly-error.svg +0 -0
  1753. /package/static/{cbe19f6 → 8f6701c}/icons/squiggly-warning.svg +0 -0
  1754. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-array.svg +0 -0
  1755. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-boolean.svg +0 -0
  1756. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-class.svg +0 -0
  1757. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-color.svg +0 -0
  1758. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-constant.svg +0 -0
  1759. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-enum-member.svg +0 -0
  1760. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-enum.svg +0 -0
  1761. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-event.svg +0 -0
  1762. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-field.svg +0 -0
  1763. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-file.svg +0 -0
  1764. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-interface.svg +0 -0
  1765. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-key.svg +0 -0
  1766. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-keyword.svg +0 -0
  1767. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-method.svg +0 -0
  1768. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-misc.svg +0 -0
  1769. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-namespace.svg +0 -0
  1770. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-numeric.svg +0 -0
  1771. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-operator.svg +0 -0
  1772. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-parameter.svg +0 -0
  1773. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-property.svg +0 -0
  1774. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-ruler.svg +0 -0
  1775. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-snippet.svg +0 -0
  1776. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-string.svg +0 -0
  1777. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-structure.svg +0 -0
  1778. /package/static/{cbe19f6 → 8f6701c}/icons/symbol-variable.svg +0 -0
  1779. /package/static/{cbe19f6 → 8f6701c}/icons/tag.svg +0 -0
  1780. /package/static/{cbe19f6 → 8f6701c}/icons/terminal-bash.svg +0 -0
  1781. /package/static/{cbe19f6 → 8f6701c}/icons/terminal.svg +0 -0
  1782. /package/static/{cbe19f6 → 8f6701c}/icons/theme-icon.png +0 -0
  1783. /package/static/{cbe19f6 → 8f6701c}/icons/trash.svg +0 -0
  1784. /package/static/{cbe19f6 → 8f6701c}/icons/triangle-down.svg +0 -0
  1785. /package/static/{cbe19f6 → 8f6701c}/icons/triangle-left.svg +0 -0
  1786. /package/static/{cbe19f6 → 8f6701c}/icons/triangle-right.svg +0 -0
  1787. /package/static/{cbe19f6 → 8f6701c}/icons/triangle-up.svg +0 -0
  1788. /package/static/{cbe19f6 → 8f6701c}/icons/warning.svg +0 -0
  1789. /package/static/{cbe19f6 → 8f6701c}/icons/whole-word.svg +0 -0
  1790. /package/static/{cbe19f6 → 8f6701c}/icons/zoom-in.svg +0 -0
  1791. /package/static/{cbe19f6 → 8f6701c}/icons/zoom-out.svg +0 -0
  1792. /package/static/{cbe19f6 → 8f6701c}/js/babel-parser.js +0 -0
  1793. /package/static/{cbe19f6 → 8f6701c}/js/blob-util.js +0 -0
  1794. /package/static/{cbe19f6 → 8f6701c}/js/ky.js +0 -0
  1795. /package/static/{cbe19f6 → 8f6701c}/js/lvce-editor-import-script.js +0 -0
  1796. /package/static/{cbe19f6 → 8f6701c}/js/lvce-editor-ipc.js +0 -0
  1797. /package/static/{cbe19f6 → 8f6701c}/js/lvce-editor-json-rpc.js +0 -0
  1798. /package/static/{cbe19f6 → 8f6701c}/js/lvce-editor-verror.js +0 -0
  1799. /package/static/{cbe19f6 → 8f6701c}/js/p-min-delay.js +0 -0
  1800. /package/static/{cbe19f6 → 8f6701c}/js/pretty-bytes.js +0 -0
  1801. /package/static/{cbe19f6 → 8f6701c}/js/preview-injected.js +0 -0
  1802. /package/static/{cbe19f6 → 8f6701c}/js/yoctodelay.js +0 -0
  1803. /package/static/{cbe19f6 → 8f6701c}/lib-css/termterm.css +0 -0
  1804. /package/static/{cbe19f6 → 8f6701c}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
  1805. /package/static/{cbe19f6 → 8f6701c}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
  1806. /package/static/{cbe19f6 → 8f6701c}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
  1807. /package/static/{cbe19f6 → 8f6701c}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
  1808. /package/static/{cbe19f6 → 8f6701c}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
  1809. /package/static/{cbe19f6 → 8f6701c}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
  1810. /package/static/{cbe19f6 → 8f6701c}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
  1811. /package/static/{cbe19f6 → 8f6701c}/packages/error-worker/dist/errorWorkerMain.js +0 -0
  1812. /package/static/{cbe19f6 → 8f6701c}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
  1813. /package/static/{cbe19f6 → 8f6701c}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
  1814. /package/static/{cbe19f6 → 8f6701c}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
  1815. /package/static/{cbe19f6 → 8f6701c}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
  1816. /package/static/{cbe19f6 → 8f6701c}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
  1817. /package/static/{cbe19f6 → 8f6701c}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
  1818. /package/static/{cbe19f6 → 8f6701c}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
  1819. /package/static/{cbe19f6 → 8f6701c}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
  1820. /package/static/{cbe19f6 → 8f6701c}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
  1821. /package/static/{cbe19f6 → 8f6701c}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
  1822. /package/static/{cbe19f6 → 8f6701c}/packages/problems-view/dist/problemsViewWorkerMain.js +0 -0
  1823. /package/static/{cbe19f6 → 8f6701c}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
  1824. /package/static/{cbe19f6 → 8f6701c}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
  1825. /package/static/{cbe19f6 → 8f6701c}/packages/renderer-process/LICENSE +0 -0
  1826. /package/static/{cbe19f6 → 8f6701c}/packages/renderer-process/README.md +0 -0
  1827. /package/static/{cbe19f6 → 8f6701c}/packages/renderer-process/package.json +0 -0
  1828. /package/static/{cbe19f6 → 8f6701c}/packages/settings-view/dist/settingsViewWorkerMain.js +0 -0
  1829. /package/static/{cbe19f6 → 8f6701c}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
  1830. /package/static/{cbe19f6 → 8f6701c}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
  1831. /package/static/{cbe19f6 → 8f6701c}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
  1832. /package/static/{cbe19f6 → 8f6701c}/packages/test-worker/dist/testWorkerMain.js +0 -0
  1833. /package/static/{cbe19f6 → 8f6701c}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
  1834. /package/static/{cbe19f6 → 8f6701c}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
  1835. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.cpp +0 -0
  1836. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.css +0 -0
  1837. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.csv +0 -0
  1838. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.dart +0 -0
  1839. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.env +0 -0
  1840. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.ex +0 -0
  1841. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.html +0 -0
  1842. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.java +0 -0
  1843. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.jl +0 -0
  1844. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.js +0 -0
  1845. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.json +0 -0
  1846. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.kt +0 -0
  1847. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.pl +0 -0
  1848. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.py +0 -0
  1849. /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.ts +0 -0
  1850. /package/static/{cbe19f6 → 8f6701c}/playground/languages/scrolling.txt +0 -0
  1851. /package/static/{cbe19f6 → 8f6701c}/playground/languages/tsconfig.json +0 -0
  1852. /package/static/{cbe19f6 → 8f6701c}/playground/sample-folder/a.txt +0 -0
  1853. /package/static/{cbe19f6 → 8f6701c}/playground/sample-folder/b.txt +0 -0
  1854. /package/static/{cbe19f6 → 8f6701c}/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 '/cbe19f6';
99
+ return '/8f6701c';
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$q = (ipc, method, ...params) => {
423
+ const invoke$r = (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$p = (method, ...params) => {
1075
- return invoke$q(state$I.ipc, method, ...params);
1074
+ const invoke$q = (method, ...params) => {
1075
+ return invoke$r(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$p('Css.addCssStyleSheet', id, css);
1096
+ return invoke$q('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$q(ipc, method, ...params);
1120
+ return invoke$r(ipc, method, ...params);
1121
1121
  },
1122
1122
  async invokeAndTransfer(method, ...params) {
1123
1123
  const ipc = await getOrCreate$2(fn);
@@ -1209,7 +1209,7 @@ const set$g = async (key, value) => {
1209
1209
  state$H[key] = value;
1210
1210
  };
1211
1211
 
1212
- const getConfiguredWorkerUrl$k = () => {
1212
+ const getConfiguredWorkerUrl$l = () => {
1213
1213
  let configuredWorkerUrl = get$g('develop.errorWorkerPath') || '';
1214
1214
  if (configuredWorkerUrl) {
1215
1215
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -1225,14 +1225,14 @@ const launchErrorWorker = async () => {
1225
1225
  const ipc = await create$14({
1226
1226
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
1227
1227
  name,
1228
- url: getConfiguredWorkerUrl$k()
1228
+ url: getConfiguredWorkerUrl$l()
1229
1229
  });
1230
1230
  handleIpc(ipc);
1231
1231
  return ipc;
1232
1232
  };
1233
1233
 
1234
1234
  const {
1235
- invoke: invoke$o,
1235
+ invoke: invoke$p,
1236
1236
  invokeAndTransfer: invokeAndTransfer$7
1237
1237
  } = getOrCreateWorker(launchErrorWorker);
1238
1238
 
@@ -1254,14 +1254,14 @@ const serializeError = error => {
1254
1254
  const prepare = async error => {
1255
1255
  try {
1256
1256
  const serialized = serializeError(error);
1257
- const prepared = await invoke$o('Errors.prepare', serialized);
1257
+ const prepared = await invoke$p('Errors.prepare', serialized);
1258
1258
  return prepared;
1259
1259
  } catch {
1260
1260
  return error;
1261
1261
  }
1262
1262
  };
1263
1263
  const print = async (error, prefix = '') => {
1264
- await invoke$o('Errors.print', error, prefix);
1264
+ await invoke$p('Errors.print', error, prefix);
1265
1265
  };
1266
1266
  const getMessage$3 = error => {
1267
1267
  if (error && error.type && error.message) {
@@ -1284,7 +1284,7 @@ const logError = async (error, prefix = '') => {
1284
1284
  await print(prettyError, prefix);
1285
1285
  return prettyError;
1286
1286
  };
1287
- const handleError$2 = async (error, notify = true, prefix = '') => {
1287
+ const handleError$1 = async (error, notify = true, prefix = '') => {
1288
1288
  try {
1289
1289
  const prettyError = await logError(error, prefix);
1290
1290
  if (notify) {
@@ -1749,11 +1749,11 @@ const state$C = {
1749
1749
  };
1750
1750
 
1751
1751
  /* istanbul ignore file */
1752
- const invoke$n = async (method, ...params) => {
1752
+ const invoke$o = async (method, ...params) => {
1753
1753
  const {
1754
1754
  ipc
1755
1755
  } = state$C;
1756
- const result = await invoke$q(ipc, method, ...params);
1756
+ const result = await invoke$r(ipc, method, ...params);
1757
1757
  return result;
1758
1758
  };
1759
1759
  const invokeAndTransfer$6 = async (method, ...params) => {
@@ -1798,7 +1798,7 @@ const getPreferencesJson = async () => {
1798
1798
  const url = `${assetDir}/config/defaultSettings.json`;
1799
1799
  return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
1800
1800
  }
1801
- return invoke$n(PreferencesGetAll);
1801
+ return invoke$o(PreferencesGetAll);
1802
1802
  };
1803
1803
  const getPreferences = async () => {
1804
1804
  // TODO cache preferences, but they should not be stale
@@ -1848,7 +1848,7 @@ const state$B = {
1848
1848
  };
1849
1849
 
1850
1850
  const getResolvedRootFromSharedProcess = async () => {
1851
- const resolvedRoot = await invoke$n(/* Workspace.resolveRoot */WorkspaceResolveRoot);
1851
+ const resolvedRoot = await invoke$o(/* Workspace.resolveRoot */WorkspaceResolveRoot);
1852
1852
  return resolvedRoot;
1853
1853
  };
1854
1854
  const isValid$1 = resolvedRoot => {
@@ -1914,13 +1914,13 @@ const getResolvedRoot = async href => {
1914
1914
  };
1915
1915
 
1916
1916
  const getHref = () => {
1917
- return invoke$p(/* Location.getHref */'Location.getHref');
1917
+ return invoke$q(/* Location.getHref */'Location.getHref');
1918
1918
  };
1919
1919
  const setPathName = pathName => {
1920
- return invoke$p(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
1920
+ return invoke$q(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
1921
1921
  };
1922
1922
  const hydrate$a = () => {
1923
- return invoke$p(/* Location.hydrate */'Location.hydrate');
1923
+ return invoke$q(/* Location.hydrate */'Location.hydrate');
1924
1924
  };
1925
1925
  const getOrigin = () => {
1926
1926
  return location.origin;
@@ -1930,7 +1930,7 @@ const getHost = () => {
1930
1930
  };
1931
1931
 
1932
1932
  const set$e = title => {
1933
- return invoke$p('WindowTitle.set', title);
1933
+ return invoke$q('WindowTitle.set', title);
1934
1934
  };
1935
1935
 
1936
1936
  /**
@@ -1959,7 +1959,7 @@ const getPath = () => {
1959
1959
  const getUri$1 = () => {
1960
1960
  return state$B.workspaceUri;
1961
1961
  };
1962
- const close$6 = () => {
1962
+ const close$5 = () => {
1963
1963
  return setPath('');
1964
1964
  };
1965
1965
  const isTest = () => {
@@ -2062,15 +2062,15 @@ const launchExtensionHostWorker = async () => {
2062
2062
  ipc = wrap$7(port);
2063
2063
  }
2064
2064
  handleIpc(ipc);
2065
- await invoke$q(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2065
+ await invoke$r(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2066
2066
  addListener('workspace.change', async () => {
2067
- await invoke$q(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2067
+ await invoke$r(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2068
2068
  });
2069
2069
  return ipc;
2070
2070
  };
2071
2071
 
2072
2072
  const {
2073
- invoke: invoke$m,
2073
+ invoke: invoke$n,
2074
2074
  invokeAndTransfer: invokeAndTransfer$5
2075
2075
  } = getOrCreateWorker(launchExtensionHostWorker);
2076
2076
 
@@ -2100,11 +2100,11 @@ const getColorThemeCssCached = async (colorThemeId, getData) => {
2100
2100
  };
2101
2101
 
2102
2102
  const getColorThemeJson = colorThemeId => {
2103
- return invoke$m('ColorTheme.getColorThemeJson', colorThemeId);
2103
+ return invoke$n('ColorTheme.getColorThemeJson', colorThemeId);
2104
2104
  };
2105
2105
 
2106
2106
  const getColorThemeCssFromJson = async (colorThemeId, colorThemeJson) => {
2107
- return invoke$m('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
2107
+ return invoke$n('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
2108
2108
  };
2109
2109
  const getColorThemeCssNew = async colorThemeId => {
2110
2110
  const colorThemeJson = await getColorThemeJson(colorThemeId);
@@ -2120,7 +2120,7 @@ const getMetaThemeColor = colorThemeJson => {
2120
2120
  };
2121
2121
 
2122
2122
  const setThemeColor = async themeColor => {
2123
- await invoke$p(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
2123
+ await invoke$q(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
2124
2124
  };
2125
2125
 
2126
2126
  // TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
@@ -2161,7 +2161,7 @@ const watch$1 = async id => {
2161
2161
  return;
2162
2162
  }
2163
2163
  state$A.watchedTheme = id;
2164
- await invoke$n('ExtensionHost.watchColorTheme', id);
2164
+ await invoke$o('ExtensionHost.watchColorTheme', id);
2165
2165
  };
2166
2166
  const getPreferredColorTheme = () => {
2167
2167
  const preferredColorTheme = get$e('workbench.colorTheme');
@@ -2183,7 +2183,7 @@ const hydrate$8 = async () => {
2183
2183
  if (colorThemeId === FALLBACK_COLOR_THEME_ID) {
2184
2184
  throw error;
2185
2185
  }
2186
- handleError$2(error);
2186
+ handleError$1(error);
2187
2187
  await applyColorTheme(FALLBACK_COLOR_THEME_ID);
2188
2188
  }
2189
2189
  };
@@ -2214,19 +2214,19 @@ const get$d = () => {
2214
2214
 
2215
2215
  const getWindowId = async () => {
2216
2216
  const webContentsId = get$d();
2217
- const windowId = await invoke$n('GetWindowId.getWindowId', webContentsId);
2217
+ const windowId = await invoke$o('GetWindowId.getWindowId', webContentsId);
2218
2218
  return windowId;
2219
2219
  };
2220
2220
 
2221
2221
  const forward$2 = key => async (...args) => {
2222
2222
  const windowId = await getWindowId();
2223
- return invoke$n(key, windowId, ...args);
2223
+ return invoke$o(key, windowId, ...args);
2224
2224
  };
2225
2225
  const reload$3 = forward$2('ElectronWindow.reload');
2226
2226
  const minimize$2 = forward$2('ElectronWindow.minimize');
2227
2227
  const unmaximize$1 = forward$2('ElectronWindow.unmaximize');
2228
2228
  const maximize$2 = forward$2('ElectronWindow.maximize');
2229
- const close$5 = forward$2('ElectronWindow.close');
2229
+ const close$4 = forward$2('ElectronWindow.close');
2230
2230
  const openNew$1 = forward$2('ElectronWindow.openNew');
2231
2231
  const toggleDevtools = forward$2('ElectronWindow.toggleDevtools');
2232
2232
  const zoomIn$1 = forward$2('ElectronWindow.zoomIn');
@@ -2239,7 +2239,7 @@ const reloadElectron = () => {
2239
2239
  };
2240
2240
 
2241
2241
  const reloadWeb = () => {
2242
- return invoke$p('Window.reload');
2242
+ return invoke$q('Window.reload');
2243
2243
  };
2244
2244
 
2245
2245
  const getFn$2 = () => {
@@ -2278,46 +2278,46 @@ const getUrlBaseName = href => {
2278
2278
  // TODO treeshake this function out when targeting electron
2279
2279
 
2280
2280
  const getExtensionsPath = () => {
2281
- return invoke$n(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
2281
+ return invoke$o(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
2282
2282
  };
2283
2283
  const getCachedExtensionsPath = () => {
2284
- return invoke$n(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
2284
+ return invoke$o(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
2285
2285
  };
2286
2286
  const getLogsDir = () => {
2287
- return invoke$n(/* Platform.getLogsDir */'Platform.getLogsDir');
2287
+ return invoke$o(/* Platform.getLogsDir */'Platform.getLogsDir');
2288
2288
  };
2289
2289
  const getDownloadDir = () => {
2290
- return invoke$n(/* Platform.getDownloadDir */'Platform.getDownloadDir');
2290
+ return invoke$o(/* Platform.getDownloadDir */'Platform.getDownloadDir');
2291
2291
  };
2292
2292
  const getUserSettingsPath = () => {
2293
2293
  if (platform === Web$1) {
2294
2294
  return 'settings';
2295
2295
  }
2296
- return invoke$n(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
2296
+ return invoke$o(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
2297
2297
  };
2298
2298
  const getUserKeyBindingsPath = () => {
2299
2299
  if (platform === Web$1) {
2300
2300
  return 'settings';
2301
2301
  }
2302
- return invoke$n(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
2302
+ return invoke$o(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
2303
2303
  };
2304
2304
  const getRecentlyOpenedPath = () => {
2305
2305
  if (platform === Web$1) {
2306
2306
  return 'recently-opened';
2307
2307
  }
2308
- return invoke$n(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
2308
+ return invoke$o(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
2309
2309
  };
2310
2310
  const getConfigPath = () => {
2311
- return invoke$n(/* Platform.getConfigDir */'Platform.getConfigDir');
2311
+ return invoke$o(/* Platform.getConfigDir */'Platform.getConfigDir');
2312
2312
  };
2313
2313
  const getCachePath = () => {
2314
- return invoke$n(/* Platform.getCacheDir */'Platform.getCacheDir');
2314
+ return invoke$o(/* Platform.getCacheDir */'Platform.getCacheDir');
2315
2315
  };
2316
2316
  const getCacheName = () => {
2317
2317
  return 'lvce-runtime';
2318
2318
  };
2319
2319
  const getTestPathRemote = () => {
2320
- return invoke$n(/* Platform.getTestPath */'Platform.getTestPath');
2320
+ return invoke$o(/* Platform.getTestPath */'Platform.getTestPath');
2321
2321
  };
2322
2322
  const getTestPathWeb = () => {
2323
2323
  return `${assetDir}/packages/extension-host-worker-tests`;
@@ -2334,7 +2334,7 @@ const getTestPath = () => {
2334
2334
  }
2335
2335
  };
2336
2336
  const getRepository = () => {
2337
- return invoke$n('Platform.getRepository');
2337
+ return invoke$o('Platform.getRepository');
2338
2338
  };
2339
2339
 
2340
2340
  // TODO determine with websocket request or some
@@ -2486,7 +2486,7 @@ const getAvailableKeyBindings = keyBindings => {
2486
2486
  const update = () => {
2487
2487
  const matchingKeyBindings = getMatchingKeyBindings(state$x.keyBindingSets);
2488
2488
  const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
2489
- invoke$p('KeyBindings.setIdentifiers', keyBindingIdentifiers);
2489
+ invoke$q('KeyBindings.setIdentifiers', keyBindingIdentifiers);
2490
2490
  state$x.matchingKeyBindings = matchingKeyBindings;
2491
2491
  state$x.keyBindingIdentifiers = keyBindingIdentifiers;
2492
2492
  };
@@ -2580,7 +2580,7 @@ const hydrate$6 = async () => {
2580
2580
  };
2581
2581
 
2582
2582
  const getIconThemeJson = async iconThemeId => {
2583
- return invoke$m('IconTheme.getJson', iconThemeId);
2583
+ return invoke$n('IconTheme.getJson', iconThemeId);
2584
2584
  };
2585
2585
 
2586
2586
  const dispatch = key => (...args) => {
@@ -2661,13 +2661,13 @@ const serializeObjects = objects => {
2661
2661
  };
2662
2662
 
2663
2663
  const clear$5 = async storageType => {
2664
- await invoke$p(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
2664
+ await invoke$q(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
2665
2665
  };
2666
2666
  const getAll$1 = storageType => {
2667
- return invoke$p('WebStorage.getAll', storageType);
2667
+ return invoke$q('WebStorage.getAll', storageType);
2668
2668
  };
2669
2669
  const getText$2 = async (storageType, key) => {
2670
- const item = await invoke$p(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
2670
+ const item = await invoke$q(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
2671
2671
  return item || '';
2672
2672
  };
2673
2673
  const getJson$6 = async (storageType, key) => {
@@ -2682,7 +2682,7 @@ const getJson$6 = async (storageType, key) => {
2682
2682
  }
2683
2683
  };
2684
2684
  const setText$1 = async (storageType, key, value) => {
2685
- await invoke$p(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
2685
+ await invoke$q(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
2686
2686
  };
2687
2687
  const setJson$5 = async (storageType, key, value) => {
2688
2688
  const stringifiedValue = stringifyCompact(value);
@@ -2690,7 +2690,7 @@ const setJson$5 = async (storageType, key, value) => {
2690
2690
  };
2691
2691
  const setJsonObjects$2 = async (storageType, objects) => {
2692
2692
  const serializedObjects = serializeObjects(objects);
2693
- await invoke$p('WebStorage.setJsonObjects', storageType, serializedObjects);
2693
+ await invoke$q('WebStorage.setJsonObjects', storageType, serializedObjects);
2694
2694
  };
2695
2695
 
2696
2696
  const LocalStorage = 1;
@@ -2865,7 +2865,7 @@ const ExtensionStateStorage = {
2865
2865
  };
2866
2866
 
2867
2867
  const saveState$l = async () => {
2868
- const state = await invoke$m('SaveState.saveState');
2868
+ const state = await invoke$n('SaveState.saveState');
2869
2869
  return state;
2870
2870
  };
2871
2871
  const getSavedState = async () => {
@@ -2920,7 +2920,7 @@ const hydrate$5 = async () => {
2920
2920
  console.info('[info] not saving state on visibility change - disabled by settings');
2921
2921
  return;
2922
2922
  }
2923
- await invoke$p('Window.onVisibilityChange');
2923
+ await invoke$q('Window.onVisibilityChange');
2924
2924
  };
2925
2925
  const getSavedViewletState = viewletId => {
2926
2926
  return getJson$4(viewletId);
@@ -2944,7 +2944,7 @@ const ViewletManagerVisitorCss = {
2944
2944
 
2945
2945
  const fileSearchWorkerUrl = `${assetDir}/packages/file-search-worker/dist/fileSearchWorkerMain.js`;
2946
2946
 
2947
- const getConfiguredWorkerUrl$j = () => {
2947
+ const getConfiguredWorkerUrl$k = () => {
2948
2948
  let configuredWorkerUrl = get$e('develop.fileSearchWorkerPath') || '';
2949
2949
  if (configuredWorkerUrl) {
2950
2950
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -2960,14 +2960,14 @@ const launchFileSearchWorker = async () => {
2960
2960
  const ipc = await create$14({
2961
2961
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
2962
2962
  name,
2963
- url: getConfiguredWorkerUrl$j()
2963
+ url: getConfiguredWorkerUrl$k()
2964
2964
  });
2965
2965
  handleIpc(ipc);
2966
2966
  return ipc;
2967
2967
  };
2968
2968
 
2969
2969
  const {
2970
- invoke: invoke$l} = getOrCreateWorker(launchFileSearchWorker);
2970
+ invoke: invoke$m} = getOrCreateWorker(launchFileSearchWorker);
2971
2971
 
2972
2972
  const state$u = {
2973
2973
  /**
@@ -2983,7 +2983,7 @@ const add$1 = async menuEntries => {
2983
2983
  // TODO store menu entries here or in file search worker?
2984
2984
  // Usually don't want to start worker for the menu entries
2985
2985
  // But also quickpick menu entries would be better stored there
2986
- await invoke$l('QuickPick.addMenuEntries', menuEntries);
2986
+ await invoke$m('QuickPick.addMenuEntries', menuEntries);
2987
2987
  };
2988
2988
 
2989
2989
  const loadModule$2 = async (id, module) => {
@@ -3172,7 +3172,7 @@ const runFn = async (instance, id, key, fn, args) => {
3172
3172
  const commands = render$J(instance.factory, oldState, newState, newState.uid || id);
3173
3173
  updateDynamicFocusContext(commands);
3174
3174
  setRenderedState(id, newState);
3175
- await invoke$p(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3175
+ await invoke$q(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3176
3176
  } else {
3177
3177
  return fn(instance.state, ...args);
3178
3178
  }
@@ -3197,7 +3197,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
3197
3197
  if (commands.length === 0) {
3198
3198
  return;
3199
3199
  }
3200
- await invoke$p(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3200
+ await invoke$q(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3201
3201
  };
3202
3202
 
3203
3203
  // TODO maybe wrapViewletCommand should accept module instead of id string
@@ -3402,7 +3402,7 @@ const maybeRegisterEvents = module => {
3402
3402
  const commands = render$J(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
3403
3403
  instance.state = newState;
3404
3404
  instance.renderedState = newState;
3405
- await invoke$p(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3405
+ await invoke$q(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3406
3406
  };
3407
3407
  addListener('workspace.change', handleUpdate);
3408
3408
  }
@@ -3429,7 +3429,7 @@ const maybeRegisterEvents = module => {
3429
3429
  const commands = render$J(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
3430
3430
  instance.state = newState;
3431
3431
  instance.renderedState = newState;
3432
- await invoke$p(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3432
+ await invoke$q(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3433
3433
  };
3434
3434
  addListener(key, handleUpdate);
3435
3435
  }
@@ -3457,7 +3457,7 @@ const maybeRegisterMenuEntries = async module => {
3457
3457
  const actuallyLoadModule = async (getModule, id) => {
3458
3458
  const module = await getModule(id);
3459
3459
  if (!module.hasFunctionalEvents) {
3460
- await invoke$p(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
3460
+ await invoke$q(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
3461
3461
  }
3462
3462
  await loadModule$1(id, module);
3463
3463
  await maybeRegisterWrappedCommands(id, module);
@@ -3550,7 +3550,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3550
3550
  if (module.renderEventListeners) {
3551
3551
  // TODO reuse event listeners between components
3552
3552
  const eventListeners = await module.renderEventListeners();
3553
- await invoke$p('Viewlet.registerEventListeners', viewletUid, eventListeners);
3553
+ await invoke$q('Viewlet.registerEventListeners', viewletUid, eventListeners);
3554
3554
  }
3555
3555
  if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
3556
3556
  await module.show(newState);
@@ -3604,7 +3604,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3604
3604
  }
3605
3605
  state = ViewletState.ContentLoaded;
3606
3606
  if (viewlet.show === false) {} else {
3607
- await invoke$p(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3607
+ await invoke$q(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3608
3608
  }
3609
3609
  if (viewlet.disposed) {
3610
3610
  // TODO unload the module from renderer process
@@ -3656,7 +3656,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3656
3656
  return allCommands;
3657
3657
  }
3658
3658
  commands.push(...extraCommands);
3659
- await invoke$p(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3659
+ await invoke$q(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3660
3660
  } else {
3661
3661
  const allCommands = [...commands, ...extraCommands
3662
3662
  // ['Viewlet.show', viewlet.id],
@@ -3677,7 +3677,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3677
3677
  }
3678
3678
  state = ViewletState.ContentRendered;
3679
3679
  if (viewlet.parentUid && viewlet.show !== false) {
3680
- await invoke$p(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
3680
+ await invoke$q(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
3681
3681
  }
3682
3682
  state = ViewletState.Appended;
3683
3683
  if (viewlet.disposed) {
@@ -3699,10 +3699,10 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3699
3699
  }
3700
3700
  const commands = [];
3701
3701
  if (state < ViewletState.RendererProcessViewletLoaded) {
3702
- await invoke$p(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3702
+ await invoke$q(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3703
3703
  }
3704
3704
  const parentUid = viewlet.parentUid;
3705
- await invoke$p(kLoadModule, Error$3);
3705
+ await invoke$q(kLoadModule, Error$3);
3706
3706
  commands.push([kCreate, Error$3, viewletUid]);
3707
3707
  // @ts-ignore
3708
3708
  if (viewlet.setBounds !== false) {
@@ -3711,7 +3711,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3711
3711
  if (module && module.customErrorRenderer) {
3712
3712
  const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
3713
3713
  const dom = await errorModule.render(error);
3714
- await invoke$p(kLoadModule, module.customErrorRenderer);
3714
+ await invoke$q(kLoadModule, module.customErrorRenderer);
3715
3715
  commands.push([kCreate, module.customErrorRenderer, viewletUid]);
3716
3716
  commands.push(['Viewlet.setDom2', viewletUid, dom]);
3717
3717
  commands.push([kAppend, parentUid, viewletUid]);
@@ -3764,7 +3764,7 @@ const load$4 = async moduleId => {
3764
3764
  };
3765
3765
 
3766
3766
  const disposeBrowserViewQuickPick = () => {
3767
- return invoke$n('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
3767
+ return invoke$o('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
3768
3768
  };
3769
3769
 
3770
3770
  const handleKeyBinding$1 = async identifier => {
@@ -3814,7 +3814,7 @@ const focus$7 = async id => {
3814
3814
  commands.push(...render$J(instance.factory, oldState, newState));
3815
3815
  }
3816
3816
  setFocusedInstance(instance);
3817
- await invoke$p('Viewlet.sendMultiple', commands);
3817
+ await invoke$q('Viewlet.sendMultiple', commands);
3818
3818
  };
3819
3819
 
3820
3820
  /**
@@ -3839,7 +3839,7 @@ const send = (id, method, ...args) => {
3839
3839
  /**
3840
3840
  * @deprecated
3841
3841
  */
3842
- const dispose$t = async id => {
3842
+ const dispose$s = async id => {
3843
3843
  if (!id) {
3844
3844
  console.warn('no instance to dispose');
3845
3845
  return;
@@ -3857,7 +3857,7 @@ const dispose$t = async id => {
3857
3857
  throw new Error(`${id} is missing a factory function`);
3858
3858
  }
3859
3859
  instance.factory.dispose(instance.state);
3860
- await invoke$p(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
3860
+ await invoke$q(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
3861
3861
  if (instance.factory.getKeyBindings) {
3862
3862
  removeKeyBindings(instanceUid);
3863
3863
  }
@@ -4038,7 +4038,7 @@ const setStateFunctional = (id, newState) => {
4038
4038
  const setState = async (id, newState) => {
4039
4039
  const commands = setStateFunctional(id, newState);
4040
4040
  if (commands.length > 0) {
4041
- await invoke$p(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4041
+ await invoke$q(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4042
4042
  }
4043
4043
  };
4044
4044
  const getAllStates = () => {
@@ -4081,7 +4081,7 @@ const openWidget = async (moduleId, ...args) => {
4081
4081
  // TODO send focus changes to renderer process together with other message
4082
4082
  updateDynamicFocusContext(commands);
4083
4083
  commands.push(['Viewlet.focus', childUid]);
4084
- await invoke$p('Viewlet.executeCommands', commands);
4084
+ await invoke$q('Viewlet.executeCommands', commands);
4085
4085
  };
4086
4086
  const closeWidget = async id => {
4087
4087
  try {
@@ -4093,7 +4093,7 @@ const closeWidget = async id => {
4093
4093
  const child = childInstance.state;
4094
4094
  const childUid = child.uid;
4095
4095
  const commands = disposeFunctional(childUid);
4096
- await invoke$p(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
4096
+ await invoke$q(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
4097
4097
  // TODO restore focus
4098
4098
  } catch (error) {
4099
4099
  throw new VError(error, `Failed to close widget ${id}`);
@@ -4151,7 +4151,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
4151
4151
  if (commands.length === 0) {
4152
4152
  return;
4153
4153
  }
4154
- await invoke$p(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4154
+ await invoke$q(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4155
4155
  };
4156
4156
 
4157
4157
  // @ts-ignore
@@ -4191,7 +4191,7 @@ const disposeWidgetWithValue = async (id, value) => {
4191
4191
  instance.status = 'disposed';
4192
4192
  remove$8(id);
4193
4193
  remove$8(uid);
4194
- await invoke$p('Viewlet.sendMultiple', commands);
4194
+ await invoke$q('Viewlet.sendMultiple', commands);
4195
4195
  // return commands
4196
4196
  const parentInstance = getInstance(KeyBindings);
4197
4197
  if (!parentInstance) {
@@ -4398,7 +4398,7 @@ const getLanguageConfigurationFromWebExtension = async languageId => {
4398
4398
  return json;
4399
4399
  };
4400
4400
  const getLanguageConfiguration$3 = async languageId => {
4401
- const languageConfiguration = await invoke$n(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
4401
+ const languageConfiguration = await invoke$o(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
4402
4402
  if (languageConfiguration) {
4403
4403
  return languageConfiguration;
4404
4404
  }
@@ -4411,7 +4411,7 @@ const getLanguageConfiguration$2 = async languageId => {
4411
4411
 
4412
4412
  const getLanguages = async () => {
4413
4413
  try {
4414
- return invoke$m('Languages.getLanguages');
4414
+ return invoke$n('Languages.getLanguages');
4415
4415
  } catch (error) {
4416
4416
  throw new VError(error, 'Failed to load languages');
4417
4417
  }
@@ -4827,7 +4827,7 @@ const hydrate$3 = async () => {
4827
4827
  };
4828
4828
 
4829
4829
  const getInitData = async () => {
4830
- const rendererProcessInitData = await invoke$p('InitData.getInitData');
4830
+ const rendererProcessInitData = await invoke$q('InitData.getInitData');
4831
4831
  // TODO get the following items
4832
4832
  // - location.href
4833
4833
  // - workspace
@@ -5219,7 +5219,7 @@ const addToRecentlyOpenedWeb = async path => {
5219
5219
  await setRecentlyOpened(newRecentlyOpened);
5220
5220
  };
5221
5221
  const addToRecentlyOpenedRemote = async path => {
5222
- await invoke$n(RecentlyOpenedAddPath, path);
5222
+ await invoke$o(RecentlyOpenedAddPath, path);
5223
5223
  };
5224
5224
  const addToRecentlyOpened = async path => {
5225
5225
  switch (platform) {
@@ -5257,16 +5257,16 @@ const hydrate$2 = async () => {
5257
5257
  // TODO high memory usage in idb because of transactionDoneMap
5258
5258
 
5259
5259
  const saveValue$1 = async (storeId, value) => {
5260
- await invoke$m('IndexedDb.saveValue', storeId, value);
5260
+ await invoke$n('IndexedDb.saveValue', storeId, value);
5261
5261
  };
5262
5262
  const getValuesByIndexName$1 = async (storeId, indexName, only) => {
5263
- return invoke$m('IndexedDb.getValuesByIndexName', storeId, indexName, only);
5263
+ return invoke$n('IndexedDb.getValuesByIndexName', storeId, indexName, only);
5264
5264
  };
5265
5265
  const addHandle$1 = async (uri, handle) => {
5266
- return invoke$m('IndexedDb.addHandle', uri, handle);
5266
+ return invoke$n('IndexedDb.addHandle', uri, handle);
5267
5267
  };
5268
5268
  const getHandle$1 = async uri => {
5269
- return invoke$m('IndexedDb.getHandle', uri);
5269
+ return invoke$n('IndexedDb.getHandle', uri);
5270
5270
  };
5271
5271
 
5272
5272
  const saveValue = async (sessionId, value) => {
@@ -5497,14 +5497,14 @@ const openSession = async () => {
5497
5497
  */
5498
5498
  const handleUnhandledRejection = event => {
5499
5499
  event.preventDefault();
5500
- handleError$2(event.reason, false, '[renderer-worker] Unhandled Rejection: ');
5500
+ handleError$1(event.reason, false, '[renderer-worker] Unhandled Rejection: ');
5501
5501
  };
5502
5502
 
5503
5503
  /**
5504
5504
  * @param {Error} error
5505
5505
  */
5506
5506
  const handleUnhandledError = (message, filename, lineno, colno, error) => {
5507
- handleError$2(error, false, '[renderer-worker] Unhandled Error: ');
5507
+ handleError$1(error, false, '[renderer-worker] Unhandled Error: ');
5508
5508
  return true;
5509
5509
  };
5510
5510
 
@@ -5639,6 +5639,13 @@ const getWatchConfig = () => {
5639
5639
  command: 'Settings.hotReload'
5640
5640
  });
5641
5641
  }
5642
+ const output = get$e('develop.outputViewWorkerPath');
5643
+ if (settings) {
5644
+ watchConfig.push({
5645
+ path: output,
5646
+ command: 'Output.hotReload'
5647
+ });
5648
+ }
5642
5649
  return watchConfig;
5643
5650
  };
5644
5651
 
@@ -5649,7 +5656,7 @@ const watchFilesForHotReload = async platform => {
5649
5656
  if (config.length === 0) {
5650
5657
  return;
5651
5658
  }
5652
- await invoke$n('ExtensionHost.watchForHotReload', config);
5659
+ await invoke$o('ExtensionHost.watchForHotReload', config);
5653
5660
  } catch (error) {
5654
5661
  console.warn(`Failed to watch ${error}`);
5655
5662
  }
@@ -5767,7 +5774,7 @@ const startup = async () => {
5767
5774
  const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
5768
5775
  commands.push(...placeholderCommands);
5769
5776
  commands.push(['Viewlet.appendToBody', layout.uid]);
5770
- await invoke$p('Viewlet.executeCommands', commands);
5777
+ await invoke$q('Viewlet.executeCommands', commands);
5771
5778
  // await Layout.hydrate(initData)
5772
5779
  mark(DidShowLayout);
5773
5780
  mark(WillLoadLanguages);
@@ -6430,10 +6437,10 @@ const GetColorThemeCssCachedLocalStorage = {
6430
6437
  // TODO high memory usage in idb because of transactionDoneMap
6431
6438
 
6432
6439
  const set$8 = async (key, value) => {
6433
- await invoke$m('IndexedDb.set', key, value);
6440
+ await invoke$n('IndexedDb.set', key, value);
6434
6441
  };
6435
6442
  const get$7 = async key => {
6436
- return invoke$m('IndexedDb.get', key);
6443
+ return invoke$n('IndexedDb.get', key);
6437
6444
  };
6438
6445
 
6439
6446
  const getCacheKey = colorThemeId => {
@@ -6505,7 +6512,7 @@ const get$4 = () => {
6505
6512
  };
6506
6513
 
6507
6514
  const addWebExtension = async path => {
6508
- const manifest = await invoke$m('Extensions.addWebExtension', path);
6515
+ const manifest = await invoke$n('Extensions.addWebExtension', path);
6509
6516
  // TODO avoid side effect here
6510
6517
  if (manifest.languages) {
6511
6518
  for (const language of manifest.languages) {
@@ -6619,7 +6626,7 @@ const handleRejectedExtensions = async extensions => {
6619
6626
  }
6620
6627
  };
6621
6628
  const getExtensions$1 = async () => {
6622
- return invoke$m('Extensions.getExtensions');
6629
+ return invoke$n('Extensions.getExtensions');
6623
6630
  };
6624
6631
  const addNodeExtension = async path => {
6625
6632
  // TODO add support for dynamically loading node extensions
@@ -6661,13 +6668,13 @@ const state$l = {
6661
6668
  const actuallyActivateExtension = async (extension, event) => {
6662
6669
  if (!(extension.id in state$l.activatedExtensions)) {
6663
6670
  const absolutePath = getExtensionAbsolutePath(extension.id, extension.isWeb, extension.builtin, extension.path, extension.browser, origin, platform);
6664
- state$l.activatedExtensions[extension.id] = invoke$m(ExtensionActivate, extension, absolutePath, event);
6671
+ state$l.activatedExtensions[extension.id] = invoke$n(ExtensionActivate, extension, absolutePath, event);
6665
6672
  }
6666
6673
  return state$l.activatedExtensions[extension.id];
6667
6674
  };
6668
6675
  const actuallyActivateByEvent = async event => {
6669
6676
  // TODO should not query extensions multiple times
6670
- const extensions = await invoke$m('Extensions.getExtensions');
6677
+ const extensions = await invoke$n('Extensions.getExtensions');
6671
6678
  const {
6672
6679
  resolved,
6673
6680
  rejected
@@ -6713,7 +6720,7 @@ const executeProviders = async ({
6713
6720
  combineResults
6714
6721
  }) => {
6715
6722
  await activateByEvent(event);
6716
- const result = await invoke$m(method, ...params);
6723
+ const result = await invoke$n(method, ...params);
6717
6724
  return result;
6718
6725
  };
6719
6726
  const executeProvider = async ({
@@ -6723,14 +6730,14 @@ const executeProvider = async ({
6723
6730
  noProviderFoundMessage
6724
6731
  }) => {
6725
6732
  await activateByEvent(event);
6726
- const result = invoke$m(method, ...params);
6733
+ const result = invoke$n(method, ...params);
6727
6734
  return result;
6728
6735
  };
6729
6736
  const execute$3 = async ({
6730
6737
  method,
6731
6738
  params
6732
6739
  }) => {
6733
- await invoke$m(method, ...params);
6740
+ await invoke$n(method, ...params);
6734
6741
  };
6735
6742
 
6736
6743
  const readFile$e = uri => {
@@ -6950,40 +6957,40 @@ const FileSystemData = {
6950
6957
 
6951
6958
  const name$2q = 'Memory';
6952
6959
  const readFile$b = uri => {
6953
- return invoke$m('FileSystemMemory.readFile', uri);
6960
+ return invoke$n('FileSystemMemory.readFile', uri);
6954
6961
  };
6955
6962
  const writeFile$b = (uri, content) => {
6956
- return invoke$m('FileSystemMemory.writeFile', uri, content);
6963
+ return invoke$n('FileSystemMemory.writeFile', uri, content);
6957
6964
  };
6958
6965
  const mkdir$4 = uri => {
6959
- return invoke$m('FileSystemMemory.mkdir', uri);
6966
+ return invoke$n('FileSystemMemory.mkdir', uri);
6960
6967
  };
6961
6968
  const getPathSeparator$5 = () => {
6962
6969
  return Slash;
6963
6970
  };
6964
6971
  const remove$4 = uri => {
6965
- return invoke$m('FileSystemMemory.remove', uri);
6972
+ return invoke$n('FileSystemMemory.remove', uri);
6966
6973
  };
6967
6974
  const readDirWithFileTypes$5 = uri => {
6968
- return invoke$m('FileSystemMemory.readDirWithFileTypes', uri);
6975
+ return invoke$n('FileSystemMemory.readDirWithFileTypes', uri);
6969
6976
  };
6970
6977
  const getBlobUrl$2 = uri => {
6971
- return invoke$m('FileSystemMemory.getBlobUrl', uri);
6978
+ return invoke$n('FileSystemMemory.getBlobUrl', uri);
6972
6979
  };
6973
6980
  const getBlob$5 = async uri => {
6974
- return invoke$m('FileSystemMemory.getBlob', uri);
6981
+ return invoke$n('FileSystemMemory.getBlob', uri);
6975
6982
  };
6976
6983
  const chmod$3 = (path, permissions) => {
6977
- return invoke$m('FileSystemMemory.chmod', path, permissions);
6984
+ return invoke$n('FileSystemMemory.chmod', path, permissions);
6978
6985
  };
6979
6986
  const rename$3 = (oldPath, newPath) => {
6980
- return invoke$m('FileSystemMemory.rename', oldPath, newPath);
6987
+ return invoke$n('FileSystemMemory.rename', oldPath, newPath);
6981
6988
  };
6982
6989
  const copy$4 = (oldPath, newPath) => {
6983
- return invoke$m('FileSystemMemory.copy', oldPath, newPath);
6990
+ return invoke$n('FileSystemMemory.copy', oldPath, newPath);
6984
6991
  };
6985
6992
  const getFiles$1 = () => {
6986
- return invoke$m('FileSystemMemory.getFiles');
6993
+ return invoke$n('FileSystemMemory.getFiles');
6987
6994
  };
6988
6995
 
6989
6996
  const FileSystemMemory = {
@@ -7299,7 +7306,7 @@ const FileSystemWeb = {
7299
7306
 
7300
7307
  const fileSystemWorkerUrl = `${assetDir}/packages/file-system-worker/dist/fileSystemWorkerMain.js`;
7301
7308
 
7302
- const getConfiguredWorkerUrl$i = () => {
7309
+ const getConfiguredWorkerUrl$j = () => {
7303
7310
  let configuredWorkerUrl = get$e('develop.fileSystemWorkerPath') || '';
7304
7311
  if (configuredWorkerUrl) {
7305
7312
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -7315,15 +7322,15 @@ const launchFileSystemWorker = async () => {
7315
7322
  const ipc = await create$14({
7316
7323
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
7317
7324
  name,
7318
- url: getConfiguredWorkerUrl$i()
7325
+ url: getConfiguredWorkerUrl$j()
7319
7326
  });
7320
7327
  handleIpc(ipc);
7321
- await invoke$q(ipc, 'Initialize.initialize', platform);
7328
+ await invoke$r(ipc, 'Initialize.initialize', platform);
7322
7329
  return ipc;
7323
7330
  };
7324
7331
 
7325
7332
  const {
7326
- invoke: invoke$k,
7333
+ invoke: invoke$l,
7327
7334
  invokeAndTransfer: invokeAndTransfer$4} = getOrCreateWorker(launchFileSystemWorker);
7328
7335
 
7329
7336
  // TODO move all of this to an extension
@@ -7335,30 +7342,30 @@ const state$j = {
7335
7342
  };
7336
7343
  const readFile$9 = async uri => {
7337
7344
  if (uri.startsWith('http://') || uri.startsWith('https://')) {
7338
- return invoke$k('FileSystemFetch.readFile', uri);
7345
+ return invoke$l('FileSystemFetch.readFile', uri);
7339
7346
  }
7340
- return invoke$m('FileSystemFetch.readFile', uri);
7347
+ return invoke$n('FileSystemFetch.readFile', uri);
7341
7348
  };
7342
7349
  const writeFile$9 = (uri, content) => {
7343
- return invoke$m('FileSystemFetch.writeFile', uri);
7350
+ return invoke$n('FileSystemFetch.writeFile', uri);
7344
7351
  };
7345
7352
  const mkdir$2 = uri => {
7346
- return invoke$m('FileSystemFetch.mkdir', uri);
7353
+ return invoke$n('FileSystemFetch.mkdir', uri);
7347
7354
  };
7348
7355
  const getPathSeparator$3 = () => {
7349
7356
  return Slash;
7350
7357
  };
7351
7358
  const remove$2 = uri => {
7352
- return invoke$m('FileSystemFetch.remove', uri);
7359
+ return invoke$n('FileSystemFetch.remove', uri);
7353
7360
  };
7354
7361
  const readDirWithFileTypes$3 = async uri => {
7355
- return invoke$m('FileSystemFetch.readDirWithFileTypes', uri);
7362
+ return invoke$n('FileSystemFetch.readDirWithFileTypes', uri);
7356
7363
  };
7357
7364
  const chmod$2 = (path, permissions) => {
7358
- return invoke$m('FileSystemFetch.chmod', path, permissions);
7365
+ return invoke$n('FileSystemFetch.chmod', path, permissions);
7359
7366
  };
7360
7367
  const getBlob$4 = async (uri, type) => {
7361
- return invoke$m('FileSystemFetch.getBlob', uri, type);
7368
+ return invoke$n('FileSystemFetch.getBlob', uri, type);
7362
7369
  };
7363
7370
 
7364
7371
  const FileSystemFetch = {
@@ -7391,37 +7398,37 @@ const toUri = item => {
7391
7398
  const copy$3 = (source, target) => {
7392
7399
  source = toUri(source);
7393
7400
  target = toUri(target);
7394
- return invoke$k('FileSystem.copy', /* source */source, /* target */target);
7401
+ return invoke$l('FileSystem.copy', /* source */source, /* target */target);
7395
7402
  };
7396
7403
  const readFile$8 = (path, encoding) => {
7397
7404
  path = toUri(path);
7398
- return invoke$k('FileSystem.readFile', /* path */path, /* encoding */encoding);
7405
+ return invoke$l('FileSystem.readFile', /* path */path, /* encoding */encoding);
7399
7406
  };
7400
7407
  const readJson$2 = path => {
7401
7408
  path = toUri(path);
7402
- return invoke$k('FileSystem.readJson', /* path */path);
7409
+ return invoke$l('FileSystem.readJson', /* path */path);
7403
7410
  };
7404
7411
  const remove$1 = path => {
7405
7412
  path = toUri(path);
7406
- return invoke$k('FileSystem.remove', /* path */path);
7413
+ return invoke$l('FileSystem.remove', /* path */path);
7407
7414
  };
7408
7415
  const rename$1 = (oldUri, newUri) => {
7409
7416
  oldUri = toUri(oldUri);
7410
7417
  newUri = toUri(newUri);
7411
- return invoke$k('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
7418
+ return invoke$l('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
7412
7419
  };
7413
7420
  const mkdir$1 = path => {
7414
7421
  path = toUri(path);
7415
- return invoke$k('FileSystem.mkdir', /* path */path);
7422
+ return invoke$l('FileSystem.mkdir', /* path */path);
7416
7423
  };
7417
7424
  const writeFile$8 = async (path, content, encoding) => {
7418
7425
  path = toUri(path);
7419
- await invoke$k(/* FileSystem.writeFile */'FileSystem.writeFile', /* path */path, /* content */content, /* encoding */encoding);
7426
+ await invoke$l(/* FileSystem.writeFile */'FileSystem.writeFile', /* path */path, /* content */content, /* encoding */encoding);
7420
7427
  };
7421
7428
  const ensureFile = async () => {};
7422
7429
  const readDirWithFileTypes$2 = path => {
7423
7430
  path = toUri(path);
7424
- return invoke$k('FileSystem.readDirWithFileTypes', /* path */path);
7431
+ return invoke$l('FileSystem.readDirWithFileTypes', /* path */path);
7425
7432
  };
7426
7433
  const getBlobUrl$1 = path => {
7427
7434
  if (!path.startsWith('/')) {
@@ -7430,7 +7437,7 @@ const getBlobUrl$1 = path => {
7430
7437
  return getRemoteSrc(path);
7431
7438
  };
7432
7439
  const getBlob$3 = async (path, type) => {
7433
- const content = await invoke$k('FileSystem.readFileAsBuffer', path);
7440
+ const content = await invoke$l('FileSystem.readFileAsBuffer', path);
7434
7441
  const array = new Uint8Array(content.data);
7435
7442
  const blob = new Blob([array], {
7436
7443
  type
@@ -7441,22 +7448,22 @@ const getPathSeparator$2 = () => {
7441
7448
  if (platform === Web$1) {
7442
7449
  return Slash;
7443
7450
  }
7444
- return invoke$k('FileSystem.getPathSeparator');
7451
+ return invoke$l('FileSystem.getPathSeparator');
7445
7452
  };
7446
7453
  const getRealPath = path => {
7447
- return invoke$k('FileSystem.getRealPath', /* path */path);
7454
+ return invoke$l('FileSystem.getRealPath', /* path */path);
7448
7455
  };
7449
7456
  const stat = path => {
7450
7457
  path = toUri(path);
7451
- return invoke$k('FileSystem.stat', /* path */path);
7458
+ return invoke$l('FileSystem.stat', /* path */path);
7452
7459
  };
7453
7460
  const getFolderSize = path => {
7454
7461
  path = toUri(path);
7455
- return invoke$k('FileSystem.getFolderSize', /* path */path);
7462
+ return invoke$l('FileSystem.getFolderSize', /* path */path);
7456
7463
  };
7457
7464
  const chmod$1 = (path, permissions) => {
7458
7465
  path = toUri(path);
7459
- return invoke$k('FileSystem.chmod', /* path */path, /* permissions */permissions);
7466
+ return invoke$l('FileSystem.chmod', /* path */path, /* permissions */permissions);
7460
7467
  };
7461
7468
  const canBeRestored$2 = true;
7462
7469
 
@@ -7600,7 +7607,7 @@ const requestPermission = async (handle, options) => {
7600
7607
  // query permission, but from renderer process
7601
7608
  // because handle.requestPermission is not implemented
7602
7609
  // in a worker, see https://github.com/WICG/file-system-access/issues/289
7603
- const permissionTypeNow = await invoke$p('FileSystemHandle.requestPermission', handle, options);
7610
+ const permissionTypeNow = await invoke$q('FileSystemHandle.requestPermission', handle, options);
7604
7611
  return permissionTypeNow;
7605
7612
  };
7606
7613
  const queryPermission = async (handle, options) => {
@@ -7826,7 +7833,7 @@ const FileSystemHtml = {
7826
7833
 
7827
7834
  const debugWorkerUrl = `${assetDir}/packages/debug-worker/dist/debugWorkerMain.js`;
7828
7835
 
7829
- const getConfiguredWorkerUrl$h = () => {
7836
+ const getConfiguredWorkerUrl$i = () => {
7830
7837
  let configuredWorkerUrl = get$e('develop.debugWorkerPath') || '';
7831
7838
  if (configuredWorkerUrl) {
7832
7839
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -7842,21 +7849,21 @@ const launchDebugWorker = async () => {
7842
7849
  const ipc = await create$14({
7843
7850
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
7844
7851
  name,
7845
- url: getConfiguredWorkerUrl$h()
7852
+ url: getConfiguredWorkerUrl$i()
7846
7853
  });
7847
7854
  handleIpc(ipc);
7848
- await invoke$q(ipc, 'Initialize.initialize');
7855
+ await invoke$r(ipc, 'Initialize.initialize');
7849
7856
  return ipc;
7850
7857
  };
7851
7858
 
7852
7859
  const {
7853
- invoke: invoke$j,
7854
- restart: restart$9
7860
+ invoke: invoke$k,
7861
+ restart: restart$a
7855
7862
  } = getOrCreateWorker(launchDebugWorker);
7856
7863
 
7857
7864
  const name$2m = 'Debug';
7858
7865
  const readFile$6 = uri => {
7859
- return invoke$j('RunAndDebug.readFile', uri);
7866
+ return invoke$k('RunAndDebug.readFile', uri);
7860
7867
  };
7861
7868
  const writeFile$6 = (uri, content) => {
7862
7869
  throw new Error('not implemented');
@@ -8241,7 +8248,7 @@ const TryToGetActualImportErrorMessage = {
8241
8248
 
8242
8249
  const aboutViewWorkerUrl = `${assetDir}/packages/about-view-worker/dist/aboutWorkerMain.js`;
8243
8250
 
8244
- const getConfiguredWorkerUrl$g = () => {
8251
+ const getConfiguredWorkerUrl$h = () => {
8245
8252
  let configuredWorkerUrl = get$e('develop.aboutViewWorkerPath') || '';
8246
8253
  if (configuredWorkerUrl) {
8247
8254
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -8257,18 +8264,18 @@ const launchAboutViewWorker = async () => {
8257
8264
  const ipc = await create$14({
8258
8265
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
8259
8266
  name,
8260
- url: getConfiguredWorkerUrl$g()
8267
+ url: getConfiguredWorkerUrl$h()
8261
8268
  });
8262
8269
  handleIpc(ipc);
8263
8270
  return ipc;
8264
8271
  };
8265
8272
 
8266
8273
  const {
8267
- invoke: invoke$i
8274
+ invoke: invoke$j
8268
8275
  } = getOrCreateWorker(launchAboutViewWorker);
8269
8276
 
8270
8277
  const showAboutElectron = async () => {
8271
- return invoke$i('About.showAboutElectron');
8278
+ return invoke$j('About.showAboutElectron');
8272
8279
  };
8273
8280
 
8274
8281
  const showAboutDefault = async () => {
@@ -8378,7 +8385,7 @@ const Ajax_ipc = {
8378
8385
 
8379
8386
  const playBell = async () => {
8380
8387
  const src = '/sounds/bell.oga';
8381
- await invoke$p(/* Audio.play */3211, /* src */src);
8388
+ await invoke$q(/* Audio.play */3211, /* src */src);
8382
8389
  };
8383
8390
 
8384
8391
  const name$2j = 'Audio';
@@ -8431,25 +8438,25 @@ const i18nString = (key, placeholders = emptyObject) => {
8431
8438
  /**
8432
8439
  * @enum {string}
8433
8440
  */
8434
- const UiStrings$j = {
8441
+ const UiStrings$i = {
8435
8442
  DoYouWantToUpdate: 'Do you want to update to version {PH1}?',
8436
8443
  DoYouWantToRestart: 'The Update has been downloaded. Do you want to restart now?'
8437
8444
  };
8438
8445
  const promptMessage = version => {
8439
- return i18nString(UiStrings$j.DoYouWantToUpdate, {
8446
+ return i18nString(UiStrings$i.DoYouWantToUpdate, {
8440
8447
  PH1: version
8441
8448
  });
8442
8449
  };
8443
8450
  const promptRestart = () => {
8444
- return i18nString(UiStrings$j.DoYouWantToRestart);
8451
+ return i18nString(UiStrings$i.DoYouWantToRestart);
8445
8452
  };
8446
8453
 
8447
8454
  const getAutoUpdateType = () => {
8448
- return invoke$n('AutoUpdater.getAutoUpdateType');
8455
+ return invoke$o('AutoUpdater.getAutoUpdateType');
8449
8456
  };
8450
8457
 
8451
8458
  const getLatestVersion = () => {
8452
- return invoke$n('AutoUpdater.getLatestVersion');
8459
+ return invoke$o('AutoUpdater.getLatestVersion');
8453
8460
  };
8454
8461
 
8455
8462
  const checkForUpdates$1 = async () => {
@@ -8553,14 +8560,14 @@ const GetEditorSourceActions_ipc = {
8553
8560
  };
8554
8561
 
8555
8562
  const getFileHandles = ids => {
8556
- return invoke$p('FileHandles.get', ids);
8563
+ return invoke$q('FileHandles.get', ids);
8557
8564
  };
8558
8565
  const addFileHandle = fileHandle => {
8559
- return invoke$p('FileSystemHandle.addFileHandle', fileHandle);
8566
+ return invoke$q('FileSystemHandle.addFileHandle', fileHandle);
8560
8567
  };
8561
8568
 
8562
8569
  const getFilePathElectron = async file => {
8563
- return invoke$p('GetFilePathElectron.getFilePathElectron', file);
8570
+ return invoke$q('GetFilePathElectron.getFilePathElectron', file);
8564
8571
  };
8565
8572
 
8566
8573
  const name$2f = 'FileSystemHandle';
@@ -8754,10 +8761,10 @@ const applyLegacyBulkReplacement = async (files, ranges, replacement) => {
8754
8761
  array(ranges);
8755
8762
  string(replacement);
8756
8763
  if (isSpecialScheme(files)) {
8757
- await invoke$m('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8764
+ await invoke$n('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8758
8765
  return;
8759
8766
  }
8760
- await invoke$n('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8767
+ await invoke$o('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8761
8768
  };
8762
8769
 
8763
8770
  const applyFileReplacement = async edit => {
@@ -8927,7 +8934,7 @@ const unmaximize = () => {
8927
8934
  throw new Error('not implemented');
8928
8935
  }
8929
8936
  };
8930
- const close$4 = () => {
8937
+ const close$3 = () => {
8931
8938
  switch (platform) {
8932
8939
  case Electron$1:
8933
8940
  return execute$4('ElectronWindow.close');
@@ -8978,7 +8985,7 @@ const zoomReset = () => {
8978
8985
 
8979
8986
  const name$2a = 'Chrome';
8980
8987
  const Commands$24 = {
8981
- close: close$4,
8988
+ close: close$3,
8982
8989
  exit: exit$2,
8983
8990
  maximize: maximize$1,
8984
8991
  minimize: minimize$1,
@@ -8993,7 +9000,7 @@ const Chrome_ipc = {
8993
9000
 
8994
9001
  const clipBoardWorkerUrl = `${assetDir}/packages/clipboard-worker/dist/clipBoardWorkerMain.js`;
8995
9002
 
8996
- const getConfiguredWorkerUrl$f = () => {
9003
+ const getConfiguredWorkerUrl$g = () => {
8997
9004
  let configuredWorkerUrl = get$e('develop.clipBoardWorkerPath') || '';
8998
9005
  if (configuredWorkerUrl) {
8999
9006
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -9009,47 +9016,47 @@ const launchClipBoardWorker = async () => {
9009
9016
  const ipc = await create$14({
9010
9017
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
9011
9018
  name,
9012
- url: getConfiguredWorkerUrl$f()
9019
+ url: getConfiguredWorkerUrl$g()
9013
9020
  });
9014
9021
  handleIpc(ipc);
9015
- await invoke$q(ipc, 'ClipBoard.initialize', platform);
9022
+ await invoke$r(ipc, 'ClipBoard.initialize', platform);
9016
9023
  return ipc;
9017
9024
  };
9018
9025
 
9019
9026
  const {
9020
- invoke: invoke$h} = getOrCreateWorker(launchClipBoardWorker);
9027
+ invoke: invoke$i} = getOrCreateWorker(launchClipBoardWorker);
9021
9028
 
9022
9029
  const readText = async () => {
9023
- return await invoke$h('ClipBoard.readText');
9030
+ return await invoke$i('ClipBoard.readText');
9024
9031
  };
9025
9032
  const writeText$1 = async text => {
9026
- return await invoke$h('ClipBoard.writeText', text);
9033
+ return await invoke$i('ClipBoard.writeText', text);
9027
9034
  };
9028
9035
  const enableMemoryClipBoard = async () => {
9029
- return await invoke$h('ClipBoard.enableMemoryClipBoard');
9036
+ return await invoke$i('ClipBoard.enableMemoryClipBoard');
9030
9037
  };
9031
9038
  const disableMemoryClipBoard = async () => {
9032
- return await invoke$h('ClipBoard.disableMemoryClipBoard');
9039
+ return await invoke$i('ClipBoard.disableMemoryClipBoard');
9033
9040
  };
9034
- const hotReload$b = async () => {
9035
- return await invoke$h('ClipBoard.hotReload');
9041
+ const hotReload$c = async () => {
9042
+ return await invoke$i('ClipBoard.hotReload');
9036
9043
  };
9037
9044
  const writeNativeFiles = async (type, files) => {
9038
- return await invoke$h('ClipBoard.writeNativeFiles', type, files);
9045
+ return await invoke$i('ClipBoard.writeNativeFiles', type, files);
9039
9046
  };
9040
9047
  const readNativeFiles = async () => {
9041
- return await invoke$h('ClipBoard.readNativeFiles');
9048
+ return await invoke$i('ClipBoard.readNativeFiles');
9042
9049
  };
9043
9050
  const writeImage = async blob => {
9044
9051
  try {
9045
- return await invoke$p('ClipBoard.writeImage', blob);
9052
+ return await invoke$q('ClipBoard.writeImage', blob);
9046
9053
  } catch (error) {
9047
9054
  throw new VError(error, 'Failed to write image to clipboard');
9048
9055
  }
9049
9056
  };
9050
9057
  const execCopy = async () => {
9051
9058
  try {
9052
- return await invoke$p('ClipBoard.execCopy');
9059
+ return await invoke$q('ClipBoard.execCopy');
9053
9060
  } catch (error) {
9054
9061
  throw new VError(error, 'Failed to copy selected text');
9055
9062
  }
@@ -9058,7 +9065,7 @@ const execCopy = async () => {
9058
9065
  const name$29 = 'ClipBoard';
9059
9066
  const Commands$23 = {
9060
9067
  execCopy: execCopy,
9061
- hotReload: hotReload$b,
9068
+ hotReload: hotReload$c,
9062
9069
  readNativeFiles: readNativeFiles,
9063
9070
  readText: readText,
9064
9071
  writeImage: writeImage,
@@ -9075,7 +9082,7 @@ const ClipBoard_ipc = {
9075
9082
  };
9076
9083
 
9077
9084
  const getColorThemeNames = async () => {
9078
- return invoke$m('ColorTheme.getColorThemeNames');
9085
+ return invoke$n('ColorTheme.getColorThemeNames');
9079
9086
  };
9080
9087
 
9081
9088
  const name$28 = 'ColorTheme';
@@ -9098,7 +9105,7 @@ const getProductNameLong = () => {
9098
9105
  };
9099
9106
 
9100
9107
  const showOpenDialog = (title, properties) => {
9101
- return invoke$n('ElectronDialog.showOpenDialog', title, properties);
9108
+ return invoke$o('ElectronDialog.showOpenDialog', title, properties);
9102
9109
  };
9103
9110
  const showMessageBox = async options => {
9104
9111
  // TODO maybe request window id here instead of at caller
@@ -9110,7 +9117,7 @@ const showMessageBox = async options => {
9110
9117
  productName,
9111
9118
  windowId
9112
9119
  };
9113
- return invoke$n('ElectronDialog.showMessageBox', finalOptions);
9120
+ return invoke$o('ElectronDialog.showMessageBox', finalOptions);
9114
9121
  };
9115
9122
 
9116
9123
  const Question = 'question';
@@ -9127,22 +9134,22 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
9127
9134
  };
9128
9135
 
9129
9136
  const prompt$2 = async (message, confirmMessage, title) => {
9130
- const result = await invoke$p('ConfirmPrompt.prompt', message);
9137
+ const result = await invoke$q('ConfirmPrompt.prompt', message);
9131
9138
  return result;
9132
9139
  };
9133
9140
 
9134
9141
  /**
9135
9142
  * @enum {string}
9136
9143
  */
9137
- const UiStrings$i = {
9144
+ const UiStrings$h = {
9138
9145
  Cancel: 'Cancel',
9139
9146
  Ok: 'Ok'
9140
9147
  };
9141
9148
  const cancel = () => {
9142
- return i18nString(UiStrings$i.Cancel);
9149
+ return i18nString(UiStrings$h.Cancel);
9143
9150
  };
9144
9151
  const ok = () => {
9145
- return i18nString(UiStrings$i.Ok);
9152
+ return i18nString(UiStrings$h.Ok);
9146
9153
  };
9147
9154
 
9148
9155
  const prompt$1 = async (message, {
@@ -9171,21 +9178,21 @@ const ConfirmPrompt_ipc = {
9171
9178
  };
9172
9179
 
9173
9180
  const startRecording = options => {
9174
- return invoke$n('ElectronContentTracing.startRecording', options);
9181
+ return invoke$o('ElectronContentTracing.startRecording', options);
9175
9182
  };
9176
9183
 
9177
9184
  /**
9178
9185
  * @returns {Promise<string>}
9179
9186
  */
9180
9187
  const stopRecording = () => {
9181
- return invoke$n('ElectronContentTracing.stopRecording');
9188
+ return invoke$o('ElectronContentTracing.stopRecording');
9182
9189
  };
9183
9190
 
9184
9191
  const showItemInFolder = fullPath => {
9185
- return invoke$n('OpenExternal.showItemInFolder', fullPath);
9192
+ return invoke$o('OpenExternal.showItemInFolder', fullPath);
9186
9193
  };
9187
9194
  const openExternal$2 = url => {
9188
- return invoke$n('OpenExternal.openExternal', url);
9195
+ return invoke$o('OpenExternal.openExternal', url);
9189
9196
  };
9190
9197
 
9191
9198
  const openNativeFolderWeb = absolutePath => {
@@ -9193,7 +9200,7 @@ const openNativeFolderWeb = absolutePath => {
9193
9200
  };
9194
9201
  const openNativeFolderRemote = async absolutePath => {
9195
9202
  try {
9196
- await invoke$n(OpenNativeFolder, /* path */absolutePath);
9203
+ await invoke$o(OpenNativeFolder, /* path */absolutePath);
9197
9204
  } catch (error) {
9198
9205
  throw new VError(error, `Failed to open folder ${absolutePath}`);
9199
9206
  }
@@ -9306,26 +9313,26 @@ const Debug_ipc = {
9306
9313
 
9307
9314
  const attachDebugger = async pid => {
9308
9315
  number(pid);
9309
- await invoke$n('AttachDebugger.attachDebugger', pid);
9316
+ await invoke$o('AttachDebugger.attachDebugger', pid);
9310
9317
  };
9311
9318
 
9312
9319
  const getPid = () => {
9313
- return invoke$n('Process.getPid');
9320
+ return invoke$o('Process.getPid');
9314
9321
  };
9315
9322
  const getElectronVersion = () => {
9316
- return invoke$n('ElectronProcess.getElectronVersion');
9323
+ return invoke$o('ElectronProcess.getElectronVersion');
9317
9324
  };
9318
9325
  const getNodeVersion = () => {
9319
- return invoke$n('Process.getNodeVersion');
9326
+ return invoke$o('Process.getNodeVersion');
9320
9327
  };
9321
9328
  const getChromeVersion = () => {
9322
- return invoke$n('ElectronProcess.getChromeVersion');
9329
+ return invoke$o('ElectronProcess.getChromeVersion');
9323
9330
  };
9324
9331
  const getV8Version = () => {
9325
- return invoke$n('Process.getV8Version');
9332
+ return invoke$o('Process.getV8Version');
9326
9333
  };
9327
9334
  const getArch = () => {
9328
- return invoke$n('Process.getArch');
9335
+ return invoke$o('Process.getArch');
9329
9336
  };
9330
9337
 
9331
9338
  const debugSharedProcess = async () => {
@@ -9345,10 +9352,10 @@ const DebugSharedProcess_ipc = {
9345
9352
  };
9346
9353
 
9347
9354
  const crashSharedProcess = () => {
9348
- return invoke$n('Crash.crashSharedProcess');
9355
+ return invoke$o('Crash.crashSharedProcess');
9349
9356
  };
9350
9357
  const crashMainProcess = () => {
9351
- return invoke$n('Crash.crashMainProcess');
9358
+ return invoke$o('Crash.crashMainProcess');
9352
9359
  };
9353
9360
 
9354
9361
  const toggleDeveloperTools$1 = () => {
@@ -9364,7 +9371,7 @@ const openCacheFolder = async () => {
9364
9371
  await openNativeFolder(cacheFolder);
9365
9372
  };
9366
9373
  const openDataFolder = async () => {
9367
- const dataFolder = await invoke$n(/* Platform.getDataDir */'Platform.getDataDir');
9374
+ const dataFolder = await invoke$o(/* Platform.getDataDir */'Platform.getDataDir');
9368
9375
  await openNativeFolder(dataFolder);
9369
9376
  };
9370
9377
  const openLogsFolder = async () => {
@@ -9377,7 +9384,7 @@ const openLogsFolder = async () => {
9377
9384
  };
9378
9385
 
9379
9386
  const getPerformanceEntries = () => {
9380
- return invoke$n('ElectronDeveloper.getPerformanceEntries');
9387
+ return invoke$o('ElectronDeveloper.getPerformanceEntries');
9381
9388
  };
9382
9389
 
9383
9390
  const toMarkdownTable = (header, rows) => {
@@ -9604,7 +9611,7 @@ const getModule$2 = () => {
9604
9611
  throw new Error('unsupported platform');
9605
9612
  }
9606
9613
  };
9607
- const open$5 = async () => {
9614
+ const open$4 = async () => {
9608
9615
  const module = await getModule$2();
9609
9616
  return module.open();
9610
9617
  };
@@ -9618,7 +9625,7 @@ const getNodeTiming = () => {
9618
9625
  if (platform === Web$1) {
9619
9626
  return undefined;
9620
9627
  }
9621
- return invoke$n(/* command */'Performance.getNodeStartupTiming');
9628
+ return invoke$o(/* command */'Performance.getNodeStartupTiming');
9622
9629
  };
9623
9630
  const getMeasureEntries = () => {
9624
9631
  const measureEntries = getEntriesByType(Measure);
@@ -9707,13 +9714,13 @@ const formatRendererProcessData = ({
9707
9714
  return toMarkdownTable(header, rows);
9708
9715
  };
9709
9716
  const getSharedProcessMemoryUsage = () => {
9710
- return invoke$n(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
9717
+ return invoke$o(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
9711
9718
  };
9712
9719
  const getPerformanceMemory = () => {
9713
- return invoke$p('Performance.getMemory');
9720
+ return invoke$q('Performance.getMemory');
9714
9721
  };
9715
9722
  const getPerformanceUserAgentSpecificMemory = () => {
9716
- return invoke$p('Performance.measureUserAgentSpecificMemory');
9723
+ return invoke$q('Performance.measureUserAgentSpecificMemory');
9717
9724
  };
9718
9725
 
9719
9726
  // TODO handle case when renderer process and renderer worker are same process communicating via messagePort
@@ -9762,13 +9769,13 @@ const showMemoryUsage = async () => {
9762
9769
 
9763
9770
  // TODO not sure if this function is useful
9764
9771
  const allocateMemoryInSharedProcess = () => {
9765
- return invoke$n(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
9772
+ return invoke$o(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
9766
9773
  };
9767
9774
  const createSharedProcessHeapSnapshot = async () => {
9768
- await invoke$n(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
9775
+ await invoke$o(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
9769
9776
  };
9770
9777
  const createSharedProcessProfile = async () => {
9771
- await invoke$n(/* Developer.createProfile */'Developer.createProfile');
9778
+ await invoke$o(/* Developer.createProfile */'Developer.createProfile');
9772
9779
  };
9773
9780
  const reloadIconTheme = async () => {
9774
9781
  await hydrate$3();
@@ -9788,7 +9795,7 @@ const clearCache = async () => {
9788
9795
  await execute$4(/* SessionStorage.clear */'SessionStorage.clear');
9789
9796
  };
9790
9797
  const openProcessExplorer$1 = () => {
9791
- return open$5();
9798
+ return open$4();
9792
9799
  };
9793
9800
  const downloadViewletState = async () => {
9794
9801
  const states = await execute$4('Viewlet.getAllStates');
@@ -9949,12 +9956,12 @@ const Dialog_ipc = {
9949
9956
  const downloadFile = async (fileName, url) => {
9950
9957
  string(fileName);
9951
9958
  string(url);
9952
- await invoke$p(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
9959
+ await invoke$q(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
9953
9960
  };
9954
9961
  const downloadToDownloadsFolder = async (fileName, url) => {
9955
9962
  const downloadFolder = await getDownloadDir();
9956
9963
  const outFile = `${downloadFolder}/${fileName}`;
9957
- await invoke$n(DownloadDownload, /* url */url, /* outFile */outFile);
9964
+ await invoke$o(DownloadDownload, /* url */url, /* outFile */outFile);
9958
9965
  };
9959
9966
  const downloadJson = async (json, fileName) => {
9960
9967
  let url = '';
@@ -9975,7 +9982,7 @@ const downloadJson = async (json, fileName) => {
9975
9982
  const downloadUrl = (url, outFile) => {
9976
9983
  string(url);
9977
9984
  string(outFile);
9978
- return invoke$n('Download.download', url, outFile);
9985
+ return invoke$o('Download.download', url, outFile);
9979
9986
  };
9980
9987
 
9981
9988
  const name$20 = 'Download';
@@ -10053,7 +10060,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
10053
10060
  const x$1 = x(editor, rowIndex, columnIndex);
10054
10061
  // @ts-ignore
10055
10062
  const y$1 = y(editor, rowIndex);
10056
- await invoke$p(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
10063
+ await invoke$q(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
10057
10064
  };
10058
10065
 
10059
10066
  const Commands$1U = {
@@ -10068,7 +10075,7 @@ const EditorError_ipc = {
10068
10075
  /**
10069
10076
  * @enum {string}
10070
10077
  */
10071
- const UiStrings$h = {
10078
+ const UiStrings$g = {
10072
10079
  Copy: 'Copy',
10073
10080
  CopyLineDown: 'Copy Line Down',
10074
10081
  CopyLineUp: 'Copy Line Up',
@@ -10088,58 +10095,58 @@ const UiStrings$h = {
10088
10095
  FormatDocument: 'Format Document',
10089
10096
  SourceActions: 'Source Actions'};
10090
10097
  const goToDefinition = () => {
10091
- return i18nString(UiStrings$h.GoToDefinition);
10098
+ return i18nString(UiStrings$g.GoToDefinition);
10092
10099
  };
10093
10100
  const goToTypeDefinition = () => {
10094
- return i18nString(UiStrings$h.GoToTypeDefinition);
10101
+ return i18nString(UiStrings$g.GoToTypeDefinition);
10095
10102
  };
10096
10103
  const findAllReferences = () => {
10097
- return i18nString(UiStrings$h.FindAllReferences);
10104
+ return i18nString(UiStrings$g.FindAllReferences);
10098
10105
  };
10099
10106
  const findAllImplementations = () => {
10100
- return i18nString(UiStrings$h.FindAllImplementations);
10107
+ return i18nString(UiStrings$g.FindAllImplementations);
10101
10108
  };
10102
10109
  const cut = () => {
10103
- return i18nString(UiStrings$h.Cut);
10110
+ return i18nString(UiStrings$g.Cut);
10104
10111
  };
10105
10112
  const copy$2 = () => {
10106
- return i18nString(UiStrings$h.Copy);
10113
+ return i18nString(UiStrings$g.Copy);
10107
10114
  };
10108
10115
  const paste = () => {
10109
- return i18nString(UiStrings$h.Paste);
10116
+ return i18nString(UiStrings$g.Paste);
10110
10117
  };
10111
10118
  const undo = () => {
10112
- return i18nString(UiStrings$h.Undo);
10119
+ return i18nString(UiStrings$g.Undo);
10113
10120
  };
10114
10121
  const redo = () => {
10115
- return i18nString(UiStrings$h.Redo);
10122
+ return i18nString(UiStrings$g.Redo);
10116
10123
  };
10117
10124
  const toggleLineComment = () => {
10118
- return i18nString(UiStrings$h.ToggleLineComment);
10125
+ return i18nString(UiStrings$g.ToggleLineComment);
10119
10126
  };
10120
10127
  const toggleBlockComment = () => {
10121
- return i18nString(UiStrings$h.ToggleBlockComment);
10128
+ return i18nString(UiStrings$g.ToggleBlockComment);
10122
10129
  };
10123
10130
  const selectAll = () => {
10124
- return i18nString(UiStrings$h.SelectAll);
10131
+ return i18nString(UiStrings$g.SelectAll);
10125
10132
  };
10126
10133
  const copyLineUp = () => {
10127
- return i18nString(UiStrings$h.CopyLineUp);
10134
+ return i18nString(UiStrings$g.CopyLineUp);
10128
10135
  };
10129
10136
  const copyLineDown = () => {
10130
- return i18nString(UiStrings$h.CopyLineDown);
10137
+ return i18nString(UiStrings$g.CopyLineDown);
10131
10138
  };
10132
10139
  const moveLineUp = () => {
10133
- return i18nString(UiStrings$h.MoveLineUp);
10140
+ return i18nString(UiStrings$g.MoveLineUp);
10134
10141
  };
10135
10142
  const moveLineDown = () => {
10136
- return i18nString(UiStrings$h.MoveLineDown);
10143
+ return i18nString(UiStrings$g.MoveLineDown);
10137
10144
  };
10138
10145
  const formatDocument = () => {
10139
- return i18nString(UiStrings$h.FormatDocument);
10146
+ return i18nString(UiStrings$g.FormatDocument);
10140
10147
  };
10141
10148
  const sourceAction = () => {
10142
- return i18nString(UiStrings$h.SourceActions);
10149
+ return i18nString(UiStrings$g.SourceActions);
10143
10150
  };
10144
10151
 
10145
10152
  const Separator$3 = 1;
@@ -10233,7 +10240,7 @@ const MenuEntriesEdit = {
10233
10240
  /**
10234
10241
  * @enum {string}
10235
10242
  */
10236
- const UiStrings$g = {
10243
+ const UiStrings$f = {
10237
10244
  NewFile: 'New File',
10238
10245
  NewWindow: 'New Window',
10239
10246
  OpenFile: 'Open File',
@@ -10244,28 +10251,28 @@ const UiStrings$g = {
10244
10251
  SaveAll: 'Save All'
10245
10252
  };
10246
10253
  const newFile = () => {
10247
- return i18nString(UiStrings$g.NewFile);
10254
+ return i18nString(UiStrings$f.NewFile);
10248
10255
  };
10249
10256
  const newWindow$1 = () => {
10250
- return i18nString(UiStrings$g.NewWindow);
10257
+ return i18nString(UiStrings$f.NewWindow);
10251
10258
  };
10252
10259
  const openFile$2 = () => {
10253
- return i18nString(UiStrings$g.OpenFile);
10260
+ return i18nString(UiStrings$f.OpenFile);
10254
10261
  };
10255
10262
  const openFolder$3 = () => {
10256
- return i18nString(UiStrings$g.OpenFolder);
10263
+ return i18nString(UiStrings$f.OpenFolder);
10257
10264
  };
10258
10265
  const openRecent = () => {
10259
- return i18nString(UiStrings$g.OpenRecent);
10266
+ return i18nString(UiStrings$f.OpenRecent);
10260
10267
  };
10261
10268
  const save$1 = () => {
10262
- return i18nString(UiStrings$g.Save);
10269
+ return i18nString(UiStrings$f.Save);
10263
10270
  };
10264
10271
  const saveAll = () => {
10265
- return i18nString(UiStrings$g.SaveAll);
10272
+ return i18nString(UiStrings$f.SaveAll);
10266
10273
  };
10267
10274
  const exit$1 = () => {
10268
- return i18nString(UiStrings$g.Exit);
10275
+ return i18nString(UiStrings$f.Exit);
10269
10276
  };
10270
10277
 
10271
10278
  const id$k = File;
@@ -10337,7 +10344,7 @@ const MenuEntriesGo = {
10337
10344
  /**
10338
10345
  * @enum {string}
10339
10346
  */
10340
- const UiStrings$f = {
10347
+ const UiStrings$e = {
10341
10348
  About: 'About',
10342
10349
  CheckForUpdates: 'Check For Updates',
10343
10350
  ColorTheme: 'Color Theme',
@@ -10348,35 +10355,35 @@ const UiStrings$f = {
10348
10355
  ToggleDeveloperTools: 'Toggle Developer Tools'
10349
10356
  };
10350
10357
  const toggleDeveloperTools = () => {
10351
- return i18nString(UiStrings$f.ToggleDeveloperTools);
10358
+ return i18nString(UiStrings$e.ToggleDeveloperTools);
10352
10359
  };
10353
10360
  const openProcessExplorer = () => {
10354
- return i18nString(UiStrings$f.OpenProcessExplorer);
10361
+ return i18nString(UiStrings$e.OpenProcessExplorer);
10355
10362
  };
10356
10363
  const checkForUpdates = () => {
10357
- return i18nString(UiStrings$f.CheckForUpdates);
10364
+ return i18nString(UiStrings$e.CheckForUpdates);
10358
10365
  };
10359
10366
  const about = () => {
10360
- return i18nString(UiStrings$f.About);
10367
+ return i18nString(UiStrings$e.About);
10361
10368
  };
10362
10369
  const commandPalette = () => {
10363
- return i18nString(UiStrings$f.CommandPalette);
10370
+ return i18nString(UiStrings$e.CommandPalette);
10364
10371
  };
10365
10372
  const settings$1 = () => {
10366
- return i18nString(UiStrings$f.Settings);
10373
+ return i18nString(UiStrings$e.Settings);
10367
10374
  };
10368
10375
  const keyboardShortcuts = () => {
10369
- return i18nString(UiStrings$f.KeyboardShortcuts);
10376
+ return i18nString(UiStrings$e.KeyboardShortcuts);
10370
10377
  };
10371
10378
  const colorTheme = () => {
10372
- return i18nString(UiStrings$f.ColorTheme);
10379
+ return i18nString(UiStrings$e.ColorTheme);
10373
10380
  };
10374
10381
 
10375
10382
  const isAutoUpdateSupported = () => {
10376
10383
  if (platform !== Electron$1) {
10377
10384
  return false;
10378
10385
  }
10379
- return invoke$n('IsAutoUpdateSupported.isAutoUpdateSupported');
10386
+ return invoke$o('IsAutoUpdateSupported.isAutoUpdateSupported');
10380
10387
  };
10381
10388
 
10382
10389
  const id$i = Help$1;
@@ -10472,19 +10479,19 @@ const MenuEntriesSelection = {
10472
10479
  /**
10473
10480
  * @enum {string}
10474
10481
  */
10475
- const UiStrings$e = {
10482
+ const UiStrings$d = {
10476
10483
  SplitTerminal: 'Split Terminal',
10477
10484
  KillTerminal: 'Kill Terminal',
10478
10485
  NewTerminal: 'New Terminal'
10479
10486
  };
10480
10487
  const splitTerminal = () => {
10481
- return i18nString(UiStrings$e.SplitTerminal);
10488
+ return i18nString(UiStrings$d.SplitTerminal);
10482
10489
  };
10483
10490
  const killTerminal = () => {
10484
- return i18nString(UiStrings$e.KillTerminal);
10491
+ return i18nString(UiStrings$d.KillTerminal);
10485
10492
  };
10486
10493
  const newTerminal = () => {
10487
- return i18nString(UiStrings$e.NewTerminal);
10494
+ return i18nString(UiStrings$d.NewTerminal);
10488
10495
  };
10489
10496
 
10490
10497
  const id$f = Terminal;
@@ -10556,7 +10563,7 @@ const SubMenu = 'submenu';
10556
10563
  /**
10557
10564
  * @enum {string}
10558
10565
  */
10559
- const UiStrings$d = {
10566
+ const UiStrings$c = {
10560
10567
  Help: 'Help',
10561
10568
  File: 'File',
10562
10569
  Edit: 'Edit',
@@ -10570,60 +10577,60 @@ const UiStrings$d = {
10570
10577
  ToggleDeveloperTools: 'Toggle Developer Tools'};
10571
10578
  const toElectronMenuItem = entry => {
10572
10579
  switch (entry.label) {
10573
- case UiStrings$d.Help:
10580
+ case UiStrings$c.Help:
10574
10581
  return {
10575
10582
  label: entry.label,
10576
10583
  role: Help,
10577
10584
  submenu: []
10578
10585
  };
10579
- case UiStrings$d.File:
10586
+ case UiStrings$c.File:
10580
10587
  return {
10581
10588
  label: entry.label,
10582
10589
  role: FileMenu,
10583
10590
  submenu: []
10584
10591
  };
10585
- case UiStrings$d.Edit:
10592
+ case UiStrings$c.Edit:
10586
10593
  return {
10587
10594
  label: entry.label,
10588
10595
  role: EditMenu,
10589
10596
  submenu: []
10590
10597
  };
10591
- case UiStrings$d.Exit:
10598
+ case UiStrings$c.Exit:
10592
10599
  return {
10593
10600
  label: entry.label,
10594
10601
  role: Quit
10595
10602
  };
10596
- case UiStrings$d.Undo:
10603
+ case UiStrings$c.Undo:
10597
10604
  return {
10598
10605
  label: entry.label,
10599
10606
  role: Undo
10600
10607
  };
10601
- case UiStrings$d.Redo:
10608
+ case UiStrings$c.Redo:
10602
10609
  return {
10603
10610
  label: entry.label,
10604
10611
  role: Redo
10605
10612
  };
10606
- case UiStrings$d.Cut:
10613
+ case UiStrings$c.Cut:
10607
10614
  return {
10608
10615
  label: entry.label,
10609
10616
  role: Cut
10610
10617
  };
10611
- case UiStrings$d.Copy:
10618
+ case UiStrings$c.Copy:
10612
10619
  return {
10613
10620
  label: entry.label,
10614
10621
  role: Copy
10615
10622
  };
10616
- case UiStrings$d.Paste:
10623
+ case UiStrings$c.Paste:
10617
10624
  return {
10618
10625
  label: entry.label,
10619
10626
  role: Paste
10620
10627
  };
10621
- case UiStrings$d.SelectAll:
10628
+ case UiStrings$c.SelectAll:
10622
10629
  return {
10623
10630
  label: entry.label,
10624
10631
  role: SelectAll
10625
10632
  };
10626
- case UiStrings$d.ToggleDeveloperTools:
10633
+ case UiStrings$c.ToggleDeveloperTools:
10627
10634
  return {
10628
10635
  label: entry.label,
10629
10636
  role: ToggleDevTools
@@ -10688,7 +10695,7 @@ const state$g = {
10688
10695
  };
10689
10696
  const setItems = async items => {
10690
10697
  const windowId = await getWindowId();
10691
- return invoke$n('ElectronApplicationMenu.setItems', windowId, items);
10698
+ return invoke$o('ElectronApplicationMenu.setItems', windowId, items);
10692
10699
  };
10693
10700
  const getEntryMap = async modules => {
10694
10701
  const map = Object.create(null);
@@ -10751,7 +10758,7 @@ const ElectronBrowserView_ipc = {
10751
10758
  };
10752
10759
 
10753
10760
  const writeText = text => {
10754
- return invoke$n('ElectronClipBoard.writeText', text);
10761
+ return invoke$o('ElectronClipBoard.writeText', text);
10755
10762
  };
10756
10763
 
10757
10764
  const name$1Y = 'ElectronClipBoard';
@@ -10780,7 +10787,7 @@ const ElectronContextMenu_ipc = {
10780
10787
 
10781
10788
  const name$1W = 'ElectronWindow';
10782
10789
  const Commands$1P = {
10783
- close: close$5,
10790
+ close: close$4,
10784
10791
  maximize: maximize$2,
10785
10792
  minimize: minimize$2,
10786
10793
  openNew: openNew$1,
@@ -10799,7 +10806,7 @@ const ElectronWindow_ipc = {
10799
10806
 
10800
10807
  const name$1V = 'ErrorHandling';
10801
10808
  const Commands$1O = {
10802
- handleError: handleError$2,
10809
+ handleError: handleError$1,
10803
10810
  showErrorDialog: showErrorDialog
10804
10811
  };
10805
10812
 
@@ -10810,7 +10817,7 @@ const ErrorHandling_ipc = {
10810
10817
  };
10811
10818
 
10812
10819
  const exit = () => {
10813
- return invoke$n('Exit.exit');
10820
+ return invoke$o('Exit.exit');
10814
10821
  };
10815
10822
 
10816
10823
  const name$1U = 'Exit';
@@ -10833,7 +10840,7 @@ const getCommandsFromExtension = extension => {
10833
10840
  const getCommandsFromExtensions = extensions => {
10834
10841
  return extensions.flatMap(getCommandsFromExtension);
10835
10842
  };
10836
- const getCommands$e = async () => {
10843
+ const getCommands$f = async () => {
10837
10844
  const extensions = await getExtensions$1();
10838
10845
  const commands = getCommandsFromExtensions(extensions);
10839
10846
  return commands;
@@ -10851,13 +10858,13 @@ const executeCommand = (id, ...args) => {
10851
10858
  });
10852
10859
  };
10853
10860
  const searchFileWithFetch = (...args) => {
10854
- return invoke$m('SearchFileWithFetch.searchFileWithFetch', ...args);
10861
+ return invoke$n('SearchFileWithFetch.searchFileWithFetch', ...args);
10855
10862
  };
10856
10863
  const searchFileWithHtml = (...args) => {
10857
- return invoke$m('SearchFileWithHtml.searchFileWithHtml', ...args);
10864
+ return invoke$n('SearchFileWithHtml.searchFileWithHtml', ...args);
10858
10865
  };
10859
10866
  const searchFileWithMemory = (...args) => {
10860
- return invoke$m('SearchFileWithMemory.searchFileWithMemory', ...args);
10867
+ return invoke$n('SearchFileWithMemory.searchFileWithMemory', ...args);
10861
10868
  };
10862
10869
 
10863
10870
  const state$f = {
@@ -10898,7 +10905,7 @@ const name$1T = 'ExtensionHost';
10898
10905
  // prettier-ignore
10899
10906
  const Commands$1M = {
10900
10907
  loadWebExtension: loadWebExtension,
10901
- getCommands: getCommands$e,
10908
+ getCommands: getCommands$f,
10902
10909
  executeCommand: executeCommand,
10903
10910
  searchFileWithFetch: searchFileWithFetch,
10904
10911
  searchFileWithHtml: searchFileWithHtml,
@@ -10950,7 +10957,7 @@ const Extensions_ipc = {
10950
10957
 
10951
10958
  const showDirectoryPicker = async options => {
10952
10959
  try {
10953
- return await invoke$p('FilePicker.showDirectoryPicker', options);
10960
+ return await invoke$q('FilePicker.showDirectoryPicker', options);
10954
10961
  } catch (error) {
10955
10962
  if (error &&
10956
10963
  // @ts-ignore
@@ -10961,11 +10968,11 @@ const showDirectoryPicker = async options => {
10961
10968
  }
10962
10969
  };
10963
10970
  const showFilePicker = options => {
10964
- return invoke$p('FilePicker.showFilePicker', options);
10971
+ return invoke$q('FilePicker.showFilePicker', options);
10965
10972
  };
10966
10973
  const showSaveFilePicker = async options => {
10967
10974
  try {
10968
- return await invoke$p('FilePicker.showSaveFilePicker', options);
10975
+ return await invoke$q('FilePicker.showSaveFilePicker', options);
10969
10976
  } catch (error) {
10970
10977
  if (error &&
10971
10978
  // @ts-ignore
@@ -11051,15 +11058,15 @@ const show$8 = async (uri, top, left) => {
11051
11058
  if (version !== state$e.versionId) {
11052
11059
  return;
11053
11060
  }
11054
- await invoke$p(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
11061
+ await invoke$q(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
11055
11062
  } catch (error) {
11056
11063
  console.error(error);
11057
- await invoke$p(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
11064
+ await invoke$q(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
11058
11065
  }
11059
11066
  };
11060
11067
  const hide$4 = async () => {
11061
11068
  ++state$e.versionId;
11062
- await invoke$p(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
11069
+ await invoke$q(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
11063
11070
  };
11064
11071
 
11065
11072
  // TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
@@ -11114,7 +11121,7 @@ class RawDataEvent extends Event {
11114
11121
  this.data = data;
11115
11122
  }
11116
11123
  }
11117
- const handleData$2 = (id, data) => {
11124
+ const handleData$1 = (id, data) => {
11118
11125
  const search = state$d.searches[id];
11119
11126
  if (!search) {
11120
11127
  return;
@@ -11130,7 +11137,7 @@ const handleCanceled = id => {
11130
11137
  search.dispatchEvent(new Event('canceled'));
11131
11138
  delete state$d.searches[id];
11132
11139
  };
11133
- const handleError$1 = (id, error) => {
11140
+ const handleError = (id, error) => {
11134
11141
  const search = state$d.searches[id];
11135
11142
  if (!search) {
11136
11143
  return;
@@ -11141,8 +11148,8 @@ const handleError$1 = (id, error) => {
11141
11148
  const name$1L = 'IncrementalTextSearch';
11142
11149
  const Commands$1E = {
11143
11150
  handleCanceled: handleCanceled,
11144
- handleData: handleData$2,
11145
- handleError: handleError$1,
11151
+ handleData: handleData$1,
11152
+ handleError: handleError,
11146
11153
  handleExit: handleExit,
11147
11154
  handleFinished: handleFinished
11148
11155
  };
@@ -11209,7 +11216,7 @@ const getFindWidgetWorkerUrl = () => {
11209
11216
 
11210
11217
  const extensionHostSubWorkerUrl = `${assetDir}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js`;
11211
11218
 
11212
- const getConfiguredWorkerUrl$e = () => {
11219
+ const getConfiguredWorkerUrl$f = () => {
11213
11220
  let configuredWorkerUrl = get$e('develop.extensionHostSubWorkerPath') || '';
11214
11221
  if (configuredWorkerUrl) {
11215
11222
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -11221,7 +11228,7 @@ const getConfiguredWorkerUrl$e = () => {
11221
11228
  return configuredWorkerUrl;
11222
11229
  };
11223
11230
  const getExtensionHostSubWorkerUrl = () => {
11224
- return getConfiguredWorkerUrl$e();
11231
+ return getConfiguredWorkerUrl$f();
11225
11232
  };
11226
11233
 
11227
11234
  const renameWorkerUrl = `${assetDir}/packages/rename-worker/dist/renameWorkerMain.js`;
@@ -12126,7 +12133,7 @@ const show$7 = async (x, y, id, mouseBlocking = false, ...args) => {
12126
12133
  });
12127
12134
  const visible = getVisible(menu.items, -1, false, menu.level);
12128
12135
  const dom = getMenuVirtualDom(visible).slice(1);
12129
- await invoke$p(/* 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);
12136
+ await invoke$q(/* 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);
12130
12137
  };
12131
12138
  const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
12132
12139
  // TODO delete old menus
@@ -12148,7 +12155,7 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
12148
12155
  const height = getMenuHeight(subMenuItems);
12149
12156
  const visible = getVisible(subMenu.items, -1, false, subMenu.level);
12150
12157
  const dom = getMenuVirtualDom(visible).slice(1);
12151
- invoke$p(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
12158
+ invoke$q(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
12152
12159
  };
12153
12160
  const showSubMenu = async (level, index) => {
12154
12161
  await showSubMenuAtEnter(level, index, -1, -1);
@@ -12208,7 +12215,7 @@ const hide$3 = async (restoreFocus = true) => {
12208
12215
  return;
12209
12216
  }
12210
12217
  state$b.menus = [];
12211
- await invoke$p(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
12218
+ await invoke$q(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
12212
12219
  };
12213
12220
 
12214
12221
  // TODO difference between focusing with mouse or keyboard
@@ -12218,7 +12225,7 @@ const hide$3 = async (restoreFocus = true) => {
12218
12225
  const hideSubMenus = async level => {
12219
12226
  if (level < state$b.menus.length) {
12220
12227
  state$b.menus = state$b.menus.slice(0, level + 1);
12221
- await invoke$p(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
12228
+ await invoke$q(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
12222
12229
  }
12223
12230
  };
12224
12231
  const MENU_DELAY_TRIANGLE = 300;
@@ -12263,7 +12270,7 @@ const handleMouseLeave = async () => {
12263
12270
  }
12264
12271
  const oldFocusedIndex = menu.focusedIndex;
12265
12272
  menu.focusedIndex = -1;
12266
- await invoke$p(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
12273
+ await invoke$q(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
12267
12274
  };
12268
12275
  const focusIndex$4 = async (menu, index) => {
12269
12276
  if (menu.items.length === 0) {
@@ -12271,7 +12278,7 @@ const focusIndex$4 = async (menu, index) => {
12271
12278
  }
12272
12279
  const oldFocusedIndex = menu.focusedIndex;
12273
12280
  menu.focusedIndex = index;
12274
- await invoke$p(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
12281
+ await invoke$q(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
12275
12282
  };
12276
12283
  const getIndexToFocusNextStartingAt = (items, startIndex) => {
12277
12284
  for (let i = startIndex; i < startIndex + items.length; i++) {
@@ -12516,22 +12523,22 @@ const state$9 = {
12516
12523
  focusedPart: PART_TITLE_BAR
12517
12524
  };
12518
12525
  const focusActivityBar = async () => {
12519
- await invoke$p(/* ActivityBar.focus */717115);
12526
+ await invoke$q(/* ActivityBar.focus */717115);
12520
12527
  };
12521
12528
  const focusStatusBar = async () => {
12522
- await invoke$p(/* StatusBar.focus */8882);
12529
+ await invoke$q(/* StatusBar.focus */8882);
12523
12530
  };
12524
12531
  const focusPanel = async () => {
12525
- await invoke$p(/* Panel.focus */6664);
12532
+ await invoke$q(/* Panel.focus */6664);
12526
12533
  };
12527
12534
  const focusSideBar = async () => {
12528
- await invoke$p(/* SideBar.focus */5554);
12535
+ await invoke$q(/* SideBar.focus */5554);
12529
12536
  };
12530
12537
  const focusTitleBar = async () => {
12531
- await invoke$p(/* TitleBar.focus */1331);
12538
+ await invoke$q(/* TitleBar.focus */1331);
12532
12539
  };
12533
12540
  const focusMain = async () => {
12534
- await invoke$p(/* Main.focus */2145);
12541
+ await invoke$q(/* Main.focus */2145);
12535
12542
  };
12536
12543
  const focusPart = part => {
12537
12544
  state$9.focusedPart = part;
@@ -12642,7 +12649,7 @@ const create$T = async (type, text) => {
12642
12649
  type,
12643
12650
  text
12644
12651
  });
12645
- await invoke$p(/* Notification.create */'Notification.create', /* type */type, /* text */text);
12652
+ await invoke$q(/* Notification.create */'Notification.create', /* type */type, /* text */text);
12646
12653
  };
12647
12654
  const showWithOptions = async (type, text, options) => {
12648
12655
  // @ts-ignore
@@ -12651,7 +12658,7 @@ const showWithOptions = async (type, text, options) => {
12651
12658
  text,
12652
12659
  options
12653
12660
  });
12654
- await invoke$p(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
12661
+ await invoke$q(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
12655
12662
  };
12656
12663
  const handleClick$4 = index => {
12657
12664
  console.log('handle click');
@@ -12666,14 +12673,14 @@ const handleClick$4 = index => {
12666
12673
  option
12667
12674
  });
12668
12675
  };
12669
- const dispose$s = async id => {
12670
- await invoke$p(/* Notification.dispose */'Notification.dispose', /* id */id);
12676
+ const dispose$r = async id => {
12677
+ await invoke$q(/* Notification.dispose */'Notification.dispose', /* id */id);
12671
12678
  };
12672
12679
 
12673
12680
  const name$1B = 'Notification';
12674
12681
  const Commands$1t = {
12675
12682
  create: create$T,
12676
- dispose: dispose$s,
12683
+ dispose: dispose$r,
12677
12684
  handleClick: handleClick$4,
12678
12685
  showWithOptions: showWithOptions
12679
12686
  };
@@ -12686,7 +12693,7 @@ const Notification_ipc = {
12686
12693
 
12687
12694
  const openUrlWeb = async url => {
12688
12695
  try {
12689
- await invoke$p(/* Open.openUrl */'Open.openUrl', /* url */url);
12696
+ await invoke$q(/* Open.openUrl */'Open.openUrl', /* url */url);
12690
12697
  } catch (error) {
12691
12698
  throw new VError(error, `Failed to open url ${url}`);
12692
12699
  }
@@ -12762,7 +12769,7 @@ const Preferences_ipc = {
12762
12769
  };
12763
12770
 
12764
12771
  const prompt = (message, defaultValue) => {
12765
- return invoke$p('Prompt.prompt', message, defaultValue);
12772
+ return invoke$q('Prompt.prompt', message, defaultValue);
12766
12773
  };
12767
12774
 
12768
12775
  const name$1w = 'Prompt';
@@ -12777,7 +12784,7 @@ const Prompt_ipc = {
12777
12784
  };
12778
12785
 
12779
12786
  const rebuildNodePty = async () => {
12780
- await invoke$n('RebuildNodePty.rebuildNodePty');
12787
+ await invoke$o('RebuildNodePty.rebuildNodePty');
12781
12788
  };
12782
12789
 
12783
12790
  const name$1v = 'RebuildNodePty';
@@ -12901,7 +12908,7 @@ const SessionStorage_ipc = {
12901
12908
  name: name$1p
12902
12909
  };
12903
12910
 
12904
- const getConfiguredWorkerUrl$d = (preferenceKey, fallback) => {
12911
+ const getConfiguredWorkerUrl$e = (preferenceKey, fallback) => {
12905
12912
  let configuredWorkerUrl = get$e(preferenceKey) || '';
12906
12913
  if (configuredWorkerUrl) {
12907
12914
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -12916,7 +12923,7 @@ const getConfiguredWorkerUrl$d = (preferenceKey, fallback) => {
12916
12923
  const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
12917
12924
 
12918
12925
  const launchTestWorker = async () => {
12919
- const configuredWorkerUrl = getConfiguredWorkerUrl$d('develop.testWorkerPath', testWorkerUrl);
12926
+ const configuredWorkerUrl = getConfiguredWorkerUrl$e('develop.testWorkerPath', testWorkerUrl);
12920
12927
  const ipc = await create$14({
12921
12928
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
12922
12929
  url: configuredWorkerUrl,
@@ -12928,7 +12935,7 @@ const launchTestWorker = async () => {
12928
12935
 
12929
12936
  const execute$1 = async href => {
12930
12937
  const ipc = await launchTestWorker();
12931
- await invoke$q(ipc, 'Test.execute', href);
12938
+ await invoke$r(ipc, 'Test.execute', href);
12932
12939
  };
12933
12940
 
12934
12941
  const name$1o = 'Test';
@@ -12943,19 +12950,19 @@ const Test_ipc = {
12943
12950
  };
12944
12951
 
12945
12952
  const checkSingleElementCondition = (locator, fnName, options) => {
12946
- return invoke$p('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
12953
+ return invoke$q('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
12947
12954
  };
12948
12955
  const checkMultiElementCondition = (locator, fnName, options) => {
12949
- return invoke$p('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
12956
+ return invoke$q('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
12950
12957
  };
12951
12958
  const showOverlay = (...args) => {
12952
- return invoke$p('TestFrameWork.showOverlay', ...args);
12959
+ return invoke$q('TestFrameWork.showOverlay', ...args);
12953
12960
  };
12954
12961
  const performAction = (...args) => {
12955
- return invoke$p('TestFrameWork.performAction', ...args);
12962
+ return invoke$q('TestFrameWork.performAction', ...args);
12956
12963
  };
12957
12964
  const checkConditionError = (...args) => {
12958
- return invoke$p('TestFrameWork.checkConditionError', ...args);
12965
+ return invoke$q('TestFrameWork.checkConditionError', ...args);
12959
12966
  };
12960
12967
 
12961
12968
  const name$1n = 'TestFrameWork';
@@ -12994,7 +13001,7 @@ const Commands$1d = {
12994
13001
  getAllStates: getAllStates,
12995
13002
  openWidget: openWidget,
12996
13003
  send: send,
12997
- dispose: dispose$t
13004
+ dispose: dispose$s
12998
13005
  };
12999
13006
 
13000
13007
  const Viewlet_ipc = {
@@ -13005,7 +13012,7 @@ const Viewlet_ipc = {
13005
13012
 
13006
13013
  const name$1k = 'Window';
13007
13014
  const Commands$1c = {
13008
- close: close$4,
13015
+ close: close$3,
13009
13016
  exit: exit$2,
13010
13017
  maximize: maximize$1,
13011
13018
  minimize: minimize$1,
@@ -13024,7 +13031,7 @@ const Window_ipc = {
13024
13031
 
13025
13032
  const name$1j = 'Workspace';
13026
13033
  const Commands$1b = {
13027
- close: close$6,
13034
+ close: close$5,
13028
13035
  getPath: getPath,
13029
13036
  getUri: getUri$1,
13030
13037
  hydrate: hydrate$9,
@@ -13050,10 +13057,10 @@ const WindowTitle_ipc = {
13050
13057
  };
13051
13058
 
13052
13059
  const mock = () => {
13053
- return invoke$p('PointerCapture.mock');
13060
+ return invoke$q('PointerCapture.mock');
13054
13061
  };
13055
13062
  const unmock = () => {
13056
- return invoke$p('PointerCapture.unmock');
13063
+ return invoke$q('PointerCapture.unmock');
13057
13064
  };
13058
13065
 
13059
13066
  const name$1h = 'PointerCapture';
@@ -13156,7 +13163,7 @@ const set$4 = async (url, contentSecurityPolicy) => {
13156
13163
  if (platform === Web$1) {
13157
13164
  return;
13158
13165
  }
13159
- await invoke$n('ContentSecurityPolicy.set', url, contentSecurityPolicy);
13166
+ await invoke$o('ContentSecurityPolicy.set', url, contentSecurityPolicy);
13160
13167
  };
13161
13168
 
13162
13169
  const set$3 = async (url, contentSecurityPolicy) => {
@@ -13199,14 +13206,14 @@ const launchTerminalWorker = async () => {
13199
13206
  };
13200
13207
 
13201
13208
  const {
13202
- invoke: invoke$g,
13209
+ invoke: invoke$h,
13203
13210
  invokeAndTransfer: invokeAndTransfer$3
13204
13211
  } = getOrCreateWorker(launchTerminalWorker);
13205
13212
 
13206
13213
  const create$S = async canvasId => {
13207
13214
  number(canvasId);
13208
13215
  const id = create$13();
13209
- await invoke$p('OffscreenCanvas.create', canvasId, id);
13216
+ await invoke$q('OffscreenCanvas.create', canvasId, id);
13210
13217
  const canvas = acquire(id);
13211
13218
  return canvas;
13212
13219
  };
@@ -13535,7 +13542,7 @@ const ExtensionHostHover_ipc = {
13535
13542
  const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMain.js`;
13536
13543
 
13537
13544
  const launchEditorWorker = async () => {
13538
- const configuredWorkerUrl = getConfiguredWorkerUrl$d('developer.editorWorkerPath', editorWorkerUrl);
13545
+ const configuredWorkerUrl = getConfiguredWorkerUrl$e('developer.editorWorkerPath', editorWorkerUrl);
13539
13546
  const id = create$13();
13540
13547
  let ipc = await create$14({
13541
13548
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
@@ -13552,19 +13559,19 @@ const launchEditorWorker = async () => {
13552
13559
  handleIpc(ipc);
13553
13560
  const syntaxHighlightingWorker = true;
13554
13561
  const syncIncremental = true;
13555
- await invoke$q(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
13562
+ await invoke$r(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
13556
13563
  return ipc;
13557
13564
  };
13558
13565
 
13559
13566
  const {
13560
- invoke: invoke$f,
13567
+ invoke: invoke$g,
13561
13568
  invokeAndTransfer: invokeAndTransfer$2
13562
13569
  } = getOrCreateWorker(launchEditorWorker);
13563
- const actualInvoke = invoke$f;
13570
+ const actualInvoke = invoke$g;
13564
13571
 
13565
13572
  const markdownWorkerUrl = `${assetDir}/packages/markdown-worker/dist/markdownWorkerMain.js`;
13566
13573
 
13567
- const getConfiguredWorkerUrl$c = () => {
13574
+ const getConfiguredWorkerUrl$d = () => {
13568
13575
  let configuredWorkerUrl = get$e('develop.markdownWorkerPath') || '';
13569
13576
  if (configuredWorkerUrl) {
13570
13577
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -13580,14 +13587,14 @@ const launchMarkdownWorker = async () => {
13580
13587
  const ipc = await create$14({
13581
13588
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
13582
13589
  name,
13583
- url: getConfiguredWorkerUrl$c()
13590
+ url: getConfiguredWorkerUrl$d()
13584
13591
  });
13585
13592
  handleIpc(ipc);
13586
13593
  return ipc;
13587
13594
  };
13588
13595
 
13589
13596
  const {
13590
- invoke: invoke$e,
13597
+ invoke: invoke$f,
13591
13598
  invokeAndTransfer: invokeAndTransfer$1
13592
13599
  } = getOrCreateWorker(launchMarkdownWorker);
13593
13600
 
@@ -13659,7 +13666,7 @@ const ExtensionHostManagement_ipc = {
13659
13666
 
13660
13667
  const syntaxHighlightingWorkerUrl = `${assetDir}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js`;
13661
13668
 
13662
- const getConfiguredWorkerUrl$b = () => {
13669
+ const getConfiguredWorkerUrl$c = () => {
13663
13670
  let configuredWorkerUrl = get$e('developer.syntaxHighlightingWorkerPath') || '';
13664
13671
  if (configuredWorkerUrl) {
13665
13672
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -13671,7 +13678,7 @@ const getConfiguredWorkerUrl$b = () => {
13671
13678
  return configuredWorkerUrl;
13672
13679
  };
13673
13680
  const launchSyntaxHighlightingWorker = async () => {
13674
- const configuredWorkerUrl = getConfiguredWorkerUrl$b();
13681
+ const configuredWorkerUrl = getConfiguredWorkerUrl$c();
13675
13682
  const name = 'Syntax Highlighting Worker';
13676
13683
  const id = create$13();
13677
13684
  let ipc = await create$14({
@@ -13724,7 +13731,7 @@ const Transferrable_ipc = {
13724
13731
  };
13725
13732
 
13726
13733
  const getWebViewsNode = async () => {
13727
- const webViews = await invoke$n('ExtensionHost.getWebViews');
13734
+ const webViews = await invoke$o('ExtensionHost.getWebViews');
13728
13735
  return webViews;
13729
13736
  };
13730
13737
 
@@ -13764,13 +13771,13 @@ const setPort = async (uid, port, origin, portType) => {
13764
13771
  * @deprecated
13765
13772
  */
13766
13773
  const getWebViewInfo = providerId => {
13767
- return invoke$m('ExtensionHostWebView.getWebViewInfo', providerId);
13774
+ return invoke$n('ExtensionHostWebView.getWebViewInfo', providerId);
13768
13775
  };
13769
13776
  const getWebViewInfo2 = providerId => {
13770
- return invoke$m('ExtensionHostWebView.getWebViewInfo2', providerId);
13777
+ return invoke$n('ExtensionHostWebView.getWebViewInfo2', providerId);
13771
13778
  };
13772
13779
  const create3 = async (uri, id) => {
13773
- await invoke$m('WebView.create3', {
13780
+ await invoke$n('WebView.create3', {
13774
13781
  id,
13775
13782
  uri,
13776
13783
  platform: platform,
@@ -13787,14 +13794,14 @@ const registerInterceptor = async (id, port) => {
13787
13794
  await invokeAndTransfer$5('WebView.registerInterceptor', id, port);
13788
13795
  };
13789
13796
  const unregisterInterceptor = async id => {
13790
- await invoke$m('WebView.unregisterInterceptor', id);
13797
+ await invoke$n('WebView.unregisterInterceptor', id);
13791
13798
  };
13792
13799
  const compat = {
13793
13800
  sharedProcessInvoke(...args) {
13794
- return invoke$n(...args);
13801
+ return invoke$o(...args);
13795
13802
  },
13796
13803
  rendererProcessInvoke(...args) {
13797
- return invoke$p(...args);
13804
+ return invoke$q(...args);
13798
13805
  },
13799
13806
  rendererProcessInvokeAndTransfer(...args) {
13800
13807
  return invokeAndTransfer$8(...args);
@@ -13803,7 +13810,7 @@ const compat = {
13803
13810
  return invokeAndTransfer$5(...args);
13804
13811
  },
13805
13812
  extensionHostWorkerInvoke(...args) {
13806
- return invoke$m(...args);
13813
+ return invoke$n(...args);
13807
13814
  },
13808
13815
  getWebViews() {
13809
13816
  return getWebViews$1();
@@ -13860,14 +13867,14 @@ const getOrCreate$1 = () => {
13860
13867
  }
13861
13868
  return state$7.ipc;
13862
13869
  };
13863
- const invoke$d = async (method, ...params) => {
13870
+ const invoke$e = async (method, ...params) => {
13864
13871
  const ipc = await getOrCreate$1();
13865
- return invoke$q(ipc, method, ...params);
13872
+ return invoke$r(ipc, method, ...params);
13866
13873
  };
13867
13874
 
13868
13875
  const name$U = 'SearchProcess';
13869
13876
  const Commands$M = {
13870
- invoke: invoke$d
13877
+ invoke: invoke$e
13871
13878
  };
13872
13879
 
13873
13880
  const SearchProcess_ipc = {
@@ -13891,13 +13898,13 @@ const executeTextSearchProvider = async (scheme, query) => {
13891
13898
  return result;
13892
13899
  };
13893
13900
  const textSearchHtml = (...args) => {
13894
- return invoke$m('TextSearchHtml.textSearch', ...args);
13901
+ return invoke$n('TextSearchHtml.textSearch', ...args);
13895
13902
  };
13896
13903
  const textSearchFetch = (...args) => {
13897
- return invoke$m('TextSearchFetch.textSearch', ...args);
13904
+ return invoke$n('TextSearchFetch.textSearch', ...args);
13898
13905
  };
13899
13906
  const textSearchMemory = (...args) => {
13900
- return invoke$m('TextSearchMemory.textSearch', ...args);
13907
+ return invoke$n('TextSearchMemory.textSearch', ...args);
13901
13908
  };
13902
13909
 
13903
13910
  const name$T = 'ExtensionHostTextSearch';
@@ -13954,22 +13961,22 @@ const handleExtensionStatusUpdate = async () => {
13954
13961
  // TODO inform all viewlets
13955
13962
  };
13956
13963
  const disable = async id => {
13957
- return invoke$n(/* ExtensionManagement.disable */'ExtensionManagement.disable', /* id */id);
13964
+ return invoke$o(/* ExtensionManagement.disable */'ExtensionManagement.disable', /* id */id);
13958
13965
  };
13959
13966
  const enable = async id => {
13960
- return invoke$n(/* ExtensionManagement.enable */'ExtensionManagement.enable', /* id */id);
13967
+ return invoke$o(/* ExtensionManagement.enable */'ExtensionManagement.enable', /* id */id);
13961
13968
  };
13962
13969
  const getAllExtensions = async () => {
13963
13970
  if (platform === Web$1) {
13964
13971
  return [];
13965
13972
  }
13966
- return invoke$n(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
13973
+ return invoke$o(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
13967
13974
  };
13968
13975
  const getExtension2 = async id => {
13969
- return invoke$m('Extensions.getExtension', id);
13976
+ return invoke$n('Extensions.getExtension', id);
13970
13977
  };
13971
13978
  const getExtensionsEtag = async () => {
13972
- const etag = await invoke$n('ExtensionManagement.getExtensionsEtag');
13979
+ const etag = await invoke$o('ExtensionManagement.getExtensionsEtag');
13973
13980
  return etag;
13974
13981
  };
13975
13982
 
@@ -13991,10 +13998,10 @@ const ExtensionManagement_ipc = {
13991
13998
  };
13992
13999
 
13993
14000
  const getVirtualDom$3 = html => {
13994
- return invoke$e('Markdown.getMarkDownVirtualDom', html);
14001
+ return invoke$f('Markdown.getMarkDownVirtualDom', html);
13995
14002
  };
13996
14003
  const renderMarkdown = (markdown, options) => {
13997
- return invoke$e('Markdown.renderMarkdown', markdown, options);
14004
+ return invoke$f('Markdown.renderMarkdown', markdown, options);
13998
14005
  };
13999
14006
 
14000
14007
  const name$O = 'Markdown';
@@ -14016,10 +14023,10 @@ const create$R = id => {
14016
14023
  };
14017
14024
  };
14018
14025
  const loadContent$N = async state => {
14019
- await invoke$i('About.create', state.id);
14020
- await invoke$i('About.loadContent2', state.id);
14021
- const diffResult = await invoke$i('About.diff2', state.id);
14022
- const commands = await invoke$i('About.render2', state.id, diffResult);
14026
+ await invoke$j('About.create', state.id);
14027
+ await invoke$j('About.loadContent2', state.id);
14028
+ const diffResult = await invoke$j('About.diff2', state.id);
14029
+ const commands = await invoke$j('About.render2', state.id, diffResult);
14023
14030
  return {
14024
14031
  ...state,
14025
14032
  commands
@@ -14028,9 +14035,9 @@ const loadContent$N = async state => {
14028
14035
 
14029
14036
  const wrapAboutCommand = key => {
14030
14037
  const fn = async (state, ...args) => {
14031
- await invoke$i(`About.${key}`, state.id, ...args);
14032
- const diffResult = await invoke$i(`About.diff2`, state.id);
14033
- const commands = await invoke$i('About.render2', state.id, diffResult);
14038
+ await invoke$j(`About.${key}`, state.id, ...args);
14039
+ const diffResult = await invoke$j(`About.diff2`, state.id);
14040
+ const commands = await invoke$j('About.render2', state.id, diffResult);
14034
14041
  if (commands.length === 0) {
14035
14042
  return state;
14036
14043
  }
@@ -14043,8 +14050,8 @@ const wrapAboutCommand = key => {
14043
14050
  };
14044
14051
 
14045
14052
  const Commands$F = {};
14046
- const getCommands$d = async () => {
14047
- const commands = await invoke$i('About.getCommandIds');
14053
+ const getCommands$e = async () => {
14054
+ const commands = await invoke$j('About.getCommandIds');
14048
14055
  for (const command of commands) {
14049
14056
  Commands$F[command] = wrapAboutCommand(command);
14050
14057
  }
@@ -14054,7 +14061,7 @@ const getCommands$d = async () => {
14054
14061
  const Css$H = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
14055
14062
 
14056
14063
  const getKeyBindings$j = () => {
14057
- return invoke$i('About.getKeyBindings');
14064
+ return invoke$j('About.getKeyBindings');
14058
14065
  };
14059
14066
 
14060
14067
  const name$N = 'About';
@@ -14096,18 +14103,18 @@ const apply = (oldState, newState) => {
14096
14103
  };
14097
14104
 
14098
14105
  const hasFunctionalRender$F = true;
14099
- const hasFunctionalRootRender$q = true;
14100
- const hasFunctionalEvents$f = true;
14101
- const renderDialog$1 = {
14106
+ const hasFunctionalRootRender$r = true;
14107
+ const hasFunctionalEvents$g = true;
14108
+ const renderDialog$2 = {
14102
14109
  isEqual(oldState, newState) {
14103
14110
  return false;
14104
14111
  },
14105
14112
  apply: apply,
14106
14113
  multiple: true
14107
14114
  };
14108
- const render$I = [renderDialog$1];
14109
- const renderEventListeners$e = async () => {
14110
- const listeners = await invoke$i('About.renderEventListeners');
14115
+ const render$I = [renderDialog$2];
14116
+ const renderEventListeners$f = async () => {
14117
+ const listeners = await invoke$j('About.renderEventListeners');
14111
14118
  return listeners;
14112
14119
  };
14113
14120
 
@@ -14116,16 +14123,16 @@ const ViewletAbout_ipc = {
14116
14123
  Commands: Commands$F,
14117
14124
  Css: Css$H,
14118
14125
  create: create$R,
14119
- getCommands: getCommands$d,
14126
+ getCommands: getCommands$e,
14120
14127
  getKeyBindings: getKeyBindings$j,
14121
- hasFunctionalEvents: hasFunctionalEvents$f,
14128
+ hasFunctionalEvents: hasFunctionalEvents$g,
14122
14129
  hasFunctionalRender: hasFunctionalRender$F,
14123
- hasFunctionalRootRender: hasFunctionalRootRender$q,
14130
+ hasFunctionalRootRender: hasFunctionalRootRender$r,
14124
14131
  loadContent: loadContent$N,
14125
14132
  name: name$N,
14126
14133
  render: render$I,
14127
- renderDialog: renderDialog$1,
14128
- renderEventListeners: renderEventListeners$e
14134
+ renderDialog: renderDialog$2,
14135
+ renderEventListeners: renderEventListeners$f
14129
14136
  };
14130
14137
 
14131
14138
  const Tab = 1;
@@ -14137,7 +14144,6 @@ const Focused = 1 << 5;
14137
14144
  const MarginTop = 1 << 6;
14138
14145
 
14139
14146
  const Add = 'Add';
14140
- const Blank = 'Blank';
14141
14147
  const ClearAll = 'ClearAll';
14142
14148
  const CollapseAll = 'CollapseAll';
14143
14149
  const DebugAlt2 = 'DebugAlt2';
@@ -14155,7 +14161,7 @@ const Trash = 'Trash';
14155
14161
  /**
14156
14162
  * @enum {string}
14157
14163
  */
14158
- const UiStrings$c = {
14164
+ const UiStrings$b = {
14159
14165
  Explorer: 'Explorer',
14160
14166
  Search: 'Search',
14161
14167
  SourceControl: 'Source Control',
@@ -14169,37 +14175,37 @@ const UiStrings$c = {
14169
14175
  HideActivityBar: 'Hide Activity Bar'
14170
14176
  };
14171
14177
  const explorer$1 = () => {
14172
- return i18nString(UiStrings$c.Explorer);
14178
+ return i18nString(UiStrings$b.Explorer);
14173
14179
  };
14174
14180
  const search = () => {
14175
- return i18nString(UiStrings$c.Search);
14181
+ return i18nString(UiStrings$b.Search);
14176
14182
  };
14177
14183
  const sourceControl = () => {
14178
- return i18nString(UiStrings$c.SourceControl);
14184
+ return i18nString(UiStrings$b.SourceControl);
14179
14185
  };
14180
14186
  const runAndDebug = () => {
14181
- return i18nString(UiStrings$c.RunAndDebug);
14187
+ return i18nString(UiStrings$b.RunAndDebug);
14182
14188
  };
14183
14189
  const extensions = () => {
14184
- return i18nString(UiStrings$c.Extensions);
14190
+ return i18nString(UiStrings$b.Extensions);
14185
14191
  };
14186
14192
  const settings = () => {
14187
- return i18nString(UiStrings$c.Settings);
14193
+ return i18nString(UiStrings$b.Settings);
14188
14194
  };
14189
14195
  const additionalViews = () => {
14190
- return i18nString(UiStrings$c.AdditionalViews);
14196
+ return i18nString(UiStrings$b.AdditionalViews);
14191
14197
  };
14192
14198
  const activityBar = () => {
14193
- return i18nString(UiStrings$c.ActivityBar);
14199
+ return i18nString(UiStrings$b.ActivityBar);
14194
14200
  };
14195
14201
  const moveSideBarRight$1 = () => {
14196
- return i18nString(UiStrings$c.MoveSideBarRight);
14202
+ return i18nString(UiStrings$b.MoveSideBarRight);
14197
14203
  };
14198
14204
  const moveSideBarLeft$1 = () => {
14199
- return i18nString(UiStrings$c.MoveSideBarLeft);
14205
+ return i18nString(UiStrings$b.MoveSideBarLeft);
14200
14206
  };
14201
14207
  const hideActivityBar$1 = () => {
14202
- return i18nString(UiStrings$c.HideActivityBar);
14208
+ return i18nString(UiStrings$b.HideActivityBar);
14203
14209
  };
14204
14210
 
14205
14211
  const getActivityBarItems = () => {
@@ -14780,7 +14786,7 @@ const getVisibleActivityBarItems = state => {
14780
14786
  };
14781
14787
 
14782
14788
  const hasFunctionalRender$E = true;
14783
- const hasFunctionalRootRender$p = true;
14789
+ const hasFunctionalRootRender$q = true;
14784
14790
  const renderItems$a = {
14785
14791
  isEqual(oldState, newState) {
14786
14792
  return oldState.filteredItems === newState.filteredItems && oldState.height === newState.height && oldState.selectedIndex === newState.selectedIndex && oldState.focusedIndex === newState.focusedIndex;
@@ -14846,7 +14852,7 @@ const ViewletActivityBar_ipc = {
14846
14852
  handleSideBarViewletChange,
14847
14853
  hasFunctionalRender: hasFunctionalRender$E,
14848
14854
  hasFunctionalResize: hasFunctionalResize$j,
14849
- hasFunctionalRootRender: hasFunctionalRootRender$p,
14855
+ hasFunctionalRootRender: hasFunctionalRootRender$q,
14850
14856
  loadContent: loadContent$M,
14851
14857
  menus: menus$d,
14852
14858
  name: name$M,
@@ -14861,11 +14867,11 @@ const ViewletActivityBar_ipc = {
14861
14867
  /**
14862
14868
  * @enum {string}
14863
14869
  */
14864
- const UiStrings$b = {
14870
+ const UiStrings$a = {
14865
14871
  FailedToLoadAudio: 'Failed to load audio: {PH1}'
14866
14872
  };
14867
14873
  const getImprovedErrorMessage = message => {
14868
- return i18nString(UiStrings$b.FailedToLoadAudio, {
14874
+ return i18nString(UiStrings$a.FailedToLoadAudio, {
14869
14875
  PH1: message
14870
14876
  });
14871
14877
  };
@@ -14894,7 +14900,7 @@ const handleAudioError = (state, code, message) => {
14894
14900
  audioErrorMessage: improvedMessage
14895
14901
  };
14896
14902
  };
14897
- const dispose$r = async state => {
14903
+ const dispose$q = async state => {
14898
14904
  const {
14899
14905
  src
14900
14906
  } = state;
@@ -14944,7 +14950,7 @@ const getAudioVirtualDom = (src, errorMessage) => {
14944
14950
  };
14945
14951
 
14946
14952
  const hasFunctionalRender$D = true;
14947
- const hasFunctionalRootRender$o = true;
14953
+ const hasFunctionalRootRender$p = true;
14948
14954
  const renderAudio = {
14949
14955
  isEqual(oldState, newState) {
14950
14956
  return oldState.src === newState.src && oldState.audioErrorMessage === newState.audioErrorMessage;
@@ -14963,10 +14969,10 @@ const ViewletAudio_ipc = {
14963
14969
  Commands: Commands$D,
14964
14970
  Css: Css$F,
14965
14971
  create: create$P,
14966
- dispose: dispose$r,
14972
+ dispose: dispose$q,
14967
14973
  handleAudioError,
14968
14974
  hasFunctionalRender: hasFunctionalRender$D,
14969
- hasFunctionalRootRender: hasFunctionalRootRender$o,
14975
+ hasFunctionalRootRender: hasFunctionalRootRender$p,
14970
14976
  loadContent: loadContent$L,
14971
14977
  name: name$L,
14972
14978
  render: render$G
@@ -14982,7 +14988,7 @@ const create$O = (id, uri, x, y, width, height) => {
14982
14988
  };
14983
14989
  };
14984
14990
  const loadContent$K = async state => {
14985
- const browserViewMap = await invoke$n('ElectronBrowserView.getAll');
14991
+ const browserViewMap = await invoke$o('ElectronBrowserView.getAll');
14986
14992
  return {
14987
14993
  ...state,
14988
14994
  browserViewMap
@@ -15032,7 +15038,7 @@ const create$N = (id, uri, x, y, width, height) => {
15032
15038
  };
15033
15039
  const loadContent$J = state => {
15034
15040
  const update = async () => {
15035
- await invoke$p(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
15041
+ await invoke$q(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
15036
15042
  };
15037
15043
  return {
15038
15044
  ...state,
@@ -15042,7 +15048,7 @@ const loadContent$J = state => {
15042
15048
 
15043
15049
  // TODO use contentLoadedEffects
15044
15050
 
15045
- const dispose$q = state => {
15051
+ const dispose$p = state => {
15046
15052
  clearInterval(state.interval);
15047
15053
  state.interval = -1;
15048
15054
  state.disposed = true;
@@ -15055,7 +15061,7 @@ const ViewletClock_ipc = {
15055
15061
  __proto__: null,
15056
15062
  Commands: Commands$C,
15057
15063
  create: create$N,
15058
- dispose: dispose$q,
15064
+ dispose: dispose$p,
15059
15065
  loadContent: loadContent$J,
15060
15066
  name: name$K
15061
15067
  };
@@ -15104,8 +15110,8 @@ const getKeyBindings$h = () => {
15104
15110
  };
15105
15111
 
15106
15112
  const hasFunctionalRender$B = true;
15107
- const hasFunctionalRootRender$n = true;
15108
- const renderDialog = {
15113
+ const hasFunctionalRootRender$o = true;
15114
+ const renderDialog$1 = {
15109
15115
  isEqual(oldState, newState) {
15110
15116
  return oldState.productName === newState.productName && oldState.lines === newState.lines;
15111
15117
  },
@@ -15122,7 +15128,7 @@ const renderFocus$2 = {
15122
15128
  return ['setFocused', newState.focused];
15123
15129
  }
15124
15130
  };
15125
- const render$E = [renderDialog, renderFocus$2];
15131
+ const render$E = [renderDialog$1, renderFocus$2];
15126
15132
 
15127
15133
  const name$J = 'Confirm';
15128
15134
 
@@ -15137,11 +15143,11 @@ const ViewletConfirm_ipc = {
15137
15143
  handleClickOk,
15138
15144
  handleFocusIn,
15139
15145
  hasFunctionalRender: hasFunctionalRender$B,
15140
- hasFunctionalRootRender: hasFunctionalRootRender$n,
15146
+ hasFunctionalRootRender: hasFunctionalRootRender$o,
15141
15147
  loadContent: loadContent$I,
15142
15148
  name: name$J,
15143
15149
  render: render$E,
15144
- renderDialog,
15150
+ renderDialog: renderDialog$1,
15145
15151
  renderFocus: renderFocus$2
15146
15152
  };
15147
15153
 
@@ -15256,7 +15262,7 @@ const getVirtualDom$1 = textContent => {
15256
15262
  };
15257
15263
 
15258
15264
  const hasFunctionalRender$A = true;
15259
- const renderText$1 = {
15265
+ const renderText = {
15260
15266
  isEqual(oldState, newState) {
15261
15267
  return oldState.text === newState.text;
15262
15268
  },
@@ -15265,7 +15271,7 @@ const renderText$1 = {
15265
15271
  return ['setDom', dom];
15266
15272
  }
15267
15273
  };
15268
- const render$D = [renderText$1];
15274
+ const render$D = [renderText];
15269
15275
 
15270
15276
  const Button = 1;
15271
15277
  const Select = 2;
@@ -15358,7 +15364,7 @@ const getActionsVirtualDom = actions => {
15358
15364
  }, ...actions.flatMap(getActionVirtualDom$1)];
15359
15365
  };
15360
15366
 
15361
- const getActions$7 = () => {
15367
+ const getActions$6 = () => {
15362
15368
  return [{
15363
15369
  type: Filter$1,
15364
15370
  id: ''
@@ -15375,7 +15381,7 @@ const renderActions$a = {
15375
15381
  return oldState === newState;
15376
15382
  },
15377
15383
  apply(oldState, newState) {
15378
- const actions = getActions$7();
15384
+ const actions = getActions$6();
15379
15385
  const dom = getActionsVirtualDom(actions);
15380
15386
  return dom;
15381
15387
  }
@@ -15408,7 +15414,7 @@ const Escape = 'Escape';
15408
15414
  /**
15409
15415
  * @enum {string}
15410
15416
  */
15411
- const UiStrings$a = {
15417
+ const UiStrings$9 = {
15412
15418
  PressDesiredKeyCombinationThenPressEnter: 'Press Desired Key Combination, Then Press Enter',
15413
15419
  Copy: 'Copy',
15414
15420
  CopyCommandId: 'Copy Command ID',
@@ -15421,34 +15427,34 @@ const UiStrings$a = {
15421
15427
  ShowSameKeyBindings: 'Show Same Keybindings'
15422
15428
  };
15423
15429
  const pressDesiredKeyCombinationThenPressEnter = () => {
15424
- return i18nString(UiStrings$a.PressDesiredKeyCombinationThenPressEnter);
15430
+ return i18nString(UiStrings$9.PressDesiredKeyCombinationThenPressEnter);
15425
15431
  };
15426
15432
  const copy$1 = () => {
15427
- return i18nString(UiStrings$a.Copy);
15433
+ return i18nString(UiStrings$9.Copy);
15428
15434
  };
15429
15435
  const copyCommandId = () => {
15430
- return i18nString(UiStrings$a.CopyCommandId);
15436
+ return i18nString(UiStrings$9.CopyCommandId);
15431
15437
  };
15432
15438
  const copyCommandTitle = () => {
15433
- return i18nString(UiStrings$a.CopyCommandTitle);
15439
+ return i18nString(UiStrings$9.CopyCommandTitle);
15434
15440
  };
15435
15441
  const changeKeyBinding = () => {
15436
- return i18nString(UiStrings$a.ChangeKeyBinding);
15442
+ return i18nString(UiStrings$9.ChangeKeyBinding);
15437
15443
  };
15438
15444
  const addKeyBinding = () => {
15439
- return i18nString(UiStrings$a.AddKeyBinding);
15445
+ return i18nString(UiStrings$9.AddKeyBinding);
15440
15446
  };
15441
15447
  const removeKeyBinding = () => {
15442
- return i18nString(UiStrings$a.RemoveKeyBinding);
15448
+ return i18nString(UiStrings$9.RemoveKeyBinding);
15443
15449
  };
15444
15450
  const resetKeyBinding = () => {
15445
- return i18nString(UiStrings$a.ResetKeyBinding);
15451
+ return i18nString(UiStrings$9.ResetKeyBinding);
15446
15452
  };
15447
15453
  const changeWhenExpression = () => {
15448
- return i18nString(UiStrings$a.ChangeWhenExpression);
15454
+ return i18nString(UiStrings$9.ChangeWhenExpression);
15449
15455
  };
15450
15456
  const showSameKeyBindings = () => {
15451
- return i18nString(UiStrings$a.ShowSameKeyBindings);
15457
+ return i18nString(UiStrings$9.ShowSameKeyBindings);
15452
15458
  };
15453
15459
 
15454
15460
  const create$K = (id, uri, x, y, width, height) => {
@@ -15467,7 +15473,7 @@ const loadContent$G = state => {
15467
15473
  message: pressDesiredKeyCombinationThenPressEnter()
15468
15474
  };
15469
15475
  };
15470
- const dispose$p = (state, value) => {
15476
+ const dispose$o = (state, value) => {
15471
15477
  const {
15472
15478
  uid
15473
15479
  } = state;
@@ -15475,7 +15481,7 @@ const dispose$p = (state, value) => {
15475
15481
  return state;
15476
15482
  };
15477
15483
  const handleBlur$2 = state => {
15478
- return dispose$p(state, '');
15484
+ return dispose$o(state, '');
15479
15485
  };
15480
15486
  const handleKeyDown$1 = (state, key, altKey, ctrlKey, shiftKey, metaKey) => {
15481
15487
  // TODO handle with keybindings?
@@ -15483,10 +15489,10 @@ const handleKeyDown$1 = (state, key, altKey, ctrlKey, shiftKey, metaKey) => {
15483
15489
  return state;
15484
15490
  }
15485
15491
  if (key === Enter) {
15486
- return dispose$p(state, key);
15492
+ return dispose$o(state, key);
15487
15493
  }
15488
15494
  if (key === Escape) {
15489
- return dispose$p(state, '');
15495
+ return dispose$o(state, '');
15490
15496
  }
15491
15497
  const keyBindingString = getKeyBindingString(key, altKey, ctrlKey, shiftKey);
15492
15498
  return {
@@ -15525,7 +15531,7 @@ const getDefineKeyBindingsVirtualDom = message => {
15525
15531
  };
15526
15532
 
15527
15533
  const hasFunctionalRender$z = true;
15528
- const hasFunctionalRootRender$m = true;
15534
+ const hasFunctionalRootRender$n = true;
15529
15535
  const renderValue = {
15530
15536
  isEqual(oldState, newState) {
15531
15537
  return oldState.value === newState.value;
@@ -15561,7 +15567,7 @@ const ViewletDefineKeyBinding_ipc = {
15561
15567
  handleBlur: handleBlur$2,
15562
15568
  handleKeyDown: handleKeyDown$1,
15563
15569
  hasFunctionalRender: hasFunctionalRender$z,
15564
- hasFunctionalRootRender: hasFunctionalRootRender$m,
15570
+ hasFunctionalRootRender: hasFunctionalRootRender$n,
15565
15571
  loadContent: loadContent$G,
15566
15572
  render: render$C
15567
15573
  };
@@ -15604,7 +15610,7 @@ const loadContent$F = (state, savedState, ...args) => {
15604
15610
  buttons
15605
15611
  };
15606
15612
  };
15607
- const dispose$o = async state => {};
15613
+ const dispose$n = async state => {};
15608
15614
  const handleClick$3 = async (state, index) => {
15609
15615
  const {
15610
15616
  options
@@ -15613,7 +15619,7 @@ const handleClick$3 = async (state, index) => {
15613
15619
  // TODO handle case when index is out of bounds
15614
15620
  switch (option) {
15615
15621
  case 'Show Command Output':
15616
- await dispose$o();
15622
+ await dispose$n();
15617
15623
  const uri = 'data://';
15618
15624
  await execute$4(/* Main.openUri */'Main.openUri', uri);
15619
15625
  // TODO show stderr in editor
@@ -15623,7 +15629,7 @@ const handleClick$3 = async (state, index) => {
15623
15629
  };
15624
15630
 
15625
15631
  const Commands$y = {
15626
- close: dispose$o,
15632
+ close: dispose$n,
15627
15633
  handleClick: handleClick$3
15628
15634
  };
15629
15635
 
@@ -15679,7 +15685,7 @@ const ViewletDialog_ipc = {
15679
15685
  Commands: Commands$y,
15680
15686
  Css: Css$A,
15681
15687
  create: create$J,
15682
- dispose: dispose$o,
15688
+ dispose: dispose$n,
15683
15689
  handleClick: handleClick$3,
15684
15690
  hasFunctionalRender: hasFunctionalRender$y,
15685
15691
  loadContent: loadContent$F,
@@ -15700,7 +15706,7 @@ const launchDiffWorker = async () => {
15700
15706
  };
15701
15707
 
15702
15708
  const {
15703
- invoke: invoke$c} = getOrCreateWorker(launchDiffWorker);
15709
+ invoke: invoke$d} = getOrCreateWorker(launchDiffWorker);
15704
15710
 
15705
15711
  /**
15706
15712
  *
@@ -15709,7 +15715,7 @@ const {
15709
15715
  * @returns
15710
15716
  */
15711
15717
  const diff = (linesA, linesB) => {
15712
- return invoke$c('Diff.diff', linesA, linesB);
15718
+ return invoke$d('Diff.diff', linesA, linesB);
15713
15719
  };
15714
15720
 
15715
15721
  const getDiffEditorContents = async (left, right) => {
@@ -16387,11 +16393,10 @@ const getVisibleDiffLinesWithTokens = (lines, changes, minLineY, maxLineY, langu
16387
16393
 
16388
16394
  const SetFocused = 'setFocused';
16389
16395
  const SetScrollBar = 'setScrollBar';
16390
- const SetText = 'setText';
16391
16396
  const SetTitle = 'setTitle';
16392
16397
 
16393
16398
  const hasFunctionalRender$x = true;
16394
- const hasFunctionalRootRender$l = true;
16399
+ const hasFunctionalRootRender$m = true;
16395
16400
  const renderChanges$1 = {
16396
16401
  isEqual(oldState, newState) {
16397
16402
  return oldState.changes === newState.changes && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY;
@@ -16429,7 +16434,7 @@ const ViewletDiffEditor_ipc = {
16429
16434
  create: create$H,
16430
16435
  getDynamicCss,
16431
16436
  hasFunctionalRender: hasFunctionalRender$x,
16432
- hasFunctionalRootRender: hasFunctionalRootRender$l,
16437
+ hasFunctionalRootRender: hasFunctionalRootRender$m,
16433
16438
  loadContent: loadContent$E,
16434
16439
  name: name$G,
16435
16440
  render: render$A,
@@ -16600,7 +16605,7 @@ const getE2eTestVirtualDom = content => {
16600
16605
  };
16601
16606
 
16602
16607
  const hasFunctionalRender$w = true;
16603
- const hasFunctionalRootRender$k = true;
16608
+ const hasFunctionalRootRender$l = true;
16604
16609
  const renderElements = {
16605
16610
  isEqual(oldState, newState) {
16606
16611
  return oldState.name === newState.name && oldState.content === newState.content;
@@ -16628,7 +16633,7 @@ const renderPreviewTransform = {
16628
16633
  };
16629
16634
  const render$z = [renderElements, renderIframe$2, renderPreviewTransform];
16630
16635
 
16631
- const getActions$6 = () => {
16636
+ const getActions$5 = () => {
16632
16637
  return [];
16633
16638
  };
16634
16639
 
@@ -16637,7 +16642,7 @@ const renderActions$9 = {
16637
16642
  return oldState.name === newState.name;
16638
16643
  },
16639
16644
  apply(oldState, newState) {
16640
- const actions = getActions$6();
16645
+ const actions = getActions$5();
16641
16646
  const dom = getActionsVirtualDom(actions);
16642
16647
  return dom;
16643
16648
  }
@@ -16657,7 +16662,7 @@ const ViewletE2eTest_ipc = {
16657
16662
  handleSashCornerPointerUp,
16658
16663
  hasFunctionalRender: hasFunctionalRender$w,
16659
16664
  hasFunctionalResize: hasFunctionalResize$i,
16660
- hasFunctionalRootRender: hasFunctionalRootRender$k,
16665
+ hasFunctionalRootRender: hasFunctionalRootRender$l,
16661
16666
  loadContent: loadContent$D,
16662
16667
  menus: menus$c,
16663
16668
  name: name$F,
@@ -16681,8 +16686,8 @@ const create$D = (id, uri, x, y, width, height) => {
16681
16686
  };
16682
16687
  };
16683
16688
  const getTests = async () => {
16684
- const root = await invoke$n('Platform.getRoot');
16685
- const testPath = await invoke$n('Platform.getTestPath');
16689
+ const root = await invoke$o('Platform.getRoot');
16690
+ const testPath = await invoke$o('Platform.getTestPath');
16686
16691
  const absolutePath = `${root}/${testPath}/src`;
16687
16692
  const dirents = await readDirWithFileTypes$9(absolutePath);
16688
16693
  const filteredDirents = dirents.slice(1);
@@ -16848,7 +16853,7 @@ const getVisibleE2eTests = (tests, index) => {
16848
16853
  };
16849
16854
 
16850
16855
  const hasFunctionalRender$v = true;
16851
- const hasFunctionalRootRender$j = true;
16856
+ const hasFunctionalRootRender$k = true;
16852
16857
  const renderTests = {
16853
16858
  isEqual(oldState, newState) {
16854
16859
  return oldState.tests === newState.tests && oldState.index === newState.index;
@@ -16877,7 +16882,7 @@ const renderMessagePort = {
16877
16882
  };
16878
16883
  const render$y = [renderTests, renderIframe$1, renderMessagePort];
16879
16884
 
16880
- const getActions$5 = () => {
16885
+ const getActions$4 = () => {
16881
16886
  return [{
16882
16887
  type: Button,
16883
16888
  id: 'runAll',
@@ -16891,7 +16896,7 @@ const renderActions$8 = {
16891
16896
  return oldState.tests === newState.tests;
16892
16897
  },
16893
16898
  apply(oldState, newState) {
16894
- const actions = getActions$5();
16899
+ const actions = getActions$4();
16895
16900
  const dom = getActionsVirtualDom(actions);
16896
16901
  return dom;
16897
16902
  }
@@ -16908,7 +16913,7 @@ const ViewletE2eTests_ipc = {
16908
16913
  handleContextMenu: handleContextMenu$4,
16909
16914
  handleLoad,
16910
16915
  hasFunctionalRender: hasFunctionalRender$v,
16911
- hasFunctionalRootRender: hasFunctionalRootRender$j,
16916
+ hasFunctionalRootRender: hasFunctionalRootRender$k,
16912
16917
  loadContent: loadContent$C,
16913
16918
  menus: menus$b,
16914
16919
  name: name$E,
@@ -17320,7 +17325,7 @@ const rerender = async state => {
17320
17325
  commands
17321
17326
  };
17322
17327
  };
17323
- const contentLoaded$7 = async state => {
17328
+ const contentLoaded$6 = async state => {
17324
17329
  const {
17325
17330
  languageId
17326
17331
  } = state;
@@ -17343,7 +17348,7 @@ const updateSemanticTokens = async state => {
17343
17348
  if (error && error instanceof Error && error.message.startsWith('Failed to execute semantic token provider: VError: no semantic token provider found for')) {
17344
17349
  return;
17345
17350
  }
17346
- await handleError$2(error, false);
17351
+ await handleError$1(error, false);
17347
17352
  }
17348
17353
  };
17349
17354
  const updateDiagnostics = async state => {
@@ -17396,7 +17401,7 @@ const resize$l = (state, dimensions) => {
17396
17401
  const newState = setBounds(state, dimensions.x, dimensions.y, dimensions.width, dimensions.height, state.columnWidth);
17397
17402
  return newState;
17398
17403
  };
17399
- const dispose$n = state => {
17404
+ const dispose$m = state => {
17400
17405
  removeConnectedEditor(state.id);
17401
17406
  };
17402
17407
  const hasFunctionalRender$u = true;
@@ -17442,7 +17447,7 @@ const Commands$u = {
17442
17447
  ...wrapEditorCommands(ids),
17443
17448
  // TODO
17444
17449
  async showOverlayMessage(state, editor, ...args) {
17445
- await invoke$p(...args);
17450
+ await invoke$q(...args);
17446
17451
  return state;
17447
17452
  }
17448
17453
  };
@@ -17493,11 +17498,11 @@ const ViewletEditorText_ipc = {
17493
17498
  CommandsWithSideEffectsLazy: CommandsWithSideEffectsLazy$1,
17494
17499
  Css: Css$z,
17495
17500
  Events: Events$5,
17496
- contentLoaded: contentLoaded$7,
17501
+ contentLoaded: contentLoaded$6,
17497
17502
  contentLoadedEffects: contentLoadedEffects$1,
17498
17503
  create: create$B,
17499
17504
  customErrorRenderer,
17500
- dispose: dispose$n,
17505
+ dispose: dispose$m,
17501
17506
  focus: focus$5,
17502
17507
  getDynamicCss,
17503
17508
  getKeyBindings: getKeyBindings$d,
@@ -17667,7 +17672,7 @@ const loadContent$z = state => {
17667
17672
  ...state
17668
17673
  };
17669
17674
  };
17670
- const dispose$m = state => {};
17675
+ const dispose$l = state => {};
17671
17676
 
17672
17677
  const name$B = 'EmptyEditor';
17673
17678
  const Commands$t = {};
@@ -17676,7 +17681,7 @@ const ViewletEmptyEditor_ipc = {
17676
17681
  __proto__: null,
17677
17682
  Commands: Commands$t,
17678
17683
  create: create$y,
17679
- dispose: dispose$m,
17684
+ dispose: dispose$l,
17680
17685
  loadContent: loadContent$z,
17681
17686
  name: name$B
17682
17687
  };
@@ -17684,7 +17689,7 @@ const ViewletEmptyEditor_ipc = {
17684
17689
  const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerViewWorkerMain.js`;
17685
17690
 
17686
17691
  const launchExplorerWorker = async () => {
17687
- const configuredWorkerUrl = getConfiguredWorkerUrl$d('develop.explorerWorkerPath', explorerWorkerUrl);
17692
+ const configuredWorkerUrl = getConfiguredWorkerUrl$e('develop.explorerWorkerPath', explorerWorkerUrl);
17688
17693
  const ipc = await create$14({
17689
17694
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
17690
17695
  url: configuredWorkerUrl,
@@ -17695,8 +17700,8 @@ const launchExplorerWorker = async () => {
17695
17700
  };
17696
17701
 
17697
17702
  const {
17698
- invoke: invoke$b,
17699
- restart: restart$8
17703
+ invoke: invoke$c,
17704
+ restart: restart$9
17700
17705
  } = getOrCreateWorker(launchExplorerWorker);
17701
17706
 
17702
17707
  // TODO viewlet should only have create and refresh functions
@@ -17721,18 +17726,18 @@ const create$x = (id, uri, x, y, width, height, args, parentUid) => {
17721
17726
  };
17722
17727
  };
17723
17728
  const loadContent$y = async (state, savedState) => {
17724
- await invoke$b('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17725
- await invoke$b('Explorer.loadContent', state.uid, savedState);
17726
- const diffResult = await invoke$b('Explorer.diff2', state.uid);
17727
- const commands = await invoke$b('Explorer.render2', state.uid, diffResult);
17728
- const actionsDom = await invoke$b('Explorer.renderActions2', state.uid);
17729
+ await invoke$c('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17730
+ await invoke$c('Explorer.loadContent', state.uid, savedState);
17731
+ const diffResult = await invoke$c('Explorer.diff2', state.uid);
17732
+ const commands = await invoke$c('Explorer.render2', state.uid, diffResult);
17733
+ const actionsDom = await invoke$c('Explorer.renderActions2', state.uid);
17729
17734
  return {
17730
17735
  ...state,
17731
17736
  commands,
17732
17737
  actionsDom
17733
17738
  };
17734
17739
  };
17735
- const dispose$l = state => {};
17740
+ const dispose$k = state => {};
17736
17741
  const hasFunctionalResize$g = true;
17737
17742
  const resize$k = (state, dimensions) => {
17738
17743
  const {
@@ -17748,12 +17753,12 @@ const resize$k = (state, dimensions) => {
17748
17753
  };
17749
17754
  const getMouseActions = async () => {
17750
17755
  try {
17751
- return await invoke$b('Explorer.getMouseActions');
17756
+ return await invoke$c('Explorer.getMouseActions');
17752
17757
  } catch {
17753
17758
  return [];
17754
17759
  }
17755
17760
  };
17756
- const hotReload$a = async state => {
17761
+ const hotReload$b = async state => {
17757
17762
  if (state.isHotReloading) {
17758
17763
  return state;
17759
17764
  }
@@ -17761,16 +17766,16 @@ const hotReload$a = async state => {
17761
17766
  state.isHotReloading = true;
17762
17767
  // possible TODO race condition during hot reload
17763
17768
  // there could still be pending promises when the worker is disposed
17764
- const savedState = await invoke$b('Explorer.saveState', state.uid);
17765
- await restart$8('Explorer.terminate');
17769
+ const savedState = await invoke$c('Explorer.saveState', state.uid);
17770
+ await restart$9('Explorer.terminate');
17766
17771
  const oldState = {
17767
17772
  ...state,
17768
17773
  items: []
17769
17774
  };
17770
- await invoke$b('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17771
- await invoke$b('Explorer.loadContent', state.uid, savedState);
17772
- const diffResult = await invoke$b('Explorer.diff2', state.uid);
17773
- const commands = await invoke$b('Explorer.render2', state.uid, diffResult);
17775
+ await invoke$c('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17776
+ await invoke$c('Explorer.loadContent', state.uid, savedState);
17777
+ const diffResult = await invoke$c('Explorer.diff2', state.uid);
17778
+ const commands = await invoke$c('Explorer.render2', state.uid, diffResult);
17774
17779
  return {
17775
17780
  ...oldState,
17776
17781
  commands,
@@ -17780,12 +17785,12 @@ const hotReload$a = async state => {
17780
17785
 
17781
17786
  const wrapExplorerCommand = key => {
17782
17787
  const fn = async (state, ...args) => {
17783
- await invoke$b(`Explorer.${key}`, state.uid, ...args);
17784
- const diffResult = await invoke$b('Explorer.diff2', state.uid);
17788
+ await invoke$c(`Explorer.${key}`, state.uid, ...args);
17789
+ const diffResult = await invoke$c('Explorer.diff2', state.uid);
17785
17790
  if (diffResult.length === 0) {
17786
17791
  return state;
17787
17792
  }
17788
- const commands = await invoke$b('Explorer.render2', state.uid, diffResult);
17793
+ const commands = await invoke$c('Explorer.render2', state.uid, diffResult);
17789
17794
  if (commands.length === 0) {
17790
17795
  return state;
17791
17796
  }
@@ -17798,12 +17803,12 @@ const wrapExplorerCommand = key => {
17798
17803
  };
17799
17804
 
17800
17805
  const Commands$s = {};
17801
- const getCommands$c = async () => {
17802
- const commands = await invoke$b('Explorer.getCommandIds');
17806
+ const getCommands$d = async () => {
17807
+ const commands = await invoke$c('Explorer.getCommandIds');
17803
17808
  for (const command of commands) {
17804
17809
  Commands$s[command] = wrapExplorerCommand(command);
17805
17810
  }
17806
- Commands$s['hotReload'] = hotReload$a;
17811
+ Commands$s['hotReload'] = hotReload$b;
17807
17812
  Commands$s['getMouseActions'] = getMouseActions;
17808
17813
  return Commands$s;
17809
17814
  };
@@ -17811,13 +17816,13 @@ const getCommands$c = async () => {
17811
17816
  const Css$t = [];
17812
17817
 
17813
17818
  const getKeyBindings$c = () => {
17814
- return invoke$b('Explorer.getKeyBindings');
17819
+ return invoke$c('Explorer.getKeyBindings');
17815
17820
  };
17816
17821
 
17817
17822
  const id$8 = Explorer;
17818
17823
  const getMenuEntries$c = () => {
17819
17824
  const explorerState = getState('Explorer');
17820
- return invoke$b('Explorer.getMenuEntries2', explorerState.uid);
17825
+ return invoke$c('Explorer.getMenuEntries2', explorerState.uid);
17821
17826
  };
17822
17827
 
17823
17828
  const MenuEntriesExplorer = {
@@ -17831,15 +17836,15 @@ const menus$a = [MenuEntriesExplorer];
17831
17836
  /**
17832
17837
  * @enum {string}
17833
17838
  */
17834
- const UiStrings$9 = {
17839
+ const UiStrings$8 = {
17835
17840
  Explorer: 'Explorer',
17836
17841
  NoFolderOpen: 'No Folder Open'
17837
17842
  };
17838
17843
  const explorer = () => {
17839
- return i18nString(UiStrings$9.Explorer);
17844
+ return i18nString(UiStrings$8.Explorer);
17840
17845
  };
17841
17846
  const noFolderOpen = () => {
17842
- return i18nString(UiStrings$9.NoFolderOpen);
17847
+ return i18nString(UiStrings$8.NoFolderOpen);
17843
17848
  };
17844
17849
 
17845
17850
  const name$A = 'Explorer';
@@ -17848,8 +17853,8 @@ const getDisplayName$1 = () => {
17848
17853
  };
17849
17854
 
17850
17855
  const hasFunctionalRender$t = true;
17851
- const hasFunctionalRootRender$i = true;
17852
- const hasFunctionalEvents$e = true;
17856
+ const hasFunctionalRootRender$j = true;
17857
+ const hasFunctionalEvents$f = true;
17853
17858
  const renderItems$9 = {
17854
17859
  isEqual(oldState, newState) {
17855
17860
  return JSON.stringify(oldState.commands) === JSON.stringify(newState.commands);
@@ -17858,8 +17863,8 @@ const renderItems$9 = {
17858
17863
  multiple: true
17859
17864
  };
17860
17865
  const render$t = [renderItems$9];
17861
- const renderEventListeners$d = async () => {
17862
- const listeners = await invoke$b('Explorer.renderEventListeners');
17866
+ const renderEventListeners$e = async () => {
17867
+ const listeners = await invoke$c('Explorer.renderEventListeners');
17863
17868
  return listeners;
17864
17869
  };
17865
17870
 
@@ -17892,11 +17897,11 @@ const renderTitle$4 = {
17892
17897
  };
17893
17898
 
17894
17899
  const restoreState = savedState => {
17895
- return invoke$b('Explorer.restoreState', savedState);
17900
+ return invoke$c('Explorer.restoreState', savedState);
17896
17901
  };
17897
17902
 
17898
17903
  const saveState$h = state => {
17899
- return invoke$b('Explorer.saveState', state.uid);
17904
+ return invoke$c('Explorer.saveState', state.uid);
17900
17905
  };
17901
17906
 
17902
17907
  const Events$4 = {};
@@ -17907,22 +17912,22 @@ const ViewletExplorer_ipc = {
17907
17912
  Css: Css$t,
17908
17913
  Events: Events$4,
17909
17914
  create: create$x,
17910
- dispose: dispose$l,
17911
- getCommands: getCommands$c,
17915
+ dispose: dispose$k,
17916
+ getCommands: getCommands$d,
17912
17917
  getDisplayName: getDisplayName$1,
17913
17918
  getKeyBindings: getKeyBindings$c,
17914
17919
  getMouseActions,
17915
- hasFunctionalEvents: hasFunctionalEvents$e,
17920
+ hasFunctionalEvents: hasFunctionalEvents$f,
17916
17921
  hasFunctionalRender: hasFunctionalRender$t,
17917
17922
  hasFunctionalResize: hasFunctionalResize$g,
17918
- hasFunctionalRootRender: hasFunctionalRootRender$i,
17919
- hotReload: hotReload$a,
17923
+ hasFunctionalRootRender: hasFunctionalRootRender$j,
17924
+ hotReload: hotReload$b,
17920
17925
  loadContent: loadContent$y,
17921
17926
  menus: menus$a,
17922
17927
  name: name$A,
17923
17928
  render: render$t,
17924
17929
  renderActions: renderActions$7,
17925
- renderEventListeners: renderEventListeners$d,
17930
+ renderEventListeners: renderEventListeners$e,
17926
17931
  renderTitle: renderTitle$4,
17927
17932
  resize: resize$k,
17928
17933
  restoreState,
@@ -17931,7 +17936,7 @@ const ViewletExplorer_ipc = {
17931
17936
 
17932
17937
  const extensionDetailViewWorkerUrl = `${assetDir}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js`;
17933
17938
 
17934
- const getConfiguredWorkerUrl$a = () => {
17939
+ const getConfiguredWorkerUrl$b = () => {
17935
17940
  let configuredWorkerUrl = get$e('develop.extensionDetailViewWorkerPath') || '';
17936
17941
  if (configuredWorkerUrl) {
17937
17942
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -17947,16 +17952,16 @@ const launchExtensionDetailViewWorker = async () => {
17947
17952
  const ipc = await create$14({
17948
17953
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
17949
17954
  name,
17950
- url: getConfiguredWorkerUrl$a()
17955
+ url: getConfiguredWorkerUrl$b()
17951
17956
  });
17952
17957
  handleIpc(ipc);
17953
- await invoke$q(ipc, 'ExtensionDetail.initialize');
17958
+ await invoke$r(ipc, 'ExtensionDetail.initialize');
17954
17959
  return ipc;
17955
17960
  };
17956
17961
 
17957
17962
  const {
17958
- invoke: invoke$a,
17959
- restart: restart$7
17963
+ invoke: invoke$b,
17964
+ restart: restart$8
17960
17965
  } = getOrCreateWorker(launchExtensionDetailViewWorker);
17961
17966
 
17962
17967
  const create$w = (id, uri, x, y, width, height) => {
@@ -17981,17 +17986,17 @@ const create$w = (id, uri, x, y, width, height) => {
17981
17986
  // TODO when there are multiple extension with the same id,
17982
17987
  // probably need to pass extension location from extensions viewlet
17983
17988
  const loadContent$x = async (state, savedState) => {
17984
- await invoke$a('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
17989
+ await invoke$b('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
17985
17990
  const isTest$1 = isTest();
17986
- await invoke$a('ExtensionDetail.loadContent2', state.uid, savedState, isTest$1);
17987
- const diffResult = await invoke$a('ExtensionDetail.diff2', state.uid);
17988
- const commands = await invoke$a('ExtensionDetail.render2', state.uid, diffResult);
17991
+ await invoke$b('ExtensionDetail.loadContent2', state.uid, savedState, isTest$1);
17992
+ const diffResult = await invoke$b('ExtensionDetail.diff2', state.uid);
17993
+ const commands = await invoke$b('ExtensionDetail.render2', state.uid, diffResult);
17989
17994
  return {
17990
17995
  ...state,
17991
17996
  commands
17992
17997
  };
17993
17998
  };
17994
- const hotReload$9 = async state => {
17999
+ const hotReload$a = async state => {
17995
18000
  if (state.isHotReloading) {
17996
18001
  return state;
17997
18002
  }
@@ -17999,11 +18004,11 @@ const hotReload$9 = async state => {
17999
18004
  state.isHotReloading = true;
18000
18005
  // possible TODO race condition during hot reload
18001
18006
  // there could still be pending promises when the worker is disposed
18002
- await restart$7('ExtensionDetail.terminate');
18003
- await invoke$a('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18004
- await invoke$a('ExtensionDetail.loadContent2', state.uid, {});
18005
- const diffResult = await invoke$a('ExtensionDetail.diff2', state.uid);
18006
- const commands = await invoke$a('ExtensionDetail.render2', state.uid, diffResult);
18007
+ await restart$8('ExtensionDetail.terminate');
18008
+ await invoke$b('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18009
+ await invoke$b('ExtensionDetail.loadContent2', state.uid, {});
18010
+ const diffResult = await invoke$b('ExtensionDetail.diff2', state.uid);
18011
+ const commands = await invoke$b('ExtensionDetail.render2', state.uid, diffResult);
18007
18012
  state.isHotReloading = false;
18008
18013
  return {
18009
18014
  ...state,
@@ -18011,19 +18016,19 @@ const hotReload$9 = async state => {
18011
18016
  };
18012
18017
  };
18013
18018
  const saveState$g = async state => {
18014
- const savedState = await invoke$a('ExtensionDetail.saveState', state.uid);
18019
+ const savedState = await invoke$b('ExtensionDetail.saveState', state.uid);
18015
18020
  return savedState;
18016
18021
  };
18017
18022
  const hasFunctionalResize$f = true;
18018
18023
 
18019
18024
  const wrapExtensionDetailCommand = key => {
18020
18025
  const fn = async (state, ...args) => {
18021
- await invoke$a(`ExtensionDetail.${key}`, state.uid, ...args);
18022
- const diffResult = await invoke$a('ExtensionDetail.diff2', state.uid);
18026
+ await invoke$b(`ExtensionDetail.${key}`, state.uid, ...args);
18027
+ const diffResult = await invoke$b('ExtensionDetail.diff2', state.uid);
18023
18028
  if (diffResult.length === 0) {
18024
18029
  return state;
18025
18030
  }
18026
- const commands = await invoke$a('ExtensionDetail.render2', state.uid, diffResult);
18031
+ const commands = await invoke$b('ExtensionDetail.render2', state.uid, diffResult);
18027
18032
  return {
18028
18033
  ...state,
18029
18034
  commands
@@ -18033,12 +18038,12 @@ const wrapExtensionDetailCommand = key => {
18033
18038
  };
18034
18039
 
18035
18040
  const Commands$r = {};
18036
- const getCommands$b = async () => {
18037
- const commands = await invoke$a('ExtensionDetail.getCommandIds');
18041
+ const getCommands$c = async () => {
18042
+ const commands = await invoke$b('ExtensionDetail.getCommandIds');
18038
18043
  for (const command of commands) {
18039
18044
  Commands$r[command] = wrapExtensionDetailCommand(command);
18040
18045
  }
18041
- Commands$r['hotReload'] = hotReload$9;
18046
+ Commands$r['hotReload'] = hotReload$a;
18042
18047
  return Commands$r;
18043
18048
  };
18044
18049
 
@@ -18047,7 +18052,7 @@ const Css$s = ["/css/parts/AdditionalDetails.css", "/css/parts/BrowserScrollBar.
18047
18052
  const menus$9 = [];
18048
18053
  const getMenus$2 = async () => {
18049
18054
  try {
18050
- const modules = await invoke$a('ExtensionDetail.getMenus');
18055
+ const modules = await invoke$b('ExtensionDetail.getMenus');
18051
18056
  const adjusted = modules.map(module => {
18052
18057
  return {
18053
18058
  ...module,
@@ -18065,8 +18070,8 @@ const getMenus$2 = async () => {
18065
18070
  const name$z = 'ExtensionDetail';
18066
18071
 
18067
18072
  const hasFunctionalRender$s = true;
18068
- const hasFunctionalRootRender$h = true;
18069
- const hasFunctionalEvents$d = true;
18073
+ const hasFunctionalRootRender$i = true;
18074
+ const hasFunctionalEvents$e = true;
18070
18075
  const renderDom$1 = {
18071
18076
  isEqual(oldState, newState) {
18072
18077
  return false;
@@ -18075,8 +18080,8 @@ const renderDom$1 = {
18075
18080
  multiple: true
18076
18081
  };
18077
18082
  const render$s = [renderDom$1];
18078
- const renderEventListeners$c = async () => {
18079
- const listeners = await invoke$a('ExtensionDetail.renderEventListeners');
18083
+ const renderEventListeners$d = async () => {
18084
+ const listeners = await invoke$b('ExtensionDetail.renderEventListeners');
18080
18085
  return listeners;
18081
18086
  };
18082
18087
 
@@ -18085,24 +18090,24 @@ const ViewletExtensionDetail_ipc = {
18085
18090
  Commands: Commands$r,
18086
18091
  Css: Css$s,
18087
18092
  create: create$w,
18088
- getCommands: getCommands$b,
18093
+ getCommands: getCommands$c,
18089
18094
  getMenus: getMenus$2,
18090
- hasFunctionalEvents: hasFunctionalEvents$d,
18095
+ hasFunctionalEvents: hasFunctionalEvents$e,
18091
18096
  hasFunctionalRender: hasFunctionalRender$s,
18092
18097
  hasFunctionalResize: hasFunctionalResize$f,
18093
- hasFunctionalRootRender: hasFunctionalRootRender$h,
18094
- hotReload: hotReload$9,
18098
+ hasFunctionalRootRender: hasFunctionalRootRender$i,
18099
+ hotReload: hotReload$a,
18095
18100
  loadContent: loadContent$x,
18096
18101
  menus: menus$9,
18097
18102
  name: name$z,
18098
18103
  render: render$s,
18099
- renderEventListeners: renderEventListeners$c,
18104
+ renderEventListeners: renderEventListeners$d,
18100
18105
  saveState: saveState$g
18101
18106
  };
18102
18107
 
18103
18108
  const extensionSearchViewWorkerUrl = `${assetDir}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js`;
18104
18109
 
18105
- const getConfiguredWorkerUrl$9 = () => {
18110
+ const getConfiguredWorkerUrl$a = () => {
18106
18111
  let configuredWorkerUrl = get$e('develop.extensionSearchViewWorkerPath') || '';
18107
18112
  if (configuredWorkerUrl) {
18108
18113
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -18118,21 +18123,21 @@ const launchExtensionSearchViewWorker = async () => {
18118
18123
  const ipc = await create$14({
18119
18124
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18120
18125
  name,
18121
- url: getConfiguredWorkerUrl$9()
18126
+ url: getConfiguredWorkerUrl$a()
18122
18127
  });
18123
18128
  handleIpc(ipc);
18124
18129
  return ipc;
18125
18130
  };
18126
18131
 
18127
18132
  const {
18128
- invoke: invoke$9,
18129
- restart: restart$6
18133
+ invoke: invoke$a,
18134
+ restart: restart$7
18130
18135
  } = getOrCreateWorker(launchExtensionSearchViewWorker);
18131
18136
 
18132
18137
  // then state can be recycled by Viewlet when there is only a single ViewletExtensions instance
18133
18138
 
18134
18139
  const saveState$f = async state => {
18135
- const savedState = await invoke$9('SearchExtensions.saveState', state.id);
18140
+ const savedState = await invoke$a('SearchExtensions.saveState', state.id);
18136
18141
  return savedState;
18137
18142
  };
18138
18143
  const create$v = (id, uri, x, y, width, height) => {
@@ -18149,20 +18154,20 @@ const create$v = (id, uri, x, y, width, height) => {
18149
18154
  };
18150
18155
  };
18151
18156
  const loadContent$w = async (state, savedState) => {
18152
- await invoke$9('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18153
- await invoke$9('SearchExtensions.loadContent', state.id, savedState);
18154
- const diffResult = await invoke$9('SearchExtensions.diff2', state.id);
18155
- const commands = await invoke$9('SearchExtensions.render3', state.id, diffResult);
18157
+ await invoke$a('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18158
+ await invoke$a('SearchExtensions.loadContent', state.id, savedState);
18159
+ const diffResult = await invoke$a('SearchExtensions.diff2', state.id);
18160
+ const commands = await invoke$a('SearchExtensions.render3', state.id, diffResult);
18156
18161
  return {
18157
18162
  ...state,
18158
18163
  commands
18159
18164
  };
18160
18165
  };
18161
- const dispose$k = () => {};
18166
+ const dispose$j = () => {};
18162
18167
 
18163
18168
  // TODO lazyload this
18164
18169
 
18165
- const hotReload$8 = async state => {
18170
+ const hotReload$9 = async state => {
18166
18171
  if (state.isHotReloading) {
18167
18172
  return state;
18168
18173
  }
@@ -18170,16 +18175,16 @@ const hotReload$8 = async state => {
18170
18175
  state.isHotReloading = true;
18171
18176
  // possible TODO race condition during hot reload
18172
18177
  // there could still be pending promises when the worker is disposed
18173
- const savedState = await invoke$9('SearchExtensions.saveState', state.uid);
18174
- await restart$6('SearchExtensions.terminate');
18178
+ const savedState = await invoke$a('SearchExtensions.saveState', state.uid);
18179
+ await restart$7('SearchExtensions.terminate');
18175
18180
  const oldState = {
18176
18181
  ...state,
18177
18182
  items: []
18178
18183
  };
18179
- await invoke$9('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18180
- await invoke$9('SearchExtensions.loadContent', state.id, savedState);
18181
- const diffResult = await invoke$9('SearchExtensions.diff2', state.id);
18182
- const commands = await invoke$9('SearchExtensions.render3', oldState.id, diffResult);
18184
+ await invoke$a('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18185
+ await invoke$a('SearchExtensions.loadContent', state.id, savedState);
18186
+ const diffResult = await invoke$a('SearchExtensions.diff2', state.id);
18187
+ const commands = await invoke$a('SearchExtensions.render3', oldState.id, diffResult);
18183
18188
  return {
18184
18189
  ...oldState,
18185
18190
  commands,
@@ -18189,9 +18194,9 @@ const hotReload$8 = async state => {
18189
18194
 
18190
18195
  const wrapExtensionSearchCommand = key => {
18191
18196
  const wrapped = async (state, ...args) => {
18192
- await invoke$9(`SearchExtensions.${key}`, state.uid, ...args);
18193
- const diffResult = await invoke$9(`SearchExtensions.diff2`, state.uid);
18194
- const commands = await invoke$9('SearchExtensions.render3', state.uid, diffResult);
18197
+ await invoke$a(`SearchExtensions.${key}`, state.uid, ...args);
18198
+ const diffResult = await invoke$a(`SearchExtensions.diff2`, state.uid);
18199
+ const commands = await invoke$a('SearchExtensions.render3', state.uid, diffResult);
18195
18200
  return {
18196
18201
  ...state,
18197
18202
  commands
@@ -18201,23 +18206,23 @@ const wrapExtensionSearchCommand = key => {
18201
18206
  };
18202
18207
 
18203
18208
  const Commands$q = {};
18204
- const getCommands$a = async () => {
18205
- const commands = await invoke$9('SearchExtensions.getCommandIds');
18209
+ const getCommands$b = async () => {
18210
+ const commands = await invoke$a('SearchExtensions.getCommandIds');
18206
18211
  for (const command of commands) {
18207
18212
  Commands$q[command] = wrapExtensionSearchCommand(command);
18208
18213
  }
18209
- Commands$q['hotReload'] = hotReload$8;
18214
+ Commands$q['hotReload'] = hotReload$9;
18210
18215
  return Commands$q;
18211
18216
  };
18212
18217
 
18213
18218
  const Css$r = ["/css/parts/ViewletExtensions.css"];
18214
18219
 
18215
18220
  const getKeyBindings$b = () => {
18216
- return invoke$9('SearchExtensions.getKeyBindings');
18221
+ return invoke$a('SearchExtensions.getKeyBindings');
18217
18222
  };
18218
18223
 
18219
18224
  const getMenuEntries$b = async () => {
18220
- const entries = await invoke$9('SearchExtensions.getMenuEntries');
18225
+ const entries = await invoke$a('SearchExtensions.getMenuEntries');
18221
18226
  return entries;
18222
18227
  // {
18223
18228
  // id: 'enable',
@@ -18258,8 +18263,8 @@ const menus$8 = [{
18258
18263
  const name$y = 'Extensions';
18259
18264
 
18260
18265
  const hasFunctionalRender$r = true;
18261
- const hasFunctionalRootRender$g = true;
18262
- const hasFunctionalEvents$c = true;
18266
+ const hasFunctionalRootRender$h = true;
18267
+ const hasFunctionalEvents$d = true;
18263
18268
  const renderItems$8 = {
18264
18269
  isEqual(oldState, newState) {
18265
18270
  return JSON.stringify(oldState.commands) === JSON.stringify(newState.commands);
@@ -18268,8 +18273,8 @@ const renderItems$8 = {
18268
18273
  multiple: true
18269
18274
  };
18270
18275
  const render$r = [renderItems$8];
18271
- const renderEventListeners$b = async () => {
18272
- const listeners = await invoke$9('SearchExtensions.renderEventListeners');
18276
+ const renderEventListeners$c = async () => {
18277
+ const listeners = await invoke$a('SearchExtensions.renderEventListeners');
18273
18278
  return listeners;
18274
18279
  };
18275
18280
 
@@ -18277,7 +18282,7 @@ const Check = 'Check';
18277
18282
  const ListFlat = 'ListFlat';
18278
18283
  const Refresh = 'Refresh';
18279
18284
 
18280
- const getActions$4 = () => {
18285
+ const getActions$3 = () => {
18281
18286
  // TODO compute from worker
18282
18287
  return [{
18283
18288
  type: Button,
@@ -18295,7 +18300,7 @@ const renderActions$6 = {
18295
18300
  return oldState === newState;
18296
18301
  },
18297
18302
  apply(oldState, newState) {
18298
- const actions = getActions$4();
18303
+ const actions = getActions$3();
18299
18304
  const dom = getActionsVirtualDom(actions);
18300
18305
  return dom;
18301
18306
  }
@@ -18333,20 +18338,20 @@ const ViewletExtensions_ipc = {
18333
18338
  Commands: Commands$q,
18334
18339
  Css: Css$r,
18335
18340
  create: create$v,
18336
- dispose: dispose$k,
18337
- getCommands: getCommands$a,
18341
+ dispose: dispose$j,
18342
+ getCommands: getCommands$b,
18338
18343
  getKeyBindings: getKeyBindings$b,
18339
- hasFunctionalEvents: hasFunctionalEvents$c,
18344
+ hasFunctionalEvents: hasFunctionalEvents$d,
18340
18345
  hasFunctionalRender: hasFunctionalRender$r,
18341
18346
  hasFunctionalResize: hasFunctionalResize$e,
18342
- hasFunctionalRootRender: hasFunctionalRootRender$g,
18343
- hotReload: hotReload$8,
18347
+ hasFunctionalRootRender: hasFunctionalRootRender$h,
18348
+ hotReload: hotReload$9,
18344
18349
  loadContent: loadContent$w,
18345
18350
  menus: menus$8,
18346
18351
  name: name$y,
18347
18352
  render: render$r,
18348
18353
  renderActions: renderActions$6,
18349
- renderEventListeners: renderEventListeners$b,
18354
+ renderEventListeners: renderEventListeners$c,
18350
18355
  renderTitle: renderTitle$3,
18351
18356
  resize: resize$j,
18352
18357
  saveState: saveState$f
@@ -18354,7 +18359,7 @@ const ViewletExtensions_ipc = {
18354
18359
 
18355
18360
  const iframeInspectorWorkerUrl = `${assetDir}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js`;
18356
18361
 
18357
- const getConfiguredWorkerUrl$8 = () => {
18362
+ const getConfiguredWorkerUrl$9 = () => {
18358
18363
  let configuredWorkerUrl = get$e('develop.iframeInspectorWorkerPath') || '';
18359
18364
  if (configuredWorkerUrl) {
18360
18365
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -18370,15 +18375,15 @@ const launchIframeInspectorWorker = async () => {
18370
18375
  const ipc = await create$14({
18371
18376
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18372
18377
  name,
18373
- url: getConfiguredWorkerUrl$8()
18378
+ url: getConfiguredWorkerUrl$9()
18374
18379
  });
18375
18380
  handleIpc(ipc);
18376
18381
  return ipc;
18377
18382
  };
18378
18383
 
18379
18384
  const {
18380
- invoke: invoke$8,
18381
- restart: restart$5
18385
+ invoke: invoke$9,
18386
+ restart: restart$6
18382
18387
  } = getOrCreateWorker(launchIframeInspectorWorker);
18383
18388
 
18384
18389
  const create$u = (id, uri, x, y, width, height) => {
@@ -18393,16 +18398,16 @@ const create$u = (id, uri, x, y, width, height) => {
18393
18398
  };
18394
18399
  };
18395
18400
  const loadContent$v = async state => {
18396
- await invoke$8('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
18397
- await invoke$8('IframeInspector.loadContent', state.id);
18398
- const diffResult = await invoke$8('IframeInspector.diff2', state.id);
18399
- const commands = await invoke$8('IframeInspector.render2', state.id, diffResult);
18401
+ await invoke$9('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
18402
+ await invoke$9('IframeInspector.loadContent', state.id);
18403
+ const diffResult = await invoke$9('IframeInspector.diff2', state.id);
18404
+ const commands = await invoke$9('IframeInspector.render2', state.id, diffResult);
18400
18405
  return {
18401
18406
  ...state,
18402
18407
  commands
18403
18408
  };
18404
18409
  };
18405
- const hotReload$7 = async state => {
18410
+ const hotReload$8 = async state => {
18406
18411
  if (state.isHotReloading) {
18407
18412
  return state;
18408
18413
  }
@@ -18410,16 +18415,16 @@ const hotReload$7 = async state => {
18410
18415
  state.isHotReloading = true;
18411
18416
  // possible TODO race condition during hot reload
18412
18417
  // there could still be pending promises when the worker is disposed
18413
- const savedState = await invoke$8('IframeInspector.saveState', state.uid);
18414
- await restart$5('IframeInspector.terminate');
18418
+ const savedState = await invoke$9('IframeInspector.saveState', state.uid);
18419
+ await restart$6('IframeInspector.terminate');
18415
18420
  const oldState = {
18416
18421
  ...state,
18417
18422
  items: []
18418
18423
  };
18419
- await invoke$8('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
18420
- await invoke$8('IframeInspector.loadContent', state.id, savedState);
18421
- const diffResult = await invoke$8('IframeInspector.diff2', oldState.id);
18422
- const commands = await invoke$8('IframeInspector.render2', oldState.id, diffResult);
18424
+ await invoke$9('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
18425
+ await invoke$9('IframeInspector.loadContent', state.id, savedState);
18426
+ const diffResult = await invoke$9('IframeInspector.diff2', oldState.id);
18427
+ const commands = await invoke$9('IframeInspector.render2', oldState.id, diffResult);
18423
18428
  return {
18424
18429
  ...oldState,
18425
18430
  commands,
@@ -18429,9 +18434,9 @@ const hotReload$7 = async state => {
18429
18434
 
18430
18435
  const wrapIframeInspectorCommand = key => {
18431
18436
  const fn = async (state, ...args) => {
18432
- await invoke$8(`IframeInspector.${key}`, state.id, ...args);
18433
- const diffResult = await invoke$8('IframeInspector.diff2', state.id);
18434
- const commands = await invoke$8('IframeInspector.render2', state.id, diffResult);
18437
+ await invoke$9(`IframeInspector.${key}`, state.id, ...args);
18438
+ const diffResult = await invoke$9('IframeInspector.diff2', state.id);
18439
+ const commands = await invoke$9('IframeInspector.render2', state.id, diffResult);
18435
18440
  if (commands.length === 0) {
18436
18441
  return state;
18437
18442
  }
@@ -18444,26 +18449,26 @@ const wrapIframeInspectorCommand = key => {
18444
18449
  };
18445
18450
 
18446
18451
  const Commands$p = {};
18447
- const getCommands$9 = async () => {
18448
- const commands = await invoke$8('IframeInspector.getCommandIds');
18452
+ const getCommands$a = async () => {
18453
+ const commands = await invoke$9('IframeInspector.getCommandIds');
18449
18454
  for (const command of commands) {
18450
18455
  Commands$p[command] = wrapIframeInspectorCommand(command);
18451
18456
  }
18452
- Commands$p['hotReload'] = hotReload$7;
18457
+ Commands$p['hotReload'] = hotReload$8;
18453
18458
  return Commands$p;
18454
18459
  };
18455
18460
 
18456
18461
  const Css$q = ["/css/parts/Table.css", "/css/parts/ViewletIframeInspector.css"];
18457
18462
 
18458
18463
  const getKeyBindings$a = () => {
18459
- return invoke$8('IframeInspector.getKeyBindings');
18464
+ return invoke$9('IframeInspector.getKeyBindings');
18460
18465
  };
18461
18466
 
18462
18467
  const name$x = 'IframeInspector';
18463
18468
 
18464
18469
  const hasFunctionalRender$q = true;
18465
- const hasFunctionalRootRender$f = true;
18466
- const hasFunctionalEvents$b = true;
18470
+ const hasFunctionalRootRender$g = true;
18471
+ const hasFunctionalEvents$c = true;
18467
18472
  const renderContent = {
18468
18473
  isEqual(oldState, newState) {
18469
18474
  return false;
@@ -18472,8 +18477,8 @@ const renderContent = {
18472
18477
  multiple: true
18473
18478
  };
18474
18479
  const render$q = [renderContent];
18475
- const renderEventListeners$a = async () => {
18476
- const listeners = await invoke$8('IframeInspector.renderEventListeners');
18480
+ const renderEventListeners$b = async () => {
18481
+ const listeners = await invoke$9('IframeInspector.renderEventListeners');
18477
18482
  return listeners;
18478
18483
  };
18479
18484
 
@@ -18482,17 +18487,17 @@ const ViewletIframeInspector_ipc = {
18482
18487
  Commands: Commands$p,
18483
18488
  Css: Css$q,
18484
18489
  create: create$u,
18485
- getCommands: getCommands$9,
18490
+ getCommands: getCommands$a,
18486
18491
  getKeyBindings: getKeyBindings$a,
18487
- hasFunctionalEvents: hasFunctionalEvents$b,
18492
+ hasFunctionalEvents: hasFunctionalEvents$c,
18488
18493
  hasFunctionalRender: hasFunctionalRender$q,
18489
- hasFunctionalRootRender: hasFunctionalRootRender$f,
18490
- hotReload: hotReload$7,
18494
+ hasFunctionalRootRender: hasFunctionalRootRender$g,
18495
+ hotReload: hotReload$8,
18491
18496
  loadContent: loadContent$v,
18492
18497
  name: name$x,
18493
18498
  render: render$q,
18494
18499
  renderContent,
18495
- renderEventListeners: renderEventListeners$a
18500
+ renderEventListeners: renderEventListeners$b
18496
18501
  };
18497
18502
 
18498
18503
  const first = () => {
@@ -18517,7 +18522,7 @@ const Collapsed = 3;
18517
18522
 
18518
18523
  const referencesWorkerUrl = `${assetDir}/packages/references-view/dist/referencesViewWorkerMain.js`;
18519
18524
 
18520
- const getConfiguredWorkerUrl$7 = () => {
18525
+ const getConfiguredWorkerUrl$8 = () => {
18521
18526
  let configuredWorkerUrl = get$e('develop.referencesWorkerPath') || '';
18522
18527
  if (configuredWorkerUrl) {
18523
18528
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -18533,15 +18538,15 @@ const launchReferencesWorker = async () => {
18533
18538
  const ipc = await create$14({
18534
18539
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18535
18540
  name,
18536
- url: getConfiguredWorkerUrl$7()
18541
+ url: getConfiguredWorkerUrl$8()
18537
18542
  });
18538
18543
  handleIpc(ipc);
18539
- await invoke$q(ipc, 'References.initialize');
18544
+ await invoke$r(ipc, 'References.initialize');
18540
18545
  return ipc;
18541
18546
  };
18542
18547
 
18543
18548
  const {
18544
- invoke: invoke$7} = getOrCreateWorker(launchReferencesWorker);
18549
+ invoke: invoke$8} = getOrCreateWorker(launchReferencesWorker);
18545
18550
 
18546
18551
  const create$t = (id, uri, x, y, width, height, args) => {
18547
18552
  return {
@@ -18557,16 +18562,16 @@ const create$t = (id, uri, x, y, width, height, args) => {
18557
18562
  // TODO speed up this function by 130% by not running activation event (onReferences) again and again
18558
18563
  // e.g. (21ms activation event, 11ms getReferences) => (11ms getReferences)
18559
18564
  const loadContent$u = async (state, savedState) => {
18560
- await invoke$7('References.create', state.id, state.uri, state.x, state.y, state.width, state.height);
18561
- await invoke$7('References.loadContent', state.id, savedState);
18562
- const diff = await invoke$7('References.diff2', state.id);
18563
- const commands = await invoke$7('References.render2', state.id, diff);
18565
+ await invoke$8('References.create', state.id, state.uri, state.x, state.y, state.width, state.height);
18566
+ await invoke$8('References.loadContent', state.id, savedState);
18567
+ const diff = await invoke$8('References.diff2', state.id);
18568
+ const commands = await invoke$8('References.render2', state.id, diff);
18564
18569
  return {
18565
18570
  ...state,
18566
18571
  commands
18567
18572
  };
18568
18573
  };
18569
- const dispose$j = state => {
18574
+ const dispose$i = state => {
18570
18575
  return {
18571
18576
  ...state,
18572
18577
  disposed: true
@@ -18625,7 +18630,7 @@ const focusIndex$2 = (state, index) => {
18625
18630
  focusedIndex: index
18626
18631
  };
18627
18632
  };
18628
- const hotReload$6 = state => {
18633
+ const hotReload$7 = state => {
18629
18634
  return {
18630
18635
  ...state
18631
18636
  };
@@ -18670,20 +18675,20 @@ const selectCurrent$1 = state => {
18670
18675
  return selectIndex$1(state, state.focusedIndex);
18671
18676
  };
18672
18677
  const saveState$e = async state => {
18673
- const savedState = await invoke$7('References.saveState', state.uid);
18678
+ const savedState = await invoke$8('References.saveState', state.uid);
18674
18679
  return savedState;
18675
18680
  };
18676
18681
 
18677
18682
  const ViewletLocations = {
18678
18683
  __proto__: null,
18679
18684
  create: create$t,
18680
- dispose: dispose$j,
18685
+ dispose: dispose$i,
18681
18686
  focusFirst: focusFirst$2,
18682
18687
  focusIndex: focusIndex$2,
18683
18688
  focusLast: focusLast$2,
18684
18689
  focusNext: focusNext$2,
18685
18690
  focusPrevious: focusPrevious$2,
18686
- hotReload: hotReload$6,
18691
+ hotReload: hotReload$7,
18687
18692
  loadContent: loadContent$u,
18688
18693
  saveState: saveState$e,
18689
18694
  selectCurrent: selectCurrent$1,
@@ -18702,18 +18707,18 @@ const loadContent$t = async (state, savedState) => {
18702
18707
  // @ts-ignore
18703
18708
  return loadContent$u(state, savedState);
18704
18709
  };
18705
- const contentLoaded$6 = state => {
18710
+ const contentLoaded$5 = state => {
18706
18711
  set$a('Locations', {
18707
18712
  factory: ViewletLocations,
18708
18713
  state
18709
18714
  });
18710
18715
  return [];
18711
18716
  };
18712
- const dispose$i = dispose$j;
18717
+ const dispose$h = dispose$i;
18713
18718
 
18714
18719
  const hasFunctionalRender$p = true;
18715
- const hasFunctionalRootRender$e = true;
18716
- const hasFunctionalEvents$a = true;
18720
+ const hasFunctionalRootRender$f = true;
18721
+ const hasFunctionalEvents$b = true;
18717
18722
  const renderItems$7 = {
18718
18723
  isEqual(oldState, newState) {
18719
18724
  return newState.commands.length === 0;
@@ -18722,8 +18727,8 @@ const renderItems$7 = {
18722
18727
  multiple: true
18723
18728
  };
18724
18729
  const render$p = [renderItems$7];
18725
- const renderEventListeners$9 = async () => {
18726
- const listeners = await invoke$7('References.renderEventListeners');
18730
+ const renderEventListeners$a = async () => {
18731
+ const listeners = await invoke$8('References.renderEventListeners');
18727
18732
  return listeners;
18728
18733
  };
18729
18734
 
@@ -18733,20 +18738,20 @@ const Commands$o = {};
18733
18738
  const ViewletImplementations_ipc = {
18734
18739
  __proto__: null,
18735
18740
  Commands: Commands$o,
18736
- contentLoaded: contentLoaded$6,
18741
+ contentLoaded: contentLoaded$5,
18737
18742
  create: create$s,
18738
- dispose: dispose$i,
18739
- hasFunctionalEvents: hasFunctionalEvents$a,
18743
+ dispose: dispose$h,
18744
+ hasFunctionalEvents: hasFunctionalEvents$b,
18740
18745
  hasFunctionalRender: hasFunctionalRender$p,
18741
- hasFunctionalRootRender: hasFunctionalRootRender$e,
18746
+ hasFunctionalRootRender: hasFunctionalRootRender$f,
18742
18747
  loadContent: loadContent$t,
18743
18748
  name: name$w,
18744
18749
  render: render$p,
18745
- renderEventListeners: renderEventListeners$9
18750
+ renderEventListeners: renderEventListeners$a
18746
18751
  };
18747
18752
 
18748
18753
  const getInlineDiffChanges = (linesLeft, linesRight) => {
18749
- return invoke$c('Diff.diffInline', linesLeft, linesRight);
18754
+ return invoke$d('Diff.diffInline', linesLeft, linesRight);
18750
18755
  };
18751
18756
 
18752
18757
  const create$r = (id, uri, x, y, width, height) => {
@@ -18958,7 +18963,7 @@ const getVisibleInlineDiffEditorLines = (inlineDiffLines, minLineY, maxLineY) =>
18958
18963
  };
18959
18964
 
18960
18965
  const hasFunctionalRender$o = true;
18961
- const hasFunctionalRootRender$d = true;
18966
+ const hasFunctionalRootRender$e = true;
18962
18967
  const renderChanges = {
18963
18968
  isEqual(oldState, newState) {
18964
18969
  return oldState.inlineChanges === newState.inlineChanges && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.deltaY === newState.deltaY && oldState.height === newState.height && oldState.finalDeltaY === newState.finalDeltaY && oldState.lineNumbers === newState.lineNumbers;
@@ -18991,7 +18996,7 @@ const ViewletInlineDiffEditor_ipc = {
18991
18996
  create: create$r,
18992
18997
  getDynamicCss,
18993
18998
  hasFunctionalRender: hasFunctionalRender$o,
18994
- hasFunctionalRootRender: hasFunctionalRootRender$d,
18999
+ hasFunctionalRootRender: hasFunctionalRootRender$e,
18995
19000
  loadContent: loadContent$s,
18996
19001
  name: name$v,
18997
19002
  render: render$o,
@@ -19000,7 +19005,7 @@ const ViewletInlineDiffEditor_ipc = {
19000
19005
 
19001
19006
  const keyBindingsViewWorkerUrl = `${assetDir}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js`;
19002
19007
 
19003
- const getConfiguredWorkerUrl$6 = () => {
19008
+ const getConfiguredWorkerUrl$7 = () => {
19004
19009
  let configuredWorkerUrl = get$e('develop.keyBindingsViewWorkerPath') || '';
19005
19010
  if (configuredWorkerUrl) {
19006
19011
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -19016,15 +19021,15 @@ const launchKeyBindingsViewWorker = async () => {
19016
19021
  const ipc = await create$14({
19017
19022
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
19018
19023
  name,
19019
- url: getConfiguredWorkerUrl$6()
19024
+ url: getConfiguredWorkerUrl$7()
19020
19025
  });
19021
19026
  handleIpc(ipc);
19022
19027
  return ipc;
19023
19028
  };
19024
19029
 
19025
19030
  const {
19026
- invoke: invoke$6,
19027
- restart: restart$4
19031
+ invoke: invoke$7,
19032
+ restart: restart$5
19028
19033
  } = getOrCreateWorker(launchKeyBindingsViewWorker);
19029
19034
 
19030
19035
  // Based on VS Code's KeyBindings Editor (License MIT):
@@ -19044,19 +19049,19 @@ const create$q = (id, uri, x, y, width, height) => {
19044
19049
  };
19045
19050
  };
19046
19051
  const saveState$c = state => {
19047
- return invoke$6('KeyBindings.saveState', state.uid);
19052
+ return invoke$7('KeyBindings.saveState', state.uid);
19048
19053
  };
19049
19054
  const loadContent$r = async (state, savedState) => {
19050
- await invoke$6('KeyBindings.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
19051
- await invoke$6('KeyBindings.loadContent', state.uid, savedState);
19052
- const diffResult = await invoke$6('KeyBindings.diff2', state.uid);
19053
- const commands = await invoke$6('KeyBindings.render3', state.uid, diffResult);
19055
+ await invoke$7('KeyBindings.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
19056
+ await invoke$7('KeyBindings.loadContent', state.uid, savedState);
19057
+ const diffResult = await invoke$7('KeyBindings.diff2', state.uid);
19058
+ const commands = await invoke$7('KeyBindings.render3', state.uid, diffResult);
19054
19059
  return {
19055
19060
  ...state,
19056
19061
  commands
19057
19062
  };
19058
19063
  };
19059
- const hotReload$5 = async state => {
19064
+ const hotReload$6 = async state => {
19060
19065
  if (state.isHotReloading) {
19061
19066
  return state;
19062
19067
  }
@@ -19064,16 +19069,16 @@ const hotReload$5 = async state => {
19064
19069
  state.isHotReloading = true;
19065
19070
  // possible TODO race condition during hot reload
19066
19071
  // there could still be pending promises when the worker is disposed
19067
- const savedState = await invoke$6('KeyBindings.saveState', state.uid);
19068
- await restart$4('KeyBindings.terminate');
19072
+ const savedState = await invoke$7('KeyBindings.saveState', state.uid);
19073
+ await restart$5('KeyBindings.terminate');
19069
19074
  const oldState = {
19070
19075
  ...state,
19071
19076
  items: []
19072
19077
  };
19073
- await invoke$6('KeyBindings.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
19074
- await invoke$6('KeyBindings.loadContent', state.uid, savedState);
19075
- const diffResult = await invoke$6('KeyBindings.diff2', state.uid);
19076
- const commands = await invoke$6('KeyBindings.render3', oldState.uid, diffResult);
19078
+ await invoke$7('KeyBindings.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
19079
+ await invoke$7('KeyBindings.loadContent', state.uid, savedState);
19080
+ const diffResult = await invoke$7('KeyBindings.diff2', state.uid);
19081
+ const commands = await invoke$7('KeyBindings.render3', oldState.uid, diffResult);
19077
19082
  return {
19078
19083
  ...oldState,
19079
19084
  commands,
@@ -19083,9 +19088,9 @@ const hotReload$5 = async state => {
19083
19088
 
19084
19089
  const wrapKeyBindingCommand = key => {
19085
19090
  const fn = async (state, ...args) => {
19086
- await invoke$6(`KeyBindings.${key}`, state.uid, ...args);
19087
- const diffResult = await invoke$6('KeyBindings.diff2', state.uid);
19088
- const commands = await invoke$6('KeyBindings.render3', state.uid, diffResult);
19091
+ await invoke$7(`KeyBindings.${key}`, state.uid, ...args);
19092
+ const diffResult = await invoke$7('KeyBindings.diff2', state.uid);
19093
+ const commands = await invoke$7('KeyBindings.render3', state.uid, diffResult);
19089
19094
  if (commands.length === 0) {
19090
19095
  return state;
19091
19096
  }
@@ -19098,19 +19103,19 @@ const wrapKeyBindingCommand = key => {
19098
19103
  };
19099
19104
 
19100
19105
  const Commands$m = {};
19101
- const getCommands$8 = async () => {
19102
- const commands = await invoke$6('KeyBindings.getCommandIds');
19106
+ const getCommands$9 = async () => {
19107
+ const commands = await invoke$7('KeyBindings.getCommandIds');
19103
19108
  for (const command of commands) {
19104
19109
  Commands$m[command] = wrapKeyBindingCommand(command);
19105
19110
  }
19106
- Commands$m['hotReload'] = hotReload$5;
19111
+ Commands$m['hotReload'] = hotReload$6;
19107
19112
  return Commands$m;
19108
19113
  };
19109
19114
 
19110
19115
  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"];
19111
19116
 
19112
19117
  const getKeyBindings$9 = () => {
19113
- return invoke$6('KeyBindings.getKeyBindings');
19118
+ return invoke$7('KeyBindings.getKeyBindings');
19114
19119
  };
19115
19120
 
19116
19121
  const id$7 = KeyBindingsTable;
@@ -19174,8 +19179,8 @@ const menus$7 = [MenuEntriesKeyBindingsTable];
19174
19179
  const name$u = 'KeyBindings';
19175
19180
 
19176
19181
  const hasFunctionalRender$n = true;
19177
- const hasFunctionalRootRender$c = true;
19178
- const hasFunctionalEvents$9 = true;
19182
+ const hasFunctionalRootRender$d = true;
19183
+ const hasFunctionalEvents$a = true;
19179
19184
  const renderKeyBindings = {
19180
19185
  isEqual(oldState, newState) {
19181
19186
  return newState.commands && newState.commands.length === 0;
@@ -19184,8 +19189,8 @@ const renderKeyBindings = {
19184
19189
  multiple: true
19185
19190
  };
19186
19191
  const render$n = [renderKeyBindings];
19187
- const renderEventListeners$8 = async () => {
19188
- const listeners = await invoke$6('KeyBindings.renderEventListeners');
19192
+ const renderEventListeners$9 = async () => {
19193
+ const listeners = await invoke$7('KeyBindings.renderEventListeners');
19189
19194
  return listeners;
19190
19195
  };
19191
19196
 
@@ -19215,18 +19220,18 @@ const ViewletKeyBindings_ipc = {
19215
19220
  Commands: Commands$m,
19216
19221
  Css: Css$o,
19217
19222
  create: create$q,
19218
- getCommands: getCommands$8,
19223
+ getCommands: getCommands$9,
19219
19224
  getKeyBindings: getKeyBindings$9,
19220
- hasFunctionalEvents: hasFunctionalEvents$9,
19225
+ hasFunctionalEvents: hasFunctionalEvents$a,
19221
19226
  hasFunctionalRender: hasFunctionalRender$n,
19222
19227
  hasFunctionalResize: hasFunctionalResize$d,
19223
- hasFunctionalRootRender: hasFunctionalRootRender$c,
19224
- hotReload: hotReload$5,
19228
+ hasFunctionalRootRender: hasFunctionalRootRender$d,
19229
+ hotReload: hotReload$6,
19225
19230
  loadContent: loadContent$r,
19226
19231
  menus: menus$7,
19227
19232
  name: name$u,
19228
19233
  render: render$n,
19229
- renderEventListeners: renderEventListeners$8,
19234
+ renderEventListeners: renderEventListeners$9,
19230
19235
  resize: resize$i,
19231
19236
  saveState: saveState$c
19232
19237
  };
@@ -20008,7 +20013,7 @@ const showAsync = async (uid, points, module) => {
20008
20013
  if (commands) {
20009
20014
  commands.push(['Viewlet.append', uid, viewletUid]);
20010
20015
  }
20011
- await invoke$p('Viewlet.sendMultiple', commands);
20016
+ await invoke$q('Viewlet.sendMultiple', commands);
20012
20017
  // TODO
20013
20018
  // 2. load module
20014
20019
  // 3. if module is still visible, replace placeholder with actual viewlet
@@ -21870,7 +21875,7 @@ const loadContent$p = async (state, savedState) => {
21870
21875
  once(Twelve, hydrateLazy);
21871
21876
  addListener('editor.change', handleEditorChange);
21872
21877
  addListener('titleUpdated', handleTitleUpdated$1);
21873
- await invoke$p('Viewlet.loadModule', MainTabs);
21878
+ await invoke$q('Viewlet.loadModule', MainTabs);
21874
21879
  return {
21875
21880
  ...state,
21876
21881
  groups,
@@ -21893,7 +21898,7 @@ const getChildren$4 = state => {
21893
21898
 
21894
21899
  // TODO content loaded should return commands which
21895
21900
  // get picked up by viewletlayout and sent to renderer process
21896
- const contentLoaded$5 = async state => {
21901
+ const contentLoaded$4 = async state => {
21897
21902
  const {
21898
21903
  groups,
21899
21904
  y,
@@ -21959,7 +21964,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
21959
21964
  const id = getModuleId(initialUri);
21960
21965
  const tabLabel = 'Loading';
21961
21966
  const tabTitle = 'Loading';
21962
- await invoke$p(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
21967
+ await invoke$q(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
21963
21968
  const y = state.y + state.tabHeight;
21964
21969
  const x = state.x;
21965
21970
  const width = state.width;
@@ -21984,7 +21989,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
21984
21989
  title,
21985
21990
  ...props
21986
21991
  });
21987
- await invoke$p('Viewlet.send', 'Main', 'updateTab', 1, title);
21992
+ await invoke$q('Viewlet.send', 'Main', 'updateTab', 1, title);
21988
21993
  // TODO update tab title with new title
21989
21994
  return state;
21990
21995
  };
@@ -22136,7 +22141,7 @@ const handleDragOver = (state, eventX, eventY) => {
22136
22141
  dragOverlayVisible: true
22137
22142
  };
22138
22143
  };
22139
- const dispose$h = () => {};
22144
+ const dispose$g = () => {};
22140
22145
  const handleClickClose$1 = (state, button, index) => {
22141
22146
  if (button !== LeftClick) {
22142
22147
  return state;
@@ -22745,9 +22750,9 @@ const ViewletMain_ipc = {
22745
22750
  Css: Css$m,
22746
22751
  LazyCommands: LazyCommands$3,
22747
22752
  Variables: Variables$7,
22748
- contentLoaded: contentLoaded$5,
22753
+ contentLoaded: contentLoaded$4,
22749
22754
  create: create$o,
22750
- dispose: dispose$h,
22755
+ dispose: dispose$g,
22751
22756
  focus: focus$3,
22752
22757
  getChildren: getChildren$4,
22753
22758
  getKeyBindings: getKeyBindings$7,
@@ -22784,7 +22789,7 @@ const create$n = (id, uri, x, y, width, height) => {
22784
22789
  };
22785
22790
  const loadContent$o = state => {
22786
22791
  const update = async () => {
22787
- await invoke$p(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
22792
+ await invoke$q(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
22788
22793
  };
22789
22794
  return {
22790
22795
  ...state,
@@ -22794,7 +22799,7 @@ const loadContent$o = state => {
22794
22799
 
22795
22800
  // TODO use contentLoadedEffects
22796
22801
 
22797
- const dispose$g = state => {
22802
+ const dispose$f = state => {
22798
22803
  clearInterval(state.interval);
22799
22804
  state.interval = -1;
22800
22805
  state.disposed = true;
@@ -22807,7 +22812,7 @@ const ViewletMarkDownPreview_ipc = {
22807
22812
  __proto__: null,
22808
22813
  Commands: Commands$j,
22809
22814
  create: create$n,
22810
- dispose: dispose$g,
22815
+ dispose: dispose$f,
22811
22816
  loadContent: loadContent$o,
22812
22817
  name: name$r
22813
22818
  };
@@ -22821,7 +22826,7 @@ const loadContent$n = async state => {
22821
22826
  console.log('noop');
22822
22827
  return state;
22823
22828
  };
22824
- const dispose$f = state => {
22829
+ const dispose$e = state => {
22825
22830
  return {
22826
22831
  ...state,
22827
22832
  disposed: true
@@ -22834,48 +22839,42 @@ const ViewletNoop_ipc = {
22834
22839
  __proto__: null,
22835
22840
  Commands: Commands$i,
22836
22841
  create: create$m,
22837
- dispose: dispose$f,
22842
+ dispose: dispose$e,
22838
22843
  loadContent: loadContent$n
22839
22844
  };
22840
22845
 
22841
- const open$4 = async (id, file) => {
22842
- await invoke$n(/* OutputChannel.open */'OutputChannel.open', id, /* path */file);
22843
- };
22844
- const close$3 = async id => {
22845
- await invoke$n(/* OutputChannel.close */'OutputChannel.close', /* id */id);
22846
- };
22846
+ const outputViewWorkerUrl = `${assetDir}/packages/output-view/dist/outputViewWorkerMain.js`;
22847
22847
 
22848
- const getOutputChannels = () => {
22849
- if (platform === Web$1) {
22850
- return [];
22848
+ const getConfiguredWorkerUrl$6 = () => {
22849
+ let configuredWorkerUrl = get$e('develop.outputViewWorkerPath') || '';
22850
+ if (configuredWorkerUrl) {
22851
+ configuredWorkerUrl = '/remote' + configuredWorkerUrl;
22851
22852
  }
22852
- return [];
22853
- // return ExtensionHost.invoke(
22854
- // /* ExtensionHostOutput.getOutputChannels */ 'ExtensionHostOutput.getOutputChannels'
22855
- // )
22856
- };
22857
-
22858
- const toExtensionHostOption = outputChannel => {
22859
- return {
22860
- name: outputChannel.id,
22861
- file: outputChannel.path
22862
- };
22853
+ configuredWorkerUrl = configuredWorkerUrl || outputViewWorkerUrl;
22854
+ {
22855
+ configuredWorkerUrl = outputViewWorkerUrl;
22856
+ }
22857
+ return configuredWorkerUrl;
22863
22858
  };
22864
- const getOptions = async () => {
22865
- // TODO get list of outputChannels from extension host
22866
- const channels = await getOutputChannels();
22867
- const options = [{
22868
- name: 'Main',
22869
- file: '/tmp/log-main-process.txt'
22870
- }, {
22871
- name: 'Shared Process',
22872
- file: '/tmp/log-shared-process.txt'
22873
- }, ...channels.map(toExtensionHostOption)];
22874
- return options;
22859
+ const launchOutputViewWorker = async () => {
22860
+ const name = 'Output View Worker';
22861
+ const ipc = await create$14({
22862
+ method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
22863
+ name,
22864
+ url: getConfiguredWorkerUrl$6()
22865
+ });
22866
+ handleIpc(ipc);
22867
+ return ipc;
22875
22868
  };
22876
22869
 
22870
+ const {
22871
+ invoke: invoke$6,
22872
+ restart: restart$4
22873
+ } = getOrCreateWorker(launchOutputViewWorker);
22874
+
22877
22875
  const create$l = uid => {
22878
22876
  return {
22877
+ id: uid,
22879
22878
  uid,
22880
22879
  selectedIndex: -1,
22881
22880
  // TODO get list of outputChannels from extension host
@@ -22885,140 +22884,92 @@ const create$l = uid => {
22885
22884
  };
22886
22885
  };
22887
22886
  const loadContent$m = async state => {
22888
- const options = await getOptions();
22889
- const selectedIndex = 0;
22890
- // TODO duplicate send here
22891
- const id = 0;
22892
- const file = options[selectedIndex].file;
22893
- await open$4(id, file);
22887
+ await invoke$6('Output.create', state.id, state.x, state.y, state.width, state.height);
22888
+ await invoke$6('Output.loadContent2', state.id);
22889
+ const diffResult = await invoke$6('Output.diff2', state.id);
22890
+ const commands = await invoke$6('Output.render2', state.id, diffResult);
22891
+ const actionsDom = await invoke$6('Output.renderActions', state.uid);
22894
22892
  return {
22895
22893
  ...state,
22896
- options,
22897
- selectedIndex
22894
+ commands,
22895
+ actionsDom
22898
22896
  };
22899
22897
  };
22900
- const contentLoaded$4 = async state => {
22901
- return [[/* Viewlet.invoke */'Viewlet.send', /* id */'Output', /* method */'setOptions', /* options */state.options, /* selectedOptionIndex */state.selectedIndex]];
22902
- };
22903
- const setOutputChannel = async (state, option) => {
22904
- state.selectedOption = option;
22905
- // TODO race condition
22906
- await invoke$p(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
22907
- // TODO race condition
22908
- // TODO should use invoke
22909
- await open$4('Output', state.selectedOption);
22910
- };
22911
- const handleData$1 = async (state, data) => {
22912
- const {
22913
- text
22914
- } = state;
22915
- const newText = text + data;
22916
- return {
22898
+ const hotReload$5 = async (state, option) => {
22899
+ if (state.isHotReloading) {
22900
+ return state;
22901
+ }
22902
+ // TODO avoid mutation
22903
+ state.isHotReloading = true;
22904
+ const savedState = await invoke$6('Output.saveState', state.uid);
22905
+ await restart$4('Output.terminate');
22906
+ const oldState = {
22917
22907
  ...state,
22918
- text: newText
22908
+ items: []
22919
22909
  };
22920
- };
22921
- const handleError = async (state, data) => {
22922
- const {
22923
- text
22924
- } = state;
22925
- const newText = text + data;
22910
+ await invoke$6('Output.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
22911
+ await invoke$6('Output.loadContent2', state.uid, savedState);
22912
+ const diffResult = await invoke$6('Output.diff2', state.uid);
22913
+ const commands = await invoke$6('Output.render2', state.uid, diffResult);
22914
+ const actionsDom = await invoke$6('Output.renderActions', state.uid);
22926
22915
  return {
22927
- ...state,
22928
- text: newText
22916
+ ...oldState,
22917
+ commands,
22918
+ actionsDom,
22919
+ isHotReloading: false
22929
22920
  };
22930
22921
  };
22931
- const dispose$e = async state => {
22932
- state.disposed = true;
22933
- // TODO close output channel in shared process
22934
- await close$3('Output');
22935
- };
22936
- const openFindWidget = async state => {
22937
- // TODO use command.execute instead
22938
- // TODO no lazy import here
22939
- };
22940
- const closeFindWidget = async state => {};
22941
22922
 
22942
- // export const handleError = (state, error) => {
22943
- // console.error(error)
22944
- // }
22923
+ const wrapOutputCommand = key => {
22924
+ const fn = async (state, ...args) => {
22925
+ await invoke$6(`Output.${key}`, state.id, ...args);
22926
+ const diffResult = await invoke$6(`Output.diff2`, state.id);
22927
+ const commands = await invoke$6('Output.render2', state.id, diffResult);
22928
+ if (commands.length === 0) {
22929
+ return state;
22930
+ }
22931
+ return {
22932
+ ...state,
22933
+ commands
22934
+ };
22935
+ };
22936
+ return fn;
22937
+ };
22945
22938
 
22946
- const Commands$h = {
22947
- handleData: handleData$1,
22948
- handleError: handleError
22939
+ const Commands$h = {};
22940
+ const getCommands$8 = async () => {
22941
+ const commands = await invoke$6('Output.getCommandIds');
22942
+ for (const command of commands) {
22943
+ Commands$h[command] = wrapOutputCommand(command);
22944
+ }
22945
+ Commands$h['hotReload'] = hotReload$5;
22946
+ return Commands$h;
22949
22947
  };
22950
22948
 
22951
22949
  const Css$l = ["/css/parts/ViewletOutput.css", "/css/parts/Select.css"];
22952
22950
 
22953
- const renderText = {
22951
+ const hasFunctionalRender$k = true;
22952
+ const hasFunctionalRootRender$c = true;
22953
+ const hasFunctionalEvents$9 = true;
22954
+ const renderDialog = {
22954
22955
  isEqual(oldState, newState) {
22955
- return oldState === newState;
22956
+ return false;
22956
22957
  },
22957
- apply(oldState, newState) {
22958
- return [SetText, newState.text];
22959
- }
22960
- };
22961
- const hasFunctionalRender$k = true;
22962
- const render$k = [renderText];
22963
-
22964
- /**
22965
- * @enum {string}
22966
- */
22967
- const UiStrings$8 = {
22968
- Output: 'output',
22969
- ClearOutput: 'clear output',
22970
- TurnOffAutoScroll: 'Turn auto scrolling off',
22971
- OpenLogFile: 'open output log file'
22972
- };
22973
- const output = () => {
22974
- return i18nString(UiStrings$8.Output);
22975
- };
22976
- const clearOutput = () => {
22977
- return i18nString(UiStrings$8.ClearOutput);
22978
- };
22979
- const turnOffAutoScroll = () => {
22980
- return i18nString(UiStrings$8.TurnOffAutoScroll);
22981
- };
22982
- const openLogFile = () => {
22983
- return i18nString(UiStrings$8.OpenLogFile);
22984
- };
22985
-
22986
- const toSelectOption = option => {
22987
- return option.name;
22988
- };
22989
- const toSelectOptions = options => {
22990
- return options.map(toSelectOption);
22958
+ apply: apply,
22959
+ multiple: true
22991
22960
  };
22992
- const getActions$3 = state => {
22993
- const {
22994
- options
22995
- } = state;
22996
- return [{
22997
- type: Select,
22998
- id: output(),
22999
- options: toSelectOptions(options)
23000
- }, {
23001
- type: Button,
23002
- id: clearOutput(),
23003
- icon: ClearAll
23004
- }, {
23005
- type: Button,
23006
- id: turnOffAutoScroll(),
23007
- icon: Blank
23008
- }, {
23009
- type: Button,
23010
- id: openLogFile(),
23011
- icon: Blank
23012
- }];
22961
+ const render$k = [renderDialog];
22962
+ const renderEventListeners$8 = async () => {
22963
+ const listeners = await invoke$6('Output.renderEventListeners');
22964
+ return listeners;
23013
22965
  };
23014
22966
 
23015
22967
  const renderActions$5 = {
23016
22968
  isEqual(oldState, newState) {
23017
- return oldState === newState;
22969
+ return false;
23018
22970
  },
23019
22971
  apply(oldState, newState) {
23020
- const actions = getActions$3(newState);
23021
- const dom = getActionsVirtualDom(actions);
22972
+ const dom = newState.actionsDom;
23022
22973
  return dom;
23023
22974
  }
23024
22975
  };
@@ -23029,19 +22980,18 @@ const ViewletOutput_ipc = {
23029
22980
  __proto__: null,
23030
22981
  Commands: Commands$h,
23031
22982
  Css: Css$l,
23032
- closeFindWidget,
23033
- contentLoaded: contentLoaded$4,
23034
22983
  create: create$l,
23035
- dispose: dispose$e,
23036
- handleData: handleData$1,
23037
- handleError,
22984
+ getCommands: getCommands$8,
22985
+ hasFunctionalEvents: hasFunctionalEvents$9,
23038
22986
  hasFunctionalRender: hasFunctionalRender$k,
22987
+ hasFunctionalRootRender: hasFunctionalRootRender$c,
22988
+ hotReload: hotReload$5,
23039
22989
  loadContent: loadContent$m,
23040
22990
  name: name$q,
23041
- openFindWidget,
23042
22991
  render: render$k,
23043
22992
  renderActions: renderActions$5,
23044
- setOutputChannel
22993
+ renderDialog,
22994
+ renderEventListeners: renderEventListeners$8
23045
22995
  };
23046
22996
 
23047
22997
  const getPanelViews = () => {
@@ -23189,7 +23139,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
23189
23139
  const currentViewletUid = currentViewletState.uid;
23190
23140
  number(currentViewletUid);
23191
23141
  commands.unshift(...disposeFunctional(currentViewletUid));
23192
- await invoke$p('Viewlet.sendMultiple', commands);
23142
+ await invoke$q('Viewlet.sendMultiple', commands);
23193
23143
  if (commands.at(-1).includes(Error$3)) {
23194
23144
  state.currentViewletId = Error$3;
23195
23145
  }
@@ -23340,7 +23290,7 @@ const launchProblemsWorker = async () => {
23340
23290
  url: getConfiguredWorkerUrl$5()
23341
23291
  });
23342
23292
  handleIpc(ipc);
23343
- await invoke$q(ipc, 'Problems.initialize');
23293
+ await invoke$r(ipc, 'Problems.initialize');
23344
23294
  return ipc;
23345
23295
  };
23346
23296
 
@@ -23875,10 +23825,10 @@ const loadContent$j = async state => {
23875
23825
  } = state;
23876
23826
  const listItemHeight = 22;
23877
23827
  const renderAllItems = true;
23878
- await invoke$l('QuickPick.create2', state.uid, uri, listItemHeight, state.x, state.y, state.width, state.height, platform, args, renderAllItems, state$B.workspacePath);
23879
- await invoke$l('QuickPick.loadContent', state.uid);
23880
- const diffResult = await invoke$l('QuickPick.diff2', state.uid);
23881
- const commands = await invoke$l('QuickPick.render2', state.uid, diffResult);
23828
+ await invoke$m('QuickPick.create2', state.uid, uri, listItemHeight, state.x, state.y, state.width, state.height, platform, args, renderAllItems, state$B.workspacePath);
23829
+ await invoke$m('QuickPick.loadContent', state.uid);
23830
+ const diffResult = await invoke$m('QuickPick.diff2', state.uid);
23831
+ const commands = await invoke$m('QuickPick.render2', state.uid, diffResult);
23882
23832
  return {
23883
23833
  ...state,
23884
23834
  commands
@@ -23890,12 +23840,12 @@ const dispose$c = state => {
23890
23840
 
23891
23841
  const wrapQuickPickCommand = key => {
23892
23842
  const fn = async (state, ...args) => {
23893
- await invoke$l(`QuickPick.${key}`, state.uid, ...args);
23894
- const diffResult = await invoke$l('QuickPick.diff2', state.uid);
23843
+ await invoke$m(`QuickPick.${key}`, state.uid, ...args);
23844
+ const diffResult = await invoke$m('QuickPick.diff2', state.uid);
23895
23845
  if (diffResult.length === 0) {
23896
23846
  return state;
23897
23847
  }
23898
- const commands = await invoke$l('QuickPick.render2', state.uid, diffResult);
23848
+ const commands = await invoke$m('QuickPick.render2', state.uid, diffResult);
23899
23849
  return {
23900
23850
  ...state,
23901
23851
  commands
@@ -23906,7 +23856,7 @@ const wrapQuickPickCommand = key => {
23906
23856
 
23907
23857
  const Commands$e = {};
23908
23858
  const getCommands$6 = async () => {
23909
- const commands = await invoke$l('QuickPick.getCommandIds');
23859
+ const commands = await invoke$m('QuickPick.getCommandIds');
23910
23860
  for (const command of commands) {
23911
23861
  Commands$e[command] = wrapQuickPickCommand(command);
23912
23862
  }
@@ -23920,7 +23870,7 @@ const Css$i = ["/css/parts/Progress.css"];
23920
23870
  const Variables$5 = ['QuickPickBackground', 'ListForeground', 'ListHoverBackground', 'ListHoverForeground', 'ListActiveSelectionBackground'];
23921
23871
 
23922
23872
  const getKeyBindings$5 = () => {
23923
- return invoke$l('QuickPick.getKeyBindings');
23873
+ return invoke$m('QuickPick.getKeyBindings');
23924
23874
  };
23925
23875
 
23926
23876
  const hasFunctionalRender$h = true;
@@ -23935,7 +23885,7 @@ const renderItems$5 = {
23935
23885
  };
23936
23886
  const render$h = [renderItems$5];
23937
23887
  const renderEventListeners$6 = async () => {
23938
- const listeners = await invoke$l('QuickPick.renderEventListeners');
23888
+ const listeners = await invoke$m('QuickPick.renderEventListeners');
23939
23889
  return listeners;
23940
23890
  };
23941
23891
 
@@ -23980,7 +23930,7 @@ const contentLoaded$2 = state => {
23980
23930
  });
23981
23931
  return [];
23982
23932
  };
23983
- const dispose$b = dispose$j;
23933
+ const dispose$b = dispose$i;
23984
23934
 
23985
23935
  /**
23986
23936
  * @enum {string}
@@ -24021,13 +23971,13 @@ const getActions$2 = () => {
24021
23971
 
24022
23972
  const wrapReferencesCommand = key => {
24023
23973
  const fn = async (state, ...args) => {
24024
- await invoke$7(`References.${key}`, state.uid, ...args);
24025
- const diffResult = await invoke$7('References.diff2', state.uid);
23974
+ await invoke$8(`References.${key}`, state.uid, ...args);
23975
+ const diffResult = await invoke$8('References.diff2', state.uid);
24026
23976
  if (diffResult.length === 0) {
24027
23977
  return state;
24028
23978
  }
24029
- const commands = await invoke$7('References.render2', state.uid, diffResult);
24030
- const actionsDom = await invoke$7('References.renderActions', state.uid);
23979
+ const commands = await invoke$8('References.render2', state.uid, diffResult);
23980
+ const actionsDom = await invoke$8('References.renderActions', state.uid);
24031
23981
  if (commands.length === 0) {
24032
23982
  return state;
24033
23983
  }
@@ -24044,11 +23994,11 @@ const wrapReferencesCommand = key => {
24044
23994
 
24045
23995
  const Commands$d = {};
24046
23996
  const getCommands$5 = async () => {
24047
- const commands = await invoke$7('References.getCommandIds');
23997
+ const commands = await invoke$8('References.getCommandIds');
24048
23998
  for (const command of commands) {
24049
23999
  Commands$d[command] = wrapReferencesCommand(command);
24050
24000
  }
24051
- Commands$d['hotReload'] = hotReload$6;
24001
+ Commands$d['hotReload'] = hotReload$7;
24052
24002
  return Commands$d;
24053
24003
  };
24054
24004
 
@@ -24076,13 +24026,13 @@ const ViewletReferences_ipc = {
24076
24026
  getActions: getActions$2,
24077
24027
  getCommands: getCommands$5,
24078
24028
  getDisplayName,
24079
- hasFunctionalEvents: hasFunctionalEvents$a,
24029
+ hasFunctionalEvents: hasFunctionalEvents$b,
24080
24030
  hasFunctionalRender: hasFunctionalRender$p,
24081
- hasFunctionalRootRender: hasFunctionalRootRender$e,
24031
+ hasFunctionalRootRender: hasFunctionalRootRender$f,
24082
24032
  loadContent: loadContent$i,
24083
24033
  name: name$k,
24084
24034
  render: render$p,
24085
- renderEventListeners: renderEventListeners$9,
24035
+ renderEventListeners: renderEventListeners$a,
24086
24036
  saveState: saveState$6
24087
24037
  };
24088
24038
 
@@ -24125,11 +24075,11 @@ const create$g = (id, uri, x, y, width, height, args, parentUid) => {
24125
24075
  };
24126
24076
  const loadContent$h = async (state, savedState) => {
24127
24077
  const isTest$1 = isTest();
24128
- await invoke$j('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
24129
- await invoke$j('RunAndDebug.loadContent', state.uid, isTest$1, savedState);
24130
- const diffResult = await invoke$j('RunAndDebug.diff2', state.uid);
24131
- const commands = await invoke$j('RunAndDebug.render2', state.uid, diffResult);
24132
- const actionsDom = await invoke$j('RunAndDebug.renderActions', state.uid);
24078
+ await invoke$k('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
24079
+ await invoke$k('RunAndDebug.loadContent', state.uid, isTest$1, savedState);
24080
+ const diffResult = await invoke$k('RunAndDebug.diff2', state.uid);
24081
+ const commands = await invoke$k('RunAndDebug.render2', state.uid, diffResult);
24082
+ const actionsDom = await invoke$k('RunAndDebug.renderActions', state.uid);
24133
24083
  const debugId = isTest$1 ? 'test-debug' : 'node-debug'; // TODO
24134
24084
  return {
24135
24085
  ...state,
@@ -24150,17 +24100,17 @@ const hotReload$4 = async state => {
24150
24100
  state.isHotReloading = true;
24151
24101
  // possible TODO race condition during hot reload
24152
24102
  // there could still be pending promises when the worker is disposed
24153
- const savedState = await invoke$j('RunAndDebug.saveState', state.uid);
24154
- await restart$9('RunAndDebug.terminate');
24103
+ const savedState = await invoke$k('RunAndDebug.saveState', state.uid);
24104
+ await restart$a('RunAndDebug.terminate');
24155
24105
  const oldState = {
24156
24106
  ...state,
24157
24107
  items: []
24158
24108
  };
24159
- await invoke$j('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
24160
- await invoke$j('RunAndDebug.loadContent', state.uid, state.isTest, savedState);
24161
- await invoke$j('RunAndDebug.loadContentLater', state.uid);
24162
- const diffResult = await invoke$j('RunAndDebug.diff2', state.uid);
24163
- const commands = await invoke$j('RunAndDebug.render2', state.uid, diffResult);
24109
+ await invoke$k('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
24110
+ await invoke$k('RunAndDebug.loadContent', state.uid, state.isTest, savedState);
24111
+ await invoke$k('RunAndDebug.loadContentLater', state.uid);
24112
+ const diffResult = await invoke$k('RunAndDebug.diff2', state.uid);
24113
+ const commands = await invoke$k('RunAndDebug.render2', state.uid, diffResult);
24164
24114
  return {
24165
24115
  ...oldState,
24166
24116
  commands,
@@ -24215,19 +24165,19 @@ const resize$e = (state, dimensions) => {
24215
24165
  };
24216
24166
  };
24217
24167
  const saveState$5 = async state => {
24218
- const savedState = await invoke$j('RunAndDebug.saveState', state.uid);
24168
+ const savedState = await invoke$k('RunAndDebug.saveState', state.uid);
24219
24169
  return savedState;
24220
24170
  };
24221
24171
 
24222
24172
  const wrapRunAndDebugCommand = key => {
24223
24173
  const fn = async (state, ...args) => {
24224
- await invoke$j(`RunAndDebug.${key}`, state.uid, ...args);
24225
- const diffResult = await invoke$j('RunAndDebug.diff2', state.uid);
24174
+ await invoke$k(`RunAndDebug.${key}`, state.uid, ...args);
24175
+ const diffResult = await invoke$k('RunAndDebug.diff2', state.uid);
24226
24176
  if (diffResult.length === 0) {
24227
24177
  return state;
24228
24178
  }
24229
- const commands = await invoke$j('RunAndDebug.render2', state.uid, diffResult);
24230
- const actionsDom = await invoke$j('RunAndDebug.renderActions', state.uid);
24179
+ const commands = await invoke$k('RunAndDebug.render2', state.uid, diffResult);
24180
+ const actionsDom = await invoke$k('RunAndDebug.renderActions', state.uid);
24231
24181
  if (commands.length === 0) {
24232
24182
  return state;
24233
24183
  }
@@ -24244,7 +24194,7 @@ const wrapRunAndDebugCommand = key => {
24244
24194
 
24245
24195
  const Commands$c = {};
24246
24196
  const getCommands$4 = async () => {
24247
- const commands = await invoke$j('RunAndDebug.getCommandIds');
24197
+ const commands = await invoke$k('RunAndDebug.getCommandIds');
24248
24198
  for (const command of commands) {
24249
24199
  Commands$c[command] = wrapRunAndDebugCommand(command);
24250
24200
  }
@@ -24258,13 +24208,13 @@ const Variables$4 = ['TitleBarForeground', 'DebugSectionHeaderBackground', 'Side
24258
24208
  const Events$3 = {};
24259
24209
 
24260
24210
  const getKeyBindings$4 = () => {
24261
- return invoke$j('RunAndDebug.getKeyBindings');
24211
+ return invoke$k('RunAndDebug.getKeyBindings');
24262
24212
  };
24263
24213
 
24264
24214
  const menus$5 = [];
24265
24215
  const getMenus$1 = async () => {
24266
24216
  try {
24267
- const modules = await invoke$j('RunAndDebug.getMenuEntries');
24217
+ const modules = await invoke$k('RunAndDebug.getMenuEntries');
24268
24218
  const adjusted = modules.map(module => {
24269
24219
  return {
24270
24220
  ...module,
@@ -24291,7 +24241,7 @@ const renderItems$4 = {
24291
24241
  };
24292
24242
  const render$g = [renderItems$4];
24293
24243
  const renderEventListeners$5 = async () => {
24294
- const listeners = await invoke$j('RunAndDebug.renderEventListeners');
24244
+ const listeners = await invoke$k('RunAndDebug.renderEventListeners');
24295
24245
  return listeners;
24296
24246
  };
24297
24247
 
@@ -24337,18 +24287,18 @@ const ViewletRunAndDebug_ipc = {
24337
24287
  };
24338
24288
 
24339
24289
  const getSources = async options => {
24340
- const sources = await invoke$n('DesktopCapturer.getSources', options);
24290
+ const sources = await invoke$o('DesktopCapturer.getSources', options);
24341
24291
  return sources;
24342
24292
  };
24343
24293
 
24344
24294
  const getUserMedia = async (captureId, options) => {
24345
24295
  number(captureId);
24346
24296
  object(options);
24347
- await invoke$p('ScreenCapture.start', captureId, options);
24297
+ await invoke$q('ScreenCapture.start', captureId, options);
24348
24298
  };
24349
24299
  const dispose$9 = async captureId => {
24350
24300
  number(captureId);
24351
- await invoke$p('ScreenCapture.dispose', captureId);
24301
+ await invoke$q('ScreenCapture.dispose', captureId);
24352
24302
  };
24353
24303
 
24354
24304
  const createScreenCaptureStream = async captureId => {
@@ -24448,7 +24398,7 @@ const launchTextSearchWorker = async () => {
24448
24398
  });
24449
24399
  handleIpc(ipc);
24450
24400
  try {
24451
- await invoke$q(ipc, 'TextSearch.initialize', platform);
24401
+ await invoke$r(ipc, 'TextSearch.initialize', platform);
24452
24402
  } catch (error) {
24453
24403
  // ignore
24454
24404
  }
@@ -24664,7 +24614,7 @@ const launchSettingsWorker = async () => {
24664
24614
  url: getConfiguredWorkerUrl$3()
24665
24615
  });
24666
24616
  handleIpc(ipc);
24667
- await invoke$q(ipc, 'Initialize.initialize');
24617
+ await invoke$r(ipc, 'Initialize.initialize');
24668
24618
  return ipc;
24669
24619
  };
24670
24620
 
@@ -24937,7 +24887,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
24937
24887
  activityBar.state = newState;
24938
24888
  commands.push(...extraCommands);
24939
24889
  }
24940
- await invoke$p('Viewlet.sendMultiple', commands);
24890
+ await invoke$q('Viewlet.sendMultiple', commands);
24941
24891
  }
24942
24892
 
24943
24893
  // // TODO race condition (check if disposed after created)
@@ -24968,7 +24918,7 @@ const openDefaultViewlet = async state => {
24968
24918
  };
24969
24919
  const close$2 = state => {
24970
24920
  if (state.currentViewletId) {
24971
- dispose$t(state.currentViewletId);
24921
+ dispose$s(state.currentViewletId);
24972
24922
  }
24973
24923
  state.currentViewletId = undefined;
24974
24924
  // RendererProcess.send([/* sideBarHide */ 5552, /* id */ id])
@@ -25084,7 +25034,7 @@ const launchEmbedsWorker = async () => {
25084
25034
  name: 'Embeds Worker'
25085
25035
  });
25086
25036
  handleIpc(ipc);
25087
- await invoke$q(ipc, 'Initialize.initialize');
25037
+ await invoke$r(ipc, 'Initialize.initialize');
25088
25038
  return ipc;
25089
25039
  };
25090
25040
 
@@ -25111,7 +25061,7 @@ const disposeWebContentsView = async id => {
25111
25061
  const getWindowZoomLevel = async () => {
25112
25062
  // TODO speed up resizing by avoid too many round trips
25113
25063
  const windowId = await getWindowId();
25114
- const zoomLevel = await invoke$n('ElectronWindow.getZoom', windowId);
25064
+ const zoomLevel = await invoke$o('ElectronWindow.getZoom', windowId);
25115
25065
  return zoomLevel;
25116
25066
  };
25117
25067
 
@@ -26057,7 +26007,7 @@ const launchSourceControlWorker = async () => {
26057
26007
  url: getConfiguredWorkerUrl$1()
26058
26008
  });
26059
26009
  handleIpc(ipc);
26060
- await invoke$q(ipc, 'Initialize.initialize');
26010
+ await invoke$r(ipc, 'Initialize.initialize');
26061
26011
  return ipc;
26062
26012
  };
26063
26013
 
@@ -26750,7 +26700,7 @@ const ViewletStorage_ipc = {
26750
26700
  };
26751
26701
 
26752
26702
  const getTerminalSpawnOptions = () => {
26753
- return invoke$n('GetTerminalSpawnOptions.getTerminalSpawnOptions');
26703
+ return invoke$o('GetTerminalSpawnOptions.getTerminalSpawnOptions');
26754
26704
  };
26755
26705
 
26756
26706
  // TODO implement a functional terminal component, maybe using offscreencanvas
@@ -26779,16 +26729,16 @@ const loadContent$7 = async state => {
26779
26729
  } = await getTerminalSpawnOptions();
26780
26730
  const canvasTextId = create$13();
26781
26731
  const canvasCursorId = create$13();
26782
- await invoke$g('Terminal.create', canvasTextId, canvasCursorId, uid, state$B.workspacePath, command, args);
26732
+ await invoke$h('Terminal.create', canvasTextId, canvasCursorId, uid, state$B.workspacePath, command, args);
26783
26733
  const terminal = {
26784
26734
  handleBlur() {
26785
- return invoke$g('Terminal.handleBlur', uid);
26735
+ return invoke$h('Terminal.handleBlur', uid);
26786
26736
  },
26787
26737
  handleKeyDown(key) {
26788
- return invoke$g('Terminal.handleKeyDown', uid, key);
26738
+ return invoke$h('Terminal.handleKeyDown', uid, key);
26789
26739
  },
26790
26740
  handleMouseDown() {
26791
- return invoke$g('Terminal.handleMouseDown', uid);
26741
+ return invoke$h('Terminal.handleMouseDown', uid);
26792
26742
  },
26793
26743
  resize() {
26794
26744
  // TODO
@@ -26868,7 +26818,7 @@ const resizeEffect = async state => {
26868
26818
  // Terminal.resize(state, width, height)
26869
26819
  };
26870
26820
  const clear = async state => {
26871
- await invoke$p(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
26821
+ await invoke$q(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
26872
26822
  };
26873
26823
 
26874
26824
  const getActions = state => {
@@ -27016,7 +26966,7 @@ const addTerminal = async state => {
27016
26966
  const oldTab = tabs[selectedIndex];
27017
26967
  const disposeCommands = disposeFunctional(oldTab.uid);
27018
26968
  commands.push(...disposeCommands);
27019
- await invoke$p('Viewlet.sendMultiple', commands);
26969
+ await invoke$q('Viewlet.sendMultiple', commands);
27020
26970
  return {
27021
26971
  ...state,
27022
26972
  tabs: newTabs,
@@ -27057,7 +27007,7 @@ const focusIndex = async (state, index) => {
27057
27007
  const oldTab = tabs[selectedIndex];
27058
27008
  const disposeCommands = disposeFunctional(oldTab.uid);
27059
27009
  commands.push(...disposeCommands);
27060
- await invoke$p('Viewlet.sendMultiple', commands);
27010
+ await invoke$q('Viewlet.sendMultiple', commands);
27061
27011
  return {
27062
27012
  ...state,
27063
27013
  selectedIndex: index
@@ -27861,7 +27811,7 @@ const getRealUri = pathOrUri => {
27861
27811
  if (protocol) {
27862
27812
  return pathOrUri;
27863
27813
  }
27864
- return invoke$n('FileSystem.getRealUri', pathOrUri);
27814
+ return invoke$o('FileSystem.getRealUri', pathOrUri);
27865
27815
  };
27866
27816
 
27867
27817
  const create = (id, uri, x, y, width, height) => {
@@ -27903,7 +27853,7 @@ const resize = (state, dimensions) => {
27903
27853
  };
27904
27854
  };
27905
27855
  const dispose = async state => {
27906
- await invoke$p('WebView.dispose', state.uid);
27856
+ await invoke$q('WebView.dispose', state.uid);
27907
27857
  return state;
27908
27858
  };
27909
27859
 
@@ -28099,11 +28049,11 @@ const FileSystemAppKeyBindings = {
28099
28049
 
28100
28050
  const downloadUpdate$2 = version => {
28101
28051
  string(version);
28102
- return invoke$n('AutoUpdaterAppImage.downloadUpdate', version);
28052
+ return invoke$o('AutoUpdaterAppImage.downloadUpdate', version);
28103
28053
  };
28104
28054
  const installAndRestart$2 = downloadPath => {
28105
28055
  string(downloadPath);
28106
- return invoke$n('AutoUpdaterAppImage.installAndRestart', downloadPath);
28056
+ return invoke$o('AutoUpdaterAppImage.installAndRestart', downloadPath);
28107
28057
  };
28108
28058
 
28109
28059
  const AutoUpdaterAppImage = {
@@ -28114,11 +28064,11 @@ const AutoUpdaterAppImage = {
28114
28064
 
28115
28065
  const downloadUpdate$1 = version => {
28116
28066
  string(version);
28117
- return invoke$n('AutoUpdaterWindowsNsis.downloadUpdate', version);
28067
+ return invoke$o('AutoUpdaterWindowsNsis.downloadUpdate', version);
28118
28068
  };
28119
28069
  const installAndRestart$1 = downloadPath => {
28120
28070
  string(downloadPath);
28121
- return invoke$n('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
28071
+ return invoke$o('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
28122
28072
  };
28123
28073
 
28124
28074
  const AutoUpdaterNsis = {
@@ -28131,7 +28081,7 @@ const exec = (command, args, options) => {
28131
28081
  string(command);
28132
28082
  array(args);
28133
28083
  object(options);
28134
- return invoke$n('Exec.exec', command, args, options);
28084
+ return invoke$o('Exec.exec', command, args, options);
28135
28085
  };
28136
28086
 
28137
28087
  const getDebArch = processArch => {
@@ -28156,7 +28106,7 @@ const getDownloadUrl = (repository, version, applicationName, debArch) => {
28156
28106
  };
28157
28107
 
28158
28108
  const getTmpDir = () => {
28159
- return invoke$n('Os.getTmpDir');
28109
+ return invoke$o('Os.getTmpDir');
28160
28110
  };
28161
28111
 
28162
28112
  // TODO remove this code when auto update through apt is supported
@@ -28224,7 +28174,7 @@ const getItem = (items, label) => {
28224
28174
  const openContextMenu = async (x, y, id, ...args) => {
28225
28175
  const entries = await getMenuEntries$h(id, ...args);
28226
28176
  const electronMenuItems = convertMenuItems(entries);
28227
- const event = await invoke$n('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
28177
+ const event = await invoke$o('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
28228
28178
  if (event.type === 'close') {
28229
28179
  return;
28230
28180
  }
@@ -28261,7 +28211,7 @@ const ContextMenuBrowser = {
28261
28211
 
28262
28212
  const open$3 = async () => {
28263
28213
  try {
28264
- await invoke$n('ElectronWindowProcessExplorer.open');
28214
+ await invoke$o('ElectronWindowProcessExplorer.open');
28265
28215
  } catch (error) {
28266
28216
  throw new VError(error, 'Failed to open process explorer');
28267
28217
  }
@@ -29665,7 +29615,7 @@ const prefixIdWithExt = item => {
29665
29615
  const getExtensionPicks = async () => {
29666
29616
  try {
29667
29617
  // TODO don't call this every time
29668
- const extensionPicks = await getCommands$e();
29618
+ const extensionPicks = await getCommands$f();
29669
29619
  if (!extensionPicks) {
29670
29620
  return [];
29671
29621
  }
@@ -29708,7 +29658,7 @@ const selectPickExtension = async item => {
29708
29658
  try {
29709
29659
  await executeCommand(id);
29710
29660
  } catch (error) {
29711
- await handleError$2(error, false);
29661
+ await handleError$1(error, false);
29712
29662
  await showErrorDialog(error);
29713
29663
  }
29714
29664
  return {
@@ -29908,7 +29858,7 @@ const QuickPickEntriesView = {
29908
29858
  };
29909
29859
 
29910
29860
  const searchFile$1 = async (path, value, prepare) => {
29911
- return invoke$l('SearchFile.searchFile', path, value, prepare, assetDir);
29861
+ return invoke$m('SearchFile.searchFile', path, value, prepare, assetDir);
29912
29862
  };
29913
29863
 
29914
29864
  const searchFile = async (path, value) => {