@lvce-editor/static-server 0.40.8 → 0.40.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1854) hide show
  1. package/package.json +1 -1
  2. package/src/parts/Files/Files.js +1845 -1829
  3. package/src/parts/GetResponseInfo/GetResponseInfo.js +1 -1
  4. package/src/parts/Headers/Headers.js +15 -15
  5. package/static/{8b59747 → 8c086b8}/css/App.css +82 -82
  6. package/static/{8b59747 → 8c086b8}/extensions/builtin.vscode-icons/icon-theme.json +114 -2
  7. package/static/8c086b8/file-icons/file_type_antlers_html.svg +1 -0
  8. package/static/8c086b8/file-icons/file_type_attw.svg +1 -0
  9. package/static/8c086b8/file-icons/file_type_capnp.svg +1 -0
  10. package/static/8c086b8/file-icons/file_type_craco.svg +1 -0
  11. package/static/8c086b8/file-icons/file_type_css.svg +1 -0
  12. package/static/8c086b8/file-icons/file_type_cssmap.svg +1 -0
  13. package/static/8c086b8/file-icons/file_type_deno.svg +1 -0
  14. package/static/8c086b8/file-icons/file_type_epub.svg +1 -0
  15. package/static/8c086b8/file-icons/file_type_flyio.svg +1 -0
  16. package/static/8c086b8/file-icons/file_type_humanstxt.svg +1 -0
  17. package/static/8c086b8/file-icons/file_type_jsr.svg +1 -0
  18. package/static/8c086b8/file-icons/file_type_language_configuration.svg +1 -0
  19. package/static/8c086b8/file-icons/file_type_light_neo4j.svg +1 -0
  20. package/static/8c086b8/file-icons/file_type_light_reactrouter.svg +1 -0
  21. package/static/8c086b8/file-icons/file_type_minecraft.svg +1 -0
  22. package/static/8c086b8/file-icons/file_type_neo4j.svg +1 -0
  23. package/static/8c086b8/file-icons/file_type_reactrouter.svg +1 -0
  24. package/static/8c086b8/file-icons/file_type_rolldown.svg +1 -0
  25. package/static/8c086b8/file-icons/folder_type_minecraft.svg +1 -0
  26. package/static/8c086b8/file-icons/folder_type_minecraft_opened.svg +1 -0
  27. package/static/{8b59747 → 8c086b8}/manifest.json +2 -2
  28. package/static/{8b59747 → 8c086b8}/packages/about-view-worker/dist/aboutWorkerMain.js +29 -7
  29. package/static/{8b59747 → 8c086b8}/packages/explorer-worker/dist/explorerViewWorkerMain.js +846 -867
  30. package/static/{8b59747 → 8c086b8}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
  31. package/static/{8b59747 → 8c086b8}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1 -1
  32. package/static/{8b59747 → 8c086b8}/packages/iframe-worker/dist/iframeWorkerMain.js +1 -1
  33. package/static/{8b59747 → 8c086b8}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
  34. package/static/{8b59747 → 8c086b8}/packages/renderer-worker/dist/rendererWorkerMain.js +717 -833
  35. package/static/{8b59747 → 8c086b8}/packages/test-worker/dist/testWorkerMain.js +767 -731
  36. package/static/{8b59747 → 8c086b8}/packages/text-search-worker/dist/textSearchWorkerMain.js +660 -710
  37. package/static/index.html +4 -4
  38. package/static/8b59747/file-icons/file_type_css.svg +0 -1
  39. package/static/8b59747/file-icons/file_type_cssmap.svg +0 -1
  40. package/static/8b59747/file-icons/file_type_deno.svg +0 -1
  41. package/static/8b59747/js/js-base64.js +0 -296
  42. /package/static/{8b59747 → 8c086b8}/config/colorTheme.json +0 -0
  43. /package/static/{8b59747 → 8c086b8}/config/defaultSettings.json +0 -0
  44. /package/static/{8b59747 → 8c086b8}/config/fileMap.json +0 -0
  45. /package/static/{8b59747 → 8c086b8}/config/webExtensions.json +0 -0
  46. /package/static/{8b59747 → 8c086b8}/css/parts/Animation.css +0 -0
  47. /package/static/{8b59747 → 8c086b8}/css/parts/DebugButtons.css +0 -0
  48. /package/static/{8b59747 → 8c086b8}/css/parts/DebugValue.css +0 -0
  49. /package/static/{8b59747 → 8c086b8}/css/parts/E2eTest.css +0 -0
  50. /package/static/{8b59747 → 8c086b8}/css/parts/E2eTests.css +0 -0
  51. /package/static/{8b59747 → 8c086b8}/css/parts/EditorHover.css +0 -0
  52. /package/static/{8b59747 → 8c086b8}/css/parts/EditorMessage.css +0 -0
  53. /package/static/{8b59747 → 8c086b8}/css/parts/ImagePreview.css +0 -0
  54. /package/static/{8b59747 → 8c086b8}/css/parts/InlineDiffEditor.css +0 -0
  55. /package/static/{8b59747 → 8c086b8}/css/parts/Key.css +0 -0
  56. /package/static/{8b59747 → 8c086b8}/css/parts/KeyBindingsHeader.css +0 -0
  57. /package/static/{8b59747 → 8c086b8}/css/parts/KeyBindingsTable.css +0 -0
  58. /package/static/{8b59747 → 8c086b8}/css/parts/Markdown.css +0 -0
  59. /package/static/{8b59747 → 8c086b8}/css/parts/Progress.css +0 -0
  60. /package/static/{8b59747 → 8c086b8}/css/parts/SearchToggleButton.css +0 -0
  61. /package/static/{8b59747 → 8c086b8}/css/parts/Select.css +0 -0
  62. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletAbout.css +0 -0
  63. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletBrowserViewOverview.css +0 -0
  64. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletDebugConsole.css +0 -0
  65. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletDefineKeyBinding.css +0 -0
  66. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletDialog.css +0 -0
  67. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletDiffEditor.css +0 -0
  68. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletEditorWidgetError.css +0 -0
  69. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletExtensionDetail.css +0 -0
  70. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletExtensions.css +0 -0
  71. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletKeyBindings.css +0 -0
  72. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletMedia.css +0 -0
  73. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletOutput.css +0 -0
  74. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletPanel.css +0 -0
  75. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletPanelTabs.css +0 -0
  76. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletPdf.css +0 -0
  77. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletProblems.css +0 -0
  78. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletReferences.css +0 -0
  79. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletRunAndDebug.css +0 -0
  80. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletScreenCapture.css +0 -0
  81. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletSearch.css +0 -0
  82. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletSimpleBrowser.css +0 -0
  83. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletSourceControl.css +0 -0
  84. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletStorage.css +0 -0
  85. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletTerminal.css +0 -0
  86. /package/static/{8b59747 → 8c086b8}/css/parts/ViewletTerminalTabs.css +0 -0
  87. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-bat/README.md +0 -0
  88. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-bat/extension.json +0 -0
  89. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
  90. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
  91. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-c/README.md +0 -0
  92. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-c/extension.json +0 -0
  93. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
  94. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
  95. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
  96. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
  97. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-cpp/README.md +0 -0
  98. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-cpp/extension.json +0 -0
  99. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
  100. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
  101. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-cson/README.md +0 -0
  102. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-cson/extension.json +0 -0
  103. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
  104. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
  105. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-css/README.md +0 -0
  106. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-css/extension.json +0 -0
  107. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
  108. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
  109. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-dart/README.md +0 -0
  110. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-dart/extension.json +0 -0
  111. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
  112. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-desktop/README.md +0 -0
  113. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-desktop/extension.json +0 -0
  114. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
  115. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-docker/README.md +0 -0
  116. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-docker/extension.json +0 -0
  117. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
  118. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-dotenv/README.md +0 -0
  119. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
  120. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
  121. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
  122. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
  123. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
  124. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-elixir/README.md +0 -0
  125. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-elixir/extension.json +0 -0
  126. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
  127. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-elm/README.md +0 -0
  128. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-elm/extension.json +0 -0
  129. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
  130. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
  131. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
  132. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
  133. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-gn/README.md +0 -0
  134. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-gn/extension.json +0 -0
  135. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
  136. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-go/README.md +0 -0
  137. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-go/extension.json +0 -0
  138. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
  139. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-graphql/README.md +0 -0
  140. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-graphql/extension.json +0 -0
  141. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
  142. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-html/README.md +0 -0
  143. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-html/extension.json +0 -0
  144. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
  145. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
  146. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-java/README.md +0 -0
  147. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-java/extension.json +0 -0
  148. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
  149. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
  150. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-javascript/README.md +0 -0
  151. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-javascript/extension.json +0 -0
  152. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
  153. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
  154. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-json/README.md +0 -0
  155. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-json/extension.json +0 -0
  156. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
  157. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-json5/README.md +0 -0
  158. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-json5/extension.json +0 -0
  159. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
  160. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-jsx/README.md +0 -0
  161. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-jsx/extension.json +0 -0
  162. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
  163. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-julia/README.md +0 -0
  164. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-julia/extension.json +0 -0
  165. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
  166. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-kotlin/README.md +0 -0
  167. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
  168. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
  169. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-less/LICENSE +0 -0
  170. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-less/README.md +0 -0
  171. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-less/extension.json +0 -0
  172. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
  173. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
  174. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-markdown/README.md +0 -0
  175. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-markdown/extension.json +0 -0
  176. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
  177. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-mdx/README.md +0 -0
  178. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-mdx/extension.json +0 -0
  179. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
  180. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-nix/README.md +0 -0
  181. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-nix/extension.json +0 -0
  182. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
  183. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
  184. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
  185. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
  186. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
  187. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-perl/README.md +0 -0
  188. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-perl/extension.json +0 -0
  189. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
  190. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-plaintext/README.md +0 -0
  191. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
  192. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
  193. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-powershell/README.md +0 -0
  194. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-powershell/extension.json +0 -0
  195. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
  196. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-python/README.md +0 -0
  197. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-python/extension.json +0 -0
  198. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
  199. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
  200. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-r/README.md +0 -0
  201. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-r/extension.json +0 -0
  202. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
  203. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-ruby/README.md +0 -0
  204. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-ruby/extension.json +0 -0
  205. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
  206. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-rust/LICENSE +0 -0
  207. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-rust/README.md +0 -0
  208. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-rust/extension.json +0 -0
  209. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
  210. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
  211. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-scss/README.md +0 -0
  212. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-scss/extension.json +0 -0
  213. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
  214. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
  215. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-shellscript/README.md +0 -0
  216. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
  217. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
  218. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-svelte/README.md +0 -0
  219. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-svelte/extension.json +0 -0
  220. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
  221. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-terraform/README.md +0 -0
  222. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-terraform/extension.json +0 -0
  223. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
  224. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-toml/README.md +0 -0
  225. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-toml/extension.json +0 -0
  226. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
  227. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-typescript/README.md +0 -0
  228. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-typescript/extension.json +0 -0
  229. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
  230. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-vue/README.md +0 -0
  231. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-vue/extension.json +0 -0
  232. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
  233. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-wgsl/README.md +0 -0
  234. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
  235. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
  236. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
  237. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-xml/README.md +0 -0
  238. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-xml/extension.json +0 -0
  239. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
  240. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-yaml/README.md +0 -0
  241. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-yaml/extension.json +0 -0
  242. /package/static/{8b59747 → 8c086b8}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
  243. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
  244. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
  245. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
  246. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  247. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-ayu/README.md +0 -0
  248. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-ayu/color-theme.json +0 -0
  249. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-ayu/extension.json +0 -0
  250. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-cobalt2/README.md +0 -0
  251. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
  252. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-cobalt2/extension.json +0 -0
  253. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  254. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  255. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-gruvbox/README.md +0 -0
  256. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
  257. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-gruvbox/extension.json +0 -0
  258. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-high-contrast/README.md +0 -0
  259. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
  260. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-high-contrast/extension.json +0 -0
  261. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-material/README.md +0 -0
  262. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-material/color-theme.json +0 -0
  263. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-material/extension.json +0 -0
  264. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-monokai/README.md +0 -0
  265. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-monokai/color-theme.json +0 -0
  266. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-monokai/extension.json +0 -0
  267. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-noctis-uva/README.md +0 -0
  268. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
  269. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
  270. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  271. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-palenight/README.md +0 -0
  272. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-palenight/color-theme.json +0 -0
  273. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-palenight/extension.json +0 -0
  274. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-palenight/images/demo.png +0 -0
  275. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-slime/README.md +0 -0
  276. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-slime/color-theme.json +0 -0
  277. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-slime/extension.json +0 -0
  278. /package/static/{8b59747 → 8c086b8}/extensions/builtin.theme-slime/icon.png +0 -0
  279. /package/static/{8b59747 → 8c086b8}/extensions/builtin.vscode-icons/README.md +0 -0
  280. /package/static/{8b59747 → 8c086b8}/extensions/builtin.vscode-icons/extension.json +0 -0
  281. /package/static/{8b59747 → 8c086b8}/extensions/builtin.vscode-icons/icon.png +0 -0
  282. /package/static/{8b59747 → 8c086b8}/file-icons/default_file.svg +0 -0
  283. /package/static/{8b59747 → 8c086b8}/file-icons/default_folder.svg +0 -0
  284. /package/static/{8b59747 → 8c086b8}/file-icons/default_folder_opened.svg +0 -0
  285. /package/static/{8b59747 → 8c086b8}/file-icons/default_root_folder.svg +0 -0
  286. /package/static/{8b59747 → 8c086b8}/file-icons/default_root_folder_opened.svg +0 -0
  287. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_access.svg +0 -0
  288. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_access2.svg +0 -0
  289. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_actionscript.svg +0 -0
  290. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_actionscript2.svg +0 -0
  291. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ada.svg +0 -0
  292. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_advpl.svg +0 -0
  293. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_affectscript.svg +0 -0
  294. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_affinitydesigner.svg +0 -0
  295. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_affinityphoto.svg +0 -0
  296. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_affinitypublisher.svg +0 -0
  297. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ai.svg +0 -0
  298. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ai2.svg +0 -0
  299. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_al.svg +0 -0
  300. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_al_dal.svg +0 -0
  301. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_allcontributors.svg +0 -0
  302. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_angular.svg +0 -0
  303. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ansible.svg +0 -0
  304. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_antlr.svg +0 -0
  305. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_anyscript.svg +0 -0
  306. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_apache.svg +0 -0
  307. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_apex.svg +0 -0
  308. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_api_extractor.svg +0 -0
  309. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_apib.svg +0 -0
  310. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_apib2.svg +0 -0
  311. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_apl.svg +0 -0
  312. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_applescript.svg +0 -0
  313. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_appscript.svg +0 -0
  314. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_appsemble.svg +0 -0
  315. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_appveyor.svg +0 -0
  316. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_arduino.svg +0 -0
  317. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_asciidoc.svg +0 -0
  318. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_asp.svg +0 -0
  319. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_aspx.svg +0 -0
  320. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_assembly.svg +0 -0
  321. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_astro.svg +0 -0
  322. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_astroconfig.svg +0 -0
  323. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_atom.svg +0 -0
  324. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ats.svg +0 -0
  325. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_audio.svg +0 -0
  326. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_aurelia.svg +0 -0
  327. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_autohotkey.svg +0 -0
  328. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_autoit.svg +0 -0
  329. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_avif.svg +0 -0
  330. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_avro.svg +0 -0
  331. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_awk.svg +0 -0
  332. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_aws.svg +0 -0
  333. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_azure.svg +0 -0
  334. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_azurepipelines.svg +0 -0
  335. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_babel.svg +0 -0
  336. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_babel2.svg +0 -0
  337. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ballerina.svg +0 -0
  338. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bat.svg +0 -0
  339. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bats.svg +0 -0
  340. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bazaar.svg +0 -0
  341. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bazel.svg +0 -0
  342. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bazel_ignore.svg +0 -0
  343. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bazel_version.svg +0 -0
  344. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_befunge.svg +0 -0
  345. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bicep.svg +0 -0
  346. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_biml.svg +0 -0
  347. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_binary.svg +0 -0
  348. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_biome.svg +0 -0
  349. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bitbucketpipeline.svg +0 -0
  350. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bithound.svg +0 -0
  351. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_blade.svg +0 -0
  352. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_blitzbasic.svg +0 -0
  353. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bolt.svg +0 -0
  354. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bosque.svg +0 -0
  355. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bower.svg +0 -0
  356. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bower2.svg +0 -0
  357. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_browserslist.svg +0 -0
  358. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bruno.svg +0 -0
  359. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_buckbuild.svg +0 -0
  360. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_buf.svg +0 -0
  361. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bun.svg +0 -0
  362. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bundlemon.svg +0 -0
  363. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bundler.svg +0 -0
  364. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_bunfig.svg +0 -0
  365. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_c.svg +0 -0
  366. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_c2.svg +0 -0
  367. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_c3.svg +0 -0
  368. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_c_al.svg +0 -0
  369. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cabal.svg +0 -0
  370. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_caddy.svg +0 -0
  371. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cake.svg +0 -0
  372. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cakephp.svg +0 -0
  373. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_capacitor.svg +0 -0
  374. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cargo.svg +0 -0
  375. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_casc.svg +0 -0
  376. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cddl.svg +0 -0
  377. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cert.svg +0 -0
  378. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ceylon.svg +0 -0
  379. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cf.svg +0 -0
  380. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cf2.svg +0 -0
  381. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cfc.svg +0 -0
  382. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cfc2.svg +0 -0
  383. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cfm.svg +0 -0
  384. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cfm2.svg +0 -0
  385. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cheader.svg +0 -0
  386. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_chef.svg +0 -0
  387. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_chef_cookbook.svg +0 -0
  388. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_circleci.svg +0 -0
  389. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_class.svg +0 -0
  390. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_clojure.svg +0 -0
  391. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_clojurescript.svg +0 -0
  392. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cloudfoundry.svg +0 -0
  393. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cmake.svg +0 -0
  394. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cobol.svg +0 -0
  395. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_codacy.svg +0 -0
  396. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_codeclimate.svg +0 -0
  397. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_codecov.svg +0 -0
  398. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_codekit.svg +0 -0
  399. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_codeowners.svg +0 -0
  400. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_codeql.svg +0 -0
  401. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_coderabbit.svg +0 -0
  402. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_coffeelint.svg +0 -0
  403. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_coffeescript.svg +0 -0
  404. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_commitizen.svg +0 -0
  405. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_commitlint.svg +0 -0
  406. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_compass.svg +0 -0
  407. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_composer.svg +0 -0
  408. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_conan.svg +0 -0
  409. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_conda.svg +0 -0
  410. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_config.svg +0 -0
  411. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_confluence.svg +0 -0
  412. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_coverage.svg +0 -0
  413. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_coveralls.svg +0 -0
  414. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cpp.svg +0 -0
  415. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cpp2.svg +0 -0
  416. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cpp3.svg +0 -0
  417. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cppheader.svg +0 -0
  418. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_crowdin.svg +0 -0
  419. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_crystal.svg +0 -0
  420. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_csharp.svg +0 -0
  421. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_csharp2.svg +0 -0
  422. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cspell.svg +0 -0
  423. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_csproj.svg +0 -0
  424. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_csscomb.svg +0 -0
  425. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_csslint.svg +0 -0
  426. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cucumber.svg +0 -0
  427. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cuda.svg +0 -0
  428. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cvs.svg +0 -0
  429. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cypress.svg +0 -0
  430. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cypress_spec.svg +0 -0
  431. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_cython.svg +0 -0
  432. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dal.svg +0 -0
  433. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_darcs.svg +0 -0
  434. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dartlang.svg +0 -0
  435. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dartlang_generated.svg +0 -0
  436. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dartlang_ignore.svg +0 -0
  437. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_datadog.svg +0 -0
  438. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_db.svg +0 -0
  439. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_debian.svg +0 -0
  440. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_delphi.svg +0 -0
  441. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_denoify.svg +0 -0
  442. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dependabot.svg +0 -0
  443. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dependencies.svg +0 -0
  444. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_devcontainer.svg +0 -0
  445. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dhall.svg +0 -0
  446. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_diff.svg +0 -0
  447. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_django.svg +0 -0
  448. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dlang.svg +0 -0
  449. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_docker.svg +0 -0
  450. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_docker2.svg +0 -0
  451. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dockertest.svg +0 -0
  452. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dockertest2.svg +0 -0
  453. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_docpad.svg +0 -0
  454. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_docz.svg +0 -0
  455. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dojo.svg +0 -0
  456. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_doppler.svg +0 -0
  457. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dotenv.svg +0 -0
  458. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dotjs.svg +0 -0
  459. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_doxygen.svg +0 -0
  460. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_drawio.svg +0 -0
  461. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_drone.svg +0 -0
  462. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_drools.svg +0 -0
  463. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dtd.svg +0 -0
  464. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dustjs.svg +0 -0
  465. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dvc.svg +0 -0
  466. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_dylan.svg +0 -0
  467. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_earthly.svg +0 -0
  468. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_eas-metadata.svg +0 -0
  469. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_edge.svg +0 -0
  470. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_edge2.svg +0 -0
  471. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_editorconfig.svg +0 -0
  472. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_eex.svg +0 -0
  473. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ejs.svg +0 -0
  474. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_elastic.svg +0 -0
  475. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_elasticbeanstalk.svg +0 -0
  476. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_eleventy.svg +0 -0
  477. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_eleventy2.svg +0 -0
  478. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_elixir.svg +0 -0
  479. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_elm.svg +0 -0
  480. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_elm2.svg +0 -0
  481. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_emacs.svg +0 -0
  482. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ember.svg +0 -0
  483. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ensime.svg +0 -0
  484. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_eps.svg +0 -0
  485. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_erb.svg +0 -0
  486. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_erlang.svg +0 -0
  487. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_erlang2.svg +0 -0
  488. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_esbuild.svg +0 -0
  489. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_eslint.svg +0 -0
  490. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_eslint2.svg +0 -0
  491. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_esphome.svg +0 -0
  492. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_excalidraw.svg +0 -0
  493. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_excel.svg +0 -0
  494. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_excel2.svg +0 -0
  495. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_expo.svg +0 -0
  496. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_falcon.svg +0 -0
  497. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_fantasticon.svg +0 -0
  498. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_fauna.svg +0 -0
  499. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_favicon.svg +0 -0
  500. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_fbx.svg +0 -0
  501. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_firebase.svg +0 -0
  502. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_firebasehosting.svg +0 -0
  503. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_firestore.svg +0 -0
  504. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_fitbit.svg +0 -0
  505. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_fla.svg +0 -0
  506. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_flareact.svg +0 -0
  507. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_flash.svg +0 -0
  508. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_floobits.svg +0 -0
  509. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_flow.svg +0 -0
  510. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_flutter.svg +0 -0
  511. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_flutter_package.svg +0 -0
  512. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_font.svg +0 -0
  513. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_formkit.svg +0 -0
  514. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_fortran.svg +0 -0
  515. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_fossa.svg +0 -0
  516. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_fossil.svg +0 -0
  517. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_freemarker.svg +0 -0
  518. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_frontcommerce.svg +0 -0
  519. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_fsharp.svg +0 -0
  520. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_fsharp2.svg +0 -0
  521. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_fsproj.svg +0 -0
  522. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_fthtml.svg +0 -0
  523. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_funding.svg +0 -0
  524. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_fusebox.svg +0 -0
  525. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_galen.svg +0 -0
  526. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_galen2.svg +0 -0
  527. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gamemaker.svg +0 -0
  528. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gamemaker2.svg +0 -0
  529. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gamemaker81.svg +0 -0
  530. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gatsby.svg +0 -0
  531. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gcloud.svg +0 -0
  532. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gcode.svg +0 -0
  533. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gdscript.svg +0 -0
  534. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_genstat.svg +0 -0
  535. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_git.svg +0 -0
  536. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_git2.svg +0 -0
  537. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gitlab.svg +0 -0
  538. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gitpod.svg +0 -0
  539. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gleam.svg +0 -0
  540. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gleamconfig.svg +0 -0
  541. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_glide.svg +0 -0
  542. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_glitter.svg +0 -0
  543. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_glsl.svg +0 -0
  544. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_glyphs.svg +0 -0
  545. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gnu.svg +0 -0
  546. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gnuplot.svg +0 -0
  547. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_go.svg +0 -0
  548. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_go_aqua.svg +0 -0
  549. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_go_black.svg +0 -0
  550. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_go_fuchsia.svg +0 -0
  551. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_go_gopher.svg +0 -0
  552. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_go_lightblue.svg +0 -0
  553. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_go_package.svg +0 -0
  554. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_go_white.svg +0 -0
  555. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_go_work.svg +0 -0
  556. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_go_yellow.svg +0 -0
  557. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_goctl.svg +0 -0
  558. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_godot.svg +0 -0
  559. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gpg.svg +0 -0
  560. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gradle.svg +0 -0
  561. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gradle2.svg +0 -0
  562. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_grain.svg +0 -0
  563. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_graphql.svg +0 -0
  564. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_graphql_config.svg +0 -0
  565. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_graphviz.svg +0 -0
  566. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_greenkeeper.svg +0 -0
  567. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gridsome.svg +0 -0
  568. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_groovy.svg +0 -0
  569. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_groovy2.svg +0 -0
  570. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_grunt.svg +0 -0
  571. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_gulp.svg +0 -0
  572. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_haml.svg +0 -0
  573. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_handlebars.svg +0 -0
  574. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_handlebars2.svg +0 -0
  575. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_harbour.svg +0 -0
  576. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_hardhat.svg +0 -0
  577. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_hashicorp.svg +0 -0
  578. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_haskell.svg +0 -0
  579. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_haskell2.svg +0 -0
  580. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_haxe.svg +0 -0
  581. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_haxecheckstyle.svg +0 -0
  582. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_haxedevelop.svg +0 -0
  583. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_helix.svg +0 -0
  584. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_helm.svg +0 -0
  585. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_hjson.svg +0 -0
  586. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_hlsl.svg +0 -0
  587. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_homeassistant.svg +0 -0
  588. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_horusec.svg +0 -0
  589. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_host.svg +0 -0
  590. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_html.svg +0 -0
  591. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_htmlhint.svg +0 -0
  592. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_htmlvalidate.svg +0 -0
  593. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_http.svg +0 -0
  594. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_hunspell.svg +0 -0
  595. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_husky.svg +0 -0
  596. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_hy.svg +0 -0
  597. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_hygen.svg +0 -0
  598. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_hypr.svg +0 -0
  599. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_icl.svg +0 -0
  600. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_idris.svg +0 -0
  601. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_idrisbin.svg +0 -0
  602. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_idrispkg.svg +0 -0
  603. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_image.svg +0 -0
  604. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_imba.svg +0 -0
  605. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_inc.svg +0 -0
  606. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_infopath.svg +0 -0
  607. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_informix.svg +0 -0
  608. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ini.svg +0 -0
  609. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ink.svg +0 -0
  610. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_innosetup.svg +0 -0
  611. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_io.svg +0 -0
  612. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_iodine.svg +0 -0
  613. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ionic.svg +0 -0
  614. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jake.svg +0 -0
  615. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_janet.svg +0 -0
  616. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jar.svg +0 -0
  617. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jasmine.svg +0 -0
  618. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_java.svg +0 -0
  619. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jbuilder.svg +0 -0
  620. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jekyll.svg +0 -0
  621. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jenkins.svg +0 -0
  622. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jest.svg +0 -0
  623. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jest_snapshot.svg +0 -0
  624. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jinja.svg +0 -0
  625. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jpm.svg +0 -0
  626. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_js.svg +0 -0
  627. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_js_official.svg +0 -0
  628. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jsbeautify.svg +0 -0
  629. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jsconfig.svg +0 -0
  630. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jscpd.svg +0 -0
  631. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jshint.svg +0 -0
  632. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jsmap.svg +0 -0
  633. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_json.svg +0 -0
  634. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_json2.svg +0 -0
  635. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_json5.svg +0 -0
  636. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_json_official.svg +0 -0
  637. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_json_schema.svg +0 -0
  638. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jsonld.svg +0 -0
  639. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jsonnet.svg +0 -0
  640. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jsp.svg +0 -0
  641. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jss.svg +0 -0
  642. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_juice.svg +0 -0
  643. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_julia.svg +0 -0
  644. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_julia2.svg +0 -0
  645. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_jupyter.svg +0 -0
  646. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_k.svg +0 -0
  647. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_karma.svg +0 -0
  648. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_key.svg +0 -0
  649. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_kitchenci.svg +0 -0
  650. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_kite.svg +0 -0
  651. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_kivy.svg +0 -0
  652. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_knip.svg +0 -0
  653. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_kos.svg +0 -0
  654. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_kotlin.svg +0 -0
  655. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_kusto.svg +0 -0
  656. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_latino.svg +0 -0
  657. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_layout.svg +0 -0
  658. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_lerna.svg +0 -0
  659. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_less.svg +0 -0
  660. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_lex.svg +0 -0
  661. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_liara.svg +0 -0
  662. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_libreoffice_base.svg +0 -0
  663. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_libreoffice_calc.svg +0 -0
  664. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_libreoffice_draw.svg +0 -0
  665. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_libreoffice_impress.svg +0 -0
  666. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_libreoffice_math.svg +0 -0
  667. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_libreoffice_writer.svg +0 -0
  668. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_license.svg +0 -0
  669. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_licensebat.svg +0 -0
  670. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_actionscript2.svg +0 -0
  671. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_ada.svg +0 -0
  672. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_apl.svg +0 -0
  673. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_astro.svg +0 -0
  674. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_astroconfig.svg +0 -0
  675. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_babel.svg +0 -0
  676. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_babel2.svg +0 -0
  677. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_cabal.svg +0 -0
  678. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_circleci.svg +0 -0
  679. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_cloudfoundry.svg +0 -0
  680. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_codacy.svg +0 -0
  681. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_codeclimate.svg +0 -0
  682. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_codeowners.svg +0 -0
  683. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_config.svg +0 -0
  684. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_crystal.svg +0 -0
  685. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_cypress.svg +0 -0
  686. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_cypress_spec.svg +0 -0
  687. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_db.svg +0 -0
  688. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_deno.svg +0 -0
  689. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_dhall.svg +0 -0
  690. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_docpad.svg +0 -0
  691. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_drone.svg +0 -0
  692. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_eas-metadata.svg +0 -0
  693. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_eleventy.svg +0 -0
  694. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_eleventy2.svg +0 -0
  695. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_esphome.svg +0 -0
  696. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_expo.svg +0 -0
  697. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_firebasehosting.svg +0 -0
  698. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_fla.svg +0 -0
  699. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_font.svg +0 -0
  700. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_gamemaker2.svg +0 -0
  701. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_gradle.svg +0 -0
  702. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_hashicorp.svg +0 -0
  703. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_hjson.svg +0 -0
  704. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_ini.svg +0 -0
  705. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_io.svg +0 -0
  706. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_js.svg +0 -0
  707. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_jsconfig.svg +0 -0
  708. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_jsmap.svg +0 -0
  709. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_json.svg +0 -0
  710. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_json5.svg +0 -0
  711. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_json_schema.svg +0 -0
  712. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_jsonld.svg +0 -0
  713. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_kite.svg +0 -0
  714. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_lerna.svg +0 -0
  715. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_mailing.svg +0 -0
  716. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_mdx-components.svg +0 -0
  717. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_mdx.svg +0 -0
  718. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_mlang.svg +0 -0
  719. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_mustache.svg +0 -0
  720. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_netlify.svg +0 -0
  721. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_next.svg +0 -0
  722. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_nim.svg +0 -0
  723. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_nx.svg +0 -0
  724. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_objidconfig.svg +0 -0
  725. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_openHAB.svg +0 -0
  726. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_pcl.svg +0 -0
  727. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_pnpm.svg +0 -0
  728. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_prettier.svg +0 -0
  729. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_prisma.svg +0 -0
  730. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_purescript.svg +0 -0
  731. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_quasar.svg +0 -0
  732. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_raku.svg +0 -0
  733. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_razzle.svg +0 -0
  734. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_rehype.svg +0 -0
  735. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_remark.svg +0 -0
  736. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_replit.svg +0 -0
  737. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_retext.svg +0 -0
  738. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_rome.svg +0 -0
  739. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_rubocop.svg +0 -0
  740. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_rust.svg +0 -0
  741. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_rust_toolchain.svg +0 -0
  742. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_safetensors.svg +0 -0
  743. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_shaderlab.svg +0 -0
  744. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_solidity.svg +0 -0
  745. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_spin.svg +0 -0
  746. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_stylelint.svg +0 -0
  747. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_stylus.svg +0 -0
  748. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_symfony.svg +0 -0
  749. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_systemd.svg +0 -0
  750. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_systemverilog.svg +0 -0
  751. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_testcafe.svg +0 -0
  752. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_testjs.svg +0 -0
  753. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_tex.svg +0 -0
  754. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_tm.svg +0 -0
  755. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_tmux.svg +0 -0
  756. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_todo.svg +0 -0
  757. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_toit.svg +0 -0
  758. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_toml.svg +0 -0
  759. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_tree.svg +0 -0
  760. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_turbo.svg +0 -0
  761. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_unibeautify.svg +0 -0
  762. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_vash.svg +0 -0
  763. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_vercel.svg +0 -0
  764. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_vsix.svg +0 -0
  765. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_vsixmanifest.svg +0 -0
  766. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_xfl.svg +0 -0
  767. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_xorg.svg +0 -0
  768. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_yaml.svg +0 -0
  769. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_light_zeit.svg +0 -0
  770. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_lighthouse.svg +0 -0
  771. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_lilypond.svg +0 -0
  772. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_lime.svg +0 -0
  773. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_lintstagedrc.svg +0 -0
  774. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_liquid.svg +0 -0
  775. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_lisp.svg +0 -0
  776. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_livescript.svg +0 -0
  777. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_lnk.svg +0 -0
  778. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_locale.svg +0 -0
  779. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_log.svg +0 -0
  780. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_lolcode.svg +0 -0
  781. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_lsl.svg +0 -0
  782. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_lua.svg +0 -0
  783. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_luau.svg +0 -0
  784. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_lync.svg +0 -0
  785. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mailing.svg +0 -0
  786. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_makefile.svg +0 -0
  787. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_manifest.svg +0 -0
  788. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_manifest_bak.svg +0 -0
  789. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_manifest_skip.svg +0 -0
  790. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_map.svg +0 -0
  791. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mariadb.svg +0 -0
  792. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_markdown.svg +0 -0
  793. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_markdownlint.svg +0 -0
  794. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_markdownlint_ignore.svg +0 -0
  795. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_marko.svg +0 -0
  796. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_markojs.svg +0 -0
  797. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_master-co.svg +0 -0
  798. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_matlab.svg +0 -0
  799. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_maven.svg +0 -0
  800. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_maxscript.svg +0 -0
  801. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_maya.svg +0 -0
  802. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mdx-components.svg +0 -0
  803. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mdx.svg +0 -0
  804. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mediawiki.svg +0 -0
  805. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mercurial.svg +0 -0
  806. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mermaid.svg +0 -0
  807. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_meson.svg +0 -0
  808. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_meteor.svg +0 -0
  809. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mivascript.svg +0 -0
  810. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mjml.svg +0 -0
  811. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mlang.svg +0 -0
  812. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mocha.svg +0 -0
  813. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_modernizr.svg +0 -0
  814. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mojo.svg +0 -0
  815. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mojolicious.svg +0 -0
  816. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_moleculer.svg +0 -0
  817. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mondoo.svg +0 -0
  818. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mongo.svg +0 -0
  819. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_monotone.svg +0 -0
  820. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_motif.svg +0 -0
  821. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mson.svg +0 -0
  822. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mustache.svg +0 -0
  823. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mvt.svg +0 -0
  824. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mvtcss.svg +0 -0
  825. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mvtjs.svg +0 -0
  826. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_mysql.svg +0 -0
  827. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ndst.svg +0 -0
  828. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nearly.svg +0 -0
  829. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_adapter_js.svg +0 -0
  830. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_adapter_ts.svg +0 -0
  831. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_controller_js.svg +0 -0
  832. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_controller_ts.svg +0 -0
  833. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_decorator_js.svg +0 -0
  834. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_decorator_ts.svg +0 -0
  835. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_filter_js.svg +0 -0
  836. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_filter_ts.svg +0 -0
  837. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_gateway_js.svg +0 -0
  838. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_gateway_ts.svg +0 -0
  839. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_guard_js.svg +0 -0
  840. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_guard_ts.svg +0 -0
  841. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_interceptor_js.svg +0 -0
  842. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
  843. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_middleware_js.svg +0 -0
  844. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_middleware_ts.svg +0 -0
  845. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_module_js.svg +0 -0
  846. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_module_ts.svg +0 -0
  847. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_pipe_js.svg +0 -0
  848. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_pipe_ts.svg +0 -0
  849. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_service_js.svg +0 -0
  850. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nest_service_ts.svg +0 -0
  851. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nestjs.svg +0 -0
  852. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_netlify.svg +0 -0
  853. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_next.svg +0 -0
  854. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nextflow.svg +0 -0
  855. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_component_css.svg +0 -0
  856. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_component_dart.svg +0 -0
  857. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_component_html.svg +0 -0
  858. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_component_js.svg +0 -0
  859. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_component_js2.svg +0 -0
  860. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_component_less.svg +0 -0
  861. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_component_sass.svg +0 -0
  862. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_component_scss.svg +0 -0
  863. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_component_ts.svg +0 -0
  864. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_component_ts2.svg +0 -0
  865. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_controller_js.svg +0 -0
  866. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_controller_ts.svg +0 -0
  867. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_directive_dart.svg +0 -0
  868. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_directive_js.svg +0 -0
  869. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_directive_js2.svg +0 -0
  870. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_directive_ts.svg +0 -0
  871. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_directive_ts2.svg +0 -0
  872. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_guard_dart.svg +0 -0
  873. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_guard_js.svg +0 -0
  874. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_guard_ts.svg +0 -0
  875. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
  876. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_interceptor_js.svg +0 -0
  877. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
  878. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_module_dart.svg +0 -0
  879. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_module_js.svg +0 -0
  880. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_module_js2.svg +0 -0
  881. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_module_ts.svg +0 -0
  882. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_module_ts2.svg +0 -0
  883. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_pipe_dart.svg +0 -0
  884. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_pipe_js.svg +0 -0
  885. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_pipe_js2.svg +0 -0
  886. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_pipe_ts.svg +0 -0
  887. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
  888. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_routing_dart.svg +0 -0
  889. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_routing_js.svg +0 -0
  890. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_routing_js2.svg +0 -0
  891. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_routing_ts.svg +0 -0
  892. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_routing_ts2.svg +0 -0
  893. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_service_dart.svg +0 -0
  894. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_service_js.svg +0 -0
  895. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_service_js2.svg +0 -0
  896. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_service_ts.svg +0 -0
  897. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_service_ts2.svg +0 -0
  898. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
  899. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_smart_component_js.svg +0 -0
  900. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
  901. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
  902. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
  903. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ng_tailwind.svg +0 -0
  904. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nginx.svg +0 -0
  905. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nim.svg +0 -0
  906. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nimble.svg +0 -0
  907. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ninja.svg +0 -0
  908. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nix.svg +0 -0
  909. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_njsproj.svg +0 -0
  910. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_noc.svg +0 -0
  911. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_node.svg +0 -0
  912. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_node2.svg +0 -0
  913. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nodemon.svg +0 -0
  914. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_npm.svg +0 -0
  915. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nsi.svg +0 -0
  916. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nsri-integrity.svg +0 -0
  917. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nsri.svg +0 -0
  918. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nuget.svg +0 -0
  919. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_numpy.svg +0 -0
  920. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nunjucks.svg +0 -0
  921. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nuxt.svg +0 -0
  922. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nx.svg +0 -0
  923. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_nyc.svg +0 -0
  924. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_objectivec.svg +0 -0
  925. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_objectivecpp.svg +0 -0
  926. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_objidconfig.svg +0 -0
  927. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ocaml.svg +0 -0
  928. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ocaml_intf.svg +0 -0
  929. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ogone.svg +0 -0
  930. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_onenote.svg +0 -0
  931. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_openHAB.svg +0 -0
  932. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_opencl.svg +0 -0
  933. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_openscad.svg +0 -0
  934. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_org.svg +0 -0
  935. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_outlook.svg +0 -0
  936. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ovpn.svg +0 -0
  937. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_package.svg +0 -0
  938. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_paket.svg +0 -0
  939. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pandacss.svg +0 -0
  940. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_patch.svg +0 -0
  941. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pcl.svg +0 -0
  942. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pddl.svg +0 -0
  943. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pddl_happenings.svg +0 -0
  944. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pddl_plan.svg +0 -0
  945. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pdf.svg +0 -0
  946. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pdf2.svg +0 -0
  947. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pdm.svg +0 -0
  948. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_peeky.svg +0 -0
  949. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_perl.svg +0 -0
  950. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_perl2.svg +0 -0
  951. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_perl6.svg +0 -0
  952. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pgsql.svg +0 -0
  953. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_photoshop.svg +0 -0
  954. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_photoshop2.svg +0 -0
  955. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_php.svg +0 -0
  956. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_php2.svg +0 -0
  957. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_php3.svg +0 -0
  958. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_phpcsfixer.svg +0 -0
  959. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_phpstan.svg +0 -0
  960. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_phpunit.svg +0 -0
  961. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_phraseapp.svg +0 -0
  962. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pine.svg +0 -0
  963. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pip.svg +0 -0
  964. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pipeline.svg +0 -0
  965. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_plantuml.svg +0 -0
  966. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_platformio.svg +0 -0
  967. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_playwright.svg +0 -0
  968. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_plsql.svg +0 -0
  969. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_plsql_package.svg +0 -0
  970. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_plsql_package_body.svg +0 -0
  971. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_plsql_package_header.svg +0 -0
  972. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_plsql_package_spec.svg +0 -0
  973. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pm2.svg +0 -0
  974. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pnpm.svg +0 -0
  975. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_poedit.svg +0 -0
  976. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_poetry.svg +0 -0
  977. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_polymer.svg +0 -0
  978. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pony.svg +0 -0
  979. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_postcss.svg +0 -0
  980. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_postcssconfig.svg +0 -0
  981. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_postman.svg +0 -0
  982. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_powerpoint.svg +0 -0
  983. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_powerpoint2.svg +0 -0
  984. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_powershell.svg +0 -0
  985. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_powershell2.svg +0 -0
  986. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_powershell_format.svg +0 -0
  987. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_powershell_psd.svg +0 -0
  988. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_powershell_psd2.svg +0 -0
  989. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_powershell_psm.svg +0 -0
  990. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_powershell_psm2.svg +0 -0
  991. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_powershell_types.svg +0 -0
  992. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_preact.svg +0 -0
  993. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_precommit.svg +0 -0
  994. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_prettier.svg +0 -0
  995. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_prisma.svg +0 -0
  996. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_processinglang.svg +0 -0
  997. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_procfile.svg +0 -0
  998. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_progress.svg +0 -0
  999. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_prolog.svg +0 -0
  1000. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_prometheus.svg +0 -0
  1001. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_protobuf.svg +0 -0
  1002. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_protractor.svg +0 -0
  1003. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_publiccode.svg +0 -0
  1004. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_publisher.svg +0 -0
  1005. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pug.svg +0 -0
  1006. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pulumi.svg +0 -0
  1007. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_puppet.svg +0 -0
  1008. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_purescript.svg +0 -0
  1009. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pyenv.svg +0 -0
  1010. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pyret.svg +0 -0
  1011. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pyscript.svg +0 -0
  1012. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_python.svg +0 -0
  1013. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pythowo.svg +0 -0
  1014. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pytyped.svg +0 -0
  1015. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_pyup.svg +0 -0
  1016. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_q.svg +0 -0
  1017. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_qbs.svg +0 -0
  1018. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_qlikview.svg +0 -0
  1019. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_qml.svg +0 -0
  1020. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_qmldir.svg +0 -0
  1021. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_qsharp.svg +0 -0
  1022. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_quasar.svg +0 -0
  1023. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_r.svg +0 -0
  1024. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ra_syntax_tree.svg +0 -0
  1025. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_racket.svg +0 -0
  1026. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rails.svg +0 -0
  1027. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rake.svg +0 -0
  1028. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_raku.svg +0 -0
  1029. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_raml.svg +0 -0
  1030. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_razor.svg +0 -0
  1031. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_razzle.svg +0 -0
  1032. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_reactjs.svg +0 -0
  1033. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_reacttemplate.svg +0 -0
  1034. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_reactts.svg +0 -0
  1035. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_reason.svg +0 -0
  1036. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_red.svg +0 -0
  1037. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_registry.svg +0 -0
  1038. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rego.svg +0 -0
  1039. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rehype.svg +0 -0
  1040. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_remark.svg +0 -0
  1041. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_renovate.svg +0 -0
  1042. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_replit.svg +0 -0
  1043. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rescript.svg +0 -0
  1044. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rest.svg +0 -0
  1045. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_retext.svg +0 -0
  1046. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rexx.svg +0 -0
  1047. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_riot.svg +0 -0
  1048. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rmd.svg +0 -0
  1049. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rnc.svg +0 -0
  1050. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_robotframework.svg +0 -0
  1051. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_robots.svg +0 -0
  1052. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rollup.svg +0 -0
  1053. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rome.svg +0 -0
  1054. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ron.svg +0 -0
  1055. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rproj.svg +0 -0
  1056. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rspec.svg +0 -0
  1057. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rss.svg +0 -0
  1058. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rubocop.svg +0 -0
  1059. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ruby.svg +0 -0
  1060. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rust.svg +0 -0
  1061. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_rust_toolchain.svg +0 -0
  1062. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_s-lang.svg +0 -0
  1063. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_safetensors.svg +0 -0
  1064. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sails.svg +0 -0
  1065. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_saltstack.svg +0 -0
  1066. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_san.svg +0 -0
  1067. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
  1068. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sas.svg +0 -0
  1069. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sass.svg +0 -0
  1070. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sbt.svg +0 -0
  1071. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_scala.svg +0 -0
  1072. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_scilab.svg +0 -0
  1073. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_script.svg +0 -0
  1074. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_scss.svg +0 -0
  1075. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_scss2.svg +0 -0
  1076. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sdlang.svg +0 -0
  1077. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_search_result.svg +0 -0
  1078. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sentry.svg +0 -0
  1079. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sequelize.svg +0 -0
  1080. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_serverless.svg +0 -0
  1081. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_shaderlab.svg +0 -0
  1082. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_shell.svg +0 -0
  1083. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_shellcheck.svg +0 -0
  1084. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_shuttle.svg +0 -0
  1085. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_silverstripe.svg +0 -0
  1086. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sino.svg +0 -0
  1087. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_siyuan.svg +0 -0
  1088. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sketch.svg +0 -0
  1089. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_skipper.svg +0 -0
  1090. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_slang.svg +0 -0
  1091. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_slashup.svg +0 -0
  1092. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_slice.svg +0 -0
  1093. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_slim.svg +0 -0
  1094. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_slint.svg +0 -0
  1095. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sln.svg +0 -0
  1096. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sln2.svg +0 -0
  1097. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_smarty.svg +0 -0
  1098. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_snakemake.svg +0 -0
  1099. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_snapcraft.svg +0 -0
  1100. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_snaplet.svg +0 -0
  1101. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_snort.svg +0 -0
  1102. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_snyk.svg +0 -0
  1103. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_solidarity.svg +0 -0
  1104. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_solidity.svg +0 -0
  1105. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_source.svg +0 -0
  1106. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_spacengine.svg +0 -0
  1107. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sparql.svg +0 -0
  1108. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_spin.svg +0 -0
  1109. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sqf.svg +0 -0
  1110. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sql.svg +0 -0
  1111. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sqlite.svg +0 -0
  1112. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_squirrel.svg +0 -0
  1113. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sss.svg +0 -0
  1114. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sst.svg +0 -0
  1115. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_stan.svg +0 -0
  1116. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_stata.svg +0 -0
  1117. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_stencil.svg +0 -0
  1118. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_storyboard.svg +0 -0
  1119. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_storybook.svg +0 -0
  1120. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_stryker.svg +0 -0
  1121. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_stylable.svg +0 -0
  1122. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_style.svg +0 -0
  1123. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_styled.svg +0 -0
  1124. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_stylelint.svg +0 -0
  1125. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_stylish_haskell.svg +0 -0
  1126. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_stylus.svg +0 -0
  1127. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_sublime.svg +0 -0
  1128. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_subversion.svg +0 -0
  1129. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_svelte.svg +0 -0
  1130. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_svelteconfig.svg +0 -0
  1131. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_svg.svg +0 -0
  1132. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_svgo.svg +0 -0
  1133. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_swagger.svg +0 -0
  1134. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_swc.svg +0 -0
  1135. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_swift.svg +0 -0
  1136. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_swig.svg +0 -0
  1137. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_symfony.svg +0 -0
  1138. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_systemd.svg +0 -0
  1139. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_systemverilog.svg +0 -0
  1140. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_t4tt.svg +0 -0
  1141. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tailwind.svg +0 -0
  1142. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tamagui.svg +0 -0
  1143. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_taskfile.svg +0 -0
  1144. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tauri.svg +0 -0
  1145. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tcl.svg +0 -0
  1146. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_teal.svg +0 -0
  1147. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_templ.svg +0 -0
  1148. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tera.svg +0 -0
  1149. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_terraform.svg +0 -0
  1150. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_test.svg +0 -0
  1151. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_testcafe.svg +0 -0
  1152. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_testjs.svg +0 -0
  1153. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_testplane.svg +0 -0
  1154. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_testts.svg +0 -0
  1155. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tex.svg +0 -0
  1156. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_text.svg +0 -0
  1157. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_textile.svg +0 -0
  1158. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tfs.svg +0 -0
  1159. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tiltfile.svg +0 -0
  1160. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tm.svg +0 -0
  1161. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tmux.svg +0 -0
  1162. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_todo.svg +0 -0
  1163. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_toit.svg +0 -0
  1164. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_toml.svg +0 -0
  1165. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tox.svg +0 -0
  1166. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_travis.svg +0 -0
  1167. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tree.svg +0 -0
  1168. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tres.svg +0 -0
  1169. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_truffle.svg +0 -0
  1170. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_trunk.svg +0 -0
  1171. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tsbuildinfo.svg +0 -0
  1172. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tscn.svg +0 -0
  1173. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tsconfig.svg +0 -0
  1174. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tsconfig_official.svg +0 -0
  1175. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tslint.svg +0 -0
  1176. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tt.svg +0 -0
  1177. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_ttcn.svg +0 -0
  1178. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_tuc.svg +0 -0
  1179. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_turbo.svg +0 -0
  1180. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_twig.svg +0 -0
  1181. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_typedoc.svg +0 -0
  1182. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_typescript.svg +0 -0
  1183. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_typescript_official.svg +0 -0
  1184. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_typescriptdef.svg +0 -0
  1185. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_typescriptdef_official.svg +0 -0
  1186. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_typo3.svg +0 -0
  1187. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_uiua.svg +0 -0
  1188. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_unibeautify.svg +0 -0
  1189. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_unison.svg +0 -0
  1190. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_unlicense.svg +0 -0
  1191. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_unocss.svg +0 -0
  1192. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vagrant.svg +0 -0
  1193. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vala.svg +0 -0
  1194. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vanilla_extract.svg +0 -0
  1195. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vapi.svg +0 -0
  1196. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vapor.svg +0 -0
  1197. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vash.svg +0 -0
  1198. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vb.svg +0 -0
  1199. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vba.svg +0 -0
  1200. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vbhtml.svg +0 -0
  1201. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vbproj.svg +0 -0
  1202. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vcxproj.svg +0 -0
  1203. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_velocity.svg +0 -0
  1204. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vento.svg +0 -0
  1205. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vercel.svg +0 -0
  1206. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_verilog.svg +0 -0
  1207. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vhdl.svg +0 -0
  1208. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_video.svg +0 -0
  1209. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_view.svg +0 -0
  1210. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vim.svg +0 -0
  1211. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vite.svg +0 -0
  1212. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vitest.svg +0 -0
  1213. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vlang.svg +0 -0
  1214. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_volt.svg +0 -0
  1215. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vscode-insiders.svg +0 -0
  1216. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vscode.svg +0 -0
  1217. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vscode2.svg +0 -0
  1218. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vscode3.svg +0 -0
  1219. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vscode_test.svg +0 -0
  1220. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vsix.svg +0 -0
  1221. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vsixmanifest.svg +0 -0
  1222. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vue.svg +0 -0
  1223. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vueconfig.svg +0 -0
  1224. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_vyper.svg +0 -0
  1225. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wallaby.svg +0 -0
  1226. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wally.svg +0 -0
  1227. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wasm.svg +0 -0
  1228. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_watchmanconfig.svg +0 -0
  1229. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wdio.svg +0 -0
  1230. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_webpack.svg +0 -0
  1231. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wenyan.svg +0 -0
  1232. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wercker.svg +0 -0
  1233. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wgsl.svg +0 -0
  1234. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wikitext.svg +0 -0
  1235. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_windi.svg +0 -0
  1236. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wit.svg +0 -0
  1237. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wolfram.svg +0 -0
  1238. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_word.svg +0 -0
  1239. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_word2.svg +0 -0
  1240. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wpml.svg +0 -0
  1241. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wurst.svg +0 -0
  1242. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wxml.svg +0 -0
  1243. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wxss.svg +0 -0
  1244. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_wxt.svg +0 -0
  1245. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_xcode.svg +0 -0
  1246. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_xfl.svg +0 -0
  1247. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_xib.svg +0 -0
  1248. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_xliff.svg +0 -0
  1249. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_xmake.svg +0 -0
  1250. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_xml.svg +0 -0
  1251. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_xo.svg +0 -0
  1252. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_xorg.svg +0 -0
  1253. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_xquery.svg +0 -0
  1254. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_xsl.svg +0 -0
  1255. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_yacc.svg +0 -0
  1256. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_yaml.svg +0 -0
  1257. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_yamllint.svg +0 -0
  1258. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_yandex.svg +0 -0
  1259. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_yang.svg +0 -0
  1260. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_yarn.svg +0 -0
  1261. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_yeoman.svg +0 -0
  1262. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_zeit.svg +0 -0
  1263. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_zig.svg +0 -0
  1264. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_zip.svg +0 -0
  1265. /package/static/{8b59747 → 8c086b8}/file-icons/file_type_zip2.svg +0 -0
  1266. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_android.svg +0 -0
  1267. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_android_opened.svg +0 -0
  1268. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_api.svg +0 -0
  1269. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_api_opened.svg +0 -0
  1270. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_app.svg +0 -0
  1271. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_app_opened.svg +0 -0
  1272. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_arangodb.svg +0 -0
  1273. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_arangodb_opened.svg +0 -0
  1274. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_asset.svg +0 -0
  1275. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_asset_opened.svg +0 -0
  1276. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_audio.svg +0 -0
  1277. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_audio_opened.svg +0 -0
  1278. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_aurelia.svg +0 -0
  1279. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_aurelia_opened.svg +0 -0
  1280. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_aws.svg +0 -0
  1281. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_aws_opened.svg +0 -0
  1282. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_azure.svg +0 -0
  1283. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_azure_opened.svg +0 -0
  1284. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_azurepipelines.svg +0 -0
  1285. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
  1286. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_binary.svg +0 -0
  1287. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_binary_opened.svg +0 -0
  1288. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_bloc.svg +0 -0
  1289. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_bloc_opened.svg +0 -0
  1290. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_blueprint.svg +0 -0
  1291. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_blueprint_opened.svg +0 -0
  1292. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_bot.svg +0 -0
  1293. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_bot_opened.svg +0 -0
  1294. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_bower.svg +0 -0
  1295. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_bower_opened.svg +0 -0
  1296. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_buildkite.svg +0 -0
  1297. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_buildkite_opened.svg +0 -0
  1298. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_cake.svg +0 -0
  1299. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_cake_opened.svg +0 -0
  1300. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_certificate.svg +0 -0
  1301. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_certificate_opened.svg +0 -0
  1302. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_changesets.svg +0 -0
  1303. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_changesets_opened.svg +0 -0
  1304. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_chef.svg +0 -0
  1305. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_chef_opened.svg +0 -0
  1306. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_circleci.svg +0 -0
  1307. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_circleci_opened.svg +0 -0
  1308. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_cli.svg +0 -0
  1309. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_cli_opened.svg +0 -0
  1310. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_client.svg +0 -0
  1311. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_client_opened.svg +0 -0
  1312. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_cmake.svg +0 -0
  1313. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_cmake_opened.svg +0 -0
  1314. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_common.svg +0 -0
  1315. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_common_opened.svg +0 -0
  1316. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_component.svg +0 -0
  1317. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_component_opened.svg +0 -0
  1318. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_composer.svg +0 -0
  1319. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_composer_opened.svg +0 -0
  1320. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_config.svg +0 -0
  1321. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_config_opened.svg +0 -0
  1322. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_controller.svg +0 -0
  1323. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_controller_opened.svg +0 -0
  1324. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_coverage.svg +0 -0
  1325. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_coverage_opened.svg +0 -0
  1326. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_css.svg +0 -0
  1327. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_css_opened.svg +0 -0
  1328. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_cubit.svg +0 -0
  1329. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_cubit_opened.svg +0 -0
  1330. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_cypress.svg +0 -0
  1331. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_cypress_opened.svg +0 -0
  1332. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_dapr.svg +0 -0
  1333. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_dapr_opened.svg +0 -0
  1334. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_datadog.svg +0 -0
  1335. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_datadog_opened.svg +0 -0
  1336. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_db.svg +0 -0
  1337. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_db_opened.svg +0 -0
  1338. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_debian.svg +0 -0
  1339. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_debian_opened.svg +0 -0
  1340. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_dependabot.svg +0 -0
  1341. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_dependabot_opened.svg +0 -0
  1342. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_devcontainer.svg +0 -0
  1343. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_devcontainer_opened.svg +0 -0
  1344. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_dist.svg +0 -0
  1345. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_dist_opened.svg +0 -0
  1346. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_docker.svg +0 -0
  1347. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_docker_opened.svg +0 -0
  1348. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_docs.svg +0 -0
  1349. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_docs_opened.svg +0 -0
  1350. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_e2e.svg +0 -0
  1351. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_e2e_opened.svg +0 -0
  1352. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
  1353. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
  1354. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_electron.svg +0 -0
  1355. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_electron_opened.svg +0 -0
  1356. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_expo.svg +0 -0
  1357. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_expo_opened.svg +0 -0
  1358. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_favicon.svg +0 -0
  1359. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_favicon_opened.svg +0 -0
  1360. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_flow.svg +0 -0
  1361. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_flow_opened.svg +0 -0
  1362. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_fonts.svg +0 -0
  1363. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_fonts_opened.svg +0 -0
  1364. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_frontcommerce.svg +0 -0
  1365. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
  1366. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_gcp.svg +0 -0
  1367. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_gcp_opened.svg +0 -0
  1368. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_git.svg +0 -0
  1369. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_git_opened.svg +0 -0
  1370. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_github.svg +0 -0
  1371. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_github_opened.svg +0 -0
  1372. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_gitlab.svg +0 -0
  1373. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_gitlab_opened.svg +0 -0
  1374. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_gradle.svg +0 -0
  1375. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_gradle_opened.svg +0 -0
  1376. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_graphql.svg +0 -0
  1377. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_graphql_opened.svg +0 -0
  1378. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_grunt.svg +0 -0
  1379. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_grunt_opened.svg +0 -0
  1380. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_gulp.svg +0 -0
  1381. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_gulp_opened.svg +0 -0
  1382. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_haxelib.svg +0 -0
  1383. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_haxelib_opened.svg +0 -0
  1384. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_helper.svg +0 -0
  1385. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_helper_opened.svg +0 -0
  1386. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_hook.svg +0 -0
  1387. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_hook_opened.svg +0 -0
  1388. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_husky.svg +0 -0
  1389. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_husky_opened.svg +0 -0
  1390. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_idea.svg +0 -0
  1391. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_idea_opened.svg +0 -0
  1392. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_images.svg +0 -0
  1393. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_images_opened.svg +0 -0
  1394. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_include.svg +0 -0
  1395. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_include_opened.svg +0 -0
  1396. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_interfaces.svg +0 -0
  1397. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_interfaces_opened.svg +0 -0
  1398. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_ios.svg +0 -0
  1399. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_ios_opened.svg +0 -0
  1400. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_js.svg +0 -0
  1401. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_js_opened.svg +0 -0
  1402. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_json.svg +0 -0
  1403. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_json_official.svg +0 -0
  1404. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_json_official_opened.svg +0 -0
  1405. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_json_opened.svg +0 -0
  1406. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_kubernetes.svg +0 -0
  1407. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_kubernetes_opened.svg +0 -0
  1408. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_less.svg +0 -0
  1409. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_less_opened.svg +0 -0
  1410. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_library.svg +0 -0
  1411. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_library_opened.svg +0 -0
  1412. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_cypress.svg +0 -0
  1413. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_cypress_opened.svg +0 -0
  1414. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_electron.svg +0 -0
  1415. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_electron_opened.svg +0 -0
  1416. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_expo.svg +0 -0
  1417. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_expo_opened.svg +0 -0
  1418. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_fonts.svg +0 -0
  1419. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_fonts_opened.svg +0 -0
  1420. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_gradle.svg +0 -0
  1421. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_gradle_opened.svg +0 -0
  1422. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_meteor.svg +0 -0
  1423. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_meteor_opened.svg +0 -0
  1424. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_mysql.svg +0 -0
  1425. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_mysql_opened.svg +0 -0
  1426. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_node.svg +0 -0
  1427. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_node_opened.svg +0 -0
  1428. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_redux.svg +0 -0
  1429. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_redux_opened.svg +0 -0
  1430. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_sass.svg +0 -0
  1431. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_light_sass_opened.svg +0 -0
  1432. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_linux.svg +0 -0
  1433. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_linux_opened.svg +0 -0
  1434. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_locale.svg +0 -0
  1435. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_locale_opened.svg +0 -0
  1436. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_log.svg +0 -0
  1437. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_log_opened.svg +0 -0
  1438. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_macos.svg +0 -0
  1439. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_macos_opened.svg +0 -0
  1440. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mariadb.svg +0 -0
  1441. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mariadb_opened.svg +0 -0
  1442. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_maven.svg +0 -0
  1443. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_maven_opened.svg +0 -0
  1444. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mediawiki.svg +0 -0
  1445. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mediawiki_opened.svg +0 -0
  1446. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_memcached.svg +0 -0
  1447. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_memcached_opened.svg +0 -0
  1448. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_meteor.svg +0 -0
  1449. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_meteor_opened.svg +0 -0
  1450. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_middleware.svg +0 -0
  1451. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_middleware_opened.svg +0 -0
  1452. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_minikube.svg +0 -0
  1453. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_minikube_opened.svg +0 -0
  1454. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mjml.svg +0 -0
  1455. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mjml_opened.svg +0 -0
  1456. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mock.svg +0 -0
  1457. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mock_opened.svg +0 -0
  1458. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_model.svg +0 -0
  1459. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_model_opened.svg +0 -0
  1460. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_module.svg +0 -0
  1461. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_module_opened.svg +0 -0
  1462. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mojo.svg +0 -0
  1463. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mojo_opened.svg +0 -0
  1464. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mongodb.svg +0 -0
  1465. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mongodb_opened.svg +0 -0
  1466. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mysql.svg +0 -0
  1467. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_mysql_opened.svg +0 -0
  1468. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_next.svg +0 -0
  1469. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_next_opened.svg +0 -0
  1470. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_nginx.svg +0 -0
  1471. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_nginx_opened.svg +0 -0
  1472. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_nix.svg +0 -0
  1473. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_nix_opened.svg +0 -0
  1474. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_node.svg +0 -0
  1475. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_node_opened.svg +0 -0
  1476. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_notebooks.svg +0 -0
  1477. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_notebooks_opened.svg +0 -0
  1478. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_notification.svg +0 -0
  1479. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_notification_opened.svg +0 -0
  1480. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_nuget.svg +0 -0
  1481. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_nuget_opened.svg +0 -0
  1482. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_nuxt.svg +0 -0
  1483. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_nuxt_opened.svg +0 -0
  1484. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_package.svg +0 -0
  1485. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_package_opened.svg +0 -0
  1486. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_paket.svg +0 -0
  1487. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_paket_opened.svg +0 -0
  1488. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_php.svg +0 -0
  1489. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_php_opened.svg +0 -0
  1490. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_platformio.svg +0 -0
  1491. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_platformio_opened.svg +0 -0
  1492. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_plugin.svg +0 -0
  1493. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_plugin_opened.svg +0 -0
  1494. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_prisma.svg +0 -0
  1495. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_prisma_opened.svg +0 -0
  1496. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_private.svg +0 -0
  1497. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_private_opened.svg +0 -0
  1498. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_public.svg +0 -0
  1499. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_public_opened.svg +0 -0
  1500. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_python.svg +0 -0
  1501. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_python_opened.svg +0 -0
  1502. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_ravendb.svg +0 -0
  1503. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_ravendb_opened.svg +0 -0
  1504. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_redis.svg +0 -0
  1505. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_redis_opened.svg +0 -0
  1506. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_redux.svg +0 -0
  1507. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_redux_opened.svg +0 -0
  1508. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_route.svg +0 -0
  1509. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_route_opened.svg +0 -0
  1510. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_sass.svg +0 -0
  1511. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_sass_opened.svg +0 -0
  1512. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_script.svg +0 -0
  1513. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_script_opened.svg +0 -0
  1514. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_server.svg +0 -0
  1515. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_server_opened.svg +0 -0
  1516. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_services.svg +0 -0
  1517. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_services_opened.svg +0 -0
  1518. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_shared.svg +0 -0
  1519. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_shared_opened.svg +0 -0
  1520. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_snaplet.svg +0 -0
  1521. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_snaplet_opened.svg +0 -0
  1522. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_spin.svg +0 -0
  1523. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_spin_opened.svg +0 -0
  1524. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_src.svg +0 -0
  1525. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_src_opened.svg +0 -0
  1526. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_sso.svg +0 -0
  1527. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_sso_opened.svg +0 -0
  1528. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_story.svg +0 -0
  1529. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_story_opened.svg +0 -0
  1530. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_style.svg +0 -0
  1531. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_style_opened.svg +0 -0
  1532. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_supabase.svg +0 -0
  1533. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_supabase_opened.svg +0 -0
  1534. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_svelte.svg +0 -0
  1535. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_svelte_opened.svg +0 -0
  1536. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_tauri.svg +0 -0
  1537. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_tauri_opened.svg +0 -0
  1538. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_temp.svg +0 -0
  1539. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_temp_opened.svg +0 -0
  1540. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_template.svg +0 -0
  1541. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_template_opened.svg +0 -0
  1542. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_test.svg +0 -0
  1543. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_test_opened.svg +0 -0
  1544. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_theme.svg +0 -0
  1545. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_theme_opened.svg +0 -0
  1546. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_tools.svg +0 -0
  1547. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_tools_opened.svg +0 -0
  1548. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_travis.svg +0 -0
  1549. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_travis_opened.svg +0 -0
  1550. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_trunk.svg +0 -0
  1551. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_trunk_opened.svg +0 -0
  1552. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_turbo.svg +0 -0
  1553. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_turbo_opened.svg +0 -0
  1554. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_typescript.svg +0 -0
  1555. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_typescript_opened.svg +0 -0
  1556. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_typings.svg +0 -0
  1557. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_typings2.svg +0 -0
  1558. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_typings2_opened.svg +0 -0
  1559. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_typings_opened.svg +0 -0
  1560. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vagrant.svg +0 -0
  1561. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vagrant_opened.svg +0 -0
  1562. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vercel.svg +0 -0
  1563. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vercel_opened.svg +0 -0
  1564. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_video.svg +0 -0
  1565. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_video_opened.svg +0 -0
  1566. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_view.svg +0 -0
  1567. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_view_opened.svg +0 -0
  1568. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vs.svg +0 -0
  1569. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vs2.svg +0 -0
  1570. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vs2_opened.svg +0 -0
  1571. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vs_opened.svg +0 -0
  1572. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vscode.svg +0 -0
  1573. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vscode2.svg +0 -0
  1574. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vscode2_opened.svg +0 -0
  1575. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vscode3.svg +0 -0
  1576. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vscode3_opened.svg +0 -0
  1577. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vscode_opened.svg +0 -0
  1578. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vscode_test.svg +0 -0
  1579. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vscode_test2.svg +0 -0
  1580. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
  1581. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vscode_test3.svg +0 -0
  1582. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
  1583. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_vscode_test_opened.svg +0 -0
  1584. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_webpack.svg +0 -0
  1585. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_webpack_opened.svg +0 -0
  1586. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_windows.svg +0 -0
  1587. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_windows_opened.svg +0 -0
  1588. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_wit.svg +0 -0
  1589. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_wit_opened.svg +0 -0
  1590. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_www.svg +0 -0
  1591. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_www_opened.svg +0 -0
  1592. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_yarn.svg +0 -0
  1593. /package/static/{8b59747 → 8c086b8}/file-icons/folder_type_yarn_opened.svg +0 -0
  1594. /package/static/{8b59747 → 8c086b8}/fonts/FiraCode-VariableFont.ttf +0 -0
  1595. /package/static/{8b59747 → 8c086b8}/icons/add.svg +0 -0
  1596. /package/static/{8b59747 → 8c086b8}/icons/arrow-down.svg +0 -0
  1597. /package/static/{8b59747 → 8c086b8}/icons/arrow-left.svg +0 -0
  1598. /package/static/{8b59747 → 8c086b8}/icons/arrow-right.svg +0 -0
  1599. /package/static/{8b59747 → 8c086b8}/icons/arrow-up.svg +0 -0
  1600. /package/static/{8b59747 → 8c086b8}/icons/blank.svg +0 -0
  1601. /package/static/{8b59747 → 8c086b8}/icons/book.svg +0 -0
  1602. /package/static/{8b59747 → 8c086b8}/icons/case-sensitive.svg +0 -0
  1603. /package/static/{8b59747 → 8c086b8}/icons/check.svg +0 -0
  1604. /package/static/{8b59747 → 8c086b8}/icons/chevron-down.svg +0 -0
  1605. /package/static/{8b59747 → 8c086b8}/icons/chevron-left.svg +0 -0
  1606. /package/static/{8b59747 → 8c086b8}/icons/chevron-right.svg +0 -0
  1607. /package/static/{8b59747 → 8c086b8}/icons/chevron-up.svg +0 -0
  1608. /package/static/{8b59747 → 8c086b8}/icons/chrome-close.svg +0 -0
  1609. /package/static/{8b59747 → 8c086b8}/icons/chrome-maximize.svg +0 -0
  1610. /package/static/{8b59747 → 8c086b8}/icons/chrome-minimize.svg +0 -0
  1611. /package/static/{8b59747 → 8c086b8}/icons/chrome-restore.svg +0 -0
  1612. /package/static/{8b59747 → 8c086b8}/icons/circle-filled.svg +0 -0
  1613. /package/static/{8b59747 → 8c086b8}/icons/clear-all.svg +0 -0
  1614. /package/static/{8b59747 → 8c086b8}/icons/close.svg +0 -0
  1615. /package/static/{8b59747 → 8c086b8}/icons/cloud.svg +0 -0
  1616. /package/static/{8b59747 → 8c086b8}/icons/collapse-all.svg +0 -0
  1617. /package/static/{8b59747 → 8c086b8}/icons/debug-all.svg +0 -0
  1618. /package/static/{8b59747 → 8c086b8}/icons/debug-alt-2.svg +0 -0
  1619. /package/static/{8b59747 → 8c086b8}/icons/debug-alt-small.svg +0 -0
  1620. /package/static/{8b59747 → 8c086b8}/icons/debug-alt.svg +0 -0
  1621. /package/static/{8b59747 → 8c086b8}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
  1622. /package/static/{8b59747 → 8c086b8}/icons/debug-breakpoint-conditional.svg +0 -0
  1623. /package/static/{8b59747 → 8c086b8}/icons/debug-breakpoint-data-unverified.svg +0 -0
  1624. /package/static/{8b59747 → 8c086b8}/icons/debug-breakpoint-data.svg +0 -0
  1625. /package/static/{8b59747 → 8c086b8}/icons/debug-breakpoint-function-unverified.svg +0 -0
  1626. /package/static/{8b59747 → 8c086b8}/icons/debug-breakpoint-function.svg +0 -0
  1627. /package/static/{8b59747 → 8c086b8}/icons/debug-breakpoint-log-unverified.svg +0 -0
  1628. /package/static/{8b59747 → 8c086b8}/icons/debug-breakpoint-log.svg +0 -0
  1629. /package/static/{8b59747 → 8c086b8}/icons/debug-breakpoint-unsupported.svg +0 -0
  1630. /package/static/{8b59747 → 8c086b8}/icons/debug-console.svg +0 -0
  1631. /package/static/{8b59747 → 8c086b8}/icons/debug-continue-small.svg +0 -0
  1632. /package/static/{8b59747 → 8c086b8}/icons/debug-continue.svg +0 -0
  1633. /package/static/{8b59747 → 8c086b8}/icons/debug-coverage.svg +0 -0
  1634. /package/static/{8b59747 → 8c086b8}/icons/debug-disconnect.svg +0 -0
  1635. /package/static/{8b59747 → 8c086b8}/icons/debug-line-by-line.svg +0 -0
  1636. /package/static/{8b59747 → 8c086b8}/icons/debug-pause.svg +0 -0
  1637. /package/static/{8b59747 → 8c086b8}/icons/debug-rerun.svg +0 -0
  1638. /package/static/{8b59747 → 8c086b8}/icons/debug-restart-frame.svg +0 -0
  1639. /package/static/{8b59747 → 8c086b8}/icons/debug-restart.svg +0 -0
  1640. /package/static/{8b59747 → 8c086b8}/icons/debug-reverse-continue.svg +0 -0
  1641. /package/static/{8b59747 → 8c086b8}/icons/debug-stackframe-active.svg +0 -0
  1642. /package/static/{8b59747 → 8c086b8}/icons/debug-stackframe.svg +0 -0
  1643. /package/static/{8b59747 → 8c086b8}/icons/debug-start.svg +0 -0
  1644. /package/static/{8b59747 → 8c086b8}/icons/debug-step-back.svg +0 -0
  1645. /package/static/{8b59747 → 8c086b8}/icons/debug-step-into.svg +0 -0
  1646. /package/static/{8b59747 → 8c086b8}/icons/debug-step-out.svg +0 -0
  1647. /package/static/{8b59747 → 8c086b8}/icons/debug-step-over.svg +0 -0
  1648. /package/static/{8b59747 → 8c086b8}/icons/debug-stop.svg +0 -0
  1649. /package/static/{8b59747 → 8c086b8}/icons/debug.svg +0 -0
  1650. /package/static/{8b59747 → 8c086b8}/icons/discard.svg +0 -0
  1651. /package/static/{8b59747 → 8c086b8}/icons/edit.svg +0 -0
  1652. /package/static/{8b59747 → 8c086b8}/icons/ellipsis.svg +0 -0
  1653. /package/static/{8b59747 → 8c086b8}/icons/error.svg +0 -0
  1654. /package/static/{8b59747 → 8c086b8}/icons/exclude.svg +0 -0
  1655. /package/static/{8b59747 → 8c086b8}/icons/extensionDefaultIcon.png +0 -0
  1656. /package/static/{8b59747 → 8c086b8}/icons/extensions.svg +0 -0
  1657. /package/static/{8b59747 → 8c086b8}/icons/files.svg +0 -0
  1658. /package/static/{8b59747 → 8c086b8}/icons/filter.svg +0 -0
  1659. /package/static/{8b59747 → 8c086b8}/icons/go-to-file.svg +0 -0
  1660. /package/static/{8b59747 → 8c086b8}/icons/icon-close.svg +0 -0
  1661. /package/static/{8b59747 → 8c086b8}/icons/icon-source-control.svg +0 -0
  1662. /package/static/{8b59747 → 8c086b8}/icons/icon-sync.svg +0 -0
  1663. /package/static/{8b59747 → 8c086b8}/icons/icon.png +0 -0
  1664. /package/static/{8b59747 → 8c086b8}/icons/icon.svg +0 -0
  1665. /package/static/{8b59747 → 8c086b8}/icons/info.svg +0 -0
  1666. /package/static/{8b59747 → 8c086b8}/icons/language-icon.svg +0 -0
  1667. /package/static/{8b59747 → 8c086b8}/icons/link-external.svg +0 -0
  1668. /package/static/{8b59747 → 8c086b8}/icons/list-flat.svg +0 -0
  1669. /package/static/{8b59747 → 8c086b8}/icons/list-tree.svg +0 -0
  1670. /package/static/{8b59747 → 8c086b8}/icons/new-file.svg +0 -0
  1671. /package/static/{8b59747 → 8c086b8}/icons/new-folder.svg +0 -0
  1672. /package/static/{8b59747 → 8c086b8}/icons/newline.svg +0 -0
  1673. /package/static/{8b59747 → 8c086b8}/icons/open-preview.svg +0 -0
  1674. /package/static/{8b59747 → 8c086b8}/icons/play.svg +0 -0
  1675. /package/static/{8b59747 → 8c086b8}/icons/preserve-case.svg +0 -0
  1676. /package/static/{8b59747 → 8c086b8}/icons/progress.svg +0 -0
  1677. /package/static/{8b59747 → 8c086b8}/icons/pwa-icon-192.png +0 -0
  1678. /package/static/{8b59747 → 8c086b8}/icons/pwa-icon-512.png +0 -0
  1679. /package/static/{8b59747 → 8c086b8}/icons/record-keys.svg +0 -0
  1680. /package/static/{8b59747 → 8c086b8}/icons/refresh.svg +0 -0
  1681. /package/static/{8b59747 → 8c086b8}/icons/regex.svg +0 -0
  1682. /package/static/{8b59747 → 8c086b8}/icons/remove.svg +0 -0
  1683. /package/static/{8b59747 → 8c086b8}/icons/replace-all.svg +0 -0
  1684. /package/static/{8b59747 → 8c086b8}/icons/replace.svg +0 -0
  1685. /package/static/{8b59747 → 8c086b8}/icons/run-all.svg +0 -0
  1686. /package/static/{8b59747 → 8c086b8}/icons/search.svg +0 -0
  1687. /package/static/{8b59747 → 8c086b8}/icons/settings-gear.svg +0 -0
  1688. /package/static/{8b59747 → 8c086b8}/icons/source-control.svg +0 -0
  1689. /package/static/{8b59747 → 8c086b8}/icons/split-horizontal.svg +0 -0
  1690. /package/static/{8b59747 → 8c086b8}/icons/squiggly-error.svg +0 -0
  1691. /package/static/{8b59747 → 8c086b8}/icons/squiggly-warning.svg +0 -0
  1692. /package/static/{8b59747 → 8c086b8}/icons/symbol-array.svg +0 -0
  1693. /package/static/{8b59747 → 8c086b8}/icons/symbol-boolean.svg +0 -0
  1694. /package/static/{8b59747 → 8c086b8}/icons/symbol-class.svg +0 -0
  1695. /package/static/{8b59747 → 8c086b8}/icons/symbol-color.svg +0 -0
  1696. /package/static/{8b59747 → 8c086b8}/icons/symbol-constant.svg +0 -0
  1697. /package/static/{8b59747 → 8c086b8}/icons/symbol-enum-member.svg +0 -0
  1698. /package/static/{8b59747 → 8c086b8}/icons/symbol-enum.svg +0 -0
  1699. /package/static/{8b59747 → 8c086b8}/icons/symbol-event.svg +0 -0
  1700. /package/static/{8b59747 → 8c086b8}/icons/symbol-field.svg +0 -0
  1701. /package/static/{8b59747 → 8c086b8}/icons/symbol-file.svg +0 -0
  1702. /package/static/{8b59747 → 8c086b8}/icons/symbol-interface.svg +0 -0
  1703. /package/static/{8b59747 → 8c086b8}/icons/symbol-key.svg +0 -0
  1704. /package/static/{8b59747 → 8c086b8}/icons/symbol-keyword.svg +0 -0
  1705. /package/static/{8b59747 → 8c086b8}/icons/symbol-method.svg +0 -0
  1706. /package/static/{8b59747 → 8c086b8}/icons/symbol-misc.svg +0 -0
  1707. /package/static/{8b59747 → 8c086b8}/icons/symbol-namespace.svg +0 -0
  1708. /package/static/{8b59747 → 8c086b8}/icons/symbol-numeric.svg +0 -0
  1709. /package/static/{8b59747 → 8c086b8}/icons/symbol-operator.svg +0 -0
  1710. /package/static/{8b59747 → 8c086b8}/icons/symbol-parameter.svg +0 -0
  1711. /package/static/{8b59747 → 8c086b8}/icons/symbol-property.svg +0 -0
  1712. /package/static/{8b59747 → 8c086b8}/icons/symbol-ruler.svg +0 -0
  1713. /package/static/{8b59747 → 8c086b8}/icons/symbol-snippet.svg +0 -0
  1714. /package/static/{8b59747 → 8c086b8}/icons/symbol-string.svg +0 -0
  1715. /package/static/{8b59747 → 8c086b8}/icons/symbol-structure.svg +0 -0
  1716. /package/static/{8b59747 → 8c086b8}/icons/symbol-variable.svg +0 -0
  1717. /package/static/{8b59747 → 8c086b8}/icons/tag.svg +0 -0
  1718. /package/static/{8b59747 → 8c086b8}/icons/terminal-bash.svg +0 -0
  1719. /package/static/{8b59747 → 8c086b8}/icons/terminal.svg +0 -0
  1720. /package/static/{8b59747 → 8c086b8}/icons/theme-icon.png +0 -0
  1721. /package/static/{8b59747 → 8c086b8}/icons/trash.svg +0 -0
  1722. /package/static/{8b59747 → 8c086b8}/icons/triangle-down.svg +0 -0
  1723. /package/static/{8b59747 → 8c086b8}/icons/triangle-left.svg +0 -0
  1724. /package/static/{8b59747 → 8c086b8}/icons/triangle-right.svg +0 -0
  1725. /package/static/{8b59747 → 8c086b8}/icons/triangle-up.svg +0 -0
  1726. /package/static/{8b59747 → 8c086b8}/icons/warning.svg +0 -0
  1727. /package/static/{8b59747 → 8c086b8}/icons/whole-word.svg +0 -0
  1728. /package/static/{8b59747 → 8c086b8}/icons/zoom-in.svg +0 -0
  1729. /package/static/{8b59747 → 8c086b8}/icons/zoom-out.svg +0 -0
  1730. /package/static/{8b59747 → 8c086b8}/js/babel-parser.js +0 -0
  1731. /package/static/{8b59747 → 8c086b8}/js/blob-util.js +0 -0
  1732. /package/static/{8b59747 → 8c086b8}/js/ky.js +0 -0
  1733. /package/static/{8b59747 → 8c086b8}/js/lvce-editor-import-script.js +0 -0
  1734. /package/static/{8b59747 → 8c086b8}/js/lvce-editor-ipc.js +0 -0
  1735. /package/static/{8b59747 → 8c086b8}/js/lvce-editor-json-rpc.js +0 -0
  1736. /package/static/{8b59747 → 8c086b8}/js/lvce-editor-verror.js +0 -0
  1737. /package/static/{8b59747 → 8c086b8}/js/p-min-delay.js +0 -0
  1738. /package/static/{8b59747 → 8c086b8}/js/pretty-bytes.js +0 -0
  1739. /package/static/{8b59747 → 8c086b8}/js/preview-injected.js +0 -0
  1740. /package/static/{8b59747 → 8c086b8}/js/yoctodelay.js +0 -0
  1741. /package/static/{8b59747 → 8c086b8}/lib-css/termterm.css +0 -0
  1742. /package/static/{8b59747 → 8c086b8}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
  1743. /package/static/{8b59747 → 8c086b8}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
  1744. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
  1745. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
  1746. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
  1747. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
  1748. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
  1749. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
  1750. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
  1751. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
  1752. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
  1753. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
  1754. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
  1755. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
  1756. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
  1757. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
  1758. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
  1759. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
  1760. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
  1761. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
  1762. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
  1763. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
  1764. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
  1765. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
  1766. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
  1767. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
  1768. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
  1769. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
  1770. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
  1771. /package/static/{8b59747 → 8c086b8}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
  1772. /package/static/{8b59747 → 8c086b8}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
  1773. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
  1774. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -0
  1775. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -0
  1776. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -0
  1777. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -0
  1778. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -0
  1779. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -0
  1780. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -0
  1781. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -0
  1782. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -0
  1783. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -0
  1784. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -0
  1785. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -0
  1786. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -0
  1787. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -0
  1788. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -0
  1789. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -0
  1790. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -0
  1791. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -0
  1792. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -0
  1793. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -0
  1794. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -0
  1795. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -0
  1796. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -0
  1797. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -0
  1798. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -0
  1799. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -0
  1800. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -0
  1801. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -0
  1802. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -0
  1803. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -0
  1804. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -0
  1805. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -0
  1806. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -0
  1807. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -0
  1808. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -0
  1809. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -0
  1810. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -0
  1811. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -0
  1812. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -0
  1813. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -0
  1814. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -0
  1815. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -0
  1816. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -0
  1817. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -0
  1818. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -0
  1819. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -0
  1820. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -0
  1821. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -0
  1822. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -0
  1823. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -0
  1824. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -0
  1825. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -0
  1826. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -0
  1827. /package/static/{8b59747 → 8c086b8}/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -0
  1828. /package/static/{8b59747 → 8c086b8}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
  1829. /package/static/{8b59747 → 8c086b8}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
  1830. /package/static/{8b59747 → 8c086b8}/packages/renderer-process/LICENSE +0 -0
  1831. /package/static/{8b59747 → 8c086b8}/packages/renderer-process/README.md +0 -0
  1832. /package/static/{8b59747 → 8c086b8}/packages/renderer-process/package.json +0 -0
  1833. /package/static/{8b59747 → 8c086b8}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
  1834. /package/static/{8b59747 → 8c086b8}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
  1835. /package/static/{8b59747 → 8c086b8}/playground/languages/index.cpp +0 -0
  1836. /package/static/{8b59747 → 8c086b8}/playground/languages/index.css +0 -0
  1837. /package/static/{8b59747 → 8c086b8}/playground/languages/index.csv +0 -0
  1838. /package/static/{8b59747 → 8c086b8}/playground/languages/index.dart +0 -0
  1839. /package/static/{8b59747 → 8c086b8}/playground/languages/index.env +0 -0
  1840. /package/static/{8b59747 → 8c086b8}/playground/languages/index.ex +0 -0
  1841. /package/static/{8b59747 → 8c086b8}/playground/languages/index.html +0 -0
  1842. /package/static/{8b59747 → 8c086b8}/playground/languages/index.java +0 -0
  1843. /package/static/{8b59747 → 8c086b8}/playground/languages/index.jl +0 -0
  1844. /package/static/{8b59747 → 8c086b8}/playground/languages/index.js +0 -0
  1845. /package/static/{8b59747 → 8c086b8}/playground/languages/index.json +0 -0
  1846. /package/static/{8b59747 → 8c086b8}/playground/languages/index.kt +0 -0
  1847. /package/static/{8b59747 → 8c086b8}/playground/languages/index.pl +0 -0
  1848. /package/static/{8b59747 → 8c086b8}/playground/languages/index.py +0 -0
  1849. /package/static/{8b59747 → 8c086b8}/playground/languages/index.ts +0 -0
  1850. /package/static/{8b59747 → 8c086b8}/playground/languages/scrolling.txt +0 -0
  1851. /package/static/{8b59747 → 8c086b8}/playground/languages/tsconfig.json +0 -0
  1852. /package/static/{8b59747 → 8c086b8}/playground/sample-folder/a.txt +0 -0
  1853. /package/static/{8b59747 → 8c086b8}/playground/sample-folder/b.txt +0 -0
  1854. /package/static/{8b59747 → 8c086b8}/playground/sample-folder/c.txt +0 -0
