@lvce-editor/static-server 0.49.17 → 0.49.19

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 (1848) hide show
  1. package/dist/static-server.js +1862 -1862
  2. package/package.json +1 -1
  3. package/static/{d64a167 → 0ca6960}/css/App.css +83 -83
  4. package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +1 -1
  5. package/static/{d64a167 → 0ca6960}/manifest.json +2 -2
  6. package/static/{d64a167 → 0ca6960}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
  7. package/static/{d64a167 → 0ca6960}/packages/error-worker/dist/errorWorkerMain.js +13 -6
  8. package/static/{d64a167 → 0ca6960}/packages/explorer-worker/dist/explorerViewWorkerMain.js +302 -244
  9. package/static/{d64a167 → 0ca6960}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +9 -3
  10. package/static/{d64a167 → 0ca6960}/packages/renderer-process/dist/rendererProcessMain.js +26 -15
  11. package/static/{d64a167 → 0ca6960}/packages/renderer-process/package.json +1 -1
  12. package/static/{d64a167 → 0ca6960}/packages/renderer-worker/dist/rendererWorkerMain.js +539 -917
  13. package/static/{d64a167 → 0ca6960}/packages/test-worker/dist/testWorkerMain.js +31 -3
  14. package/static/{d64a167 → 0ca6960}/packages/text-search-worker/dist/textSearchWorkerMain.js +97 -23
  15. package/static/{d64a167 → 0ca6960}/packages/title-bar-worker/dist/titleBarWorkerMain.js +4 -1
  16. package/static/index.html +4 -4
  17. /package/static/{d64a167 → 0ca6960}/config/colorTheme.json +0 -0
  18. /package/static/{d64a167 → 0ca6960}/config/defaultSettings.json +0 -0
  19. /package/static/{d64a167 → 0ca6960}/config/fileMap.json +0 -0
  20. /package/static/{d64a167 → 0ca6960}/config/webExtensions.json +0 -0
  21. /package/static/{d64a167 → 0ca6960}/css/parts/AdditionalDetails.css +0 -0
  22. /package/static/{d64a167 → 0ca6960}/css/parts/Animation.css +0 -0
  23. /package/static/{d64a167 → 0ca6960}/css/parts/DebugButtons.css +0 -0
  24. /package/static/{d64a167 → 0ca6960}/css/parts/DebugValue.css +0 -0
  25. /package/static/{d64a167 → 0ca6960}/css/parts/E2eTest.css +0 -0
  26. /package/static/{d64a167 → 0ca6960}/css/parts/E2eTests.css +0 -0
  27. /package/static/{d64a167 → 0ca6960}/css/parts/EditorHover.css +0 -0
  28. /package/static/{d64a167 → 0ca6960}/css/parts/EditorMessage.css +0 -0
  29. /package/static/{d64a167 → 0ca6960}/css/parts/FeatureContent.css +0 -0
  30. /package/static/{d64a167 → 0ca6960}/css/parts/Features.css +0 -0
  31. /package/static/{d64a167 → 0ca6960}/css/parts/ImagePreview.css +0 -0
  32. /package/static/{d64a167 → 0ca6960}/css/parts/InlineDiffEditor.css +0 -0
  33. /package/static/{d64a167 → 0ca6960}/css/parts/InputBadge.css +0 -0
  34. /package/static/{d64a167 → 0ca6960}/css/parts/Key.css +0 -0
  35. /package/static/{d64a167 → 0ca6960}/css/parts/KeyBindingsHeader.css +0 -0
  36. /package/static/{d64a167 → 0ca6960}/css/parts/KeyBindingsTable.css +0 -0
  37. /package/static/{d64a167 → 0ca6960}/css/parts/LegacyDialog.css +0 -0
  38. /package/static/{d64a167 → 0ca6960}/css/parts/Markdown.css +0 -0
  39. /package/static/{d64a167 → 0ca6960}/css/parts/Progress.css +0 -0
  40. /package/static/{d64a167 → 0ca6960}/css/parts/SearchToggleButton.css +0 -0
  41. /package/static/{d64a167 → 0ca6960}/css/parts/Select.css +0 -0
  42. /package/static/{d64a167 → 0ca6960}/css/parts/Table.css +0 -0
  43. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletAbout.css +0 -0
  44. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletBrowserViewOverview.css +0 -0
  45. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletDebugConsole.css +0 -0
  46. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletDefineKeyBinding.css +0 -0
  47. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletDialog.css +0 -0
  48. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletDiffEditor.css +0 -0
  49. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletEditorWidgetError.css +0 -0
  50. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletExtensionDetail.css +0 -0
  51. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletExtensionDetailHeader.css +0 -0
  52. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletExtensionDetailTabs.css +0 -0
  53. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletExtensions.css +0 -0
  54. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletIframeInspector.css +0 -0
  55. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletKeyBindings.css +0 -0
  56. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletMedia.css +0 -0
  57. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletOutput.css +0 -0
  58. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletPanel.css +0 -0
  59. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletPanelTabs.css +0 -0
  60. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletPdf.css +0 -0
  61. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletProblems.css +0 -0
  62. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletReferences.css +0 -0
  63. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletRunAndDebug.css +0 -0
  64. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletScreenCapture.css +0 -0
  65. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletSearch.css +0 -0
  66. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletSimpleBrowser.css +0 -0
  67. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletSourceControl.css +0 -0
  68. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletStorage.css +0 -0
  69. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletTerminal.css +0 -0
  70. /package/static/{d64a167 → 0ca6960}/css/parts/ViewletTerminalTabs.css +0 -0
  71. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-bat/README.md +0 -0
  72. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-bat/extension.json +0 -0
  73. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
  74. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
  75. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-c/README.md +0 -0
  76. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-c/extension.json +0 -0
  77. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
  78. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
  79. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
  80. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
  81. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-cpp/README.md +0 -0
  82. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-cpp/extension.json +0 -0
  83. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
  84. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
  85. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-cson/README.md +0 -0
  86. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-cson/extension.json +0 -0
  87. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
  88. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
  89. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-css/README.md +0 -0
  90. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-css/extension.json +0 -0
  91. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
  92. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
  93. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-dart/README.md +0 -0
  94. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-dart/extension.json +0 -0
  95. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
  96. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-desktop/README.md +0 -0
  97. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-desktop/extension.json +0 -0
  98. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
  99. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-docker/README.md +0 -0
  100. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-docker/extension.json +0 -0
  101. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
  102. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-dotenv/README.md +0 -0
  103. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
  104. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
  105. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
  106. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
  107. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
  108. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-elixir/README.md +0 -0
  109. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-elixir/extension.json +0 -0
  110. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
  111. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-elm/README.md +0 -0
  112. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-elm/extension.json +0 -0
  113. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
  114. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
  115. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
  116. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
  117. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-gn/README.md +0 -0
  118. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-gn/extension.json +0 -0
  119. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
  120. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-go/README.md +0 -0
  121. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-go/extension.json +0 -0
  122. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
  123. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-graphql/README.md +0 -0
  124. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-graphql/extension.json +0 -0
  125. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
  126. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-html/README.md +0 -0
  127. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-html/extension.json +0 -0
  128. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
  129. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
  130. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-java/README.md +0 -0
  131. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-java/extension.json +0 -0
  132. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
  133. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
  134. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-javascript/README.md +0 -0
  135. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-javascript/extension.json +0 -0
  136. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
  137. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-json/README.md +0 -0
  138. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-json/extension.json +0 -0
  139. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
  140. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-json5/README.md +0 -0
  141. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-json5/extension.json +0 -0
  142. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
  143. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-jsx/README.md +0 -0
  144. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-jsx/extension.json +0 -0
  145. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
  146. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-julia/README.md +0 -0
  147. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-julia/extension.json +0 -0
  148. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
  149. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-kotlin/README.md +0 -0
  150. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
  151. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
  152. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-less/LICENSE +0 -0
  153. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-less/README.md +0 -0
  154. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-less/extension.json +0 -0
  155. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
  156. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
  157. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-markdown/README.md +0 -0
  158. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-markdown/extension.json +0 -0
  159. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
  160. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-mdx/README.md +0 -0
  161. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-mdx/extension.json +0 -0
  162. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
  163. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-nix/README.md +0 -0
  164. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-nix/extension.json +0 -0
  165. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
  166. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
  167. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
  168. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
  169. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
  170. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-perl/README.md +0 -0
  171. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-perl/extension.json +0 -0
  172. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
  173. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-plaintext/README.md +0 -0
  174. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
  175. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
  176. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-powershell/README.md +0 -0
  177. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-powershell/extension.json +0 -0
  178. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
  179. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-python/README.md +0 -0
  180. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-python/extension.json +0 -0
  181. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
  182. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
  183. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-r/README.md +0 -0
  184. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-r/extension.json +0 -0
  185. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
  186. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-ruby/README.md +0 -0
  187. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-ruby/extension.json +0 -0
  188. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
  189. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-rust/LICENSE +0 -0
  190. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-rust/README.md +0 -0
  191. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-rust/extension.json +0 -0
  192. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
  193. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
  194. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-scss/README.md +0 -0
  195. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-scss/extension.json +0 -0
  196. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
  197. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
  198. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-shellscript/README.md +0 -0
  199. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
  200. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
  201. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-svelte/README.md +0 -0
  202. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-svelte/extension.json +0 -0
  203. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
  204. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-terraform/README.md +0 -0
  205. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-terraform/extension.json +0 -0
  206. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
  207. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-toml/README.md +0 -0
  208. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-toml/extension.json +0 -0
  209. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
  210. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-typescript/README.md +0 -0
  211. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-typescript/extension.json +0 -0
  212. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
  213. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-vue/README.md +0 -0
  214. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-vue/extension.json +0 -0
  215. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
  216. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-wgsl/README.md +0 -0
  217. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
  218. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
  219. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
  220. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-xml/README.md +0 -0
  221. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-xml/extension.json +0 -0
  222. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
  223. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-yaml/README.md +0 -0
  224. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-yaml/extension.json +0 -0
  225. /package/static/{d64a167 → 0ca6960}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
  226. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
  227. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
  228. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
  229. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  230. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-ayu/README.md +0 -0
  231. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-ayu/color-theme.json +0 -0
  232. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-ayu/extension.json +0 -0
  233. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-cobalt2/README.md +0 -0
  234. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
  235. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-cobalt2/extension.json +0 -0
  236. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  237. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  238. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-gruvbox/README.md +0 -0
  239. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
  240. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-gruvbox/extension.json +0 -0
  241. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-high-contrast/README.md +0 -0
  242. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
  243. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-high-contrast/extension.json +0 -0
  244. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-material/README.md +0 -0
  245. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-material/color-theme.json +0 -0
  246. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-material/extension.json +0 -0
  247. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-monokai/README.md +0 -0
  248. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-monokai/color-theme.json +0 -0
  249. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-monokai/extension.json +0 -0
  250. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-noctis-uva/README.md +0 -0
  251. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
  252. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
  253. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  254. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-palenight/README.md +0 -0
  255. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-palenight/color-theme.json +0 -0
  256. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-palenight/extension.json +0 -0
  257. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-palenight/images/demo.png +0 -0
  258. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-slime/README.md +0 -0
  259. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-slime/color-theme.json +0 -0
  260. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-slime/extension.json +0 -0
  261. /package/static/{d64a167 → 0ca6960}/extensions/builtin.theme-slime/icon.png +0 -0
  262. /package/static/{d64a167 → 0ca6960}/extensions/builtin.vscode-icons/README.md +0 -0
  263. /package/static/{d64a167 → 0ca6960}/extensions/builtin.vscode-icons/extension.json +0 -0
  264. /package/static/{d64a167 → 0ca6960}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
  265. /package/static/{d64a167 → 0ca6960}/extensions/builtin.vscode-icons/icon.png +0 -0
  266. /package/static/{d64a167 → 0ca6960}/file-icons/default_file.svg +0 -0
  267. /package/static/{d64a167 → 0ca6960}/file-icons/default_folder.svg +0 -0
  268. /package/static/{d64a167 → 0ca6960}/file-icons/default_folder_opened.svg +0 -0
  269. /package/static/{d64a167 → 0ca6960}/file-icons/default_root_folder.svg +0 -0
  270. /package/static/{d64a167 → 0ca6960}/file-icons/default_root_folder_opened.svg +0 -0
  271. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_access.svg +0 -0
  272. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_access2.svg +0 -0
  273. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_actionscript.svg +0 -0
  274. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_actionscript2.svg +0 -0
  275. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ada.svg +0 -0
  276. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_advpl.svg +0 -0
  277. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_affectscript.svg +0 -0
  278. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_affinitydesigner.svg +0 -0
  279. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_affinityphoto.svg +0 -0
  280. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_affinitypublisher.svg +0 -0
  281. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_agda.svg +0 -0
  282. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ai.svg +0 -0
  283. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ai2.svg +0 -0
  284. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_al.svg +0 -0
  285. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_al_dal.svg +0 -0
  286. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_allcontributors.svg +0 -0
  287. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_angular.svg +0 -0
  288. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ansible.svg +0 -0
  289. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_antlers_html.svg +0 -0
  290. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_antlr.svg +0 -0
  291. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_anyscript.svg +0 -0
  292. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_apache.svg +0 -0
  293. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_apex.svg +0 -0
  294. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_api_extractor.svg +0 -0
  295. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_apib.svg +0 -0
  296. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_apib2.svg +0 -0
  297. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_apl.svg +0 -0
  298. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_applescript.svg +0 -0
  299. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_appscript.svg +0 -0
  300. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_appsemble.svg +0 -0
  301. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_appveyor.svg +0 -0
  302. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_arduino.svg +0 -0
  303. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_asciidoc.svg +0 -0
  304. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_asp.svg +0 -0
  305. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_aspx.svg +0 -0
  306. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_assembly.svg +0 -0
  307. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_astro.svg +0 -0
  308. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_astroconfig.svg +0 -0
  309. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_atom.svg +0 -0
  310. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ats.svg +0 -0
  311. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_attw.svg +0 -0
  312. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_audio.svg +0 -0
  313. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_aurelia.svg +0 -0
  314. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_autohotkey.svg +0 -0
  315. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_autoit.svg +0 -0
  316. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_avif.svg +0 -0
  317. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_avro.svg +0 -0
  318. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_awk.svg +0 -0
  319. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_aws.svg +0 -0
  320. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_azure.svg +0 -0
  321. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_azurepipelines.svg +0 -0
  322. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_babel.svg +0 -0
  323. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_babel2.svg +0 -0
  324. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bak.svg +0 -0
  325. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ballerina.svg +0 -0
  326. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bat.svg +0 -0
  327. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bats.svg +0 -0
  328. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bazaar.svg +0 -0
  329. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bazel.svg +0 -0
  330. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bazel_ignore.svg +0 -0
  331. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bazel_version.svg +0 -0
  332. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_befunge.svg +0 -0
  333. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bicep.svg +0 -0
  334. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_biml.svg +0 -0
  335. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_binary.svg +0 -0
  336. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_biome.svg +0 -0
  337. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bitbucketpipeline.svg +0 -0
  338. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bithound.svg +0 -0
  339. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_blade.svg +0 -0
  340. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_blender.svg +0 -0
  341. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_blitzbasic.svg +0 -0
  342. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bolt.svg +0 -0
  343. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bosque.svg +0 -0
  344. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bower.svg +0 -0
  345. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bower2.svg +0 -0
  346. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_browserslist.svg +0 -0
  347. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bruno.svg +0 -0
  348. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_buckbuild.svg +0 -0
  349. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_buf.svg +0 -0
  350. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bun.svg +0 -0
  351. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bundlemon.svg +0 -0
  352. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bundler.svg +0 -0
  353. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_bunfig.svg +0 -0
  354. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_c.svg +0 -0
  355. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_c2.svg +0 -0
  356. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_c3.svg +0 -0
  357. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_c_al.svg +0 -0
  358. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cabal.svg +0 -0
  359. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_caddy.svg +0 -0
  360. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cake.svg +0 -0
  361. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cakephp.svg +0 -0
  362. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_capacitor.svg +0 -0
  363. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_capnp.svg +0 -0
  364. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cargo.svg +0 -0
  365. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_casc.svg +0 -0
  366. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cddl.svg +0 -0
  367. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cert.svg +0 -0
  368. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ceylon.svg +0 -0
  369. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cf.svg +0 -0
  370. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cf2.svg +0 -0
  371. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cfc.svg +0 -0
  372. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cfc2.svg +0 -0
  373. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cfm.svg +0 -0
  374. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cfm2.svg +0 -0
  375. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cheader.svg +0 -0
  376. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_chef.svg +0 -0
  377. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_chef_cookbook.svg +0 -0
  378. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_circleci.svg +0 -0
  379. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_class.svg +0 -0
  380. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_clojure.svg +0 -0
  381. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_clojurescript.svg +0 -0
  382. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cloudfoundry.svg +0 -0
  383. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cmake.svg +0 -0
  384. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cobol.svg +0 -0
  385. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_codacy.svg +0 -0
  386. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_codeclimate.svg +0 -0
  387. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_codecov.svg +0 -0
  388. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_codekit.svg +0 -0
  389. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_codemagic.svg +0 -0
  390. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_codeowners.svg +0 -0
  391. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_codeql.svg +0 -0
  392. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_coderabbit.svg +0 -0
  393. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_coffeelint.svg +0 -0
  394. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_coffeescript.svg +0 -0
  395. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_commitizen.svg +0 -0
  396. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_commitlint.svg +0 -0
  397. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_compass.svg +0 -0
  398. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_composer.svg +0 -0
  399. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_conan.svg +0 -0
  400. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_conda.svg +0 -0
  401. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_config.svg +0 -0
  402. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_confluence.svg +0 -0
  403. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_copilot.svg +0 -0
  404. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_coverage.svg +0 -0
  405. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_coveralls.svg +0 -0
  406. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cpp.svg +0 -0
  407. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cpp2.svg +0 -0
  408. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cpp3.svg +0 -0
  409. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cppheader.svg +0 -0
  410. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_craco.svg +0 -0
  411. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_crowdin.svg +0 -0
  412. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_crystal.svg +0 -0
  413. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_csharp.svg +0 -0
  414. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_csharp2.svg +0 -0
  415. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cspell.svg +0 -0
  416. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_csproj.svg +0 -0
  417. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_css.svg +0 -0
  418. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_css2.svg +0 -0
  419. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_css2map.svg +0 -0
  420. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_csscomb.svg +0 -0
  421. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_csslint.svg +0 -0
  422. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cssmap.svg +0 -0
  423. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cucumber.svg +0 -0
  424. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cuda.svg +0 -0
  425. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cursorrules.svg +0 -0
  426. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cvs.svg +0 -0
  427. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cypress.svg +0 -0
  428. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cypress_spec.svg +0 -0
  429. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_cython.svg +0 -0
  430. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dal.svg +0 -0
  431. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_darcs.svg +0 -0
  432. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dartlang.svg +0 -0
  433. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dartlang_generated.svg +0 -0
  434. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dartlang_ignore.svg +0 -0
  435. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_datadog.svg +0 -0
  436. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_db.svg +0 -0
  437. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_debian.svg +0 -0
  438. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_delphi.svg +0 -0
  439. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_deno.svg +0 -0
  440. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_denoify.svg +0 -0
  441. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dependabot.svg +0 -0
  442. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dependencies.svg +0 -0
  443. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_devcontainer.svg +0 -0
  444. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dhall.svg +0 -0
  445. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_diff.svg +0 -0
  446. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_django.svg +0 -0
  447. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dlang.svg +0 -0
  448. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_docker.svg +0 -0
  449. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_docker2.svg +0 -0
  450. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dockertest.svg +0 -0
  451. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dockertest2.svg +0 -0
  452. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_docpad.svg +0 -0
  453. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_docusaurus.svg +0 -0
  454. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_docz.svg +0 -0
  455. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dojo.svg +0 -0
  456. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_doppler.svg +0 -0
  457. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dotenv.svg +0 -0
  458. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dotjs.svg +0 -0
  459. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_doxygen.svg +0 -0
  460. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_drawio.svg +0 -0
  461. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_drone.svg +0 -0
  462. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_drools.svg +0 -0
  463. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dtd.svg +0 -0
  464. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dustjs.svg +0 -0
  465. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dvc.svg +0 -0
  466. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_dylan.svg +0 -0
  467. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_earthly.svg +0 -0
  468. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_eas-metadata.svg +0 -0
  469. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_edge.svg +0 -0
  470. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_edge2.svg +0 -0
  471. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_editorconfig.svg +0 -0
  472. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_eex.svg +0 -0
  473. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ejs.svg +0 -0
  474. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_elastic.svg +0 -0
  475. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_elasticbeanstalk.svg +0 -0
  476. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_eleventy.svg +0 -0
  477. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_eleventy2.svg +0 -0
  478. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_elixir.svg +0 -0
  479. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_elm.svg +0 -0
  480. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_elm2.svg +0 -0
  481. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_emacs.svg +0 -0
  482. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ember.svg +0 -0
  483. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ensime.svg +0 -0
  484. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_eps.svg +0 -0
  485. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_epub.svg +0 -0
  486. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_erb.svg +0 -0
  487. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_erlang.svg +0 -0
  488. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_erlang2.svg +0 -0
  489. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_esbuild.svg +0 -0
  490. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_eslint.svg +0 -0
  491. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_eslint2.svg +0 -0
  492. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_esphome.svg +0 -0
  493. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_excalidraw.svg +0 -0
  494. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_excel.svg +0 -0
  495. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_excel2.svg +0 -0
  496. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_expo.svg +0 -0
  497. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_falcon.svg +0 -0
  498. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fantasticon.svg +0 -0
  499. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fastly.svg +0 -0
  500. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fauna.svg +0 -0
  501. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_favicon.svg +0 -0
  502. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fbx.svg +0 -0
  503. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_firebase.svg +0 -0
  504. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_firebasehosting.svg +0 -0
  505. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_firestore.svg +0 -0
  506. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fitbit.svg +0 -0
  507. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fla.svg +0 -0
  508. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_flareact.svg +0 -0
  509. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_flash.svg +0 -0
  510. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_floobits.svg +0 -0
  511. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_flow.svg +0 -0
  512. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_flutter.svg +0 -0
  513. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_flutter_package.svg +0 -0
  514. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_flyio.svg +0 -0
  515. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_font.svg +0 -0
  516. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_formkit.svg +0 -0
  517. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fortran.svg +0 -0
  518. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fossa.svg +0 -0
  519. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fossil.svg +0 -0
  520. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_freemarker.svg +0 -0
  521. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_frontcommerce.svg +0 -0
  522. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fsharp.svg +0 -0
  523. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fsharp2.svg +0 -0
  524. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fsproj.svg +0 -0
  525. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fthtml.svg +0 -0
  526. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_funding.svg +0 -0
  527. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_fusebox.svg +0 -0
  528. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_galen.svg +0 -0
  529. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_galen2.svg +0 -0
  530. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gamemaker.svg +0 -0
  531. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gamemaker2.svg +0 -0
  532. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gamemaker81.svg +0 -0
  533. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gatsby.svg +0 -0
  534. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gcloud.svg +0 -0
  535. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gcode.svg +0 -0
  536. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gdscript.svg +0 -0
  537. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_genstat.svg +0 -0
  538. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_git.svg +0 -0
  539. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_git2.svg +0 -0
  540. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gitlab.svg +0 -0
  541. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gitpod.svg +0 -0
  542. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gleam.svg +0 -0
  543. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gleamconfig.svg +0 -0
  544. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_glide.svg +0 -0
  545. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_glitter.svg +0 -0
  546. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_glsl.svg +0 -0
  547. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gltf.svg +0 -0
  548. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_glyphs.svg +0 -0
  549. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gnu.svg +0 -0
  550. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gnuplot.svg +0 -0
  551. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_go.svg +0 -0
  552. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_go_aqua.svg +0 -0
  553. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_go_black.svg +0 -0
  554. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_go_fuchsia.svg +0 -0
  555. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_go_gopher.svg +0 -0
  556. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_go_lightblue.svg +0 -0
  557. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_go_package.svg +0 -0
  558. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_go_white.svg +0 -0
  559. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_go_work.svg +0 -0
  560. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_go_yellow.svg +0 -0
  561. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_goctl.svg +0 -0
  562. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_godot.svg +0 -0
  563. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gpg.svg +0 -0
  564. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gradle.svg +0 -0
  565. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gradle2.svg +0 -0
  566. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_grain.svg +0 -0
  567. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_graphql.svg +0 -0
  568. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_graphql_config.svg +0 -0
  569. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_graphviz.svg +0 -0
  570. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_greenkeeper.svg +0 -0
  571. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gridsome.svg +0 -0
  572. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_groovy.svg +0 -0
  573. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_groovy2.svg +0 -0
  574. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_grunt.svg +0 -0
  575. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_gulp.svg +0 -0
  576. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_haml.svg +0 -0
  577. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_handlebars.svg +0 -0
  578. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_handlebars2.svg +0 -0
  579. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_harbour.svg +0 -0
  580. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_hardhat.svg +0 -0
  581. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_hashicorp.svg +0 -0
  582. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_haskell.svg +0 -0
  583. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_haskell2.svg +0 -0
  584. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_haxe.svg +0 -0
  585. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_haxecheckstyle.svg +0 -0
  586. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_haxedevelop.svg +0 -0
  587. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_helix.svg +0 -0
  588. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_helm.svg +0 -0
  589. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_histoire.svg +0 -0
  590. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_hjson.svg +0 -0
  591. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_hlsl.svg +0 -0
  592. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_homeassistant.svg +0 -0
  593. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_horusec.svg +0 -0
  594. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_host.svg +0 -0
  595. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_html.svg +0 -0
  596. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_htmlhint.svg +0 -0
  597. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_htmlvalidate.svg +0 -0
  598. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_http.svg +0 -0
  599. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_hugo.svg +0 -0
  600. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_humanstxt.svg +0 -0
  601. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_hunspell.svg +0 -0
  602. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_husky.svg +0 -0
  603. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_hy.svg +0 -0
  604. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_hygen.svg +0 -0
  605. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_hypr.svg +0 -0
  606. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_icl.svg +0 -0
  607. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_idris.svg +0 -0
  608. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_idrisbin.svg +0 -0
  609. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_idrispkg.svg +0 -0
  610. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_image.svg +0 -0
  611. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_imba.svg +0 -0
  612. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_inc.svg +0 -0
  613. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_infopath.svg +0 -0
  614. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_informix.svg +0 -0
  615. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ini.svg +0 -0
  616. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ink.svg +0 -0
  617. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_innosetup.svg +0 -0
  618. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_io.svg +0 -0
  619. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_iodine.svg +0 -0
  620. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ionic.svg +0 -0
  621. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jake.svg +0 -0
  622. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_janet.svg +0 -0
  623. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jar.svg +0 -0
  624. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jasmine.svg +0 -0
  625. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_java.svg +0 -0
  626. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jbuilder.svg +0 -0
  627. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jekyll.svg +0 -0
  628. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jenkins.svg +0 -0
  629. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jest.svg +0 -0
  630. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jest_snapshot.svg +0 -0
  631. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jinja.svg +0 -0
  632. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jpm.svg +0 -0
  633. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_js.svg +0 -0
  634. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_js_official.svg +0 -0
  635. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jsbeautify.svg +0 -0
  636. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jsconfig.svg +0 -0
  637. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jscpd.svg +0 -0
  638. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jshint.svg +0 -0
  639. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jsmap.svg +0 -0
  640. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_json.svg +0 -0
  641. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_json2.svg +0 -0
  642. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_json5.svg +0 -0
  643. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_json_official.svg +0 -0
  644. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_json_schema.svg +0 -0
  645. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jsonld.svg +0 -0
  646. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jsonnet.svg +0 -0
  647. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jsp.svg +0 -0
  648. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jsr.svg +0 -0
  649. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jss.svg +0 -0
  650. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_juice.svg +0 -0
  651. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_julia.svg +0 -0
  652. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_julia2.svg +0 -0
  653. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_jupyter.svg +0 -0
  654. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_just.svg +0 -0
  655. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_k.svg +0 -0
  656. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_karma.svg +0 -0
  657. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_key.svg +0 -0
  658. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_kitchenci.svg +0 -0
  659. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_kite.svg +0 -0
  660. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_kivy.svg +0 -0
  661. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_knip.svg +0 -0
  662. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_kos.svg +0 -0
  663. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_kotlin.svg +0 -0
  664. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_kusto.svg +0 -0
  665. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_language_configuration.svg +0 -0
  666. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_lark.svg +0 -0
  667. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_latino.svg +0 -0
  668. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_layout.svg +0 -0
  669. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_lerna.svg +0 -0
  670. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_less.svg +0 -0
  671. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_lex.svg +0 -0
  672. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_liara.svg +0 -0
  673. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_libreoffice_base.svg +0 -0
  674. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_libreoffice_calc.svg +0 -0
  675. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_libreoffice_draw.svg +0 -0
  676. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_libreoffice_impress.svg +0 -0
  677. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_libreoffice_math.svg +0 -0
  678. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_libreoffice_writer.svg +0 -0
  679. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_license.svg +0 -0
  680. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_licensebat.svg +0 -0
  681. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_actionscript2.svg +0 -0
  682. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_ada.svg +0 -0
  683. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_agda.svg +0 -0
  684. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_apl.svg +0 -0
  685. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_astro.svg +0 -0
  686. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_astroconfig.svg +0 -0
  687. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_babel.svg +0 -0
  688. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_babel2.svg +0 -0
  689. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_cabal.svg +0 -0
  690. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_circleci.svg +0 -0
  691. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_cloudfoundry.svg +0 -0
  692. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_codacy.svg +0 -0
  693. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_codeclimate.svg +0 -0
  694. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_codeowners.svg +0 -0
  695. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_config.svg +0 -0
  696. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_copilot.svg +0 -0
  697. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_crystal.svg +0 -0
  698. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_cypress.svg +0 -0
  699. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_cypress_spec.svg +0 -0
  700. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_db.svg +0 -0
  701. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_deno.svg +0 -0
  702. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_dhall.svg +0 -0
  703. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_docpad.svg +0 -0
  704. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_drone.svg +0 -0
  705. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_eas-metadata.svg +0 -0
  706. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_eleventy.svg +0 -0
  707. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_eleventy2.svg +0 -0
  708. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_esphome.svg +0 -0
  709. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_expo.svg +0 -0
  710. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_firebasehosting.svg +0 -0
  711. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_fla.svg +0 -0
  712. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_font.svg +0 -0
  713. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_gamemaker2.svg +0 -0
  714. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_gradle.svg +0 -0
  715. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_hashicorp.svg +0 -0
  716. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_hjson.svg +0 -0
  717. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_ini.svg +0 -0
  718. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_io.svg +0 -0
  719. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_js.svg +0 -0
  720. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_jsconfig.svg +0 -0
  721. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_jsmap.svg +0 -0
  722. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_json.svg +0 -0
  723. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_json5.svg +0 -0
  724. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_json_schema.svg +0 -0
  725. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_jsonld.svg +0 -0
  726. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_kite.svg +0 -0
  727. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_lark.svg +0 -0
  728. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_lerna.svg +0 -0
  729. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_mailing.svg +0 -0
  730. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_mdx-components.svg +0 -0
  731. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_mdx.svg +0 -0
  732. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_mlang.svg +0 -0
  733. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_mustache.svg +0 -0
  734. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_mypy.svg +0 -0
  735. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_neo4j.svg +0 -0
  736. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_netlify.svg +0 -0
  737. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_next.svg +0 -0
  738. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_nim.svg +0 -0
  739. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_nx.svg +0 -0
  740. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_objidconfig.svg +0 -0
  741. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_openHAB.svg +0 -0
  742. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_pcl.svg +0 -0
  743. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_pnpm.svg +0 -0
  744. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_prettier.svg +0 -0
  745. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_prisma.svg +0 -0
  746. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_purescript.svg +0 -0
  747. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_quasar.svg +0 -0
  748. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_raku.svg +0 -0
  749. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_razzle.svg +0 -0
  750. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_reactrouter.svg +0 -0
  751. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_rehype.svg +0 -0
  752. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_remark.svg +0 -0
  753. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_replit.svg +0 -0
  754. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_retext.svg +0 -0
  755. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_rome.svg +0 -0
  756. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_rubocop.svg +0 -0
  757. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_rust.svg +0 -0
  758. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_rust_toolchain.svg +0 -0
  759. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_safetensors.svg +0 -0
  760. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_shaderlab.svg +0 -0
  761. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_solidity.svg +0 -0
  762. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_spin.svg +0 -0
  763. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_stylelint.svg +0 -0
  764. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_stylus.svg +0 -0
  765. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_symfony.svg +0 -0
  766. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_systemd.svg +0 -0
  767. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_systemverilog.svg +0 -0
  768. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_testcafe.svg +0 -0
  769. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_testjs.svg +0 -0
  770. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_tex.svg +0 -0
  771. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_tm.svg +0 -0
  772. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_tmux.svg +0 -0
  773. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_todo.svg +0 -0
  774. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_toit.svg +0 -0
  775. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_toml.svg +0 -0
  776. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_tree.svg +0 -0
  777. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_turbo.svg +0 -0
  778. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_unibeautify.svg +0 -0
  779. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_vash.svg +0 -0
  780. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_vercel.svg +0 -0
  781. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_vsix.svg +0 -0
  782. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_vsixmanifest.svg +0 -0
  783. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_xfl.svg +0 -0
  784. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_xorg.svg +0 -0
  785. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_yaml.svg +0 -0
  786. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_light_zeit.svg +0 -0
  787. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_lighthouse.svg +0 -0
  788. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_lilypond.svg +0 -0
  789. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_lime.svg +0 -0
  790. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_lintstagedrc.svg +0 -0
  791. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_liquid.svg +0 -0
  792. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_lisp.svg +0 -0
  793. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_livescript.svg +0 -0
  794. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_lnk.svg +0 -0
  795. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_locale.svg +0 -0
  796. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_log.svg +0 -0
  797. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_lolcode.svg +0 -0
  798. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_lsl.svg +0 -0
  799. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_lua.svg +0 -0
  800. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_luau.svg +0 -0
  801. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_lync.svg +0 -0
  802. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mailing.svg +0 -0
  803. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_makefile.svg +0 -0
  804. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_manifest.svg +0 -0
  805. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_manifest_bak.svg +0 -0
  806. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_manifest_skip.svg +0 -0
  807. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_map.svg +0 -0
  808. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mariadb.svg +0 -0
  809. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_markdown.svg +0 -0
  810. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_markdownlint.svg +0 -0
  811. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_markdownlint_ignore.svg +0 -0
  812. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_marko.svg +0 -0
  813. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_markojs.svg +0 -0
  814. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_master-co.svg +0 -0
  815. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_matlab.svg +0 -0
  816. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_maven.svg +0 -0
  817. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_maxscript.svg +0 -0
  818. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_maya.svg +0 -0
  819. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mdx-components.svg +0 -0
  820. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mdx.svg +0 -0
  821. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mediawiki.svg +0 -0
  822. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mercurial.svg +0 -0
  823. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mermaid.svg +0 -0
  824. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_meson.svg +0 -0
  825. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_meteor.svg +0 -0
  826. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_minecraft.svg +0 -0
  827. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mivascript.svg +0 -0
  828. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mjml.svg +0 -0
  829. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mlang.svg +0 -0
  830. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mocha.svg +0 -0
  831. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_modernizr.svg +0 -0
  832. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mojo.svg +0 -0
  833. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mojolicious.svg +0 -0
  834. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_moleculer.svg +0 -0
  835. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mondoo.svg +0 -0
  836. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mongo.svg +0 -0
  837. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_monotone.svg +0 -0
  838. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_motif.svg +0 -0
  839. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mson.svg +0 -0
  840. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mustache.svg +0 -0
  841. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mvt.svg +0 -0
  842. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mvtcss.svg +0 -0
  843. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mvtjs.svg +0 -0
  844. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mypy.svg +0 -0
  845. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_mysql.svg +0 -0
  846. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ndst.svg +0 -0
  847. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nearly.svg +0 -0
  848. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_neo4j.svg +0 -0
  849. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_adapter_js.svg +0 -0
  850. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_adapter_ts.svg +0 -0
  851. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_controller_js.svg +0 -0
  852. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_controller_ts.svg +0 -0
  853. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_decorator_js.svg +0 -0
  854. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_decorator_ts.svg +0 -0
  855. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_filter_js.svg +0 -0
  856. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_filter_ts.svg +0 -0
  857. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_gateway_js.svg +0 -0
  858. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_gateway_ts.svg +0 -0
  859. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_guard_js.svg +0 -0
  860. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_guard_ts.svg +0 -0
  861. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_interceptor_js.svg +0 -0
  862. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
  863. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_middleware_js.svg +0 -0
  864. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_middleware_ts.svg +0 -0
  865. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_module_js.svg +0 -0
  866. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_module_ts.svg +0 -0
  867. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_pipe_js.svg +0 -0
  868. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_pipe_ts.svg +0 -0
  869. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_service_js.svg +0 -0
  870. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nest_service_ts.svg +0 -0
  871. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nestjs.svg +0 -0
  872. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_netlify.svg +0 -0
  873. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_next.svg +0 -0
  874. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nextflow.svg +0 -0
  875. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_component_css.svg +0 -0
  876. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_component_dart.svg +0 -0
  877. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_component_html.svg +0 -0
  878. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_component_js.svg +0 -0
  879. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_component_js2.svg +0 -0
  880. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_component_less.svg +0 -0
  881. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_component_sass.svg +0 -0
  882. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_component_scss.svg +0 -0
  883. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_component_ts.svg +0 -0
  884. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_component_ts2.svg +0 -0
  885. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_controller_js.svg +0 -0
  886. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_controller_ts.svg +0 -0
  887. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_directive_dart.svg +0 -0
  888. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_directive_js.svg +0 -0
  889. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_directive_js2.svg +0 -0
  890. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_directive_ts.svg +0 -0
  891. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_directive_ts2.svg +0 -0
  892. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_guard_dart.svg +0 -0
  893. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_guard_js.svg +0 -0
  894. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_guard_ts.svg +0 -0
  895. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
  896. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_interceptor_js.svg +0 -0
  897. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
  898. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_module_dart.svg +0 -0
  899. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_module_js.svg +0 -0
  900. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_module_js2.svg +0 -0
  901. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_module_ts.svg +0 -0
  902. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_module_ts2.svg +0 -0
  903. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_pipe_dart.svg +0 -0
  904. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_pipe_js.svg +0 -0
  905. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_pipe_js2.svg +0 -0
  906. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_pipe_ts.svg +0 -0
  907. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
  908. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_routing_dart.svg +0 -0
  909. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_routing_js.svg +0 -0
  910. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_routing_js2.svg +0 -0
  911. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_routing_ts.svg +0 -0
  912. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_routing_ts2.svg +0 -0
  913. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_service_dart.svg +0 -0
  914. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_service_js.svg +0 -0
  915. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_service_js2.svg +0 -0
  916. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_service_ts.svg +0 -0
  917. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_service_ts2.svg +0 -0
  918. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
  919. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_smart_component_js.svg +0 -0
  920. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
  921. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
  922. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
  923. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ng_tailwind.svg +0 -0
  924. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nginx.svg +0 -0
  925. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nim.svg +0 -0
  926. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nimble.svg +0 -0
  927. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ninja.svg +0 -0
  928. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nix.svg +0 -0
  929. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_njsproj.svg +0 -0
  930. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_noc.svg +0 -0
  931. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_node.svg +0 -0
  932. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_node2.svg +0 -0
  933. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nodemon.svg +0 -0
  934. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_npm.svg +0 -0
  935. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
  936. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nsi.svg +0 -0
  937. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nsri-integrity.svg +0 -0
  938. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nsri.svg +0 -0
  939. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nuget.svg +0 -0
  940. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_numpy.svg +0 -0
  941. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nunjucks.svg +0 -0
  942. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nuxt.svg +0 -0
  943. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nx.svg +0 -0
  944. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_nyc.svg +0 -0
  945. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_objectivec.svg +0 -0
  946. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_objectivecpp.svg +0 -0
  947. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_objidconfig.svg +0 -0
  948. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ocaml.svg +0 -0
  949. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ocaml_intf.svg +0 -0
  950. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ogone.svg +0 -0
  951. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_onenote.svg +0 -0
  952. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_openHAB.svg +0 -0
  953. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_opencl.svg +0 -0
  954. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_openscad.svg +0 -0
  955. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_opentofu.svg +0 -0
  956. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_org.svg +0 -0
  957. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_outlook.svg +0 -0
  958. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ovpn.svg +0 -0
  959. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_oxlint.svg +0 -0
  960. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_package.svg +0 -0
  961. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_paket.svg +0 -0
  962. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pandacss.svg +0 -0
  963. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_patch.svg +0 -0
  964. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pcl.svg +0 -0
  965. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pddl.svg +0 -0
  966. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pddl_happenings.svg +0 -0
  967. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pddl_plan.svg +0 -0
  968. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pdf.svg +0 -0
  969. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pdf2.svg +0 -0
  970. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pdm.svg +0 -0
  971. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_peeky.svg +0 -0
  972. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_perl.svg +0 -0
  973. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_perl2.svg +0 -0
  974. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_perl6.svg +0 -0
  975. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pgsql.svg +0 -0
  976. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_photoshop.svg +0 -0
  977. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_photoshop2.svg +0 -0
  978. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_php.svg +0 -0
  979. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_php2.svg +0 -0
  980. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_php3.svg +0 -0
  981. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_phpcsfixer.svg +0 -0
  982. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_phpstan.svg +0 -0
  983. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_phpunit.svg +0 -0
  984. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_phraseapp.svg +0 -0
  985. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pine.svg +0 -0
  986. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pip.svg +0 -0
  987. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pipeline.svg +0 -0
  988. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_plantuml.svg +0 -0
  989. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_platformio.svg +0 -0
  990. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_playwright.svg +0 -0
  991. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_plsql.svg +0 -0
  992. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_plsql_package.svg +0 -0
  993. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_plsql_package_body.svg +0 -0
  994. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_plsql_package_header.svg +0 -0
  995. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_plsql_package_spec.svg +0 -0
  996. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pm2.svg +0 -0
  997. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pnpm.svg +0 -0
  998. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_poedit.svg +0 -0
  999. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_poetry.svg +0 -0
  1000. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_polymer.svg +0 -0
  1001. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pony.svg +0 -0
  1002. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_postcss.svg +0 -0
  1003. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_postcssconfig.svg +0 -0
  1004. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_postman.svg +0 -0
  1005. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_powerpoint.svg +0 -0
  1006. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_powerpoint2.svg +0 -0
  1007. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_powershell.svg +0 -0
  1008. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_powershell2.svg +0 -0
  1009. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_powershell_format.svg +0 -0
  1010. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_powershell_psd.svg +0 -0
  1011. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_powershell_psd2.svg +0 -0
  1012. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_powershell_psm.svg +0 -0
  1013. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_powershell_psm2.svg +0 -0
  1014. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_powershell_types.svg +0 -0
  1015. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_preact.svg +0 -0
  1016. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_precommit.svg +0 -0
  1017. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_prettier.svg +0 -0
  1018. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_prisma.svg +0 -0
  1019. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_processinglang.svg +0 -0
  1020. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_procfile.svg +0 -0
  1021. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_progress.svg +0 -0
  1022. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_prolog.svg +0 -0
  1023. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_prometheus.svg +0 -0
  1024. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_protobuf.svg +0 -0
  1025. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_protractor.svg +0 -0
  1026. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_publiccode.svg +0 -0
  1027. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_publisher.svg +0 -0
  1028. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pug.svg +0 -0
  1029. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pulumi.svg +0 -0
  1030. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_puppet.svg +0 -0
  1031. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_purescript.svg +0 -0
  1032. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_purgecss.svg +0 -0
  1033. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pyenv.svg +0 -0
  1034. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pyret.svg +0 -0
  1035. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pyscript.svg +0 -0
  1036. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pytest.svg +0 -0
  1037. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_python.svg +0 -0
  1038. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pythowo.svg +0 -0
  1039. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pytyped.svg +0 -0
  1040. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_pyup.svg +0 -0
  1041. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_q.svg +0 -0
  1042. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_qbs.svg +0 -0
  1043. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_qlikview.svg +0 -0
  1044. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_qml.svg +0 -0
  1045. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_qmldir.svg +0 -0
  1046. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_qsharp.svg +0 -0
  1047. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_quasar.svg +0 -0
  1048. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_r.svg +0 -0
  1049. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ra_syntax_tree.svg +0 -0
  1050. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_racket.svg +0 -0
  1051. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rails.svg +0 -0
  1052. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rake.svg +0 -0
  1053. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_raku.svg +0 -0
  1054. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_raml.svg +0 -0
  1055. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_razor.svg +0 -0
  1056. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_razzle.svg +0 -0
  1057. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_reactjs.svg +0 -0
  1058. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_reactrouter.svg +0 -0
  1059. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_reacttemplate.svg +0 -0
  1060. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_reactts.svg +0 -0
  1061. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_reason.svg +0 -0
  1062. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_red.svg +0 -0
  1063. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_registry.svg +0 -0
  1064. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rego.svg +0 -0
  1065. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rehype.svg +0 -0
  1066. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_remark.svg +0 -0
  1067. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_renovate.svg +0 -0
  1068. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_replit.svg +0 -0
  1069. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rescript.svg +0 -0
  1070. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rest.svg +0 -0
  1071. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_retext.svg +0 -0
  1072. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rexx.svg +0 -0
  1073. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_riot.svg +0 -0
  1074. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rmd.svg +0 -0
  1075. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rnc.svg +0 -0
  1076. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_robotframework.svg +0 -0
  1077. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_robots.svg +0 -0
  1078. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rolldown.svg +0 -0
  1079. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rollup.svg +0 -0
  1080. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rome.svg +0 -0
  1081. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ron.svg +0 -0
  1082. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rproj.svg +0 -0
  1083. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rspec.svg +0 -0
  1084. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rss.svg +0 -0
  1085. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rubocop.svg +0 -0
  1086. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ruby.svg +0 -0
  1087. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rust.svg +0 -0
  1088. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_rust_toolchain.svg +0 -0
  1089. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_s-lang.svg +0 -0
  1090. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_safetensors.svg +0 -0
  1091. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sails.svg +0 -0
  1092. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_saltstack.svg +0 -0
  1093. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_san.svg +0 -0
  1094. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
  1095. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sas.svg +0 -0
  1096. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sass.svg +0 -0
  1097. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sbt.svg +0 -0
  1098. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_scala.svg +0 -0
  1099. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_scilab.svg +0 -0
  1100. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_script.svg +0 -0
  1101. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_scss.svg +0 -0
  1102. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_scss2.svg +0 -0
  1103. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sdlang.svg +0 -0
  1104. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_search_result.svg +0 -0
  1105. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_seedkit.svg +0 -0
  1106. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sentry.svg +0 -0
  1107. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sequelize.svg +0 -0
  1108. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_serverless.svg +0 -0
  1109. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_shaderlab.svg +0 -0
  1110. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_shell.svg +0 -0
  1111. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_shellcheck.svg +0 -0
  1112. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_shuttle.svg +0 -0
  1113. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_silverstripe.svg +0 -0
  1114. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sino.svg +0 -0
  1115. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_siyuan.svg +0 -0
  1116. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sketch.svg +0 -0
  1117. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_skipper.svg +0 -0
  1118. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_slang.svg +0 -0
  1119. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_slashup.svg +0 -0
  1120. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_slice.svg +0 -0
  1121. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_slim.svg +0 -0
  1122. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_slint.svg +0 -0
  1123. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sln.svg +0 -0
  1124. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sln2.svg +0 -0
  1125. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_smarty.svg +0 -0
  1126. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_snakemake.svg +0 -0
  1127. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_snapcraft.svg +0 -0
  1128. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_snaplet.svg +0 -0
  1129. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_snort.svg +0 -0
  1130. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_snyk.svg +0 -0
  1131. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_solidarity.svg +0 -0
  1132. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_solidity.svg +0 -0
  1133. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_source.svg +0 -0
  1134. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_spacengine.svg +0 -0
  1135. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sparql.svg +0 -0
  1136. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_spin.svg +0 -0
  1137. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sqf.svg +0 -0
  1138. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sql.svg +0 -0
  1139. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sqlite.svg +0 -0
  1140. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_squirrel.svg +0 -0
  1141. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sss.svg +0 -0
  1142. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sst.svg +0 -0
  1143. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_stan.svg +0 -0
  1144. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_stata.svg +0 -0
  1145. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_stencil.svg +0 -0
  1146. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_storyboard.svg +0 -0
  1147. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_storybook.svg +0 -0
  1148. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_stryker.svg +0 -0
  1149. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_stylable.svg +0 -0
  1150. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_style.svg +0 -0
  1151. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_styled.svg +0 -0
  1152. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_stylelint.svg +0 -0
  1153. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_stylish_haskell.svg +0 -0
  1154. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_stylus.svg +0 -0
  1155. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_sublime.svg +0 -0
  1156. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_subversion.svg +0 -0
  1157. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_svelte.svg +0 -0
  1158. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_svelteconfig.svg +0 -0
  1159. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_svg.svg +0 -0
  1160. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_svgo.svg +0 -0
  1161. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_swagger.svg +0 -0
  1162. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_swc.svg +0 -0
  1163. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_swift.svg +0 -0
  1164. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_swig.svg +0 -0
  1165. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_symfony.svg +0 -0
  1166. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_systemd.svg +0 -0
  1167. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_systemverilog.svg +0 -0
  1168. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_t4tt.svg +0 -0
  1169. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tailwind.svg +0 -0
  1170. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tamagui.svg +0 -0
  1171. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_taplo.svg +0 -0
  1172. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_taskfile.svg +0 -0
  1173. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tauri.svg +0 -0
  1174. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tcl.svg +0 -0
  1175. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_teal.svg +0 -0
  1176. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_templ.svg +0 -0
  1177. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tera.svg +0 -0
  1178. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_terraform.svg +0 -0
  1179. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_test.svg +0 -0
  1180. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_testcafe.svg +0 -0
  1181. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_testjs.svg +0 -0
  1182. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_testplane.svg +0 -0
  1183. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_testts.svg +0 -0
  1184. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tex.svg +0 -0
  1185. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_text.svg +0 -0
  1186. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_textile.svg +0 -0
  1187. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tfs.svg +0 -0
  1188. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tiltfile.svg +0 -0
  1189. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tm.svg +0 -0
  1190. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tmux.svg +0 -0
  1191. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_todo.svg +0 -0
  1192. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_toit.svg +0 -0
  1193. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_toml.svg +0 -0
  1194. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tox.svg +0 -0
  1195. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_travis.svg +0 -0
  1196. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tree.svg +0 -0
  1197. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tres.svg +0 -0
  1198. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_truffle.svg +0 -0
  1199. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_trunk.svg +0 -0
  1200. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tsbuildinfo.svg +0 -0
  1201. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tscn.svg +0 -0
  1202. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tsconfig.svg +0 -0
  1203. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tsconfig_official.svg +0 -0
  1204. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tslint.svg +0 -0
  1205. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tt.svg +0 -0
  1206. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_ttcn.svg +0 -0
  1207. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_tuc.svg +0 -0
  1208. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_turbo.svg +0 -0
  1209. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_twig.svg +0 -0
  1210. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_typedoc.svg +0 -0
  1211. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_typescript.svg +0 -0
  1212. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_typescript_official.svg +0 -0
  1213. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_typescriptdef.svg +0 -0
  1214. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_typescriptdef_official.svg +0 -0
  1215. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_typo3.svg +0 -0
  1216. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_uiua.svg +0 -0
  1217. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_unibeautify.svg +0 -0
  1218. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_unison.svg +0 -0
  1219. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_unlicense.svg +0 -0
  1220. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_unocss.svg +0 -0
  1221. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vagrant.svg +0 -0
  1222. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vala.svg +0 -0
  1223. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vanilla_extract.svg +0 -0
  1224. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vapi.svg +0 -0
  1225. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vapor.svg +0 -0
  1226. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vash.svg +0 -0
  1227. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vb.svg +0 -0
  1228. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vba.svg +0 -0
  1229. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vbhtml.svg +0 -0
  1230. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vbproj.svg +0 -0
  1231. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vcxproj.svg +0 -0
  1232. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_velocity.svg +0 -0
  1233. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vento.svg +0 -0
  1234. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vercel.svg +0 -0
  1235. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_verilog.svg +0 -0
  1236. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vhdl.svg +0 -0
  1237. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_video.svg +0 -0
  1238. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_view.svg +0 -0
  1239. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vim.svg +0 -0
  1240. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vite.svg +0 -0
  1241. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vitest.svg +0 -0
  1242. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vlang.svg +0 -0
  1243. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_volt.svg +0 -0
  1244. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vscode-insiders.svg +0 -0
  1245. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vscode.svg +0 -0
  1246. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vscode2.svg +0 -0
  1247. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vscode3.svg +0 -0
  1248. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vscode_test.svg +0 -0
  1249. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vsix.svg +0 -0
  1250. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vsixmanifest.svg +0 -0
  1251. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vue.svg +0 -0
  1252. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vueconfig.svg +0 -0
  1253. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_vyper.svg +0 -0
  1254. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wallaby.svg +0 -0
  1255. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wally.svg +0 -0
  1256. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wasm.svg +0 -0
  1257. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_watchmanconfig.svg +0 -0
  1258. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wdio.svg +0 -0
  1259. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_weblate.svg +0 -0
  1260. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_webpack.svg +0 -0
  1261. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wenyan.svg +0 -0
  1262. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wercker.svg +0 -0
  1263. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wgsl.svg +0 -0
  1264. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wikitext.svg +0 -0
  1265. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_windi.svg +0 -0
  1266. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wit.svg +0 -0
  1267. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wolfram.svg +0 -0
  1268. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_word.svg +0 -0
  1269. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_word2.svg +0 -0
  1270. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wpml.svg +0 -0
  1271. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wurst.svg +0 -0
  1272. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wxml.svg +0 -0
  1273. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wxss.svg +0 -0
  1274. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_wxt.svg +0 -0
  1275. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_xcode.svg +0 -0
  1276. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_xfl.svg +0 -0
  1277. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_xib.svg +0 -0
  1278. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_xliff.svg +0 -0
  1279. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_xmake.svg +0 -0
  1280. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_xml.svg +0 -0
  1281. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_xo.svg +0 -0
  1282. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_xorg.svg +0 -0
  1283. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_xquery.svg +0 -0
  1284. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_xsl.svg +0 -0
  1285. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_yacc.svg +0 -0
  1286. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_yaml.svg +0 -0
  1287. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_yamllint.svg +0 -0
  1288. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_yandex.svg +0 -0
  1289. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_yang.svg +0 -0
  1290. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_yarn.svg +0 -0
  1291. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_yeoman.svg +0 -0
  1292. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_zeit.svg +0 -0
  1293. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_zig.svg +0 -0
  1294. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_zip.svg +0 -0
  1295. /package/static/{d64a167 → 0ca6960}/file-icons/file_type_zip2.svg +0 -0
  1296. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_android.svg +0 -0
  1297. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_android_opened.svg +0 -0
  1298. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_api.svg +0 -0
  1299. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_api_opened.svg +0 -0
  1300. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_app.svg +0 -0
  1301. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_app_opened.svg +0 -0
  1302. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_arangodb.svg +0 -0
  1303. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_arangodb_opened.svg +0 -0
  1304. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_asset.svg +0 -0
  1305. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_asset_opened.svg +0 -0
  1306. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_audio.svg +0 -0
  1307. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_audio_opened.svg +0 -0
  1308. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_aurelia.svg +0 -0
  1309. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_aurelia_opened.svg +0 -0
  1310. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_aws.svg +0 -0
  1311. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_aws_opened.svg +0 -0
  1312. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_azure.svg +0 -0
  1313. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_azure_opened.svg +0 -0
  1314. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_azurepipelines.svg +0 -0
  1315. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
  1316. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_binary.svg +0 -0
  1317. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_binary_opened.svg +0 -0
  1318. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_bloc.svg +0 -0
  1319. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_bloc_opened.svg +0 -0
  1320. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_blueprint.svg +0 -0
  1321. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_blueprint_opened.svg +0 -0
  1322. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_bot.svg +0 -0
  1323. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_bot_opened.svg +0 -0
  1324. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_bower.svg +0 -0
  1325. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_bower_opened.svg +0 -0
  1326. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_buildkite.svg +0 -0
  1327. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_buildkite_opened.svg +0 -0
  1328. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_cake.svg +0 -0
  1329. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_cake_opened.svg +0 -0
  1330. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_certificate.svg +0 -0
  1331. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_certificate_opened.svg +0 -0
  1332. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_changesets.svg +0 -0
  1333. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_changesets_opened.svg +0 -0
  1334. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_chef.svg +0 -0
  1335. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_chef_opened.svg +0 -0
  1336. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_circleci.svg +0 -0
  1337. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_circleci_opened.svg +0 -0
  1338. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_cli.svg +0 -0
  1339. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_cli_opened.svg +0 -0
  1340. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_client.svg +0 -0
  1341. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_client_opened.svg +0 -0
  1342. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_cmake.svg +0 -0
  1343. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_cmake_opened.svg +0 -0
  1344. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_common.svg +0 -0
  1345. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_common_opened.svg +0 -0
  1346. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_component.svg +0 -0
  1347. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_component_opened.svg +0 -0
  1348. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_composer.svg +0 -0
  1349. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_composer_opened.svg +0 -0
  1350. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_config.svg +0 -0
  1351. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_config_opened.svg +0 -0
  1352. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_controller.svg +0 -0
  1353. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_controller_opened.svg +0 -0
  1354. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_coverage.svg +0 -0
  1355. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_coverage_opened.svg +0 -0
  1356. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_css.svg +0 -0
  1357. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_css2.svg +0 -0
  1358. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_css2_opened.svg +0 -0
  1359. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_css_opened.svg +0 -0
  1360. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_cubit.svg +0 -0
  1361. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_cubit_opened.svg +0 -0
  1362. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_cypress.svg +0 -0
  1363. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_cypress_opened.svg +0 -0
  1364. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_dapr.svg +0 -0
  1365. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_dapr_opened.svg +0 -0
  1366. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_datadog.svg +0 -0
  1367. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_datadog_opened.svg +0 -0
  1368. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_db.svg +0 -0
  1369. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_db_opened.svg +0 -0
  1370. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_debian.svg +0 -0
  1371. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_debian_opened.svg +0 -0
  1372. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_dependabot.svg +0 -0
  1373. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_dependabot_opened.svg +0 -0
  1374. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_devcontainer.svg +0 -0
  1375. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_devcontainer_opened.svg +0 -0
  1376. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_dist.svg +0 -0
  1377. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_dist_opened.svg +0 -0
  1378. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_docker.svg +0 -0
  1379. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_docker_opened.svg +0 -0
  1380. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_docs.svg +0 -0
  1381. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_docs_opened.svg +0 -0
  1382. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_e2e.svg +0 -0
  1383. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_e2e_opened.svg +0 -0
  1384. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
  1385. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
  1386. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_electron.svg +0 -0
  1387. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_electron_opened.svg +0 -0
  1388. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_expo.svg +0 -0
  1389. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_expo_opened.svg +0 -0
  1390. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_favicon.svg +0 -0
  1391. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_favicon_opened.svg +0 -0
  1392. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_flow.svg +0 -0
  1393. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_flow_opened.svg +0 -0
  1394. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_fonts.svg +0 -0
  1395. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_fonts_opened.svg +0 -0
  1396. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_frontcommerce.svg +0 -0
  1397. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
  1398. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_gcp.svg +0 -0
  1399. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_gcp_opened.svg +0 -0
  1400. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_git.svg +0 -0
  1401. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_git_opened.svg +0 -0
  1402. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_github.svg +0 -0
  1403. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_github_opened.svg +0 -0
  1404. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_gitlab.svg +0 -0
  1405. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_gitlab_opened.svg +0 -0
  1406. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_gradle.svg +0 -0
  1407. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_gradle_opened.svg +0 -0
  1408. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_graphql.svg +0 -0
  1409. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_graphql_opened.svg +0 -0
  1410. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_grunt.svg +0 -0
  1411. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_grunt_opened.svg +0 -0
  1412. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_gulp.svg +0 -0
  1413. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_gulp_opened.svg +0 -0
  1414. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_haxelib.svg +0 -0
  1415. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_haxelib_opened.svg +0 -0
  1416. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_helper.svg +0 -0
  1417. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_helper_opened.svg +0 -0
  1418. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_hook.svg +0 -0
  1419. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_hook_opened.svg +0 -0
  1420. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_husky.svg +0 -0
  1421. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_husky_opened.svg +0 -0
  1422. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_idea.svg +0 -0
  1423. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_idea_opened.svg +0 -0
  1424. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_images.svg +0 -0
  1425. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_images_opened.svg +0 -0
  1426. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_include.svg +0 -0
  1427. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_include_opened.svg +0 -0
  1428. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_interfaces.svg +0 -0
  1429. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_interfaces_opened.svg +0 -0
  1430. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_ios.svg +0 -0
  1431. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_ios_opened.svg +0 -0
  1432. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_js.svg +0 -0
  1433. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_js_opened.svg +0 -0
  1434. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_json.svg +0 -0
  1435. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_json_official.svg +0 -0
  1436. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_json_official_opened.svg +0 -0
  1437. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_json_opened.svg +0 -0
  1438. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_kubernetes.svg +0 -0
  1439. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_kubernetes_opened.svg +0 -0
  1440. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_less.svg +0 -0
  1441. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_less_opened.svg +0 -0
  1442. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_library.svg +0 -0
  1443. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_library_opened.svg +0 -0
  1444. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_cypress.svg +0 -0
  1445. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_cypress_opened.svg +0 -0
  1446. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_electron.svg +0 -0
  1447. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_electron_opened.svg +0 -0
  1448. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_expo.svg +0 -0
  1449. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_expo_opened.svg +0 -0
  1450. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_fonts.svg +0 -0
  1451. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_fonts_opened.svg +0 -0
  1452. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_gradle.svg +0 -0
  1453. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_gradle_opened.svg +0 -0
  1454. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_meteor.svg +0 -0
  1455. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_meteor_opened.svg +0 -0
  1456. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_mypy.svg +0 -0
  1457. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_mypy_opened.svg +0 -0
  1458. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_mysql.svg +0 -0
  1459. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_mysql_opened.svg +0 -0
  1460. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_node.svg +0 -0
  1461. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_node_opened.svg +0 -0
  1462. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_redux.svg +0 -0
  1463. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_redux_opened.svg +0 -0
  1464. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_sass.svg +0 -0
  1465. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_light_sass_opened.svg +0 -0
  1466. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_linux.svg +0 -0
  1467. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_linux_opened.svg +0 -0
  1468. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_locale.svg +0 -0
  1469. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_locale_opened.svg +0 -0
  1470. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_log.svg +0 -0
  1471. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_log_opened.svg +0 -0
  1472. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_macos.svg +0 -0
  1473. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_macos_opened.svg +0 -0
  1474. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mariadb.svg +0 -0
  1475. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mariadb_opened.svg +0 -0
  1476. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_maven.svg +0 -0
  1477. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_maven_opened.svg +0 -0
  1478. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mediawiki.svg +0 -0
  1479. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mediawiki_opened.svg +0 -0
  1480. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_memcached.svg +0 -0
  1481. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_memcached_opened.svg +0 -0
  1482. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_meteor.svg +0 -0
  1483. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_meteor_opened.svg +0 -0
  1484. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_middleware.svg +0 -0
  1485. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_middleware_opened.svg +0 -0
  1486. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_minecraft.svg +0 -0
  1487. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_minecraft_opened.svg +0 -0
  1488. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_minikube.svg +0 -0
  1489. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_minikube_opened.svg +0 -0
  1490. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mjml.svg +0 -0
  1491. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mjml_opened.svg +0 -0
  1492. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mock.svg +0 -0
  1493. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mock_opened.svg +0 -0
  1494. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_model.svg +0 -0
  1495. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_model_opened.svg +0 -0
  1496. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_module.svg +0 -0
  1497. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_module_opened.svg +0 -0
  1498. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mojo.svg +0 -0
  1499. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mojo_opened.svg +0 -0
  1500. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mongodb.svg +0 -0
  1501. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mongodb_opened.svg +0 -0
  1502. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mypy.svg +0 -0
  1503. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mypy_opened.svg +0 -0
  1504. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mysql.svg +0 -0
  1505. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_mysql_opened.svg +0 -0
  1506. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_netlify.svg +0 -0
  1507. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_netlify_opened.svg +0 -0
  1508. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_next.svg +0 -0
  1509. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_next_opened.svg +0 -0
  1510. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_nginx.svg +0 -0
  1511. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_nginx_opened.svg +0 -0
  1512. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_nix.svg +0 -0
  1513. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_nix_opened.svg +0 -0
  1514. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_node.svg +0 -0
  1515. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_node_opened.svg +0 -0
  1516. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_notebooks.svg +0 -0
  1517. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_notebooks_opened.svg +0 -0
  1518. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_notification.svg +0 -0
  1519. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_notification_opened.svg +0 -0
  1520. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_nuget.svg +0 -0
  1521. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_nuget_opened.svg +0 -0
  1522. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_nuxt.svg +0 -0
  1523. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_nuxt_opened.svg +0 -0
  1524. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_package.svg +0 -0
  1525. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_package_opened.svg +0 -0
  1526. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_paket.svg +0 -0
  1527. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_paket_opened.svg +0 -0
  1528. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_php.svg +0 -0
  1529. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_php_opened.svg +0 -0
  1530. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_platformio.svg +0 -0
  1531. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_platformio_opened.svg +0 -0
  1532. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_plugin.svg +0 -0
  1533. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_plugin_opened.svg +0 -0
  1534. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_prisma.svg +0 -0
  1535. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_prisma_opened.svg +0 -0
  1536. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_private.svg +0 -0
  1537. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_private_opened.svg +0 -0
  1538. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_public.svg +0 -0
  1539. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_public_opened.svg +0 -0
  1540. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_pytest.svg +0 -0
  1541. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_pytest_opened.svg +0 -0
  1542. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_python.svg +0 -0
  1543. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_python_opened.svg +0 -0
  1544. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_ravendb.svg +0 -0
  1545. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_ravendb_opened.svg +0 -0
  1546. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_redis.svg +0 -0
  1547. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_redis_opened.svg +0 -0
  1548. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_redux.svg +0 -0
  1549. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_redux_opened.svg +0 -0
  1550. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_route.svg +0 -0
  1551. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_route_opened.svg +0 -0
  1552. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_sass.svg +0 -0
  1553. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_sass_opened.svg +0 -0
  1554. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_script.svg +0 -0
  1555. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_script_opened.svg +0 -0
  1556. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_seedkit.svg +0 -0
  1557. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_seedkit_opened.svg +0 -0
  1558. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_server.svg +0 -0
  1559. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_server_opened.svg +0 -0
  1560. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_services.svg +0 -0
  1561. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_services_opened.svg +0 -0
  1562. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_shared.svg +0 -0
  1563. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_shared_opened.svg +0 -0
  1564. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_snaplet.svg +0 -0
  1565. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_snaplet_opened.svg +0 -0
  1566. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_spin.svg +0 -0
  1567. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_spin_opened.svg +0 -0
  1568. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_src.svg +0 -0
  1569. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_src_opened.svg +0 -0
  1570. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_sso.svg +0 -0
  1571. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_sso_opened.svg +0 -0
  1572. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_story.svg +0 -0
  1573. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_story_opened.svg +0 -0
  1574. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_style.svg +0 -0
  1575. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_style_opened.svg +0 -0
  1576. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_supabase.svg +0 -0
  1577. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_supabase_opened.svg +0 -0
  1578. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_svelte.svg +0 -0
  1579. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_svelte_opened.svg +0 -0
  1580. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_tauri.svg +0 -0
  1581. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_tauri_opened.svg +0 -0
  1582. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_temp.svg +0 -0
  1583. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_temp_opened.svg +0 -0
  1584. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_template.svg +0 -0
  1585. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_template_opened.svg +0 -0
  1586. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_test.svg +0 -0
  1587. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_test_opened.svg +0 -0
  1588. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_theme.svg +0 -0
  1589. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_theme_opened.svg +0 -0
  1590. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_tools.svg +0 -0
  1591. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_tools_opened.svg +0 -0
  1592. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_travis.svg +0 -0
  1593. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_travis_opened.svg +0 -0
  1594. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_trunk.svg +0 -0
  1595. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_trunk_opened.svg +0 -0
  1596. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_turbo.svg +0 -0
  1597. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_turbo_opened.svg +0 -0
  1598. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_typescript.svg +0 -0
  1599. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_typescript_opened.svg +0 -0
  1600. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_typings.svg +0 -0
  1601. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_typings2.svg +0 -0
  1602. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_typings2_opened.svg +0 -0
  1603. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_typings_opened.svg +0 -0
  1604. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vagrant.svg +0 -0
  1605. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vagrant_opened.svg +0 -0
  1606. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vercel.svg +0 -0
  1607. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vercel_opened.svg +0 -0
  1608. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_video.svg +0 -0
  1609. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_video_opened.svg +0 -0
  1610. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_view.svg +0 -0
  1611. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_view_opened.svg +0 -0
  1612. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vs.svg +0 -0
  1613. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vs2.svg +0 -0
  1614. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vs2_opened.svg +0 -0
  1615. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vs_opened.svg +0 -0
  1616. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vscode.svg +0 -0
  1617. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vscode2.svg +0 -0
  1618. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vscode2_opened.svg +0 -0
  1619. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vscode3.svg +0 -0
  1620. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vscode3_opened.svg +0 -0
  1621. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vscode_opened.svg +0 -0
  1622. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vscode_test.svg +0 -0
  1623. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vscode_test2.svg +0 -0
  1624. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
  1625. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vscode_test3.svg +0 -0
  1626. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
  1627. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_vscode_test_opened.svg +0 -0
  1628. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_webpack.svg +0 -0
  1629. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_webpack_opened.svg +0 -0
  1630. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_windows.svg +0 -0
  1631. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_windows_opened.svg +0 -0
  1632. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_wit.svg +0 -0
  1633. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_wit_opened.svg +0 -0
  1634. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_www.svg +0 -0
  1635. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_www_opened.svg +0 -0
  1636. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_yarn.svg +0 -0
  1637. /package/static/{d64a167 → 0ca6960}/file-icons/folder_type_yarn_opened.svg +0 -0
  1638. /package/static/{d64a167 → 0ca6960}/fonts/FiraCode-VariableFont.ttf +0 -0
  1639. /package/static/{d64a167 → 0ca6960}/icons/add.svg +0 -0
  1640. /package/static/{d64a167 → 0ca6960}/icons/arrow-down.svg +0 -0
  1641. /package/static/{d64a167 → 0ca6960}/icons/arrow-left.svg +0 -0
  1642. /package/static/{d64a167 → 0ca6960}/icons/arrow-right.svg +0 -0
  1643. /package/static/{d64a167 → 0ca6960}/icons/arrow-up.svg +0 -0
  1644. /package/static/{d64a167 → 0ca6960}/icons/blank.svg +0 -0
  1645. /package/static/{d64a167 → 0ca6960}/icons/book.svg +0 -0
  1646. /package/static/{d64a167 → 0ca6960}/icons/case-sensitive.svg +0 -0
  1647. /package/static/{d64a167 → 0ca6960}/icons/check.svg +0 -0
  1648. /package/static/{d64a167 → 0ca6960}/icons/chevron-down.svg +0 -0
  1649. /package/static/{d64a167 → 0ca6960}/icons/chevron-left.svg +0 -0
  1650. /package/static/{d64a167 → 0ca6960}/icons/chevron-right.svg +0 -0
  1651. /package/static/{d64a167 → 0ca6960}/icons/chevron-up.svg +0 -0
  1652. /package/static/{d64a167 → 0ca6960}/icons/chrome-close.svg +0 -0
  1653. /package/static/{d64a167 → 0ca6960}/icons/chrome-maximize.svg +0 -0
  1654. /package/static/{d64a167 → 0ca6960}/icons/chrome-minimize.svg +0 -0
  1655. /package/static/{d64a167 → 0ca6960}/icons/chrome-restore.svg +0 -0
  1656. /package/static/{d64a167 → 0ca6960}/icons/circle-filled.svg +0 -0
  1657. /package/static/{d64a167 → 0ca6960}/icons/clear-all.svg +0 -0
  1658. /package/static/{d64a167 → 0ca6960}/icons/close.svg +0 -0
  1659. /package/static/{d64a167 → 0ca6960}/icons/cloud.svg +0 -0
  1660. /package/static/{d64a167 → 0ca6960}/icons/collapse-all.svg +0 -0
  1661. /package/static/{d64a167 → 0ca6960}/icons/debug-all.svg +0 -0
  1662. /package/static/{d64a167 → 0ca6960}/icons/debug-alt-2.svg +0 -0
  1663. /package/static/{d64a167 → 0ca6960}/icons/debug-alt-small.svg +0 -0
  1664. /package/static/{d64a167 → 0ca6960}/icons/debug-alt.svg +0 -0
  1665. /package/static/{d64a167 → 0ca6960}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
  1666. /package/static/{d64a167 → 0ca6960}/icons/debug-breakpoint-conditional.svg +0 -0
  1667. /package/static/{d64a167 → 0ca6960}/icons/debug-breakpoint-data-unverified.svg +0 -0
  1668. /package/static/{d64a167 → 0ca6960}/icons/debug-breakpoint-data.svg +0 -0
  1669. /package/static/{d64a167 → 0ca6960}/icons/debug-breakpoint-function-unverified.svg +0 -0
  1670. /package/static/{d64a167 → 0ca6960}/icons/debug-breakpoint-function.svg +0 -0
  1671. /package/static/{d64a167 → 0ca6960}/icons/debug-breakpoint-log-unverified.svg +0 -0
  1672. /package/static/{d64a167 → 0ca6960}/icons/debug-breakpoint-log.svg +0 -0
  1673. /package/static/{d64a167 → 0ca6960}/icons/debug-breakpoint-unsupported.svg +0 -0
  1674. /package/static/{d64a167 → 0ca6960}/icons/debug-console.svg +0 -0
  1675. /package/static/{d64a167 → 0ca6960}/icons/debug-continue-small.svg +0 -0
  1676. /package/static/{d64a167 → 0ca6960}/icons/debug-continue.svg +0 -0
  1677. /package/static/{d64a167 → 0ca6960}/icons/debug-coverage.svg +0 -0
  1678. /package/static/{d64a167 → 0ca6960}/icons/debug-disconnect.svg +0 -0
  1679. /package/static/{d64a167 → 0ca6960}/icons/debug-line-by-line.svg +0 -0
  1680. /package/static/{d64a167 → 0ca6960}/icons/debug-pause.svg +0 -0
  1681. /package/static/{d64a167 → 0ca6960}/icons/debug-rerun.svg +0 -0
  1682. /package/static/{d64a167 → 0ca6960}/icons/debug-restart-frame.svg +0 -0
  1683. /package/static/{d64a167 → 0ca6960}/icons/debug-restart.svg +0 -0
  1684. /package/static/{d64a167 → 0ca6960}/icons/debug-reverse-continue.svg +0 -0
  1685. /package/static/{d64a167 → 0ca6960}/icons/debug-stackframe-active.svg +0 -0
  1686. /package/static/{d64a167 → 0ca6960}/icons/debug-stackframe.svg +0 -0
  1687. /package/static/{d64a167 → 0ca6960}/icons/debug-start.svg +0 -0
  1688. /package/static/{d64a167 → 0ca6960}/icons/debug-step-back.svg +0 -0
  1689. /package/static/{d64a167 → 0ca6960}/icons/debug-step-into.svg +0 -0
  1690. /package/static/{d64a167 → 0ca6960}/icons/debug-step-out.svg +0 -0
  1691. /package/static/{d64a167 → 0ca6960}/icons/debug-step-over.svg +0 -0
  1692. /package/static/{d64a167 → 0ca6960}/icons/debug-stop.svg +0 -0
  1693. /package/static/{d64a167 → 0ca6960}/icons/debug.svg +0 -0
  1694. /package/static/{d64a167 → 0ca6960}/icons/discard.svg +0 -0
  1695. /package/static/{d64a167 → 0ca6960}/icons/edit.svg +0 -0
  1696. /package/static/{d64a167 → 0ca6960}/icons/ellipsis.svg +0 -0
  1697. /package/static/{d64a167 → 0ca6960}/icons/error.svg +0 -0
  1698. /package/static/{d64a167 → 0ca6960}/icons/exclude.svg +0 -0
  1699. /package/static/{d64a167 → 0ca6960}/icons/extensionDefaultIcon.png +0 -0
  1700. /package/static/{d64a167 → 0ca6960}/icons/extensions.svg +0 -0
  1701. /package/static/{d64a167 → 0ca6960}/icons/files.svg +0 -0
  1702. /package/static/{d64a167 → 0ca6960}/icons/filter.svg +0 -0
  1703. /package/static/{d64a167 → 0ca6960}/icons/go-to-file.svg +0 -0
  1704. /package/static/{d64a167 → 0ca6960}/icons/icon-close.svg +0 -0
  1705. /package/static/{d64a167 → 0ca6960}/icons/icon-source-control.svg +0 -0
  1706. /package/static/{d64a167 → 0ca6960}/icons/icon-sync.svg +0 -0
  1707. /package/static/{d64a167 → 0ca6960}/icons/icon.png +0 -0
  1708. /package/static/{d64a167 → 0ca6960}/icons/icon.svg +0 -0
  1709. /package/static/{d64a167 → 0ca6960}/icons/info.svg +0 -0
  1710. /package/static/{d64a167 → 0ca6960}/icons/language-icon.svg +0 -0
  1711. /package/static/{d64a167 → 0ca6960}/icons/link-external.svg +0 -0
  1712. /package/static/{d64a167 → 0ca6960}/icons/list-flat.svg +0 -0
  1713. /package/static/{d64a167 → 0ca6960}/icons/list-tree.svg +0 -0
  1714. /package/static/{d64a167 → 0ca6960}/icons/new-file.svg +0 -0
  1715. /package/static/{d64a167 → 0ca6960}/icons/new-folder.svg +0 -0
  1716. /package/static/{d64a167 → 0ca6960}/icons/newline.svg +0 -0
  1717. /package/static/{d64a167 → 0ca6960}/icons/open-preview.svg +0 -0
  1718. /package/static/{d64a167 → 0ca6960}/icons/play.svg +0 -0
  1719. /package/static/{d64a167 → 0ca6960}/icons/preserve-case.svg +0 -0
  1720. /package/static/{d64a167 → 0ca6960}/icons/progress.svg +0 -0
  1721. /package/static/{d64a167 → 0ca6960}/icons/pwa-icon-192.png +0 -0
  1722. /package/static/{d64a167 → 0ca6960}/icons/pwa-icon-512.png +0 -0
  1723. /package/static/{d64a167 → 0ca6960}/icons/record-keys.svg +0 -0
  1724. /package/static/{d64a167 → 0ca6960}/icons/refresh.svg +0 -0
  1725. /package/static/{d64a167 → 0ca6960}/icons/regex.svg +0 -0
  1726. /package/static/{d64a167 → 0ca6960}/icons/remove.svg +0 -0
  1727. /package/static/{d64a167 → 0ca6960}/icons/replace-all.svg +0 -0
  1728. /package/static/{d64a167 → 0ca6960}/icons/replace.svg +0 -0
  1729. /package/static/{d64a167 → 0ca6960}/icons/run-all.svg +0 -0
  1730. /package/static/{d64a167 → 0ca6960}/icons/search.svg +0 -0
  1731. /package/static/{d64a167 → 0ca6960}/icons/settings-gear.svg +0 -0
  1732. /package/static/{d64a167 → 0ca6960}/icons/sort-precedence.svg +0 -0
  1733. /package/static/{d64a167 → 0ca6960}/icons/source-control.svg +0 -0
  1734. /package/static/{d64a167 → 0ca6960}/icons/split-horizontal.svg +0 -0
  1735. /package/static/{d64a167 → 0ca6960}/icons/squiggly-error.svg +0 -0
  1736. /package/static/{d64a167 → 0ca6960}/icons/squiggly-warning.svg +0 -0
  1737. /package/static/{d64a167 → 0ca6960}/icons/symbol-array.svg +0 -0
  1738. /package/static/{d64a167 → 0ca6960}/icons/symbol-boolean.svg +0 -0
  1739. /package/static/{d64a167 → 0ca6960}/icons/symbol-class.svg +0 -0
  1740. /package/static/{d64a167 → 0ca6960}/icons/symbol-color.svg +0 -0
  1741. /package/static/{d64a167 → 0ca6960}/icons/symbol-constant.svg +0 -0
  1742. /package/static/{d64a167 → 0ca6960}/icons/symbol-enum-member.svg +0 -0
  1743. /package/static/{d64a167 → 0ca6960}/icons/symbol-enum.svg +0 -0
  1744. /package/static/{d64a167 → 0ca6960}/icons/symbol-event.svg +0 -0
  1745. /package/static/{d64a167 → 0ca6960}/icons/symbol-field.svg +0 -0
  1746. /package/static/{d64a167 → 0ca6960}/icons/symbol-file.svg +0 -0
  1747. /package/static/{d64a167 → 0ca6960}/icons/symbol-interface.svg +0 -0
  1748. /package/static/{d64a167 → 0ca6960}/icons/symbol-key.svg +0 -0
  1749. /package/static/{d64a167 → 0ca6960}/icons/symbol-keyword.svg +0 -0
  1750. /package/static/{d64a167 → 0ca6960}/icons/symbol-method.svg +0 -0
  1751. /package/static/{d64a167 → 0ca6960}/icons/symbol-misc.svg +0 -0
  1752. /package/static/{d64a167 → 0ca6960}/icons/symbol-namespace.svg +0 -0
  1753. /package/static/{d64a167 → 0ca6960}/icons/symbol-numeric.svg +0 -0
  1754. /package/static/{d64a167 → 0ca6960}/icons/symbol-operator.svg +0 -0
  1755. /package/static/{d64a167 → 0ca6960}/icons/symbol-parameter.svg +0 -0
  1756. /package/static/{d64a167 → 0ca6960}/icons/symbol-property.svg +0 -0
  1757. /package/static/{d64a167 → 0ca6960}/icons/symbol-ruler.svg +0 -0
  1758. /package/static/{d64a167 → 0ca6960}/icons/symbol-snippet.svg +0 -0
  1759. /package/static/{d64a167 → 0ca6960}/icons/symbol-string.svg +0 -0
  1760. /package/static/{d64a167 → 0ca6960}/icons/symbol-structure.svg +0 -0
  1761. /package/static/{d64a167 → 0ca6960}/icons/symbol-variable.svg +0 -0
  1762. /package/static/{d64a167 → 0ca6960}/icons/tag.svg +0 -0
  1763. /package/static/{d64a167 → 0ca6960}/icons/terminal-bash.svg +0 -0
  1764. /package/static/{d64a167 → 0ca6960}/icons/terminal.svg +0 -0
  1765. /package/static/{d64a167 → 0ca6960}/icons/theme-icon.png +0 -0
  1766. /package/static/{d64a167 → 0ca6960}/icons/trash.svg +0 -0
  1767. /package/static/{d64a167 → 0ca6960}/icons/triangle-down.svg +0 -0
  1768. /package/static/{d64a167 → 0ca6960}/icons/triangle-left.svg +0 -0
  1769. /package/static/{d64a167 → 0ca6960}/icons/triangle-right.svg +0 -0
  1770. /package/static/{d64a167 → 0ca6960}/icons/triangle-up.svg +0 -0
  1771. /package/static/{d64a167 → 0ca6960}/icons/warning.svg +0 -0
  1772. /package/static/{d64a167 → 0ca6960}/icons/whole-word.svg +0 -0
  1773. /package/static/{d64a167 → 0ca6960}/icons/zoom-in.svg +0 -0
  1774. /package/static/{d64a167 → 0ca6960}/icons/zoom-out.svg +0 -0
  1775. /package/static/{d64a167 → 0ca6960}/js/babel-parser.js +0 -0
  1776. /package/static/{d64a167 → 0ca6960}/js/blob-util.js +0 -0
  1777. /package/static/{d64a167 → 0ca6960}/js/ky.js +0 -0
  1778. /package/static/{d64a167 → 0ca6960}/js/lvce-editor-import-script.js +0 -0
  1779. /package/static/{d64a167 → 0ca6960}/js/lvce-editor-ipc.js +0 -0
  1780. /package/static/{d64a167 → 0ca6960}/js/lvce-editor-json-rpc.js +0 -0
  1781. /package/static/{d64a167 → 0ca6960}/js/lvce-editor-verror.js +0 -0
  1782. /package/static/{d64a167 → 0ca6960}/js/p-min-delay.js +0 -0
  1783. /package/static/{d64a167 → 0ca6960}/js/pretty-bytes.js +0 -0
  1784. /package/static/{d64a167 → 0ca6960}/js/preview-injected.js +0 -0
  1785. /package/static/{d64a167 → 0ca6960}/js/yoctodelay.js +0 -0
  1786. /package/static/{d64a167 → 0ca6960}/lib-css/termterm.css +0 -0
  1787. /package/static/{d64a167 → 0ca6960}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
  1788. /package/static/{d64a167 → 0ca6960}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
  1789. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
  1790. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
  1791. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
  1792. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
  1793. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
  1794. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
  1795. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
  1796. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
  1797. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
  1798. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
  1799. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
  1800. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
  1801. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
  1802. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
  1803. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
  1804. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
  1805. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
  1806. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
  1807. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
  1808. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
  1809. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
  1810. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
  1811. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
  1812. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
  1813. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
  1814. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
  1815. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
  1816. /package/static/{d64a167 → 0ca6960}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
  1817. /package/static/{d64a167 → 0ca6960}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
  1818. /package/static/{d64a167 → 0ca6960}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
  1819. /package/static/{d64a167 → 0ca6960}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
  1820. /package/static/{d64a167 → 0ca6960}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
  1821. /package/static/{d64a167 → 0ca6960}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
  1822. /package/static/{d64a167 → 0ca6960}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
  1823. /package/static/{d64a167 → 0ca6960}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
  1824. /package/static/{d64a167 → 0ca6960}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
  1825. /package/static/{d64a167 → 0ca6960}/packages/renderer-process/LICENSE +0 -0
  1826. /package/static/{d64a167 → 0ca6960}/packages/renderer-process/README.md +0 -0
  1827. /package/static/{d64a167 → 0ca6960}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
  1828. /package/static/{d64a167 → 0ca6960}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
  1829. /package/static/{d64a167 → 0ca6960}/playground/languages/index.cpp +0 -0
  1830. /package/static/{d64a167 → 0ca6960}/playground/languages/index.css +0 -0
  1831. /package/static/{d64a167 → 0ca6960}/playground/languages/index.csv +0 -0
  1832. /package/static/{d64a167 → 0ca6960}/playground/languages/index.dart +0 -0
  1833. /package/static/{d64a167 → 0ca6960}/playground/languages/index.env +0 -0
  1834. /package/static/{d64a167 → 0ca6960}/playground/languages/index.ex +0 -0
  1835. /package/static/{d64a167 → 0ca6960}/playground/languages/index.html +0 -0
  1836. /package/static/{d64a167 → 0ca6960}/playground/languages/index.java +0 -0
  1837. /package/static/{d64a167 → 0ca6960}/playground/languages/index.jl +0 -0
  1838. /package/static/{d64a167 → 0ca6960}/playground/languages/index.js +0 -0
  1839. /package/static/{d64a167 → 0ca6960}/playground/languages/index.json +0 -0
  1840. /package/static/{d64a167 → 0ca6960}/playground/languages/index.kt +0 -0
  1841. /package/static/{d64a167 → 0ca6960}/playground/languages/index.pl +0 -0
  1842. /package/static/{d64a167 → 0ca6960}/playground/languages/index.py +0 -0
  1843. /package/static/{d64a167 → 0ca6960}/playground/languages/index.ts +0 -0
  1844. /package/static/{d64a167 → 0ca6960}/playground/languages/scrolling.txt +0 -0
  1845. /package/static/{d64a167 → 0ca6960}/playground/languages/tsconfig.json +0 -0
  1846. /package/static/{d64a167 → 0ca6960}/playground/sample-folder/a.txt +0 -0
  1847. /package/static/{d64a167 → 0ca6960}/playground/sample-folder/b.txt +0 -0
  1848. /package/static/{d64a167 → 0ca6960}/playground/sample-folder/c.txt +0 -0
