@lvce-editor/static-server 0.48.3 → 0.49.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1847) hide show
  1. package/dist/static-server.js +1861 -1861
  2. package/package.json +1 -1
  3. package/static/{a66f6c1 → 5480154}/css/App.css +84 -84
  4. package/static/{a66f6c1 → 5480154}/manifest.json +2 -2
  5. package/static/{a66f6c1 → 5480154}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
  6. package/static/{a66f6c1 → 5480154}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -4
  7. package/static/{a66f6c1 → 5480154}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +161 -111
  8. package/static/{a66f6c1 → 5480154}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1608 -1953
  9. package/static/{a66f6c1 → 5480154}/packages/renderer-process/dist/rendererProcessMain.js +217 -502
  10. package/static/{a66f6c1 → 5480154}/packages/renderer-process/package.json +1 -1
  11. package/static/{a66f6c1 → 5480154}/packages/renderer-worker/dist/rendererWorkerMain.js +193 -317
  12. package/static/{a66f6c1 → 5480154}/packages/text-search-worker/dist/textSearchWorkerMain.js +6 -1
  13. package/static/index.html +4 -4
  14. /package/static/{a66f6c1 → 5480154}/config/colorTheme.json +0 -0
  15. /package/static/{a66f6c1 → 5480154}/config/defaultSettings.json +0 -0
  16. /package/static/{a66f6c1 → 5480154}/config/fileMap.json +0 -0
  17. /package/static/{a66f6c1 → 5480154}/config/webExtensions.json +0 -0
  18. /package/static/{a66f6c1 → 5480154}/css/parts/AdditionalDetails.css +0 -0
  19. /package/static/{a66f6c1 → 5480154}/css/parts/Animation.css +0 -0
  20. /package/static/{a66f6c1 → 5480154}/css/parts/DebugButtons.css +0 -0
  21. /package/static/{a66f6c1 → 5480154}/css/parts/DebugValue.css +0 -0
  22. /package/static/{a66f6c1 → 5480154}/css/parts/E2eTest.css +0 -0
  23. /package/static/{a66f6c1 → 5480154}/css/parts/E2eTests.css +0 -0
  24. /package/static/{a66f6c1 → 5480154}/css/parts/EditorHover.css +0 -0
  25. /package/static/{a66f6c1 → 5480154}/css/parts/EditorMessage.css +0 -0
  26. /package/static/{a66f6c1 → 5480154}/css/parts/FeatureContent.css +0 -0
  27. /package/static/{a66f6c1 → 5480154}/css/parts/Features.css +0 -0
  28. /package/static/{a66f6c1 → 5480154}/css/parts/ImagePreview.css +0 -0
  29. /package/static/{a66f6c1 → 5480154}/css/parts/InlineDiffEditor.css +0 -0
  30. /package/static/{a66f6c1 → 5480154}/css/parts/InputBadge.css +0 -0
  31. /package/static/{a66f6c1 → 5480154}/css/parts/Key.css +0 -0
  32. /package/static/{a66f6c1 → 5480154}/css/parts/KeyBindingsHeader.css +0 -0
  33. /package/static/{a66f6c1 → 5480154}/css/parts/KeyBindingsTable.css +0 -0
  34. /package/static/{a66f6c1 → 5480154}/css/parts/LegacyDialog.css +0 -0
  35. /package/static/{a66f6c1 → 5480154}/css/parts/Markdown.css +0 -0
  36. /package/static/{a66f6c1 → 5480154}/css/parts/Progress.css +0 -0
  37. /package/static/{a66f6c1 → 5480154}/css/parts/SearchToggleButton.css +0 -0
  38. /package/static/{a66f6c1 → 5480154}/css/parts/Select.css +0 -0
  39. /package/static/{a66f6c1 → 5480154}/css/parts/Table.css +0 -0
  40. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletAbout.css +0 -0
  41. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletBrowserViewOverview.css +0 -0
  42. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletDebugConsole.css +0 -0
  43. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletDefineKeyBinding.css +0 -0
  44. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletDialog.css +0 -0
  45. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletDiffEditor.css +0 -0
  46. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletEditorWidgetError.css +0 -0
  47. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletExtensionDetail.css +0 -0
  48. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletExtensionDetailHeader.css +0 -0
  49. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletExtensionDetailTabs.css +0 -0
  50. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletExtensions.css +0 -0
  51. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletIframeInspector.css +0 -0
  52. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletKeyBindings.css +0 -0
  53. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletMedia.css +0 -0
  54. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletOutput.css +0 -0
  55. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletPanel.css +0 -0
  56. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletPanelTabs.css +0 -0
  57. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletPdf.css +0 -0
  58. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletProblems.css +0 -0
  59. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletReferences.css +0 -0
  60. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletRunAndDebug.css +0 -0
  61. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletScreenCapture.css +0 -0
  62. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletSearch.css +0 -0
  63. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletSimpleBrowser.css +0 -0
  64. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletSourceControl.css +0 -0
  65. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletStorage.css +0 -0
  66. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletTerminal.css +0 -0
  67. /package/static/{a66f6c1 → 5480154}/css/parts/ViewletTerminalTabs.css +0 -0
  68. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-bat/README.md +0 -0
  69. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-bat/extension.json +0 -0
  70. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
  71. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
  72. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-c/README.md +0 -0
  73. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-c/extension.json +0 -0
  74. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
  75. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
  76. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
  77. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
  78. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cpp/README.md +0 -0
  79. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cpp/extension.json +0 -0
  80. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
  81. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
  82. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cson/README.md +0 -0
  83. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cson/extension.json +0 -0
  84. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
  85. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
  86. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-css/README.md +0 -0
  87. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-css/extension.json +0 -0
  88. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
  89. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
  90. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-dart/README.md +0 -0
  91. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-dart/extension.json +0 -0
  92. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
  93. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-desktop/README.md +0 -0
  94. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-desktop/extension.json +0 -0
  95. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
  96. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-docker/README.md +0 -0
  97. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-docker/extension.json +0 -0
  98. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
  99. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-dotenv/README.md +0 -0
  100. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
  101. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
  102. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
  103. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
  104. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
  105. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-elixir/README.md +0 -0
  106. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-elixir/extension.json +0 -0
  107. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
  108. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-elm/README.md +0 -0
  109. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-elm/extension.json +0 -0
  110. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
  111. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
  112. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
  113. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
  114. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-gn/README.md +0 -0
  115. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-gn/extension.json +0 -0
  116. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
  117. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-go/README.md +0 -0
  118. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-go/extension.json +0 -0
  119. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
  120. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-graphql/README.md +0 -0
  121. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-graphql/extension.json +0 -0
  122. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
  123. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-html/README.md +0 -0
  124. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-html/extension.json +0 -0
  125. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
  126. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
  127. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-java/README.md +0 -0
  128. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-java/extension.json +0 -0
  129. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
  130. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
  131. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-javascript/README.md +0 -0
  132. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-javascript/extension.json +0 -0
  133. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
  134. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
  135. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-json/README.md +0 -0
  136. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-json/extension.json +0 -0
  137. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
  138. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-json5/README.md +0 -0
  139. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-json5/extension.json +0 -0
  140. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
  141. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-jsx/README.md +0 -0
  142. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-jsx/extension.json +0 -0
  143. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
  144. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-julia/README.md +0 -0
  145. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-julia/extension.json +0 -0
  146. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
  147. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-kotlin/README.md +0 -0
  148. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
  149. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
  150. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-less/LICENSE +0 -0
  151. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-less/README.md +0 -0
  152. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-less/extension.json +0 -0
  153. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
  154. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
  155. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-markdown/README.md +0 -0
  156. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-markdown/extension.json +0 -0
  157. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
  158. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-mdx/README.md +0 -0
  159. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-mdx/extension.json +0 -0
  160. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
  161. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nix/README.md +0 -0
  162. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nix/extension.json +0 -0
  163. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
  164. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
  165. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
  166. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
  167. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
  168. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-perl/README.md +0 -0
  169. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-perl/extension.json +0 -0
  170. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
  171. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-plaintext/README.md +0 -0
  172. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
  173. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
  174. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-powershell/README.md +0 -0
  175. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-powershell/extension.json +0 -0
  176. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
  177. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-python/README.md +0 -0
  178. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-python/extension.json +0 -0
  179. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
  180. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
  181. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-r/README.md +0 -0
  182. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-r/extension.json +0 -0
  183. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
  184. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-ruby/README.md +0 -0
  185. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-ruby/extension.json +0 -0
  186. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
  187. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-rust/LICENSE +0 -0
  188. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-rust/README.md +0 -0
  189. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-rust/extension.json +0 -0
  190. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
  191. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
  192. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-scss/README.md +0 -0
  193. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-scss/extension.json +0 -0
  194. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
  195. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
  196. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-shellscript/README.md +0 -0
  197. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
  198. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
  199. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-svelte/README.md +0 -0
  200. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-svelte/extension.json +0 -0
  201. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
  202. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-terraform/README.md +0 -0
  203. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-terraform/extension.json +0 -0
  204. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
  205. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-toml/README.md +0 -0
  206. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-toml/extension.json +0 -0
  207. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
  208. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-typescript/README.md +0 -0
  209. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-typescript/extension.json +0 -0
  210. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
  211. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-vue/README.md +0 -0
  212. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-vue/extension.json +0 -0
  213. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
  214. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-wgsl/README.md +0 -0
  215. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
  216. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
  217. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
  218. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-xml/README.md +0 -0
  219. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-xml/extension.json +0 -0
  220. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
  221. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-yaml/README.md +0 -0
  222. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-yaml/extension.json +0 -0
  223. /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
  224. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
  225. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
  226. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
  227. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  228. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-ayu/README.md +0 -0
  229. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-ayu/color-theme.json +0 -0
  230. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-ayu/extension.json +0 -0
  231. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-cobalt2/README.md +0 -0
  232. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
  233. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-cobalt2/extension.json +0 -0
  234. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  235. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  236. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-gruvbox/README.md +0 -0
  237. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
  238. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-gruvbox/extension.json +0 -0
  239. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-high-contrast/README.md +0 -0
  240. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
  241. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-high-contrast/extension.json +0 -0
  242. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-material/README.md +0 -0
  243. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-material/color-theme.json +0 -0
  244. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-material/extension.json +0 -0
  245. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-monokai/README.md +0 -0
  246. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-monokai/color-theme.json +0 -0
  247. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-monokai/extension.json +0 -0
  248. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-noctis-uva/README.md +0 -0
  249. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
  250. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
  251. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  252. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-palenight/README.md +0 -0
  253. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-palenight/color-theme.json +0 -0
  254. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-palenight/extension.json +0 -0
  255. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-palenight/images/demo.png +0 -0
  256. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-slime/README.md +0 -0
  257. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-slime/color-theme.json +0 -0
  258. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-slime/extension.json +0 -0
  259. /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-slime/icon.png +0 -0
  260. /package/static/{a66f6c1 → 5480154}/extensions/builtin.vscode-icons/README.md +0 -0
  261. /package/static/{a66f6c1 → 5480154}/extensions/builtin.vscode-icons/extension.json +0 -0
  262. /package/static/{a66f6c1 → 5480154}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
  263. /package/static/{a66f6c1 → 5480154}/extensions/builtin.vscode-icons/icon.png +0 -0
  264. /package/static/{a66f6c1 → 5480154}/file-icons/default_file.svg +0 -0
  265. /package/static/{a66f6c1 → 5480154}/file-icons/default_folder.svg +0 -0
  266. /package/static/{a66f6c1 → 5480154}/file-icons/default_folder_opened.svg +0 -0
  267. /package/static/{a66f6c1 → 5480154}/file-icons/default_root_folder.svg +0 -0
  268. /package/static/{a66f6c1 → 5480154}/file-icons/default_root_folder_opened.svg +0 -0
  269. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_access.svg +0 -0
  270. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_access2.svg +0 -0
  271. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_actionscript.svg +0 -0
  272. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_actionscript2.svg +0 -0
  273. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ada.svg +0 -0
  274. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_advpl.svg +0 -0
  275. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_affectscript.svg +0 -0
  276. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_affinitydesigner.svg +0 -0
  277. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_affinityphoto.svg +0 -0
  278. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_affinitypublisher.svg +0 -0
  279. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_agda.svg +0 -0
  280. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ai.svg +0 -0
  281. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ai2.svg +0 -0
  282. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_al.svg +0 -0
  283. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_al_dal.svg +0 -0
  284. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_allcontributors.svg +0 -0
  285. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_angular.svg +0 -0
  286. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ansible.svg +0 -0
  287. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_antlers_html.svg +0 -0
  288. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_antlr.svg +0 -0
  289. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_anyscript.svg +0 -0
  290. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_apache.svg +0 -0
  291. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_apex.svg +0 -0
  292. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_api_extractor.svg +0 -0
  293. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_apib.svg +0 -0
  294. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_apib2.svg +0 -0
  295. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_apl.svg +0 -0
  296. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_applescript.svg +0 -0
  297. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_appscript.svg +0 -0
  298. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_appsemble.svg +0 -0
  299. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_appveyor.svg +0 -0
  300. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_arduino.svg +0 -0
  301. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_asciidoc.svg +0 -0
  302. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_asp.svg +0 -0
  303. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_aspx.svg +0 -0
  304. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_assembly.svg +0 -0
  305. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_astro.svg +0 -0
  306. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_astroconfig.svg +0 -0
  307. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_atom.svg +0 -0
  308. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ats.svg +0 -0
  309. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_attw.svg +0 -0
  310. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_audio.svg +0 -0
  311. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_aurelia.svg +0 -0
  312. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_autohotkey.svg +0 -0
  313. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_autoit.svg +0 -0
  314. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_avif.svg +0 -0
  315. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_avro.svg +0 -0
  316. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_awk.svg +0 -0
  317. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_aws.svg +0 -0
  318. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_azure.svg +0 -0
  319. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_azurepipelines.svg +0 -0
  320. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_babel.svg +0 -0
  321. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_babel2.svg +0 -0
  322. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bak.svg +0 -0
  323. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ballerina.svg +0 -0
  324. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bat.svg +0 -0
  325. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bats.svg +0 -0
  326. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bazaar.svg +0 -0
  327. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bazel.svg +0 -0
  328. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bazel_ignore.svg +0 -0
  329. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bazel_version.svg +0 -0
  330. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_befunge.svg +0 -0
  331. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bicep.svg +0 -0
  332. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_biml.svg +0 -0
  333. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_binary.svg +0 -0
  334. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_biome.svg +0 -0
  335. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bitbucketpipeline.svg +0 -0
  336. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bithound.svg +0 -0
  337. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_blade.svg +0 -0
  338. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_blender.svg +0 -0
  339. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_blitzbasic.svg +0 -0
  340. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bolt.svg +0 -0
  341. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bosque.svg +0 -0
  342. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bower.svg +0 -0
  343. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bower2.svg +0 -0
  344. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_browserslist.svg +0 -0
  345. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bruno.svg +0 -0
  346. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_buckbuild.svg +0 -0
  347. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_buf.svg +0 -0
  348. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bun.svg +0 -0
  349. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bundlemon.svg +0 -0
  350. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bundler.svg +0 -0
  351. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bunfig.svg +0 -0
  352. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_c.svg +0 -0
  353. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_c2.svg +0 -0
  354. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_c3.svg +0 -0
  355. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_c_al.svg +0 -0
  356. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cabal.svg +0 -0
  357. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_caddy.svg +0 -0
  358. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cake.svg +0 -0
  359. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cakephp.svg +0 -0
  360. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_capacitor.svg +0 -0
  361. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_capnp.svg +0 -0
  362. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cargo.svg +0 -0
  363. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_casc.svg +0 -0
  364. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cddl.svg +0 -0
  365. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cert.svg +0 -0
  366. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ceylon.svg +0 -0
  367. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cf.svg +0 -0
  368. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cf2.svg +0 -0
  369. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cfc.svg +0 -0
  370. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cfc2.svg +0 -0
  371. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cfm.svg +0 -0
  372. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cfm2.svg +0 -0
  373. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cheader.svg +0 -0
  374. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_chef.svg +0 -0
  375. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_chef_cookbook.svg +0 -0
  376. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_circleci.svg +0 -0
  377. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_class.svg +0 -0
  378. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_clojure.svg +0 -0
  379. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_clojurescript.svg +0 -0
  380. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cloudfoundry.svg +0 -0
  381. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cmake.svg +0 -0
  382. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cobol.svg +0 -0
  383. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codacy.svg +0 -0
  384. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codeclimate.svg +0 -0
  385. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codecov.svg +0 -0
  386. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codekit.svg +0 -0
  387. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codemagic.svg +0 -0
  388. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codeowners.svg +0 -0
  389. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codeql.svg +0 -0
  390. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_coderabbit.svg +0 -0
  391. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_coffeelint.svg +0 -0
  392. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_coffeescript.svg +0 -0
  393. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_commitizen.svg +0 -0
  394. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_commitlint.svg +0 -0
  395. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_compass.svg +0 -0
  396. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_composer.svg +0 -0
  397. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_conan.svg +0 -0
  398. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_conda.svg +0 -0
  399. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_config.svg +0 -0
  400. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_confluence.svg +0 -0
  401. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_copilot.svg +0 -0
  402. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_coverage.svg +0 -0
  403. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_coveralls.svg +0 -0
  404. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cpp.svg +0 -0
  405. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cpp2.svg +0 -0
  406. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cpp3.svg +0 -0
  407. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cppheader.svg +0 -0
  408. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_craco.svg +0 -0
  409. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_crowdin.svg +0 -0
  410. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_crystal.svg +0 -0
  411. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_csharp.svg +0 -0
  412. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_csharp2.svg +0 -0
  413. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cspell.svg +0 -0
  414. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_csproj.svg +0 -0
  415. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_css.svg +0 -0
  416. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_css2.svg +0 -0
  417. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_css2map.svg +0 -0
  418. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_csscomb.svg +0 -0
  419. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_csslint.svg +0 -0
  420. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cssmap.svg +0 -0
  421. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cucumber.svg +0 -0
  422. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cuda.svg +0 -0
  423. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cursorrules.svg +0 -0
  424. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cvs.svg +0 -0
  425. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cypress.svg +0 -0
  426. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cypress_spec.svg +0 -0
  427. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cython.svg +0 -0
  428. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dal.svg +0 -0
  429. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_darcs.svg +0 -0
  430. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dartlang.svg +0 -0
  431. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dartlang_generated.svg +0 -0
  432. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dartlang_ignore.svg +0 -0
  433. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_datadog.svg +0 -0
  434. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_db.svg +0 -0
  435. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_debian.svg +0 -0
  436. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_delphi.svg +0 -0
  437. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_deno.svg +0 -0
  438. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_denoify.svg +0 -0
  439. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dependabot.svg +0 -0
  440. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dependencies.svg +0 -0
  441. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_devcontainer.svg +0 -0
  442. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dhall.svg +0 -0
  443. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_diff.svg +0 -0
  444. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_django.svg +0 -0
  445. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dlang.svg +0 -0
  446. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_docker.svg +0 -0
  447. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_docker2.svg +0 -0
  448. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dockertest.svg +0 -0
  449. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dockertest2.svg +0 -0
  450. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_docpad.svg +0 -0
  451. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_docusaurus.svg +0 -0
  452. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_docz.svg +0 -0
  453. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dojo.svg +0 -0
  454. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_doppler.svg +0 -0
  455. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dotenv.svg +0 -0
  456. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dotjs.svg +0 -0
  457. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_doxygen.svg +0 -0
  458. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_drawio.svg +0 -0
  459. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_drone.svg +0 -0
  460. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_drools.svg +0 -0
  461. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dtd.svg +0 -0
  462. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dustjs.svg +0 -0
  463. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dvc.svg +0 -0
  464. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dylan.svg +0 -0
  465. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_earthly.svg +0 -0
  466. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eas-metadata.svg +0 -0
  467. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_edge.svg +0 -0
  468. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_edge2.svg +0 -0
  469. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_editorconfig.svg +0 -0
  470. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eex.svg +0 -0
  471. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ejs.svg +0 -0
  472. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_elastic.svg +0 -0
  473. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_elasticbeanstalk.svg +0 -0
  474. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eleventy.svg +0 -0
  475. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eleventy2.svg +0 -0
  476. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_elixir.svg +0 -0
  477. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_elm.svg +0 -0
  478. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_elm2.svg +0 -0
  479. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_emacs.svg +0 -0
  480. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ember.svg +0 -0
  481. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ensime.svg +0 -0
  482. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eps.svg +0 -0
  483. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_epub.svg +0 -0
  484. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_erb.svg +0 -0
  485. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_erlang.svg +0 -0
  486. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_erlang2.svg +0 -0
  487. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_esbuild.svg +0 -0
  488. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eslint.svg +0 -0
  489. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eslint2.svg +0 -0
  490. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_esphome.svg +0 -0
  491. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_excalidraw.svg +0 -0
  492. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_excel.svg +0 -0
  493. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_excel2.svg +0 -0
  494. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_expo.svg +0 -0
  495. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_falcon.svg +0 -0
  496. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fantasticon.svg +0 -0
  497. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fastly.svg +0 -0
  498. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fauna.svg +0 -0
  499. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_favicon.svg +0 -0
  500. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fbx.svg +0 -0
  501. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_firebase.svg +0 -0
  502. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_firebasehosting.svg +0 -0
  503. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_firestore.svg +0 -0
  504. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fitbit.svg +0 -0
  505. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fla.svg +0 -0
  506. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_flareact.svg +0 -0
  507. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_flash.svg +0 -0
  508. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_floobits.svg +0 -0
  509. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_flow.svg +0 -0
  510. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_flutter.svg +0 -0
  511. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_flutter_package.svg +0 -0
  512. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_flyio.svg +0 -0
  513. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_font.svg +0 -0
  514. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_formkit.svg +0 -0
  515. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fortran.svg +0 -0
  516. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fossa.svg +0 -0
  517. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fossil.svg +0 -0
  518. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_freemarker.svg +0 -0
  519. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_frontcommerce.svg +0 -0
  520. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fsharp.svg +0 -0
  521. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fsharp2.svg +0 -0
  522. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fsproj.svg +0 -0
  523. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fthtml.svg +0 -0
  524. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_funding.svg +0 -0
  525. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fusebox.svg +0 -0
  526. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_galen.svg +0 -0
  527. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_galen2.svg +0 -0
  528. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gamemaker.svg +0 -0
  529. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gamemaker2.svg +0 -0
  530. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gamemaker81.svg +0 -0
  531. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gatsby.svg +0 -0
  532. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gcloud.svg +0 -0
  533. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gcode.svg +0 -0
  534. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gdscript.svg +0 -0
  535. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_genstat.svg +0 -0
  536. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_git.svg +0 -0
  537. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_git2.svg +0 -0
  538. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gitlab.svg +0 -0
  539. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gitpod.svg +0 -0
  540. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gleam.svg +0 -0
  541. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gleamconfig.svg +0 -0
  542. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_glide.svg +0 -0
  543. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_glitter.svg +0 -0
  544. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_glsl.svg +0 -0
  545. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gltf.svg +0 -0
  546. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_glyphs.svg +0 -0
  547. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gnu.svg +0 -0
  548. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gnuplot.svg +0 -0
  549. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go.svg +0 -0
  550. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_aqua.svg +0 -0
  551. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_black.svg +0 -0
  552. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_fuchsia.svg +0 -0
  553. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_gopher.svg +0 -0
  554. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_lightblue.svg +0 -0
  555. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_package.svg +0 -0
  556. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_white.svg +0 -0
  557. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_work.svg +0 -0
  558. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_yellow.svg +0 -0
  559. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_goctl.svg +0 -0
  560. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_godot.svg +0 -0
  561. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gpg.svg +0 -0
  562. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gradle.svg +0 -0
  563. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gradle2.svg +0 -0
  564. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_grain.svg +0 -0
  565. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_graphql.svg +0 -0
  566. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_graphql_config.svg +0 -0
  567. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_graphviz.svg +0 -0
  568. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_greenkeeper.svg +0 -0
  569. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gridsome.svg +0 -0
  570. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_groovy.svg +0 -0
  571. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_groovy2.svg +0 -0
  572. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_grunt.svg +0 -0
  573. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gulp.svg +0 -0
  574. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_haml.svg +0 -0
  575. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_handlebars.svg +0 -0
  576. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_handlebars2.svg +0 -0
  577. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_harbour.svg +0 -0
  578. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hardhat.svg +0 -0
  579. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hashicorp.svg +0 -0
  580. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_haskell.svg +0 -0
  581. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_haskell2.svg +0 -0
  582. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_haxe.svg +0 -0
  583. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_haxecheckstyle.svg +0 -0
  584. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_haxedevelop.svg +0 -0
  585. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_helix.svg +0 -0
  586. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_helm.svg +0 -0
  587. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_histoire.svg +0 -0
  588. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hjson.svg +0 -0
  589. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hlsl.svg +0 -0
  590. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_homeassistant.svg +0 -0
  591. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_horusec.svg +0 -0
  592. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_host.svg +0 -0
  593. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_html.svg +0 -0
  594. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_htmlhint.svg +0 -0
  595. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_htmlvalidate.svg +0 -0
  596. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_http.svg +0 -0
  597. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hugo.svg +0 -0
  598. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_humanstxt.svg +0 -0
  599. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hunspell.svg +0 -0
  600. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_husky.svg +0 -0
  601. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hy.svg +0 -0
  602. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hygen.svg +0 -0
  603. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hypr.svg +0 -0
  604. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_icl.svg +0 -0
  605. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_idris.svg +0 -0
  606. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_idrisbin.svg +0 -0
  607. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_idrispkg.svg +0 -0
  608. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_image.svg +0 -0
  609. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_imba.svg +0 -0
  610. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_inc.svg +0 -0
  611. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_infopath.svg +0 -0
  612. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_informix.svg +0 -0
  613. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ini.svg +0 -0
  614. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ink.svg +0 -0
  615. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_innosetup.svg +0 -0
  616. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_io.svg +0 -0
  617. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_iodine.svg +0 -0
  618. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ionic.svg +0 -0
  619. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jake.svg +0 -0
  620. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_janet.svg +0 -0
  621. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jar.svg +0 -0
  622. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jasmine.svg +0 -0
  623. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_java.svg +0 -0
  624. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jbuilder.svg +0 -0
  625. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jekyll.svg +0 -0
  626. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jenkins.svg +0 -0
  627. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jest.svg +0 -0
  628. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jest_snapshot.svg +0 -0
  629. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jinja.svg +0 -0
  630. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jpm.svg +0 -0
  631. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_js.svg +0 -0
  632. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_js_official.svg +0 -0
  633. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsbeautify.svg +0 -0
  634. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsconfig.svg +0 -0
  635. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jscpd.svg +0 -0
  636. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jshint.svg +0 -0
  637. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsmap.svg +0 -0
  638. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_json.svg +0 -0
  639. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_json2.svg +0 -0
  640. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_json5.svg +0 -0
  641. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_json_official.svg +0 -0
  642. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_json_schema.svg +0 -0
  643. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsonld.svg +0 -0
  644. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsonnet.svg +0 -0
  645. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsp.svg +0 -0
  646. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsr.svg +0 -0
  647. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jss.svg +0 -0
  648. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_juice.svg +0 -0
  649. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_julia.svg +0 -0
  650. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_julia2.svg +0 -0
  651. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jupyter.svg +0 -0
  652. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_just.svg +0 -0
  653. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_k.svg +0 -0
  654. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_karma.svg +0 -0
  655. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_key.svg +0 -0
  656. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_kitchenci.svg +0 -0
  657. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_kite.svg +0 -0
  658. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_kivy.svg +0 -0
  659. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_knip.svg +0 -0
  660. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_kos.svg +0 -0
  661. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_kotlin.svg +0 -0
  662. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_kusto.svg +0 -0
  663. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_language_configuration.svg +0 -0
  664. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lark.svg +0 -0
  665. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_latino.svg +0 -0
  666. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_layout.svg +0 -0
  667. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lerna.svg +0 -0
  668. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_less.svg +0 -0
  669. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lex.svg +0 -0
  670. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_liara.svg +0 -0
  671. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_libreoffice_base.svg +0 -0
  672. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_libreoffice_calc.svg +0 -0
  673. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_libreoffice_draw.svg +0 -0
  674. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_libreoffice_impress.svg +0 -0
  675. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_libreoffice_math.svg +0 -0
  676. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_libreoffice_writer.svg +0 -0
  677. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_license.svg +0 -0
  678. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_licensebat.svg +0 -0
  679. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_actionscript2.svg +0 -0
  680. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_ada.svg +0 -0
  681. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_agda.svg +0 -0
  682. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_apl.svg +0 -0
  683. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_astro.svg +0 -0
  684. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_astroconfig.svg +0 -0
  685. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_babel.svg +0 -0
  686. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_babel2.svg +0 -0
  687. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_cabal.svg +0 -0
  688. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_circleci.svg +0 -0
  689. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_cloudfoundry.svg +0 -0
  690. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_codacy.svg +0 -0
  691. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_codeclimate.svg +0 -0
  692. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_codeowners.svg +0 -0
  693. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_config.svg +0 -0
  694. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_copilot.svg +0 -0
  695. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_crystal.svg +0 -0
  696. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_cypress.svg +0 -0
  697. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_cypress_spec.svg +0 -0
  698. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_db.svg +0 -0
  699. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_deno.svg +0 -0
  700. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_dhall.svg +0 -0
  701. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_docpad.svg +0 -0
  702. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_drone.svg +0 -0
  703. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_eas-metadata.svg +0 -0
  704. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_eleventy.svg +0 -0
  705. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_eleventy2.svg +0 -0
  706. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_esphome.svg +0 -0
  707. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_expo.svg +0 -0
  708. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_firebasehosting.svg +0 -0
  709. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_fla.svg +0 -0
  710. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_font.svg +0 -0
  711. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_gamemaker2.svg +0 -0
  712. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_gradle.svg +0 -0
  713. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_hashicorp.svg +0 -0
  714. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_hjson.svg +0 -0
  715. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_ini.svg +0 -0
  716. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_io.svg +0 -0
  717. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_js.svg +0 -0
  718. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_jsconfig.svg +0 -0
  719. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_jsmap.svg +0 -0
  720. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_json.svg +0 -0
  721. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_json5.svg +0 -0
  722. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_json_schema.svg +0 -0
  723. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_jsonld.svg +0 -0
  724. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_kite.svg +0 -0
  725. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_lark.svg +0 -0
  726. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_lerna.svg +0 -0
  727. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_mailing.svg +0 -0
  728. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_mdx-components.svg +0 -0
  729. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_mdx.svg +0 -0
  730. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_mlang.svg +0 -0
  731. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_mustache.svg +0 -0
  732. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_mypy.svg +0 -0
  733. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_neo4j.svg +0 -0
  734. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_netlify.svg +0 -0
  735. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_next.svg +0 -0
  736. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_nim.svg +0 -0
  737. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_nx.svg +0 -0
  738. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_objidconfig.svg +0 -0
  739. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_openHAB.svg +0 -0
  740. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_pcl.svg +0 -0
  741. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_pnpm.svg +0 -0
  742. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_prettier.svg +0 -0
  743. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_prisma.svg +0 -0
  744. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_purescript.svg +0 -0
  745. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_quasar.svg +0 -0
  746. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_raku.svg +0 -0
  747. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_razzle.svg +0 -0
  748. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_reactrouter.svg +0 -0
  749. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_rehype.svg +0 -0
  750. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_remark.svg +0 -0
  751. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_replit.svg +0 -0
  752. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_retext.svg +0 -0
  753. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_rome.svg +0 -0
  754. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_rubocop.svg +0 -0
  755. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_rust.svg +0 -0
  756. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_rust_toolchain.svg +0 -0
  757. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_safetensors.svg +0 -0
  758. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_shaderlab.svg +0 -0
  759. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_solidity.svg +0 -0
  760. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_spin.svg +0 -0
  761. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_stylelint.svg +0 -0
  762. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_stylus.svg +0 -0
  763. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_symfony.svg +0 -0
  764. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_systemd.svg +0 -0
  765. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_systemverilog.svg +0 -0
  766. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_testcafe.svg +0 -0
  767. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_testjs.svg +0 -0
  768. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_tex.svg +0 -0
  769. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_tm.svg +0 -0
  770. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_tmux.svg +0 -0
  771. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_todo.svg +0 -0
  772. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_toit.svg +0 -0
  773. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_toml.svg +0 -0
  774. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_tree.svg +0 -0
  775. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_turbo.svg +0 -0
  776. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_unibeautify.svg +0 -0
  777. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_vash.svg +0 -0
  778. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_vercel.svg +0 -0
  779. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_vsix.svg +0 -0
  780. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_vsixmanifest.svg +0 -0
  781. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_xfl.svg +0 -0
  782. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_xorg.svg +0 -0
  783. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_yaml.svg +0 -0
  784. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_zeit.svg +0 -0
  785. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lighthouse.svg +0 -0
  786. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lilypond.svg +0 -0
  787. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lime.svg +0 -0
  788. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lintstagedrc.svg +0 -0
  789. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_liquid.svg +0 -0
  790. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lisp.svg +0 -0
  791. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_livescript.svg +0 -0
  792. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lnk.svg +0 -0
  793. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_locale.svg +0 -0
  794. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_log.svg +0 -0
  795. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lolcode.svg +0 -0
  796. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lsl.svg +0 -0
  797. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lua.svg +0 -0
  798. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_luau.svg +0 -0
  799. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lync.svg +0 -0
  800. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mailing.svg +0 -0
  801. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_makefile.svg +0 -0
  802. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_manifest.svg +0 -0
  803. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_manifest_bak.svg +0 -0
  804. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_manifest_skip.svg +0 -0
  805. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_map.svg +0 -0
  806. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mariadb.svg +0 -0
  807. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_markdown.svg +0 -0
  808. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_markdownlint.svg +0 -0
  809. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_markdownlint_ignore.svg +0 -0
  810. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_marko.svg +0 -0
  811. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_markojs.svg +0 -0
  812. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_master-co.svg +0 -0
  813. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_matlab.svg +0 -0
  814. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_maven.svg +0 -0
  815. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_maxscript.svg +0 -0
  816. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_maya.svg +0 -0
  817. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mdx-components.svg +0 -0
  818. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mdx.svg +0 -0
  819. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mediawiki.svg +0 -0
  820. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mercurial.svg +0 -0
  821. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mermaid.svg +0 -0
  822. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_meson.svg +0 -0
  823. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_meteor.svg +0 -0
  824. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_minecraft.svg +0 -0
  825. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mivascript.svg +0 -0
  826. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mjml.svg +0 -0
  827. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mlang.svg +0 -0
  828. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mocha.svg +0 -0
  829. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_modernizr.svg +0 -0
  830. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mojo.svg +0 -0
  831. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mojolicious.svg +0 -0
  832. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_moleculer.svg +0 -0
  833. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mondoo.svg +0 -0
  834. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mongo.svg +0 -0
  835. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_monotone.svg +0 -0
  836. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_motif.svg +0 -0
  837. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mson.svg +0 -0
  838. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mustache.svg +0 -0
  839. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mvt.svg +0 -0
  840. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mvtcss.svg +0 -0
  841. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mvtjs.svg +0 -0
  842. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mypy.svg +0 -0
  843. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mysql.svg +0 -0
  844. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ndst.svg +0 -0
  845. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nearly.svg +0 -0
  846. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_neo4j.svg +0 -0
  847. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_adapter_js.svg +0 -0
  848. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_adapter_ts.svg +0 -0
  849. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_controller_js.svg +0 -0
  850. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_controller_ts.svg +0 -0
  851. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_decorator_js.svg +0 -0
  852. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_decorator_ts.svg +0 -0
  853. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_filter_js.svg +0 -0
  854. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_filter_ts.svg +0 -0
  855. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_gateway_js.svg +0 -0
  856. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_gateway_ts.svg +0 -0
  857. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_guard_js.svg +0 -0
  858. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_guard_ts.svg +0 -0
  859. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_interceptor_js.svg +0 -0
  860. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
  861. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_middleware_js.svg +0 -0
  862. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_middleware_ts.svg +0 -0
  863. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_module_js.svg +0 -0
  864. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_module_ts.svg +0 -0
  865. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_pipe_js.svg +0 -0
  866. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_pipe_ts.svg +0 -0
  867. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_service_js.svg +0 -0
  868. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_service_ts.svg +0 -0
  869. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nestjs.svg +0 -0
  870. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_netlify.svg +0 -0
  871. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_next.svg +0 -0
  872. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nextflow.svg +0 -0
  873. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_css.svg +0 -0
  874. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_dart.svg +0 -0
  875. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_html.svg +0 -0
  876. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_js.svg +0 -0
  877. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_js2.svg +0 -0
  878. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_less.svg +0 -0
  879. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_sass.svg +0 -0
  880. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_scss.svg +0 -0
  881. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_ts.svg +0 -0
  882. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_ts2.svg +0 -0
  883. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_controller_js.svg +0 -0
  884. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_controller_ts.svg +0 -0
  885. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_directive_dart.svg +0 -0
  886. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_directive_js.svg +0 -0
  887. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_directive_js2.svg +0 -0
  888. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_directive_ts.svg +0 -0
  889. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_directive_ts2.svg +0 -0
  890. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_guard_dart.svg +0 -0
  891. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_guard_js.svg +0 -0
  892. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_guard_ts.svg +0 -0
  893. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
  894. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_interceptor_js.svg +0 -0
  895. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
  896. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_module_dart.svg +0 -0
  897. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_module_js.svg +0 -0
  898. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_module_js2.svg +0 -0
  899. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_module_ts.svg +0 -0
  900. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_module_ts2.svg +0 -0
  901. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_pipe_dart.svg +0 -0
  902. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_pipe_js.svg +0 -0
  903. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_pipe_js2.svg +0 -0
  904. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_pipe_ts.svg +0 -0
  905. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
  906. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_routing_dart.svg +0 -0
  907. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_routing_js.svg +0 -0
  908. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_routing_js2.svg +0 -0
  909. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_routing_ts.svg +0 -0
  910. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_routing_ts2.svg +0 -0
  911. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_service_dart.svg +0 -0
  912. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_service_js.svg +0 -0
  913. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_service_js2.svg +0 -0
  914. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_service_ts.svg +0 -0
  915. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_service_ts2.svg +0 -0
  916. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
  917. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_smart_component_js.svg +0 -0
  918. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
  919. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
  920. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
  921. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_tailwind.svg +0 -0
  922. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nginx.svg +0 -0
  923. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nim.svg +0 -0
  924. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nimble.svg +0 -0
  925. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ninja.svg +0 -0
  926. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nix.svg +0 -0
  927. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_njsproj.svg +0 -0
  928. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_noc.svg +0 -0
  929. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_node.svg +0 -0
  930. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_node2.svg +0 -0
  931. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nodemon.svg +0 -0
  932. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_npm.svg +0 -0
  933. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
  934. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nsi.svg +0 -0
  935. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nsri-integrity.svg +0 -0
  936. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nsri.svg +0 -0
  937. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nuget.svg +0 -0
  938. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_numpy.svg +0 -0
  939. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nunjucks.svg +0 -0
  940. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nuxt.svg +0 -0
  941. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nx.svg +0 -0
  942. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nyc.svg +0 -0
  943. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_objectivec.svg +0 -0
  944. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_objectivecpp.svg +0 -0
  945. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_objidconfig.svg +0 -0
  946. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ocaml.svg +0 -0
  947. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ocaml_intf.svg +0 -0
  948. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ogone.svg +0 -0
  949. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_onenote.svg +0 -0
  950. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_openHAB.svg +0 -0
  951. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_opencl.svg +0 -0
  952. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_openscad.svg +0 -0
  953. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_opentofu.svg +0 -0
  954. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_org.svg +0 -0
  955. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_outlook.svg +0 -0
  956. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ovpn.svg +0 -0
  957. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_oxlint.svg +0 -0
  958. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_package.svg +0 -0
  959. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_paket.svg +0 -0
  960. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pandacss.svg +0 -0
  961. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_patch.svg +0 -0
  962. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pcl.svg +0 -0
  963. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pddl.svg +0 -0
  964. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pddl_happenings.svg +0 -0
  965. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pddl_plan.svg +0 -0
  966. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pdf.svg +0 -0
  967. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pdf2.svg +0 -0
  968. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pdm.svg +0 -0
  969. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_peeky.svg +0 -0
  970. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_perl.svg +0 -0
  971. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_perl2.svg +0 -0
  972. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_perl6.svg +0 -0
  973. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pgsql.svg +0 -0
  974. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_photoshop.svg +0 -0
  975. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_photoshop2.svg +0 -0
  976. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_php.svg +0 -0
  977. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_php2.svg +0 -0
  978. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_php3.svg +0 -0
  979. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_phpcsfixer.svg +0 -0
  980. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_phpstan.svg +0 -0
  981. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_phpunit.svg +0 -0
  982. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_phraseapp.svg +0 -0
  983. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pine.svg +0 -0
  984. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pip.svg +0 -0
  985. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pipeline.svg +0 -0
  986. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_plantuml.svg +0 -0
  987. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_platformio.svg +0 -0
  988. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_playwright.svg +0 -0
  989. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_plsql.svg +0 -0
  990. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_plsql_package.svg +0 -0
  991. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_plsql_package_body.svg +0 -0
  992. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_plsql_package_header.svg +0 -0
  993. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_plsql_package_spec.svg +0 -0
  994. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pm2.svg +0 -0
  995. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pnpm.svg +0 -0
  996. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_poedit.svg +0 -0
  997. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_poetry.svg +0 -0
  998. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_polymer.svg +0 -0
  999. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pony.svg +0 -0
  1000. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_postcss.svg +0 -0
  1001. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_postcssconfig.svg +0 -0
  1002. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_postman.svg +0 -0
  1003. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powerpoint.svg +0 -0
  1004. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powerpoint2.svg +0 -0
  1005. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell.svg +0 -0
  1006. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell2.svg +0 -0
  1007. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell_format.svg +0 -0
  1008. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell_psd.svg +0 -0
  1009. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell_psd2.svg +0 -0
  1010. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell_psm.svg +0 -0
  1011. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell_psm2.svg +0 -0
  1012. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell_types.svg +0 -0
  1013. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_preact.svg +0 -0
  1014. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_precommit.svg +0 -0
  1015. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_prettier.svg +0 -0
  1016. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_prisma.svg +0 -0
  1017. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_processinglang.svg +0 -0
  1018. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_procfile.svg +0 -0
  1019. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_progress.svg +0 -0
  1020. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_prolog.svg +0 -0
  1021. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_prometheus.svg +0 -0
  1022. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_protobuf.svg +0 -0
  1023. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_protractor.svg +0 -0
  1024. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_publiccode.svg +0 -0
  1025. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_publisher.svg +0 -0
  1026. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pug.svg +0 -0
  1027. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pulumi.svg +0 -0
  1028. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_puppet.svg +0 -0
  1029. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_purescript.svg +0 -0
  1030. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_purgecss.svg +0 -0
  1031. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pyenv.svg +0 -0
  1032. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pyret.svg +0 -0
  1033. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pyscript.svg +0 -0
  1034. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pytest.svg +0 -0
  1035. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_python.svg +0 -0
  1036. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pythowo.svg +0 -0
  1037. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pytyped.svg +0 -0
  1038. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pyup.svg +0 -0
  1039. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_q.svg +0 -0
  1040. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_qbs.svg +0 -0
  1041. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_qlikview.svg +0 -0
  1042. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_qml.svg +0 -0
  1043. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_qmldir.svg +0 -0
  1044. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_qsharp.svg +0 -0
  1045. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_quasar.svg +0 -0
  1046. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_r.svg +0 -0
  1047. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ra_syntax_tree.svg +0 -0
  1048. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_racket.svg +0 -0
  1049. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rails.svg +0 -0
  1050. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rake.svg +0 -0
  1051. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_raku.svg +0 -0
  1052. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_raml.svg +0 -0
  1053. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_razor.svg +0 -0
  1054. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_razzle.svg +0 -0
  1055. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_reactjs.svg +0 -0
  1056. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_reactrouter.svg +0 -0
  1057. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_reacttemplate.svg +0 -0
  1058. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_reactts.svg +0 -0
  1059. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_reason.svg +0 -0
  1060. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_red.svg +0 -0
  1061. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_registry.svg +0 -0
  1062. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rego.svg +0 -0
  1063. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rehype.svg +0 -0
  1064. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_remark.svg +0 -0
  1065. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_renovate.svg +0 -0
  1066. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_replit.svg +0 -0
  1067. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rescript.svg +0 -0
  1068. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rest.svg +0 -0
  1069. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_retext.svg +0 -0
  1070. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rexx.svg +0 -0
  1071. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_riot.svg +0 -0
  1072. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rmd.svg +0 -0
  1073. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rnc.svg +0 -0
  1074. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_robotframework.svg +0 -0
  1075. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_robots.svg +0 -0
  1076. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rolldown.svg +0 -0
  1077. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rollup.svg +0 -0
  1078. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rome.svg +0 -0
  1079. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ron.svg +0 -0
  1080. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rproj.svg +0 -0
  1081. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rspec.svg +0 -0
  1082. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rss.svg +0 -0
  1083. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rubocop.svg +0 -0
  1084. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ruby.svg +0 -0
  1085. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rust.svg +0 -0
  1086. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rust_toolchain.svg +0 -0
  1087. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_s-lang.svg +0 -0
  1088. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_safetensors.svg +0 -0
  1089. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sails.svg +0 -0
  1090. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_saltstack.svg +0 -0
  1091. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_san.svg +0 -0
  1092. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
  1093. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sas.svg +0 -0
  1094. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sass.svg +0 -0
  1095. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sbt.svg +0 -0
  1096. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_scala.svg +0 -0
  1097. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_scilab.svg +0 -0
  1098. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_script.svg +0 -0
  1099. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_scss.svg +0 -0
  1100. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_scss2.svg +0 -0
  1101. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sdlang.svg +0 -0
  1102. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_search_result.svg +0 -0
  1103. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_seedkit.svg +0 -0
  1104. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sentry.svg +0 -0
  1105. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sequelize.svg +0 -0
  1106. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_serverless.svg +0 -0
  1107. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_shaderlab.svg +0 -0
  1108. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_shell.svg +0 -0
  1109. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_shellcheck.svg +0 -0
  1110. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_shuttle.svg +0 -0
  1111. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_silverstripe.svg +0 -0
  1112. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sino.svg +0 -0
  1113. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_siyuan.svg +0 -0
  1114. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sketch.svg +0 -0
  1115. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_skipper.svg +0 -0
  1116. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_slang.svg +0 -0
  1117. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_slashup.svg +0 -0
  1118. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_slice.svg +0 -0
  1119. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_slim.svg +0 -0
  1120. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_slint.svg +0 -0
  1121. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sln.svg +0 -0
  1122. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sln2.svg +0 -0
  1123. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_smarty.svg +0 -0
  1124. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_snakemake.svg +0 -0
  1125. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_snapcraft.svg +0 -0
  1126. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_snaplet.svg +0 -0
  1127. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_snort.svg +0 -0
  1128. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_snyk.svg +0 -0
  1129. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_solidarity.svg +0 -0
  1130. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_solidity.svg +0 -0
  1131. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_source.svg +0 -0
  1132. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_spacengine.svg +0 -0
  1133. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sparql.svg +0 -0
  1134. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_spin.svg +0 -0
  1135. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sqf.svg +0 -0
  1136. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sql.svg +0 -0
  1137. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sqlite.svg +0 -0
  1138. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_squirrel.svg +0 -0
  1139. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sss.svg +0 -0
  1140. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sst.svg +0 -0
  1141. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stan.svg +0 -0
  1142. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stata.svg +0 -0
  1143. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stencil.svg +0 -0
  1144. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_storyboard.svg +0 -0
  1145. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_storybook.svg +0 -0
  1146. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stryker.svg +0 -0
  1147. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stylable.svg +0 -0
  1148. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_style.svg +0 -0
  1149. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_styled.svg +0 -0
  1150. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stylelint.svg +0 -0
  1151. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stylish_haskell.svg +0 -0
  1152. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stylus.svg +0 -0
  1153. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sublime.svg +0 -0
  1154. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_subversion.svg +0 -0
  1155. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_svelte.svg +0 -0
  1156. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_svelteconfig.svg +0 -0
  1157. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_svg.svg +0 -0
  1158. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_svgo.svg +0 -0
  1159. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_swagger.svg +0 -0
  1160. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_swc.svg +0 -0
  1161. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_swift.svg +0 -0
  1162. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_swig.svg +0 -0
  1163. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_symfony.svg +0 -0
  1164. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_systemd.svg +0 -0
  1165. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_systemverilog.svg +0 -0
  1166. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_t4tt.svg +0 -0
  1167. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tailwind.svg +0 -0
  1168. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tamagui.svg +0 -0
  1169. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_taplo.svg +0 -0
  1170. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_taskfile.svg +0 -0
  1171. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tauri.svg +0 -0
  1172. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tcl.svg +0 -0
  1173. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_teal.svg +0 -0
  1174. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_templ.svg +0 -0
  1175. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tera.svg +0 -0
  1176. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_terraform.svg +0 -0
  1177. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_test.svg +0 -0
  1178. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_testcafe.svg +0 -0
  1179. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_testjs.svg +0 -0
  1180. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_testplane.svg +0 -0
  1181. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_testts.svg +0 -0
  1182. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tex.svg +0 -0
  1183. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_text.svg +0 -0
  1184. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_textile.svg +0 -0
  1185. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tfs.svg +0 -0
  1186. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tiltfile.svg +0 -0
  1187. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tm.svg +0 -0
  1188. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tmux.svg +0 -0
  1189. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_todo.svg +0 -0
  1190. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_toit.svg +0 -0
  1191. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_toml.svg +0 -0
  1192. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tox.svg +0 -0
  1193. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_travis.svg +0 -0
  1194. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tree.svg +0 -0
  1195. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tres.svg +0 -0
  1196. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_truffle.svg +0 -0
  1197. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_trunk.svg +0 -0
  1198. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tsbuildinfo.svg +0 -0
  1199. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tscn.svg +0 -0
  1200. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tsconfig.svg +0 -0
  1201. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tsconfig_official.svg +0 -0
  1202. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tslint.svg +0 -0
  1203. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tt.svg +0 -0
  1204. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ttcn.svg +0 -0
  1205. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tuc.svg +0 -0
  1206. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_turbo.svg +0 -0
  1207. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_twig.svg +0 -0
  1208. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_typedoc.svg +0 -0
  1209. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_typescript.svg +0 -0
  1210. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_typescript_official.svg +0 -0
  1211. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_typescriptdef.svg +0 -0
  1212. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_typescriptdef_official.svg +0 -0
  1213. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_typo3.svg +0 -0
  1214. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_uiua.svg +0 -0
  1215. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_unibeautify.svg +0 -0
  1216. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_unison.svg +0 -0
  1217. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_unlicense.svg +0 -0
  1218. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_unocss.svg +0 -0
  1219. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vagrant.svg +0 -0
  1220. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vala.svg +0 -0
  1221. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vanilla_extract.svg +0 -0
  1222. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vapi.svg +0 -0
  1223. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vapor.svg +0 -0
  1224. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vash.svg +0 -0
  1225. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vb.svg +0 -0
  1226. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vba.svg +0 -0
  1227. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vbhtml.svg +0 -0
  1228. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vbproj.svg +0 -0
  1229. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vcxproj.svg +0 -0
  1230. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_velocity.svg +0 -0
  1231. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vento.svg +0 -0
  1232. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vercel.svg +0 -0
  1233. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_verilog.svg +0 -0
  1234. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vhdl.svg +0 -0
  1235. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_video.svg +0 -0
  1236. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_view.svg +0 -0
  1237. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vim.svg +0 -0
  1238. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vite.svg +0 -0
  1239. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vitest.svg +0 -0
  1240. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vlang.svg +0 -0
  1241. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_volt.svg +0 -0
  1242. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vscode-insiders.svg +0 -0
  1243. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vscode.svg +0 -0
  1244. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vscode2.svg +0 -0
  1245. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vscode3.svg +0 -0
  1246. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vscode_test.svg +0 -0
  1247. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vsix.svg +0 -0
  1248. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vsixmanifest.svg +0 -0
  1249. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vue.svg +0 -0
  1250. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vueconfig.svg +0 -0
  1251. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vyper.svg +0 -0
  1252. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wallaby.svg +0 -0
  1253. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wally.svg +0 -0
  1254. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wasm.svg +0 -0
  1255. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_watchmanconfig.svg +0 -0
  1256. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wdio.svg +0 -0
  1257. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_weblate.svg +0 -0
  1258. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_webpack.svg +0 -0
  1259. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wenyan.svg +0 -0
  1260. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wercker.svg +0 -0
  1261. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wgsl.svg +0 -0
  1262. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wikitext.svg +0 -0
  1263. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_windi.svg +0 -0
  1264. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wit.svg +0 -0
  1265. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wolfram.svg +0 -0
  1266. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_word.svg +0 -0
  1267. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_word2.svg +0 -0
  1268. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wpml.svg +0 -0
  1269. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wurst.svg +0 -0
  1270. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wxml.svg +0 -0
  1271. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wxss.svg +0 -0
  1272. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wxt.svg +0 -0
  1273. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xcode.svg +0 -0
  1274. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xfl.svg +0 -0
  1275. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xib.svg +0 -0
  1276. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xliff.svg +0 -0
  1277. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xmake.svg +0 -0
  1278. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xml.svg +0 -0
  1279. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xo.svg +0 -0
  1280. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xorg.svg +0 -0
  1281. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xquery.svg +0 -0
  1282. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xsl.svg +0 -0
  1283. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yacc.svg +0 -0
  1284. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yaml.svg +0 -0
  1285. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yamllint.svg +0 -0
  1286. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yandex.svg +0 -0
  1287. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yang.svg +0 -0
  1288. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yarn.svg +0 -0
  1289. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yeoman.svg +0 -0
  1290. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_zeit.svg +0 -0
  1291. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_zig.svg +0 -0
  1292. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_zip.svg +0 -0
  1293. /package/static/{a66f6c1 → 5480154}/file-icons/file_type_zip2.svg +0 -0
  1294. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_android.svg +0 -0
  1295. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_android_opened.svg +0 -0
  1296. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_api.svg +0 -0
  1297. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_api_opened.svg +0 -0
  1298. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_app.svg +0 -0
  1299. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_app_opened.svg +0 -0
  1300. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_arangodb.svg +0 -0
  1301. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_arangodb_opened.svg +0 -0
  1302. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_asset.svg +0 -0
  1303. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_asset_opened.svg +0 -0
  1304. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_audio.svg +0 -0
  1305. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_audio_opened.svg +0 -0
  1306. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_aurelia.svg +0 -0
  1307. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_aurelia_opened.svg +0 -0
  1308. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_aws.svg +0 -0
  1309. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_aws_opened.svg +0 -0
  1310. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_azure.svg +0 -0
  1311. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_azure_opened.svg +0 -0
  1312. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_azurepipelines.svg +0 -0
  1313. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
  1314. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_binary.svg +0 -0
  1315. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_binary_opened.svg +0 -0
  1316. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_bloc.svg +0 -0
  1317. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_bloc_opened.svg +0 -0
  1318. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_blueprint.svg +0 -0
  1319. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_blueprint_opened.svg +0 -0
  1320. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_bot.svg +0 -0
  1321. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_bot_opened.svg +0 -0
  1322. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_bower.svg +0 -0
  1323. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_bower_opened.svg +0 -0
  1324. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_buildkite.svg +0 -0
  1325. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_buildkite_opened.svg +0 -0
  1326. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cake.svg +0 -0
  1327. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cake_opened.svg +0 -0
  1328. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_certificate.svg +0 -0
  1329. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_certificate_opened.svg +0 -0
  1330. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_changesets.svg +0 -0
  1331. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_changesets_opened.svg +0 -0
  1332. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_chef.svg +0 -0
  1333. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_chef_opened.svg +0 -0
  1334. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_circleci.svg +0 -0
  1335. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_circleci_opened.svg +0 -0
  1336. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cli.svg +0 -0
  1337. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cli_opened.svg +0 -0
  1338. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_client.svg +0 -0
  1339. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_client_opened.svg +0 -0
  1340. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cmake.svg +0 -0
  1341. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cmake_opened.svg +0 -0
  1342. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_common.svg +0 -0
  1343. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_common_opened.svg +0 -0
  1344. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_component.svg +0 -0
  1345. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_component_opened.svg +0 -0
  1346. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_composer.svg +0 -0
  1347. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_composer_opened.svg +0 -0
  1348. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_config.svg +0 -0
  1349. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_config_opened.svg +0 -0
  1350. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_controller.svg +0 -0
  1351. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_controller_opened.svg +0 -0
  1352. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_coverage.svg +0 -0
  1353. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_coverage_opened.svg +0 -0
  1354. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_css.svg +0 -0
  1355. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_css2.svg +0 -0
  1356. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_css2_opened.svg +0 -0
  1357. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_css_opened.svg +0 -0
  1358. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cubit.svg +0 -0
  1359. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cubit_opened.svg +0 -0
  1360. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cypress.svg +0 -0
  1361. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cypress_opened.svg +0 -0
  1362. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_dapr.svg +0 -0
  1363. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_dapr_opened.svg +0 -0
  1364. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_datadog.svg +0 -0
  1365. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_datadog_opened.svg +0 -0
  1366. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_db.svg +0 -0
  1367. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_db_opened.svg +0 -0
  1368. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_debian.svg +0 -0
  1369. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_debian_opened.svg +0 -0
  1370. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_dependabot.svg +0 -0
  1371. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_dependabot_opened.svg +0 -0
  1372. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_devcontainer.svg +0 -0
  1373. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_devcontainer_opened.svg +0 -0
  1374. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_dist.svg +0 -0
  1375. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_dist_opened.svg +0 -0
  1376. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_docker.svg +0 -0
  1377. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_docker_opened.svg +0 -0
  1378. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_docs.svg +0 -0
  1379. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_docs_opened.svg +0 -0
  1380. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_e2e.svg +0 -0
  1381. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_e2e_opened.svg +0 -0
  1382. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
  1383. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
  1384. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_electron.svg +0 -0
  1385. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_electron_opened.svg +0 -0
  1386. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_expo.svg +0 -0
  1387. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_expo_opened.svg +0 -0
  1388. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_favicon.svg +0 -0
  1389. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_favicon_opened.svg +0 -0
  1390. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_flow.svg +0 -0
  1391. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_flow_opened.svg +0 -0
  1392. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_fonts.svg +0 -0
  1393. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_fonts_opened.svg +0 -0
  1394. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_frontcommerce.svg +0 -0
  1395. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
  1396. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gcp.svg +0 -0
  1397. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gcp_opened.svg +0 -0
  1398. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_git.svg +0 -0
  1399. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_git_opened.svg +0 -0
  1400. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_github.svg +0 -0
  1401. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_github_opened.svg +0 -0
  1402. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gitlab.svg +0 -0
  1403. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gitlab_opened.svg +0 -0
  1404. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gradle.svg +0 -0
  1405. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gradle_opened.svg +0 -0
  1406. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_graphql.svg +0 -0
  1407. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_graphql_opened.svg +0 -0
  1408. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_grunt.svg +0 -0
  1409. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_grunt_opened.svg +0 -0
  1410. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gulp.svg +0 -0
  1411. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gulp_opened.svg +0 -0
  1412. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_haxelib.svg +0 -0
  1413. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_haxelib_opened.svg +0 -0
  1414. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_helper.svg +0 -0
  1415. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_helper_opened.svg +0 -0
  1416. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_hook.svg +0 -0
  1417. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_hook_opened.svg +0 -0
  1418. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_husky.svg +0 -0
  1419. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_husky_opened.svg +0 -0
  1420. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_idea.svg +0 -0
  1421. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_idea_opened.svg +0 -0
  1422. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_images.svg +0 -0
  1423. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_images_opened.svg +0 -0
  1424. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_include.svg +0 -0
  1425. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_include_opened.svg +0 -0
  1426. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_interfaces.svg +0 -0
  1427. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_interfaces_opened.svg +0 -0
  1428. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_ios.svg +0 -0
  1429. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_ios_opened.svg +0 -0
  1430. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_js.svg +0 -0
  1431. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_js_opened.svg +0 -0
  1432. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_json.svg +0 -0
  1433. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_json_official.svg +0 -0
  1434. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_json_official_opened.svg +0 -0
  1435. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_json_opened.svg +0 -0
  1436. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_kubernetes.svg +0 -0
  1437. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_kubernetes_opened.svg +0 -0
  1438. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_less.svg +0 -0
  1439. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_less_opened.svg +0 -0
  1440. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_library.svg +0 -0
  1441. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_library_opened.svg +0 -0
  1442. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_cypress.svg +0 -0
  1443. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_cypress_opened.svg +0 -0
  1444. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_electron.svg +0 -0
  1445. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_electron_opened.svg +0 -0
  1446. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_expo.svg +0 -0
  1447. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_expo_opened.svg +0 -0
  1448. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_fonts.svg +0 -0
  1449. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_fonts_opened.svg +0 -0
  1450. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_gradle.svg +0 -0
  1451. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_gradle_opened.svg +0 -0
  1452. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_meteor.svg +0 -0
  1453. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_meteor_opened.svg +0 -0
  1454. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_mypy.svg +0 -0
  1455. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_mypy_opened.svg +0 -0
  1456. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_mysql.svg +0 -0
  1457. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_mysql_opened.svg +0 -0
  1458. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_node.svg +0 -0
  1459. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_node_opened.svg +0 -0
  1460. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_redux.svg +0 -0
  1461. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_redux_opened.svg +0 -0
  1462. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_sass.svg +0 -0
  1463. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_sass_opened.svg +0 -0
  1464. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_linux.svg +0 -0
  1465. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_linux_opened.svg +0 -0
  1466. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_locale.svg +0 -0
  1467. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_locale_opened.svg +0 -0
  1468. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_log.svg +0 -0
  1469. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_log_opened.svg +0 -0
  1470. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_macos.svg +0 -0
  1471. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_macos_opened.svg +0 -0
  1472. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mariadb.svg +0 -0
  1473. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mariadb_opened.svg +0 -0
  1474. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_maven.svg +0 -0
  1475. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_maven_opened.svg +0 -0
  1476. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mediawiki.svg +0 -0
  1477. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mediawiki_opened.svg +0 -0
  1478. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_memcached.svg +0 -0
  1479. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_memcached_opened.svg +0 -0
  1480. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_meteor.svg +0 -0
  1481. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_meteor_opened.svg +0 -0
  1482. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_middleware.svg +0 -0
  1483. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_middleware_opened.svg +0 -0
  1484. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_minecraft.svg +0 -0
  1485. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_minecraft_opened.svg +0 -0
  1486. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_minikube.svg +0 -0
  1487. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_minikube_opened.svg +0 -0
  1488. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mjml.svg +0 -0
  1489. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mjml_opened.svg +0 -0
  1490. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mock.svg +0 -0
  1491. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mock_opened.svg +0 -0
  1492. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_model.svg +0 -0
  1493. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_model_opened.svg +0 -0
  1494. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_module.svg +0 -0
  1495. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_module_opened.svg +0 -0
  1496. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mojo.svg +0 -0
  1497. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mojo_opened.svg +0 -0
  1498. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mongodb.svg +0 -0
  1499. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mongodb_opened.svg +0 -0
  1500. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mypy.svg +0 -0
  1501. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mypy_opened.svg +0 -0
  1502. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mysql.svg +0 -0
  1503. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mysql_opened.svg +0 -0
  1504. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_netlify.svg +0 -0
  1505. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_netlify_opened.svg +0 -0
  1506. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_next.svg +0 -0
  1507. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_next_opened.svg +0 -0
  1508. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nginx.svg +0 -0
  1509. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nginx_opened.svg +0 -0
  1510. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nix.svg +0 -0
  1511. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nix_opened.svg +0 -0
  1512. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_node.svg +0 -0
  1513. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_node_opened.svg +0 -0
  1514. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_notebooks.svg +0 -0
  1515. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_notebooks_opened.svg +0 -0
  1516. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_notification.svg +0 -0
  1517. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_notification_opened.svg +0 -0
  1518. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nuget.svg +0 -0
  1519. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nuget_opened.svg +0 -0
  1520. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nuxt.svg +0 -0
  1521. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nuxt_opened.svg +0 -0
  1522. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_package.svg +0 -0
  1523. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_package_opened.svg +0 -0
  1524. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_paket.svg +0 -0
  1525. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_paket_opened.svg +0 -0
  1526. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_php.svg +0 -0
  1527. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_php_opened.svg +0 -0
  1528. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_platformio.svg +0 -0
  1529. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_platformio_opened.svg +0 -0
  1530. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_plugin.svg +0 -0
  1531. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_plugin_opened.svg +0 -0
  1532. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_prisma.svg +0 -0
  1533. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_prisma_opened.svg +0 -0
  1534. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_private.svg +0 -0
  1535. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_private_opened.svg +0 -0
  1536. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_public.svg +0 -0
  1537. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_public_opened.svg +0 -0
  1538. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_pytest.svg +0 -0
  1539. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_pytest_opened.svg +0 -0
  1540. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_python.svg +0 -0
  1541. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_python_opened.svg +0 -0
  1542. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_ravendb.svg +0 -0
  1543. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_ravendb_opened.svg +0 -0
  1544. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_redis.svg +0 -0
  1545. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_redis_opened.svg +0 -0
  1546. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_redux.svg +0 -0
  1547. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_redux_opened.svg +0 -0
  1548. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_route.svg +0 -0
  1549. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_route_opened.svg +0 -0
  1550. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_sass.svg +0 -0
  1551. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_sass_opened.svg +0 -0
  1552. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_script.svg +0 -0
  1553. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_script_opened.svg +0 -0
  1554. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_seedkit.svg +0 -0
  1555. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_seedkit_opened.svg +0 -0
  1556. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_server.svg +0 -0
  1557. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_server_opened.svg +0 -0
  1558. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_services.svg +0 -0
  1559. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_services_opened.svg +0 -0
  1560. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_shared.svg +0 -0
  1561. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_shared_opened.svg +0 -0
  1562. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_snaplet.svg +0 -0
  1563. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_snaplet_opened.svg +0 -0
  1564. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_spin.svg +0 -0
  1565. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_spin_opened.svg +0 -0
  1566. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_src.svg +0 -0
  1567. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_src_opened.svg +0 -0
  1568. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_sso.svg +0 -0
  1569. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_sso_opened.svg +0 -0
  1570. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_story.svg +0 -0
  1571. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_story_opened.svg +0 -0
  1572. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_style.svg +0 -0
  1573. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_style_opened.svg +0 -0
  1574. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_supabase.svg +0 -0
  1575. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_supabase_opened.svg +0 -0
  1576. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_svelte.svg +0 -0
  1577. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_svelte_opened.svg +0 -0
  1578. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_tauri.svg +0 -0
  1579. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_tauri_opened.svg +0 -0
  1580. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_temp.svg +0 -0
  1581. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_temp_opened.svg +0 -0
  1582. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_template.svg +0 -0
  1583. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_template_opened.svg +0 -0
  1584. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_test.svg +0 -0
  1585. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_test_opened.svg +0 -0
  1586. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_theme.svg +0 -0
  1587. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_theme_opened.svg +0 -0
  1588. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_tools.svg +0 -0
  1589. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_tools_opened.svg +0 -0
  1590. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_travis.svg +0 -0
  1591. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_travis_opened.svg +0 -0
  1592. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_trunk.svg +0 -0
  1593. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_trunk_opened.svg +0 -0
  1594. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_turbo.svg +0 -0
  1595. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_turbo_opened.svg +0 -0
  1596. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_typescript.svg +0 -0
  1597. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_typescript_opened.svg +0 -0
  1598. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_typings.svg +0 -0
  1599. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_typings2.svg +0 -0
  1600. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_typings2_opened.svg +0 -0
  1601. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_typings_opened.svg +0 -0
  1602. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vagrant.svg +0 -0
  1603. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vagrant_opened.svg +0 -0
  1604. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vercel.svg +0 -0
  1605. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vercel_opened.svg +0 -0
  1606. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_video.svg +0 -0
  1607. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_video_opened.svg +0 -0
  1608. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_view.svg +0 -0
  1609. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_view_opened.svg +0 -0
  1610. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vs.svg +0 -0
  1611. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vs2.svg +0 -0
  1612. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vs2_opened.svg +0 -0
  1613. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vs_opened.svg +0 -0
  1614. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode.svg +0 -0
  1615. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode2.svg +0 -0
  1616. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode2_opened.svg +0 -0
  1617. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode3.svg +0 -0
  1618. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode3_opened.svg +0 -0
  1619. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_opened.svg +0 -0
  1620. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_test.svg +0 -0
  1621. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_test2.svg +0 -0
  1622. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
  1623. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_test3.svg +0 -0
  1624. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
  1625. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_test_opened.svg +0 -0
  1626. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_webpack.svg +0 -0
  1627. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_webpack_opened.svg +0 -0
  1628. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_windows.svg +0 -0
  1629. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_windows_opened.svg +0 -0
  1630. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_wit.svg +0 -0
  1631. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_wit_opened.svg +0 -0
  1632. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_www.svg +0 -0
  1633. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_www_opened.svg +0 -0
  1634. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_yarn.svg +0 -0
  1635. /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_yarn_opened.svg +0 -0
  1636. /package/static/{a66f6c1 → 5480154}/fonts/FiraCode-VariableFont.ttf +0 -0
  1637. /package/static/{a66f6c1 → 5480154}/icons/add.svg +0 -0
  1638. /package/static/{a66f6c1 → 5480154}/icons/arrow-down.svg +0 -0
  1639. /package/static/{a66f6c1 → 5480154}/icons/arrow-left.svg +0 -0
  1640. /package/static/{a66f6c1 → 5480154}/icons/arrow-right.svg +0 -0
  1641. /package/static/{a66f6c1 → 5480154}/icons/arrow-up.svg +0 -0
  1642. /package/static/{a66f6c1 → 5480154}/icons/blank.svg +0 -0
  1643. /package/static/{a66f6c1 → 5480154}/icons/book.svg +0 -0
  1644. /package/static/{a66f6c1 → 5480154}/icons/case-sensitive.svg +0 -0
  1645. /package/static/{a66f6c1 → 5480154}/icons/check.svg +0 -0
  1646. /package/static/{a66f6c1 → 5480154}/icons/chevron-down.svg +0 -0
  1647. /package/static/{a66f6c1 → 5480154}/icons/chevron-left.svg +0 -0
  1648. /package/static/{a66f6c1 → 5480154}/icons/chevron-right.svg +0 -0
  1649. /package/static/{a66f6c1 → 5480154}/icons/chevron-up.svg +0 -0
  1650. /package/static/{a66f6c1 → 5480154}/icons/chrome-close.svg +0 -0
  1651. /package/static/{a66f6c1 → 5480154}/icons/chrome-maximize.svg +0 -0
  1652. /package/static/{a66f6c1 → 5480154}/icons/chrome-minimize.svg +0 -0
  1653. /package/static/{a66f6c1 → 5480154}/icons/chrome-restore.svg +0 -0
  1654. /package/static/{a66f6c1 → 5480154}/icons/circle-filled.svg +0 -0
  1655. /package/static/{a66f6c1 → 5480154}/icons/clear-all.svg +0 -0
  1656. /package/static/{a66f6c1 → 5480154}/icons/close.svg +0 -0
  1657. /package/static/{a66f6c1 → 5480154}/icons/cloud.svg +0 -0
  1658. /package/static/{a66f6c1 → 5480154}/icons/collapse-all.svg +0 -0
  1659. /package/static/{a66f6c1 → 5480154}/icons/debug-all.svg +0 -0
  1660. /package/static/{a66f6c1 → 5480154}/icons/debug-alt-2.svg +0 -0
  1661. /package/static/{a66f6c1 → 5480154}/icons/debug-alt-small.svg +0 -0
  1662. /package/static/{a66f6c1 → 5480154}/icons/debug-alt.svg +0 -0
  1663. /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
  1664. /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-conditional.svg +0 -0
  1665. /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-data-unverified.svg +0 -0
  1666. /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-data.svg +0 -0
  1667. /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-function-unverified.svg +0 -0
  1668. /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-function.svg +0 -0
  1669. /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-log-unverified.svg +0 -0
  1670. /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-log.svg +0 -0
  1671. /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-unsupported.svg +0 -0
  1672. /package/static/{a66f6c1 → 5480154}/icons/debug-console.svg +0 -0
  1673. /package/static/{a66f6c1 → 5480154}/icons/debug-continue-small.svg +0 -0
  1674. /package/static/{a66f6c1 → 5480154}/icons/debug-continue.svg +0 -0
  1675. /package/static/{a66f6c1 → 5480154}/icons/debug-coverage.svg +0 -0
  1676. /package/static/{a66f6c1 → 5480154}/icons/debug-disconnect.svg +0 -0
  1677. /package/static/{a66f6c1 → 5480154}/icons/debug-line-by-line.svg +0 -0
  1678. /package/static/{a66f6c1 → 5480154}/icons/debug-pause.svg +0 -0
  1679. /package/static/{a66f6c1 → 5480154}/icons/debug-rerun.svg +0 -0
  1680. /package/static/{a66f6c1 → 5480154}/icons/debug-restart-frame.svg +0 -0
  1681. /package/static/{a66f6c1 → 5480154}/icons/debug-restart.svg +0 -0
  1682. /package/static/{a66f6c1 → 5480154}/icons/debug-reverse-continue.svg +0 -0
  1683. /package/static/{a66f6c1 → 5480154}/icons/debug-stackframe-active.svg +0 -0
  1684. /package/static/{a66f6c1 → 5480154}/icons/debug-stackframe.svg +0 -0
  1685. /package/static/{a66f6c1 → 5480154}/icons/debug-start.svg +0 -0
  1686. /package/static/{a66f6c1 → 5480154}/icons/debug-step-back.svg +0 -0
  1687. /package/static/{a66f6c1 → 5480154}/icons/debug-step-into.svg +0 -0
  1688. /package/static/{a66f6c1 → 5480154}/icons/debug-step-out.svg +0 -0
  1689. /package/static/{a66f6c1 → 5480154}/icons/debug-step-over.svg +0 -0
  1690. /package/static/{a66f6c1 → 5480154}/icons/debug-stop.svg +0 -0
  1691. /package/static/{a66f6c1 → 5480154}/icons/debug.svg +0 -0
  1692. /package/static/{a66f6c1 → 5480154}/icons/discard.svg +0 -0
  1693. /package/static/{a66f6c1 → 5480154}/icons/edit.svg +0 -0
  1694. /package/static/{a66f6c1 → 5480154}/icons/ellipsis.svg +0 -0
  1695. /package/static/{a66f6c1 → 5480154}/icons/error.svg +0 -0
  1696. /package/static/{a66f6c1 → 5480154}/icons/exclude.svg +0 -0
  1697. /package/static/{a66f6c1 → 5480154}/icons/extensionDefaultIcon.png +0 -0
  1698. /package/static/{a66f6c1 → 5480154}/icons/extensions.svg +0 -0
  1699. /package/static/{a66f6c1 → 5480154}/icons/files.svg +0 -0
  1700. /package/static/{a66f6c1 → 5480154}/icons/filter.svg +0 -0
  1701. /package/static/{a66f6c1 → 5480154}/icons/go-to-file.svg +0 -0
  1702. /package/static/{a66f6c1 → 5480154}/icons/icon-close.svg +0 -0
  1703. /package/static/{a66f6c1 → 5480154}/icons/icon-source-control.svg +0 -0
  1704. /package/static/{a66f6c1 → 5480154}/icons/icon-sync.svg +0 -0
  1705. /package/static/{a66f6c1 → 5480154}/icons/icon.png +0 -0
  1706. /package/static/{a66f6c1 → 5480154}/icons/icon.svg +0 -0
  1707. /package/static/{a66f6c1 → 5480154}/icons/info.svg +0 -0
  1708. /package/static/{a66f6c1 → 5480154}/icons/language-icon.svg +0 -0
  1709. /package/static/{a66f6c1 → 5480154}/icons/link-external.svg +0 -0
  1710. /package/static/{a66f6c1 → 5480154}/icons/list-flat.svg +0 -0
  1711. /package/static/{a66f6c1 → 5480154}/icons/list-tree.svg +0 -0
  1712. /package/static/{a66f6c1 → 5480154}/icons/new-file.svg +0 -0
  1713. /package/static/{a66f6c1 → 5480154}/icons/new-folder.svg +0 -0
  1714. /package/static/{a66f6c1 → 5480154}/icons/newline.svg +0 -0
  1715. /package/static/{a66f6c1 → 5480154}/icons/open-preview.svg +0 -0
  1716. /package/static/{a66f6c1 → 5480154}/icons/play.svg +0 -0
  1717. /package/static/{a66f6c1 → 5480154}/icons/preserve-case.svg +0 -0
  1718. /package/static/{a66f6c1 → 5480154}/icons/progress.svg +0 -0
  1719. /package/static/{a66f6c1 → 5480154}/icons/pwa-icon-192.png +0 -0
  1720. /package/static/{a66f6c1 → 5480154}/icons/pwa-icon-512.png +0 -0
  1721. /package/static/{a66f6c1 → 5480154}/icons/record-keys.svg +0 -0
  1722. /package/static/{a66f6c1 → 5480154}/icons/refresh.svg +0 -0
  1723. /package/static/{a66f6c1 → 5480154}/icons/regex.svg +0 -0
  1724. /package/static/{a66f6c1 → 5480154}/icons/remove.svg +0 -0
  1725. /package/static/{a66f6c1 → 5480154}/icons/replace-all.svg +0 -0
  1726. /package/static/{a66f6c1 → 5480154}/icons/replace.svg +0 -0
  1727. /package/static/{a66f6c1 → 5480154}/icons/run-all.svg +0 -0
  1728. /package/static/{a66f6c1 → 5480154}/icons/search.svg +0 -0
  1729. /package/static/{a66f6c1 → 5480154}/icons/settings-gear.svg +0 -0
  1730. /package/static/{a66f6c1 → 5480154}/icons/sort-precedence.svg +0 -0
  1731. /package/static/{a66f6c1 → 5480154}/icons/source-control.svg +0 -0
  1732. /package/static/{a66f6c1 → 5480154}/icons/split-horizontal.svg +0 -0
  1733. /package/static/{a66f6c1 → 5480154}/icons/squiggly-error.svg +0 -0
  1734. /package/static/{a66f6c1 → 5480154}/icons/squiggly-warning.svg +0 -0
  1735. /package/static/{a66f6c1 → 5480154}/icons/symbol-array.svg +0 -0
  1736. /package/static/{a66f6c1 → 5480154}/icons/symbol-boolean.svg +0 -0
  1737. /package/static/{a66f6c1 → 5480154}/icons/symbol-class.svg +0 -0
  1738. /package/static/{a66f6c1 → 5480154}/icons/symbol-color.svg +0 -0
  1739. /package/static/{a66f6c1 → 5480154}/icons/symbol-constant.svg +0 -0
  1740. /package/static/{a66f6c1 → 5480154}/icons/symbol-enum-member.svg +0 -0
  1741. /package/static/{a66f6c1 → 5480154}/icons/symbol-enum.svg +0 -0
  1742. /package/static/{a66f6c1 → 5480154}/icons/symbol-event.svg +0 -0
  1743. /package/static/{a66f6c1 → 5480154}/icons/symbol-field.svg +0 -0
  1744. /package/static/{a66f6c1 → 5480154}/icons/symbol-file.svg +0 -0
  1745. /package/static/{a66f6c1 → 5480154}/icons/symbol-interface.svg +0 -0
  1746. /package/static/{a66f6c1 → 5480154}/icons/symbol-key.svg +0 -0
  1747. /package/static/{a66f6c1 → 5480154}/icons/symbol-keyword.svg +0 -0
  1748. /package/static/{a66f6c1 → 5480154}/icons/symbol-method.svg +0 -0
  1749. /package/static/{a66f6c1 → 5480154}/icons/symbol-misc.svg +0 -0
  1750. /package/static/{a66f6c1 → 5480154}/icons/symbol-namespace.svg +0 -0
  1751. /package/static/{a66f6c1 → 5480154}/icons/symbol-numeric.svg +0 -0
  1752. /package/static/{a66f6c1 → 5480154}/icons/symbol-operator.svg +0 -0
  1753. /package/static/{a66f6c1 → 5480154}/icons/symbol-parameter.svg +0 -0
  1754. /package/static/{a66f6c1 → 5480154}/icons/symbol-property.svg +0 -0
  1755. /package/static/{a66f6c1 → 5480154}/icons/symbol-ruler.svg +0 -0
  1756. /package/static/{a66f6c1 → 5480154}/icons/symbol-snippet.svg +0 -0
  1757. /package/static/{a66f6c1 → 5480154}/icons/symbol-string.svg +0 -0
  1758. /package/static/{a66f6c1 → 5480154}/icons/symbol-structure.svg +0 -0
  1759. /package/static/{a66f6c1 → 5480154}/icons/symbol-variable.svg +0 -0
  1760. /package/static/{a66f6c1 → 5480154}/icons/tag.svg +0 -0
  1761. /package/static/{a66f6c1 → 5480154}/icons/terminal-bash.svg +0 -0
  1762. /package/static/{a66f6c1 → 5480154}/icons/terminal.svg +0 -0
  1763. /package/static/{a66f6c1 → 5480154}/icons/theme-icon.png +0 -0
  1764. /package/static/{a66f6c1 → 5480154}/icons/trash.svg +0 -0
  1765. /package/static/{a66f6c1 → 5480154}/icons/triangle-down.svg +0 -0
  1766. /package/static/{a66f6c1 → 5480154}/icons/triangle-left.svg +0 -0
  1767. /package/static/{a66f6c1 → 5480154}/icons/triangle-right.svg +0 -0
  1768. /package/static/{a66f6c1 → 5480154}/icons/triangle-up.svg +0 -0
  1769. /package/static/{a66f6c1 → 5480154}/icons/warning.svg +0 -0
  1770. /package/static/{a66f6c1 → 5480154}/icons/whole-word.svg +0 -0
  1771. /package/static/{a66f6c1 → 5480154}/icons/zoom-in.svg +0 -0
  1772. /package/static/{a66f6c1 → 5480154}/icons/zoom-out.svg +0 -0
  1773. /package/static/{a66f6c1 → 5480154}/js/babel-parser.js +0 -0
  1774. /package/static/{a66f6c1 → 5480154}/js/blob-util.js +0 -0
  1775. /package/static/{a66f6c1 → 5480154}/js/ky.js +0 -0
  1776. /package/static/{a66f6c1 → 5480154}/js/lvce-editor-import-script.js +0 -0
  1777. /package/static/{a66f6c1 → 5480154}/js/lvce-editor-ipc.js +0 -0
  1778. /package/static/{a66f6c1 → 5480154}/js/lvce-editor-json-rpc.js +0 -0
  1779. /package/static/{a66f6c1 → 5480154}/js/lvce-editor-verror.js +0 -0
  1780. /package/static/{a66f6c1 → 5480154}/js/p-min-delay.js +0 -0
  1781. /package/static/{a66f6c1 → 5480154}/js/pretty-bytes.js +0 -0
  1782. /package/static/{a66f6c1 → 5480154}/js/preview-injected.js +0 -0
  1783. /package/static/{a66f6c1 → 5480154}/js/yoctodelay.js +0 -0
  1784. /package/static/{a66f6c1 → 5480154}/lib-css/termterm.css +0 -0
  1785. /package/static/{a66f6c1 → 5480154}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
  1786. /package/static/{a66f6c1 → 5480154}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
  1787. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
  1788. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
  1789. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
  1790. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
  1791. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
  1792. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
  1793. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
  1794. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
  1795. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
  1796. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
  1797. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
  1798. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
  1799. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
  1800. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
  1801. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
  1802. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
  1803. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
  1804. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
  1805. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
  1806. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
  1807. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
  1808. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
  1809. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
  1810. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
  1811. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
  1812. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
  1813. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
  1814. /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
  1815. /package/static/{a66f6c1 → 5480154}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
  1816. /package/static/{a66f6c1 → 5480154}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
  1817. /package/static/{a66f6c1 → 5480154}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
  1818. /package/static/{a66f6c1 → 5480154}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
  1819. /package/static/{a66f6c1 → 5480154}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
  1820. /package/static/{a66f6c1 → 5480154}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
  1821. /package/static/{a66f6c1 → 5480154}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
  1822. /package/static/{a66f6c1 → 5480154}/packages/renderer-process/LICENSE +0 -0
  1823. /package/static/{a66f6c1 → 5480154}/packages/renderer-process/README.md +0 -0
  1824. /package/static/{a66f6c1 → 5480154}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
  1825. /package/static/{a66f6c1 → 5480154}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
  1826. /package/static/{a66f6c1 → 5480154}/packages/test-worker/dist/testWorkerMain.js +0 -0
  1827. /package/static/{a66f6c1 → 5480154}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
  1828. /package/static/{a66f6c1 → 5480154}/playground/languages/index.cpp +0 -0
  1829. /package/static/{a66f6c1 → 5480154}/playground/languages/index.css +0 -0
  1830. /package/static/{a66f6c1 → 5480154}/playground/languages/index.csv +0 -0
  1831. /package/static/{a66f6c1 → 5480154}/playground/languages/index.dart +0 -0
  1832. /package/static/{a66f6c1 → 5480154}/playground/languages/index.env +0 -0
  1833. /package/static/{a66f6c1 → 5480154}/playground/languages/index.ex +0 -0
  1834. /package/static/{a66f6c1 → 5480154}/playground/languages/index.html +0 -0
  1835. /package/static/{a66f6c1 → 5480154}/playground/languages/index.java +0 -0
  1836. /package/static/{a66f6c1 → 5480154}/playground/languages/index.jl +0 -0
  1837. /package/static/{a66f6c1 → 5480154}/playground/languages/index.js +0 -0
  1838. /package/static/{a66f6c1 → 5480154}/playground/languages/index.json +0 -0
  1839. /package/static/{a66f6c1 → 5480154}/playground/languages/index.kt +0 -0
  1840. /package/static/{a66f6c1 → 5480154}/playground/languages/index.pl +0 -0
  1841. /package/static/{a66f6c1 → 5480154}/playground/languages/index.py +0 -0
  1842. /package/static/{a66f6c1 → 5480154}/playground/languages/index.ts +0 -0
  1843. /package/static/{a66f6c1 → 5480154}/playground/languages/scrolling.txt +0 -0
  1844. /package/static/{a66f6c1 → 5480154}/playground/languages/tsconfig.json +0 -0
  1845. /package/static/{a66f6c1 → 5480154}/playground/sample-folder/a.txt +0 -0
  1846. /package/static/{a66f6c1 → 5480154}/playground/sample-folder/b.txt +0 -0
  1847. /package/static/{a66f6c1 → 5480154}/playground/sample-folder/c.txt +0 -0