@@ -110,7 +110,7 @@ const getAssetDir = () => {
110
110
  // @ts-ignore
111
111
  {
112
112
  // @ts-ignore
113
- return '/8b59747';
113
+ return '/8c086b8';
114
114
  }
115
115
  };
116
116
  const assetDir = getAssetDir();
@@ -123,7 +123,7 @@ const getText$3 = response => {
123
123
  const getJson$7 = response => {
124
124
  return response.json();
125
125
  };
126
- const create$15 = (value, options) => {
126
+ const create$14 = (value, options) => {
127
127
  return new Response(value, options);
128
128
  };
129
129
 
@@ -470,7 +470,7 @@ const invoke$h = async (ipc, method, ...params) => {
470
470
  const result = unwrapJsonRpcResult(responseMessage);
471
471
  return result;
472
472
  };
473
- const invokeAndTransfer$e = async (ipc, handle, method, ...params) => {
473
+ const invokeAndTransfer$d = async (ipc, handle, method, ...params) => {
474
474
  if (typeof handle === "string") {
475
475
  params = [method, ...params];
476
476
  method = handle;
@@ -502,12 +502,10 @@ class CommandNotFoundError extends Error {
502
502
  // TODO rename to widgetFind and group together with other widgets (contextMenu, hover, tooltip)
503
503
  const Ajax = 1;
504
504
  const Audio$2 = 2;
505
- const Base64 = 3;
506
505
  const Blob$2 = 4;
507
506
  const CacheStorage = 5;
508
507
  const Callback = 6;
509
508
  const ClipBoard = 7;
510
- const ColorPicker$1 = 8;
511
509
  const ColorTheme$1 = 9;
512
510
  const ColorThemeFromJson = 10;
513
511
  const ContextMenu = 11;
@@ -632,8 +630,6 @@ const getModuleId$1 = commandId => {
632
630
  return Debug;
633
631
  case 'AutoUpdater':
634
632
  return AutoUpdater;
635
- case 'Base64':
636
- return Base64;
637
633
  case 'Blob':
638
634
  return Blob$2;
639
635
  case 'BulkReplacement':
@@ -646,8 +642,6 @@ const getModuleId$1 = commandId => {
646
642
  return Chrome;
647
643
  case 'ClipBoard':
648
644
  return ClipBoard;
649
- case 'ColorPicker':
650
- return ColorPicker$1;
651
645
  case 'ColorTheme':
652
646
  return ColorTheme$1;
653
647
  case 'ColorThemeFromJson':
@@ -1126,8 +1120,8 @@ const listen$1 = async () => {
1126
1120
  const invoke$g = (method, ...params) => {
1127
1121
  return invoke$h(state$J.ipc, method, ...params);
1128
1122
  };
1129
- const invokeAndTransfer$d = (method, ...params) => {
1130
- return invokeAndTransfer$e(state$J.ipc, method, ...params);
1123
+ const invokeAndTransfer$c = (method, ...params) => {
1124
+ return invokeAndTransfer$d(state$J.ipc, method, ...params);
1131
1125
  };
1132
1126
 
1133
1127
  const actuallyLoadCssStyleSheet = async css => {
@@ -1382,7 +1376,7 @@ const getMarkerLines = (loc, source, opts) => {
1382
1376
  markerLines
1383
1377
  };
1384
1378
  };
1385
- const create$14 = (rawLines, loc, opts = {}) => {
1379
+ const create$13 = (rawLines, loc, opts = {}) => {
1386
1380
  const lines = rawLines.split(NEWLINE);
1387
1381
  const {
1388
1382
  start,
@@ -1466,7 +1460,7 @@ for (const [i, char] of 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz012
1466
1460
  }
1467
1461
 
1468
1462
  /** @param {string} string */
1469
- const decode$1 = string => {
1463
+ const decode = string => {
1470
1464
  /** @type {number[]} */
1471
1465
  const result = [];
1472
1466
  let shift = 0;
@@ -1520,7 +1514,7 @@ const getColumnMapping = (mappings, line, column) => {
1520
1514
  throw new Error('no mapping found');
1521
1515
  }
1522
1516
  const chunk = lineMapping.slice(index + 1, newIndex);
1523
- const decodedChunk = decode$1(chunk);
1517
+ const decodedChunk = decode(chunk);
1524
1518
  currentColumn += decodedChunk[0];
1525
1519
  originalSourceFileIndex += decodedChunk[1];
1526
1520
  originalLine += decodedChunk[2];
@@ -1542,7 +1536,7 @@ const getColumnMapping = (mappings, line, column) => {
1542
1536
  }
1543
1537
  const chunks = lineMappings.split(',');
1544
1538
  for (const chunk of chunks) {
1545
- const decodedChunk = decode$1(chunk);
1539
+ const decodedChunk = decode(chunk);
1546
1540
  currentColumn += decodedChunk[0];
1547
1541
  originalSourceFileIndex += decodedChunk[1];
1548
1542
  originalLine += decodedChunk[2];
@@ -1703,7 +1697,7 @@ const prepareErrorMessageWithoutCodeFrame = async error => {
1703
1697
  } = getOriginalPosition(sourceMap, parsedLine, parsedColumn);
1704
1698
  const absoluteSourceUrl = toAbsoluteUrl(path, source);
1705
1699
  const originalSourceContent = await getText$2(absoluteSourceUrl);
1706
- const codeFrame = create$14(originalSourceContent, {
1700
+ const codeFrame = create$13(originalSourceContent, {
1707
1701
  start: {
1708
1702
  line: originalLine,
1709
1703
  column: originalColumn
@@ -1721,7 +1715,7 @@ const prepareErrorMessageWithoutCodeFrame = async error => {
1721
1715
  _error: error
1722
1716
  };
1723
1717
  }
1724
- const codeFrame = create$14(text, {
1718
+ const codeFrame = create$13(text, {
1725
1719
  start: {
1726
1720
  line: parsedLine,
1727
1721
  column: parsedColumn
@@ -1849,11 +1843,11 @@ const invoke$f = async (method, ...params) => {
1849
1843
  const result = await invoke$h(ipc, method, ...params);
1850
1844
  return result;
1851
1845
  };
1852
- const invokeAndTransfer$c = async (method, ...params) => {
1846
+ const invokeAndTransfer$b = async (method, ...params) => {
1853
1847
  const {
1854
1848
  ipc
1855
1849
  } = state$H;
1856
- const result = await invokeAndTransfer$e(ipc, method, ...params);
1850
+ const result = await invokeAndTransfer$d(ipc, method, ...params);
1857
1851
  return result;
1858
1852
  };
1859
1853
 
@@ -2801,7 +2795,7 @@ const warnFileNames = (languageId, language) => {
2801
2795
  break;
2802
2796
  }
2803
2797
  }
2804
- const codeFrame = create$14(code, {
2798
+ const codeFrame = create$13(code, {
2805
2799
  start: {
2806
2800
  line: rowIndex + 1,
2807
2801
  column: columnIndex + 1
@@ -3115,7 +3109,7 @@ const isOpen = () => {
3115
3109
  const state$y = {
3116
3110
  id: 0
3117
3111
  };
3118
- const create$13 = () => {
3112
+ const create$12 = () => {
3119
3113
  return ++state$y.id;
3120
3114
  };
3121
3115
 
@@ -3421,7 +3415,7 @@ const getPath = () => {
3421
3415
  const getUri$1 = () => {
3422
3416
  return state$w.workspaceUri;
3423
3417
  };
3424
- const close$7 = () => {
3418
+ const close$6 = () => {
3425
3419
  return setPath('');
3426
3420
  };
3427
3421
  const isTest = () => {
@@ -3550,7 +3544,7 @@ const getOrCreateWorker = fn => {
3550
3544
  },
3551
3545
  async invokeAndTransfer(method, ...params) {
3552
3546
  const ipc = await getOrCreate$2(fn);
3553
- return invokeAndTransfer$e(ipc, method, ...params);
3547
+ return invokeAndTransfer$d(ipc, method, ...params);
3554
3548
  },
3555
3549
  async dispose() {
3556
3550
  const promise = workers.get(fn);
@@ -3597,7 +3591,7 @@ const getModule$8 = method => {
3597
3591
  }
3598
3592
  };
3599
3593
 
3600
- const create$12 = async ({
3594
+ const create$11 = async ({
3601
3595
  method,
3602
3596
  ...options
3603
3597
  }) => {
@@ -3683,7 +3677,7 @@ const getTransferrables = value => {
3683
3677
  return transferrables;
3684
3678
  };
3685
3679
 
3686
- const create$11 = async ({
3680
+ const create$10 = async ({
3687
3681
  url,
3688
3682
  name,
3689
3683
  port,
@@ -3695,7 +3689,7 @@ const create$11 = async ({
3695
3689
  port1,
3696
3690
  port2
3697
3691
  } = getPortTuple(port);
3698
- await invokeAndTransfer$d('IpcParent.create', {
3692
+ await invokeAndTransfer$c('IpcParent.create', {
3699
3693
  method: ModuleWorkerWithMessagePort,
3700
3694
  url,
3701
3695
  name,
@@ -3755,7 +3749,7 @@ const wrap$7 = port => {
3755
3749
 
3756
3750
  const IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug = {
3757
3751
  __proto__: null,
3758
- create: create$11,
3752
+ create: create$10,
3759
3753
  wrap: wrap$7
3760
3754
  };
3761
3755
 
@@ -3771,7 +3765,7 @@ const getConfig = () => {
3771
3765
 
3772
3766
  const objects = Object.create(null);
3773
3767
  const transferToRendererProcess = async (objectId, transferable) => {
3774
- await invokeAndTransfer$d('Transferrable.transfer', transferable, objectId);
3768
+ await invokeAndTransfer$c('Transferrable.transfer', transferable, objectId);
3775
3769
  };
3776
3770
  const transfer = (objectId, transferable) => {
3777
3771
  number$1(objectId);
@@ -3790,8 +3784,8 @@ const acquire = objectId => {
3790
3784
 
3791
3785
  const launchExtensionHostWorker = async () => {
3792
3786
  const name = platform === Electron$1 ? 'Extension Host (Electron)' : 'Extension Host';
3793
- const id = create$13();
3794
- let ipc = await create$12({
3787
+ const id = create$12();
3788
+ let ipc = await create$11({
3795
3789
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
3796
3790
  name,
3797
3791
  url: extensionHostWorkerUrl,
@@ -3812,7 +3806,7 @@ const launchExtensionHostWorker = async () => {
3812
3806
 
3813
3807
  const {
3814
3808
  invoke: invoke$e,
3815
- invokeAndTransfer: invokeAndTransfer$b
3809
+ invokeAndTransfer: invokeAndTransfer$a
3816
3810
  } = getOrCreateWorker(launchExtensionHostWorker);
3817
3811
 
3818
3812
  const ActivityBar$6 = 'ActivityBar';
@@ -4111,7 +4105,7 @@ const runFn = async (instance, id, key, fn, args) => {
4111
4105
  if (oldState === newState) {
4112
4106
  return;
4113
4107
  }
4114
- const commands = render$I(instance.factory, oldState, newState, newState.uid || id);
4108
+ const commands = render$H(instance.factory, oldState, newState, newState.uid || id);
4115
4109
  setRenderedState(id, newState);
4116
4110
  await invoke$g(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
4117
4111
  } else {
@@ -4132,7 +4126,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
4132
4126
  object(newState);
4133
4127
  const renderedState = instance.renderedState;
4134
4128
  if (oldState !== newState) {
4135
- commands.push(...render$I(instance.factory, renderedState, newState));
4129
+ commands.push(...render$H(instance.factory, renderedState, newState));
4136
4130
  setRenderedState(id, newState);
4137
4131
  }
4138
4132
  if (commands.length === 0) {
@@ -4198,7 +4192,7 @@ const wrapViewletCommandWithSideEffectLazy = (id, key, importFn) => {
4198
4192
  * @param {()=>any} getModule
4199
4193
  * @returns
4200
4194
  */
4201
- const create$10 = (getModule, id, parentUid, uri, x, y, width, height) => {
4195
+ const create$$ = (getModule, id, parentUid, uri, x, y, width, height) => {
4202
4196
  fn(getModule);
4203
4197
  string(id);
4204
4198
  number$1(parentUid);
@@ -4335,7 +4329,7 @@ const maybeRegisterEvents = module => {
4335
4329
  }
4336
4330
  const uid = instance.uid || instance.state.uid;
4337
4331
  number$1(uid);
4338
- const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
4332
+ const commands = render$H(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
4339
4333
  instance.state = newState;
4340
4334
  instance.renderedState = newState;
4341
4335
  await invoke$g(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
@@ -4411,7 +4405,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
4411
4405
  }
4412
4406
  let state = ViewletState.Default;
4413
4407
  // @ts-ignore
4414
- const viewletUid = viewlet.uid || create$13();
4408
+ const viewletUid = viewlet.uid || create$12();
4415
4409
  let module;
4416
4410
  try {
4417
4411
  viewlet.type = 1;
@@ -4463,7 +4457,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
4463
4457
  if (module.getChildren) {
4464
4458
  const children = module.getChildren(newState);
4465
4459
  for (const child of children) {
4466
- const childUid = child.uid || create$13();
4460
+ const childUid = child.uid || create$12();
4467
4461
  const childId = child.id;
4468
4462
  const childViewlet = {
4469
4463
  x: child.x,
@@ -4627,7 +4621,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
4627
4621
  }
4628
4622
  // console.timeEnd(`load/${viewlet.id}`)
4629
4623
  };
4630
- const render$I = (module, oldState, newState, uid = newState.uid || module.name, parentUid = newState.parentUid) => {
4624
+ const render$H = (module, oldState, newState, uid = newState.uid || module.name, parentUid = newState.parentUid) => {
4631
4625
  return getRenderCommands(module, oldState, newState, uid, parentUid);
4632
4626
  };
4633
4627
 
@@ -4683,7 +4677,7 @@ const reload$3 = forward$2('ElectronWindow.reload');
4683
4677
  const minimize$2 = forward$2('ElectronWindow.minimize');
4684
4678
  const unmaximize$1 = forward$2('ElectronWindow.unmaximize');
4685
4679
  const maximize$2 = forward$2('ElectronWindow.maximize');
4686
- const close$6 = forward$2('ElectronWindow.close');
4680
+ const close$5 = forward$2('ElectronWindow.close');
4687
4681
  const openNew$1 = forward$2('ElectronWindow.openNew');
4688
4682
  const toggleDevtools = forward$2('ElectronWindow.toggleDevtools');
4689
4683
  const zoomIn$1 = forward$2('ElectronWindow.zoomIn');
@@ -4735,7 +4729,7 @@ const focus$9 = async id => {
4735
4729
  if (instance && instance.factory.focus) {
4736
4730
  const oldState = instance.state;
4737
4731
  const newState = instance.factory.focus(oldState);
4738
- commands.push(...render$I(instance.factory, oldState, newState));
4732
+ commands.push(...render$H(instance.factory, oldState, newState));
4739
4733
  }
4740
4734
  setFocusedInstance(instance);
4741
4735
  await invoke$g('Viewlet.sendMultiple', commands);
@@ -4763,7 +4757,7 @@ const send = (id, method, ...args) => {
4763
4757
  /**
4764
4758
  * @deprecated
4765
4759
  */
4766
- const dispose$v = async id => {
4760
+ const dispose$u = async id => {
4767
4761
  if (!id) {
4768
4762
  console.warn('no instance to dispose');
4769
4763
  return;
@@ -4841,7 +4835,7 @@ const showFunctional = id => {
4841
4835
  const instance = getInstance(id);
4842
4836
  const initialState = instance.factory.create();
4843
4837
  // TODO resize
4844
- const commands = render$I(instance.factory, initialState, instance.state);
4838
+ const commands = render$H(instance.factory, initialState, instance.state);
4845
4839
  // TODO avoid side effect, instead return an array of
4846
4840
  // commands to send to shared process
4847
4841
  // @ts-ignore
@@ -4919,7 +4913,7 @@ const resize$o = (id, dimensions) => {
4919
4913
  // TODO handle promise rejection gracefully
4920
4914
  instance.factory.resizeEffect(newState);
4921
4915
  }
4922
- commands = render$I(instance.factory, instance.state, newState);
4916
+ commands = render$H(instance.factory, instance.state, newState);
4923
4917
  } else {
4924
4918
  const result = instance.factory.resize(oldState, dimensions);
4925
4919
  newState = result.newState;
@@ -4937,7 +4931,7 @@ const handleFocusChange$3 = (id, isFocused) => {
4937
4931
  }
4938
4932
  const oldState = instance.state;
4939
4933
  const newState = instance.factory.handleFocusChange(oldState, isFocused);
4940
- const commands = render$I(instance.factory, instance.state, newState);
4934
+ const commands = render$H(instance.factory, instance.state, newState);
4941
4935
  object(newState);
4942
4936
  array(commands);
4943
4937
  setState$1(id, newState);
@@ -4951,7 +4945,7 @@ const setStateFunctional = (id, newState) => {
4951
4945
  const instance = getInstance(id);
4952
4946
  if (instance && instance.factory && instance.factory.hasFunctionalRender) {
4953
4947
  const oldState = instance.state;
4954
- const commands = render$I(instance.factory, oldState, newState);
4948
+ const commands = render$H(instance.factory, oldState, newState);
4955
4949
  instance.state = newState;
4956
4950
  return commands;
4957
4951
  }
@@ -4973,7 +4967,7 @@ const getAllStates = () => {
4973
4967
  const openWidget = async (moduleId, ...args) => {
4974
4968
  const hasInstance$1 = hasInstance(moduleId);
4975
4969
  const type = args[0];
4976
- const childUid = create$13();
4970
+ const childUid = create$12();
4977
4971
  const commands = await load$7({
4978
4972
  getModule: load$5,
4979
4973
  id: moduleId,
@@ -5063,7 +5057,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
5063
5057
  if (!hasInstance(uid)) {
5064
5058
  return;
5065
5059
  }
5066
- const commands = render$I(instance.factory, instance.renderedState, actualNewState);
5060
+ const commands = render$H(instance.factory, instance.renderedState, actualNewState);
5067
5061
  if ('newState' in newState) {
5068
5062
  commands.push(...newState.commands);
5069
5063
  }
@@ -5319,7 +5313,7 @@ const getInitData = async () => {
5319
5313
  const RendererWorker = 108;
5320
5314
 
5321
5315
  const listen = method => {
5322
- return create$12({
5316
+ return create$11({
5323
5317
  method,
5324
5318
  type: 'shared-process',
5325
5319
  name: 'Shared Process',
@@ -5426,8 +5420,6 @@ const load$4 = moduleId => {
5426
5420
  return Promise.resolve().then(function () { return Audio_ipc; });
5427
5421
  case AutoUpdater:
5428
5422
  return Promise.resolve().then(function () { return AutoUpdater_ipc; });
5429
- case Base64:
5430
- return Promise.resolve().then(function () { return Base64_ipc; });
5431
5423
  case GetEditorSourceActions:
5432
5424
  return Promise.resolve().then(function () { return GetEditorSourceActions_ipc; });
5433
5425
  case Blob$2:
@@ -5442,8 +5434,6 @@ const load$4 = moduleId => {
5442
5434
  return Promise.resolve().then(function () { return Chrome_ipc; });
5443
5435
  case ClipBoard:
5444
5436
  return Promise.resolve().then(function () { return ClipBoard_ipc; });
5445
- case ColorPicker$1:
5446
- return Promise.resolve().then(function () { return ColorPicker_ipc; });
5447
5437
  case ColorTheme$1:
5448
5438
  return Promise.resolve().then(function () { return ColorTheme_ipc; });
5449
5439
  case ColorThemeFromJson:
@@ -6100,7 +6090,6 @@ const map = {
6100
6090
  [DiffEditor$1]: () => Promise.resolve().then(function () { return ViewletDiffEditor_ipc; }),
6101
6091
  [E2eTest]: () => Promise.resolve().then(function () { return ViewletE2eTest_ipc; }),
6102
6092
  [E2eTests$1]: () => Promise.resolve().then(function () { return ViewletE2eTests_ipc; }),
6103
- [EditorPlainText]: () => Promise.resolve().then(function () { return ViewletEditorPlainText_ipc; }),
6104
6093
  [EditorText]: () => Promise.resolve().then(function () { return ViewletEditorText_ipc; }),
6105
6094
  [EditorWidgetError]: () => Promise.resolve().then(function () { return ViewletEditorWidgetError_ipc; }),
6106
6095
  [EmptyEditor]: () => Promise.resolve().then(function () { return ViewletEmptyEditor_ipc; }),
@@ -6233,8 +6222,8 @@ const startup = async () => {
6233
6222
  mark(DidLoadColorTheme);
6234
6223
  mark$1(Four);
6235
6224
  mark(WillShowLayout);
6236
- const layout = create$10(load$5, Layout, 0, '', 0, 0, 0, 0);
6237
- layout.uid = create$13();
6225
+ const layout = create$$(load$5, Layout, 0, '', 0, 0, 0, 0);
6226
+ layout.uid = create$12();
6238
6227
  const layoutState = await getSavedViewletState(Layout);
6239
6228
  const commands = await load$7({
6240
6229
  getModule: load$5,
@@ -6610,7 +6599,7 @@ const ExtensionHostFileSystem = {
6610
6599
  writeFile: writeFile$d
6611
6600
  };
6612
6601
 
6613
- const name$2q = 'App';
6602
+ const name$2n = 'App';
6614
6603
  const getModule$7 = uri => {
6615
6604
  switch (uri) {
6616
6605
  case 'startup-performance':
@@ -6659,7 +6648,7 @@ const FileSystemApp = {
6659
6648
  canBeRestored: canBeRestored$5,
6660
6649
  getPathSeparator: getPathSeparator$7,
6661
6650
  mkdir: mkdir$5,
6662
- name: name$2q,
6651
+ name: name$2n,
6663
6652
  readDirWithFileTypes: readDirWithFileTypes$6,
6664
6653
  readFile: readFile$c,
6665
6654
  remove: remove$5,
@@ -6667,7 +6656,7 @@ const FileSystemApp = {
6667
6656
  writeFile: writeFile$c
6668
6657
  };
6669
6658
 
6670
- const name$2p = 'Data';
6659
+ const name$2m = 'Data';
6671
6660
  const copy$6 = (source, target) => {
6672
6661
  throw new Error('not implemented');
6673
6662
  };
@@ -6704,7 +6693,7 @@ const FileSystemData = {
6704
6693
  getBlobUrl: getBlobUrl$2,
6705
6694
  getPathSeparator: getPathSeparator$6,
6706
6695
  mkdir: mkdir$4,
6707
- name: name$2p,
6696
+ name: name$2m,
6708
6697
  readDirWithFileTypes: readDirWithFileTypes$5,
6709
6698
  readFile: readFile$b,
6710
6699
  remove: remove$4,
@@ -6727,7 +6716,7 @@ const getConfiguredWorkerUrl$8 = () => {
6727
6716
  };
6728
6717
  const launchFileSearchWorker = async () => {
6729
6718
  const name = 'File Search Worker';
6730
- const ipc = await create$12({
6719
+ const ipc = await create$11({
6731
6720
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
6732
6721
  name,
6733
6722
  url: getConfiguredWorkerUrl$8()
@@ -6738,10 +6727,10 @@ const launchFileSearchWorker = async () => {
6738
6727
 
6739
6728
  const {
6740
6729
  invoke: invoke$d,
6741
- invokeAndTransfer: invokeAndTransfer$a
6730
+ invokeAndTransfer: invokeAndTransfer$9
6742
6731
  } = getOrCreateWorker(launchFileSearchWorker);
6743
6732
 
6744
- const name$2o = 'Memory';
6733
+ const name$2l = 'Memory';
6745
6734
  const readFile$a = uri => {
6746
6735
  return invoke$d('FileSystemMemory.readFile', uri);
6747
6736
  };
@@ -6781,7 +6770,7 @@ const FileSystemMemory = {
6781
6770
  getFiles,
6782
6771
  getPathSeparator: getPathSeparator$5,
6783
6772
  mkdir: mkdir$3,
6784
- name: name$2o,
6773
+ name: name$2l,
6785
6774
  readDirWithFileTypes: readDirWithFileTypes$4,
6786
6775
  readFile: readFile$a,
6787
6776
  remove: remove$3,
@@ -6791,7 +6780,7 @@ const FileSystemMemory = {
6791
6780
  // TODO when it rejects, it should throw a custom error,
6792
6781
  // FileSystemError
6793
6782
 
6794
- const name$2n = 'Web';
6783
+ const name$2k = 'Web';
6795
6784
  const state$l = {
6796
6785
  watchers: Object.create(null),
6797
6786
  saveListeners: [],
@@ -7073,7 +7062,7 @@ const FileSystemWeb = {
7073
7062
  createFolder,
7074
7063
  getPathSeparator: getPathSeparator$4,
7075
7064
  mkdir: mkdir$2,
7076
- name: name$2n,
7065
+ name: name$2k,
7077
7066
  onDidSave,
7078
7067
  readDirWithFileTypes: readDirWithFileTypes$3,
7079
7068
  readFile: readFile$9,
@@ -7089,7 +7078,7 @@ const FileSystemWeb = {
7089
7078
  // TODO move all of this to an extension
7090
7079
 
7091
7080
  const canBeRestored$3 = true;
7092
- const name$2m = 'Fetch';
7081
+ const name$2j = 'Fetch';
7093
7082
  const state$k = {
7094
7083
  files: Object.create(null)
7095
7084
  };
@@ -7125,7 +7114,7 @@ const FileSystemFetch = {
7125
7114
  getBlob: getBlob$2,
7126
7115
  getPathSeparator: getPathSeparator$3,
7127
7116
  mkdir: mkdir$1,
7128
- name: name$2m,
7117
+ name: name$2j,
7129
7118
  readDirWithFileTypes: readDirWithFileTypes$2,
7130
7119
  readFile: readFile$8,
7131
7120
  remove: remove$1,
@@ -7138,7 +7127,7 @@ const getRemoteSrc = uri => {
7138
7127
  return src;
7139
7128
  };
7140
7129
 
7141
- const name$2l = 'Disk';
7130
+ const name$2i = 'Disk';
7142
7131
  const toUri = item => {
7143
7132
  if (item.startsWith('file://')) {
7144
7133
  return item;
@@ -7222,7 +7211,7 @@ const FileSystemDisk = {
7222
7211
  getPathSeparator: getPathSeparator$2,
7223
7212
  getRealPath,
7224
7213
  mkdir,
7225
- name: name$2l,
7214
+ name: name$2i,
7226
7215
  readDirWithFileTypes: readDirWithFileTypes$1,
7227
7216
  readFile: readFile$7,
7228
7217
  readJson: readJson$2,
@@ -7651,7 +7640,7 @@ const getPort = async ipcId => {
7651
7640
  port2
7652
7641
  } = getPortTuple();
7653
7642
  // TODO call sendMessagePortToElectron function
7654
- const webContentsId = await invokeAndTransfer$d('IpcParent.create', {
7643
+ const webContentsId = await invokeAndTransfer$c('IpcParent.create', {
7655
7644
  method: Electron,
7656
7645
  port: port1,
7657
7646
  ipcId
@@ -7660,7 +7649,7 @@ const getPort = async ipcId => {
7660
7649
  set$9(webContentsId);
7661
7650
  return port2;
7662
7651
  };
7663
- const create$$ = async options => {
7652
+ const create$_ = async options => {
7664
7653
  const type = options.type;
7665
7654
  const name = options.name || 'electron ipc';
7666
7655
  const ipcId = options.ipcId;
@@ -7706,7 +7695,7 @@ const wrap$6 = port => {
7706
7695
 
7707
7696
  const IpcParentWithElectronMessagePort = {
7708
7697
  __proto__: null,
7709
- create: create$$,
7698
+ create: create$_,
7710
7699
  wrap: wrap$6
7711
7700
  };
7712
7701
 
@@ -7721,7 +7710,7 @@ const isMessagePort = value => {
7721
7710
  return value instanceof MessagePort;
7722
7711
  };
7723
7712
 
7724
- const create$_ = async ({
7713
+ const create$Z = async ({
7725
7714
  url
7726
7715
  }) => {
7727
7716
  string(url);
@@ -7771,7 +7760,7 @@ const wrap$5 = port => {
7771
7760
 
7772
7761
  const IpcParentWithMessagePort = {
7773
7762
  __proto__: null,
7774
- create: create$_,
7763
+ create: create$Z,
7775
7764
  wrap: wrap$5
7776
7765
  };
7777
7766
 
@@ -7847,7 +7836,7 @@ const tryToGetActualErrorMessage$1 = async ({
7847
7836
 
7848
7837
  const Module$2 = 'module';
7849
7838
 
7850
- const create$Z = async ({
7839
+ const create$Y = async ({
7851
7840
  url,
7852
7841
  name
7853
7842
  }) => {
@@ -7909,11 +7898,11 @@ const wrap$4 = worker => {
7909
7898
 
7910
7899
  const IpcParentWithModuleWorker = {
7911
7900
  __proto__: null,
7912
- create: create$Z,
7901
+ create: create$Y,
7913
7902
  wrap: wrap$4
7914
7903
  };
7915
7904
 
7916
- const create$Y = async ({
7905
+ const create$X = async ({
7917
7906
  url
7918
7907
  }) => {
7919
7908
  const referencePort = await new Promise(resolve => {
@@ -7956,7 +7945,7 @@ const wrap$3 = referencePort => {
7956
7945
 
7957
7946
  const IpcParentWithReferencePort = {
7958
7947
  __proto__: null,
7959
- create: create$Y,
7948
+ create: create$X,
7960
7949
  wrap: wrap$3
7961
7950
  };
7962
7951
 
@@ -7977,7 +7966,7 @@ const getWebSocketUrl = (type, host) => {
7977
7966
  return `${wsProtocol}//${host}/websocket/${type}`;
7978
7967
  };
7979
7968
 
7980
- const create$X = (url, args) => {
7969
+ const create$W = (url, args) => {
7981
7970
  const webSocket = new WebSocket(url, args);
7982
7971
  const reconnect = () => {
7983
7972
  const originalOnMessage = context.webSocket.onmessage;
@@ -8042,13 +8031,13 @@ const waitForWebSocketToBeOpen = webSocket => {
8042
8031
  });
8043
8032
  };
8044
8033
 
8045
- const create$W = async ({
8034
+ const create$V = async ({
8046
8035
  type
8047
8036
  }) => {
8048
8037
  string(type);
8049
8038
  const host = getHost();
8050
8039
  const wsUrl = getWebSocketUrl(type, host);
8051
- const webSocket = create$X(wsUrl);
8040
+ const webSocket = create$W(wsUrl);
8052
8041
  const firstWebSocketEvent = await waitForWebSocketToBeOpen(webSocket);
8053
8042
  if (firstWebSocketEvent.type === Close) {
8054
8043
  throw new IpcError('Websocket connection was immediately closed');
@@ -8089,7 +8078,7 @@ const wrap$2 = webSocket => {
8089
8078
 
8090
8079
  const IpcParentWithWebSocket = {
8091
8080
  __proto__: null,
8092
- create: create$W,
8081
+ create: create$V,
8093
8082
  wrap: wrap$2
8094
8083
  };
8095
8084
 
@@ -8104,7 +8093,7 @@ const getModule$6 = () => {
8104
8093
  throw new Error('unsupported platform');
8105
8094
  }
8106
8095
  };
8107
- const create$V = async options => {
8096
+ const create$U = async options => {
8108
8097
  const module = await getModule$6();
8109
8098
  const rawIpc = await module.create(options);
8110
8099
  if (options.raw) {
@@ -8124,17 +8113,17 @@ const wrap$1 = ({
8124
8113
 
8125
8114
  const IpcParentWithNode = {
8126
8115
  __proto__: null,
8127
- create: create$V,
8116
+ create: create$U,
8128
8117
  wrap: wrap$1
8129
8118
  };
8130
8119
 
8131
8120
  const sendMessagePortToElectron = async (port, initialCommand, ipcId) => {
8132
8121
  object(port);
8133
8122
  string(initialCommand);
8134
- await invokeAndTransfer$c(initialCommand, port, ipcId);
8123
+ await invokeAndTransfer$b(initialCommand, port, ipcId);
8135
8124
  };
8136
8125
 
8137
- const create$U = async options => {
8126
+ const create$T = async options => {
8138
8127
  switch (platform) {
8139
8128
  case Web$1:
8140
8129
  case Remote:
@@ -8194,7 +8183,7 @@ const wrap = port => {
8194
8183
 
8195
8184
  const IpcParentWithNodeAlternate = {
8196
8185
  __proto__: null,
8197
- create: create$U,
8186
+ create: create$T,
8198
8187
  wrap
8199
8188
  };
8200
8189
 
@@ -8547,7 +8536,7 @@ const getConfiguredWorkerUrl$7 = () => {
8547
8536
  };
8548
8537
  const launchAboutViewWorker = async () => {
8549
8538
  const name = 'About View Worker';
8550
- const ipc = await create$12({
8539
+ const ipc = await create$11({
8551
8540
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
8552
8541
  name,
8553
8542
  url: getConfiguredWorkerUrl$7()
@@ -8580,21 +8569,21 @@ const showAbout = async () => {
8580
8569
  await fn();
8581
8570
  };
8582
8571
 
8583
- const name$2k = 'About';
8584
- const Commands$2b = {
8572
+ const name$2h = 'About';
8573
+ const Commands$28 = {
8585
8574
  showAbout: showAbout
8586
8575
  };
8587
8576
 
8588
8577
  const About_ipc = {
8589
8578
  __proto__: null,
8590
- Commands: Commands$2b,
8591
- name: name$2k
8579
+ Commands: Commands$28,
8580
+ name: name$2h
8592
8581
  };
8593
8582
 
8594
8583
  // TODO only use Ajax module via ipc -> that way is is always lazyloaded
8595
8584
 
8596
- const name$2j = 'Ajax';
8597
- const Commands$2a = {
8585
+ const name$2g = 'Ajax';
8586
+ const Commands$27 = {
8598
8587
  getBlob: getBlob$5,
8599
8588
  getJson: getJson$6,
8600
8589
  getText: getText$2
@@ -8602,8 +8591,8 @@ const Commands$2a = {
8602
8591
 
8603
8592
  const Ajax_ipc = {
8604
8593
  __proto__: null,
8605
- Commands: Commands$2a,
8606
- name: name$2j
8594
+ Commands: Commands$27,
8595
+ name: name$2g
8607
8596
  };
8608
8597
 
8609
8598
  const playBell = async () => {
@@ -8611,15 +8600,15 @@ const playBell = async () => {
8611
8600
  await invoke$g(/* Audio.play */3211, /* src */src);
8612
8601
  };
8613
8602
 
8614
- const name$2i = 'Audio';
8615
- const Commands$29 = {
8603
+ const name$2f = 'Audio';
8604
+ const Commands$26 = {
8616
8605
  playBell: playBell
8617
8606
  };
8618
8607
 
8619
8608
  const Audio_ipc = {
8620
8609
  __proto__: null,
8621
- Commands: Commands$29,
8622
- name: name$2i
8610
+ Commands: Commands$26,
8611
+ name: name$2f
8623
8612
  };
8624
8613
 
8625
8614
  const AppImage = 'AppImage';
@@ -8709,45 +8698,15 @@ const checkForUpdates$1 = async () => {
8709
8698
  });
8710
8699
  };
8711
8700
 
8712
- const name$2h = 'AutoUpdater';
8713
- const Commands$28 = {
8701
+ const name$2e = 'AutoUpdater';
8702
+ const Commands$25 = {
8714
8703
  checkForUpdates: checkForUpdates$1
8715
8704
  };
8716
8705
 
8717
8706
  const AutoUpdater_ipc = {
8718
8707
  __proto__: null,
8719
- Commands: Commands$28,
8720
- name: name$2h
8721
- };
8722
-
8723
- const loadJsBase64 = () => {
8724
- const url = `${assetDir}/js/js-base64.js`;
8725
- return import(url);
8726
- };
8727
-
8728
- const decode = async encoded => {
8729
- const JsBase64 = await loadJsBase64();
8730
- const decoded = JsBase64.decode(encoded);
8731
- return decoded;
8732
- };
8733
-
8734
- // TODO figure out if btoa could be a faster alternative to this
8735
- const encode = async content => {
8736
- const JsBase64 = await loadJsBase64();
8737
- const encoded = JsBase64.encode(content);
8738
- return encoded;
8739
- };
8740
-
8741
- const name$2g = 'Base64';
8742
- const Commands$27 = {
8743
- decode: decode,
8744
- encode: encode
8745
- };
8746
-
8747
- const Base64_ipc = {
8748
- __proto__: null,
8749
- Commands: Commands$27,
8750
- name: name$2g
8708
+ Commands: Commands$25,
8709
+ name: name$2e
8751
8710
  };
8752
8711
 
8753
8712
  const getCodeActionsFromExtension = extension => {
@@ -8766,15 +8725,15 @@ const getEditorSourceActions = async () => {
8766
8725
  return codeActions;
8767
8726
  };
8768
8727
 
8769
- const name$2f = 'GetEditorSourceActions';
8770
- const Commands$26 = {
8728
+ const name$2d = 'GetEditorSourceActions';
8729
+ const Commands$24 = {
8771
8730
  getEditorSourceActions: getEditorSourceActions
8772
8731
  };
8773
8732
 
8774
8733
  const GetEditorSourceActions_ipc = {
8775
8734
  __proto__: null,
8776
- Commands: Commands$26,
8777
- name: name$2f
8735
+ Commands: Commands$24,
8736
+ name: name$2d
8778
8737
  };
8779
8738
 
8780
8739
  function createBlob(parts, properties) {
@@ -8895,8 +8854,8 @@ const disposeSrc = async src => {
8895
8854
  }
8896
8855
  };
8897
8856
 
8898
- const name$2e = 'Blob';
8899
- const Commands$25 = {
8857
+ const name$2c = 'Blob';
8858
+ const Commands$23 = {
8900
8859
  base64StringToBlob: base64StringToBlob,
8901
8860
  binaryStringToBlob: binaryStringToBlob,
8902
8861
  blobToBinaryString: blobToBinaryString,
@@ -8905,8 +8864,8 @@ const Commands$25 = {
8905
8864
 
8906
8865
  const Blob_ipc = {
8907
8866
  __proto__: null,
8908
- Commands: Commands$25,
8909
- name: name$2e
8867
+ Commands: Commands$23,
8868
+ name: name$2c
8910
8869
  };
8911
8870
 
8912
8871
  const applyBulkReplacement = async (files, ranges, replacement) => {
@@ -8916,15 +8875,15 @@ const applyBulkReplacement = async (files, ranges, replacement) => {
8916
8875
  await invoke$f('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8917
8876
  };
8918
8877
 
8919
- const name$2d = 'BulkReplacement';
8920
- const Commands$24 = {
8878
+ const name$2b = 'BulkReplacement';
8879
+ const Commands$22 = {
8921
8880
  applyBulkReplacement: applyBulkReplacement
8922
8881
  };
8923
8882
 
8924
8883
  const BulkReplacement_ipc = {
8925
8884
  __proto__: null,
8926
- Commands: Commands$24,
8927
- name: name$2d
8885
+ Commands: Commands$22,
8886
+ name: name$2b
8928
8887
  };
8929
8888
 
8930
8889
  const ApplicationJson = 'aplication/json';
@@ -8983,7 +8942,7 @@ const setResponse = async (key, value, contentType) => {
8983
8942
  }
8984
8943
  const cacheName = getCacheName();
8985
8944
  const cache = await caches.open(cacheName);
8986
- await cache.put(key, create$15(value, {
8945
+ await cache.put(key, create$14(value, {
8987
8946
  headers: new Headers({
8988
8947
  'Content-Type': contentType,
8989
8948
  'Content-Length': `${value.length}`
@@ -9017,8 +8976,8 @@ const clearCache$1 = async () => {
9017
8976
 
9018
8977
  // TODO only use CacheStorage module via ipc -> that way is is always lazyloaded
9019
8978
 
9020
- const name$2c = 'CacheStorage';
9021
- const Commands$23 = {
8979
+ const name$2a = 'CacheStorage';
8980
+ const Commands$21 = {
9022
8981
  clearCache: clearCache$1,
9023
8982
  getJson: getJson,
9024
8983
  setJson: setJson
@@ -9026,19 +8985,19 @@ const Commands$23 = {
9026
8985
 
9027
8986
  const CacheStorage_ipc = {
9028
8987
  __proto__: null,
9029
- Commands: Commands$23,
9030
- name: name$2c
8988
+ Commands: Commands$21,
8989
+ name: name$2a
9031
8990
  };
9032
8991
 
9033
- const name$2b = 'Callback';
9034
- const Commands$22 = {
8992
+ const name$29 = 'Callback';
8993
+ const Commands$20 = {
9035
8994
  resolve: resolve
9036
8995
  };
9037
8996
 
9038
8997
  const Callback_ipc = {
9039
8998
  __proto__: null,
9040
- Commands: Commands$22,
9041
- name: name$2b
8999
+ Commands: Commands$20,
9000
+ name: name$29
9042
9001
  };
9043
9002
 
9044
9003
  const minimize$1 = () => {
@@ -9065,7 +9024,7 @@ const unmaximize = () => {
9065
9024
  throw new Error('not implemented');
9066
9025
  }
9067
9026
  };
9068
- const close$5 = () => {
9027
+ const close$4 = () => {
9069
9028
  switch (platform) {
9070
9029
  case Electron$1:
9071
9030
  return execute$4('ElectronWindow.close');
@@ -9114,9 +9073,9 @@ const zoomReset = () => {
9114
9073
  }
9115
9074
  };
9116
9075
 
9117
- const name$2a = 'Chrome';
9118
- const Commands$21 = {
9119
- close: close$5,
9076
+ const name$28 = 'Chrome';
9077
+ const Commands$1$ = {
9078
+ close: close$4,
9120
9079
  exit: exit$2,
9121
9080
  maximize: maximize$1,
9122
9081
  minimize: minimize$1,
@@ -9125,8 +9084,8 @@ const Commands$21 = {
9125
9084
 
9126
9085
  const Chrome_ipc = {
9127
9086
  __proto__: null,
9128
- Commands: Commands$21,
9129
- name: name$2a
9087
+ Commands: Commands$1$,
9088
+ name: name$28
9130
9089
  };
9131
9090
 
9132
9091
  const readText = async () => {
@@ -9188,8 +9147,8 @@ const execCopy = async () => {
9188
9147
  }
9189
9148
  };
9190
9149
 
9191
- const name$29 = 'ClipBoard';
9192
- const Commands$20 = {
9150
+ const name$27 = 'ClipBoard';
9151
+ const Commands$1_ = {
9193
9152
  execCopy: execCopy,
9194
9153
  readNativeFiles: readNativeFiles,
9195
9154
  readText: readText,
@@ -9200,31 +9159,12 @@ const Commands$20 = {
9200
9159
 
9201
9160
  const ClipBoard_ipc = {
9202
9161
  __proto__: null,
9203
- Commands: Commands$20,
9204
- name: name$29
9205
- };
9206
-
9207
- const open$6 = () => {
9208
- console.log('TODO open color picker');
9209
- };
9210
- const close$4 = () => {
9211
- console.log('TODO close color picker');
9212
- };
9213
-
9214
- const name$28 = 'ColorPicker';
9215
- const Commands$1$ = {
9216
- close: close$4,
9217
- open: open$6
9218
- };
9219
-
9220
- const ColorPicker_ipc = {
9221
- __proto__: null,
9222
- Commands: Commands$1$,
9223
- name: name$28
9162
+ Commands: Commands$1_,
9163
+ name: name$27
9224
9164
  };
9225
9165
 
9226
- const name$27 = 'ColorTheme';
9227
- const Commands$1_ = {
9166
+ const name$26 = 'ColorTheme';
9167
+ const Commands$1Z = {
9228
9168
  hydrate: hydrate$a,
9229
9169
  reload: reload$4,
9230
9170
  setColorTheme: setColorTheme$1
@@ -9232,8 +9172,8 @@ const Commands$1_ = {
9232
9172
 
9233
9173
  const ColorTheme_ipc = {
9234
9174
  __proto__: null,
9235
- Commands: Commands$1_,
9236
- name: name$27
9175
+ Commands: Commands$1Z,
9176
+ name: name$26
9237
9177
  };
9238
9178
 
9239
9179
  const transparent = (color, factor) => {
@@ -9334,17 +9274,17 @@ const createColorThemeFromJson = (colorThemeId, colorThemeJson) => {
9334
9274
  // }) //?.
9335
9275
  // }
9336
9276
 
9337
- const name$26 = 'ColorThemeFromJson';
9277
+ const name$25 = 'ColorThemeFromJson';
9338
9278
 
9339
9279
  // prettier-ignore
9340
- const Commands$1Z = {
9280
+ const Commands$1Y = {
9341
9281
  createColorThemeFromJson: createColorThemeFromJson
9342
9282
  };
9343
9283
 
9344
9284
  const ColorThemeFromJson_ipc = {
9345
9285
  __proto__: null,
9346
- Commands: Commands$1Z,
9347
- name: name$26
9286
+ Commands: Commands$1Y,
9287
+ name: name$25
9348
9288
  };
9349
9289
 
9350
9290
  const productNameLong = 'Lvce Editor - OSS';
@@ -9414,15 +9354,15 @@ const prompt$1 = async (message, {
9414
9354
  return prompt$2(message);
9415
9355
  };
9416
9356
 
9417
- const name$25 = 'ConfirmPrompt';
9418
- const Commands$1Y = {
9357
+ const name$24 = 'ConfirmPrompt';
9358
+ const Commands$1X = {
9419
9359
  prompt: prompt$1
9420
9360
  };
9421
9361
 
9422
9362
  const ConfirmPrompt_ipc = {
9423
9363
  __proto__: null,
9424
- Commands: Commands$1Y,
9425
- name: name$25
9364
+ Commands: Commands$1X,
9365
+ name: name$24
9426
9366
  };
9427
9367
 
9428
9368
  const startRecording = options => {
@@ -9484,16 +9424,16 @@ const stop$1 = async () => {
9484
9424
  // console.log({ path })
9485
9425
  };
9486
9426
 
9487
- const name$24 = 'ContentTracing';
9488
- const Commands$1X = {
9427
+ const name$23 = 'ContentTracing';
9428
+ const Commands$1W = {
9489
9429
  start: start$2,
9490
9430
  stop: stop$1
9491
9431
  };
9492
9432
 
9493
9433
  const ContentTracing_ipc = {
9494
9434
  __proto__: null,
9495
- Commands: Commands$1X,
9496
- name: name$24
9435
+ Commands: Commands$1W,
9436
+ name: name$23
9497
9437
  };
9498
9438
 
9499
9439
  const hasContextMenuNativePreference = () => {
@@ -9514,15 +9454,15 @@ const show$a = async (x, y, id, ...args) => {
9514
9454
  return module.show(x, y, id, ...args);
9515
9455
  };
9516
9456
 
9517
- const name$23 = 'ContextMenu';
9518
- const Commands$1W = {
9457
+ const name$22 = 'ContextMenu';
9458
+ const Commands$1V = {
9519
9459
  show: show$a
9520
9460
  };
9521
9461
 
9522
9462
  const ContextMenu_ipc = {
9523
9463
  __proto__: null,
9524
- Commands: Commands$1W,
9525
- name: name$23
9464
+ Commands: Commands$1V,
9465
+ name: name$22
9526
9466
  };
9527
9467
 
9528
9468
  const resume$3 = debugId => {
@@ -9635,8 +9575,8 @@ const resumed = params => {
9635
9575
  emitEvent('Debug.resumed', params);
9636
9576
  };
9637
9577
 
9638
- const name$22 = 'Debug';
9639
- const Commands$1V = {
9578
+ const name$21 = 'Debug';
9579
+ const Commands$1U = {
9640
9580
  scriptParsed: scriptParsed,
9641
9581
  paused: paused,
9642
9582
  resumed: resumed
@@ -9644,8 +9584,8 @@ const Commands$1V = {
9644
9584
 
9645
9585
  const Debug_ipc = {
9646
9586
  __proto__: null,
9647
- Commands: Commands$1V,
9648
- name: name$22
9587
+ Commands: Commands$1U,
9588
+ name: name$21
9649
9589
  };
9650
9590
 
9651
9591
  const attachDebugger = async pid => {
@@ -9674,15 +9614,15 @@ const debugSharedProcess = async () => {
9674
9614
  await attachDebugger(pid);
9675
9615
  };
9676
9616
 
9677
- const name$21 = 'DebugSharedProcess';
9678
- const Commands$1U = {
9617
+ const name$20 = 'DebugSharedProcess';
9618
+ const Commands$1T = {
9679
9619
  debugSharedProcess: debugSharedProcess
9680
9620
  };
9681
9621
 
9682
9622
  const DebugSharedProcess_ipc = {
9683
9623
  __proto__: null,
9684
- Commands: Commands$1U,
9685
- name: name$21
9624
+ Commands: Commands$1T,
9625
+ name: name$20
9686
9626
  };
9687
9627
 
9688
9628
  const crashSharedProcess = () => {
@@ -10145,10 +10085,10 @@ const openScreenCastView = async () => {
10145
10085
  await openUri$1('screen-cast://');
10146
10086
  };
10147
10087
 
10148
- const name$20 = 'Developer';
10088
+ const name$1$ = 'Developer';
10149
10089
 
10150
10090
  // prettier-ignore
10151
- const Commands$1T = {
10091
+ const Commands$1S = {
10152
10092
  // TODO certain commands are only available in electron -> treeshake them out
10153
10093
  allocateMemoryInSharedProcess: allocateMemoryInSharedProcess,
10154
10094
  clearCache: clearCache,
@@ -10178,8 +10118,8 @@ const Commands$1T = {
10178
10118
 
10179
10119
  const Developer_ipc = {
10180
10120
  __proto__: null,
10181
- Commands: Commands$1T,
10182
- name: name$20
10121
+ Commands: Commands$1S,
10122
+ name: name$1$
10183
10123
  };
10184
10124
 
10185
10125
  const load$3 = () => {
@@ -10267,8 +10207,8 @@ const showMessage = async (message, options) => {
10267
10207
  }
10268
10208
  };
10269
10209
 
10270
- const name$1$ = 'Dialog';
10271
- const Commands$1S = {
10210
+ const name$1_ = 'Dialog';
10211
+ const Commands$1R = {
10272
10212
  // @ts-ignore
10273
10213
  close: undefined,
10274
10214
  handleClick: handleClick$b,
@@ -10279,8 +10219,8 @@ const Commands$1S = {
10279
10219
 
10280
10220
  const Dialog_ipc = {
10281
10221
  __proto__: null,
10282
- Commands: Commands$1S,
10283
- name: name$1$
10222
+ Commands: Commands$1R,
10223
+ name: name$1_
10284
10224
  };
10285
10225
 
10286
10226
  const downloadFile = async (fileName, url) => {
@@ -10315,8 +10255,8 @@ const downloadUrl = (url, outFile) => {
10315
10255
  return invoke$f('Download.download', url, outFile);
10316
10256
  };
10317
10257
 
10318
- const name$1_ = 'Download';
10319
- const Commands$1R = {
10258
+ const name$1Z = 'Download';
10259
+ const Commands$1Q = {
10320
10260
  downloadFile: downloadFile,
10321
10261
  downloadJson: downloadJson,
10322
10262
  downloadToDownloadsFolder: downloadToDownloadsFolder
@@ -10324,8 +10264,8 @@ const Commands$1R = {
10324
10264
 
10325
10265
  const Download_ipc = {
10326
10266
  __proto__: null,
10327
- Commands: Commands$1R,
10328
- name: name$1_
10267
+ Commands: Commands$1Q,
10268
+ name: name$1Z
10329
10269
  };
10330
10270
 
10331
10271
  const hydrate$1 = () => {
@@ -10349,15 +10289,15 @@ const hydrate$1 = () => {
10349
10289
 
10350
10290
  // see also https://tink.uk/using-the-web-speech-api-to-simulate-css-speech-support/
10351
10291
 
10352
- const name$1Z = 'EditorDiagnostics';
10353
- const Commands$1Q = {
10292
+ const name$1Y = 'EditorDiagnostics';
10293
+ const Commands$1P = {
10354
10294
  hydrate: hydrate$1
10355
10295
  };
10356
10296
 
10357
10297
  const EditorDiagnostics_ipc = {
10358
10298
  __proto__: null,
10359
- Commands: Commands$1Q,
10360
- name: name$1Z
10299
+ Commands: Commands$1P,
10300
+ name: name$1Y
10361
10301
  };
10362
10302
 
10363
10303
  /**
@@ -10393,13 +10333,13 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
10393
10333
  await invoke$g(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
10394
10334
  };
10395
10335
 
10396
- const Commands$1P = {
10336
+ const Commands$1O = {
10397
10337
  3900: show$9
10398
10338
  };
10399
10339
 
10400
10340
  const EditorError_ipc = {
10401
10341
  __proto__: null,
10402
- Commands: Commands$1P
10342
+ Commands: Commands$1O
10403
10343
  };
10404
10344
 
10405
10345
  /**
@@ -11201,22 +11141,22 @@ const handleClick$a = async label => {
11201
11141
  await execute$4(command, ...args);
11202
11142
  };
11203
11143
 
11204
- const name$1Y = 'ElectronApplicationMenu';
11144
+ const name$1X = 'ElectronApplicationMenu';
11205
11145
 
11206
11146
  // prettier-ignore
11207
- const Commands$1O = {
11147
+ const Commands$1N = {
11208
11148
  handleClick: handleClick$a,
11209
11149
  hydrate: hydrate
11210
11150
  };
11211
11151
 
11212
11152
  const ElectronApplicationMenu_ipc = {
11213
11153
  __proto__: null,
11214
- Commands: Commands$1O,
11215
- name: name$1Y
11154
+ Commands: Commands$1N,
11155
+ name: name$1X
11216
11156
  };
11217
11157
 
11218
- const name$1X = 'ElectronBrowserView';
11219
- const Commands$1N = {
11158
+ const name$1W = 'ElectronBrowserView';
11159
+ const Commands$1M = {
11220
11160
  handleDidNavigate: handleDidNavigate$1,
11221
11161
  handleTitleUpdated: handleTitleUpdated$2,
11222
11162
  handleWillNavigate: handleWillNavigate$1
@@ -11224,41 +11164,41 @@ const Commands$1N = {
11224
11164
 
11225
11165
  const ElectronBrowserView_ipc = {
11226
11166
  __proto__: null,
11227
- Commands: Commands$1N,
11228
- name: name$1X
11167
+ Commands: Commands$1M,
11168
+ name: name$1W
11229
11169
  };
11230
11170
 
11231
11171
  const writeText = text => {
11232
11172
  return invoke$f('ElectronClipBoard.writeText', text);
11233
11173
  };
11234
11174
 
11235
- const name$1W = 'ElectronClipBoard';
11175
+ const name$1V = 'ElectronClipBoard';
11236
11176
 
11237
11177
  // prettier-ignore
11238
- const Commands$1M = {
11178
+ const Commands$1L = {
11239
11179
  writeText: writeText
11240
11180
  };
11241
11181
 
11242
11182
  const ElectronClipBoard_ipc = {
11243
11183
  __proto__: null,
11244
- Commands: Commands$1M,
11245
- name: name$1W
11184
+ Commands: Commands$1L,
11185
+ name: name$1V
11246
11186
  };
11247
11187
 
11248
- const name$1V = 'ElectronContextMenu';
11188
+ const name$1U = 'ElectronContextMenu';
11249
11189
 
11250
11190
  // prettier-ignore
11251
- const Commands$1L = {};
11191
+ const Commands$1K = {};
11252
11192
 
11253
11193
  const ElectronContextMenu_ipc = {
11254
11194
  __proto__: null,
11255
- Commands: Commands$1L,
11256
- name: name$1V
11195
+ Commands: Commands$1K,
11196
+ name: name$1U
11257
11197
  };
11258
11198
 
11259
- const name$1U = 'ElectronWindow';
11260
- const Commands$1K = {
11261
- close: close$6,
11199
+ const name$1T = 'ElectronWindow';
11200
+ const Commands$1J = {
11201
+ close: close$5,
11262
11202
  maximize: maximize$2,
11263
11203
  minimize: minimize$2,
11264
11204
  openNew: openNew$1,
@@ -11271,34 +11211,34 @@ const Commands$1K = {
11271
11211
 
11272
11212
  const ElectronWindow_ipc = {
11273
11213
  __proto__: null,
11274
- Commands: Commands$1K,
11275
- name: name$1U
11214
+ Commands: Commands$1J,
11215
+ name: name$1T
11276
11216
  };
11277
11217
 
11278
- const name$1T = 'ErrorHandling';
11279
- const Commands$1J = {
11218
+ const name$1S = 'ErrorHandling';
11219
+ const Commands$1I = {
11280
11220
  handleError: handleError$2
11281
11221
  };
11282
11222
 
11283
11223
  const ErrorHandling_ipc = {
11284
11224
  __proto__: null,
11285
- Commands: Commands$1J,
11286
- name: name$1T
11225
+ Commands: Commands$1I,
11226
+ name: name$1S
11287
11227
  };
11288
11228
 
11289
11229
  const exit = () => {
11290
11230
  return invoke$f('Exit.exit');
11291
11231
  };
11292
11232
 
11293
- const name$1S = 'Exit';
11294
- const Commands$1I = {
11233
+ const name$1R = 'Exit';
11234
+ const Commands$1H = {
11295
11235
  exit: exit
11296
11236
  };
11297
11237
 
11298
11238
  const Exit_ipc = {
11299
11239
  __proto__: null,
11300
- Commands: Commands$1I,
11301
- name: name$1S
11240
+ Commands: Commands$1H,
11241
+ name: name$1R
11302
11242
  };
11303
11243
 
11304
11244
  const STATUS_OFF = 0;
@@ -11347,31 +11287,31 @@ const loadWebExtension = async path => {
11347
11287
  // })
11348
11288
  };
11349
11289
 
11350
- const name$1R = 'ExtensionHost';
11290
+ const name$1Q = 'ExtensionHost';
11351
11291
 
11352
11292
  // prettier-ignore
11353
- const Commands$1H = {
11293
+ const Commands$1G = {
11354
11294
  loadWebExtension: loadWebExtension
11355
11295
  };
11356
11296
 
11357
11297
  const ExtensionHostCore_ipc = {
11358
11298
  __proto__: null,
11359
- Commands: Commands$1H,
11360
- name: name$1R
11299
+ Commands: Commands$1G,
11300
+ name: name$1Q
11361
11301
  };
11362
11302
 
11363
- const name$1Q = 'ExtensionMeta';
11303
+ const name$1P = 'ExtensionMeta';
11364
11304
 
11365
11305
  // prettier-ignore
11366
- const Commands$1G = {
11306
+ const Commands$1F = {
11367
11307
  addNodeExtension: addNodeExtension,
11368
11308
  addWebExtension: addWebExtension
11369
11309
  };
11370
11310
 
11371
11311
  const ExtensionMeta_ipc = {
11372
11312
  __proto__: null,
11373
- Commands: Commands$1G,
11374
- name: name$1Q
11313
+ Commands: Commands$1F,
11314
+ name: name$1P
11375
11315
  };
11376
11316
 
11377
11317
  const openExtensionsFolder = async () => {
@@ -11383,18 +11323,18 @@ const openCachedExtensionsFolder = async () => {
11383
11323
  await openNativeFolder(cachedExtensionsFolder);
11384
11324
  };
11385
11325
 
11386
- const name$1P = 'Extensions';
11326
+ const name$1O = 'Extensions';
11387
11327
 
11388
11328
  // prettier-ignore
11389
- const Commands$1F = {
11329
+ const Commands$1E = {
11390
11330
  openCachedExtensionsFolder: openCachedExtensionsFolder,
11391
11331
  openExtensionsFolder: openExtensionsFolder
11392
11332
  };
11393
11333
 
11394
11334
  const Extensions_ipc = {
11395
11335
  __proto__: null,
11396
- Commands: Commands$1F,
11397
- name: name$1P
11336
+ Commands: Commands$1E,
11337
+ name: name$1O
11398
11338
  };
11399
11339
 
11400
11340
  const showDirectoryPicker = async options => {
@@ -11425,8 +11365,8 @@ const showSaveFilePicker = async options => {
11425
11365
  }
11426
11366
  };
11427
11367
 
11428
- const name$1O = 'FilePicker';
11429
- const Commands$1E = {
11368
+ const name$1N = 'FilePicker';
11369
+ const Commands$1D = {
11430
11370
  showDirectoryPicker: showDirectoryPicker,
11431
11371
  showFilePicker: showFilePicker,
11432
11372
  showSaveFilePicker: showSaveFilePicker
@@ -11434,12 +11374,12 @@ const Commands$1E = {
11434
11374
 
11435
11375
  const FilePicker_ipc = {
11436
11376
  __proto__: null,
11437
- Commands: Commands$1E,
11438
- name: name$1O
11377
+ Commands: Commands$1D,
11378
+ name: name$1N
11439
11379
  };
11440
11380
 
11441
- const name$1N = 'FileSystem';
11442
- const Commands$1D = {
11381
+ const name$1M = 'FileSystem';
11382
+ const Commands$1C = {
11443
11383
  chmod: chmod$3,
11444
11384
  getBlob: getBlob$4,
11445
11385
  getPathSeparator: getPathSeparator$9,
@@ -11452,24 +11392,25 @@ const Commands$1D = {
11452
11392
 
11453
11393
  const FileSystem_ipc = {
11454
11394
  __proto__: null,
11455
- Commands: Commands$1D,
11456
- name: name$1N
11395
+ Commands: Commands$1C,
11396
+ name: name$1M
11457
11397
  };
11458
11398
 
11459
- const name$1M = 'IconTheme';
11460
- const Commands$1C = {
11399
+ const name$1L = 'IconTheme';
11400
+ const Commands$1B = {
11461
11401
  // TODO command necessary?
11462
11402
  // TODO hydrate should be an alias for reload/load
11463
11403
  hydrate: hydrate$4,
11464
11404
  setIconTheme: setIconTheme,
11465
11405
  getFileIcon: getFileIcon$2,
11406
+ getFolderIcon: getFolderIcon,
11466
11407
  getIcon: getIcon$1
11467
11408
  };
11468
11409
 
11469
11410
  const IconTheme_ipc = {
11470
11411
  __proto__: null,
11471
- Commands: Commands$1C,
11472
- name: name$1M
11412
+ Commands: Commands$1B,
11413
+ name: name$1L
11473
11414
  };
11474
11415
 
11475
11416
  const state$f = {
@@ -11504,28 +11445,28 @@ const hide$4 = async () => {
11504
11445
 
11505
11446
  // TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
11506
11447
 
11507
- const name$1L = 'ImagePreview';
11508
- const Commands$1B = {
11448
+ const name$1K = 'ImagePreview';
11449
+ const Commands$1A = {
11509
11450
  hide: hide$4,
11510
11451
  show: show$8
11511
11452
  };
11512
11453
 
11513
11454
  const ImagePreview_ipc = {
11514
11455
  __proto__: null,
11515
- Commands: Commands$1B,
11516
- name: name$1L
11456
+ Commands: Commands$1A,
11457
+ name: name$1K
11517
11458
  };
11518
11459
 
11519
- const name$1K = 'Focus';
11520
- const Commands$1A = {
11460
+ const name$1J = 'Focus';
11461
+ const Commands$1z = {
11521
11462
  setFocus: setFocus,
11522
11463
  setAdditionalFocus: setAdditionalFocus
11523
11464
  };
11524
11465
 
11525
11466
  const Focus_ipc = {
11526
11467
  __proto__: null,
11527
- Commands: Commands$1A,
11528
- name: name$1K
11468
+ Commands: Commands$1z,
11469
+ name: name$1J
11529
11470
  };
11530
11471
 
11531
11472
  const state$e = {
@@ -11577,8 +11518,8 @@ const handleError$1 = (id, error) => {
11577
11518
  search.dispatchEvent(new Event('error', {}));
11578
11519
  };
11579
11520
 
11580
- const name$1J = 'IncrementalTextSearch';
11581
- const Commands$1z = {
11521
+ const name$1I = 'IncrementalTextSearch';
11522
+ const Commands$1y = {
11582
11523
  handleCanceled: handleCanceled,
11583
11524
  handleData: handleData$2,
11584
11525
  handleError: handleError$1,
@@ -11588,35 +11529,35 @@ const Commands$1z = {
11588
11529
 
11589
11530
  const IncrementalTextSearch_ipc = {
11590
11531
  __proto__: null,
11591
- Commands: Commands$1z,
11592
- name: name$1J
11532
+ Commands: Commands$1y,
11533
+ name: name$1I
11593
11534
  };
11594
11535
 
11595
- const name$1I = 'IndexedDb';
11596
- const Commands$1y = {
11536
+ const name$1H = 'IndexedDb';
11537
+ const Commands$1x = {
11597
11538
  addHandle: addHandle$1,
11598
11539
  getHandle: getHandle$1
11599
11540
  };
11600
11541
 
11601
11542
  const IndexedDb_ipc = {
11602
11543
  __proto__: null,
11603
- Commands: Commands$1y,
11604
- name: name$1I
11544
+ Commands: Commands$1x,
11545
+ name: name$1H
11605
11546
  };
11606
11547
 
11607
- const name$1H = 'IpcParent';
11608
- const Commands$1x = {
11609
- create: create$12
11548
+ const name$1G = 'IpcParent';
11549
+ const Commands$1w = {
11550
+ create: create$11
11610
11551
  };
11611
11552
 
11612
11553
  const IpcParent_ipc = {
11613
11554
  __proto__: null,
11614
- Commands: Commands$1x,
11615
- name: name$1H
11555
+ Commands: Commands$1w,
11556
+ name: name$1G
11616
11557
  };
11617
11558
 
11618
- const name$1G = 'KeyBindings';
11619
- const Commands$1w = {
11559
+ const name$1F = 'KeyBindings';
11560
+ const Commands$1v = {
11620
11561
  handleKeyBinding: handleKeyBinding$1,
11621
11562
  // @ts-ignore
11622
11563
  setIdentifiers: undefined,
@@ -11626,8 +11567,8 @@ const Commands$1w = {
11626
11567
 
11627
11568
  const KeyBindings_ipc = {
11628
11569
  __proto__: null,
11629
- Commands: Commands$1w,
11630
- name: name$1G
11570
+ Commands: Commands$1v,
11571
+ name: name$1F
11631
11572
  };
11632
11573
 
11633
11574
  // TODO extension key bindings
@@ -11653,22 +11594,22 @@ const getKeyBindings$i = async () => {
11653
11594
  return keybindings;
11654
11595
  };
11655
11596
 
11656
- const name$1F = 'KeyBindingsInitial';
11597
+ const name$1E = 'KeyBindingsInitial';
11657
11598
 
11658
11599
  // prettier-ignore
11659
- const Commands$1v = {
11600
+ const Commands$1u = {
11660
11601
  getKeyBindings: getKeyBindings$i
11661
11602
  };
11662
11603
 
11663
11604
  const KeyBindingsInitial_ipc = {
11664
11605
  __proto__: null,
11665
- Commands: Commands$1v,
11666
- name: name$1F
11606
+ Commands: Commands$1u,
11607
+ name: name$1E
11667
11608
  };
11668
11609
 
11669
11610
  const state$d = Object.create(null);
11670
11611
  const register = listener => {
11671
- const id = create$13();
11612
+ const id = create$12();
11672
11613
  state$d[id] = listener;
11673
11614
  return id;
11674
11615
  };
@@ -11682,19 +11623,19 @@ const execute$2 = (id, ...args) => {
11682
11623
  return listener(...args);
11683
11624
  };
11684
11625
 
11685
- const Commands$1u = {
11626
+ const Commands$1t = {
11686
11627
  3444: execute$2
11687
11628
  };
11688
11629
 
11689
11630
  const Listener_ipc = {
11690
11631
  __proto__: null,
11691
- Commands: Commands$1u
11632
+ Commands: Commands$1t
11692
11633
  };
11693
11634
 
11694
11635
  // TODO only use LocalStorage module via ipc -> that way is is always lazyloaded
11695
11636
 
11696
- const name$1E = 'LocalStorage';
11697
- const Commands$1t = {
11637
+ const name$1D = 'LocalStorage';
11638
+ const Commands$1s = {
11698
11639
  clear: clear$4,
11699
11640
  getJson: getJson$4,
11700
11641
  getText: getText,
@@ -11704,8 +11645,8 @@ const Commands$1t = {
11704
11645
 
11705
11646
  const LocalStorage_ipc = {
11706
11647
  __proto__: null,
11707
- Commands: Commands$1t,
11708
- name: name$1E
11648
+ Commands: Commands$1s,
11649
+ name: name$1D
11709
11650
  };
11710
11651
 
11711
11652
  const executeMenuItemCommand = async item => {
@@ -12773,8 +12714,8 @@ const focusNext$b = async () => {
12773
12714
 
12774
12715
  // TODO more tests
12775
12716
 
12776
- const name$1D = 'Menu';
12777
- const Commands$1s = {
12717
+ const name$1C = 'Menu';
12718
+ const Commands$1r = {
12778
12719
  focusFirst: focusFirst$8,
12779
12720
  focusIndex: focusIndex$9,
12780
12721
  focusLast: focusLast$8,
@@ -12790,8 +12731,8 @@ const Commands$1s = {
12790
12731
 
12791
12732
  const Menu_ipc = {
12792
12733
  __proto__: null,
12793
- Commands: Commands$1s,
12794
- name: name$1D
12734
+ Commands: Commands$1r,
12735
+ name: name$1C
12795
12736
  };
12796
12737
 
12797
12738
  // based on https://github.com/microsoft/vscode/blob/bd782eb059e133d3a20fdb446b8feb0010a278ad/src/vs/base/common/mime.ts (License MIT)
@@ -12870,16 +12811,16 @@ const getMediaMimeType = uri => {
12870
12811
  return mapExtToMediaMimes[extension] || defaultMimeType;
12871
12812
  };
12872
12813
 
12873
- const name$1C = 'Mime';
12874
- const Commands$1r = {
12814
+ const name$1B = 'Mime';
12815
+ const Commands$1q = {
12875
12816
  getMediaMimeType: getMediaMimeType,
12876
12817
  getTextMime: getTextMime
12877
12818
  };
12878
12819
 
12879
12820
  const Mime_ipc = {
12880
12821
  __proto__: null,
12881
- Commands: Commands$1r,
12882
- name: name$1C
12822
+ Commands: Commands$1q,
12823
+ name: name$1B
12883
12824
  };
12884
12825
 
12885
12826
  const HandleMaximized = 'handleMaximized';
@@ -12913,8 +12854,8 @@ const handleMinimized = () => {
12913
12854
  emitEvent(HandleMinimized);
12914
12855
  };
12915
12856
 
12916
- const name$1B = 'NativeHost';
12917
- const Commands$1q = {
12857
+ const name$1A = 'NativeHost';
12858
+ const Commands$1p = {
12918
12859
  handleMaximized: handleMaximized,
12919
12860
  handleMinimized: handleMinimized,
12920
12861
  handleUnmaximized: handleUnmaximized
@@ -12922,8 +12863,8 @@ const Commands$1q = {
12922
12863
 
12923
12864
  const NativeHost_ipc = {
12924
12865
  __proto__: null,
12925
- Commands: Commands$1q,
12926
- name: name$1B
12866
+ Commands: Commands$1p,
12867
+ name: name$1A
12927
12868
  };
12928
12869
 
12929
12870
  // TODO maybe rename this module to Focus
@@ -13037,8 +12978,8 @@ const focusPreviousPart = async () => {
13037
12978
  await focusPart(previousPart);
13038
12979
  };
13039
12980
 
13040
- const name$1A = 'Navigation';
13041
- const Commands$1p = {
12981
+ const name$1z = 'Navigation';
12982
+ const Commands$1o = {
13042
12983
  focusActivityBar: focusActivityBar,
13043
12984
  focusMain: focusMain,
13044
12985
  focusNextPart: focusNextPart,
@@ -13051,14 +12992,14 @@ const Commands$1p = {
13051
12992
 
13052
12993
  const Navigation_ipc = {
13053
12994
  __proto__: null,
13054
- Commands: Commands$1p,
13055
- name: name$1A
12995
+ Commands: Commands$1o,
12996
+ name: name$1z
13056
12997
  };
13057
12998
 
13058
12999
  const state$9 = {
13059
13000
  notifications: []
13060
13001
  };
13061
- const create$T = async (type, text) => {
13002
+ const create$S = async (type, text) => {
13062
13003
  // @ts-ignore
13063
13004
  state$9.notifications.push({
13064
13005
  type,
@@ -13088,22 +13029,22 @@ const handleClick$9 = index => {
13088
13029
  option
13089
13030
  });
13090
13031
  };
13091
- const dispose$u = async id => {
13032
+ const dispose$t = async id => {
13092
13033
  await invoke$g(/* Notification.dispose */'Notification.dispose', /* id */id);
13093
13034
  };
13094
13035
 
13095
- const name$1z = 'Notification';
13096
- const Commands$1o = {
13097
- create: create$T,
13098
- dispose: dispose$u,
13036
+ const name$1y = 'Notification';
13037
+ const Commands$1n = {
13038
+ create: create$S,
13039
+ dispose: dispose$t,
13099
13040
  handleClick: handleClick$9,
13100
13041
  showWithOptions: showWithOptions
13101
13042
  };
13102
13043
 
13103
13044
  const Notification_ipc = {
13104
13045
  __proto__: null,
13105
- Commands: Commands$1o,
13106
- name: name$1z
13046
+ Commands: Commands$1n,
13047
+ name: name$1y
13107
13048
  };
13108
13049
 
13109
13050
  const openUrlWeb = async url => {
@@ -13126,31 +13067,31 @@ const openUrl = async url => {
13126
13067
  };
13127
13068
  const openExternal$1 = openExternal$2;
13128
13069
 
13129
- const name$1y = 'Open';
13130
- const Commands$1n = {
13070
+ const name$1x = 'Open';
13071
+ const Commands$1m = {
13131
13072
  openExternal: openExternal$1,
13132
13073
  openUrl: openUrl
13133
13074
  };
13134
13075
 
13135
13076
  const Open_ipc = {
13136
13077
  __proto__: null,
13137
- Commands: Commands$1n,
13138
- name: name$1y
13078
+ Commands: Commands$1m,
13079
+ name: name$1x
13139
13080
  };
13140
13081
 
13141
- const name$1x = 'OpenNativeFolder';
13142
- const Commands$1m = {
13082
+ const name$1w = 'OpenNativeFolder';
13083
+ const Commands$1l = {
13143
13084
  openNativeFolder: openNativeFolder
13144
13085
  };
13145
13086
 
13146
13087
  const OpenNativeFolder_ipc = {
13147
13088
  __proto__: null,
13148
- Commands: Commands$1m,
13149
- name: name$1x
13089
+ Commands: Commands$1l,
13090
+ name: name$1w
13150
13091
  };
13151
13092
 
13152
- const name$1w = 'PersistentFileHandle';
13153
- const Commands$1l = {
13093
+ const name$1v = 'PersistentFileHandle';
13094
+ const Commands$1k = {
13154
13095
  addHandle: addHandle,
13155
13096
  getHandle: getHandle,
13156
13097
  removeHandle: removeHandle
@@ -13158,14 +13099,14 @@ const Commands$1l = {
13158
13099
 
13159
13100
  const PersistentFileHandle_ipc = {
13160
13101
  __proto__: null,
13161
- Commands: Commands$1l,
13162
- name: name$1w
13102
+ Commands: Commands$1k,
13103
+ name: name$1v
13163
13104
  };
13164
13105
 
13165
- const name$1v = 'Preferences';
13106
+ const name$1u = 'Preferences';
13166
13107
 
13167
13108
  // prettier-ignore
13168
- const Commands$1k = {
13109
+ const Commands$1j = {
13169
13110
  // TODO is this needed?
13170
13111
  // TODO rename to openKeyBindingsJson -> similar to openSettingsJson
13171
13112
  hydrate: hydrate$b,
@@ -13175,44 +13116,44 @@ const Commands$1k = {
13175
13116
 
13176
13117
  const Preferences_ipc = {
13177
13118
  __proto__: null,
13178
- Commands: Commands$1k,
13179
- name: name$1v
13119
+ Commands: Commands$1j,
13120
+ name: name$1u
13180
13121
  };
13181
13122
 
13182
13123
  const prompt = (message, defaultValue) => {
13183
13124
  return invoke$g('Prompt.prompt', message, defaultValue);
13184
13125
  };
13185
13126
 
13186
- const name$1u = 'Prompt';
13187
- const Commands$1j = {
13127
+ const name$1t = 'Prompt';
13128
+ const Commands$1i = {
13188
13129
  prompt: prompt
13189
13130
  };
13190
13131
 
13191
13132
  const Prompt_ipc = {
13192
13133
  __proto__: null,
13193
- Commands: Commands$1j,
13194
- name: name$1u
13134
+ Commands: Commands$1i,
13135
+ name: name$1t
13195
13136
  };
13196
13137
 
13197
13138
  const rebuildNodePty = async () => {
13198
13139
  await invoke$f('RebuildNodePty.rebuildNodePty');
13199
13140
  };
13200
13141
 
13201
- const name$1t = 'RebuildNodePty';
13202
- const Commands$1i = {
13142
+ const name$1s = 'RebuildNodePty';
13143
+ const Commands$1h = {
13203
13144
  rebuildNodePty: rebuildNodePty
13204
13145
  };
13205
13146
 
13206
13147
  const RebuildNodePty_ipc = {
13207
13148
  __proto__: null,
13208
- Commands: Commands$1i,
13209
- name: name$1t
13149
+ Commands: Commands$1h,
13150
+ name: name$1s
13210
13151
  };
13211
13152
 
13212
- const name$1s = 'RecentlyOpened';
13153
+ const name$1r = 'RecentlyOpened';
13213
13154
 
13214
13155
  // prettier-ignore
13215
- const Commands$1h = {
13156
+ const Commands$1g = {
13216
13157
  addToRecentlyOpened: addToRecentlyOpened,
13217
13158
  clearRecentlyOpened: clearRecentlyOpened$1,
13218
13159
  getRecentlyOpened: getRecentlyOpened$2,
@@ -13221,19 +13162,19 @@ const Commands$1h = {
13221
13162
 
13222
13163
  const RecentlyOpened_ipc = {
13223
13164
  __proto__: null,
13224
- Commands: Commands$1h,
13225
- name: name$1s
13165
+ Commands: Commands$1g,
13166
+ name: name$1r
13226
13167
  };
13227
13168
 
13228
- const name$1r = 'Reload';
13229
- const Commands$1g = {
13169
+ const name$1q = 'Reload';
13170
+ const Commands$1f = {
13230
13171
  reload: reload$2
13231
13172
  };
13232
13173
 
13233
13174
  const Reload_ipc = {
13234
13175
  __proto__: null,
13235
- Commands: Commands$1g,
13236
- name: name$1r
13176
+ Commands: Commands$1f,
13177
+ name: name$1q
13237
13178
  };
13238
13179
 
13239
13180
  const isAbortError = error => {
@@ -13264,35 +13205,35 @@ const saveFileAs = async (fileName, url) => {
13264
13205
  }
13265
13206
  };
13266
13207
 
13267
- const name$1q = 'SaveFileAs';
13208
+ const name$1p = 'SaveFileAs';
13268
13209
 
13269
13210
  // prettier-ignore
13270
- const Commands$1f = {
13211
+ const Commands$1e = {
13271
13212
  saveFileAs: saveFileAs
13272
13213
  };
13273
13214
 
13274
13215
  const SaveFileAs_ipc = {
13275
13216
  __proto__: null,
13276
- Commands: Commands$1f,
13277
- name: name$1q
13217
+ Commands: Commands$1e,
13218
+ name: name$1p
13278
13219
  };
13279
13220
 
13280
- const name$1p = 'SaveState';
13221
+ const name$1o = 'SaveState';
13281
13222
 
13282
13223
  // prettier-ignore
13283
- const Commands$1e = {
13224
+ const Commands$1d = {
13284
13225
  handleVisibilityChange: handleVisibilityChange,
13285
13226
  hydrate: hydrate$5
13286
13227
  };
13287
13228
 
13288
13229
  const SaveState_ipc = {
13289
13230
  __proto__: null,
13290
- Commands: Commands$1e,
13291
- name: name$1p
13231
+ Commands: Commands$1d,
13232
+ name: name$1o
13292
13233
  };
13293
13234
 
13294
- const name$1o = 'SessionReplay';
13295
- const Commands$1d = {
13235
+ const name$1n = 'SessionReplay';
13236
+ const Commands$1c = {
13296
13237
  downloadSession: downloadSession,
13297
13238
  openSession: openSession,
13298
13239
  replayCurrentSession: replayCurrentSession,
@@ -13301,22 +13242,22 @@ const Commands$1d = {
13301
13242
 
13302
13243
  const SessionReplay_ipc = {
13303
13244
  __proto__: null,
13304
- Commands: Commands$1d,
13305
- name: name$1o
13245
+ Commands: Commands$1c,
13246
+ name: name$1n
13306
13247
  };
13307
13248
 
13308
13249
  // TODO only use SessionStorage module via ipc -> that way is is always lazyloaded
13309
13250
 
13310
- const name$1n = 'SessionStorage';
13311
- const Commands$1c = {
13251
+ const name$1m = 'SessionStorage';
13252
+ const Commands$1b = {
13312
13253
  clear: clear$3,
13313
13254
  getJson: getJson$2
13314
13255
  };
13315
13256
 
13316
13257
  const SessionStorage_ipc = {
13317
13258
  __proto__: null,
13318
- Commands: Commands$1c,
13319
- name: name$1n
13259
+ Commands: Commands$1b,
13260
+ name: name$1m
13320
13261
  };
13321
13262
 
13322
13263
  const getConfiguredWorkerUrl$6 = (preferenceKey, fallback) => {
@@ -13335,7 +13276,7 @@ const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
13335
13276
 
13336
13277
  const launchTestWorker = async () => {
13337
13278
  const configuredWorkerUrl = getConfiguredWorkerUrl$6('develop.testWorkerPath', testWorkerUrl);
13338
- const ipc = await create$12({
13279
+ const ipc = await create$11({
13339
13280
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
13340
13281
  url: configuredWorkerUrl,
13341
13282
  name: 'Test Worker'
@@ -13349,15 +13290,15 @@ const execute$1 = async href => {
13349
13290
  await invoke$h(ipc, 'Test.execute', href);
13350
13291
  };
13351
13292
 
13352
- const name$1m = 'Test';
13353
- const Commands$1b = {
13293
+ const name$1l = 'Test';
13294
+ const Commands$1a = {
13354
13295
  execute: execute$1
13355
13296
  };
13356
13297
 
13357
13298
  const Test_ipc = {
13358
13299
  __proto__: null,
13359
- Commands: Commands$1b,
13360
- name: name$1m
13300
+ Commands: Commands$1a,
13301
+ name: name$1l
13361
13302
  };
13362
13303
 
13363
13304
  const checkSingleElementCondition = (locator, fnName, options) => {
@@ -13373,8 +13314,8 @@ const performAction = (...args) => {
13373
13314
  return invoke$g('TestFrameWork.performAction', ...args);
13374
13315
  };
13375
13316
 
13376
- const name$1l = 'TestFrameWork';
13377
- const Commands$1a = {
13317
+ const name$1k = 'TestFrameWork';
13318
+ const Commands$19 = {
13378
13319
  checkMultiElementCondition: checkMultiElementCondition,
13379
13320
  checkSingleElementCondition: checkSingleElementCondition,
13380
13321
  showOverlay: showOverlay,
@@ -13383,24 +13324,24 @@ const Commands$1a = {
13383
13324
 
13384
13325
  const TestFrameWork_ipc = {
13385
13326
  __proto__: null,
13386
- Commands: Commands$1a,
13387
- name: name$1l
13327
+ Commands: Commands$19,
13328
+ name: name$1k
13388
13329
  };
13389
13330
 
13390
- const name$1k = 'Url';
13391
- const Commands$19 = {
13331
+ const name$1j = 'Url';
13332
+ const Commands$18 = {
13392
13333
  createObjectUrl: createObjectUrl,
13393
13334
  revokeObjectUrl: revokeObjectUrl
13394
13335
  };
13395
13336
 
13396
13337
  const Url_ipc = {
13397
13338
  __proto__: null,
13398
- Commands: Commands$19,
13399
- name: name$1k
13339
+ Commands: Commands$18,
13340
+ name: name$1j
13400
13341
  };
13401
13342
 
13402
- const name$1j = 'Viewlet';
13403
- const Commands$18 = {
13343
+ const name$1i = 'Viewlet';
13344
+ const Commands$17 = {
13404
13345
  2133: send,
13405
13346
  closeWidget: closeWidget,
13406
13347
  executeViewletCommand: executeViewletCommand,
@@ -13408,18 +13349,18 @@ const Commands$18 = {
13408
13349
  getAllStates: getAllStates,
13409
13350
  openWidget: openWidget,
13410
13351
  send: send,
13411
- dispose: dispose$v
13352
+ dispose: dispose$u
13412
13353
  };
13413
13354
 
13414
13355
  const Viewlet_ipc = {
13415
13356
  __proto__: null,
13416
- Commands: Commands$18,
13417
- name: name$1j
13357
+ Commands: Commands$17,
13358
+ name: name$1i
13418
13359
  };
13419
13360
 
13420
- const name$1i = 'Window';
13421
- const Commands$17 = {
13422
- close: close$5,
13361
+ const name$1h = 'Window';
13362
+ const Commands$16 = {
13363
+ close: close$4,
13423
13364
  exit: exit$2,
13424
13365
  maximize: maximize$1,
13425
13366
  minimize: minimize$1,
@@ -13432,13 +13373,13 @@ const Commands$17 = {
13432
13373
 
13433
13374
  const Window_ipc = {
13434
13375
  __proto__: null,
13435
- Commands: Commands$17,
13436
- name: name$1i
13376
+ Commands: Commands$16,
13377
+ name: name$1h
13437
13378
  };
13438
13379
 
13439
- const name$1h = 'Workspace';
13440
- const Commands$16 = {
13441
- close: close$7,
13380
+ const name$1g = 'Workspace';
13381
+ const Commands$15 = {
13382
+ close: close$6,
13442
13383
  getPath: getPath,
13443
13384
  getUri: getUri$1,
13444
13385
  hydrate: hydrate$6,
@@ -13448,19 +13389,19 @@ const Commands$16 = {
13448
13389
 
13449
13390
  const Workspace_ipc = {
13450
13391
  __proto__: null,
13451
- Commands: Commands$16,
13452
- name: name$1h
13392
+ Commands: Commands$15,
13393
+ name: name$1g
13453
13394
  };
13454
13395
 
13455
- const name$1g = 'WindowTitle';
13456
- const Commands$15 = {
13396
+ const name$1f = 'WindowTitle';
13397
+ const Commands$14 = {
13457
13398
  set: set$a
13458
13399
  };
13459
13400
 
13460
13401
  const WindowTitle_ipc = {
13461
13402
  __proto__: null,
13462
- Commands: Commands$15,
13463
- name: name$1g
13403
+ Commands: Commands$14,
13404
+ name: name$1f
13464
13405
  };
13465
13406
 
13466
13407
  const mock = () => {
@@ -13470,16 +13411,16 @@ const unmock = () => {
13470
13411
  return invoke$g('PointerCapture.unmock');
13471
13412
  };
13472
13413
 
13473
- const name$1f = 'PointerCapture';
13474
- const Commands$14 = {
13414
+ const name$1e = 'PointerCapture';
13415
+ const Commands$13 = {
13475
13416
  mock: mock,
13476
13417
  unmock: unmock
13477
13418
  };
13478
13419
 
13479
13420
  const PointerCapture_ipc = {
13480
13421
  __proto__: null,
13481
- Commands: Commands$14,
13482
- name: name$1f
13422
+ Commands: Commands$13,
13423
+ name: name$1e
13483
13424
  };
13484
13425
 
13485
13426
  const show$6 = async (...args) => {
@@ -13506,8 +13447,8 @@ const showCustom = (picks, resolve) => {
13506
13447
  return show$6('custom', picks, resolve);
13507
13448
  };
13508
13449
 
13509
- const name$1e = 'QuickPick';
13510
- const Commands$13 = {
13450
+ const name$1d = 'QuickPick';
13451
+ const Commands$12 = {
13511
13452
  show: show$6,
13512
13453
  showColorTheme: showColorTheme,
13513
13454
  showCommands: showCommands,
@@ -13519,8 +13460,8 @@ const Commands$13 = {
13519
13460
 
13520
13461
  const QuickPick_ipc = {
13521
13462
  __proto__: null,
13522
- Commands: Commands$13,
13523
- name: name$1e
13463
+ Commands: Commands$12,
13464
+ name: name$1d
13524
13465
  };
13525
13466
 
13526
13467
  const show$5 = async picks => {
@@ -13532,17 +13473,17 @@ const show$5 = async picks => {
13532
13473
  return promise;
13533
13474
  };
13534
13475
 
13535
- const name$1d = 'ExtensionHostQuickPick';
13476
+ const name$1c = 'ExtensionHostQuickPick';
13536
13477
 
13537
13478
  // prettier-ignore
13538
- const Commands$12 = {
13479
+ const Commands$11 = {
13539
13480
  show: show$5
13540
13481
  };
13541
13482
 
13542
13483
  const ExtensionHostQuickPick_ipc = {
13543
13484
  __proto__: null,
13544
- Commands: Commands$12,
13545
- name: name$1d
13485
+ Commands: Commands$11,
13486
+ name: name$1c
13546
13487
  };
13547
13488
 
13548
13489
  const showInformationMessage = async message => {
@@ -13551,17 +13492,17 @@ const showInformationMessage = async message => {
13551
13492
  return result;
13552
13493
  };
13553
13494
 
13554
- const name$1c = 'ExtensionHostDialog';
13495
+ const name$1b = 'ExtensionHostDialog';
13555
13496
 
13556
13497
  // prettier-ignore
13557
- const Commands$11 = {
13498
+ const Commands$10 = {
13558
13499
  showInformationMessage: showInformationMessage
13559
13500
  };
13560
13501
 
13561
13502
  const ExtensionHostDialog_ipc = {
13562
13503
  __proto__: null,
13563
- Commands: Commands$11,
13564
- name: name$1c
13504
+ Commands: Commands$10,
13505
+ name: name$1b
13565
13506
  };
13566
13507
 
13567
13508
  const set$4 = async (url, contentSecurityPolicy) => {
@@ -13577,33 +13518,33 @@ const set$3 = async (url, contentSecurityPolicy) => {
13577
13518
  await set$4(url, contentSecurityPolicy);
13578
13519
  };
13579
13520
 
13580
- const name$1b = 'ExtensionHostWorkerContentSecurityPolicy';
13581
- const Commands$10 = {
13521
+ const name$1a = 'ExtensionHostWorkerContentSecurityPolicy';
13522
+ const Commands$$ = {
13582
13523
  set: set$3
13583
13524
  };
13584
13525
 
13585
13526
  const ExtensionHostWorkerContentSecurityPolicy_ipc = {
13586
13527
  __proto__: null,
13587
- Commands: Commands$10,
13588
- name: name$1b
13528
+ Commands: Commands$$,
13529
+ name: name$1a
13589
13530
  };
13590
13531
 
13591
- const name$1a = 'SendMessagePortToElectron';
13592
- const Commands$$ = {
13532
+ const name$19 = 'SendMessagePortToElectron';
13533
+ const Commands$_ = {
13593
13534
  sendMessagePortToElectron: sendMessagePortToElectron
13594
13535
  };
13595
13536
 
13596
13537
  const SendMessagePortToElectron_ipc = {
13597
13538
  __proto__: null,
13598
- Commands: Commands$$,
13599
- name: name$1a
13539
+ Commands: Commands$_,
13540
+ name: name$19
13600
13541
  };
13601
13542
 
13602
13543
  const terminalWorkerUrl = `${assetDir}/packages/terminal-worker/dist/terminalWorkerMain.js`;
13603
13544
 
13604
13545
  const launchTerminalWorker = async () => {
13605
13546
  const name = platform === Electron$1 ? 'Terminal Worker (Electron)' : 'Terminal Worker';
13606
- const ipc = await create$12({
13547
+ const ipc = await create$11({
13607
13548
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
13608
13549
  name,
13609
13550
  url: terminalWorkerUrl
@@ -13614,53 +13555,53 @@ const launchTerminalWorker = async () => {
13614
13555
 
13615
13556
  const {
13616
13557
  invoke: invoke$b,
13617
- invokeAndTransfer: invokeAndTransfer$9
13558
+ invokeAndTransfer: invokeAndTransfer$8
13618
13559
  } = getOrCreateWorker(launchTerminalWorker);
13619
13560
 
13620
- const create$S = async canvasId => {
13561
+ const create$R = async canvasId => {
13621
13562
  number$1(canvasId);
13622
- const id = create$13();
13563
+ const id = create$12();
13623
13564
  await invoke$g('OffscreenCanvas.create', canvasId, id);
13624
13565
  const canvas = acquire(id);
13625
13566
  return canvas;
13626
13567
  };
13627
13568
  const createForTerminal = async (canvasId, callbackId) => {
13628
- const canvas = await create$S(canvasId);
13629
- await invokeAndTransfer$9('OffscreenCanvas.handleResult', callbackId, canvas);
13569
+ const canvas = await create$R(canvasId);
13570
+ await invokeAndTransfer$8('OffscreenCanvas.handleResult', callbackId, canvas);
13630
13571
  };
13631
13572
 
13632
- const name$19 = 'OffscreenCanvas';
13633
- const Commands$_ = {
13634
- create: create$S,
13573
+ const name$18 = 'OffscreenCanvas';
13574
+ const Commands$Z = {
13575
+ create: create$R,
13635
13576
  createForTerminal: createForTerminal
13636
13577
  };
13637
13578
 
13638
13579
  const OffscreenCanvas_ipc = {
13639
13580
  __proto__: null,
13640
- Commands: Commands$_,
13641
- name: name$19
13581
+ Commands: Commands$Z,
13582
+ name: name$18
13642
13583
  };
13643
13584
 
13644
- const name$18 = 'Languages';
13645
- const Commands$Z = {
13585
+ const name$17 = 'Languages';
13586
+ const Commands$Y = {
13646
13587
  getLanguageConfiguration: getLanguageConfiguration
13647
13588
  };
13648
13589
 
13649
13590
  const Languages_ipc = {
13650
13591
  __proto__: null,
13651
- Commands: Commands$Z,
13652
- name: name$18
13592
+ Commands: Commands$Y,
13593
+ name: name$17
13653
13594
  };
13654
13595
 
13655
- const name$17 = 'FileWatcher';
13656
- const Commands$Y = {
13596
+ const name$16 = 'FileWatcher';
13597
+ const Commands$X = {
13657
13598
  handleEvent: handleEvent
13658
13599
  };
13659
13600
 
13660
13601
  const FileWatcher_ipc = {
13661
13602
  __proto__: null,
13662
- Commands: Commands$Y,
13663
- name: name$17
13603
+ Commands: Commands$X,
13604
+ name: name$16
13664
13605
  };
13665
13606
 
13666
13607
  const OnBraceCompletion = 'onBraceCompletion';
@@ -13713,15 +13654,15 @@ const executeGrowSelection = (editor, positions) => {
13713
13654
  });
13714
13655
  };
13715
13656
 
13716
- const name$16 = 'ExtensionHostSelection';
13717
- const Commands$X = {
13657
+ const name$15 = 'ExtensionHostSelection';
13658
+ const Commands$W = {
13718
13659
  executeGrowSelection: executeGrowSelection
13719
13660
  };
13720
13661
 
13721
13662
  const ExtensionHostSelection_ipc = {
13722
13663
  __proto__: null,
13723
- Commands: Commands$X,
13724
- name: name$16
13664
+ Commands: Commands$W,
13665
+ name: name$15
13725
13666
  };
13726
13667
 
13727
13668
  const combineResults$b = results => {
@@ -13742,15 +13683,15 @@ const executeBraceCompletionProvider = (editor, offset, openingBrace) => {
13742
13683
  });
13743
13684
  };
13744
13685
 
13745
- const name$15 = 'ExtensionHostBraceCompletion';
13746
- const Commands$W = {
13686
+ const name$14 = 'ExtensionHostBraceCompletion';
13687
+ const Commands$V = {
13747
13688
  executeBraceCompletionProvider: executeBraceCompletionProvider
13748
13689
  };
13749
13690
 
13750
13691
  const ExtensionHostBraceCompletion_ipc = {
13751
13692
  __proto__: null,
13752
- Commands: Commands$W,
13753
- name: name$15
13693
+ Commands: Commands$V,
13694
+ name: name$14
13754
13695
  };
13755
13696
 
13756
13697
  const combineResults$a = results => {
@@ -13767,15 +13708,15 @@ const executeDefinitionProvider = (editor, offset) => {
13767
13708
  });
13768
13709
  };
13769
13710
 
13770
- const name$14 = 'ExtensionHostDefinition';
13771
- const Commands$V = {
13711
+ const name$13 = 'ExtensionHostDefinition';
13712
+ const Commands$U = {
13772
13713
  executeDefinitionProvider: executeDefinitionProvider
13773
13714
  };
13774
13715
 
13775
13716
  const ExtensionHostDefinition_ipc = {
13776
13717
  __proto__: null,
13777
- Commands: Commands$V,
13778
- name: name$14
13718
+ Commands: Commands$U,
13719
+ name: name$13
13779
13720
  };
13780
13721
 
13781
13722
  const combineResults$9 = results => {
@@ -13793,15 +13734,15 @@ const executeTypeDefinitionProvider = (editor, offset) => {
13793
13734
  });
13794
13735
  };
13795
13736
 
13796
- const name$13 = 'ExtensionHostTypeDefinition';
13797
- const Commands$U = {
13737
+ const name$12 = 'ExtensionHostTypeDefinition';
13738
+ const Commands$T = {
13798
13739
  executeTypeDefinitionProvider: executeTypeDefinitionProvider
13799
13740
  };
13800
13741
 
13801
13742
  const ExtensionHostTypeDefinition_ipc = {
13802
13743
  __proto__: null,
13803
- Commands: Commands$U,
13804
- name: name$13
13744
+ Commands: Commands$T,
13745
+ name: name$12
13805
13746
  };
13806
13747
 
13807
13748
  const combineResults$8 = results => {
@@ -13819,15 +13760,15 @@ const executeOrganizeImports = editor => {
13819
13760
  });
13820
13761
  };
13821
13762
 
13822
- const name$12 = 'ExtensionHostOrganizeImports';
13823
- const Commands$T = {
13763
+ const name$11 = 'ExtensionHostOrganizeImports';
13764
+ const Commands$S = {
13824
13765
  organizeImports: executeOrganizeImports
13825
13766
  };
13826
13767
 
13827
13768
  const ExtensionHostOrganizeImports_ipc = {
13828
13769
  __proto__: null,
13829
- Commands: Commands$T,
13830
- name: name$12
13770
+ Commands: Commands$S,
13771
+ name: name$11
13831
13772
  };
13832
13773
 
13833
13774
  const combineResults$7 = results => {
@@ -13845,15 +13786,15 @@ const executeTabCompletionProvider = (editor, offset) => {
13845
13786
  });
13846
13787
  };
13847
13788
 
13848
- const name$11 = 'ExtensionHostTabCompletion';
13849
- const Commands$S = {
13789
+ const name$10 = 'ExtensionHostTabCompletion';
13790
+ const Commands$R = {
13850
13791
  executeTabCompletionProvider: executeTabCompletionProvider
13851
13792
  };
13852
13793
 
13853
13794
  const ExtensionHostTabCompletion_ipc = {
13854
13795
  __proto__: null,
13855
- Commands: Commands$S,
13856
- name: name$11
13796
+ Commands: Commands$R,
13797
+ name: name$10
13857
13798
  };
13858
13799
 
13859
13800
  const combineResults$6 = results => {
@@ -13870,32 +13811,32 @@ const executeClosingTagProvider = (editor, offset, openingBrace) => {
13870
13811
  });
13871
13812
  };
13872
13813
 
13873
- const name$10 = 'ExtensionHostClosingTagCompletion';
13874
- const Commands$R = {
13814
+ const name$$ = 'ExtensionHostClosingTagCompletion';
13815
+ const Commands$Q = {
13875
13816
  executeClosingTagProvider: executeClosingTagProvider
13876
13817
  };
13877
13818
 
13878
13819
  const ExtensionHostClosingTagCompletion_ipc = {
13879
13820
  __proto__: null,
13880
- Commands: Commands$R,
13881
- name: name$10
13821
+ Commands: Commands$Q,
13822
+ name: name$$
13882
13823
  };
13883
13824
 
13884
13825
  const sendMessagePortToRendererProcess = async (port, initialCommand) => {
13885
13826
  object(port);
13886
13827
  string(initialCommand);
13887
- await invokeAndTransfer$d(initialCommand, port);
13828
+ await invokeAndTransfer$c(initialCommand, port);
13888
13829
  };
13889
13830
 
13890
- const name$$ = 'SendMessagePortToRendererProcess';
13891
- const Commands$Q = {
13831
+ const name$_ = 'SendMessagePortToRendererProcess';
13832
+ const Commands$P = {
13892
13833
  sendMessagePortToRendererProcess: sendMessagePortToRendererProcess
13893
13834
  };
13894
13835
 
13895
13836
  const SendMessagePortToRendererProcess_ipc = {
13896
13837
  __proto__: null,
13897
- Commands: Commands$Q,
13898
- name: name$$
13838
+ Commands: Commands$P,
13839
+ name: name$_
13899
13840
  };
13900
13841
 
13901
13842
  const combineResults$5 = results => {
@@ -13914,43 +13855,43 @@ const executeHoverProvider = (editor, offset) => {
13914
13855
  });
13915
13856
  };
13916
13857
 
13917
- const name$_ = 'ExtensionHostHover';
13918
- const Commands$P = {
13858
+ const name$Z = 'ExtensionHostHover';
13859
+ const Commands$O = {
13919
13860
  executeHoverProvider: executeHoverProvider
13920
13861
  };
13921
13862
 
13922
13863
  const ExtensionHostHover_ipc = {
13923
13864
  __proto__: null,
13924
- Commands: Commands$P,
13925
- name: name$_
13865
+ Commands: Commands$O,
13866
+ name: name$Z
13926
13867
  };
13927
13868
 
13928
13869
  const sendMessagePortToExtensionHostWorker = async (port, initialCommand) => {
13929
13870
  object(port);
13930
13871
  string(initialCommand);
13931
- await invokeAndTransfer$b(initialCommand, port);
13872
+ await invokeAndTransfer$a(initialCommand, port);
13932
13873
  };
13933
13874
 
13934
- const name$Z = 'SendMessagePortToExtensionHostWorker';
13935
- const Commands$O = {
13875
+ const name$Y = 'SendMessagePortToExtensionHostWorker';
13876
+ const Commands$N = {
13936
13877
  sendMessagePortToExtensionHostWorker: sendMessagePortToExtensionHostWorker
13937
13878
  };
13938
13879
 
13939
13880
  const SendMessagePortToExtensionHostWorker_ipc = {
13940
13881
  __proto__: null,
13941
- Commands: Commands$O,
13942
- name: name$Z
13882
+ Commands: Commands$N,
13883
+ name: name$Y
13943
13884
  };
13944
13885
 
13945
- const name$Y = 'ExtensionHostManagement';
13946
- const Commands$N = {
13886
+ const name$X = 'ExtensionHostManagement';
13887
+ const Commands$M = {
13947
13888
  activateByEvent: activateByEvent
13948
13889
  };
13949
13890
 
13950
13891
  const ExtensionHostManagement_ipc = {
13951
13892
  __proto__: null,
13952
- Commands: Commands$N,
13953
- name: name$Y
13893
+ Commands: Commands$M,
13894
+ name: name$X
13954
13895
  };
13955
13896
 
13956
13897
  const syntaxHighlightingWorkerUrl = `${assetDir}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js`;
@@ -13969,8 +13910,8 @@ const getConfiguredWorkerUrl$5 = () => {
13969
13910
  const launchSyntaxHighlightingWorker = async () => {
13970
13911
  const configuredWorkerUrl = getConfiguredWorkerUrl$5();
13971
13912
  const name = 'Syntax Highlighting Worker';
13972
- const id = create$13();
13973
- let ipc = await create$12({
13913
+ const id = create$12();
13914
+ let ipc = await create$11({
13974
13915
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
13975
13916
  name,
13976
13917
  url: configuredWorkerUrl,
@@ -13987,28 +13928,28 @@ const launchSyntaxHighlightingWorker = async () => {
13987
13928
 
13988
13929
  const {
13989
13930
  invoke: invoke$a,
13990
- invokeAndTransfer: invokeAndTransfer$8
13931
+ invokeAndTransfer: invokeAndTransfer$7
13991
13932
  } = getOrCreateWorker(launchSyntaxHighlightingWorker);
13992
13933
 
13993
13934
  const sendMessagePortToSyntaxHighlightingWorker = async (port, initialCommand) => {
13994
13935
  object(port);
13995
13936
  string(initialCommand);
13996
- await invokeAndTransfer$8(initialCommand, port);
13937
+ await invokeAndTransfer$7(initialCommand, port);
13997
13938
  };
13998
13939
 
13999
- const name$X = 'SendMessagePortToSyntaxHighlightingWorker';
14000
- const Commands$M = {
13940
+ const name$W = 'SendMessagePortToSyntaxHighlightingWorker';
13941
+ const Commands$L = {
14001
13942
  sendMessagePortToSyntaxHighlightingWorker: sendMessagePortToSyntaxHighlightingWorker
14002
13943
  };
14003
13944
 
14004
13945
  const SendMessagePortToSyntaxHighlightingWorker_ipc = {
14005
13946
  __proto__: null,
14006
- Commands: Commands$M,
14007
- name: name$X
13947
+ Commands: Commands$L,
13948
+ name: name$W
14008
13949
  };
14009
13950
 
14010
- const name$W = 'Transferrable';
14011
- const Commands$L = {
13951
+ const name$V = 'Transferrable';
13952
+ const Commands$K = {
14012
13953
  transferToRendererProcess: transferToRendererProcess,
14013
13954
  transfer: transfer,
14014
13955
  acquire: acquire
@@ -14016,8 +13957,8 @@ const Commands$L = {
14016
13957
 
14017
13958
  const Transferrable_ipc = {
14018
13959
  __proto__: null,
14019
- Commands: Commands$L,
14020
- name: name$W
13960
+ Commands: Commands$K,
13961
+ name: name$V
14021
13962
  };
14022
13963
 
14023
13964
  const getWebViewsNode = async () => {
@@ -14065,8 +14006,8 @@ const getConfiguredWorkerUrl$4 = () => {
14065
14006
  const launchIframeWorker = async () => {
14066
14007
  const configuredWorkerUrl = getConfiguredWorkerUrl$4();
14067
14008
  const name = 'Iframe Worker';
14068
- const id = create$13();
14069
- let ipc = await create$12({
14009
+ const id = create$12();
14010
+ let ipc = await create$11({
14070
14011
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
14071
14012
  name,
14072
14013
  url: configuredWorkerUrl,
@@ -14077,14 +14018,13 @@ const launchIframeWorker = async () => {
14077
14018
  };
14078
14019
 
14079
14020
  const {
14080
- invoke: invoke$9,
14081
- invokeAndTransfer: invokeAndTransfer$7
14021
+ invoke: invoke$9
14082
14022
  } = getOrCreateWorker(launchIframeWorker);
14083
14023
 
14084
14024
  const setPort = async (uid, port, origin, portType) => {
14085
- await invokeAndTransfer$d('WebView.setPort', uid, port, origin, portType);
14025
+ await invokeAndTransfer$c('WebView.setPort', uid, port, origin, portType);
14086
14026
  };
14087
- const create$R = async (id, webViewPort, webViewId, previewServerId, uri) => {
14027
+ const create$Q = async (id, webViewPort, webViewId, previewServerId, uri) => {
14088
14028
  return invoke$9('WebView.create2', {
14089
14029
  id,
14090
14030
  webViewPort,
@@ -14103,10 +14043,10 @@ const compat = {
14103
14043
  return invoke$g(...args);
14104
14044
  },
14105
14045
  rendererProcessInvokeAndTransfer(...args) {
14106
- return invokeAndTransfer$d(...args);
14046
+ return invokeAndTransfer$c(...args);
14107
14047
  },
14108
14048
  extensionHostWorkerInvokeAndTransfer(...args) {
14109
- return invokeAndTransfer$b(...args);
14049
+ return invokeAndTransfer$a(...args);
14110
14050
  },
14111
14051
  extensionHostWorkerInvoke(...args) {
14112
14052
  return invoke$e(...args);
@@ -14119,8 +14059,8 @@ const compat = {
14119
14059
  }
14120
14060
  };
14121
14061
 
14122
- const name$V = 'WebView';
14123
- const Commands$K = {
14062
+ const name$U = 'WebView';
14063
+ const Commands$J = {
14124
14064
  compatExtensionHostWorkerInvoke: compat.extensionHostWorkerInvoke,
14125
14065
  compatExtensionHostWorkerInvokeAndTransfer: compat.extensionHostWorkerInvokeAndTransfer,
14126
14066
  compatRendererProcessInvoke: compat.rendererProcessInvoke,
@@ -14133,12 +14073,12 @@ const Commands$K = {
14133
14073
 
14134
14074
  const WebView_ipc = {
14135
14075
  __proto__: null,
14136
- Commands: Commands$K,
14137
- name: name$V
14076
+ Commands: Commands$J,
14077
+ name: name$U
14138
14078
  };
14139
14079
 
14140
14080
  const launchSearchProcess = async () => {
14141
- const ipc = await create$12({
14081
+ const ipc = await create$11({
14142
14082
  method: NodeAlternate,
14143
14083
  type: 'search-process',
14144
14084
  name: 'Search Process',
@@ -14166,15 +14106,15 @@ const invoke$8 = async (method, ...params) => {
14166
14106
  return invoke$h(ipc, method, ...params);
14167
14107
  };
14168
14108
 
14169
- const name$U = 'SearchProcess';
14170
- const Commands$J = {
14109
+ const name$T = 'SearchProcess';
14110
+ const Commands$I = {
14171
14111
  invoke: invoke$8
14172
14112
  };
14173
14113
 
14174
14114
  const SearchProcess_ipc = {
14175
14115
  __proto__: null,
14176
- Commands: Commands$J,
14177
- name: name$U
14116
+ Commands: Commands$I,
14117
+ name: name$T
14178
14118
  };
14179
14119
 
14180
14120
  const combineResults$4 = results => {
@@ -14192,41 +14132,41 @@ const executeTextSearchProvider = async (scheme, query) => {
14192
14132
  return result;
14193
14133
  };
14194
14134
 
14195
- const name$T = 'ExtensionHostTextSearch';
14196
- const Commands$I = {
14135
+ const name$S = 'ExtensionHostTextSearch';
14136
+ const Commands$H = {
14197
14137
  executeTextSearchProvider: executeTextSearchProvider
14198
14138
  };
14199
14139
 
14200
14140
  const ExtensionHostTextSearch_ipc = {
14201
14141
  __proto__: null,
14202
- Commands: Commands$I,
14203
- name: name$T
14142
+ Commands: Commands$H,
14143
+ name: name$S
14204
14144
  };
14205
14145
 
14206
- const name$S = 'GetWindowId';
14207
- const Commands$H = {
14146
+ const name$R = 'GetWindowId';
14147
+ const Commands$G = {
14208
14148
  getWindowId: getWindowId
14209
14149
  };
14210
14150
 
14211
14151
  const GetWindowId_ipc = {
14212
14152
  __proto__: null,
14213
- Commands: Commands$H,
14214
- name: name$S
14153
+ Commands: Commands$G,
14154
+ name: name$R
14215
14155
  };
14216
14156
 
14217
- const name$R = 'ElectronDialog';
14218
- const Commands$G = {
14157
+ const name$Q = 'ElectronDialog';
14158
+ const Commands$F = {
14219
14159
  showMessageBox: showMessageBox
14220
14160
  };
14221
14161
 
14222
14162
  const ElectronDialog_ipc = {
14223
14163
  __proto__: null,
14224
- Commands: Commands$G,
14225
- name: name$R
14164
+ Commands: Commands$F,
14165
+ name: name$Q
14226
14166
  };
14227
14167
 
14228
- const name$Q = 'Process';
14229
- const Commands$F = {
14168
+ const name$P = 'Process';
14169
+ const Commands$E = {
14230
14170
  getNodeVersion: getNodeVersion,
14231
14171
  getElectronVersion: getElectronVersion,
14232
14172
  getChromeVersion: getChromeVersion
@@ -14234,8 +14174,8 @@ const Commands$F = {
14234
14174
 
14235
14175
  const Process_ipc = {
14236
14176
  __proto__: null,
14237
- Commands: Commands$F,
14238
- name: name$Q
14177
+ Commands: Commands$E,
14178
+ name: name$P
14239
14179
  };
14240
14180
 
14241
14181
  const install$1 = id => {
@@ -14261,19 +14201,18 @@ const getAllExtensions = async () => {
14261
14201
  return invoke$f(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
14262
14202
  };
14263
14203
 
14264
- const name$P = 'ExtensionManagement';
14265
- const Commands$E = {
14204
+ const name$O = 'ExtensionManagement';
14205
+ const Commands$D = {
14266
14206
  getAllExtensions: getAllExtensions
14267
14207
  };
14268
14208
 
14269
14209
  const ExtensionManagement_ipc = {
14270
14210
  __proto__: null,
14271
- Commands: Commands$E,
14272
- name: name$P
14211
+ Commands: Commands$D,
14212
+ name: name$O
14273
14213
  };
14274
14214
 
14275
14215
  const None$f = 0;
14276
- const Ok = 1;
14277
14216
 
14278
14217
  // TODO remove this file and merge with whenExpressions
14279
14218
  const About = FocusAbout;
@@ -14286,7 +14225,7 @@ const Problems = FocusProblems;
14286
14225
  const SourceControlInput = FocusSourceControlInput;
14287
14226
  const TitleBarMenuBar = FocusTitleBarMenuBar;
14288
14227
 
14289
- const create$Q = () => {
14228
+ const create$P = () => {
14290
14229
  return {
14291
14230
  productName: '',
14292
14231
  lines: [],
@@ -14294,32 +14233,22 @@ const create$Q = () => {
14294
14233
  commands: []
14295
14234
  };
14296
14235
  };
14297
- const loadContent$L = async state => {
14298
- const lines = await invoke$c('About.getDetailStringWeb');
14299
- const newState = {
14300
- ...state,
14301
- productName: productNameLong,
14302
- lines,
14303
- focusId: Ok
14304
- };
14236
+ const loadContent$K = async state => {
14237
+ const newState = await invoke$c('About.loadContent', state);
14305
14238
  const commands = await invoke$c('About.render', state, newState);
14306
14239
  newState.commands = commands;
14307
14240
  return newState;
14308
14241
  };
14309
14242
  const handleClickOk$1 = async state => {
14310
- await closeWidget(About$1);
14243
+ await invoke$c('About.handleClickOk');
14311
14244
  return state;
14312
14245
  };
14313
14246
  const handleClickCopy = async state => {
14314
- const {
14315
- lines
14316
- } = state;
14317
- const message = joinLines(lines);
14318
- await execute$4('ClipBoard.writeText', message);
14247
+ await invoke$c('About.handleClickCopy');
14319
14248
  return state;
14320
14249
  };
14321
14250
  const handleClickClose$3 = async state => {
14322
- await closeWidget(About$1);
14251
+ await invoke$c('About.handleClickClose');
14323
14252
  return state;
14324
14253
  };
14325
14254
  const handleFocusIn$1 = state => {
@@ -14339,7 +14268,7 @@ const focusPrevious$a = async state => {
14339
14268
  return newState;
14340
14269
  };
14341
14270
 
14342
- const Commands$D = {
14271
+ const Commands$C = {
14343
14272
  handleClickClose: handleClickClose$3,
14344
14273
  handleClickCopy: handleClickCopy,
14345
14274
  handleClickOk: handleClickOk$1,
@@ -14354,7 +14283,7 @@ const getKeyBindings$h = () => {
14354
14283
  return invoke$c('About.getKeyBindings');
14355
14284
  };
14356
14285
 
14357
- const name$O = 'About';
14286
+ const name$N = 'About';
14358
14287
 
14359
14288
  const apply = (oldState, newState) => {
14360
14289
  const commands = newState.commands;
@@ -14377,7 +14306,7 @@ const apply = (oldState, newState) => {
14377
14306
  return adjustedCommands;
14378
14307
  };
14379
14308
 
14380
- const hasFunctionalRender$E = true;
14309
+ const hasFunctionalRender$D = true;
14381
14310
  const hasFunctionalRootRender$m = true;
14382
14311
  const hasFunctionalEvents$1 = true;
14383
14312
  const renderDialog$2 = {
@@ -14387,7 +14316,7 @@ const renderDialog$2 = {
14387
14316
  apply: apply,
14388
14317
  multiple: true
14389
14318
  };
14390
- const render$H = [renderDialog$2];
14319
+ const render$G = [renderDialog$2];
14391
14320
  const renderEventListeners$1 = async () => {
14392
14321
  const listeners = await invoke$c('About.renderEventListeners');
14393
14322
  return listeners;
@@ -14395,9 +14324,9 @@ const renderEventListeners$1 = async () => {
14395
14324
 
14396
14325
  const ViewletAbout_ipc = {
14397
14326
  __proto__: null,
14398
- Commands: Commands$D,
14327
+ Commands: Commands$C,
14399
14328
  Css: Css$F,
14400
- create: create$Q,
14329
+ create: create$P,
14401
14330
  focusNext: focusNext$a,
14402
14331
  focusPrevious: focusPrevious$a,
14403
14332
  getKeyBindings: getKeyBindings$h,
@@ -14406,11 +14335,11 @@ const ViewletAbout_ipc = {
14406
14335
  handleClickOk: handleClickOk$1,
14407
14336
  handleFocusIn: handleFocusIn$1,
14408
14337
  hasFunctionalEvents: hasFunctionalEvents$1,
14409
- hasFunctionalRender: hasFunctionalRender$E,
14338
+ hasFunctionalRender: hasFunctionalRender$D,
14410
14339
  hasFunctionalRootRender: hasFunctionalRootRender$m,
14411
- loadContent: loadContent$L,
14412
- name: name$O,
14413
- render: render$H,
14340
+ loadContent: loadContent$K,
14341
+ name: name$N,
14342
+ render: render$G,
14414
14343
  renderDialog: renderDialog$2,
14415
14344
  renderEventListeners: renderEventListeners$1
14416
14345
  };
@@ -14582,7 +14511,7 @@ const ViewletActivityBarFocusIndex = {
14582
14511
  // TODO this should be create
14583
14512
  // TODO unregister listeners when hidden
14584
14513
 
14585
- const create$P = (id, uri, x, y, width, height) => {
14514
+ const create$O = (id, uri, x, y, width, height) => {
14586
14515
  return {
14587
14516
  uid: id,
14588
14517
  // TODO declarative event api is good, but need to bind
@@ -14606,7 +14535,7 @@ const create$P = (id, uri, x, y, width, height) => {
14606
14535
  itemHeight: ActivityBarItem
14607
14536
  };
14608
14537
  };
14609
- const loadContent$K = async state => {
14538
+ const loadContent$J = async state => {
14610
14539
  const activityBarItems = getActivityBarItems();
14611
14540
  const sideBar = getInstance(SideBar$2);
14612
14541
  const viewletId = sideBar && sideBar.state ? sideBar.state.currentViewletId : '';
@@ -14688,7 +14617,7 @@ const focus$8 = state => {
14688
14617
  };
14689
14618
 
14690
14619
  // prettier-ignore
14691
- const Commands$C = {
14620
+ const Commands$B = {
14692
14621
  handleBlur: handleBlur$7,
14693
14622
  handleSideBarHidden: handleSideBarHidden,
14694
14623
  handleSideBarViewletChange: handleSideBarViewletChange,
@@ -14875,7 +14804,7 @@ const MenuEntriesActivityBar = {
14875
14804
 
14876
14805
  const menus$b = [MenuEntriesSettings, MenuEntriesActivityBarAdditionalViews, MenuEntriesActivityBar];
14877
14806
 
14878
- const name$N = 'ActivityBar';
14807
+ const name$M = 'ActivityBar';
14879
14808
  const getDisplayName$2 = () => {
14880
14809
  return activityBar();
14881
14810
  };
@@ -15071,7 +15000,7 @@ const getVisibleActivityBarItems = state => {
15071
15000
  return toVisibleItems(filteredItems, selectedIndex, focusedIndex);
15072
15001
  };
15073
15002
 
15074
- const hasFunctionalRender$D = true;
15003
+ const hasFunctionalRender$C = true;
15075
15004
  const hasFunctionalRootRender$l = true;
15076
15005
  const renderItems$4 = {
15077
15006
  isEqual(oldState, newState) {
@@ -15083,7 +15012,7 @@ const renderItems$4 = {
15083
15012
  return ['Viewlet.setDom2', dom];
15084
15013
  }
15085
15014
  };
15086
- const render$G = [renderItems$4];
15015
+ const render$F = [renderItems$4];
15087
15016
 
15088
15017
  const getFilteredActivityBarItems = (items, height, itemHeight) => {
15089
15018
  const numberOfVisibleItems = getNumberOfVisibleItems$1({
@@ -15123,12 +15052,12 @@ const Events$6 = {
15123
15052
  const ViewletActivityBar_ipc = {
15124
15053
  __proto__: null,
15125
15054
  ActivityBar: ActivityBar$6,
15126
- Commands: Commands$C,
15055
+ Commands: Commands$B,
15127
15056
  Css: Css$E,
15128
15057
  Events: Events$6,
15129
15058
  LazyCommands: LazyCommands$d,
15130
15059
  Variables: Variables$8,
15131
- create: create$P,
15060
+ create: create$O,
15132
15061
  focus: focus$8,
15133
15062
  getDisplayName: getDisplayName$2,
15134
15063
  getKeyBindings: getKeyBindings$g,
@@ -15136,13 +15065,13 @@ const ViewletActivityBar_ipc = {
15136
15065
  handleBlur: handleBlur$7,
15137
15066
  handleSideBarHidden,
15138
15067
  handleSideBarViewletChange,
15139
- hasFunctionalRender: hasFunctionalRender$D,
15068
+ hasFunctionalRender: hasFunctionalRender$C,
15140
15069
  hasFunctionalResize: hasFunctionalResize$i,
15141
15070
  hasFunctionalRootRender: hasFunctionalRootRender$l,
15142
- loadContent: loadContent$K,
15071
+ loadContent: loadContent$J,
15143
15072
  menus: menus$b,
15144
- name: name$N,
15145
- render: render$G,
15073
+ name: name$M,
15074
+ render: render$F,
15146
15075
  resize: resize$n,
15147
15076
  saveState: saveState$d,
15148
15077
  toggleActivityBarItem,
@@ -15162,14 +15091,14 @@ const getImprovedErrorMessage = message => {
15162
15091
  });
15163
15092
  };
15164
15093
 
15165
- const create$O = (id, uri) => {
15094
+ const create$N = (id, uri) => {
15166
15095
  return {
15167
15096
  uri,
15168
15097
  src: '',
15169
15098
  audioErrorMessage: ''
15170
15099
  };
15171
15100
  };
15172
- const loadContent$J = async state => {
15101
+ const loadContent$I = async state => {
15173
15102
  const {
15174
15103
  uri
15175
15104
  } = state;
@@ -15186,7 +15115,7 @@ const handleAudioError = (state, code, message) => {
15186
15115
  audioErrorMessage: improvedMessage
15187
15116
  };
15188
15117
  };
15189
- const dispose$t = async state => {
15118
+ const dispose$s = async state => {
15190
15119
  const {
15191
15120
  src
15192
15121
  } = state;
@@ -15194,7 +15123,7 @@ const dispose$t = async state => {
15194
15123
  return state;
15195
15124
  };
15196
15125
 
15197
- const Commands$B = {
15126
+ const Commands$A = {
15198
15127
  handleAudioError: handleAudioError
15199
15128
  };
15200
15129
 
@@ -15235,7 +15164,7 @@ const getAudioVirtualDom = (src, errorMessage) => {
15235
15164
  }, ...getMediaVirtualDom(Audio, src, errorMessage)];
15236
15165
  };
15237
15166
 
15238
- const hasFunctionalRender$C = true;
15167
+ const hasFunctionalRender$B = true;
15239
15168
  const hasFunctionalRootRender$k = true;
15240
15169
  const renderAudio = {
15241
15170
  isEqual(oldState, newState) {
@@ -15246,25 +15175,25 @@ const renderAudio = {
15246
15175
  return ['Viewlet.setDom2', dom];
15247
15176
  }
15248
15177
  };
15249
- const render$F = [renderAudio];
15178
+ const render$E = [renderAudio];
15250
15179
 
15251
- const name$M = 'Audio';
15180
+ const name$L = 'Audio';
15252
15181
 
15253
15182
  const ViewletAudio_ipc = {
15254
15183
  __proto__: null,
15255
- Commands: Commands$B,
15184
+ Commands: Commands$A,
15256
15185
  Css: Css$D,
15257
- create: create$O,
15258
- dispose: dispose$t,
15186
+ create: create$N,
15187
+ dispose: dispose$s,
15259
15188
  handleAudioError,
15260
- hasFunctionalRender: hasFunctionalRender$C,
15189
+ hasFunctionalRender: hasFunctionalRender$B,
15261
15190
  hasFunctionalRootRender: hasFunctionalRootRender$k,
15262
- loadContent: loadContent$J,
15263
- name: name$M,
15264
- render: render$F
15191
+ loadContent: loadContent$I,
15192
+ name: name$L,
15193
+ render: render$E
15265
15194
  };
15266
15195
 
15267
- const create$N = (id, uri, x, y, width, height) => {
15196
+ const create$M = (id, uri, x, y, width, height) => {
15268
15197
  return {
15269
15198
  browserViewMap: {},
15270
15199
  x,
@@ -15273,7 +15202,7 @@ const create$N = (id, uri, x, y, width, height) => {
15273
15202
  height
15274
15203
  };
15275
15204
  };
15276
- const loadContent$I = async state => {
15205
+ const loadContent$H = async state => {
15277
15206
  const browserViewMap = await invoke$f('ElectronBrowserView.getAll');
15278
15207
  console.log({
15279
15208
  browserViewMap
@@ -15294,7 +15223,7 @@ const getDom = overview => {
15294
15223
  return dom;
15295
15224
  };
15296
15225
 
15297
- const hasFunctionalRender$B = true;
15226
+ const hasFunctionalRender$A = true;
15298
15227
  const renderOverview = {
15299
15228
  isEqual(oldState, newState) {
15300
15229
  return oldState.browserViewMap === newState.browserViewMap;
@@ -15305,27 +15234,27 @@ const renderOverview = {
15305
15234
  return ['setDom', dom];
15306
15235
  }
15307
15236
  };
15308
- const render$E = [renderOverview];
15237
+ const render$D = [renderOverview];
15309
15238
 
15310
15239
  const Css$C = ["/css/parts/ViewletBrowserViewOverview.css"];
15311
15240
 
15312
15241
  const ViewletBrowserViewOverview_ipc = {
15313
15242
  __proto__: null,
15314
15243
  Css: Css$C,
15315
- create: create$N,
15316
- hasFunctionalRender: hasFunctionalRender$B,
15317
- loadContent: loadContent$I,
15318
- render: render$E
15244
+ create: create$M,
15245
+ hasFunctionalRender: hasFunctionalRender$A,
15246
+ loadContent: loadContent$H,
15247
+ render: render$D
15319
15248
  };
15320
15249
 
15321
- const create$M = (id, uri, x, y, width, height) => {
15250
+ const create$L = (id, uri, x, y, width, height) => {
15322
15251
  return {
15323
15252
  id,
15324
15253
  interval: -1,
15325
15254
  disposed: false
15326
15255
  };
15327
15256
  };
15328
- const loadContent$H = state => {
15257
+ const loadContent$G = state => {
15329
15258
  const update = async () => {
15330
15259
  await invoke$g(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
15331
15260
  };
@@ -15337,30 +15266,30 @@ const loadContent$H = state => {
15337
15266
 
15338
15267
  // TODO use contentLoadedEffects
15339
15268
 
15340
- const dispose$s = state => {
15269
+ const dispose$r = state => {
15341
15270
  clearInterval(state.interval);
15342
15271
  state.interval = -1;
15343
15272
  state.disposed = true;
15344
15273
  };
15345
15274
 
15346
- const name$L = 'Clock';
15347
- const Commands$A = {};
15275
+ const name$K = 'Clock';
15276
+ const Commands$z = {};
15348
15277
 
15349
15278
  const ViewletClock_ipc = {
15350
15279
  __proto__: null,
15351
- Commands: Commands$A,
15352
- create: create$M,
15353
- dispose: dispose$s,
15354
- loadContent: loadContent$H,
15355
- name: name$L
15280
+ Commands: Commands$z,
15281
+ create: create$L,
15282
+ dispose: dispose$r,
15283
+ loadContent: loadContent$G,
15284
+ name: name$K
15356
15285
  };
15357
15286
 
15358
- const create$L = () => {
15287
+ const create$K = () => {
15359
15288
  return {
15360
15289
  okCommand: ''
15361
15290
  };
15362
15291
  };
15363
- const loadContent$G = async state => {
15292
+ const loadContent$F = async state => {
15364
15293
  return {
15365
15294
  ...state,
15366
15295
  okCommand: ''
@@ -15386,7 +15315,7 @@ const handleFocusIn = state => {
15386
15315
  return state;
15387
15316
  };
15388
15317
 
15389
- const Commands$z = {
15318
+ const Commands$y = {
15390
15319
  handleClickClose: handleClickClose$2,
15391
15320
  handleClickOk: handleClickOk,
15392
15321
  handleFocusIn: handleFocusIn
@@ -15402,7 +15331,7 @@ const getKeyBindings$f = () => {
15402
15331
  }];
15403
15332
  };
15404
15333
 
15405
- const hasFunctionalRender$A = true;
15334
+ const hasFunctionalRender$z = true;
15406
15335
  const hasFunctionalRootRender$j = true;
15407
15336
  const renderDialog$1 = {
15408
15337
  isEqual(oldState, newState) {
@@ -15421,25 +15350,25 @@ const renderFocus$3 = {
15421
15350
  return ['setFocused', newState.focused];
15422
15351
  }
15423
15352
  };
15424
- const render$D = [renderDialog$1, renderFocus$3];
15353
+ const render$C = [renderDialog$1, renderFocus$3];
15425
15354
 
15426
- const name$K = 'Confirm';
15355
+ const name$J = 'Confirm';
15427
15356
 
15428
15357
  const ViewletConfirm_ipc = {
15429
15358
  __proto__: null,
15430
- Commands: Commands$z,
15359
+ Commands: Commands$y,
15431
15360
  Css: Css$B,
15432
- create: create$L,
15361
+ create: create$K,
15433
15362
  getKeyBindings: getKeyBindings$f,
15434
15363
  handleClickCancel,
15435
15364
  handleClickClose: handleClickClose$2,
15436
15365
  handleClickOk,
15437
15366
  handleFocusIn,
15438
- hasFunctionalRender: hasFunctionalRender$A,
15367
+ hasFunctionalRender: hasFunctionalRender$z,
15439
15368
  hasFunctionalRootRender: hasFunctionalRootRender$j,
15440
- loadContent: loadContent$G,
15441
- name: name$K,
15442
- render: render$D,
15369
+ loadContent: loadContent$F,
15370
+ name: name$J,
15371
+ render: render$C,
15443
15372
  renderDialog: renderDialog$1,
15444
15373
  renderFocus: renderFocus$3
15445
15374
  };
@@ -15468,14 +15397,14 @@ const evaluate$1 = async inputValue => {
15468
15397
  return preview;
15469
15398
  };
15470
15399
 
15471
- const create$K = uid => {
15400
+ const create$J = uid => {
15472
15401
  return {
15473
15402
  uid,
15474
15403
  text: '-',
15475
15404
  inputValue: ''
15476
15405
  };
15477
15406
  };
15478
- const loadContent$F = async state => {
15407
+ const loadContent$E = async state => {
15479
15408
  return {
15480
15409
  ...state,
15481
15410
  text: ''
@@ -15508,7 +15437,7 @@ const clear$2 = state => {
15508
15437
  };
15509
15438
  };
15510
15439
 
15511
- const Commands$y = {
15440
+ const Commands$x = {
15512
15441
  handleInput: handleInput$5,
15513
15442
  handleFocus: handleFocus$6,
15514
15443
  evaluate: evaluate,
@@ -15532,7 +15461,7 @@ const getQuickPickMenuEntries$3 = () => {
15532
15461
  }];
15533
15462
  };
15534
15463
 
15535
- const name$J = 'DebugConsole';
15464
+ const name$I = 'DebugConsole';
15536
15465
 
15537
15466
  const getVirtualDom$1 = textContent => {
15538
15467
  const dom = [];
@@ -15554,7 +15483,7 @@ const getVirtualDom$1 = textContent => {
15554
15483
  return dom;
15555
15484
  };
15556
15485
 
15557
- const hasFunctionalRender$z = true;
15486
+ const hasFunctionalRender$y = true;
15558
15487
  const renderText$1 = {
15559
15488
  isEqual(oldState, newState) {
15560
15489
  return oldState.text === newState.text;
@@ -15564,7 +15493,7 @@ const renderText$1 = {
15564
15493
  return ['setDom', dom];
15565
15494
  }
15566
15495
  };
15567
- const render$C = [renderText$1];
15496
+ const render$B = [renderText$1];
15568
15497
 
15569
15498
  const Button = 1;
15570
15499
  const Select = 2;
@@ -15734,19 +15663,19 @@ const renderActions$a = {
15734
15663
 
15735
15664
  const ViewletDebugConsole_ipc = {
15736
15665
  __proto__: null,
15737
- Commands: Commands$y,
15666
+ Commands: Commands$x,
15738
15667
  Css: Css$A,
15739
15668
  clear: clear$2,
15740
- create: create$K,
15669
+ create: create$J,
15741
15670
  evaluate,
15742
15671
  getKeyBindings: getKeyBindings$e,
15743
15672
  getQuickPickMenuEntries: getQuickPickMenuEntries$3,
15744
15673
  handleFocus: handleFocus$6,
15745
15674
  handleInput: handleInput$5,
15746
- hasFunctionalRender: hasFunctionalRender$z,
15747
- loadContent: loadContent$F,
15748
- name: name$J,
15749
- render: render$C,
15675
+ hasFunctionalRender: hasFunctionalRender$y,
15676
+ loadContent: loadContent$E,
15677
+ name: name$I,
15678
+ render: render$B,
15750
15679
  renderActions: renderActions$a
15751
15680
  };
15752
15681
 
@@ -15809,7 +15738,7 @@ const showSameKeyBindings = () => {
15809
15738
  return i18nString(UiStrings$e.ShowSameKeyBindings);
15810
15739
  };
15811
15740
 
15812
- const create$J = (id, uri, x, y, width, height) => {
15741
+ const create$I = (id, uri, x, y, width, height) => {
15813
15742
  return {
15814
15743
  id,
15815
15744
  uri,
@@ -15818,14 +15747,14 @@ const create$J = (id, uri, x, y, width, height) => {
15818
15747
  message: ''
15819
15748
  };
15820
15749
  };
15821
- const loadContent$E = state => {
15750
+ const loadContent$D = state => {
15822
15751
  return {
15823
15752
  ...state,
15824
15753
  focused: true,
15825
15754
  message: pressDesiredKeyCombinationThenPressEnter()
15826
15755
  };
15827
15756
  };
15828
- const dispose$r = (state, value) => {
15757
+ const dispose$q = (state, value) => {
15829
15758
  const {
15830
15759
  uid
15831
15760
  } = state;
@@ -15833,7 +15762,7 @@ const dispose$r = (state, value) => {
15833
15762
  return state;
15834
15763
  };
15835
15764
  const handleBlur$6 = state => {
15836
- return dispose$r(state, '');
15765
+ return dispose$q(state, '');
15837
15766
  };
15838
15767
  const handleKeyDown$1 = (state, key, altKey, ctrlKey, shiftKey, metaKey) => {
15839
15768
  // TODO handle with keybindings?
@@ -15841,10 +15770,10 @@ const handleKeyDown$1 = (state, key, altKey, ctrlKey, shiftKey, metaKey) => {
15841
15770
  return state;
15842
15771
  }
15843
15772
  if (key === Enter) {
15844
- return dispose$r(state, key);
15773
+ return dispose$q(state, key);
15845
15774
  }
15846
15775
  if (key === Escape) {
15847
- return dispose$r(state, '');
15776
+ return dispose$q(state, '');
15848
15777
  }
15849
15778
  const keyBindingString = getKeyBindingString(key, altKey, ctrlKey, shiftKey);
15850
15779
  return {
@@ -15853,7 +15782,7 @@ const handleKeyDown$1 = (state, key, altKey, ctrlKey, shiftKey, metaKey) => {
15853
15782
  };
15854
15783
  };
15855
15784
 
15856
- const Commands$x = {
15785
+ const Commands$w = {
15857
15786
  handleKeyDown: handleKeyDown$1,
15858
15787
  handleBlur: handleBlur$6
15859
15788
  };
@@ -15882,7 +15811,7 @@ const getDefineKeyBindingsVirtualDom = message => {
15882
15811
  }];
15883
15812
  };
15884
15813
 
15885
- const hasFunctionalRender$y = true;
15814
+ const hasFunctionalRender$x = true;
15886
15815
  const hasFunctionalRootRender$i = true;
15887
15816
  const renderValue$3 = {
15888
15817
  isEqual(oldState, newState) {
@@ -15909,22 +15838,22 @@ const renderDom$2 = {
15909
15838
  return ['Viewlet.setDom2', dom];
15910
15839
  }
15911
15840
  };
15912
- const render$B = [renderDom$2, renderValue$3, renderFocus$2];
15841
+ const render$A = [renderDom$2, renderValue$3, renderFocus$2];
15913
15842
 
15914
15843
  const ViewletDefineKeyBinding_ipc = {
15915
15844
  __proto__: null,
15916
- Commands: Commands$x,
15845
+ Commands: Commands$w,
15917
15846
  Css: Css$z,
15918
- create: create$J,
15847
+ create: create$I,
15919
15848
  handleBlur: handleBlur$6,
15920
15849
  handleKeyDown: handleKeyDown$1,
15921
- hasFunctionalRender: hasFunctionalRender$y,
15850
+ hasFunctionalRender: hasFunctionalRender$x,
15922
15851
  hasFunctionalRootRender: hasFunctionalRootRender$i,
15923
- loadContent: loadContent$E,
15924
- render: render$B
15852
+ loadContent: loadContent$D,
15853
+ render: render$A
15925
15854
  };
15926
15855
 
15927
- const create$I = () => {
15856
+ const create$H = () => {
15928
15857
  return {
15929
15858
  message: '',
15930
15859
  codeFrame: '',
@@ -15943,7 +15872,7 @@ const getErrorMessage = (type, message) => {
15943
15872
  }
15944
15873
  return `${message}`;
15945
15874
  };
15946
- const loadContent$D = (state, savedState, ...args) => {
15875
+ const loadContent$C = (state, savedState, ...args) => {
15947
15876
  const [options, buttons] = args;
15948
15877
  const {
15949
15878
  message,
@@ -15962,7 +15891,7 @@ const loadContent$D = (state, savedState, ...args) => {
15962
15891
  buttons
15963
15892
  };
15964
15893
  };
15965
- const dispose$q = async state => {};
15894
+ const dispose$p = async state => {};
15966
15895
  const handleClick$8 = async (state, index) => {
15967
15896
  const {
15968
15897
  options
@@ -15971,7 +15900,7 @@ const handleClick$8 = async (state, index) => {
15971
15900
  // TODO handle case when index is out of bounds
15972
15901
  switch (option) {
15973
15902
  case 'Show Command Output':
15974
- await dispose$q();
15903
+ await dispose$p();
15975
15904
  const uri = 'data://';
15976
15905
  await execute$4(/* Main.openUri */'Main.openUri', uri);
15977
15906
  // TODO show stderr in editor
@@ -15980,14 +15909,14 @@ const handleClick$8 = async (state, index) => {
15980
15909
  }
15981
15910
  };
15982
15911
 
15983
- const Commands$w = {
15984
- close: dispose$q,
15912
+ const Commands$v = {
15913
+ close: dispose$p,
15985
15914
  handleClick: handleClick$8
15986
15915
  };
15987
15916
 
15988
15917
  const Css$y = ["/css/parts/ViewletDialog.css"];
15989
15918
 
15990
- const hasFunctionalRender$x = true;
15919
+ const hasFunctionalRender$w = true;
15991
15920
  const renderHeader = {
15992
15921
  isEqual(oldState, newState) {
15993
15922
  return oldState.header === newState.header;
@@ -16028,27 +15957,27 @@ const renderStack = {
16028
15957
  return [/* method */'setErrorStack', newState.stack];
16029
15958
  }
16030
15959
  };
16031
- const render$A = [renderHeader, renderButtons, renderCodeFrame, renderMessage$3, renderStack];
15960
+ const render$z = [renderHeader, renderButtons, renderCodeFrame, renderMessage$3, renderStack];
16032
15961
 
16033
- const name$I = 'Dialog';
15962
+ const name$H = 'Dialog';
16034
15963
 
16035
15964
  const ViewletDialog_ipc = {
16036
15965
  __proto__: null,
16037
- Commands: Commands$w,
15966
+ Commands: Commands$v,
16038
15967
  Css: Css$y,
16039
- create: create$I,
16040
- dispose: dispose$q,
15968
+ create: create$H,
15969
+ dispose: dispose$p,
16041
15970
  handleClick: handleClick$8,
16042
- hasFunctionalRender: hasFunctionalRender$x,
16043
- loadContent: loadContent$D,
16044
- name: name$I,
16045
- render: render$A
15971
+ hasFunctionalRender: hasFunctionalRender$w,
15972
+ loadContent: loadContent$C,
15973
+ name: name$H,
15974
+ render: render$z
16046
15975
  };
16047
15976
 
16048
15977
  const diffWorkerUrl = `${assetDir}/packages/diff-worker/dist/diffWorkerMain.js`;
16049
15978
 
16050
15979
  const launchDiffWorker = async () => {
16051
- const ipc = await create$12({
15980
+ const ipc = await create$11({
16052
15981
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
16053
15982
  url: diffWorkerUrl,
16054
15983
  name: 'Diff Worker'
@@ -16178,7 +16107,7 @@ const handleTokenizeChange$1 = async () => {
16178
16107
  if (!isConnectedEditor(state.id)) {
16179
16108
  return;
16180
16109
  }
16181
- const tokenizerId = create$13();
16110
+ const tokenizerId = create$12();
16182
16111
  const tokenizer = getTokenizer(state.languageId);
16183
16112
  set$1(tokenizerId, tokenizer);
16184
16113
  const newState = {
@@ -16281,7 +16210,7 @@ const getNewDeltaPercent = (height, scrollBarHeight, relativeY) => {
16281
16210
  };
16282
16211
  };
16283
16212
 
16284
- const create$H = ({
16213
+ const create$G = ({
16285
16214
  itemHeight,
16286
16215
  headerHeight = 0,
16287
16216
  minimumSliderSize = 20
@@ -16347,7 +16276,7 @@ const handleWheel$3 = (state, deltaMode, deltaY) => {
16347
16276
  return setDeltaY$4(state, state.deltaY + deltaY);
16348
16277
  };
16349
16278
 
16350
- const create$G = (id, uri, x, y, width, height) => {
16279
+ const create$F = (id, uri, x, y, width, height) => {
16351
16280
  return {
16352
16281
  uri,
16353
16282
  linesLeft: [],
@@ -16359,7 +16288,7 @@ const create$G = (id, uri, x, y, width, height) => {
16359
16288
  height,
16360
16289
  languageLeft: '',
16361
16290
  languageRight: '',
16362
- ...create$H({
16291
+ ...create$G({
16363
16292
  itemHeight: 20
16364
16293
  })
16365
16294
  };
@@ -16370,7 +16299,7 @@ const getMinLineY$1 = savedState => {
16370
16299
  }
16371
16300
  return 0;
16372
16301
  };
16373
- const loadContent$C = async (state, savedState) => {
16302
+ const loadContent$B = async (state, savedState) => {
16374
16303
  // @ts-ignore
16375
16304
  const {
16376
16305
  uri,
@@ -16419,7 +16348,7 @@ const loadContent$C = async (state, savedState) => {
16419
16348
  };
16420
16349
 
16421
16350
  // prettier-ignore
16422
- const Commands$v = {};
16351
+ const Commands$u = {};
16423
16352
 
16424
16353
  // prettier-ignore
16425
16354
  const LazyCommands$c = {
@@ -16427,11 +16356,11 @@ const LazyCommands$c = {
16427
16356
  handleWheel: () => Promise.resolve().then(function () { return VirtualListHandleWheel; })
16428
16357
  };
16429
16358
 
16430
- const create$F = (key, value) => {
16359
+ const create$E = (key, value) => {
16431
16360
  return `--${key}: ${value}px;`;
16432
16361
  };
16433
16362
 
16434
- const create$E = (key, value, unit = '') => {
16363
+ const create$D = (key, value, unit = '') => {
16435
16364
  return `--${key}: ${value}${unit};`;
16436
16365
  };
16437
16366
 
@@ -16440,33 +16369,33 @@ const getDynamicCss = preferences => {
16440
16369
  const styles = [];
16441
16370
  const fontSize = preferences['editor.fontSize'];
16442
16371
  if (fontSize) {
16443
- styles.push(create$F('EditorFontSize', fontSize));
16372
+ styles.push(create$E('EditorFontSize', fontSize));
16444
16373
  }
16445
16374
  const fontWeight = preferences['editor.fontWeight'] ?? 400;
16446
16375
  if (fontWeight) {
16447
- styles.push(create$E('EditorFontWeight', fontWeight));
16376
+ styles.push(create$D('EditorFontWeight', fontWeight));
16448
16377
  }
16449
16378
  const fontFamily = preferences['editor.fontFamily'];
16450
16379
  if (fontFamily) {
16451
- styles.push(create$E('EditorFontFamily', fontFamily));
16380
+ styles.push(create$D('EditorFontFamily', fontFamily));
16452
16381
  }
16453
16382
  const lineHeight = preferences['editor.lineHeight'];
16454
16383
  if (lineHeight) {
16455
- styles.push(create$F('EditorLineHeight', lineHeight));
16384
+ styles.push(create$E('EditorLineHeight', lineHeight));
16456
16385
  }
16457
16386
  const letterSpacing = preferences['editor.letterSpacing'];
16458
16387
  if (typeof letterSpacing === 'number') {
16459
16388
  {
16460
- styles.push(create$F('EditorLetterSpacing', letterSpacing));
16389
+ styles.push(create$E('EditorLetterSpacing', letterSpacing));
16461
16390
  }
16462
16391
  }
16463
16392
  const fontLigatures = preferences['editor.fontLigatures'];
16464
16393
  if (fontLigatures) {
16465
- styles.push(create$E('EditorFontFeatureSettings', '"liga" 1, "calt" 1'));
16394
+ styles.push(create$D('EditorFontFeatureSettings', '"liga" 1, "calt" 1'));
16466
16395
  }
16467
16396
  const tabSize = preferences['editor.tabSize'];
16468
16397
  if (tabSize) {
16469
- styles.push(create$E('EditorTabSize', tabSize));
16398
+ styles.push(create$D('EditorTabSize', tabSize));
16470
16399
  }
16471
16400
  const css = `:root {
16472
16401
  ${joinLines(styles)}
@@ -16476,7 +16405,7 @@ ${joinLines(styles)}
16476
16405
 
16477
16406
  const Css$w = ["/css/parts/ViewletDiffEditor.css"];
16478
16407
 
16479
- const name$H = 'DiffEditor';
16408
+ const name$G = 'DiffEditor';
16480
16409
 
16481
16410
  const None$e = 0;
16482
16411
  const Insertion = 1;
@@ -16828,7 +16757,7 @@ const SetTitle = 'setTitle';
16828
16757
  const SetValue = 'setValue';
16829
16758
  const SetInputValue = 'setInputValue';
16830
16759
 
16831
- const hasFunctionalRender$w = true;
16760
+ const hasFunctionalRender$v = true;
16832
16761
  const hasFunctionalRootRender$h = true;
16833
16762
  const renderChanges$1 = {
16834
16763
  isEqual(oldState, newState) {
@@ -16850,7 +16779,7 @@ const renderScrollBar = {
16850
16779
  return [/* method */SetScrollBar, /* scrollBarY */scrollBarY, /* scrollBarHeight */newState.scrollBarHeight];
16851
16780
  }
16852
16781
  };
16853
- const render$z = [renderChanges$1, renderScrollBar];
16782
+ const render$y = [renderChanges$1, renderScrollBar];
16854
16783
 
16855
16784
  const saveState$c = state => {
16856
16785
  return {
@@ -16861,16 +16790,16 @@ const saveState$c = state => {
16861
16790
 
16862
16791
  const ViewletDiffEditor_ipc = {
16863
16792
  __proto__: null,
16864
- Commands: Commands$v,
16793
+ Commands: Commands$u,
16865
16794
  Css: Css$w,
16866
16795
  LazyCommands: LazyCommands$c,
16867
- create: create$G,
16796
+ create: create$F,
16868
16797
  getDynamicCss,
16869
- hasFunctionalRender: hasFunctionalRender$w,
16798
+ hasFunctionalRender: hasFunctionalRender$v,
16870
16799
  hasFunctionalRootRender: hasFunctionalRootRender$h,
16871
- loadContent: loadContent$C,
16872
- name: name$H,
16873
- render: render$z,
16800
+ loadContent: loadContent$B,
16801
+ name: name$G,
16802
+ render: render$y,
16874
16803
  saveState: saveState$c
16875
16804
  };
16876
16805
 
@@ -16884,7 +16813,7 @@ const SideBar$1 = 'SideBar';
16884
16813
  const Preview$2 = 'Preview';
16885
16814
  const None$d = '';
16886
16815
 
16887
- const create$D = (id, uri, x, y, width, height) => {
16816
+ const create$C = (id, uri, x, y, width, height) => {
16888
16817
  return {
16889
16818
  x,
16890
16819
  y,
@@ -16913,7 +16842,7 @@ const getPreviewTransform = (width, height) => {
16913
16842
  const previewTransform = `scale(${scale})`;
16914
16843
  return previewTransform;
16915
16844
  };
16916
- const loadContent$B = async state => {
16845
+ const loadContent$A = async state => {
16917
16846
  const sandbox = getE2eTestsSandbox();
16918
16847
  // const root = await SharedProcess.invoke('Platform.getRoot')
16919
16848
  // const testPath = await SharedProcess.invoke('Platform.getTestPath')
@@ -16940,7 +16869,7 @@ const executeTest$1 = async state => {
16940
16869
  };
16941
16870
  };
16942
16871
  const handleLoad$1 = async state => {
16943
- const messagePortId = create$13();
16872
+ const messagePortId = create$12();
16944
16873
  const {
16945
16874
  port1,
16946
16875
  port2
@@ -16983,7 +16912,7 @@ const resize$m = (state, dimensions) => {
16983
16912
  };
16984
16913
  };
16985
16914
 
16986
- const Commands$u = {
16915
+ const Commands$t = {
16987
16916
  handleClickAt: handleClickAt$5,
16988
16917
  handleSashCornerPointerDown: handleSashCornerPointerDown,
16989
16918
  handleSashCornerPointerMove: handleSashCornerPointerMove,
@@ -17014,7 +16943,7 @@ const MenuEntriesE2eTests = {
17014
16943
 
17015
16944
  const menus$a = [MenuEntriesE2eTests];
17016
16945
 
17017
- const name$G = 'E2e Test';
16946
+ const name$F = 'E2e Test';
17018
16947
 
17019
16948
  const getE2eTestVirtualDom = content => {
17020
16949
  return [{
@@ -17037,7 +16966,7 @@ const getE2eTestVirtualDom = content => {
17037
16966
  }];
17038
16967
  };
17039
16968
 
17040
- const hasFunctionalRender$v = true;
16969
+ const hasFunctionalRender$u = true;
17041
16970
  const hasFunctionalRootRender$g = true;
17042
16971
  const renderElements = {
17043
16972
  isEqual(oldState, newState) {
@@ -17064,7 +16993,7 @@ const renderPreviewTransform = {
17064
16993
  return ['setPreviewTransform', newState.previewTransform];
17065
16994
  }
17066
16995
  };
17067
- const render$y = [renderElements, renderIframe$2, renderPreviewTransform];
16996
+ const render$x = [renderElements, renderIframe$2, renderPreviewTransform];
17068
16997
 
17069
16998
  const getActions$8 = () => {
17070
16999
  return [];
@@ -17083,9 +17012,9 @@ const renderActions$9 = {
17083
17012
 
17084
17013
  const ViewletE2eTest_ipc = {
17085
17014
  __proto__: null,
17086
- Commands: Commands$u,
17015
+ Commands: Commands$t,
17087
17016
  Css: Css$v,
17088
- create: create$D,
17017
+ create: create$C,
17089
17018
  executeTest: executeTest$1,
17090
17019
  getKeyBindings: getKeyBindings$d,
17091
17020
  handleClickAt: handleClickAt$5,
@@ -17093,18 +17022,18 @@ const ViewletE2eTest_ipc = {
17093
17022
  handleSashCornerPointerDown,
17094
17023
  handleSashCornerPointerMove,
17095
17024
  handleSashCornerPointerUp,
17096
- hasFunctionalRender: hasFunctionalRender$v,
17025
+ hasFunctionalRender: hasFunctionalRender$u,
17097
17026
  hasFunctionalResize: hasFunctionalResize$h,
17098
17027
  hasFunctionalRootRender: hasFunctionalRootRender$g,
17099
- loadContent: loadContent$B,
17028
+ loadContent: loadContent$A,
17100
17029
  menus: menus$a,
17101
- name: name$G,
17102
- render: render$y,
17030
+ name: name$F,
17031
+ render: render$x,
17103
17032
  renderActions: renderActions$9,
17104
17033
  resize: resize$m
17105
17034
  };
17106
17035
 
17107
- const create$C = (id, uri, x, y, width, height) => {
17036
+ const create$B = (id, uri, x, y, width, height) => {
17108
17037
  return {
17109
17038
  x,
17110
17039
  y,
@@ -17130,7 +17059,7 @@ const getTests = async () => {
17130
17059
  const tests = filteredDirents.map(dirent => dirent.name);
17131
17060
  return tests;
17132
17061
  };
17133
- const loadContent$A = async state => {
17062
+ const loadContent$z = async state => {
17134
17063
  const tests = await getTests();
17135
17064
  const sandbox = getE2eTestsSandbox();
17136
17065
  return {
@@ -17153,7 +17082,7 @@ const executeTest = async (state, index) => {
17153
17082
  };
17154
17083
  };
17155
17084
  const handleLoad = async state => {
17156
- const messagePortId = create$13();
17085
+ const messagePortId = create$12();
17157
17086
  const {
17158
17087
  port1,
17159
17088
  port2
@@ -17210,7 +17139,7 @@ const openInNewTab = async state => {
17210
17139
  return state;
17211
17140
  };
17212
17141
 
17213
- const Commands$t = {
17142
+ const Commands$s = {
17214
17143
  handleClickAt: handleClickAt$4,
17215
17144
  handleLoad: handleLoad,
17216
17145
  runAll: runAll,
@@ -17226,7 +17155,7 @@ const getKeyBindings$c = () => {
17226
17155
 
17227
17156
  const menus$9 = [MenuEntriesE2eTests];
17228
17157
 
17229
- const name$F = 'E2e Tests';
17158
+ const name$E = 'E2e Tests';
17230
17159
 
17231
17160
  const getTreeItemClassName = isActive => {
17232
17161
  if (isActive) {
@@ -17289,7 +17218,7 @@ const getVisibleE2eTests = (tests, index) => {
17289
17218
  return visible;
17290
17219
  };
17291
17220
 
17292
- const hasFunctionalRender$u = true;
17221
+ const hasFunctionalRender$t = true;
17293
17222
  const hasFunctionalRootRender$f = true;
17294
17223
  const renderTests = {
17295
17224
  isEqual(oldState, newState) {
@@ -17317,7 +17246,7 @@ const renderMessagePort = {
17317
17246
  return ['setPort', newState.portId, newState.iframeOrigin];
17318
17247
  }
17319
17248
  };
17320
- const render$x = [renderTests, renderIframe$1, renderMessagePort];
17249
+ const render$w = [renderTests, renderIframe$1, renderMessagePort];
17321
17250
 
17322
17251
  const getActions$7 = () => {
17323
17252
  return [{
@@ -17341,70 +17270,25 @@ const renderActions$8 = {
17341
17270
 
17342
17271
  const ViewletE2eTests_ipc = {
17343
17272
  __proto__: null,
17344
- Commands: Commands$t,
17273
+ Commands: Commands$s,
17345
17274
  Css: Css$u,
17346
- create: create$C,
17275
+ create: create$B,
17347
17276
  executeTest,
17348
17277
  getKeyBindings: getKeyBindings$c,
17349
17278
  handleClickAt: handleClickAt$4,
17350
17279
  handleContextMenu: handleContextMenu$9,
17351
17280
  handleLoad,
17352
- hasFunctionalRender: hasFunctionalRender$u,
17281
+ hasFunctionalRender: hasFunctionalRender$t,
17353
17282
  hasFunctionalRootRender: hasFunctionalRootRender$f,
17354
- loadContent: loadContent$A,
17283
+ loadContent: loadContent$z,
17355
17284
  menus: menus$9,
17356
- name: name$F,
17285
+ name: name$E,
17357
17286
  openInNewTab,
17358
- render: render$x,
17287
+ render: render$w,
17359
17288
  renderActions: renderActions$8,
17360
17289
  runAll
17361
17290
  };
17362
17291
 
17363
- const create$B = (id, uri, x, y, width, height) => {
17364
- return {
17365
- content: 'abc',
17366
- uri,
17367
- disposed: false
17368
- };
17369
- };
17370
- const loadContent$z = async state => {
17371
- const content = await readFile$e(state.uri);
17372
- return {
17373
- ...state,
17374
- content
17375
- };
17376
- };
17377
- const dispose$p = state => {
17378
- return {
17379
- ...state,
17380
- disposed: true
17381
- };
17382
- };
17383
- const hasFunctionalRender$t = true;
17384
- const renderContent = {
17385
- isEqual(oldState, newState) {
17386
- return oldState.content === newState.content;
17387
- },
17388
- apply(oldState, newState) {
17389
- return [/* method */'setContent', /* content */newState.content];
17390
- }
17391
- };
17392
- const render$w = [renderContent];
17393
-
17394
- const name$E = 'EditorPlainText';
17395
- const Commands$s = {};
17396
-
17397
- const ViewletEditorPlainText_ipc = {
17398
- __proto__: null,
17399
- Commands: Commands$s,
17400
- create: create$B,
17401
- dispose: dispose$p,
17402
- hasFunctionalRender: hasFunctionalRender$t,
17403
- loadContent: loadContent$z,
17404
- name: name$E,
17405
- render: render$w
17406
- };
17407
-
17408
17292
  const None$c = 1;
17409
17293
 
17410
17294
  const minimumSliderSize = 20;
@@ -17626,8 +17510,8 @@ const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMai
17626
17510
 
17627
17511
  const launchEditorWorker = async () => {
17628
17512
  const configuredWorkerUrl = getConfiguredWorkerUrl$6('developer.editorWorkerPath', editorWorkerUrl);
17629
- const id = create$13();
17630
- let ipc = await create$12({
17513
+ const id = create$12();
17514
+ let ipc = await create$11({
17631
17515
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
17632
17516
  url: configuredWorkerUrl,
17633
17517
  name: 'Editor Worker',
@@ -17702,7 +17586,7 @@ const handleTokenizeChange = () => {
17702
17586
  }
17703
17587
  const state = instance.state;
17704
17588
  const tokenizer = getTokenizer(state.languageId);
17705
- const tokenizerId = create$13();
17589
+ const tokenizerId = create$12();
17706
17590
  set$1(tokenizerId, tokenizer);
17707
17591
  const newState = {
17708
17592
  ...instance.state,
@@ -17776,7 +17660,7 @@ const loadContent$y = async (state, savedState, context) => {
17776
17660
  const content = await getTextEditorContent(uri);
17777
17661
  const languageId = getLanguageId(state);
17778
17662
  const tokenizer = getTokenizer(languageId);
17779
- const tokenizerId = create$13();
17663
+ const tokenizerId = create$12();
17780
17664
  set$1(tokenizerId, tokenizer);
17781
17665
  let savedSelections = getSavedSelections(savedState);
17782
17666
  const savedDeltaY = getSavedDeltaY(savedState);
@@ -18176,7 +18060,7 @@ const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerVie
18176
18060
 
18177
18061
  const launchExplorerWorker = async () => {
18178
18062
  const configuredWorkerUrl = getConfiguredWorkerUrl$6('develop.explorerWorkerPath', explorerWorkerUrl);
18179
- const ipc = await create$12({
18063
+ const ipc = await create$11({
18180
18064
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
18181
18065
  url: configuredWorkerUrl,
18182
18066
  name: 'Explorer Worker'
@@ -20147,7 +20031,7 @@ const getConfiguredWorkerUrl$3 = () => {
20147
20031
  };
20148
20032
  const launchExtensionDetailViewWorker = async () => {
20149
20033
  const name = 'Extension Detail View Worker';
20150
- const ipc = await create$12({
20034
+ const ipc = await create$11({
20151
20035
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
20152
20036
  name,
20153
20037
  url: getConfiguredWorkerUrl$3()
@@ -20310,7 +20194,7 @@ const getConfiguredWorkerUrl$2 = () => {
20310
20194
  };
20311
20195
  const launchExtensionSearchViewWorker = async () => {
20312
20196
  const name = platform === Electron$1 ? 'Extension Search View Worker (Electron)' : 'Extension Search View Worker';
20313
- const ipc = await create$12({
20197
+ const ipc = await create$11({
20314
20198
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
20315
20199
  name,
20316
20200
  url: getConfiguredWorkerUrl$2()
@@ -20476,7 +20360,7 @@ const create$u = (id, uri, x, y, width, height) => {
20476
20360
  message: '',
20477
20361
  focused: false,
20478
20362
  size: None$a,
20479
- ...create$H({
20363
+ ...create$G({
20480
20364
  itemHeight: ExtensionListItemHeight,
20481
20365
  minimumSliderSize: minimumSliderSize,
20482
20366
  headerHeight: 41
@@ -21306,7 +21190,7 @@ const create$r = (id, uri, x, y, width, height) => {
21306
21190
  height,
21307
21191
  languageLeft: '',
21308
21192
  languageRight: '',
21309
- ...create$H({
21193
+ ...create$G({
21310
21194
  itemHeight: 20
21311
21195
  }),
21312
21196
  lineNumbers: false,
@@ -21562,7 +21446,7 @@ const getConfiguredWorkerUrl$1 = () => {
21562
21446
  };
21563
21447
  const launchKeyBindingsViewWorker = async () => {
21564
21448
  const name = 'KeyBindings View Worker';
21565
- const ipc = await create$12({
21449
+ const ipc = await create$11({
21566
21450
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
21567
21451
  name,
21568
21452
  url: getConfiguredWorkerUrl$1()
@@ -22378,7 +22262,7 @@ const show$4 = async (state, module, currentViewletId) => {
22378
22262
  const width = newPoints[kWidth];
22379
22263
  const height = newPoints[kHeight];
22380
22264
  const uid = state.uid;
22381
- const childUid = create$13();
22265
+ const childUid = create$12();
22382
22266
  const commands = await load$7({
22383
22267
  getModule: load$5,
22384
22268
  id: moduleId,
@@ -22536,7 +22420,7 @@ const loadIfVisible = async (state, module) => {
22536
22420
  let commands = [];
22537
22421
  const parentUid = state.uid;
22538
22422
  if (visible) {
22539
- const childUid = create$13();
22423
+ const childUid = create$12();
22540
22424
  commands = await load$7({
22541
22425
  getModule: load$5,
22542
22426
  id: moduleId,
@@ -22736,7 +22620,7 @@ const showAsync = async (uid, points, module) => {
22736
22620
  kWidth,
22737
22621
  kHeight
22738
22622
  } = module;
22739
- const viewletUid = create$13();
22623
+ const viewletUid = create$12();
22740
22624
  const commands = await load$7({
22741
22625
  getModule: load$5,
22742
22626
  id: moduleId,
@@ -23681,13 +23565,13 @@ const deserializeEditorGroups = (savedState, state) => {
23681
23565
  }
23682
23566
  const restoredEditors = group.editors.filter(canBeRestored);
23683
23567
  for (const editor of restoredEditors) {
23684
- editor.uid = create$13();
23568
+ editor.uid = create$12();
23685
23569
  const label = editor.label;
23686
23570
  editor.tabWidth = measureTabWidth(label, tabFontWeight, tabFontSize, tabFontFamily, tabLetterSpacing);
23687
23571
  }
23688
23572
  const restoredGroup = {
23689
23573
  ...group,
23690
- tabsUid: create$13()
23574
+ tabsUid: create$12()
23691
23575
  };
23692
23576
  restoredGroups.push(restoredGroup);
23693
23577
  }
@@ -24099,8 +23983,8 @@ const focusIndex$5 = async (state, index) => {
24099
23983
  commands: allCommands
24100
23984
  };
24101
23985
  }
24102
- const instanceUid = create$13();
24103
- const instance = create$10(load$5, id, uid, editor.uri, x, y, width, contentHeight);
23986
+ const instanceUid = create$12();
23987
+ const instance = create$$(load$5, id, uid, editor.uri, x, y, width, contentHeight);
24104
23988
  instance.show = false;
24105
23989
  instance.setBounds = false;
24106
23990
  instance.uid = instanceUid;
@@ -24234,11 +24118,11 @@ const openUri = async (state, uri, focus = true, {
24234
24118
  const moduleId = await getModuleId(uri, context.opener);
24235
24119
  let activeGroup = groups[activeGroupIndex];
24236
24120
  activeGroup ||= {
24237
- uid: create$13(),
24121
+ uid: create$12(),
24238
24122
  editors: [],
24239
24123
  activeIndex: -1,
24240
24124
  focusedIndex: -1,
24241
- tabsUid: create$13(),
24125
+ tabsUid: create$12(),
24242
24126
  x,
24243
24127
  y: 0,
24244
24128
  width,
@@ -24272,8 +24156,8 @@ const openUri = async (state, uri, focus = true, {
24272
24156
  const previousUid = previousEditor.uid;
24273
24157
  disposeCommands = hideFunctional(previousUid);
24274
24158
  }
24275
- const instanceUid = create$13();
24276
- const instance = create$10(load$5, moduleId, state.uid, uri, x, y, width, contentHeight);
24159
+ const instanceUid = create$12();
24160
+ const instance = create$$(load$5, moduleId, state.uid, uri, x, y, width, contentHeight);
24277
24161
  instance.uid = instanceUid;
24278
24162
  // const oldActiveIndex = state.activeIndex
24279
24163
  const tabLabel = getLabel$6(uri);
@@ -24315,7 +24199,7 @@ const openUri = async (state, uri, focus = true, {
24315
24199
  commands.push(['Viewlet.setBounds', instanceUid, x, state.tabHeight, width, contentHeight]);
24316
24200
  let tabsUid = state.tabsUid;
24317
24201
  if (tabsUid === -1) {
24318
- tabsUid = create$13();
24202
+ tabsUid = create$12();
24319
24203
  }
24320
24204
  if (disposeCommands) {
24321
24205
  commands.push(...disposeCommands);
@@ -24434,7 +24318,7 @@ const getRestoredGroups = (savedState, state) => {
24434
24318
  height,
24435
24319
  editors: [],
24436
24320
  tabsUid: 0,
24437
- uid: create$13()
24321
+ uid: create$12()
24438
24322
  }],
24439
24323
  activeGroupIndex: 0
24440
24324
  };
@@ -24449,7 +24333,7 @@ const getRestoredGroups = (savedState, state) => {
24449
24333
  height,
24450
24334
  editors: [],
24451
24335
  tabsUid: 0,
24452
- uid: create$13()
24336
+ uid: create$12()
24453
24337
  }],
24454
24338
  activeGroupIndex: 0
24455
24339
  };
@@ -24464,7 +24348,7 @@ const getRestoredGroups = (savedState, state) => {
24464
24348
  height,
24465
24349
  editors: [],
24466
24350
  tabsUid: 0,
24467
- uid: create$13()
24351
+ uid: create$12()
24468
24352
  }],
24469
24353
  activeGroupIndex: 0
24470
24354
  };
@@ -24633,7 +24517,7 @@ const contentLoaded$5 = async state => {
24633
24517
  editor.title = tabTitle;
24634
24518
  const childUid = editor.uid;
24635
24519
  commands.push(['Viewlet.setBounds', childUid, editorX, state.tabHeight, editorWidth, editorHeight]);
24636
- const tabsUid = create$13();
24520
+ const tabsUid = create$12();
24637
24521
  state.tabsUid = tabsUid;
24638
24522
  // commands.push(['Viewlet.create', ViewletModuleId.MainTabs, tabsUid])
24639
24523
  // commands.push(['Viewlet.send', tabsUid, 'setTabs', state.editors])
@@ -27514,7 +27398,7 @@ const create$i = (id, uri, x, y, width, height, args) => {
27514
27398
  height: 300,
27515
27399
  top: 50,
27516
27400
  width: 600,
27517
- ...create$H({
27401
+ ...create$G({
27518
27402
  itemHeight: ListItem,
27519
27403
  headerHeight: 30,
27520
27404
  minimumSliderSize: minimumSliderSize
@@ -29662,7 +29546,7 @@ const create$f = (id, uri) => {
29662
29546
  };
29663
29547
  };
29664
29548
  const loadContent$f = async state => {
29665
- const captureId = create$13();
29549
+ const captureId = create$12();
29666
29550
  await createScreenCaptureStream(captureId);
29667
29551
  return {
29668
29552
  ...state,
@@ -29715,7 +29599,7 @@ const getConfiguredWorkerUrl = () => {
29715
29599
  };
29716
29600
  const launchTextSearchWorker = async () => {
29717
29601
  const name = 'Text Search Worker';
29718
- const ipc = await create$12({
29602
+ const ipc = await create$11({
29719
29603
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
29720
29604
  name,
29721
29605
  url: getConfiguredWorkerUrl()
@@ -29995,7 +29879,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
29995
29879
  if (activityBar) {
29996
29880
  const oldState = activityBar.state;
29997
29881
  const newState = activityBar.factory.handleSideBarViewletChange(oldState, moduleId);
29998
- const extraCommands = render$I(activityBar.factory, oldState, newState, newState.uid);
29882
+ const extraCommands = render$H(activityBar.factory, oldState, newState, newState.uid);
29999
29883
  activityBar.state = newState;
30000
29884
  commands.push(...extraCommands);
30001
29885
  }
@@ -30030,7 +29914,7 @@ const openDefaultViewlet = async state => {
30030
29914
  };
30031
29915
  const close$2 = state => {
30032
29916
  if (state.currentViewletId) {
30033
- dispose$v(state.currentViewletId);
29917
+ dispose$u(state.currentViewletId);
30034
29918
  }
30035
29919
  state.currentViewletId = undefined;
30036
29920
  // RendererProcess.send([/* sideBarHide */ 5552, /* id */ id])
@@ -30129,7 +30013,7 @@ const ViewletSideBar_ipc = {
30129
30013
  const embedsWorkerUrl = `${assetDir}/packages/embeds-worker/dist/embedsWorkerMain.js`;
30130
30014
 
30131
30015
  const launchEmbedsWorker = async () => {
30132
- const ipc = await create$12({
30016
+ const ipc = await create$11({
30133
30017
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
30134
30018
  url: embedsWorkerUrl,
30135
30019
  name: 'Embeds Worker'
@@ -31039,7 +30923,7 @@ const create$b = (id, uri, x, y, width, height) => {
31039
30923
  buttons: [],
31040
30924
  providerId: '',
31041
30925
  splitButtonEnabled: false,
31042
- ...create$H({
30926
+ ...create$G({
31043
30927
  itemHeight: 20,
31044
30928
  headerHeight: 60,
31045
30929
  minimumSliderSize: 20
@@ -31920,8 +31804,8 @@ const loadContent$8 = async state => {
31920
31804
  command,
31921
31805
  args
31922
31806
  } = await getTerminalSpawnOptions();
31923
- const canvasTextId = create$13();
31924
- const canvasCursorId = create$13();
31807
+ const canvasTextId = create$12();
31808
+ const canvasCursorId = create$12();
31925
31809
  await invoke$b('Terminal.create', canvasTextId, canvasCursorId, uid, state$w.workspacePath, command, args);
31926
31810
  const terminal = {
31927
31811
  handleBlur() {
@@ -31939,7 +31823,7 @@ const loadContent$8 = async state => {
31939
31823
  };
31940
31824
  return {
31941
31825
  ...state,
31942
- id: create$13(),
31826
+ id: create$12(),
31943
31827
  command,
31944
31828
  args,
31945
31829
  canvasCursorId,
@@ -32116,7 +32000,7 @@ const loadContent$7 = async state => {
32116
32000
  tabs: [{
32117
32001
  label: 'tab 1',
32118
32002
  icon: 'Terminal',
32119
- uid: create$13()
32003
+ uid: create$12()
32120
32004
  }],
32121
32005
  selectedIndex: 0,
32122
32006
  terminalTabsEnabled
@@ -32132,7 +32016,7 @@ const addTerminal = async state => {
32132
32016
  uid,
32133
32017
  selectedIndex
32134
32018
  } = state;
32135
- const childUid = create$13();
32019
+ const childUid = create$12();
32136
32020
  const newTab = {
32137
32021
  label: `tab ${tabs.length + 1}`,
32138
32022
  icon: 'Terminal',
@@ -32178,7 +32062,7 @@ const focusIndex$3 = async (state, index) => {
32178
32062
  uid,
32179
32063
  selectedIndex
32180
32064
  } = state;
32181
- const childUid = create$13();
32065
+ const childUid = create$12();
32182
32066
  const newTab = tabs[index];
32183
32067
  newTab.uid = childUid;
32184
32068
  const commands = await load$7({
@@ -33153,7 +33037,7 @@ const loadContent$1 = async state => {
33153
33037
  } = state;
33154
33038
  const webViewId = await getWebViewId(uri);
33155
33039
  const webViewPort = getWebViewPort();
33156
- const webViewResult = await create$R(id, webViewPort, webViewId, previewServerId, uri);
33040
+ const webViewResult = await create$Q(id, webViewPort, webViewId, previewServerId, uri);
33157
33041
  if (!webViewResult) {
33158
33042
  return state;
33159
33043
  }
@@ -35152,7 +35036,7 @@ const closeTabsRight = async state => {
35152
35036
  const uri = newActiveEditor.uri;
35153
35037
  const moduleId = await getModuleId(uri);
35154
35038
  const uid = newActiveEditor.uid;
35155
- const instance = create$10(load$5, moduleId, state.uid, uri, x, y, width, contentHeight);
35039
+ const instance = create$$(load$5, moduleId, state.uid, uri, x, y, width, contentHeight);
35156
35040
  // @ts-ignore
35157
35041
  instance.show = false;
35158
35042
  instance.setBounds = false;
@@ -35213,7 +35097,7 @@ const closeOthers = async state => {
35213
35097
  newActiveIndex = 0;
35214
35098
  const disposeCommands = disposeFunctional(activeEditor.uid);
35215
35099
  commands.push(...disposeCommands);
35216
- const instanceUid = create$13();
35100
+ const instanceUid = create$12();
35217
35101
  const moduleId = await getModuleId(activeEditor.uri);
35218
35102
  // @ts-ignore
35219
35103
  const x = state.x;
@@ -35224,7 +35108,7 @@ const closeOthers = async state => {
35224
35108
  // @ts-ignore
35225
35109
  const contentHeight = state.height - state.tabHeight;
35226
35110
  // @ts-ignore
35227
- const instance = create$10(load$5, moduleId, state.uid, focusedEditor.uri, x, y, width, contentHeight);
35111
+ const instance = create$$(load$5, moduleId, state.uid, focusedEditor.uri, x, y, width, contentHeight);
35228
35112
  instance.uid = instanceUid;
35229
35113
  instance.show = false;
35230
35114
  instance.setBounds = false;
@@ -35499,10 +35383,10 @@ const handleDropFilePathSplit = async (state, eventX, eventY, filePath, splitDir
35499
35383
  }];
35500
35384
  const uri = filePath;
35501
35385
  const id = EditorText;
35502
- create$13();
35386
+ create$12();
35503
35387
  // @ts-ignore
35504
- create$13();
35505
- create$10(load$5, id, state.uid, uri, overlayX, overlayY, overlayWidth, overlayHeight);
35388
+ create$12();
35389
+ create$$(load$5, id, state.uid, uri, overlayX, overlayY, overlayWidth, overlayHeight);
35506
35390
  // const sashGridItem = {
35507
35391
  // x: sashX,
35508
35392
  // y: sashY,
@@ -35533,12 +35417,12 @@ const handleDropFilePathSplit = async (state, eventX, eventY, filePath, splitDir
35533
35417
  label: pathBaseName(filePath),
35534
35418
  tabWidth: 100,
35535
35419
  title: pathBaseName(filePath),
35536
- uid: create$13(),
35420
+ uid: create$12(),
35537
35421
  uri: filePath
35538
35422
  }],
35539
35423
  height: 530,
35540
- tabsUid: create$13(),
35541
- uid: create$13(),
35424
+ tabsUid: create$12(),
35425
+ uid: create$12(),
35542
35426
  width: oldGroup.width / 2,
35543
35427
  x: oldGroup.width / 2,
35544
35428
  y: 0
@@ -35713,8 +35597,8 @@ const splitRight = async state => {
35713
35597
  }
35714
35598
  const realEditor = lastGroup.editors.at(-1);
35715
35599
  const moduleId = await getModuleId(realEditor.uri);
35716
- const instanceUid = create$13();
35717
- const instance = create$10(load$5, moduleId, state.uid, realEditor.uri, x, y, width, contentHeight);
35600
+ const instanceUid = create$12();
35601
+ const instance = create$$(load$5, moduleId, state.uid, realEditor.uri, x, y, width, contentHeight);
35718
35602
  // @ts-ignore
35719
35603
  instance.show = false;
35720
35604
  instance.setBounds = false;