@lvce-editor/static-server 0.45.15 → 0.45.16

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 +1857 -1857
  2. package/package.json +1 -1
  3. package/src/parts/Files/Files.js +1841 -1841
  4. package/src/parts/GetResponseInfo/GetResponseInfo.js +1 -1
  5. package/src/parts/Headers/Headers.js +15 -15
  6. package/static/{df3d694 → 587acf8}/css/App.css +83 -83
  7. package/static/{df3d694 → 587acf8}/manifest.json +2 -2
  8. package/static/{df3d694 → 587acf8}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
  9. package/static/587acf8/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +2494 -0
  10. package/static/{df3d694 → 587acf8}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
  11. package/static/{df3d694 → 587acf8}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +41 -54
  12. package/static/{df3d694 → 587acf8}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1 -1
  13. package/static/{df3d694 → 587acf8}/packages/iframe-worker/dist/iframeWorkerMain.js +1 -1
  14. package/static/{df3d694 → 587acf8}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
  15. package/static/{df3d694 → 587acf8}/packages/renderer-worker/dist/rendererWorkerMain.js +1 -1
  16. package/static/{df3d694 → 587acf8}/packages/terminal-worker/dist/terminalWorkerMain.js +694 -427
  17. package/static/index.html +4 -4
  18. package/static/df3d694/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -5465
  19. /package/static/{df3d694 → 587acf8}/config/colorTheme.json +0 -0
  20. /package/static/{df3d694 → 587acf8}/config/defaultSettings.json +0 -0
  21. /package/static/{df3d694 → 587acf8}/config/fileMap.json +0 -0
  22. /package/static/{df3d694 → 587acf8}/config/webExtensions.json +0 -0
  23. /package/static/{df3d694 → 587acf8}/css/parts/AdditionalDetails.css +0 -0
  24. /package/static/{df3d694 → 587acf8}/css/parts/Animation.css +0 -0
  25. /package/static/{df3d694 → 587acf8}/css/parts/DebugButtons.css +0 -0
  26. /package/static/{df3d694 → 587acf8}/css/parts/DebugValue.css +0 -0
  27. /package/static/{df3d694 → 587acf8}/css/parts/E2eTest.css +0 -0
  28. /package/static/{df3d694 → 587acf8}/css/parts/E2eTests.css +0 -0
  29. /package/static/{df3d694 → 587acf8}/css/parts/EditorHover.css +0 -0
  30. /package/static/{df3d694 → 587acf8}/css/parts/EditorMessage.css +0 -0
  31. /package/static/{df3d694 → 587acf8}/css/parts/FeatureContent.css +0 -0
  32. /package/static/{df3d694 → 587acf8}/css/parts/Features.css +0 -0
  33. /package/static/{df3d694 → 587acf8}/css/parts/ImagePreview.css +0 -0
  34. /package/static/{df3d694 → 587acf8}/css/parts/InlineDiffEditor.css +0 -0
  35. /package/static/{df3d694 → 587acf8}/css/parts/InputBadge.css +0 -0
  36. /package/static/{df3d694 → 587acf8}/css/parts/Key.css +0 -0
  37. /package/static/{df3d694 → 587acf8}/css/parts/KeyBindingsHeader.css +0 -0
  38. /package/static/{df3d694 → 587acf8}/css/parts/KeyBindingsTable.css +0 -0
  39. /package/static/{df3d694 → 587acf8}/css/parts/LegacyDialog.css +0 -0
  40. /package/static/{df3d694 → 587acf8}/css/parts/Markdown.css +0 -0
  41. /package/static/{df3d694 → 587acf8}/css/parts/Progress.css +0 -0
  42. /package/static/{df3d694 → 587acf8}/css/parts/SearchToggleButton.css +0 -0
  43. /package/static/{df3d694 → 587acf8}/css/parts/Select.css +0 -0
  44. /package/static/{df3d694 → 587acf8}/css/parts/Table.css +0 -0
  45. /package/static/{df3d694 → 587acf8}/css/parts/ViewletAbout.css +0 -0
  46. /package/static/{df3d694 → 587acf8}/css/parts/ViewletBrowserViewOverview.css +0 -0
  47. /package/static/{df3d694 → 587acf8}/css/parts/ViewletDebugConsole.css +0 -0
  48. /package/static/{df3d694 → 587acf8}/css/parts/ViewletDefineKeyBinding.css +0 -0
  49. /package/static/{df3d694 → 587acf8}/css/parts/ViewletDialog.css +0 -0
  50. /package/static/{df3d694 → 587acf8}/css/parts/ViewletDiffEditor.css +0 -0
  51. /package/static/{df3d694 → 587acf8}/css/parts/ViewletEditorWidgetError.css +0 -0
  52. /package/static/{df3d694 → 587acf8}/css/parts/ViewletExtensionDetail.css +0 -0
  53. /package/static/{df3d694 → 587acf8}/css/parts/ViewletExtensionDetailHeader.css +0 -0
  54. /package/static/{df3d694 → 587acf8}/css/parts/ViewletExtensionDetailTabs.css +0 -0
  55. /package/static/{df3d694 → 587acf8}/css/parts/ViewletExtensions.css +0 -0
  56. /package/static/{df3d694 → 587acf8}/css/parts/ViewletKeyBindings.css +0 -0
  57. /package/static/{df3d694 → 587acf8}/css/parts/ViewletMedia.css +0 -0
  58. /package/static/{df3d694 → 587acf8}/css/parts/ViewletOutput.css +0 -0
  59. /package/static/{df3d694 → 587acf8}/css/parts/ViewletPanel.css +0 -0
  60. /package/static/{df3d694 → 587acf8}/css/parts/ViewletPanelTabs.css +0 -0
  61. /package/static/{df3d694 → 587acf8}/css/parts/ViewletPdf.css +0 -0
  62. /package/static/{df3d694 → 587acf8}/css/parts/ViewletProblems.css +0 -0
  63. /package/static/{df3d694 → 587acf8}/css/parts/ViewletReferences.css +0 -0
  64. /package/static/{df3d694 → 587acf8}/css/parts/ViewletRunAndDebug.css +0 -0
  65. /package/static/{df3d694 → 587acf8}/css/parts/ViewletScreenCapture.css +0 -0
  66. /package/static/{df3d694 → 587acf8}/css/parts/ViewletSearch.css +0 -0
  67. /package/static/{df3d694 → 587acf8}/css/parts/ViewletSimpleBrowser.css +0 -0
  68. /package/static/{df3d694 → 587acf8}/css/parts/ViewletSourceControl.css +0 -0
  69. /package/static/{df3d694 → 587acf8}/css/parts/ViewletStorage.css +0 -0
  70. /package/static/{df3d694 → 587acf8}/css/parts/ViewletTerminal.css +0 -0
  71. /package/static/{df3d694 → 587acf8}/css/parts/ViewletTerminalTabs.css +0 -0
  72. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-bat/README.md +0 -0
  73. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-bat/extension.json +0 -0
  74. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
  75. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
  76. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-c/README.md +0 -0
  77. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-c/extension.json +0 -0
  78. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
  79. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
  80. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
  81. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
  82. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-cpp/README.md +0 -0
  83. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-cpp/extension.json +0 -0
  84. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
  85. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
  86. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-cson/README.md +0 -0
  87. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-cson/extension.json +0 -0
  88. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
  89. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
  90. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-css/README.md +0 -0
  91. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-css/extension.json +0 -0
  92. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
  93. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
  94. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-dart/README.md +0 -0
  95. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-dart/extension.json +0 -0
  96. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
  97. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-desktop/README.md +0 -0
  98. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-desktop/extension.json +0 -0
  99. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
  100. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-docker/README.md +0 -0
  101. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-docker/extension.json +0 -0
  102. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
  103. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-dotenv/README.md +0 -0
  104. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
  105. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
  106. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
  107. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
  108. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
  109. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-elixir/README.md +0 -0
  110. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-elixir/extension.json +0 -0
  111. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
  112. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-elm/README.md +0 -0
  113. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-elm/extension.json +0 -0
  114. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
  115. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
  116. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
  117. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
  118. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-gn/README.md +0 -0
  119. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-gn/extension.json +0 -0
  120. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
  121. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-go/README.md +0 -0
  122. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-go/extension.json +0 -0
  123. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
  124. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-graphql/README.md +0 -0
  125. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-graphql/extension.json +0 -0
  126. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
  127. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-html/README.md +0 -0
  128. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-html/extension.json +0 -0
  129. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
  130. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
  131. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-java/README.md +0 -0
  132. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-java/extension.json +0 -0
  133. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
  134. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
  135. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-javascript/README.md +0 -0
  136. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-javascript/extension.json +0 -0
  137. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
  138. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
  139. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-json/README.md +0 -0
  140. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-json/extension.json +0 -0
  141. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
  142. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-json5/README.md +0 -0
  143. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-json5/extension.json +0 -0
  144. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
  145. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-jsx/README.md +0 -0
  146. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-jsx/extension.json +0 -0
  147. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
  148. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-julia/README.md +0 -0
  149. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-julia/extension.json +0 -0
  150. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
  151. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-kotlin/README.md +0 -0
  152. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
  153. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
  154. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-less/LICENSE +0 -0
  155. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-less/README.md +0 -0
  156. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-less/extension.json +0 -0
  157. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
  158. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
  159. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-markdown/README.md +0 -0
  160. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-markdown/extension.json +0 -0
  161. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
  162. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-mdx/README.md +0 -0
  163. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-mdx/extension.json +0 -0
  164. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
  165. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-nix/README.md +0 -0
  166. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-nix/extension.json +0 -0
  167. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
  168. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
  169. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
  170. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
  171. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
  172. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-perl/README.md +0 -0
  173. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-perl/extension.json +0 -0
  174. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
  175. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-plaintext/README.md +0 -0
  176. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
  177. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
  178. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-powershell/README.md +0 -0
  179. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-powershell/extension.json +0 -0
  180. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
  181. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-python/README.md +0 -0
  182. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-python/extension.json +0 -0
  183. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
  184. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
  185. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-r/README.md +0 -0
  186. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-r/extension.json +0 -0
  187. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
  188. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-ruby/README.md +0 -0
  189. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-ruby/extension.json +0 -0
  190. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
  191. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-rust/LICENSE +0 -0
  192. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-rust/README.md +0 -0
  193. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-rust/extension.json +0 -0
  194. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
  195. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
  196. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-scss/README.md +0 -0
  197. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-scss/extension.json +0 -0
  198. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
  199. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
  200. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-shellscript/README.md +0 -0
  201. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
  202. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
  203. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-svelte/README.md +0 -0
  204. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-svelte/extension.json +0 -0
  205. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
  206. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-terraform/README.md +0 -0
  207. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-terraform/extension.json +0 -0
  208. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
  209. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-toml/README.md +0 -0
  210. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-toml/extension.json +0 -0
  211. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
  212. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-typescript/README.md +0 -0
  213. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-typescript/extension.json +0 -0
  214. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
  215. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-vue/README.md +0 -0
  216. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-vue/extension.json +0 -0
  217. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
  218. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-wgsl/README.md +0 -0
  219. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
  220. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
  221. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
  222. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-xml/README.md +0 -0
  223. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-xml/extension.json +0 -0
  224. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
  225. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-yaml/README.md +0 -0
  226. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-yaml/extension.json +0 -0
  227. /package/static/{df3d694 → 587acf8}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
  228. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
  229. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
  230. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
  231. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  232. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-ayu/README.md +0 -0
  233. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-ayu/color-theme.json +0 -0
  234. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-ayu/extension.json +0 -0
  235. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-cobalt2/README.md +0 -0
  236. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
  237. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-cobalt2/extension.json +0 -0
  238. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  239. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  240. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-gruvbox/README.md +0 -0
  241. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
  242. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-gruvbox/extension.json +0 -0
  243. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-high-contrast/README.md +0 -0
  244. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
  245. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-high-contrast/extension.json +0 -0
  246. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-material/README.md +0 -0
  247. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-material/color-theme.json +0 -0
  248. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-material/extension.json +0 -0
  249. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-monokai/README.md +0 -0
  250. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-monokai/color-theme.json +0 -0
  251. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-monokai/extension.json +0 -0
  252. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-noctis-uva/README.md +0 -0
  253. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
  254. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
  255. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  256. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-palenight/README.md +0 -0
  257. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-palenight/color-theme.json +0 -0
  258. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-palenight/extension.json +0 -0
  259. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-palenight/images/demo.png +0 -0
  260. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-slime/README.md +0 -0
  261. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-slime/color-theme.json +0 -0
  262. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-slime/extension.json +0 -0
  263. /package/static/{df3d694 → 587acf8}/extensions/builtin.theme-slime/icon.png +0 -0
  264. /package/static/{df3d694 → 587acf8}/extensions/builtin.vscode-icons/README.md +0 -0
  265. /package/static/{df3d694 → 587acf8}/extensions/builtin.vscode-icons/extension.json +0 -0
  266. /package/static/{df3d694 → 587acf8}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
  267. /package/static/{df3d694 → 587acf8}/extensions/builtin.vscode-icons/icon.png +0 -0
  268. /package/static/{df3d694 → 587acf8}/file-icons/default_file.svg +0 -0
  269. /package/static/{df3d694 → 587acf8}/file-icons/default_folder.svg +0 -0
  270. /package/static/{df3d694 → 587acf8}/file-icons/default_folder_opened.svg +0 -0
  271. /package/static/{df3d694 → 587acf8}/file-icons/default_root_folder.svg +0 -0
  272. /package/static/{df3d694 → 587acf8}/file-icons/default_root_folder_opened.svg +0 -0
  273. /package/static/{df3d694 → 587acf8}/file-icons/file_type_access.svg +0 -0
  274. /package/static/{df3d694 → 587acf8}/file-icons/file_type_access2.svg +0 -0
  275. /package/static/{df3d694 → 587acf8}/file-icons/file_type_actionscript.svg +0 -0
  276. /package/static/{df3d694 → 587acf8}/file-icons/file_type_actionscript2.svg +0 -0
  277. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ada.svg +0 -0
  278. /package/static/{df3d694 → 587acf8}/file-icons/file_type_advpl.svg +0 -0
  279. /package/static/{df3d694 → 587acf8}/file-icons/file_type_affectscript.svg +0 -0
  280. /package/static/{df3d694 → 587acf8}/file-icons/file_type_affinitydesigner.svg +0 -0
  281. /package/static/{df3d694 → 587acf8}/file-icons/file_type_affinityphoto.svg +0 -0
  282. /package/static/{df3d694 → 587acf8}/file-icons/file_type_affinitypublisher.svg +0 -0
  283. /package/static/{df3d694 → 587acf8}/file-icons/file_type_agda.svg +0 -0
  284. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ai.svg +0 -0
  285. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ai2.svg +0 -0
  286. /package/static/{df3d694 → 587acf8}/file-icons/file_type_al.svg +0 -0
  287. /package/static/{df3d694 → 587acf8}/file-icons/file_type_al_dal.svg +0 -0
  288. /package/static/{df3d694 → 587acf8}/file-icons/file_type_allcontributors.svg +0 -0
  289. /package/static/{df3d694 → 587acf8}/file-icons/file_type_angular.svg +0 -0
  290. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ansible.svg +0 -0
  291. /package/static/{df3d694 → 587acf8}/file-icons/file_type_antlers_html.svg +0 -0
  292. /package/static/{df3d694 → 587acf8}/file-icons/file_type_antlr.svg +0 -0
  293. /package/static/{df3d694 → 587acf8}/file-icons/file_type_anyscript.svg +0 -0
  294. /package/static/{df3d694 → 587acf8}/file-icons/file_type_apache.svg +0 -0
  295. /package/static/{df3d694 → 587acf8}/file-icons/file_type_apex.svg +0 -0
  296. /package/static/{df3d694 → 587acf8}/file-icons/file_type_api_extractor.svg +0 -0
  297. /package/static/{df3d694 → 587acf8}/file-icons/file_type_apib.svg +0 -0
  298. /package/static/{df3d694 → 587acf8}/file-icons/file_type_apib2.svg +0 -0
  299. /package/static/{df3d694 → 587acf8}/file-icons/file_type_apl.svg +0 -0
  300. /package/static/{df3d694 → 587acf8}/file-icons/file_type_applescript.svg +0 -0
  301. /package/static/{df3d694 → 587acf8}/file-icons/file_type_appscript.svg +0 -0
  302. /package/static/{df3d694 → 587acf8}/file-icons/file_type_appsemble.svg +0 -0
  303. /package/static/{df3d694 → 587acf8}/file-icons/file_type_appveyor.svg +0 -0
  304. /package/static/{df3d694 → 587acf8}/file-icons/file_type_arduino.svg +0 -0
  305. /package/static/{df3d694 → 587acf8}/file-icons/file_type_asciidoc.svg +0 -0
  306. /package/static/{df3d694 → 587acf8}/file-icons/file_type_asp.svg +0 -0
  307. /package/static/{df3d694 → 587acf8}/file-icons/file_type_aspx.svg +0 -0
  308. /package/static/{df3d694 → 587acf8}/file-icons/file_type_assembly.svg +0 -0
  309. /package/static/{df3d694 → 587acf8}/file-icons/file_type_astro.svg +0 -0
  310. /package/static/{df3d694 → 587acf8}/file-icons/file_type_astroconfig.svg +0 -0
  311. /package/static/{df3d694 → 587acf8}/file-icons/file_type_atom.svg +0 -0
  312. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ats.svg +0 -0
  313. /package/static/{df3d694 → 587acf8}/file-icons/file_type_attw.svg +0 -0
  314. /package/static/{df3d694 → 587acf8}/file-icons/file_type_audio.svg +0 -0
  315. /package/static/{df3d694 → 587acf8}/file-icons/file_type_aurelia.svg +0 -0
  316. /package/static/{df3d694 → 587acf8}/file-icons/file_type_autohotkey.svg +0 -0
  317. /package/static/{df3d694 → 587acf8}/file-icons/file_type_autoit.svg +0 -0
  318. /package/static/{df3d694 → 587acf8}/file-icons/file_type_avif.svg +0 -0
  319. /package/static/{df3d694 → 587acf8}/file-icons/file_type_avro.svg +0 -0
  320. /package/static/{df3d694 → 587acf8}/file-icons/file_type_awk.svg +0 -0
  321. /package/static/{df3d694 → 587acf8}/file-icons/file_type_aws.svg +0 -0
  322. /package/static/{df3d694 → 587acf8}/file-icons/file_type_azure.svg +0 -0
  323. /package/static/{df3d694 → 587acf8}/file-icons/file_type_azurepipelines.svg +0 -0
  324. /package/static/{df3d694 → 587acf8}/file-icons/file_type_babel.svg +0 -0
  325. /package/static/{df3d694 → 587acf8}/file-icons/file_type_babel2.svg +0 -0
  326. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bak.svg +0 -0
  327. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ballerina.svg +0 -0
  328. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bat.svg +0 -0
  329. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bats.svg +0 -0
  330. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bazaar.svg +0 -0
  331. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bazel.svg +0 -0
  332. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bazel_ignore.svg +0 -0
  333. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bazel_version.svg +0 -0
  334. /package/static/{df3d694 → 587acf8}/file-icons/file_type_befunge.svg +0 -0
  335. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bicep.svg +0 -0
  336. /package/static/{df3d694 → 587acf8}/file-icons/file_type_biml.svg +0 -0
  337. /package/static/{df3d694 → 587acf8}/file-icons/file_type_binary.svg +0 -0
  338. /package/static/{df3d694 → 587acf8}/file-icons/file_type_biome.svg +0 -0
  339. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bitbucketpipeline.svg +0 -0
  340. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bithound.svg +0 -0
  341. /package/static/{df3d694 → 587acf8}/file-icons/file_type_blade.svg +0 -0
  342. /package/static/{df3d694 → 587acf8}/file-icons/file_type_blender.svg +0 -0
  343. /package/static/{df3d694 → 587acf8}/file-icons/file_type_blitzbasic.svg +0 -0
  344. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bolt.svg +0 -0
  345. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bosque.svg +0 -0
  346. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bower.svg +0 -0
  347. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bower2.svg +0 -0
  348. /package/static/{df3d694 → 587acf8}/file-icons/file_type_browserslist.svg +0 -0
  349. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bruno.svg +0 -0
  350. /package/static/{df3d694 → 587acf8}/file-icons/file_type_buckbuild.svg +0 -0
  351. /package/static/{df3d694 → 587acf8}/file-icons/file_type_buf.svg +0 -0
  352. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bun.svg +0 -0
  353. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bundlemon.svg +0 -0
  354. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bundler.svg +0 -0
  355. /package/static/{df3d694 → 587acf8}/file-icons/file_type_bunfig.svg +0 -0
  356. /package/static/{df3d694 → 587acf8}/file-icons/file_type_c.svg +0 -0
  357. /package/static/{df3d694 → 587acf8}/file-icons/file_type_c2.svg +0 -0
  358. /package/static/{df3d694 → 587acf8}/file-icons/file_type_c3.svg +0 -0
  359. /package/static/{df3d694 → 587acf8}/file-icons/file_type_c_al.svg +0 -0
  360. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cabal.svg +0 -0
  361. /package/static/{df3d694 → 587acf8}/file-icons/file_type_caddy.svg +0 -0
  362. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cake.svg +0 -0
  363. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cakephp.svg +0 -0
  364. /package/static/{df3d694 → 587acf8}/file-icons/file_type_capacitor.svg +0 -0
  365. /package/static/{df3d694 → 587acf8}/file-icons/file_type_capnp.svg +0 -0
  366. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cargo.svg +0 -0
  367. /package/static/{df3d694 → 587acf8}/file-icons/file_type_casc.svg +0 -0
  368. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cddl.svg +0 -0
  369. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cert.svg +0 -0
  370. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ceylon.svg +0 -0
  371. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cf.svg +0 -0
  372. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cf2.svg +0 -0
  373. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cfc.svg +0 -0
  374. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cfc2.svg +0 -0
  375. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cfm.svg +0 -0
  376. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cfm2.svg +0 -0
  377. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cheader.svg +0 -0
  378. /package/static/{df3d694 → 587acf8}/file-icons/file_type_chef.svg +0 -0
  379. /package/static/{df3d694 → 587acf8}/file-icons/file_type_chef_cookbook.svg +0 -0
  380. /package/static/{df3d694 → 587acf8}/file-icons/file_type_circleci.svg +0 -0
  381. /package/static/{df3d694 → 587acf8}/file-icons/file_type_class.svg +0 -0
  382. /package/static/{df3d694 → 587acf8}/file-icons/file_type_clojure.svg +0 -0
  383. /package/static/{df3d694 → 587acf8}/file-icons/file_type_clojurescript.svg +0 -0
  384. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cloudfoundry.svg +0 -0
  385. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cmake.svg +0 -0
  386. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cobol.svg +0 -0
  387. /package/static/{df3d694 → 587acf8}/file-icons/file_type_codacy.svg +0 -0
  388. /package/static/{df3d694 → 587acf8}/file-icons/file_type_codeclimate.svg +0 -0
  389. /package/static/{df3d694 → 587acf8}/file-icons/file_type_codecov.svg +0 -0
  390. /package/static/{df3d694 → 587acf8}/file-icons/file_type_codekit.svg +0 -0
  391. /package/static/{df3d694 → 587acf8}/file-icons/file_type_codemagic.svg +0 -0
  392. /package/static/{df3d694 → 587acf8}/file-icons/file_type_codeowners.svg +0 -0
  393. /package/static/{df3d694 → 587acf8}/file-icons/file_type_codeql.svg +0 -0
  394. /package/static/{df3d694 → 587acf8}/file-icons/file_type_coderabbit.svg +0 -0
  395. /package/static/{df3d694 → 587acf8}/file-icons/file_type_coffeelint.svg +0 -0
  396. /package/static/{df3d694 → 587acf8}/file-icons/file_type_coffeescript.svg +0 -0
  397. /package/static/{df3d694 → 587acf8}/file-icons/file_type_commitizen.svg +0 -0
  398. /package/static/{df3d694 → 587acf8}/file-icons/file_type_commitlint.svg +0 -0
  399. /package/static/{df3d694 → 587acf8}/file-icons/file_type_compass.svg +0 -0
  400. /package/static/{df3d694 → 587acf8}/file-icons/file_type_composer.svg +0 -0
  401. /package/static/{df3d694 → 587acf8}/file-icons/file_type_conan.svg +0 -0
  402. /package/static/{df3d694 → 587acf8}/file-icons/file_type_conda.svg +0 -0
  403. /package/static/{df3d694 → 587acf8}/file-icons/file_type_config.svg +0 -0
  404. /package/static/{df3d694 → 587acf8}/file-icons/file_type_confluence.svg +0 -0
  405. /package/static/{df3d694 → 587acf8}/file-icons/file_type_copilot.svg +0 -0
  406. /package/static/{df3d694 → 587acf8}/file-icons/file_type_coverage.svg +0 -0
  407. /package/static/{df3d694 → 587acf8}/file-icons/file_type_coveralls.svg +0 -0
  408. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cpp.svg +0 -0
  409. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cpp2.svg +0 -0
  410. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cpp3.svg +0 -0
  411. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cppheader.svg +0 -0
  412. /package/static/{df3d694 → 587acf8}/file-icons/file_type_craco.svg +0 -0
  413. /package/static/{df3d694 → 587acf8}/file-icons/file_type_crowdin.svg +0 -0
  414. /package/static/{df3d694 → 587acf8}/file-icons/file_type_crystal.svg +0 -0
  415. /package/static/{df3d694 → 587acf8}/file-icons/file_type_csharp.svg +0 -0
  416. /package/static/{df3d694 → 587acf8}/file-icons/file_type_csharp2.svg +0 -0
  417. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cspell.svg +0 -0
  418. /package/static/{df3d694 → 587acf8}/file-icons/file_type_csproj.svg +0 -0
  419. /package/static/{df3d694 → 587acf8}/file-icons/file_type_css.svg +0 -0
  420. /package/static/{df3d694 → 587acf8}/file-icons/file_type_css2.svg +0 -0
  421. /package/static/{df3d694 → 587acf8}/file-icons/file_type_css2map.svg +0 -0
  422. /package/static/{df3d694 → 587acf8}/file-icons/file_type_csscomb.svg +0 -0
  423. /package/static/{df3d694 → 587acf8}/file-icons/file_type_csslint.svg +0 -0
  424. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cssmap.svg +0 -0
  425. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cucumber.svg +0 -0
  426. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cuda.svg +0 -0
  427. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cursorrules.svg +0 -0
  428. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cvs.svg +0 -0
  429. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cypress.svg +0 -0
  430. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cypress_spec.svg +0 -0
  431. /package/static/{df3d694 → 587acf8}/file-icons/file_type_cython.svg +0 -0
  432. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dal.svg +0 -0
  433. /package/static/{df3d694 → 587acf8}/file-icons/file_type_darcs.svg +0 -0
  434. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dartlang.svg +0 -0
  435. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dartlang_generated.svg +0 -0
  436. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dartlang_ignore.svg +0 -0
  437. /package/static/{df3d694 → 587acf8}/file-icons/file_type_datadog.svg +0 -0
  438. /package/static/{df3d694 → 587acf8}/file-icons/file_type_db.svg +0 -0
  439. /package/static/{df3d694 → 587acf8}/file-icons/file_type_debian.svg +0 -0
  440. /package/static/{df3d694 → 587acf8}/file-icons/file_type_delphi.svg +0 -0
  441. /package/static/{df3d694 → 587acf8}/file-icons/file_type_deno.svg +0 -0
  442. /package/static/{df3d694 → 587acf8}/file-icons/file_type_denoify.svg +0 -0
  443. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dependabot.svg +0 -0
  444. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dependencies.svg +0 -0
  445. /package/static/{df3d694 → 587acf8}/file-icons/file_type_devcontainer.svg +0 -0
  446. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dhall.svg +0 -0
  447. /package/static/{df3d694 → 587acf8}/file-icons/file_type_diff.svg +0 -0
  448. /package/static/{df3d694 → 587acf8}/file-icons/file_type_django.svg +0 -0
  449. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dlang.svg +0 -0
  450. /package/static/{df3d694 → 587acf8}/file-icons/file_type_docker.svg +0 -0
  451. /package/static/{df3d694 → 587acf8}/file-icons/file_type_docker2.svg +0 -0
  452. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dockertest.svg +0 -0
  453. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dockertest2.svg +0 -0
  454. /package/static/{df3d694 → 587acf8}/file-icons/file_type_docpad.svg +0 -0
  455. /package/static/{df3d694 → 587acf8}/file-icons/file_type_docusaurus.svg +0 -0
  456. /package/static/{df3d694 → 587acf8}/file-icons/file_type_docz.svg +0 -0
  457. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dojo.svg +0 -0
  458. /package/static/{df3d694 → 587acf8}/file-icons/file_type_doppler.svg +0 -0
  459. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dotenv.svg +0 -0
  460. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dotjs.svg +0 -0
  461. /package/static/{df3d694 → 587acf8}/file-icons/file_type_doxygen.svg +0 -0
  462. /package/static/{df3d694 → 587acf8}/file-icons/file_type_drawio.svg +0 -0
  463. /package/static/{df3d694 → 587acf8}/file-icons/file_type_drone.svg +0 -0
  464. /package/static/{df3d694 → 587acf8}/file-icons/file_type_drools.svg +0 -0
  465. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dtd.svg +0 -0
  466. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dustjs.svg +0 -0
  467. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dvc.svg +0 -0
  468. /package/static/{df3d694 → 587acf8}/file-icons/file_type_dylan.svg +0 -0
  469. /package/static/{df3d694 → 587acf8}/file-icons/file_type_earthly.svg +0 -0
  470. /package/static/{df3d694 → 587acf8}/file-icons/file_type_eas-metadata.svg +0 -0
  471. /package/static/{df3d694 → 587acf8}/file-icons/file_type_edge.svg +0 -0
  472. /package/static/{df3d694 → 587acf8}/file-icons/file_type_edge2.svg +0 -0
  473. /package/static/{df3d694 → 587acf8}/file-icons/file_type_editorconfig.svg +0 -0
  474. /package/static/{df3d694 → 587acf8}/file-icons/file_type_eex.svg +0 -0
  475. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ejs.svg +0 -0
  476. /package/static/{df3d694 → 587acf8}/file-icons/file_type_elastic.svg +0 -0
  477. /package/static/{df3d694 → 587acf8}/file-icons/file_type_elasticbeanstalk.svg +0 -0
  478. /package/static/{df3d694 → 587acf8}/file-icons/file_type_eleventy.svg +0 -0
  479. /package/static/{df3d694 → 587acf8}/file-icons/file_type_eleventy2.svg +0 -0
  480. /package/static/{df3d694 → 587acf8}/file-icons/file_type_elixir.svg +0 -0
  481. /package/static/{df3d694 → 587acf8}/file-icons/file_type_elm.svg +0 -0
  482. /package/static/{df3d694 → 587acf8}/file-icons/file_type_elm2.svg +0 -0
  483. /package/static/{df3d694 → 587acf8}/file-icons/file_type_emacs.svg +0 -0
  484. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ember.svg +0 -0
  485. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ensime.svg +0 -0
  486. /package/static/{df3d694 → 587acf8}/file-icons/file_type_eps.svg +0 -0
  487. /package/static/{df3d694 → 587acf8}/file-icons/file_type_epub.svg +0 -0
  488. /package/static/{df3d694 → 587acf8}/file-icons/file_type_erb.svg +0 -0
  489. /package/static/{df3d694 → 587acf8}/file-icons/file_type_erlang.svg +0 -0
  490. /package/static/{df3d694 → 587acf8}/file-icons/file_type_erlang2.svg +0 -0
  491. /package/static/{df3d694 → 587acf8}/file-icons/file_type_esbuild.svg +0 -0
  492. /package/static/{df3d694 → 587acf8}/file-icons/file_type_eslint.svg +0 -0
  493. /package/static/{df3d694 → 587acf8}/file-icons/file_type_eslint2.svg +0 -0
  494. /package/static/{df3d694 → 587acf8}/file-icons/file_type_esphome.svg +0 -0
  495. /package/static/{df3d694 → 587acf8}/file-icons/file_type_excalidraw.svg +0 -0
  496. /package/static/{df3d694 → 587acf8}/file-icons/file_type_excel.svg +0 -0
  497. /package/static/{df3d694 → 587acf8}/file-icons/file_type_excel2.svg +0 -0
  498. /package/static/{df3d694 → 587acf8}/file-icons/file_type_expo.svg +0 -0
  499. /package/static/{df3d694 → 587acf8}/file-icons/file_type_falcon.svg +0 -0
  500. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fantasticon.svg +0 -0
  501. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fastly.svg +0 -0
  502. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fauna.svg +0 -0
  503. /package/static/{df3d694 → 587acf8}/file-icons/file_type_favicon.svg +0 -0
  504. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fbx.svg +0 -0
  505. /package/static/{df3d694 → 587acf8}/file-icons/file_type_firebase.svg +0 -0
  506. /package/static/{df3d694 → 587acf8}/file-icons/file_type_firebasehosting.svg +0 -0
  507. /package/static/{df3d694 → 587acf8}/file-icons/file_type_firestore.svg +0 -0
  508. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fitbit.svg +0 -0
  509. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fla.svg +0 -0
  510. /package/static/{df3d694 → 587acf8}/file-icons/file_type_flareact.svg +0 -0
  511. /package/static/{df3d694 → 587acf8}/file-icons/file_type_flash.svg +0 -0
  512. /package/static/{df3d694 → 587acf8}/file-icons/file_type_floobits.svg +0 -0
  513. /package/static/{df3d694 → 587acf8}/file-icons/file_type_flow.svg +0 -0
  514. /package/static/{df3d694 → 587acf8}/file-icons/file_type_flutter.svg +0 -0
  515. /package/static/{df3d694 → 587acf8}/file-icons/file_type_flutter_package.svg +0 -0
  516. /package/static/{df3d694 → 587acf8}/file-icons/file_type_flyio.svg +0 -0
  517. /package/static/{df3d694 → 587acf8}/file-icons/file_type_font.svg +0 -0
  518. /package/static/{df3d694 → 587acf8}/file-icons/file_type_formkit.svg +0 -0
  519. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fortran.svg +0 -0
  520. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fossa.svg +0 -0
  521. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fossil.svg +0 -0
  522. /package/static/{df3d694 → 587acf8}/file-icons/file_type_freemarker.svg +0 -0
  523. /package/static/{df3d694 → 587acf8}/file-icons/file_type_frontcommerce.svg +0 -0
  524. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fsharp.svg +0 -0
  525. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fsharp2.svg +0 -0
  526. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fsproj.svg +0 -0
  527. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fthtml.svg +0 -0
  528. /package/static/{df3d694 → 587acf8}/file-icons/file_type_funding.svg +0 -0
  529. /package/static/{df3d694 → 587acf8}/file-icons/file_type_fusebox.svg +0 -0
  530. /package/static/{df3d694 → 587acf8}/file-icons/file_type_galen.svg +0 -0
  531. /package/static/{df3d694 → 587acf8}/file-icons/file_type_galen2.svg +0 -0
  532. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gamemaker.svg +0 -0
  533. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gamemaker2.svg +0 -0
  534. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gamemaker81.svg +0 -0
  535. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gatsby.svg +0 -0
  536. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gcloud.svg +0 -0
  537. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gcode.svg +0 -0
  538. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gdscript.svg +0 -0
  539. /package/static/{df3d694 → 587acf8}/file-icons/file_type_genstat.svg +0 -0
  540. /package/static/{df3d694 → 587acf8}/file-icons/file_type_git.svg +0 -0
  541. /package/static/{df3d694 → 587acf8}/file-icons/file_type_git2.svg +0 -0
  542. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gitlab.svg +0 -0
  543. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gitpod.svg +0 -0
  544. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gleam.svg +0 -0
  545. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gleamconfig.svg +0 -0
  546. /package/static/{df3d694 → 587acf8}/file-icons/file_type_glide.svg +0 -0
  547. /package/static/{df3d694 → 587acf8}/file-icons/file_type_glitter.svg +0 -0
  548. /package/static/{df3d694 → 587acf8}/file-icons/file_type_glsl.svg +0 -0
  549. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gltf.svg +0 -0
  550. /package/static/{df3d694 → 587acf8}/file-icons/file_type_glyphs.svg +0 -0
  551. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gnu.svg +0 -0
  552. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gnuplot.svg +0 -0
  553. /package/static/{df3d694 → 587acf8}/file-icons/file_type_go.svg +0 -0
  554. /package/static/{df3d694 → 587acf8}/file-icons/file_type_go_aqua.svg +0 -0
  555. /package/static/{df3d694 → 587acf8}/file-icons/file_type_go_black.svg +0 -0
  556. /package/static/{df3d694 → 587acf8}/file-icons/file_type_go_fuchsia.svg +0 -0
  557. /package/static/{df3d694 → 587acf8}/file-icons/file_type_go_gopher.svg +0 -0
  558. /package/static/{df3d694 → 587acf8}/file-icons/file_type_go_lightblue.svg +0 -0
  559. /package/static/{df3d694 → 587acf8}/file-icons/file_type_go_package.svg +0 -0
  560. /package/static/{df3d694 → 587acf8}/file-icons/file_type_go_white.svg +0 -0
  561. /package/static/{df3d694 → 587acf8}/file-icons/file_type_go_work.svg +0 -0
  562. /package/static/{df3d694 → 587acf8}/file-icons/file_type_go_yellow.svg +0 -0
  563. /package/static/{df3d694 → 587acf8}/file-icons/file_type_goctl.svg +0 -0
  564. /package/static/{df3d694 → 587acf8}/file-icons/file_type_godot.svg +0 -0
  565. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gpg.svg +0 -0
  566. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gradle.svg +0 -0
  567. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gradle2.svg +0 -0
  568. /package/static/{df3d694 → 587acf8}/file-icons/file_type_grain.svg +0 -0
  569. /package/static/{df3d694 → 587acf8}/file-icons/file_type_graphql.svg +0 -0
  570. /package/static/{df3d694 → 587acf8}/file-icons/file_type_graphql_config.svg +0 -0
  571. /package/static/{df3d694 → 587acf8}/file-icons/file_type_graphviz.svg +0 -0
  572. /package/static/{df3d694 → 587acf8}/file-icons/file_type_greenkeeper.svg +0 -0
  573. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gridsome.svg +0 -0
  574. /package/static/{df3d694 → 587acf8}/file-icons/file_type_groovy.svg +0 -0
  575. /package/static/{df3d694 → 587acf8}/file-icons/file_type_groovy2.svg +0 -0
  576. /package/static/{df3d694 → 587acf8}/file-icons/file_type_grunt.svg +0 -0
  577. /package/static/{df3d694 → 587acf8}/file-icons/file_type_gulp.svg +0 -0
  578. /package/static/{df3d694 → 587acf8}/file-icons/file_type_haml.svg +0 -0
  579. /package/static/{df3d694 → 587acf8}/file-icons/file_type_handlebars.svg +0 -0
  580. /package/static/{df3d694 → 587acf8}/file-icons/file_type_handlebars2.svg +0 -0
  581. /package/static/{df3d694 → 587acf8}/file-icons/file_type_harbour.svg +0 -0
  582. /package/static/{df3d694 → 587acf8}/file-icons/file_type_hardhat.svg +0 -0
  583. /package/static/{df3d694 → 587acf8}/file-icons/file_type_hashicorp.svg +0 -0
  584. /package/static/{df3d694 → 587acf8}/file-icons/file_type_haskell.svg +0 -0
  585. /package/static/{df3d694 → 587acf8}/file-icons/file_type_haskell2.svg +0 -0
  586. /package/static/{df3d694 → 587acf8}/file-icons/file_type_haxe.svg +0 -0
  587. /package/static/{df3d694 → 587acf8}/file-icons/file_type_haxecheckstyle.svg +0 -0
  588. /package/static/{df3d694 → 587acf8}/file-icons/file_type_haxedevelop.svg +0 -0
  589. /package/static/{df3d694 → 587acf8}/file-icons/file_type_helix.svg +0 -0
  590. /package/static/{df3d694 → 587acf8}/file-icons/file_type_helm.svg +0 -0
  591. /package/static/{df3d694 → 587acf8}/file-icons/file_type_histoire.svg +0 -0
  592. /package/static/{df3d694 → 587acf8}/file-icons/file_type_hjson.svg +0 -0
  593. /package/static/{df3d694 → 587acf8}/file-icons/file_type_hlsl.svg +0 -0
  594. /package/static/{df3d694 → 587acf8}/file-icons/file_type_homeassistant.svg +0 -0
  595. /package/static/{df3d694 → 587acf8}/file-icons/file_type_horusec.svg +0 -0
  596. /package/static/{df3d694 → 587acf8}/file-icons/file_type_host.svg +0 -0
  597. /package/static/{df3d694 → 587acf8}/file-icons/file_type_html.svg +0 -0
  598. /package/static/{df3d694 → 587acf8}/file-icons/file_type_htmlhint.svg +0 -0
  599. /package/static/{df3d694 → 587acf8}/file-icons/file_type_htmlvalidate.svg +0 -0
  600. /package/static/{df3d694 → 587acf8}/file-icons/file_type_http.svg +0 -0
  601. /package/static/{df3d694 → 587acf8}/file-icons/file_type_hugo.svg +0 -0
  602. /package/static/{df3d694 → 587acf8}/file-icons/file_type_humanstxt.svg +0 -0
  603. /package/static/{df3d694 → 587acf8}/file-icons/file_type_hunspell.svg +0 -0
  604. /package/static/{df3d694 → 587acf8}/file-icons/file_type_husky.svg +0 -0
  605. /package/static/{df3d694 → 587acf8}/file-icons/file_type_hy.svg +0 -0
  606. /package/static/{df3d694 → 587acf8}/file-icons/file_type_hygen.svg +0 -0
  607. /package/static/{df3d694 → 587acf8}/file-icons/file_type_hypr.svg +0 -0
  608. /package/static/{df3d694 → 587acf8}/file-icons/file_type_icl.svg +0 -0
  609. /package/static/{df3d694 → 587acf8}/file-icons/file_type_idris.svg +0 -0
  610. /package/static/{df3d694 → 587acf8}/file-icons/file_type_idrisbin.svg +0 -0
  611. /package/static/{df3d694 → 587acf8}/file-icons/file_type_idrispkg.svg +0 -0
  612. /package/static/{df3d694 → 587acf8}/file-icons/file_type_image.svg +0 -0
  613. /package/static/{df3d694 → 587acf8}/file-icons/file_type_imba.svg +0 -0
  614. /package/static/{df3d694 → 587acf8}/file-icons/file_type_inc.svg +0 -0
  615. /package/static/{df3d694 → 587acf8}/file-icons/file_type_infopath.svg +0 -0
  616. /package/static/{df3d694 → 587acf8}/file-icons/file_type_informix.svg +0 -0
  617. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ini.svg +0 -0
  618. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ink.svg +0 -0
  619. /package/static/{df3d694 → 587acf8}/file-icons/file_type_innosetup.svg +0 -0
  620. /package/static/{df3d694 → 587acf8}/file-icons/file_type_io.svg +0 -0
  621. /package/static/{df3d694 → 587acf8}/file-icons/file_type_iodine.svg +0 -0
  622. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ionic.svg +0 -0
  623. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jake.svg +0 -0
  624. /package/static/{df3d694 → 587acf8}/file-icons/file_type_janet.svg +0 -0
  625. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jar.svg +0 -0
  626. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jasmine.svg +0 -0
  627. /package/static/{df3d694 → 587acf8}/file-icons/file_type_java.svg +0 -0
  628. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jbuilder.svg +0 -0
  629. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jekyll.svg +0 -0
  630. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jenkins.svg +0 -0
  631. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jest.svg +0 -0
  632. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jest_snapshot.svg +0 -0
  633. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jinja.svg +0 -0
  634. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jpm.svg +0 -0
  635. /package/static/{df3d694 → 587acf8}/file-icons/file_type_js.svg +0 -0
  636. /package/static/{df3d694 → 587acf8}/file-icons/file_type_js_official.svg +0 -0
  637. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jsbeautify.svg +0 -0
  638. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jsconfig.svg +0 -0
  639. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jscpd.svg +0 -0
  640. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jshint.svg +0 -0
  641. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jsmap.svg +0 -0
  642. /package/static/{df3d694 → 587acf8}/file-icons/file_type_json.svg +0 -0
  643. /package/static/{df3d694 → 587acf8}/file-icons/file_type_json2.svg +0 -0
  644. /package/static/{df3d694 → 587acf8}/file-icons/file_type_json5.svg +0 -0
  645. /package/static/{df3d694 → 587acf8}/file-icons/file_type_json_official.svg +0 -0
  646. /package/static/{df3d694 → 587acf8}/file-icons/file_type_json_schema.svg +0 -0
  647. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jsonld.svg +0 -0
  648. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jsonnet.svg +0 -0
  649. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jsp.svg +0 -0
  650. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jsr.svg +0 -0
  651. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jss.svg +0 -0
  652. /package/static/{df3d694 → 587acf8}/file-icons/file_type_juice.svg +0 -0
  653. /package/static/{df3d694 → 587acf8}/file-icons/file_type_julia.svg +0 -0
  654. /package/static/{df3d694 → 587acf8}/file-icons/file_type_julia2.svg +0 -0
  655. /package/static/{df3d694 → 587acf8}/file-icons/file_type_jupyter.svg +0 -0
  656. /package/static/{df3d694 → 587acf8}/file-icons/file_type_just.svg +0 -0
  657. /package/static/{df3d694 → 587acf8}/file-icons/file_type_k.svg +0 -0
  658. /package/static/{df3d694 → 587acf8}/file-icons/file_type_karma.svg +0 -0
  659. /package/static/{df3d694 → 587acf8}/file-icons/file_type_key.svg +0 -0
  660. /package/static/{df3d694 → 587acf8}/file-icons/file_type_kitchenci.svg +0 -0
  661. /package/static/{df3d694 → 587acf8}/file-icons/file_type_kite.svg +0 -0
  662. /package/static/{df3d694 → 587acf8}/file-icons/file_type_kivy.svg +0 -0
  663. /package/static/{df3d694 → 587acf8}/file-icons/file_type_knip.svg +0 -0
  664. /package/static/{df3d694 → 587acf8}/file-icons/file_type_kos.svg +0 -0
  665. /package/static/{df3d694 → 587acf8}/file-icons/file_type_kotlin.svg +0 -0
  666. /package/static/{df3d694 → 587acf8}/file-icons/file_type_kusto.svg +0 -0
  667. /package/static/{df3d694 → 587acf8}/file-icons/file_type_language_configuration.svg +0 -0
  668. /package/static/{df3d694 → 587acf8}/file-icons/file_type_lark.svg +0 -0
  669. /package/static/{df3d694 → 587acf8}/file-icons/file_type_latino.svg +0 -0
  670. /package/static/{df3d694 → 587acf8}/file-icons/file_type_layout.svg +0 -0
  671. /package/static/{df3d694 → 587acf8}/file-icons/file_type_lerna.svg +0 -0
  672. /package/static/{df3d694 → 587acf8}/file-icons/file_type_less.svg +0 -0
  673. /package/static/{df3d694 → 587acf8}/file-icons/file_type_lex.svg +0 -0
  674. /package/static/{df3d694 → 587acf8}/file-icons/file_type_liara.svg +0 -0
  675. /package/static/{df3d694 → 587acf8}/file-icons/file_type_libreoffice_base.svg +0 -0
  676. /package/static/{df3d694 → 587acf8}/file-icons/file_type_libreoffice_calc.svg +0 -0
  677. /package/static/{df3d694 → 587acf8}/file-icons/file_type_libreoffice_draw.svg +0 -0
  678. /package/static/{df3d694 → 587acf8}/file-icons/file_type_libreoffice_impress.svg +0 -0
  679. /package/static/{df3d694 → 587acf8}/file-icons/file_type_libreoffice_math.svg +0 -0
  680. /package/static/{df3d694 → 587acf8}/file-icons/file_type_libreoffice_writer.svg +0 -0
  681. /package/static/{df3d694 → 587acf8}/file-icons/file_type_license.svg +0 -0
  682. /package/static/{df3d694 → 587acf8}/file-icons/file_type_licensebat.svg +0 -0
  683. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_actionscript2.svg +0 -0
  684. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_ada.svg +0 -0
  685. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_agda.svg +0 -0
  686. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_apl.svg +0 -0
  687. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_astro.svg +0 -0
  688. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_astroconfig.svg +0 -0
  689. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_babel.svg +0 -0
  690. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_babel2.svg +0 -0
  691. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_cabal.svg +0 -0
  692. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_circleci.svg +0 -0
  693. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_cloudfoundry.svg +0 -0
  694. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_codacy.svg +0 -0
  695. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_codeclimate.svg +0 -0
  696. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_codeowners.svg +0 -0
  697. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_config.svg +0 -0
  698. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_copilot.svg +0 -0
  699. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_crystal.svg +0 -0
  700. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_cypress.svg +0 -0
  701. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_cypress_spec.svg +0 -0
  702. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_db.svg +0 -0
  703. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_deno.svg +0 -0
  704. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_dhall.svg +0 -0
  705. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_docpad.svg +0 -0
  706. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_drone.svg +0 -0
  707. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_eas-metadata.svg +0 -0
  708. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_eleventy.svg +0 -0
  709. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_eleventy2.svg +0 -0
  710. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_esphome.svg +0 -0
  711. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_expo.svg +0 -0
  712. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_firebasehosting.svg +0 -0
  713. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_fla.svg +0 -0
  714. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_font.svg +0 -0
  715. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_gamemaker2.svg +0 -0
  716. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_gradle.svg +0 -0
  717. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_hashicorp.svg +0 -0
  718. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_hjson.svg +0 -0
  719. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_ini.svg +0 -0
  720. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_io.svg +0 -0
  721. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_js.svg +0 -0
  722. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_jsconfig.svg +0 -0
  723. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_jsmap.svg +0 -0
  724. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_json.svg +0 -0
  725. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_json5.svg +0 -0
  726. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_json_schema.svg +0 -0
  727. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_jsonld.svg +0 -0
  728. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_kite.svg +0 -0
  729. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_lark.svg +0 -0
  730. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_lerna.svg +0 -0
  731. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_mailing.svg +0 -0
  732. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_mdx-components.svg +0 -0
  733. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_mdx.svg +0 -0
  734. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_mlang.svg +0 -0
  735. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_mustache.svg +0 -0
  736. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_mypy.svg +0 -0
  737. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_neo4j.svg +0 -0
  738. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_netlify.svg +0 -0
  739. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_next.svg +0 -0
  740. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_nim.svg +0 -0
  741. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_nx.svg +0 -0
  742. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_objidconfig.svg +0 -0
  743. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_openHAB.svg +0 -0
  744. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_pcl.svg +0 -0
  745. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_pnpm.svg +0 -0
  746. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_prettier.svg +0 -0
  747. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_prisma.svg +0 -0
  748. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_purescript.svg +0 -0
  749. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_quasar.svg +0 -0
  750. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_raku.svg +0 -0
  751. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_razzle.svg +0 -0
  752. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_reactrouter.svg +0 -0
  753. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_rehype.svg +0 -0
  754. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_remark.svg +0 -0
  755. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_replit.svg +0 -0
  756. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_retext.svg +0 -0
  757. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_rome.svg +0 -0
  758. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_rubocop.svg +0 -0
  759. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_rust.svg +0 -0
  760. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_rust_toolchain.svg +0 -0
  761. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_safetensors.svg +0 -0
  762. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_shaderlab.svg +0 -0
  763. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_solidity.svg +0 -0
  764. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_spin.svg +0 -0
  765. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_stylelint.svg +0 -0
  766. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_stylus.svg +0 -0
  767. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_symfony.svg +0 -0
  768. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_systemd.svg +0 -0
  769. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_systemverilog.svg +0 -0
  770. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_testcafe.svg +0 -0
  771. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_testjs.svg +0 -0
  772. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_tex.svg +0 -0
  773. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_tm.svg +0 -0
  774. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_tmux.svg +0 -0
  775. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_todo.svg +0 -0
  776. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_toit.svg +0 -0
  777. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_toml.svg +0 -0
  778. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_tree.svg +0 -0
  779. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_turbo.svg +0 -0
  780. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_unibeautify.svg +0 -0
  781. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_vash.svg +0 -0
  782. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_vercel.svg +0 -0
  783. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_vsix.svg +0 -0
  784. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_vsixmanifest.svg +0 -0
  785. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_xfl.svg +0 -0
  786. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_xorg.svg +0 -0
  787. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_yaml.svg +0 -0
  788. /package/static/{df3d694 → 587acf8}/file-icons/file_type_light_zeit.svg +0 -0
  789. /package/static/{df3d694 → 587acf8}/file-icons/file_type_lighthouse.svg +0 -0
  790. /package/static/{df3d694 → 587acf8}/file-icons/file_type_lilypond.svg +0 -0
  791. /package/static/{df3d694 → 587acf8}/file-icons/file_type_lime.svg +0 -0
  792. /package/static/{df3d694 → 587acf8}/file-icons/file_type_lintstagedrc.svg +0 -0
  793. /package/static/{df3d694 → 587acf8}/file-icons/file_type_liquid.svg +0 -0
  794. /package/static/{df3d694 → 587acf8}/file-icons/file_type_lisp.svg +0 -0
  795. /package/static/{df3d694 → 587acf8}/file-icons/file_type_livescript.svg +0 -0
  796. /package/static/{df3d694 → 587acf8}/file-icons/file_type_lnk.svg +0 -0
  797. /package/static/{df3d694 → 587acf8}/file-icons/file_type_locale.svg +0 -0
  798. /package/static/{df3d694 → 587acf8}/file-icons/file_type_log.svg +0 -0
  799. /package/static/{df3d694 → 587acf8}/file-icons/file_type_lolcode.svg +0 -0
  800. /package/static/{df3d694 → 587acf8}/file-icons/file_type_lsl.svg +0 -0
  801. /package/static/{df3d694 → 587acf8}/file-icons/file_type_lua.svg +0 -0
  802. /package/static/{df3d694 → 587acf8}/file-icons/file_type_luau.svg +0 -0
  803. /package/static/{df3d694 → 587acf8}/file-icons/file_type_lync.svg +0 -0
  804. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mailing.svg +0 -0
  805. /package/static/{df3d694 → 587acf8}/file-icons/file_type_makefile.svg +0 -0
  806. /package/static/{df3d694 → 587acf8}/file-icons/file_type_manifest.svg +0 -0
  807. /package/static/{df3d694 → 587acf8}/file-icons/file_type_manifest_bak.svg +0 -0
  808. /package/static/{df3d694 → 587acf8}/file-icons/file_type_manifest_skip.svg +0 -0
  809. /package/static/{df3d694 → 587acf8}/file-icons/file_type_map.svg +0 -0
  810. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mariadb.svg +0 -0
  811. /package/static/{df3d694 → 587acf8}/file-icons/file_type_markdown.svg +0 -0
  812. /package/static/{df3d694 → 587acf8}/file-icons/file_type_markdownlint.svg +0 -0
  813. /package/static/{df3d694 → 587acf8}/file-icons/file_type_markdownlint_ignore.svg +0 -0
  814. /package/static/{df3d694 → 587acf8}/file-icons/file_type_marko.svg +0 -0
  815. /package/static/{df3d694 → 587acf8}/file-icons/file_type_markojs.svg +0 -0
  816. /package/static/{df3d694 → 587acf8}/file-icons/file_type_master-co.svg +0 -0
  817. /package/static/{df3d694 → 587acf8}/file-icons/file_type_matlab.svg +0 -0
  818. /package/static/{df3d694 → 587acf8}/file-icons/file_type_maven.svg +0 -0
  819. /package/static/{df3d694 → 587acf8}/file-icons/file_type_maxscript.svg +0 -0
  820. /package/static/{df3d694 → 587acf8}/file-icons/file_type_maya.svg +0 -0
  821. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mdx-components.svg +0 -0
  822. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mdx.svg +0 -0
  823. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mediawiki.svg +0 -0
  824. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mercurial.svg +0 -0
  825. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mermaid.svg +0 -0
  826. /package/static/{df3d694 → 587acf8}/file-icons/file_type_meson.svg +0 -0
  827. /package/static/{df3d694 → 587acf8}/file-icons/file_type_meteor.svg +0 -0
  828. /package/static/{df3d694 → 587acf8}/file-icons/file_type_minecraft.svg +0 -0
  829. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mivascript.svg +0 -0
  830. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mjml.svg +0 -0
  831. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mlang.svg +0 -0
  832. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mocha.svg +0 -0
  833. /package/static/{df3d694 → 587acf8}/file-icons/file_type_modernizr.svg +0 -0
  834. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mojo.svg +0 -0
  835. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mojolicious.svg +0 -0
  836. /package/static/{df3d694 → 587acf8}/file-icons/file_type_moleculer.svg +0 -0
  837. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mondoo.svg +0 -0
  838. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mongo.svg +0 -0
  839. /package/static/{df3d694 → 587acf8}/file-icons/file_type_monotone.svg +0 -0
  840. /package/static/{df3d694 → 587acf8}/file-icons/file_type_motif.svg +0 -0
  841. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mson.svg +0 -0
  842. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mustache.svg +0 -0
  843. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mvt.svg +0 -0
  844. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mvtcss.svg +0 -0
  845. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mvtjs.svg +0 -0
  846. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mypy.svg +0 -0
  847. /package/static/{df3d694 → 587acf8}/file-icons/file_type_mysql.svg +0 -0
  848. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ndst.svg +0 -0
  849. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nearly.svg +0 -0
  850. /package/static/{df3d694 → 587acf8}/file-icons/file_type_neo4j.svg +0 -0
  851. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_adapter_js.svg +0 -0
  852. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_adapter_ts.svg +0 -0
  853. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_controller_js.svg +0 -0
  854. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_controller_ts.svg +0 -0
  855. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_decorator_js.svg +0 -0
  856. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_decorator_ts.svg +0 -0
  857. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_filter_js.svg +0 -0
  858. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_filter_ts.svg +0 -0
  859. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_gateway_js.svg +0 -0
  860. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_gateway_ts.svg +0 -0
  861. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_guard_js.svg +0 -0
  862. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_guard_ts.svg +0 -0
  863. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_interceptor_js.svg +0 -0
  864. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
  865. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_middleware_js.svg +0 -0
  866. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_middleware_ts.svg +0 -0
  867. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_module_js.svg +0 -0
  868. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_module_ts.svg +0 -0
  869. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_pipe_js.svg +0 -0
  870. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_pipe_ts.svg +0 -0
  871. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_service_js.svg +0 -0
  872. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nest_service_ts.svg +0 -0
  873. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nestjs.svg +0 -0
  874. /package/static/{df3d694 → 587acf8}/file-icons/file_type_netlify.svg +0 -0
  875. /package/static/{df3d694 → 587acf8}/file-icons/file_type_next.svg +0 -0
  876. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nextflow.svg +0 -0
  877. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_component_css.svg +0 -0
  878. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_component_dart.svg +0 -0
  879. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_component_html.svg +0 -0
  880. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_component_js.svg +0 -0
  881. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_component_js2.svg +0 -0
  882. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_component_less.svg +0 -0
  883. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_component_sass.svg +0 -0
  884. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_component_scss.svg +0 -0
  885. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_component_ts.svg +0 -0
  886. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_component_ts2.svg +0 -0
  887. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_controller_js.svg +0 -0
  888. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_controller_ts.svg +0 -0
  889. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_directive_dart.svg +0 -0
  890. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_directive_js.svg +0 -0
  891. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_directive_js2.svg +0 -0
  892. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_directive_ts.svg +0 -0
  893. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_directive_ts2.svg +0 -0
  894. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_guard_dart.svg +0 -0
  895. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_guard_js.svg +0 -0
  896. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_guard_ts.svg +0 -0
  897. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
  898. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_interceptor_js.svg +0 -0
  899. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
  900. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_module_dart.svg +0 -0
  901. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_module_js.svg +0 -0
  902. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_module_js2.svg +0 -0
  903. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_module_ts.svg +0 -0
  904. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_module_ts2.svg +0 -0
  905. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_pipe_dart.svg +0 -0
  906. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_pipe_js.svg +0 -0
  907. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_pipe_js2.svg +0 -0
  908. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_pipe_ts.svg +0 -0
  909. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
  910. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_routing_dart.svg +0 -0
  911. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_routing_js.svg +0 -0
  912. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_routing_js2.svg +0 -0
  913. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_routing_ts.svg +0 -0
  914. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_routing_ts2.svg +0 -0
  915. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_service_dart.svg +0 -0
  916. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_service_js.svg +0 -0
  917. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_service_js2.svg +0 -0
  918. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_service_ts.svg +0 -0
  919. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_service_ts2.svg +0 -0
  920. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
  921. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_smart_component_js.svg +0 -0
  922. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
  923. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
  924. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
  925. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ng_tailwind.svg +0 -0
  926. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nginx.svg +0 -0
  927. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nim.svg +0 -0
  928. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nimble.svg +0 -0
  929. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ninja.svg +0 -0
  930. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nix.svg +0 -0
  931. /package/static/{df3d694 → 587acf8}/file-icons/file_type_njsproj.svg +0 -0
  932. /package/static/{df3d694 → 587acf8}/file-icons/file_type_noc.svg +0 -0
  933. /package/static/{df3d694 → 587acf8}/file-icons/file_type_node.svg +0 -0
  934. /package/static/{df3d694 → 587acf8}/file-icons/file_type_node2.svg +0 -0
  935. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nodemon.svg +0 -0
  936. /package/static/{df3d694 → 587acf8}/file-icons/file_type_npm.svg +0 -0
  937. /package/static/{df3d694 → 587acf8}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
  938. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nsi.svg +0 -0
  939. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nsri-integrity.svg +0 -0
  940. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nsri.svg +0 -0
  941. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nuget.svg +0 -0
  942. /package/static/{df3d694 → 587acf8}/file-icons/file_type_numpy.svg +0 -0
  943. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nunjucks.svg +0 -0
  944. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nuxt.svg +0 -0
  945. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nx.svg +0 -0
  946. /package/static/{df3d694 → 587acf8}/file-icons/file_type_nyc.svg +0 -0
  947. /package/static/{df3d694 → 587acf8}/file-icons/file_type_objectivec.svg +0 -0
  948. /package/static/{df3d694 → 587acf8}/file-icons/file_type_objectivecpp.svg +0 -0
  949. /package/static/{df3d694 → 587acf8}/file-icons/file_type_objidconfig.svg +0 -0
  950. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ocaml.svg +0 -0
  951. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ocaml_intf.svg +0 -0
  952. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ogone.svg +0 -0
  953. /package/static/{df3d694 → 587acf8}/file-icons/file_type_onenote.svg +0 -0
  954. /package/static/{df3d694 → 587acf8}/file-icons/file_type_openHAB.svg +0 -0
  955. /package/static/{df3d694 → 587acf8}/file-icons/file_type_opencl.svg +0 -0
  956. /package/static/{df3d694 → 587acf8}/file-icons/file_type_openscad.svg +0 -0
  957. /package/static/{df3d694 → 587acf8}/file-icons/file_type_opentofu.svg +0 -0
  958. /package/static/{df3d694 → 587acf8}/file-icons/file_type_org.svg +0 -0
  959. /package/static/{df3d694 → 587acf8}/file-icons/file_type_outlook.svg +0 -0
  960. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ovpn.svg +0 -0
  961. /package/static/{df3d694 → 587acf8}/file-icons/file_type_oxlint.svg +0 -0
  962. /package/static/{df3d694 → 587acf8}/file-icons/file_type_package.svg +0 -0
  963. /package/static/{df3d694 → 587acf8}/file-icons/file_type_paket.svg +0 -0
  964. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pandacss.svg +0 -0
  965. /package/static/{df3d694 → 587acf8}/file-icons/file_type_patch.svg +0 -0
  966. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pcl.svg +0 -0
  967. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pddl.svg +0 -0
  968. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pddl_happenings.svg +0 -0
  969. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pddl_plan.svg +0 -0
  970. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pdf.svg +0 -0
  971. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pdf2.svg +0 -0
  972. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pdm.svg +0 -0
  973. /package/static/{df3d694 → 587acf8}/file-icons/file_type_peeky.svg +0 -0
  974. /package/static/{df3d694 → 587acf8}/file-icons/file_type_perl.svg +0 -0
  975. /package/static/{df3d694 → 587acf8}/file-icons/file_type_perl2.svg +0 -0
  976. /package/static/{df3d694 → 587acf8}/file-icons/file_type_perl6.svg +0 -0
  977. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pgsql.svg +0 -0
  978. /package/static/{df3d694 → 587acf8}/file-icons/file_type_photoshop.svg +0 -0
  979. /package/static/{df3d694 → 587acf8}/file-icons/file_type_photoshop2.svg +0 -0
  980. /package/static/{df3d694 → 587acf8}/file-icons/file_type_php.svg +0 -0
  981. /package/static/{df3d694 → 587acf8}/file-icons/file_type_php2.svg +0 -0
  982. /package/static/{df3d694 → 587acf8}/file-icons/file_type_php3.svg +0 -0
  983. /package/static/{df3d694 → 587acf8}/file-icons/file_type_phpcsfixer.svg +0 -0
  984. /package/static/{df3d694 → 587acf8}/file-icons/file_type_phpstan.svg +0 -0
  985. /package/static/{df3d694 → 587acf8}/file-icons/file_type_phpunit.svg +0 -0
  986. /package/static/{df3d694 → 587acf8}/file-icons/file_type_phraseapp.svg +0 -0
  987. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pine.svg +0 -0
  988. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pip.svg +0 -0
  989. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pipeline.svg +0 -0
  990. /package/static/{df3d694 → 587acf8}/file-icons/file_type_plantuml.svg +0 -0
  991. /package/static/{df3d694 → 587acf8}/file-icons/file_type_platformio.svg +0 -0
  992. /package/static/{df3d694 → 587acf8}/file-icons/file_type_playwright.svg +0 -0
  993. /package/static/{df3d694 → 587acf8}/file-icons/file_type_plsql.svg +0 -0
  994. /package/static/{df3d694 → 587acf8}/file-icons/file_type_plsql_package.svg +0 -0
  995. /package/static/{df3d694 → 587acf8}/file-icons/file_type_plsql_package_body.svg +0 -0
  996. /package/static/{df3d694 → 587acf8}/file-icons/file_type_plsql_package_header.svg +0 -0
  997. /package/static/{df3d694 → 587acf8}/file-icons/file_type_plsql_package_spec.svg +0 -0
  998. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pm2.svg +0 -0
  999. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pnpm.svg +0 -0
  1000. /package/static/{df3d694 → 587acf8}/file-icons/file_type_poedit.svg +0 -0
  1001. /package/static/{df3d694 → 587acf8}/file-icons/file_type_poetry.svg +0 -0
  1002. /package/static/{df3d694 → 587acf8}/file-icons/file_type_polymer.svg +0 -0
  1003. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pony.svg +0 -0
  1004. /package/static/{df3d694 → 587acf8}/file-icons/file_type_postcss.svg +0 -0
  1005. /package/static/{df3d694 → 587acf8}/file-icons/file_type_postcssconfig.svg +0 -0
  1006. /package/static/{df3d694 → 587acf8}/file-icons/file_type_postman.svg +0 -0
  1007. /package/static/{df3d694 → 587acf8}/file-icons/file_type_powerpoint.svg +0 -0
  1008. /package/static/{df3d694 → 587acf8}/file-icons/file_type_powerpoint2.svg +0 -0
  1009. /package/static/{df3d694 → 587acf8}/file-icons/file_type_powershell.svg +0 -0
  1010. /package/static/{df3d694 → 587acf8}/file-icons/file_type_powershell2.svg +0 -0
  1011. /package/static/{df3d694 → 587acf8}/file-icons/file_type_powershell_format.svg +0 -0
  1012. /package/static/{df3d694 → 587acf8}/file-icons/file_type_powershell_psd.svg +0 -0
  1013. /package/static/{df3d694 → 587acf8}/file-icons/file_type_powershell_psd2.svg +0 -0
  1014. /package/static/{df3d694 → 587acf8}/file-icons/file_type_powershell_psm.svg +0 -0
  1015. /package/static/{df3d694 → 587acf8}/file-icons/file_type_powershell_psm2.svg +0 -0
  1016. /package/static/{df3d694 → 587acf8}/file-icons/file_type_powershell_types.svg +0 -0
  1017. /package/static/{df3d694 → 587acf8}/file-icons/file_type_preact.svg +0 -0
  1018. /package/static/{df3d694 → 587acf8}/file-icons/file_type_precommit.svg +0 -0
  1019. /package/static/{df3d694 → 587acf8}/file-icons/file_type_prettier.svg +0 -0
  1020. /package/static/{df3d694 → 587acf8}/file-icons/file_type_prisma.svg +0 -0
  1021. /package/static/{df3d694 → 587acf8}/file-icons/file_type_processinglang.svg +0 -0
  1022. /package/static/{df3d694 → 587acf8}/file-icons/file_type_procfile.svg +0 -0
  1023. /package/static/{df3d694 → 587acf8}/file-icons/file_type_progress.svg +0 -0
  1024. /package/static/{df3d694 → 587acf8}/file-icons/file_type_prolog.svg +0 -0
  1025. /package/static/{df3d694 → 587acf8}/file-icons/file_type_prometheus.svg +0 -0
  1026. /package/static/{df3d694 → 587acf8}/file-icons/file_type_protobuf.svg +0 -0
  1027. /package/static/{df3d694 → 587acf8}/file-icons/file_type_protractor.svg +0 -0
  1028. /package/static/{df3d694 → 587acf8}/file-icons/file_type_publiccode.svg +0 -0
  1029. /package/static/{df3d694 → 587acf8}/file-icons/file_type_publisher.svg +0 -0
  1030. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pug.svg +0 -0
  1031. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pulumi.svg +0 -0
  1032. /package/static/{df3d694 → 587acf8}/file-icons/file_type_puppet.svg +0 -0
  1033. /package/static/{df3d694 → 587acf8}/file-icons/file_type_purescript.svg +0 -0
  1034. /package/static/{df3d694 → 587acf8}/file-icons/file_type_purgecss.svg +0 -0
  1035. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pyenv.svg +0 -0
  1036. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pyret.svg +0 -0
  1037. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pyscript.svg +0 -0
  1038. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pytest.svg +0 -0
  1039. /package/static/{df3d694 → 587acf8}/file-icons/file_type_python.svg +0 -0
  1040. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pythowo.svg +0 -0
  1041. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pytyped.svg +0 -0
  1042. /package/static/{df3d694 → 587acf8}/file-icons/file_type_pyup.svg +0 -0
  1043. /package/static/{df3d694 → 587acf8}/file-icons/file_type_q.svg +0 -0
  1044. /package/static/{df3d694 → 587acf8}/file-icons/file_type_qbs.svg +0 -0
  1045. /package/static/{df3d694 → 587acf8}/file-icons/file_type_qlikview.svg +0 -0
  1046. /package/static/{df3d694 → 587acf8}/file-icons/file_type_qml.svg +0 -0
  1047. /package/static/{df3d694 → 587acf8}/file-icons/file_type_qmldir.svg +0 -0
  1048. /package/static/{df3d694 → 587acf8}/file-icons/file_type_qsharp.svg +0 -0
  1049. /package/static/{df3d694 → 587acf8}/file-icons/file_type_quasar.svg +0 -0
  1050. /package/static/{df3d694 → 587acf8}/file-icons/file_type_r.svg +0 -0
  1051. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ra_syntax_tree.svg +0 -0
  1052. /package/static/{df3d694 → 587acf8}/file-icons/file_type_racket.svg +0 -0
  1053. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rails.svg +0 -0
  1054. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rake.svg +0 -0
  1055. /package/static/{df3d694 → 587acf8}/file-icons/file_type_raku.svg +0 -0
  1056. /package/static/{df3d694 → 587acf8}/file-icons/file_type_raml.svg +0 -0
  1057. /package/static/{df3d694 → 587acf8}/file-icons/file_type_razor.svg +0 -0
  1058. /package/static/{df3d694 → 587acf8}/file-icons/file_type_razzle.svg +0 -0
  1059. /package/static/{df3d694 → 587acf8}/file-icons/file_type_reactjs.svg +0 -0
  1060. /package/static/{df3d694 → 587acf8}/file-icons/file_type_reactrouter.svg +0 -0
  1061. /package/static/{df3d694 → 587acf8}/file-icons/file_type_reacttemplate.svg +0 -0
  1062. /package/static/{df3d694 → 587acf8}/file-icons/file_type_reactts.svg +0 -0
  1063. /package/static/{df3d694 → 587acf8}/file-icons/file_type_reason.svg +0 -0
  1064. /package/static/{df3d694 → 587acf8}/file-icons/file_type_red.svg +0 -0
  1065. /package/static/{df3d694 → 587acf8}/file-icons/file_type_registry.svg +0 -0
  1066. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rego.svg +0 -0
  1067. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rehype.svg +0 -0
  1068. /package/static/{df3d694 → 587acf8}/file-icons/file_type_remark.svg +0 -0
  1069. /package/static/{df3d694 → 587acf8}/file-icons/file_type_renovate.svg +0 -0
  1070. /package/static/{df3d694 → 587acf8}/file-icons/file_type_replit.svg +0 -0
  1071. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rescript.svg +0 -0
  1072. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rest.svg +0 -0
  1073. /package/static/{df3d694 → 587acf8}/file-icons/file_type_retext.svg +0 -0
  1074. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rexx.svg +0 -0
  1075. /package/static/{df3d694 → 587acf8}/file-icons/file_type_riot.svg +0 -0
  1076. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rmd.svg +0 -0
  1077. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rnc.svg +0 -0
  1078. /package/static/{df3d694 → 587acf8}/file-icons/file_type_robotframework.svg +0 -0
  1079. /package/static/{df3d694 → 587acf8}/file-icons/file_type_robots.svg +0 -0
  1080. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rolldown.svg +0 -0
  1081. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rollup.svg +0 -0
  1082. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rome.svg +0 -0
  1083. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ron.svg +0 -0
  1084. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rproj.svg +0 -0
  1085. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rspec.svg +0 -0
  1086. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rss.svg +0 -0
  1087. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rubocop.svg +0 -0
  1088. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ruby.svg +0 -0
  1089. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rust.svg +0 -0
  1090. /package/static/{df3d694 → 587acf8}/file-icons/file_type_rust_toolchain.svg +0 -0
  1091. /package/static/{df3d694 → 587acf8}/file-icons/file_type_s-lang.svg +0 -0
  1092. /package/static/{df3d694 → 587acf8}/file-icons/file_type_safetensors.svg +0 -0
  1093. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sails.svg +0 -0
  1094. /package/static/{df3d694 → 587acf8}/file-icons/file_type_saltstack.svg +0 -0
  1095. /package/static/{df3d694 → 587acf8}/file-icons/file_type_san.svg +0 -0
  1096. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
  1097. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sas.svg +0 -0
  1098. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sass.svg +0 -0
  1099. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sbt.svg +0 -0
  1100. /package/static/{df3d694 → 587acf8}/file-icons/file_type_scala.svg +0 -0
  1101. /package/static/{df3d694 → 587acf8}/file-icons/file_type_scilab.svg +0 -0
  1102. /package/static/{df3d694 → 587acf8}/file-icons/file_type_script.svg +0 -0
  1103. /package/static/{df3d694 → 587acf8}/file-icons/file_type_scss.svg +0 -0
  1104. /package/static/{df3d694 → 587acf8}/file-icons/file_type_scss2.svg +0 -0
  1105. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sdlang.svg +0 -0
  1106. /package/static/{df3d694 → 587acf8}/file-icons/file_type_search_result.svg +0 -0
  1107. /package/static/{df3d694 → 587acf8}/file-icons/file_type_seedkit.svg +0 -0
  1108. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sentry.svg +0 -0
  1109. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sequelize.svg +0 -0
  1110. /package/static/{df3d694 → 587acf8}/file-icons/file_type_serverless.svg +0 -0
  1111. /package/static/{df3d694 → 587acf8}/file-icons/file_type_shaderlab.svg +0 -0
  1112. /package/static/{df3d694 → 587acf8}/file-icons/file_type_shell.svg +0 -0
  1113. /package/static/{df3d694 → 587acf8}/file-icons/file_type_shellcheck.svg +0 -0
  1114. /package/static/{df3d694 → 587acf8}/file-icons/file_type_shuttle.svg +0 -0
  1115. /package/static/{df3d694 → 587acf8}/file-icons/file_type_silverstripe.svg +0 -0
  1116. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sino.svg +0 -0
  1117. /package/static/{df3d694 → 587acf8}/file-icons/file_type_siyuan.svg +0 -0
  1118. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sketch.svg +0 -0
  1119. /package/static/{df3d694 → 587acf8}/file-icons/file_type_skipper.svg +0 -0
  1120. /package/static/{df3d694 → 587acf8}/file-icons/file_type_slang.svg +0 -0
  1121. /package/static/{df3d694 → 587acf8}/file-icons/file_type_slashup.svg +0 -0
  1122. /package/static/{df3d694 → 587acf8}/file-icons/file_type_slice.svg +0 -0
  1123. /package/static/{df3d694 → 587acf8}/file-icons/file_type_slim.svg +0 -0
  1124. /package/static/{df3d694 → 587acf8}/file-icons/file_type_slint.svg +0 -0
  1125. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sln.svg +0 -0
  1126. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sln2.svg +0 -0
  1127. /package/static/{df3d694 → 587acf8}/file-icons/file_type_smarty.svg +0 -0
  1128. /package/static/{df3d694 → 587acf8}/file-icons/file_type_snakemake.svg +0 -0
  1129. /package/static/{df3d694 → 587acf8}/file-icons/file_type_snapcraft.svg +0 -0
  1130. /package/static/{df3d694 → 587acf8}/file-icons/file_type_snaplet.svg +0 -0
  1131. /package/static/{df3d694 → 587acf8}/file-icons/file_type_snort.svg +0 -0
  1132. /package/static/{df3d694 → 587acf8}/file-icons/file_type_snyk.svg +0 -0
  1133. /package/static/{df3d694 → 587acf8}/file-icons/file_type_solidarity.svg +0 -0
  1134. /package/static/{df3d694 → 587acf8}/file-icons/file_type_solidity.svg +0 -0
  1135. /package/static/{df3d694 → 587acf8}/file-icons/file_type_source.svg +0 -0
  1136. /package/static/{df3d694 → 587acf8}/file-icons/file_type_spacengine.svg +0 -0
  1137. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sparql.svg +0 -0
  1138. /package/static/{df3d694 → 587acf8}/file-icons/file_type_spin.svg +0 -0
  1139. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sqf.svg +0 -0
  1140. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sql.svg +0 -0
  1141. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sqlite.svg +0 -0
  1142. /package/static/{df3d694 → 587acf8}/file-icons/file_type_squirrel.svg +0 -0
  1143. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sss.svg +0 -0
  1144. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sst.svg +0 -0
  1145. /package/static/{df3d694 → 587acf8}/file-icons/file_type_stan.svg +0 -0
  1146. /package/static/{df3d694 → 587acf8}/file-icons/file_type_stata.svg +0 -0
  1147. /package/static/{df3d694 → 587acf8}/file-icons/file_type_stencil.svg +0 -0
  1148. /package/static/{df3d694 → 587acf8}/file-icons/file_type_storyboard.svg +0 -0
  1149. /package/static/{df3d694 → 587acf8}/file-icons/file_type_storybook.svg +0 -0
  1150. /package/static/{df3d694 → 587acf8}/file-icons/file_type_stryker.svg +0 -0
  1151. /package/static/{df3d694 → 587acf8}/file-icons/file_type_stylable.svg +0 -0
  1152. /package/static/{df3d694 → 587acf8}/file-icons/file_type_style.svg +0 -0
  1153. /package/static/{df3d694 → 587acf8}/file-icons/file_type_styled.svg +0 -0
  1154. /package/static/{df3d694 → 587acf8}/file-icons/file_type_stylelint.svg +0 -0
  1155. /package/static/{df3d694 → 587acf8}/file-icons/file_type_stylish_haskell.svg +0 -0
  1156. /package/static/{df3d694 → 587acf8}/file-icons/file_type_stylus.svg +0 -0
  1157. /package/static/{df3d694 → 587acf8}/file-icons/file_type_sublime.svg +0 -0
  1158. /package/static/{df3d694 → 587acf8}/file-icons/file_type_subversion.svg +0 -0
  1159. /package/static/{df3d694 → 587acf8}/file-icons/file_type_svelte.svg +0 -0
  1160. /package/static/{df3d694 → 587acf8}/file-icons/file_type_svelteconfig.svg +0 -0
  1161. /package/static/{df3d694 → 587acf8}/file-icons/file_type_svg.svg +0 -0
  1162. /package/static/{df3d694 → 587acf8}/file-icons/file_type_svgo.svg +0 -0
  1163. /package/static/{df3d694 → 587acf8}/file-icons/file_type_swagger.svg +0 -0
  1164. /package/static/{df3d694 → 587acf8}/file-icons/file_type_swc.svg +0 -0
  1165. /package/static/{df3d694 → 587acf8}/file-icons/file_type_swift.svg +0 -0
  1166. /package/static/{df3d694 → 587acf8}/file-icons/file_type_swig.svg +0 -0
  1167. /package/static/{df3d694 → 587acf8}/file-icons/file_type_symfony.svg +0 -0
  1168. /package/static/{df3d694 → 587acf8}/file-icons/file_type_systemd.svg +0 -0
  1169. /package/static/{df3d694 → 587acf8}/file-icons/file_type_systemverilog.svg +0 -0
  1170. /package/static/{df3d694 → 587acf8}/file-icons/file_type_t4tt.svg +0 -0
  1171. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tailwind.svg +0 -0
  1172. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tamagui.svg +0 -0
  1173. /package/static/{df3d694 → 587acf8}/file-icons/file_type_taplo.svg +0 -0
  1174. /package/static/{df3d694 → 587acf8}/file-icons/file_type_taskfile.svg +0 -0
  1175. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tauri.svg +0 -0
  1176. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tcl.svg +0 -0
  1177. /package/static/{df3d694 → 587acf8}/file-icons/file_type_teal.svg +0 -0
  1178. /package/static/{df3d694 → 587acf8}/file-icons/file_type_templ.svg +0 -0
  1179. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tera.svg +0 -0
  1180. /package/static/{df3d694 → 587acf8}/file-icons/file_type_terraform.svg +0 -0
  1181. /package/static/{df3d694 → 587acf8}/file-icons/file_type_test.svg +0 -0
  1182. /package/static/{df3d694 → 587acf8}/file-icons/file_type_testcafe.svg +0 -0
  1183. /package/static/{df3d694 → 587acf8}/file-icons/file_type_testjs.svg +0 -0
  1184. /package/static/{df3d694 → 587acf8}/file-icons/file_type_testplane.svg +0 -0
  1185. /package/static/{df3d694 → 587acf8}/file-icons/file_type_testts.svg +0 -0
  1186. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tex.svg +0 -0
  1187. /package/static/{df3d694 → 587acf8}/file-icons/file_type_text.svg +0 -0
  1188. /package/static/{df3d694 → 587acf8}/file-icons/file_type_textile.svg +0 -0
  1189. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tfs.svg +0 -0
  1190. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tiltfile.svg +0 -0
  1191. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tm.svg +0 -0
  1192. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tmux.svg +0 -0
  1193. /package/static/{df3d694 → 587acf8}/file-icons/file_type_todo.svg +0 -0
  1194. /package/static/{df3d694 → 587acf8}/file-icons/file_type_toit.svg +0 -0
  1195. /package/static/{df3d694 → 587acf8}/file-icons/file_type_toml.svg +0 -0
  1196. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tox.svg +0 -0
  1197. /package/static/{df3d694 → 587acf8}/file-icons/file_type_travis.svg +0 -0
  1198. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tree.svg +0 -0
  1199. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tres.svg +0 -0
  1200. /package/static/{df3d694 → 587acf8}/file-icons/file_type_truffle.svg +0 -0
  1201. /package/static/{df3d694 → 587acf8}/file-icons/file_type_trunk.svg +0 -0
  1202. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tsbuildinfo.svg +0 -0
  1203. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tscn.svg +0 -0
  1204. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tsconfig.svg +0 -0
  1205. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tsconfig_official.svg +0 -0
  1206. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tslint.svg +0 -0
  1207. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tt.svg +0 -0
  1208. /package/static/{df3d694 → 587acf8}/file-icons/file_type_ttcn.svg +0 -0
  1209. /package/static/{df3d694 → 587acf8}/file-icons/file_type_tuc.svg +0 -0
  1210. /package/static/{df3d694 → 587acf8}/file-icons/file_type_turbo.svg +0 -0
  1211. /package/static/{df3d694 → 587acf8}/file-icons/file_type_twig.svg +0 -0
  1212. /package/static/{df3d694 → 587acf8}/file-icons/file_type_typedoc.svg +0 -0
  1213. /package/static/{df3d694 → 587acf8}/file-icons/file_type_typescript.svg +0 -0
  1214. /package/static/{df3d694 → 587acf8}/file-icons/file_type_typescript_official.svg +0 -0
  1215. /package/static/{df3d694 → 587acf8}/file-icons/file_type_typescriptdef.svg +0 -0
  1216. /package/static/{df3d694 → 587acf8}/file-icons/file_type_typescriptdef_official.svg +0 -0
  1217. /package/static/{df3d694 → 587acf8}/file-icons/file_type_typo3.svg +0 -0
  1218. /package/static/{df3d694 → 587acf8}/file-icons/file_type_uiua.svg +0 -0
  1219. /package/static/{df3d694 → 587acf8}/file-icons/file_type_unibeautify.svg +0 -0
  1220. /package/static/{df3d694 → 587acf8}/file-icons/file_type_unison.svg +0 -0
  1221. /package/static/{df3d694 → 587acf8}/file-icons/file_type_unlicense.svg +0 -0
  1222. /package/static/{df3d694 → 587acf8}/file-icons/file_type_unocss.svg +0 -0
  1223. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vagrant.svg +0 -0
  1224. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vala.svg +0 -0
  1225. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vanilla_extract.svg +0 -0
  1226. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vapi.svg +0 -0
  1227. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vapor.svg +0 -0
  1228. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vash.svg +0 -0
  1229. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vb.svg +0 -0
  1230. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vba.svg +0 -0
  1231. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vbhtml.svg +0 -0
  1232. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vbproj.svg +0 -0
  1233. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vcxproj.svg +0 -0
  1234. /package/static/{df3d694 → 587acf8}/file-icons/file_type_velocity.svg +0 -0
  1235. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vento.svg +0 -0
  1236. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vercel.svg +0 -0
  1237. /package/static/{df3d694 → 587acf8}/file-icons/file_type_verilog.svg +0 -0
  1238. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vhdl.svg +0 -0
  1239. /package/static/{df3d694 → 587acf8}/file-icons/file_type_video.svg +0 -0
  1240. /package/static/{df3d694 → 587acf8}/file-icons/file_type_view.svg +0 -0
  1241. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vim.svg +0 -0
  1242. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vite.svg +0 -0
  1243. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vitest.svg +0 -0
  1244. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vlang.svg +0 -0
  1245. /package/static/{df3d694 → 587acf8}/file-icons/file_type_volt.svg +0 -0
  1246. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vscode-insiders.svg +0 -0
  1247. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vscode.svg +0 -0
  1248. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vscode2.svg +0 -0
  1249. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vscode3.svg +0 -0
  1250. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vscode_test.svg +0 -0
  1251. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vsix.svg +0 -0
  1252. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vsixmanifest.svg +0 -0
  1253. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vue.svg +0 -0
  1254. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vueconfig.svg +0 -0
  1255. /package/static/{df3d694 → 587acf8}/file-icons/file_type_vyper.svg +0 -0
  1256. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wallaby.svg +0 -0
  1257. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wally.svg +0 -0
  1258. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wasm.svg +0 -0
  1259. /package/static/{df3d694 → 587acf8}/file-icons/file_type_watchmanconfig.svg +0 -0
  1260. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wdio.svg +0 -0
  1261. /package/static/{df3d694 → 587acf8}/file-icons/file_type_weblate.svg +0 -0
  1262. /package/static/{df3d694 → 587acf8}/file-icons/file_type_webpack.svg +0 -0
  1263. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wenyan.svg +0 -0
  1264. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wercker.svg +0 -0
  1265. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wgsl.svg +0 -0
  1266. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wikitext.svg +0 -0
  1267. /package/static/{df3d694 → 587acf8}/file-icons/file_type_windi.svg +0 -0
  1268. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wit.svg +0 -0
  1269. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wolfram.svg +0 -0
  1270. /package/static/{df3d694 → 587acf8}/file-icons/file_type_word.svg +0 -0
  1271. /package/static/{df3d694 → 587acf8}/file-icons/file_type_word2.svg +0 -0
  1272. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wpml.svg +0 -0
  1273. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wurst.svg +0 -0
  1274. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wxml.svg +0 -0
  1275. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wxss.svg +0 -0
  1276. /package/static/{df3d694 → 587acf8}/file-icons/file_type_wxt.svg +0 -0
  1277. /package/static/{df3d694 → 587acf8}/file-icons/file_type_xcode.svg +0 -0
  1278. /package/static/{df3d694 → 587acf8}/file-icons/file_type_xfl.svg +0 -0
  1279. /package/static/{df3d694 → 587acf8}/file-icons/file_type_xib.svg +0 -0
  1280. /package/static/{df3d694 → 587acf8}/file-icons/file_type_xliff.svg +0 -0
  1281. /package/static/{df3d694 → 587acf8}/file-icons/file_type_xmake.svg +0 -0
  1282. /package/static/{df3d694 → 587acf8}/file-icons/file_type_xml.svg +0 -0
  1283. /package/static/{df3d694 → 587acf8}/file-icons/file_type_xo.svg +0 -0
  1284. /package/static/{df3d694 → 587acf8}/file-icons/file_type_xorg.svg +0 -0
  1285. /package/static/{df3d694 → 587acf8}/file-icons/file_type_xquery.svg +0 -0
  1286. /package/static/{df3d694 → 587acf8}/file-icons/file_type_xsl.svg +0 -0
  1287. /package/static/{df3d694 → 587acf8}/file-icons/file_type_yacc.svg +0 -0
  1288. /package/static/{df3d694 → 587acf8}/file-icons/file_type_yaml.svg +0 -0
  1289. /package/static/{df3d694 → 587acf8}/file-icons/file_type_yamllint.svg +0 -0
  1290. /package/static/{df3d694 → 587acf8}/file-icons/file_type_yandex.svg +0 -0
  1291. /package/static/{df3d694 → 587acf8}/file-icons/file_type_yang.svg +0 -0
  1292. /package/static/{df3d694 → 587acf8}/file-icons/file_type_yarn.svg +0 -0
  1293. /package/static/{df3d694 → 587acf8}/file-icons/file_type_yeoman.svg +0 -0
  1294. /package/static/{df3d694 → 587acf8}/file-icons/file_type_zeit.svg +0 -0
  1295. /package/static/{df3d694 → 587acf8}/file-icons/file_type_zig.svg +0 -0
  1296. /package/static/{df3d694 → 587acf8}/file-icons/file_type_zip.svg +0 -0
  1297. /package/static/{df3d694 → 587acf8}/file-icons/file_type_zip2.svg +0 -0
  1298. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_android.svg +0 -0
  1299. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_android_opened.svg +0 -0
  1300. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_api.svg +0 -0
  1301. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_api_opened.svg +0 -0
  1302. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_app.svg +0 -0
  1303. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_app_opened.svg +0 -0
  1304. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_arangodb.svg +0 -0
  1305. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_arangodb_opened.svg +0 -0
  1306. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_asset.svg +0 -0
  1307. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_asset_opened.svg +0 -0
  1308. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_audio.svg +0 -0
  1309. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_audio_opened.svg +0 -0
  1310. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_aurelia.svg +0 -0
  1311. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_aurelia_opened.svg +0 -0
  1312. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_aws.svg +0 -0
  1313. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_aws_opened.svg +0 -0
  1314. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_azure.svg +0 -0
  1315. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_azure_opened.svg +0 -0
  1316. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_azurepipelines.svg +0 -0
  1317. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
  1318. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_binary.svg +0 -0
  1319. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_binary_opened.svg +0 -0
  1320. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_bloc.svg +0 -0
  1321. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_bloc_opened.svg +0 -0
  1322. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_blueprint.svg +0 -0
  1323. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_blueprint_opened.svg +0 -0
  1324. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_bot.svg +0 -0
  1325. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_bot_opened.svg +0 -0
  1326. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_bower.svg +0 -0
  1327. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_bower_opened.svg +0 -0
  1328. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_buildkite.svg +0 -0
  1329. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_buildkite_opened.svg +0 -0
  1330. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_cake.svg +0 -0
  1331. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_cake_opened.svg +0 -0
  1332. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_certificate.svg +0 -0
  1333. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_certificate_opened.svg +0 -0
  1334. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_changesets.svg +0 -0
  1335. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_changesets_opened.svg +0 -0
  1336. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_chef.svg +0 -0
  1337. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_chef_opened.svg +0 -0
  1338. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_circleci.svg +0 -0
  1339. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_circleci_opened.svg +0 -0
  1340. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_cli.svg +0 -0
  1341. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_cli_opened.svg +0 -0
  1342. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_client.svg +0 -0
  1343. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_client_opened.svg +0 -0
  1344. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_cmake.svg +0 -0
  1345. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_cmake_opened.svg +0 -0
  1346. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_common.svg +0 -0
  1347. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_common_opened.svg +0 -0
  1348. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_component.svg +0 -0
  1349. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_component_opened.svg +0 -0
  1350. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_composer.svg +0 -0
  1351. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_composer_opened.svg +0 -0
  1352. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_config.svg +0 -0
  1353. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_config_opened.svg +0 -0
  1354. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_controller.svg +0 -0
  1355. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_controller_opened.svg +0 -0
  1356. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_coverage.svg +0 -0
  1357. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_coverage_opened.svg +0 -0
  1358. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_css.svg +0 -0
  1359. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_css2.svg +0 -0
  1360. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_css2_opened.svg +0 -0
  1361. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_css_opened.svg +0 -0
  1362. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_cubit.svg +0 -0
  1363. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_cubit_opened.svg +0 -0
  1364. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_cypress.svg +0 -0
  1365. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_cypress_opened.svg +0 -0
  1366. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_dapr.svg +0 -0
  1367. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_dapr_opened.svg +0 -0
  1368. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_datadog.svg +0 -0
  1369. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_datadog_opened.svg +0 -0
  1370. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_db.svg +0 -0
  1371. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_db_opened.svg +0 -0
  1372. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_debian.svg +0 -0
  1373. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_debian_opened.svg +0 -0
  1374. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_dependabot.svg +0 -0
  1375. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_dependabot_opened.svg +0 -0
  1376. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_devcontainer.svg +0 -0
  1377. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_devcontainer_opened.svg +0 -0
  1378. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_dist.svg +0 -0
  1379. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_dist_opened.svg +0 -0
  1380. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_docker.svg +0 -0
  1381. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_docker_opened.svg +0 -0
  1382. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_docs.svg +0 -0
  1383. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_docs_opened.svg +0 -0
  1384. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_e2e.svg +0 -0
  1385. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_e2e_opened.svg +0 -0
  1386. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
  1387. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
  1388. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_electron.svg +0 -0
  1389. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_electron_opened.svg +0 -0
  1390. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_expo.svg +0 -0
  1391. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_expo_opened.svg +0 -0
  1392. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_favicon.svg +0 -0
  1393. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_favicon_opened.svg +0 -0
  1394. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_flow.svg +0 -0
  1395. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_flow_opened.svg +0 -0
  1396. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_fonts.svg +0 -0
  1397. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_fonts_opened.svg +0 -0
  1398. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_frontcommerce.svg +0 -0
  1399. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
  1400. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_gcp.svg +0 -0
  1401. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_gcp_opened.svg +0 -0
  1402. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_git.svg +0 -0
  1403. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_git_opened.svg +0 -0
  1404. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_github.svg +0 -0
  1405. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_github_opened.svg +0 -0
  1406. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_gitlab.svg +0 -0
  1407. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_gitlab_opened.svg +0 -0
  1408. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_gradle.svg +0 -0
  1409. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_gradle_opened.svg +0 -0
  1410. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_graphql.svg +0 -0
  1411. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_graphql_opened.svg +0 -0
  1412. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_grunt.svg +0 -0
  1413. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_grunt_opened.svg +0 -0
  1414. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_gulp.svg +0 -0
  1415. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_gulp_opened.svg +0 -0
  1416. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_haxelib.svg +0 -0
  1417. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_haxelib_opened.svg +0 -0
  1418. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_helper.svg +0 -0
  1419. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_helper_opened.svg +0 -0
  1420. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_hook.svg +0 -0
  1421. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_hook_opened.svg +0 -0
  1422. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_husky.svg +0 -0
  1423. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_husky_opened.svg +0 -0
  1424. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_idea.svg +0 -0
  1425. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_idea_opened.svg +0 -0
  1426. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_images.svg +0 -0
  1427. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_images_opened.svg +0 -0
  1428. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_include.svg +0 -0
  1429. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_include_opened.svg +0 -0
  1430. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_interfaces.svg +0 -0
  1431. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_interfaces_opened.svg +0 -0
  1432. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_ios.svg +0 -0
  1433. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_ios_opened.svg +0 -0
  1434. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_js.svg +0 -0
  1435. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_js_opened.svg +0 -0
  1436. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_json.svg +0 -0
  1437. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_json_official.svg +0 -0
  1438. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_json_official_opened.svg +0 -0
  1439. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_json_opened.svg +0 -0
  1440. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_kubernetes.svg +0 -0
  1441. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_kubernetes_opened.svg +0 -0
  1442. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_less.svg +0 -0
  1443. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_less_opened.svg +0 -0
  1444. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_library.svg +0 -0
  1445. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_library_opened.svg +0 -0
  1446. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_cypress.svg +0 -0
  1447. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_cypress_opened.svg +0 -0
  1448. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_electron.svg +0 -0
  1449. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_electron_opened.svg +0 -0
  1450. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_expo.svg +0 -0
  1451. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_expo_opened.svg +0 -0
  1452. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_fonts.svg +0 -0
  1453. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_fonts_opened.svg +0 -0
  1454. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_gradle.svg +0 -0
  1455. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_gradle_opened.svg +0 -0
  1456. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_meteor.svg +0 -0
  1457. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_meteor_opened.svg +0 -0
  1458. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_mypy.svg +0 -0
  1459. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_mypy_opened.svg +0 -0
  1460. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_mysql.svg +0 -0
  1461. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_mysql_opened.svg +0 -0
  1462. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_node.svg +0 -0
  1463. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_node_opened.svg +0 -0
  1464. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_redux.svg +0 -0
  1465. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_redux_opened.svg +0 -0
  1466. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_sass.svg +0 -0
  1467. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_light_sass_opened.svg +0 -0
  1468. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_linux.svg +0 -0
  1469. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_linux_opened.svg +0 -0
  1470. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_locale.svg +0 -0
  1471. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_locale_opened.svg +0 -0
  1472. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_log.svg +0 -0
  1473. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_log_opened.svg +0 -0
  1474. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_macos.svg +0 -0
  1475. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_macos_opened.svg +0 -0
  1476. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mariadb.svg +0 -0
  1477. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mariadb_opened.svg +0 -0
  1478. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_maven.svg +0 -0
  1479. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_maven_opened.svg +0 -0
  1480. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mediawiki.svg +0 -0
  1481. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mediawiki_opened.svg +0 -0
  1482. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_memcached.svg +0 -0
  1483. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_memcached_opened.svg +0 -0
  1484. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_meteor.svg +0 -0
  1485. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_meteor_opened.svg +0 -0
  1486. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_middleware.svg +0 -0
  1487. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_middleware_opened.svg +0 -0
  1488. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_minecraft.svg +0 -0
  1489. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_minecraft_opened.svg +0 -0
  1490. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_minikube.svg +0 -0
  1491. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_minikube_opened.svg +0 -0
  1492. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mjml.svg +0 -0
  1493. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mjml_opened.svg +0 -0
  1494. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mock.svg +0 -0
  1495. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mock_opened.svg +0 -0
  1496. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_model.svg +0 -0
  1497. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_model_opened.svg +0 -0
  1498. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_module.svg +0 -0
  1499. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_module_opened.svg +0 -0
  1500. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mojo.svg +0 -0
  1501. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mojo_opened.svg +0 -0
  1502. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mongodb.svg +0 -0
  1503. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mongodb_opened.svg +0 -0
  1504. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mypy.svg +0 -0
  1505. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mypy_opened.svg +0 -0
  1506. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mysql.svg +0 -0
  1507. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_mysql_opened.svg +0 -0
  1508. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_netlify.svg +0 -0
  1509. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_netlify_opened.svg +0 -0
  1510. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_next.svg +0 -0
  1511. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_next_opened.svg +0 -0
  1512. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_nginx.svg +0 -0
  1513. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_nginx_opened.svg +0 -0
  1514. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_nix.svg +0 -0
  1515. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_nix_opened.svg +0 -0
  1516. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_node.svg +0 -0
  1517. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_node_opened.svg +0 -0
  1518. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_notebooks.svg +0 -0
  1519. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_notebooks_opened.svg +0 -0
  1520. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_notification.svg +0 -0
  1521. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_notification_opened.svg +0 -0
  1522. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_nuget.svg +0 -0
  1523. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_nuget_opened.svg +0 -0
  1524. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_nuxt.svg +0 -0
  1525. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_nuxt_opened.svg +0 -0
  1526. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_package.svg +0 -0
  1527. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_package_opened.svg +0 -0
  1528. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_paket.svg +0 -0
  1529. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_paket_opened.svg +0 -0
  1530. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_php.svg +0 -0
  1531. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_php_opened.svg +0 -0
  1532. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_platformio.svg +0 -0
  1533. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_platformio_opened.svg +0 -0
  1534. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_plugin.svg +0 -0
  1535. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_plugin_opened.svg +0 -0
  1536. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_prisma.svg +0 -0
  1537. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_prisma_opened.svg +0 -0
  1538. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_private.svg +0 -0
  1539. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_private_opened.svg +0 -0
  1540. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_public.svg +0 -0
  1541. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_public_opened.svg +0 -0
  1542. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_pytest.svg +0 -0
  1543. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_pytest_opened.svg +0 -0
  1544. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_python.svg +0 -0
  1545. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_python_opened.svg +0 -0
  1546. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_ravendb.svg +0 -0
  1547. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_ravendb_opened.svg +0 -0
  1548. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_redis.svg +0 -0
  1549. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_redis_opened.svg +0 -0
  1550. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_redux.svg +0 -0
  1551. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_redux_opened.svg +0 -0
  1552. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_route.svg +0 -0
  1553. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_route_opened.svg +0 -0
  1554. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_sass.svg +0 -0
  1555. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_sass_opened.svg +0 -0
  1556. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_script.svg +0 -0
  1557. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_script_opened.svg +0 -0
  1558. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_seedkit.svg +0 -0
  1559. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_seedkit_opened.svg +0 -0
  1560. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_server.svg +0 -0
  1561. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_server_opened.svg +0 -0
  1562. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_services.svg +0 -0
  1563. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_services_opened.svg +0 -0
  1564. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_shared.svg +0 -0
  1565. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_shared_opened.svg +0 -0
  1566. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_snaplet.svg +0 -0
  1567. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_snaplet_opened.svg +0 -0
  1568. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_spin.svg +0 -0
  1569. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_spin_opened.svg +0 -0
  1570. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_src.svg +0 -0
  1571. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_src_opened.svg +0 -0
  1572. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_sso.svg +0 -0
  1573. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_sso_opened.svg +0 -0
  1574. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_story.svg +0 -0
  1575. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_story_opened.svg +0 -0
  1576. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_style.svg +0 -0
  1577. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_style_opened.svg +0 -0
  1578. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_supabase.svg +0 -0
  1579. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_supabase_opened.svg +0 -0
  1580. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_svelte.svg +0 -0
  1581. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_svelte_opened.svg +0 -0
  1582. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_tauri.svg +0 -0
  1583. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_tauri_opened.svg +0 -0
  1584. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_temp.svg +0 -0
  1585. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_temp_opened.svg +0 -0
  1586. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_template.svg +0 -0
  1587. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_template_opened.svg +0 -0
  1588. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_test.svg +0 -0
  1589. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_test_opened.svg +0 -0
  1590. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_theme.svg +0 -0
  1591. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_theme_opened.svg +0 -0
  1592. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_tools.svg +0 -0
  1593. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_tools_opened.svg +0 -0
  1594. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_travis.svg +0 -0
  1595. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_travis_opened.svg +0 -0
  1596. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_trunk.svg +0 -0
  1597. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_trunk_opened.svg +0 -0
  1598. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_turbo.svg +0 -0
  1599. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_turbo_opened.svg +0 -0
  1600. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_typescript.svg +0 -0
  1601. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_typescript_opened.svg +0 -0
  1602. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_typings.svg +0 -0
  1603. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_typings2.svg +0 -0
  1604. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_typings2_opened.svg +0 -0
  1605. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_typings_opened.svg +0 -0
  1606. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vagrant.svg +0 -0
  1607. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vagrant_opened.svg +0 -0
  1608. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vercel.svg +0 -0
  1609. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vercel_opened.svg +0 -0
  1610. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_video.svg +0 -0
  1611. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_video_opened.svg +0 -0
  1612. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_view.svg +0 -0
  1613. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_view_opened.svg +0 -0
  1614. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vs.svg +0 -0
  1615. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vs2.svg +0 -0
  1616. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vs2_opened.svg +0 -0
  1617. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vs_opened.svg +0 -0
  1618. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vscode.svg +0 -0
  1619. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vscode2.svg +0 -0
  1620. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vscode2_opened.svg +0 -0
  1621. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vscode3.svg +0 -0
  1622. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vscode3_opened.svg +0 -0
  1623. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vscode_opened.svg +0 -0
  1624. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vscode_test.svg +0 -0
  1625. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vscode_test2.svg +0 -0
  1626. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
  1627. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vscode_test3.svg +0 -0
  1628. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
  1629. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_vscode_test_opened.svg +0 -0
  1630. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_webpack.svg +0 -0
  1631. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_webpack_opened.svg +0 -0
  1632. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_windows.svg +0 -0
  1633. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_windows_opened.svg +0 -0
  1634. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_wit.svg +0 -0
  1635. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_wit_opened.svg +0 -0
  1636. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_www.svg +0 -0
  1637. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_www_opened.svg +0 -0
  1638. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_yarn.svg +0 -0
  1639. /package/static/{df3d694 → 587acf8}/file-icons/folder_type_yarn_opened.svg +0 -0
  1640. /package/static/{df3d694 → 587acf8}/fonts/FiraCode-VariableFont.ttf +0 -0
  1641. /package/static/{df3d694 → 587acf8}/icons/add.svg +0 -0
  1642. /package/static/{df3d694 → 587acf8}/icons/arrow-down.svg +0 -0
  1643. /package/static/{df3d694 → 587acf8}/icons/arrow-left.svg +0 -0
  1644. /package/static/{df3d694 → 587acf8}/icons/arrow-right.svg +0 -0
  1645. /package/static/{df3d694 → 587acf8}/icons/arrow-up.svg +0 -0
  1646. /package/static/{df3d694 → 587acf8}/icons/blank.svg +0 -0
  1647. /package/static/{df3d694 → 587acf8}/icons/book.svg +0 -0
  1648. /package/static/{df3d694 → 587acf8}/icons/case-sensitive.svg +0 -0
  1649. /package/static/{df3d694 → 587acf8}/icons/check.svg +0 -0
  1650. /package/static/{df3d694 → 587acf8}/icons/chevron-down.svg +0 -0
  1651. /package/static/{df3d694 → 587acf8}/icons/chevron-left.svg +0 -0
  1652. /package/static/{df3d694 → 587acf8}/icons/chevron-right.svg +0 -0
  1653. /package/static/{df3d694 → 587acf8}/icons/chevron-up.svg +0 -0
  1654. /package/static/{df3d694 → 587acf8}/icons/chrome-close.svg +0 -0
  1655. /package/static/{df3d694 → 587acf8}/icons/chrome-maximize.svg +0 -0
  1656. /package/static/{df3d694 → 587acf8}/icons/chrome-minimize.svg +0 -0
  1657. /package/static/{df3d694 → 587acf8}/icons/chrome-restore.svg +0 -0
  1658. /package/static/{df3d694 → 587acf8}/icons/circle-filled.svg +0 -0
  1659. /package/static/{df3d694 → 587acf8}/icons/clear-all.svg +0 -0
  1660. /package/static/{df3d694 → 587acf8}/icons/close.svg +0 -0
  1661. /package/static/{df3d694 → 587acf8}/icons/cloud.svg +0 -0
  1662. /package/static/{df3d694 → 587acf8}/icons/collapse-all.svg +0 -0
  1663. /package/static/{df3d694 → 587acf8}/icons/debug-all.svg +0 -0
  1664. /package/static/{df3d694 → 587acf8}/icons/debug-alt-2.svg +0 -0
  1665. /package/static/{df3d694 → 587acf8}/icons/debug-alt-small.svg +0 -0
  1666. /package/static/{df3d694 → 587acf8}/icons/debug-alt.svg +0 -0
  1667. /package/static/{df3d694 → 587acf8}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
  1668. /package/static/{df3d694 → 587acf8}/icons/debug-breakpoint-conditional.svg +0 -0
  1669. /package/static/{df3d694 → 587acf8}/icons/debug-breakpoint-data-unverified.svg +0 -0
  1670. /package/static/{df3d694 → 587acf8}/icons/debug-breakpoint-data.svg +0 -0
  1671. /package/static/{df3d694 → 587acf8}/icons/debug-breakpoint-function-unverified.svg +0 -0
  1672. /package/static/{df3d694 → 587acf8}/icons/debug-breakpoint-function.svg +0 -0
  1673. /package/static/{df3d694 → 587acf8}/icons/debug-breakpoint-log-unverified.svg +0 -0
  1674. /package/static/{df3d694 → 587acf8}/icons/debug-breakpoint-log.svg +0 -0
  1675. /package/static/{df3d694 → 587acf8}/icons/debug-breakpoint-unsupported.svg +0 -0
  1676. /package/static/{df3d694 → 587acf8}/icons/debug-console.svg +0 -0
  1677. /package/static/{df3d694 → 587acf8}/icons/debug-continue-small.svg +0 -0
  1678. /package/static/{df3d694 → 587acf8}/icons/debug-continue.svg +0 -0
  1679. /package/static/{df3d694 → 587acf8}/icons/debug-coverage.svg +0 -0
  1680. /package/static/{df3d694 → 587acf8}/icons/debug-disconnect.svg +0 -0
  1681. /package/static/{df3d694 → 587acf8}/icons/debug-line-by-line.svg +0 -0
  1682. /package/static/{df3d694 → 587acf8}/icons/debug-pause.svg +0 -0
  1683. /package/static/{df3d694 → 587acf8}/icons/debug-rerun.svg +0 -0
  1684. /package/static/{df3d694 → 587acf8}/icons/debug-restart-frame.svg +0 -0
  1685. /package/static/{df3d694 → 587acf8}/icons/debug-restart.svg +0 -0
  1686. /package/static/{df3d694 → 587acf8}/icons/debug-reverse-continue.svg +0 -0
  1687. /package/static/{df3d694 → 587acf8}/icons/debug-stackframe-active.svg +0 -0
  1688. /package/static/{df3d694 → 587acf8}/icons/debug-stackframe.svg +0 -0
  1689. /package/static/{df3d694 → 587acf8}/icons/debug-start.svg +0 -0
  1690. /package/static/{df3d694 → 587acf8}/icons/debug-step-back.svg +0 -0
  1691. /package/static/{df3d694 → 587acf8}/icons/debug-step-into.svg +0 -0
  1692. /package/static/{df3d694 → 587acf8}/icons/debug-step-out.svg +0 -0
  1693. /package/static/{df3d694 → 587acf8}/icons/debug-step-over.svg +0 -0
  1694. /package/static/{df3d694 → 587acf8}/icons/debug-stop.svg +0 -0
  1695. /package/static/{df3d694 → 587acf8}/icons/debug.svg +0 -0
  1696. /package/static/{df3d694 → 587acf8}/icons/discard.svg +0 -0
  1697. /package/static/{df3d694 → 587acf8}/icons/edit.svg +0 -0
  1698. /package/static/{df3d694 → 587acf8}/icons/ellipsis.svg +0 -0
  1699. /package/static/{df3d694 → 587acf8}/icons/error.svg +0 -0
  1700. /package/static/{df3d694 → 587acf8}/icons/exclude.svg +0 -0
  1701. /package/static/{df3d694 → 587acf8}/icons/extensionDefaultIcon.png +0 -0
  1702. /package/static/{df3d694 → 587acf8}/icons/extensions.svg +0 -0
  1703. /package/static/{df3d694 → 587acf8}/icons/files.svg +0 -0
  1704. /package/static/{df3d694 → 587acf8}/icons/filter.svg +0 -0
  1705. /package/static/{df3d694 → 587acf8}/icons/go-to-file.svg +0 -0
  1706. /package/static/{df3d694 → 587acf8}/icons/icon-close.svg +0 -0
  1707. /package/static/{df3d694 → 587acf8}/icons/icon-source-control.svg +0 -0
  1708. /package/static/{df3d694 → 587acf8}/icons/icon-sync.svg +0 -0
  1709. /package/static/{df3d694 → 587acf8}/icons/icon.png +0 -0
  1710. /package/static/{df3d694 → 587acf8}/icons/icon.svg +0 -0
  1711. /package/static/{df3d694 → 587acf8}/icons/info.svg +0 -0
  1712. /package/static/{df3d694 → 587acf8}/icons/language-icon.svg +0 -0
  1713. /package/static/{df3d694 → 587acf8}/icons/link-external.svg +0 -0
  1714. /package/static/{df3d694 → 587acf8}/icons/list-flat.svg +0 -0
  1715. /package/static/{df3d694 → 587acf8}/icons/list-tree.svg +0 -0
  1716. /package/static/{df3d694 → 587acf8}/icons/new-file.svg +0 -0
  1717. /package/static/{df3d694 → 587acf8}/icons/new-folder.svg +0 -0
  1718. /package/static/{df3d694 → 587acf8}/icons/newline.svg +0 -0
  1719. /package/static/{df3d694 → 587acf8}/icons/open-preview.svg +0 -0
  1720. /package/static/{df3d694 → 587acf8}/icons/play.svg +0 -0
  1721. /package/static/{df3d694 → 587acf8}/icons/preserve-case.svg +0 -0
  1722. /package/static/{df3d694 → 587acf8}/icons/progress.svg +0 -0
  1723. /package/static/{df3d694 → 587acf8}/icons/pwa-icon-192.png +0 -0
  1724. /package/static/{df3d694 → 587acf8}/icons/pwa-icon-512.png +0 -0
  1725. /package/static/{df3d694 → 587acf8}/icons/record-keys.svg +0 -0
  1726. /package/static/{df3d694 → 587acf8}/icons/refresh.svg +0 -0
  1727. /package/static/{df3d694 → 587acf8}/icons/regex.svg +0 -0
  1728. /package/static/{df3d694 → 587acf8}/icons/remove.svg +0 -0
  1729. /package/static/{df3d694 → 587acf8}/icons/replace-all.svg +0 -0
  1730. /package/static/{df3d694 → 587acf8}/icons/replace.svg +0 -0
  1731. /package/static/{df3d694 → 587acf8}/icons/run-all.svg +0 -0
  1732. /package/static/{df3d694 → 587acf8}/icons/search.svg +0 -0
  1733. /package/static/{df3d694 → 587acf8}/icons/settings-gear.svg +0 -0
  1734. /package/static/{df3d694 → 587acf8}/icons/sort-precedence.svg +0 -0
  1735. /package/static/{df3d694 → 587acf8}/icons/source-control.svg +0 -0
  1736. /package/static/{df3d694 → 587acf8}/icons/split-horizontal.svg +0 -0
  1737. /package/static/{df3d694 → 587acf8}/icons/squiggly-error.svg +0 -0
  1738. /package/static/{df3d694 → 587acf8}/icons/squiggly-warning.svg +0 -0
  1739. /package/static/{df3d694 → 587acf8}/icons/symbol-array.svg +0 -0
  1740. /package/static/{df3d694 → 587acf8}/icons/symbol-boolean.svg +0 -0
  1741. /package/static/{df3d694 → 587acf8}/icons/symbol-class.svg +0 -0
  1742. /package/static/{df3d694 → 587acf8}/icons/symbol-color.svg +0 -0
  1743. /package/static/{df3d694 → 587acf8}/icons/symbol-constant.svg +0 -0
  1744. /package/static/{df3d694 → 587acf8}/icons/symbol-enum-member.svg +0 -0
  1745. /package/static/{df3d694 → 587acf8}/icons/symbol-enum.svg +0 -0
  1746. /package/static/{df3d694 → 587acf8}/icons/symbol-event.svg +0 -0
  1747. /package/static/{df3d694 → 587acf8}/icons/symbol-field.svg +0 -0
  1748. /package/static/{df3d694 → 587acf8}/icons/symbol-file.svg +0 -0
  1749. /package/static/{df3d694 → 587acf8}/icons/symbol-interface.svg +0 -0
  1750. /package/static/{df3d694 → 587acf8}/icons/symbol-key.svg +0 -0
  1751. /package/static/{df3d694 → 587acf8}/icons/symbol-keyword.svg +0 -0
  1752. /package/static/{df3d694 → 587acf8}/icons/symbol-method.svg +0 -0
  1753. /package/static/{df3d694 → 587acf8}/icons/symbol-misc.svg +0 -0
  1754. /package/static/{df3d694 → 587acf8}/icons/symbol-namespace.svg +0 -0
  1755. /package/static/{df3d694 → 587acf8}/icons/symbol-numeric.svg +0 -0
  1756. /package/static/{df3d694 → 587acf8}/icons/symbol-operator.svg +0 -0
  1757. /package/static/{df3d694 → 587acf8}/icons/symbol-parameter.svg +0 -0
  1758. /package/static/{df3d694 → 587acf8}/icons/symbol-property.svg +0 -0
  1759. /package/static/{df3d694 → 587acf8}/icons/symbol-ruler.svg +0 -0
  1760. /package/static/{df3d694 → 587acf8}/icons/symbol-snippet.svg +0 -0
  1761. /package/static/{df3d694 → 587acf8}/icons/symbol-string.svg +0 -0
  1762. /package/static/{df3d694 → 587acf8}/icons/symbol-structure.svg +0 -0
  1763. /package/static/{df3d694 → 587acf8}/icons/symbol-variable.svg +0 -0
  1764. /package/static/{df3d694 → 587acf8}/icons/tag.svg +0 -0
  1765. /package/static/{df3d694 → 587acf8}/icons/terminal-bash.svg +0 -0
  1766. /package/static/{df3d694 → 587acf8}/icons/terminal.svg +0 -0
  1767. /package/static/{df3d694 → 587acf8}/icons/theme-icon.png +0 -0
  1768. /package/static/{df3d694 → 587acf8}/icons/trash.svg +0 -0
  1769. /package/static/{df3d694 → 587acf8}/icons/triangle-down.svg +0 -0
  1770. /package/static/{df3d694 → 587acf8}/icons/triangle-left.svg +0 -0
  1771. /package/static/{df3d694 → 587acf8}/icons/triangle-right.svg +0 -0
  1772. /package/static/{df3d694 → 587acf8}/icons/triangle-up.svg +0 -0
  1773. /package/static/{df3d694 → 587acf8}/icons/warning.svg +0 -0
  1774. /package/static/{df3d694 → 587acf8}/icons/whole-word.svg +0 -0
  1775. /package/static/{df3d694 → 587acf8}/icons/zoom-in.svg +0 -0
  1776. /package/static/{df3d694 → 587acf8}/icons/zoom-out.svg +0 -0
  1777. /package/static/{df3d694 → 587acf8}/js/babel-parser.js +0 -0
  1778. /package/static/{df3d694 → 587acf8}/js/blob-util.js +0 -0
  1779. /package/static/{df3d694 → 587acf8}/js/ky.js +0 -0
  1780. /package/static/{df3d694 → 587acf8}/js/lvce-editor-import-script.js +0 -0
  1781. /package/static/{df3d694 → 587acf8}/js/lvce-editor-ipc.js +0 -0
  1782. /package/static/{df3d694 → 587acf8}/js/lvce-editor-json-rpc.js +0 -0
  1783. /package/static/{df3d694 → 587acf8}/js/lvce-editor-verror.js +0 -0
  1784. /package/static/{df3d694 → 587acf8}/js/p-min-delay.js +0 -0
  1785. /package/static/{df3d694 → 587acf8}/js/pretty-bytes.js +0 -0
  1786. /package/static/{df3d694 → 587acf8}/js/preview-injected.js +0 -0
  1787. /package/static/{df3d694 → 587acf8}/js/yoctodelay.js +0 -0
  1788. /package/static/{df3d694 → 587acf8}/lib-css/termterm.css +0 -0
  1789. /package/static/{df3d694 → 587acf8}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
  1790. /package/static/{df3d694 → 587acf8}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
  1791. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
  1792. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
  1793. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
  1794. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
  1795. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
  1796. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
  1797. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
  1798. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
  1799. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
  1800. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
  1801. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
  1802. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
  1803. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
  1804. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
  1805. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
  1806. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
  1807. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
  1808. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
  1809. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
  1810. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
  1811. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
  1812. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
  1813. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
  1814. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
  1815. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
  1816. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
  1817. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
  1818. /package/static/{df3d694 → 587acf8}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
  1819. /package/static/{df3d694 → 587acf8}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
  1820. /package/static/{df3d694 → 587acf8}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
  1821. /package/static/{df3d694 → 587acf8}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
  1822. /package/static/{df3d694 → 587acf8}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
  1823. /package/static/{df3d694 → 587acf8}/packages/renderer-process/LICENSE +0 -0
  1824. /package/static/{df3d694 → 587acf8}/packages/renderer-process/README.md +0 -0
  1825. /package/static/{df3d694 → 587acf8}/packages/renderer-process/package.json +0 -0
  1826. /package/static/{df3d694 → 587acf8}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
  1827. /package/static/{df3d694 → 587acf8}/packages/test-worker/dist/testWorkerMain.js +0 -0
  1828. /package/static/{df3d694 → 587acf8}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
  1829. /package/static/{df3d694 → 587acf8}/playground/languages/index.cpp +0 -0
  1830. /package/static/{df3d694 → 587acf8}/playground/languages/index.css +0 -0
  1831. /package/static/{df3d694 → 587acf8}/playground/languages/index.csv +0 -0
  1832. /package/static/{df3d694 → 587acf8}/playground/languages/index.dart +0 -0
  1833. /package/static/{df3d694 → 587acf8}/playground/languages/index.env +0 -0
  1834. /package/static/{df3d694 → 587acf8}/playground/languages/index.ex +0 -0
  1835. /package/static/{df3d694 → 587acf8}/playground/languages/index.html +0 -0
  1836. /package/static/{df3d694 → 587acf8}/playground/languages/index.java +0 -0
  1837. /package/static/{df3d694 → 587acf8}/playground/languages/index.jl +0 -0
  1838. /package/static/{df3d694 → 587acf8}/playground/languages/index.js +0 -0
  1839. /package/static/{df3d694 → 587acf8}/playground/languages/index.json +0 -0
  1840. /package/static/{df3d694 → 587acf8}/playground/languages/index.kt +0 -0
  1841. /package/static/{df3d694 → 587acf8}/playground/languages/index.pl +0 -0
  1842. /package/static/{df3d694 → 587acf8}/playground/languages/index.py +0 -0
  1843. /package/static/{df3d694 → 587acf8}/playground/languages/index.ts +0 -0
  1844. /package/static/{df3d694 → 587acf8}/playground/languages/scrolling.txt +0 -0
  1845. /package/static/{df3d694 → 587acf8}/playground/languages/tsconfig.json +0 -0
  1846. /package/static/{df3d694 → 587acf8}/playground/sample-folder/a.txt +0 -0
  1847. /package/static/{df3d694 → 587acf8}/playground/sample-folder/b.txt +0 -0
  1848. /package/static/{df3d694 → 587acf8}/playground/sample-folder/c.txt +0 -0
