@lvce-editor/static-server 0.54.6 → 0.54.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1843) hide show
  1. package/dist/static-server.js +1865 -1865
  2. package/package.json +1 -1
  3. package/static/{9d2045c → 8fd4507}/css/App.css +83 -83
  4. package/static/{9d2045c → 8fd4507}/manifest.json +2 -2
  5. package/static/{9d2045c → 8fd4507}/packages/about-view-worker/dist/aboutWorkerMain.js +96 -32
  6. package/static/{9d2045c → 8fd4507}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +219 -144
  7. package/static/{9d2045c → 8fd4507}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
  8. package/static/{9d2045c → 8fd4507}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +108 -58
  9. package/static/{9d2045c → 8fd4507}/packages/file-search-worker/dist/fileSearchWorkerMain.js +64 -52
  10. package/static/{9d2045c → 8fd4507}/packages/file-system-worker/dist/fileSystemWorkerMain.js +51 -35
  11. package/static/{9d2045c → 8fd4507}/packages/references-view/dist/referencesViewWorkerMain.js +407 -101
  12. package/static/{9d2045c → 8fd4507}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
  13. package/static/{9d2045c → 8fd4507}/packages/renderer-worker/dist/rendererWorkerMain.js +666 -975
  14. package/static/{9d2045c → 8fd4507}/packages/text-search-worker/dist/textSearchWorkerMain.js +250 -224
  15. package/static/index.html +4 -4
  16. /package/static/{9d2045c → 8fd4507}/config/colorTheme.json +0 -0
  17. /package/static/{9d2045c → 8fd4507}/config/defaultSettings.json +0 -0
  18. /package/static/{9d2045c → 8fd4507}/config/fileMap.json +0 -0
  19. /package/static/{9d2045c → 8fd4507}/config/webExtensions.json +0 -0
  20. /package/static/{9d2045c → 8fd4507}/css/parts/AdditionalDetails.css +0 -0
  21. /package/static/{9d2045c → 8fd4507}/css/parts/Animation.css +0 -0
  22. /package/static/{9d2045c → 8fd4507}/css/parts/DebugButtons.css +0 -0
  23. /package/static/{9d2045c → 8fd4507}/css/parts/DebugValue.css +0 -0
  24. /package/static/{9d2045c → 8fd4507}/css/parts/E2eTest.css +0 -0
  25. /package/static/{9d2045c → 8fd4507}/css/parts/E2eTests.css +0 -0
  26. /package/static/{9d2045c → 8fd4507}/css/parts/EditorHover.css +0 -0
  27. /package/static/{9d2045c → 8fd4507}/css/parts/EditorMessage.css +0 -0
  28. /package/static/{9d2045c → 8fd4507}/css/parts/FeatureContent.css +0 -0
  29. /package/static/{9d2045c → 8fd4507}/css/parts/Features.css +0 -0
  30. /package/static/{9d2045c → 8fd4507}/css/parts/ImagePreview.css +0 -0
  31. /package/static/{9d2045c → 8fd4507}/css/parts/InlineDiffEditor.css +0 -0
  32. /package/static/{9d2045c → 8fd4507}/css/parts/InputBadge.css +0 -0
  33. /package/static/{9d2045c → 8fd4507}/css/parts/Key.css +0 -0
  34. /package/static/{9d2045c → 8fd4507}/css/parts/KeyBindingsHeader.css +0 -0
  35. /package/static/{9d2045c → 8fd4507}/css/parts/KeyBindingsTable.css +0 -0
  36. /package/static/{9d2045c → 8fd4507}/css/parts/LegacyDialog.css +0 -0
  37. /package/static/{9d2045c → 8fd4507}/css/parts/Markdown.css +0 -0
  38. /package/static/{9d2045c → 8fd4507}/css/parts/Progress.css +0 -0
  39. /package/static/{9d2045c → 8fd4507}/css/parts/SearchToggleButton.css +0 -0
  40. /package/static/{9d2045c → 8fd4507}/css/parts/Select.css +0 -0
  41. /package/static/{9d2045c → 8fd4507}/css/parts/Table.css +0 -0
  42. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletAbout.css +0 -0
  43. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletBrowserViewOverview.css +0 -0
  44. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletDebugConsole.css +0 -0
  45. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletDefineKeyBinding.css +0 -0
  46. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletDialog.css +0 -0
  47. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletDiffEditor.css +0 -0
  48. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletEditorWidgetError.css +0 -0
  49. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletExtensionDetail.css +0 -0
  50. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletExtensionDetailHeader.css +0 -0
  51. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletExtensionDetailTabs.css +0 -0
  52. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletExtensions.css +0 -0
  53. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletIframeInspector.css +0 -0
  54. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletKeyBindings.css +0 -0
  55. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletMedia.css +0 -0
  56. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletOutput.css +0 -0
  57. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletPanel.css +0 -0
  58. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletPanelTabs.css +0 -0
  59. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletPdf.css +0 -0
  60. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletProblems.css +0 -0
  61. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletReferences.css +0 -0
  62. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletRunAndDebug.css +0 -0
  63. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletScreenCapture.css +0 -0
  64. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletSearch.css +0 -0
  65. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletSimpleBrowser.css +0 -0
  66. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletSourceControl.css +0 -0
  67. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletStorage.css +0 -0
  68. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletTerminal.css +0 -0
  69. /package/static/{9d2045c → 8fd4507}/css/parts/ViewletTerminalTabs.css +0 -0
  70. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-bat/README.md +0 -0
  71. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-bat/extension.json +0 -0
  72. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
  73. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
  74. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-c/README.md +0 -0
  75. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-c/extension.json +0 -0
  76. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
  77. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
  78. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
  79. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
  80. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-cpp/README.md +0 -0
  81. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-cpp/extension.json +0 -0
  82. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
  83. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
  84. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-cson/README.md +0 -0
  85. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-cson/extension.json +0 -0
  86. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
  87. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
  88. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-css/README.md +0 -0
  89. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-css/extension.json +0 -0
  90. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
  91. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
  92. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-dart/README.md +0 -0
  93. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-dart/extension.json +0 -0
  94. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
  95. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-desktop/README.md +0 -0
  96. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-desktop/extension.json +0 -0
  97. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
  98. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-docker/README.md +0 -0
  99. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-docker/extension.json +0 -0
  100. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
  101. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-dotenv/README.md +0 -0
  102. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
  103. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
  104. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
  105. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
  106. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
  107. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-elixir/README.md +0 -0
  108. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-elixir/extension.json +0 -0
  109. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
  110. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-elm/README.md +0 -0
  111. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-elm/extension.json +0 -0
  112. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
  113. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
  114. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
  115. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
  116. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-gn/README.md +0 -0
  117. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-gn/extension.json +0 -0
  118. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
  119. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-go/README.md +0 -0
  120. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-go/extension.json +0 -0
  121. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
  122. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-graphql/README.md +0 -0
  123. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-graphql/extension.json +0 -0
  124. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
  125. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-html/README.md +0 -0
  126. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-html/extension.json +0 -0
  127. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
  128. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
  129. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-java/README.md +0 -0
  130. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-java/extension.json +0 -0
  131. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
  132. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
  133. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-javascript/README.md +0 -0
  134. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-javascript/extension.json +0 -0
  135. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
  136. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
  137. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-json/README.md +0 -0
  138. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-json/extension.json +0 -0
  139. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
  140. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-json5/README.md +0 -0
  141. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-json5/extension.json +0 -0
  142. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
  143. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-jsx/README.md +0 -0
  144. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-jsx/extension.json +0 -0
  145. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
  146. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-julia/README.md +0 -0
  147. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-julia/extension.json +0 -0
  148. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
  149. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-kotlin/README.md +0 -0
  150. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
  151. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
  152. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-less/LICENSE +0 -0
  153. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-less/README.md +0 -0
  154. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-less/extension.json +0 -0
  155. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
  156. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
  157. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-markdown/README.md +0 -0
  158. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-markdown/extension.json +0 -0
  159. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
  160. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-mdx/README.md +0 -0
  161. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-mdx/extension.json +0 -0
  162. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
  163. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-nix/README.md +0 -0
  164. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-nix/extension.json +0 -0
  165. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
  166. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
  167. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
  168. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
  169. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
  170. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-perl/README.md +0 -0
  171. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-perl/extension.json +0 -0
  172. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
  173. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-plaintext/README.md +0 -0
  174. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
  175. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
  176. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-powershell/README.md +0 -0
  177. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-powershell/extension.json +0 -0
  178. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
  179. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-python/README.md +0 -0
  180. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-python/extension.json +0 -0
  181. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
  182. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
  183. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-r/README.md +0 -0
  184. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-r/extension.json +0 -0
  185. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
  186. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-ruby/README.md +0 -0
  187. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-ruby/extension.json +0 -0
  188. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
  189. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-rust/LICENSE +0 -0
  190. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-rust/README.md +0 -0
  191. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-rust/extension.json +0 -0
  192. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
  193. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
  194. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-scss/README.md +0 -0
  195. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-scss/extension.json +0 -0
  196. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
  197. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
  198. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-shellscript/README.md +0 -0
  199. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
  200. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
  201. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-svelte/README.md +0 -0
  202. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-svelte/extension.json +0 -0
  203. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
  204. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-terraform/README.md +0 -0
  205. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-terraform/extension.json +0 -0
  206. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
  207. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-toml/README.md +0 -0
  208. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-toml/extension.json +0 -0
  209. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
  210. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-typescript/README.md +0 -0
  211. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-typescript/extension.json +0 -0
  212. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
  213. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-vue/README.md +0 -0
  214. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-vue/extension.json +0 -0
  215. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
  216. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-wgsl/README.md +0 -0
  217. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
  218. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
  219. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
  220. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-xml/README.md +0 -0
  221. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-xml/extension.json +0 -0
  222. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
  223. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-yaml/README.md +0 -0
  224. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-yaml/extension.json +0 -0
  225. /package/static/{9d2045c → 8fd4507}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
  226. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
  227. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
  228. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
  229. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  230. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-ayu/README.md +0 -0
  231. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-ayu/color-theme.json +0 -0
  232. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-ayu/extension.json +0 -0
  233. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-cobalt2/README.md +0 -0
  234. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
  235. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-cobalt2/extension.json +0 -0
  236. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  237. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  238. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-gruvbox/README.md +0 -0
  239. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
  240. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-gruvbox/extension.json +0 -0
  241. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-high-contrast/README.md +0 -0
  242. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
  243. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-high-contrast/extension.json +0 -0
  244. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-material/README.md +0 -0
  245. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-material/color-theme.json +0 -0
  246. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-material/extension.json +0 -0
  247. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-monokai/README.md +0 -0
  248. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-monokai/color-theme.json +0 -0
  249. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-monokai/extension.json +0 -0
  250. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-noctis-uva/README.md +0 -0
  251. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
  252. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
  253. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  254. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-palenight/README.md +0 -0
  255. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-palenight/color-theme.json +0 -0
  256. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-palenight/extension.json +0 -0
  257. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-palenight/images/demo.png +0 -0
  258. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-slime/README.md +0 -0
  259. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-slime/color-theme.json +0 -0
  260. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-slime/extension.json +0 -0
  261. /package/static/{9d2045c → 8fd4507}/extensions/builtin.theme-slime/icon.png +0 -0
  262. /package/static/{9d2045c → 8fd4507}/extensions/builtin.vscode-icons/README.md +0 -0
  263. /package/static/{9d2045c → 8fd4507}/extensions/builtin.vscode-icons/extension.json +0 -0
  264. /package/static/{9d2045c → 8fd4507}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
  265. /package/static/{9d2045c → 8fd4507}/extensions/builtin.vscode-icons/icon.png +0 -0
  266. /package/static/{9d2045c → 8fd4507}/file-icons/default_file.svg +0 -0
  267. /package/static/{9d2045c → 8fd4507}/file-icons/default_folder.svg +0 -0
  268. /package/static/{9d2045c → 8fd4507}/file-icons/default_folder_opened.svg +0 -0
  269. /package/static/{9d2045c → 8fd4507}/file-icons/default_root_folder.svg +0 -0
  270. /package/static/{9d2045c → 8fd4507}/file-icons/default_root_folder_opened.svg +0 -0
  271. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_access.svg +0 -0
  272. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_access2.svg +0 -0
  273. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_actionscript.svg +0 -0
  274. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_actionscript2.svg +0 -0
  275. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ada.svg +0 -0
  276. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_advpl.svg +0 -0
  277. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_affectscript.svg +0 -0
  278. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_affinitydesigner.svg +0 -0
  279. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_affinityphoto.svg +0 -0
  280. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_affinitypublisher.svg +0 -0
  281. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_agda.svg +0 -0
  282. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ai.svg +0 -0
  283. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ai2.svg +0 -0
  284. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_al.svg +0 -0
  285. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_al_dal.svg +0 -0
  286. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_allcontributors.svg +0 -0
  287. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_angular.svg +0 -0
  288. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ansible.svg +0 -0
  289. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_antlers_html.svg +0 -0
  290. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_antlr.svg +0 -0
  291. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_anyscript.svg +0 -0
  292. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_apache.svg +0 -0
  293. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_apex.svg +0 -0
  294. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_api_extractor.svg +0 -0
  295. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_apib.svg +0 -0
  296. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_apib2.svg +0 -0
  297. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_apl.svg +0 -0
  298. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_applescript.svg +0 -0
  299. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_appscript.svg +0 -0
  300. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_appsemble.svg +0 -0
  301. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_appveyor.svg +0 -0
  302. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_arduino.svg +0 -0
  303. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_asciidoc.svg +0 -0
  304. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_asp.svg +0 -0
  305. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_aspx.svg +0 -0
  306. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_assembly.svg +0 -0
  307. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_astro.svg +0 -0
  308. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_astroconfig.svg +0 -0
  309. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_atom.svg +0 -0
  310. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ats.svg +0 -0
  311. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_attw.svg +0 -0
  312. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_audio.svg +0 -0
  313. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_aurelia.svg +0 -0
  314. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_autohotkey.svg +0 -0
  315. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_autoit.svg +0 -0
  316. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_avif.svg +0 -0
  317. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_avro.svg +0 -0
  318. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_awk.svg +0 -0
  319. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_aws.svg +0 -0
  320. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_azure.svg +0 -0
  321. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_azurepipelines.svg +0 -0
  322. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_babel.svg +0 -0
  323. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_babel2.svg +0 -0
  324. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bak.svg +0 -0
  325. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ballerina.svg +0 -0
  326. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bat.svg +0 -0
  327. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bats.svg +0 -0
  328. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bazaar.svg +0 -0
  329. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bazel.svg +0 -0
  330. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bazel_ignore.svg +0 -0
  331. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bazel_version.svg +0 -0
  332. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_befunge.svg +0 -0
  333. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bicep.svg +0 -0
  334. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_biml.svg +0 -0
  335. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_binary.svg +0 -0
  336. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_biome.svg +0 -0
  337. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bitbucketpipeline.svg +0 -0
  338. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bithound.svg +0 -0
  339. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_blade.svg +0 -0
  340. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_blender.svg +0 -0
  341. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_blitzbasic.svg +0 -0
  342. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bolt.svg +0 -0
  343. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bosque.svg +0 -0
  344. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bower.svg +0 -0
  345. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bower2.svg +0 -0
  346. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_browserslist.svg +0 -0
  347. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bruno.svg +0 -0
  348. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_buckbuild.svg +0 -0
  349. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_buf.svg +0 -0
  350. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bun.svg +0 -0
  351. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bundlemon.svg +0 -0
  352. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bundler.svg +0 -0
  353. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_bunfig.svg +0 -0
  354. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_c.svg +0 -0
  355. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_c2.svg +0 -0
  356. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_c3.svg +0 -0
  357. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_c_al.svg +0 -0
  358. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cabal.svg +0 -0
  359. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_caddy.svg +0 -0
  360. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cake.svg +0 -0
  361. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cakephp.svg +0 -0
  362. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_capacitor.svg +0 -0
  363. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_capnp.svg +0 -0
  364. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cargo.svg +0 -0
  365. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_casc.svg +0 -0
  366. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cddl.svg +0 -0
  367. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cert.svg +0 -0
  368. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ceylon.svg +0 -0
  369. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cf.svg +0 -0
  370. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cf2.svg +0 -0
  371. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cfc.svg +0 -0
  372. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cfc2.svg +0 -0
  373. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cfm.svg +0 -0
  374. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cfm2.svg +0 -0
  375. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_changie.svg +0 -0
  376. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cheader.svg +0 -0
  377. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_chef.svg +0 -0
  378. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_chef_cookbook.svg +0 -0
  379. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_circleci.svg +0 -0
  380. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_class.svg +0 -0
  381. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_claude.svg +0 -0
  382. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_clojure.svg +0 -0
  383. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_clojurescript.svg +0 -0
  384. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cloudfoundry.svg +0 -0
  385. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cmake.svg +0 -0
  386. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cobol.svg +0 -0
  387. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_codacy.svg +0 -0
  388. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_codeclimate.svg +0 -0
  389. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_codecov.svg +0 -0
  390. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_codekit.svg +0 -0
  391. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_codemagic.svg +0 -0
  392. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_codeowners.svg +0 -0
  393. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_codeql.svg +0 -0
  394. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_coderabbit.svg +0 -0
  395. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_coffeelint.svg +0 -0
  396. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_coffeescript.svg +0 -0
  397. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_commitizen.svg +0 -0
  398. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_commitlint.svg +0 -0
  399. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_compass.svg +0 -0
  400. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_composer.svg +0 -0
  401. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_conan.svg +0 -0
  402. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_conda.svg +0 -0
  403. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_config.svg +0 -0
  404. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_confluence.svg +0 -0
  405. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_copilot.svg +0 -0
  406. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_coverage.svg +0 -0
  407. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_coveralls.svg +0 -0
  408. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cpp.svg +0 -0
  409. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cpp2.svg +0 -0
  410. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cpp3.svg +0 -0
  411. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cppheader.svg +0 -0
  412. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_craco.svg +0 -0
  413. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_crowdin.svg +0 -0
  414. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_crystal.svg +0 -0
  415. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_csharp.svg +0 -0
  416. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_csharp2.svg +0 -0
  417. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cspell.svg +0 -0
  418. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_csproj.svg +0 -0
  419. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_css.svg +0 -0
  420. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_css2.svg +0 -0
  421. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_css2map.svg +0 -0
  422. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_csscomb.svg +0 -0
  423. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_csslint.svg +0 -0
  424. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cssmap.svg +0 -0
  425. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cucumber.svg +0 -0
  426. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cuda.svg +0 -0
  427. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cursorrules.svg +0 -0
  428. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cvs.svg +0 -0
  429. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cypress.svg +0 -0
  430. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cypress_spec.svg +0 -0
  431. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_cython.svg +0 -0
  432. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dal.svg +0 -0
  433. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_darcs.svg +0 -0
  434. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dartlang.svg +0 -0
  435. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dartlang_generated.svg +0 -0
  436. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dartlang_ignore.svg +0 -0
  437. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_datadog.svg +0 -0
  438. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_db.svg +0 -0
  439. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_debian.svg +0 -0
  440. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_delphi.svg +0 -0
  441. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_deno.svg +0 -0
  442. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_denoify.svg +0 -0
  443. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dependabot.svg +0 -0
  444. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dependencies.svg +0 -0
  445. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_devcontainer.svg +0 -0
  446. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dhall.svg +0 -0
  447. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_diff.svg +0 -0
  448. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_django.svg +0 -0
  449. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dlang.svg +0 -0
  450. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_docker.svg +0 -0
  451. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_docker2.svg +0 -0
  452. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dockertest.svg +0 -0
  453. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dockertest2.svg +0 -0
  454. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_docpad.svg +0 -0
  455. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_docusaurus.svg +0 -0
  456. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_docz.svg +0 -0
  457. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dojo.svg +0 -0
  458. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_doppler.svg +0 -0
  459. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dotenv.svg +0 -0
  460. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dotjs.svg +0 -0
  461. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_doxygen.svg +0 -0
  462. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_drawio.svg +0 -0
  463. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_drone.svg +0 -0
  464. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_drools.svg +0 -0
  465. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dtd.svg +0 -0
  466. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dune.svg +0 -0
  467. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dustjs.svg +0 -0
  468. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dvc.svg +0 -0
  469. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_dylan.svg +0 -0
  470. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_earthly.svg +0 -0
  471. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_eas-metadata.svg +0 -0
  472. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_edge.svg +0 -0
  473. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_edge2.svg +0 -0
  474. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_editorconfig.svg +0 -0
  475. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_eex.svg +0 -0
  476. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ejs.svg +0 -0
  477. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_elastic.svg +0 -0
  478. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_elasticbeanstalk.svg +0 -0
  479. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_eleventy.svg +0 -0
  480. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_eleventy2.svg +0 -0
  481. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_elixir.svg +0 -0
  482. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_elm.svg +0 -0
  483. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_elm2.svg +0 -0
  484. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_emacs.svg +0 -0
  485. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ember.svg +0 -0
  486. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ensime.svg +0 -0
  487. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_eps.svg +0 -0
  488. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_epub.svg +0 -0
  489. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_erb.svg +0 -0
  490. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_erlang.svg +0 -0
  491. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_erlang2.svg +0 -0
  492. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_esbuild.svg +0 -0
  493. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_eslint.svg +0 -0
  494. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_eslint2.svg +0 -0
  495. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_esphome.svg +0 -0
  496. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_excalidraw.svg +0 -0
  497. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_excel.svg +0 -0
  498. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_excel2.svg +0 -0
  499. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_expo.svg +0 -0
  500. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_falcon.svg +0 -0
  501. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fantasticon.svg +0 -0
  502. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fastly.svg +0 -0
  503. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fauna.svg +0 -0
  504. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_favicon.svg +0 -0
  505. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fbx.svg +0 -0
  506. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_firebase.svg +0 -0
  507. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_firebasehosting.svg +0 -0
  508. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_firestore.svg +0 -0
  509. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fitbit.svg +0 -0
  510. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fla.svg +0 -0
  511. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_flareact.svg +0 -0
  512. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_flash.svg +0 -0
  513. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_floobits.svg +0 -0
  514. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_flow.svg +0 -0
  515. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_flutter.svg +0 -0
  516. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_flutter_package.svg +0 -0
  517. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_flyio.svg +0 -0
  518. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_font.svg +0 -0
  519. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_formkit.svg +0 -0
  520. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fortran.svg +0 -0
  521. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fossa.svg +0 -0
  522. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fossil.svg +0 -0
  523. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_freemarker.svg +0 -0
  524. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_frontcommerce.svg +0 -0
  525. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fsharp.svg +0 -0
  526. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fsharp2.svg +0 -0
  527. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fsproj.svg +0 -0
  528. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fthtml.svg +0 -0
  529. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_funding.svg +0 -0
  530. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_fusebox.svg +0 -0
  531. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_galen.svg +0 -0
  532. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_galen2.svg +0 -0
  533. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gamemaker.svg +0 -0
  534. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gamemaker2.svg +0 -0
  535. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gamemaker81.svg +0 -0
  536. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gatsby.svg +0 -0
  537. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gcloud.svg +0 -0
  538. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gcode.svg +0 -0
  539. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gdscript.svg +0 -0
  540. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_genstat.svg +0 -0
  541. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_git.svg +0 -0
  542. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_git2.svg +0 -0
  543. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gitlab.svg +0 -0
  544. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gitpod.svg +0 -0
  545. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gleam.svg +0 -0
  546. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gleamconfig.svg +0 -0
  547. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_glide.svg +0 -0
  548. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_glitter.svg +0 -0
  549. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_glsl.svg +0 -0
  550. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gltf.svg +0 -0
  551. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_glyphs.svg +0 -0
  552. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gnu.svg +0 -0
  553. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gnuplot.svg +0 -0
  554. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_go.svg +0 -0
  555. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_go_aqua.svg +0 -0
  556. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_go_black.svg +0 -0
  557. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_go_fuchsia.svg +0 -0
  558. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_go_gopher.svg +0 -0
  559. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_go_lightblue.svg +0 -0
  560. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_go_package.svg +0 -0
  561. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_go_white.svg +0 -0
  562. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_go_work.svg +0 -0
  563. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_go_yellow.svg +0 -0
  564. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_goctl.svg +0 -0
  565. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_godot.svg +0 -0
  566. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gpg.svg +0 -0
  567. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gradle.svg +0 -0
  568. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gradle2.svg +0 -0
  569. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_grain.svg +0 -0
  570. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_graphql.svg +0 -0
  571. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_graphql_config.svg +0 -0
  572. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_graphviz.svg +0 -0
  573. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_greenkeeper.svg +0 -0
  574. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gridsome.svg +0 -0
  575. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_groovy.svg +0 -0
  576. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_groovy2.svg +0 -0
  577. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_grunt.svg +0 -0
  578. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_gulp.svg +0 -0
  579. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_haml.svg +0 -0
  580. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_handlebars.svg +0 -0
  581. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_handlebars2.svg +0 -0
  582. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_harbour.svg +0 -0
  583. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_hardhat.svg +0 -0
  584. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_hashicorp.svg +0 -0
  585. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_haskell.svg +0 -0
  586. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_haskell2.svg +0 -0
  587. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_haxe.svg +0 -0
  588. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_haxecheckstyle.svg +0 -0
  589. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_haxedevelop.svg +0 -0
  590. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_helix.svg +0 -0
  591. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_helm.svg +0 -0
  592. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_histoire.svg +0 -0
  593. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_hjson.svg +0 -0
  594. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_hlsl.svg +0 -0
  595. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_homeassistant.svg +0 -0
  596. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_horusec.svg +0 -0
  597. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_host.svg +0 -0
  598. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_html.svg +0 -0
  599. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_htmlhint.svg +0 -0
  600. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_htmlvalidate.svg +0 -0
  601. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_http.svg +0 -0
  602. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_hugo.svg +0 -0
  603. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_humanstxt.svg +0 -0
  604. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_hunspell.svg +0 -0
  605. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_husky.svg +0 -0
  606. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_hy.svg +0 -0
  607. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_hygen.svg +0 -0
  608. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_hypr.svg +0 -0
  609. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_icl.svg +0 -0
  610. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_idris.svg +0 -0
  611. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_idrisbin.svg +0 -0
  612. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_idrispkg.svg +0 -0
  613. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_image.svg +0 -0
  614. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_imba.svg +0 -0
  615. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_inc.svg +0 -0
  616. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_infopath.svg +0 -0
  617. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_informix.svg +0 -0
  618. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ini.svg +0 -0
  619. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ink.svg +0 -0
  620. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_innosetup.svg +0 -0
  621. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_io.svg +0 -0
  622. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_iodine.svg +0 -0
  623. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ionic.svg +0 -0
  624. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jake.svg +0 -0
  625. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_janet.svg +0 -0
  626. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jar.svg +0 -0
  627. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jasmine.svg +0 -0
  628. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_java.svg +0 -0
  629. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jbuilder.svg +0 -0
  630. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jekyll.svg +0 -0
  631. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jenkins.svg +0 -0
  632. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jest.svg +0 -0
  633. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jest_snapshot.svg +0 -0
  634. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jinja.svg +0 -0
  635. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jpm.svg +0 -0
  636. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_js.svg +0 -0
  637. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_js_official.svg +0 -0
  638. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jsbeautify.svg +0 -0
  639. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jsconfig.svg +0 -0
  640. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jscpd.svg +0 -0
  641. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jshint.svg +0 -0
  642. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jsmap.svg +0 -0
  643. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_json.svg +0 -0
  644. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_json2.svg +0 -0
  645. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_json5.svg +0 -0
  646. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_json_official.svg +0 -0
  647. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_json_schema.svg +0 -0
  648. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jsonld.svg +0 -0
  649. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jsonnet.svg +0 -0
  650. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jsp.svg +0 -0
  651. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jsr.svg +0 -0
  652. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jss.svg +0 -0
  653. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_juice.svg +0 -0
  654. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_julia.svg +0 -0
  655. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_julia2.svg +0 -0
  656. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_jupyter.svg +0 -0
  657. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_just.svg +0 -0
  658. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_k.svg +0 -0
  659. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_karma.svg +0 -0
  660. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_key.svg +0 -0
  661. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_kitchenci.svg +0 -0
  662. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_kite.svg +0 -0
  663. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_kivy.svg +0 -0
  664. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_knip.svg +0 -0
  665. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_kos.svg +0 -0
  666. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_kotlin.svg +0 -0
  667. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_kusto.svg +0 -0
  668. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_language_configuration.svg +0 -0
  669. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lark.svg +0 -0
  670. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_latino.svg +0 -0
  671. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_layout.svg +0 -0
  672. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lefthook.svg +0 -0
  673. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lerna.svg +0 -0
  674. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_less.svg +0 -0
  675. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lex.svg +0 -0
  676. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_liara.svg +0 -0
  677. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_libreoffice_base.svg +0 -0
  678. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_libreoffice_calc.svg +0 -0
  679. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_libreoffice_draw.svg +0 -0
  680. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_libreoffice_impress.svg +0 -0
  681. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_libreoffice_math.svg +0 -0
  682. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_libreoffice_writer.svg +0 -0
  683. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_license.svg +0 -0
  684. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_licensebat.svg +0 -0
  685. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_actionscript2.svg +0 -0
  686. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_ada.svg +0 -0
  687. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_agda.svg +0 -0
  688. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_apl.svg +0 -0
  689. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_astro.svg +0 -0
  690. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_astroconfig.svg +0 -0
  691. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_babel.svg +0 -0
  692. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_babel2.svg +0 -0
  693. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_cabal.svg +0 -0
  694. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_circleci.svg +0 -0
  695. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_cloudfoundry.svg +0 -0
  696. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_codacy.svg +0 -0
  697. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_codeclimate.svg +0 -0
  698. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_codeowners.svg +0 -0
  699. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_config.svg +0 -0
  700. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_copilot.svg +0 -0
  701. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_crystal.svg +0 -0
  702. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_cypress.svg +0 -0
  703. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_cypress_spec.svg +0 -0
  704. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_db.svg +0 -0
  705. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_deno.svg +0 -0
  706. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_dhall.svg +0 -0
  707. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_docpad.svg +0 -0
  708. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_drone.svg +0 -0
  709. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_eas-metadata.svg +0 -0
  710. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_eleventy.svg +0 -0
  711. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_eleventy2.svg +0 -0
  712. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_esphome.svg +0 -0
  713. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_expo.svg +0 -0
  714. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_firebasehosting.svg +0 -0
  715. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_fla.svg +0 -0
  716. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_font.svg +0 -0
  717. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_gamemaker2.svg +0 -0
  718. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_gradle.svg +0 -0
  719. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_hashicorp.svg +0 -0
  720. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_hjson.svg +0 -0
  721. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_ini.svg +0 -0
  722. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_io.svg +0 -0
  723. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_js.svg +0 -0
  724. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_jsconfig.svg +0 -0
  725. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_jsmap.svg +0 -0
  726. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_json.svg +0 -0
  727. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_json5.svg +0 -0
  728. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_json_schema.svg +0 -0
  729. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_jsonld.svg +0 -0
  730. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_kite.svg +0 -0
  731. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_lark.svg +0 -0
  732. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_lerna.svg +0 -0
  733. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_mailing.svg +0 -0
  734. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_markuplint.svg +0 -0
  735. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_mdx-components.svg +0 -0
  736. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_mdx.svg +0 -0
  737. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_mlang.svg +0 -0
  738. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_mustache.svg +0 -0
  739. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_mypy.svg +0 -0
  740. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_neo4j.svg +0 -0
  741. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_netlify.svg +0 -0
  742. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_next.svg +0 -0
  743. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_nim.svg +0 -0
  744. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_nx.svg +0 -0
  745. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_objidconfig.svg +0 -0
  746. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_openHAB.svg +0 -0
  747. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_pcl.svg +0 -0
  748. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_pnpm.svg +0 -0
  749. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_prettier.svg +0 -0
  750. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_prisma.svg +0 -0
  751. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_purescript.svg +0 -0
  752. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_quasar.svg +0 -0
  753. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_raku.svg +0 -0
  754. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_razzle.svg +0 -0
  755. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_reactrouter.svg +0 -0
  756. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_rehype.svg +0 -0
  757. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_remark.svg +0 -0
  758. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_replit.svg +0 -0
  759. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_retext.svg +0 -0
  760. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_rome.svg +0 -0
  761. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_rubocop.svg +0 -0
  762. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_rust.svg +0 -0
  763. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_rust_toolchain.svg +0 -0
  764. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_safetensors.svg +0 -0
  765. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_shaderlab.svg +0 -0
  766. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_solidity.svg +0 -0
  767. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_spin.svg +0 -0
  768. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_stylelint.svg +0 -0
  769. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_stylus.svg +0 -0
  770. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_symfony.svg +0 -0
  771. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_systemd.svg +0 -0
  772. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_systemverilog.svg +0 -0
  773. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_testcafe.svg +0 -0
  774. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_testjs.svg +0 -0
  775. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_tex.svg +0 -0
  776. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_tm.svg +0 -0
  777. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_tmux.svg +0 -0
  778. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_todo.svg +0 -0
  779. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_toit.svg +0 -0
  780. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_toml.svg +0 -0
  781. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_tree.svg +0 -0
  782. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_turbo.svg +0 -0
  783. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_unibeautify.svg +0 -0
  784. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_vash.svg +0 -0
  785. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_vercel.svg +0 -0
  786. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_vsix.svg +0 -0
  787. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_vsixmanifest.svg +0 -0
  788. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_xfl.svg +0 -0
  789. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_xorg.svg +0 -0
  790. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_yaml.svg +0 -0
  791. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_yaml_official.svg +0 -0
  792. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_light_zeit.svg +0 -0
  793. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lighthouse.svg +0 -0
  794. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lilypond.svg +0 -0
  795. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lime.svg +0 -0
  796. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lintstagedrc.svg +0 -0
  797. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_liquid.svg +0 -0
  798. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lisp.svg +0 -0
  799. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_livescript.svg +0 -0
  800. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lnk.svg +0 -0
  801. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_locale.svg +0 -0
  802. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_log.svg +0 -0
  803. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lolcode.svg +0 -0
  804. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lsl.svg +0 -0
  805. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lua.svg +0 -0
  806. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_luau.svg +0 -0
  807. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_lync.svg +0 -0
  808. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mailing.svg +0 -0
  809. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_makefile.svg +0 -0
  810. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_manifest.svg +0 -0
  811. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_manifest_bak.svg +0 -0
  812. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_manifest_skip.svg +0 -0
  813. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_map.svg +0 -0
  814. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mariadb.svg +0 -0
  815. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_markdown.svg +0 -0
  816. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_markdownlint.svg +0 -0
  817. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_markdownlint_ignore.svg +0 -0
  818. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_marko.svg +0 -0
  819. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_markojs.svg +0 -0
  820. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_markuplint.svg +0 -0
  821. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_master-co.svg +0 -0
  822. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_matlab.svg +0 -0
  823. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_maven.svg +0 -0
  824. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_maxscript.svg +0 -0
  825. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_maya.svg +0 -0
  826. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mdx-components.svg +0 -0
  827. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mdx.svg +0 -0
  828. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mediawiki.svg +0 -0
  829. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mercurial.svg +0 -0
  830. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mermaid.svg +0 -0
  831. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_meson.svg +0 -0
  832. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_metal.svg +0 -0
  833. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_meteor.svg +0 -0
  834. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_minecraft.svg +0 -0
  835. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mivascript.svg +0 -0
  836. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mjml.svg +0 -0
  837. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mlang.svg +0 -0
  838. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mocha.svg +0 -0
  839. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_modernizr.svg +0 -0
  840. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mojo.svg +0 -0
  841. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mojolicious.svg +0 -0
  842. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_moleculer.svg +0 -0
  843. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mondoo.svg +0 -0
  844. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mongo.svg +0 -0
  845. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_monotone.svg +0 -0
  846. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_motif.svg +0 -0
  847. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mson.svg +0 -0
  848. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mustache.svg +0 -0
  849. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mvt.svg +0 -0
  850. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mvtcss.svg +0 -0
  851. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mvtjs.svg +0 -0
  852. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mypy.svg +0 -0
  853. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_mysql.svg +0 -0
  854. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ndst.svg +0 -0
  855. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nearly.svg +0 -0
  856. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_neo4j.svg +0 -0
  857. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_adapter_js.svg +0 -0
  858. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_adapter_ts.svg +0 -0
  859. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_controller_js.svg +0 -0
  860. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_controller_ts.svg +0 -0
  861. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_decorator_js.svg +0 -0
  862. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_decorator_ts.svg +0 -0
  863. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_filter_js.svg +0 -0
  864. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_filter_ts.svg +0 -0
  865. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_gateway_js.svg +0 -0
  866. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_gateway_ts.svg +0 -0
  867. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_guard_js.svg +0 -0
  868. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_guard_ts.svg +0 -0
  869. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_interceptor_js.svg +0 -0
  870. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
  871. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_middleware_js.svg +0 -0
  872. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_middleware_ts.svg +0 -0
  873. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_module_js.svg +0 -0
  874. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_module_ts.svg +0 -0
  875. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_pipe_js.svg +0 -0
  876. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_pipe_ts.svg +0 -0
  877. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_service_js.svg +0 -0
  878. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nest_service_ts.svg +0 -0
  879. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nestjs.svg +0 -0
  880. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_netlify.svg +0 -0
  881. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_next.svg +0 -0
  882. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nextflow.svg +0 -0
  883. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_component_css.svg +0 -0
  884. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_component_dart.svg +0 -0
  885. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_component_html.svg +0 -0
  886. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_component_js.svg +0 -0
  887. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_component_js2.svg +0 -0
  888. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_component_less.svg +0 -0
  889. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_component_sass.svg +0 -0
  890. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_component_scss.svg +0 -0
  891. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_component_ts.svg +0 -0
  892. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_component_ts2.svg +0 -0
  893. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_controller_js.svg +0 -0
  894. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_controller_ts.svg +0 -0
  895. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_directive_dart.svg +0 -0
  896. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_directive_js.svg +0 -0
  897. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_directive_js2.svg +0 -0
  898. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_directive_ts.svg +0 -0
  899. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_directive_ts2.svg +0 -0
  900. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_guard_dart.svg +0 -0
  901. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_guard_js.svg +0 -0
  902. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_guard_ts.svg +0 -0
  903. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
  904. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_interceptor_js.svg +0 -0
  905. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
  906. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_module_dart.svg +0 -0
  907. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_module_js.svg +0 -0
  908. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_module_js2.svg +0 -0
  909. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_module_ts.svg +0 -0
  910. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_module_ts2.svg +0 -0
  911. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_pipe_dart.svg +0 -0
  912. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_pipe_js.svg +0 -0
  913. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_pipe_js2.svg +0 -0
  914. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_pipe_ts.svg +0 -0
  915. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
  916. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_routing_dart.svg +0 -0
  917. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_routing_js.svg +0 -0
  918. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_routing_js2.svg +0 -0
  919. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_routing_ts.svg +0 -0
  920. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_routing_ts2.svg +0 -0
  921. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_service_dart.svg +0 -0
  922. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_service_js.svg +0 -0
  923. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_service_js2.svg +0 -0
  924. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_service_ts.svg +0 -0
  925. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_service_ts2.svg +0 -0
  926. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
  927. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_smart_component_js.svg +0 -0
  928. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
  929. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
  930. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
  931. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ng_tailwind.svg +0 -0
  932. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nginx.svg +0 -0
  933. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nim.svg +0 -0
  934. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nimble.svg +0 -0
  935. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ninja.svg +0 -0
  936. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nix.svg +0 -0
  937. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_njsproj.svg +0 -0
  938. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_noc.svg +0 -0
  939. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_node.svg +0 -0
  940. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_node2.svg +0 -0
  941. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nodemon.svg +0 -0
  942. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_npm.svg +0 -0
  943. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
  944. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nsi.svg +0 -0
  945. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nsri-integrity.svg +0 -0
  946. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nsri.svg +0 -0
  947. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nuget.svg +0 -0
  948. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_numpy.svg +0 -0
  949. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nunjucks.svg +0 -0
  950. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nuxt.svg +0 -0
  951. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nx.svg +0 -0
  952. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_nyc.svg +0 -0
  953. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_objectivec.svg +0 -0
  954. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_objectivecpp.svg +0 -0
  955. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_objidconfig.svg +0 -0
  956. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ocaml.svg +0 -0
  957. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ocaml_intf.svg +0 -0
  958. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ogone.svg +0 -0
  959. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_onenote.svg +0 -0
  960. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_opam.svg +0 -0
  961. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_openHAB.svg +0 -0
  962. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_opencl.svg +0 -0
  963. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_openscad.svg +0 -0
  964. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_opentofu.svg +0 -0
  965. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_org.svg +0 -0
  966. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_outlook.svg +0 -0
  967. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ovpn.svg +0 -0
  968. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_oxlint.svg +0 -0
  969. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_package.svg +0 -0
  970. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_paket.svg +0 -0
  971. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pandacss.svg +0 -0
  972. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_patch.svg +0 -0
  973. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pcl.svg +0 -0
  974. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pddl.svg +0 -0
  975. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pddl_happenings.svg +0 -0
  976. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pddl_plan.svg +0 -0
  977. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pdf.svg +0 -0
  978. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pdf2.svg +0 -0
  979. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pdm.svg +0 -0
  980. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_peeky.svg +0 -0
  981. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_perl.svg +0 -0
  982. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_perl2.svg +0 -0
  983. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_perl6.svg +0 -0
  984. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pgsql.svg +0 -0
  985. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_photoshop.svg +0 -0
  986. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_photoshop2.svg +0 -0
  987. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_php.svg +0 -0
  988. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_php2.svg +0 -0
  989. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_php3.svg +0 -0
  990. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_phpcsfixer.svg +0 -0
  991. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_phpstan.svg +0 -0
  992. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_phpunit.svg +0 -0
  993. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_phraseapp.svg +0 -0
  994. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pine.svg +0 -0
  995. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pip.svg +0 -0
  996. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pipeline.svg +0 -0
  997. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_plantuml.svg +0 -0
  998. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_platformio.svg +0 -0
  999. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_playwright.svg +0 -0
  1000. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_plsql.svg +0 -0
  1001. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_plsql_package.svg +0 -0
  1002. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_plsql_package_body.svg +0 -0
  1003. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_plsql_package_header.svg +0 -0
  1004. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_plsql_package_spec.svg +0 -0
  1005. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pm2.svg +0 -0
  1006. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pnpm.svg +0 -0
  1007. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_poedit.svg +0 -0
  1008. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_poetry.svg +0 -0
  1009. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_polymer.svg +0 -0
  1010. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pony.svg +0 -0
  1011. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_postcss.svg +0 -0
  1012. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_postcssconfig.svg +0 -0
  1013. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_postman.svg +0 -0
  1014. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_powerpoint.svg +0 -0
  1015. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_powerpoint2.svg +0 -0
  1016. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_powershell.svg +0 -0
  1017. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_powershell2.svg +0 -0
  1018. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_powershell_format.svg +0 -0
  1019. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_powershell_psd.svg +0 -0
  1020. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_powershell_psd2.svg +0 -0
  1021. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_powershell_psm.svg +0 -0
  1022. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_powershell_psm2.svg +0 -0
  1023. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_powershell_types.svg +0 -0
  1024. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_preact.svg +0 -0
  1025. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_precommit.svg +0 -0
  1026. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_prettier.svg +0 -0
  1027. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_prisma.svg +0 -0
  1028. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_processinglang.svg +0 -0
  1029. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_procfile.svg +0 -0
  1030. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_progress.svg +0 -0
  1031. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_prolog.svg +0 -0
  1032. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_prometheus.svg +0 -0
  1033. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_protobuf.svg +0 -0
  1034. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_protractor.svg +0 -0
  1035. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_publiccode.svg +0 -0
  1036. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_publisher.svg +0 -0
  1037. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pug.svg +0 -0
  1038. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pulumi.svg +0 -0
  1039. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_puppet.svg +0 -0
  1040. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_purescript.svg +0 -0
  1041. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_purgecss.svg +0 -0
  1042. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pyenv.svg +0 -0
  1043. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pyret.svg +0 -0
  1044. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pyscript.svg +0 -0
  1045. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pytest.svg +0 -0
  1046. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_python.svg +0 -0
  1047. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pythowo.svg +0 -0
  1048. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pytyped.svg +0 -0
  1049. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_pyup.svg +0 -0
  1050. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_q.svg +0 -0
  1051. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_qbs.svg +0 -0
  1052. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_qlikview.svg +0 -0
  1053. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_qml.svg +0 -0
  1054. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_qmldir.svg +0 -0
  1055. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_qsharp.svg +0 -0
  1056. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_quasar.svg +0 -0
  1057. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_r.svg +0 -0
  1058. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ra_syntax_tree.svg +0 -0
  1059. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_racket.svg +0 -0
  1060. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rails.svg +0 -0
  1061. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rake.svg +0 -0
  1062. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_raku.svg +0 -0
  1063. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_raml.svg +0 -0
  1064. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_razor.svg +0 -0
  1065. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_razzle.svg +0 -0
  1066. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_reactjs.svg +0 -0
  1067. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_reactrouter.svg +0 -0
  1068. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_reacttemplate.svg +0 -0
  1069. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_reactts.svg +0 -0
  1070. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_reason.svg +0 -0
  1071. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_red.svg +0 -0
  1072. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_registry.svg +0 -0
  1073. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rego.svg +0 -0
  1074. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rehype.svg +0 -0
  1075. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_remark.svg +0 -0
  1076. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_renovate.svg +0 -0
  1077. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_replit.svg +0 -0
  1078. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rescript.svg +0 -0
  1079. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rest.svg +0 -0
  1080. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_retext.svg +0 -0
  1081. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rexx.svg +0 -0
  1082. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_riot.svg +0 -0
  1083. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rmd.svg +0 -0
  1084. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rnc.svg +0 -0
  1085. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_robotframework.svg +0 -0
  1086. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_robots.svg +0 -0
  1087. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rolldown.svg +0 -0
  1088. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rollup.svg +0 -0
  1089. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rome.svg +0 -0
  1090. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ron.svg +0 -0
  1091. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rproj.svg +0 -0
  1092. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rspec.svg +0 -0
  1093. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rss.svg +0 -0
  1094. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rubocop.svg +0 -0
  1095. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ruby.svg +0 -0
  1096. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rust.svg +0 -0
  1097. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_rust_toolchain.svg +0 -0
  1098. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_s-lang.svg +0 -0
  1099. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_safetensors.svg +0 -0
  1100. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sails.svg +0 -0
  1101. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_saltstack.svg +0 -0
  1102. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_san.svg +0 -0
  1103. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
  1104. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sas.svg +0 -0
  1105. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sass.svg +0 -0
  1106. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sbt.svg +0 -0
  1107. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_scala.svg +0 -0
  1108. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_scilab.svg +0 -0
  1109. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_script.svg +0 -0
  1110. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_scss.svg +0 -0
  1111. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_scss2.svg +0 -0
  1112. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sdlang.svg +0 -0
  1113. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_search_result.svg +0 -0
  1114. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_seedkit.svg +0 -0
  1115. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sentry.svg +0 -0
  1116. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sequelize.svg +0 -0
  1117. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_serverless.svg +0 -0
  1118. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_shaderlab.svg +0 -0
  1119. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_shell.svg +0 -0
  1120. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_shellcheck.svg +0 -0
  1121. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_shuttle.svg +0 -0
  1122. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_silverstripe.svg +0 -0
  1123. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sino.svg +0 -0
  1124. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_siyuan.svg +0 -0
  1125. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sketch.svg +0 -0
  1126. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_skipper.svg +0 -0
  1127. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_slang.svg +0 -0
  1128. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_slashup.svg +0 -0
  1129. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_slice.svg +0 -0
  1130. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_slim.svg +0 -0
  1131. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_slint.svg +0 -0
  1132. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sln.svg +0 -0
  1133. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sln2.svg +0 -0
  1134. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_smarty.svg +0 -0
  1135. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_snakemake.svg +0 -0
  1136. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_snapcraft.svg +0 -0
  1137. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_snaplet.svg +0 -0
  1138. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_snort.svg +0 -0
  1139. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_snyk.svg +0 -0
  1140. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_solidarity.svg +0 -0
  1141. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_solidity.svg +0 -0
  1142. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_source.svg +0 -0
  1143. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_spacengine.svg +0 -0
  1144. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sparql.svg +0 -0
  1145. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_spin.svg +0 -0
  1146. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sqf.svg +0 -0
  1147. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sql.svg +0 -0
  1148. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sqlite.svg +0 -0
  1149. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_squirrel.svg +0 -0
  1150. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sss.svg +0 -0
  1151. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sst.svg +0 -0
  1152. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_stackblitz.svg +0 -0
  1153. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_stan.svg +0 -0
  1154. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_stata.svg +0 -0
  1155. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_stencil.svg +0 -0
  1156. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_storyboard.svg +0 -0
  1157. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_storybook.svg +0 -0
  1158. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_stryker.svg +0 -0
  1159. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_stylable.svg +0 -0
  1160. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_style.svg +0 -0
  1161. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_styled.svg +0 -0
  1162. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_stylelint.svg +0 -0
  1163. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_stylish_haskell.svg +0 -0
  1164. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_stylus.svg +0 -0
  1165. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_sublime.svg +0 -0
  1166. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_subversion.svg +0 -0
  1167. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_svelte.svg +0 -0
  1168. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_svelteconfig.svg +0 -0
  1169. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_svg.svg +0 -0
  1170. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_svgo.svg +0 -0
  1171. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_swagger.svg +0 -0
  1172. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_swc.svg +0 -0
  1173. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_swift.svg +0 -0
  1174. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_swig.svg +0 -0
  1175. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_symfony.svg +0 -0
  1176. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_syncpack.svg +0 -0
  1177. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_systemd.svg +0 -0
  1178. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_systemverilog.svg +0 -0
  1179. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_t4tt.svg +0 -0
  1180. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tailwind.svg +0 -0
  1181. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tamagui.svg +0 -0
  1182. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_taplo.svg +0 -0
  1183. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_taskfile.svg +0 -0
  1184. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tauri.svg +0 -0
  1185. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tcl.svg +0 -0
  1186. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_teal.svg +0 -0
  1187. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_templ.svg +0 -0
  1188. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tera.svg +0 -0
  1189. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_terraform.svg +0 -0
  1190. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_test.svg +0 -0
  1191. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_testcafe.svg +0 -0
  1192. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_testjs.svg +0 -0
  1193. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_testplane.svg +0 -0
  1194. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_testts.svg +0 -0
  1195. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tex.svg +0 -0
  1196. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_text.svg +0 -0
  1197. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_textile.svg +0 -0
  1198. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tfs.svg +0 -0
  1199. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tiltfile.svg +0 -0
  1200. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tm.svg +0 -0
  1201. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tmux.svg +0 -0
  1202. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_todo.svg +0 -0
  1203. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_toit.svg +0 -0
  1204. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_toml.svg +0 -0
  1205. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tox.svg +0 -0
  1206. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_travis.svg +0 -0
  1207. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tree.svg +0 -0
  1208. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tres.svg +0 -0
  1209. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_truffle.svg +0 -0
  1210. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_trunk.svg +0 -0
  1211. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tsbuildinfo.svg +0 -0
  1212. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tscn.svg +0 -0
  1213. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tsconfig.svg +0 -0
  1214. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tsconfig_official.svg +0 -0
  1215. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tsdoc.svg +0 -0
  1216. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tslint.svg +0 -0
  1217. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tt.svg +0 -0
  1218. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_ttcn.svg +0 -0
  1219. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_tuc.svg +0 -0
  1220. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_turbo.svg +0 -0
  1221. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_twig.svg +0 -0
  1222. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_typedoc.svg +0 -0
  1223. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_typescript.svg +0 -0
  1224. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_typescript_official.svg +0 -0
  1225. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_typescriptdef.svg +0 -0
  1226. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_typescriptdef_official.svg +0 -0
  1227. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_typo3.svg +0 -0
  1228. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_uiua.svg +0 -0
  1229. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_unibeautify.svg +0 -0
  1230. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_unison.svg +0 -0
  1231. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_unlicense.svg +0 -0
  1232. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_unocss.svg +0 -0
  1233. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vagrant.svg +0 -0
  1234. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vala.svg +0 -0
  1235. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vanilla_extract.svg +0 -0
  1236. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vapi.svg +0 -0
  1237. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vapor.svg +0 -0
  1238. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vash.svg +0 -0
  1239. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vb.svg +0 -0
  1240. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vba.svg +0 -0
  1241. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vbhtml.svg +0 -0
  1242. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vbproj.svg +0 -0
  1243. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vcxproj.svg +0 -0
  1244. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_velocity.svg +0 -0
  1245. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vento.svg +0 -0
  1246. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vercel.svg +0 -0
  1247. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_verilog.svg +0 -0
  1248. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vhdl.svg +0 -0
  1249. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_video.svg +0 -0
  1250. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_view.svg +0 -0
  1251. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vim.svg +0 -0
  1252. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vite.svg +0 -0
  1253. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vitest.svg +0 -0
  1254. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vlang.svg +0 -0
  1255. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_volt.svg +0 -0
  1256. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vscode-insiders.svg +0 -0
  1257. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vscode.svg +0 -0
  1258. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vscode2.svg +0 -0
  1259. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vscode3.svg +0 -0
  1260. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vscode_test.svg +0 -0
  1261. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vsix.svg +0 -0
  1262. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vsixmanifest.svg +0 -0
  1263. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vue.svg +0 -0
  1264. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vueconfig.svg +0 -0
  1265. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_vyper.svg +0 -0
  1266. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wallaby.svg +0 -0
  1267. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wally.svg +0 -0
  1268. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wasm.svg +0 -0
  1269. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_watchmanconfig.svg +0 -0
  1270. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wdio.svg +0 -0
  1271. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_weblate.svg +0 -0
  1272. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_webpack.svg +0 -0
  1273. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wenyan.svg +0 -0
  1274. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wercker.svg +0 -0
  1275. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wgsl.svg +0 -0
  1276. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wikitext.svg +0 -0
  1277. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_windi.svg +0 -0
  1278. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wit.svg +0 -0
  1279. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wolfram.svg +0 -0
  1280. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_word.svg +0 -0
  1281. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_word2.svg +0 -0
  1282. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wpml.svg +0 -0
  1283. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wurst.svg +0 -0
  1284. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wxml.svg +0 -0
  1285. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wxss.svg +0 -0
  1286. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_wxt.svg +0 -0
  1287. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_xcode.svg +0 -0
  1288. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_xfl.svg +0 -0
  1289. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_xib.svg +0 -0
  1290. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_xliff.svg +0 -0
  1291. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_xmake.svg +0 -0
  1292. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_xml.svg +0 -0
  1293. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_xo.svg +0 -0
  1294. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_xorg.svg +0 -0
  1295. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_xquery.svg +0 -0
  1296. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_xsl.svg +0 -0
  1297. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_yacc.svg +0 -0
  1298. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_yaml.svg +0 -0
  1299. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_yaml_official.svg +0 -0
  1300. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_yamllint.svg +0 -0
  1301. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_yandex.svg +0 -0
  1302. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_yang.svg +0 -0
  1303. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_yarn.svg +0 -0
  1304. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_yeoman.svg +0 -0
  1305. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_zeit.svg +0 -0
  1306. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_zig.svg +0 -0
  1307. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_zip.svg +0 -0
  1308. /package/static/{9d2045c → 8fd4507}/file-icons/file_type_zip2.svg +0 -0
  1309. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_android.svg +0 -0
  1310. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_android_opened.svg +0 -0
  1311. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_api.svg +0 -0
  1312. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_api_opened.svg +0 -0
  1313. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_app.svg +0 -0
  1314. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_app_opened.svg +0 -0
  1315. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_arangodb.svg +0 -0
  1316. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_arangodb_opened.svg +0 -0
  1317. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_asset.svg +0 -0
  1318. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_asset_opened.svg +0 -0
  1319. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_audio.svg +0 -0
  1320. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_audio_opened.svg +0 -0
  1321. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_aurelia.svg +0 -0
  1322. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_aurelia_opened.svg +0 -0
  1323. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_aws.svg +0 -0
  1324. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_aws_opened.svg +0 -0
  1325. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_azure.svg +0 -0
  1326. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_azure_opened.svg +0 -0
  1327. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_azurepipelines.svg +0 -0
  1328. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
  1329. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_binary.svg +0 -0
  1330. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_binary_opened.svg +0 -0
  1331. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_bloc.svg +0 -0
  1332. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_bloc_opened.svg +0 -0
  1333. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_blueprint.svg +0 -0
  1334. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_blueprint_opened.svg +0 -0
  1335. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_bot.svg +0 -0
  1336. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_bot_opened.svg +0 -0
  1337. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_bower.svg +0 -0
  1338. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_bower_opened.svg +0 -0
  1339. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_buildkite.svg +0 -0
  1340. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_buildkite_opened.svg +0 -0
  1341. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_cake.svg +0 -0
  1342. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_cake_opened.svg +0 -0
  1343. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_certificate.svg +0 -0
  1344. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_certificate_opened.svg +0 -0
  1345. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_changesets.svg +0 -0
  1346. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_changesets_opened.svg +0 -0
  1347. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_chef.svg +0 -0
  1348. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_chef_opened.svg +0 -0
  1349. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_circleci.svg +0 -0
  1350. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_circleci_opened.svg +0 -0
  1351. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_cli.svg +0 -0
  1352. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_cli_opened.svg +0 -0
  1353. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_client.svg +0 -0
  1354. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_client_opened.svg +0 -0
  1355. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_cmake.svg +0 -0
  1356. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_cmake_opened.svg +0 -0
  1357. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_common.svg +0 -0
  1358. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_common_opened.svg +0 -0
  1359. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_component.svg +0 -0
  1360. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_component_opened.svg +0 -0
  1361. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_composer.svg +0 -0
  1362. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_composer_opened.svg +0 -0
  1363. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_config.svg +0 -0
  1364. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_config_opened.svg +0 -0
  1365. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_controller.svg +0 -0
  1366. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_controller_opened.svg +0 -0
  1367. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_coverage.svg +0 -0
  1368. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_coverage_opened.svg +0 -0
  1369. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_css.svg +0 -0
  1370. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_css2.svg +0 -0
  1371. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_css2_opened.svg +0 -0
  1372. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_css_opened.svg +0 -0
  1373. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_cubit.svg +0 -0
  1374. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_cubit_opened.svg +0 -0
  1375. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_cypress.svg +0 -0
  1376. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_cypress_opened.svg +0 -0
  1377. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_dapr.svg +0 -0
  1378. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_dapr_opened.svg +0 -0
  1379. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_datadog.svg +0 -0
  1380. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_datadog_opened.svg +0 -0
  1381. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_db.svg +0 -0
  1382. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_db_opened.svg +0 -0
  1383. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_debian.svg +0 -0
  1384. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_debian_opened.svg +0 -0
  1385. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_dependabot.svg +0 -0
  1386. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_dependabot_opened.svg +0 -0
  1387. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_devcontainer.svg +0 -0
  1388. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_devcontainer_opened.svg +0 -0
  1389. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_dist.svg +0 -0
  1390. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_dist_opened.svg +0 -0
  1391. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_docker.svg +0 -0
  1392. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_docker_opened.svg +0 -0
  1393. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_docs.svg +0 -0
  1394. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_docs_opened.svg +0 -0
  1395. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_e2e.svg +0 -0
  1396. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_e2e_opened.svg +0 -0
  1397. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
  1398. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
  1399. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_electron.svg +0 -0
  1400. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_electron_opened.svg +0 -0
  1401. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_expo.svg +0 -0
  1402. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_expo_opened.svg +0 -0
  1403. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_favicon.svg +0 -0
  1404. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_favicon_opened.svg +0 -0
  1405. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_flow.svg +0 -0
  1406. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_flow_opened.svg +0 -0
  1407. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_fonts.svg +0 -0
  1408. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_fonts_opened.svg +0 -0
  1409. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_frontcommerce.svg +0 -0
  1410. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
  1411. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_gcp.svg +0 -0
  1412. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_gcp_opened.svg +0 -0
  1413. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_git.svg +0 -0
  1414. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_git_opened.svg +0 -0
  1415. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_github.svg +0 -0
  1416. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_github_opened.svg +0 -0
  1417. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_gitlab.svg +0 -0
  1418. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_gitlab_opened.svg +0 -0
  1419. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_gradle.svg +0 -0
  1420. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_gradle_opened.svg +0 -0
  1421. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_graphql.svg +0 -0
  1422. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_graphql_opened.svg +0 -0
  1423. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_grunt.svg +0 -0
  1424. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_grunt_opened.svg +0 -0
  1425. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_gulp.svg +0 -0
  1426. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_gulp_opened.svg +0 -0
  1427. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_haxelib.svg +0 -0
  1428. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_haxelib_opened.svg +0 -0
  1429. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_helper.svg +0 -0
  1430. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_helper_opened.svg +0 -0
  1431. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_hook.svg +0 -0
  1432. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_hook_opened.svg +0 -0
  1433. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_husky.svg +0 -0
  1434. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_husky_opened.svg +0 -0
  1435. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_idea.svg +0 -0
  1436. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_idea_opened.svg +0 -0
  1437. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_images.svg +0 -0
  1438. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_images_opened.svg +0 -0
  1439. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_include.svg +0 -0
  1440. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_include_opened.svg +0 -0
  1441. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_interfaces.svg +0 -0
  1442. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_interfaces_opened.svg +0 -0
  1443. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_ios.svg +0 -0
  1444. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_ios_opened.svg +0 -0
  1445. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_js.svg +0 -0
  1446. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_js_opened.svg +0 -0
  1447. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_json.svg +0 -0
  1448. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_json_official.svg +0 -0
  1449. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_json_official_opened.svg +0 -0
  1450. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_json_opened.svg +0 -0
  1451. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_kubernetes.svg +0 -0
  1452. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_kubernetes_opened.svg +0 -0
  1453. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_less.svg +0 -0
  1454. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_less_opened.svg +0 -0
  1455. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_library.svg +0 -0
  1456. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_library_opened.svg +0 -0
  1457. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_cypress.svg +0 -0
  1458. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_cypress_opened.svg +0 -0
  1459. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_electron.svg +0 -0
  1460. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_electron_opened.svg +0 -0
  1461. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_expo.svg +0 -0
  1462. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_expo_opened.svg +0 -0
  1463. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_fonts.svg +0 -0
  1464. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_fonts_opened.svg +0 -0
  1465. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_gradle.svg +0 -0
  1466. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_gradle_opened.svg +0 -0
  1467. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_meteor.svg +0 -0
  1468. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_meteor_opened.svg +0 -0
  1469. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_mypy.svg +0 -0
  1470. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_mypy_opened.svg +0 -0
  1471. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_mysql.svg +0 -0
  1472. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_mysql_opened.svg +0 -0
  1473. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_node.svg +0 -0
  1474. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_node_opened.svg +0 -0
  1475. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_redux.svg +0 -0
  1476. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_redux_opened.svg +0 -0
  1477. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_sass.svg +0 -0
  1478. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_light_sass_opened.svg +0 -0
  1479. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_linux.svg +0 -0
  1480. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_linux_opened.svg +0 -0
  1481. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_locale.svg +0 -0
  1482. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_locale_opened.svg +0 -0
  1483. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_log.svg +0 -0
  1484. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_log_opened.svg +0 -0
  1485. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_macos.svg +0 -0
  1486. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_macos_opened.svg +0 -0
  1487. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mariadb.svg +0 -0
  1488. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mariadb_opened.svg +0 -0
  1489. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_maven.svg +0 -0
  1490. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_maven_opened.svg +0 -0
  1491. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mediawiki.svg +0 -0
  1492. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mediawiki_opened.svg +0 -0
  1493. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_memcached.svg +0 -0
  1494. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_memcached_opened.svg +0 -0
  1495. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_meteor.svg +0 -0
  1496. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_meteor_opened.svg +0 -0
  1497. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_middleware.svg +0 -0
  1498. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_middleware_opened.svg +0 -0
  1499. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_minecraft.svg +0 -0
  1500. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_minecraft_opened.svg +0 -0
  1501. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_minikube.svg +0 -0
  1502. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_minikube_opened.svg +0 -0
  1503. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mjml.svg +0 -0
  1504. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mjml_opened.svg +0 -0
  1505. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mock.svg +0 -0
  1506. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mock_opened.svg +0 -0
  1507. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_model.svg +0 -0
  1508. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_model_opened.svg +0 -0
  1509. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_module.svg +0 -0
  1510. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_module_opened.svg +0 -0
  1511. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mojo.svg +0 -0
  1512. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mojo_opened.svg +0 -0
  1513. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mongodb.svg +0 -0
  1514. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mongodb_opened.svg +0 -0
  1515. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mypy.svg +0 -0
  1516. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mypy_opened.svg +0 -0
  1517. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mysql.svg +0 -0
  1518. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_mysql_opened.svg +0 -0
  1519. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_netlify.svg +0 -0
  1520. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_netlify_opened.svg +0 -0
  1521. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_next.svg +0 -0
  1522. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_next_opened.svg +0 -0
  1523. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_nginx.svg +0 -0
  1524. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_nginx_opened.svg +0 -0
  1525. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_nix.svg +0 -0
  1526. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_nix_opened.svg +0 -0
  1527. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_node.svg +0 -0
  1528. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_node_opened.svg +0 -0
  1529. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_notebooks.svg +0 -0
  1530. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_notebooks_opened.svg +0 -0
  1531. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_notification.svg +0 -0
  1532. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_notification_opened.svg +0 -0
  1533. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_nuget.svg +0 -0
  1534. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_nuget_opened.svg +0 -0
  1535. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_nuxt.svg +0 -0
  1536. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_nuxt_opened.svg +0 -0
  1537. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_package.svg +0 -0
  1538. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_package_opened.svg +0 -0
  1539. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_paket.svg +0 -0
  1540. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_paket_opened.svg +0 -0
  1541. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_php.svg +0 -0
  1542. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_php_opened.svg +0 -0
  1543. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_platformio.svg +0 -0
  1544. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_platformio_opened.svg +0 -0
  1545. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_plugin.svg +0 -0
  1546. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_plugin_opened.svg +0 -0
  1547. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_prisma.svg +0 -0
  1548. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_prisma_opened.svg +0 -0
  1549. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_private.svg +0 -0
  1550. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_private_opened.svg +0 -0
  1551. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_public.svg +0 -0
  1552. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_public_opened.svg +0 -0
  1553. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_pytest.svg +0 -0
  1554. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_pytest_opened.svg +0 -0
  1555. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_python.svg +0 -0
  1556. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_python_opened.svg +0 -0
  1557. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_ravendb.svg +0 -0
  1558. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_ravendb_opened.svg +0 -0
  1559. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_redis.svg +0 -0
  1560. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_redis_opened.svg +0 -0
  1561. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_redux.svg +0 -0
  1562. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_redux_opened.svg +0 -0
  1563. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_route.svg +0 -0
  1564. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_route_opened.svg +0 -0
  1565. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_sass.svg +0 -0
  1566. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_sass_opened.svg +0 -0
  1567. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_script.svg +0 -0
  1568. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_script_opened.svg +0 -0
  1569. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_seedkit.svg +0 -0
  1570. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_seedkit_opened.svg +0 -0
  1571. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_server.svg +0 -0
  1572. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_server_opened.svg +0 -0
  1573. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_services.svg +0 -0
  1574. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_services_opened.svg +0 -0
  1575. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_shared.svg +0 -0
  1576. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_shared_opened.svg +0 -0
  1577. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_snaplet.svg +0 -0
  1578. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_snaplet_opened.svg +0 -0
  1579. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_spin.svg +0 -0
  1580. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_spin_opened.svg +0 -0
  1581. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_src.svg +0 -0
  1582. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_src_opened.svg +0 -0
  1583. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_sso.svg +0 -0
  1584. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_sso_opened.svg +0 -0
  1585. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_story.svg +0 -0
  1586. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_story_opened.svg +0 -0
  1587. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_style.svg +0 -0
  1588. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_style_opened.svg +0 -0
  1589. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_supabase.svg +0 -0
  1590. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_supabase_opened.svg +0 -0
  1591. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_svelte.svg +0 -0
  1592. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_svelte_opened.svg +0 -0
  1593. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_tauri.svg +0 -0
  1594. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_tauri_opened.svg +0 -0
  1595. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_temp.svg +0 -0
  1596. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_temp_opened.svg +0 -0
  1597. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_template.svg +0 -0
  1598. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_template_opened.svg +0 -0
  1599. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_test.svg +0 -0
  1600. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_test_opened.svg +0 -0
  1601. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_theme.svg +0 -0
  1602. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_theme_opened.svg +0 -0
  1603. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_tools.svg +0 -0
  1604. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_tools_opened.svg +0 -0
  1605. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_travis.svg +0 -0
  1606. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_travis_opened.svg +0 -0
  1607. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_trunk.svg +0 -0
  1608. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_trunk_opened.svg +0 -0
  1609. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_turbo.svg +0 -0
  1610. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_turbo_opened.svg +0 -0
  1611. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_typescript.svg +0 -0
  1612. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_typescript_opened.svg +0 -0
  1613. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_typings.svg +0 -0
  1614. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_typings2.svg +0 -0
  1615. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_typings2_opened.svg +0 -0
  1616. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_typings_opened.svg +0 -0
  1617. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vagrant.svg +0 -0
  1618. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vagrant_opened.svg +0 -0
  1619. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vercel.svg +0 -0
  1620. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vercel_opened.svg +0 -0
  1621. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_video.svg +0 -0
  1622. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_video_opened.svg +0 -0
  1623. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_view.svg +0 -0
  1624. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_view_opened.svg +0 -0
  1625. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vs.svg +0 -0
  1626. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vs2.svg +0 -0
  1627. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vs2_opened.svg +0 -0
  1628. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vs_opened.svg +0 -0
  1629. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vscode.svg +0 -0
  1630. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vscode2.svg +0 -0
  1631. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vscode2_opened.svg +0 -0
  1632. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vscode3.svg +0 -0
  1633. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vscode3_opened.svg +0 -0
  1634. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vscode_opened.svg +0 -0
  1635. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vscode_test.svg +0 -0
  1636. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vscode_test2.svg +0 -0
  1637. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
  1638. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vscode_test3.svg +0 -0
  1639. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
  1640. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_vscode_test_opened.svg +0 -0
  1641. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_webpack.svg +0 -0
  1642. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_webpack_opened.svg +0 -0
  1643. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_windows.svg +0 -0
  1644. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_windows_opened.svg +0 -0
  1645. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_wit.svg +0 -0
  1646. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_wit_opened.svg +0 -0
  1647. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_www.svg +0 -0
  1648. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_www_opened.svg +0 -0
  1649. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_yarn.svg +0 -0
  1650. /package/static/{9d2045c → 8fd4507}/file-icons/folder_type_yarn_opened.svg +0 -0
  1651. /package/static/{9d2045c → 8fd4507}/fonts/FiraCode-VariableFont.ttf +0 -0
  1652. /package/static/{9d2045c → 8fd4507}/icons/add.svg +0 -0
  1653. /package/static/{9d2045c → 8fd4507}/icons/arrow-down.svg +0 -0
  1654. /package/static/{9d2045c → 8fd4507}/icons/arrow-left.svg +0 -0
  1655. /package/static/{9d2045c → 8fd4507}/icons/arrow-right.svg +0 -0
  1656. /package/static/{9d2045c → 8fd4507}/icons/arrow-up.svg +0 -0
  1657. /package/static/{9d2045c → 8fd4507}/icons/blank.svg +0 -0
  1658. /package/static/{9d2045c → 8fd4507}/icons/book.svg +0 -0
  1659. /package/static/{9d2045c → 8fd4507}/icons/case-sensitive.svg +0 -0
  1660. /package/static/{9d2045c → 8fd4507}/icons/check.svg +0 -0
  1661. /package/static/{9d2045c → 8fd4507}/icons/chevron-down.svg +0 -0
  1662. /package/static/{9d2045c → 8fd4507}/icons/chevron-left.svg +0 -0
  1663. /package/static/{9d2045c → 8fd4507}/icons/chevron-right.svg +0 -0
  1664. /package/static/{9d2045c → 8fd4507}/icons/chevron-up.svg +0 -0
  1665. /package/static/{9d2045c → 8fd4507}/icons/chrome-close.svg +0 -0
  1666. /package/static/{9d2045c → 8fd4507}/icons/chrome-maximize.svg +0 -0
  1667. /package/static/{9d2045c → 8fd4507}/icons/chrome-minimize.svg +0 -0
  1668. /package/static/{9d2045c → 8fd4507}/icons/chrome-restore.svg +0 -0
  1669. /package/static/{9d2045c → 8fd4507}/icons/circle-filled.svg +0 -0
  1670. /package/static/{9d2045c → 8fd4507}/icons/clear-all.svg +0 -0
  1671. /package/static/{9d2045c → 8fd4507}/icons/close.svg +0 -0
  1672. /package/static/{9d2045c → 8fd4507}/icons/cloud.svg +0 -0
  1673. /package/static/{9d2045c → 8fd4507}/icons/collapse-all.svg +0 -0
  1674. /package/static/{9d2045c → 8fd4507}/icons/debug-all.svg +0 -0
  1675. /package/static/{9d2045c → 8fd4507}/icons/debug-alt-2.svg +0 -0
  1676. /package/static/{9d2045c → 8fd4507}/icons/debug-alt-small.svg +0 -0
  1677. /package/static/{9d2045c → 8fd4507}/icons/debug-alt.svg +0 -0
  1678. /package/static/{9d2045c → 8fd4507}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
  1679. /package/static/{9d2045c → 8fd4507}/icons/debug-breakpoint-conditional.svg +0 -0
  1680. /package/static/{9d2045c → 8fd4507}/icons/debug-breakpoint-data-unverified.svg +0 -0
  1681. /package/static/{9d2045c → 8fd4507}/icons/debug-breakpoint-data.svg +0 -0
  1682. /package/static/{9d2045c → 8fd4507}/icons/debug-breakpoint-function-unverified.svg +0 -0
  1683. /package/static/{9d2045c → 8fd4507}/icons/debug-breakpoint-function.svg +0 -0
  1684. /package/static/{9d2045c → 8fd4507}/icons/debug-breakpoint-log-unverified.svg +0 -0
  1685. /package/static/{9d2045c → 8fd4507}/icons/debug-breakpoint-log.svg +0 -0
  1686. /package/static/{9d2045c → 8fd4507}/icons/debug-breakpoint-unsupported.svg +0 -0
  1687. /package/static/{9d2045c → 8fd4507}/icons/debug-console.svg +0 -0
  1688. /package/static/{9d2045c → 8fd4507}/icons/debug-continue-small.svg +0 -0
  1689. /package/static/{9d2045c → 8fd4507}/icons/debug-continue.svg +0 -0
  1690. /package/static/{9d2045c → 8fd4507}/icons/debug-coverage.svg +0 -0
  1691. /package/static/{9d2045c → 8fd4507}/icons/debug-disconnect.svg +0 -0
  1692. /package/static/{9d2045c → 8fd4507}/icons/debug-line-by-line.svg +0 -0
  1693. /package/static/{9d2045c → 8fd4507}/icons/debug-pause.svg +0 -0
  1694. /package/static/{9d2045c → 8fd4507}/icons/debug-rerun.svg +0 -0
  1695. /package/static/{9d2045c → 8fd4507}/icons/debug-restart-frame.svg +0 -0
  1696. /package/static/{9d2045c → 8fd4507}/icons/debug-restart.svg +0 -0
  1697. /package/static/{9d2045c → 8fd4507}/icons/debug-reverse-continue.svg +0 -0
  1698. /package/static/{9d2045c → 8fd4507}/icons/debug-stackframe-active.svg +0 -0
  1699. /package/static/{9d2045c → 8fd4507}/icons/debug-stackframe.svg +0 -0
  1700. /package/static/{9d2045c → 8fd4507}/icons/debug-start.svg +0 -0
  1701. /package/static/{9d2045c → 8fd4507}/icons/debug-step-back.svg +0 -0
  1702. /package/static/{9d2045c → 8fd4507}/icons/debug-step-into.svg +0 -0
  1703. /package/static/{9d2045c → 8fd4507}/icons/debug-step-out.svg +0 -0
  1704. /package/static/{9d2045c → 8fd4507}/icons/debug-step-over.svg +0 -0
  1705. /package/static/{9d2045c → 8fd4507}/icons/debug-stop.svg +0 -0
  1706. /package/static/{9d2045c → 8fd4507}/icons/debug.svg +0 -0
  1707. /package/static/{9d2045c → 8fd4507}/icons/discard.svg +0 -0
  1708. /package/static/{9d2045c → 8fd4507}/icons/edit.svg +0 -0
  1709. /package/static/{9d2045c → 8fd4507}/icons/ellipsis.svg +0 -0
  1710. /package/static/{9d2045c → 8fd4507}/icons/error.svg +0 -0
  1711. /package/static/{9d2045c → 8fd4507}/icons/exclude.svg +0 -0
  1712. /package/static/{9d2045c → 8fd4507}/icons/extensionDefaultIcon.png +0 -0
  1713. /package/static/{9d2045c → 8fd4507}/icons/extensions.svg +0 -0
  1714. /package/static/{9d2045c → 8fd4507}/icons/files.svg +0 -0
  1715. /package/static/{9d2045c → 8fd4507}/icons/filter.svg +0 -0
  1716. /package/static/{9d2045c → 8fd4507}/icons/go-to-file.svg +0 -0
  1717. /package/static/{9d2045c → 8fd4507}/icons/icon-close.svg +0 -0
  1718. /package/static/{9d2045c → 8fd4507}/icons/icon-source-control.svg +0 -0
  1719. /package/static/{9d2045c → 8fd4507}/icons/icon-sync.svg +0 -0
  1720. /package/static/{9d2045c → 8fd4507}/icons/icon.png +0 -0
  1721. /package/static/{9d2045c → 8fd4507}/icons/icon.svg +0 -0
  1722. /package/static/{9d2045c → 8fd4507}/icons/info.svg +0 -0
  1723. /package/static/{9d2045c → 8fd4507}/icons/language-icon.svg +0 -0
  1724. /package/static/{9d2045c → 8fd4507}/icons/link-external.svg +0 -0
  1725. /package/static/{9d2045c → 8fd4507}/icons/list-flat.svg +0 -0
  1726. /package/static/{9d2045c → 8fd4507}/icons/list-tree.svg +0 -0
  1727. /package/static/{9d2045c → 8fd4507}/icons/new-file.svg +0 -0
  1728. /package/static/{9d2045c → 8fd4507}/icons/new-folder.svg +0 -0
  1729. /package/static/{9d2045c → 8fd4507}/icons/newline.svg +0 -0
  1730. /package/static/{9d2045c → 8fd4507}/icons/open-preview.svg +0 -0
  1731. /package/static/{9d2045c → 8fd4507}/icons/play.svg +0 -0
  1732. /package/static/{9d2045c → 8fd4507}/icons/preserve-case.svg +0 -0
  1733. /package/static/{9d2045c → 8fd4507}/icons/progress.svg +0 -0
  1734. /package/static/{9d2045c → 8fd4507}/icons/pwa-icon-192.png +0 -0
  1735. /package/static/{9d2045c → 8fd4507}/icons/pwa-icon-512.png +0 -0
  1736. /package/static/{9d2045c → 8fd4507}/icons/record-keys.svg +0 -0
  1737. /package/static/{9d2045c → 8fd4507}/icons/refresh.svg +0 -0
  1738. /package/static/{9d2045c → 8fd4507}/icons/regex.svg +0 -0
  1739. /package/static/{9d2045c → 8fd4507}/icons/remove.svg +0 -0
  1740. /package/static/{9d2045c → 8fd4507}/icons/replace-all.svg +0 -0
  1741. /package/static/{9d2045c → 8fd4507}/icons/replace.svg +0 -0
  1742. /package/static/{9d2045c → 8fd4507}/icons/run-all.svg +0 -0
  1743. /package/static/{9d2045c → 8fd4507}/icons/search.svg +0 -0
  1744. /package/static/{9d2045c → 8fd4507}/icons/settings-gear.svg +0 -0
  1745. /package/static/{9d2045c → 8fd4507}/icons/sort-precedence.svg +0 -0
  1746. /package/static/{9d2045c → 8fd4507}/icons/source-control.svg +0 -0
  1747. /package/static/{9d2045c → 8fd4507}/icons/split-horizontal.svg +0 -0
  1748. /package/static/{9d2045c → 8fd4507}/icons/squiggly-error.svg +0 -0
  1749. /package/static/{9d2045c → 8fd4507}/icons/squiggly-warning.svg +0 -0
  1750. /package/static/{9d2045c → 8fd4507}/icons/symbol-array.svg +0 -0
  1751. /package/static/{9d2045c → 8fd4507}/icons/symbol-boolean.svg +0 -0
  1752. /package/static/{9d2045c → 8fd4507}/icons/symbol-class.svg +0 -0
  1753. /package/static/{9d2045c → 8fd4507}/icons/symbol-color.svg +0 -0
  1754. /package/static/{9d2045c → 8fd4507}/icons/symbol-constant.svg +0 -0
  1755. /package/static/{9d2045c → 8fd4507}/icons/symbol-enum-member.svg +0 -0
  1756. /package/static/{9d2045c → 8fd4507}/icons/symbol-enum.svg +0 -0
  1757. /package/static/{9d2045c → 8fd4507}/icons/symbol-event.svg +0 -0
  1758. /package/static/{9d2045c → 8fd4507}/icons/symbol-field.svg +0 -0
  1759. /package/static/{9d2045c → 8fd4507}/icons/symbol-file.svg +0 -0
  1760. /package/static/{9d2045c → 8fd4507}/icons/symbol-interface.svg +0 -0
  1761. /package/static/{9d2045c → 8fd4507}/icons/symbol-key.svg +0 -0
  1762. /package/static/{9d2045c → 8fd4507}/icons/symbol-keyword.svg +0 -0
  1763. /package/static/{9d2045c → 8fd4507}/icons/symbol-method.svg +0 -0
  1764. /package/static/{9d2045c → 8fd4507}/icons/symbol-misc.svg +0 -0
  1765. /package/static/{9d2045c → 8fd4507}/icons/symbol-namespace.svg +0 -0
  1766. /package/static/{9d2045c → 8fd4507}/icons/symbol-numeric.svg +0 -0
  1767. /package/static/{9d2045c → 8fd4507}/icons/symbol-operator.svg +0 -0
  1768. /package/static/{9d2045c → 8fd4507}/icons/symbol-parameter.svg +0 -0
  1769. /package/static/{9d2045c → 8fd4507}/icons/symbol-property.svg +0 -0
  1770. /package/static/{9d2045c → 8fd4507}/icons/symbol-ruler.svg +0 -0
  1771. /package/static/{9d2045c → 8fd4507}/icons/symbol-snippet.svg +0 -0
  1772. /package/static/{9d2045c → 8fd4507}/icons/symbol-string.svg +0 -0
  1773. /package/static/{9d2045c → 8fd4507}/icons/symbol-structure.svg +0 -0
  1774. /package/static/{9d2045c → 8fd4507}/icons/symbol-variable.svg +0 -0
  1775. /package/static/{9d2045c → 8fd4507}/icons/tag.svg +0 -0
  1776. /package/static/{9d2045c → 8fd4507}/icons/terminal-bash.svg +0 -0
  1777. /package/static/{9d2045c → 8fd4507}/icons/terminal.svg +0 -0
  1778. /package/static/{9d2045c → 8fd4507}/icons/theme-icon.png +0 -0
  1779. /package/static/{9d2045c → 8fd4507}/icons/trash.svg +0 -0
  1780. /package/static/{9d2045c → 8fd4507}/icons/triangle-down.svg +0 -0
  1781. /package/static/{9d2045c → 8fd4507}/icons/triangle-left.svg +0 -0
  1782. /package/static/{9d2045c → 8fd4507}/icons/triangle-right.svg +0 -0
  1783. /package/static/{9d2045c → 8fd4507}/icons/triangle-up.svg +0 -0
  1784. /package/static/{9d2045c → 8fd4507}/icons/warning.svg +0 -0
  1785. /package/static/{9d2045c → 8fd4507}/icons/whole-word.svg +0 -0
  1786. /package/static/{9d2045c → 8fd4507}/icons/zoom-in.svg +0 -0
  1787. /package/static/{9d2045c → 8fd4507}/icons/zoom-out.svg +0 -0
  1788. /package/static/{9d2045c → 8fd4507}/js/babel-parser.js +0 -0
  1789. /package/static/{9d2045c → 8fd4507}/js/blob-util.js +0 -0
  1790. /package/static/{9d2045c → 8fd4507}/js/ky.js +0 -0
  1791. /package/static/{9d2045c → 8fd4507}/js/lvce-editor-import-script.js +0 -0
  1792. /package/static/{9d2045c → 8fd4507}/js/lvce-editor-ipc.js +0 -0
  1793. /package/static/{9d2045c → 8fd4507}/js/lvce-editor-json-rpc.js +0 -0
  1794. /package/static/{9d2045c → 8fd4507}/js/lvce-editor-verror.js +0 -0
  1795. /package/static/{9d2045c → 8fd4507}/js/p-min-delay.js +0 -0
  1796. /package/static/{9d2045c → 8fd4507}/js/pretty-bytes.js +0 -0
  1797. /package/static/{9d2045c → 8fd4507}/js/preview-injected.js +0 -0
  1798. /package/static/{9d2045c → 8fd4507}/js/yoctodelay.js +0 -0
  1799. /package/static/{9d2045c → 8fd4507}/lib-css/termterm.css +0 -0
  1800. /package/static/{9d2045c → 8fd4507}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
  1801. /package/static/{9d2045c → 8fd4507}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
  1802. /package/static/{9d2045c → 8fd4507}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
  1803. /package/static/{9d2045c → 8fd4507}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
  1804. /package/static/{9d2045c → 8fd4507}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
  1805. /package/static/{9d2045c → 8fd4507}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
  1806. /package/static/{9d2045c → 8fd4507}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
  1807. /package/static/{9d2045c → 8fd4507}/packages/error-worker/dist/errorWorkerMain.js +0 -0
  1808. /package/static/{9d2045c → 8fd4507}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
  1809. /package/static/{9d2045c → 8fd4507}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
  1810. /package/static/{9d2045c → 8fd4507}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
  1811. /package/static/{9d2045c → 8fd4507}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
  1812. /package/static/{9d2045c → 8fd4507}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
  1813. /package/static/{9d2045c → 8fd4507}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
  1814. /package/static/{9d2045c → 8fd4507}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
  1815. /package/static/{9d2045c → 8fd4507}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
  1816. /package/static/{9d2045c → 8fd4507}/packages/renderer-process/LICENSE +0 -0
  1817. /package/static/{9d2045c → 8fd4507}/packages/renderer-process/README.md +0 -0
  1818. /package/static/{9d2045c → 8fd4507}/packages/renderer-process/package.json +0 -0
  1819. /package/static/{9d2045c → 8fd4507}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
  1820. /package/static/{9d2045c → 8fd4507}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
  1821. /package/static/{9d2045c → 8fd4507}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
  1822. /package/static/{9d2045c → 8fd4507}/packages/test-worker/dist/testWorkerMain.js +0 -0
  1823. /package/static/{9d2045c → 8fd4507}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
  1824. /package/static/{9d2045c → 8fd4507}/playground/languages/index.cpp +0 -0
  1825. /package/static/{9d2045c → 8fd4507}/playground/languages/index.css +0 -0
  1826. /package/static/{9d2045c → 8fd4507}/playground/languages/index.csv +0 -0
  1827. /package/static/{9d2045c → 8fd4507}/playground/languages/index.dart +0 -0
  1828. /package/static/{9d2045c → 8fd4507}/playground/languages/index.env +0 -0
  1829. /package/static/{9d2045c → 8fd4507}/playground/languages/index.ex +0 -0
  1830. /package/static/{9d2045c → 8fd4507}/playground/languages/index.html +0 -0
  1831. /package/static/{9d2045c → 8fd4507}/playground/languages/index.java +0 -0
  1832. /package/static/{9d2045c → 8fd4507}/playground/languages/index.jl +0 -0
  1833. /package/static/{9d2045c → 8fd4507}/playground/languages/index.js +0 -0
  1834. /package/static/{9d2045c → 8fd4507}/playground/languages/index.json +0 -0
  1835. /package/static/{9d2045c → 8fd4507}/playground/languages/index.kt +0 -0
  1836. /package/static/{9d2045c → 8fd4507}/playground/languages/index.pl +0 -0
  1837. /package/static/{9d2045c → 8fd4507}/playground/languages/index.py +0 -0
  1838. /package/static/{9d2045c → 8fd4507}/playground/languages/index.ts +0 -0
  1839. /package/static/{9d2045c → 8fd4507}/playground/languages/scrolling.txt +0 -0
  1840. /package/static/{9d2045c → 8fd4507}/playground/languages/tsconfig.json +0 -0
  1841. /package/static/{9d2045c → 8fd4507}/playground/sample-folder/a.txt +0 -0
  1842. /package/static/{9d2045c → 8fd4507}/playground/sample-folder/b.txt +0 -0
  1843. /package/static/{9d2045c → 8fd4507}/playground/sample-folder/c.txt +0 -0