@@ -110,7 +110,7 @@ const getAssetDir = () => {
110
110
  // @ts-ignore
111
111
  {
112
112
  // @ts-ignore
113
- return '/d64a167';
113
+ return '/0ca6960';
114
114
  }
115
115
  };
116
116
  const assetDir = getAssetDir();
@@ -458,7 +458,7 @@ const unwrapJsonRpcResult = responseMessage => {
458
458
  }
459
459
  throw new JsonRpcError("unexpected response message");
460
460
  };
461
- const invoke$i = async (ipc, method, ...params) => {
461
+ const invoke$j = async (ipc, method, ...params) => {
462
462
  const {
463
463
  message,
464
464
  promise
@@ -1118,8 +1118,8 @@ const listen$1 = async () => {
1118
1118
  handleIpc(ipc);
1119
1119
  state$I.ipc = ipc;
1120
1120
  };
1121
- const invoke$h = (method, ...params) => {
1122
- return invoke$i(state$I.ipc, method, ...params);
1121
+ const invoke$i = (method, ...params) => {
1122
+ return invoke$j(state$I.ipc, method, ...params);
1123
1123
  };
1124
1124
  const invokeAndTransfer$4 = (method, ...params) => {
1125
1125
  return invokeAndTransfer$5(state$I.ipc, method, ...params);
@@ -1140,7 +1140,7 @@ const loadCssStyleSheets = css => {
1140
1140
  return Promise.all(css.map(loadCssStyleSheet));
1141
1141
  };
1142
1142
  const addCssStyleSheet = (id, css) => {
1143
- return invoke$h('Css.addCssStyleSheet', id, css);
1143
+ return invoke$i('Css.addCssStyleSheet', id, css);
1144
1144
  };
1145
1145
  const actuallyAddDynamicCss = async (id, getCss, preferences) => {
1146
1146
  const css = await getCss(preferences);
@@ -1153,631 +1153,134 @@ const addDynamicCss = (id, getCss, preferences) => {
1153
1153
  return get$g(id);
1154
1154
  };
1155
1155
 
1156
- /**
1157
- *
1158
- // @ts-ignore
1159
- * @returns {Promise<any>}
1160
- */
1161
- const loadKy = async () => {
1162
- const url = `${assetDir}/js/ky.js`;
1163
- const module = await import(url);
1164
- return module;
1165
- };
1166
-
1167
- const getJson$6 = async (url, options = {}) => {
1168
- try {
1169
- string(url);
1170
- const response = await fetch(url);
1171
- if (!response.ok) {
1172
- throw new Error(response.statusText);
1173
- }
1174
- const result = await response.json();
1175
- return result;
1176
- } catch (error) {
1177
- if (error && error instanceof TypeError && error.message === 'Failed to fetch') {
1178
- throw new VError(`Failed to request json from "${url}". Make sure that the server is running and has CORS enabled`);
1179
- }
1180
- // @ts-ignore
1181
- error.message = `Failed to request json from "${url}": ${error.message}`;
1182
- throw error;
1183
- }
1184
- };
1185
- const getText$2 = async (url, options = {}) => {
1186
- try {
1187
- const {
1188
- default: ky
1189
- } = await loadKy();
1190
- return await ky(url, options).text();
1191
- } catch (error) {
1192
- if (error && error instanceof TypeError && error.message === 'Failed to fetch') {
1193
- throw new VError(error, `Failed to request text from "${url}". Make sure that the server is running and has CORS enabled`);
1194
- }
1195
- throw new VError(error, `Failed to request text from "${url}"`);
1196
- }
1197
- };
1198
- const getBlob$5 = async (url, options = {}) => {
1199
- try {
1200
- const {
1201
- default: ky
1202
- } = await loadKy();
1203
- return await ky(url, options).blob();
1204
- } catch (error) {
1205
- throw new VError(error, `Failed to request blob from "${url}"`);
1206
- }
1207
- };
1208
- const getResponse$1 = async (url, options) => {
1209
- try {
1210
- const {
1211
- default: ky
1212
- } = await loadKy();
1213
- return await ky(url, options);
1214
- } catch (error) {
1215
- throw new VError(error, `Failed to request response from "${url}"`);
1216
- }
1217
- };
1218
-
1219
- const splitLines = lines => {
1220
- string(lines);
1221
- return lines.split(NewLine$1);
1222
- };
1223
-
1224
- const RE_AT = /^\s+at/;
1225
- const RE_AT_PROMISE_INDEX = /^\s*at async Promise.all \(index \d+\)$/;
1226
- const RE_OBJECT_AS = /^\s*at Object\.\w+ \[as ([\w\.]+)\]/;
1227
- const RE_OBJECT = /^\s*at Object\.(\w+)/;
1228
- const RE_ASYNC_OBJECT = /^\s*at async Object\.(\w+)/;
1229
- const RE_PATH_1$1 = /\((.*):(\d+):(\d+)\)$/;
1230
- const RE_PATH_2$1 = /at (.*):(\d+):(\d+)$/;
1231
- const RE_PATH_3$1 = /@(.*):(\d+):(\d+)$/; // Firefox
1232
- const RE_RESTORE_JSON_RPC_ERROR = /^\s*at restoreJsonRpcError/;
1233
- const RE_UNWRAP_JSON_RPC_RESULT = /^\s*at unwrapJsonRpcResult/;
1234
- const RE_GET_RESPONSE = /^\s*at getResponse/;
1235
- const RE_JSON_RPC_INVOKE = /^\s*at invoke .*JsonRpc\.js/;
1236
- const RE_ASSERT = /^\s*at .*\/Assert\.js/;
1237
- const RE_CONSTRUCT_ERROR = /^\s*at constructError /;
1238
- const isInternalLine = line => {
1239
- return RE_AT_PROMISE_INDEX.test(line);
1240
- };
1241
- const isRelevantLine = line => {
1242
- return !isInternalLine(line);
1243
- };
1244
- const isNormalStackLine = line => {
1245
- return RE_AT.test(line) && !RE_AT_PROMISE_INDEX.test(line) || RE_PATH_2$1.test(line) || RE_PATH_3$1.test(line);
1246
- };
1247
- const isApplicationUsefulLine = (line, index) => {
1248
- if (index === 0) {
1249
- if (RE_ASSERT.test(line)) {
1250
- return false;
1251
- }
1252
- return true;
1253
- }
1254
- if (RE_RESTORE_JSON_RPC_ERROR.test(line) || RE_JSON_RPC_INVOKE.test(line) || RE_UNWRAP_JSON_RPC_RESULT.test(line) || RE_CONSTRUCT_ERROR.test(line) || RE_GET_RESPONSE.test(line)) {
1255
- return false;
1256
- }
1257
- return true;
1258
- };
1259
- const cleanLine = line => {
1260
- if (line.startsWith(' at async Module.')) {
1261
- return ' at async ' + line.slice(' at async Module.'.length);
1262
- }
1263
- if (line.startsWith(' at Module.')) {
1264
- return ' at ' + line.slice(' at Module.'.length);
1265
- }
1266
- const objectAsMatch = line.match(RE_OBJECT_AS);
1267
- if (objectAsMatch) {
1268
- return ' at ' + objectAsMatch[1] + line.slice(objectAsMatch[0].length);
1269
- }
1270
- const objectMatch = line.match(RE_OBJECT);
1271
- if (objectMatch) {
1272
- return ' at ' + objectMatch[1] + line.slice(objectMatch[0].length);
1273
- }
1274
- const asyncObjectMatch = line.match(RE_ASYNC_OBJECT);
1275
- if (asyncObjectMatch) {
1276
- return ' at async ' + asyncObjectMatch[1] + line.slice(asyncObjectMatch[0].length);
1156
+ const workers = new Map();
1157
+ const getOrCreate$2 = fn => {
1158
+ if (!workers.has(fn)) {
1159
+ workers.set(fn, fn());
1277
1160
  }
1278
- return line;
1161
+ return workers.get(fn);
1279
1162
  };
1280
- const getDetails = lines => {
1281
- const index = lines.findIndex(isNormalStackLine);
1163
+ const getOrCreateWorker = fn => {
1282
1164
  return {
1283
- custom: lines.slice(0, index),
1284
- actualStack: lines.slice(index).map(cleanLine)
1285
- };
1286
- };
1287
- const mergeCustom = (custom, relevantStack) => {
1288
- if (custom.length === 0) {
1289
- return relevantStack;
1290
- }
1291
- const firstLine = custom[0];
1292
- if (RE_PATH_1$1.test(firstLine)) {
1293
- return [` at ${firstLine}`, ...relevantStack];
1294
- }
1295
- if (RE_PATH_2$1.test(firstLine)) {
1296
- return [` at ${firstLine}`, ...relevantStack];
1297
- }
1298
- if (RE_PATH_3$1.test(firstLine)) {
1299
- return [firstLine, ...relevantStack];
1300
- }
1301
- return relevantStack;
1302
- };
1303
- const cleanStack = stack => {
1304
- string(stack);
1305
- const lines = splitLines(stack);
1306
- const {
1307
- custom,
1308
- actualStack
1309
- } = getDetails(lines);
1310
- const relevantStack = actualStack.filter(isRelevantLine).filter(isApplicationUsefulLine);
1311
- const merged = mergeCustom(custom, relevantStack);
1312
- return merged;
1313
- };
1314
-
1315
- // based on https://github.com/babel/babel/blob/6be6e04f396f03feace4431f709564a8d842163a/packages/babel-code-frame/src/index.ts (License MIT)
1316
-
1317
- /**
1318
- * RegExp to test for newlines in terminal.
1319
- */
1320
-
1321
- const NEWLINE = /\n/;
1322
-
1323
- /**
1324
- * Extract what lines should be marked and highlighted.
1325
- */
1326
- const getMarkerLines = (loc, source, opts) => {
1327
- const startLoc = {
1328
- column: 0,
1329
- line: -1,
1330
- ...loc.start
1331
- };
1332
- const endLoc = {
1333
- ...startLoc,
1334
- ...loc.end
1335
- };
1336
- const {
1337
- linesAbove = 2,
1338
- linesBelow = 3
1339
- } = opts || {};
1340
- const startLine = startLoc.line;
1341
- const startColumn = startLoc.column;
1342
- const endLine = endLoc.line;
1343
- const endColumn = endLoc.column;
1344
- let start = Math.max(startLine - (linesAbove + 1), 0);
1345
- let end = Math.min(source.length, endLine + linesBelow);
1346
- if (startLine === -1) {
1347
- start = 0;
1348
- }
1349
- if (endLine === -1) {
1350
- end = source.length;
1351
- }
1352
- const lineDiff = endLine - startLine;
1353
- const markerLines = {};
1354
- if (lineDiff) {
1355
- for (let i = 0; i <= lineDiff; i++) {
1356
- const lineNumber = i + startLine;
1357
- if (!startColumn) {
1358
- markerLines[lineNumber] = true;
1359
- } else if (i === 0) {
1360
- const sourceLength = source[lineNumber - 1].length;
1361
- markerLines[lineNumber] = [startColumn, sourceLength - startColumn + 1];
1362
- } else if (i === lineDiff) {
1363
- markerLines[lineNumber] = [0, endColumn];
1364
- } else {
1365
- const sourceLength = source[lineNumber - i].length;
1366
- markerLines[lineNumber] = [0, sourceLength];
1367
- }
1165
+ async invoke(method, ...params) {
1166
+ const ipc = await getOrCreate$2(fn);
1167
+ return invoke$j(ipc, method, ...params);
1168
+ },
1169
+ async invokeAndTransfer(method, ...params) {
1170
+ const ipc = await getOrCreate$2(fn);
1171
+ return invokeAndTransfer$5(ipc, method, ...params);
1172
+ },
1173
+ async dispose() {
1174
+ const promise = workers.get(fn);
1175
+ workers.delete(fn);
1176
+ const ipc = await promise;
1177
+ ipc.dispose();
1178
+ },
1179
+ async restart(terminateCommand) {
1180
+ const promise = workers.get(fn);
1181
+ workers.delete(fn);
1182
+ const ipc = await promise;
1183
+ ipc.send({
1184
+ jsonrpc: '2.0',
1185
+ method: terminateCommand,
1186
+ params: []
1187
+ });
1188
+ ipc.dispose();
1189
+ await getOrCreate$2(fn);
1368
1190
  }
1369
- } else if (startColumn === endColumn) {
1370
- markerLines[startLine] = startColumn ? [startColumn, 0] : true;
1371
- } else {
1372
- markerLines[startLine] = [startColumn, endColumn - startColumn];
1373
- }
1374
- return {
1375
- start,
1376
- end,
1377
- markerLines
1378
1191
  };
1379
1192
  };
1380
- const create$13 = (rawLines, loc, opts = {}) => {
1381
- const lines = rawLines.split(NEWLINE);
1382
- const {
1383
- start,
1384
- end,
1385
- markerLines
1386
- } = getMarkerLines(loc, lines, opts);
1387
- const hasColumns = loc.start && typeof loc.start.column === 'number';
1388
- const numberMaxWidth = String(end).length;
1389
- let frame = rawLines.split(NEWLINE, end).slice(start, end).map((line, index) => {
1390
- const number = start + 1 + index;
1391
- const paddedNumber = ` ${number}`.slice(-numberMaxWidth);
1392
- const gutter = ` ${paddedNumber} |`;
1393
- const hasMarker = markerLines[number];
1394
- const lastMarkerLine = !markerLines[number + 1];
1395
- if (hasMarker) {
1396
- let markerLine = '';
1397
- if (Array.isArray(hasMarker)) {
1398
- const markerSpacing = line.slice(0, Math.max(hasMarker[0] - 1, 0)).replaceAll(/[^\t]/g, ' ');
1399
- const numberOfMarkers = hasMarker[1] || 1;
1400
- markerLine = ['\n ', gutter.replaceAll(/\d/g, ' '), ' ', markerSpacing, '^'.repeat(numberOfMarkers)].join('');
1401
- if (lastMarkerLine && opts.message) {
1402
- markerLine += ' ' + opts.message;
1403
- }
1404
- }
1405
- return ['>', gutter, line.length > 0 ? ` ${line}` : '', markerLine].join('');
1406
- }
1407
- return ` ${gutter}${line.length > 0 ? ` ${line}` : ''}`;
1408
- }).join(NewLine$1);
1409
- if (opts.message && !hasColumns) {
1410
- frame = `${' '.repeat(numberMaxWidth + 1)}${opts.message}\n${frame}`;
1411
- }
1412
- return frame;
1413
- };
1414
1193
 
1415
- const RE_SOURCE_MAP = /^\/\/# sourceMappingURL=(.*)$/;
1416
- const getSourceMapMatch = text => {
1417
- string(text);
1418
- const index = text.lastIndexOf(NewLine$1, text.length - 2);
1419
- const lastLine = text.slice(index + 1, -1);
1420
- const lastLineMatch = lastLine.match(RE_SOURCE_MAP);
1421
- if (lastLineMatch) {
1422
- return lastLineMatch;
1423
- }
1424
- const secondLastLineIndex = getNewLineIndex$1(text, index - 1);
1425
- const secondLastLine = text.slice(secondLastLineIndex, index);
1426
- const secondLastLineMatch = secondLastLine.match(RE_SOURCE_MAP);
1427
- return secondLastLineMatch;
1428
- };
1194
+ const errorWorkerUrl = `${assetDir}/packages/error-worker/dist/errorWorkerMain.js`;
1429
1195
 
1430
- const isActualSourceFile = path => {
1431
- if (path === '<anonymous>' || path === 'debugger eval code' || path.startsWith('"') || path.startsWith("'") || path.startsWith(')') || path.startsWith('file://')) {
1432
- return false;
1433
- }
1434
- return true;
1435
- };
1436
-
1437
- const joinLines = lines => {
1438
- return lines.join(NewLine$1);
1439
- };
1440
-
1441
- const info = (...args) => {
1442
- console.info(...args);
1443
- };
1444
- const warn$1 = (...args) => {
1445
- console.warn(...args);
1446
- };
1447
- const error = (...args) => {
1448
- console.error(...args);
1449
- };
1450
-
1451
- const isEmptyString = string => {
1452
- return string === EmptyString;
1453
- };
1454
-
1455
- // copied from https://github.com/Rich-Harris/vlq/blob/e3009f5757abeb0b5b6233045f3bbdaf86435d08/src/index.js by Rich Harris (License MIT)
1456
-
1457
- /** @type {Record<string, number>} */
1458
- const char_to_integer = {};
1459
- for (const [i, char] of 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='.split('').entries()) {
1460
- char_to_integer[char] = i;
1461
- }
1462
-
1463
- /** @param {string} string */
1464
- const decode = string => {
1465
- /** @type {number[]} */
1466
- const result = [];
1467
- let shift = 0;
1468
- let value = 0;
1469
- for (let i = 0; i < string.length; i += 1) {
1470
- let integer = char_to_integer[string[i]];
1471
- if (integer === undefined) {
1472
- throw new Error('Invalid character (' + string[i] + ')');
1473
- }
1474
- const has_continuation_bit = integer & 32;
1475
- integer &= 31;
1476
- value += integer << shift;
1477
- if (has_continuation_bit) {
1478
- shift += 5;
1479
- } else {
1480
- const should_negate = value & 1;
1481
- value >>>= 1;
1482
- if (should_negate) {
1483
- result.push(value === 0 ? -2147483648 : -value);
1484
- } else {
1485
- result.push(value);
1486
- }
1196
+ const ElectronMessagePort = 1;
1197
+ const MessagePort$1 = 2;
1198
+ const ModuleWorker = 3;
1199
+ const ReferencePort = 4;
1200
+ const WebSocket$1 = 5;
1201
+ const ModuleWorkerAndWorkaroundForChromeDevtoolsBug = 6;
1202
+ const Node = 7;
1203
+ const NodeAlternate = 8;
1487
1204
 
1488
- // reset
1489
- value = shift = 0;
1490
- }
1205
+ const getModule$7 = method => {
1206
+ switch (method) {
1207
+ case ElectronMessagePort:
1208
+ return Promise.resolve().then(function () { return IpcParentWithElectronMessagePort; });
1209
+ case MessagePort$1:
1210
+ return Promise.resolve().then(function () { return IpcParentWithMessagePort; });
1211
+ case ModuleWorker:
1212
+ return Promise.resolve().then(function () { return IpcParentWithModuleWorker; });
1213
+ case ReferencePort:
1214
+ return Promise.resolve().then(function () { return IpcParentWithReferencePort; });
1215
+ case WebSocket$1:
1216
+ return Promise.resolve().then(function () { return IpcParentWithWebSocket; });
1217
+ case ModuleWorkerAndWorkaroundForChromeDevtoolsBug:
1218
+ return Promise.resolve().then(function () { return IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug; });
1219
+ case Node:
1220
+ return Promise.resolve().then(function () { return IpcParentWithNode; });
1221
+ case NodeAlternate:
1222
+ return Promise.resolve().then(function () { return IpcParentWithNodeAlternate; });
1223
+ default:
1224
+ throw new Error('unexpected ipc type');
1491
1225
  }
1492
- return result;
1493
1226
  };
1494
1227
 
1495
- const getColumnMapping = (mappings, line, column) => {
1496
- string(mappings);
1497
- number$1(line);
1498
- number$1(column);
1499
- let currentColumn = 0;
1500
- let currentLine = 1;
1501
- let originalSourceFileIndex = 0;
1502
- let originalLine = 0;
1503
- let originalColumn = 0;
1504
- let index = 0;
1505
- while (index !== -1) {
1506
- currentColumn = 0;
1507
- const newLineIndex = mappings.indexOf(';', index + 1);
1508
- currentLine++;
1509
- if (currentLine === line) {
1510
- const lineMapping = mappings.slice(index + 1, newLineIndex) + ',';
1511
- index = -1;
1512
- while (true) {
1513
- const newIndex = lineMapping.indexOf(',', index + 1);
1514
- if (newIndex === -1) {
1515
- throw new Error('no mapping found');
1516
- }
1517
- const chunk = lineMapping.slice(index + 1, newIndex);
1518
- const decodedChunk = decode(chunk);
1519
- currentColumn += decodedChunk[0];
1520
- originalSourceFileIndex += decodedChunk[1];
1521
- originalLine += decodedChunk[2];
1522
- originalColumn += decodedChunk[3];
1523
- index = newIndex;
1524
- if (currentColumn >= column) {
1525
- return {
1526
- originalSourceFileIndex,
1527
- originalLine: originalLine + 1,
1528
- originalColumn
1529
- };
1530
- }
1531
- }
1532
- } else {
1533
- const lineMappings = mappings.slice(index + 1, newLineIndex);
1534
- if (isEmptyString(lineMappings)) {
1535
- index = newLineIndex;
1536
- continue;
1537
- }
1538
- const chunks = lineMappings.split(',');
1539
- for (const chunk of chunks) {
1540
- const decodedChunk = decode(chunk);
1541
- currentColumn += decodedChunk[0];
1542
- originalSourceFileIndex += decodedChunk[1];
1543
- originalLine += decodedChunk[2];
1544
- originalColumn += decodedChunk[3];
1545
- }
1546
- }
1547
- index = newLineIndex;
1228
+ const create$13 = async ({
1229
+ method,
1230
+ ...options
1231
+ }) => {
1232
+ const module = await getModule$7(method);
1233
+ // @ts-ignore
1234
+ const rawIpc = await module.create(options);
1235
+ if (options.noReturn) {
1236
+ return undefined;
1548
1237
  }
1549
- throw new Error('no mapping found');
1550
- };
1551
- const getOriginalPosition = (sourceMap, line, column) => {
1552
- try {
1553
- object(sourceMap);
1554
- string(sourceMap.mappings);
1555
- array(sourceMap.sources);
1556
- array(sourceMap.names);
1557
- number$1(line);
1558
- number$1(column);
1559
- const {
1560
- sources,
1561
- mappings
1562
- } = sourceMap;
1563
- if (!mappings) {
1564
- throw new Error(`no source for line ${line} found`);
1565
- }
1566
- const {
1567
- originalLine,
1568
- originalColumn,
1569
- originalSourceFileIndex
1570
- } = getColumnMapping(mappings, line, column);
1571
- const source = sources[originalSourceFileIndex];
1572
- return {
1573
- source,
1574
- originalLine,
1575
- originalColumn
1576
- };
1577
- } catch (error) {
1578
- throw new VError(error, 'Failed to get original sourcemap position');
1238
+ if (options.raw) {
1239
+ return rawIpc;
1579
1240
  }
1241
+ const ipc = module.wrap(rawIpc);
1242
+ return ipc;
1580
1243
  };
1581
1244
 
1582
- const getIsFirefox = () => {
1583
- if (typeof navigator === 'undefined') {
1584
- return false;
1585
- }
1586
- if (
1587
- // @ts-ignore
1588
- navigator.userAgentData &&
1589
- // @ts-ignore
1590
- navigator.userAgentData.brands) {
1591
- // @ts-ignore
1592
- return navigator.userAgentData.brands.includes('Firefox');
1593
- }
1594
- return navigator.userAgent.toLowerCase().includes('firefox');
1245
+ const launchErrorWorker = async () => {
1246
+ const ipc = await create$13({
1247
+ method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
1248
+ url: errorWorkerUrl,
1249
+ name: 'Error Worker'
1250
+ });
1251
+ handleIpc(ipc);
1252
+ return ipc;
1595
1253
  };
1596
1254
 
1597
- /**
1598
- * @type {boolean}
1599
- */
1600
- const isFirefox = getIsFirefox();
1255
+ const {
1256
+ invoke: invoke$h} = getOrCreateWorker(launchErrorWorker);
1601
1257
 
1602
- const getErrorMessage$2 = error => {
1258
+ const serializeError = error => {
1603
1259
  if (!error) {
1604
- return `Error: ${error}`;
1605
- }
1606
- let message = error.message;
1607
- while (error.cause) {
1608
- error = error.cause;
1609
- message += `: ${error}`;
1610
- }
1611
- return message;
1612
- };
1613
- const prepareErrorMessageWithCodeFrame = error => {
1614
- if (!error) {
1615
- return {
1616
- message: error,
1617
- stack: undefined,
1618
- codeFrame: undefined,
1619
- type: 'Error',
1620
- _error: error
1621
- };
1622
- }
1623
- const message = getErrorMessage$2(error);
1624
- const lines = cleanStack(error.stack);
1625
- const relevantStack = joinLines(lines);
1626
- if (error.codeFrame) {
1627
- return {
1628
- message,
1629
- stack: relevantStack,
1630
- codeFrame: error.codeFrame,
1631
- type: error.constructor.name,
1632
- _error: error
1633
- };
1260
+ return error;
1634
1261
  }
1635
1262
  return {
1636
- message,
1637
- stack: error.originalStack,
1638
- codeFrame: error.originalCodeFrame,
1639
- category: error.category,
1640
- stderr: error.stderr,
1641
- _error: error
1642
- };
1643
- };
1644
- const RE_PATH_1 = /\((.*):(\d+):(\d+)\)$/;
1645
- const RE_PATH_2 = /at (.*):(\d+):(\d+)$/;
1646
- const RE_PATH_3 = /@(.*):(\d+):(\d+)$/; // Firefox
1647
-
1648
- /**
1649
- *
1650
- * @param {readonly string[]} lines
1651
- * @returns
1652
- */
1653
- const getFile$1 = lines => {
1654
- for (const line of lines) {
1655
- if (RE_PATH_1.test(line) || RE_PATH_2.test(line) || RE_PATH_3.test(line)) {
1656
- return line;
1263
+ name: error.name,
1264
+ message: error.message,
1265
+ code: error.code,
1266
+ stack: error.stack,
1267
+ codeFrame: error.codeFrame,
1268
+ constructor: {
1269
+ name: error.constructor.name
1657
1270
  }
1658
- }
1659
- return '';
1660
- };
1661
- const getSourceMapAbsolutePath = (file, relativePath) => {
1662
- const folder = file.slice(0, file.lastIndexOf('/'));
1663
- const absolutePath = folder + '/' + relativePath;
1664
- return absolutePath;
1665
- };
1666
- const toAbsoluteUrl = (file, relativePath) => {
1667
- const url = new URL(relativePath, file);
1668
- return url.href;
1271
+ };
1669
1272
  };
1670
- const prepareErrorMessageWithoutCodeFrame = async error => {
1273
+ const prepare = async error => {
1671
1274
  try {
1672
- const lines = cleanStack(error.stack);
1673
- const file = getFile$1(lines);
1674
- let match = file.match(RE_PATH_1);
1675
- match ||= file.match(RE_PATH_2);
1676
- match ||= file.match(RE_PATH_3);
1677
- if (!match) {
1678
- return error;
1679
- }
1680
- const [_, path, line, column] = match;
1681
- if (!isActualSourceFile(path)) {
1682
- return error;
1683
- }
1684
- const text = await getText$2(path);
1685
- const sourceMapMatch = getSourceMapMatch(text);
1686
- const parsedLine = Number.parseInt(line);
1687
- const parsedColumn = Number.parseInt(column);
1688
- const message = getErrorMessage$2(error);
1689
- const relevantStack = joinLines(lines);
1690
- if (sourceMapMatch) {
1691
- const sourceMapUrl = sourceMapMatch[1];
1692
- const sourceMapAbsolutePath = getSourceMapAbsolutePath(path, sourceMapUrl);
1693
- const sourceMap = await getJson$6(sourceMapAbsolutePath);
1694
- const {
1695
- source,
1696
- originalLine,
1697
- originalColumn
1698
- } = getOriginalPosition(sourceMap, parsedLine, parsedColumn);
1699
- const absoluteSourceUrl = toAbsoluteUrl(path, source);
1700
- const originalSourceContent = await getText$2(absoluteSourceUrl);
1701
- const codeFrame = create$13(originalSourceContent, {
1702
- start: {
1703
- line: originalLine,
1704
- column: originalColumn
1705
- },
1706
- end: {
1707
- line: originalLine,
1708
- column: originalColumn
1709
- }
1710
- });
1711
- return {
1712
- message,
1713
- codeFrame,
1714
- stack: relevantStack,
1715
- type: error.constructor.name,
1716
- _error: error
1717
- };
1718
- }
1719
- const codeFrame = create$13(text, {
1720
- start: {
1721
- line: parsedLine,
1722
- column: parsedColumn
1723
- },
1724
- end: {
1725
- line: parsedLine,
1726
- column: parsedColumn
1727
- }
1728
- });
1729
- return {
1730
- message,
1731
- codeFrame,
1732
- stack: relevantStack,
1733
- type: error.constructor.name,
1734
- _error: error
1735
- };
1736
- } catch (otherError) {
1737
- warn$1(`ErrorHandling Error: ${otherError}`);
1275
+ const serialized = serializeError(error);
1276
+ const prepared = await invoke$h('Errors.prepare', serialized);
1277
+ return prepared;
1278
+ } catch {
1738
1279
  return error;
1739
1280
  }
1740
1281
  };
1741
- const prepare = async error => {
1742
- if (error && error.message && error.codeFrame) {
1743
- return prepareErrorMessageWithCodeFrame(error);
1744
- }
1745
- if (error && error.stack) {
1746
- return prepareErrorMessageWithoutCodeFrame(error);
1747
- }
1748
- return error;
1749
- };
1750
- const print = (error$1, prefix = '') => {
1751
- if (isFirefox) {
1752
- // Firefox does not support printing codeframe with error stack
1753
- if (error$1 && error$1._error) {
1754
- error(`${prefix}${error$1._error}`);
1755
- return;
1756
- }
1757
- error(`${prefix}${error$1}`);
1758
- return;
1759
- }
1760
- if (error$1 && error$1.type && error$1.message && error$1.codeFrame) {
1761
- error(`${prefix}${error$1.type}: ${error$1.message}\n\n${error$1.codeFrame}\n\n${error$1.stack}`);
1762
- return;
1763
- }
1764
- if (error$1 && error$1.message && error$1.codeFrame) {
1765
- error(`${prefix}${error$1.message}\n\n${error$1.codeFrame}\n\n${error$1.stack}`);
1766
- return;
1767
- }
1768
- if (error$1 && error$1.type && error$1.message) {
1769
- error(`${prefix}${error$1.type}: ${error$1.message}\n${error$1.stack}`);
1770
- return;
1771
- }
1772
- if (error$1 && error$1.stack) {
1773
- error(`${prefix}${error$1.stack}`);
1774
- return;
1775
- }
1776
- if (error$1 === null) {
1777
- error(`${prefix}null`);
1778
- return;
1779
- }
1780
- error(`${prefix}${error$1}`);
1282
+ const print = async (error, prefix = '') => {
1283
+ await invoke$h('Errors.print', error, prefix);
1781
1284
  };
1782
1285
  const getMessage$5 = error => {
1783
1286
  if (error && error.type && error.message) {
@@ -1797,7 +1300,7 @@ const state$H = {
1797
1300
  };
1798
1301
  const logError = async (error, prefix = '') => {
1799
1302
  const prettyError = await prepare(error);
1800
- print(prettyError, prefix);
1303
+ await print(prettyError, prefix);
1801
1304
  return prettyError;
1802
1305
  };
1803
1306
  const handleError$2 = async (error, notify = true, prefix = '') => {
@@ -1815,12 +1318,15 @@ const handleError$2 = async (error, notify = true, prefix = '') => {
1815
1318
  const showErrorDialog = async error => {
1816
1319
  try {
1817
1320
  const prettyError = await prepare(error);
1321
+ if (prettyError && prettyError.type === 'Object') {
1322
+ prettyError.type = 'Error';
1323
+ }
1818
1324
  await execute$4(/* Dialog.showMessage */'Dialog.showMessage', /* message */prettyError);
1819
1325
  } catch {
1820
1326
  // ignore
1821
1327
  }
1822
1328
  };
1823
- const warn = (...args) => {
1329
+ const warn$1 = (...args) => {
1824
1330
  const stringified = JSON.stringify(args);
1825
1331
  if (state$H.seenWarnings.includes(stringified)) {
1826
1332
  return;
@@ -1829,44 +1335,6 @@ const warn = (...args) => {
1829
1335
  console.warn(...args);
1830
1336
  };
1831
1337
 
1832
- const workers = new Map();
1833
- const getOrCreate$2 = fn => {
1834
- if (!workers.has(fn)) {
1835
- workers.set(fn, fn());
1836
- }
1837
- return workers.get(fn);
1838
- };
1839
- const getOrCreateWorker = fn => {
1840
- return {
1841
- async invoke(method, ...params) {
1842
- const ipc = await getOrCreate$2(fn);
1843
- return invoke$i(ipc, method, ...params);
1844
- },
1845
- async invokeAndTransfer(method, ...params) {
1846
- const ipc = await getOrCreate$2(fn);
1847
- return invokeAndTransfer$5(ipc, method, ...params);
1848
- },
1849
- async dispose() {
1850
- const promise = workers.get(fn);
1851
- workers.delete(fn);
1852
- const ipc = await promise;
1853
- ipc.dispose();
1854
- },
1855
- async restart(terminateCommand) {
1856
- const promise = workers.get(fn);
1857
- workers.delete(fn);
1858
- const ipc = await promise;
1859
- ipc.send({
1860
- jsonrpc: '2.0',
1861
- method: terminateCommand,
1862
- params: []
1863
- });
1864
- ipc.dispose();
1865
- await getOrCreate$2(fn);
1866
- }
1867
- };
1868
- };
1869
-
1870
1338
  const extensionHostWorkerUrl = `${assetDir}/packages/renderer-worker/node_modules/@lvce-editor/extension-host-worker/dist/extensionHostWorkerMain.js`;
1871
1339
 
1872
1340
  // TODO global event bus is probably a bad idea
@@ -1876,83 +1344,34 @@ const extensionHostWorkerUrl = `${assetDir}/packages/renderer-worker/node_module
1876
1344
  //
1877
1345
  // pros
1878
1346
  // 1. it decouples event emitter (e.g. Editor creation) from other module (Document syncing when editor was created)
1879
-
1880
- // TODO use normal event target
1881
- const state$G = {
1882
- listenerMap: Object.create(null)
1883
- };
1884
- const emitEvent = async (event, ...args) => {
1885
- const listeners = state$G.listenerMap[event] || [];
1886
- for (const listener of listeners) {
1887
- await listener(...args);
1888
- }
1889
- };
1890
- const addListener = (event, fn, options = {}) => {
1891
- state$G.listenerMap[event] ||= [];
1892
- if (state$G.listenerMap[event].includes(fn)) {
1893
- return;
1894
- }
1895
- if (options.prepend) {
1896
- state$G.listenerMap[event].unshift(fn);
1897
- } else {
1898
- state$G.listenerMap[event].push(fn);
1899
- }
1900
- };
1901
-
1902
- const state$F = {
1903
- id: 0
1904
- };
1905
- const create$12 = () => {
1906
- return ++state$F.id;
1907
- };
1908
-
1909
- const ElectronMessagePort = 1;
1910
- const MessagePort$1 = 2;
1911
- const ModuleWorker = 3;
1912
- const ReferencePort = 4;
1913
- const WebSocket$1 = 5;
1914
- const ModuleWorkerAndWorkaroundForChromeDevtoolsBug = 6;
1915
- const Node = 7;
1916
- const NodeAlternate = 8;
1917
-
1918
- const getModule$7 = method => {
1919
- switch (method) {
1920
- case ElectronMessagePort:
1921
- return Promise.resolve().then(function () { return IpcParentWithElectronMessagePort; });
1922
- case MessagePort$1:
1923
- return Promise.resolve().then(function () { return IpcParentWithMessagePort; });
1924
- case ModuleWorker:
1925
- return Promise.resolve().then(function () { return IpcParentWithModuleWorker; });
1926
- case ReferencePort:
1927
- return Promise.resolve().then(function () { return IpcParentWithReferencePort; });
1928
- case WebSocket$1:
1929
- return Promise.resolve().then(function () { return IpcParentWithWebSocket; });
1930
- case ModuleWorkerAndWorkaroundForChromeDevtoolsBug:
1931
- return Promise.resolve().then(function () { return IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug; });
1932
- case Node:
1933
- return Promise.resolve().then(function () { return IpcParentWithNode; });
1934
- case NodeAlternate:
1935
- return Promise.resolve().then(function () { return IpcParentWithNodeAlternate; });
1936
- default:
1937
- throw new Error('unexpected ipc type');
1347
+
1348
+ // TODO use normal event target
1349
+ const state$G = {
1350
+ listenerMap: Object.create(null)
1351
+ };
1352
+ const emitEvent = async (event, ...args) => {
1353
+ const listeners = state$G.listenerMap[event] || [];
1354
+ for (const listener of listeners) {
1355
+ await listener(...args);
1938
1356
  }
1939
1357
  };
1940
-
1941
- const create$11 = async ({
1942
- method,
1943
- ...options
1944
- }) => {
1945
- const module = await getModule$7(method);
1946
- // @ts-ignore
1947
- const rawIpc = await module.create(options);
1948
- if (options.noReturn) {
1949
- return undefined;
1358
+ const addListener = (event, fn, options = {}) => {
1359
+ state$G.listenerMap[event] ||= [];
1360
+ if (state$G.listenerMap[event].includes(fn)) {
1361
+ return;
1950
1362
  }
1951
- if (options.raw) {
1952
- return rawIpc;
1363
+ if (options.prepend) {
1364
+ state$G.listenerMap[event].unshift(fn);
1365
+ } else {
1366
+ state$G.listenerMap[event].push(fn);
1953
1367
  }
1954
- const ipc = module.wrap(rawIpc);
1955
- return ipc;
1368
+ };
1369
+
1370
+ const state$F = {
1371
+ id: 0
1372
+ };
1373
+ const create$12 = () => {
1374
+ return ++state$F.id;
1956
1375
  };
1957
1376
 
1958
1377
  const ModuleWorkerWithMessagePort = 4;
@@ -2020,7 +1439,7 @@ const getTransferrables = value => {
2020
1439
  return transferrables;
2021
1440
  };
2022
1441
 
2023
- const create$10 = async ({
1442
+ const create$11 = async ({
2024
1443
  url,
2025
1444
  name,
2026
1445
  port,
@@ -2092,7 +1511,7 @@ const wrap$7 = port => {
2092
1511
 
2093
1512
  const IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug = {
2094
1513
  __proto__: null,
2095
- create: create$10,
1514
+ create: create$11,
2096
1515
  wrap: wrap$7
2097
1516
  };
2098
1517
 
@@ -2205,6 +1624,13 @@ const remove$9 = async uri => {
2205
1624
  const fileSystem = await getFileSystem(protocol);
2206
1625
  await fileSystem.remove(path);
2207
1626
  };
1627
+ const rename$6 = async (oldUri, newUri) => {
1628
+ const protocol = getProtocol(oldUri);
1629
+ const oldPath = getPath$1(protocol, oldUri);
1630
+ const newPath = getPath$1(protocol, newUri);
1631
+ const fileSystem = await getFileSystem(protocol);
1632
+ await fileSystem.rename(oldPath, newPath);
1633
+ };
2208
1634
  const mkdir$7 = async uri => {
2209
1635
  const protocol = getProtocol(uri);
2210
1636
  const path = getPath$1(protocol, uri);
@@ -2235,7 +1661,7 @@ const getBlobUrl$3 = async uri => {
2235
1661
  }
2236
1662
  throw new Error(`Filesystem doesn't support the getBlobUrl function`);
2237
1663
  };
2238
- const getBlob$4 = async (uri, type) => {
1664
+ const getBlob$5 = async (uri, type) => {
2239
1665
  const protocol = getProtocol(uri);
2240
1666
  const path = getPath$1(protocol, uri);
2241
1667
  const fileSystem = await getFileSystem(protocol);
@@ -2328,7 +1754,7 @@ const invoke$g = async (method, ...params) => {
2328
1754
  const {
2329
1755
  ipc
2330
1756
  } = state$D;
2331
- const result = await invoke$i(ipc, method, ...params);
1757
+ const result = await invoke$j(ipc, method, ...params);
2332
1758
  return result;
2333
1759
  };
2334
1760
  const invokeAndTransfer$3 = async (method, ...params) => {
@@ -2493,13 +1919,13 @@ const getResolvedRoot = async href => {
2493
1919
  };
2494
1920
 
2495
1921
  const getHref = () => {
2496
- return invoke$h(/* Location.getHref */'Location.getHref');
1922
+ return invoke$i(/* Location.getHref */'Location.getHref');
2497
1923
  };
2498
1924
  const setPathName = pathName => {
2499
- return invoke$h(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
1925
+ return invoke$i(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
2500
1926
  };
2501
1927
  const hydrate$a = () => {
2502
- return invoke$h(/* Location.hydrate */'Location.hydrate');
1928
+ return invoke$i(/* Location.hydrate */'Location.hydrate');
2503
1929
  };
2504
1930
  const getOrigin = () => {
2505
1931
  return location.origin;
@@ -2509,7 +1935,7 @@ const getHost = () => {
2509
1935
  };
2510
1936
 
2511
1937
  const set$e = title => {
2512
- return invoke$h('WindowTitle.set', title);
1938
+ return invoke$i('WindowTitle.set', title);
2513
1939
  };
2514
1940
 
2515
1941
  /**
@@ -2631,7 +2057,7 @@ const pathDirName = path => {
2631
2057
  const launchExtensionHostWorker = async () => {
2632
2058
  const name = platform === Electron$1 ? 'Extension Host (Electron)' : 'Extension Host';
2633
2059
  const id = create$12();
2634
- let ipc = await create$11({
2060
+ let ipc = await create$13({
2635
2061
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
2636
2062
  name,
2637
2063
  url: extensionHostWorkerUrl,
@@ -2643,9 +2069,9 @@ const launchExtensionHostWorker = async () => {
2643
2069
  ipc = wrap$7(port);
2644
2070
  }
2645
2071
  handleIpc(ipc);
2646
- await invoke$i(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2072
+ await invoke$j(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2647
2073
  addListener('workspace.change', async () => {
2648
- await invoke$i(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2074
+ await invoke$j(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
2649
2075
  });
2650
2076
  return ipc;
2651
2077
  };
@@ -2701,7 +2127,7 @@ const getMetaThemeColor = colorThemeJson => {
2701
2127
  };
2702
2128
 
2703
2129
  const setThemeColor = async themeColor => {
2704
- await invoke$h(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
2130
+ await invoke$i(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
2705
2131
  };
2706
2132
 
2707
2133
  // TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
@@ -2820,7 +2246,7 @@ const reloadElectron = () => {
2820
2246
  };
2821
2247
 
2822
2248
  const reloadWeb = () => {
2823
- return invoke$h('Window.reload');
2249
+ return invoke$i('Window.reload');
2824
2250
  };
2825
2251
 
2826
2252
  const getFn$2 = () => {
@@ -3020,6 +2446,16 @@ const set$b = value => {
3020
2446
  state$y.currentFocus = value;
3021
2447
  };
3022
2448
 
2449
+ const info = (...args) => {
2450
+ console.info(...args);
2451
+ };
2452
+ const warn = (...args) => {
2453
+ console.warn(...args);
2454
+ };
2455
+ const error = (...args) => {
2456
+ console.error(...args);
2457
+ };
2458
+
3023
2459
  const state$x = {
3024
2460
  keyBindingSets: Object.create(null),
3025
2461
  /**
@@ -3057,7 +2493,7 @@ const getAvailableKeyBindings = keyBindings => {
3057
2493
  const update = () => {
3058
2494
  const matchingKeyBindings = getMatchingKeyBindings(state$x.keyBindingSets);
3059
2495
  const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
3060
- invoke$h('KeyBindings.setIdentifiers', keyBindingIdentifiers);
2496
+ invoke$i('KeyBindings.setIdentifiers', keyBindingIdentifiers);
3061
2497
  state$x.matchingKeyBindings = matchingKeyBindings;
3062
2498
  state$x.keyBindingIdentifiers = keyBindingIdentifiers;
3063
2499
  };
@@ -3065,7 +2501,7 @@ const addKeyBindings$1 = (id, keyBindings) => {
3065
2501
  string(id);
3066
2502
  array(keyBindings);
3067
2503
  if (id in state$x.keyBindingSets) {
3068
- warn$1(`cannot add keybindings multiple times: ${id}`);
2504
+ warn(`cannot add keybindings multiple times: ${id}`);
3069
2505
  return;
3070
2506
  }
3071
2507
  state$x.keyBindingSets[id] = keyBindings;
@@ -3076,7 +2512,7 @@ const removeKeyBindings = id => {
3076
2512
  keyBindingSets
3077
2513
  } = state$x;
3078
2514
  if (!(id in keyBindingSets)) {
3079
- warn$1(`cannot remove keybindings that are not registered: ${id}`);
2515
+ warn(`cannot remove keybindings that are not registered: ${id}`);
3080
2516
  return;
3081
2517
  }
3082
2518
  delete keyBindingSets[id];
@@ -3181,17 +2617,17 @@ const serializeObjects = objects => {
3181
2617
  };
3182
2618
 
3183
2619
  const clear$5 = async storageType => {
3184
- await invoke$h(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
2620
+ await invoke$i(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
3185
2621
  };
3186
2622
  const getAll$1 = storageType => {
3187
- return invoke$h('WebStorage.getAll', storageType);
2623
+ return invoke$i('WebStorage.getAll', storageType);
3188
2624
  };
3189
- const getText$1 = async (storageType, key) => {
3190
- const item = await invoke$h(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
2625
+ const getText$2 = async (storageType, key) => {
2626
+ const item = await invoke$i(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
3191
2627
  return item || '';
3192
2628
  };
3193
- const getJson$5 = async (storageType, key) => {
3194
- const item = await getText$1(storageType, key);
2629
+ const getJson$6 = async (storageType, key) => {
2630
+ const item = await getText$2(storageType, key);
3195
2631
  if (!item) {
3196
2632
  return undefined;
3197
2633
  }
@@ -3202,7 +2638,7 @@ const getJson$5 = async (storageType, key) => {
3202
2638
  }
3203
2639
  };
3204
2640
  const setText$1 = async (storageType, key, value) => {
3205
- await invoke$h(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
2641
+ await invoke$i(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
3206
2642
  };
3207
2643
  const setJson$5 = async (storageType, key, value) => {
3208
2644
  const stringifiedValue = stringifyCompact(value);
@@ -3210,7 +2646,7 @@ const setJson$5 = async (storageType, key, value) => {
3210
2646
  };
3211
2647
  const setJsonObjects$2 = async (storageType, objects) => {
3212
2648
  const serializedObjects = serializeObjects(objects);
3213
- await invoke$h('WebStorage.setJsonObjects', storageType, serializedObjects);
2649
+ await invoke$i('WebStorage.setJsonObjects', storageType, serializedObjects);
3214
2650
  };
3215
2651
 
3216
2652
  const LocalStorage = 1;
@@ -3219,11 +2655,11 @@ const SessionStorage = 2;
3219
2655
  const clear$4 = () => {
3220
2656
  return clear$5(LocalStorage);
3221
2657
  };
3222
- const getText = key => {
3223
- return getText$1(LocalStorage, key);
2658
+ const getText$1 = key => {
2659
+ return getText$2(LocalStorage, key);
3224
2660
  };
3225
- const getJson$4 = key => {
3226
- return getJson$5(LocalStorage, key);
2661
+ const getJson$5 = key => {
2662
+ return getJson$6(LocalStorage, key);
3227
2663
  };
3228
2664
  const setText = (key, value) => {
3229
2665
  return setText$1(LocalStorage, key, value);
@@ -3235,8 +2671,8 @@ const setJsonObjects$1 = objects => {
3235
2671
  return setJsonObjects$2(LocalStorage, objects);
3236
2672
  };
3237
2673
 
3238
- const getJson$3 = viewletId => {
3239
- return getJson$4(viewletId);
2674
+ const getJson$4 = viewletId => {
2675
+ return getJson$5(viewletId);
3240
2676
  };
3241
2677
  const setJson$3 = (viewletId, value) => {
3242
2678
  return setJson$4(viewletId, value);
@@ -3356,8 +2792,8 @@ const getStateToSave = async () => {
3356
2792
  const clear$3 = () => {
3357
2793
  return clear$5(SessionStorage);
3358
2794
  };
3359
- const getJson$2 = key => {
3360
- return getJson$5(SessionStorage, key);
2795
+ const getJson$3 = key => {
2796
+ return getJson$6(SessionStorage, key);
3361
2797
  };
3362
2798
  const setJson$2 = (key, value) => {
3363
2799
  return setJson$5(SessionStorage, key, value);
@@ -3371,8 +2807,8 @@ const saveBuiltinState = async () => {
3371
2807
  const ActivityBar$6 = 'ActivityBar';
3372
2808
  const ExtensionStateStorage$1 = 'ExtensionStateStorage';
3373
2809
 
3374
- const getJson$1 = () => {
3375
- return getJson$4(ExtensionStateStorage$1);
2810
+ const getJson$2 = () => {
2811
+ return getJson$5(ExtensionStateStorage$1);
3376
2812
  };
3377
2813
  const setJson$1 = value => {
3378
2814
  return setJson$4(ExtensionStateStorage$1, value);
@@ -3380,7 +2816,7 @@ const setJson$1 = value => {
3380
2816
 
3381
2817
  const ExtensionStateStorage = {
3382
2818
  __proto__: null,
3383
- getJson: getJson$1,
2819
+ getJson: getJson$2,
3384
2820
  setJson: setJson$1
3385
2821
  };
3386
2822
 
@@ -3389,7 +2825,7 @@ const saveState$h = async () => {
3389
2825
  return state;
3390
2826
  };
3391
2827
  const getSavedState = async () => {
3392
- const value = await getJson$1();
2828
+ const value = await getJson$2();
3393
2829
  return value;
3394
2830
  };
3395
2831
 
@@ -3440,10 +2876,10 @@ const hydrate$5 = async () => {
3440
2876
  console.info('[info] not saving state on visibility change - disabled by settings');
3441
2877
  return;
3442
2878
  }
3443
- await invoke$h('Window.onVisibilityChange');
2879
+ await invoke$i('Window.onVisibilityChange');
3444
2880
  };
3445
2881
  const getSavedViewletState = viewletId => {
3446
- return getJson$3(viewletId);
2882
+ return getJson$4(viewletId);
3447
2883
  };
3448
2884
 
3449
2885
  const state$v = {
@@ -3487,7 +2923,7 @@ const getConfiguredWorkerUrl$b = () => {
3487
2923
  };
3488
2924
  const launchFileSearchWorker = async () => {
3489
2925
  const name = 'File Search Worker';
3490
- const ipc = await create$11({
2926
+ const ipc = await create$13({
3491
2927
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
3492
2928
  name,
3493
2929
  url: getConfiguredWorkerUrl$b()
@@ -3699,7 +3135,7 @@ const runFn = async (instance, id, key, fn, args) => {
3699
3135
  }
3700
3136
  const commands = render$I(instance.factory, oldState, newState, newState.uid || id);
3701
3137
  setRenderedState(id, newState);
3702
- await invoke$h(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3138
+ await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3703
3139
  } else {
3704
3140
  return fn(instance.state, ...args);
3705
3141
  }
@@ -3724,7 +3160,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
3724
3160
  if (commands.length === 0) {
3725
3161
  return;
3726
3162
  }
3727
- await invoke$h(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3163
+ await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3728
3164
  };
3729
3165
 
3730
3166
  // TODO maybe wrapViewletCommand should accept module instead of id string
@@ -3784,7 +3220,7 @@ const wrapViewletCommandWithSideEffectLazy = (id, key, importFn) => {
3784
3220
  * @param {()=>any} getModule
3785
3221
  * @returns
3786
3222
  */
3787
- const create$$ = (getModule, id, parentUid, uri, x, y, width, height) => {
3223
+ const create$10 = (getModule, id, parentUid, uri, x, y, width, height) => {
3788
3224
  fn(getModule);
3789
3225
  string(id);
3790
3226
  number$1(parentUid);
@@ -3923,7 +3359,7 @@ const maybeRegisterEvents = module => {
3923
3359
  const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
3924
3360
  instance.state = newState;
3925
3361
  instance.renderedState = newState;
3926
- await invoke$h(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3362
+ await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3927
3363
  };
3928
3364
  addListener('workspace.change', handleUpdate);
3929
3365
  }
@@ -3950,7 +3386,7 @@ const maybeRegisterEvents = module => {
3950
3386
  const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
3951
3387
  instance.state = newState;
3952
3388
  instance.renderedState = newState;
3953
- await invoke$h(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3389
+ await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3954
3390
  };
3955
3391
  addListener(key, handleUpdate);
3956
3392
  }
@@ -3978,7 +3414,7 @@ const maybeRegisterMenuEntries = async module => {
3978
3414
  const actuallyLoadModule = async (getModule, id) => {
3979
3415
  const module = await getModule(id);
3980
3416
  if (!module.hasFunctionalEvents) {
3981
- await invoke$h(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
3417
+ await invoke$i(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
3982
3418
  }
3983
3419
  await loadModule$1(id, module);
3984
3420
  await maybeRegisterWrappedCommands(id, module);
@@ -4071,7 +3507,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
4071
3507
  if (module.renderEventListeners) {
4072
3508
  // TODO reuse event listeners between components
4073
3509
  const eventListeners = await module.renderEventListeners();
4074
- await invoke$h('Viewlet.registerEventListeners', viewletUid, eventListeners);
3510
+ await invoke$i('Viewlet.registerEventListeners', viewletUid, eventListeners);
4075
3511
  }
4076
3512
  if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
4077
3513
  await module.show(newState);
@@ -4121,7 +3557,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
4121
3557
  }
4122
3558
  state = ViewletState.ContentLoaded;
4123
3559
  if (viewlet.show === false) {} else {
4124
- await invoke$h(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3560
+ await invoke$i(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
4125
3561
  }
4126
3562
  if (viewlet.disposed) {
4127
3563
  // TODO unload the module from renderer process
@@ -4170,7 +3606,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
4170
3606
  return allCommands;
4171
3607
  }
4172
3608
  commands.push(...extraCommands);
4173
- await invoke$h(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3609
+ await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
4174
3610
  } else {
4175
3611
  const allCommands = [...commands, ...extraCommands
4176
3612
  // ['Viewlet.show', viewlet.id],
@@ -4191,7 +3627,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
4191
3627
  }
4192
3628
  state = ViewletState.ContentRendered;
4193
3629
  if (viewlet.parentUid && viewlet.show !== false) {
4194
- await invoke$h(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
3630
+ await invoke$i(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
4195
3631
  }
4196
3632
  state = ViewletState.Appended;
4197
3633
  if (viewlet.disposed) {
@@ -4205,7 +3641,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
4205
3641
  }
4206
3642
  viewlet.type = 4;
4207
3643
  const prettyError = await prepare(error);
4208
- print(prettyError);
3644
+ await print(prettyError);
4209
3645
  try {
4210
3646
  if (module && module.handleError) {
4211
3647
  await module.handleError(error);
@@ -4213,10 +3649,10 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
4213
3649
  }
4214
3650
  const commands = [];
4215
3651
  if (state < ViewletState.RendererProcessViewletLoaded) {
4216
- await invoke$h(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
3652
+ await invoke$i(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
4217
3653
  }
4218
3654
  const parentUid = viewlet.parentUid;
4219
- await invoke$h(kLoadModule, Error$3);
3655
+ await invoke$i(kLoadModule, Error$3);
4220
3656
  commands.push([kCreate, Error$3, viewletUid]);
4221
3657
  // @ts-ignore
4222
3658
  if (viewlet.setBounds !== false) {
@@ -4225,7 +3661,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
4225
3661
  if (module && module.customErrorRenderer) {
4226
3662
  const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
4227
3663
  const dom = await errorModule.render(error);
4228
- await invoke$h(kLoadModule, module.customErrorRenderer);
3664
+ await invoke$i(kLoadModule, module.customErrorRenderer);
4229
3665
  commands.push([kCreate, module.customErrorRenderer, viewletUid]);
4230
3666
  commands.push(['Viewlet.setDom2', viewletUid, dom]);
4231
3667
  commands.push([kAppend, parentUid, viewletUid]);
@@ -4325,7 +3761,7 @@ const focus$7 = async id => {
4325
3761
  commands.push(...render$I(instance.factory, oldState, newState));
4326
3762
  }
4327
3763
  setFocusedInstance(instance);
4328
- await invoke$h('Viewlet.sendMultiple', commands);
3764
+ await invoke$i('Viewlet.sendMultiple', commands);
4329
3765
  };
4330
3766
 
4331
3767
  /**
@@ -4368,7 +3804,7 @@ const dispose$u = async id => {
4368
3804
  throw new Error(`${id} is missing a factory function`);
4369
3805
  }
4370
3806
  instance.factory.dispose(instance.state);
4371
- await invoke$h(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
3807
+ await invoke$i(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
4372
3808
  if (instance.factory.getKeyBindings) {
4373
3809
  removeKeyBindings(instanceUid);
4374
3810
  }
@@ -4389,7 +3825,7 @@ const disposeFunctional = id => {
4389
3825
  }
4390
3826
  const instance = getInstance(id);
4391
3827
  if (!instance) {
4392
- warn$1(`cannot dispose instance ${id} because it may already be disposed`);
3828
+ warn(`cannot dispose instance ${id} because it may already be disposed`);
4393
3829
  return [];
4394
3830
  }
4395
3831
  // TODO status should have enum
@@ -4447,7 +3883,7 @@ const hideFunctional = id => {
4447
3883
  }
4448
3884
  const instance = getInstance(id);
4449
3885
  if (!instance) {
4450
- warn$1(`cannot dispose instance ${id} because it may already be disposed`);
3886
+ warn(`cannot dispose instance ${id} because it may already be disposed`);
4451
3887
  return [];
4452
3888
  }
4453
3889
  // TODO status should have enum
@@ -4547,7 +3983,7 @@ const setStateFunctional = (id, newState) => {
4547
3983
  const setState = async (id, newState) => {
4548
3984
  const commands = setStateFunctional(id, newState);
4549
3985
  if (commands.length > 0) {
4550
- await invoke$h(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
3986
+ await invoke$i(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4551
3987
  }
4552
3988
  };
4553
3989
  const getAllStates = () => {
@@ -4594,7 +4030,7 @@ const openWidget = async (moduleId, ...args) => {
4594
4030
  commands.splice(setFocusContextIndex, 1);
4595
4031
  }
4596
4032
  commands.push(['Viewlet.focus', childUid]);
4597
- await invoke$h('Viewlet.executeCommands', commands);
4033
+ await invoke$i('Viewlet.executeCommands', commands);
4598
4034
  // TODO send focus changes to renderer process together with other message
4599
4035
  if (focusContext) {
4600
4036
  setFocus(focusContext);
@@ -4610,7 +4046,7 @@ const closeWidget = async id => {
4610
4046
  const child = childInstance.state;
4611
4047
  const childUid = child.uid;
4612
4048
  const commands = disposeFunctional(childUid);
4613
- await invoke$h(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
4049
+ await invoke$i(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
4614
4050
  // TODO restore focus
4615
4051
  } catch (error) {
4616
4052
  throw new VError(error, `Failed to close widget ${id}`);
@@ -4646,7 +4082,7 @@ const getFn$1 = async (module, fnName) => {
4646
4082
  const executeViewletCommand = async (uid, fnName, ...args) => {
4647
4083
  const instance = getInstance(uid);
4648
4084
  if (!instance) {
4649
- warn$1(`cannot execute ${fnName} instance not found ${uid}`);
4085
+ warn(`cannot execute ${fnName} instance not found ${uid}`);
4650
4086
  return;
4651
4087
  }
4652
4088
  const fn = await getFn$1(instance.factory, fnName);
@@ -4667,7 +4103,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
4667
4103
  if (commands.length === 0) {
4668
4104
  return;
4669
4105
  }
4670
- await invoke$h(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4106
+ await invoke$i(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4671
4107
  };
4672
4108
 
4673
4109
  // @ts-ignore
@@ -4679,7 +4115,7 @@ const disposeWidgetWithValue = async (id, value) => {
4679
4115
  }
4680
4116
  const instance = getInstance(id);
4681
4117
  if (!instance) {
4682
- warn$1(`cannot dispose instance ${id} because it may already be disposed`);
4118
+ warn(`cannot dispose instance ${id} because it may already be disposed`);
4683
4119
  return [];
4684
4120
  }
4685
4121
  // TODO status should have enum
@@ -4707,7 +4143,7 @@ const disposeWidgetWithValue = async (id, value) => {
4707
4143
  instance.status = 'disposed';
4708
4144
  remove$7(id);
4709
4145
  remove$7(uid);
4710
- await invoke$h('Viewlet.sendMultiple', commands);
4146
+ await invoke$i('Viewlet.sendMultiple', commands);
4711
4147
  // return commands
4712
4148
  const parentInstance = getInstance(KeyBindings);
4713
4149
  if (!parentInstance) {
@@ -4779,6 +4215,106 @@ const getAbsoluteIconPath = (iconTheme, icon) => {
4779
4215
  return `${assetDir}/file-icons/${result.slice(12)}`;
4780
4216
  };
4781
4217
 
4218
+ // based on https://github.com/babel/babel/blob/6be6e04f396f03feace4431f709564a8d842163a/packages/babel-code-frame/src/index.ts (License MIT)
4219
+
4220
+ /**
4221
+ * RegExp to test for newlines in terminal.
4222
+ */
4223
+
4224
+ const NEWLINE = /\n/;
4225
+
4226
+ /**
4227
+ * Extract what lines should be marked and highlighted.
4228
+ */
4229
+ const getMarkerLines = (loc, source, opts) => {
4230
+ const startLoc = {
4231
+ column: 0,
4232
+ line: -1,
4233
+ ...loc.start
4234
+ };
4235
+ const endLoc = {
4236
+ ...startLoc,
4237
+ ...loc.end
4238
+ };
4239
+ const {
4240
+ linesAbove = 2,
4241
+ linesBelow = 3
4242
+ } = opts || {};
4243
+ const startLine = startLoc.line;
4244
+ const startColumn = startLoc.column;
4245
+ const endLine = endLoc.line;
4246
+ const endColumn = endLoc.column;
4247
+ let start = Math.max(startLine - (linesAbove + 1), 0);
4248
+ let end = Math.min(source.length, endLine + linesBelow);
4249
+ if (startLine === -1) {
4250
+ start = 0;
4251
+ }
4252
+ if (endLine === -1) {
4253
+ end = source.length;
4254
+ }
4255
+ const lineDiff = endLine - startLine;
4256
+ const markerLines = {};
4257
+ if (lineDiff) {
4258
+ for (let i = 0; i <= lineDiff; i++) {
4259
+ const lineNumber = i + startLine;
4260
+ if (!startColumn) {
4261
+ markerLines[lineNumber] = true;
4262
+ } else if (i === 0) {
4263
+ const sourceLength = source[lineNumber - 1].length;
4264
+ markerLines[lineNumber] = [startColumn, sourceLength - startColumn + 1];
4265
+ } else if (i === lineDiff) {
4266
+ markerLines[lineNumber] = [0, endColumn];
4267
+ } else {
4268
+ const sourceLength = source[lineNumber - i].length;
4269
+ markerLines[lineNumber] = [0, sourceLength];
4270
+ }
4271
+ }
4272
+ } else if (startColumn === endColumn) {
4273
+ markerLines[startLine] = startColumn ? [startColumn, 0] : true;
4274
+ } else {
4275
+ markerLines[startLine] = [startColumn, endColumn - startColumn];
4276
+ }
4277
+ return {
4278
+ start,
4279
+ end,
4280
+ markerLines
4281
+ };
4282
+ };
4283
+ const create$$ = (rawLines, loc, opts = {}) => {
4284
+ const lines = rawLines.split(NEWLINE);
4285
+ const {
4286
+ start,
4287
+ end,
4288
+ markerLines
4289
+ } = getMarkerLines(loc, lines, opts);
4290
+ const hasColumns = loc.start && typeof loc.start.column === 'number';
4291
+ const numberMaxWidth = String(end).length;
4292
+ let frame = rawLines.split(NEWLINE, end).slice(start, end).map((line, index) => {
4293
+ const number = start + 1 + index;
4294
+ const paddedNumber = ` ${number}`.slice(-numberMaxWidth);
4295
+ const gutter = ` ${paddedNumber} |`;
4296
+ const hasMarker = markerLines[number];
4297
+ const lastMarkerLine = !markerLines[number + 1];
4298
+ if (hasMarker) {
4299
+ let markerLine = '';
4300
+ if (Array.isArray(hasMarker)) {
4301
+ const markerSpacing = line.slice(0, Math.max(hasMarker[0] - 1, 0)).replaceAll(/[^\t]/g, ' ');
4302
+ const numberOfMarkers = hasMarker[1] || 1;
4303
+ markerLine = ['\n ', gutter.replaceAll(/\d/g, ' '), ' ', markerSpacing, '^'.repeat(numberOfMarkers)].join('');
4304
+ if (lastMarkerLine && opts.message) {
4305
+ markerLine += ' ' + opts.message;
4306
+ }
4307
+ }
4308
+ return ['>', gutter, line.length > 0 ? ` ${line}` : '', markerLine].join('');
4309
+ }
4310
+ return ` ${gutter}${line.length > 0 ? ` ${line}` : ''}`;
4311
+ }).join(NewLine$1);
4312
+ if (opts.message && !hasColumns) {
4313
+ frame = `${' '.repeat(numberMaxWidth + 1)}${opts.message}\n${frame}`;
4314
+ }
4315
+ return frame;
4316
+ };
4317
+
4782
4318
  const state$q = {
4783
4319
  /**
4784
4320
  * @type {any[]}
@@ -4822,7 +4358,7 @@ const getLanguageConfiguration$3 = async languageId => {
4822
4358
  };
4823
4359
 
4824
4360
  const getLanguageConfiguration$2 = async languageId => {
4825
- warn$1('get language configuration not yet supported on web');
4361
+ warn('get language configuration not yet supported on web');
4826
4362
  };
4827
4363
 
4828
4364
  const getLanguages = async () => {
@@ -4854,6 +4390,11 @@ const getNthFileExtension = (file, startIndex) => {
4854
4390
  return file.lastIndexOf(Dot, startIndex);
4855
4391
  };
4856
4392
 
4393
+ const splitLines = lines => {
4394
+ string(lines);
4395
+ return lines.split(NewLine$1);
4396
+ };
4397
+
4857
4398
  // TODO merge all of this with extension host languages module
4858
4399
 
4859
4400
  const state$p = {
@@ -4978,7 +4519,7 @@ const contributionPointFileExtensions = {
4978
4519
  key: 'fileExtensions',
4979
4520
  handle(value, languageId) {
4980
4521
  if (value) {
4981
- warn$1(`[renderer-worker] unsupported property "fileExtensions" for language ${languageId}, use the property "extensions" instead`);
4522
+ warn(`[renderer-worker] unsupported property "fileExtensions" for language ${languageId}, use the property "extensions" instead`);
4982
4523
  }
4983
4524
  }
4984
4525
  };
@@ -4991,7 +4532,7 @@ const contributionPointFileNames = {
4991
4532
  const fileNameLower = fileName.toLowerCase();
4992
4533
  addFileName(fileNameLower, languageId);
4993
4534
  } else {
4994
- warn$1(`[renderer-worker] language.fileNames for ${languageId} should be an array of strings but includes ${typeof fileName}`);
4535
+ warn(`[renderer-worker] language.fileNames for ${languageId} should be an array of strings but includes ${typeof fileName}`);
4995
4536
  }
4996
4537
  }
4997
4538
  }
@@ -5021,7 +4562,7 @@ const warnFileNames = (languageId, language) => {
5021
4562
  break;
5022
4563
  }
5023
4564
  }
5024
- const codeFrame = create$13(code, {
4565
+ const codeFrame = create$$(code, {
5025
4566
  start: {
5026
4567
  line: rowIndex + 1,
5027
4568
  column: columnIndex + 1
@@ -5031,7 +4572,7 @@ const warnFileNames = (languageId, language) => {
5031
4572
  column: columnIndex + 'filenames'.length + 1
5032
4573
  }
5033
4574
  });
5034
- warn$1(`Please use "fileNames" instead of "filenames" for language ${languageId}
4575
+ warn(`Please use "fileNames" instead of "filenames" for language ${languageId}
5035
4576
  ${codeFrame}
5036
4577
  `);
5037
4578
  };
@@ -5050,7 +4591,7 @@ const contributionPointExtensions = {
5050
4591
  if (typeof extension === 'string') {
5051
4592
  addExtension(extension, languageId);
5052
4593
  } else {
5053
- warn$1(`[renderer-worker] language.extensions for ${languageId} should be an array of strings but includes ${typeof extension}`);
4594
+ warn(`[renderer-worker] language.extensions for ${languageId} should be an array of strings but includes ${typeof extension}`);
5054
4595
  }
5055
4596
  }
5056
4597
  }
@@ -5068,7 +4609,7 @@ const contributionPoints = [contributionPointFileExtensions, contributionPointEx
5068
4609
  const addLanguage = language => {
5069
4610
  const languageId = language.id;
5070
4611
  if (!languageId) {
5071
- warn$1('[renderer-worker] language is missing id', language);
4612
+ warn('[renderer-worker] language is missing id', language);
5072
4613
  return;
5073
4614
  }
5074
4615
  // TODO could use object destructuing here
@@ -5200,7 +4741,7 @@ const getIcon$1 = dirent => {
5200
4741
  case Socket:
5201
4742
  return getAbsoluteIconPath(getIconTheme(), File$4);
5202
4743
  default:
5203
- warn$1(`unsupported type ${dirent.type}`);
4744
+ warn(`unsupported type ${dirent.type}`);
5204
4745
  return None$e;
5205
4746
  }
5206
4747
  };
@@ -5225,7 +4766,7 @@ const hydrate$3 = async () => {
5225
4766
  };
5226
4767
 
5227
4768
  const getInitData = async () => {
5228
- const rendererProcessInitData = await invoke$h('InitData.getInitData');
4769
+ const rendererProcessInitData = await invoke$i('InitData.getInitData');
5229
4770
  // TODO get the following items
5230
4771
  // - location.href
5231
4772
  // - workspace
@@ -5242,7 +4783,7 @@ const getInitData = async () => {
5242
4783
  const RendererWorker = 108;
5243
4784
 
5244
4785
  const listen = method => {
5245
- return create$11({
4786
+ return create$13({
5246
4787
  method,
5247
4788
  type: 'shared-process',
5248
4789
  name: 'Shared Process',
@@ -5594,7 +5135,7 @@ const getRecentlyOpened$1 = async () => {
5594
5135
  // TODO should check for error.code
5595
5136
  if (error && error instanceof Error && error.message.includes('File not found')) ; else if (error && error instanceof Error && error.message.includes('failed to parse json')) ; else {
5596
5137
  const vError = new VError(error, 'Failed to read recently opened');
5597
- warn$1(vError);
5138
+ warn(vError);
5598
5139
  }
5599
5140
  return [];
5600
5141
  }
@@ -6103,7 +5644,7 @@ const startup = async () => {
6103
5644
  mark(DidLoadColorTheme);
6104
5645
  mark$1(Four);
6105
5646
  mark(WillShowLayout);
6106
- const layout = create$$(load$4, Layout, 0, '', 0, 0, 0, 0);
5647
+ const layout = create$10(load$4, Layout, 0, '', 0, 0, 0, 0);
6107
5648
  layout.uid = create$12();
6108
5649
  const layoutState = await getSavedViewletState(Layout);
6109
5650
  const commands = await load$6({
@@ -6124,7 +5665,7 @@ const startup = async () => {
6124
5665
  const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
6125
5666
  commands.push(...placeholderCommands);
6126
5667
  commands.push(['Viewlet.appendToBody', layout.uid]);
6127
- await invoke$h('Viewlet.executeCommands', commands);
5668
+ await invoke$i('Viewlet.executeCommands', commands);
6128
5669
  // await Layout.hydrate(initData)
6129
5670
  mark(DidShowLayout);
6130
5671
  mark(WillLoadLanguages);
@@ -6771,7 +6312,7 @@ const getCacheKey$1 = colorThemeId => {
6771
6312
  };
6772
6313
  const get$8 = colorThemeId => {
6773
6314
  const cacheKey = getCacheKey$1(colorThemeId);
6774
- return getText(cacheKey);
6315
+ return getText$1(cacheKey);
6775
6316
  };
6776
6317
  const set$9 = (colorThemeId, data) => {
6777
6318
  const cacheKey = getCacheKey$1(colorThemeId);
@@ -7122,7 +6663,7 @@ const remove$6 = uri => {
7122
6663
  * @param {string} oldUri
7123
6664
  * @param {string} newUri
7124
6665
  */
7125
- const rename$4 = (oldUri, newUri) => {
6666
+ const rename$5 = (oldUri, newUri) => {
7126
6667
  const protocol = getProtocol(oldUri);
7127
6668
  const oldPath = getPath$1(protocol, oldUri);
7128
6669
  const newPath = getPath$1(protocol, newUri);
@@ -7204,7 +6745,7 @@ const ExtensionHostFileSystem = {
7204
6745
  readDirWithFileTypes: readDirWithFileTypes$7,
7205
6746
  readFile: readFile$d,
7206
6747
  remove: remove$6,
7207
- rename: rename$4,
6748
+ rename: rename$5,
7208
6749
  writeFile: writeFile$d
7209
6750
  };
7210
6751
 
@@ -7238,7 +6779,7 @@ const writeFile$c = async (uri, content) => {
7238
6779
  const readDirWithFileTypes$6 = () => {
7239
6780
  return [];
7240
6781
  };
7241
- const rename$3 = async (oldUri, newUri) => {
6782
+ const rename$4 = async (oldUri, newUri) => {
7242
6783
  throw new Error('not allowed');
7243
6784
  };
7244
6785
  const remove$5 = async path => {
@@ -7261,7 +6802,7 @@ const FileSystemApp = {
7261
6802
  readDirWithFileTypes: readDirWithFileTypes$6,
7262
6803
  readFile: readFile$c,
7263
6804
  remove: remove$5,
7264
- rename: rename$3,
6805
+ rename: rename$4,
7265
6806
  writeFile: writeFile$c
7266
6807
  };
7267
6808
 
@@ -7275,7 +6816,7 @@ const readFile$b = path => {
7275
6816
  const remove$4 = path => {
7276
6817
  throw new Error('not implemented');
7277
6818
  };
7278
- const rename$2 = (oldUri, newUri) => {
6819
+ const rename$3 = (oldUri, newUri) => {
7279
6820
  throw new Error('not implemented');
7280
6821
  };
7281
6822
  const mkdir$4 = path => {
@@ -7306,7 +6847,7 @@ const FileSystemData = {
7306
6847
  readDirWithFileTypes: readDirWithFileTypes$5,
7307
6848
  readFile: readFile$b,
7308
6849
  remove: remove$4,
7309
- rename: rename$2,
6850
+ rename: rename$3,
7310
6851
  writeFile: writeFile$b
7311
6852
  };
7312
6853
 
@@ -7332,12 +6873,15 @@ const readDirWithFileTypes$4 = uri => {
7332
6873
  const getBlobUrl$1 = uri => {
7333
6874
  return invoke$f('FileSystemMemory.getBlobUrl', uri);
7334
6875
  };
7335
- const getBlob$3 = async uri => {
6876
+ const getBlob$4 = async uri => {
7336
6877
  return invoke$f('FileSystemMemory.getBlob', uri);
7337
6878
  };
7338
6879
  const chmod$2 = (path, permissions) => {
7339
6880
  return invoke$f('FileSystemMemory.chmod', path, permissions);
7340
6881
  };
6882
+ const rename$2 = (oldPath, newPath) => {
6883
+ return invoke$f('FileSystemMemory.rename', oldPath, newPath);
6884
+ };
7341
6885
  const getFiles = () => {
7342
6886
  return invoke$f('FileSystemMemory.getFiles');
7343
6887
  };
@@ -7345,7 +6889,7 @@ const getFiles = () => {
7345
6889
  const FileSystemMemory = {
7346
6890
  __proto__: null,
7347
6891
  chmod: chmod$2,
7348
- getBlob: getBlob$3,
6892
+ getBlob: getBlob$4,
7349
6893
  getBlobUrl: getBlobUrl$1,
7350
6894
  getFiles,
7351
6895
  getPathSeparator: getPathSeparator$4,
@@ -7354,6 +6898,7 @@ const FileSystemMemory = {
7354
6898
  readDirWithFileTypes: readDirWithFileTypes$4,
7355
6899
  readFile: readFile$a,
7356
6900
  remove: remove$3,
6901
+ rename: rename$2,
7357
6902
  writeFile: writeFile$a
7358
6903
  };
7359
6904
 
@@ -7683,7 +7228,7 @@ const readDirWithFileTypes$2 = async uri => {
7683
7228
  const chmod$1 = (path, permissions) => {
7684
7229
  return invoke$f('FileSystemFetch.chmod', path, permissions);
7685
7230
  };
7686
- const getBlob$2 = async (uri, type) => {
7231
+ const getBlob$3 = async (uri, type) => {
7687
7232
  return invoke$f('FileSystemFetch.getBlob', uri, type);
7688
7233
  };
7689
7234
 
@@ -7691,7 +7236,7 @@ const FileSystemFetch = {
7691
7236
  __proto__: null,
7692
7237
  canBeRestored: canBeRestored$3,
7693
7238
  chmod: chmod$1,
7694
- getBlob: getBlob$2,
7239
+ getBlob: getBlob$3,
7695
7240
  getPathSeparator: getPathSeparator$2,
7696
7241
  mkdir: mkdir$1,
7697
7242
  name: name$2j,
@@ -7755,7 +7300,7 @@ const getBlobUrl = path => {
7755
7300
  }
7756
7301
  return getRemoteSrc(path);
7757
7302
  };
7758
- const getBlob$1 = async (path, type) => {
7303
+ const getBlob$2 = async (path, type) => {
7759
7304
  const content = await invoke$g('FileSystem.readFileAsBuffer', path);
7760
7305
  const array = new Uint8Array(content.data);
7761
7306
  const blob = new Blob([array], {
@@ -7792,7 +7337,7 @@ const FileSystemDisk = {
7792
7337
  chmod,
7793
7338
  copy: copy$4,
7794
7339
  ensureFile,
7795
- getBlob: getBlob$1,
7340
+ getBlob: getBlob$2,
7796
7341
  getBlobUrl,
7797
7342
  getFolderSize,
7798
7343
  getPathSeparator: getPathSeparator$1,
@@ -7936,7 +7481,7 @@ const requestPermission = async (handle, options) => {
7936
7481
  // query permission, but from renderer process
7937
7482
  // because handle.requestPermission is not implemented
7938
7483
  // in a worker, see https://github.com/WICG/file-system-access/issues/289
7939
- const permissionTypeNow = await invoke$h('FileSystemHandle.requestPermission', handle, options);
7484
+ const permissionTypeNow = await invoke$i('FileSystemHandle.requestPermission', handle, options);
7940
7485
  return permissionTypeNow;
7941
7486
  };
7942
7487
  const queryPermission = async (handle, options) => {
@@ -8136,7 +7681,7 @@ const getBlobSrc = async uri => {
8136
7681
  const blobUrl = URL.createObjectURL(file);
8137
7682
  return blobUrl;
8138
7683
  };
8139
- const getBlob = async (uri, type) => {
7684
+ const getBlob$1 = async (uri, type) => {
8140
7685
  const handle = await getFileHandle(uri);
8141
7686
  if (!handle) {
8142
7687
  throw new Error(`file not found`);
@@ -8150,7 +7695,7 @@ const canBeRestored$1 = true;
8150
7695
  const FileSystemHtml = {
8151
7696
  __proto__: null,
8152
7697
  canBeRestored: canBeRestored$1,
8153
- getBlob,
7698
+ getBlob: getBlob$1,
8154
7699
  getBlobSrc,
8155
7700
  getChildHandles,
8156
7701
  getDirents,
@@ -8509,7 +8054,7 @@ const getConfiguredWorkerUrl$a = () => {
8509
8054
  };
8510
8055
  const launchAboutViewWorker = async () => {
8511
8056
  const name = 'About View Worker';
8512
- const ipc = await create$11({
8057
+ const ipc = await create$13({
8513
8058
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
8514
8059
  name,
8515
8060
  url: getConfiguredWorkerUrl$a()
@@ -8553,13 +8098,76 @@ const About_ipc = {
8553
8098
  name: name$2h
8554
8099
  };
8555
8100
 
8101
+ /**
8102
+ *
8103
+ // @ts-ignore
8104
+ * @returns {Promise<any>}
8105
+ */
8106
+ const loadKy = async () => {
8107
+ const url = `${assetDir}/js/ky.js`;
8108
+ const module = await import(url);
8109
+ return module;
8110
+ };
8111
+
8112
+ const getJson$1 = async (url, options = {}) => {
8113
+ try {
8114
+ string(url);
8115
+ const response = await fetch(url);
8116
+ if (!response.ok) {
8117
+ throw new Error(response.statusText);
8118
+ }
8119
+ const result = await response.json();
8120
+ return result;
8121
+ } catch (error) {
8122
+ if (error && error instanceof TypeError && error.message === 'Failed to fetch') {
8123
+ throw new VError(`Failed to request json from "${url}". Make sure that the server is running and has CORS enabled`);
8124
+ }
8125
+ // @ts-ignore
8126
+ error.message = `Failed to request json from "${url}": ${error.message}`;
8127
+ throw error;
8128
+ }
8129
+ };
8130
+ const getText = async (url, options = {}) => {
8131
+ try {
8132
+ const {
8133
+ default: ky
8134
+ } = await loadKy();
8135
+ return await ky(url, options).text();
8136
+ } catch (error) {
8137
+ if (error && error instanceof TypeError && error.message === 'Failed to fetch') {
8138
+ throw new VError(error, `Failed to request text from "${url}". Make sure that the server is running and has CORS enabled`);
8139
+ }
8140
+ throw new VError(error, `Failed to request text from "${url}"`);
8141
+ }
8142
+ };
8143
+ const getBlob = async (url, options = {}) => {
8144
+ try {
8145
+ const {
8146
+ default: ky
8147
+ } = await loadKy();
8148
+ return await ky(url, options).blob();
8149
+ } catch (error) {
8150
+ throw new VError(error, `Failed to request blob from "${url}"`);
8151
+ }
8152
+ };
8153
+ const getResponse$1 = async (url, options) => {
8154
+ try {
8155
+ const {
8156
+ default: ky
8157
+ } = await loadKy();
8158
+ return await ky(url, options);
8159
+ } catch (error) {
8160
+ throw new VError(error, `Failed to request response from "${url}"`);
8161
+ }
8162
+ };
8163
+
8556
8164
  // TODO only use Ajax module via ipc -> that way is is always lazyloaded
8557
8165
 
8558
8166
  const name$2g = 'Ajax';
8559
8167
  const Commands$2a = {
8560
- getBlob: getBlob$5,
8561
- getJson: getJson$6,
8562
- getText: getText$2
8168
+ getBlob: getBlob,
8169
+ getJson: getJson$1,
8170
+ getText: getText
8563
8171
  };
8564
8172
 
8565
8173
  const Ajax_ipc = {
@@ -8570,7 +8178,7 @@ const Ajax_ipc = {
8570
8178
 
8571
8179
  const playBell = async () => {
8572
8180
  const src = '/sounds/bell.oga';
8573
- await invoke$h(/* Audio.play */3211, /* src */src);
8181
+ await invoke$i(/* Audio.play */3211, /* src */src);
8574
8182
  };
8575
8183
 
8576
8184
  const name$2f = 'Audio';
@@ -8729,15 +8337,19 @@ const GetEditorSourceActions_ipc = {
8729
8337
  };
8730
8338
 
8731
8339
  const getFileHandles = ids => {
8732
- return invoke$h('FileHandles.get', ids);
8340
+ return invoke$i('FileHandles.get', ids);
8341
+ };
8342
+ const addFileHandle = fileHandle => {
8343
+ return invoke$i('FileSystemHandle.addFileHandle', fileHandle);
8733
8344
  };
8734
8345
 
8735
8346
  const getFilePathElectron = async file => {
8736
- return invoke$h('GetFilePathElectron.getFilePathElectron', file);
8347
+ return invoke$i('GetFilePathElectron.getFilePathElectron', file);
8737
8348
  };
8738
8349
 
8739
8350
  const name$2c = 'FileSystemHandle';
8740
8351
  const Commands$26 = {
8352
+ addFileHandle: addFileHandle,
8741
8353
  getFileHandles: getFileHandles,
8742
8354
  getFilePathElectron: getFilePathElectron
8743
8355
  };
@@ -9012,7 +8624,7 @@ const setResponse = async (key, value, contentType) => {
9012
8624
  key = 'https://example.com' + key;
9013
8625
  }
9014
8626
  if (typeof value !== 'string') {
9015
- warn$1(`invalid value ${value}`);
8627
+ warn(`invalid value ${value}`);
9016
8628
  return;
9017
8629
  }
9018
8630
  const cacheName = getCacheName();
@@ -9165,7 +8777,7 @@ const Chrome_ipc = {
9165
8777
 
9166
8778
  const readText = async () => {
9167
8779
  try {
9168
- return await invoke$h('ClipBoard.readText');
8780
+ return await invoke$i('ClipBoard.readText');
9169
8781
  } catch (error) {
9170
8782
  // @ts-ignore
9171
8783
  if (error.message === 'Read permission denied.') {
@@ -9182,7 +8794,7 @@ const readText = async () => {
9182
8794
  const writeText$1 = async text => {
9183
8795
  try {
9184
8796
  string(text);
9185
- await invoke$h('ClipBoard.writeText', /* text */text);
8797
+ await invoke$i('ClipBoard.writeText', /* text */text);
9186
8798
  } catch (error) {
9187
8799
  throw new VError(error, 'Failed to write text to clipboard');
9188
8800
  }
@@ -9209,14 +8821,14 @@ const readNativeFiles = async () => {
9209
8821
  };
9210
8822
  const writeImage = async blob => {
9211
8823
  try {
9212
- return await invoke$h('ClipBoard.writeImage', blob);
8824
+ return await invoke$i('ClipBoard.writeImage', blob);
9213
8825
  } catch (error) {
9214
8826
  throw new VError(error, 'Failed to write image to clipboard');
9215
8827
  }
9216
8828
  };
9217
8829
  const execCopy = async () => {
9218
8830
  try {
9219
- return await invoke$h('ClipBoard.execCopy');
8831
+ return await invoke$i('ClipBoard.execCopy');
9220
8832
  } catch (error) {
9221
8833
  throw new VError(error, 'Failed to copy selected text');
9222
8834
  }
@@ -9291,7 +8903,7 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
9291
8903
  };
9292
8904
 
9293
8905
  const prompt$2 = async (message, confirmMessage, title) => {
9294
- const result = await invoke$h('ConfirmPrompt.prompt', message);
8906
+ const result = await invoke$i('ConfirmPrompt.prompt', message);
9295
8907
  return result;
9296
8908
  };
9297
8909
 
@@ -9709,6 +9321,10 @@ const formatStartupPerformanceEntries = (entries, firstTimeOrigin) => {
9709
9321
  return formatStartupPerformanceEntriesWithDuration(entries, firstTimeOrigin);
9710
9322
  };
9711
9323
 
9324
+ const joinLines = lines => {
9325
+ return lines.join(NewLine$1);
9326
+ };
9327
+
9712
9328
  const formatNodeTiming = nodeStartupTiming => {
9713
9329
  const header = ['Name', 'Value'];
9714
9330
  const rows = Object.entries(nodeStartupTiming).map(([key, value]) => {
@@ -9959,10 +9575,10 @@ const getSharedProcessMemoryUsage = () => {
9959
9575
  return invoke$g(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
9960
9576
  };
9961
9577
  const getPerformanceMemory = () => {
9962
- return invoke$h('Performance.getMemory');
9578
+ return invoke$i('Performance.getMemory');
9963
9579
  };
9964
9580
  const getPerformanceUserAgentSpecificMemory = () => {
9965
- return invoke$h('Performance.measureUserAgentSpecificMemory');
9581
+ return invoke$i('Performance.measureUserAgentSpecificMemory');
9966
9582
  };
9967
9583
 
9968
9584
  // TODO handle case when renderer process and renderer worker are same process communicating via messagePort
@@ -10121,10 +9737,10 @@ const state$h = {
10121
9737
  dialog: undefined
10122
9738
  };
10123
9739
  const openFileWeb = () => {
10124
- warn$1('open file - not implemented');
9740
+ warn('open file - not implemented');
10125
9741
  };
10126
9742
  const openFileRemote = () => {
10127
- warn$1('open file - not implemented');
9743
+ warn('open file - not implemented');
10128
9744
  };
10129
9745
  const openFileElectron = async () => {
10130
9746
  const [file] = await showOpenDialog('Open File', ['openFile', 'dontAddToRecent', 'showHiddenFiles']);
@@ -10202,7 +9818,7 @@ const Dialog_ipc = {
10202
9818
  const downloadFile = async (fileName, url) => {
10203
9819
  string(fileName);
10204
9820
  string(url);
10205
- await invoke$h(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
9821
+ await invoke$i(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
10206
9822
  };
10207
9823
  const downloadToDownloadsFolder = async (fileName, url) => {
10208
9824
  const downloadFolder = await getDownloadDir();
@@ -10306,7 +9922,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
10306
9922
  const x$1 = x(editor, rowIndex, columnIndex);
10307
9923
  // @ts-ignore
10308
9924
  const y$1 = y(editor, rowIndex);
10309
- await invoke$h(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
9925
+ await invoke$i(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
10310
9926
  };
10311
9927
 
10312
9928
  const Commands$1R = {
@@ -11304,7 +10920,7 @@ const Extensions_ipc = {
11304
10920
 
11305
10921
  const showDirectoryPicker = async options => {
11306
10922
  try {
11307
- return await invoke$h('FilePicker.showDirectoryPicker', options);
10923
+ return await invoke$i('FilePicker.showDirectoryPicker', options);
11308
10924
  } catch (error) {
11309
10925
  if (error &&
11310
10926
  // @ts-ignore
@@ -11315,11 +10931,11 @@ const showDirectoryPicker = async options => {
11315
10931
  }
11316
10932
  };
11317
10933
  const showFilePicker = options => {
11318
- return invoke$h('FilePicker.showFilePicker', options);
10934
+ return invoke$i('FilePicker.showFilePicker', options);
11319
10935
  };
11320
10936
  const showSaveFilePicker = async options => {
11321
10937
  try {
11322
- return await invoke$h('FilePicker.showSaveFilePicker', options);
10938
+ return await invoke$i('FilePicker.showSaveFilePicker', options);
11323
10939
  } catch (error) {
11324
10940
  if (error &&
11325
10941
  // @ts-ignore
@@ -11347,7 +10963,7 @@ const name$1M = 'FileSystem';
11347
10963
  const Commands$1F = {
11348
10964
  chmod: chmod$3,
11349
10965
  copy: copy$6,
11350
- getBlob: getBlob$4,
10966
+ getBlob: getBlob$5,
11351
10967
  getFolderSize: getFolderSize$1,
11352
10968
  getPathSeparator: getPathSeparator$8,
11353
10969
  mkdir: mkdir$7,
@@ -11355,6 +10971,7 @@ const Commands$1F = {
11355
10971
  readFile: readFile$e,
11356
10972
  readJson: readJson$3,
11357
10973
  remove: remove$9,
10974
+ rename: rename$6,
11358
10975
  writeFile: writeFile$e
11359
10976
  };
11360
10977
 
@@ -11401,15 +11018,15 @@ const show$8 = async (uri, top, left) => {
11401
11018
  if (version !== state$e.versionId) {
11402
11019
  return;
11403
11020
  }
11404
- await invoke$h(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
11021
+ await invoke$i(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
11405
11022
  } catch (error) {
11406
11023
  console.error(error);
11407
- await invoke$h(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
11024
+ await invoke$i(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
11408
11025
  }
11409
11026
  };
11410
11027
  const hide$4 = async () => {
11411
11028
  ++state$e.versionId;
11412
- await invoke$h(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
11029
+ await invoke$i(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
11413
11030
  };
11414
11031
 
11415
11032
  // TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
@@ -11537,7 +11154,7 @@ const wrappedCreate = options => {
11537
11154
  if (options && options.url && options.url.endsWith('extensionHostSubWorkerMain.js')) {
11538
11155
  options.url = getExtensionHostSubWorkerUrl();
11539
11156
  }
11540
- return create$11(options);
11157
+ return create$13(options);
11541
11158
  };
11542
11159
  const Commands$1z = {
11543
11160
  create: wrappedCreate
@@ -11610,7 +11227,7 @@ const execute$2 = (id, ...args) => {
11610
11227
  number$1(id);
11611
11228
  const listener = state$c[id];
11612
11229
  if (!listener) {
11613
- warn$1(`listener with id ${id} not found`);
11230
+ warn(`listener with id ${id} not found`);
11614
11231
  return;
11615
11232
  }
11616
11233
  return listener(...args);
@@ -11630,8 +11247,8 @@ const Listener_ipc = {
11630
11247
  const name$1D = 'LocalStorage';
11631
11248
  const Commands$1v = {
11632
11249
  clear: clear$4,
11633
- getJson: getJson$4,
11634
- getText: getText,
11250
+ getJson: getJson$5,
11251
+ getText: getText$1,
11635
11252
  setJson: setJson$4,
11636
11253
  setText: setText
11637
11254
  };
@@ -11644,7 +11261,7 @@ const LocalStorage_ipc = {
11644
11261
 
11645
11262
  const executeMenuItemCommand = async item => {
11646
11263
  if (!item.command) {
11647
- warn$1('item has missing command', item);
11264
+ warn('item has missing command', item);
11648
11265
  return;
11649
11266
  }
11650
11267
  const args = item.args || [];
@@ -12415,7 +12032,7 @@ const getMenuHeight = items => {
12415
12032
  };
12416
12033
  const getCurrentMenu = () => {
12417
12034
  if (state$b.menus.length === 0) {
12418
- warn$1('menu not available');
12035
+ warn('menu not available');
12419
12036
  }
12420
12037
  return state$b.menus.at(-1);
12421
12038
  };
@@ -12461,7 +12078,7 @@ const show$7 = async (x, y, id, mouseBlocking = false, ...args) => {
12461
12078
  });
12462
12079
  const visible = getVisible(menu.items, -1, false, menu.level);
12463
12080
  const dom = getMenuVirtualDom(visible).slice(1);
12464
- await invoke$h(/* 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);
12081
+ await invoke$i(/* 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);
12465
12082
  };
12466
12083
  const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
12467
12084
  // TODO delete old menus
@@ -12483,7 +12100,7 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
12483
12100
  const height = getMenuHeight(subMenuItems);
12484
12101
  const visible = getVisible(subMenu.items, -1, false, subMenu.level);
12485
12102
  const dom = getMenuVirtualDom(visible).slice(1);
12486
- invoke$h(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
12103
+ invoke$i(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
12487
12104
  };
12488
12105
  const showSubMenu = async (level, index) => {
12489
12106
  await showSubMenuAtEnter(level, index, -1, -1);
@@ -12543,7 +12160,7 @@ const hide$3 = async (restoreFocus = true) => {
12543
12160
  return;
12544
12161
  }
12545
12162
  state$b.menus = [];
12546
- await invoke$h(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
12163
+ await invoke$i(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
12547
12164
  };
12548
12165
 
12549
12166
  // TODO difference between focusing with mouse or keyboard
@@ -12553,7 +12170,7 @@ const hide$3 = async (restoreFocus = true) => {
12553
12170
  const hideSubMenus = async level => {
12554
12171
  if (level < state$b.menus.length) {
12555
12172
  state$b.menus = state$b.menus.slice(0, level + 1);
12556
- await invoke$h(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
12173
+ await invoke$i(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
12557
12174
  }
12558
12175
  };
12559
12176
  const MENU_DELAY_TRIANGLE = 300;
@@ -12598,7 +12215,7 @@ const handleMouseLeave = async () => {
12598
12215
  }
12599
12216
  const oldFocusedIndex = menu.focusedIndex;
12600
12217
  menu.focusedIndex = -1;
12601
- await invoke$h(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
12218
+ await invoke$i(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
12602
12219
  };
12603
12220
  const focusIndex$6 = async (menu, index) => {
12604
12221
  if (menu.items.length === 0) {
@@ -12606,7 +12223,7 @@ const focusIndex$6 = async (menu, index) => {
12606
12223
  }
12607
12224
  const oldFocusedIndex = menu.focusedIndex;
12608
12225
  menu.focusedIndex = index;
12609
- await invoke$h(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
12226
+ await invoke$i(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
12610
12227
  };
12611
12228
  const getIndexToFocusNextStartingAt = (items, startIndex) => {
12612
12229
  for (let i = startIndex; i < startIndex + items.length; i++) {
@@ -12851,22 +12468,22 @@ const state$9 = {
12851
12468
  focusedPart: PART_TITLE_BAR
12852
12469
  };
12853
12470
  const focusActivityBar = async () => {
12854
- await invoke$h(/* ActivityBar.focus */717115);
12471
+ await invoke$i(/* ActivityBar.focus */717115);
12855
12472
  };
12856
12473
  const focusStatusBar = async () => {
12857
- await invoke$h(/* StatusBar.focus */8882);
12474
+ await invoke$i(/* StatusBar.focus */8882);
12858
12475
  };
12859
12476
  const focusPanel = async () => {
12860
- await invoke$h(/* Panel.focus */6664);
12477
+ await invoke$i(/* Panel.focus */6664);
12861
12478
  };
12862
12479
  const focusSideBar = async () => {
12863
- await invoke$h(/* SideBar.focus */5554);
12480
+ await invoke$i(/* SideBar.focus */5554);
12864
12481
  };
12865
12482
  const focusTitleBar = async () => {
12866
- await invoke$h(/* TitleBar.focus */1331);
12483
+ await invoke$i(/* TitleBar.focus */1331);
12867
12484
  };
12868
12485
  const focusMain = async () => {
12869
- await invoke$h(/* Main.focus */2145);
12486
+ await invoke$i(/* Main.focus */2145);
12870
12487
  };
12871
12488
  const focusPart = part => {
12872
12489
  state$9.focusedPart = part;
@@ -12977,7 +12594,7 @@ const create$S = async (type, text) => {
12977
12594
  type,
12978
12595
  text
12979
12596
  });
12980
- await invoke$h(/* Notification.create */'Notification.create', /* type */type, /* text */text);
12597
+ await invoke$i(/* Notification.create */'Notification.create', /* type */type, /* text */text);
12981
12598
  };
12982
12599
  const showWithOptions = async (type, text, options) => {
12983
12600
  // @ts-ignore
@@ -12986,7 +12603,7 @@ const showWithOptions = async (type, text, options) => {
12986
12603
  text,
12987
12604
  options
12988
12605
  });
12989
- await invoke$h(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
12606
+ await invoke$i(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
12990
12607
  };
12991
12608
  const handleClick$5 = index => {
12992
12609
  console.log('handle click');
@@ -13002,7 +12619,7 @@ const handleClick$5 = index => {
13002
12619
  });
13003
12620
  };
13004
12621
  const dispose$t = async id => {
13005
- await invoke$h(/* Notification.dispose */'Notification.dispose', /* id */id);
12622
+ await invoke$i(/* Notification.dispose */'Notification.dispose', /* id */id);
13006
12623
  };
13007
12624
 
13008
12625
  const name$1y = 'Notification';
@@ -13021,7 +12638,7 @@ const Notification_ipc = {
13021
12638
 
13022
12639
  const openUrlWeb = async url => {
13023
12640
  try {
13024
- await invoke$h(/* Open.openUrl */'Open.openUrl', /* url */url);
12641
+ await invoke$i(/* Open.openUrl */'Open.openUrl', /* url */url);
13025
12642
  } catch (error) {
13026
12643
  throw new VError(error, `Failed to open url ${url}`);
13027
12644
  }
@@ -13094,7 +12711,7 @@ const Preferences_ipc = {
13094
12711
  };
13095
12712
 
13096
12713
  const prompt = (message, defaultValue) => {
13097
- return invoke$h('Prompt.prompt', message, defaultValue);
12714
+ return invoke$i('Prompt.prompt', message, defaultValue);
13098
12715
  };
13099
12716
 
13100
12717
  const name$1t = 'Prompt';
@@ -13224,7 +12841,7 @@ const SessionReplay_ipc = {
13224
12841
  const name$1m = 'SessionStorage';
13225
12842
  const Commands$1e = {
13226
12843
  clear: clear$3,
13227
- getJson: getJson$2
12844
+ getJson: getJson$3
13228
12845
  };
13229
12846
 
13230
12847
  const SessionStorage_ipc = {
@@ -13249,7 +12866,7 @@ const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
13249
12866
 
13250
12867
  const launchTestWorker = async () => {
13251
12868
  const configuredWorkerUrl = getConfiguredWorkerUrl$8('develop.testWorkerPath', testWorkerUrl);
13252
- const ipc = await create$11({
12869
+ const ipc = await create$13({
13253
12870
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
13254
12871
  url: configuredWorkerUrl,
13255
12872
  name: 'Test Worker'
@@ -13260,7 +12877,7 @@ const launchTestWorker = async () => {
13260
12877
 
13261
12878
  const execute$1 = async href => {
13262
12879
  const ipc = await launchTestWorker();
13263
- await invoke$i(ipc, 'Test.execute', href);
12880
+ await invoke$j(ipc, 'Test.execute', href);
13264
12881
  };
13265
12882
 
13266
12883
  const name$1l = 'Test';
@@ -13275,16 +12892,16 @@ const Test_ipc = {
13275
12892
  };
13276
12893
 
13277
12894
  const checkSingleElementCondition = (locator, fnName, options) => {
13278
- return invoke$h('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
12895
+ return invoke$i('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
13279
12896
  };
13280
12897
  const checkMultiElementCondition = (locator, fnName, options) => {
13281
- return invoke$h('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
12898
+ return invoke$i('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
13282
12899
  };
13283
12900
  const showOverlay = (...args) => {
13284
- return invoke$h('TestFrameWork.showOverlay', ...args);
12901
+ return invoke$i('TestFrameWork.showOverlay', ...args);
13285
12902
  };
13286
12903
  const performAction = (...args) => {
13287
- return invoke$h('TestFrameWork.performAction', ...args);
12904
+ return invoke$i('TestFrameWork.performAction', ...args);
13288
12905
  };
13289
12906
 
13290
12907
  const name$1k = 'TestFrameWork';
@@ -13378,10 +12995,10 @@ const WindowTitle_ipc = {
13378
12995
  };
13379
12996
 
13380
12997
  const mock = () => {
13381
- return invoke$h('PointerCapture.mock');
12998
+ return invoke$i('PointerCapture.mock');
13382
12999
  };
13383
13000
  const unmock = () => {
13384
- return invoke$h('PointerCapture.unmock');
13001
+ return invoke$i('PointerCapture.unmock');
13385
13002
  };
13386
13003
 
13387
13004
  const name$1e = 'PointerCapture';
@@ -13517,7 +13134,7 @@ const terminalWorkerUrl = `${assetDir}/packages/terminal-worker/dist/terminalWor
13517
13134
 
13518
13135
  const launchTerminalWorker = async () => {
13519
13136
  const name = platform === Electron$1 ? 'Terminal Worker (Electron)' : 'Terminal Worker';
13520
- const ipc = await create$11({
13137
+ const ipc = await create$13({
13521
13138
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
13522
13139
  name,
13523
13140
  url: terminalWorkerUrl
@@ -13534,7 +13151,7 @@ const {
13534
13151
  const create$R = async canvasId => {
13535
13152
  number$1(canvasId);
13536
13153
  const id = create$12();
13537
- await invoke$h('OffscreenCanvas.create', canvasId, id);
13154
+ await invoke$i('OffscreenCanvas.create', canvasId, id);
13538
13155
  const canvas = acquire(id);
13539
13156
  return canvas;
13540
13157
  };
@@ -13884,7 +13501,7 @@ const launchSyntaxHighlightingWorker = async () => {
13884
13501
  const configuredWorkerUrl = getConfiguredWorkerUrl$7();
13885
13502
  const name = 'Syntax Highlighting Worker';
13886
13503
  const id = create$12();
13887
- let ipc = await create$11({
13504
+ let ipc = await create$13({
13888
13505
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
13889
13506
  name,
13890
13507
  url: configuredWorkerUrl,
@@ -14004,7 +13621,7 @@ const compat = {
14004
13621
  return invoke$g(...args);
14005
13622
  },
14006
13623
  rendererProcessInvoke(...args) {
14007
- return invoke$h(...args);
13624
+ return invoke$i(...args);
14008
13625
  },
14009
13626
  rendererProcessInvokeAndTransfer(...args) {
14010
13627
  return invokeAndTransfer$4(...args);
@@ -14047,7 +13664,7 @@ const WebView_ipc = {
14047
13664
  };
14048
13665
 
14049
13666
  const launchSearchProcess = async () => {
14050
- const ipc = await create$11({
13667
+ const ipc = await create$13({
14051
13668
  method: NodeAlternate,
14052
13669
  type: 'search-process',
14053
13670
  name: 'Search Process',
@@ -14072,7 +13689,7 @@ const getOrCreate$1 = () => {
14072
13689
  };
14073
13690
  const invoke$b = async (method, ...params) => {
14074
13691
  const ipc = await getOrCreate$1();
14075
- return invoke$i(ipc, method, ...params);
13692
+ return invoke$j(ipc, method, ...params);
14076
13693
  };
14077
13694
 
14078
13695
  const name$T = 'SearchProcess';
@@ -14203,7 +13820,7 @@ const getConfiguredWorkerUrl$6 = () => {
14203
13820
  };
14204
13821
  const launchMarkdownWorker = async () => {
14205
13822
  const name = 'Markdown Worker';
14206
- const ipc = await create$11({
13823
+ const ipc = await create$13({
14207
13824
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
14208
13825
  name,
14209
13826
  url: getConfiguredWorkerUrl$6()
@@ -15249,7 +14866,7 @@ const create$M = (id, uri, x, y, width, height) => {
15249
14866
  };
15250
14867
  const loadContent$H = state => {
15251
14868
  const update = async () => {
15252
- await invoke$h(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
14869
+ await invoke$i(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
15253
14870
  };
15254
14871
  return {
15255
14872
  ...state,
@@ -15969,7 +15586,7 @@ const getConfiguredWorkerUrl$5 = () => {
15969
15586
  };
15970
15587
  const launchIframeInspectorWorker = async () => {
15971
15588
  const name = 'Iframe Inspector Worker';
15972
- const ipc = await create$11({
15589
+ const ipc = await create$13({
15973
15590
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
15974
15591
  name,
15975
15592
  url: getConfiguredWorkerUrl$5()
@@ -16100,7 +15717,7 @@ const ViewletIframeInspector_ipc = {
16100
15717
  const diffWorkerUrl = `${assetDir}/packages/diff-worker/dist/diffWorkerMain.js`;
16101
15718
 
16102
15719
  const launchDiffWorker = async () => {
16103
- const ipc = await create$11({
15720
+ const ipc = await create$13({
16104
15721
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
16105
15722
  url: diffWorkerUrl,
16106
15723
  name: 'Diff Worker'
@@ -16612,7 +16229,7 @@ const warnDeprecatedArrayReturn = (languageId, fn) => {
16612
16229
  return;
16613
16230
  }
16614
16231
  state$5.warned.push(fn);
16615
- warn$1(`tokenizers without hasArrayReturn=false are deprecated (language ${languageId})`);
16232
+ warn(`tokenizers without hasArrayReturn=false are deprecated (language ${languageId})`);
16616
16233
  };
16617
16234
  /**
16618
16235
  *
@@ -17578,7 +17195,7 @@ const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMai
17578
17195
  const launchEditorWorker = async () => {
17579
17196
  const configuredWorkerUrl = getConfiguredWorkerUrl$8('developer.editorWorkerPath', editorWorkerUrl);
17580
17197
  const id = create$12();
17581
- let ipc = await create$11({
17198
+ let ipc = await create$13({
17582
17199
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
17583
17200
  url: configuredWorkerUrl,
17584
17201
  name: 'Editor Worker',
@@ -17593,7 +17210,7 @@ const launchEditorWorker = async () => {
17593
17210
  handleIpc(ipc);
17594
17211
  const syntaxHighlightingWorker = true;
17595
17212
  const syncIncremental = true;
17596
- await invoke$i(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
17213
+ await invoke$j(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
17597
17214
  return ipc;
17598
17215
  };
17599
17216
 
@@ -17900,7 +17517,7 @@ const Commands$s = {
17900
17517
  ...wrapEditorCommands(ids),
17901
17518
  // TODO
17902
17519
  async showOverlayMessage(state, editor, ...args) {
17903
- await invoke$h(...args);
17520
+ await invoke$i(...args);
17904
17521
  return state;
17905
17522
  }
17906
17523
  };
@@ -18066,7 +17683,7 @@ const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerVie
18066
17683
 
18067
17684
  const launchExplorerWorker = async () => {
18068
17685
  const configuredWorkerUrl = getConfiguredWorkerUrl$8('develop.explorerWorkerPath', explorerWorkerUrl);
18069
- const ipc = await create$11({
17686
+ const ipc = await create$13({
18070
17687
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18071
17688
  url: configuredWorkerUrl,
18072
17689
  name: 'Explorer Worker'
@@ -18187,7 +17804,7 @@ const getKeyBindings$a = () => {
18187
17804
  const id$9 = Explorer;
18188
17805
  const getMenuEntries$d = () => {
18189
17806
  const explorerState = getState('Explorer');
18190
- return invoke$6('Explorer.getMenuEntries', explorerState);
17807
+ return invoke$6('Explorer.getMenuEntries2', explorerState.uid);
18191
17808
  };
18192
17809
 
18193
17810
  const MenuEntriesExplorer = {
@@ -18313,7 +17930,7 @@ const getConfiguredWorkerUrl$4 = () => {
18313
17930
  };
18314
17931
  const launchExtensionDetailViewWorker = async () => {
18315
17932
  const name = 'Extension Detail View Worker';
18316
- const ipc = await create$11({
17933
+ const ipc = await create$13({
18317
17934
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18318
17935
  name,
18319
17936
  url: getConfiguredWorkerUrl$4()
@@ -18500,7 +18117,7 @@ const getConfiguredWorkerUrl$3 = () => {
18500
18117
  };
18501
18118
  const launchExtensionSearchViewWorker = async () => {
18502
18119
  const name = platform === Electron$1 ? 'Extension Search View Worker (Electron)' : 'Extension Search View Worker';
18503
- const ipc = await create$11({
18120
+ const ipc = await create$13({
18504
18121
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18505
18122
  name,
18506
18123
  url: getConfiguredWorkerUrl$3()
@@ -19491,7 +19108,7 @@ const getConfiguredWorkerUrl$2 = () => {
19491
19108
  };
19492
19109
  const launchKeyBindingsViewWorker = async () => {
19493
19110
  const name = 'KeyBindings View Worker';
19494
- const ipc = await create$11({
19111
+ const ipc = await create$13({
19495
19112
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
19496
19113
  name,
19497
19114
  url: getConfiguredWorkerUrl$2()
@@ -20467,7 +20084,7 @@ const showAsync = async (uid, points, module) => {
20467
20084
  if (commands) {
20468
20085
  commands.push(['Viewlet.append', uid, viewletUid]);
20469
20086
  }
20470
- await invoke$h('Viewlet.sendMultiple', commands);
20087
+ await invoke$i('Viewlet.sendMultiple', commands);
20471
20088
  // TODO
20472
20089
  // 2. load module
20473
20090
  // 3. if module is still visible, replace placeholder with actual viewlet
@@ -21823,7 +21440,7 @@ const focusIndex$3 = async (state, index) => {
21823
21440
  };
21824
21441
  }
21825
21442
  const instanceUid = create$12();
21826
- const instance = create$$(load$4, id, uid, editor.uri, x, y, width, contentHeight);
21443
+ const instance = create$10(load$4, id, uid, editor.uri, x, y, width, contentHeight);
21827
21444
  instance.show = false;
21828
21445
  instance.setBounds = false;
21829
21446
  instance.uid = instanceUid;
@@ -21994,7 +21611,7 @@ const openUri = async (state, uri, focus = true, {
21994
21611
  disposeCommands = hideFunctional(previousUid);
21995
21612
  }
21996
21613
  const instanceUid = create$12();
21997
- const instance = create$$(load$4, moduleId, state.uid, uri, x, y, width, contentHeight);
21614
+ const instance = create$10(load$4, moduleId, state.uid, uri, x, y, width, contentHeight);
21998
21615
  instance.uid = instanceUid;
21999
21616
  // const oldActiveIndex = state.activeIndex
22000
21617
  const tabLabel = getLabel$3(uri);
@@ -22294,7 +21911,7 @@ const loadContent$o = async (state, savedState) => {
22294
21911
  once(Twelve, hydrateLazy);
22295
21912
  addListener('editor.change', handleEditorChange$1);
22296
21913
  addListener('titleUpdated', handleTitleUpdated$1);
22297
- await invoke$h('Viewlet.loadModule', MainTabs);
21914
+ await invoke$i('Viewlet.loadModule', MainTabs);
22298
21915
  return {
22299
21916
  ...state,
22300
21917
  groups,
@@ -22386,7 +22003,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
22386
22003
  const id = getModuleId(initialUri);
22387
22004
  const tabLabel = 'Loading';
22388
22005
  const tabTitle = 'Loading';
22389
- await invoke$h(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
22006
+ await invoke$i(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
22390
22007
  const y = state.y + state.tabHeight;
22391
22008
  const x = state.x;
22392
22009
  const width = state.width;
@@ -22411,7 +22028,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
22411
22028
  title,
22412
22029
  ...props
22413
22030
  });
22414
- await invoke$h('Viewlet.send', 'Main', 'updateTab', 1, title);
22031
+ await invoke$i('Viewlet.send', 'Main', 'updateTab', 1, title);
22415
22032
  // TODO update tab title with new title
22416
22033
  return state;
22417
22034
  };
@@ -23193,7 +22810,7 @@ const create$n = (id, uri, x, y, width, height) => {
23193
22810
  };
23194
22811
  const loadContent$n = state => {
23195
22812
  const update = async () => {
23196
- await invoke$h(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
22813
+ await invoke$i(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
23197
22814
  };
23198
22815
  return {
23199
22816
  ...state,
@@ -23312,7 +22929,7 @@ const contentLoaded$4 = async state => {
23312
22929
  const setOutputChannel = async (state, option) => {
23313
22930
  state.selectedOption = option;
23314
22931
  // TODO race condition
23315
- await invoke$h(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
22932
+ await invoke$i(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
23316
22933
  // TODO race condition
23317
22934
  // TODO should use invoke
23318
22935
  await open$4('Output', state.selectedOption);
@@ -23599,7 +23216,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
23599
23216
  const currentViewletUid = currentViewletState.uid;
23600
23217
  number$1(currentViewletUid);
23601
23218
  commands.unshift(...disposeFunctional(currentViewletUid));
23602
- await invoke$h('Viewlet.sendMultiple', commands);
23219
+ await invoke$i('Viewlet.sendMultiple', commands);
23603
23220
  if (commands.at(-1).includes(Error$3)) {
23604
23221
  state.currentViewletId = Error$3;
23605
23222
  }
@@ -26798,11 +26415,11 @@ const getSources = async options => {
26798
26415
  const getUserMedia = async (captureId, options) => {
26799
26416
  number$1(captureId);
26800
26417
  object(options);
26801
- await invoke$h('ScreenCapture.start', captureId, options);
26418
+ await invoke$i('ScreenCapture.start', captureId, options);
26802
26419
  };
26803
26420
  const dispose$9 = async captureId => {
26804
26421
  number$1(captureId);
26805
- await invoke$h('ScreenCapture.dispose', captureId);
26422
+ await invoke$i('ScreenCapture.dispose', captureId);
26806
26423
  };
26807
26424
 
26808
26425
  const createScreenCaptureStream = async captureId => {
@@ -26895,7 +26512,7 @@ const getConfiguredWorkerUrl$1 = () => {
26895
26512
  };
26896
26513
  const launchTextSearchWorker = async () => {
26897
26514
  const name = 'Text Search Worker';
26898
- const ipc = await create$11({
26515
+ const ipc = await create$13({
26899
26516
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
26900
26517
  name,
26901
26518
  url: getConfiguredWorkerUrl$1()
@@ -26916,7 +26533,8 @@ const create$e = (id, uri, x, y, width, height) => {
26916
26533
  y,
26917
26534
  width,
26918
26535
  height,
26919
- commands: []
26536
+ commands: [],
26537
+ actionsDom: []
26920
26538
  };
26921
26539
  };
26922
26540
  const doCreate = async state => {
@@ -26930,9 +26548,11 @@ const loadContent$e = async (state, savedState) => {
26930
26548
  await invoke$2('TextSearch.loadContent', state.uid, savedState);
26931
26549
  const diffResult = await invoke$2('TextSearch.diff2', state.uid);
26932
26550
  const commands = await invoke$2('TextSearch.render2', state.uid, diffResult);
26551
+ const actionsDom = await invoke$2('TextSearch.renderActions', state.uid);
26933
26552
  return {
26934
26553
  ...state,
26935
- commands
26554
+ commands,
26555
+ actionsDom
26936
26556
  };
26937
26557
  };
26938
26558
  const dispose$7 = async state => {
@@ -27051,12 +26671,10 @@ const renderEventListeners$2 = async () => {
27051
26671
 
27052
26672
  const renderActions$2 = {
27053
26673
  isEqual(oldState, newState) {
27054
- return oldState === newState;
26674
+ return oldState.actionsDom === newState.actionsDom;
27055
26675
  },
27056
26676
  apply(oldState, newState) {
27057
- const actions = [];
27058
- const dom = getActionsVirtualDom(actions);
27059
- return dom;
26677
+ return newState.actionsDom;
27060
26678
  }
27061
26679
  };
27062
26680
 
@@ -27214,7 +26832,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
27214
26832
  activityBar.state = newState;
27215
26833
  commands.push(...extraCommands);
27216
26834
  }
27217
- await invoke$h('Viewlet.sendMultiple', commands);
26835
+ await invoke$i('Viewlet.sendMultiple', commands);
27218
26836
  }
27219
26837
 
27220
26838
  // // TODO race condition (check if disposed after created)
@@ -27344,7 +26962,7 @@ const ViewletSideBar_ipc = {
27344
26962
  const embedsWorkerUrl = `${assetDir}/packages/embeds-worker/dist/embedsWorkerMain.js`;
27345
26963
 
27346
26964
  const launchEmbedsWorker = async () => {
27347
- const ipc = await create$11({
26965
+ const ipc = await create$13({
27348
26966
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
27349
26967
  url: embedsWorkerUrl,
27350
26968
  name: 'Embeds Worker'
@@ -27489,6 +27107,10 @@ const toIframeSrc = (input, shortcuts = []) => {
27489
27107
  return createSearchUrl(input);
27490
27108
  };
27491
27109
 
27110
+ const isEmptyString = string => {
27111
+ return string === EmptyString;
27112
+ };
27113
+
27492
27114
  const getDefaultUrl = () => {
27493
27115
  return 'https://example.com';
27494
27116
  };
@@ -29235,7 +28857,7 @@ const resizeEffect = async state => {
29235
28857
  // Terminal.resize(state, width, height)
29236
28858
  };
29237
28859
  const clear = async state => {
29238
- await invoke$h(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
28860
+ await invoke$i(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
29239
28861
  };
29240
28862
 
29241
28863
  const getActions = state => {
@@ -29383,7 +29005,7 @@ const addTerminal = async state => {
29383
29005
  const oldTab = tabs[selectedIndex];
29384
29006
  const disposeCommands = disposeFunctional(oldTab.uid);
29385
29007
  commands.push(...disposeCommands);
29386
- await invoke$h('Viewlet.sendMultiple', commands);
29008
+ await invoke$i('Viewlet.sendMultiple', commands);
29387
29009
  return {
29388
29010
  ...state,
29389
29011
  tabs: newTabs,
@@ -29424,7 +29046,7 @@ const focusIndex$1 = async (state, index) => {
29424
29046
  const oldTab = tabs[selectedIndex];
29425
29047
  const disposeCommands = disposeFunctional(oldTab.uid);
29426
29048
  commands.push(...disposeCommands);
29427
- await invoke$h('Viewlet.sendMultiple', commands);
29049
+ await invoke$i('Viewlet.sendMultiple', commands);
29428
29050
  return {
29429
29051
  ...state,
29430
29052
  selectedIndex: index
@@ -29994,7 +29616,7 @@ const getConfiguredWorkerUrl = () => {
29994
29616
  };
29995
29617
  const launchTitleBarWorker = async () => {
29996
29618
  const name = 'Title Bar Worker';
29997
- const ipc = await create$11({
29619
+ const ipc = await create$13({
29998
29620
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
29999
29621
  name,
30000
29622
  url: getConfiguredWorkerUrl()
@@ -30270,7 +29892,7 @@ const resize = (state, dimensions) => {
30270
29892
  };
30271
29893
  };
30272
29894
  const dispose = async state => {
30273
- await invoke$h('WebView.dispose', state.uid);
29895
+ await invoke$i('WebView.dispose', state.uid);
30274
29896
  return state;
30275
29897
  };
30276
29898
 
@@ -30411,7 +30033,7 @@ const FileSystemAppMemoryUsage = {
30411
30033
  };
30412
30034
 
30413
30035
  const readFileWeb = async (path, defaultContent) => {
30414
- const content = await getText(path);
30036
+ const content = await getText$1(path);
30415
30037
  return content ?? defaultContent;
30416
30038
  };
30417
30039
  const readFileNode = async (path, defaultContent) => {
@@ -31372,7 +30994,7 @@ const closeTabsRight = async state => {
31372
30994
  const uri = newActiveEditor.uri;
31373
30995
  const moduleId = await getModuleId(uri);
31374
30996
  const uid = newActiveEditor.uid;
31375
- const instance = create$$(load$4, moduleId, state.uid, uri, x, y, width, contentHeight);
30997
+ const instance = create$10(load$4, moduleId, state.uid, uri, x, y, width, contentHeight);
31376
30998
  // @ts-ignore
31377
30999
  instance.show = false;
31378
31000
  instance.setBounds = false;
@@ -31444,7 +31066,7 @@ const closeOthers = async state => {
31444
31066
  // @ts-ignore
31445
31067
  const contentHeight = state.height - state.tabHeight;
31446
31068
  // @ts-ignore
31447
- const instance = create$$(load$4, moduleId, state.uid, focusedEditor.uri, x, y, width, contentHeight);
31069
+ const instance = create$10(load$4, moduleId, state.uid, focusedEditor.uri, x, y, width, contentHeight);
31448
31070
  instance.uid = instanceUid;
31449
31071
  instance.show = false;
31450
31072
  instance.setBounds = false;
@@ -31680,7 +31302,7 @@ const handleDropFilePathSplit = async (state, eventX, eventY, filePath, splitDir
31680
31302
  create$12();
31681
31303
  // @ts-ignore
31682
31304
  create$12();
31683
- create$$(load$4, id, state.uid, uri, overlayX, overlayY, overlayWidth, overlayHeight);
31305
+ create$10(load$4, id, state.uid, uri, overlayX, overlayY, overlayWidth, overlayHeight);
31684
31306
  // const sashGridItem = {
31685
31307
  // x: sashX,
31686
31308
  // y: sashY,
@@ -31892,7 +31514,7 @@ const splitRight = async state => {
31892
31514
  const realEditor = lastGroup.editors.at(-1);
31893
31515
  const moduleId = await getModuleId(realEditor.uri);
31894
31516
  const instanceUid = create$12();
31895
- const instance = create$$(load$4, moduleId, state.uid, realEditor.uri, x, y, width, contentHeight);
31517
+ const instance = create$10(load$4, moduleId, state.uid, realEditor.uri, x, y, width, contentHeight);
31896
31518
  // @ts-ignore
31897
31519
  instance.show = false;
31898
31520
  instance.setBounds = false;
@@ -32097,10 +31719,10 @@ const getBuiltinPicks = () => {
32097
31719
  };
32098
31720
  const prefixIdWithExt = item => {
32099
31721
  if (!item.label) {
32100
- warn('[QuickPick] item has missing label', item);
31722
+ warn$1('[QuickPick] item has missing label', item);
32101
31723
  }
32102
31724
  if (!item.id) {
32103
- warn('[QuickPick] item has missing id', item);
31725
+ warn$1('[QuickPick] item has missing id', item);
32104
31726
  }
32105
31727
  return {
32106
31728
  ...item,