@@ -0,0 +1,2494 @@
1
+ const normalizeLine = line => {
2
+ if (line.startsWith('Error: ')) {
3
+ return line.slice('Error: '.length);
4
+ }
5
+ if (line.startsWith('VError: ')) {
6
+ return line.slice('VError: '.length);
7
+ }
8
+ return line;
9
+ };
10
+ const getCombinedMessage = (error, message) => {
11
+ const stringifiedError = normalizeLine(`${error}`);
12
+ if (message) {
13
+ return `${message}: ${stringifiedError}`;
14
+ }
15
+ return stringifiedError;
16
+ };
17
+ const NewLine$2 = '\n';
18
+ const getNewLineIndex$1 = (string, startIndex = undefined) => {
19
+ return string.indexOf(NewLine$2, startIndex);
20
+ };
21
+ const mergeStacks = (parent, child) => {
22
+ if (!child) {
23
+ return parent;
24
+ }
25
+ const parentNewLineIndex = getNewLineIndex$1(parent);
26
+ const childNewLineIndex = getNewLineIndex$1(child);
27
+ if (childNewLineIndex === -1) {
28
+ return parent;
29
+ }
30
+ const parentFirstLine = parent.slice(0, parentNewLineIndex);
31
+ const childRest = child.slice(childNewLineIndex);
32
+ const childFirstLine = normalizeLine(child.slice(0, childNewLineIndex));
33
+ if (parentFirstLine.includes(childFirstLine)) {
34
+ return parentFirstLine + childRest;
35
+ }
36
+ return child;
37
+ };
38
+ class VError extends Error {
39
+ constructor(error, message) {
40
+ const combinedMessage = getCombinedMessage(error, message);
41
+ super(combinedMessage);
42
+ this.name = 'VError';
43
+ if (error instanceof Error) {
44
+ this.stack = mergeStacks(this.stack, error.stack);
45
+ }
46
+ if (error.codeFrame) {
47
+ // @ts-ignore
48
+ this.codeFrame = error.codeFrame;
49
+ }
50
+ if (error.code) {
51
+ // @ts-ignore
52
+ this.code = error.code;
53
+ }
54
+ }
55
+ }
56
+
57
+ class AssertionError extends Error {
58
+ constructor(message) {
59
+ super(message);
60
+ this.name = 'AssertionError';
61
+ }
62
+ }
63
+ const getType = value => {
64
+ switch (typeof value) {
65
+ case 'number':
66
+ return 'number';
67
+ case 'function':
68
+ return 'function';
69
+ case 'string':
70
+ return 'string';
71
+ case 'object':
72
+ if (value === null) {
73
+ return 'null';
74
+ }
75
+ if (Array.isArray(value)) {
76
+ return 'array';
77
+ }
78
+ return 'object';
79
+ case 'boolean':
80
+ return 'boolean';
81
+ default:
82
+ return 'unknown';
83
+ }
84
+ };
85
+ const string = value => {
86
+ const type = getType(value);
87
+ if (type !== 'string') {
88
+ throw new AssertionError('expected value to be of type string');
89
+ }
90
+ };
91
+
92
+ const isMessagePort = value => {
93
+ return value && value instanceof MessagePort;
94
+ };
95
+ const isMessagePortMain = value => {
96
+ return value && value.constructor && value.constructor.name === 'MessagePortMain';
97
+ };
98
+ const isOffscreenCanvas = value => {
99
+ return typeof OffscreenCanvas !== 'undefined' && value instanceof OffscreenCanvas;
100
+ };
101
+ const isInstanceOf = (value, constructorName) => {
102
+ return value?.constructor?.name === constructorName;
103
+ };
104
+ const isSocket = value => {
105
+ return isInstanceOf(value, 'Socket');
106
+ };
107
+ const transferrables = [isMessagePort, isMessagePortMain, isOffscreenCanvas, isSocket];
108
+ const isTransferrable = value => {
109
+ for (const fn of transferrables) {
110
+ if (fn(value)) {
111
+ return true;
112
+ }
113
+ }
114
+ return false;
115
+ };
116
+ const walkValue = (value, transferrables, isTransferrable) => {
117
+ if (!value) {
118
+ return;
119
+ }
120
+ if (isTransferrable(value)) {
121
+ transferrables.push(value);
122
+ return;
123
+ }
124
+ if (Array.isArray(value)) {
125
+ for (const item of value) {
126
+ walkValue(item, transferrables, isTransferrable);
127
+ }
128
+ return;
129
+ }
130
+ if (typeof value === 'object') {
131
+ for (const property of Object.values(value)) {
132
+ walkValue(property, transferrables, isTransferrable);
133
+ }
134
+ return;
135
+ }
136
+ };
137
+ const getTransferrables = value => {
138
+ const transferrables = [];
139
+ walkValue(value, transferrables, isTransferrable);
140
+ return transferrables;
141
+ };
142
+ const attachEvents = that => {
143
+ const handleMessage = (...args) => {
144
+ const data = that.getData(...args);
145
+ that.dispatchEvent(new MessageEvent('message', {
146
+ data
147
+ }));
148
+ };
149
+ that.onMessage(handleMessage);
150
+ const handleClose = event => {
151
+ that.dispatchEvent(new Event('close'));
152
+ };
153
+ that.onClose(handleClose);
154
+ };
155
+ class Ipc extends EventTarget {
156
+ constructor(rawIpc) {
157
+ super();
158
+ this._rawIpc = rawIpc;
159
+ attachEvents(this);
160
+ }
161
+ }
162
+ const E_INCOMPATIBLE_NATIVE_MODULE = 'E_INCOMPATIBLE_NATIVE_MODULE';
163
+ const E_MODULES_NOT_SUPPORTED_IN_ELECTRON = 'E_MODULES_NOT_SUPPORTED_IN_ELECTRON';
164
+ const ERR_MODULE_NOT_FOUND = 'ERR_MODULE_NOT_FOUND';
165
+ const NewLine$1 = '\n';
166
+ const joinLines$1 = lines => {
167
+ return lines.join(NewLine$1);
168
+ };
169
+ const RE_AT = /^\s+at/;
170
+ const RE_AT_PROMISE_INDEX = /^\s*at async Promise.all \(index \d+\)$/;
171
+ const isNormalStackLine = line => {
172
+ return RE_AT.test(line) && !RE_AT_PROMISE_INDEX.test(line);
173
+ };
174
+ const getDetails = lines => {
175
+ const index = lines.findIndex(isNormalStackLine);
176
+ if (index === -1) {
177
+ return {
178
+ actualMessage: joinLines$1(lines),
179
+ rest: []
180
+ };
181
+ }
182
+ let lastIndex = index - 1;
183
+ while (++lastIndex < lines.length) {
184
+ if (!isNormalStackLine(lines[lastIndex])) {
185
+ break;
186
+ }
187
+ }
188
+ return {
189
+ actualMessage: lines[index - 1],
190
+ rest: lines.slice(index, lastIndex)
191
+ };
192
+ };
193
+ const splitLines$1 = lines => {
194
+ return lines.split(NewLine$1);
195
+ };
196
+ const RE_MESSAGE_CODE_BLOCK_START = /^Error: The module '.*'$/;
197
+ const RE_MESSAGE_CODE_BLOCK_END = /^\s* at/;
198
+ const isMessageCodeBlockStartIndex = line => {
199
+ return RE_MESSAGE_CODE_BLOCK_START.test(line);
200
+ };
201
+ const isMessageCodeBlockEndIndex = line => {
202
+ return RE_MESSAGE_CODE_BLOCK_END.test(line);
203
+ };
204
+ const getMessageCodeBlock = stderr => {
205
+ const lines = splitLines$1(stderr);
206
+ const startIndex = lines.findIndex(isMessageCodeBlockStartIndex);
207
+ const endIndex = startIndex + lines.slice(startIndex).findIndex(isMessageCodeBlockEndIndex, startIndex);
208
+ const relevantLines = lines.slice(startIndex, endIndex);
209
+ const relevantMessage = relevantLines.join(' ').slice('Error: '.length);
210
+ return relevantMessage;
211
+ };
212
+ const isModuleNotFoundMessage = line => {
213
+ return line.includes('[ERR_MODULE_NOT_FOUND]');
214
+ };
215
+ const getModuleNotFoundError = stderr => {
216
+ const lines = splitLines$1(stderr);
217
+ const messageIndex = lines.findIndex(isModuleNotFoundMessage);
218
+ const message = lines[messageIndex];
219
+ return {
220
+ message,
221
+ code: ERR_MODULE_NOT_FOUND
222
+ };
223
+ };
224
+ const isModuleNotFoundError = stderr => {
225
+ if (!stderr) {
226
+ return false;
227
+ }
228
+ return stderr.includes('ERR_MODULE_NOT_FOUND');
229
+ };
230
+ const isModulesSyntaxError = stderr => {
231
+ if (!stderr) {
232
+ return false;
233
+ }
234
+ return stderr.includes('SyntaxError: Cannot use import statement outside a module');
235
+ };
236
+ const RE_NATIVE_MODULE_ERROR = /^innerError Error: Cannot find module '.*.node'/;
237
+ const RE_NATIVE_MODULE_ERROR_2 = /was compiled against a different Node.js version/;
238
+ const isUnhelpfulNativeModuleError = stderr => {
239
+ return RE_NATIVE_MODULE_ERROR.test(stderr) && RE_NATIVE_MODULE_ERROR_2.test(stderr);
240
+ };
241
+ const getNativeModuleErrorMessage = stderr => {
242
+ const message = getMessageCodeBlock(stderr);
243
+ return {
244
+ message: `Incompatible native node module: ${message}`,
245
+ code: E_INCOMPATIBLE_NATIVE_MODULE
246
+ };
247
+ };
248
+ const getModuleSyntaxError = () => {
249
+ return {
250
+ message: `ES Modules are not supported in electron`,
251
+ code: E_MODULES_NOT_SUPPORTED_IN_ELECTRON
252
+ };
253
+ };
254
+ const getHelpfulChildProcessError = (stdout, stderr) => {
255
+ if (isUnhelpfulNativeModuleError(stderr)) {
256
+ return getNativeModuleErrorMessage(stderr);
257
+ }
258
+ if (isModulesSyntaxError(stderr)) {
259
+ return getModuleSyntaxError();
260
+ }
261
+ if (isModuleNotFoundError(stderr)) {
262
+ return getModuleNotFoundError(stderr);
263
+ }
264
+ const lines = splitLines$1(stderr);
265
+ const {
266
+ actualMessage,
267
+ rest
268
+ } = getDetails(lines);
269
+ return {
270
+ message: actualMessage,
271
+ code: '',
272
+ stack: rest
273
+ };
274
+ };
275
+ class IpcError extends VError {
276
+ // @ts-ignore
277
+ constructor(betterMessage, stdout = '', stderr = '') {
278
+ if (stdout || stderr) {
279
+ // @ts-ignore
280
+ const {
281
+ message,
282
+ code,
283
+ stack
284
+ } = getHelpfulChildProcessError(stdout, stderr);
285
+ const cause = new Error(message);
286
+ // @ts-ignore
287
+ cause.code = code;
288
+ cause.stack = stack;
289
+ super(cause, betterMessage);
290
+ } else {
291
+ super(betterMessage);
292
+ }
293
+ // @ts-ignore
294
+ this.name = 'IpcError';
295
+ // @ts-ignore
296
+ this.stdout = stdout;
297
+ // @ts-ignore
298
+ this.stderr = stderr;
299
+ }
300
+ }
301
+ const readyMessage = 'ready';
302
+ const getData$2 = event => {
303
+ return event.data;
304
+ };
305
+ const listen$7 = () => {
306
+ // @ts-ignore
307
+ if (typeof WorkerGlobalScope === 'undefined') {
308
+ throw new TypeError('module is not in web worker scope');
309
+ }
310
+ return globalThis;
311
+ };
312
+ const signal$8 = global => {
313
+ global.postMessage(readyMessage);
314
+ };
315
+ class IpcChildWithModuleWorker extends Ipc {
316
+ getData(event) {
317
+ return getData$2(event);
318
+ }
319
+ send(message) {
320
+ // @ts-ignore
321
+ this._rawIpc.postMessage(message);
322
+ }
323
+ sendAndTransfer(message) {
324
+ const transfer = getTransferrables(message);
325
+ // @ts-ignore
326
+ this._rawIpc.postMessage(message, transfer);
327
+ }
328
+ dispose() {
329
+ // ignore
330
+ }
331
+ onClose(callback) {
332
+ // ignore
333
+ }
334
+ onMessage(callback) {
335
+ this._rawIpc.addEventListener('message', callback);
336
+ }
337
+ }
338
+ const wrap$f = global => {
339
+ return new IpcChildWithModuleWorker(global);
340
+ };
341
+ const withResolvers = () => {
342
+ let _resolve;
343
+ const promise = new Promise(resolve => {
344
+ _resolve = resolve;
345
+ });
346
+ return {
347
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
348
+ resolve: _resolve,
349
+ promise
350
+ };
351
+ };
352
+ const waitForFirstMessage = async port => {
353
+ const {
354
+ resolve,
355
+ promise
356
+ } = withResolvers();
357
+ port.addEventListener('message', resolve, {
358
+ once: true
359
+ });
360
+ const event = await promise;
361
+ // @ts-ignore
362
+ return event.data;
363
+ };
364
+ const listen$6 = async () => {
365
+ const parentIpcRaw = listen$7();
366
+ signal$8(parentIpcRaw);
367
+ const parentIpc = wrap$f(parentIpcRaw);
368
+ const firstMessage = await waitForFirstMessage(parentIpc);
369
+ if (firstMessage.method !== 'initialize') {
370
+ throw new IpcError('unexpected first message');
371
+ }
372
+ const type = firstMessage.params[0];
373
+ if (type === 'message-port') {
374
+ parentIpc.send({
375
+ jsonrpc: '2.0',
376
+ id: firstMessage.id,
377
+ result: null
378
+ });
379
+ parentIpc.dispose();
380
+ const port = firstMessage.params[1];
381
+ return port;
382
+ }
383
+ return globalThis;
384
+ };
385
+ class IpcChildWithModuleWorkerAndMessagePort extends Ipc {
386
+ getData(event) {
387
+ return getData$2(event);
388
+ }
389
+ send(message) {
390
+ this._rawIpc.postMessage(message);
391
+ }
392
+ sendAndTransfer(message) {
393
+ const transfer = getTransferrables(message);
394
+ this._rawIpc.postMessage(message, transfer);
395
+ }
396
+ dispose() {
397
+ if (this._rawIpc.close) {
398
+ this._rawIpc.close();
399
+ }
400
+ }
401
+ onClose(callback) {
402
+ // ignore
403
+ }
404
+ onMessage(callback) {
405
+ this._rawIpc.addEventListener('message', callback);
406
+ this._rawIpc.start();
407
+ }
408
+ }
409
+ const wrap$e = port => {
410
+ return new IpcChildWithModuleWorkerAndMessagePort(port);
411
+ };
412
+ const IpcChildWithModuleWorkerAndMessagePort$1 = {
413
+ __proto__: null,
414
+ listen: listen$6,
415
+ wrap: wrap$e
416
+ };
417
+
418
+ const Two = '2.0';
419
+ const create$4 = (method, params) => {
420
+ return {
421
+ jsonrpc: Two,
422
+ method,
423
+ params
424
+ };
425
+ };
426
+ const callbacks = Object.create(null);
427
+ const set$2 = (id, fn) => {
428
+ callbacks[id] = fn;
429
+ };
430
+ const get$2 = id => {
431
+ return callbacks[id];
432
+ };
433
+ const remove = id => {
434
+ delete callbacks[id];
435
+ };
436
+ let id$1 = 0;
437
+ const create$3 = () => {
438
+ return ++id$1;
439
+ };
440
+ const registerPromise = () => {
441
+ const id = create$3();
442
+ const {
443
+ resolve,
444
+ promise
445
+ } = Promise.withResolvers();
446
+ set$2(id, resolve);
447
+ return {
448
+ id,
449
+ promise
450
+ };
451
+ };
452
+ const create$2$1 = (method, params) => {
453
+ const {
454
+ id,
455
+ promise
456
+ } = registerPromise();
457
+ const message = {
458
+ jsonrpc: Two,
459
+ method,
460
+ params,
461
+ id
462
+ };
463
+ return {
464
+ message,
465
+ promise
466
+ };
467
+ };
468
+ class JsonRpcError extends Error {
469
+ constructor(message) {
470
+ super(message);
471
+ this.name = 'JsonRpcError';
472
+ }
473
+ }
474
+ const NewLine = '\n';
475
+ const DomException = 'DOMException';
476
+ const ReferenceError$1 = 'ReferenceError';
477
+ const SyntaxError$1 = 'SyntaxError';
478
+ const TypeError$1 = 'TypeError';
479
+ const getErrorConstructor = (message, type) => {
480
+ if (type) {
481
+ switch (type) {
482
+ case DomException:
483
+ return DOMException;
484
+ case TypeError$1:
485
+ return TypeError;
486
+ case SyntaxError$1:
487
+ return SyntaxError;
488
+ case ReferenceError$1:
489
+ return ReferenceError;
490
+ default:
491
+ return Error;
492
+ }
493
+ }
494
+ if (message.startsWith('TypeError: ')) {
495
+ return TypeError;
496
+ }
497
+ if (message.startsWith('SyntaxError: ')) {
498
+ return SyntaxError;
499
+ }
500
+ if (message.startsWith('ReferenceError: ')) {
501
+ return ReferenceError;
502
+ }
503
+ return Error;
504
+ };
505
+ const constructError = (message, type, name) => {
506
+ const ErrorConstructor = getErrorConstructor(message, type);
507
+ if (ErrorConstructor === DOMException && name) {
508
+ return new ErrorConstructor(message, name);
509
+ }
510
+ if (ErrorConstructor === Error) {
511
+ const error = new Error(message);
512
+ if (name && name !== 'VError') {
513
+ error.name = name;
514
+ }
515
+ return error;
516
+ }
517
+ return new ErrorConstructor(message);
518
+ };
519
+ const getNewLineIndex = (string, startIndex = undefined) => {
520
+ return string.indexOf(NewLine, startIndex);
521
+ };
522
+ const getParentStack = error => {
523
+ let parentStack = error.stack || error.data || error.message || '';
524
+ if (parentStack.startsWith(' at')) {
525
+ parentStack = error.message + NewLine + parentStack;
526
+ }
527
+ return parentStack;
528
+ };
529
+ const joinLines = lines => {
530
+ return lines.join(NewLine);
531
+ };
532
+ const MethodNotFound = -32601;
533
+ const Custom = -32001;
534
+ const splitLines = lines => {
535
+ return lines.split(NewLine);
536
+ };
537
+ const restoreJsonRpcError = error => {
538
+ if (error && error instanceof Error) {
539
+ return error;
540
+ }
541
+ const currentStack = joinLines(splitLines(new Error().stack || '').slice(1));
542
+ if (error && error.code && error.code === MethodNotFound) {
543
+ const restoredError = new JsonRpcError(error.message);
544
+ const parentStack = getParentStack(error);
545
+ restoredError.stack = parentStack + NewLine + currentStack;
546
+ return restoredError;
547
+ }
548
+ if (error && error.message) {
549
+ const restoredError = constructError(error.message, error.type, error.name);
550
+ if (error.data) {
551
+ if (error.data.stack && error.data.type && error.message) {
552
+ restoredError.stack = error.data.type + ': ' + error.message + NewLine + error.data.stack + NewLine + currentStack;
553
+ } else if (error.data.stack) {
554
+ restoredError.stack = error.data.stack;
555
+ }
556
+ if (error.data.codeFrame) {
557
+ // @ts-ignore
558
+ restoredError.codeFrame = error.data.codeFrame;
559
+ }
560
+ if (error.data.code) {
561
+ // @ts-ignore
562
+ restoredError.code = error.data.code;
563
+ }
564
+ if (error.data.type) {
565
+ // @ts-ignore
566
+ restoredError.name = error.data.type;
567
+ }
568
+ } else {
569
+ if (error.stack) {
570
+ const lowerStack = restoredError.stack || '';
571
+ // @ts-ignore
572
+ const indexNewLine = getNewLineIndex(lowerStack);
573
+ const parentStack = getParentStack(error);
574
+ // @ts-ignore
575
+ restoredError.stack = parentStack + lowerStack.slice(indexNewLine);
576
+ }
577
+ if (error.codeFrame) {
578
+ // @ts-ignore
579
+ restoredError.codeFrame = error.codeFrame;
580
+ }
581
+ }
582
+ return restoredError;
583
+ }
584
+ if (typeof error === 'string') {
585
+ return new Error(`JsonRpc Error: ${error}`);
586
+ }
587
+ return new Error(`JsonRpc Error: ${error}`);
588
+ };
589
+ const unwrapJsonRpcResult = responseMessage => {
590
+ if ('error' in responseMessage) {
591
+ const restoredError = restoreJsonRpcError(responseMessage.error);
592
+ throw restoredError;
593
+ }
594
+ if ('result' in responseMessage) {
595
+ return responseMessage.result;
596
+ }
597
+ throw new JsonRpcError('unexpected response message');
598
+ };
599
+ const warn = (...args) => {
600
+ console.warn(...args);
601
+ };
602
+ const resolve = (id, response) => {
603
+ const fn = get$2(id);
604
+ if (!fn) {
605
+ console.log(response);
606
+ warn(`callback ${id} may already be disposed`);
607
+ return;
608
+ }
609
+ fn(response);
610
+ remove(id);
611
+ };
612
+ const E_COMMAND_NOT_FOUND = 'E_COMMAND_NOT_FOUND';
613
+ const getErrorType = prettyError => {
614
+ if (prettyError && prettyError.type) {
615
+ return prettyError.type;
616
+ }
617
+ if (prettyError && prettyError.constructor && prettyError.constructor.name) {
618
+ return prettyError.constructor.name;
619
+ }
620
+ return undefined;
621
+ };
622
+ const getErrorProperty = (error, prettyError) => {
623
+ if (error && error.code === E_COMMAND_NOT_FOUND) {
624
+ return {
625
+ code: MethodNotFound,
626
+ message: error.message,
627
+ data: error.stack
628
+ };
629
+ }
630
+ return {
631
+ code: Custom,
632
+ message: prettyError.message,
633
+ data: {
634
+ stack: prettyError.stack,
635
+ codeFrame: prettyError.codeFrame,
636
+ type: getErrorType(prettyError),
637
+ code: prettyError.code,
638
+ name: prettyError.name
639
+ }
640
+ };
641
+ };
642
+ const create$1$1 = (message, error) => {
643
+ return {
644
+ jsonrpc: Two,
645
+ id: message.id,
646
+ error
647
+ };
648
+ };
649
+ const getErrorResponse = (message, error, preparePrettyError, logError) => {
650
+ const prettyError = preparePrettyError(error);
651
+ logError(error, prettyError);
652
+ const errorProperty = getErrorProperty(error, prettyError);
653
+ return create$1$1(message, errorProperty);
654
+ };
655
+ const create$5 = (message, result) => {
656
+ return {
657
+ jsonrpc: Two,
658
+ id: message.id,
659
+ result: result ?? null
660
+ };
661
+ };
662
+ const getSuccessResponse = (message, result) => {
663
+ const resultProperty = result ?? null;
664
+ return create$5(message, resultProperty);
665
+ };
666
+ const getResponse = async (message, ipc, execute, preparePrettyError, logError, requiresSocket) => {
667
+ try {
668
+ const result = requiresSocket(message.method) ? await execute(message.method, ipc, ...message.params) : await execute(message.method, ...message.params);
669
+ return getSuccessResponse(message, result);
670
+ } catch (error) {
671
+ return getErrorResponse(message, error, preparePrettyError, logError);
672
+ }
673
+ };
674
+ const defaultPreparePrettyError = error => {
675
+ return error;
676
+ };
677
+ const defaultLogError = () => {
678
+ // ignore
679
+ };
680
+ const defaultRequiresSocket = () => {
681
+ return false;
682
+ };
683
+ const defaultResolve = resolve;
684
+
685
+ // TODO maybe remove this in v6 or v7, only accept options object to simplify the code
686
+ const normalizeParams = args => {
687
+ if (args.length === 1) {
688
+ const options = args[0];
689
+ return {
690
+ ipc: options.ipc,
691
+ message: options.message,
692
+ execute: options.execute,
693
+ resolve: options.resolve || defaultResolve,
694
+ preparePrettyError: options.preparePrettyError || defaultPreparePrettyError,
695
+ logError: options.logError || defaultLogError,
696
+ requiresSocket: options.requiresSocket || defaultRequiresSocket
697
+ };
698
+ }
699
+ return {
700
+ ipc: args[0],
701
+ message: args[1],
702
+ execute: args[2],
703
+ resolve: args[3],
704
+ preparePrettyError: args[4],
705
+ logError: args[5],
706
+ requiresSocket: args[6]
707
+ };
708
+ };
709
+ const handleJsonRpcMessage = async (...args) => {
710
+ const options = normalizeParams(args);
711
+ const {
712
+ message,
713
+ ipc,
714
+ execute,
715
+ resolve,
716
+ preparePrettyError,
717
+ logError,
718
+ requiresSocket
719
+ } = options;
720
+ if ('id' in message) {
721
+ if ('method' in message) {
722
+ const response = await getResponse(message, ipc, execute, preparePrettyError, logError, requiresSocket);
723
+ try {
724
+ ipc.send(response);
725
+ } catch (error) {
726
+ const errorResponse = getErrorResponse(message, error, preparePrettyError, logError);
727
+ ipc.send(errorResponse);
728
+ }
729
+ return;
730
+ }
731
+ resolve(message.id, message);
732
+ return;
733
+ }
734
+ if ('method' in message) {
735
+ await getResponse(message, ipc, execute, preparePrettyError, logError, requiresSocket);
736
+ return;
737
+ }
738
+ throw new JsonRpcError('unexpected message');
739
+ };
740
+ const invokeHelper = async (ipc, method, params, useSendAndTransfer) => {
741
+ const {
742
+ message,
743
+ promise
744
+ } = create$2$1(method, params);
745
+ if (useSendAndTransfer && ipc.sendAndTransfer) {
746
+ ipc.sendAndTransfer(message);
747
+ } else {
748
+ ipc.send(message);
749
+ }
750
+ const responseMessage = await promise;
751
+ return unwrapJsonRpcResult(responseMessage);
752
+ };
753
+ const send = (transport, method, ...params) => {
754
+ const message = create$4(method, params);
755
+ transport.send(message);
756
+ };
757
+ const invoke$1 = (ipc, method, ...params) => {
758
+ return invokeHelper(ipc, method, params, false);
759
+ };
760
+ const invokeAndTransfer = (ipc, method, ...params) => {
761
+ return invokeHelper(ipc, method, params, true);
762
+ };
763
+
764
+ const commands$1 = Object.create(null);
765
+ const register = commandMap => {
766
+ Object.assign(commands$1, commandMap);
767
+ };
768
+ const getCommand = key => {
769
+ return commands$1[key];
770
+ };
771
+ const execute = (command, ...args) => {
772
+ const fn = getCommand(command);
773
+ if (!fn) {
774
+ throw new Error(`command not found ${command}`);
775
+ }
776
+ return fn(...args);
777
+ };
778
+
779
+ const createRpc = ipc => {
780
+ const rpc = {
781
+ // @ts-ignore
782
+ ipc,
783
+ /**
784
+ * @deprecated
785
+ */
786
+ send(method, ...params) {
787
+ send(ipc, method, ...params);
788
+ },
789
+ invoke(method, ...params) {
790
+ return invoke$1(ipc, method, ...params);
791
+ },
792
+ invokeAndTransfer(method, ...params) {
793
+ return invokeAndTransfer(ipc, method, ...params);
794
+ }
795
+ };
796
+ return rpc;
797
+ };
798
+ const requiresSocket = () => {
799
+ return false;
800
+ };
801
+ const preparePrettyError = error => {
802
+ return error;
803
+ };
804
+ const logError = () => {
805
+ // handled by renderer worker
806
+ };
807
+ const handleMessage = event => {
808
+ const actualRequiresSocket = event?.target?.requiresSocket || requiresSocket;
809
+ const actualExecute = event?.target?.execute || execute;
810
+ return handleJsonRpcMessage(event.target, event.data, actualExecute, resolve, preparePrettyError, logError, actualRequiresSocket);
811
+ };
812
+ const handleIpc = ipc => {
813
+ if ('addEventListener' in ipc) {
814
+ ipc.addEventListener('message', handleMessage);
815
+ } else if ('on' in ipc) {
816
+ // deprecated
817
+ ipc.on('message', handleMessage);
818
+ }
819
+ };
820
+ const listen$1 = async (module, options) => {
821
+ const rawIpc = await module.listen(options);
822
+ if (module.signal) {
823
+ module.signal(rawIpc);
824
+ }
825
+ const ipc = module.wrap(rawIpc);
826
+ return ipc;
827
+ };
828
+ const create$2 = async ({
829
+ commandMap
830
+ }) => {
831
+ // TODO create a commandMap per rpc instance
832
+ register(commandMap);
833
+ const ipc = await listen$1(IpcChildWithModuleWorkerAndMessagePort$1);
834
+ handleIpc(ipc);
835
+ const rpc = createRpc(ipc);
836
+ return rpc;
837
+ };
838
+ const WebWorkerRpcClient = {
839
+ __proto__: null,
840
+ create: create$2
841
+ };
842
+
843
+ const assetDir = '';
844
+
845
+ const create$1 = () => {
846
+ const states = Object.create(null);
847
+ return {
848
+ get(uid) {
849
+ return states[uid];
850
+ },
851
+ set(uid, oldState, newState) {
852
+ states[uid] = {
853
+ oldState,
854
+ newState
855
+ };
856
+ }
857
+ };
858
+ };
859
+
860
+ const {
861
+ get: get$1,
862
+ set: set$1
863
+ } = create$1();
864
+
865
+ const create = (uid, uri, width, height, platform, assetDir$1) => {
866
+ const state = {
867
+ description: '',
868
+ iconSrc: '',
869
+ selectedFeature: '',
870
+ name: '',
871
+ sanitizedReadmeHtml: '',
872
+ selectedTab: '',
873
+ sizeOnDisk: 0,
874
+ width,
875
+ uri,
876
+ entries: [],
877
+ secondEntries: [],
878
+ categories: [],
879
+ resources: [],
880
+ selectedFeatureMarkdownDom: '',
881
+ extension: {},
882
+ baseUrl: '',
883
+ features: [],
884
+ folderSize: 0,
885
+ assetDir: assetDir$1 || assetDir
886
+ };
887
+ set$1(uid, state, state);
888
+ };
889
+
890
+ const AdditionalDetails = 'AdditionalDetails';
891
+ const AdditionalDetailsEntry = 'AdditionalDetailsEntry';
892
+ const AdditionalDetailsTitle = 'AdditionalDetailsTitle';
893
+ const Aside = 'Aside';
894
+ const Button$1 = 'Button';
895
+ const ButtonPrimary = 'ButtonPrimary';
896
+ const Categories = 'Categories';
897
+ const Category = 'Category';
898
+ const Changelog$1 = 'Changelog';
899
+ const DefinitionListItem = 'DefinitionListItem';
900
+ const DefinitionListItemHeading = 'DefinitionListItemHeading';
901
+ const DefinitionListItemValue = 'DefinitionListItemValue';
902
+ const ExtensionDetail = 'ExtensionDetail';
903
+ const ExtensionDetailDescription = 'ExtensionDetailDescription';
904
+ const ExtensionDetailHeader = 'ExtensionDetailHeader';
905
+ const ExtensionDetailHeaderActions = 'ExtensionDetailHeaderActions';
906
+ const ExtensionDetailHeaderDetails = 'ExtensionDetailHeaderDetails';
907
+ const ExtensionDetailIcon = 'ExtensionDetailIcon';
908
+ const ExtensionDetailName = 'ExtensionDetailName';
909
+ const ExtensionDetailPanel = 'ExtensionDetailPanel';
910
+ const ExtensionDetailTab = 'ExtensionDetailTab';
911
+ const ExtensionDetailTabs = 'ExtensionDetailTabs';
912
+ const ExtensionDetailTabSelected = 'ExtensionDetailTabSelected';
913
+ const Feature = 'Feature';
914
+ const FeatureContent = 'FeatureContent';
915
+ const Features$1 = 'Features';
916
+ const FeaturesList = 'FeaturesList';
917
+ const FeatureWebView = 'FeatureWebView';
918
+ const Large$1 = 'Large';
919
+ const MoreInfo = 'MoreInfo';
920
+ const MoreInfoEntry = 'MoreInfoEntry';
921
+ const MoreInfoEntryKey = 'MoreInfoEntryKey';
922
+ const MoreInfoEntryOdd = 'MoreInfoEntryOdd';
923
+ const MoreInfoEntryValue = 'MoreInfoEntryValue';
924
+ const Normal$1 = 'Normal';
925
+ const Resource = 'Resource';
926
+ const Resources = 'Resources';
927
+ const Small$1 = 'Small';
928
+ const Table$1 = 'Table';
929
+ const TableCell = 'TableCell';
930
+ const TableHeading = 'TableHeading';
931
+ const Viewlet = 'Viewlet';
932
+
933
+ const BYTE_UNITS = ['B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'];
934
+ const BIBYTE_UNITS = ['B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB'];
935
+ const BIT_UNITS = ['b', 'kbit', 'Mbit', 'Gbit', 'Tbit', 'Pbit', 'Ebit', 'Zbit', 'Ybit'];
936
+ const BIBIT_UNITS = ['b', 'kibit', 'Mibit', 'Gibit', 'Tibit', 'Pibit', 'Eibit', 'Zibit', 'Yibit'];
937
+
938
+ /*
939
+ Formats the given number using `Number#toLocaleString`.
940
+ - If locale is a string, the value is expected to be a locale-key (for example: `de`).
941
+ - If locale is true, the system default locale is used for translation.
942
+ - If no value for locale is specified, the number is returned unmodified.
943
+ */
944
+ const toLocaleString = (number, locale, options) => {
945
+ let result = number;
946
+ if (typeof locale === 'string' || Array.isArray(locale)) {
947
+ result = number.toLocaleString(locale, options);
948
+ } else if (locale === true || options !== undefined) {
949
+ result = number.toLocaleString(undefined, options);
950
+ }
951
+ return result;
952
+ };
953
+ function prettyBytes(number, options) {
954
+ if (!Number.isFinite(number)) {
955
+ throw new TypeError(`Expected a finite number, got ${typeof number}: ${number}`);
956
+ }
957
+ options = {
958
+ bits: false,
959
+ binary: false,
960
+ space: true,
961
+ ...options
962
+ };
963
+ const UNITS = options.bits ? options.binary ? BIBIT_UNITS : BIT_UNITS : options.binary ? BIBYTE_UNITS : BYTE_UNITS;
964
+ const separator = options.space ? ' ' : '';
965
+ if (options.signed && number === 0) {
966
+ return ` 0${separator}${UNITS[0]}`;
967
+ }
968
+ const isNegative = number < 0;
969
+ const prefix = isNegative ? '-' : options.signed ? '+' : '';
970
+ if (isNegative) {
971
+ number = -number;
972
+ }
973
+ let localeOptions;
974
+ if (options.minimumFractionDigits !== undefined) {
975
+ localeOptions = {
976
+ minimumFractionDigits: options.minimumFractionDigits
977
+ };
978
+ }
979
+ if (options.maximumFractionDigits !== undefined) {
980
+ localeOptions = {
981
+ maximumFractionDigits: options.maximumFractionDigits,
982
+ ...localeOptions
983
+ };
984
+ }
985
+ if (number < 1) {
986
+ const numberString = toLocaleString(number, options.locale, localeOptions);
987
+ return prefix + numberString + separator + UNITS[0];
988
+ }
989
+ const exponent = Math.min(Math.floor(options.binary ? Math.log(number) / Math.log(1024) : Math.log10(number) / 3), UNITS.length - 1);
990
+ number /= (options.binary ? 1024 : 1000) ** exponent;
991
+ if (!localeOptions) {
992
+ number = number.toPrecision(3);
993
+ }
994
+ const numberString = toLocaleString(Number(number), options.locale, localeOptions);
995
+ const unit = UNITS[exponent];
996
+ return prefix + numberString + separator + unit;
997
+ }
998
+
999
+ const getDisplaySize = size => {
1000
+ return prettyBytes(size, {
1001
+ maximumFractionDigits: 1
1002
+ });
1003
+ };
1004
+
1005
+ const A = 53;
1006
+ const Button = 1;
1007
+ const Div = 4;
1008
+ const H1 = 5;
1009
+ const H2 = 22;
1010
+ const Img = 17;
1011
+ const Pre = 51;
1012
+ const Table = 9;
1013
+ const TBody = 10;
1014
+ const Td = 11;
1015
+ const Text$1 = 12;
1016
+ const Th = 13;
1017
+ const THead = 14;
1018
+ const Tr = 15;
1019
+
1020
+ const text = data => {
1021
+ return {
1022
+ type: Text$1,
1023
+ text: data,
1024
+ childCount: 0
1025
+ };
1026
+ };
1027
+
1028
+ const getChangelogVirtualDom = () => {
1029
+ // TODO set tabpanel role
1030
+ return [{
1031
+ type: Div,
1032
+ className: Changelog$1,
1033
+ childCount: 1
1034
+ }, text('Not Implemented')];
1035
+ };
1036
+
1037
+ const TabList = 'tablist';
1038
+ const Tab = 'tab';
1039
+ const Panel = 'panel';
1040
+
1041
+ const getAdditionalDetailsEntryVirtualDom = (heading, items, renderer) => {
1042
+ return [{
1043
+ type: Div,
1044
+ className: AdditionalDetailsEntry,
1045
+ childCount: 2
1046
+ }, {
1047
+ type: Div,
1048
+ className: AdditionalDetailsTitle,
1049
+ childCount: 1
1050
+ }, text(heading), ...renderer(items)];
1051
+ };
1052
+
1053
+ const getCategoryVirtualDom = category => {
1054
+ const {
1055
+ label
1056
+ } = category;
1057
+ return [{
1058
+ type: Div,
1059
+ className: Category,
1060
+ childCount: 1
1061
+ }, text(label)];
1062
+ };
1063
+
1064
+ const getCategoriesDom = categories => {
1065
+ return [{
1066
+ type: Div,
1067
+ className: Categories,
1068
+ childCount: categories.length
1069
+ }, ...categories.flatMap(getCategoryVirtualDom)];
1070
+ };
1071
+
1072
+ const getMoreInfoEntryKeyVirtualDom = item => {
1073
+ const {
1074
+ key
1075
+ } = item;
1076
+ return [{
1077
+ type: Div,
1078
+ className: MoreInfoEntryKey,
1079
+ childCount: 1
1080
+ }, text(key)];
1081
+ };
1082
+
1083
+ const getTag = (onClick, code) => {
1084
+ if (onClick) {
1085
+ return A;
1086
+ }
1087
+ if (code) {
1088
+ // TODO use code tag
1089
+ return Div;
1090
+ }
1091
+ return Div;
1092
+ };
1093
+ const getClassName = (onClick, code) => {
1094
+ if (onClick) {
1095
+ return MoreInfoEntryValue + ' Link';
1096
+ }
1097
+ if (code) {
1098
+ return MoreInfoEntryValue + ' Code';
1099
+ }
1100
+ return MoreInfoEntryValue;
1101
+ };
1102
+ const getMoreInfoEntryValueVirtualDom = item => {
1103
+ const {
1104
+ value,
1105
+ onClick,
1106
+ code
1107
+ } = item;
1108
+ const type = getTag(onClick, code);
1109
+ const className = getClassName(onClick, code);
1110
+ return [{
1111
+ type: type,
1112
+ className,
1113
+ childCount: 1,
1114
+ onClick
1115
+ }, text(value)];
1116
+ };
1117
+
1118
+ const parentNodeEven = {
1119
+ type: Div,
1120
+ className: MoreInfoEntry,
1121
+ childCount: 2
1122
+ };
1123
+ const parentNodeOdd = {
1124
+ type: Div,
1125
+ className: MoreInfoEntry + ' ' + MoreInfoEntryOdd,
1126
+ childCount: 2
1127
+ };
1128
+ const getMoreInfoEntryVirtualDom = item => {
1129
+ const {
1130
+ odd
1131
+ } = item;
1132
+ const node = odd ? parentNodeOdd : parentNodeEven;
1133
+ return [node, ...getMoreInfoEntryKeyVirtualDom(item), ...getMoreInfoEntryValueVirtualDom(item)];
1134
+ };
1135
+
1136
+ const getMoreInfoVirtualDom = items => {
1137
+ return [{
1138
+ type: Div,
1139
+ className: MoreInfo,
1140
+ childCount: items.length
1141
+ }, ...items.flatMap(getMoreInfoEntryVirtualDom)];
1142
+ };
1143
+
1144
+ const resourceNode = {
1145
+ // TODO use link with url
1146
+ type: Div,
1147
+ className: Resource,
1148
+ childCount: 1
1149
+ };
1150
+ const getResourceVirtualDom = resource => {
1151
+ const {
1152
+ label
1153
+ } = resource;
1154
+ return [resourceNode, text(label)];
1155
+ };
1156
+
1157
+ const getResourcesVirtualDom = resources => {
1158
+ return [{
1159
+ type: Div,
1160
+ className: Resources,
1161
+ childCount: resources.length
1162
+ }, ...resources.flatMap(getResourceVirtualDom)];
1163
+ };
1164
+
1165
+ const getAdditionalDetailsVirtualDom = (showAdditionalDetails, firstHeading, entries, secondHeading, secondEntries, thirdHeading, categories, fourthHeading, resources) => {
1166
+ if (!showAdditionalDetails) {
1167
+ return [];
1168
+ }
1169
+ return [{
1170
+ type: Div,
1171
+ className: Aside,
1172
+ childCount: 1
1173
+ }, {
1174
+ type: Div,
1175
+ className: AdditionalDetails,
1176
+ tabIndex: 0,
1177
+ childCount: 4
1178
+ }, ...getAdditionalDetailsEntryVirtualDom(firstHeading, entries, getMoreInfoVirtualDom), ...getAdditionalDetailsEntryVirtualDom(secondHeading, secondEntries, getMoreInfoVirtualDom), ...getAdditionalDetailsEntryVirtualDom(thirdHeading, categories, getCategoriesDom), ...getAdditionalDetailsEntryVirtualDom(fourthHeading, resources, getResourcesVirtualDom)];
1179
+ };
1180
+
1181
+ const HandleClickDisable = 'handleClickDisable';
1182
+ const HandleClickSize = 'handleClickSize';
1183
+ const HandleClickUninstall = 'handleClickUninstall';
1184
+ const HandleFeaturesClick = 'handleFeaturesClick';
1185
+ const HandleIconError = 'handleIconError';
1186
+ const HandleReadmeContextMenu = 'handleReadmeContextMenu';
1187
+ const HandleTabsClick = 'handleTabsClick';
1188
+
1189
+ const getInstallationEntries = (displaySize, extensionId, extensionVersion) => {
1190
+ const entries = [{
1191
+ key: 'Identifier',
1192
+ value: extensionId,
1193
+ odd: true,
1194
+ code: true
1195
+ }, {
1196
+ key: 'Version',
1197
+ value: extensionVersion,
1198
+ code: true
1199
+ }, {
1200
+ key: 'Last Updated',
1201
+ value: 'n/a',
1202
+ odd: true
1203
+ }, {
1204
+ key: 'Size',
1205
+ value: displaySize,
1206
+ onClick: HandleClickSize
1207
+ }];
1208
+ return entries;
1209
+ };
1210
+
1211
+ const RendererWorker = 1;
1212
+
1213
+ const rpcs = Object.create(null);
1214
+ const set = (id, rpc) => {
1215
+ rpcs[id] = rpc;
1216
+ };
1217
+ const get = id => {
1218
+ return rpcs[id];
1219
+ };
1220
+
1221
+ const invoke = (method, ...params) => {
1222
+ const rpc = get(RendererWorker);
1223
+ return rpc.invoke(method, ...params);
1224
+ };
1225
+
1226
+ const getMarkdownVirtualDom = async html => {
1227
+ string(html);
1228
+ const dom = await invoke('Markdown.getVirtualDom', html);
1229
+ return dom;
1230
+ };
1231
+
1232
+ const getMarketplaceEntries = () => {
1233
+ return [{
1234
+ key: 'Published',
1235
+ value: 'n/a',
1236
+ odd: true
1237
+ }, {
1238
+ key: 'Last Released',
1239
+ value: 'n/a'
1240
+ }];
1241
+ };
1242
+
1243
+ const getDetailsVirtualDom = async (sanitizedReadmeHtml, displaySize, extensionId, extensionVersion, width) => {
1244
+ const firstHeading = 'Installation';
1245
+ const entries = getInstallationEntries(displaySize, extensionId, extensionVersion);
1246
+ const secondHeading = 'Marketplace';
1247
+ const secondEntries = getMarketplaceEntries();
1248
+ const thirdHeading = 'Categories';
1249
+ const categories = [{
1250
+ id: 'themes',
1251
+ label: 'Themes'
1252
+ }];
1253
+ const fourthHeading = 'Resources';
1254
+ const resources = [{
1255
+ label: 'Marketplace',
1256
+ url: '#'
1257
+ }, {
1258
+ label: 'Issues',
1259
+ url: '#'
1260
+ }, {
1261
+ label: 'Repository',
1262
+ url: '#'
1263
+ }, {
1264
+ label: 'License',
1265
+ url: '#'
1266
+ }];
1267
+ const showAdditionalDetailsBreakpoint = 600;
1268
+ const showAdditionalDetails = width > showAdditionalDetailsBreakpoint;
1269
+ const childCount = showAdditionalDetails ? 2 : 1;
1270
+ const dom = [{
1271
+ type: Div,
1272
+ className: ExtensionDetailPanel,
1273
+ childCount: childCount,
1274
+ role: Panel
1275
+ }, ...(await getMarkdownVirtualDom(sanitizedReadmeHtml)), ...getAdditionalDetailsVirtualDom(showAdditionalDetails, firstHeading, entries, secondHeading, secondEntries, thirdHeading, categories, fourthHeading, resources)];
1276
+ return dom;
1277
+ };
1278
+
1279
+ const emptyObject = {};
1280
+ const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
1281
+ const i18nString = (key, placeholders = emptyObject) => {
1282
+ if (placeholders === emptyObject) {
1283
+ return key;
1284
+ }
1285
+ const replacer = (match, rest) => {
1286
+ return placeholders[rest];
1287
+ };
1288
+ return key.replaceAll(RE_PLACEHOLDER, replacer);
1289
+ };
1290
+
1291
+ const Commands$1 = 'Commands';
1292
+ const ContentSecurityPolicy = 'ContentSecurityPolicy';
1293
+ const Copy = 'Copy';
1294
+ const Elements = 'Elements';
1295
+ const FileMatch = 'File Match';
1296
+ const Id = 'ID';
1297
+ const JsonValidation$1 = 'Json Validation';
1298
+ const Label = 'Label';
1299
+ const OpenImageInNewTab = 'Open Image in New Tab';
1300
+ const OpenInNewTab = 'Open in New Tab';
1301
+ const ProgrammingLanguages$1 = 'Programming Languages';
1302
+ const SaveImageAs = 'Save Image as';
1303
+ const Schema = 'Schema';
1304
+ const Selector = 'Selector';
1305
+ const Settings$1 = 'Settings';
1306
+ const Theme$1 = 'Theme';
1307
+ const WebViews$1 = 'WebViews';
1308
+
1309
+ const copy = () => {
1310
+ return i18nString(Copy);
1311
+ };
1312
+ const openInNewTab = () => {
1313
+ return i18nString(OpenInNewTab);
1314
+ };
1315
+ const label = () => {
1316
+ return i18nString(Label);
1317
+ };
1318
+ const openImageInNewTab = () => {
1319
+ return i18nString(OpenImageInNewTab);
1320
+ };
1321
+ const saveImageAs = () => {
1322
+ return i18nString(SaveImageAs);
1323
+ };
1324
+ const fileMatch = () => {
1325
+ return i18nString(FileMatch);
1326
+ };
1327
+ const schema = () => {
1328
+ return i18nString(Schema);
1329
+ };
1330
+ const theme = () => {
1331
+ return i18nString(Theme$1);
1332
+ };
1333
+ const commands = () => {
1334
+ return i18nString(Commands$1);
1335
+ };
1336
+ const webViews = () => {
1337
+ return i18nString(WebViews$1);
1338
+ };
1339
+ const jsonValidation = () => {
1340
+ return i18nString(JsonValidation$1);
1341
+ };
1342
+ const programmingLanguages = () => {
1343
+ return i18nString(ProgrammingLanguages$1);
1344
+ };
1345
+ const settings = () => {
1346
+ return i18nString(Settings$1);
1347
+ };
1348
+ const id = () => {
1349
+ return i18nString(Id);
1350
+ };
1351
+ const selector = () => {
1352
+ return i18nString(Selector);
1353
+ };
1354
+ const contentSecurityPolicy = () => {
1355
+ return i18nString(ContentSecurityPolicy);
1356
+ };
1357
+ const elements = () => {
1358
+ return i18nString(Elements);
1359
+ };
1360
+
1361
+ const Text = 1;
1362
+ const Code = 2;
1363
+
1364
+ const getCommandTableEntry = command => {
1365
+ // TODO watch out for command being null/undefined/number/string/array
1366
+ const {
1367
+ id,
1368
+ label
1369
+ } = command;
1370
+ return [{
1371
+ type: Code,
1372
+ value: id
1373
+ }, {
1374
+ type: Text,
1375
+ value: label
1376
+ }];
1377
+ };
1378
+
1379
+ const getCommandTableEntries = extension => {
1380
+ const commands = extension.commands || [];
1381
+ const rows = commands.map(getCommandTableEntry);
1382
+ return {
1383
+ headings: ['ID', 'Label'],
1384
+ rows
1385
+ };
1386
+ };
1387
+
1388
+ const getFeatureContentHeadingVirtualDom = heading => {
1389
+ return [{
1390
+ type: H1,
1391
+ childCount: 1
1392
+ }, text(heading)];
1393
+ };
1394
+
1395
+ const getTableHeadingVirtualDom = heading => {
1396
+ return [{
1397
+ type: Th,
1398
+ className: TableHeading,
1399
+ childCount: 1
1400
+ }, text(heading)];
1401
+ };
1402
+
1403
+ const getCellCodeVirtualDom = value => {
1404
+ return [{
1405
+ type: Td,
1406
+ className: TableCell,
1407
+ childCount: 1
1408
+ }, {
1409
+ type: Div,
1410
+ // TODO use code tag
1411
+ childCount: 1
1412
+ }, text(value)];
1413
+ };
1414
+
1415
+ const getCellTextVirtualDom = value => {
1416
+ return [{
1417
+ type: Td,
1418
+ className: TableCell,
1419
+ childCount: 1
1420
+ }, text(value)];
1421
+ };
1422
+
1423
+ const getCellRenderer = type => {
1424
+ switch (type) {
1425
+ case Code:
1426
+ return getCellCodeVirtualDom;
1427
+ case Text:
1428
+ return getCellTextVirtualDom;
1429
+ default:
1430
+ throw new Error(`unexpected cell type ${type}`);
1431
+ }
1432
+ };
1433
+
1434
+ const getCellVirtualDom = entry => {
1435
+ const {
1436
+ value,
1437
+ type
1438
+ } = entry;
1439
+ const fn = getCellRenderer(type);
1440
+ return fn(value);
1441
+ };
1442
+
1443
+ const getTableRowVirtualDom = entries => {
1444
+ return [{
1445
+ type: Tr,
1446
+ childCount: entries.length
1447
+ }, ...entries.flatMap(getCellVirtualDom)];
1448
+ };
1449
+
1450
+ const getTableVirtualDom = tableInfo => {
1451
+ const {
1452
+ headings,
1453
+ rows
1454
+ } = tableInfo;
1455
+ return [{
1456
+ type: Table,
1457
+ className: Table$1,
1458
+ childCount: 2
1459
+ }, {
1460
+ type: THead,
1461
+ childCount: 1
1462
+ }, {
1463
+ type: Tr,
1464
+ childCount: headings.length
1465
+ }, ...headings.flatMap(getTableHeadingVirtualDom), {
1466
+ type: TBody,
1467
+ childCount: rows.length
1468
+ }, ...rows.flatMap(getTableRowVirtualDom)];
1469
+ };
1470
+
1471
+ // TODO have typed view-model
1472
+ const getFeatureCommandsVirtualDom = extension => {
1473
+ const heading = commands();
1474
+ const tableInfo = getCommandTableEntries(extension);
1475
+ return [{
1476
+ type: Div,
1477
+ className: FeatureContent,
1478
+ childCount: 2
1479
+ }, ...getFeatureContentHeadingVirtualDom(heading), ...getTableVirtualDom(tableInfo)];
1480
+ };
1481
+
1482
+ const getJsonValidationTableEntry = validation => {
1483
+ const {
1484
+ fileMatch,
1485
+ schema
1486
+ } = validation;
1487
+ return [{
1488
+ type: Code,
1489
+ value: fileMatch
1490
+ }, {
1491
+ type: Code,
1492
+ value: schema
1493
+ }];
1494
+ };
1495
+
1496
+ const getJsonValidationTableEntries = extension => {
1497
+ const validations = extension.jsonValidation || [];
1498
+ const rows = validations.map(getJsonValidationTableEntry);
1499
+ return {
1500
+ headings: [fileMatch(), schema()],
1501
+ rows
1502
+ };
1503
+ };
1504
+
1505
+ const getFeatureJsonValidationVirtualDom = extension => {
1506
+ const heading = jsonValidation();
1507
+ const tableInfo = getJsonValidationTableEntries(extension);
1508
+ return [{
1509
+ type: Div,
1510
+ className: FeatureContent,
1511
+ childCount: 2
1512
+ }, ...getFeatureContentHeadingVirtualDom(heading), ...getTableVirtualDom(tableInfo)];
1513
+ };
1514
+
1515
+ const getFeatureNotImplementedVirtualDom = () => {
1516
+ const heading = 'Not implemented';
1517
+ return [{
1518
+ type: Div,
1519
+ className: FeatureContent,
1520
+ childCount: 1
1521
+ }, {
1522
+ type: H1,
1523
+ childCount: 1
1524
+ }, text(heading)];
1525
+ };
1526
+
1527
+ const getFeatureProgrammingLanguagesVirtualDom = () => {
1528
+ const heading = programmingLanguages();
1529
+ // TODO
1530
+ return [{
1531
+ type: Div,
1532
+ className: FeatureContent,
1533
+ childCount: 1
1534
+ }, ...getFeatureContentHeadingVirtualDom(heading)];
1535
+ };
1536
+
1537
+ const getSettingsTableEntry = setting => {
1538
+ const {
1539
+ id,
1540
+ label
1541
+ } = setting;
1542
+ // TODO watch out for null/undefined/number/string/array
1543
+ return [{
1544
+ type: Text,
1545
+ value: id
1546
+ }, {
1547
+ type: Text,
1548
+ value: label
1549
+ }];
1550
+ };
1551
+
1552
+ const getSettingsTableEntries = extension => {
1553
+ const settings = extension.settings || [];
1554
+ const rows = settings.map(getSettingsTableEntry);
1555
+ const textId = id();
1556
+ const textLabel = label();
1557
+ return {
1558
+ headings: [textId, textLabel],
1559
+ rows
1560
+ };
1561
+ };
1562
+
1563
+ const getFeatureSettingsVirtualDom = extension => {
1564
+ const heading = settings();
1565
+ const tableInfo = getSettingsTableEntries(extension);
1566
+ return [{
1567
+ type: Div,
1568
+ className: FeatureContent,
1569
+ childCount: 2
1570
+ }, ...getFeatureContentHeadingVirtualDom(heading), ...getTableVirtualDom(tableInfo)];
1571
+ };
1572
+
1573
+ const getVirtualDomChildCount = markdownDom => {
1574
+ const max = markdownDom.length - 1;
1575
+ let stack = [];
1576
+ for (let i = max; i >= 0; i--) {
1577
+ const element = markdownDom[i];
1578
+ if (element.childCount > 0) {
1579
+ stack = stack.slice(element.childCount);
1580
+ }
1581
+ stack.unshift(element);
1582
+ }
1583
+ return stack.length;
1584
+ };
1585
+
1586
+ const getFeatureThemesVirtualDom = async themesHtml => {
1587
+ const markdownDom = await getMarkdownVirtualDom(themesHtml);
1588
+ const childCount = getVirtualDomChildCount(markdownDom);
1589
+ const heading = theme();
1590
+ return [{
1591
+ type: Div,
1592
+ className: FeatureContent,
1593
+ childCount: 2
1594
+ }, ...getFeatureContentHeadingVirtualDom(heading), {
1595
+ type: Div,
1596
+ className: 'DefaultMarkdown',
1597
+ childCount
1598
+ }, ...markdownDom];
1599
+ };
1600
+
1601
+ const toWebView = rawWebView => {
1602
+ const {
1603
+ id,
1604
+ selector,
1605
+ contentSecurityPolicy,
1606
+ elements
1607
+ } = rawWebView;
1608
+ return {
1609
+ id,
1610
+ selectorString: JSON.stringify(selector),
1611
+ contentSecurityPolicyString: JSON.stringify(contentSecurityPolicy),
1612
+ elementsString: JSON.stringify(elements, null, 2)
1613
+ };
1614
+ };
1615
+
1616
+ const getWebViews = extension => {
1617
+ const rawWebViews = extension.webViews || [];
1618
+ return rawWebViews.map(toWebView);
1619
+ };
1620
+
1621
+ const heading = {
1622
+ type: H2,
1623
+ className: DefinitionListItemHeading,
1624
+ childCount: 1
1625
+ };
1626
+ const pre = {
1627
+ type: Pre,
1628
+ className: DefinitionListItemValue,
1629
+ childCount: 1
1630
+ };
1631
+ const item = {
1632
+ type: Div,
1633
+ className: DefinitionListItem,
1634
+ childCount: 2
1635
+ };
1636
+ const getWebViewVirtualDom = webView => {
1637
+ const {
1638
+ id: id$1,
1639
+ selectorString,
1640
+ contentSecurityPolicyString,
1641
+ elementsString
1642
+ } = webView;
1643
+ const textId = id();
1644
+ const textSelector = selector();
1645
+ const textContentSecurityPolicy = contentSecurityPolicy();
1646
+ const textElements = elements();
1647
+ return [{
1648
+ type: Div,
1649
+ className: FeatureWebView,
1650
+ childCount: 5
1651
+ }, item, heading, text(textId), pre, text(id$1), item, heading, text(textSelector), pre, text(selectorString), item, heading, text(textContentSecurityPolicy), pre, text(contentSecurityPolicyString), item, heading, text(textElements), pre, text(elementsString)];
1652
+ };
1653
+
1654
+ const getFeatureWebViewsVirtualDom = extension => {
1655
+ const webViews$1 = getWebViews(extension);
1656
+ const heading = webViews();
1657
+ return [{
1658
+ type: Div,
1659
+ className: FeatureContent,
1660
+ childCount: 2
1661
+ }, ...getFeatureContentHeadingVirtualDom(heading), {
1662
+ type: Div,
1663
+ childCount: webViews$1.length
1664
+ }, ...webViews$1.flatMap(getWebViewVirtualDom)];
1665
+ };
1666
+
1667
+ const Changelog = 'Changelog';
1668
+ const Commands = 'Commands';
1669
+ const Details = 'Details';
1670
+ const Features = 'Features';
1671
+ const JsonValidation = 'JsonValidation';
1672
+ const ProgrammingLanguages = 'ProgrammingLanguages';
1673
+ const Settings = 'Settings';
1674
+ const WebViews = 'WebViews';
1675
+ const Theme = 'Theme';
1676
+
1677
+ const getFeatureContentVirtualDom = async (features, themesHtml, selectedFeature, extension) => {
1678
+ switch (selectedFeature) {
1679
+ case Theme:
1680
+ return await getFeatureThemesVirtualDom(themesHtml);
1681
+ case Commands:
1682
+ return getFeatureCommandsVirtualDom(extension);
1683
+ case JsonValidation:
1684
+ return getFeatureJsonValidationVirtualDom(extension);
1685
+ case ProgrammingLanguages:
1686
+ return getFeatureProgrammingLanguagesVirtualDom();
1687
+ case Settings:
1688
+ return getFeatureSettingsVirtualDom(extension);
1689
+ case WebViews:
1690
+ return getFeatureWebViewsVirtualDom(extension);
1691
+ default:
1692
+ return getFeatureNotImplementedVirtualDom();
1693
+ }
1694
+ };
1695
+
1696
+ const getFeatureListItemVirtualDom = feature => {
1697
+ const {
1698
+ label,
1699
+ selected,
1700
+ id
1701
+ } = feature;
1702
+ const className = selected ? 'Feature FeatureSelected' : Feature;
1703
+ return [{
1704
+ // TODO use role list item or tab
1705
+ type: Button,
1706
+ name: id,
1707
+ className,
1708
+ childCount: 1
1709
+ }, text(label)];
1710
+ };
1711
+
1712
+ const getFeatureListVirtualDom = features => {
1713
+ return [{
1714
+ // TODO use either list or tabs role
1715
+ type: Div,
1716
+ className: FeaturesList,
1717
+ childCount: features.length,
1718
+ onClick: HandleFeaturesClick
1719
+ }, ...features.flatMap(getFeatureListItemVirtualDom)];
1720
+ };
1721
+
1722
+ const getFeaturesVirtualDom = async (features, themesHtml, selectedFeature, extension) => {
1723
+ if (features.length === 0) {
1724
+ return [{
1725
+ type: Div,
1726
+ className: Features$1,
1727
+ childCount: 3
1728
+ }, text('None')];
1729
+ }
1730
+ return [{
1731
+ type: Div,
1732
+ className: Features$1,
1733
+ childCount: 3
1734
+ }, ...getFeatureListVirtualDom(features), {
1735
+ type: Div,
1736
+ className: 'Sash SashVertical',
1737
+ childCount: 0
1738
+ }, ...(await getFeatureContentVirtualDom(features, themesHtml, selectedFeature, extension))];
1739
+ };
1740
+
1741
+ const getExtensionDetailContentVirtualDom = async (sanitizedReadmeHtml, themesHtml, selectedTab, features, displaySize, extensionId, extensionVersion, selectedFeature, extension, width) => {
1742
+ switch (selectedTab) {
1743
+ case Details:
1744
+ return await getDetailsVirtualDom(sanitizedReadmeHtml, displaySize, extensionId, extensionVersion, width);
1745
+ case Features:
1746
+ return await getFeaturesVirtualDom(features, themesHtml, selectedFeature, extension);
1747
+ case Changelog:
1748
+ return getChangelogVirtualDom();
1749
+ default:
1750
+ return [];
1751
+ }
1752
+ };
1753
+
1754
+ const getButtonVirtualDom = (message, onClick) => {
1755
+ return [{
1756
+ type: Button,
1757
+ className: Button$1 + ' ' + ButtonPrimary,
1758
+ onClick,
1759
+ childCount: 1
1760
+ }, text(message)];
1761
+ };
1762
+
1763
+ const getExtensionDetailHeaderActionsVirtualDom = () => {
1764
+ const dom = [{
1765
+ type: Div,
1766
+ className: ExtensionDetailHeaderActions,
1767
+ childCount: 2
1768
+ }, ...getButtonVirtualDom('Disable', HandleClickDisable), ...getButtonVirtualDom('Uninstall', HandleClickUninstall)];
1769
+ return dom;
1770
+ };
1771
+
1772
+ const getExtensionDetailHeaderVirtualDom = extensionDetail => {
1773
+ const {
1774
+ name,
1775
+ iconSrc,
1776
+ description
1777
+ } = extensionDetail;
1778
+ const dom = [{
1779
+ type: Div,
1780
+ className: ExtensionDetailHeader,
1781
+ childCount: 2
1782
+ }, {
1783
+ type: Img,
1784
+ className: ExtensionDetailIcon,
1785
+ alt: '',
1786
+ draggable: false,
1787
+ childCount: 0,
1788
+ src: iconSrc
1789
+ }, {
1790
+ type: Div,
1791
+ className: ExtensionDetailHeaderDetails,
1792
+ childCount: 3
1793
+ }, {
1794
+ type: Div,
1795
+ className: ExtensionDetailName,
1796
+ childCount: 1
1797
+ }, text(name), {
1798
+ type: Div,
1799
+ className: ExtensionDetailDescription,
1800
+ childCount: 1
1801
+ }, text(description), ...getExtensionDetailHeaderActionsVirtualDom()];
1802
+ return dom;
1803
+ };
1804
+
1805
+ const hasThemes = extension => {
1806
+ return extension && (extension.colorThemes || extension.iconThemes || extension.productIconThemes);
1807
+ };
1808
+ const hasCommands = extension => {
1809
+ return extension && extension.commands;
1810
+ };
1811
+ const hasJsonValidation = extension => {
1812
+ return extension && extension.jsonValidation;
1813
+ };
1814
+ const hasProgrammingLanguages = extension => {
1815
+ return extension && extension.programmingLanguages;
1816
+ };
1817
+ const hasSettings = extension => {
1818
+ return extension && extension.settings;
1819
+ };
1820
+ const hasWebViews = extension => {
1821
+ return extension && extension.webViews;
1822
+ };
1823
+ const ifElseFeature = (id, label, isEnabled, selectedFeature, extension) => {
1824
+ if (!isEnabled(extension)) {
1825
+ return [];
1826
+ }
1827
+ return [{
1828
+ id,
1829
+ label,
1830
+ selected: selectedFeature === id
1831
+ }];
1832
+ };
1833
+ const getFeatures = (selectedFeature, extension) => {
1834
+ if (!selectedFeature) {
1835
+ selectedFeature = Theme;
1836
+ }
1837
+ const textTheme = theme();
1838
+ const textCommands = commands();
1839
+ const textJsonValidation = jsonValidation();
1840
+ const programmingLanguages$1 = programmingLanguages();
1841
+ const settings$1 = settings();
1842
+ const webViews$1 = webViews();
1843
+ const features = [...ifElseFeature(Theme, textTheme, hasThemes, selectedFeature, extension), ...ifElseFeature(Commands, textCommands, hasCommands, selectedFeature, extension), ...ifElseFeature(JsonValidation, textJsonValidation, hasJsonValidation, selectedFeature, extension), ...ifElseFeature(ProgrammingLanguages, programmingLanguages$1, hasProgrammingLanguages, selectedFeature, extension), ...ifElseFeature(Settings, settings$1, hasSettings, selectedFeature, extension), ...ifElseFeature(WebViews, webViews$1, hasWebViews, selectedFeature, extension)];
1844
+ return features;
1845
+ };
1846
+
1847
+ const getTabs = selectedTab => {
1848
+ const tabs = [{
1849
+ label: 'Details',
1850
+ name: Details,
1851
+ selected: selectedTab === Details
1852
+ }, {
1853
+ label: 'Features',
1854
+ name: Features,
1855
+ selected: selectedTab === Features
1856
+ }, {
1857
+ label: 'Changelog',
1858
+ name: Changelog,
1859
+ selected: selectedTab === Changelog
1860
+ }];
1861
+ return tabs;
1862
+ };
1863
+
1864
+ const joinBySpace = (...items) => {
1865
+ return items.join(' ');
1866
+ };
1867
+
1868
+ const mergeClassNames = (...classNames) => {
1869
+ return joinBySpace(...classNames.filter(Boolean));
1870
+ };
1871
+
1872
+ const selectedClassName = mergeClassNames(ExtensionDetailTab, ExtensionDetailTabSelected);
1873
+ const defaultClassName = ExtensionDetailTab;
1874
+ const getTabVirtualDom = tab => {
1875
+ const {
1876
+ label,
1877
+ selected,
1878
+ name
1879
+ } = tab;
1880
+ const className = selected ? selectedClassName : defaultClassName;
1881
+ const ariaSelected = selected ? 'true' : 'false';
1882
+ return [{
1883
+ type: Button,
1884
+ role: Tab,
1885
+ name,
1886
+ className,
1887
+ childCount: 1,
1888
+ tabIndex: -1,
1889
+ ariaSelected
1890
+ }, text(label)];
1891
+ };
1892
+
1893
+ const getTabsVirtualDom = tabs => {
1894
+ return [{
1895
+ type: Div,
1896
+ className: ExtensionDetailTabs,
1897
+ childCount: tabs.length,
1898
+ role: TabList,
1899
+ onClick: HandleTabsClick,
1900
+ tabIndex: 0
1901
+ }, ...tabs.flatMap(getTabVirtualDom)];
1902
+ };
1903
+
1904
+ const Small = 1;
1905
+ const Normal = 2;
1906
+ const Large = 3;
1907
+
1908
+ const getViewletSize = width => {
1909
+ if (width < 180) {
1910
+ return Small;
1911
+ }
1912
+ if (width < 768) {
1913
+ return Normal;
1914
+ }
1915
+ return Large;
1916
+ };
1917
+
1918
+ const getClassNames = size => {
1919
+ switch (size) {
1920
+ case Small:
1921
+ return Small$1;
1922
+ case Normal:
1923
+ return Normal$1;
1924
+ case Large:
1925
+ return Large$1;
1926
+ default:
1927
+ return '';
1928
+ }
1929
+ };
1930
+
1931
+ const getExtensionDetailVirtualDom = async (extensionDetail, sanitizedReadmeHtml, selectedTab, newState) => {
1932
+ // TODO move this to view model so that rendering occurs like
1933
+ // 1. state
1934
+ // 2. view model
1935
+ // 3. virtual dom
1936
+ // 4. dom
1937
+ const themesHtml = newState?.selectedFeatureMarkdownDom || '';
1938
+ const selectedFeature = newState?.selectedFeature || '';
1939
+ const extension = newState?.extension || {};
1940
+ const features = getFeatures(selectedFeature, extension);
1941
+ const size = newState.folderSize || 0;
1942
+ const extensionId = newState?.extension?.id || 'n/a';
1943
+ const extensionVersion = newState?.extension?.version || 'n/a';
1944
+ const displaySize = getDisplaySize(size);
1945
+ const width = newState?.width || 500;
1946
+ const tabs = getTabs(selectedTab);
1947
+ const sizeValue = getViewletSize(newState?.width || 0);
1948
+ const sizeClass = getClassNames(sizeValue);
1949
+ const dom = [{
1950
+ type: Div,
1951
+ className: mergeClassNames(Viewlet, ExtensionDetail, sizeClass),
1952
+ childCount: 3
1953
+ }, ...getExtensionDetailHeaderVirtualDom(extensionDetail), ...getTabsVirtualDom(tabs), ...(await getExtensionDetailContentVirtualDom(sanitizedReadmeHtml, themesHtml, selectedTab, features, displaySize, extensionId, extensionVersion, selectedFeature, extension, width))];
1954
+ return dom;
1955
+ };
1956
+
1957
+ const getExtensionDetailVirtualDom2 = async uid => {
1958
+ const {
1959
+ newState
1960
+ } = get$1(uid);
1961
+ return await getExtensionDetailVirtualDom(newState, newState.sanitizedReadmeHtml, newState.selectedTab, newState);
1962
+ };
1963
+
1964
+ const None = 0;
1965
+
1966
+ const getCopyMenuEntry = () => ({
1967
+ id: 'copy',
1968
+ label: copy(),
1969
+ flags: None,
1970
+ command: 'ClipBoard.execCopy'
1971
+ });
1972
+
1973
+ const getImageMenuEntries = props => {
1974
+ if (!props.isImage) {
1975
+ return [];
1976
+ }
1977
+ return [{
1978
+ id: 'openImageInNewTab',
1979
+ label: openImageInNewTab(),
1980
+ flags: None,
1981
+ command: 'Open.openUrl',
1982
+ args: [props.url || '']
1983
+ }, {
1984
+ id: 'saveImageAs',
1985
+ label: saveImageAs(),
1986
+ flags: None,
1987
+ command: 'SaveFileAs.saveFileAs',
1988
+ args: ['image.png', props.url || '']
1989
+ }];
1990
+ };
1991
+
1992
+ const getLinkMenuEntries = props => {
1993
+ if (!props.isLink) {
1994
+ return [];
1995
+ }
1996
+ return [{
1997
+ id: 'openInNewTab',
1998
+ label: openInNewTab(),
1999
+ flags: None,
2000
+ command: 'Open.openUrl',
2001
+ args: [props.url || '']
2002
+ }];
2003
+ };
2004
+
2005
+ const getMenuEntries = props => [...getLinkMenuEntries(props), ...getImageMenuEntries(props), getCopyMenuEntry()];
2006
+
2007
+ const handleClickDisable = async state => {
2008
+ return state;
2009
+ };
2010
+
2011
+ const selectFeature = async (state, name) => {
2012
+ if (!name) {
2013
+ return state;
2014
+ }
2015
+ const {
2016
+ features
2017
+ } = state;
2018
+ const newFeatures = features.map(feature => {
2019
+ if (feature.id === name) {
2020
+ return {
2021
+ ...feature,
2022
+ selected: true
2023
+ };
2024
+ }
2025
+ return {
2026
+ ...feature,
2027
+ selected: false
2028
+ };
2029
+ });
2030
+ return {
2031
+ ...state,
2032
+ selectedFeature: name,
2033
+ features: newFeatures
2034
+ };
2035
+ };
2036
+
2037
+ const handleClickFeatures = async (state, name) => {
2038
+ return selectFeature(state, name);
2039
+ };
2040
+
2041
+ const handleClickSize = async state => {
2042
+ const {
2043
+ uri
2044
+ } = state.extension;
2045
+ await invoke('OpenNativeFolder.openNativeFolder', uri);
2046
+ return state;
2047
+ };
2048
+
2049
+ const handleClickUninstall = async state => {
2050
+ return state;
2051
+ };
2052
+
2053
+ const extensionDefaultIcon = assetDir => {
2054
+ return `${assetDir}/icons/extensionDefaultIcon.png`;
2055
+ };
2056
+ const extensionLanguageBasics = assetDir => {
2057
+ return `${assetDir}/icons/language-icon.svg`;
2058
+ };
2059
+ const extensionTheme = assetDir => {
2060
+ return `${assetDir}/icons/theme-icon.png`;
2061
+ };
2062
+
2063
+ const handleIconError = state => {
2064
+ const {
2065
+ iconSrc,
2066
+ assetDir
2067
+ } = state;
2068
+ if (iconSrc === extensionDefaultIcon(assetDir)) {
2069
+ return state;
2070
+ }
2071
+ return {
2072
+ ...state,
2073
+ iconSrc: extensionDefaultIcon(assetDir)
2074
+ };
2075
+ };
2076
+
2077
+ const selectTabChangelog = async state => {
2078
+ return {
2079
+ ...state,
2080
+ selectedTab: Changelog
2081
+ };
2082
+ };
2083
+
2084
+ const selectTabDefault = async state => {
2085
+ return state;
2086
+ };
2087
+
2088
+ const selectTabDetails = async state => {
2089
+ // TODO load readmo markdown here
2090
+ return {
2091
+ ...state,
2092
+ selectedTab: Details
2093
+ };
2094
+ };
2095
+
2096
+ const getThemeItemMarkdown = (heading, items) => {
2097
+ let markdown = '';
2098
+ if (items.length > 0) {
2099
+ markdown += `### ${heading}`;
2100
+ markdown += '\n\n';
2101
+ for (const item of items) {
2102
+ markdown += `- ${item.label}`;
2103
+ markdown += '\n';
2104
+ }
2105
+ }
2106
+ return markdown;
2107
+ };
2108
+
2109
+ const getColorThemeMarkdown = themes => {
2110
+ const heading = 'Color Themes';
2111
+ return getThemeItemMarkdown(heading, themes);
2112
+ };
2113
+ const getIconThemeMarkdown = iconThemes => {
2114
+ const heading = 'File Icon Themes';
2115
+ return getThemeItemMarkdown(heading, iconThemes);
2116
+ };
2117
+ const getProductIconThemeMarkdown = iconThemes => {
2118
+ const heading = 'Product Icon Themes';
2119
+ return getThemeItemMarkdown(heading, iconThemes);
2120
+ };
2121
+ const getThemeMarkdown = (themes, iconThemes, productIconThemes) => {
2122
+ let markdown = '';
2123
+ markdown += getColorThemeMarkdown(themes);
2124
+ markdown += getIconThemeMarkdown(iconThemes);
2125
+ markdown += getProductIconThemeMarkdown(productIconThemes);
2126
+ return markdown;
2127
+ };
2128
+
2129
+ const renderMarkdown = async (markdown, options = {}) => {
2130
+ const html = await invoke('Markdown.renderMarkdown', markdown, options);
2131
+ return html;
2132
+ };
2133
+
2134
+ const selectTab$1 = async state => {
2135
+ const {
2136
+ extension,
2137
+ baseUrl
2138
+ } = state;
2139
+ const {
2140
+ colorThemes,
2141
+ iconThemes,
2142
+ productIconThemes
2143
+ } = extension;
2144
+ // TODO do this depending on featured tab content
2145
+ const markdown = getThemeMarkdown(colorThemes || [], iconThemes || [], productIconThemes || []);
2146
+ const rendered = await renderMarkdown(markdown, {
2147
+ baseUrl
2148
+ });
2149
+ return {
2150
+ ...state,
2151
+ selectedTab: Features,
2152
+ selectedFeatureMarkdownDom: rendered
2153
+ };
2154
+ };
2155
+
2156
+ const getSelectTabHandler = selectedTab => {
2157
+ switch (selectedTab) {
2158
+ case Details:
2159
+ return selectTabDetails;
2160
+ case Features:
2161
+ return selectTab$1;
2162
+ case Changelog:
2163
+ return selectTabChangelog;
2164
+ default:
2165
+ return selectTabDefault;
2166
+ }
2167
+ };
2168
+
2169
+ const selectTab = (state, name) => {
2170
+ const fn = getSelectTabHandler(name);
2171
+ return fn(state);
2172
+ };
2173
+
2174
+ const handleTabsClick = (state, name) => {
2175
+ return selectTab(state, name);
2176
+ };
2177
+
2178
+ const isLanguageBasicsExtension = extension => {
2179
+ return extension.name && extension.name.startsWith('Language Basics');
2180
+ };
2181
+
2182
+ const isThemeExtension = extension => {
2183
+ return extension.name && extension.name.endsWith(' Theme');
2184
+ };
2185
+
2186
+ const Web = 1;
2187
+ const Electron = 2;
2188
+ const Remote = 3;
2189
+
2190
+ const getIcon = (extension, platform, assetDir) => {
2191
+ if (!extension) {
2192
+ return extensionDefaultIcon(assetDir);
2193
+ }
2194
+ if (!extension.path || !extension.icon) {
2195
+ if (isLanguageBasicsExtension(extension)) {
2196
+ return extensionLanguageBasics(assetDir);
2197
+ }
2198
+ if (isThemeExtension(extension)) {
2199
+ return extensionTheme(assetDir);
2200
+ }
2201
+ return extensionDefaultIcon(assetDir);
2202
+ }
2203
+ if (platform === Remote || platform === Electron) {
2204
+ if (extension.builtin) {
2205
+ return `${assetDir}/extensions/${extension.id}/${extension.icon}`;
2206
+ }
2207
+ return `/remote/${extension.path}/${extension.icon}`; // TODO support windows paths
2208
+ }
2209
+ return '';
2210
+ };
2211
+
2212
+ const getDescription = extension => {
2213
+ if (!extension || !extension.description) {
2214
+ return 'n/a';
2215
+ }
2216
+ return extension.description;
2217
+ };
2218
+
2219
+ const getName = extension => {
2220
+ if (extension && extension.name) {
2221
+ return extension.name;
2222
+ }
2223
+ if (extension && extension.id) {
2224
+ return extension.id;
2225
+ }
2226
+ return 'n/a';
2227
+ };
2228
+
2229
+ const getAllExtensions = async platform => {
2230
+ if (platform === Web) {
2231
+ return [];
2232
+ }
2233
+ return invoke('ExtensionManagement.getAllExtensions');
2234
+ };
2235
+ const getExtension$1 = async (id, platform) => {
2236
+ // TODO only ask one extension from renderer worker instead of all
2237
+ const allExtensions = await getAllExtensions(platform);
2238
+ for (const extension of allExtensions) {
2239
+ if (extension.id === id) {
2240
+ return extension;
2241
+ }
2242
+ }
2243
+ return undefined;
2244
+ };
2245
+
2246
+ const getExtensionNew = async id => {
2247
+ return invoke('ExtensionManagement.getExtension', id);
2248
+ };
2249
+ const getExtension = async (id, platform) => {
2250
+ try {
2251
+ return await getExtensionNew(id);
2252
+ } catch {
2253
+ return getExtension$1(id, platform);
2254
+ }
2255
+ };
2256
+
2257
+ const getRemoteSrc = uri => {
2258
+ const src = `/remote${uri}`;
2259
+ return src;
2260
+ };
2261
+
2262
+ const getBaseUrl = (extensionPath, platform) => {
2263
+ switch (platform) {
2264
+ case Remote:
2265
+ case Electron:
2266
+ return getRemoteSrc(extensionPath + '/');
2267
+ default:
2268
+ return extensionPath;
2269
+ }
2270
+ };
2271
+
2272
+ const getFolderSize = async uri => {
2273
+ try {
2274
+ return await invoke('FileSystem.getFolderSize', uri);
2275
+ } catch {
2276
+ return 0;
2277
+ }
2278
+ };
2279
+
2280
+ const getSavedSelectedFeature = savedState => {
2281
+ if (savedState && typeof savedState === 'object' && 'selectedFeature' in savedState && typeof savedState.selectedFeature === 'string') {
2282
+ return savedState.selectedFeature;
2283
+ }
2284
+ return Details;
2285
+ };
2286
+
2287
+ const getSavedSelectedTab = savedState => {
2288
+ if (savedState && typeof savedState === 'object' && 'selectedTab' in savedState && typeof savedState.selectedTab === 'string') {
2289
+ return savedState.selectedTab;
2290
+ }
2291
+ return Details;
2292
+ };
2293
+
2294
+ const readFile = async uri => {
2295
+ return invoke('FileSystem.readFile', uri);
2296
+ };
2297
+
2298
+ const ENOENT = 'ENOENT';
2299
+
2300
+ const isEnoentError = error => {
2301
+ return error && error.code === ENOENT;
2302
+ };
2303
+
2304
+ const join = (pathSeparator, ...parts) => {
2305
+ return parts.join(pathSeparator);
2306
+ };
2307
+
2308
+ const loadReadmeContent = async path => {
2309
+ try {
2310
+ const readmeUrl = join('/', path, 'README.md');
2311
+ const readmeContent = await readFile(readmeUrl);
2312
+ return readmeContent;
2313
+ } catch (error) {
2314
+ if (isEnoentError(error)) {
2315
+ return '';
2316
+ }
2317
+ console.error(error);
2318
+ return `${error}`;
2319
+ }
2320
+ };
2321
+
2322
+ const loadContent = async (state, platform, savedState) => {
2323
+ const {
2324
+ uri,
2325
+ width,
2326
+ assetDir
2327
+ } = state;
2328
+ const id = uri.slice('extension-detail://'.length);
2329
+ const extension = await getExtension(id, platform);
2330
+ const readmeContent = await loadReadmeContent(extension.path);
2331
+ const baseUrl = getBaseUrl(extension.path, platform);
2332
+ const readmeHtml = await renderMarkdown(readmeContent, {
2333
+ baseUrl
2334
+ });
2335
+ const sanitizedReadmeHtml = readmeHtml;
2336
+ const normalizedReadmeHtml = sanitizedReadmeHtml;
2337
+ const iconSrc = getIcon(extension, platform, assetDir);
2338
+ const description = getDescription(extension);
2339
+ const name = getName(extension);
2340
+ const size = getViewletSize(width);
2341
+ const selectedTab = getSavedSelectedTab(savedState);
2342
+ const selectedFeature = getSavedSelectedFeature(savedState);
2343
+ const features = getFeatures(selectedFeature, extension);
2344
+ const folderSize = await getFolderSize(extension.uri);
2345
+ const entries = [{
2346
+ key: 'Identifier',
2347
+ value: 'abc'
2348
+ }, {
2349
+ key: 'Version',
2350
+ value: '1.9.5'
2351
+ }, {
2352
+ key: 'Last Updated',
2353
+ value: 'n/a'
2354
+ }];
2355
+ const secondEntries = [{
2356
+ key: 'Published',
2357
+ value: 'n/a'
2358
+ }, {
2359
+ key: 'Last Released',
2360
+ value: 'n/a'
2361
+ }];
2362
+ const categories = [{
2363
+ id: 'themes',
2364
+ label: 'Themes'
2365
+ }];
2366
+ const resources = [{
2367
+ label: 'Marketplace',
2368
+ url: '#'
2369
+ }, {
2370
+ label: 'Issues',
2371
+ url: '#'
2372
+ }, {
2373
+ label: 'Repository',
2374
+ url: '#'
2375
+ }, {
2376
+ label: 'License',
2377
+ url: '#'
2378
+ }];
2379
+ return {
2380
+ ...state,
2381
+ selectedTab,
2382
+ sanitizedReadmeHtml: normalizedReadmeHtml,
2383
+ iconSrc,
2384
+ name,
2385
+ description,
2386
+ sizeOnDisk: size,
2387
+ entries,
2388
+ secondEntries,
2389
+ categories,
2390
+ resources,
2391
+ extension,
2392
+ baseUrl,
2393
+ features,
2394
+ folderSize
2395
+ };
2396
+ };
2397
+
2398
+ const renderEventListeners = () => {
2399
+ return [{
2400
+ name: HandleIconError,
2401
+ params: ['handleIconError']
2402
+ }, {
2403
+ name: HandleReadmeContextMenu,
2404
+ params: ['handleReadmeContextMenu', 'event.clientX', 'event.clientY', 'event.target.href', 'event.target.src']
2405
+ }, {
2406
+ name: HandleTabsClick,
2407
+ params: ['handleTabsClick', 'event.target.name']
2408
+ }, {
2409
+ name: HandleFeaturesClick,
2410
+ params: ['handleFeaturesClick', 'event.target.name']
2411
+ }, {
2412
+ name: HandleClickSize,
2413
+ params: ['handleClickSize', 'event.target.name']
2414
+ }, {
2415
+ name: HandleClickDisable,
2416
+ params: ['handleClickDisable']
2417
+ }, {
2418
+ name: HandleClickUninstall,
2419
+ params: ['handleClickUninstall']
2420
+ }];
2421
+ };
2422
+
2423
+ const resize = (state, dimensions) => {
2424
+ return {
2425
+ ...state,
2426
+ ...dimensions
2427
+ };
2428
+ };
2429
+
2430
+ const saveState = uid => {
2431
+ const {
2432
+ newState
2433
+ } = get$1(uid);
2434
+ const {
2435
+ selectedTab,
2436
+ selectedFeature
2437
+ } = newState;
2438
+ return {
2439
+ selectedTab,
2440
+ selectedFeature
2441
+ };
2442
+ };
2443
+
2444
+ const terminate = () => {
2445
+ globalThis.close();
2446
+ };
2447
+
2448
+ const wrapCommand = fn => {
2449
+ const wrapped = async (uid, ...args) => {
2450
+ if (typeof uid === 'number') {
2451
+ const {
2452
+ newState
2453
+ } = get$1(uid);
2454
+ const newerState = await fn(newState, ...args);
2455
+ set$1(uid, newState, newerState);
2456
+ } else {
2457
+ // deprecated
2458
+ const newerState = await fn(uid, ...args);
2459
+ return newerState;
2460
+ }
2461
+ };
2462
+ return wrapped;
2463
+ };
2464
+
2465
+ const commandMap = {
2466
+ 'ExtensionDetail.create': create,
2467
+ 'ExtensionDetail.getMenuEntries': getMenuEntries,
2468
+ 'ExtensionDetail.getVirtualDom2': getExtensionDetailVirtualDom2,
2469
+ 'ExtensionDetail.handleClickDisable': wrapCommand(handleClickDisable),
2470
+ 'ExtensionDetail.handleClickSize': wrapCommand(handleClickSize),
2471
+ 'ExtensionDetail.handleClickUninstall': wrapCommand(handleClickUninstall),
2472
+ 'ExtensionDetail.handleFeaturesClick': wrapCommand(handleClickFeatures),
2473
+ 'ExtensionDetail.handleIconError': wrapCommand(handleIconError),
2474
+ 'ExtensionDetail.handleTabsClick': wrapCommand(handleTabsClick),
2475
+ 'ExtensionDetail.loadContent': wrapCommand(loadContent),
2476
+ 'ExtensionDetail.renderEventListeners': renderEventListeners,
2477
+ 'ExtensionDetail.resize': resize,
2478
+ 'ExtensionDetail.saveState': saveState,
2479
+ 'ExtensionDetail.selectTab': wrapCommand(selectTab),
2480
+ 'ExtensionDetail.terminate': terminate
2481
+ };
2482
+
2483
+ const listen = async () => {
2484
+ const rpc = await WebWorkerRpcClient.create({
2485
+ commandMap: commandMap
2486
+ });
2487
+ set(RendererWorker, rpc);
2488
+ };
2489
+
2490
+ const main = async () => {
2491
+ await listen();
2492
+ };
2493
+
2494
+ main();