@@ -96,7 +96,7 @@ const getAssetDir = () => {
96
96
  // @ts-ignore
97
97
  {
98
98
  // @ts-ignore
99
- return '/9d2045c';
99
+ return '/8fd4507';
100
100
  }
101
101
  };
102
102
  const assetDir = getAssetDir();
@@ -420,7 +420,7 @@ const invokeHelper = async (ipc, method, params, useSendAndTransfer) => {
420
420
  const responseMessage = await promise;
421
421
  return unwrapJsonRpcResult(responseMessage);
422
422
  };
423
- const invoke$n = (ipc, method, ...params) => {
423
+ const invoke$o = (ipc, method, ...params) => {
424
424
  return invokeHelper(ipc, method, params, false);
425
425
  };
426
426
  const invokeAndTransfer$7 = (ipc, method, ...params) => {
@@ -1071,8 +1071,8 @@ const listen$1 = async () => {
1071
1071
  handleIpc(ipc);
1072
1072
  state$I.ipc = ipc;
1073
1073
  };
1074
- const invoke$m = (method, ...params) => {
1075
- return invoke$n(state$I.ipc, method, ...params);
1074
+ const invoke$n = (method, ...params) => {
1075
+ return invoke$o(state$I.ipc, method, ...params);
1076
1076
  };
1077
1077
  const invokeAndTransfer$6 = (method, ...params) => {
1078
1078
  return invokeAndTransfer$7(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$m('Css.addCssStyleSheet', id, css);
1096
+ return invoke$n('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$n(ipc, method, ...params);
1120
+ return invoke$o(ipc, method, ...params);
1121
1121
  },
1122
1122
  async invokeAndTransfer(method, ...params) {
1123
1123
  const ipc = await getOrCreate$2(fn);
@@ -1206,7 +1206,7 @@ const launchErrorWorker = async () => {
1206
1206
  };
1207
1207
 
1208
1208
  const {
1209
- invoke: invoke$l,
1209
+ invoke: invoke$m,
1210
1210
  invokeAndTransfer: invokeAndTransfer$5
1211
1211
  } = getOrCreateWorker(launchErrorWorker);
1212
1212
 
@@ -1228,16 +1228,16 @@ const serializeError = error => {
1228
1228
  const prepare = async error => {
1229
1229
  try {
1230
1230
  const serialized = serializeError(error);
1231
- const prepared = await invoke$l('Errors.prepare', serialized);
1231
+ const prepared = await invoke$m('Errors.prepare', serialized);
1232
1232
  return prepared;
1233
1233
  } catch {
1234
1234
  return error;
1235
1235
  }
1236
1236
  };
1237
1237
  const print = async (error, prefix = '') => {
1238
- await invoke$l('Errors.print', error, prefix);
1238
+ await invoke$m('Errors.print', error, prefix);
1239
1239
  };
1240
- const getMessage$5 = error => {
1240
+ const getMessage$4 = error => {
1241
1241
  if (error && error.type && error.message) {
1242
1242
  return `${error.type}: ${error.message}`;
1243
1243
  }
@@ -1262,7 +1262,7 @@ const handleError$2 = async (error, notify = true, prefix = '') => {
1262
1262
  try {
1263
1263
  const prettyError = await logError(error, prefix);
1264
1264
  if (notify) {
1265
- await execute$4(/* Notification.create */'Notification.create', /* type */'error', /* text */getMessage$5(prettyError));
1265
+ await execute$4(/* Notification.create */'Notification.create', /* type */'error', /* text */getMessage$4(prettyError));
1266
1266
  }
1267
1267
  } catch (otherError) {
1268
1268
  console.warn('ErrorHandling error');
@@ -1718,11 +1718,11 @@ const state$D = {
1718
1718
  };
1719
1719
 
1720
1720
  /* istanbul ignore file */
1721
- const invoke$k = async (method, ...params) => {
1721
+ const invoke$l = async (method, ...params) => {
1722
1722
  const {
1723
1723
  ipc
1724
1724
  } = state$D;
1725
- const result = await invoke$n(ipc, method, ...params);
1725
+ const result = await invoke$o(ipc, method, ...params);
1726
1726
  return result;
1727
1727
  };
1728
1728
  const invokeAndTransfer$4 = async (method, ...params) => {
@@ -1765,7 +1765,7 @@ const getPreferencesJson = async () => {
1765
1765
  const url = `${assetDir}/config/defaultSettings.json`;
1766
1766
  return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
1767
1767
  }
1768
- return invoke$k(PreferencesGetAll);
1768
+ return invoke$l(PreferencesGetAll);
1769
1769
  };
1770
1770
  const getPreferences = async () => {
1771
1771
  // TODO cache preferences, but they should not be stale
@@ -1812,7 +1812,7 @@ const state$B = {
1812
1812
  };
1813
1813
 
1814
1814
  const getResolvedRootFromSharedProcess = async () => {
1815
- const resolvedRoot = await invoke$k(/* Workspace.resolveRoot */WorkspaceResolveRoot);
1815
+ const resolvedRoot = await invoke$l(/* Workspace.resolveRoot */WorkspaceResolveRoot);
1816
1816
  return resolvedRoot;
1817
1817
  };
1818
1818
  const isValid$1 = resolvedRoot => {
@@ -1878,13 +1878,13 @@ const getResolvedRoot = async href => {
1878
1878
  };
1879
1879
 
1880
1880
  const getHref = () => {
1881
- return invoke$m(/* Location.getHref */'Location.getHref');
1881
+ return invoke$n(/* Location.getHref */'Location.getHref');
1882
1882
  };
1883
1883
  const setPathName = pathName => {
1884
- return invoke$m(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
1884
+ return invoke$n(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
1885
1885
  };
1886
1886
  const hydrate$a = () => {
1887
- return invoke$m(/* Location.hydrate */'Location.hydrate');
1887
+ return invoke$n(/* Location.hydrate */'Location.hydrate');
1888
1888
  };
1889
1889
  const getOrigin = () => {
1890
1890
  return location.origin;
@@ -1894,7 +1894,7 @@ const getHost = () => {
1894
1894
  };
1895
1895
 
1896
1896
  const set$e = title => {
1897
- return invoke$m('WindowTitle.set', title);
1897
+ return invoke$n('WindowTitle.set', title);
1898
1898
  };
1899
1899
 
1900
1900
  /**
@@ -2026,15 +2026,15 @@ const launchExtensionHostWorker = async () => {
2026
2026
  ipc = wrap$7(port);
2027
2027
  }
2028
2028
  handleIpc(ipc);
2029
- await invoke$n(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2029
+ await invoke$o(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2030
2030
  addListener('workspace.change', async () => {
2031
- await invoke$n(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2031
+ await invoke$o(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2032
2032
  });
2033
2033
  return ipc;
2034
2034
  };
2035
2035
 
2036
2036
  const {
2037
- invoke: invoke$j,
2037
+ invoke: invoke$k,
2038
2038
  invokeAndTransfer: invokeAndTransfer$3
2039
2039
  } = getOrCreateWorker(launchExtensionHostWorker);
2040
2040
 
@@ -2064,11 +2064,11 @@ const getColorThemeCssCached = async (colorThemeId, getData) => {
2064
2064
  };
2065
2065
 
2066
2066
  const getColorThemeJson = colorThemeId => {
2067
- return invoke$j('ColorTheme.getColorThemeJson', colorThemeId);
2067
+ return invoke$k('ColorTheme.getColorThemeJson', colorThemeId);
2068
2068
  };
2069
2069
 
2070
2070
  const getColorThemeCssFromJson = async (colorThemeId, colorThemeJson) => {
2071
- return invoke$j('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
2071
+ return invoke$k('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
2072
2072
  };
2073
2073
  const getColorThemeCssNew = async colorThemeId => {
2074
2074
  const colorThemeJson = await getColorThemeJson(colorThemeId);
@@ -2084,7 +2084,7 @@ const getMetaThemeColor = colorThemeJson => {
2084
2084
  };
2085
2085
 
2086
2086
  const setThemeColor = async themeColor => {
2087
- await invoke$m(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
2087
+ await invoke$n(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
2088
2088
  };
2089
2089
 
2090
2090
  // TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
@@ -2125,7 +2125,7 @@ const watch$1 = async id => {
2125
2125
  return;
2126
2126
  }
2127
2127
  state$A.watchedTheme = id;
2128
- await invoke$k('ExtensionHost.watchColorTheme', id);
2128
+ await invoke$l('ExtensionHost.watchColorTheme', id);
2129
2129
  };
2130
2130
  const getPreferredColorTheme = () => {
2131
2131
  const preferredColorTheme = get$e('workbench.colorTheme');
@@ -2178,13 +2178,13 @@ const get$d = () => {
2178
2178
 
2179
2179
  const getWindowId = async () => {
2180
2180
  const webContentsId = get$d();
2181
- const windowId = await invoke$k('GetWindowId.getWindowId', webContentsId);
2181
+ const windowId = await invoke$l('GetWindowId.getWindowId', webContentsId);
2182
2182
  return windowId;
2183
2183
  };
2184
2184
 
2185
2185
  const forward$2 = key => async (...args) => {
2186
2186
  const windowId = await getWindowId();
2187
- return invoke$k(key, windowId, ...args);
2187
+ return invoke$l(key, windowId, ...args);
2188
2188
  };
2189
2189
  const reload$3 = forward$2('ElectronWindow.reload');
2190
2190
  const minimize$2 = forward$2('ElectronWindow.minimize');
@@ -2203,7 +2203,7 @@ const reloadElectron = () => {
2203
2203
  };
2204
2204
 
2205
2205
  const reloadWeb = () => {
2206
- return invoke$m('Window.reload');
2206
+ return invoke$n('Window.reload');
2207
2207
  };
2208
2208
 
2209
2209
  const getFn$2 = () => {
@@ -2242,46 +2242,46 @@ const getUrlBaseName = href => {
2242
2242
  // TODO treeshake this function out when targeting electron
2243
2243
 
2244
2244
  const getExtensionsPath = () => {
2245
- return invoke$k(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
2245
+ return invoke$l(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
2246
2246
  };
2247
2247
  const getCachedExtensionsPath = () => {
2248
- return invoke$k(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
2248
+ return invoke$l(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
2249
2249
  };
2250
2250
  const getLogsDir = () => {
2251
- return invoke$k(/* Platform.getLogsDir */'Platform.getLogsDir');
2251
+ return invoke$l(/* Platform.getLogsDir */'Platform.getLogsDir');
2252
2252
  };
2253
2253
  const getDownloadDir = () => {
2254
- return invoke$k(/* Platform.getDownloadDir */'Platform.getDownloadDir');
2254
+ return invoke$l(/* Platform.getDownloadDir */'Platform.getDownloadDir');
2255
2255
  };
2256
2256
  const getUserSettingsPath = () => {
2257
2257
  if (platform === Web$1) {
2258
2258
  return 'settings';
2259
2259
  }
2260
- return invoke$k(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
2260
+ return invoke$l(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
2261
2261
  };
2262
2262
  const getUserKeyBindingsPath = () => {
2263
2263
  if (platform === Web$1) {
2264
2264
  return 'settings';
2265
2265
  }
2266
- return invoke$k(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
2266
+ return invoke$l(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
2267
2267
  };
2268
2268
  const getRecentlyOpenedPath = () => {
2269
2269
  if (platform === Web$1) {
2270
2270
  return 'recently-opened';
2271
2271
  }
2272
- return invoke$k(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
2272
+ return invoke$l(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
2273
2273
  };
2274
2274
  const getConfigPath = () => {
2275
- return invoke$k(/* Platform.getConfigDir */'Platform.getConfigDir');
2275
+ return invoke$l(/* Platform.getConfigDir */'Platform.getConfigDir');
2276
2276
  };
2277
2277
  const getCachePath = () => {
2278
- return invoke$k(/* Platform.getCacheDir */'Platform.getCacheDir');
2278
+ return invoke$l(/* Platform.getCacheDir */'Platform.getCacheDir');
2279
2279
  };
2280
2280
  const getCacheName = () => {
2281
2281
  return 'lvce-runtime';
2282
2282
  };
2283
2283
  const getTestPathRemote = () => {
2284
- return invoke$k(/* Platform.getTestPath */'Platform.getTestPath');
2284
+ return invoke$l(/* Platform.getTestPath */'Platform.getTestPath');
2285
2285
  };
2286
2286
  const getTestPathWeb = () => {
2287
2287
  return `${assetDir}/packages/extension-host-worker-tests`;
@@ -2298,7 +2298,7 @@ const getTestPath = () => {
2298
2298
  }
2299
2299
  };
2300
2300
  const getRepository = () => {
2301
- return invoke$k('Platform.getRepository');
2301
+ return invoke$l('Platform.getRepository');
2302
2302
  };
2303
2303
 
2304
2304
  // TODO determine with websocket request or some
@@ -2448,7 +2448,7 @@ const getAvailableKeyBindings = keyBindings => {
2448
2448
  const update = () => {
2449
2449
  const matchingKeyBindings = getMatchingKeyBindings(state$x.keyBindingSets);
2450
2450
  const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
2451
- invoke$m('KeyBindings.setIdentifiers', keyBindingIdentifiers);
2451
+ invoke$n('KeyBindings.setIdentifiers', keyBindingIdentifiers);
2452
2452
  state$x.matchingKeyBindings = matchingKeyBindings;
2453
2453
  state$x.keyBindingIdentifiers = keyBindingIdentifiers;
2454
2454
  };
@@ -2542,7 +2542,7 @@ const hydrate$6 = async () => {
2542
2542
  };
2543
2543
 
2544
2544
  const getIconThemeJson = async iconThemeId => {
2545
- return invoke$j('IconTheme.getJson', iconThemeId);
2545
+ return invoke$k('IconTheme.getJson', iconThemeId);
2546
2546
  };
2547
2547
 
2548
2548
  const dispatch = key => (...args) => {
@@ -2623,13 +2623,13 @@ const serializeObjects = objects => {
2623
2623
  };
2624
2624
 
2625
2625
  const clear$5 = async storageType => {
2626
- await invoke$m(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
2626
+ await invoke$n(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
2627
2627
  };
2628
2628
  const getAll$1 = storageType => {
2629
- return invoke$m('WebStorage.getAll', storageType);
2629
+ return invoke$n('WebStorage.getAll', storageType);
2630
2630
  };
2631
2631
  const getText$2 = async (storageType, key) => {
2632
- const item = await invoke$m(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
2632
+ const item = await invoke$n(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
2633
2633
  return item || '';
2634
2634
  };
2635
2635
  const getJson$6 = async (storageType, key) => {
@@ -2644,7 +2644,7 @@ const getJson$6 = async (storageType, key) => {
2644
2644
  }
2645
2645
  };
2646
2646
  const setText$1 = async (storageType, key, value) => {
2647
- await invoke$m(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
2647
+ await invoke$n(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
2648
2648
  };
2649
2649
  const setJson$5 = async (storageType, key, value) => {
2650
2650
  const stringifiedValue = stringifyCompact(value);
@@ -2652,7 +2652,7 @@ const setJson$5 = async (storageType, key, value) => {
2652
2652
  };
2653
2653
  const setJsonObjects$2 = async (storageType, objects) => {
2654
2654
  const serializedObjects = serializeObjects(objects);
2655
- await invoke$m('WebStorage.setJsonObjects', storageType, serializedObjects);
2655
+ await invoke$n('WebStorage.setJsonObjects', storageType, serializedObjects);
2656
2656
  };
2657
2657
 
2658
2658
  const LocalStorage = 1;
@@ -2827,7 +2827,7 @@ const ExtensionStateStorage = {
2827
2827
  };
2828
2828
 
2829
2829
  const saveState$i = async () => {
2830
- const state = await invoke$j('SaveState.saveState');
2830
+ const state = await invoke$k('SaveState.saveState');
2831
2831
  return state;
2832
2832
  };
2833
2833
  const getSavedState = async () => {
@@ -2882,7 +2882,7 @@ const hydrate$5 = async () => {
2882
2882
  console.info('[info] not saving state on visibility change - disabled by settings');
2883
2883
  return;
2884
2884
  }
2885
- await invoke$m('Window.onVisibilityChange');
2885
+ await invoke$n('Window.onVisibilityChange');
2886
2886
  };
2887
2887
  const getSavedViewletState = viewletId => {
2888
2888
  return getJson$4(viewletId);
@@ -2906,7 +2906,7 @@ const ViewletManagerVisitorCss = {
2906
2906
 
2907
2907
  const fileSearchWorkerUrl = `${assetDir}/packages/file-search-worker/dist/fileSearchWorkerMain.js`;
2908
2908
 
2909
- const getConfiguredWorkerUrl$g = () => {
2909
+ const getConfiguredWorkerUrl$h = () => {
2910
2910
  let configuredWorkerUrl = get$e('develop.fileSearchWorkerPath') || '';
2911
2911
  if (configuredWorkerUrl) {
2912
2912
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -2922,14 +2922,14 @@ const launchFileSearchWorker = async () => {
2922
2922
  const ipc = await create$13({
2923
2923
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
2924
2924
  name,
2925
- url: getConfiguredWorkerUrl$g()
2925
+ url: getConfiguredWorkerUrl$h()
2926
2926
  });
2927
2927
  handleIpc(ipc);
2928
2928
  return ipc;
2929
2929
  };
2930
2930
 
2931
2931
  const {
2932
- invoke: invoke$i} = getOrCreateWorker(launchFileSearchWorker);
2932
+ invoke: invoke$j} = getOrCreateWorker(launchFileSearchWorker);
2933
2933
 
2934
2934
  const state$u = {
2935
2935
  /**
@@ -2945,7 +2945,7 @@ const add$1 = async menuEntries => {
2945
2945
  // TODO store menu entries here or in file search worker?
2946
2946
  // Usually don't want to start worker for the menu entries
2947
2947
  // But also quickpick menu entries would be better stored there
2948
- await invoke$i('QuickPick.addMenuEntries', menuEntries);
2948
+ await invoke$j('QuickPick.addMenuEntries', menuEntries);
2949
2949
  };
2950
2950
 
2951
2951
  const loadModule$2 = async (id, module) => {
@@ -3132,7 +3132,7 @@ const runFn = async (instance, id, key, fn, args) => {
3132
3132
  const commands = render$I(instance.factory, oldState, newState, newState.uid || id);
3133
3133
  updateDynamicFocusContext(commands);
3134
3134
  setRenderedState(id, newState);
3135
- await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3135
+ await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3136
3136
  } else {
3137
3137
  return fn(instance.state, ...args);
3138
3138
  }
@@ -3157,7 +3157,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
3157
3157
  if (commands.length === 0) {
3158
3158
  return;
3159
3159
  }
3160
- await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3160
+ await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3161
3161
  };
3162
3162
 
3163
3163
  // TODO maybe wrapViewletCommand should accept module instead of id string
@@ -3362,7 +3362,7 @@ const maybeRegisterEvents = module => {
3362
3362
  const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
3363
3363
  instance.state = newState;
3364
3364
  instance.renderedState = newState;
3365
- await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3365
+ await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3366
3366
  };
3367
3367
  addListener('workspace.change', handleUpdate);
3368
3368
  }
@@ -3389,7 +3389,7 @@ const maybeRegisterEvents = module => {
3389
3389
  const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
3390
3390
  instance.state = newState;
3391
3391
  instance.renderedState = newState;
3392
- await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3392
+ await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3393
3393
  };
3394
3394
  addListener(key, handleUpdate);
3395
3395
  }
@@ -3417,7 +3417,7 @@ const maybeRegisterMenuEntries = async module => {
3417
3417
  const actuallyLoadModule = async (getModule, id) => {
3418
3418
  const module = await getModule(id);
3419
3419
  if (!module.hasFunctionalEvents) {
3420
- await invoke$m(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
3420
+ await invoke$n(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
3421
3421
  }
3422
3422
  await loadModule$1(id, module);
3423
3423
  await maybeRegisterWrappedCommands(id, module);
@@ -3510,7 +3510,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3510
3510
  if (module.renderEventListeners) {
3511
3511
  // TODO reuse event listeners between components
3512
3512
  const eventListeners = await module.renderEventListeners();
3513
- await invoke$m('Viewlet.registerEventListeners', viewletUid, eventListeners);
3513
+ await invoke$n('Viewlet.registerEventListeners', viewletUid, eventListeners);
3514
3514
  }
3515
3515
  if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
3516
3516
  await module.show(newState);
@@ -3564,7 +3564,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3564
3564
  }
3565
3565
  state = ViewletState.ContentLoaded;
3566
3566
  if (viewlet.show === false) {} else {
3567
- await invoke$m(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3567
+ await invoke$n(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3568
3568
  }
3569
3569
  if (viewlet.disposed) {
3570
3570
  // TODO unload the module from renderer process
@@ -3616,7 +3616,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3616
3616
  return allCommands;
3617
3617
  }
3618
3618
  commands.push(...extraCommands);
3619
- await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3619
+ await invoke$n(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3620
3620
  } else {
3621
3621
  const allCommands = [...commands, ...extraCommands
3622
3622
  // ['Viewlet.show', viewlet.id],
@@ -3637,7 +3637,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3637
3637
  }
3638
3638
  state = ViewletState.ContentRendered;
3639
3639
  if (viewlet.parentUid && viewlet.show !== false) {
3640
- await invoke$m(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
3640
+ await invoke$n(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
3641
3641
  }
3642
3642
  state = ViewletState.Appended;
3643
3643
  if (viewlet.disposed) {
@@ -3659,10 +3659,10 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3659
3659
  }
3660
3660
  const commands = [];
3661
3661
  if (state < ViewletState.RendererProcessViewletLoaded) {
3662
- await invoke$m(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3662
+ await invoke$n(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3663
3663
  }
3664
3664
  const parentUid = viewlet.parentUid;
3665
- await invoke$m(kLoadModule, Error$3);
3665
+ await invoke$n(kLoadModule, Error$3);
3666
3666
  commands.push([kCreate, Error$3, viewletUid]);
3667
3667
  // @ts-ignore
3668
3668
  if (viewlet.setBounds !== false) {
@@ -3671,7 +3671,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
3671
3671
  if (module && module.customErrorRenderer) {
3672
3672
  const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
3673
3673
  const dom = await errorModule.render(error);
3674
- await invoke$m(kLoadModule, module.customErrorRenderer);
3674
+ await invoke$n(kLoadModule, module.customErrorRenderer);
3675
3675
  commands.push([kCreate, module.customErrorRenderer, viewletUid]);
3676
3676
  commands.push(['Viewlet.setDom2', viewletUid, dom]);
3677
3677
  commands.push([kAppend, parentUid, viewletUid]);
@@ -3724,7 +3724,7 @@ const load$4 = async moduleId => {
3724
3724
  };
3725
3725
 
3726
3726
  const disposeBrowserViewQuickPick = () => {
3727
- return invoke$k('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
3727
+ return invoke$l('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
3728
3728
  };
3729
3729
 
3730
3730
  const handleKeyBinding$1 = async identifier => {
@@ -3774,7 +3774,7 @@ const focus$7 = async id => {
3774
3774
  commands.push(...render$I(instance.factory, oldState, newState));
3775
3775
  }
3776
3776
  setFocusedInstance(instance);
3777
- await invoke$m('Viewlet.sendMultiple', commands);
3777
+ await invoke$n('Viewlet.sendMultiple', commands);
3778
3778
  };
3779
3779
 
3780
3780
  /**
@@ -3817,7 +3817,7 @@ const dispose$u = async id => {
3817
3817
  throw new Error(`${id} is missing a factory function`);
3818
3818
  }
3819
3819
  instance.factory.dispose(instance.state);
3820
- await invoke$m(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
3820
+ await invoke$n(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
3821
3821
  if (instance.factory.getKeyBindings) {
3822
3822
  removeKeyBindings(instanceUid);
3823
3823
  }
@@ -3996,7 +3996,7 @@ const setStateFunctional = (id, newState) => {
3996
3996
  const setState = async (id, newState) => {
3997
3997
  const commands = setStateFunctional(id, newState);
3998
3998
  if (commands.length > 0) {
3999
- await invoke$m(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
3999
+ await invoke$n(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4000
4000
  }
4001
4001
  };
4002
4002
  const getAllStates = () => {
@@ -4039,7 +4039,7 @@ const openWidget = async (moduleId, ...args) => {
4039
4039
  // TODO send focus changes to renderer process together with other message
4040
4040
  updateDynamicFocusContext(commands);
4041
4041
  commands.push(['Viewlet.focus', childUid]);
4042
- await invoke$m('Viewlet.executeCommands', commands);
4042
+ await invoke$n('Viewlet.executeCommands', commands);
4043
4043
  };
4044
4044
  const closeWidget = async id => {
4045
4045
  try {
@@ -4051,7 +4051,7 @@ const closeWidget = async id => {
4051
4051
  const child = childInstance.state;
4052
4052
  const childUid = child.uid;
4053
4053
  const commands = disposeFunctional(childUid);
4054
- await invoke$m(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
4054
+ await invoke$n(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
4055
4055
  // TODO restore focus
4056
4056
  } catch (error) {
4057
4057
  throw new VError(error, `Failed to close widget ${id}`);
@@ -4109,7 +4109,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
4109
4109
  if (commands.length === 0) {
4110
4110
  return;
4111
4111
  }
4112
- await invoke$m(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4112
+ await invoke$n(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4113
4113
  };
4114
4114
 
4115
4115
  // @ts-ignore
@@ -4149,7 +4149,7 @@ const disposeWidgetWithValue = async (id, value) => {
4149
4149
  instance.status = 'disposed';
4150
4150
  remove$8(id);
4151
4151
  remove$8(uid);
4152
- await invoke$m('Viewlet.sendMultiple', commands);
4152
+ await invoke$n('Viewlet.sendMultiple', commands);
4153
4153
  // return commands
4154
4154
  const parentInstance = getInstance(KeyBindings);
4155
4155
  if (!parentInstance) {
@@ -4356,7 +4356,7 @@ const getLanguageConfigurationFromWebExtension = async languageId => {
4356
4356
  return json;
4357
4357
  };
4358
4358
  const getLanguageConfiguration$3 = async languageId => {
4359
- const languageConfiguration = await invoke$k(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
4359
+ const languageConfiguration = await invoke$l(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
4360
4360
  if (languageConfiguration) {
4361
4361
  return languageConfiguration;
4362
4362
  }
@@ -4369,7 +4369,7 @@ const getLanguageConfiguration$2 = async languageId => {
4369
4369
 
4370
4370
  const getLanguages = async () => {
4371
4371
  try {
4372
- return invoke$j('Languages.getLanguages');
4372
+ return invoke$k('Languages.getLanguages');
4373
4373
  } catch (error) {
4374
4374
  throw new VError(error, 'Failed to load languages');
4375
4375
  }
@@ -4785,7 +4785,7 @@ const hydrate$3 = async () => {
4785
4785
  };
4786
4786
 
4787
4787
  const getInitData = async () => {
4788
- const rendererProcessInitData = await invoke$m('InitData.getInitData');
4788
+ const rendererProcessInitData = await invoke$n('InitData.getInitData');
4789
4789
  // TODO get the following items
4790
4790
  // - location.href
4791
4791
  // - workspace
@@ -5177,7 +5177,7 @@ const addToRecentlyOpenedWeb = async path => {
5177
5177
  await setRecentlyOpened(newRecentlyOpened);
5178
5178
  };
5179
5179
  const addToRecentlyOpenedRemote = async path => {
5180
- await invoke$k(RecentlyOpenedAddPath, path);
5180
+ await invoke$l(RecentlyOpenedAddPath, path);
5181
5181
  };
5182
5182
  const addToRecentlyOpened = async path => {
5183
5183
  switch (platform) {
@@ -5215,16 +5215,16 @@ const hydrate$2 = async () => {
5215
5215
  // TODO high memory usage in idb because of transactionDoneMap
5216
5216
 
5217
5217
  const saveValue$1 = async (storeId, value) => {
5218
- await invoke$j('IndexedDb.saveValue', storeId, value);
5218
+ await invoke$k('IndexedDb.saveValue', storeId, value);
5219
5219
  };
5220
5220
  const getValuesByIndexName$1 = async (storeId, indexName, only) => {
5221
- return invoke$j('IndexedDb.getValuesByIndexName', storeId, indexName, only);
5221
+ return invoke$k('IndexedDb.getValuesByIndexName', storeId, indexName, only);
5222
5222
  };
5223
5223
  const addHandle$1 = async (uri, handle) => {
5224
- return invoke$j('IndexedDb.addHandle', uri, handle);
5224
+ return invoke$k('IndexedDb.addHandle', uri, handle);
5225
5225
  };
5226
5226
  const getHandle$1 = async uri => {
5227
- return invoke$j('IndexedDb.getHandle', uri);
5227
+ return invoke$k('IndexedDb.getHandle', uri);
5228
5228
  };
5229
5229
 
5230
5230
  const saveValue = async (sessionId, value) => {
@@ -5599,7 +5599,7 @@ const watchFilesForHotReload = async platform => {
5599
5599
  if (config.length === 0) {
5600
5600
  return;
5601
5601
  }
5602
- await invoke$k('ExtensionHost.watchForHotReload', config);
5602
+ await invoke$l('ExtensionHost.watchForHotReload', config);
5603
5603
  } catch (error) {
5604
5604
  console.warn(`Failed to watch ${error}`);
5605
5605
  }
@@ -5717,7 +5717,7 @@ const startup = async () => {
5717
5717
  const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
5718
5718
  commands.push(...placeholderCommands);
5719
5719
  commands.push(['Viewlet.appendToBody', layout.uid]);
5720
- await invoke$m('Viewlet.executeCommands', commands);
5720
+ await invoke$n('Viewlet.executeCommands', commands);
5721
5721
  // await Layout.hydrate(initData)
5722
5722
  mark(DidShowLayout);
5723
5723
  mark(WillLoadLanguages);
@@ -6035,7 +6035,7 @@ const create$Y = async ({
6035
6035
  }
6036
6036
  return worker;
6037
6037
  };
6038
- const getMessage$4 = event => {};
6038
+ const getMessage$3 = event => {};
6039
6039
  const wrap$4 = worker => {
6040
6040
  return {
6041
6041
  worker,
@@ -6049,7 +6049,7 @@ const wrap$4 = worker => {
6049
6049
  set onmessage(listener) {
6050
6050
  this.listener = listener;
6051
6051
  const wrappedListener = event => {
6052
- const message = getMessage$4();
6052
+ const message = getMessage$3();
6053
6053
  const syntheticEvent = {
6054
6054
  data: message,
6055
6055
  target: this
@@ -6084,7 +6084,7 @@ const create$X = async ({
6084
6084
  delete globalThis.acceptReferencePort;
6085
6085
  return referencePort;
6086
6086
  };
6087
- const getMessage$3 = message => {
6087
+ const getMessage$2 = message => {
6088
6088
  return message;
6089
6089
  };
6090
6090
  const wrap$3 = referencePort => {
@@ -6100,7 +6100,7 @@ const wrap$3 = referencePort => {
6100
6100
  set onmessage(listener) {
6101
6101
  this.listener = listener;
6102
6102
  const wrappedListener = event => {
6103
- const message = getMessage$3(event);
6103
+ const message = getMessage$2(event);
6104
6104
  const syntheticEvent = {
6105
6105
  data: message,
6106
6106
  target: this
@@ -6216,7 +6216,7 @@ const create$V = async ({
6216
6216
  }
6217
6217
  return webSocket;
6218
6218
  };
6219
- const getMessage$2 = event => {
6219
+ const getMessage$1 = event => {
6220
6220
  return parse$1(event.data);
6221
6221
  };
6222
6222
  const wrap$2 = webSocket => {
@@ -6232,7 +6232,7 @@ const wrap$2 = webSocket => {
6232
6232
  set onmessage(listener) {
6233
6233
  this.listener = listener;
6234
6234
  const wrappedListener = event => {
6235
- const message = getMessage$2(event);
6235
+ const message = getMessage$1(event);
6236
6236
  const syntheticEvent = {
6237
6237
  data: message,
6238
6238
  target: this
@@ -6380,10 +6380,10 @@ const GetColorThemeCssCachedLocalStorage = {
6380
6380
  // TODO high memory usage in idb because of transactionDoneMap
6381
6381
 
6382
6382
  const set$8 = async (key, value) => {
6383
- await invoke$j('IndexedDb.set', key, value);
6383
+ await invoke$k('IndexedDb.set', key, value);
6384
6384
  };
6385
6385
  const get$7 = async key => {
6386
- return invoke$j('IndexedDb.get', key);
6386
+ return invoke$k('IndexedDb.get', key);
6387
6387
  };
6388
6388
 
6389
6389
  const getCacheKey = colorThemeId => {
@@ -6432,10 +6432,7 @@ const FileSystemRename = 'ExtensionHostFileSystem.rename';
6432
6432
  const FileSystemWriteFile = 'ExtensionHostFileSystem.writeFile';
6433
6433
  const GetStatusBarItems = 'ExtensionHost.getStatusBarItems';
6434
6434
  const HoverExecute = 'ExtensionHostHover.execute';
6435
- const ImplementationExecuteImplementationProvider = 'ExtensionHostImplementation.executeImplementationProvider';
6436
6435
  const OrganizeImportsExecute = 'ExtensionHostOrganizeImports.execute';
6437
- const ReferenceExecuteFileReferenceProvider = 'ExtensionHostReference.executeFileReferenceProvider';
6438
- const ReferenceExecuteReferenceProvider = 'ExtensionHostReference.executeReferenceProvider';
6439
6436
  const RegisterStatusBarChangeListener = 'ExtensionHostStatusBar.registerChangeListener';
6440
6437
  const SelectionExecuteSelectionProvider = 'ExtensionHostSelection.executeSelectionProvider';
6441
6438
  const SourceControlGetEnabledProviderIds = 'ExtensionHostSourceControl.getEnabledProviderIds';
@@ -6458,7 +6455,7 @@ const get$4 = () => {
6458
6455
  };
6459
6456
 
6460
6457
  const addWebExtension = async path => {
6461
- const manifest = await invoke$j('Extensions.addWebExtension', path);
6458
+ const manifest = await invoke$k('Extensions.addWebExtension', path);
6462
6459
  // TODO avoid side effect here
6463
6460
  if (manifest.languages) {
6464
6461
  for (const language of manifest.languages) {
@@ -6572,7 +6569,7 @@ const handleRejectedExtensions = async extensions => {
6572
6569
  }
6573
6570
  };
6574
6571
  const getExtensions$1 = async () => {
6575
- return invoke$j('Extensions.getExtensions');
6572
+ return invoke$k('Extensions.getExtensions');
6576
6573
  };
6577
6574
  const addNodeExtension = async path => {
6578
6575
  // TODO add support for dynamically loading node extensions
@@ -6614,13 +6611,13 @@ const state$l = {
6614
6611
  const actuallyActivateExtension = async extension => {
6615
6612
  if (!(extension.id in state$l.activatedExtensions)) {
6616
6613
  const absolutePath = getExtensionAbsolutePath(extension.id, extension.isWeb, extension.builtin, extension.path, extension.browser, origin, platform);
6617
- state$l.activatedExtensions[extension.id] = invoke$j(ExtensionActivate, extension, absolutePath);
6614
+ state$l.activatedExtensions[extension.id] = invoke$k(ExtensionActivate, extension, absolutePath);
6618
6615
  }
6619
6616
  return state$l.activatedExtensions[extension.id];
6620
6617
  };
6621
6618
  const actuallyActivateByEvent = async event => {
6622
6619
  // TODO should not query extensions multiple times
6623
- const extensions = await invoke$j('Extensions.getExtensions');
6620
+ const extensions = await invoke$k('Extensions.getExtensions');
6624
6621
  const {
6625
6622
  resolved,
6626
6623
  rejected
@@ -6666,7 +6663,7 @@ const executeProviders = async ({
6666
6663
  combineResults
6667
6664
  }) => {
6668
6665
  await activateByEvent(event);
6669
- const result = await invoke$j(method, ...params);
6666
+ const result = await invoke$k(method, ...params);
6670
6667
  return result;
6671
6668
  };
6672
6669
  const executeProvider = async ({
@@ -6676,14 +6673,14 @@ const executeProvider = async ({
6676
6673
  noProviderFoundMessage
6677
6674
  }) => {
6678
6675
  await activateByEvent(event);
6679
- const result = invoke$j(method, ...params);
6676
+ const result = invoke$k(method, ...params);
6680
6677
  return result;
6681
6678
  };
6682
6679
  const execute$3 = async ({
6683
6680
  method,
6684
6681
  params
6685
6682
  }) => {
6686
- await invoke$j(method, ...params);
6683
+ await invoke$k(method, ...params);
6687
6684
  };
6688
6685
 
6689
6686
  const readFile$e = uri => {
@@ -6903,40 +6900,40 @@ const FileSystemData = {
6903
6900
 
6904
6901
  const name$2p = 'Memory';
6905
6902
  const readFile$b = uri => {
6906
- return invoke$j('FileSystemMemory.readFile', uri);
6903
+ return invoke$k('FileSystemMemory.readFile', uri);
6907
6904
  };
6908
6905
  const writeFile$b = (uri, content) => {
6909
- return invoke$j('FileSystemMemory.writeFile', uri, content);
6906
+ return invoke$k('FileSystemMemory.writeFile', uri, content);
6910
6907
  };
6911
6908
  const mkdir$4 = uri => {
6912
- return invoke$j('FileSystemMemory.mkdir', uri);
6909
+ return invoke$k('FileSystemMemory.mkdir', uri);
6913
6910
  };
6914
6911
  const getPathSeparator$5 = () => {
6915
6912
  return Slash;
6916
6913
  };
6917
6914
  const remove$4 = uri => {
6918
- return invoke$j('FileSystemMemory.remove', uri);
6915
+ return invoke$k('FileSystemMemory.remove', uri);
6919
6916
  };
6920
6917
  const readDirWithFileTypes$5 = uri => {
6921
- return invoke$j('FileSystemMemory.readDirWithFileTypes', uri);
6918
+ return invoke$k('FileSystemMemory.readDirWithFileTypes', uri);
6922
6919
  };
6923
6920
  const getBlobUrl$2 = uri => {
6924
- return invoke$j('FileSystemMemory.getBlobUrl', uri);
6921
+ return invoke$k('FileSystemMemory.getBlobUrl', uri);
6925
6922
  };
6926
6923
  const getBlob$5 = async uri => {
6927
- return invoke$j('FileSystemMemory.getBlob', uri);
6924
+ return invoke$k('FileSystemMemory.getBlob', uri);
6928
6925
  };
6929
6926
  const chmod$3 = (path, permissions) => {
6930
- return invoke$j('FileSystemMemory.chmod', path, permissions);
6927
+ return invoke$k('FileSystemMemory.chmod', path, permissions);
6931
6928
  };
6932
6929
  const rename$3 = (oldPath, newPath) => {
6933
- return invoke$j('FileSystemMemory.rename', oldPath, newPath);
6930
+ return invoke$k('FileSystemMemory.rename', oldPath, newPath);
6934
6931
  };
6935
6932
  const copy$5 = (oldPath, newPath) => {
6936
- return invoke$j('FileSystemMemory.copy', oldPath, newPath);
6933
+ return invoke$k('FileSystemMemory.copy', oldPath, newPath);
6937
6934
  };
6938
6935
  const getFiles$1 = () => {
6939
- return invoke$j('FileSystemMemory.getFiles');
6936
+ return invoke$k('FileSystemMemory.getFiles');
6940
6937
  };
6941
6938
 
6942
6939
  const FileSystemMemory = {
@@ -7258,28 +7255,28 @@ const state$j = {
7258
7255
  files: Object.create(null)
7259
7256
  };
7260
7257
  const readFile$9 = async uri => {
7261
- return invoke$j('FileSystemFetch.readFile', uri);
7258
+ return invoke$k('FileSystemFetch.readFile', uri);
7262
7259
  };
7263
7260
  const writeFile$9 = (uri, content) => {
7264
- return invoke$j('FileSystemFetch.writeFile', uri);
7261
+ return invoke$k('FileSystemFetch.writeFile', uri);
7265
7262
  };
7266
7263
  const mkdir$2 = uri => {
7267
- return invoke$j('FileSystemFetch.mkdir', uri);
7264
+ return invoke$k('FileSystemFetch.mkdir', uri);
7268
7265
  };
7269
7266
  const getPathSeparator$3 = () => {
7270
7267
  return Slash;
7271
7268
  };
7272
7269
  const remove$2 = uri => {
7273
- return invoke$j('FileSystemFetch.remove', uri);
7270
+ return invoke$k('FileSystemFetch.remove', uri);
7274
7271
  };
7275
7272
  const readDirWithFileTypes$3 = async uri => {
7276
- return invoke$j('FileSystemFetch.readDirWithFileTypes', uri);
7273
+ return invoke$k('FileSystemFetch.readDirWithFileTypes', uri);
7277
7274
  };
7278
7275
  const chmod$2 = (path, permissions) => {
7279
- return invoke$j('FileSystemFetch.chmod', path, permissions);
7276
+ return invoke$k('FileSystemFetch.chmod', path, permissions);
7280
7277
  };
7281
7278
  const getBlob$4 = async (uri, type) => {
7282
- return invoke$j('FileSystemFetch.getBlob', uri, type);
7279
+ return invoke$k('FileSystemFetch.getBlob', uri, type);
7283
7280
  };
7284
7281
 
7285
7282
  const FileSystemFetch = {
@@ -7299,7 +7296,7 @@ const FileSystemFetch = {
7299
7296
 
7300
7297
  const fileSystemWorkerUrl = `${assetDir}/packages/file-system-worker/dist/fileSystemWorkerMain.js`;
7301
7298
 
7302
- const getConfiguredWorkerUrl$f = () => {
7299
+ const getConfiguredWorkerUrl$g = () => {
7303
7300
  let configuredWorkerUrl = get$e('develop.fileSystemWorkerPath') || '';
7304
7301
  if (configuredWorkerUrl) {
7305
7302
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -7315,15 +7312,15 @@ const launchFileSystemWorker = async () => {
7315
7312
  const ipc = await create$13({
7316
7313
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
7317
7314
  name,
7318
- url: getConfiguredWorkerUrl$f()
7315
+ url: getConfiguredWorkerUrl$g()
7319
7316
  });
7320
7317
  handleIpc(ipc);
7321
- await invoke$n(ipc, 'Initialize.initialize', platform);
7318
+ await invoke$o(ipc, 'Initialize.initialize', platform);
7322
7319
  return ipc;
7323
7320
  };
7324
7321
 
7325
7322
  const {
7326
- invoke: invoke$h} = getOrCreateWorker(launchFileSystemWorker);
7323
+ invoke: invoke$i} = getOrCreateWorker(launchFileSystemWorker);
7327
7324
 
7328
7325
  const getRemoteSrc = uri => {
7329
7326
  const src = `/remote${uri}`;
@@ -7340,37 +7337,37 @@ const toUri = item => {
7340
7337
  const copy$4 = (source, target) => {
7341
7338
  source = toUri(source);
7342
7339
  target = toUri(target);
7343
- return invoke$h('FileSystem.copy', /* source */source, /* target */target);
7340
+ return invoke$i('FileSystem.copy', /* source */source, /* target */target);
7344
7341
  };
7345
7342
  const readFile$8 = (path, encoding) => {
7346
7343
  path = toUri(path);
7347
- return invoke$h('FileSystem.readFile', /* path */path, /* encoding */encoding);
7344
+ return invoke$i('FileSystem.readFile', /* path */path, /* encoding */encoding);
7348
7345
  };
7349
7346
  const readJson$2 = path => {
7350
7347
  path = toUri(path);
7351
- return invoke$h('FileSystem.readJson', /* path */path);
7348
+ return invoke$i('FileSystem.readJson', /* path */path);
7352
7349
  };
7353
7350
  const remove$1 = path => {
7354
7351
  path = toUri(path);
7355
- return invoke$h('FileSystem.remove', /* path */path);
7352
+ return invoke$i('FileSystem.remove', /* path */path);
7356
7353
  };
7357
7354
  const rename$1 = (oldUri, newUri) => {
7358
7355
  oldUri = toUri(oldUri);
7359
7356
  newUri = toUri(newUri);
7360
- return invoke$h('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
7357
+ return invoke$i('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
7361
7358
  };
7362
7359
  const mkdir$1 = path => {
7363
7360
  path = toUri(path);
7364
- return invoke$h('FileSystem.mkdir', /* path */path);
7361
+ return invoke$i('FileSystem.mkdir', /* path */path);
7365
7362
  };
7366
7363
  const writeFile$8 = async (path, content, encoding) => {
7367
7364
  path = toUri(path);
7368
- await invoke$h(/* FileSystem.writeFile */'FileSystem.writeFile', /* path */path, /* content */content, /* encoding */encoding);
7365
+ await invoke$i(/* FileSystem.writeFile */'FileSystem.writeFile', /* path */path, /* content */content, /* encoding */encoding);
7369
7366
  };
7370
7367
  const ensureFile = async () => {};
7371
7368
  const readDirWithFileTypes$2 = path => {
7372
7369
  path = toUri(path);
7373
- return invoke$h('FileSystem.readDirWithFileTypes', /* path */path);
7370
+ return invoke$i('FileSystem.readDirWithFileTypes', /* path */path);
7374
7371
  };
7375
7372
  const getBlobUrl$1 = path => {
7376
7373
  if (!path.startsWith('/')) {
@@ -7379,7 +7376,7 @@ const getBlobUrl$1 = path => {
7379
7376
  return getRemoteSrc(path);
7380
7377
  };
7381
7378
  const getBlob$3 = async (path, type) => {
7382
- const content = await invoke$h('FileSystem.readFileAsBuffer', path);
7379
+ const content = await invoke$i('FileSystem.readFileAsBuffer', path);
7383
7380
  const array = new Uint8Array(content.data);
7384
7381
  const blob = new Blob([array], {
7385
7382
  type
@@ -7390,22 +7387,22 @@ const getPathSeparator$2 = () => {
7390
7387
  if (platform === Web$1) {
7391
7388
  return Slash;
7392
7389
  }
7393
- return invoke$h('FileSystem.getPathSeparator');
7390
+ return invoke$i('FileSystem.getPathSeparator');
7394
7391
  };
7395
7392
  const getRealPath = path => {
7396
- return invoke$h('FileSystem.getRealPath', /* path */path);
7393
+ return invoke$i('FileSystem.getRealPath', /* path */path);
7397
7394
  };
7398
7395
  const stat = path => {
7399
7396
  path = toUri(path);
7400
- return invoke$h('FileSystem.stat', /* path */path);
7397
+ return invoke$i('FileSystem.stat', /* path */path);
7401
7398
  };
7402
7399
  const getFolderSize = path => {
7403
7400
  path = toUri(path);
7404
- return invoke$h('FileSystemDisk.getFolderSize', /* path */path);
7401
+ return invoke$i('FileSystemDisk.getFolderSize', /* path */path);
7405
7402
  };
7406
7403
  const chmod$1 = (path, permissions) => {
7407
7404
  path = toUri(path);
7408
- return invoke$h('FileSystem.chmod', /* path */path, /* permissions */permissions);
7405
+ return invoke$i('FileSystem.chmod', /* path */path, /* permissions */permissions);
7409
7406
  };
7410
7407
  const canBeRestored$2 = true;
7411
7408
 
@@ -7556,7 +7553,7 @@ const requestPermission = async (handle, options) => {
7556
7553
  // query permission, but from renderer process
7557
7554
  // because handle.requestPermission is not implemented
7558
7555
  // in a worker, see https://github.com/WICG/file-system-access/issues/289
7559
- const permissionTypeNow = await invoke$m('FileSystemHandle.requestPermission', handle, options);
7556
+ const permissionTypeNow = await invoke$n('FileSystemHandle.requestPermission', handle, options);
7560
7557
  return permissionTypeNow;
7561
7558
  };
7562
7559
  const queryPermission = async (handle, options) => {
@@ -7782,7 +7779,7 @@ const FileSystemHtml = {
7782
7779
 
7783
7780
  const debugWorkerUrl = `${assetDir}/packages/debug-worker/dist/debugWorkerMain.js`;
7784
7781
 
7785
- const getConfiguredWorkerUrl$e = () => {
7782
+ const getConfiguredWorkerUrl$f = () => {
7786
7783
  let configuredWorkerUrl = get$e('develop.debugWorkerPath') || '';
7787
7784
  if (configuredWorkerUrl) {
7788
7785
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -7798,21 +7795,21 @@ const launchDebugWorker = async () => {
7798
7795
  const ipc = await create$13({
7799
7796
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
7800
7797
  name,
7801
- url: getConfiguredWorkerUrl$e()
7798
+ url: getConfiguredWorkerUrl$f()
7802
7799
  });
7803
7800
  handleIpc(ipc);
7804
- await invoke$n(ipc, 'Initialize.initialize');
7801
+ await invoke$o(ipc, 'Initialize.initialize');
7805
7802
  return ipc;
7806
7803
  };
7807
7804
 
7808
7805
  const {
7809
- invoke: invoke$g,
7806
+ invoke: invoke$h,
7810
7807
  restart: restart$8
7811
7808
  } = getOrCreateWorker(launchDebugWorker);
7812
7809
 
7813
7810
  const name$2l = 'Debug';
7814
7811
  const readFile$6 = uri => {
7815
- return invoke$g('RunAndDebug.readFile', uri);
7812
+ return invoke$h('RunAndDebug.readFile', uri);
7816
7813
  };
7817
7814
  const writeFile$6 = (uri, content) => {
7818
7815
  throw new Error('not implemented');
@@ -8197,7 +8194,7 @@ const TryToGetActualImportErrorMessage = {
8197
8194
 
8198
8195
  const aboutViewWorkerUrl = `${assetDir}/packages/about-view-worker/dist/aboutWorkerMain.js`;
8199
8196
 
8200
- const getConfiguredWorkerUrl$d = () => {
8197
+ const getConfiguredWorkerUrl$e = () => {
8201
8198
  let configuredWorkerUrl = get$e('develop.aboutViewWorkerPath') || '';
8202
8199
  if (configuredWorkerUrl) {
8203
8200
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -8213,18 +8210,18 @@ const launchAboutViewWorker = async () => {
8213
8210
  const ipc = await create$13({
8214
8211
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
8215
8212
  name,
8216
- url: getConfiguredWorkerUrl$d()
8213
+ url: getConfiguredWorkerUrl$e()
8217
8214
  });
8218
8215
  handleIpc(ipc);
8219
8216
  return ipc;
8220
8217
  };
8221
8218
 
8222
8219
  const {
8223
- invoke: invoke$f
8220
+ invoke: invoke$g
8224
8221
  } = getOrCreateWorker(launchAboutViewWorker);
8225
8222
 
8226
8223
  const showAboutElectron = async () => {
8227
- return invoke$f('About.showAboutElectron');
8224
+ return invoke$g('About.showAboutElectron');
8228
8225
  };
8229
8226
 
8230
8227
  const showAboutDefault = async () => {
@@ -8334,7 +8331,7 @@ const Ajax_ipc = {
8334
8331
 
8335
8332
  const playBell = async () => {
8336
8333
  const src = '/sounds/bell.oga';
8337
- await invoke$m(/* Audio.play */3211, /* src */src);
8334
+ await invoke$n(/* Audio.play */3211, /* src */src);
8338
8335
  };
8339
8336
 
8340
8337
  const name$2i = 'Audio';
@@ -8387,25 +8384,25 @@ const i18nString = (key, placeholders = emptyObject) => {
8387
8384
  /**
8388
8385
  * @enum {string}
8389
8386
  */
8390
- const UiStrings$l = {
8387
+ const UiStrings$k = {
8391
8388
  DoYouWantToUpdate: 'Do you want to update to version {PH1}?',
8392
8389
  DoYouWantToRestart: 'The Update has been downloaded. Do you want to restart now?'
8393
8390
  };
8394
8391
  const promptMessage = version => {
8395
- return i18nString(UiStrings$l.DoYouWantToUpdate, {
8392
+ return i18nString(UiStrings$k.DoYouWantToUpdate, {
8396
8393
  PH1: version
8397
8394
  });
8398
8395
  };
8399
8396
  const promptRestart = () => {
8400
- return i18nString(UiStrings$l.DoYouWantToRestart);
8397
+ return i18nString(UiStrings$k.DoYouWantToRestart);
8401
8398
  };
8402
8399
 
8403
8400
  const getAutoUpdateType = () => {
8404
- return invoke$k('AutoUpdater.getAutoUpdateType');
8401
+ return invoke$l('AutoUpdater.getAutoUpdateType');
8405
8402
  };
8406
8403
 
8407
8404
  const getLatestVersion = () => {
8408
- return invoke$k('AutoUpdater.getLatestVersion');
8405
+ return invoke$l('AutoUpdater.getLatestVersion');
8409
8406
  };
8410
8407
 
8411
8408
  const checkForUpdates$1 = async () => {
@@ -8509,14 +8506,14 @@ const GetEditorSourceActions_ipc = {
8509
8506
  };
8510
8507
 
8511
8508
  const getFileHandles = ids => {
8512
- return invoke$m('FileHandles.get', ids);
8509
+ return invoke$n('FileHandles.get', ids);
8513
8510
  };
8514
8511
  const addFileHandle = fileHandle => {
8515
- return invoke$m('FileSystemHandle.addFileHandle', fileHandle);
8512
+ return invoke$n('FileSystemHandle.addFileHandle', fileHandle);
8516
8513
  };
8517
8514
 
8518
8515
  const getFilePathElectron = async file => {
8519
- return invoke$m('GetFilePathElectron.getFilePathElectron', file);
8516
+ return invoke$n('GetFilePathElectron.getFilePathElectron', file);
8520
8517
  };
8521
8518
 
8522
8519
  const name$2e = 'FileSystemHandle';
@@ -8710,10 +8707,10 @@ const applyLegacyBulkReplacement = async (files, ranges, replacement) => {
8710
8707
  array(ranges);
8711
8708
  string(replacement);
8712
8709
  if (isSpecialScheme(files)) {
8713
- await invoke$j('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8710
+ await invoke$k('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8714
8711
  return;
8715
8712
  }
8716
- await invoke$k('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8713
+ await invoke$l('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8717
8714
  };
8718
8715
 
8719
8716
  const applyFileReplacement = async edit => {
@@ -8949,7 +8946,7 @@ const Chrome_ipc = {
8949
8946
 
8950
8947
  const clipBoardWorkerUrl = `${assetDir}/packages/clipboard-worker/dist/clipBoardWorkerMain.js`;
8951
8948
 
8952
- const getConfiguredWorkerUrl$c = () => {
8949
+ const getConfiguredWorkerUrl$d = () => {
8953
8950
  let configuredWorkerUrl = get$e('develop.clipBoardWorkerPath') || '';
8954
8951
  if (configuredWorkerUrl) {
8955
8952
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -8965,47 +8962,47 @@ const launchClipBoardWorker = async () => {
8965
8962
  const ipc = await create$13({
8966
8963
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
8967
8964
  name,
8968
- url: getConfiguredWorkerUrl$c()
8965
+ url: getConfiguredWorkerUrl$d()
8969
8966
  });
8970
8967
  handleIpc(ipc);
8971
- await invoke$n(ipc, 'ClipBoard.initialize', platform);
8968
+ await invoke$o(ipc, 'ClipBoard.initialize', platform);
8972
8969
  return ipc;
8973
8970
  };
8974
8971
 
8975
8972
  const {
8976
- invoke: invoke$e} = getOrCreateWorker(launchClipBoardWorker);
8973
+ invoke: invoke$f} = getOrCreateWorker(launchClipBoardWorker);
8977
8974
 
8978
8975
  const readText = async () => {
8979
- return await invoke$e('ClipBoard.readText');
8976
+ return await invoke$f('ClipBoard.readText');
8980
8977
  };
8981
8978
  const writeText$1 = async text => {
8982
- return await invoke$e('ClipBoard.writeText', text);
8979
+ return await invoke$f('ClipBoard.writeText', text);
8983
8980
  };
8984
8981
  const enableMemoryClipBoard = async () => {
8985
- return await invoke$e('ClipBoard.enableMemoryClipBoard');
8982
+ return await invoke$f('ClipBoard.enableMemoryClipBoard');
8986
8983
  };
8987
8984
  const disableMemoryClipBoard = async () => {
8988
- return await invoke$e('ClipBoard.disableMemoryClipBoard');
8985
+ return await invoke$f('ClipBoard.disableMemoryClipBoard');
8989
8986
  };
8990
8987
  const hotReload$a = async () => {
8991
- return await invoke$e('ClipBoard.hotReload');
8988
+ return await invoke$f('ClipBoard.hotReload');
8992
8989
  };
8993
8990
  const writeNativeFiles = async (type, files) => {
8994
- return await invoke$e('ClipBoard.writeNativeFiles', type, files);
8991
+ return await invoke$f('ClipBoard.writeNativeFiles', type, files);
8995
8992
  };
8996
8993
  const readNativeFiles = async () => {
8997
- return await invoke$e('ClipBoard.readNativeFiles');
8994
+ return await invoke$f('ClipBoard.readNativeFiles');
8998
8995
  };
8999
8996
  const writeImage = async blob => {
9000
8997
  try {
9001
- return await invoke$m('ClipBoard.writeImage', blob);
8998
+ return await invoke$n('ClipBoard.writeImage', blob);
9002
8999
  } catch (error) {
9003
9000
  throw new VError(error, 'Failed to write image to clipboard');
9004
9001
  }
9005
9002
  };
9006
9003
  const execCopy = async () => {
9007
9004
  try {
9008
- return await invoke$m('ClipBoard.execCopy');
9005
+ return await invoke$n('ClipBoard.execCopy');
9009
9006
  } catch (error) {
9010
9007
  throw new VError(error, 'Failed to copy selected text');
9011
9008
  }
@@ -9031,7 +9028,7 @@ const ClipBoard_ipc = {
9031
9028
  };
9032
9029
 
9033
9030
  const getColorThemeNames = async () => {
9034
- return invoke$j('ColorTheme.getColorThemeNames');
9031
+ return invoke$k('ColorTheme.getColorThemeNames');
9035
9032
  };
9036
9033
 
9037
9034
  const name$27 = 'ColorTheme';
@@ -9054,7 +9051,7 @@ const getProductNameLong = () => {
9054
9051
  };
9055
9052
 
9056
9053
  const showOpenDialog = (title, properties) => {
9057
- return invoke$k('ElectronDialog.showOpenDialog', title, properties);
9054
+ return invoke$l('ElectronDialog.showOpenDialog', title, properties);
9058
9055
  };
9059
9056
  const showMessageBox = async options => {
9060
9057
  // TODO maybe request window id here instead of at caller
@@ -9066,7 +9063,7 @@ const showMessageBox = async options => {
9066
9063
  productName,
9067
9064
  windowId
9068
9065
  };
9069
- return invoke$k('ElectronDialog.showMessageBox', finalOptions);
9066
+ return invoke$l('ElectronDialog.showMessageBox', finalOptions);
9070
9067
  };
9071
9068
 
9072
9069
  const Question = 'question';
@@ -9083,22 +9080,22 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
9083
9080
  };
9084
9081
 
9085
9082
  const prompt$2 = async (message, confirmMessage, title) => {
9086
- const result = await invoke$m('ConfirmPrompt.prompt', message);
9083
+ const result = await invoke$n('ConfirmPrompt.prompt', message);
9087
9084
  return result;
9088
9085
  };
9089
9086
 
9090
9087
  /**
9091
9088
  * @enum {string}
9092
9089
  */
9093
- const UiStrings$k = {
9090
+ const UiStrings$j = {
9094
9091
  Cancel: 'Cancel',
9095
9092
  Ok: 'Ok'
9096
9093
  };
9097
9094
  const cancel = () => {
9098
- return i18nString(UiStrings$k.Cancel);
9095
+ return i18nString(UiStrings$j.Cancel);
9099
9096
  };
9100
9097
  const ok = () => {
9101
- return i18nString(UiStrings$k.Ok);
9098
+ return i18nString(UiStrings$j.Ok);
9102
9099
  };
9103
9100
 
9104
9101
  const prompt$1 = async (message, {
@@ -9127,21 +9124,21 @@ const ConfirmPrompt_ipc = {
9127
9124
  };
9128
9125
 
9129
9126
  const startRecording = options => {
9130
- return invoke$k('ElectronContentTracing.startRecording', options);
9127
+ return invoke$l('ElectronContentTracing.startRecording', options);
9131
9128
  };
9132
9129
 
9133
9130
  /**
9134
9131
  * @returns {Promise<string>}
9135
9132
  */
9136
9133
  const stopRecording = () => {
9137
- return invoke$k('ElectronContentTracing.stopRecording');
9134
+ return invoke$l('ElectronContentTracing.stopRecording');
9138
9135
  };
9139
9136
 
9140
9137
  const showItemInFolder = fullPath => {
9141
- return invoke$k('OpenExternal.showItemInFolder', fullPath);
9138
+ return invoke$l('OpenExternal.showItemInFolder', fullPath);
9142
9139
  };
9143
9140
  const openExternal$2 = url => {
9144
- return invoke$k('OpenExternal.openExternal', url);
9141
+ return invoke$l('OpenExternal.openExternal', url);
9145
9142
  };
9146
9143
 
9147
9144
  const openNativeFolderWeb = absolutePath => {
@@ -9149,7 +9146,7 @@ const openNativeFolderWeb = absolutePath => {
9149
9146
  };
9150
9147
  const openNativeFolderRemote = async absolutePath => {
9151
9148
  try {
9152
- await invoke$k(OpenNativeFolder, /* path */absolutePath);
9149
+ await invoke$l(OpenNativeFolder, /* path */absolutePath);
9153
9150
  } catch (error) {
9154
9151
  throw new VError(error, `Failed to open folder ${absolutePath}`);
9155
9152
  }
@@ -9262,26 +9259,26 @@ const Debug_ipc = {
9262
9259
 
9263
9260
  const attachDebugger = async pid => {
9264
9261
  number(pid);
9265
- await invoke$k('AttachDebugger.attachDebugger', pid);
9262
+ await invoke$l('AttachDebugger.attachDebugger', pid);
9266
9263
  };
9267
9264
 
9268
9265
  const getPid = () => {
9269
- return invoke$k('Process.getPid');
9266
+ return invoke$l('Process.getPid');
9270
9267
  };
9271
9268
  const getElectronVersion = () => {
9272
- return invoke$k('ElectronProcess.getElectronVersion');
9269
+ return invoke$l('ElectronProcess.getElectronVersion');
9273
9270
  };
9274
9271
  const getNodeVersion = () => {
9275
- return invoke$k('Process.getNodeVersion');
9272
+ return invoke$l('Process.getNodeVersion');
9276
9273
  };
9277
9274
  const getChromeVersion = () => {
9278
- return invoke$k('ElectronProcess.getChromeVersion');
9275
+ return invoke$l('ElectronProcess.getChromeVersion');
9279
9276
  };
9280
9277
  const getV8Version = () => {
9281
- return invoke$k('Process.getV8Version');
9278
+ return invoke$l('Process.getV8Version');
9282
9279
  };
9283
9280
  const getArch = () => {
9284
- return invoke$k('Process.getArch');
9281
+ return invoke$l('Process.getArch');
9285
9282
  };
9286
9283
 
9287
9284
  const debugSharedProcess = async () => {
@@ -9301,10 +9298,10 @@ const DebugSharedProcess_ipc = {
9301
9298
  };
9302
9299
 
9303
9300
  const crashSharedProcess = () => {
9304
- return invoke$k('Crash.crashSharedProcess');
9301
+ return invoke$l('Crash.crashSharedProcess');
9305
9302
  };
9306
9303
  const crashMainProcess = () => {
9307
- return invoke$k('Crash.crashMainProcess');
9304
+ return invoke$l('Crash.crashMainProcess');
9308
9305
  };
9309
9306
 
9310
9307
  const toggleDeveloperTools$1 = () => {
@@ -9320,7 +9317,7 @@ const openCacheFolder = async () => {
9320
9317
  await openNativeFolder(cacheFolder);
9321
9318
  };
9322
9319
  const openDataFolder = async () => {
9323
- const dataFolder = await invoke$k(/* Platform.getDataDir */'Platform.getDataDir');
9320
+ const dataFolder = await invoke$l(/* Platform.getDataDir */'Platform.getDataDir');
9324
9321
  await openNativeFolder(dataFolder);
9325
9322
  };
9326
9323
  const openLogsFolder = async () => {
@@ -9333,7 +9330,7 @@ const openLogsFolder = async () => {
9333
9330
  };
9334
9331
 
9335
9332
  const getPerformanceEntries = () => {
9336
- return invoke$k('ElectronDeveloper.getPerformanceEntries');
9333
+ return invoke$l('ElectronDeveloper.getPerformanceEntries');
9337
9334
  };
9338
9335
 
9339
9336
  const toMarkdownTable = (header, rows) => {
@@ -9574,7 +9571,7 @@ const getNodeTiming = () => {
9574
9571
  if (platform === Web$1) {
9575
9572
  return undefined;
9576
9573
  }
9577
- return invoke$k(/* command */'Performance.getNodeStartupTiming');
9574
+ return invoke$l(/* command */'Performance.getNodeStartupTiming');
9578
9575
  };
9579
9576
  const getMeasureEntries = () => {
9580
9577
  const measureEntries = getEntriesByType(Measure);
@@ -9663,13 +9660,13 @@ const formatRendererProcessData = ({
9663
9660
  return toMarkdownTable(header, rows);
9664
9661
  };
9665
9662
  const getSharedProcessMemoryUsage = () => {
9666
- return invoke$k(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
9663
+ return invoke$l(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
9667
9664
  };
9668
9665
  const getPerformanceMemory = () => {
9669
- return invoke$m('Performance.getMemory');
9666
+ return invoke$n('Performance.getMemory');
9670
9667
  };
9671
9668
  const getPerformanceUserAgentSpecificMemory = () => {
9672
- return invoke$m('Performance.measureUserAgentSpecificMemory');
9669
+ return invoke$n('Performance.measureUserAgentSpecificMemory');
9673
9670
  };
9674
9671
 
9675
9672
  // TODO handle case when renderer process and renderer worker are same process communicating via messagePort
@@ -9718,13 +9715,13 @@ const showMemoryUsage = async () => {
9718
9715
 
9719
9716
  // TODO not sure if this function is useful
9720
9717
  const allocateMemoryInSharedProcess = () => {
9721
- return invoke$k(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
9718
+ return invoke$l(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
9722
9719
  };
9723
9720
  const createSharedProcessHeapSnapshot = async () => {
9724
- await invoke$k(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
9721
+ await invoke$l(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
9725
9722
  };
9726
9723
  const createSharedProcessProfile = async () => {
9727
- await invoke$k(/* Developer.createProfile */'Developer.createProfile');
9724
+ await invoke$l(/* Developer.createProfile */'Developer.createProfile');
9728
9725
  };
9729
9726
  const reloadIconTheme = async () => {
9730
9727
  await hydrate$3();
@@ -9905,12 +9902,12 @@ const Dialog_ipc = {
9905
9902
  const downloadFile = async (fileName, url) => {
9906
9903
  string(fileName);
9907
9904
  string(url);
9908
- await invoke$m(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
9905
+ await invoke$n(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
9909
9906
  };
9910
9907
  const downloadToDownloadsFolder = async (fileName, url) => {
9911
9908
  const downloadFolder = await getDownloadDir();
9912
9909
  const outFile = `${downloadFolder}/${fileName}`;
9913
- await invoke$k(DownloadDownload, /* url */url, /* outFile */outFile);
9910
+ await invoke$l(DownloadDownload, /* url */url, /* outFile */outFile);
9914
9911
  };
9915
9912
  const downloadJson = async (json, fileName) => {
9916
9913
  let url = '';
@@ -9931,7 +9928,7 @@ const downloadJson = async (json, fileName) => {
9931
9928
  const downloadUrl = (url, outFile) => {
9932
9929
  string(url);
9933
9930
  string(outFile);
9934
- return invoke$k('Download.download', url, outFile);
9931
+ return invoke$l('Download.download', url, outFile);
9935
9932
  };
9936
9933
 
9937
9934
  const name$1$ = 'Download';
@@ -10009,7 +10006,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
10009
10006
  const x$1 = x(editor, rowIndex, columnIndex);
10010
10007
  // @ts-ignore
10011
10008
  const y$1 = y(editor, rowIndex);
10012
- await invoke$m(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
10009
+ await invoke$n(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
10013
10010
  };
10014
10011
 
10015
10012
  const Commands$1T = {
@@ -10024,7 +10021,7 @@ const EditorError_ipc = {
10024
10021
  /**
10025
10022
  * @enum {string}
10026
10023
  */
10027
- const UiStrings$j = {
10024
+ const UiStrings$i = {
10028
10025
  Copy: 'Copy',
10029
10026
  CopyLineDown: 'Copy Line Down',
10030
10027
  CopyLineUp: 'Copy Line Up',
@@ -10044,58 +10041,58 @@ const UiStrings$j = {
10044
10041
  FormatDocument: 'Format Document',
10045
10042
  SourceActions: 'Source Actions'};
10046
10043
  const goToDefinition = () => {
10047
- return i18nString(UiStrings$j.GoToDefinition);
10044
+ return i18nString(UiStrings$i.GoToDefinition);
10048
10045
  };
10049
10046
  const goToTypeDefinition = () => {
10050
- return i18nString(UiStrings$j.GoToTypeDefinition);
10047
+ return i18nString(UiStrings$i.GoToTypeDefinition);
10051
10048
  };
10052
10049
  const findAllReferences = () => {
10053
- return i18nString(UiStrings$j.FindAllReferences);
10050
+ return i18nString(UiStrings$i.FindAllReferences);
10054
10051
  };
10055
10052
  const findAllImplementations = () => {
10056
- return i18nString(UiStrings$j.FindAllImplementations);
10053
+ return i18nString(UiStrings$i.FindAllImplementations);
10057
10054
  };
10058
10055
  const cut = () => {
10059
- return i18nString(UiStrings$j.Cut);
10056
+ return i18nString(UiStrings$i.Cut);
10060
10057
  };
10061
10058
  const copy$3 = () => {
10062
- return i18nString(UiStrings$j.Copy);
10059
+ return i18nString(UiStrings$i.Copy);
10063
10060
  };
10064
10061
  const paste = () => {
10065
- return i18nString(UiStrings$j.Paste);
10062
+ return i18nString(UiStrings$i.Paste);
10066
10063
  };
10067
10064
  const undo = () => {
10068
- return i18nString(UiStrings$j.Undo);
10065
+ return i18nString(UiStrings$i.Undo);
10069
10066
  };
10070
10067
  const redo = () => {
10071
- return i18nString(UiStrings$j.Redo);
10068
+ return i18nString(UiStrings$i.Redo);
10072
10069
  };
10073
10070
  const toggleLineComment = () => {
10074
- return i18nString(UiStrings$j.ToggleLineComment);
10071
+ return i18nString(UiStrings$i.ToggleLineComment);
10075
10072
  };
10076
10073
  const toggleBlockComment = () => {
10077
- return i18nString(UiStrings$j.ToggleBlockComment);
10074
+ return i18nString(UiStrings$i.ToggleBlockComment);
10078
10075
  };
10079
10076
  const selectAll = () => {
10080
- return i18nString(UiStrings$j.SelectAll);
10077
+ return i18nString(UiStrings$i.SelectAll);
10081
10078
  };
10082
10079
  const copyLineUp = () => {
10083
- return i18nString(UiStrings$j.CopyLineUp);
10080
+ return i18nString(UiStrings$i.CopyLineUp);
10084
10081
  };
10085
10082
  const copyLineDown = () => {
10086
- return i18nString(UiStrings$j.CopyLineDown);
10083
+ return i18nString(UiStrings$i.CopyLineDown);
10087
10084
  };
10088
10085
  const moveLineUp = () => {
10089
- return i18nString(UiStrings$j.MoveLineUp);
10086
+ return i18nString(UiStrings$i.MoveLineUp);
10090
10087
  };
10091
10088
  const moveLineDown = () => {
10092
- return i18nString(UiStrings$j.MoveLineDown);
10089
+ return i18nString(UiStrings$i.MoveLineDown);
10093
10090
  };
10094
10091
  const formatDocument = () => {
10095
- return i18nString(UiStrings$j.FormatDocument);
10092
+ return i18nString(UiStrings$i.FormatDocument);
10096
10093
  };
10097
10094
  const sourceAction = () => {
10098
- return i18nString(UiStrings$j.SourceActions);
10095
+ return i18nString(UiStrings$i.SourceActions);
10099
10096
  };
10100
10097
 
10101
10098
  const Separator$3 = 1;
@@ -10190,7 +10187,7 @@ const MenuEntriesEdit = {
10190
10187
  /**
10191
10188
  * @enum {string}
10192
10189
  */
10193
- const UiStrings$i = {
10190
+ const UiStrings$h = {
10194
10191
  NewFile: 'New File',
10195
10192
  NewWindow: 'New Window',
10196
10193
  OpenFile: 'Open File',
@@ -10201,28 +10198,28 @@ const UiStrings$i = {
10201
10198
  SaveAll: 'Save All'
10202
10199
  };
10203
10200
  const newFile = () => {
10204
- return i18nString(UiStrings$i.NewFile);
10201
+ return i18nString(UiStrings$h.NewFile);
10205
10202
  };
10206
10203
  const newWindow$1 = () => {
10207
- return i18nString(UiStrings$i.NewWindow);
10204
+ return i18nString(UiStrings$h.NewWindow);
10208
10205
  };
10209
10206
  const openFile$2 = () => {
10210
- return i18nString(UiStrings$i.OpenFile);
10207
+ return i18nString(UiStrings$h.OpenFile);
10211
10208
  };
10212
10209
  const openFolder$3 = () => {
10213
- return i18nString(UiStrings$i.OpenFolder);
10210
+ return i18nString(UiStrings$h.OpenFolder);
10214
10211
  };
10215
10212
  const openRecent = () => {
10216
- return i18nString(UiStrings$i.OpenRecent);
10213
+ return i18nString(UiStrings$h.OpenRecent);
10217
10214
  };
10218
10215
  const save$1 = () => {
10219
- return i18nString(UiStrings$i.Save);
10216
+ return i18nString(UiStrings$h.Save);
10220
10217
  };
10221
10218
  const saveAll = () => {
10222
- return i18nString(UiStrings$i.SaveAll);
10219
+ return i18nString(UiStrings$h.SaveAll);
10223
10220
  };
10224
10221
  const exit$1 = () => {
10225
- return i18nString(UiStrings$i.Exit);
10222
+ return i18nString(UiStrings$h.Exit);
10226
10223
  };
10227
10224
 
10228
10225
  const id$l = File;
@@ -10294,7 +10291,7 @@ const MenuEntriesGo = {
10294
10291
  /**
10295
10292
  * @enum {string}
10296
10293
  */
10297
- const UiStrings$h = {
10294
+ const UiStrings$g = {
10298
10295
  About: 'About',
10299
10296
  CheckForUpdates: 'Check For Updates',
10300
10297
  ColorTheme: 'Color Theme',
@@ -10305,35 +10302,35 @@ const UiStrings$h = {
10305
10302
  ToggleDeveloperTools: 'Toggle Developer Tools'
10306
10303
  };
10307
10304
  const toggleDeveloperTools = () => {
10308
- return i18nString(UiStrings$h.ToggleDeveloperTools);
10305
+ return i18nString(UiStrings$g.ToggleDeveloperTools);
10309
10306
  };
10310
10307
  const openProcessExplorer = () => {
10311
- return i18nString(UiStrings$h.OpenProcessExplorer);
10308
+ return i18nString(UiStrings$g.OpenProcessExplorer);
10312
10309
  };
10313
10310
  const checkForUpdates = () => {
10314
- return i18nString(UiStrings$h.CheckForUpdates);
10311
+ return i18nString(UiStrings$g.CheckForUpdates);
10315
10312
  };
10316
10313
  const about = () => {
10317
- return i18nString(UiStrings$h.About);
10314
+ return i18nString(UiStrings$g.About);
10318
10315
  };
10319
10316
  const commandPalette = () => {
10320
- return i18nString(UiStrings$h.CommandPalette);
10317
+ return i18nString(UiStrings$g.CommandPalette);
10321
10318
  };
10322
10319
  const settings$1 = () => {
10323
- return i18nString(UiStrings$h.Settings);
10320
+ return i18nString(UiStrings$g.Settings);
10324
10321
  };
10325
10322
  const keyboardShortcuts = () => {
10326
- return i18nString(UiStrings$h.KeyboardShortcuts);
10323
+ return i18nString(UiStrings$g.KeyboardShortcuts);
10327
10324
  };
10328
10325
  const colorTheme = () => {
10329
- return i18nString(UiStrings$h.ColorTheme);
10326
+ return i18nString(UiStrings$g.ColorTheme);
10330
10327
  };
10331
10328
 
10332
10329
  const isAutoUpdateSupported = () => {
10333
10330
  if (platform !== Electron$1) {
10334
10331
  return false;
10335
10332
  }
10336
- return invoke$k('IsAutoUpdateSupported.isAutoUpdateSupported');
10333
+ return invoke$l('IsAutoUpdateSupported.isAutoUpdateSupported');
10337
10334
  };
10338
10335
 
10339
10336
  const id$j = Help$1;
@@ -10429,19 +10426,19 @@ const MenuEntriesSelection = {
10429
10426
  /**
10430
10427
  * @enum {string}
10431
10428
  */
10432
- const UiStrings$g = {
10429
+ const UiStrings$f = {
10433
10430
  SplitTerminal: 'Split Terminal',
10434
10431
  KillTerminal: 'Kill Terminal',
10435
10432
  NewTerminal: 'New Terminal'
10436
10433
  };
10437
10434
  const splitTerminal = () => {
10438
- return i18nString(UiStrings$g.SplitTerminal);
10435
+ return i18nString(UiStrings$f.SplitTerminal);
10439
10436
  };
10440
10437
  const killTerminal = () => {
10441
- return i18nString(UiStrings$g.KillTerminal);
10438
+ return i18nString(UiStrings$f.KillTerminal);
10442
10439
  };
10443
10440
  const newTerminal = () => {
10444
- return i18nString(UiStrings$g.NewTerminal);
10441
+ return i18nString(UiStrings$f.NewTerminal);
10445
10442
  };
10446
10443
 
10447
10444
  const id$g = Terminal;
@@ -10513,7 +10510,7 @@ const SubMenu = 'submenu';
10513
10510
  /**
10514
10511
  * @enum {string}
10515
10512
  */
10516
- const UiStrings$f = {
10513
+ const UiStrings$e = {
10517
10514
  Help: 'Help',
10518
10515
  File: 'File',
10519
10516
  Edit: 'Edit',
@@ -10527,60 +10524,60 @@ const UiStrings$f = {
10527
10524
  ToggleDeveloperTools: 'Toggle Developer Tools'};
10528
10525
  const toElectronMenuItem = entry => {
10529
10526
  switch (entry.label) {
10530
- case UiStrings$f.Help:
10527
+ case UiStrings$e.Help:
10531
10528
  return {
10532
10529
  label: entry.label,
10533
10530
  role: Help,
10534
10531
  submenu: []
10535
10532
  };
10536
- case UiStrings$f.File:
10533
+ case UiStrings$e.File:
10537
10534
  return {
10538
10535
  label: entry.label,
10539
10536
  role: FileMenu,
10540
10537
  submenu: []
10541
10538
  };
10542
- case UiStrings$f.Edit:
10539
+ case UiStrings$e.Edit:
10543
10540
  return {
10544
10541
  label: entry.label,
10545
10542
  role: EditMenu,
10546
10543
  submenu: []
10547
10544
  };
10548
- case UiStrings$f.Exit:
10545
+ case UiStrings$e.Exit:
10549
10546
  return {
10550
10547
  label: entry.label,
10551
10548
  role: Quit
10552
10549
  };
10553
- case UiStrings$f.Undo:
10550
+ case UiStrings$e.Undo:
10554
10551
  return {
10555
10552
  label: entry.label,
10556
10553
  role: Undo
10557
10554
  };
10558
- case UiStrings$f.Redo:
10555
+ case UiStrings$e.Redo:
10559
10556
  return {
10560
10557
  label: entry.label,
10561
10558
  role: Redo
10562
10559
  };
10563
- case UiStrings$f.Cut:
10560
+ case UiStrings$e.Cut:
10564
10561
  return {
10565
10562
  label: entry.label,
10566
10563
  role: Cut
10567
10564
  };
10568
- case UiStrings$f.Copy:
10565
+ case UiStrings$e.Copy:
10569
10566
  return {
10570
10567
  label: entry.label,
10571
10568
  role: Copy
10572
10569
  };
10573
- case UiStrings$f.Paste:
10570
+ case UiStrings$e.Paste:
10574
10571
  return {
10575
10572
  label: entry.label,
10576
10573
  role: Paste
10577
10574
  };
10578
- case UiStrings$f.SelectAll:
10575
+ case UiStrings$e.SelectAll:
10579
10576
  return {
10580
10577
  label: entry.label,
10581
10578
  role: SelectAll
10582
10579
  };
10583
- case UiStrings$f.ToggleDeveloperTools:
10580
+ case UiStrings$e.ToggleDeveloperTools:
10584
10581
  return {
10585
10582
  label: entry.label,
10586
10583
  role: ToggleDevTools
@@ -10645,7 +10642,7 @@ const state$g = {
10645
10642
  };
10646
10643
  const setItems = async items => {
10647
10644
  const windowId = await getWindowId();
10648
- return invoke$k('ElectronApplicationMenu.setItems', windowId, items);
10645
+ return invoke$l('ElectronApplicationMenu.setItems', windowId, items);
10649
10646
  };
10650
10647
  const getEntryMap = async modules => {
10651
10648
  const map = Object.create(null);
@@ -10708,7 +10705,7 @@ const ElectronBrowserView_ipc = {
10708
10705
  };
10709
10706
 
10710
10707
  const writeText = text => {
10711
- return invoke$k('ElectronClipBoard.writeText', text);
10708
+ return invoke$l('ElectronClipBoard.writeText', text);
10712
10709
  };
10713
10710
 
10714
10711
  const name$1X = 'ElectronClipBoard';
@@ -10767,7 +10764,7 @@ const ErrorHandling_ipc = {
10767
10764
  };
10768
10765
 
10769
10766
  const exit = () => {
10770
- return invoke$k('Exit.exit');
10767
+ return invoke$l('Exit.exit');
10771
10768
  };
10772
10769
 
10773
10770
  const name$1T = 'Exit';
@@ -10790,7 +10787,7 @@ const getCommandsFromExtension = extension => {
10790
10787
  const getCommandsFromExtensions = extensions => {
10791
10788
  return extensions.flatMap(getCommandsFromExtension);
10792
10789
  };
10793
- const getCommands$b = async () => {
10790
+ const getCommands$c = async () => {
10794
10791
  const extensions = await getExtensions$1();
10795
10792
  const commands = getCommandsFromExtensions(extensions);
10796
10793
  return commands;
@@ -10808,13 +10805,13 @@ const executeCommand = (id, ...args) => {
10808
10805
  });
10809
10806
  };
10810
10807
  const searchFileWithFetch = (...args) => {
10811
- return invoke$j('SearchFileWithFetch.searchFileWithFetch', ...args);
10808
+ return invoke$k('SearchFileWithFetch.searchFileWithFetch', ...args);
10812
10809
  };
10813
10810
  const searchFileWithHtml = (...args) => {
10814
- return invoke$j('SearchFileWithHtml.searchFileWithHtml', ...args);
10811
+ return invoke$k('SearchFileWithHtml.searchFileWithHtml', ...args);
10815
10812
  };
10816
10813
  const searchFileWithMemory = (...args) => {
10817
- return invoke$j('SearchFileWithMemory.searchFileWithMemory', ...args);
10814
+ return invoke$k('SearchFileWithMemory.searchFileWithMemory', ...args);
10818
10815
  };
10819
10816
 
10820
10817
  const state$f = {
@@ -10855,7 +10852,7 @@ const name$1S = 'ExtensionHost';
10855
10852
  // prettier-ignore
10856
10853
  const Commands$1L = {
10857
10854
  loadWebExtension: loadWebExtension,
10858
- getCommands: getCommands$b,
10855
+ getCommands: getCommands$c,
10859
10856
  executeCommand: executeCommand,
10860
10857
  searchFileWithFetch: searchFileWithFetch,
10861
10858
  searchFileWithHtml: searchFileWithHtml,
@@ -10907,7 +10904,7 @@ const Extensions_ipc = {
10907
10904
 
10908
10905
  const showDirectoryPicker = async options => {
10909
10906
  try {
10910
- return await invoke$m('FilePicker.showDirectoryPicker', options);
10907
+ return await invoke$n('FilePicker.showDirectoryPicker', options);
10911
10908
  } catch (error) {
10912
10909
  if (error &&
10913
10910
  // @ts-ignore
@@ -10918,11 +10915,11 @@ const showDirectoryPicker = async options => {
10918
10915
  }
10919
10916
  };
10920
10917
  const showFilePicker = options => {
10921
- return invoke$m('FilePicker.showFilePicker', options);
10918
+ return invoke$n('FilePicker.showFilePicker', options);
10922
10919
  };
10923
10920
  const showSaveFilePicker = async options => {
10924
10921
  try {
10925
- return await invoke$m('FilePicker.showSaveFilePicker', options);
10922
+ return await invoke$n('FilePicker.showSaveFilePicker', options);
10926
10923
  } catch (error) {
10927
10924
  if (error &&
10928
10925
  // @ts-ignore
@@ -11008,15 +11005,15 @@ const show$8 = async (uri, top, left) => {
11008
11005
  if (version !== state$e.versionId) {
11009
11006
  return;
11010
11007
  }
11011
- await invoke$m(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
11008
+ await invoke$n(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
11012
11009
  } catch (error) {
11013
11010
  console.error(error);
11014
- await invoke$m(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
11011
+ await invoke$n(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
11015
11012
  }
11016
11013
  };
11017
11014
  const hide$4 = async () => {
11018
11015
  ++state$e.versionId;
11019
- await invoke$m(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
11016
+ await invoke$n(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
11020
11017
  };
11021
11018
 
11022
11019
  // TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
@@ -11166,7 +11163,7 @@ const getFindWidgetWorkerUrl = () => {
11166
11163
 
11167
11164
  const extensionHostSubWorkerUrl = `${assetDir}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js`;
11168
11165
 
11169
- const getConfiguredWorkerUrl$b = () => {
11166
+ const getConfiguredWorkerUrl$c = () => {
11170
11167
  let configuredWorkerUrl = get$e('develop.extensionHostSubWorkerPath') || '';
11171
11168
  if (configuredWorkerUrl) {
11172
11169
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -11178,7 +11175,7 @@ const getConfiguredWorkerUrl$b = () => {
11178
11175
  return configuredWorkerUrl;
11179
11176
  };
11180
11177
  const getExtensionHostSubWorkerUrl = () => {
11181
- return getConfiguredWorkerUrl$b();
11178
+ return getConfiguredWorkerUrl$c();
11182
11179
  };
11183
11180
 
11184
11181
  const renameWorkerUrl = `${assetDir}/packages/rename-worker/dist/renameWorkerMain.js`;
@@ -11416,7 +11413,6 @@ const MenuItem$1 = 'menuitem';
11416
11413
  const MenuItemCheckBox = 'menuitemcheckbox';
11417
11414
  const None$a = 'none';
11418
11415
  const Separator$1 = 'separator';
11419
- const Status = 'status';
11420
11416
  const Tab$3 = 'tab';
11421
11417
  const ToolBar = 'toolbar';
11422
11418
  const Tree = 'tree';
@@ -11462,8 +11458,6 @@ const InputBox = 'InputBox';
11462
11458
  const Insertion$1 = 'Insertion';
11463
11459
  const Label = 'Label';
11464
11460
  const LabelDetail = 'LabelDetail';
11465
- const LocationList = 'LocationList';
11466
- const LocationsMessage = 'LocationsMessage';
11467
11461
  const MainTab = 'MainTab';
11468
11462
  const MainTabSelected = 'MainTabSelected';
11469
11463
  const MarginTopAuto = 'MarginTopAuto';
@@ -12109,7 +12103,7 @@ const show$7 = async (x, y, id, mouseBlocking = false, ...args) => {
12109
12103
  });
12110
12104
  const visible = getVisible(menu.items, -1, false, menu.level);
12111
12105
  const dom = getMenuVirtualDom(visible).slice(1);
12112
- await invoke$m(/* Menu.show */'Menu.showMenu', /* x */bounds.x, /* y */bounds.y, /* width */bounds.width, /* height */bounds.height, /* items */menu.items, /* level */menu.level, /* parentIndex */-1, /* dom */dom, /* mouseBlocking */mouseBlocking);
12106
+ await invoke$n(/* Menu.show */'Menu.showMenu', /* x */bounds.x, /* y */bounds.y, /* width */bounds.width, /* height */bounds.height, /* items */menu.items, /* level */menu.level, /* parentIndex */-1, /* dom */dom, /* mouseBlocking */mouseBlocking);
12113
12107
  };
12114
12108
  const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
12115
12109
  // TODO delete old menus
@@ -12131,7 +12125,7 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
12131
12125
  const height = getMenuHeight(subMenuItems);
12132
12126
  const visible = getVisible(subMenu.items, -1, false, subMenu.level);
12133
12127
  const dom = getMenuVirtualDom(visible).slice(1);
12134
- invoke$m(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
12128
+ invoke$n(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
12135
12129
  };
12136
12130
  const showSubMenu = async (level, index) => {
12137
12131
  await showSubMenuAtEnter(level, index, -1, -1);
@@ -12191,7 +12185,7 @@ const hide$3 = async (restoreFocus = true) => {
12191
12185
  return;
12192
12186
  }
12193
12187
  state$b.menus = [];
12194
- await invoke$m(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
12188
+ await invoke$n(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
12195
12189
  };
12196
12190
 
12197
12191
  // TODO difference between focusing with mouse or keyboard
@@ -12201,7 +12195,7 @@ const hide$3 = async (restoreFocus = true) => {
12201
12195
  const hideSubMenus = async level => {
12202
12196
  if (level < state$b.menus.length) {
12203
12197
  state$b.menus = state$b.menus.slice(0, level + 1);
12204
- await invoke$m(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
12198
+ await invoke$n(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
12205
12199
  }
12206
12200
  };
12207
12201
  const MENU_DELAY_TRIANGLE = 300;
@@ -12246,7 +12240,7 @@ const handleMouseLeave = async () => {
12246
12240
  }
12247
12241
  const oldFocusedIndex = menu.focusedIndex;
12248
12242
  menu.focusedIndex = -1;
12249
- await invoke$m(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
12243
+ await invoke$n(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
12250
12244
  };
12251
12245
  const focusIndex$5 = async (menu, index) => {
12252
12246
  if (menu.items.length === 0) {
@@ -12254,7 +12248,7 @@ const focusIndex$5 = async (menu, index) => {
12254
12248
  }
12255
12249
  const oldFocusedIndex = menu.focusedIndex;
12256
12250
  menu.focusedIndex = index;
12257
- await invoke$m(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
12251
+ await invoke$n(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
12258
12252
  };
12259
12253
  const getIndexToFocusNextStartingAt = (items, startIndex) => {
12260
12254
  for (let i = startIndex; i < startIndex + items.length; i++) {
@@ -12499,22 +12493,22 @@ const state$9 = {
12499
12493
  focusedPart: PART_TITLE_BAR
12500
12494
  };
12501
12495
  const focusActivityBar = async () => {
12502
- await invoke$m(/* ActivityBar.focus */717115);
12496
+ await invoke$n(/* ActivityBar.focus */717115);
12503
12497
  };
12504
12498
  const focusStatusBar = async () => {
12505
- await invoke$m(/* StatusBar.focus */8882);
12499
+ await invoke$n(/* StatusBar.focus */8882);
12506
12500
  };
12507
12501
  const focusPanel = async () => {
12508
- await invoke$m(/* Panel.focus */6664);
12502
+ await invoke$n(/* Panel.focus */6664);
12509
12503
  };
12510
12504
  const focusSideBar = async () => {
12511
- await invoke$m(/* SideBar.focus */5554);
12505
+ await invoke$n(/* SideBar.focus */5554);
12512
12506
  };
12513
12507
  const focusTitleBar = async () => {
12514
- await invoke$m(/* TitleBar.focus */1331);
12508
+ await invoke$n(/* TitleBar.focus */1331);
12515
12509
  };
12516
12510
  const focusMain = async () => {
12517
- await invoke$m(/* Main.focus */2145);
12511
+ await invoke$n(/* Main.focus */2145);
12518
12512
  };
12519
12513
  const focusPart = part => {
12520
12514
  state$9.focusedPart = part;
@@ -12625,7 +12619,7 @@ const create$S = async (type, text) => {
12625
12619
  type,
12626
12620
  text
12627
12621
  });
12628
- await invoke$m(/* Notification.create */'Notification.create', /* type */type, /* text */text);
12622
+ await invoke$n(/* Notification.create */'Notification.create', /* type */type, /* text */text);
12629
12623
  };
12630
12624
  const showWithOptions = async (type, text, options) => {
12631
12625
  // @ts-ignore
@@ -12634,7 +12628,7 @@ const showWithOptions = async (type, text, options) => {
12634
12628
  text,
12635
12629
  options
12636
12630
  });
12637
- await invoke$m(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
12631
+ await invoke$n(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
12638
12632
  };
12639
12633
  const handleClick$4 = index => {
12640
12634
  console.log('handle click');
@@ -12650,7 +12644,7 @@ const handleClick$4 = index => {
12650
12644
  });
12651
12645
  };
12652
12646
  const dispose$t = async id => {
12653
- await invoke$m(/* Notification.dispose */'Notification.dispose', /* id */id);
12647
+ await invoke$n(/* Notification.dispose */'Notification.dispose', /* id */id);
12654
12648
  };
12655
12649
 
12656
12650
  const name$1A = 'Notification';
@@ -12669,7 +12663,7 @@ const Notification_ipc = {
12669
12663
 
12670
12664
  const openUrlWeb = async url => {
12671
12665
  try {
12672
- await invoke$m(/* Open.openUrl */'Open.openUrl', /* url */url);
12666
+ await invoke$n(/* Open.openUrl */'Open.openUrl', /* url */url);
12673
12667
  } catch (error) {
12674
12668
  throw new VError(error, `Failed to open url ${url}`);
12675
12669
  }
@@ -12743,7 +12737,7 @@ const Preferences_ipc = {
12743
12737
  };
12744
12738
 
12745
12739
  const prompt = (message, defaultValue) => {
12746
- return invoke$m('Prompt.prompt', message, defaultValue);
12740
+ return invoke$n('Prompt.prompt', message, defaultValue);
12747
12741
  };
12748
12742
 
12749
12743
  const name$1v = 'Prompt';
@@ -12758,7 +12752,7 @@ const Prompt_ipc = {
12758
12752
  };
12759
12753
 
12760
12754
  const rebuildNodePty = async () => {
12761
- await invoke$k('RebuildNodePty.rebuildNodePty');
12755
+ await invoke$l('RebuildNodePty.rebuildNodePty');
12762
12756
  };
12763
12757
 
12764
12758
  const name$1u = 'RebuildNodePty';
@@ -12882,7 +12876,7 @@ const SessionStorage_ipc = {
12882
12876
  name: name$1o
12883
12877
  };
12884
12878
 
12885
- const getConfiguredWorkerUrl$a = (preferenceKey, fallback) => {
12879
+ const getConfiguredWorkerUrl$b = (preferenceKey, fallback) => {
12886
12880
  let configuredWorkerUrl = get$e(preferenceKey) || '';
12887
12881
  if (configuredWorkerUrl) {
12888
12882
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -12897,7 +12891,7 @@ const getConfiguredWorkerUrl$a = (preferenceKey, fallback) => {
12897
12891
  const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
12898
12892
 
12899
12893
  const launchTestWorker = async () => {
12900
- const configuredWorkerUrl = getConfiguredWorkerUrl$a('develop.testWorkerPath', testWorkerUrl);
12894
+ const configuredWorkerUrl = getConfiguredWorkerUrl$b('develop.testWorkerPath', testWorkerUrl);
12901
12895
  const ipc = await create$13({
12902
12896
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
12903
12897
  url: configuredWorkerUrl,
@@ -12909,7 +12903,7 @@ const launchTestWorker = async () => {
12909
12903
 
12910
12904
  const execute$1 = async href => {
12911
12905
  const ipc = await launchTestWorker();
12912
- await invoke$n(ipc, 'Test.execute', href);
12906
+ await invoke$o(ipc, 'Test.execute', href);
12913
12907
  };
12914
12908
 
12915
12909
  const name$1n = 'Test';
@@ -12924,19 +12918,19 @@ const Test_ipc = {
12924
12918
  };
12925
12919
 
12926
12920
  const checkSingleElementCondition = (locator, fnName, options) => {
12927
- return invoke$m('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
12921
+ return invoke$n('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
12928
12922
  };
12929
12923
  const checkMultiElementCondition = (locator, fnName, options) => {
12930
- return invoke$m('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
12924
+ return invoke$n('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
12931
12925
  };
12932
12926
  const showOverlay = (...args) => {
12933
- return invoke$m('TestFrameWork.showOverlay', ...args);
12927
+ return invoke$n('TestFrameWork.showOverlay', ...args);
12934
12928
  };
12935
12929
  const performAction = (...args) => {
12936
- return invoke$m('TestFrameWork.performAction', ...args);
12930
+ return invoke$n('TestFrameWork.performAction', ...args);
12937
12931
  };
12938
12932
  const checkConditionError = (...args) => {
12939
- return invoke$m('TestFrameWork.checkConditionError', ...args);
12933
+ return invoke$n('TestFrameWork.checkConditionError', ...args);
12940
12934
  };
12941
12935
 
12942
12936
  const name$1m = 'TestFrameWork';
@@ -13031,10 +13025,10 @@ const WindowTitle_ipc = {
13031
13025
  };
13032
13026
 
13033
13027
  const mock = () => {
13034
- return invoke$m('PointerCapture.mock');
13028
+ return invoke$n('PointerCapture.mock');
13035
13029
  };
13036
13030
  const unmock = () => {
13037
- return invoke$m('PointerCapture.unmock');
13031
+ return invoke$n('PointerCapture.unmock');
13038
13032
  };
13039
13033
 
13040
13034
  const name$1g = 'PointerCapture';
@@ -13137,7 +13131,7 @@ const set$4 = async (url, contentSecurityPolicy) => {
13137
13131
  if (platform === Web$1) {
13138
13132
  return;
13139
13133
  }
13140
- await invoke$k('ContentSecurityPolicy.set', url, contentSecurityPolicy);
13134
+ await invoke$l('ContentSecurityPolicy.set', url, contentSecurityPolicy);
13141
13135
  };
13142
13136
 
13143
13137
  const set$3 = async (url, contentSecurityPolicy) => {
@@ -13180,14 +13174,14 @@ const launchTerminalWorker = async () => {
13180
13174
  };
13181
13175
 
13182
13176
  const {
13183
- invoke: invoke$d,
13177
+ invoke: invoke$e,
13184
13178
  invokeAndTransfer: invokeAndTransfer$2
13185
13179
  } = getOrCreateWorker(launchTerminalWorker);
13186
13180
 
13187
13181
  const create$R = async canvasId => {
13188
13182
  number(canvasId);
13189
13183
  const id = create$12();
13190
- await invoke$m('OffscreenCanvas.create', canvasId, id);
13184
+ await invoke$n('OffscreenCanvas.create', canvasId, id);
13191
13185
  const canvas = acquire(id);
13192
13186
  return canvas;
13193
13187
  };
@@ -13257,12 +13251,10 @@ const OnBraceCompletion = 'onBraceCompletion';
13257
13251
  const OnDefinition = 'onDefinition';
13258
13252
  const OnHover = 'onHover';
13259
13253
  const OnLanguage = 'onLanguage';
13260
- const OnReferences = 'onReferences';
13261
13254
  const OnSemanticTokens = 'onSemanticTokens';
13262
13255
  const OnStatusBarItem = 'onStatusBarItem';
13263
13256
  const OnTabCompletion = 'onTabCompletion';
13264
13257
  const OnTypeDefinition = 'onTypeDefinition';
13265
- const OnImplementation = 'onImplementation';
13266
13258
  const OnClosingTag = 'onClosingTag';
13267
13259
 
13268
13260
  /**
@@ -13289,7 +13281,7 @@ const execute = ({
13289
13281
  });
13290
13282
  };
13291
13283
 
13292
- const combineResults$c = results => {
13284
+ const combineResults$a = results => {
13293
13285
  return results[0];
13294
13286
  };
13295
13287
  const executeGrowSelection = (editor, positions) => {
@@ -13299,7 +13291,7 @@ const executeGrowSelection = (editor, positions) => {
13299
13291
  method: SelectionExecuteSelectionProvider,
13300
13292
  args: [positions],
13301
13293
  noProviderFoundMessage: 'no selection provider found',
13302
- combineResults: combineResults$c
13294
+ combineResults: combineResults$a
13303
13295
  });
13304
13296
  };
13305
13297
 
@@ -13314,7 +13306,7 @@ const ExtensionHostSelection_ipc = {
13314
13306
  name: name$15
13315
13307
  };
13316
13308
 
13317
- const combineResults$b = results => {
13309
+ const combineResults$9 = results => {
13318
13310
  return results[0];
13319
13311
  };
13320
13312
  const executeBraceCompletionProvider = (editor, offset, openingBrace) => {
@@ -13328,7 +13320,7 @@ const executeBraceCompletionProvider = (editor, offset, openingBrace) => {
13328
13320
  args: [offset, openingBrace],
13329
13321
  noProviderFoundMessage: 'no brace completion providers found',
13330
13322
  noProviderFoundResult: undefined,
13331
- combineResults: combineResults$b
13323
+ combineResults: combineResults$9
13332
13324
  });
13333
13325
  };
13334
13326
 
@@ -13343,7 +13335,7 @@ const ExtensionHostBraceCompletion_ipc = {
13343
13335
  name: name$14
13344
13336
  };
13345
13337
 
13346
- const combineResults$a = results => {
13338
+ const combineResults$8 = results => {
13347
13339
  return results[0];
13348
13340
  };
13349
13341
  const executeDefinitionProvider = (editor, offset) => {
@@ -13353,7 +13345,7 @@ const executeDefinitionProvider = (editor, offset) => {
13353
13345
  method: DefinitionExecuteDefinitionProvider,
13354
13346
  args: [offset],
13355
13347
  noProviderFoundMessage: 'no definition provider found',
13356
- combineResults: combineResults$a
13348
+ combineResults: combineResults$8
13357
13349
  });
13358
13350
  };
13359
13351
 
@@ -13368,7 +13360,7 @@ const ExtensionHostDefinition_ipc = {
13368
13360
  name: name$13
13369
13361
  };
13370
13362
 
13371
- const combineResults$9 = results => {
13363
+ const combineResults$7 = results => {
13372
13364
  return results[0];
13373
13365
  };
13374
13366
  const executeTypeDefinitionProvider = (editor, offset) => {
@@ -13379,7 +13371,7 @@ const executeTypeDefinitionProvider = (editor, offset) => {
13379
13371
  args: [offset],
13380
13372
  noProviderFoundMessage: 'No type definition provider found',
13381
13373
  noProviderFoundResult: undefined,
13382
- combineResults: combineResults$9
13374
+ combineResults: combineResults$7
13383
13375
  });
13384
13376
  };
13385
13377
 
@@ -13394,7 +13386,7 @@ const ExtensionHostTypeDefinition_ipc = {
13394
13386
  name: name$12
13395
13387
  };
13396
13388
 
13397
- const combineResults$8 = results => {
13389
+ const combineResults$6 = results => {
13398
13390
  return results[0] ?? [];
13399
13391
  };
13400
13392
  const executeOrganizeImports = editor => {
@@ -13405,7 +13397,7 @@ const executeOrganizeImports = editor => {
13405
13397
  args: [],
13406
13398
  noProviderFoundMessage: 'no code actions provider found',
13407
13399
  noProviderFoundResult: [],
13408
- combineResults: combineResults$8
13400
+ combineResults: combineResults$6
13409
13401
  });
13410
13402
  };
13411
13403
 
@@ -13420,7 +13412,7 @@ const ExtensionHostOrganizeImports_ipc = {
13420
13412
  name: name$11
13421
13413
  };
13422
13414
 
13423
- const combineResults$7 = results => {
13415
+ const combineResults$5 = results => {
13424
13416
  return results[0];
13425
13417
  };
13426
13418
  const executeTabCompletionProvider = (editor, offset) => {
@@ -13430,7 +13422,7 @@ const executeTabCompletionProvider = (editor, offset) => {
13430
13422
  method: TabCompletionExecuteTabCompletionProvider,
13431
13423
  args: [offset],
13432
13424
  noProviderFoundMessage: 'No tab completion provider found',
13433
- combineResults: combineResults$7,
13425
+ combineResults: combineResults$5,
13434
13426
  noProviderFoundResult: undefined
13435
13427
  });
13436
13428
  };
@@ -13446,7 +13438,7 @@ const ExtensionHostTabCompletion_ipc = {
13446
13438
  name: name$10
13447
13439
  };
13448
13440
 
13449
- const combineResults$6 = results => {
13441
+ const combineResults$4 = results => {
13450
13442
  return results[0];
13451
13443
  };
13452
13444
  const executeClosingTagProvider = (editor, offset, openingBrace) => {
@@ -13455,7 +13447,7 @@ const executeClosingTagProvider = (editor, offset, openingBrace) => {
13455
13447
  event: OnClosingTag,
13456
13448
  method: ClosingTagExecuteClosingTagProvider,
13457
13449
  args: [offset, openingBrace],
13458
- combineResults: combineResults$6,
13450
+ combineResults: combineResults$4,
13459
13451
  noProviderFoundMessage: ''
13460
13452
  });
13461
13453
  };
@@ -13488,7 +13480,7 @@ const SendMessagePortToRendererProcess_ipc = {
13488
13480
  name: name$_
13489
13481
  };
13490
13482
 
13491
- const combineResults$5 = results => {
13483
+ const combineResults$3 = results => {
13492
13484
  return results[0];
13493
13485
  };
13494
13486
  const executeHoverProvider = (editor, offset) => {
@@ -13500,7 +13492,7 @@ const executeHoverProvider = (editor, offset) => {
13500
13492
  method: HoverExecute,
13501
13493
  args: [offset],
13502
13494
  noProviderFoundMessage: 'No hover provider found',
13503
- combineResults: combineResults$5
13495
+ combineResults: combineResults$3
13504
13496
  });
13505
13497
  };
13506
13498
 
@@ -13518,7 +13510,7 @@ const ExtensionHostHover_ipc = {
13518
13510
  const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMain.js`;
13519
13511
 
13520
13512
  const launchEditorWorker = async () => {
13521
- const configuredWorkerUrl = getConfiguredWorkerUrl$a('developer.editorWorkerPath', editorWorkerUrl);
13513
+ const configuredWorkerUrl = getConfiguredWorkerUrl$b('developer.editorWorkerPath', editorWorkerUrl);
13522
13514
  const id = create$12();
13523
13515
  let ipc = await create$13({
13524
13516
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
@@ -13535,15 +13527,15 @@ const launchEditorWorker = async () => {
13535
13527
  handleIpc(ipc);
13536
13528
  const syntaxHighlightingWorker = true;
13537
13529
  const syncIncremental = true;
13538
- await invoke$n(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
13530
+ await invoke$o(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
13539
13531
  return ipc;
13540
13532
  };
13541
13533
 
13542
13534
  const {
13543
- invoke: invoke$c,
13535
+ invoke: invoke$d,
13544
13536
  invokeAndTransfer: invokeAndTransfer$1
13545
13537
  } = getOrCreateWorker(launchEditorWorker);
13546
- const actualInvoke = invoke$c;
13538
+ const actualInvoke = invoke$d;
13547
13539
 
13548
13540
  const sendMessagePortToExtensionHostWorker = async (port, initialCommand, rpcId) => {
13549
13541
  object(port);
@@ -13601,7 +13593,7 @@ const ExtensionHostManagement_ipc = {
13601
13593
 
13602
13594
  const syntaxHighlightingWorkerUrl = `${assetDir}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js`;
13603
13595
 
13604
- const getConfiguredWorkerUrl$9 = () => {
13596
+ const getConfiguredWorkerUrl$a = () => {
13605
13597
  let configuredWorkerUrl = get$e('developer.syntaxHighlightingWorkerPath') || '';
13606
13598
  if (configuredWorkerUrl) {
13607
13599
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -13613,7 +13605,7 @@ const getConfiguredWorkerUrl$9 = () => {
13613
13605
  return configuredWorkerUrl;
13614
13606
  };
13615
13607
  const launchSyntaxHighlightingWorker = async () => {
13616
- const configuredWorkerUrl = getConfiguredWorkerUrl$9();
13608
+ const configuredWorkerUrl = getConfiguredWorkerUrl$a();
13617
13609
  const name = 'Syntax Highlighting Worker';
13618
13610
  const id = create$12();
13619
13611
  let ipc = await create$13({
@@ -13666,7 +13658,7 @@ const Transferrable_ipc = {
13666
13658
  };
13667
13659
 
13668
13660
  const getWebViewsNode = async () => {
13669
- const webViews = await invoke$k('ExtensionHost.getWebViews');
13661
+ const webViews = await invoke$l('ExtensionHost.getWebViews');
13670
13662
  return webViews;
13671
13663
  };
13672
13664
 
@@ -13706,13 +13698,13 @@ const setPort = async (uid, port, origin, portType) => {
13706
13698
  * @deprecated
13707
13699
  */
13708
13700
  const getWebViewInfo = providerId => {
13709
- return invoke$j('ExtensionHostWebView.getWebViewInfo', providerId);
13701
+ return invoke$k('ExtensionHostWebView.getWebViewInfo', providerId);
13710
13702
  };
13711
13703
  const getWebViewInfo2 = providerId => {
13712
- return invoke$j('ExtensionHostWebView.getWebViewInfo2', providerId);
13704
+ return invoke$k('ExtensionHostWebView.getWebViewInfo2', providerId);
13713
13705
  };
13714
13706
  const create3 = async (uri, id) => {
13715
- await invoke$j('WebView.create3', {
13707
+ await invoke$k('WebView.create3', {
13716
13708
  id,
13717
13709
  uri,
13718
13710
  platform: platform,
@@ -13729,14 +13721,14 @@ const registerInterceptor = async (id, port) => {
13729
13721
  await invokeAndTransfer$3('WebView.registerInterceptor', id, port);
13730
13722
  };
13731
13723
  const unregisterInterceptor = async id => {
13732
- await invoke$j('WebView.unregisterInterceptor', id);
13724
+ await invoke$k('WebView.unregisterInterceptor', id);
13733
13725
  };
13734
13726
  const compat = {
13735
13727
  sharedProcessInvoke(...args) {
13736
- return invoke$k(...args);
13728
+ return invoke$l(...args);
13737
13729
  },
13738
13730
  rendererProcessInvoke(...args) {
13739
- return invoke$m(...args);
13731
+ return invoke$n(...args);
13740
13732
  },
13741
13733
  rendererProcessInvokeAndTransfer(...args) {
13742
13734
  return invokeAndTransfer$6(...args);
@@ -13745,7 +13737,7 @@ const compat = {
13745
13737
  return invokeAndTransfer$3(...args);
13746
13738
  },
13747
13739
  extensionHostWorkerInvoke(...args) {
13748
- return invoke$j(...args);
13740
+ return invoke$k(...args);
13749
13741
  },
13750
13742
  getWebViews() {
13751
13743
  return getWebViews$1();
@@ -13802,14 +13794,14 @@ const getOrCreate$1 = () => {
13802
13794
  }
13803
13795
  return state$7.ipc;
13804
13796
  };
13805
- const invoke$b = async (method, ...params) => {
13797
+ const invoke$c = async (method, ...params) => {
13806
13798
  const ipc = await getOrCreate$1();
13807
- return invoke$n(ipc, method, ...params);
13799
+ return invoke$o(ipc, method, ...params);
13808
13800
  };
13809
13801
 
13810
13802
  const name$T = 'SearchProcess';
13811
13803
  const Commands$L = {
13812
- invoke: invoke$b
13804
+ invoke: invoke$c
13813
13805
  };
13814
13806
 
13815
13807
  const SearchProcess_ipc = {
@@ -13818,7 +13810,7 @@ const SearchProcess_ipc = {
13818
13810
  name: name$T
13819
13811
  };
13820
13812
 
13821
- const combineResults$4 = results => {
13813
+ const combineResults$2 = results => {
13822
13814
  return results[0];
13823
13815
  };
13824
13816
  const executeTextSearchProvider = async (scheme, query) => {
@@ -13828,18 +13820,18 @@ const executeTextSearchProvider = async (scheme, query) => {
13828
13820
  params: [scheme, query],
13829
13821
  noProviderFoundMessage: 'no text search providers found',
13830
13822
  noProviderFoundResult: [],
13831
- combineResults: combineResults$4
13823
+ combineResults: combineResults$2
13832
13824
  });
13833
13825
  return result;
13834
13826
  };
13835
13827
  const textSearchHtml = (...args) => {
13836
- return invoke$j('TextSearchHtml.textSearch', ...args);
13828
+ return invoke$k('TextSearchHtml.textSearch', ...args);
13837
13829
  };
13838
13830
  const textSearchFetch = (...args) => {
13839
- return invoke$j('TextSearchFetch.textSearch', ...args);
13831
+ return invoke$k('TextSearchFetch.textSearch', ...args);
13840
13832
  };
13841
13833
  const textSearchMemory = (...args) => {
13842
- return invoke$j('TextSearchMemory.textSearch', ...args);
13834
+ return invoke$k('TextSearchMemory.textSearch', ...args);
13843
13835
  };
13844
13836
 
13845
13837
  const name$S = 'ExtensionHostTextSearch';
@@ -13896,13 +13888,13 @@ const getAllExtensions = async () => {
13896
13888
  if (platform === Web$1) {
13897
13889
  return [];
13898
13890
  }
13899
- return invoke$k(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
13891
+ return invoke$l(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
13900
13892
  };
13901
13893
  const getExtension2 = async id => {
13902
- return invoke$j('Extensions.getExtension', id);
13894
+ return invoke$k('Extensions.getExtension', id);
13903
13895
  };
13904
13896
  const getExtensionsEtag = async () => {
13905
- const etag = await invoke$k('ExtensionManagement.getExtensionsEtag');
13897
+ const etag = await invoke$l('ExtensionManagement.getExtensionsEtag');
13906
13898
  return etag;
13907
13899
  };
13908
13900
 
@@ -13922,7 +13914,7 @@ const ExtensionManagement_ipc = {
13922
13914
 
13923
13915
  const markdownWorkerUrl = `${assetDir}/packages/markdown-worker/dist/markdownWorkerMain.js`;
13924
13916
 
13925
- const getConfiguredWorkerUrl$8 = () => {
13917
+ const getConfiguredWorkerUrl$9 = () => {
13926
13918
  let configuredWorkerUrl = get$e('develop.markdownWorkerPath') || '';
13927
13919
  if (configuredWorkerUrl) {
13928
13920
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -13938,21 +13930,21 @@ const launchMarkdownWorker = async () => {
13938
13930
  const ipc = await create$13({
13939
13931
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
13940
13932
  name,
13941
- url: getConfiguredWorkerUrl$8()
13933
+ url: getConfiguredWorkerUrl$9()
13942
13934
  });
13943
13935
  handleIpc(ipc);
13944
13936
  return ipc;
13945
13937
  };
13946
13938
 
13947
13939
  const {
13948
- invoke: invoke$a
13940
+ invoke: invoke$b
13949
13941
  } = getOrCreateWorker(launchMarkdownWorker);
13950
13942
 
13951
13943
  const getVirtualDom$3 = html => {
13952
- return invoke$a('Markdown.getMarkDownVirtualDom', html);
13944
+ return invoke$b('Markdown.getMarkDownVirtualDom', html);
13953
13945
  };
13954
13946
  const renderMarkdown = (markdown, options) => {
13955
- return invoke$a('Markdown.renderMarkdown', markdown, options);
13947
+ return invoke$b('Markdown.renderMarkdown', markdown, options);
13956
13948
  };
13957
13949
 
13958
13950
  const name$N = 'Markdown';
@@ -13974,10 +13966,10 @@ const create$Q = id => {
13974
13966
  };
13975
13967
  };
13976
13968
  const loadContent$M = async state => {
13977
- await invoke$f('About.create', state.id);
13978
- await invoke$f('About.loadContent2', state.id);
13979
- const diffResult = await invoke$f('About.diff2', state.id);
13980
- const commands = await invoke$f('About.render2', state.id, diffResult);
13969
+ await invoke$g('About.create', state.id);
13970
+ await invoke$g('About.loadContent2', state.id);
13971
+ const diffResult = await invoke$g('About.diff2', state.id);
13972
+ const commands = await invoke$g('About.render2', state.id, diffResult);
13981
13973
  return {
13982
13974
  ...state,
13983
13975
  commands
@@ -13986,9 +13978,9 @@ const loadContent$M = async state => {
13986
13978
 
13987
13979
  const wrapAboutCommand = key => {
13988
13980
  const fn = async (state, ...args) => {
13989
- await invoke$f(`About.${key}`, state.id, ...args);
13990
- const diffResult = await invoke$f(`About.diff2`, state.id);
13991
- const commands = await invoke$f('About.render2', state.id, diffResult);
13981
+ await invoke$g(`About.${key}`, state.id, ...args);
13982
+ const diffResult = await invoke$g(`About.diff2`, state.id);
13983
+ const commands = await invoke$g('About.render2', state.id, diffResult);
13992
13984
  if (commands.length === 0) {
13993
13985
  return state;
13994
13986
  }
@@ -14001,8 +13993,8 @@ const wrapAboutCommand = key => {
14001
13993
  };
14002
13994
 
14003
13995
  const Commands$E = {};
14004
- const getCommands$a = async () => {
14005
- const commands = await invoke$f('About.getCommandIds');
13996
+ const getCommands$b = async () => {
13997
+ const commands = await invoke$g('About.getCommandIds');
14006
13998
  for (const command of commands) {
14007
13999
  Commands$E[command] = wrapAboutCommand(command);
14008
14000
  }
@@ -14012,7 +14004,7 @@ const getCommands$a = async () => {
14012
14004
  const Css$G = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
14013
14005
 
14014
14006
  const getKeyBindings$i = () => {
14015
- return invoke$f('About.getKeyBindings');
14007
+ return invoke$g('About.getKeyBindings');
14016
14008
  };
14017
14009
 
14018
14010
  const name$M = 'About';
@@ -14055,7 +14047,7 @@ const apply = (oldState, newState) => {
14055
14047
 
14056
14048
  const hasFunctionalRender$E = true;
14057
14049
  const hasFunctionalRootRender$o = true;
14058
- const hasFunctionalEvents$b = true;
14050
+ const hasFunctionalEvents$c = true;
14059
14051
  const renderDialog$2 = {
14060
14052
  isEqual(oldState, newState) {
14061
14053
  return false;
@@ -14064,8 +14056,8 @@ const renderDialog$2 = {
14064
14056
  multiple: true
14065
14057
  };
14066
14058
  const render$H = [renderDialog$2];
14067
- const renderEventListeners$a = async () => {
14068
- const listeners = await invoke$f('About.renderEventListeners');
14059
+ const renderEventListeners$b = async () => {
14060
+ const listeners = await invoke$g('About.renderEventListeners');
14069
14061
  return listeners;
14070
14062
  };
14071
14063
 
@@ -14074,16 +14066,16 @@ const ViewletAbout_ipc = {
14074
14066
  Commands: Commands$E,
14075
14067
  Css: Css$G,
14076
14068
  create: create$Q,
14077
- getCommands: getCommands$a,
14069
+ getCommands: getCommands$b,
14078
14070
  getKeyBindings: getKeyBindings$i,
14079
- hasFunctionalEvents: hasFunctionalEvents$b,
14071
+ hasFunctionalEvents: hasFunctionalEvents$c,
14080
14072
  hasFunctionalRender: hasFunctionalRender$E,
14081
14073
  hasFunctionalRootRender: hasFunctionalRootRender$o,
14082
14074
  loadContent: loadContent$M,
14083
14075
  name: name$M,
14084
14076
  render: render$H,
14085
14077
  renderDialog: renderDialog$2,
14086
- renderEventListeners: renderEventListeners$a
14078
+ renderEventListeners: renderEventListeners$b
14087
14079
  };
14088
14080
 
14089
14081
  const Tab = 1;
@@ -14113,7 +14105,7 @@ const Trash = 'Trash';
14113
14105
  /**
14114
14106
  * @enum {string}
14115
14107
  */
14116
- const UiStrings$e = {
14108
+ const UiStrings$d = {
14117
14109
  Explorer: 'Explorer',
14118
14110
  Search: 'Search',
14119
14111
  SourceControl: 'Source Control',
@@ -14127,37 +14119,37 @@ const UiStrings$e = {
14127
14119
  HideActivityBar: 'Hide Activity Bar'
14128
14120
  };
14129
14121
  const explorer$1 = () => {
14130
- return i18nString(UiStrings$e.Explorer);
14122
+ return i18nString(UiStrings$d.Explorer);
14131
14123
  };
14132
14124
  const search = () => {
14133
- return i18nString(UiStrings$e.Search);
14125
+ return i18nString(UiStrings$d.Search);
14134
14126
  };
14135
14127
  const sourceControl = () => {
14136
- return i18nString(UiStrings$e.SourceControl);
14128
+ return i18nString(UiStrings$d.SourceControl);
14137
14129
  };
14138
14130
  const runAndDebug = () => {
14139
- return i18nString(UiStrings$e.RunAndDebug);
14131
+ return i18nString(UiStrings$d.RunAndDebug);
14140
14132
  };
14141
14133
  const extensions = () => {
14142
- return i18nString(UiStrings$e.Extensions);
14134
+ return i18nString(UiStrings$d.Extensions);
14143
14135
  };
14144
14136
  const settings = () => {
14145
- return i18nString(UiStrings$e.Settings);
14137
+ return i18nString(UiStrings$d.Settings);
14146
14138
  };
14147
14139
  const additionalViews = () => {
14148
- return i18nString(UiStrings$e.AdditionalViews);
14140
+ return i18nString(UiStrings$d.AdditionalViews);
14149
14141
  };
14150
14142
  const activityBar = () => {
14151
- return i18nString(UiStrings$e.ActivityBar);
14143
+ return i18nString(UiStrings$d.ActivityBar);
14152
14144
  };
14153
14145
  const moveSideBarRight$1 = () => {
14154
- return i18nString(UiStrings$e.MoveSideBarRight);
14146
+ return i18nString(UiStrings$d.MoveSideBarRight);
14155
14147
  };
14156
14148
  const moveSideBarLeft$1 = () => {
14157
- return i18nString(UiStrings$e.MoveSideBarLeft);
14149
+ return i18nString(UiStrings$d.MoveSideBarLeft);
14158
14150
  };
14159
14151
  const hideActivityBar$1 = () => {
14160
- return i18nString(UiStrings$e.HideActivityBar);
14152
+ return i18nString(UiStrings$d.HideActivityBar);
14161
14153
  };
14162
14154
 
14163
14155
  const getActivityBarItems = () => {
@@ -14742,7 +14734,7 @@ const getVisibleActivityBarItems = state => {
14742
14734
 
14743
14735
  const hasFunctionalRender$D = true;
14744
14736
  const hasFunctionalRootRender$n = true;
14745
- const renderItems$6 = {
14737
+ const renderItems$7 = {
14746
14738
  isEqual(oldState, newState) {
14747
14739
  return oldState.filteredItems === newState.filteredItems && oldState.height === newState.height && oldState.selectedIndex === newState.selectedIndex && oldState.focusedIndex === newState.focusedIndex;
14748
14740
  },
@@ -14752,7 +14744,7 @@ const renderItems$6 = {
14752
14744
  return ['Viewlet.setDom2', dom];
14753
14745
  }
14754
14746
  };
14755
- const render$G = [renderItems$6];
14747
+ const render$G = [renderItems$7];
14756
14748
 
14757
14749
  const getFilteredActivityBarItems = (items, height, itemHeight) => {
14758
14750
  const numberOfVisibleItems = getNumberOfVisibleItems$1({
@@ -14822,11 +14814,11 @@ const ViewletActivityBar_ipc = {
14822
14814
  /**
14823
14815
  * @enum {string}
14824
14816
  */
14825
- const UiStrings$d = {
14817
+ const UiStrings$c = {
14826
14818
  FailedToLoadAudio: 'Failed to load audio: {PH1}'
14827
14819
  };
14828
14820
  const getImprovedErrorMessage = message => {
14829
- return i18nString(UiStrings$d.FailedToLoadAudio, {
14821
+ return i18nString(UiStrings$c.FailedToLoadAudio, {
14830
14822
  PH1: message
14831
14823
  });
14832
14824
  };
@@ -14943,7 +14935,7 @@ const create$N = (id, uri, x, y, width, height) => {
14943
14935
  };
14944
14936
  };
14945
14937
  const loadContent$J = async state => {
14946
- const browserViewMap = await invoke$k('ElectronBrowserView.getAll');
14938
+ const browserViewMap = await invoke$l('ElectronBrowserView.getAll');
14947
14939
  return {
14948
14940
  ...state,
14949
14941
  browserViewMap
@@ -14993,7 +14985,7 @@ const create$M = (id, uri, x, y, width, height) => {
14993
14985
  };
14994
14986
  const loadContent$I = state => {
14995
14987
  const update = async () => {
14996
- await invoke$m(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
14988
+ await invoke$n(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
14997
14989
  };
14998
14990
  return {
14999
14991
  ...state,
@@ -15416,7 +15408,7 @@ const Escape = 'Escape';
15416
15408
  /**
15417
15409
  * @enum {string}
15418
15410
  */
15419
- const UiStrings$c = {
15411
+ const UiStrings$b = {
15420
15412
  PressDesiredKeyCombinationThenPressEnter: 'Press Desired Key Combination, Then Press Enter',
15421
15413
  Copy: 'Copy',
15422
15414
  CopyCommandId: 'Copy Command ID',
@@ -15429,34 +15421,34 @@ const UiStrings$c = {
15429
15421
  ShowSameKeyBindings: 'Show Same Keybindings'
15430
15422
  };
15431
15423
  const pressDesiredKeyCombinationThenPressEnter = () => {
15432
- return i18nString(UiStrings$c.PressDesiredKeyCombinationThenPressEnter);
15424
+ return i18nString(UiStrings$b.PressDesiredKeyCombinationThenPressEnter);
15433
15425
  };
15434
15426
  const copy$2 = () => {
15435
- return i18nString(UiStrings$c.Copy);
15427
+ return i18nString(UiStrings$b.Copy);
15436
15428
  };
15437
15429
  const copyCommandId = () => {
15438
- return i18nString(UiStrings$c.CopyCommandId);
15430
+ return i18nString(UiStrings$b.CopyCommandId);
15439
15431
  };
15440
15432
  const copyCommandTitle = () => {
15441
- return i18nString(UiStrings$c.CopyCommandTitle);
15433
+ return i18nString(UiStrings$b.CopyCommandTitle);
15442
15434
  };
15443
15435
  const changeKeyBinding = () => {
15444
- return i18nString(UiStrings$c.ChangeKeyBinding);
15436
+ return i18nString(UiStrings$b.ChangeKeyBinding);
15445
15437
  };
15446
15438
  const addKeyBinding = () => {
15447
- return i18nString(UiStrings$c.AddKeyBinding);
15439
+ return i18nString(UiStrings$b.AddKeyBinding);
15448
15440
  };
15449
15441
  const removeKeyBinding = () => {
15450
- return i18nString(UiStrings$c.RemoveKeyBinding);
15442
+ return i18nString(UiStrings$b.RemoveKeyBinding);
15451
15443
  };
15452
15444
  const resetKeyBinding = () => {
15453
- return i18nString(UiStrings$c.ResetKeyBinding);
15445
+ return i18nString(UiStrings$b.ResetKeyBinding);
15454
15446
  };
15455
15447
  const changeWhenExpression = () => {
15456
- return i18nString(UiStrings$c.ChangeWhenExpression);
15448
+ return i18nString(UiStrings$b.ChangeWhenExpression);
15457
15449
  };
15458
15450
  const showSameKeyBindings = () => {
15459
- return i18nString(UiStrings$c.ShowSameKeyBindings);
15451
+ return i18nString(UiStrings$b.ShowSameKeyBindings);
15460
15452
  };
15461
15453
 
15462
15454
  const create$J = (id, uri, x, y, width, height) => {
@@ -15697,7 +15689,7 @@ const ViewletDialog_ipc = {
15697
15689
 
15698
15690
  const iframeInspectorWorkerUrl = `${assetDir}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js`;
15699
15691
 
15700
- const getConfiguredWorkerUrl$7 = () => {
15692
+ const getConfiguredWorkerUrl$8 = () => {
15701
15693
  let configuredWorkerUrl = get$e('develop.iframeInspectorWorkerPath') || '';
15702
15694
  if (configuredWorkerUrl) {
15703
15695
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -15713,14 +15705,14 @@ const launchIframeInspectorWorker = async () => {
15713
15705
  const ipc = await create$13({
15714
15706
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
15715
15707
  name,
15716
- url: getConfiguredWorkerUrl$7()
15708
+ url: getConfiguredWorkerUrl$8()
15717
15709
  });
15718
15710
  handleIpc(ipc);
15719
15711
  return ipc;
15720
15712
  };
15721
15713
 
15722
15714
  const {
15723
- invoke: invoke$9,
15715
+ invoke: invoke$a,
15724
15716
  restart: restart$7
15725
15717
  } = getOrCreateWorker(launchIframeInspectorWorker);
15726
15718
 
@@ -15736,10 +15728,10 @@ const create$H = (id, uri, x, y, width, height) => {
15736
15728
  };
15737
15729
  };
15738
15730
  const loadContent$D = async state => {
15739
- await invoke$9('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
15740
- await invoke$9('IframeInspector.loadContent', state.id);
15741
- const diffResult = await invoke$9('IframeInspector.diff2', state.id);
15742
- const commands = await invoke$9('IframeInspector.render2', state.id, diffResult);
15731
+ await invoke$a('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
15732
+ await invoke$a('IframeInspector.loadContent', state.id);
15733
+ const diffResult = await invoke$a('IframeInspector.diff2', state.id);
15734
+ const commands = await invoke$a('IframeInspector.render2', state.id, diffResult);
15743
15735
  return {
15744
15736
  ...state,
15745
15737
  commands
@@ -15753,16 +15745,16 @@ const hotReload$9 = async state => {
15753
15745
  state.isHotReloading = true;
15754
15746
  // possible TODO race condition during hot reload
15755
15747
  // there could still be pending promises when the worker is disposed
15756
- const savedState = await invoke$9('IframeInspector.saveState', state.uid);
15748
+ const savedState = await invoke$a('IframeInspector.saveState', state.uid);
15757
15749
  await restart$7('IframeInspector.terminate');
15758
15750
  const oldState = {
15759
15751
  ...state,
15760
15752
  items: []
15761
15753
  };
15762
- await invoke$9('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
15763
- await invoke$9('IframeInspector.loadContent', state.id, savedState);
15764
- const diffResult = await invoke$9('IframeInspector.diff2', oldState.id);
15765
- const commands = await invoke$9('IframeInspector.render2', oldState.id, diffResult);
15754
+ await invoke$a('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
15755
+ await invoke$a('IframeInspector.loadContent', state.id, savedState);
15756
+ const diffResult = await invoke$a('IframeInspector.diff2', oldState.id);
15757
+ const commands = await invoke$a('IframeInspector.render2', oldState.id, diffResult);
15766
15758
  return {
15767
15759
  ...oldState,
15768
15760
  commands,
@@ -15772,9 +15764,9 @@ const hotReload$9 = async state => {
15772
15764
 
15773
15765
  const wrapIframeInspectorCommand = key => {
15774
15766
  const fn = async (state, ...args) => {
15775
- await invoke$9(`IframeInspector.${key}`, state.id, ...args);
15776
- const diffResult = await invoke$9('IframeInspector.diff2', state.id);
15777
- const commands = await invoke$9('IframeInspector.render2', state.id, diffResult);
15767
+ await invoke$a(`IframeInspector.${key}`, state.id, ...args);
15768
+ const diffResult = await invoke$a('IframeInspector.diff2', state.id);
15769
+ const commands = await invoke$a('IframeInspector.render2', state.id, diffResult);
15778
15770
  if (commands.length === 0) {
15779
15771
  return state;
15780
15772
  }
@@ -15787,8 +15779,8 @@ const wrapIframeInspectorCommand = key => {
15787
15779
  };
15788
15780
 
15789
15781
  const Commands$w = {};
15790
- const getCommands$9 = async () => {
15791
- const commands = await invoke$9('IframeInspector.getCommandIds');
15782
+ const getCommands$a = async () => {
15783
+ const commands = await invoke$a('IframeInspector.getCommandIds');
15792
15784
  for (const command of commands) {
15793
15785
  Commands$w[command] = wrapIframeInspectorCommand(command);
15794
15786
  }
@@ -15799,14 +15791,14 @@ const getCommands$9 = async () => {
15799
15791
  const Css$y = ["/css/parts/Table.css", "/css/parts/ViewletIframeInspector.css"];
15800
15792
 
15801
15793
  const getKeyBindings$e = () => {
15802
- return invoke$9('IframeInspector.getKeyBindings');
15794
+ return invoke$a('IframeInspector.getKeyBindings');
15803
15795
  };
15804
15796
 
15805
15797
  const name$F = 'IframeInspector';
15806
15798
 
15807
15799
  const hasFunctionalRender$w = true;
15808
15800
  const hasFunctionalRootRender$j = true;
15809
- const hasFunctionalEvents$a = true;
15801
+ const hasFunctionalEvents$b = true;
15810
15802
  const renderContent = {
15811
15803
  isEqual(oldState, newState) {
15812
15804
  return false;
@@ -15815,8 +15807,8 @@ const renderContent = {
15815
15807
  multiple: true
15816
15808
  };
15817
15809
  const render$z = [renderContent];
15818
- const renderEventListeners$9 = async () => {
15819
- const listeners = await invoke$9('IframeInspector.renderEventListeners');
15810
+ const renderEventListeners$a = async () => {
15811
+ const listeners = await invoke$a('IframeInspector.renderEventListeners');
15820
15812
  return listeners;
15821
15813
  };
15822
15814
 
@@ -15825,9 +15817,9 @@ const ViewletIframeInspector_ipc = {
15825
15817
  Commands: Commands$w,
15826
15818
  Css: Css$y,
15827
15819
  create: create$H,
15828
- getCommands: getCommands$9,
15820
+ getCommands: getCommands$a,
15829
15821
  getKeyBindings: getKeyBindings$e,
15830
- hasFunctionalEvents: hasFunctionalEvents$a,
15822
+ hasFunctionalEvents: hasFunctionalEvents$b,
15831
15823
  hasFunctionalRender: hasFunctionalRender$w,
15832
15824
  hasFunctionalRootRender: hasFunctionalRootRender$j,
15833
15825
  hotReload: hotReload$9,
@@ -15835,7 +15827,7 @@ const ViewletIframeInspector_ipc = {
15835
15827
  name: name$F,
15836
15828
  render: render$z,
15837
15829
  renderContent,
15838
- renderEventListeners: renderEventListeners$9
15830
+ renderEventListeners: renderEventListeners$a
15839
15831
  };
15840
15832
 
15841
15833
  const diffWorkerUrl = `${assetDir}/packages/diff-worker/dist/diffWorkerMain.js`;
@@ -15851,7 +15843,7 @@ const launchDiffWorker = async () => {
15851
15843
  };
15852
15844
 
15853
15845
  const {
15854
- invoke: invoke$8} = getOrCreateWorker(launchDiffWorker);
15846
+ invoke: invoke$9} = getOrCreateWorker(launchDiffWorker);
15855
15847
 
15856
15848
  /**
15857
15849
  *
@@ -15860,7 +15852,7 @@ const {
15860
15852
  * @returns
15861
15853
  */
15862
15854
  const diff = (linesA, linesB) => {
15863
- return invoke$8('Diff.diff', linesA, linesB);
15855
+ return invoke$9('Diff.diff', linesA, linesB);
15864
15856
  };
15865
15857
 
15866
15858
  const getDiffEditorContents = async (left, right) => {
@@ -16833,8 +16825,8 @@ const create$B = (id, uri, x, y, width, height) => {
16833
16825
  };
16834
16826
  };
16835
16827
  const getTests = async () => {
16836
- const root = await invoke$k('Platform.getRoot');
16837
- const testPath = await invoke$k('Platform.getTestPath');
16828
+ const root = await invoke$l('Platform.getRoot');
16829
+ const testPath = await invoke$l('Platform.getTestPath');
16838
16830
  const absolutePath = `${root}/${testPath}/src`;
16839
16831
  const dirents = await readDirWithFileTypes$9(absolutePath);
16840
16832
  const filteredDirents = dirents.slice(1);
@@ -17287,7 +17279,7 @@ const getFontWeight = () => {
17287
17279
  return get$e(kFontWeight) ?? 400;
17288
17280
  };
17289
17281
 
17290
- const combineResults$3 = results => {
17282
+ const combineResults$1 = results => {
17291
17283
  return results[0];
17292
17284
  };
17293
17285
  const executeSemanticTokenProvider = editor => {
@@ -17297,7 +17289,7 @@ const executeSemanticTokenProvider = editor => {
17297
17289
  method: 'ExtensionHostSemanticTokens.executeSemanticTokenProvider',
17298
17290
  args: [],
17299
17291
  noProviderFoundMessage: 'No Semantic Token Provider found',
17300
- combineResults: combineResults$3,
17292
+ combineResults: combineResults$1,
17301
17293
  noProviderFoundResult: []
17302
17294
  });
17303
17295
  };
@@ -17594,7 +17586,7 @@ const Commands$s = {
17594
17586
  ...wrapEditorCommands(ids),
17595
17587
  // TODO
17596
17588
  async showOverlayMessage(state, editor, ...args) {
17597
- await invoke$m(...args);
17589
+ await invoke$n(...args);
17598
17590
  return state;
17599
17591
  }
17600
17592
  };
@@ -17759,7 +17751,7 @@ const ViewletEmptyEditor_ipc = {
17759
17751
  const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerViewWorkerMain.js`;
17760
17752
 
17761
17753
  const launchExplorerWorker = async () => {
17762
- const configuredWorkerUrl = getConfiguredWorkerUrl$a('develop.explorerWorkerPath', explorerWorkerUrl);
17754
+ const configuredWorkerUrl = getConfiguredWorkerUrl$b('develop.explorerWorkerPath', explorerWorkerUrl);
17763
17755
  const ipc = await create$13({
17764
17756
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
17765
17757
  url: configuredWorkerUrl,
@@ -17770,7 +17762,7 @@ const launchExplorerWorker = async () => {
17770
17762
  };
17771
17763
 
17772
17764
  const {
17773
- invoke: invoke$7,
17765
+ invoke: invoke$8,
17774
17766
  restart: restart$6
17775
17767
  } = getOrCreateWorker(launchExplorerWorker);
17776
17768
 
@@ -17796,11 +17788,11 @@ const create$w = (id, uri, x, y, width, height, args, parentUid) => {
17796
17788
  };
17797
17789
  };
17798
17790
  const loadContent$x = async (state, savedState) => {
17799
- await invoke$7('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17800
- await invoke$7('Explorer.loadContent', state.uid, savedState);
17801
- const diffResult = await invoke$7('Explorer.diff2', state.uid);
17802
- const commands = await invoke$7('Explorer.render2', state.uid, diffResult);
17803
- const actionsDom = await invoke$7('Explorer.renderActions2', state.uid);
17791
+ await invoke$8('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17792
+ await invoke$8('Explorer.loadContent', state.uid, savedState);
17793
+ const diffResult = await invoke$8('Explorer.diff2', state.uid);
17794
+ const commands = await invoke$8('Explorer.render2', state.uid, diffResult);
17795
+ const actionsDom = await invoke$8('Explorer.renderActions2', state.uid);
17804
17796
  return {
17805
17797
  ...state,
17806
17798
  commands,
@@ -17823,7 +17815,7 @@ const resize$k = (state, dimensions) => {
17823
17815
  };
17824
17816
  const getMouseActions = async () => {
17825
17817
  try {
17826
- return await invoke$7('Explorer.getMouseActions');
17818
+ return await invoke$8('Explorer.getMouseActions');
17827
17819
  } catch {
17828
17820
  return [];
17829
17821
  }
@@ -17836,16 +17828,16 @@ const hotReload$8 = async state => {
17836
17828
  state.isHotReloading = true;
17837
17829
  // possible TODO race condition during hot reload
17838
17830
  // there could still be pending promises when the worker is disposed
17839
- const savedState = await invoke$7('Explorer.saveState', state.uid);
17831
+ const savedState = await invoke$8('Explorer.saveState', state.uid);
17840
17832
  await restart$6('Explorer.terminate');
17841
17833
  const oldState = {
17842
17834
  ...state,
17843
17835
  items: []
17844
17836
  };
17845
- await invoke$7('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17846
- await invoke$7('Explorer.loadContent', state.uid, savedState);
17847
- const diffResult = await invoke$7('Explorer.diff2', state.uid);
17848
- const commands = await invoke$7('Explorer.render2', state.uid, diffResult);
17837
+ await invoke$8('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
17838
+ await invoke$8('Explorer.loadContent', state.uid, savedState);
17839
+ const diffResult = await invoke$8('Explorer.diff2', state.uid);
17840
+ const commands = await invoke$8('Explorer.render2', state.uid, diffResult);
17849
17841
  return {
17850
17842
  ...oldState,
17851
17843
  commands,
@@ -17855,12 +17847,12 @@ const hotReload$8 = async state => {
17855
17847
 
17856
17848
  const wrapExplorerCommand = key => {
17857
17849
  const fn = async (state, ...args) => {
17858
- await invoke$7(`Explorer.${key}`, state.uid, ...args);
17859
- const diffResult = await invoke$7('Explorer.diff2', state.uid);
17850
+ await invoke$8(`Explorer.${key}`, state.uid, ...args);
17851
+ const diffResult = await invoke$8('Explorer.diff2', state.uid);
17860
17852
  if (diffResult.length === 0) {
17861
17853
  return state;
17862
17854
  }
17863
- const commands = await invoke$7('Explorer.render2', state.uid, diffResult);
17855
+ const commands = await invoke$8('Explorer.render2', state.uid, diffResult);
17864
17856
  if (commands.length === 0) {
17865
17857
  return state;
17866
17858
  }
@@ -17873,8 +17865,8 @@ const wrapExplorerCommand = key => {
17873
17865
  };
17874
17866
 
17875
17867
  const Commands$q = {};
17876
- const getCommands$8 = async () => {
17877
- const commands = await invoke$7('Explorer.getCommandIds');
17868
+ const getCommands$9 = async () => {
17869
+ const commands = await invoke$8('Explorer.getCommandIds');
17878
17870
  for (const command of commands) {
17879
17871
  Commands$q[command] = wrapExplorerCommand(command);
17880
17872
  }
@@ -17886,13 +17878,13 @@ const getCommands$8 = async () => {
17886
17878
  const Css$s = [];
17887
17879
 
17888
17880
  const getKeyBindings$a = () => {
17889
- return invoke$7('Explorer.getKeyBindings');
17881
+ return invoke$8('Explorer.getKeyBindings');
17890
17882
  };
17891
17883
 
17892
17884
  const id$9 = Explorer;
17893
17885
  const getMenuEntries$d = () => {
17894
17886
  const explorerState = getState('Explorer');
17895
- return invoke$7('Explorer.getMenuEntries2', explorerState.uid);
17887
+ return invoke$8('Explorer.getMenuEntries2', explorerState.uid);
17896
17888
  };
17897
17889
 
17898
17890
  const MenuEntriesExplorer = {
@@ -17906,15 +17898,15 @@ const menus$9 = [MenuEntriesExplorer];
17906
17898
  /**
17907
17899
  * @enum {string}
17908
17900
  */
17909
- const UiStrings$b = {
17901
+ const UiStrings$a = {
17910
17902
  Explorer: 'Explorer',
17911
17903
  NoFolderOpen: 'No Folder Open'
17912
17904
  };
17913
17905
  const explorer = () => {
17914
- return i18nString(UiStrings$b.Explorer);
17906
+ return i18nString(UiStrings$a.Explorer);
17915
17907
  };
17916
17908
  const noFolderOpen = () => {
17917
- return i18nString(UiStrings$b.NoFolderOpen);
17909
+ return i18nString(UiStrings$a.NoFolderOpen);
17918
17910
  };
17919
17911
 
17920
17912
  const name$z = 'Explorer';
@@ -17924,17 +17916,17 @@ const getDisplayName$1 = () => {
17924
17916
 
17925
17917
  const hasFunctionalRender$r = true;
17926
17918
  const hasFunctionalRootRender$f = true;
17927
- const hasFunctionalEvents$9 = true;
17928
- const renderItems$5 = {
17919
+ const hasFunctionalEvents$a = true;
17920
+ const renderItems$6 = {
17929
17921
  isEqual(oldState, newState) {
17930
17922
  return JSON.stringify(oldState.commands) === JSON.stringify(newState.commands);
17931
17923
  },
17932
17924
  apply: apply,
17933
17925
  multiple: true
17934
17926
  };
17935
- const render$s = [renderItems$5];
17936
- const renderEventListeners$8 = async () => {
17937
- const listeners = await invoke$7('Explorer.renderEventListeners');
17927
+ const render$s = [renderItems$6];
17928
+ const renderEventListeners$9 = async () => {
17929
+ const listeners = await invoke$8('Explorer.renderEventListeners');
17938
17930
  return listeners;
17939
17931
  };
17940
17932
 
@@ -17967,11 +17959,11 @@ const renderTitle$4 = {
17967
17959
  };
17968
17960
 
17969
17961
  const restoreState = savedState => {
17970
- return invoke$7('Explorer.restoreState', savedState);
17962
+ return invoke$8('Explorer.restoreState', savedState);
17971
17963
  };
17972
17964
 
17973
17965
  const saveState$e = state => {
17974
- return invoke$7('Explorer.saveState', state.uid);
17966
+ return invoke$8('Explorer.saveState', state.uid);
17975
17967
  };
17976
17968
 
17977
17969
  const Events$4 = {};
@@ -17983,11 +17975,11 @@ const ViewletExplorer_ipc = {
17983
17975
  Events: Events$4,
17984
17976
  create: create$w,
17985
17977
  dispose: dispose$m,
17986
- getCommands: getCommands$8,
17978
+ getCommands: getCommands$9,
17987
17979
  getDisplayName: getDisplayName$1,
17988
17980
  getKeyBindings: getKeyBindings$a,
17989
17981
  getMouseActions,
17990
- hasFunctionalEvents: hasFunctionalEvents$9,
17982
+ hasFunctionalEvents: hasFunctionalEvents$a,
17991
17983
  hasFunctionalRender: hasFunctionalRender$r,
17992
17984
  hasFunctionalResize: hasFunctionalResize$f,
17993
17985
  hasFunctionalRootRender: hasFunctionalRootRender$f,
@@ -17997,7 +17989,7 @@ const ViewletExplorer_ipc = {
17997
17989
  name: name$z,
17998
17990
  render: render$s,
17999
17991
  renderActions: renderActions$7,
18000
- renderEventListeners: renderEventListeners$8,
17992
+ renderEventListeners: renderEventListeners$9,
18001
17993
  renderTitle: renderTitle$4,
18002
17994
  resize: resize$k,
18003
17995
  restoreState,
@@ -18006,7 +17998,7 @@ const ViewletExplorer_ipc = {
18006
17998
 
18007
17999
  const extensionDetailViewWorkerUrl = `${assetDir}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js`;
18008
18000
 
18009
- const getConfiguredWorkerUrl$6 = () => {
18001
+ const getConfiguredWorkerUrl$7 = () => {
18010
18002
  let configuredWorkerUrl = get$e('develop.extensionDetailViewWorkerPath') || '';
18011
18003
  if (configuredWorkerUrl) {
18012
18004
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -18022,14 +18014,14 @@ const launchExtensionDetailViewWorker = async () => {
18022
18014
  const ipc = await create$13({
18023
18015
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18024
18016
  name,
18025
- url: getConfiguredWorkerUrl$6()
18017
+ url: getConfiguredWorkerUrl$7()
18026
18018
  });
18027
18019
  handleIpc(ipc);
18028
18020
  return ipc;
18029
18021
  };
18030
18022
 
18031
18023
  const {
18032
- invoke: invoke$6,
18024
+ invoke: invoke$7,
18033
18025
  restart: restart$5
18034
18026
  } = getOrCreateWorker(launchExtensionDetailViewWorker);
18035
18027
 
@@ -18069,10 +18061,10 @@ const create$v = (id, uri, x, y, width, height) => {
18069
18061
  // TODO when there are multiple extension with the same id,
18070
18062
  // probably need to pass extension location from extensions viewlet
18071
18063
  const loadContent$w = async (state, savedState) => {
18072
- await invoke$6('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18073
- await invoke$6('ExtensionDetail.loadContent2', state.uid, savedState);
18074
- const diffResult = await invoke$6('ExtensionDetail.diff2', state.uid);
18075
- const commands = await invoke$6('ExtensionDetail.render2', state.uid, diffResult);
18064
+ await invoke$7('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18065
+ await invoke$7('ExtensionDetail.loadContent2', state.uid, savedState);
18066
+ const diffResult = await invoke$7('ExtensionDetail.diff2', state.uid);
18067
+ const commands = await invoke$7('ExtensionDetail.render2', state.uid, diffResult);
18076
18068
  return {
18077
18069
  ...state,
18078
18070
  commands
@@ -18087,10 +18079,10 @@ const hotReload$7 = async state => {
18087
18079
  // possible TODO race condition during hot reload
18088
18080
  // there could still be pending promises when the worker is disposed
18089
18081
  await restart$5('ExtensionDetail.terminate');
18090
- await invoke$6('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18091
- await invoke$6('ExtensionDetail.loadContent', state.uid, {});
18092
- const diffResult = invoke$6('ExtensionDetail.diff2', state.uid);
18093
- const commands = await invoke$6('ExtensionDetail.render2', state.uid, diffResult);
18082
+ await invoke$7('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
18083
+ await invoke$7('ExtensionDetail.loadContent', state.uid, {});
18084
+ const diffResult = invoke$7('ExtensionDetail.diff2', state.uid);
18085
+ const commands = await invoke$7('ExtensionDetail.render2', state.uid, diffResult);
18094
18086
  state.isHotReloading = false;
18095
18087
  return {
18096
18088
  ...state,
@@ -18098,7 +18090,7 @@ const hotReload$7 = async state => {
18098
18090
  };
18099
18091
  };
18100
18092
  const saveState$d = async state => {
18101
- const savedState = await invoke$6('ExtensionDetail.saveState', state.uid);
18093
+ const savedState = await invoke$7('ExtensionDetail.saveState', state.uid);
18102
18094
  return savedState;
18103
18095
  };
18104
18096
  const hasFunctionalResize$e = true;
@@ -18113,12 +18105,12 @@ const resize$j = (state, dimensions) => {
18113
18105
 
18114
18106
  const wrapExtensionDetailCommand = key => {
18115
18107
  const fn = async (state, ...args) => {
18116
- await invoke$6(`ExtensionDetail.${key}`, state.uid, ...args);
18117
- const diffResult = await invoke$6('ExtensionDetail.diff2', state.uid);
18108
+ await invoke$7(`ExtensionDetail.${key}`, state.uid, ...args);
18109
+ const diffResult = await invoke$7('ExtensionDetail.diff2', state.uid);
18118
18110
  if (diffResult.length === 0) {
18119
18111
  return state;
18120
18112
  }
18121
- const commands = await invoke$6('ExtensionDetail.render2', state.uid, diffResult);
18113
+ const commands = await invoke$7('ExtensionDetail.render2', state.uid, diffResult);
18122
18114
  return {
18123
18115
  ...state,
18124
18116
  commands
@@ -18128,8 +18120,8 @@ const wrapExtensionDetailCommand = key => {
18128
18120
  };
18129
18121
 
18130
18122
  const Commands$p = {};
18131
- const getCommands$7 = async () => {
18132
- const commands = await invoke$6('ExtensionDetail.getCommandIds');
18123
+ const getCommands$8 = async () => {
18124
+ const commands = await invoke$7('ExtensionDetail.getCommandIds');
18133
18125
  for (const command of commands) {
18134
18126
  Commands$p[command] = wrapExtensionDetailCommand(command);
18135
18127
  }
@@ -18141,7 +18133,7 @@ const Css$r = ["/css/parts/AdditionalDetails.css", "/css/parts/FeatureContent.cs
18141
18133
 
18142
18134
  const id$8 = ExtensionDetailReadme;
18143
18135
  const getMenuEntries$c = async props => {
18144
- const menuEntries = await invoke$6('ExtensionDetail.getMenuEntries', props);
18136
+ const menuEntries = await invoke$7('ExtensionDetail.getMenuEntries', props);
18145
18137
  return menuEntries;
18146
18138
  };
18147
18139
 
@@ -18157,7 +18149,7 @@ const name$y = 'ExtensionDetail';
18157
18149
 
18158
18150
  const hasFunctionalRender$q = true;
18159
18151
  const hasFunctionalRootRender$e = true;
18160
- const hasFunctionalEvents$8 = true;
18152
+ const hasFunctionalEvents$9 = true;
18161
18153
  const renderDom$1 = {
18162
18154
  isEqual(oldState, newState) {
18163
18155
  return false;
@@ -18166,8 +18158,8 @@ const renderDom$1 = {
18166
18158
  multiple: true
18167
18159
  };
18168
18160
  const render$r = [renderDom$1];
18169
- const renderEventListeners$7 = async () => {
18170
- const listeners = await invoke$6('ExtensionDetail.renderEventListeners');
18161
+ const renderEventListeners$8 = async () => {
18162
+ const listeners = await invoke$7('ExtensionDetail.renderEventListeners');
18171
18163
  return listeners;
18172
18164
  };
18173
18165
 
@@ -18176,8 +18168,8 @@ const ViewletExtensionDetail_ipc = {
18176
18168
  Commands: Commands$p,
18177
18169
  Css: Css$r,
18178
18170
  create: create$v,
18179
- getCommands: getCommands$7,
18180
- hasFunctionalEvents: hasFunctionalEvents$8,
18171
+ getCommands: getCommands$8,
18172
+ hasFunctionalEvents: hasFunctionalEvents$9,
18181
18173
  hasFunctionalRender: hasFunctionalRender$q,
18182
18174
  hasFunctionalResize: hasFunctionalResize$e,
18183
18175
  hasFunctionalRootRender: hasFunctionalRootRender$e,
@@ -18186,14 +18178,14 @@ const ViewletExtensionDetail_ipc = {
18186
18178
  menus: menus$8,
18187
18179
  name: name$y,
18188
18180
  render: render$r,
18189
- renderEventListeners: renderEventListeners$7,
18181
+ renderEventListeners: renderEventListeners$8,
18190
18182
  resize: resize$j,
18191
18183
  saveState: saveState$d
18192
18184
  };
18193
18185
 
18194
18186
  const extensionSearchViewWorkerUrl = `${assetDir}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js`;
18195
18187
 
18196
- const getConfiguredWorkerUrl$5 = () => {
18188
+ const getConfiguredWorkerUrl$6 = () => {
18197
18189
  let configuredWorkerUrl = get$e('develop.extensionSearchViewWorkerPath') || '';
18198
18190
  if (configuredWorkerUrl) {
18199
18191
  configuredWorkerUrl = '/remote' + configuredWorkerUrl;
@@ -18209,21 +18201,21 @@ const launchExtensionSearchViewWorker = async () => {
18209
18201
  const ipc = await create$13({
18210
18202
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18211
18203
  name,
18212
- url: getConfiguredWorkerUrl$5()
18204
+ url: getConfiguredWorkerUrl$6()
18213
18205
  });
18214
18206
  handleIpc(ipc);
18215
18207
  return ipc;
18216
18208
  };
18217
18209
 
18218
18210
  const {
18219
- invoke: invoke$5,
18211
+ invoke: invoke$6,
18220
18212
  restart: restart$4
18221
18213
  } = getOrCreateWorker(launchExtensionSearchViewWorker);
18222
18214
 
18223
18215
  // then state can be recycled by Viewlet when there is only a single ViewletExtensions instance
18224
18216
 
18225
18217
  const saveState$c = async state => {
18226
- const savedState = await invoke$5('SearchExtensions.saveState', state.id);
18218
+ const savedState = await invoke$6('SearchExtensions.saveState', state.id);
18227
18219
  return savedState;
18228
18220
  };
18229
18221
  const create$u = (id, uri, x, y, width, height) => {
@@ -18240,10 +18232,10 @@ const create$u = (id, uri, x, y, width, height) => {
18240
18232
  };
18241
18233
  };
18242
18234
  const loadContent$v = async (state, savedState) => {
18243
- await invoke$5('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18244
- await invoke$5('SearchExtensions.loadContent', state.id, savedState);
18245
- const diffResult = await invoke$5('SearchExtensions.diff2', state.id);
18246
- const commands = await invoke$5('SearchExtensions.render3', state.id, diffResult);
18235
+ await invoke$6('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18236
+ await invoke$6('SearchExtensions.loadContent', state.id, savedState);
18237
+ const diffResult = await invoke$6('SearchExtensions.diff2', state.id);
18238
+ const commands = await invoke$6('SearchExtensions.render3', state.id, diffResult);
18247
18239
  return {
18248
18240
  ...state,
18249
18241
  commands
@@ -18261,16 +18253,16 @@ const hotReload$6 = async state => {
18261
18253
  state.isHotReloading = true;
18262
18254
  // possible TODO race condition during hot reload
18263
18255
  // there could still be pending promises when the worker is disposed
18264
- const savedState = await invoke$5('SearchExtensions.saveState', state.uid);
18256
+ const savedState = await invoke$6('SearchExtensions.saveState', state.uid);
18265
18257
  await restart$4('SearchExtensions.terminate');
18266
18258
  const oldState = {
18267
18259
  ...state,
18268
18260
  items: []
18269
18261
  };
18270
- await invoke$5('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18271
- await invoke$5('SearchExtensions.loadContent', state.id, savedState);
18272
- const diffResult = await invoke$5('SearchExtensions.diff2', state.id);
18273
- const commands = await invoke$5('SearchExtensions.render3', oldState.id, diffResult);
18262
+ await invoke$6('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
18263
+ await invoke$6('SearchExtensions.loadContent', state.id, savedState);
18264
+ const diffResult = await invoke$6('SearchExtensions.diff2', state.id);
18265
+ const commands = await invoke$6('SearchExtensions.render3', oldState.id, diffResult);
18274
18266
  return {
18275
18267
  ...oldState,
18276
18268
  commands,
@@ -18280,9 +18272,9 @@ const hotReload$6 = async state => {
18280
18272
 
18281
18273
  const wrapExtensionSearchCommand = key => {
18282
18274
  const wrapped = async (state, ...args) => {
18283
- await invoke$5(`SearchExtensions.${key}`, state.uid, ...args);
18284
- const diffResult = await invoke$5(`SearchExtensions.diff2`, state.uid);
18285
- const commands = await invoke$5('SearchExtensions.render3', state.uid, diffResult);
18275
+ await invoke$6(`SearchExtensions.${key}`, state.uid, ...args);
18276
+ const diffResult = await invoke$6(`SearchExtensions.diff2`, state.uid);
18277
+ const commands = await invoke$6('SearchExtensions.render3', state.uid, diffResult);
18286
18278
  return {
18287
18279
  ...state,
18288
18280
  commands
@@ -18292,8 +18284,8 @@ const wrapExtensionSearchCommand = key => {
18292
18284
  };
18293
18285
 
18294
18286
  const Commands$o = {};
18295
- const getCommands$6 = async () => {
18296
- const commands = await invoke$5('SearchExtensions.getCommandIds');
18287
+ const getCommands$7 = async () => {
18288
+ const commands = await invoke$6('SearchExtensions.getCommandIds');
18297
18289
  for (const command of commands) {
18298
18290
  Commands$o[command] = wrapExtensionSearchCommand(command);
18299
18291
  }
@@ -18304,11 +18296,11 @@ const getCommands$6 = async () => {
18304
18296
  const Css$q = ["/css/parts/ViewletExtensions.css"];
18305
18297
 
18306
18298
  const getKeyBindings$9 = () => {
18307
- return invoke$5('SearchExtensions.getKeyBindings');
18299
+ return invoke$6('SearchExtensions.getKeyBindings');
18308
18300
  };
18309
18301
 
18310
18302
  const getMenuEntries$b = async () => {
18311
- const entries = await invoke$5('SearchExtensions.getMenuEntries');
18303
+ const entries = await invoke$6('SearchExtensions.getMenuEntries');
18312
18304
  return entries;
18313
18305
  // {
18314
18306
  // id: 'enable',
@@ -18417,7 +18409,7 @@ const ViewletExtensions_ipc = {
18417
18409
  Css: Css$q,
18418
18410
  create: create$u,
18419
18411
  dispose: dispose$l,
18420
- getCommands: getCommands$6,
18412
+ getCommands: getCommands$7,
18421
18413
  getKeyBindings: getKeyBindings$9,
18422
18414
  hasFunctionalRender: hasFunctionalRender$p,
18423
18415
  hasFunctionalResize: hasFunctionalResize$d,
@@ -18433,169 +18425,6 @@ const ViewletExtensions_ipc = {
18433
18425
  saveState: saveState$c
18434
18426
  };
18435
18427
 
18436
- const combineResults$2 = results => {
18437
- return results[0];
18438
- };
18439
- const executeImplementationProvider = (editor, offset) => {
18440
- return execute({
18441
- editor,
18442
- event: OnImplementation,
18443
- method: ImplementationExecuteImplementationProvider,
18444
- args: [offset],
18445
- noProviderFoundMessage: 'No implementation provider found',
18446
- combineResults: combineResults$2
18447
- });
18448
- };
18449
-
18450
- const offsetAt = async (textDocument, positionRowIndex, positionColumnIndex) => {
18451
- object(textDocument);
18452
- number(positionRowIndex);
18453
- number(positionColumnIndex);
18454
- return actualInvoke('Editor.offsetAt', textDocument, positionRowIndex, positionColumnIndex);
18455
- };
18456
-
18457
- // TODO speed up this function by 130% by not running activation event (onReferences) again and again
18458
- // e.g. (21ms activation event, 11ms getReferences) => (11ms getReferences)
18459
- const getImplementations$1 = async editor => {
18460
- const rowIndex = editor.selections[0];
18461
- const columnIndex = editor.selections[1];
18462
- const offset = await offsetAt(editor, rowIndex, columnIndex);
18463
- const implementations = await executeImplementationProvider(editor, offset);
18464
- return implementations;
18465
- };
18466
-
18467
- const Leaf = 1;
18468
- const Expanded$1 = 2;
18469
- const Collapsed$1 = 3;
18470
-
18471
- const getName = uri => {
18472
- if (!uri) {
18473
- return '';
18474
- }
18475
- return uri.slice(uri.lastIndexOf('/') + 1);
18476
- };
18477
- const getDisplayReferences = references => {
18478
- const displayReferences = [];
18479
- let currentUri = '';
18480
- let outerPosInSet = 1;
18481
- let innerPosInSet = 1;
18482
- let index = 0;
18483
- for (const reference of references) {
18484
- if (reference.uri === currentUri) {
18485
- displayReferences.push({
18486
- depth: 2,
18487
- posInSet: innerPosInSet++,
18488
- setSize: 1,
18489
- type: Leaf,
18490
- uri: '',
18491
- name: '',
18492
- lineText: reference.lineText || '',
18493
- icon: '',
18494
- index: index++,
18495
- startOffset: reference.startColumnIndex || reference.startOffset,
18496
- endOffset: reference.endColumnIndex || reference.endOffset
18497
- });
18498
- } else {
18499
- currentUri = reference.uri;
18500
- innerPosInSet = 1;
18501
- const name = getName(reference.uri);
18502
- displayReferences.push({
18503
- depth: 1,
18504
- posInSet: outerPosInSet++,
18505
- setSize: 1,
18506
- type: Expanded$1,
18507
- uri: reference.uri,
18508
- name,
18509
- lineText: '',
18510
- icon: getIcon$1({
18511
- type: File$3,
18512
- name
18513
- }),
18514
- index: index++,
18515
- startOffset: 0,
18516
- endOffset: 0
18517
- });
18518
- displayReferences.push({
18519
- depth: 2,
18520
- posInSet: innerPosInSet++,
18521
- setSize: 1,
18522
- type: Leaf,
18523
- uri: '',
18524
- name: '',
18525
- lineText: reference.lineText || '',
18526
- icon: '',
18527
- index: index++,
18528
- startOffset: reference.startColumnIndex || reference.startOffset,
18529
- endOffset: reference.endColumnIndex || reference.endOffset
18530
- });
18531
- }
18532
- }
18533
- return displayReferences;
18534
- };
18535
-
18536
- const getUniqueObjectCount = (objects, key) => {
18537
- array(objects);
18538
- string(key);
18539
- const seen = [];
18540
- for (const object of objects) {
18541
- const value = object[key];
18542
- if (!seen.includes(value)) {
18543
- seen.push(value);
18544
- }
18545
- }
18546
- return seen.length;
18547
- };
18548
-
18549
- const getFileCount = references => {
18550
- return getUniqueObjectCount(references, 'uri');
18551
- };
18552
-
18553
- /**
18554
- * @enum {string}
18555
- */
18556
- const UiStrings$a = {
18557
- NoResults: 'No Results',
18558
- OneResultInOneFile: '1 result in 1 file',
18559
- ManyResultsInOneFile: '{PH1} results in 1 file',
18560
- ManyResultsInManyFiles: '{PH1} results in {PH2} files',
18561
- Locations: 'Locations'
18562
- };
18563
- const noResults$1 = () => {
18564
- return i18nString(UiStrings$a.NoResults);
18565
- };
18566
- const oneResultInOneFile = () => {
18567
- return i18nString(UiStrings$a.OneResultInOneFile);
18568
- };
18569
- const locations = () => {
18570
- return i18nString(UiStrings$a.Locations);
18571
- };
18572
- const manyResultsInOneFile = resultCount => {
18573
- return i18nString(UiStrings$a.ManyResultsInOneFile, {
18574
- PH1: resultCount
18575
- });
18576
- };
18577
- const manyResultsInManyFiles = (resultCount, fileCount) => {
18578
- return i18nString(UiStrings$a.ManyResultsInManyFiles, {
18579
- PH1: resultCount,
18580
- PH2: fileCount
18581
- });
18582
- };
18583
-
18584
- const getMessage$1 = (resultCount, fileCount) => {
18585
- number(resultCount);
18586
- number(fileCount);
18587
- if (resultCount === 0) {
18588
- return noResults$1();
18589
- }
18590
- if (resultCount === 1 && fileCount === 1) {
18591
- return oneResultInOneFile();
18592
- }
18593
- if (fileCount === 1) {
18594
- return manyResultsInOneFile(resultCount);
18595
- }
18596
- return manyResultsInManyFiles(resultCount, fileCount);
18597
- };
18598
-
18599
18428
  const first = () => {
18600
18429
  return 0;
18601
18430
  };
@@ -18612,6 +18441,38 @@ const previousNoCycle = (items, index) => {
18612
18441
  return index === 0 ? 0 : index - 1;
18613
18442
  };
18614
18443
 
18444
+ const Leaf = 1;
18445
+ const Expanded$1 = 2;
18446
+ const Collapsed$1 = 3;
18447
+
18448
+ const referencesWorkerUrl = `${assetDir}/packages/refernences-view/dist/referencesViewWorkerMain.js`;
18449
+
18450
+ const getConfiguredWorkerUrl$5 = () => {
18451
+ let configuredWorkerUrl = get$e('develop.referencesWorkerPath') || '';
18452
+ if (configuredWorkerUrl) {
18453
+ configuredWorkerUrl = '/remote' + configuredWorkerUrl;
18454
+ }
18455
+ configuredWorkerUrl = configuredWorkerUrl || referencesWorkerUrl;
18456
+ {
18457
+ configuredWorkerUrl = referencesWorkerUrl;
18458
+ }
18459
+ return configuredWorkerUrl;
18460
+ };
18461
+ const launchReferencesWorker = async () => {
18462
+ const name = 'References Worker';
18463
+ const ipc = await create$13({
18464
+ method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18465
+ name,
18466
+ url: getConfiguredWorkerUrl$5()
18467
+ });
18468
+ handleIpc(ipc);
18469
+ await invoke$o(ipc, 'References.initialize');
18470
+ return ipc;
18471
+ };
18472
+
18473
+ const {
18474
+ invoke: invoke$5} = getOrCreateWorker(launchReferencesWorker);
18475
+
18615
18476
  const create$t = (id, uri, x, y, width, height, args) => {
18616
18477
  return {
18617
18478
  references: [],
@@ -18625,16 +18486,14 @@ const create$t = (id, uri, x, y, width, height, args) => {
18625
18486
 
18626
18487
  // TODO speed up this function by 130% by not running activation event (onReferences) again and again
18627
18488
  // e.g. (21ms activation event, 11ms getReferences) => (11ms getReferences)
18628
- const loadContent$u = async (state, getReferences) => {
18629
- const references = await getReferences();
18630
- const displayReferences = getDisplayReferences(references);
18631
- const fileCount = getFileCount(references);
18632
- const message = getMessage$1(references.length, fileCount);
18489
+ const loadContent$u = async state => {
18490
+ await invoke$5('References.create', state.id, state.uri, state.x, state.y, state.width, state.height);
18491
+ await invoke$5('References.loadContent', state.id);
18492
+ const diff = await invoke$5('References.diff2', state.id);
18493
+ const commands = await invoke$5('References.render2', state.id, diff);
18633
18494
  return {
18634
18495
  ...state,
18635
- references,
18636
- displayReferences,
18637
- message
18496
+ commands
18638
18497
  };
18639
18498
  };
18640
18499
  const dispose$k = state => {
@@ -18756,15 +18615,10 @@ const ViewletLocations = {
18756
18615
  selectIndex: selectIndex$1
18757
18616
  };
18758
18617
 
18759
- // TODO speed up this function by 130% by not running activation event (onReferences) again and again
18760
- // e.g. (21ms activation event, 11ms getReferences) => (11ms getReferences)
18761
- const getImplementations = () => {
18762
- const editor = getActiveEditor();
18763
- return getImplementations$1(editor);
18764
- };
18765
18618
  const create$s = create$t;
18766
18619
  const loadContent$t = async state => {
18767
- return loadContent$u(state, getImplementations);
18620
+ // @ts-ignore
18621
+ return loadContent$u(state);
18768
18622
  };
18769
18623
  const contentLoaded$6 = state => {
18770
18624
  set$a('Locations', {
@@ -18775,136 +18629,21 @@ const contentLoaded$6 = state => {
18775
18629
  };
18776
18630
  const dispose$j = dispose$k;
18777
18631
 
18778
- const getLeafVirtualDom = location => {
18779
- const {
18780
- lineText,
18781
- index,
18782
- startOffset,
18783
- endOffset
18784
- } = location;
18785
- const dom = [];
18786
- dom.push({
18787
- type: Div,
18788
- className: TreeItem,
18789
- id: `Reference-${index}`,
18790
- childCount: 1,
18791
- paddingLeft: '2rem'
18792
- });
18793
- if (startOffset === endOffset) {
18794
- dom.push({
18795
- type: Div,
18796
- className: Label,
18797
- childCount: 1
18798
- }, text(lineText || '(empty line)'));
18799
- } else {
18800
- const before = lineText.slice(0, startOffset);
18801
- const middle = lineText.slice(startOffset, endOffset);
18802
- const end = lineText.slice(endOffset);
18803
- dom.push({
18804
- type: Div,
18805
- className: Label,
18806
- childCount: 3
18807
- }, text(before), {
18808
- type: Span,
18809
- className: Highlight,
18810
- childCount: 1
18811
- }, text(middle), text(end));
18812
- }
18813
- return dom;
18814
- };
18815
- const getCollapsedVirtualDom = location => {
18816
- const {
18817
- index,
18818
- name
18819
- } = location;
18820
- return [{
18821
- type: Div,
18822
- className: TreeItem,
18823
- ariaExpanded: false,
18824
- id: `Reference-${index}`,
18825
- childCount: 1
18826
- }, text(name)];
18827
- };
18828
- const getExpandedVirtualDom = location => {
18829
- const {
18830
- index,
18831
- name,
18832
- icon
18833
- } = location;
18834
- return [{
18835
- type: Div,
18836
- className: TreeItem,
18837
- ariaExpanded: true,
18838
- id: `Reference-${index}`,
18839
- childCount: 2,
18840
- paddingLeft: '1rem'
18841
- }, {
18842
- type: Img,
18843
- className: FileIcon,
18844
- src: icon
18845
- }, text(name)];
18846
- };
18847
- const getLocationVirtualDom = location => {
18848
- const {
18849
- type
18850
- } = location;
18851
- switch (type) {
18852
- case Leaf:
18853
- return getLeafVirtualDom(location);
18854
- case Collapsed$1:
18855
- return getCollapsedVirtualDom(location);
18856
- case Expanded$1:
18857
- return getExpandedVirtualDom(location);
18858
- default:
18859
- return [];
18860
- }
18861
- };
18862
- const getLocationsVirtualDom = (locations$1, message) => {
18863
- const dom = [];
18864
- dom.push({
18865
- type: Div,
18866
- className: 'Viewlet Locations',
18867
- onMouseDown: 'handleLocationsMouseDown',
18868
- childCount: 2
18869
- });
18870
- dom.push({
18871
- type: Div,
18872
- className: LocationsMessage,
18873
- id: 'LocationsMessage',
18874
- role: Status,
18875
- childCount: 1
18876
- }, text(message), {
18877
- type: Div,
18878
- className: LocationList,
18879
- role: Tree,
18880
- ariaLabel: locations(),
18881
- tabIndex: 0,
18882
- ariaDescribedBy: 'LocationsMessage',
18883
- childCount: locations$1.length
18884
- }, ...locations$1.flatMap(getLocationVirtualDom));
18885
- return dom;
18886
- };
18887
-
18888
18632
  const hasFunctionalRender$o = true;
18889
18633
  const hasFunctionalRootRender$d = true;
18890
- const renderLocations = {
18634
+ const hasFunctionalEvents$8 = true;
18635
+ const renderItems$5 = {
18891
18636
  isEqual(oldState, newState) {
18892
- return oldState.displayReferences === newState.displayReferences && oldState.message === newState.message;
18637
+ return newState.commands.length === 0;
18893
18638
  },
18894
- apply(oldState, newState) {
18895
- const dom = getLocationsVirtualDom(newState.displayReferences, newState.message);
18896
- return ['Viewlet.setDom2', dom];
18897
- }
18639
+ apply: apply,
18640
+ multiple: true
18898
18641
  };
18899
- const renderFocusedIndex$1 = {
18900
- isEqual(oldState, newState) {
18901
- return oldState.focusedIndex === newState.focusedIndex;
18902
- },
18903
- apply(oldState, newState) {
18904
- return [/* method */'setFocusedIndex', /* oldFocusedIndex */oldState.focusedIndex, /* newFocusedIndex */newState.focusedIndex];
18905
- }
18642
+ const render$p = [renderItems$5];
18643
+ const renderEventListeners$7 = async () => {
18644
+ const listeners = await invoke$5('References.renderEventListeners');
18645
+ return listeners;
18906
18646
  };
18907
- const render$p = [renderLocations, renderFocusedIndex$1];
18908
18647
 
18909
18648
  const name$w = 'Implementations';
18910
18649
  const Commands$n = {};
@@ -18915,15 +18654,17 @@ const ViewletImplementations_ipc = {
18915
18654
  contentLoaded: contentLoaded$6,
18916
18655
  create: create$s,
18917
18656
  dispose: dispose$j,
18657
+ hasFunctionalEvents: hasFunctionalEvents$8,
18918
18658
  hasFunctionalRender: hasFunctionalRender$o,
18919
18659
  hasFunctionalRootRender: hasFunctionalRootRender$d,
18920
18660
  loadContent: loadContent$t,
18921
18661
  name: name$w,
18922
- render: render$p
18662
+ render: render$p,
18663
+ renderEventListeners: renderEventListeners$7
18923
18664
  };
18924
18665
 
18925
18666
  const getInlineDiffChanges = (linesLeft, linesRight) => {
18926
- return invoke$8('Diff.diffInline', linesLeft, linesRight);
18667
+ return invoke$9('Diff.diffInline', linesLeft, linesRight);
18927
18668
  };
18928
18669
 
18929
18670
  const create$r = (id, uri, x, y, width, height) => {
@@ -19275,7 +19016,7 @@ const wrapKeyBindingCommand = key => {
19275
19016
  };
19276
19017
 
19277
19018
  const Commands$l = {};
19278
- const getCommands$5 = async () => {
19019
+ const getCommands$6 = async () => {
19279
19020
  const commands = await invoke$4('KeyBindings.getCommandIds');
19280
19021
  for (const command of commands) {
19281
19022
  Commands$l[command] = wrapKeyBindingCommand(command);
@@ -19392,7 +19133,7 @@ const ViewletKeyBindings_ipc = {
19392
19133
  Commands: Commands$l,
19393
19134
  Css: Css$o,
19394
19135
  create: create$q,
19395
- getCommands: getCommands$5,
19136
+ getCommands: getCommands$6,
19396
19137
  getKeyBindings: getKeyBindings$8,
19397
19138
  hasFunctionalEvents: hasFunctionalEvents$7,
19398
19139
  hasFunctionalRender: hasFunctionalRender$m,
@@ -20166,7 +19907,7 @@ const showAsync = async (uid, points, module) => {
20166
19907
  if (commands) {
20167
19908
  commands.push(['Viewlet.append', uid, viewletUid]);
20168
19909
  }
20169
- await invoke$m('Viewlet.sendMultiple', commands);
19910
+ await invoke$n('Viewlet.sendMultiple', commands);
20170
19911
  // TODO
20171
19912
  // 2. load module
20172
19913
  // 3. if module is still visible, replace placeholder with actual viewlet
@@ -22020,7 +21761,7 @@ const loadContent$p = async (state, savedState) => {
22020
21761
  once(Twelve, hydrateLazy);
22021
21762
  addListener('editor.change', handleEditorChange$1);
22022
21763
  addListener('titleUpdated', handleTitleUpdated$1);
22023
- await invoke$m('Viewlet.loadModule', MainTabs);
21764
+ await invoke$n('Viewlet.loadModule', MainTabs);
22024
21765
  return {
22025
21766
  ...state,
22026
21767
  groups,
@@ -22109,7 +21850,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
22109
21850
  const id = getModuleId(initialUri);
22110
21851
  const tabLabel = 'Loading';
22111
21852
  const tabTitle = 'Loading';
22112
- await invoke$m(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
21853
+ await invoke$n(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
22113
21854
  const y = state.y + state.tabHeight;
22114
21855
  const x = state.x;
22115
21856
  const width = state.width;
@@ -22134,7 +21875,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
22134
21875
  title,
22135
21876
  ...props
22136
21877
  });
22137
- await invoke$m('Viewlet.send', 'Main', 'updateTab', 1, title);
21878
+ await invoke$n('Viewlet.send', 'Main', 'updateTab', 1, title);
22138
21879
  // TODO update tab title with new title
22139
21880
  return state;
22140
21881
  };
@@ -22934,7 +22675,7 @@ const create$n = (id, uri, x, y, width, height) => {
22934
22675
  };
22935
22676
  const loadContent$o = state => {
22936
22677
  const update = async () => {
22937
- await invoke$m(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
22678
+ await invoke$n(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
22938
22679
  };
22939
22680
  return {
22940
22681
  ...state,
@@ -22989,10 +22730,10 @@ const ViewletNoop_ipc = {
22989
22730
  };
22990
22731
 
22991
22732
  const open$4 = async (id, file) => {
22992
- await invoke$k(/* OutputChannel.open */'OutputChannel.open', id, /* path */file);
22733
+ await invoke$l(/* OutputChannel.open */'OutputChannel.open', id, /* path */file);
22993
22734
  };
22994
22735
  const close$3 = async id => {
22995
- await invoke$k(/* OutputChannel.close */'OutputChannel.close', /* id */id);
22736
+ await invoke$l(/* OutputChannel.close */'OutputChannel.close', /* id */id);
22996
22737
  };
22997
22738
 
22998
22739
  const getOutputChannels = () => {
@@ -23053,7 +22794,7 @@ const contentLoaded$4 = async state => {
23053
22794
  const setOutputChannel = async (state, option) => {
23054
22795
  state.selectedOption = option;
23055
22796
  // TODO race condition
23056
- await invoke$m(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
22797
+ await invoke$n(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
23057
22798
  // TODO race condition
23058
22799
  // TODO should use invoke
23059
22800
  await open$4('Output', state.selectedOption);
@@ -23339,7 +23080,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
23339
23080
  const currentViewletUid = currentViewletState.uid;
23340
23081
  number(currentViewletUid);
23341
23082
  commands.unshift(...disposeFunctional(currentViewletUid));
23342
- await invoke$m('Viewlet.sendMultiple', commands);
23083
+ await invoke$n('Viewlet.sendMultiple', commands);
23343
23084
  if (commands.at(-1).includes(Error$3)) {
23344
23085
  state.currentViewletId = Error$3;
23345
23086
  }
@@ -24751,10 +24492,10 @@ const loadContent$j = async state => {
24751
24492
  } = state;
24752
24493
  const listItemHeight = 22;
24753
24494
  const renderAllItems = true;
24754
- await invoke$i('QuickPick.create2', state.uid, uri, listItemHeight, state.x, state.y, state.width, state.height, platform, args, renderAllItems, state$B.workspacePath);
24755
- await invoke$i('QuickPick.loadContent', state.uid);
24756
- const diffResult = await invoke$i('QuickPick.diff2', state.uid);
24757
- const commands = await invoke$i('QuickPick.render2', state.uid, diffResult);
24495
+ await invoke$j('QuickPick.create2', state.uid, uri, listItemHeight, state.x, state.y, state.width, state.height, platform, args, renderAllItems, state$B.workspacePath);
24496
+ await invoke$j('QuickPick.loadContent', state.uid);
24497
+ const diffResult = await invoke$j('QuickPick.diff2', state.uid);
24498
+ const commands = await invoke$j('QuickPick.render2', state.uid, diffResult);
24758
24499
  return {
24759
24500
  ...state,
24760
24501
  commands
@@ -24766,12 +24507,12 @@ const dispose$c = state => {
24766
24507
 
24767
24508
  const wrapQuickPickCommand = key => {
24768
24509
  const fn = async (state, ...args) => {
24769
- await invoke$i(`QuickPick.${key}`, state.uid, ...args);
24770
- const diffResult = await invoke$i('QuickPick.diff2', state.uid);
24510
+ await invoke$j(`QuickPick.${key}`, state.uid, ...args);
24511
+ const diffResult = await invoke$j('QuickPick.diff2', state.uid);
24771
24512
  if (diffResult.length === 0) {
24772
24513
  return state;
24773
24514
  }
24774
- const commands = await invoke$i('QuickPick.render2', state.uid, diffResult);
24515
+ const commands = await invoke$j('QuickPick.render2', state.uid, diffResult);
24775
24516
  return {
24776
24517
  ...state,
24777
24518
  commands
@@ -24781,8 +24522,8 @@ const wrapQuickPickCommand = key => {
24781
24522
  };
24782
24523
 
24783
24524
  const Commands$d = {};
24784
- const getCommands$4 = async () => {
24785
- const commands = await invoke$i('QuickPick.getCommandIds');
24525
+ const getCommands$5 = async () => {
24526
+ const commands = await invoke$j('QuickPick.getCommandIds');
24786
24527
  for (const command of commands) {
24787
24528
  Commands$d[command] = wrapQuickPickCommand(command);
24788
24529
  }
@@ -24796,7 +24537,7 @@ const Css$i = ["/css/parts/Progress.css"];
24796
24537
  const Variables$5 = ['QuickPickBackground', 'ListForeground', 'ListHoverBackground', 'ListHoverForeground', 'ListActiveSelectionBackground'];
24797
24538
 
24798
24539
  const getKeyBindings$4 = () => {
24799
- return invoke$i('QuickPick.getKeyBindings');
24540
+ return invoke$j('QuickPick.getKeyBindings');
24800
24541
  };
24801
24542
 
24802
24543
  const hasFunctionalRender$g = true;
@@ -24811,7 +24552,7 @@ const renderItems$4 = {
24811
24552
  };
24812
24553
  const render$h = [renderItems$4];
24813
24554
  const renderEventListeners$5 = async () => {
24814
- const listeners = await invoke$i('QuickPick.renderEventListeners');
24555
+ const listeners = await invoke$j('QuickPick.renderEventListeners');
24815
24556
  return listeners;
24816
24557
  };
24817
24558
 
@@ -24824,7 +24565,7 @@ const ViewletQuickPick_ipc = {
24824
24565
  Variables: Variables$5,
24825
24566
  create: create$i,
24826
24567
  dispose: dispose$c,
24827
- getCommands: getCommands$4,
24568
+ getCommands: getCommands$5,
24828
24569
  getKeyBindings: getKeyBindings$4,
24829
24570
  hasFunctionalEvents: hasFunctionalEvents$6,
24830
24571
  hasFunctionalRender: hasFunctionalRender$g,
@@ -24837,99 +24578,15 @@ const ViewletQuickPick_ipc = {
24837
24578
  saveState: saveState$5
24838
24579
  };
24839
24580
 
24840
- const getLineText = (content, startRowIndex, startColumnIndex, endRowIndex, endColumnIndex) => {
24841
- let newLineIndex = 0;
24842
- let rowIndex = 0;
24843
- while (newLineIndex !== -1) {
24844
- if (rowIndex++ >= startRowIndex) {
24845
- break;
24846
- }
24847
- newLineIndex = getNewLineIndex$1(content, newLineIndex + 1);
24848
- }
24849
- if (content[newLineIndex] === NewLine$1) {
24850
- newLineIndex++;
24851
- }
24852
- let nextIndex = getNewLineIndex$1(content, newLineIndex);
24853
- if (nextIndex === -1) {
24854
- nextIndex = content.length;
24855
- }
24856
- const lineText = content.slice(newLineIndex, nextIndex).trim();
24857
- return lineText;
24858
- };
24859
-
24860
- const getReferenceWithPreview = async reference => {
24861
- const content = await readFile$f(reference.uri);
24862
- const lineText = getLineText(content, reference.startRowIndex);
24863
- return {
24864
- ...reference,
24865
- lineText
24866
- };
24867
- };
24868
-
24869
- const combineResults$1 = results => {
24870
- return results[0];
24871
- };
24872
- const executeReferenceProvider = async (editor, offset) => {
24873
- const result = await execute({
24874
- editor,
24875
- event: OnReferences,
24876
- method: ReferenceExecuteReferenceProvider,
24877
- args: [offset],
24878
- noProviderFoundMessage: 'no reference providers found',
24879
- combineResults: combineResults$1,
24880
- noProviderFoundResult: []
24881
- });
24882
- array(result);
24883
- return result;
24884
- };
24885
- const executeFileReferenceProvider = (id, languageId) => {
24886
- return executeProviders({
24887
- event: `onReferences:${languageId}`,
24888
- method: ReferenceExecuteFileReferenceProvider,
24889
- params: [id],
24890
- noProviderFoundMessage: 'no reference providers found',
24891
- combineResults: combineResults$1,
24892
- noProviderFoundResult: []
24893
- });
24894
- };
24895
-
24896
- const getReferences$1 = async editor => {
24897
- const rowIndex = editor.selections[0];
24898
- const columnIndex = editor.selections[1];
24899
- const offset = await offsetAt(editor, rowIndex, columnIndex);
24900
- const references = await executeReferenceProvider(editor, offset);
24901
- return references;
24902
- };
24903
- const getFileReferences$1 = async (id, languageId) => {
24904
- const references = await executeFileReferenceProvider(id, languageId);
24905
- return references;
24906
- };
24907
-
24908
- const getReferencesWithPreview = async editor => {
24909
- const references = await getReferences$1(editor);
24910
- const withPreview = await Promise.all(references.map(getReferenceWithPreview));
24911
- return withPreview;
24912
- };
24913
-
24914
- const getReferences = async () => {
24915
- const editor = getActiveEditor();
24916
- return getReferencesWithPreview(editor);
24917
- };
24918
- const getFileReferences = async (id, languageId) => {
24919
- return getFileReferences$1(id, languageId);
24920
- };
24921
24581
  const create$h = create$t;
24922
24582
 
24923
24583
  // TODO speed up this function by 130% by not running activation event (onReferences) again and again
24924
24584
  // e.g. (21ms activation event, 11ms getReferences) => (11ms getReferences)
24925
24585
  const loadContent$i = async state => {
24926
- const editor = getActiveEditor();
24927
- const fn = state.args ? () => {
24928
- console.log('get file ref');
24929
- // TODO find out language from somewhere else
24930
- return getFileReferences(editor.uid, editor.languageId);
24931
- } : getReferences;
24932
- return loadContent$u(state, fn);
24586
+ getActiveEditor();
24587
+
24588
+ // @ts-ignore
24589
+ return loadContent$u(state);
24933
24590
  };
24934
24591
 
24935
24592
  // TODO side effect is not good here, find a way to call ViewletLocations
@@ -24980,7 +24637,38 @@ const getActions$2 = () => {
24980
24637
  }];
24981
24638
  };
24982
24639
 
24640
+ const wrapReferencesCommand = key => {
24641
+ const fn = async (state, ...args) => {
24642
+ await invoke$5(`References.${key}`, state.uid, ...args);
24643
+ const diffResult = await invoke$5('References.diff2', state.uid);
24644
+ if (diffResult.length === 0) {
24645
+ return state;
24646
+ }
24647
+ const commands = await invoke$5('References.render2', state.uid, diffResult);
24648
+ const actionsDom = await invoke$5('References.renderActions', state.uid);
24649
+ if (commands.length === 0) {
24650
+ return state;
24651
+ }
24652
+ const latest = getState$1(References);
24653
+ return {
24654
+ ...latest,
24655
+ commands,
24656
+ actionsDom
24657
+ };
24658
+ };
24659
+ nameAnonymousFunction(fn, `References/${key}`);
24660
+ return fn;
24661
+ };
24662
+
24983
24663
  const Commands$c = {};
24664
+ const getCommands$4 = async () => {
24665
+ const commands = await invoke$5('Locations.getCommandIds');
24666
+ for (const command of commands) {
24667
+ Commands$c[command] = wrapReferencesCommand(command);
24668
+ }
24669
+ Commands$c['hotReload'] = hotReload$5;
24670
+ return Commands$c;
24671
+ };
24984
24672
 
24985
24673
  const Css$h = ["/css/parts/ViewletReferences.css"];
24986
24674
 
@@ -25004,12 +24692,15 @@ const ViewletReferences_ipc = {
25004
24692
  create: create$h,
25005
24693
  dispose: dispose$b,
25006
24694
  getActions: getActions$2,
24695
+ getCommands: getCommands$4,
25007
24696
  getDisplayName,
24697
+ hasFunctionalEvents: hasFunctionalEvents$8,
25008
24698
  hasFunctionalRender: hasFunctionalRender$o,
25009
24699
  hasFunctionalRootRender: hasFunctionalRootRender$d,
25010
24700
  loadContent: loadContent$i,
25011
24701
  name: name$k,
25012
- render: render$p
24702
+ render: render$p,
24703
+ renderEventListeners: renderEventListeners$7
25013
24704
  };
25014
24705
 
25015
24706
  const None$3 = 'none';
@@ -25051,11 +24742,11 @@ const create$g = (id, uri, x, y, width, height, args, parentUid) => {
25051
24742
  };
25052
24743
  const loadContent$h = async (state, savedState) => {
25053
24744
  const isTest$1 = isTest();
25054
- await invoke$g('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
25055
- await invoke$g('RunAndDebug.loadContent', state.uid, isTest$1, savedState);
25056
- const diffResult = await invoke$g('RunAndDebug.diff2', state.uid);
25057
- const commands = await invoke$g('RunAndDebug.render2', state.uid, diffResult);
25058
- const actionsDom = await invoke$g('RunAndDebug.renderActions', state.uid);
24745
+ await invoke$h('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
24746
+ await invoke$h('RunAndDebug.loadContent', state.uid, isTest$1, savedState);
24747
+ const diffResult = await invoke$h('RunAndDebug.diff2', state.uid);
24748
+ const commands = await invoke$h('RunAndDebug.render2', state.uid, diffResult);
24749
+ const actionsDom = await invoke$h('RunAndDebug.renderActions', state.uid);
25059
24750
  const debugId = isTest$1 ? 'test-debug' : 'node-debug'; // TODO
25060
24751
  return {
25061
24752
  ...state,
@@ -25076,17 +24767,17 @@ const hotReload$3 = async state => {
25076
24767
  state.isHotReloading = true;
25077
24768
  // possible TODO race condition during hot reload
25078
24769
  // there could still be pending promises when the worker is disposed
25079
- const savedState = await invoke$g('RunAndDebug.saveState', state.uid);
24770
+ const savedState = await invoke$h('RunAndDebug.saveState', state.uid);
25080
24771
  await restart$8('RunAndDebug.terminate');
25081
24772
  const oldState = {
25082
24773
  ...state,
25083
24774
  items: []
25084
24775
  };
25085
- await invoke$g('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
25086
- await invoke$g('RunAndDebug.loadContent', state.uid, state.isTest, savedState);
25087
- await invoke$g('RunAndDebug.loadContentLater', state.uid);
25088
- const diffResult = await invoke$g('RunAndDebug.diff2', state.uid);
25089
- const commands = await invoke$g('RunAndDebug.render2', state.uid, diffResult);
24776
+ await invoke$h('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
24777
+ await invoke$h('RunAndDebug.loadContent', state.uid, state.isTest, savedState);
24778
+ await invoke$h('RunAndDebug.loadContentLater', state.uid);
24779
+ const diffResult = await invoke$h('RunAndDebug.diff2', state.uid);
24780
+ const commands = await invoke$h('RunAndDebug.render2', state.uid, diffResult);
25090
24781
  return {
25091
24782
  ...oldState,
25092
24783
  commands,
@@ -25141,19 +24832,19 @@ const resize$d = (state, dimensions) => {
25141
24832
  };
25142
24833
  };
25143
24834
  const saveState$4 = async state => {
25144
- const savedState = await invoke$g('RunAndDebug.saveState', state.uid);
24835
+ const savedState = await invoke$h('RunAndDebug.saveState', state.uid);
25145
24836
  return savedState;
25146
24837
  };
25147
24838
 
25148
24839
  const wrapRunAndDebugCommand = key => {
25149
24840
  const fn = async (state, ...args) => {
25150
- await invoke$g(`RunAndDebug.${key}`, state.uid, ...args);
25151
- const diffResult = await invoke$g('RunAndDebug.diff2', state.uid);
24841
+ await invoke$h(`RunAndDebug.${key}`, state.uid, ...args);
24842
+ const diffResult = await invoke$h('RunAndDebug.diff2', state.uid);
25152
24843
  if (diffResult.length === 0) {
25153
24844
  return state;
25154
24845
  }
25155
- const commands = await invoke$g('RunAndDebug.render2', state.uid, diffResult);
25156
- const actionsDom = await invoke$g('RunAndDebug.renderActions', state.uid);
24846
+ const commands = await invoke$h('RunAndDebug.render2', state.uid, diffResult);
24847
+ const actionsDom = await invoke$h('RunAndDebug.renderActions', state.uid);
25157
24848
  if (commands.length === 0) {
25158
24849
  return state;
25159
24850
  }
@@ -25170,7 +24861,7 @@ const wrapRunAndDebugCommand = key => {
25170
24861
 
25171
24862
  const Commands$b = {};
25172
24863
  const getCommands$3 = async () => {
25173
- const commands = await invoke$g('RunAndDebug.getCommandIds');
24864
+ const commands = await invoke$h('RunAndDebug.getCommandIds');
25174
24865
  for (const command of commands) {
25175
24866
  Commands$b[command] = wrapRunAndDebugCommand(command);
25176
24867
  }
@@ -25184,13 +24875,13 @@ const Variables$4 = ['TitleBarForeground', 'DebugSectionHeaderBackground', 'Side
25184
24875
  const Events$3 = {};
25185
24876
 
25186
24877
  const getKeyBindings$3 = () => {
25187
- return invoke$g('RunAndDebug.getKeyBindings');
24878
+ return invoke$h('RunAndDebug.getKeyBindings');
25188
24879
  };
25189
24880
 
25190
24881
  const menus$4 = [];
25191
24882
  const getMenus$1 = async () => {
25192
24883
  try {
25193
- const modules = await invoke$g('RunAndDebug.getMenuEntries');
24884
+ const modules = await invoke$h('RunAndDebug.getMenuEntries');
25194
24885
  const adjusted = modules.map(module => {
25195
24886
  return {
25196
24887
  ...module,
@@ -25217,7 +24908,7 @@ const renderItems$3 = {
25217
24908
  };
25218
24909
  const render$g = [renderItems$3];
25219
24910
  const renderEventListeners$4 = async () => {
25220
- const listeners = await invoke$g('RunAndDebug.renderEventListeners');
24911
+ const listeners = await invoke$h('RunAndDebug.renderEventListeners');
25221
24912
  return listeners;
25222
24913
  };
25223
24914
 
@@ -25263,18 +24954,18 @@ const ViewletRunAndDebug_ipc = {
25263
24954
  };
25264
24955
 
25265
24956
  const getSources = async options => {
25266
- const sources = await invoke$k('DesktopCapturer.getSources', options);
24957
+ const sources = await invoke$l('DesktopCapturer.getSources', options);
25267
24958
  return sources;
25268
24959
  };
25269
24960
 
25270
24961
  const getUserMedia = async (captureId, options) => {
25271
24962
  number(captureId);
25272
24963
  object(options);
25273
- await invoke$m('ScreenCapture.start', captureId, options);
24964
+ await invoke$n('ScreenCapture.start', captureId, options);
25274
24965
  };
25275
24966
  const dispose$9 = async captureId => {
25276
24967
  number(captureId);
25277
- await invoke$m('ScreenCapture.dispose', captureId);
24968
+ await invoke$n('ScreenCapture.dispose', captureId);
25278
24969
  };
25279
24970
 
25280
24971
  const createScreenCaptureStream = async captureId => {
@@ -25374,7 +25065,7 @@ const launchTextSearchWorker = async () => {
25374
25065
  });
25375
25066
  handleIpc(ipc);
25376
25067
  try {
25377
- await invoke$n(ipc, 'TextSearch.initialize', platform);
25068
+ await invoke$o(ipc, 'TextSearch.initialize', platform);
25378
25069
  } catch (error) {
25379
25070
  // ignore
25380
25071
  }
@@ -25692,7 +25383,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
25692
25383
  activityBar.state = newState;
25693
25384
  commands.push(...extraCommands);
25694
25385
  }
25695
- await invoke$m('Viewlet.sendMultiple', commands);
25386
+ await invoke$n('Viewlet.sendMultiple', commands);
25696
25387
  }
25697
25388
 
25698
25389
  // // TODO race condition (check if disposed after created)
@@ -25839,7 +25530,7 @@ const launchEmbedsWorker = async () => {
25839
25530
  name: 'Embeds Worker'
25840
25531
  });
25841
25532
  handleIpc(ipc);
25842
- await invoke$n(ipc, 'Initialize.initialize');
25533
+ await invoke$o(ipc, 'Initialize.initialize');
25843
25534
  return ipc;
25844
25535
  };
25845
25536
 
@@ -25866,7 +25557,7 @@ const disposeWebContentsView = async id => {
25866
25557
  const getWindowZoomLevel = async () => {
25867
25558
  // TODO speed up resizing by avoid too many round trips
25868
25559
  const windowId = await getWindowId();
25869
- const zoomLevel = await invoke$k('ElectronWindow.getZoom', windowId);
25560
+ const zoomLevel = await invoke$l('ElectronWindow.getZoom', windowId);
25870
25561
  return zoomLevel;
25871
25562
  };
25872
25563
 
@@ -26812,7 +26503,7 @@ const launchSourceControlWorker = async () => {
26812
26503
  url: getConfiguredWorkerUrl$1()
26813
26504
  });
26814
26505
  handleIpc(ipc);
26815
- await invoke$n(ipc, 'Initialize.initialize');
26506
+ await invoke$o(ipc, 'Initialize.initialize');
26816
26507
  return ipc;
26817
26508
  };
26818
26509
 
@@ -27505,7 +27196,7 @@ const ViewletStorage_ipc = {
27505
27196
  };
27506
27197
 
27507
27198
  const getTerminalSpawnOptions = () => {
27508
- return invoke$k('GetTerminalSpawnOptions.getTerminalSpawnOptions');
27199
+ return invoke$l('GetTerminalSpawnOptions.getTerminalSpawnOptions');
27509
27200
  };
27510
27201
 
27511
27202
  // TODO implement a functional terminal component, maybe using offscreencanvas
@@ -27534,16 +27225,16 @@ const loadContent$8 = async state => {
27534
27225
  } = await getTerminalSpawnOptions();
27535
27226
  const canvasTextId = create$12();
27536
27227
  const canvasCursorId = create$12();
27537
- await invoke$d('Terminal.create', canvasTextId, canvasCursorId, uid, state$B.workspacePath, command, args);
27228
+ await invoke$e('Terminal.create', canvasTextId, canvasCursorId, uid, state$B.workspacePath, command, args);
27538
27229
  const terminal = {
27539
27230
  handleBlur() {
27540
- return invoke$d('Terminal.handleBlur', uid);
27231
+ return invoke$e('Terminal.handleBlur', uid);
27541
27232
  },
27542
27233
  handleKeyDown(key) {
27543
- return invoke$d('Terminal.handleKeyDown', uid, key);
27234
+ return invoke$e('Terminal.handleKeyDown', uid, key);
27544
27235
  },
27545
27236
  handleMouseDown() {
27546
- return invoke$d('Terminal.handleMouseDown', uid);
27237
+ return invoke$e('Terminal.handleMouseDown', uid);
27547
27238
  },
27548
27239
  resize() {
27549
27240
  // TODO
@@ -27623,7 +27314,7 @@ const resizeEffect = async state => {
27623
27314
  // Terminal.resize(state, width, height)
27624
27315
  };
27625
27316
  const clear = async state => {
27626
- await invoke$m(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
27317
+ await invoke$n(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
27627
27318
  };
27628
27319
 
27629
27320
  const getActions = state => {
@@ -27771,7 +27462,7 @@ const addTerminal = async state => {
27771
27462
  const oldTab = tabs[selectedIndex];
27772
27463
  const disposeCommands = disposeFunctional(oldTab.uid);
27773
27464
  commands.push(...disposeCommands);
27774
- await invoke$m('Viewlet.sendMultiple', commands);
27465
+ await invoke$n('Viewlet.sendMultiple', commands);
27775
27466
  return {
27776
27467
  ...state,
27777
27468
  tabs: newTabs,
@@ -27812,7 +27503,7 @@ const focusIndex = async (state, index) => {
27812
27503
  const oldTab = tabs[selectedIndex];
27813
27504
  const disposeCommands = disposeFunctional(oldTab.uid);
27814
27505
  commands.push(...disposeCommands);
27815
- await invoke$m('Viewlet.sendMultiple', commands);
27506
+ await invoke$n('Viewlet.sendMultiple', commands);
27816
27507
  return {
27817
27508
  ...state,
27818
27509
  selectedIndex: index
@@ -28616,7 +28307,7 @@ const getRealUri = pathOrUri => {
28616
28307
  if (protocol) {
28617
28308
  return pathOrUri;
28618
28309
  }
28619
- return invoke$k('FileSystem.getRealUri', pathOrUri);
28310
+ return invoke$l('FileSystem.getRealUri', pathOrUri);
28620
28311
  };
28621
28312
 
28622
28313
  const create$1 = (id, uri, x, y, width, height) => {
@@ -28658,7 +28349,7 @@ const resize = (state, dimensions) => {
28658
28349
  };
28659
28350
  };
28660
28351
  const dispose = async state => {
28661
- await invoke$m('WebView.dispose', state.uid);
28352
+ await invoke$n('WebView.dispose', state.uid);
28662
28353
  return state;
28663
28354
  };
28664
28355
 
@@ -28931,11 +28622,11 @@ const FileSystemAppKeyBindings = {
28931
28622
 
28932
28623
  const downloadUpdate$2 = version => {
28933
28624
  string(version);
28934
- return invoke$k('AutoUpdaterAppImage.downloadUpdate', version);
28625
+ return invoke$l('AutoUpdaterAppImage.downloadUpdate', version);
28935
28626
  };
28936
28627
  const installAndRestart$2 = downloadPath => {
28937
28628
  string(downloadPath);
28938
- return invoke$k('AutoUpdaterAppImage.installAndRestart', downloadPath);
28629
+ return invoke$l('AutoUpdaterAppImage.installAndRestart', downloadPath);
28939
28630
  };
28940
28631
 
28941
28632
  const AutoUpdaterAppImage = {
@@ -28946,11 +28637,11 @@ const AutoUpdaterAppImage = {
28946
28637
 
28947
28638
  const downloadUpdate$1 = version => {
28948
28639
  string(version);
28949
- return invoke$k('AutoUpdaterWindowsNsis.downloadUpdate', version);
28640
+ return invoke$l('AutoUpdaterWindowsNsis.downloadUpdate', version);
28950
28641
  };
28951
28642
  const installAndRestart$1 = downloadPath => {
28952
28643
  string(downloadPath);
28953
- return invoke$k('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
28644
+ return invoke$l('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
28954
28645
  };
28955
28646
 
28956
28647
  const AutoUpdaterNsis = {
@@ -28963,7 +28654,7 @@ const exec = (command, args, options) => {
28963
28654
  string(command);
28964
28655
  array(args);
28965
28656
  object(options);
28966
- return invoke$k('Exec.exec', command, args, options);
28657
+ return invoke$l('Exec.exec', command, args, options);
28967
28658
  };
28968
28659
 
28969
28660
  const getDebArch = processArch => {
@@ -28988,7 +28679,7 @@ const getDownloadUrl = (repository, version, applicationName, debArch) => {
28988
28679
  };
28989
28680
 
28990
28681
  const getTmpDir = () => {
28991
- return invoke$k('Os.getTmpDir');
28682
+ return invoke$l('Os.getTmpDir');
28992
28683
  };
28993
28684
 
28994
28685
  // TODO remove this code when auto update through apt is supported
@@ -29056,7 +28747,7 @@ const getItem = (items, label) => {
29056
28747
  const openContextMenu = async (x, y, id, ...args) => {
29057
28748
  const entries = await getMenuEntries$i(id, ...args);
29058
28749
  const electronMenuItems = convertMenuItems(entries);
29059
- const event = await invoke$k('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
28750
+ const event = await invoke$l('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
29060
28751
  if (event.type === 'close') {
29061
28752
  return;
29062
28753
  }
@@ -29093,7 +28784,7 @@ const ContextMenuBrowser = {
29093
28784
 
29094
28785
  const open$3 = async () => {
29095
28786
  try {
29096
- await invoke$k('ElectronWindowProcessExplorer.open');
28787
+ await invoke$l('ElectronWindowProcessExplorer.open');
29097
28788
  } catch (error) {
29098
28789
  throw new VError(error, 'Failed to open process explorer');
29099
28790
  }
@@ -30497,7 +30188,7 @@ const prefixIdWithExt = item => {
30497
30188
  const getExtensionPicks = async () => {
30498
30189
  try {
30499
30190
  // TODO don't call this every time
30500
- const extensionPicks = await getCommands$b();
30191
+ const extensionPicks = await getCommands$c();
30501
30192
  if (!extensionPicks) {
30502
30193
  return [];
30503
30194
  }
@@ -30740,7 +30431,7 @@ const QuickPickEntriesView = {
30740
30431
  };
30741
30432
 
30742
30433
  const searchFile$1 = async (path, value, prepare) => {
30743
- return invoke$i('SearchFile.searchFile', path, value, prepare, assetDir);
30434
+ return invoke$j('SearchFile.searchFile', path, value, prepare, assetDir);
30744
30435
  };
30745
30436
 
30746
30437
  const searchFile = async (path, value) => {