@@ -434,7 +434,7 @@ const IpcChildWithModuleWorkerAndMessagePort$1 = {
434
434
  };
435
435
 
436
436
  const Two = '2.0';
437
- const create$4$1 = (method, params) => {
437
+ const create$4 = (method, params) => {
438
438
  return {
439
439
  jsonrpc: Two,
440
440
  method,
@@ -448,7 +448,7 @@ const set$2 = (id, fn) => {
448
448
  const get$2 = id => {
449
449
  return callbacks[id];
450
450
  };
451
- const remove$2 = id => {
451
+ const remove$1 = id => {
452
452
  delete callbacks[id];
453
453
  };
454
454
  let id = 0;
@@ -625,7 +625,7 @@ const resolve = (id, response) => {
625
625
  return;
626
626
  }
627
627
  fn(response);
628
- remove$2(id);
628
+ remove$1(id);
629
629
  };
630
630
  const E_COMMAND_NOT_FOUND = 'E_COMMAND_NOT_FOUND';
631
631
  const getErrorType = prettyError => {
@@ -769,7 +769,7 @@ const invokeHelper = async (ipc, method, params, useSendAndTransfer) => {
769
769
  return unwrapJsonRpcResult(responseMessage);
770
770
  };
771
771
  const send = (transport, method, ...params) => {
772
- const message = create$4$1(method, params);
772
+ const message = create$4(method, params);
773
773
  transport.send(message);
774
774
  };
775
775
  const invoke$2 = (ipc, method, ...params) => {
@@ -780,7 +780,7 @@ const invokeAndTransfer = (ipc, method, ...params) => {
780
780
  };
781
781
 
782
782
  const commands = Object.create(null);
783
- const register = commandMap => {
783
+ const register$2 = commandMap => {
784
784
  Object.assign(commands, commandMap);
785
785
  };
786
786
  const getCommand = key => {
@@ -843,11 +843,11 @@ const listen$1 = async (module, options) => {
843
843
  const ipc = module.wrap(rawIpc);
844
844
  return ipc;
845
845
  };
846
- const create$4 = async ({
846
+ const create$3 = async ({
847
847
  commandMap
848
848
  }) => {
849
849
  // TODO create a commandMap per rpc instance
850
- register(commandMap);
850
+ register$2(commandMap);
851
851
  const ipc = await listen$1(IpcChildWithModuleWorkerAndMessagePort$1);
852
852
  handleIpc(ipc);
853
853
  const rpc = createRpc(ipc);
@@ -855,7 +855,7 @@ const create$4 = async ({
855
855
  };
856
856
  const WebWorkerRpcClient = {
857
857
  __proto__: null,
858
- create: create$4
858
+ create: create$3
859
859
  };
860
860
 
861
861
  const User = 1;
@@ -899,14 +899,14 @@ const warn = (...args) => {
899
899
  console.warn(...args);
900
900
  };
901
901
 
902
- const state$4 = {
902
+ const state$9 = {
903
903
  menuEntries: []
904
904
  };
905
905
  const getAll = () => {
906
- return state$4.menuEntries;
906
+ return state$9.menuEntries;
907
907
  };
908
908
  const add = menuEntries => {
909
- state$4.menuEntries = [...state$4.menuEntries, ...menuEntries];
909
+ state$9.menuEntries = [...state$9.menuEntries, ...menuEntries];
910
910
  };
911
911
 
912
912
  const Hide = 'hide';
@@ -937,6 +937,7 @@ const SelectColorTheme = 'Select Color Theme';
937
937
  const SelectToOpen = 'Select to open';
938
938
  const ShowAndRunCommands = 'Show And Run Commands';
939
939
  const TypeNameOfCommandToRun = 'Type the name of a command to run.';
940
+ const QuickOpen = 'Quick open';
940
941
 
941
942
  const noMatchingColorThemesFound = () => {
942
943
  return i18nString(NoMatchingColorThemesFound);
@@ -977,8 +978,11 @@ const noSymbolFound = () => {
977
978
  const noWorkspaceSymbolsFound = () => {
978
979
  return i18nString(NoWorkspaceSymbolsFound);
979
980
  };
981
+ const quickOpen = () => {
982
+ return i18nString(QuickOpen);
983
+ };
980
984
 
981
- const name$8 = 'command';
985
+ const name$b = 'command';
982
986
  const getPlaceholder$b = () => {
983
987
  return typeNameofCommandToRun();
984
988
  };
@@ -991,7 +995,7 @@ const helpEntries = () => {
991
995
  const getLabel$5 = () => {
992
996
  return '';
993
997
  };
994
- const getNoResults$a = () => {
998
+ const getNoResults$b = () => {
995
999
  return {
996
1000
  label: noMatchingResults()
997
1001
  };
@@ -1074,35 +1078,35 @@ const selectPick$b = async item => {
1074
1078
  }
1075
1079
  return selectPickBuiltin(item);
1076
1080
  };
1077
- const getFilterValue$a = value => {
1081
+ const getFilterValue$b = value => {
1078
1082
  return value;
1079
1083
  };
1080
- const getPickFilterValue$6 = pick => {
1084
+ const getPickFilterValue$9 = pick => {
1081
1085
  return pick.label;
1082
1086
  };
1083
- const getPickLabel$5 = pick => {
1087
+ const getPickLabel$8 = pick => {
1084
1088
  return pick.label;
1085
1089
  };
1086
- const getPickIcon$5 = () => {
1090
+ const getPickIcon$8 = () => {
1087
1091
  return '';
1088
1092
  };
1089
1093
 
1090
1094
  const QuickPickEntriesCommand = {
1091
1095
  __proto__: null,
1092
- getFilterValue: getFilterValue$a,
1096
+ getFilterValue: getFilterValue$b,
1093
1097
  getLabel: getLabel$5,
1094
- getNoResults: getNoResults$a,
1095
- getPickFilterValue: getPickFilterValue$6,
1096
- getPickIcon: getPickIcon$5,
1097
- getPickLabel: getPickLabel$5,
1098
+ getNoResults: getNoResults$b,
1099
+ getPickFilterValue: getPickFilterValue$9,
1100
+ getPickIcon: getPickIcon$8,
1101
+ getPickLabel: getPickLabel$8,
1098
1102
  getPicks: getPicks$b,
1099
1103
  getPlaceholder: getPlaceholder$b,
1100
1104
  helpEntries,
1101
- name: name$8,
1105
+ name: name$b,
1102
1106
  selectPick: selectPick$b
1103
1107
  };
1104
1108
 
1105
- const Directory$1 = 3;
1109
+ const Directory = 3;
1106
1110
  const File$2 = 7;
1107
1111
 
1108
1112
  const RE_PROTOCOL = /^([a-z-]+):\/\//;
@@ -1118,1275 +1122,483 @@ const openUri = async uri => {
1118
1122
  await invoke$1(/* Main.openUri */'Main.openUri', /* uri */uri);
1119
1123
  };
1120
1124
 
1121
- const Memfs = 'memfs';
1122
- const Html = 'html';
1123
- const Fetch = 'fetch';
1125
+ const state$8 = Object.create(null);
1126
+ const register$1 = modules => {
1127
+ Object.assign(state$8, modules);
1128
+ };
1129
+ const getModule = protocol => {
1130
+ return state$8[protocol];
1131
+ };
1124
1132
 
1125
- class FileNotFoundError extends Error {
1126
- constructor(uri) {
1127
- super(`File not found: ${uri}`);
1128
- this.code = 'ENOENT';
1129
- }
1130
- }
1133
+ const searchFile$5 = async (path, value, prepare, assetDir) => {
1134
+ const protocol = getProtocol(path);
1135
+ // TODO call different providers depending on protocol
1136
+ const fn = getModule(protocol);
1137
+ const result = await fn(path, value, prepare, assetDir);
1138
+ return result;
1139
+ };
1131
1140
 
1132
- const ApplicationJson = 'application/json';
1133
- const AudioMpeg = 'audio/mpeg';
1134
- const FontTtf = 'font/ttf';
1135
- const ImagePng = 'image/png';
1136
- const ImageSvgXml = 'image/svg+xml';
1137
- const TextCss = 'text/css';
1138
- const TextHtml = 'text/html';
1139
- const TextJavaScript = 'text/javascript';
1140
- const TextPlain = 'text/plain';
1141
- const VideoWebm = 'video/webm';
1142
-
1143
- const getMimeType = fileExtension => {
1144
- switch (fileExtension) {
1145
- case '.html':
1146
- return TextHtml;
1147
- case '.css':
1148
- return TextCss;
1149
- case '.ttf':
1150
- return FontTtf;
1151
- case '.js':
1152
- case '.mjs':
1153
- case '.ts':
1154
- return TextJavaScript;
1155
- case '.svg':
1156
- return ImageSvgXml;
1157
- case '.png':
1158
- return ImagePng;
1159
- case '.json':
1160
- case '.map':
1161
- return ApplicationJson;
1162
- case '.mp3':
1163
- return AudioMpeg;
1164
- case '.webm':
1165
- return VideoWebm;
1166
- case '.txt':
1167
- return TextPlain;
1168
- default:
1169
- return '';
1170
- }
1141
+ // TODO this should be in FileSystem module
1142
+ const pathBaseName = path => {
1143
+ return path.slice(path.lastIndexOf('/') + 1);
1171
1144
  };
1172
1145
 
1173
- const dirname = (pathSeparator, path) => {
1146
+ // TODO this should be in FileSystem module
1147
+ const pathDirName = path => {
1148
+ const pathSeparator = '/';
1174
1149
  const index = path.lastIndexOf(pathSeparator);
1175
- if (index === -1) {
1176
- return path;
1177
- }
1178
- return path.slice(0, index);
1179
- };
1180
- const extname = path => {
1181
- const index = path.lastIndexOf('.');
1182
1150
  if (index === -1) {
1183
1151
  return '';
1184
1152
  }
1185
- return path.slice(index);
1153
+ return path.slice(0, index);
1186
1154
  };
1187
1155
 
1188
- const getContentType = uri => {
1189
- const extension = extname(uri);
1190
- const mime = getMimeType(extension);
1191
- return mime;
1156
+ const searchFile$4 = async (path, value) => {
1157
+ const prepare = true;
1158
+ // @ts-ignore
1159
+ const files = await searchFile$5(/* path */path, /* searchTerm */value, prepare);
1160
+ return files;
1192
1161
  };
1193
-
1194
- const Slash$1 = '/';
1195
-
1196
- const Slash = Slash$1;
1197
-
1198
- // TODO move this to an extension?
1199
-
1200
- const state$3 = {
1201
- files: Object.create(null)
1162
+ const name$a = 'file';
1163
+ const getPlaceholder$a = () => {
1164
+ return '';
1202
1165
  };
1203
- const getDirent = uri => {
1204
- return state$3.files[uri];
1166
+ const getLabel$4 = () => {
1167
+ return files();
1205
1168
  };
1206
- const readFile$1 = uri => {
1207
- const dirent = getDirent(uri);
1208
- if (!dirent) {
1209
- throw new FileNotFoundError(uri);
1210
- }
1211
- if (dirent.type !== File$2) {
1212
- throw new Error('file is a directory');
1213
- }
1214
- return dirent.content;
1169
+
1170
+ // TODO help entries should not be here
1171
+ const getHelpEntries$a = () => {
1172
+ return [{
1173
+ description: goToFile(),
1174
+ category: 'global commands'
1175
+ }];
1215
1176
  };
1216
- const ensureParentDir = uri => {
1217
- const startIndex = 0;
1218
- let endIndex = uri.indexOf(Slash);
1219
- while (endIndex >= 0) {
1220
- const part = uri.slice(startIndex, endIndex + 1);
1221
- state$3.files[part] = {
1222
- type: Directory$1,
1223
- content: ''
1224
- };
1225
- endIndex = uri.indexOf(Slash, endIndex + 1);
1226
- }
1177
+ const getNoResults$a = () => {
1178
+ return {
1179
+ label: noMatchingResults()
1180
+ };
1227
1181
  };
1228
- const writeFile$1 = (uri, content) => {
1229
- const dirent = getDirent(uri);
1230
- if (dirent) {
1231
- dirent.content = content;
1232
- } else {
1233
- ensureParentDir(uri);
1234
- state$3.files[uri] = {
1235
- type: File$2,
1236
- content
1237
- };
1182
+ const getPicks$a = async searchValue => {
1183
+ // TODO cache workspace path
1184
+ const workspace = await invoke$1('Workspace.getPath');
1185
+ if (!workspace) {
1186
+ return [];
1238
1187
  }
1188
+ const files = await searchFile$4(workspace, searchValue);
1189
+ // const picks = files.map(toPick)
1190
+ return files;
1239
1191
  };
1240
- const mkdir$1 = uri => {
1241
- if (!uri.endsWith(Slash)) {
1242
- uri += Slash;
1192
+ const selectPick$a = async pick => {
1193
+ if (typeof pick === 'object') {
1194
+ pick = pick.pick;
1243
1195
  }
1244
- ensureParentDir(uri);
1245
- state$3.files[uri] = {
1246
- type: Directory$1,
1247
- content: ''
1196
+ const workspace = await invoke$1('Workspace.getPath');
1197
+ const absolutePath = `${workspace}/${pick}`;
1198
+ await openUri(absolutePath);
1199
+ return {
1200
+ command: Hide
1248
1201
  };
1249
1202
  };
1250
- const remove$1 = uri => {
1251
- const toDelete = [];
1252
- for (const key of Object.keys(state$3.files)) {
1253
- if (key.startsWith(uri)) {
1254
- toDelete.push(key);
1255
- }
1256
- }
1257
- for (const key of toDelete) {
1258
- delete state$3.files[key];
1259
- }
1203
+ const getFilterValue$a = value => {
1204
+ return value;
1260
1205
  };
1261
- const readDirWithFileTypes$1 = uri => {
1262
- if (!uri.endsWith(Slash)) {
1263
- uri += Slash;
1264
- }
1265
- const dirents = [];
1266
- for (const [key, value] of Object.entries(state$3.files)) {
1267
- if (key.startsWith(uri)) {
1268
- // @ts-ignore
1269
- switch (value.type) {
1270
- case Directory$1:
1271
- if (!key.slice(0, -1).includes(Slash, uri.length) && key !== `${uri}/` && key !== uri) {
1272
- dirents.push({
1273
- // @ts-ignore
1274
- type: value.type,
1275
- name: key.slice(uri.length, -1)
1276
- });
1277
- }
1278
- break;
1279
- case File$2:
1280
- if (!key.includes(Slash, uri.length + 1)) {
1281
- dirents.push({
1282
- // @ts-ignore
1283
- type: value.type,
1284
- name: key.slice(uri.length)
1285
- });
1286
- }
1287
- break;
1288
- }
1289
- }
1206
+ const getPickFilterValue$8 = pick => {
1207
+ if (typeof pick === 'object') {
1208
+ pick = pick.pick;
1290
1209
  }
1291
- return dirents;
1210
+ return pick;
1292
1211
  };
1293
- const getBlob$2 = (uri, type) => {
1294
- const content = readFile$1(uri);
1295
- const contentType = type || getContentType(uri);
1296
- const blob = new Blob([content], {
1297
- type: contentType
1298
- });
1299
- return blob;
1212
+ const getPickLabel$7 = pick => {
1213
+ if (typeof pick === 'object') {
1214
+ pick = pick.pick;
1215
+ }
1216
+ const baseName = pathBaseName(pick);
1217
+ return baseName;
1300
1218
  };
1301
- const getBlobUrl = (uri, type) => {
1302
- const blob = getBlob$2(uri, type);
1303
- const url = URL.createObjectURL(blob);
1304
- return url;
1219
+ const getPickDescription$8 = pick => {
1220
+ if (typeof pick === 'object') {
1221
+ pick = pick.pick;
1222
+ }
1223
+ const dirName = pathDirName(pick);
1224
+ return dirName;
1305
1225
  };
1306
- const chmod$1 = () => {
1307
- throw new Error('[memfs] chmod not implemented');
1226
+ const getPickIcon$7 = () => {
1227
+ return '';
1308
1228
  };
1309
- const getFiles = () => {
1310
- return state$3.files;
1229
+ const getPickFileIcon$2 = pick => {
1230
+ if (typeof pick === 'object') {
1231
+ pick = pick.pick;
1232
+ }
1233
+ if (typeof pick === 'object') {
1234
+ pick = pick.pick;
1235
+ }
1236
+ const baseName = pathBaseName(pick);
1237
+ return {
1238
+ type: File$2,
1239
+ name: baseName
1240
+ };
1311
1241
  };
1312
-
1313
- const searchFile$5 = async () => {
1314
- const files = await getFiles();
1315
- const keys = Object.keys(files);
1316
- return keys;
1242
+ const isPrepared$7 = () => {
1243
+ const workspace = '';
1244
+ // TODO protocol should always be defined. For files it should use file protocol
1245
+ const protocol = getProtocol(workspace);
1246
+ return !protocol;
1317
1247
  };
1318
1248
 
1319
- const SearchFileMemfs = {
1249
+ const QuickPickEntriesFile = {
1320
1250
  __proto__: null,
1321
- searchFile: searchFile$5
1251
+ getFilterValue: getFilterValue$a,
1252
+ getHelpEntries: getHelpEntries$a,
1253
+ getLabel: getLabel$4,
1254
+ getNoResults: getNoResults$a,
1255
+ getPickDescription: getPickDescription$8,
1256
+ getPickFileIcon: getPickFileIcon$2,
1257
+ getPickFilterValue: getPickFilterValue$8,
1258
+ getPickIcon: getPickIcon$7,
1259
+ getPickLabel: getPickLabel$7,
1260
+ getPicks: getPicks$a,
1261
+ getPlaceholder: getPlaceholder$a,
1262
+ isPrepared: isPrepared$7,
1263
+ name: name$a,
1264
+ selectPick: selectPick$a
1322
1265
  };
1323
1266
 
1324
- const assetDir = '/a66f6c1';
1325
-
1326
- const fileMapUrl = `${assetDir}/config/fileMap.json`;
1327
-
1328
- const getJson = async url => {
1329
- try {
1330
- const response = await fetch(url);
1331
- if (!response.ok) {
1332
- throw new Error(response.statusText);
1333
- }
1334
- const text = await response.json();
1335
- return text;
1336
- } catch (error) {
1337
- throw new VError(error, `Failed to request json for ${url}`);
1338
- }
1267
+ const execute = async (method, ...params) => {
1268
+ // TODO
1339
1269
  };
1340
1270
 
1341
- const removeLeadingSlash = path => {
1342
- if (path.startsWith('/')) {
1343
- return path.slice(1);
1344
- }
1345
- return path;
1271
+ const name$9 = 'goToLine';
1272
+ const getPlaceholder$9 = () => {
1273
+ return '';
1346
1274
  };
1347
-
1348
- // TODO simplify code
1349
- // 1. don't have playground prefix in fileMap json
1350
- // 2. remove code here that removes the prefix
1351
- const searchFile$4 = async path => {
1352
- const fileList = await getJson(fileMapUrl);
1353
- const result = fileList.map(removeLeadingSlash);
1354
- const prefixLength = path.length - 'file:///'.length;
1355
- const final = [];
1356
- for (const item of result) {
1357
- final.push(item.slice(prefixLength));
1358
- }
1359
- return final;
1275
+ const getHelpEntries$9 = () => {
1276
+ return [];
1277
+ };
1278
+ const getNoResults$9 = () => {
1279
+ return undefined;
1280
+ };
1281
+ const getPicks$9 = async () => {
1282
+ const picks = [{
1283
+ label: '1'
1284
+ }, {
1285
+ label: '2'
1286
+ }, {
1287
+ label: '3'
1288
+ }, {
1289
+ label: '4'
1290
+ }, {
1291
+ label: '5'
1292
+ }, {
1293
+ label: '6'
1294
+ }];
1295
+ return picks;
1296
+ };
1297
+ const selectPick$9 = async item => {
1298
+ const rowIndex = Number.parseInt(item.label);
1299
+ const position = {
1300
+ rowIndex,
1301
+ columnIndex: 5
1302
+ };
1303
+ await execute(/* EditorSetCursor.editorSetCursor */'TODO', /* position */position);
1304
+ // TODO put cursor onto that line
1305
+ return {
1306
+ command: Hide
1307
+ };
1308
+ };
1309
+ const getFilterValue$9 = value => {
1310
+ return value;
1360
1311
  };
1361
1312
 
1362
- const SearchFileFetch = {
1313
+ const QuickPickEntriesGoToLine = {
1363
1314
  __proto__: null,
1364
- searchFile: searchFile$4
1315
+ getFilterValue: getFilterValue$9,
1316
+ getHelpEntries: getHelpEntries$9,
1317
+ getNoResults: getNoResults$9,
1318
+ getPicks: getPicks$9,
1319
+ getPlaceholder: getPlaceholder$9,
1320
+ name: name$9,
1321
+ selectPick: selectPick$9
1365
1322
  };
1366
1323
 
1367
- const Directory = 'directory';
1368
- const File$1 = 'file';
1369
-
1370
- // based on https://github.com/microsoft/vscode/blob/c0769274fa136b45799edeccc0d0a2f645b75caf/src/vs/base/common/arrays.ts#L625 (License MIT)
1371
-
1372
- const fromAsync = async asyncIterable => {
1373
- const children = [];
1374
- for await (const value of asyncIterable) {
1375
- children.push(value);
1376
- }
1377
- return children;
1324
+ const name$8 = 'noop';
1325
+ const getPlaceholder$8 = () => {
1326
+ return '';
1378
1327
  };
1379
-
1380
- /**
1381
- * Do not use directly, use FileSystemHtml.getChildHandles
1382
- * instead which prompts for the required permission to
1383
- * retrieve the child handles
1384
- *
1385
- */
1386
-
1387
- const getChildHandles = async handle => {
1388
- // @ts-ignore
1389
- const handles = await fromAsync(handle.values());
1390
- return handles;
1328
+ const getHelpEntries$8 = () => {
1329
+ return [];
1391
1330
  };
1392
-
1393
- const instanceOfAny = (object, constructors) => constructors.some(c => object instanceof c);
1394
- let idbProxyableTypes;
1395
- let cursorAdvanceMethods;
1396
- // This is a function to prevent it throwing up in node environments.
1397
- function getIdbProxyableTypes() {
1398
- return idbProxyableTypes || (idbProxyableTypes = [IDBDatabase, IDBObjectStore, IDBIndex, IDBCursor, IDBTransaction]);
1399
- }
1400
- // This is a function to prevent it throwing up in node environments.
1401
- function getCursorAdvanceMethods() {
1402
- return cursorAdvanceMethods || (cursorAdvanceMethods = [IDBCursor.prototype.advance, IDBCursor.prototype.continue, IDBCursor.prototype.continuePrimaryKey]);
1403
- }
1404
- const transactionDoneMap = new WeakMap();
1405
- const transformCache = new WeakMap();
1406
- const reverseTransformCache = new WeakMap();
1407
- function promisifyRequest(request) {
1408
- const promise = new Promise((resolve, reject) => {
1409
- const unlisten = () => {
1410
- request.removeEventListener('success', success);
1411
- request.removeEventListener('error', error);
1412
- };
1413
- const success = () => {
1414
- resolve(wrap(request.result));
1415
- unlisten();
1416
- };
1417
- const error = () => {
1418
- reject(request.error);
1419
- unlisten();
1420
- };
1421
- request.addEventListener('success', success);
1422
- request.addEventListener('error', error);
1423
- });
1424
- // This mapping exists in reverseTransformCache but doesn't exist in transformCache. This
1425
- // is because we create many promises from a single IDBRequest.
1426
- reverseTransformCache.set(promise, request);
1427
- return promise;
1428
- }
1429
- function cacheDonePromiseForTransaction(tx) {
1430
- // Early bail if we've already created a done promise for this transaction.
1431
- if (transactionDoneMap.has(tx)) return;
1432
- const done = new Promise((resolve, reject) => {
1433
- const unlisten = () => {
1434
- tx.removeEventListener('complete', complete);
1435
- tx.removeEventListener('error', error);
1436
- tx.removeEventListener('abort', error);
1437
- };
1438
- const complete = () => {
1439
- resolve();
1440
- unlisten();
1441
- };
1442
- const error = () => {
1443
- reject(tx.error || new DOMException('AbortError', 'AbortError'));
1444
- unlisten();
1445
- };
1446
- tx.addEventListener('complete', complete);
1447
- tx.addEventListener('error', error);
1448
- tx.addEventListener('abort', error);
1449
- });
1450
- // Cache it for later retrieval.
1451
- transactionDoneMap.set(tx, done);
1452
- }
1453
- let idbProxyTraps = {
1454
- get(target, prop, receiver) {
1455
- if (target instanceof IDBTransaction) {
1456
- // Special handling for transaction.done.
1457
- if (prop === 'done') return transactionDoneMap.get(target);
1458
- // Make tx.store return the only store in the transaction, or undefined if there are many.
1459
- if (prop === 'store') {
1460
- return receiver.objectStoreNames[1] ? undefined : receiver.objectStore(receiver.objectStoreNames[0]);
1461
- }
1462
- }
1463
- // Else transform whatever we get back.
1464
- return wrap(target[prop]);
1465
- },
1466
- set(target, prop, value) {
1467
- target[prop] = value;
1468
- return true;
1469
- },
1470
- has(target, prop) {
1471
- if (target instanceof IDBTransaction && (prop === 'done' || prop === 'store')) {
1472
- return true;
1473
- }
1474
- return prop in target;
1475
- }
1331
+ const getNoResults$8 = () => {
1332
+ return noResults();
1476
1333
  };
1477
- function replaceTraps(callback) {
1478
- idbProxyTraps = callback(idbProxyTraps);
1479
- }
1480
- function wrapFunction(func) {
1481
- // Due to expected object equality (which is enforced by the caching in `wrap`), we
1482
- // only create one new func per func.
1483
- // Cursor methods are special, as the behaviour is a little more different to standard IDB. In
1484
- // IDB, you advance the cursor and wait for a new 'success' on the IDBRequest that gave you the
1485
- // cursor. It's kinda like a promise that can resolve with many values. That doesn't make sense
1486
- // with real promises, so each advance methods returns a new promise for the cursor object, or
1487
- // undefined if the end of the cursor has been reached.
1488
- if (getCursorAdvanceMethods().includes(func)) {
1489
- return function (...args) {
1490
- // Calling the original function with the proxy as 'this' causes ILLEGAL INVOCATION, so we use
1491
- // the original object.
1492
- func.apply(unwrap(this), args);
1493
- return wrap(this.request);
1494
- };
1495
- }
1496
- return function (...args) {
1497
- // Calling the original function with the proxy as 'this' causes ILLEGAL INVOCATION, so we use
1498
- // the original object.
1499
- return wrap(func.apply(unwrap(this), args));
1334
+ const getPicks$8 = async value => {
1335
+ return [];
1336
+ };
1337
+ const selectPick$8 = async item => {
1338
+ return {
1339
+ command: Hide
1500
1340
  };
1501
- }
1502
- function transformCachableValue(value) {
1503
- if (typeof value === 'function') return wrapFunction(value);
1504
- // This doesn't return, it just creates a 'done' promise for the transaction,
1505
- // which is later returned for transaction.done (see idbObjectHandler).
1506
- if (value instanceof IDBTransaction) cacheDonePromiseForTransaction(value);
1507
- if (instanceOfAny(value, getIdbProxyableTypes())) return new Proxy(value, idbProxyTraps);
1508
- // Return the same value back if we're not going to transform it.
1341
+ };
1342
+ const getFilterValue$8 = value => {
1509
1343
  return value;
1510
- }
1511
- function wrap(value) {
1512
- // We sometimes generate multiple promises from a single IDBRequest (eg when cursoring), because
1513
- // IDB is weird and a single IDBRequest can yield many responses, so these can't be cached.
1514
- if (value instanceof IDBRequest) return promisifyRequest(value);
1515
- // If we've already transformed this value before, reuse the transformed value.
1516
- // This is faster, but it also provides object equality.
1517
- if (transformCache.has(value)) return transformCache.get(value);
1518
- const newValue = transformCachableValue(value);
1519
- // Not all types are transformed.
1520
- // These may be primitive types, so they can't be WeakMap keys.
1521
- if (newValue !== value) {
1522
- transformCache.set(value, newValue);
1523
- reverseTransformCache.set(newValue, value);
1524
- }
1525
- return newValue;
1526
- }
1527
- const unwrap = value => reverseTransformCache.get(value);
1528
-
1529
- /**
1530
- * Open a database.
1531
- *
1532
- * @param name Name of the database.
1533
- * @param version Schema version.
1534
- * @param callbacks Additional callbacks.
1535
- */
1536
- function openDB(name, version, {
1537
- blocked,
1538
- upgrade,
1539
- blocking,
1540
- terminated
1541
- } = {}) {
1542
- const request = indexedDB.open(name, version);
1543
- const openPromise = wrap(request);
1544
- if (upgrade) {
1545
- request.addEventListener('upgradeneeded', event => {
1546
- upgrade(wrap(request.result), event.oldVersion, event.newVersion, wrap(request.transaction), event);
1547
- });
1548
- }
1549
- if (blocked) {
1550
- request.addEventListener('blocked', event => blocked(
1551
- // Casting due to https://github.com/microsoft/TypeScript-DOM-lib-generator/pull/1405
1552
- event.oldVersion, event.newVersion, event));
1553
- }
1554
- openPromise.then(db => {
1555
- if (terminated) db.addEventListener('close', () => terminated());
1556
- if (blocking) {
1557
- db.addEventListener('versionchange', event => blocking(event.oldVersion, event.newVersion, event));
1558
- }
1559
- }).catch(() => {});
1560
- return openPromise;
1561
- }
1562
- const readMethods = ['get', 'getKey', 'getAll', 'getAllKeys', 'count'];
1563
- const writeMethods = ['put', 'add', 'delete', 'clear'];
1564
- const cachedMethods = new Map();
1565
- function getMethod(target, prop) {
1566
- if (!(target instanceof IDBDatabase && !(prop in target) && typeof prop === 'string')) {
1567
- return;
1568
- }
1569
- if (cachedMethods.get(prop)) return cachedMethods.get(prop);
1570
- const targetFuncName = prop.replace(/FromIndex$/, '');
1571
- const useIndex = prop !== targetFuncName;
1572
- const isWrite = writeMethods.includes(targetFuncName);
1573
- if (
1574
- // Bail if the target doesn't exist on the target. Eg, getAll isn't in Edge.
1575
- !(targetFuncName in (useIndex ? IDBIndex : IDBObjectStore).prototype) || !(isWrite || readMethods.includes(targetFuncName))) {
1576
- return;
1577
- }
1578
- const method = async function (storeName, ...args) {
1579
- // isWrite ? 'readwrite' : undefined gzipps better, but fails in Edge :(
1580
- const tx = this.transaction(storeName, isWrite ? 'readwrite' : 'readonly');
1581
- let target = tx.store;
1582
- if (useIndex) target = target.index(args.shift());
1583
- // Must reject if op rejects.
1584
- // If it's a write operation, must reject if tx.done rejects.
1585
- // Must reject with op rejection first.
1586
- // Must resolve with op value.
1587
- // Must handle both promises (no unhandled rejections)
1588
- return (await Promise.all([target[targetFuncName](...args), isWrite && tx.done]))[0];
1589
- };
1590
- cachedMethods.set(prop, method);
1591
- return method;
1592
- }
1593
- replaceTraps(oldTraps => ({
1594
- ...oldTraps,
1595
- get: (target, prop, receiver) => getMethod(target, prop) || oldTraps.get(target, prop, receiver),
1596
- has: (target, prop) => !!getMethod(target, prop) || oldTraps.has(target, prop)
1597
- }));
1598
- const advanceMethodProps = ['continue', 'continuePrimaryKey', 'advance'];
1599
- const methodMap = {};
1600
- const advanceResults = new WeakMap();
1601
- const ittrProxiedCursorToOriginalProxy = new WeakMap();
1602
- const cursorIteratorTraps = {
1603
- get(target, prop) {
1604
- if (!advanceMethodProps.includes(prop)) return target[prop];
1605
- let cachedFunc = methodMap[prop];
1606
- if (!cachedFunc) {
1607
- cachedFunc = methodMap[prop] = function (...args) {
1608
- advanceResults.set(this, ittrProxiedCursorToOriginalProxy.get(this)[prop](...args));
1609
- };
1610
- }
1611
- return cachedFunc;
1612
- }
1613
- };
1614
- async function* iterate(...args) {
1615
- // tslint:disable-next-line:no-this-assignment
1616
- let cursor = this;
1617
- if (!(cursor instanceof IDBCursor)) {
1618
- cursor = await cursor.openCursor(...args);
1619
- }
1620
- if (!cursor) return;
1621
- cursor = cursor;
1622
- const proxiedCursor = new Proxy(cursor, cursorIteratorTraps);
1623
- ittrProxiedCursorToOriginalProxy.set(proxiedCursor, cursor);
1624
- // Map this double-proxy back to the original, so other cursor methods work.
1625
- reverseTransformCache.set(proxiedCursor, unwrap(cursor));
1626
- while (cursor) {
1627
- yield proxiedCursor;
1628
- // If one of the advancing methods was not called, call continue().
1629
- cursor = await (advanceResults.get(proxiedCursor) || cursor.continue());
1630
- advanceResults.delete(proxiedCursor);
1631
- }
1632
- }
1633
- function isIteratorProp(target, prop) {
1634
- return prop === Symbol.asyncIterator && instanceOfAny(target, [IDBIndex, IDBObjectStore, IDBCursor]) || prop === 'iterate' && instanceOfAny(target, [IDBIndex, IDBObjectStore]);
1635
- }
1636
- replaceTraps(oldTraps => ({
1637
- ...oldTraps,
1638
- get(target, prop, receiver) {
1639
- if (isIteratorProp(target, prop)) return iterate;
1640
- return oldTraps.get(target, prop, receiver);
1641
- },
1642
- has(target, prop) {
1643
- return isIteratorProp(target, prop) || oldTraps.has(target, prop);
1644
- }
1645
- }));
1344
+ };
1345
+ const getPickFilterValue$7 = pick => {
1346
+ return pick;
1347
+ };
1646
1348
 
1647
- const state$2 = {
1648
- dbVersion: 1};
1649
-
1650
- // TODO high memory usage in idb because of transactionDoneMap
1349
+ const QuickPickNoop = {
1350
+ __proto__: null,
1351
+ getFilterValue: getFilterValue$8,
1352
+ getHelpEntries: getHelpEntries$8,
1353
+ getNoResults: getNoResults$8,
1354
+ getPickFilterValue: getPickFilterValue$7,
1355
+ getPicks: getPicks$8,
1356
+ getPlaceholder: getPlaceholder$8,
1357
+ name: name$8,
1358
+ selectPick: selectPick$8
1359
+ };
1651
1360
 
1652
- const getHandleDb = async () => {
1653
- // @ts-ignore
1654
- const db = await openDB('handle', state$2.dbVersion, {
1655
- async upgrade(db) {
1656
- if (!db.objectStoreNames.contains('file-handles-store')) {
1657
- await db.createObjectStore('file-handles-store', {});
1658
- }
1659
- }
1660
- });
1661
- return db;
1361
+ const name$7 = 'symbol';
1362
+ const getPlaceholder$7 = () => {
1363
+ return '';
1364
+ };
1365
+ const getHelpEntries$7 = () => {
1366
+ return [];
1367
+ };
1368
+ const getNoResults$7 = () => {
1369
+ return {
1370
+ label: noSymbolFound()
1371
+ };
1372
+ };
1373
+ const getPicks$7 = async () => {
1374
+ const picks = [];
1375
+ return picks;
1376
+ };
1377
+ const selectPick$7 = async item => {
1378
+ return {
1379
+ command: Hide
1380
+ };
1381
+ };
1382
+ const getFilterValue$7 = value => {
1383
+ return value;
1384
+ };
1385
+ const state$7 = {};
1386
+ const getPickDescription$7 = value => {
1387
+ return '';
1388
+ };
1389
+ const isPrepared$6 = () => {
1390
+ return false;
1391
+ };
1392
+ const getPickFilterValue$6 = value => {
1393
+ return value;
1394
+ };
1395
+ const getPickLabel$6 = value => {
1396
+ return value;
1662
1397
  };
1663
- const getHandle$1 = async uri => {
1664
- const handleDb = await getHandleDb();
1665
- const handle = await handleDb.get('file-handles-store', uri);
1666
- return handle;
1398
+ const getPickIcon$6 = value => {
1399
+ return '';
1667
1400
  };
1668
1401
 
1669
- const getHandle = async uri => {
1670
- try {
1671
- // TODO retrieve handle from state or from indexeddb
1672
- // TODO if not found, throw error
1673
- const handle = await getHandle$1(uri);
1674
- return handle;
1675
- } catch (error) {
1676
- throw new VError(error, 'Failed to get handle');
1677
- }
1402
+ const QuickPickEntriesSymbol = {
1403
+ __proto__: null,
1404
+ getFilterValue: getFilterValue$7,
1405
+ getHelpEntries: getHelpEntries$7,
1406
+ getNoResults: getNoResults$7,
1407
+ getPickDescription: getPickDescription$7,
1408
+ getPickFilterValue: getPickFilterValue$6,
1409
+ getPickIcon: getPickIcon$6,
1410
+ getPickLabel: getPickLabel$6,
1411
+ getPicks: getPicks$7,
1412
+ getPlaceholder: getPlaceholder$7,
1413
+ isPrepared: isPrepared$6,
1414
+ name: name$7,
1415
+ selectPick: selectPick$7,
1416
+ state: state$7
1678
1417
  };
1679
1418
 
1680
- const getDirectoryHandle = async uri => {
1681
- const handle = await getHandle(uri);
1682
- if (handle) {
1683
- return handle;
1684
- }
1685
- const dirname$1 = dirname('/', uri);
1686
- if (uri === dirname$1) {
1687
- return undefined;
1688
- }
1689
- return getDirectoryHandle(dirname$1);
1419
+ // TODO probably not needed
1420
+
1421
+ const getPlaceholder$6 = () => {
1422
+ return typeNameofCommandToRun();
1690
1423
  };
1691
- const toIgnore = ['.git', 'node_modules', 'dist', 'dist2'];
1692
- const searchFilesRecursively = async (all, parent, handle) => {
1693
- const childHandles = await getChildHandles(handle);
1694
- const promises = [];
1695
- for (const childHandle of childHandles) {
1696
- if (toIgnore.includes(childHandle.name)) {
1697
- continue;
1698
- }
1699
- const absolutePath = parent + '/' + childHandle.name;
1700
- switch (childHandle.kind) {
1701
- case Directory:
1702
- promises.push(searchFilesRecursively(all, absolutePath, childHandle));
1703
- break;
1704
- case File$1:
1705
- all.push(absolutePath);
1706
- break;
1707
- }
1708
- }
1709
- await Promise.all(promises);
1424
+ const getHelpEntries$6 = () => {
1425
+ return undefined;
1710
1426
  };
1711
- const searchFile$3 = async uri => {
1712
- const path = uri.slice('html://'.length);
1713
- const handle = await getDirectoryHandle(path);
1714
- if (!handle) {
1715
- // @ts-ignore
1716
- throw new VError(`Folder not found ${uri}`);
1717
- }
1718
- const all = [];
1719
- await searchFilesRecursively(all, '', handle);
1720
- return all;
1427
+ const getPicks$6 = async () => {
1428
+ // const views = ViewService.getViews()
1429
+ // const picks = views.map(toPick)
1430
+ // return picks
1431
+ return [];
1432
+ };
1433
+ const selectPick$6 = async item => {
1434
+ // Command.execute(/* openView */ 549, /* viewName */ item.label)
1435
+ // return {
1436
+ // command: QuickPickReturnValue.Hide,
1437
+ // }
1438
+ };
1439
+ const getFilterValue$6 = value => {
1440
+ return value;
1441
+ };
1442
+ const getPickFilterValue$5 = value => {
1443
+ return value;
1444
+ };
1445
+ const getPickLabel$5 = value => {
1446
+ return value;
1447
+ };
1448
+ const getPickIcon$5 = value => {
1449
+ return '';
1450
+ };
1451
+ const state$6 = {};
1452
+ const getNoResults$6 = () => {
1453
+ return '';
1454
+ };
1455
+ const name$6 = '';
1456
+ const isPrepared$5 = () => {
1457
+ return true;
1458
+ };
1459
+ const getPickDescription$6 = () => {
1460
+ return '';
1721
1461
  };
1722
1462
 
1723
- const SearchFileHtml = {
1463
+ const QuickPickEntriesView = {
1724
1464
  __proto__: null,
1725
- searchFile: searchFile$3
1465
+ getFilterValue: getFilterValue$6,
1466
+ getHelpEntries: getHelpEntries$6,
1467
+ getNoResults: getNoResults$6,
1468
+ getPickDescription: getPickDescription$6,
1469
+ getPickFilterValue: getPickFilterValue$5,
1470
+ getPickIcon: getPickIcon$5,
1471
+ getPickLabel: getPickLabel$5,
1472
+ getPicks: getPicks$6,
1473
+ getPlaceholder: getPlaceholder$6,
1474
+ isPrepared: isPrepared$5,
1475
+ name: name$6,
1476
+ selectPick: selectPick$6,
1477
+ state: state$6
1726
1478
  };
1727
1479
 
1728
- const emptyMatches = [];
1729
-
1730
- const convertToPick = item => {
1480
+ const name$5 = 'workspace-symbol';
1481
+ const getPlaceholder$5 = () => {
1482
+ return '';
1483
+ };
1484
+ const getHelpEntries$5 = () => {
1485
+ return [];
1486
+ };
1487
+ const getNoResults$5 = () => {
1731
1488
  return {
1732
- pick: item,
1733
- matches: emptyMatches
1489
+ label: noWorkspaceSymbolsFound()
1490
+ };
1491
+ };
1492
+ const getPicks$5 = async () => {
1493
+ const picks = [];
1494
+ return picks;
1495
+ };
1496
+ const selectPick$5 = async item => {
1497
+ return {
1498
+ command: Hide
1734
1499
  };
1735
1500
  };
1501
+ const getFilterValue$5 = value => {
1502
+ return value;
1503
+ };
1736
1504
 
1737
- const Diagonal = 1;
1738
- const Left = 2;
1505
+ const QuickPickEntriesWorkspaceSymbol = {
1506
+ __proto__: null,
1507
+ getFilterValue: getFilterValue$5,
1508
+ getHelpEntries: getHelpEntries$5,
1509
+ getNoResults: getNoResults$5,
1510
+ getPicks: getPicks$5,
1511
+ getPlaceholder: getPlaceholder$5,
1512
+ name: name$5,
1513
+ selectPick: selectPick$5
1514
+ };
1739
1515
 
1740
- // based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
1516
+ const Command = '>';
1517
+ const Symbol$1 = '@';
1518
+ const WorkspaceSymbol$1 = '#';
1519
+ const GoToLine = ':';
1520
+ const View$1 = 'view ';
1521
+ const None$2 = '';
1741
1522
 
1742
- const createTable = size => {
1743
- const table = [];
1744
- for (let i = 0; i < size; i++) {
1745
- const row = new Uint8Array(size);
1746
- table.push(row);
1747
- }
1748
- return table;
1523
+ // TODO avoid global variable
1524
+
1525
+ const state$5 = {
1526
+ // providerId: PROVIDER_NOOP,
1527
+ provider: QuickPickNoop,
1528
+ prefix: 'string-that-should-never-match-another-string'
1749
1529
  };
1750
- const EmptyMatches = [];
1751
- const Dash = '-';
1752
- const Dot = '.';
1753
- const EmptyString = '';
1754
- const Space = ' ';
1755
- const Underline = '_';
1756
- const T = 't';
1757
- const isLowerCase = char => {
1758
- return char === char.toLowerCase();
1530
+
1531
+ /**
1532
+ * @type {string}
1533
+ */
1534
+ const name$4 = 'everything';
1535
+ const getPlaceholder$4 = () => {
1536
+ return state$5.provider.getPlaceholder();
1759
1537
  };
1760
- const isUpperCase = char => {
1761
- return char === char.toUpperCase();
1538
+ const getLabel$3 = () => {
1539
+ return '';
1762
1540
  };
1763
-
1764
- // based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
1765
- const isGap = (columnCharBefore, columnChar) => {
1766
- switch (columnCharBefore) {
1767
- case Dash:
1768
- case Underline:
1769
- case EmptyString:
1770
- case T:
1771
- case Space:
1772
- case Dot:
1773
- return true;
1541
+ const getHelpEntries$4 = () => {
1542
+ return state$5.provider.getHelpEntries();
1543
+ };
1544
+ const getNoResults$4 = () => {
1545
+ return state$5.provider.getNoResults();
1546
+ };
1547
+ const getPrefix = value => {
1548
+ if (value.startsWith(Command)) {
1549
+ return Command;
1774
1550
  }
1775
- if (isLowerCase(columnCharBefore) && isUpperCase(columnChar)) {
1776
- return true;
1551
+ if (value.startsWith(Symbol$1)) {
1552
+ return Symbol$1;
1777
1553
  }
1778
- return false;
1779
- };
1780
-
1781
- // based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
1782
- const getScore = (rowCharLow, rowChar, columnCharBefore, columnCharLow, columnChar, isDiagonalMatch) => {
1783
- if (rowCharLow !== columnCharLow) {
1784
- return -1;
1554
+ if (value.startsWith(WorkspaceSymbol$1)) {
1555
+ return WorkspaceSymbol$1;
1785
1556
  }
1786
- const isMatch = rowChar === columnChar;
1787
- if (isMatch) {
1788
- if (isDiagonalMatch) {
1789
- return 8;
1790
- }
1791
- if (isGap(columnCharBefore, columnChar)) {
1792
- return 8;
1793
- }
1794
- return 5;
1557
+ if (value.startsWith(GoToLine)) {
1558
+ return GoToLine;
1795
1559
  }
1796
- if (isGap(columnCharBefore, columnChar)) {
1797
- return 8;
1560
+ if (value.startsWith(View$1)) {
1561
+ return View$1;
1798
1562
  }
1799
- return 5;
1563
+ return None$2;
1800
1564
  };
1801
-
1802
- // based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
1803
-
1804
- const isPatternInWord = (patternLow, patternPos, patternLen, wordLow, wordPos, wordLen) => {
1805
- while (patternPos < patternLen && wordPos < wordLen) {
1806
- if (patternLow[patternPos] === wordLow[wordPos]) {
1807
- patternPos += 1;
1808
- }
1809
- wordPos += 1;
1810
- }
1811
- return patternPos === patternLen; // pattern must be exhausted
1812
- };
1813
-
1814
- // based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
1815
- const traceHighlights = (table, arrows, patternLength, wordLength) => {
1816
- let row = patternLength;
1817
- let column = wordLength;
1818
- const matches = [];
1819
- while (row >= 1 && column >= 1) {
1820
- const arrow = arrows[row][column];
1821
- if (arrow === Left) {
1822
- column--;
1823
- } else if (arrow === Diagonal) {
1824
- row--;
1825
- column--;
1826
- const start = column + 1;
1827
- while (row >= 1 && column >= 1) {
1828
- const arrow = arrows[row][column];
1829
- if (arrow === Left) {
1830
- break;
1831
- }
1832
- if (arrow === Diagonal) {
1833
- row--;
1834
- column--;
1835
- }
1836
- }
1837
- const end = column;
1838
- matches.unshift(end, start);
1839
- }
1840
- }
1841
- matches.unshift(table[patternLength][wordLength - 1]);
1842
- return matches;
1843
- };
1844
-
1845
- // based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
1846
- const gridSize = 128;
1847
- const table = createTable(gridSize);
1848
- const arrows = createTable(gridSize);
1849
- const fuzzySearch = (pattern, word) => {
1850
- const patternLength = Math.min(pattern.length, gridSize - 1);
1851
- const wordLength = Math.min(word.length, gridSize - 1);
1852
- const patternLower = pattern.toLowerCase();
1853
- const wordLower = word.toLowerCase();
1854
- if (!isPatternInWord(patternLower, 0, patternLength, wordLower, 0, wordLength)) {
1855
- return EmptyMatches;
1856
- }
1857
- let strongMatch = false;
1858
- for (let row = 1; row < patternLength + 1; row++) {
1859
- const rowChar = pattern[row - 1];
1860
- const rowCharLow = patternLower[row - 1];
1861
- for (let column = 1; column < wordLength + 1; column++) {
1862
- const columnChar = word[column - 1];
1863
- const columnCharLow = wordLower[column - 1];
1864
- const columnCharBefore = word[column - 2] || '';
1865
- const isDiagonalMatch = arrows[row - 1][column - 1] === Diagonal;
1866
- const score = getScore(rowCharLow, rowChar, columnCharBefore, columnCharLow, columnChar, isDiagonalMatch);
1867
- if (row === 1 && score > 5) {
1868
- strongMatch = true;
1869
- }
1870
- let diagonalScore = score + table[row - 1][column - 1];
1871
- if (isDiagonalMatch && score !== -1) {
1872
- diagonalScore += 2;
1873
- }
1874
- const leftScore = table[row][column - 1];
1875
- if (leftScore > diagonalScore) {
1876
- table[row][column] = leftScore;
1877
- arrows[row][column] = Left;
1878
- } else {
1879
- table[row][column] = diagonalScore;
1880
- arrows[row][column] = Diagonal;
1881
- }
1882
- }
1883
- }
1884
- if (!strongMatch) {
1885
- return EmptyMatches;
1886
- }
1887
- const highlights = traceHighlights(table, arrows, patternLength, wordLength);
1888
- return highlights;
1889
- };
1890
-
1891
- const filterQuickPickItem = (pattern, word) => {
1892
- const matches = fuzzySearch(pattern, word);
1893
- return matches;
1894
- };
1895
-
1896
- // TODO this should be in FileSystem module
1897
- const pathBaseName = path => {
1898
- return path.slice(path.lastIndexOf('/') + 1);
1899
- };
1900
-
1901
- // TODO this should be in FileSystem module
1902
- const pathDirName = path => {
1903
- const pathSeparator = '/';
1904
- const index = path.lastIndexOf(pathSeparator);
1905
- if (index === -1) {
1906
- return '';
1907
- }
1908
- return path.slice(0, index);
1909
- };
1910
-
1911
- const filterQuickPickItems = (items, value, provider) => {
1912
- if (!value) {
1913
- return items.map(convertToPick);
1914
- }
1915
- const results = [];
1916
- for (const item of items) {
1917
- let filterValue = '';
1918
- if (provider) {
1919
- filterValue = provider.getPickLabel(item);
1920
- } else {
1921
- filterValue = pathBaseName(item);
1922
- }
1923
- const matches = filterQuickPickItem(value, filterValue);
1924
- if (matches.length > 0) {
1925
- results.push({
1926
- pick: item,
1927
- matches
1928
- });
1929
- }
1930
- }
1931
- return results;
1932
- };
1933
-
1934
- const getFileSearchRipGrepArgs = () => {
1935
- const ripGrepArgs = ['--files', '--sort-files'];
1936
- return ripGrepArgs;
1937
- };
1938
-
1939
- const invoke = (method, ...params) => {
1940
- return invoke$1('SearchProcess.invoke', method, ...params);
1941
- };
1942
-
1943
- const splitLines = lines => {
1944
- if (!lines) {
1945
- return [];
1946
- }
1947
- return lines.split('\n');
1948
- };
1949
-
1950
- // TODO create direct connection from electron to file search worker using message ports
1951
-
1952
- const searchFile$2 = async (path, value, prepare) => {
1953
- const ripGrepArgs = getFileSearchRipGrepArgs();
1954
- const options = {
1955
- ripGrepArgs,
1956
- searchPath: path,
1957
- limit: 9_999_999
1958
- };
1959
- const stdout = await invoke('SearchFile.searchFile', options);
1960
- const lines = splitLines(stdout);
1961
- if (!prepare) {
1962
- return lines;
1963
- }
1964
- const filtered = filterQuickPickItems(lines, value);
1965
- return filtered;
1966
- };
1967
-
1968
- const SearchFileRipGrep = {
1969
- __proto__: null,
1970
- searchFile: searchFile$2
1971
- };
1972
-
1973
- const getModule = protocol => {
1974
- switch (protocol) {
1975
- case Memfs:
1976
- return SearchFileMemfs;
1977
- case Fetch:
1978
- return SearchFileFetch;
1979
- case Html:
1980
- return SearchFileHtml;
1981
- default:
1982
- return SearchFileRipGrep;
1983
- }
1984
- };
1985
-
1986
- const searchFile$1 = async (path, value, prepare, assetDir) => {
1987
- const protocol = getProtocol(path);
1988
- // TODO call different providers depending on protocol
1989
- const module = await getModule(protocol);
1990
- const result = await module.searchFile(path, value, prepare, assetDir);
1991
- return result;
1992
- };
1993
-
1994
- const searchFile = async (path, value) => {
1995
- const prepare = true;
1996
- // @ts-ignore
1997
- const files = await searchFile$1(/* path */path, /* searchTerm */value, prepare);
1998
- return files;
1999
- };
2000
- const name$7 = 'file';
2001
- const getPlaceholder$a = () => {
2002
- return '';
2003
- };
2004
- const getLabel$4 = () => {
2005
- return files();
2006
- };
2007
-
2008
- // TODO help entries should not be here
2009
- const getHelpEntries$9 = () => {
2010
- return [{
2011
- description: goToFile(),
2012
- category: 'global commands'
2013
- }];
2014
- };
2015
- const getNoResults$9 = () => {
2016
- return {
2017
- label: noMatchingResults()
2018
- };
2019
- };
2020
- const getPicks$a = async searchValue => {
2021
- // TODO cache workspace path
2022
- const workspace = await invoke$1('Workspace.getPath');
2023
- if (!workspace) {
2024
- return [];
2025
- }
2026
- const files = await searchFile(workspace, searchValue);
2027
- // const picks = files.map(toPick)
2028
- return files;
2029
- };
2030
- const selectPick$a = async pick => {
2031
- if (typeof pick === 'object') {
2032
- pick = pick.pick;
2033
- }
2034
- const workspace = await invoke$1('Workspace.getPath');
2035
- const absolutePath = `${workspace}/${pick}`;
2036
- await openUri(absolutePath);
2037
- return {
2038
- command: Hide
2039
- };
2040
- };
2041
- const getFilterValue$9 = value => {
2042
- return value;
2043
- };
2044
- const getPickFilterValue$5 = pick => {
2045
- if (typeof pick === 'object') {
2046
- pick = pick.pick;
2047
- }
2048
- return pick;
2049
- };
2050
- const getPickLabel$4 = pick => {
2051
- if (typeof pick === 'object') {
2052
- pick = pick.pick;
2053
- }
2054
- const baseName = pathBaseName(pick);
2055
- return baseName;
2056
- };
2057
- const getPickDescription$4 = pick => {
2058
- if (typeof pick === 'object') {
2059
- pick = pick.pick;
2060
- }
2061
- const dirName = pathDirName(pick);
2062
- return dirName;
2063
- };
2064
- const getPickIcon$4 = () => {
2065
- return '';
2066
- };
2067
- const getPickFileIcon$2 = pick => {
2068
- if (typeof pick === 'object') {
2069
- pick = pick.pick;
2070
- }
2071
- if (typeof pick === 'object') {
2072
- pick = pick.pick;
2073
- }
2074
- const baseName = pathBaseName(pick);
2075
- return {
2076
- type: File$2,
2077
- name: baseName
2078
- };
2079
- };
2080
- const isPrepared$1 = () => {
2081
- const workspace = '';
2082
- // TODO protocol should always be defined. For files it should use file protocol
2083
- const protocol = getProtocol(workspace);
2084
- return !protocol;
2085
- };
2086
-
2087
- const QuickPickEntriesFile = {
2088
- __proto__: null,
2089
- getFilterValue: getFilterValue$9,
2090
- getHelpEntries: getHelpEntries$9,
2091
- getLabel: getLabel$4,
2092
- getNoResults: getNoResults$9,
2093
- getPickDescription: getPickDescription$4,
2094
- getPickFileIcon: getPickFileIcon$2,
2095
- getPickFilterValue: getPickFilterValue$5,
2096
- getPickIcon: getPickIcon$4,
2097
- getPickLabel: getPickLabel$4,
2098
- getPicks: getPicks$a,
2099
- getPlaceholder: getPlaceholder$a,
2100
- isPrepared: isPrepared$1,
2101
- name: name$7,
2102
- selectPick: selectPick$a
2103
- };
2104
-
2105
- const execute = async (method, ...params) => {
2106
- // TODO
2107
- };
2108
-
2109
- const name$6 = 'goToLine';
2110
- const getPlaceholder$9 = () => {
2111
- return '';
2112
- };
2113
- const getHelpEntries$8 = () => {
2114
- return [];
2115
- };
2116
- const getNoResults$8 = () => {
2117
- return undefined;
2118
- };
2119
- const getPicks$9 = async () => {
2120
- const picks = [{
2121
- label: '1'
2122
- }, {
2123
- label: '2'
2124
- }, {
2125
- label: '3'
2126
- }, {
2127
- label: '4'
2128
- }, {
2129
- label: '5'
2130
- }, {
2131
- label: '6'
2132
- }];
2133
- return picks;
2134
- };
2135
- const selectPick$9 = async item => {
2136
- const rowIndex = Number.parseInt(item.label);
2137
- const position = {
2138
- rowIndex,
2139
- columnIndex: 5
2140
- };
2141
- await execute(/* EditorSetCursor.editorSetCursor */'TODO', /* position */position);
2142
- // TODO put cursor onto that line
2143
- return {
2144
- command: Hide
2145
- };
2146
- };
2147
- const getFilterValue$8 = value => {
2148
- return value;
2149
- };
2150
-
2151
- const QuickPickEntriesGoToLine = {
2152
- __proto__: null,
2153
- getFilterValue: getFilterValue$8,
2154
- getHelpEntries: getHelpEntries$8,
2155
- getNoResults: getNoResults$8,
2156
- getPicks: getPicks$9,
2157
- getPlaceholder: getPlaceholder$9,
2158
- name: name$6,
2159
- selectPick: selectPick$9
2160
- };
2161
-
2162
- const name$5 = 'noop';
2163
- const getPlaceholder$8 = () => {
2164
- return '';
2165
- };
2166
- const getHelpEntries$7 = () => {
2167
- return [];
2168
- };
2169
- const getNoResults$7 = () => {
2170
- return noResults();
2171
- };
2172
- const getPicks$8 = async value => {
2173
- return [];
2174
- };
2175
- const selectPick$8 = async item => {
2176
- return {
2177
- command: Hide
2178
- };
2179
- };
2180
- const getFilterValue$7 = value => {
2181
- return value;
2182
- };
2183
- const getPickFilterValue$4 = pick => {
2184
- return pick;
2185
- };
2186
-
2187
- const QuickPickNoop = {
2188
- __proto__: null,
2189
- getFilterValue: getFilterValue$7,
2190
- getHelpEntries: getHelpEntries$7,
2191
- getNoResults: getNoResults$7,
2192
- getPickFilterValue: getPickFilterValue$4,
2193
- getPicks: getPicks$8,
2194
- getPlaceholder: getPlaceholder$8,
2195
- name: name$5,
2196
- selectPick: selectPick$8
2197
- };
2198
-
2199
- const name$4 = 'symbol';
2200
- const getPlaceholder$7 = () => {
2201
- return '';
2202
- };
2203
- const getHelpEntries$6 = () => {
2204
- return [];
2205
- };
2206
- const getNoResults$6 = () => {
2207
- return {
2208
- label: noSymbolFound()
2209
- };
2210
- };
2211
- const getPicks$7 = async () => {
2212
- const picks = [];
2213
- return picks;
2214
- };
2215
- const selectPick$7 = async item => {
2216
- return {
2217
- command: Hide
2218
- };
2219
- };
2220
- const getFilterValue$6 = value => {
2221
- return value;
2222
- };
2223
-
2224
- const QuickPickEntriesSymbol = {
2225
- __proto__: null,
2226
- getFilterValue: getFilterValue$6,
2227
- getHelpEntries: getHelpEntries$6,
2228
- getNoResults: getNoResults$6,
2229
- getPicks: getPicks$7,
2230
- getPlaceholder: getPlaceholder$7,
2231
- name: name$4,
2232
- selectPick: selectPick$7
2233
- };
2234
-
2235
- // TODO probably not needed
2236
-
2237
- const getPlaceholder$6 = () => {
2238
- return typeNameofCommandToRun();
2239
- };
2240
- const getHelpEntries$5 = () => {
2241
- return undefined;
2242
- };
2243
- const getPicks$6 = async () => {
2244
- // const views = ViewService.getViews()
2245
- // const picks = views.map(toPick)
2246
- // return picks
2247
- return [];
2248
- };
2249
- const selectPick$6 = async item => {
2250
- // Command.execute(/* openView */ 549, /* viewName */ item.label)
2251
- // return {
2252
- // command: QuickPickReturnValue.Hide,
2253
- // }
2254
- };
2255
- const getFilterValue$5 = value => {
2256
- return value;
2257
- };
2258
-
2259
- const QuickPickEntriesView = {
2260
- __proto__: null,
2261
- getFilterValue: getFilterValue$5,
2262
- getHelpEntries: getHelpEntries$5,
2263
- getPicks: getPicks$6,
2264
- getPlaceholder: getPlaceholder$6,
2265
- selectPick: selectPick$6
2266
- };
2267
-
2268
- const name$3 = 'workspace-symbol';
2269
- const getPlaceholder$5 = () => {
2270
- return '';
2271
- };
2272
- const getHelpEntries$4 = () => {
2273
- return [];
2274
- };
2275
- const getNoResults$5 = () => {
2276
- return {
2277
- label: noWorkspaceSymbolsFound()
2278
- };
2279
- };
2280
- const getPicks$5 = async () => {
2281
- const picks = [];
2282
- return picks;
2283
- };
2284
- const selectPick$5 = async item => {
2285
- return {
2286
- command: Hide
2287
- };
2288
- };
2289
- const getFilterValue$4 = value => {
2290
- return value;
2291
- };
2292
-
2293
- const QuickPickEntriesWorkspaceSymbol = {
2294
- __proto__: null,
2295
- getFilterValue: getFilterValue$4,
2296
- getHelpEntries: getHelpEntries$4,
2297
- getNoResults: getNoResults$5,
2298
- getPicks: getPicks$5,
2299
- getPlaceholder: getPlaceholder$5,
2300
- name: name$3,
2301
- selectPick: selectPick$5
2302
- };
2303
-
2304
- const Command = '>';
2305
- const Symbol$2 = '@';
2306
- const WorkspaceSymbol$1 = '#';
2307
- const GoToLine = ':';
2308
- const View$1 = 'view ';
2309
- const None$2 = '';
2310
-
2311
- // TODO avoid global variable
2312
-
2313
- const state$1 = {
2314
- // providerId: PROVIDER_NOOP,
2315
- provider: QuickPickNoop,
2316
- prefix: 'string-that-should-never-match-another-string'
2317
- };
2318
-
2319
- /**
2320
- * @type {string}
2321
- */
2322
- const name$2 = 'everything';
2323
- const getPlaceholder$4 = () => {
2324
- return state$1.provider.getPlaceholder();
2325
- };
2326
- const getLabel$3 = () => {
2327
- return '';
2328
- };
2329
- const getHelpEntries$3 = () => {
2330
- return state$1.provider.getHelpEntries();
2331
- };
2332
- const getNoResults$4 = () => {
2333
- return state$1.provider.getNoResults();
2334
- };
2335
- const getPrefix = value => {
2336
- if (value.startsWith(Command)) {
2337
- return Command;
2338
- }
2339
- if (value.startsWith(Symbol$2)) {
2340
- return Symbol$2;
2341
- }
2342
- if (value.startsWith(WorkspaceSymbol$1)) {
2343
- return WorkspaceSymbol$1;
2344
- }
2345
- if (value.startsWith(GoToLine)) {
2346
- return GoToLine;
2347
- }
2348
- if (value.startsWith(View$1)) {
2349
- return View$1;
2350
- }
2351
- return None$2;
2352
- };
2353
- const getQuickPickProvider = prefix => {
2354
- // TODO could use enum for prefix
2355
- // TODO could use regex to extract prefix
2356
- // TODO or could check first letter char code (less comparisons)
2357
- switch (prefix) {
2358
- case Command:
2359
- return QuickPickEntriesCommand;
2360
- case Symbol$2:
2361
- return QuickPickEntriesSymbol;
2362
- case WorkspaceSymbol$1:
2363
- return QuickPickEntriesWorkspaceSymbol;
2364
- case GoToLine:
2365
- return QuickPickEntriesGoToLine;
2366
- case View$1:
2367
- return QuickPickEntriesView;
2368
- default:
2369
- return QuickPickEntriesFile;
1565
+ const getQuickPickProvider = prefix => {
1566
+ // TODO could use enum for prefix
1567
+ // TODO could use regex to extract prefix
1568
+ // TODO or could check first letter char code (less comparisons)
1569
+ switch (prefix) {
1570
+ case Command:
1571
+ return QuickPickEntriesCommand;
1572
+ case Symbol$1:
1573
+ return QuickPickEntriesSymbol;
1574
+ case WorkspaceSymbol$1:
1575
+ return QuickPickEntriesWorkspaceSymbol;
1576
+ case GoToLine:
1577
+ return QuickPickEntriesGoToLine;
1578
+ case View$1:
1579
+ return QuickPickEntriesView;
1580
+ default:
1581
+ return QuickPickEntriesFile;
2370
1582
  }
2371
1583
  };
2372
1584
  const getPicks$4 = async value => {
2373
1585
  const prefix = getPrefix(value);
2374
1586
 
2375
1587
  // TODO race condition
2376
- if (state$1.prefix !== prefix) {
2377
- state$1.prefix = prefix;
1588
+ if (state$5.prefix !== prefix) {
1589
+ state$5.prefix = prefix;
2378
1590
  // @ts-ignore
2379
- state$1.provider = await getQuickPickProvider(prefix);
1591
+ state$5.provider = await getQuickPickProvider(prefix);
2380
1592
  }
2381
1593
  // TODO this line is a bit duplicated with getFilterValue
2382
1594
  const slicedValue = value.slice(prefix.length).trimStart();
2383
- const picks = await state$1.provider.getPicks(slicedValue);
1595
+ const picks = await state$5.provider.getPicks(slicedValue);
2384
1596
  return picks;
2385
1597
  };
2386
1598
  const selectPick$4 = item => {
2387
1599
  const {
2388
1600
  provider
2389
- } = state$1;
1601
+ } = state$5;
2390
1602
  return provider.selectPick(item);
2391
1603
  };
2392
1604
  const openCommandPalette = () => {
@@ -2395,19 +1607,19 @@ const openCommandPalette = () => {
2395
1607
  const openView = () => {
2396
1608
  // show('view ')
2397
1609
  };
2398
- const getFilterValue$3 = value => {
2399
- return value.slice(state$1.prefix.length);
1610
+ const getFilterValue$4 = value => {
1611
+ return value.slice(state$5.prefix.length);
2400
1612
  };
2401
- const getPickFilterValue$3 = pick => {
1613
+ const getPickFilterValue$4 = pick => {
2402
1614
  const {
2403
1615
  provider
2404
- } = state$1;
1616
+ } = state$5;
2405
1617
  return provider.getPickFilterValue(pick);
2406
1618
  };
2407
- const getPickDescription$3 = pick => {
1619
+ const getPickDescription$5 = pick => {
2408
1620
  const {
2409
1621
  provider
2410
- } = state$1;
1622
+ } = state$5;
2411
1623
  // @ts-ignore
2412
1624
  if (provider.getPickDescription) {
2413
1625
  // @ts-ignore
@@ -2415,24 +1627,24 @@ const getPickDescription$3 = pick => {
2415
1627
  }
2416
1628
  return '';
2417
1629
  };
2418
- const getPickLabel$3 = pick => {
1630
+ const getPickLabel$4 = pick => {
2419
1631
  const {
2420
1632
  provider
2421
- } = state$1;
1633
+ } = state$5;
2422
1634
  // @ts-ignore
2423
1635
  return provider.getPickLabel(pick);
2424
1636
  };
2425
- const getPickIcon$3 = pick => {
1637
+ const getPickIcon$4 = pick => {
2426
1638
  const {
2427
1639
  provider
2428
- } = state$1;
1640
+ } = state$5;
2429
1641
  // @ts-ignore
2430
1642
  return provider.getPickIcon(pick);
2431
1643
  };
2432
1644
  const getPickFileIcon$1 = pick => {
2433
1645
  const {
2434
1646
  provider
2435
- } = state$1;
1647
+ } = state$5;
2436
1648
  // @ts-ignore
2437
1649
  if (provider.getPickFileIcon) {
2438
1650
  // @ts-ignore
@@ -2440,10 +1652,10 @@ const getPickFileIcon$1 = pick => {
2440
1652
  }
2441
1653
  return '';
2442
1654
  };
2443
- const isPrepared = () => {
1655
+ const isPrepared$4 = () => {
2444
1656
  const {
2445
1657
  provider
2446
- } = state$1;
1658
+ } = state$5;
2447
1659
  // @ts-ignore
2448
1660
  if (provider.isPrepared) {
2449
1661
  // @ts-ignore
@@ -2454,29 +1666,29 @@ const isPrepared = () => {
2454
1666
 
2455
1667
  const QuickPickEntriesEverything = {
2456
1668
  __proto__: null,
2457
- getFilterValue: getFilterValue$3,
2458
- getHelpEntries: getHelpEntries$3,
1669
+ getFilterValue: getFilterValue$4,
1670
+ getHelpEntries: getHelpEntries$4,
2459
1671
  getLabel: getLabel$3,
2460
1672
  getNoResults: getNoResults$4,
2461
- getPickDescription: getPickDescription$3,
1673
+ getPickDescription: getPickDescription$5,
2462
1674
  getPickFileIcon: getPickFileIcon$1,
2463
- getPickFilterValue: getPickFilterValue$3,
2464
- getPickIcon: getPickIcon$3,
2465
- getPickLabel: getPickLabel$3,
1675
+ getPickFilterValue: getPickFilterValue$4,
1676
+ getPickIcon: getPickIcon$4,
1677
+ getPickLabel: getPickLabel$4,
2466
1678
  getPicks: getPicks$4,
2467
1679
  getPlaceholder: getPlaceholder$4,
2468
- isPrepared,
2469
- name: name$2,
1680
+ isPrepared: isPrepared$4,
1681
+ name: name$4,
2470
1682
  openCommandPalette,
2471
1683
  openView,
2472
1684
  selectPick: selectPick$4,
2473
- state: state$1
1685
+ state: state$5
2474
1686
  };
2475
1687
 
2476
- const Default = 0;
1688
+ const Default$1 = 0;
2477
1689
  const Finished = 2;
2478
1690
 
2479
- const create$3 = () => {
1691
+ const create$2 = () => {
2480
1692
  const states = Object.create(null);
2481
1693
  return {
2482
1694
  get(uid) {
@@ -2487,16 +1699,20 @@ const create$3 = () => {
2487
1699
  oldState,
2488
1700
  newState
2489
1701
  };
1702
+ },
1703
+ remove(uid) {
1704
+ delete states[uid];
2490
1705
  }
2491
1706
  };
2492
1707
  };
2493
1708
 
2494
1709
  const {
2495
1710
  get,
2496
- set
2497
- } = create$3();
1711
+ set,
1712
+ remove
1713
+ } = create$2();
2498
1714
 
2499
- const create$2 = ({
1715
+ const create$1 = ({
2500
1716
  itemHeight,
2501
1717
  headerHeight = 0,
2502
1718
  minimumSliderSize = 20
@@ -2562,10 +1778,10 @@ const handleWheel = (state, deltaMode, deltaY) => {
2562
1778
  return setDeltaY(state, state.deltaY + deltaY);
2563
1779
  };
2564
1780
 
2565
- const create$1 = (uid, uri, listItemHeight, x, y, width, height, platform, args) => {
1781
+ const create = (uid, uri, listItemHeight, x, y, width, height, platform, args, renderAllItems) => {
2566
1782
  const state = {
2567
1783
  uid,
2568
- state: Default,
1784
+ state: Default$1,
2569
1785
  picks: [],
2570
1786
  recentPicks: [],
2571
1787
  recentPickIds: new Map(),
@@ -2581,7 +1797,7 @@ const create$1 = (uid, uri, listItemHeight, x, y, width, height, platform, args)
2581
1797
  height: 300,
2582
1798
  top: 50,
2583
1799
  width: 600,
2584
- ...create$2({
1800
+ ...create$1({
2585
1801
  itemHeight: listItemHeight,
2586
1802
  headerHeight: 30,
2587
1803
  minimumSliderSize: minimumSliderSize
@@ -2590,119 +1806,205 @@ const create$1 = (uid, uri, listItemHeight, x, y, width, height, platform, args)
2590
1806
  args,
2591
1807
  focused: false,
2592
1808
  platform,
2593
- value: ''
1809
+ value: '',
1810
+ renderAllItems
2594
1811
  };
2595
1812
  set(uid, state, state);
2596
1813
  };
2597
1814
 
2598
- const create = (uid, uri, listItemHeight, x, y, width, height, platform, args) => {
2599
- const state = {
2600
- uid,
2601
- state: Default,
2602
- picks: [],
2603
- recentPicks: [],
2604
- recentPickIds: new Map(),
2605
- // TODO use object.create(null) instead
2606
- versionId: 0,
2607
- provider: QuickPickEntriesEverything,
2608
- // TODO make this dynamic again
2609
- warned: [],
2610
- visiblePicks: [],
2611
- maxVisibleItems: 10,
2612
- uri,
2613
- cursorOffset: 0,
2614
- height: 300,
2615
- top: 50,
2616
- width: 600,
2617
- ...create$2({
2618
- itemHeight: listItemHeight,
2619
- headerHeight: 30,
2620
- minimumSliderSize: minimumSliderSize
2621
- }),
2622
- inputSource: User,
2623
- args,
2624
- focused: false,
2625
- platform,
2626
- value: ''
1815
+ const dispose = uid => {
1816
+ remove(uid);
1817
+ };
1818
+
1819
+ const emptyMatches = [];
1820
+
1821
+ const convertToPick = item => {
1822
+ return {
1823
+ pick: item,
1824
+ matches: emptyMatches
2627
1825
  };
2628
- set(uid, state, state);
2629
- return state;
2630
1826
  };
2631
1827
 
2632
- const getBlob$1 = async url => {
2633
- try {
2634
- const response = await fetch(url);
2635
- if (!response.ok) {
2636
- throw new Error(response.statusText);
1828
+ const Diagonal = 1;
1829
+ const Left = 2;
1830
+
1831
+ // based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
1832
+
1833
+ const createTable = size => {
1834
+ const table = [];
1835
+ for (let i = 0; i < size; i++) {
1836
+ const row = new Uint8Array(size);
1837
+ table.push(row);
1838
+ }
1839
+ return table;
1840
+ };
1841
+ const EmptyMatches = [];
1842
+ const Dash = '-';
1843
+ const Dot = '.';
1844
+ const EmptyString = '';
1845
+ const Space = ' ';
1846
+ const Underline = '_';
1847
+ const T = 't';
1848
+ const isLowerCase = char => {
1849
+ return char === char.toLowerCase();
1850
+ };
1851
+ const isUpperCase = char => {
1852
+ return char === char.toUpperCase();
1853
+ };
1854
+
1855
+ // based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
1856
+ const isGap = (columnCharBefore, columnChar) => {
1857
+ switch (columnCharBefore) {
1858
+ case Dash:
1859
+ case Underline:
1860
+ case EmptyString:
1861
+ case T:
1862
+ case Space:
1863
+ case Dot:
1864
+ return true;
1865
+ }
1866
+ if (isLowerCase(columnCharBefore) && isUpperCase(columnChar)) {
1867
+ return true;
1868
+ }
1869
+ return false;
1870
+ };
1871
+
1872
+ // based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
1873
+ const getScore = (rowCharLow, rowChar, columnCharBefore, columnCharLow, columnChar, isDiagonalMatch) => {
1874
+ if (rowCharLow !== columnCharLow) {
1875
+ return -1;
1876
+ }
1877
+ const isMatch = rowChar === columnChar;
1878
+ if (isMatch) {
1879
+ if (isDiagonalMatch) {
1880
+ return 8;
2637
1881
  }
2638
- const text = await response.blob();
2639
- return text;
2640
- } catch (error) {
2641
- throw new VError(error, `Failed to request blob for ${url}`);
1882
+ if (isGap(columnCharBefore, columnChar)) {
1883
+ return 8;
1884
+ }
1885
+ return 5;
1886
+ }
1887
+ if (isGap(columnCharBefore, columnChar)) {
1888
+ return 8;
2642
1889
  }
1890
+ return 5;
2643
1891
  };
2644
1892
 
2645
- const getText = async url => {
2646
- try {
2647
- const response = await fetch(url);
2648
- if (!response.ok) {
2649
- throw new Error(response.statusText);
1893
+ // based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
1894
+
1895
+ const isPatternInWord = (patternLow, patternPos, patternLen, wordLow, wordPos, wordLen) => {
1896
+ while (patternPos < patternLen && wordPos < wordLen) {
1897
+ if (patternLow[patternPos] === wordLow[wordPos]) {
1898
+ patternPos += 1;
1899
+ }
1900
+ wordPos += 1;
1901
+ }
1902
+ return patternPos === patternLen; // pattern must be exhausted
1903
+ };
1904
+
1905
+ // based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
1906
+ const traceHighlights = (table, arrows, patternLength, wordLength) => {
1907
+ let row = patternLength;
1908
+ let column = wordLength;
1909
+ const matches = [];
1910
+ while (row >= 1 && column >= 1) {
1911
+ const arrow = arrows[row][column];
1912
+ if (arrow === Left) {
1913
+ column--;
1914
+ } else if (arrow === Diagonal) {
1915
+ row--;
1916
+ column--;
1917
+ const start = column + 1;
1918
+ while (row >= 1 && column >= 1) {
1919
+ const arrow = arrows[row][column];
1920
+ if (arrow === Left) {
1921
+ break;
1922
+ }
1923
+ if (arrow === Diagonal) {
1924
+ row--;
1925
+ column--;
1926
+ }
1927
+ }
1928
+ const end = column;
1929
+ matches.unshift(end, start);
2650
1930
  }
2651
- const text = await response.text();
2652
- return text;
2653
- } catch (error) {
2654
- throw new VError(error, `Failed to request text for ${url}`);
2655
1931
  }
1932
+ matches.unshift(table[patternLength][wordLength - 1]);
1933
+ return matches;
2656
1934
  };
2657
1935
 
2658
- // TODO move all of this to an extension
2659
-
2660
- const readFile = async uri => {
2661
- const fetchUri = `${assetDir}${uri}`;
2662
- const text = await getText(fetchUri);
2663
- return text;
2664
- };
2665
- const writeFile = () => {
2666
- throw new Error('not implemented');
2667
- };
2668
- const mkdir = () => {
2669
- throw new Error('not implemented');
2670
- };
2671
- const remove = () => {
2672
- throw new Error('not implemented');
2673
- };
2674
- const readDirWithFileTypes = async uri => {
2675
- const fileList = await getJson(fileMapUrl);
2676
- const dirents = [];
2677
- for (const fileUri of fileList) {
2678
- if (fileUri.startsWith(uri)) {
2679
- const rest = fileUri.slice(uri.length + 1);
2680
- if (rest.includes(Slash)) {
2681
- const name = rest.slice(0, rest.indexOf(Slash));
2682
- if (dirents.some(dirent => dirent.name === name)) {
2683
- continue;
2684
- }
2685
- dirents.push({
2686
- type: Directory$1,
2687
- name
2688
- });
1936
+ // based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
1937
+ const gridSize = 128;
1938
+ const table = createTable(gridSize);
1939
+ const arrows = createTable(gridSize);
1940
+ const fuzzySearch = (pattern, word) => {
1941
+ const patternLength = Math.min(pattern.length, gridSize - 1);
1942
+ const wordLength = Math.min(word.length, gridSize - 1);
1943
+ const patternLower = pattern.toLowerCase();
1944
+ const wordLower = word.toLowerCase();
1945
+ if (!isPatternInWord(patternLower, 0, patternLength, wordLower, 0, wordLength)) {
1946
+ return EmptyMatches;
1947
+ }
1948
+ let strongMatch = false;
1949
+ for (let row = 1; row < patternLength + 1; row++) {
1950
+ const rowChar = pattern[row - 1];
1951
+ const rowCharLow = patternLower[row - 1];
1952
+ for (let column = 1; column < wordLength + 1; column++) {
1953
+ const columnChar = word[column - 1];
1954
+ const columnCharLow = wordLower[column - 1];
1955
+ const columnCharBefore = word[column - 2] || '';
1956
+ const isDiagonalMatch = arrows[row - 1][column - 1] === Diagonal;
1957
+ const score = getScore(rowCharLow, rowChar, columnCharBefore, columnCharLow, columnChar, isDiagonalMatch);
1958
+ if (row === 1 && score > 5) {
1959
+ strongMatch = true;
1960
+ }
1961
+ let diagonalScore = score + table[row - 1][column - 1];
1962
+ if (isDiagonalMatch && score !== -1) {
1963
+ diagonalScore += 2;
1964
+ }
1965
+ const leftScore = table[row][column - 1];
1966
+ if (leftScore > diagonalScore) {
1967
+ table[row][column] = leftScore;
1968
+ arrows[row][column] = Left;
2689
1969
  } else {
2690
- dirents.push({
2691
- type: File$2,
2692
- name: rest
2693
- });
1970
+ table[row][column] = diagonalScore;
1971
+ arrows[row][column] = Diagonal;
2694
1972
  }
2695
1973
  }
2696
1974
  }
2697
- return dirents;
1975
+ if (!strongMatch) {
1976
+ return EmptyMatches;
1977
+ }
1978
+ const highlights = traceHighlights(table, arrows, patternLength, wordLength);
1979
+ return highlights;
2698
1980
  };
2699
- const chmod = () => {
2700
- throw new Error('[memfs] chmod not implemented');
1981
+
1982
+ const filterQuickPickItem = (pattern, word) => {
1983
+ const matches = fuzzySearch(pattern, word);
1984
+ return matches;
2701
1985
  };
2702
- const getBlob = async (uri, type) => {
2703
- const fetchUri = `${assetDir}${uri}`;
2704
- const blob = getBlob$1(fetchUri);
2705
- return blob;
1986
+
1987
+ const filterQuickPickItems = (items, value, provider) => {
1988
+ if (!value) {
1989
+ return items.map(convertToPick);
1990
+ }
1991
+ const results = [];
1992
+ for (const item of items) {
1993
+ let filterValue = '';
1994
+ if (provider) {
1995
+ filterValue = provider.getPickLabel(item);
1996
+ } else {
1997
+ filterValue = pathBaseName(item);
1998
+ }
1999
+ const matches = filterQuickPickItem(value, filterValue);
2000
+ if (matches.length > 0) {
2001
+ results.push({
2002
+ pick: item,
2003
+ matches
2004
+ });
2005
+ }
2006
+ }
2007
+ return results;
2706
2008
  };
2707
2009
 
2708
2010
  const focusIndex = async (state, index) => {
@@ -2789,7 +2091,8 @@ const focusPrevious = state => {
2789
2091
  return focusIndex(state, previousIndex);
2790
2092
  };
2791
2093
 
2792
- const commandIds = ['handleBlur', 'handleClickAt', 'handleWheel', 'selectCurrentIndex', 'selectIndex', 'selectItem', 'focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusPrevious', 'setValue', 'handleInput', 'handleBeforeInput'];
2094
+ const commandIds = ['dispose', 'focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusPrevious', 'handleBeforeInput', 'handleBlur', 'handleClickAt', 'handleFocus', 'handleInput', 'handleWheel', 'renderEventListeners', 'selectCurrentIndex', 'selectIndex', 'selectItem', 'setValue'];
2095
+
2793
2096
  const getCommandIds = () => {
2794
2097
  return commandIds;
2795
2098
  };
@@ -3019,300 +2322,158 @@ const handleBeforeInput = (state, inputType, data, selectionStart, selectionEnd)
3019
2322
  return handleInput(state, newValue, cursorOffset, User);
3020
2323
  };
3021
2324
 
3022
- const closeWidget = async id => {
3023
- await invoke$1('Viewlet.closeWidget', id);
3024
- };
3025
-
3026
- const handleBlur = async state => {
3027
- await closeWidget(state.uid);
2325
+ const handleBlur$1 = async state => {
2326
+ // TODO fix virtual dom diffing so that input isn't destroyed and loses focus when rerendering
2327
+ // await CloseWidget.closeWidget(state.uid)
3028
2328
  return state;
3029
2329
  };
3030
-
3031
- const getPick = (items, index) => {
3032
- array(items);
3033
- number(index);
3034
- // if (index < state.recentPicks.length) {
3035
- // return state.recentPicks[index]
3036
- // }
3037
- // index -= state.recentPicks.length
3038
- if (index < items.length) {
3039
- return items[index].pick;
3040
- }
3041
- console.warn('no pick matching index', index);
3042
- };
3043
-
3044
- const selectIndex = async (state, index, button = /* left */0) => {
3045
- const {
3046
- minLineY,
3047
- provider,
3048
- items
3049
- } = state;
3050
- const actualIndex = index + minLineY;
3051
- const pick = getPick(items, actualIndex);
3052
- const selectPickResult = await provider.selectPick(pick, actualIndex, button);
3053
- object(selectPickResult);
3054
- string(selectPickResult.command);
3055
- const {
3056
- command
3057
- } = selectPickResult;
3058
- switch (command) {
3059
- case Hide:
3060
- await closeWidget(state.uid);
3061
- return state;
3062
- default:
3063
- return state;
3064
- }
3065
-
3066
- // TODO recent picks should be per provider
3067
- // if (!state.recentPickIds.has(pick.id)) {
3068
- // state.recentPicks.unshift(pick)
3069
- // state.recentPickIds.add(pick.id)
3070
- // }
3071
- // if (state.recentPicks.length > RECENT_PICKS_MAX_SIZE) {
3072
- // const last = state.recentPicks.pop()
3073
- // state.recentPickIds.delete(last.id)
3074
- // }
3075
- };
3076
-
3077
- const handleClickAt = (state, x, y) => {
3078
- const {
3079
- top,
3080
- headerHeight,
3081
- itemHeight
3082
- } = state;
3083
- const relativeY = y - top - headerHeight;
3084
- const index = Math.floor(relativeY / itemHeight);
3085
- return selectIndex(state, index);
3086
- };
3087
-
3088
- const getDefaultValue = uri => {
3089
- switch (uri) {
3090
- case 'quickPick://everything':
3091
- return '>';
3092
- default:
3093
- return '';
3094
- }
3095
- };
3096
-
3097
- const getColorThemeNames = async () => {
3098
- return invoke$1(/* Ajax.getJson */'ColorTheme.getColorThemeNames');
3099
- };
3100
-
3101
- const setColorTheme = id => {
3102
- return invoke$1(/* ColorTheme.setColorTheme */'ColorTheme.setColorTheme', /* colorThemeId */id);
3103
- };
3104
- const getPlaceholder$3 = () => {
3105
- return selectColorTheme();
3106
- };
3107
- const getLabel$2 = () => {
3108
- return selectColorTheme();
3109
- };
3110
- const getPicks$3 = async searchValue => {
3111
- const colorThemeNames = await getColorThemeNames();
3112
- return colorThemeNames;
3113
- };
3114
- const selectPick$3 = async pick => {
3115
- await setColorTheme(/* colorThemeId */pick);
3116
- return {
3117
- command: Hide
3118
- };
3119
- };
3120
- const focusPick = async pick => {
3121
- await setColorTheme(/* colorThemeId */pick);
3122
- };
3123
- const getFilterValue$2 = value => {
3124
- return value;
3125
- };
3126
- const getNoResults$3 = () => {
3127
- return {
3128
- label: noMatchingColorThemesFound()
3129
- };
3130
- };
3131
- const getPickFilterValue$2 = pick => {
3132
- return pick;
3133
- };
3134
- const getPickLabel$2 = pick => {
3135
- return pick;
3136
- };
3137
- const getPickIcon$2 = pick => {
3138
- return '';
3139
- };
3140
-
3141
- const QuickPickEntriesColorTheme = {
3142
- __proto__: null,
3143
- focusPick,
3144
- getFilterValue: getFilterValue$2,
3145
- getLabel: getLabel$2,
3146
- getNoResults: getNoResults$3,
3147
- getPickFilterValue: getPickFilterValue$2,
3148
- getPickIcon: getPickIcon$2,
3149
- getPickLabel: getPickLabel$2,
3150
- getPicks: getPicks$3,
3151
- getPlaceholder: getPlaceholder$3,
3152
- selectPick: selectPick$3,
3153
- setColorTheme
3154
- };
3155
-
3156
- const Tag$1 = 'Tag';
3157
- const Cloud$1 = 'Cloud';
3158
- const SourceControl$1 = 'SourceControl';
3159
- const None$1 = '';
3160
-
3161
- const SourceControl = 1;
3162
- const Cloud = 2;
3163
- const Tag = 3;
3164
-
3165
- const name$1 = 'custom';
3166
- const state = {
3167
- args: []
3168
- };
3169
- const setArgs = args => {
3170
- state.args = args;
3171
- };
3172
- const getPlaceholder$2 = () => {
3173
- return '';
3174
- };
3175
- const getLabel$1 = () => {
3176
- return 'Custom';
3177
- };
3178
-
3179
- // TODO help entries should not be here
3180
- const getHelpEntries$2 = () => {
3181
- return [];
3182
- };
3183
- const getNoResults$2 = () => {
3184
- return {
3185
- label: noMatchingResults()
3186
- };
3187
- };
3188
- const getPicks$2 = async searchValue => {
3189
- const items = state.args[1] || [];
3190
- return items;
3191
- };
3192
- const selectPick$2 = async pick => {
3193
- const {
3194
- args
3195
- } = state;
3196
- const resolve = args[2];
3197
- resolve(pick);
3198
- return {
3199
- command: Hide
3200
- };
3201
- };
3202
- const getFilterValue$1 = value => {
3203
- return value;
3204
- };
3205
- const getPickFilterValue$1 = pick => {
3206
- return pick;
3207
- };
3208
- const getPickLabel$1 = pick => {
3209
- return pick.label;
2330
+
2331
+ const closeWidget = async id => {
2332
+ await invoke$1('Viewlet.closeWidget', id);
3210
2333
  };
3211
- const getPickDescription$2 = pick => {
3212
- return pick.description || '';
2334
+
2335
+ const getPick = (items, index) => {
2336
+ array(items);
2337
+ number(index);
2338
+ // if (index < state.recentPicks.length) {
2339
+ // return state.recentPicks[index]
2340
+ // }
2341
+ // index -= state.recentPicks.length
2342
+ if (index < items.length) {
2343
+ return items[index].pick;
2344
+ }
2345
+ console.warn('no pick matching index', index);
3213
2346
  };
3214
- const convertIcon = icon => {
3215
- switch (icon) {
3216
- case SourceControl:
3217
- return SourceControl$1;
3218
- case Cloud:
3219
- return Cloud$1;
3220
- case Tag:
3221
- return Tag$1;
2347
+
2348
+ const selectIndex = async (state, index, button = /* left */0) => {
2349
+ const {
2350
+ minLineY,
2351
+ provider,
2352
+ items
2353
+ } = state;
2354
+ const actualIndex = index + minLineY;
2355
+ const pick = getPick(items, actualIndex);
2356
+ const selectPickResult = await provider.selectPick(pick, actualIndex, button);
2357
+ object(selectPickResult);
2358
+ string(selectPickResult.command);
2359
+ const {
2360
+ command
2361
+ } = selectPickResult;
2362
+ switch (command) {
2363
+ case Hide:
2364
+ await closeWidget(state.uid);
2365
+ return state;
3222
2366
  default:
3223
- return None$1;
2367
+ return state;
3224
2368
  }
2369
+
2370
+ // TODO recent picks should be per provider
2371
+ // if (!state.recentPickIds.has(pick.id)) {
2372
+ // state.recentPicks.unshift(pick)
2373
+ // state.recentPickIds.add(pick.id)
2374
+ // }
2375
+ // if (state.recentPicks.length > RECENT_PICKS_MAX_SIZE) {
2376
+ // const last = state.recentPicks.pop()
2377
+ // state.recentPickIds.delete(last.id)
2378
+ // }
3225
2379
  };
3226
- const getPickIcon$1 = pick => {
3227
- return convertIcon(pick.icon);
2380
+
2381
+ const handleClickAt = (state, x, y) => {
2382
+ const {
2383
+ top,
2384
+ headerHeight,
2385
+ itemHeight
2386
+ } = state;
2387
+ const relativeY = y - top - headerHeight;
2388
+ const index = Math.floor(relativeY / itemHeight);
2389
+ return selectIndex(state, index);
3228
2390
  };
3229
2391
 
3230
- const QuickPickEntriesCustom = {
3231
- __proto__: null,
3232
- getFilterValue: getFilterValue$1,
3233
- getHelpEntries: getHelpEntries$2,
3234
- getLabel: getLabel$1,
3235
- getNoResults: getNoResults$2,
3236
- getPickDescription: getPickDescription$2,
3237
- getPickFilterValue: getPickFilterValue$1,
3238
- getPickIcon: getPickIcon$1,
3239
- getPickLabel: getPickLabel$1,
3240
- getPicks: getPicks$2,
3241
- getPlaceholder: getPlaceholder$2,
3242
- name: name$1,
3243
- selectPick: selectPick$2,
3244
- setArgs,
3245
- state
2392
+ const setFocus = async focusKey => {
2393
+ await invoke$1('Focus.setFocus', focusKey);
3246
2394
  };
3247
2395
 
3248
- const name = 'number';
3249
- const getPlaceholder$1 = () => {
3250
- return '';
2396
+ const handleBlur = async state => {
2397
+ // TODO fix virtual dom diffing so that input isn't destroyed and loses focus when rerendering
2398
+ await setFocus(FocusQuickPickInput);
2399
+ // await CloseWidget.closeWidget(state.uid)
2400
+ return state;
3251
2401
  };
3252
- const getHelpEntries$1 = () => {
3253
- return [];
2402
+
2403
+ const getDefaultValue = uri => {
2404
+ switch (uri) {
2405
+ case 'quickPick://everything':
2406
+ return '>';
2407
+ default:
2408
+ return '';
2409
+ }
3254
2410
  };
3255
- const getNoResults$1 = () => {
3256
- return {
3257
- label: noMatchingResults()
3258
- };
2411
+
2412
+ const state$4 = Object.create(null);
2413
+ const register = modules => {
2414
+ Object.assign(state$4, modules);
3259
2415
  };
3260
- const getPicks$1 = async () => {
3261
- const picks = [{
3262
- label: '1'
3263
- }, {
3264
- label: '2'
3265
- }, {
3266
- label: '3'
3267
- }, {
3268
- label: '4'
3269
- }, {
3270
- label: '5'
3271
- }, {
3272
- label: '6'
3273
- }, {
3274
- label: '7'
3275
- }, {
3276
- label: '8'
3277
- }, {
3278
- label: '9'
3279
- }, {
3280
- label: '10'
3281
- }];
3282
- return picks;
2416
+ const load = moduleId => {
2417
+ const module = state$4[moduleId];
2418
+ if (!module) {
2419
+ throw new Error(`unknown module "${moduleId}"`);
2420
+ }
2421
+ return module;
3283
2422
  };
3284
- const selectPick$1 = async item => {
2423
+
2424
+ const loadContent = async state => {
2425
+ const {
2426
+ uri,
2427
+ args
2428
+ } = state;
2429
+ const value = getDefaultValue(uri);
2430
+ const provider = load(uri);
2431
+ // @ts-ignore
2432
+ if (provider.setArgs) {
2433
+ // @ts-ignore
2434
+ provider.setArgs(args);
2435
+ }
2436
+ const newPicks = await provider.getPicks(value);
2437
+ array(newPicks);
2438
+ // @ts-ignore
2439
+ const filterValue = provider.getFilterValue(value);
2440
+ const items = filterQuickPickItems(newPicks, filterValue, provider);
2441
+ // @ts-ignore
2442
+ provider.getLabel();
2443
+ const minLineY = 0;
2444
+ const maxLineY = Math.min(minLineY + state.maxVisibleItems, newPicks.length);
3285
2445
  return {
3286
- command: Hide
2446
+ ...state,
2447
+ picks: newPicks,
2448
+ items,
2449
+ focusedIndex: 0,
2450
+ state: Finished,
2451
+ minLineY,
2452
+ maxLineY,
2453
+ value,
2454
+ cursorOffset: value.length,
2455
+ provider,
2456
+ inputSource: Script,
2457
+ focused: true
3287
2458
  };
3288
2459
  };
3289
2460
 
3290
- const QuickPickEntriesNumber = {
3291
- __proto__: null,
3292
- getHelpEntries: getHelpEntries$1,
3293
- getNoResults: getNoResults$1,
3294
- getPicks: getPicks$1,
3295
- getPlaceholder: getPlaceholder$1,
3296
- name,
3297
- selectPick: selectPick$1
3298
- };
3299
-
3300
2461
  const getRecentlyOpened = () => {
3301
2462
  return invoke$1(/* RecentlyOpened.getRecentlyOpened */'RecentlyOpened.getRecentlyOpened');
3302
2463
  };
3303
2464
  const openWorkspaceFolder = uri => {
3304
2465
  return invoke$1(/* Workspace.setPath */'Workspace.setPath', /* path */uri);
3305
2466
  };
3306
- const getPlaceholder = () => {
2467
+ const getPlaceholder$3 = () => {
3307
2468
  return selectToOpen();
3308
2469
  };
3309
- const getLabel = () => {
2470
+ const getLabel$2 = () => {
3310
2471
  return openRecent();
3311
2472
  };
3312
- const getHelpEntries = () => {
2473
+ const getHelpEntries$3 = () => {
3313
2474
  return [];
3314
2475
  };
3315
- const getNoResults = () => {
2476
+ const getNoResults$3 = () => {
3316
2477
  return {
3317
2478
  label: noRecentlyOpenedFoldersFound()
3318
2479
  };
@@ -3323,32 +2484,32 @@ const getNoResults = () => {
3323
2484
  // This would make the code more module since the code for getting the picks
3324
2485
  // would be more independent of the specific data format of the quickpick provider
3325
2486
 
3326
- const getPicks = async () => {
2487
+ const getPicks$3 = async () => {
3327
2488
  const recentlyOpened = await getRecentlyOpened();
3328
2489
  return recentlyOpened;
3329
2490
  };
3330
2491
 
3331
2492
  // TODO selectPick should be independent of show/hide
3332
- const selectPick = async pick => {
2493
+ const selectPick$3 = async pick => {
3333
2494
  const path = pick;
3334
2495
  await openWorkspaceFolder(path);
3335
2496
  return {
3336
2497
  command: Hide
3337
2498
  };
3338
2499
  };
3339
- const getFilterValue = value => {
2500
+ const getFilterValue$3 = value => {
3340
2501
  return pathBaseName(value);
3341
2502
  };
3342
- const getPickFilterValue = pick => {
2503
+ const getPickFilterValue$3 = pick => {
3343
2504
  return pathBaseName(pick);
3344
2505
  };
3345
- const getPickLabel = pick => {
2506
+ const getPickLabel$3 = pick => {
3346
2507
  return pathBaseName(pick);
3347
2508
  };
3348
- const getPickDescription$1 = pick => {
2509
+ const getPickDescription$4 = pick => {
3349
2510
  return pathDirName(pick);
3350
2511
  };
3351
- const getPickIcon = () => {
2512
+ const getPickIcon$3 = () => {
3352
2513
  return '';
3353
2514
  };
3354
2515
  const getPickFileIcon = pick => {
@@ -3359,101 +2520,47 @@ const getPickFileIcon = pick => {
3359
2520
  pick = pick.pick;
3360
2521
  }
3361
2522
  return {
3362
- type: Directory$1,
2523
+ type: Directory,
3363
2524
  name: pick
3364
2525
  };
3365
2526
  };
2527
+ const state$3 = {};
2528
+ const isPrepared$3 = () => {
2529
+ return false;
2530
+ };
2531
+ const name$3 = '';
3366
2532
 
3367
2533
  const QuickPickEntriesOpenRecent = {
3368
2534
  __proto__: null,
3369
- getFilterValue,
3370
- getHelpEntries,
3371
- getLabel,
3372
- getNoResults,
3373
- getPickDescription: getPickDescription$1,
3374
- getPickFileIcon,
3375
- getPickFilterValue,
3376
- getPickIcon,
3377
- getPickLabel,
3378
- getPicks,
3379
- getPlaceholder,
3380
- selectPick
3381
- };
3382
-
3383
- const CommandPalette = 'quickPick://commandPalette';
3384
- const Commands = 'quickPick://commands';
3385
- const File = 'quickPick://file';
3386
- const EveryThing = 'quickPick://everything';
3387
- const Number$1 = 'quickPick://number';
3388
- const Recent = 'quickPick://recent';
3389
- const ColorTheme = 'quickPick://color-theme';
3390
- const Symbol$1 = 'quickPick://symbol';
3391
- const View = 'quickPick://view';
3392
- const WorkspaceSymbol = 'quickPick://workspace-symbol';
3393
- const Custom = 'quickPick://custom';
3394
-
3395
- const load = moduleId => {
3396
- switch (moduleId) {
3397
- case CommandPalette:
3398
- case Commands:
3399
- case File:
3400
- case EveryThing:
3401
- case WorkspaceSymbol:
3402
- return QuickPickEntriesEverything;
3403
- case Number$1:
3404
- return QuickPickEntriesNumber;
3405
- case Recent:
3406
- return QuickPickEntriesOpenRecent;
3407
- case ColorTheme:
3408
- return QuickPickEntriesColorTheme;
3409
- case Symbol$1:
3410
- return QuickPickEntriesSymbol;
3411
- case View:
3412
- return QuickPickEntriesView;
3413
- case Custom:
3414
- return QuickPickEntriesCustom;
3415
- default:
3416
- throw new Error(`unknown module "${moduleId}"`);
3417
- }
3418
- };
3419
-
3420
- const loadContent = async state => {
3421
- const {
3422
- uri,
3423
- args
3424
- } = state;
3425
- const value = getDefaultValue(uri);
3426
- const provider = await load(uri);
3427
- // @ts-ignore
3428
- if (provider.setArgs) {
3429
- // @ts-ignore
3430
- provider.setArgs(args);
3431
- }
3432
- const newPicks = await provider.getPicks(value);
3433
- array(newPicks);
3434
- // @ts-ignore
3435
- const filterValue = provider.getFilterValue(value);
3436
- const items = filterQuickPickItems(newPicks, filterValue, provider);
3437
- // @ts-ignore
3438
- provider.getLabel();
3439
- const minLineY = 0;
3440
- const maxLineY = Math.min(minLineY + state.maxVisibleItems, newPicks.length);
3441
- return {
3442
- ...state,
3443
- picks: newPicks,
3444
- items,
3445
- focusedIndex: 0,
3446
- state: Finished,
3447
- minLineY,
3448
- maxLineY,
3449
- value,
3450
- cursorOffset: value.length,
3451
- provider,
3452
- inputSource: Script,
3453
- focused: true
3454
- };
2535
+ getFilterValue: getFilterValue$3,
2536
+ getHelpEntries: getHelpEntries$3,
2537
+ getLabel: getLabel$2,
2538
+ getNoResults: getNoResults$3,
2539
+ getPickDescription: getPickDescription$4,
2540
+ getPickFileIcon,
2541
+ getPickFilterValue: getPickFilterValue$3,
2542
+ getPickIcon: getPickIcon$3,
2543
+ getPickLabel: getPickLabel$3,
2544
+ getPicks: getPicks$3,
2545
+ getPlaceholder: getPlaceholder$3,
2546
+ isPrepared: isPrepared$3,
2547
+ name: name$3,
2548
+ selectPick: selectPick$3,
2549
+ state: state$3
3455
2550
  };
3456
2551
 
2552
+ const CommandPalette = 'quickPick://commandPalette';
2553
+ const Commands = 'quickPick://commands';
2554
+ const File$1 = 'quickPick://file';
2555
+ const EveryThing = 'quickPick://everything';
2556
+ const Number$1 = 'quickPick://number';
2557
+ const Recent = 'quickPick://recent';
2558
+ const ColorTheme = 'quickPick://color-theme';
2559
+ const Symbol = 'quickPick://symbol';
2560
+ const View = 'quickPick://view';
2561
+ const WorkspaceSymbol = 'quickPick://workspace-symbol';
2562
+ const Custom = 'quickPick://custom';
2563
+
3457
2564
  const loadQuickPickEntries = moduleId => {
3458
2565
  switch (moduleId) {
3459
2566
  case Recent:
@@ -3491,7 +2598,7 @@ const requestFileIcons = async requests => {
3491
2598
  return Promise.all(promises);
3492
2599
  };
3493
2600
 
3494
- const getPickDescription = (provider, pick) => {
2601
+ const getPickDescription$3 = (provider, pick) => {
3495
2602
  if (provider.getPickDescription) {
3496
2603
  return provider.getPickDescription(pick);
3497
2604
  }
@@ -3508,7 +2615,7 @@ const getVisible = async (provider, items, minLineY, maxLineY, focusedIndex) =>
3508
2615
  const item = items[i];
3509
2616
  const pick = item.pick;
3510
2617
  const label = provider.getPickLabel(pick);
3511
- const description = getPickDescription(provider, pick);
2618
+ const description = getPickDescription$3(provider, pick);
3512
2619
  const icon = provider.getPickIcon(pick);
3513
2620
  const fileIcon = icons[iconIndex++];
3514
2621
  visibleItems.push({
@@ -3540,7 +2647,8 @@ const createQuickPickViewModel = async (oldState, newState) => {
3540
2647
  height,
3541
2648
  oldFocusedIndex,
3542
2649
  newFocusedIndex,
3543
- uid: newState.uid
2650
+ uid: newState.uid,
2651
+ renderAllItems: newState.renderAllItems
3544
2652
  };
3545
2653
  };
3546
2654
 
@@ -3551,332 +2659,879 @@ const RenderCursorOffset = 7;
3551
2659
  const RenderFocusedIndex = 8;
3552
2660
  const Height = 9;
3553
2661
 
3554
- const SetCursorOffset = 'setCursorOffset';
3555
- const SetFocusedIndex = 'setFocusedIndex';
3556
- const SetItemsHeight = 'setItemsHeight';
3557
- const SetValue = 'setValue';
2662
+ const SetCursorOffset = 'setCursorOffset';
2663
+ const SetFocusedIndex = 'setFocusedIndex';
2664
+ const SetItemsHeight = 'setItemsHeight';
2665
+ const SetValue = 'setValue';
2666
+
2667
+ const renderCursorOffset = newState => {
2668
+ return ['Viewlet.send', newState.uid, /* method */SetCursorOffset, /* cursorOffset */newState.cursorOffset];
2669
+ };
2670
+
2671
+ const QuickPickInput = 'QuickPickInput';
2672
+
2673
+ const renderFocus = newState => {
2674
+ if (newState.renderAllItems) {
2675
+ return ['Viewlet.focusElementByName', QuickPickInput];
2676
+ }
2677
+ const selector = newState.focused ? '.InputBox' : '';
2678
+ return ['Viewlet.focusSelector', selector];
2679
+ };
2680
+
2681
+ const renderFocusedIndex = newState => {
2682
+ return ['Viewlet.send', newState.uid, /* method */SetFocusedIndex, /* oldFocusedIndex */newState.oldFocusedIndex, /* newFocusedIndex */newState.newFocusedIndex];
2683
+ };
2684
+
2685
+ const renderHeight = newState => {
2686
+ if (newState.height === 0) {
2687
+ return ['Viewlet.send', newState.uid, /* method */SetItemsHeight, /* height */20];
2688
+ }
2689
+ return ['Viewlet.send', newState.uid, /* method */SetItemsHeight, /* height */newState.height];
2690
+ };
2691
+
2692
+ const ComboBox = 'combobox';
2693
+ const ListBox = 'listbox';
2694
+ const None$1 = 'none';
2695
+ const Option$1 = 'option';
2696
+
2697
+ const FileIcon = 'FileIcon';
2698
+ const InputBox = 'InputBox';
2699
+ const Label = 'Label';
2700
+ const QuickPick$1 = 'QuickPick';
2701
+ const QuickPickHeader = 'QuickPickHeader';
2702
+ const QuickPickHighlight = 'QuickPickHighlight';
2703
+ const QuickPickItem = 'QuickPickItem';
2704
+ const QuickPickItemActive$1 = 'QuickPickItemActive';
2705
+ const QuickPickItemDescription = 'QuickPickItemDescription';
2706
+ const QuickPickItemLabel = 'QuickPickItemLabel';
2707
+ const QuickPickItems$1 = 'QuickPickItems';
2708
+ const Viewlet = 'Viewlet';
2709
+
2710
+ const Div$1 = 4;
2711
+ const Input$1 = 6;
2712
+ const Span$1 = 8;
2713
+ const Img$1 = 17;
2714
+
2715
+ const getFileIconVirtualDom = icon => {
2716
+ return {
2717
+ type: Img$1,
2718
+ className: FileIcon,
2719
+ src: icon,
2720
+ role: None$1,
2721
+ childCount: 0
2722
+ };
2723
+ };
2724
+
2725
+ var __defProp = Object.defineProperty;
2726
+ var __export = (target, all) => {
2727
+ for (var name in all) __defProp(target, name, {
2728
+ get: all[name],
2729
+ enumerable: true
2730
+ });
2731
+ };
2732
+
2733
+ // src/parts/MergeClassNames/MergeClassNames.ts
2734
+ var mergeClassNames = (...classNames) => {
2735
+ return classNames.filter(Boolean).join(" ");
2736
+ };
2737
+
2738
+ // src/parts/VirtualDomElements/VirtualDomElements.ts
2739
+ var VirtualDomElements_exports = {};
2740
+ __export(VirtualDomElements_exports, {
2741
+ A: () => A,
2742
+ Abbr: () => Abbr,
2743
+ Article: () => Article,
2744
+ Aside: () => Aside,
2745
+ Audio: () => Audio,
2746
+ Br: () => Br,
2747
+ Button: () => Button,
2748
+ Cite: () => Cite,
2749
+ Col: () => Col,
2750
+ ColGroup: () => ColGroup,
2751
+ Data: () => Data,
2752
+ Dd: () => Dd,
2753
+ Del: () => Del,
2754
+ Div: () => Div,
2755
+ Dl: () => Dl,
2756
+ Figcaption: () => Figcaption,
2757
+ Figure: () => Figure,
2758
+ Footer: () => Footer,
2759
+ H1: () => H1,
2760
+ H2: () => H2,
2761
+ H3: () => H3,
2762
+ H4: () => H4,
2763
+ H5: () => H5,
2764
+ H6: () => H6,
2765
+ Header: () => Header,
2766
+ Hr: () => Hr,
2767
+ I: () => I,
2768
+ Img: () => Img,
2769
+ Input: () => Input,
2770
+ Ins: () => Ins,
2771
+ Kbd: () => Kbd,
2772
+ Li: () => Li,
2773
+ Nav: () => Nav,
2774
+ Ol: () => Ol,
2775
+ Option: () => Option,
2776
+ P: () => P,
2777
+ Pre: () => Pre,
2778
+ Root: () => Root,
2779
+ Search: () => Search,
2780
+ Section: () => Section,
2781
+ Select: () => Select,
2782
+ Span: () => Span,
2783
+ TBody: () => TBody,
2784
+ THead: () => THead,
2785
+ Table: () => Table,
2786
+ Td: () => Td,
2787
+ Text: () => Text,
2788
+ TextArea: () => TextArea,
2789
+ Tfoot: () => Tfoot,
2790
+ Th: () => Th,
2791
+ Time: () => Time,
2792
+ Tr: () => Tr,
2793
+ Ul: () => Ul,
2794
+ Video: () => Video
2795
+ });
2796
+ var Audio = 0;
2797
+ var Button = 1;
2798
+ var Col = 2;
2799
+ var ColGroup = 3;
2800
+ var Div = 4;
2801
+ var H1 = 5;
2802
+ var Input = 6;
2803
+ var Kbd = 7;
2804
+ var Span = 8;
2805
+ var Table = 9;
2806
+ var TBody = 10;
2807
+ var Td = 11;
2808
+ var Text = 12;
2809
+ var Th = 13;
2810
+ var THead = 14;
2811
+ var Tr = 15;
2812
+ var I = 16;
2813
+ var Img = 17;
2814
+ var Root = 0;
2815
+ var Ins = 20;
2816
+ var Del = 21;
2817
+ var H2 = 22;
2818
+ var H3 = 23;
2819
+ var H4 = 24;
2820
+ var H5 = 25;
2821
+ var H6 = 26;
2822
+ var Article = 27;
2823
+ var Aside = 28;
2824
+ var Footer = 29;
2825
+ var Header = 30;
2826
+ var Nav = 40;
2827
+ var Section = 41;
2828
+ var Search = 42;
2829
+ var Dd = 43;
2830
+ var Dl = 44;
2831
+ var Figcaption = 45;
2832
+ var Figure = 46;
2833
+ var Hr = 47;
2834
+ var Li = 48;
2835
+ var Ol = 49;
2836
+ var P = 50;
2837
+ var Pre = 51;
2838
+ var A = 53;
2839
+ var Abbr = 54;
2840
+ var Br = 55;
2841
+ var Cite = 56;
2842
+ var Data = 57;
2843
+ var Time = 58;
2844
+ var Tfoot = 59;
2845
+ var Ul = 60;
2846
+ var Video = 61;
2847
+ var TextArea = 62;
2848
+ var Select = 63;
2849
+ var Option = 64;
2850
+
2851
+ // src/parts/Text/Text.ts
2852
+ var text = data => {
2853
+ return {
2854
+ type: Text,
2855
+ text: data,
2856
+ childCount: 0
2857
+ };
2858
+ };
2859
+
2860
+ const quickPickHighlight = {
2861
+ type: Span$1,
2862
+ className: QuickPickHighlight,
2863
+ childCount: 1
2864
+ };
2865
+ const addHighlights = (dom, highlights, label) => {
2866
+ const labelDom = {
2867
+ type: Div$1,
2868
+ className: QuickPickItemLabel,
2869
+ childCount: 0
2870
+ };
2871
+ dom.push(labelDom);
2872
+ let position = 0;
2873
+ for (let i = 0; i < highlights.length; i += 2) {
2874
+ const highlightStart = highlights[i];
2875
+ const highlightEnd = highlights[i + 1];
2876
+ if (position < highlightStart) {
2877
+ const beforeText = label.slice(position, highlightStart);
2878
+ labelDom.childCount++;
2879
+ dom.push(text(beforeText));
2880
+ }
2881
+ const highlightText = label.slice(highlightStart, highlightEnd);
2882
+ labelDom.childCount++;
2883
+ dom.push(quickPickHighlight, text(highlightText));
2884
+ position = highlightEnd;
2885
+ }
2886
+ if (position < label.length) {
2887
+ const afterText = label.slice(position);
2888
+ labelDom.childCount++;
2889
+ dom.push(text(afterText));
2890
+ }
2891
+ };
2892
+ const getQuickPickItemVirtualDom = visibleItem => {
2893
+ const {
2894
+ posInSet,
2895
+ label,
2896
+ setSize,
2897
+ isActive,
2898
+ description,
2899
+ icon,
2900
+ matches,
2901
+ fileIcon
2902
+ } = visibleItem;
2903
+ const highlights = matches.slice(1);
2904
+ const dom = [];
2905
+ dom.push({
2906
+ type: Div$1,
2907
+ className: QuickPickItem,
2908
+ role: Option$1,
2909
+ ariaPosInSet: posInSet,
2910
+ ariaSetSize: setSize,
2911
+ childCount: 1
2912
+ });
2913
+ const parent = dom[0];
2914
+ if (isActive) {
2915
+ // @ts-ignore
2916
+ parent.id = 'QuickPickItemActive';
2917
+ parent.className += ' ' + QuickPickItemActive$1;
2918
+ }
2919
+ if (fileIcon) {
2920
+ parent.childCount++;
2921
+ dom.push(getFileIconVirtualDom(fileIcon));
2922
+ } else if (icon) {
2923
+ parent.childCount++;
2924
+ dom.push({
2925
+ type: Div$1,
2926
+ className: `QuickPickMaskIcon MaskIcon MaskIcon${icon}`,
2927
+ childCount: 0
2928
+ });
2929
+ }
2930
+ addHighlights(dom, highlights, label);
2931
+ if (description) {
2932
+ parent.childCount++;
2933
+ dom.push({
2934
+ type: Div$1,
2935
+ className: QuickPickItemDescription,
2936
+ childCount: 1
2937
+ }, text(description));
2938
+ }
2939
+ return dom;
2940
+ };
2941
+
2942
+ const getQuickPickNoResultsVirtualDom = () => {
2943
+ return [{
2944
+ type: Div$1,
2945
+ className: 'QuickPickItem QuickPickItemActive QuickPickStatus',
2946
+ childCount: 1
2947
+ }, {
2948
+ type: Div$1,
2949
+ className: Label,
2950
+ childCount: 1
2951
+ }, text('No Results')];
2952
+ };
2953
+
2954
+ const getQuickPickItemsVirtualDom = visibleItems => {
2955
+ if (visibleItems.length === 0) {
2956
+ return getQuickPickNoResultsVirtualDom();
2957
+ }
2958
+ const dom = visibleItems.flatMap(getQuickPickItemVirtualDom);
2959
+ return dom;
2960
+ };
2961
+
2962
+ const HandleBeforeInput = 'handleBeforeInput';
2963
+ const HandleBlur = 'handleBlur';
2964
+ const HandleFocus = 'handleFocus';
2965
+ const HandleInput = 'handleInput';
2966
+ const HandlePointerDown = 'handlePointerDown';
2967
+ const HandleWheel = 'handleWheel';
2968
+
2969
+ const QuickPick = 'QuickPick';
2970
+ const QuickPickItems = 'QuickPickItems';
2971
+ const QuickPickItemActive = 'QuickPickItemActive';
2972
+
2973
+ const getQuickPickInputVirtualDom = () => {
2974
+ const ariaLabel = typeNameofCommandToRun();
2975
+ return {
2976
+ type: Input$1,
2977
+ className: InputBox,
2978
+ spellcheck: false,
2979
+ autocapitalize: 'off',
2980
+ inputType: 'text',
2981
+ childCount: 0,
2982
+ role: ComboBox,
2983
+ name: QuickPickInput,
2984
+ onBeforeInput: HandleBeforeInput,
2985
+ onBlur: HandleBlur,
2986
+ onInput: HandleInput,
2987
+ onFocus: HandleFocus,
2988
+ ariaLabel: ariaLabel,
2989
+ ariaAutoComplete: 'list',
2990
+ ariaExpanded: true,
2991
+ autocomplete: 'off'
2992
+ };
2993
+ };
2994
+
2995
+ const getQuickPickHeaderVirtualDom = () => {
2996
+ return [{
2997
+ type: Div$1,
2998
+ className: QuickPickHeader,
2999
+ childCount: 1
3000
+ }, getQuickPickInputVirtualDom()];
3001
+ };
3002
+
3003
+ const getQuickPickVirtualDom = visibleItems => {
3004
+ const quickOpen$1 = quickOpen();
3005
+ return [{
3006
+ type: Div$1,
3007
+ className: mergeClassNames(Viewlet, QuickPick$1),
3008
+ childCount: 2,
3009
+ id: QuickPick,
3010
+ ariaLabel: quickOpen$1
3011
+ }, ...getQuickPickHeaderVirtualDom(), {
3012
+ type: Div$1,
3013
+ className: QuickPickItems$1,
3014
+ id: QuickPickItems,
3015
+ role: ListBox,
3016
+ ariaActivedescendant: QuickPickItemActive,
3017
+ onWheel: HandleWheel,
3018
+ childCount: visibleItems.length
3019
+ }, ...getQuickPickItemsVirtualDom(visibleItems)];
3020
+ };
3021
+
3022
+ const renderItems = newState => {
3023
+ if (newState.renderAllItems) {
3024
+ const dom = getQuickPickVirtualDom(newState.visibleItems);
3025
+ return ['Viewlet.setDom2', dom];
3026
+ }
3027
+ const dom = getQuickPickItemsVirtualDom(newState.visibleItems);
3028
+ return ['Viewlet.send', newState.uid, /* method */'setItemsDom', dom];
3029
+ };
3030
+
3031
+ const renderValue = newState => {
3032
+ return ['Viewlet.send', newState.uid, /* method */SetValue, /* value */newState.value];
3033
+ };
3034
+
3035
+ const getRenderer = diffType => {
3036
+ switch (diffType) {
3037
+ case RenderValue:
3038
+ return renderValue;
3039
+ case RenderCursorOffset:
3040
+ return renderCursorOffset;
3041
+ case RenderItems:
3042
+ return renderItems;
3043
+ case RenderFocusedIndex:
3044
+ return renderFocusedIndex;
3045
+ case Height:
3046
+ return renderHeight;
3047
+ case RenderFocus:
3048
+ return renderFocus;
3049
+ default:
3050
+ throw new Error('unknown renderer');
3051
+ }
3052
+ };
3053
+
3054
+ const applyRender = async (oldState, newState, diffResult) => {
3055
+ const commands = [];
3056
+ const viewModel = await createQuickPickViewModel(oldState, newState);
3057
+ for (const item of diffResult) {
3058
+ if (viewModel.renderAllItems && item === Height) {
3059
+ continue;
3060
+ }
3061
+ if (viewModel.renderAllItems && item === RenderFocusedIndex) {
3062
+ continue;
3063
+ }
3064
+ const fn = getRenderer(item);
3065
+ commands.push(fn(viewModel));
3066
+ }
3067
+ return commands;
3068
+ };
3069
+
3070
+ const diffType$4 = RenderFocus;
3071
+ const isEqual$4 = (oldState, newState) => {
3072
+ return oldState.focused === newState.focused;
3073
+ };
3074
+
3075
+ const diffType$3 = RenderFocusedIndex;
3076
+ const isEqual$3 = (oldState, newState) => {
3077
+ return oldState.focusedIndex === newState.focusedIndex;
3078
+ };
3079
+
3080
+ const diffType$2 = Height;
3081
+ const isEqual$2 = (oldState, newState) => {
3082
+ return oldState.items.length === newState.items.length;
3083
+ };
3084
+
3085
+ const diffType$1 = RenderItems;
3086
+ const isEqual$1 = (oldState, newState) => {
3087
+ return oldState.items === newState.items && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.focusedIndex === newState.focusedIndex;
3088
+ };
3089
+
3090
+ const diffType = RenderValue;
3091
+ const isEqual = (oldState, newState) => {
3092
+ return newState.inputSource === User || oldState.value === newState.value;
3093
+ };
3094
+
3095
+ const modules = [isEqual$2, isEqual$1, isEqual, isEqual$3, isEqual$4];
3096
+ const numbers = [diffType$2, diffType$1, diffType, diffType$3, diffType$4];
3097
+
3098
+ const diff = (oldState, newState) => {
3099
+ const diffResult = [];
3100
+ for (let i = 0; i < modules.length; i++) {
3101
+ const fn = modules[i];
3102
+ if (!fn(oldState, newState)) {
3103
+ diffResult.push(numbers[i]);
3104
+ }
3105
+ }
3106
+ return diffResult;
3107
+ };
3108
+
3109
+ const doRender = async uid => {
3110
+ const {
3111
+ oldState,
3112
+ newState
3113
+ } = get(uid);
3114
+ const diffResult = diff(oldState, newState);
3115
+ return applyRender(oldState, newState, diffResult);
3116
+ };
3558
3117
 
3559
- const renderCursorOffset = newState => {
3560
- return ['Viewlet.send', newState.uid, /* method */SetCursorOffset, /* cursorOffset */newState.cursorOffset];
3118
+ const renderEventListeners = () => {
3119
+ return [{
3120
+ name: HandlePointerDown,
3121
+ params: ['handlePointerDown', 'event.clientX', 'event.clientY'],
3122
+ preventDefault: true
3123
+ }, {
3124
+ name: HandleWheel,
3125
+ params: ['handleWheel', 'event.deltaMode', 'event.deltaY']
3126
+ }, {
3127
+ name: HandleBlur,
3128
+ params: ['handleBlur']
3129
+ }, {
3130
+ name: HandleBeforeInput,
3131
+ params: ['handleBeforeInput']
3132
+ }, {
3133
+ name: HandleInput,
3134
+ params: ['handleInput', 'event.target.value']
3135
+ }, {
3136
+ name: HandleFocus,
3137
+ params: ['handleFocus']
3138
+ }];
3561
3139
  };
3562
3140
 
3563
- const renderFocus = newState => {
3564
- const selector = newState.focused ? '.InputBox' : '';
3565
- return ['Viewlet.focusSelector', selector];
3141
+ const selectCurrentIndex = state => {
3142
+ return selectIndex(state, state.focusedIndex);
3566
3143
  };
3567
3144
 
3568
- const renderFocusedIndex = newState => {
3569
- return ['Viewlet.send', newState.uid, /* method */SetFocusedIndex, /* oldFocusedIndex */newState.oldFocusedIndex, /* newFocusedIndex */newState.newFocusedIndex];
3145
+ const findLabelIndex = (items, label) => {
3146
+ for (let i = 0; i < items.length; i++) {
3147
+ if (items[i].pick.label === label) {
3148
+ return i;
3149
+ }
3150
+ }
3151
+ return -1;
3570
3152
  };
3571
3153
 
3572
- const renderHeight = newState => {
3573
- if (newState.height === 0) {
3574
- return ['Viewlet.send', newState.uid, /* method */SetItemsHeight, /* height */20];
3154
+ const selectItem = async (state, label) => {
3155
+ string(label);
3156
+ const index = findLabelIndex(state.items, label);
3157
+ if (index === -1) {
3158
+ return state;
3575
3159
  }
3576
- return ['Viewlet.send', newState.uid, /* method */SetItemsHeight, /* height */newState.height];
3160
+ return selectIndex(state, index);
3577
3161
  };
3578
3162
 
3579
- const FileIcon = 'FileIcon';
3580
- const Label = 'Label';
3581
- const QuickPickHighlight = 'QuickPickHighlight';
3582
- const QuickPickItem = 'QuickPickItem';
3583
- const QuickPickItemActive = 'QuickPickItemActive';
3584
- const QuickPickItemDescription = 'QuickPickItemDescription';
3585
- const QuickPickItemLabel = 'QuickPickItemLabel';
3163
+ const wrapCommand = fn => {
3164
+ const wrapped = async (uid, ...args) => {
3165
+ const {
3166
+ newState
3167
+ } = get(uid);
3168
+ const newerState = await fn(newState, ...args);
3169
+ set(uid, newState, newerState);
3170
+ };
3171
+ return wrapped;
3172
+ };
3586
3173
 
3587
- const None = 'none';
3588
- const Option = 'option';
3174
+ const commandMap = {
3175
+ 'QuickPick.addMenuEntries': add,
3176
+ 'QuickPick.create2': create,
3177
+ 'QuickPick.dispose': dispose,
3178
+ 'QuickPick.focusFirst': wrapCommand(focusFirst),
3179
+ 'QuickPick.focusIndex': wrapCommand(focusIndex),
3180
+ 'QuickPick.focusLast': wrapCommand(focusLast),
3181
+ 'QuickPick.focusNext': wrapCommand(focusNext),
3182
+ 'QuickPick.focusPrevious': wrapCommand(focusPrevious),
3183
+ 'QuickPick.getCommandIds': getCommandIds,
3184
+ 'QuickPick.getKeyBindings': getKeyBindings,
3185
+ 'QuickPick.handleBeforeInput': wrapCommand(handleBeforeInput),
3186
+ 'QuickPick.handleBlur': wrapCommand(handleBlur$1),
3187
+ 'QuickPick.handleClickAt': wrapCommand(handleClickAt),
3188
+ 'QuickPick.handleFocus': wrapCommand(handleBlur),
3189
+ 'QuickPick.handleInput': wrapCommand(handleInput),
3190
+ 'QuickPick.handleWheel': wrapCommand(handleWheel),
3191
+ 'QuickPick.loadContent': wrapCommand(loadContent),
3192
+ 'QuickPick.loadEntries2': load,
3193
+ 'QuickPick.render': doRender,
3194
+ 'QuickPick.renderEventListeners': renderEventListeners,
3195
+ 'QuickPick.selectCurrentIndex': wrapCommand(selectCurrentIndex),
3196
+ 'QuickPick.selectIndex': wrapCommand(selectIndex),
3197
+ 'QuickPick.selectItem': wrapCommand(selectItem),
3198
+ 'QuickPick.setDeltaY': wrapCommand(setDeltaY),
3199
+ 'QuickPick.setValue': wrapCommand(setValue),
3200
+ // deprecated
3201
+ 'SearchFile.filter': filterQuickPickItems,
3202
+ 'SearchFile.searchFile': searchFile$5,
3203
+ 'QuickPick.loadEntries': loadQuickPickEntries
3204
+ };
3589
3205
 
3590
- const Div = 4;
3591
- const Span = 8;
3592
- const Text = 12;
3593
- const Img = 17;
3206
+ const getColorThemeNames = async () => {
3207
+ return invoke$1(/* Ajax.getJson */'ColorTheme.getColorThemeNames');
3208
+ };
3594
3209
 
3595
- const getFileIconVirtualDom = icon => {
3210
+ const setColorTheme = id => {
3211
+ return invoke$1(/* ColorTheme.setColorTheme */'ColorTheme.setColorTheme', /* colorThemeId */id);
3212
+ };
3213
+ const getPlaceholder$2 = () => {
3214
+ return selectColorTheme();
3215
+ };
3216
+ const getLabel$1 = () => {
3217
+ return selectColorTheme();
3218
+ };
3219
+ const getPicks$2 = async searchValue => {
3220
+ const colorThemeNames = await getColorThemeNames();
3221
+ return colorThemeNames;
3222
+ };
3223
+ const selectPick$2 = async pick => {
3224
+ await setColorTheme(/* colorThemeId */pick);
3596
3225
  return {
3597
- type: Img,
3598
- className: FileIcon,
3599
- src: icon,
3600
- role: None,
3601
- childCount: 0
3226
+ command: Hide
3602
3227
  };
3603
3228
  };
3604
-
3605
- const text = data => {
3229
+ const focusPick = async pick => {
3230
+ await setColorTheme(/* colorThemeId */pick);
3231
+ };
3232
+ const getFilterValue$2 = value => {
3233
+ return value;
3234
+ };
3235
+ const getNoResults$2 = () => {
3606
3236
  return {
3607
- type: Text,
3608
- text: data,
3609
- childCount: 0
3237
+ label: noMatchingColorThemesFound()
3610
3238
  };
3611
3239
  };
3240
+ const getPickFilterValue$2 = pick => {
3241
+ return pick;
3242
+ };
3243
+ const getPickLabel$2 = pick => {
3244
+ return pick;
3245
+ };
3246
+ const getPickIcon$2 = pick => {
3247
+ return '';
3248
+ };
3249
+ const state$2 = {};
3250
+ const getPickDescription$2 = value => {
3251
+ return '';
3252
+ };
3253
+ const isPrepared$2 = () => {
3254
+ return false;
3255
+ };
3256
+ const name$2 = '';
3257
+ const getHelpEntries$2 = () => {
3258
+ return [];
3259
+ };
3612
3260
 
3613
- const quickPickHighlight = {
3614
- type: Span,
3615
- className: QuickPickHighlight,
3616
- childCount: 1
3261
+ const QuickPickEntriesColorTheme = {
3262
+ __proto__: null,
3263
+ focusPick,
3264
+ getFilterValue: getFilterValue$2,
3265
+ getHelpEntries: getHelpEntries$2,
3266
+ getLabel: getLabel$1,
3267
+ getNoResults: getNoResults$2,
3268
+ getPickDescription: getPickDescription$2,
3269
+ getPickFilterValue: getPickFilterValue$2,
3270
+ getPickIcon: getPickIcon$2,
3271
+ getPickLabel: getPickLabel$2,
3272
+ getPicks: getPicks$2,
3273
+ getPlaceholder: getPlaceholder$2,
3274
+ isPrepared: isPrepared$2,
3275
+ name: name$2,
3276
+ selectPick: selectPick$2,
3277
+ setColorTheme,
3278
+ state: state$2
3617
3279
  };
3618
- const addHighlights = (dom, highlights, label) => {
3619
- const labelDom = {
3620
- type: Div,
3621
- className: QuickPickItemLabel,
3622
- childCount: 0
3280
+
3281
+ const Tag$1 = 'Tag';
3282
+ const Cloud$1 = 'Cloud';
3283
+ const SourceControl$1 = 'SourceControl';
3284
+ const None = '';
3285
+
3286
+ const SourceControl = 1;
3287
+ const Cloud = 2;
3288
+ const Tag = 3;
3289
+
3290
+ const name$1 = 'custom';
3291
+ const state$1 = {
3292
+ args: []
3293
+ };
3294
+ const setArgs = args => {
3295
+ state$1.args = args;
3296
+ };
3297
+ const getPlaceholder$1 = () => {
3298
+ return '';
3299
+ };
3300
+ const getLabel = () => {
3301
+ return 'Custom';
3302
+ };
3303
+
3304
+ // TODO help entries should not be here
3305
+ const getHelpEntries$1 = () => {
3306
+ return [];
3307
+ };
3308
+ const getNoResults$1 = () => {
3309
+ return {
3310
+ label: noMatchingResults()
3623
3311
  };
3624
- dom.push(labelDom);
3625
- let position = 0;
3626
- for (let i = 0; i < highlights.length; i += 2) {
3627
- const highlightStart = highlights[i];
3628
- const highlightEnd = highlights[i + 1];
3629
- if (position < highlightStart) {
3630
- const beforeText = label.slice(position, highlightStart);
3631
- labelDom.childCount++;
3632
- dom.push(text(beforeText));
3633
- }
3634
- const highlightText = label.slice(highlightStart, highlightEnd);
3635
- labelDom.childCount++;
3636
- dom.push(quickPickHighlight, text(highlightText));
3637
- position = highlightEnd;
3638
- }
3639
- if (position < label.length) {
3640
- const afterText = label.slice(position);
3641
- labelDom.childCount++;
3642
- dom.push(text(afterText));
3643
- }
3644
3312
  };
3645
- const getQuickPickItemVirtualDom = visibleItem => {
3313
+ const getPicks$1 = async searchValue => {
3314
+ const items = state$1.args[1] || [];
3315
+ return items;
3316
+ };
3317
+ const selectPick$1 = async pick => {
3646
3318
  const {
3647
- posInSet,
3648
- label,
3649
- setSize,
3650
- isActive,
3651
- description,
3652
- icon,
3653
- matches,
3654
- fileIcon
3655
- } = visibleItem;
3656
- const highlights = matches.slice(1);
3657
- const dom = [];
3658
- dom.push({
3659
- type: Div,
3660
- className: QuickPickItem,
3661
- role: Option,
3662
- ariaPosInSet: posInSet,
3663
- ariaSetSize: setSize,
3664
- childCount: 1
3665
- });
3666
- const parent = dom[0];
3667
- if (isActive) {
3668
- // @ts-ignore
3669
- parent.id = 'QuickPickItemActive';
3670
- parent.className += ' ' + QuickPickItemActive;
3671
- }
3672
- if (fileIcon) {
3673
- parent.childCount++;
3674
- dom.push(getFileIconVirtualDom(fileIcon));
3675
- } else if (icon) {
3676
- parent.childCount++;
3677
- dom.push({
3678
- type: Div,
3679
- className: `QuickPickMaskIcon MaskIcon MaskIcon${icon}`,
3680
- childCount: 0
3681
- });
3682
- }
3683
- addHighlights(dom, highlights, label);
3684
- if (description) {
3685
- parent.childCount++;
3686
- dom.push({
3687
- type: Div,
3688
- className: QuickPickItemDescription,
3689
- childCount: 1
3690
- }, text(description));
3691
- }
3692
- return dom;
3319
+ args
3320
+ } = state$1;
3321
+ const resolve = args[2];
3322
+ resolve(pick);
3323
+ return {
3324
+ command: Hide
3325
+ };
3693
3326
  };
3694
-
3695
- const getQuickPickItemsVirtualDom = visibleItems => {
3696
- if (visibleItems.length === 0) {
3697
- return [{
3698
- type: Div,
3699
- className: 'QuickPickItem QuickPickItemActive QuickPickStatus',
3700
- childCount: 1
3701
- }, {
3702
- type: Div,
3703
- className: Label,
3704
- childCount: 1
3705
- }, text('No Results')];
3706
- }
3707
- const dom = visibleItems.flatMap(getQuickPickItemVirtualDom);
3708
- return dom;
3327
+ const getFilterValue$1 = value => {
3328
+ return value;
3709
3329
  };
3710
-
3711
- const renderItems = newState => {
3712
- const dom = getQuickPickItemsVirtualDom(newState.visibleItems);
3713
- return ['Viewlet.send', newState.uid, /* method */'setItemsDom', dom];
3330
+ const getPickFilterValue$1 = pick => {
3331
+ return pick;
3714
3332
  };
3715
-
3716
- const renderValue = newState => {
3717
- return ['Viewlet.send', newState.uid, /* method */SetValue, /* value */newState.value];
3333
+ const getPickLabel$1 = pick => {
3334
+ return pick.label;
3718
3335
  };
3719
-
3720
- const getRenderer = diffType => {
3721
- switch (diffType) {
3722
- case RenderValue:
3723
- return renderValue;
3724
- case RenderCursorOffset:
3725
- return renderCursorOffset;
3726
- case RenderItems:
3727
- return renderItems;
3728
- case RenderFocusedIndex:
3729
- return renderFocusedIndex;
3730
- case Height:
3731
- return renderHeight;
3732
- case RenderFocus:
3733
- return renderFocus;
3336
+ const getPickDescription$1 = pick => {
3337
+ return pick.description || '';
3338
+ };
3339
+ const convertIcon = icon => {
3340
+ switch (icon) {
3341
+ case SourceControl:
3342
+ return SourceControl$1;
3343
+ case Cloud:
3344
+ return Cloud$1;
3345
+ case Tag:
3346
+ return Tag$1;
3734
3347
  default:
3735
- throw new Error('unknown renderer');
3348
+ return None;
3736
3349
  }
3737
3350
  };
3738
-
3739
- const applyRender = async (oldState, newState, diffResult) => {
3740
- const commands = [];
3741
- const viewModel = await createQuickPickViewModel(oldState, newState);
3742
- for (const item of diffResult) {
3743
- const fn = getRenderer(item);
3744
- commands.push(fn(viewModel));
3745
- }
3746
- return commands;
3351
+ const getPickIcon$1 = pick => {
3352
+ return convertIcon(pick.icon);
3747
3353
  };
3748
-
3749
- const diffType$4 = RenderFocus;
3750
- const isEqual$4 = (oldState, newState) => {
3751
- return oldState.focused === newState.focused;
3354
+ const isPrepared$1 = () => {
3355
+ return true;
3752
3356
  };
3753
3357
 
3754
- const diffType$3 = RenderFocusedIndex;
3755
- const isEqual$3 = (oldState, newState) => {
3756
- return oldState.focusedIndex === newState.focusedIndex;
3358
+ const QuickPickEntriesCustom = {
3359
+ __proto__: null,
3360
+ getFilterValue: getFilterValue$1,
3361
+ getHelpEntries: getHelpEntries$1,
3362
+ getLabel,
3363
+ getNoResults: getNoResults$1,
3364
+ getPickDescription: getPickDescription$1,
3365
+ getPickFilterValue: getPickFilterValue$1,
3366
+ getPickIcon: getPickIcon$1,
3367
+ getPickLabel: getPickLabel$1,
3368
+ getPicks: getPicks$1,
3369
+ getPlaceholder: getPlaceholder$1,
3370
+ isPrepared: isPrepared$1,
3371
+ name: name$1,
3372
+ selectPick: selectPick$1,
3373
+ setArgs,
3374
+ state: state$1
3757
3375
  };
3758
3376
 
3759
- const diffType$2 = Height;
3760
- const isEqual$2 = (oldState, newState) => {
3761
- return oldState.items.length === newState.items.length;
3377
+ const name = 'number';
3378
+ const getPlaceholder = () => {
3379
+ return '';
3380
+ };
3381
+ const getHelpEntries = () => {
3382
+ return [];
3383
+ };
3384
+ const getNoResults = () => {
3385
+ return {
3386
+ label: noMatchingResults()
3387
+ };
3388
+ };
3389
+ const getPicks = async () => {
3390
+ const picks = [{
3391
+ label: '1'
3392
+ }, {
3393
+ label: '2'
3394
+ }, {
3395
+ label: '3'
3396
+ }, {
3397
+ label: '4'
3398
+ }, {
3399
+ label: '5'
3400
+ }, {
3401
+ label: '6'
3402
+ }, {
3403
+ label: '7'
3404
+ }, {
3405
+ label: '8'
3406
+ }, {
3407
+ label: '9'
3408
+ }, {
3409
+ label: '10'
3410
+ }];
3411
+ return picks;
3412
+ };
3413
+ const selectPick = async item => {
3414
+ return {
3415
+ command: Hide
3416
+ };
3417
+ };
3418
+ const state = {};
3419
+ const getPickFilterValue = value => {
3420
+ return value;
3421
+ };
3422
+ const getFilterValue = value => {
3423
+ return value;
3424
+ };
3425
+ const getPickDescription = value => {
3426
+ return '';
3427
+ };
3428
+ const getPickLabel = value => {
3429
+ return value;
3430
+ };
3431
+ const getPickIcon = value => {
3432
+ return '';
3433
+ };
3434
+ const isPrepared = () => {
3435
+ return false;
3762
3436
  };
3763
3437
 
3764
- const diffType$1 = RenderItems;
3765
- const isEqual$1 = (oldState, newState) => {
3766
- return oldState.items === newState.items && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.focusedIndex === newState.focusedIndex;
3438
+ const QuickPickEntriesNumber = {
3439
+ __proto__: null,
3440
+ getFilterValue,
3441
+ getHelpEntries,
3442
+ getNoResults,
3443
+ getPickDescription,
3444
+ getPickFilterValue,
3445
+ getPickIcon,
3446
+ getPickLabel,
3447
+ getPicks,
3448
+ getPlaceholder,
3449
+ isPrepared,
3450
+ name,
3451
+ selectPick,
3452
+ state
3767
3453
  };
3768
3454
 
3769
- const diffType = RenderValue;
3770
- const isEqual = (oldState, newState) => {
3771
- return newState.inputSource === User || oldState.value === newState.value;
3455
+ const quickPickEntriesModules = {
3456
+ [CommandPalette]: QuickPickEntriesEverything,
3457
+ [Commands]: QuickPickEntriesEverything,
3458
+ [File$1]: QuickPickEntriesEverything,
3459
+ [EveryThing]: QuickPickEntriesEverything,
3460
+ [WorkspaceSymbol]: QuickPickEntriesEverything,
3461
+ [Number$1]: QuickPickEntriesNumber,
3462
+ [Recent]: QuickPickEntriesOpenRecent,
3463
+ [ColorTheme]: QuickPickEntriesColorTheme,
3464
+ [Symbol]: QuickPickEntriesSymbol,
3465
+ [View]: QuickPickEntriesView,
3466
+ [Custom]: QuickPickEntriesCustom
3772
3467
  };
3773
3468
 
3774
- const modules = [isEqual$2, isEqual$1, isEqual$4, isEqual, isEqual$3];
3775
- const numbers = [diffType$2, diffType$1, diffType$4, diffType, diffType$3];
3469
+ const Memfs = 'memfs';
3470
+ const Html = 'html';
3471
+ const Fetch = 'fetch';
3472
+ const File = 'file';
3473
+ const Default = '';
3776
3474
 
3777
- const diff = (oldState, newState) => {
3778
- const diffResult = [];
3779
- for (let i = 0; i < modules.length; i++) {
3780
- const fn = modules[i];
3781
- if (!fn(oldState, newState)) {
3782
- diffResult.push(numbers[i]);
3783
- }
3784
- }
3785
- return diffResult;
3475
+ const searchFile$3 = async uri => {
3476
+ return invoke$1('ExtensionHost.searchFileWithMemory', uri);
3786
3477
  };
3787
3478
 
3788
- const doRender = async uid => {
3789
- const {
3790
- oldState,
3791
- newState
3792
- } = get(uid);
3793
- const diffResult = diff(oldState, newState);
3794
- return applyRender(oldState, newState, diffResult);
3479
+ // TODO simplify code
3480
+ // 1. don't have playground prefix in fileMap json
3481
+ // 2. remove code here that removes the prefix
3482
+ const searchFile$2 = async path => {
3483
+ return invoke$1('ExtensionHost.searchFileWithFetch', path);
3795
3484
  };
3796
3485
 
3797
- const selectCurrentIndex = state => {
3798
- return selectIndex(state, state.focusedIndex);
3486
+ const searchFile$1 = async uri => {
3487
+ return invoke$1('ExtensionHost.searchFileWithHtml', uri);
3799
3488
  };
3800
3489
 
3801
- const findLabelIndex = (items, label) => {
3802
- for (let i = 0; i < items.length; i++) {
3803
- if (items[i].pick.label === label) {
3804
- return i;
3805
- }
3806
- }
3807
- return -1;
3490
+ const getFileSearchRipGrepArgs = () => {
3491
+ const ripGrepArgs = ['--files', '--sort-files'];
3492
+ return ripGrepArgs;
3808
3493
  };
3809
3494
 
3810
- const selectItem = async (state, label) => {
3811
- string(label);
3812
- const index = findLabelIndex(state.items, label);
3813
- if (index === -1) {
3814
- return state;
3495
+ const invoke = (method, ...params) => {
3496
+ return invoke$1('SearchProcess.invoke', method, ...params);
3497
+ };
3498
+
3499
+ const splitLines = lines => {
3500
+ if (!lines) {
3501
+ return [];
3815
3502
  }
3816
- return selectIndex(state, index);
3503
+ return lines.split('\n');
3817
3504
  };
3818
3505
 
3819
- const wrapCommand = fn => {
3820
- const wrapped = async (uid, ...args) => {
3821
- const {
3822
- newState
3823
- } = get(uid);
3824
- const newerState = await fn(newState, ...args);
3825
- set(uid, newState, newerState);
3506
+ // TODO create direct connection from electron to file search worker using message ports
3507
+
3508
+ const searchFile = async (path, value, prepare) => {
3509
+ const ripGrepArgs = getFileSearchRipGrepArgs();
3510
+ const options = {
3511
+ ripGrepArgs,
3512
+ searchPath: path,
3513
+ limit: 9_999_999
3826
3514
  };
3827
- return wrapped;
3515
+ const stdout = await invoke('SearchFile.searchFile', options);
3516
+ const lines = splitLines(stdout);
3517
+ if (!prepare) {
3518
+ return lines;
3519
+ }
3520
+ const filtered = filterQuickPickItems(lines, value);
3521
+ return filtered;
3828
3522
  };
3829
3523
 
3830
- const commandMap = {
3831
- 'QuickPick.addMenuEntries': add,
3832
- 'QuickPick.create2': create$1,
3833
- 'QuickPick.focusFirst': wrapCommand(focusFirst),
3834
- 'QuickPick.focusIndex': wrapCommand(focusIndex),
3835
- 'QuickPick.focusLast': wrapCommand(focusLast),
3836
- 'QuickPick.focusNext': wrapCommand(focusNext),
3837
- 'QuickPick.focusPrevious': wrapCommand(focusPrevious),
3838
- 'QuickPick.getCommandIds': getCommandIds,
3839
- 'QuickPick.getKeyBindings': getKeyBindings,
3840
- 'QuickPick.handleBeforeInput': wrapCommand(handleBeforeInput),
3841
- 'QuickPick.handleBlur': wrapCommand(handleBlur),
3842
- 'QuickPick.handleClickAt': wrapCommand(handleClickAt),
3843
- 'QuickPick.handleInput': wrapCommand(handleInput),
3844
- 'QuickPick.handleWheel': wrapCommand(handleWheel),
3845
- 'QuickPick.loadContent': wrapCommand(loadContent),
3846
- 'QuickPick.loadEntries2': load,
3847
- 'QuickPick.render': doRender,
3848
- 'QuickPick.selectCurrentIndex': wrapCommand(selectCurrentIndex),
3849
- 'QuickPick.selectIndex': wrapCommand(selectIndex),
3850
- 'QuickPick.selectItem': wrapCommand(selectItem),
3851
- 'QuickPick.setDeltaY': wrapCommand(setDeltaY),
3852
- 'QuickPick.setValue': wrapCommand(setValue),
3853
- 'SearchFile.filter': filterQuickPickItems,
3854
- 'SearchFile.searchFile': searchFile$1,
3855
- 'SearchFile.searchFileWithFetch': searchFile$4,
3856
- 'SearchFile.searchFileWithHtml': searchFile$3,
3857
- 'SearchFile.searchFileWithRipGrep': searchFile$2,
3858
- // deprecated
3859
- 'QuickPick.create': create,
3860
- 'QuickPick.loadEntries': loadQuickPickEntries,
3861
- 'FileSystemFetch.chmod': chmod,
3862
- 'FileSystemFetch.getBlob': getBlob,
3863
- 'FileSystemFetch.mkdir': mkdir,
3864
- 'FileSystemFetch.readDirWithFileTypes': readDirWithFileTypes,
3865
- 'FileSystemFetch.readFile': readFile,
3866
- 'FileSystemFetch.remove': remove,
3867
- 'FileSystemFetch.writeFile': writeFile,
3868
- 'FileSystemMemory.chmod': chmod$1,
3869
- 'FileSystemMemory.getBlob': getBlob$2,
3870
- 'FileSystemMemory.getBlobUrl': getBlobUrl,
3871
- 'FileSystemMemory.getFiles': getFiles,
3872
- 'FileSystemMemory.mkdir': mkdir$1,
3873
- 'FileSystemMemory.readDirWithFileTypes': readDirWithFileTypes$1,
3874
- 'FileSystemMemory.readFile': readFile$1,
3875
- 'FileSystemMemory.remove': remove$1,
3876
- 'FileSystemMemory.writeFile': writeFile$1
3524
+ const searchModules = {
3525
+ [Memfs]: searchFile$3,
3526
+ [Fetch]: searchFile$2,
3527
+ [Html]: searchFile$1,
3528
+ [File]: searchFile,
3529
+ [Default]: searchFile
3877
3530
  };
3878
3531
 
3879
3532
  const listen = async () => {
3533
+ register$1(searchModules);
3534
+ register(quickPickEntriesModules);
3880
3535
  const rpc = await WebWorkerRpcClient.create({
3881
3536
  commandMap: commandMap
3882
3537
  });