@lvce-editor/static-server 0.45.8 → 0.45.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 (1803) hide show
  1. package/package.json +1 -1
  2. package/src/parts/Files/Files.js +1798 -1797
  3. package/src/parts/GetResponseInfo/GetResponseInfo.js +1 -1
  4. package/src/parts/Headers/Headers.js +15 -15
  5. package/static/{85b69da → 06fb1fd}/css/App.css +89 -83
  6. package/static/{85b69da → 06fb1fd}/css/parts/KeyBindingsHeader.css +4 -2
  7. package/static/06fb1fd/icons/sort-precedence.svg +1 -0
  8. package/static/{85b69da → 06fb1fd}/manifest.json +2 -2
  9. package/static/{85b69da → 06fb1fd}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
  10. package/static/{85b69da → 06fb1fd}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +53 -17
  11. package/static/{85b69da → 06fb1fd}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
  12. package/static/{85b69da → 06fb1fd}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1 -1
  13. package/static/{85b69da → 06fb1fd}/packages/iframe-worker/dist/iframeWorkerMain.js +1 -1
  14. package/static/{85b69da → 06fb1fd}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +265 -137
  15. package/static/{85b69da → 06fb1fd}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
  16. package/static/{85b69da → 06fb1fd}/packages/renderer-worker/dist/rendererWorkerMain.js +326 -524
  17. package/static/{85b69da → 06fb1fd}/packages/test-worker/dist/testWorkerMain.js +21 -1
  18. package/static/index.html +4 -4
  19. /package/static/{85b69da → 06fb1fd}/config/colorTheme.json +0 -0
  20. /package/static/{85b69da → 06fb1fd}/config/defaultSettings.json +0 -0
  21. /package/static/{85b69da → 06fb1fd}/config/fileMap.json +0 -0
  22. /package/static/{85b69da → 06fb1fd}/config/webExtensions.json +0 -0
  23. /package/static/{85b69da → 06fb1fd}/css/parts/AdditionalDetails.css +0 -0
  24. /package/static/{85b69da → 06fb1fd}/css/parts/Animation.css +0 -0
  25. /package/static/{85b69da → 06fb1fd}/css/parts/DebugButtons.css +0 -0
  26. /package/static/{85b69da → 06fb1fd}/css/parts/DebugValue.css +0 -0
  27. /package/static/{85b69da → 06fb1fd}/css/parts/E2eTest.css +0 -0
  28. /package/static/{85b69da → 06fb1fd}/css/parts/E2eTests.css +0 -0
  29. /package/static/{85b69da → 06fb1fd}/css/parts/EditorHover.css +0 -0
  30. /package/static/{85b69da → 06fb1fd}/css/parts/EditorMessage.css +0 -0
  31. /package/static/{85b69da → 06fb1fd}/css/parts/FeatureContent.css +0 -0
  32. /package/static/{85b69da → 06fb1fd}/css/parts/Features.css +0 -0
  33. /package/static/{85b69da → 06fb1fd}/css/parts/ImagePreview.css +0 -0
  34. /package/static/{85b69da → 06fb1fd}/css/parts/InlineDiffEditor.css +0 -0
  35. /package/static/{85b69da → 06fb1fd}/css/parts/Key.css +0 -0
  36. /package/static/{85b69da → 06fb1fd}/css/parts/KeyBindingsTable.css +0 -0
  37. /package/static/{85b69da → 06fb1fd}/css/parts/Markdown.css +0 -0
  38. /package/static/{85b69da → 06fb1fd}/css/parts/Progress.css +0 -0
  39. /package/static/{85b69da → 06fb1fd}/css/parts/SearchToggleButton.css +0 -0
  40. /package/static/{85b69da → 06fb1fd}/css/parts/Select.css +0 -0
  41. /package/static/{85b69da → 06fb1fd}/css/parts/Table.css +0 -0
  42. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletAbout.css +0 -0
  43. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletBrowserViewOverview.css +0 -0
  44. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletDebugConsole.css +0 -0
  45. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletDefineKeyBinding.css +0 -0
  46. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletDialog.css +0 -0
  47. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletDiffEditor.css +0 -0
  48. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletEditorWidgetError.css +0 -0
  49. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletExtensionDetail.css +0 -0
  50. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletExtensionDetailHeader.css +0 -0
  51. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletExtensionDetailTabs.css +0 -0
  52. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletExtensions.css +0 -0
  53. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletKeyBindings.css +0 -0
  54. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletMedia.css +0 -0
  55. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletOutput.css +0 -0
  56. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletPanel.css +0 -0
  57. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletPanelTabs.css +0 -0
  58. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletPdf.css +0 -0
  59. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletProblems.css +0 -0
  60. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletReferences.css +0 -0
  61. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletRunAndDebug.css +0 -0
  62. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletScreenCapture.css +0 -0
  63. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletSearch.css +0 -0
  64. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletSimpleBrowser.css +0 -0
  65. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletSourceControl.css +0 -0
  66. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletStorage.css +0 -0
  67. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletTerminal.css +0 -0
  68. /package/static/{85b69da → 06fb1fd}/css/parts/ViewletTerminalTabs.css +0 -0
  69. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-bat/README.md +0 -0
  70. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-bat/extension.json +0 -0
  71. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
  72. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
  73. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-c/README.md +0 -0
  74. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-c/extension.json +0 -0
  75. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
  76. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
  77. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
  78. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
  79. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-cpp/README.md +0 -0
  80. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-cpp/extension.json +0 -0
  81. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
  82. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
  83. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-cson/README.md +0 -0
  84. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-cson/extension.json +0 -0
  85. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
  86. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
  87. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-css/README.md +0 -0
  88. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-css/extension.json +0 -0
  89. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
  90. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
  91. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-dart/README.md +0 -0
  92. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-dart/extension.json +0 -0
  93. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
  94. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-desktop/README.md +0 -0
  95. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-desktop/extension.json +0 -0
  96. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
  97. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-docker/README.md +0 -0
  98. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-docker/extension.json +0 -0
  99. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
  100. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-dotenv/README.md +0 -0
  101. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
  102. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
  103. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
  104. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
  105. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
  106. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-elixir/README.md +0 -0
  107. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-elixir/extension.json +0 -0
  108. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
  109. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-elm/README.md +0 -0
  110. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-elm/extension.json +0 -0
  111. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
  112. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
  113. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
  114. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
  115. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-gn/README.md +0 -0
  116. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-gn/extension.json +0 -0
  117. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
  118. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-go/README.md +0 -0
  119. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-go/extension.json +0 -0
  120. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
  121. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-graphql/README.md +0 -0
  122. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-graphql/extension.json +0 -0
  123. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
  124. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-html/README.md +0 -0
  125. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-html/extension.json +0 -0
  126. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
  127. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
  128. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-java/README.md +0 -0
  129. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-java/extension.json +0 -0
  130. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
  131. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
  132. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-javascript/README.md +0 -0
  133. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-javascript/extension.json +0 -0
  134. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
  135. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
  136. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-json/README.md +0 -0
  137. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-json/extension.json +0 -0
  138. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
  139. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-json5/README.md +0 -0
  140. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-json5/extension.json +0 -0
  141. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
  142. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-jsx/README.md +0 -0
  143. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-jsx/extension.json +0 -0
  144. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
  145. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-julia/README.md +0 -0
  146. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-julia/extension.json +0 -0
  147. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
  148. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-kotlin/README.md +0 -0
  149. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
  150. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
  151. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-less/LICENSE +0 -0
  152. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-less/README.md +0 -0
  153. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-less/extension.json +0 -0
  154. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
  155. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
  156. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-markdown/README.md +0 -0
  157. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-markdown/extension.json +0 -0
  158. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
  159. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-mdx/README.md +0 -0
  160. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-mdx/extension.json +0 -0
  161. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
  162. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-nix/README.md +0 -0
  163. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-nix/extension.json +0 -0
  164. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
  165. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
  166. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
  167. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
  168. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
  169. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-perl/README.md +0 -0
  170. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-perl/extension.json +0 -0
  171. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
  172. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-plaintext/README.md +0 -0
  173. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
  174. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
  175. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-powershell/README.md +0 -0
  176. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-powershell/extension.json +0 -0
  177. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
  178. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-python/README.md +0 -0
  179. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-python/extension.json +0 -0
  180. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
  181. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
  182. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-r/README.md +0 -0
  183. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-r/extension.json +0 -0
  184. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
  185. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-ruby/README.md +0 -0
  186. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-ruby/extension.json +0 -0
  187. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
  188. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-rust/LICENSE +0 -0
  189. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-rust/README.md +0 -0
  190. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-rust/extension.json +0 -0
  191. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
  192. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
  193. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-scss/README.md +0 -0
  194. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-scss/extension.json +0 -0
  195. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
  196. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
  197. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-shellscript/README.md +0 -0
  198. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
  199. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
  200. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-svelte/README.md +0 -0
  201. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-svelte/extension.json +0 -0
  202. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
  203. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-terraform/README.md +0 -0
  204. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-terraform/extension.json +0 -0
  205. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
  206. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-toml/README.md +0 -0
  207. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-toml/extension.json +0 -0
  208. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
  209. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-typescript/README.md +0 -0
  210. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-typescript/extension.json +0 -0
  211. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
  212. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-vue/README.md +0 -0
  213. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-vue/extension.json +0 -0
  214. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
  215. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-wgsl/README.md +0 -0
  216. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
  217. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
  218. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
  219. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-xml/README.md +0 -0
  220. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-xml/extension.json +0 -0
  221. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
  222. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-yaml/README.md +0 -0
  223. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-yaml/extension.json +0 -0
  224. /package/static/{85b69da → 06fb1fd}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
  225. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
  226. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
  227. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
  228. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  229. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-ayu/README.md +0 -0
  230. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-ayu/color-theme.json +0 -0
  231. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-ayu/extension.json +0 -0
  232. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-cobalt2/README.md +0 -0
  233. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
  234. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-cobalt2/extension.json +0 -0
  235. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  236. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  237. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-gruvbox/README.md +0 -0
  238. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
  239. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-gruvbox/extension.json +0 -0
  240. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-high-contrast/README.md +0 -0
  241. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
  242. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-high-contrast/extension.json +0 -0
  243. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-material/README.md +0 -0
  244. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-material/color-theme.json +0 -0
  245. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-material/extension.json +0 -0
  246. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-monokai/README.md +0 -0
  247. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-monokai/color-theme.json +0 -0
  248. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-monokai/extension.json +0 -0
  249. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-noctis-uva/README.md +0 -0
  250. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
  251. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
  252. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  253. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-palenight/README.md +0 -0
  254. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-palenight/color-theme.json +0 -0
  255. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-palenight/extension.json +0 -0
  256. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-palenight/images/demo.png +0 -0
  257. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-slime/README.md +0 -0
  258. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-slime/color-theme.json +0 -0
  259. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-slime/extension.json +0 -0
  260. /package/static/{85b69da → 06fb1fd}/extensions/builtin.theme-slime/icon.png +0 -0
  261. /package/static/{85b69da → 06fb1fd}/extensions/builtin.vscode-icons/README.md +0 -0
  262. /package/static/{85b69da → 06fb1fd}/extensions/builtin.vscode-icons/extension.json +0 -0
  263. /package/static/{85b69da → 06fb1fd}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
  264. /package/static/{85b69da → 06fb1fd}/extensions/builtin.vscode-icons/icon.png +0 -0
  265. /package/static/{85b69da → 06fb1fd}/file-icons/default_file.svg +0 -0
  266. /package/static/{85b69da → 06fb1fd}/file-icons/default_folder.svg +0 -0
  267. /package/static/{85b69da → 06fb1fd}/file-icons/default_folder_opened.svg +0 -0
  268. /package/static/{85b69da → 06fb1fd}/file-icons/default_root_folder.svg +0 -0
  269. /package/static/{85b69da → 06fb1fd}/file-icons/default_root_folder_opened.svg +0 -0
  270. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_access.svg +0 -0
  271. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_access2.svg +0 -0
  272. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_actionscript.svg +0 -0
  273. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_actionscript2.svg +0 -0
  274. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ada.svg +0 -0
  275. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_advpl.svg +0 -0
  276. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_affectscript.svg +0 -0
  277. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_affinitydesigner.svg +0 -0
  278. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_affinityphoto.svg +0 -0
  279. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_affinitypublisher.svg +0 -0
  280. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ai.svg +0 -0
  281. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ai2.svg +0 -0
  282. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_al.svg +0 -0
  283. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_al_dal.svg +0 -0
  284. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_allcontributors.svg +0 -0
  285. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_angular.svg +0 -0
  286. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ansible.svg +0 -0
  287. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_antlers_html.svg +0 -0
  288. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_antlr.svg +0 -0
  289. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_anyscript.svg +0 -0
  290. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_apache.svg +0 -0
  291. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_apex.svg +0 -0
  292. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_api_extractor.svg +0 -0
  293. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_apib.svg +0 -0
  294. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_apib2.svg +0 -0
  295. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_apl.svg +0 -0
  296. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_applescript.svg +0 -0
  297. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_appscript.svg +0 -0
  298. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_appsemble.svg +0 -0
  299. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_appveyor.svg +0 -0
  300. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_arduino.svg +0 -0
  301. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_asciidoc.svg +0 -0
  302. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_asp.svg +0 -0
  303. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_aspx.svg +0 -0
  304. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_assembly.svg +0 -0
  305. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_astro.svg +0 -0
  306. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_astroconfig.svg +0 -0
  307. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_atom.svg +0 -0
  308. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ats.svg +0 -0
  309. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_attw.svg +0 -0
  310. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_audio.svg +0 -0
  311. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_aurelia.svg +0 -0
  312. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_autohotkey.svg +0 -0
  313. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_autoit.svg +0 -0
  314. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_avif.svg +0 -0
  315. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_avro.svg +0 -0
  316. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_awk.svg +0 -0
  317. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_aws.svg +0 -0
  318. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_azure.svg +0 -0
  319. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_azurepipelines.svg +0 -0
  320. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_babel.svg +0 -0
  321. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_babel2.svg +0 -0
  322. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ballerina.svg +0 -0
  323. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bat.svg +0 -0
  324. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bats.svg +0 -0
  325. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bazaar.svg +0 -0
  326. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bazel.svg +0 -0
  327. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bazel_ignore.svg +0 -0
  328. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bazel_version.svg +0 -0
  329. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_befunge.svg +0 -0
  330. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bicep.svg +0 -0
  331. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_biml.svg +0 -0
  332. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_binary.svg +0 -0
  333. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_biome.svg +0 -0
  334. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bitbucketpipeline.svg +0 -0
  335. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bithound.svg +0 -0
  336. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_blade.svg +0 -0
  337. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_blitzbasic.svg +0 -0
  338. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bolt.svg +0 -0
  339. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bosque.svg +0 -0
  340. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bower.svg +0 -0
  341. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bower2.svg +0 -0
  342. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_browserslist.svg +0 -0
  343. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bruno.svg +0 -0
  344. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_buckbuild.svg +0 -0
  345. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_buf.svg +0 -0
  346. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bun.svg +0 -0
  347. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bundlemon.svg +0 -0
  348. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bundler.svg +0 -0
  349. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_bunfig.svg +0 -0
  350. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_c.svg +0 -0
  351. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_c2.svg +0 -0
  352. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_c3.svg +0 -0
  353. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_c_al.svg +0 -0
  354. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cabal.svg +0 -0
  355. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_caddy.svg +0 -0
  356. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cake.svg +0 -0
  357. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cakephp.svg +0 -0
  358. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_capacitor.svg +0 -0
  359. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_capnp.svg +0 -0
  360. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cargo.svg +0 -0
  361. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_casc.svg +0 -0
  362. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cddl.svg +0 -0
  363. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cert.svg +0 -0
  364. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ceylon.svg +0 -0
  365. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cf.svg +0 -0
  366. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cf2.svg +0 -0
  367. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cfc.svg +0 -0
  368. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cfc2.svg +0 -0
  369. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cfm.svg +0 -0
  370. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cfm2.svg +0 -0
  371. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cheader.svg +0 -0
  372. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_chef.svg +0 -0
  373. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_chef_cookbook.svg +0 -0
  374. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_circleci.svg +0 -0
  375. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_class.svg +0 -0
  376. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_clojure.svg +0 -0
  377. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_clojurescript.svg +0 -0
  378. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cloudfoundry.svg +0 -0
  379. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cmake.svg +0 -0
  380. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cobol.svg +0 -0
  381. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_codacy.svg +0 -0
  382. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_codeclimate.svg +0 -0
  383. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_codecov.svg +0 -0
  384. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_codekit.svg +0 -0
  385. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_codeowners.svg +0 -0
  386. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_codeql.svg +0 -0
  387. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_coderabbit.svg +0 -0
  388. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_coffeelint.svg +0 -0
  389. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_coffeescript.svg +0 -0
  390. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_commitizen.svg +0 -0
  391. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_commitlint.svg +0 -0
  392. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_compass.svg +0 -0
  393. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_composer.svg +0 -0
  394. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_conan.svg +0 -0
  395. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_conda.svg +0 -0
  396. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_config.svg +0 -0
  397. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_confluence.svg +0 -0
  398. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_coverage.svg +0 -0
  399. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_coveralls.svg +0 -0
  400. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cpp.svg +0 -0
  401. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cpp2.svg +0 -0
  402. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cpp3.svg +0 -0
  403. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cppheader.svg +0 -0
  404. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_craco.svg +0 -0
  405. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_crowdin.svg +0 -0
  406. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_crystal.svg +0 -0
  407. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_csharp.svg +0 -0
  408. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_csharp2.svg +0 -0
  409. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cspell.svg +0 -0
  410. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_csproj.svg +0 -0
  411. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_css.svg +0 -0
  412. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_csscomb.svg +0 -0
  413. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_csslint.svg +0 -0
  414. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cssmap.svg +0 -0
  415. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cucumber.svg +0 -0
  416. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cuda.svg +0 -0
  417. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cvs.svg +0 -0
  418. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cypress.svg +0 -0
  419. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cypress_spec.svg +0 -0
  420. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_cython.svg +0 -0
  421. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dal.svg +0 -0
  422. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_darcs.svg +0 -0
  423. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dartlang.svg +0 -0
  424. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dartlang_generated.svg +0 -0
  425. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dartlang_ignore.svg +0 -0
  426. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_datadog.svg +0 -0
  427. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_db.svg +0 -0
  428. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_debian.svg +0 -0
  429. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_delphi.svg +0 -0
  430. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_deno.svg +0 -0
  431. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_denoify.svg +0 -0
  432. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dependabot.svg +0 -0
  433. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dependencies.svg +0 -0
  434. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_devcontainer.svg +0 -0
  435. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dhall.svg +0 -0
  436. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_diff.svg +0 -0
  437. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_django.svg +0 -0
  438. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dlang.svg +0 -0
  439. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_docker.svg +0 -0
  440. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_docker2.svg +0 -0
  441. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dockertest.svg +0 -0
  442. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dockertest2.svg +0 -0
  443. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_docpad.svg +0 -0
  444. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_docz.svg +0 -0
  445. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dojo.svg +0 -0
  446. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_doppler.svg +0 -0
  447. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dotenv.svg +0 -0
  448. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dotjs.svg +0 -0
  449. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_doxygen.svg +0 -0
  450. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_drawio.svg +0 -0
  451. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_drone.svg +0 -0
  452. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_drools.svg +0 -0
  453. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dtd.svg +0 -0
  454. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dustjs.svg +0 -0
  455. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dvc.svg +0 -0
  456. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_dylan.svg +0 -0
  457. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_earthly.svg +0 -0
  458. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_eas-metadata.svg +0 -0
  459. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_edge.svg +0 -0
  460. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_edge2.svg +0 -0
  461. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_editorconfig.svg +0 -0
  462. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_eex.svg +0 -0
  463. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ejs.svg +0 -0
  464. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_elastic.svg +0 -0
  465. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_elasticbeanstalk.svg +0 -0
  466. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_eleventy.svg +0 -0
  467. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_eleventy2.svg +0 -0
  468. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_elixir.svg +0 -0
  469. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_elm.svg +0 -0
  470. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_elm2.svg +0 -0
  471. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_emacs.svg +0 -0
  472. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ember.svg +0 -0
  473. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ensime.svg +0 -0
  474. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_eps.svg +0 -0
  475. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_epub.svg +0 -0
  476. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_erb.svg +0 -0
  477. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_erlang.svg +0 -0
  478. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_erlang2.svg +0 -0
  479. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_esbuild.svg +0 -0
  480. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_eslint.svg +0 -0
  481. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_eslint2.svg +0 -0
  482. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_esphome.svg +0 -0
  483. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_excalidraw.svg +0 -0
  484. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_excel.svg +0 -0
  485. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_excel2.svg +0 -0
  486. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_expo.svg +0 -0
  487. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_falcon.svg +0 -0
  488. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_fantasticon.svg +0 -0
  489. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_fauna.svg +0 -0
  490. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_favicon.svg +0 -0
  491. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_fbx.svg +0 -0
  492. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_firebase.svg +0 -0
  493. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_firebasehosting.svg +0 -0
  494. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_firestore.svg +0 -0
  495. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_fitbit.svg +0 -0
  496. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_fla.svg +0 -0
  497. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_flareact.svg +0 -0
  498. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_flash.svg +0 -0
  499. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_floobits.svg +0 -0
  500. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_flow.svg +0 -0
  501. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_flutter.svg +0 -0
  502. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_flutter_package.svg +0 -0
  503. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_flyio.svg +0 -0
  504. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_font.svg +0 -0
  505. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_formkit.svg +0 -0
  506. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_fortran.svg +0 -0
  507. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_fossa.svg +0 -0
  508. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_fossil.svg +0 -0
  509. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_freemarker.svg +0 -0
  510. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_frontcommerce.svg +0 -0
  511. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_fsharp.svg +0 -0
  512. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_fsharp2.svg +0 -0
  513. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_fsproj.svg +0 -0
  514. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_fthtml.svg +0 -0
  515. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_funding.svg +0 -0
  516. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_fusebox.svg +0 -0
  517. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_galen.svg +0 -0
  518. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_galen2.svg +0 -0
  519. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gamemaker.svg +0 -0
  520. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gamemaker2.svg +0 -0
  521. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gamemaker81.svg +0 -0
  522. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gatsby.svg +0 -0
  523. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gcloud.svg +0 -0
  524. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gcode.svg +0 -0
  525. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gdscript.svg +0 -0
  526. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_genstat.svg +0 -0
  527. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_git.svg +0 -0
  528. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_git2.svg +0 -0
  529. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gitlab.svg +0 -0
  530. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gitpod.svg +0 -0
  531. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gleam.svg +0 -0
  532. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gleamconfig.svg +0 -0
  533. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_glide.svg +0 -0
  534. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_glitter.svg +0 -0
  535. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_glsl.svg +0 -0
  536. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_glyphs.svg +0 -0
  537. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gnu.svg +0 -0
  538. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gnuplot.svg +0 -0
  539. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_go.svg +0 -0
  540. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_go_aqua.svg +0 -0
  541. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_go_black.svg +0 -0
  542. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_go_fuchsia.svg +0 -0
  543. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_go_gopher.svg +0 -0
  544. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_go_lightblue.svg +0 -0
  545. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_go_package.svg +0 -0
  546. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_go_white.svg +0 -0
  547. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_go_work.svg +0 -0
  548. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_go_yellow.svg +0 -0
  549. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_goctl.svg +0 -0
  550. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_godot.svg +0 -0
  551. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gpg.svg +0 -0
  552. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gradle.svg +0 -0
  553. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gradle2.svg +0 -0
  554. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_grain.svg +0 -0
  555. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_graphql.svg +0 -0
  556. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_graphql_config.svg +0 -0
  557. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_graphviz.svg +0 -0
  558. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_greenkeeper.svg +0 -0
  559. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gridsome.svg +0 -0
  560. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_groovy.svg +0 -0
  561. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_groovy2.svg +0 -0
  562. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_grunt.svg +0 -0
  563. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_gulp.svg +0 -0
  564. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_haml.svg +0 -0
  565. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_handlebars.svg +0 -0
  566. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_handlebars2.svg +0 -0
  567. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_harbour.svg +0 -0
  568. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_hardhat.svg +0 -0
  569. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_hashicorp.svg +0 -0
  570. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_haskell.svg +0 -0
  571. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_haskell2.svg +0 -0
  572. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_haxe.svg +0 -0
  573. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_haxecheckstyle.svg +0 -0
  574. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_haxedevelop.svg +0 -0
  575. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_helix.svg +0 -0
  576. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_helm.svg +0 -0
  577. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_hjson.svg +0 -0
  578. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_hlsl.svg +0 -0
  579. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_homeassistant.svg +0 -0
  580. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_horusec.svg +0 -0
  581. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_host.svg +0 -0
  582. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_html.svg +0 -0
  583. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_htmlhint.svg +0 -0
  584. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_htmlvalidate.svg +0 -0
  585. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_http.svg +0 -0
  586. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_humanstxt.svg +0 -0
  587. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_hunspell.svg +0 -0
  588. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_husky.svg +0 -0
  589. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_hy.svg +0 -0
  590. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_hygen.svg +0 -0
  591. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_hypr.svg +0 -0
  592. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_icl.svg +0 -0
  593. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_idris.svg +0 -0
  594. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_idrisbin.svg +0 -0
  595. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_idrispkg.svg +0 -0
  596. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_image.svg +0 -0
  597. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_imba.svg +0 -0
  598. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_inc.svg +0 -0
  599. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_infopath.svg +0 -0
  600. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_informix.svg +0 -0
  601. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ini.svg +0 -0
  602. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ink.svg +0 -0
  603. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_innosetup.svg +0 -0
  604. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_io.svg +0 -0
  605. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_iodine.svg +0 -0
  606. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ionic.svg +0 -0
  607. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jake.svg +0 -0
  608. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_janet.svg +0 -0
  609. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jar.svg +0 -0
  610. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jasmine.svg +0 -0
  611. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_java.svg +0 -0
  612. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jbuilder.svg +0 -0
  613. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jekyll.svg +0 -0
  614. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jenkins.svg +0 -0
  615. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jest.svg +0 -0
  616. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jest_snapshot.svg +0 -0
  617. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jinja.svg +0 -0
  618. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jpm.svg +0 -0
  619. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_js.svg +0 -0
  620. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_js_official.svg +0 -0
  621. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jsbeautify.svg +0 -0
  622. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jsconfig.svg +0 -0
  623. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jscpd.svg +0 -0
  624. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jshint.svg +0 -0
  625. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jsmap.svg +0 -0
  626. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_json.svg +0 -0
  627. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_json2.svg +0 -0
  628. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_json5.svg +0 -0
  629. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_json_official.svg +0 -0
  630. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_json_schema.svg +0 -0
  631. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jsonld.svg +0 -0
  632. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jsonnet.svg +0 -0
  633. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jsp.svg +0 -0
  634. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jsr.svg +0 -0
  635. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jss.svg +0 -0
  636. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_juice.svg +0 -0
  637. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_julia.svg +0 -0
  638. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_julia2.svg +0 -0
  639. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_jupyter.svg +0 -0
  640. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_k.svg +0 -0
  641. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_karma.svg +0 -0
  642. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_key.svg +0 -0
  643. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_kitchenci.svg +0 -0
  644. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_kite.svg +0 -0
  645. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_kivy.svg +0 -0
  646. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_knip.svg +0 -0
  647. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_kos.svg +0 -0
  648. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_kotlin.svg +0 -0
  649. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_kusto.svg +0 -0
  650. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_language_configuration.svg +0 -0
  651. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_latino.svg +0 -0
  652. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_layout.svg +0 -0
  653. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_lerna.svg +0 -0
  654. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_less.svg +0 -0
  655. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_lex.svg +0 -0
  656. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_liara.svg +0 -0
  657. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_libreoffice_base.svg +0 -0
  658. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_libreoffice_calc.svg +0 -0
  659. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_libreoffice_draw.svg +0 -0
  660. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_libreoffice_impress.svg +0 -0
  661. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_libreoffice_math.svg +0 -0
  662. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_libreoffice_writer.svg +0 -0
  663. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_license.svg +0 -0
  664. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_licensebat.svg +0 -0
  665. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_actionscript2.svg +0 -0
  666. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_ada.svg +0 -0
  667. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_apl.svg +0 -0
  668. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_astro.svg +0 -0
  669. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_astroconfig.svg +0 -0
  670. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_babel.svg +0 -0
  671. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_babel2.svg +0 -0
  672. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_cabal.svg +0 -0
  673. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_circleci.svg +0 -0
  674. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_cloudfoundry.svg +0 -0
  675. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_codacy.svg +0 -0
  676. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_codeclimate.svg +0 -0
  677. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_codeowners.svg +0 -0
  678. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_config.svg +0 -0
  679. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_crystal.svg +0 -0
  680. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_cypress.svg +0 -0
  681. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_cypress_spec.svg +0 -0
  682. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_db.svg +0 -0
  683. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_deno.svg +0 -0
  684. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_dhall.svg +0 -0
  685. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_docpad.svg +0 -0
  686. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_drone.svg +0 -0
  687. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_eas-metadata.svg +0 -0
  688. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_eleventy.svg +0 -0
  689. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_eleventy2.svg +0 -0
  690. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_esphome.svg +0 -0
  691. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_expo.svg +0 -0
  692. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_firebasehosting.svg +0 -0
  693. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_fla.svg +0 -0
  694. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_font.svg +0 -0
  695. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_gamemaker2.svg +0 -0
  696. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_gradle.svg +0 -0
  697. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_hashicorp.svg +0 -0
  698. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_hjson.svg +0 -0
  699. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_ini.svg +0 -0
  700. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_io.svg +0 -0
  701. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_js.svg +0 -0
  702. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_jsconfig.svg +0 -0
  703. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_jsmap.svg +0 -0
  704. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_json.svg +0 -0
  705. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_json5.svg +0 -0
  706. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_json_schema.svg +0 -0
  707. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_jsonld.svg +0 -0
  708. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_kite.svg +0 -0
  709. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_lerna.svg +0 -0
  710. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_mailing.svg +0 -0
  711. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_mdx-components.svg +0 -0
  712. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_mdx.svg +0 -0
  713. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_mlang.svg +0 -0
  714. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_mustache.svg +0 -0
  715. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_neo4j.svg +0 -0
  716. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_netlify.svg +0 -0
  717. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_next.svg +0 -0
  718. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_nim.svg +0 -0
  719. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_nx.svg +0 -0
  720. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_objidconfig.svg +0 -0
  721. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_openHAB.svg +0 -0
  722. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_pcl.svg +0 -0
  723. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_pnpm.svg +0 -0
  724. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_prettier.svg +0 -0
  725. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_prisma.svg +0 -0
  726. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_purescript.svg +0 -0
  727. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_quasar.svg +0 -0
  728. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_raku.svg +0 -0
  729. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_razzle.svg +0 -0
  730. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_reactrouter.svg +0 -0
  731. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_rehype.svg +0 -0
  732. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_remark.svg +0 -0
  733. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_replit.svg +0 -0
  734. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_retext.svg +0 -0
  735. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_rome.svg +0 -0
  736. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_rubocop.svg +0 -0
  737. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_rust.svg +0 -0
  738. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_rust_toolchain.svg +0 -0
  739. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_safetensors.svg +0 -0
  740. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_shaderlab.svg +0 -0
  741. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_solidity.svg +0 -0
  742. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_spin.svg +0 -0
  743. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_stylelint.svg +0 -0
  744. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_stylus.svg +0 -0
  745. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_symfony.svg +0 -0
  746. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_systemd.svg +0 -0
  747. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_systemverilog.svg +0 -0
  748. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_testcafe.svg +0 -0
  749. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_testjs.svg +0 -0
  750. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_tex.svg +0 -0
  751. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_tm.svg +0 -0
  752. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_tmux.svg +0 -0
  753. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_todo.svg +0 -0
  754. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_toit.svg +0 -0
  755. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_toml.svg +0 -0
  756. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_tree.svg +0 -0
  757. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_turbo.svg +0 -0
  758. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_unibeautify.svg +0 -0
  759. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_vash.svg +0 -0
  760. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_vercel.svg +0 -0
  761. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_vsix.svg +0 -0
  762. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_vsixmanifest.svg +0 -0
  763. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_xfl.svg +0 -0
  764. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_xorg.svg +0 -0
  765. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_yaml.svg +0 -0
  766. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_light_zeit.svg +0 -0
  767. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_lighthouse.svg +0 -0
  768. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_lilypond.svg +0 -0
  769. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_lime.svg +0 -0
  770. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_lintstagedrc.svg +0 -0
  771. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_liquid.svg +0 -0
  772. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_lisp.svg +0 -0
  773. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_livescript.svg +0 -0
  774. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_lnk.svg +0 -0
  775. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_locale.svg +0 -0
  776. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_log.svg +0 -0
  777. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_lolcode.svg +0 -0
  778. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_lsl.svg +0 -0
  779. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_lua.svg +0 -0
  780. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_luau.svg +0 -0
  781. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_lync.svg +0 -0
  782. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mailing.svg +0 -0
  783. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_makefile.svg +0 -0
  784. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_manifest.svg +0 -0
  785. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_manifest_bak.svg +0 -0
  786. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_manifest_skip.svg +0 -0
  787. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_map.svg +0 -0
  788. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mariadb.svg +0 -0
  789. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_markdown.svg +0 -0
  790. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_markdownlint.svg +0 -0
  791. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_markdownlint_ignore.svg +0 -0
  792. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_marko.svg +0 -0
  793. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_markojs.svg +0 -0
  794. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_master-co.svg +0 -0
  795. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_matlab.svg +0 -0
  796. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_maven.svg +0 -0
  797. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_maxscript.svg +0 -0
  798. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_maya.svg +0 -0
  799. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mdx-components.svg +0 -0
  800. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mdx.svg +0 -0
  801. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mediawiki.svg +0 -0
  802. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mercurial.svg +0 -0
  803. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mermaid.svg +0 -0
  804. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_meson.svg +0 -0
  805. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_meteor.svg +0 -0
  806. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_minecraft.svg +0 -0
  807. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mivascript.svg +0 -0
  808. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mjml.svg +0 -0
  809. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mlang.svg +0 -0
  810. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mocha.svg +0 -0
  811. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_modernizr.svg +0 -0
  812. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mojo.svg +0 -0
  813. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mojolicious.svg +0 -0
  814. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_moleculer.svg +0 -0
  815. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mondoo.svg +0 -0
  816. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mongo.svg +0 -0
  817. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_monotone.svg +0 -0
  818. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_motif.svg +0 -0
  819. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mson.svg +0 -0
  820. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mustache.svg +0 -0
  821. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mvt.svg +0 -0
  822. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mvtcss.svg +0 -0
  823. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mvtjs.svg +0 -0
  824. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_mysql.svg +0 -0
  825. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ndst.svg +0 -0
  826. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nearly.svg +0 -0
  827. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_neo4j.svg +0 -0
  828. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_adapter_js.svg +0 -0
  829. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_adapter_ts.svg +0 -0
  830. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_controller_js.svg +0 -0
  831. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_controller_ts.svg +0 -0
  832. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_decorator_js.svg +0 -0
  833. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_decorator_ts.svg +0 -0
  834. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_filter_js.svg +0 -0
  835. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_filter_ts.svg +0 -0
  836. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_gateway_js.svg +0 -0
  837. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_gateway_ts.svg +0 -0
  838. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_guard_js.svg +0 -0
  839. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_guard_ts.svg +0 -0
  840. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_interceptor_js.svg +0 -0
  841. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
  842. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_middleware_js.svg +0 -0
  843. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_middleware_ts.svg +0 -0
  844. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_module_js.svg +0 -0
  845. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_module_ts.svg +0 -0
  846. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_pipe_js.svg +0 -0
  847. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_pipe_ts.svg +0 -0
  848. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_service_js.svg +0 -0
  849. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nest_service_ts.svg +0 -0
  850. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nestjs.svg +0 -0
  851. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_netlify.svg +0 -0
  852. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_next.svg +0 -0
  853. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nextflow.svg +0 -0
  854. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_component_css.svg +0 -0
  855. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_component_dart.svg +0 -0
  856. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_component_html.svg +0 -0
  857. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_component_js.svg +0 -0
  858. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_component_js2.svg +0 -0
  859. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_component_less.svg +0 -0
  860. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_component_sass.svg +0 -0
  861. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_component_scss.svg +0 -0
  862. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_component_ts.svg +0 -0
  863. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_component_ts2.svg +0 -0
  864. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_controller_js.svg +0 -0
  865. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_controller_ts.svg +0 -0
  866. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_directive_dart.svg +0 -0
  867. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_directive_js.svg +0 -0
  868. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_directive_js2.svg +0 -0
  869. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_directive_ts.svg +0 -0
  870. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_directive_ts2.svg +0 -0
  871. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_guard_dart.svg +0 -0
  872. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_guard_js.svg +0 -0
  873. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_guard_ts.svg +0 -0
  874. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
  875. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_interceptor_js.svg +0 -0
  876. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
  877. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_module_dart.svg +0 -0
  878. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_module_js.svg +0 -0
  879. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_module_js2.svg +0 -0
  880. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_module_ts.svg +0 -0
  881. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_module_ts2.svg +0 -0
  882. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_pipe_dart.svg +0 -0
  883. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_pipe_js.svg +0 -0
  884. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_pipe_js2.svg +0 -0
  885. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_pipe_ts.svg +0 -0
  886. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
  887. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_routing_dart.svg +0 -0
  888. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_routing_js.svg +0 -0
  889. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_routing_js2.svg +0 -0
  890. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_routing_ts.svg +0 -0
  891. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_routing_ts2.svg +0 -0
  892. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_service_dart.svg +0 -0
  893. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_service_js.svg +0 -0
  894. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_service_js2.svg +0 -0
  895. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_service_ts.svg +0 -0
  896. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_service_ts2.svg +0 -0
  897. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
  898. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_smart_component_js.svg +0 -0
  899. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
  900. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
  901. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
  902. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ng_tailwind.svg +0 -0
  903. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nginx.svg +0 -0
  904. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nim.svg +0 -0
  905. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nimble.svg +0 -0
  906. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ninja.svg +0 -0
  907. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nix.svg +0 -0
  908. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_njsproj.svg +0 -0
  909. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_noc.svg +0 -0
  910. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_node.svg +0 -0
  911. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_node2.svg +0 -0
  912. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nodemon.svg +0 -0
  913. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_npm.svg +0 -0
  914. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nsi.svg +0 -0
  915. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nsri-integrity.svg +0 -0
  916. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nsri.svg +0 -0
  917. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nuget.svg +0 -0
  918. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_numpy.svg +0 -0
  919. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nunjucks.svg +0 -0
  920. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nuxt.svg +0 -0
  921. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nx.svg +0 -0
  922. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_nyc.svg +0 -0
  923. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_objectivec.svg +0 -0
  924. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_objectivecpp.svg +0 -0
  925. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_objidconfig.svg +0 -0
  926. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ocaml.svg +0 -0
  927. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ocaml_intf.svg +0 -0
  928. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ogone.svg +0 -0
  929. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_onenote.svg +0 -0
  930. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_openHAB.svg +0 -0
  931. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_opencl.svg +0 -0
  932. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_openscad.svg +0 -0
  933. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_org.svg +0 -0
  934. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_outlook.svg +0 -0
  935. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ovpn.svg +0 -0
  936. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_package.svg +0 -0
  937. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_paket.svg +0 -0
  938. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pandacss.svg +0 -0
  939. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_patch.svg +0 -0
  940. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pcl.svg +0 -0
  941. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pddl.svg +0 -0
  942. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pddl_happenings.svg +0 -0
  943. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pddl_plan.svg +0 -0
  944. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pdf.svg +0 -0
  945. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pdf2.svg +0 -0
  946. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pdm.svg +0 -0
  947. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_peeky.svg +0 -0
  948. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_perl.svg +0 -0
  949. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_perl2.svg +0 -0
  950. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_perl6.svg +0 -0
  951. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pgsql.svg +0 -0
  952. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_photoshop.svg +0 -0
  953. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_photoshop2.svg +0 -0
  954. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_php.svg +0 -0
  955. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_php2.svg +0 -0
  956. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_php3.svg +0 -0
  957. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_phpcsfixer.svg +0 -0
  958. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_phpstan.svg +0 -0
  959. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_phpunit.svg +0 -0
  960. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_phraseapp.svg +0 -0
  961. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pine.svg +0 -0
  962. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pip.svg +0 -0
  963. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pipeline.svg +0 -0
  964. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_plantuml.svg +0 -0
  965. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_platformio.svg +0 -0
  966. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_playwright.svg +0 -0
  967. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_plsql.svg +0 -0
  968. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_plsql_package.svg +0 -0
  969. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_plsql_package_body.svg +0 -0
  970. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_plsql_package_header.svg +0 -0
  971. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_plsql_package_spec.svg +0 -0
  972. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pm2.svg +0 -0
  973. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pnpm.svg +0 -0
  974. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_poedit.svg +0 -0
  975. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_poetry.svg +0 -0
  976. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_polymer.svg +0 -0
  977. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pony.svg +0 -0
  978. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_postcss.svg +0 -0
  979. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_postcssconfig.svg +0 -0
  980. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_postman.svg +0 -0
  981. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_powerpoint.svg +0 -0
  982. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_powerpoint2.svg +0 -0
  983. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_powershell.svg +0 -0
  984. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_powershell2.svg +0 -0
  985. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_powershell_format.svg +0 -0
  986. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_powershell_psd.svg +0 -0
  987. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_powershell_psd2.svg +0 -0
  988. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_powershell_psm.svg +0 -0
  989. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_powershell_psm2.svg +0 -0
  990. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_powershell_types.svg +0 -0
  991. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_preact.svg +0 -0
  992. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_precommit.svg +0 -0
  993. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_prettier.svg +0 -0
  994. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_prisma.svg +0 -0
  995. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_processinglang.svg +0 -0
  996. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_procfile.svg +0 -0
  997. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_progress.svg +0 -0
  998. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_prolog.svg +0 -0
  999. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_prometheus.svg +0 -0
  1000. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_protobuf.svg +0 -0
  1001. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_protractor.svg +0 -0
  1002. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_publiccode.svg +0 -0
  1003. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_publisher.svg +0 -0
  1004. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pug.svg +0 -0
  1005. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pulumi.svg +0 -0
  1006. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_puppet.svg +0 -0
  1007. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_purescript.svg +0 -0
  1008. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pyenv.svg +0 -0
  1009. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pyret.svg +0 -0
  1010. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pyscript.svg +0 -0
  1011. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_python.svg +0 -0
  1012. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pythowo.svg +0 -0
  1013. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pytyped.svg +0 -0
  1014. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_pyup.svg +0 -0
  1015. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_q.svg +0 -0
  1016. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_qbs.svg +0 -0
  1017. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_qlikview.svg +0 -0
  1018. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_qml.svg +0 -0
  1019. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_qmldir.svg +0 -0
  1020. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_qsharp.svg +0 -0
  1021. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_quasar.svg +0 -0
  1022. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_r.svg +0 -0
  1023. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ra_syntax_tree.svg +0 -0
  1024. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_racket.svg +0 -0
  1025. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rails.svg +0 -0
  1026. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rake.svg +0 -0
  1027. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_raku.svg +0 -0
  1028. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_raml.svg +0 -0
  1029. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_razor.svg +0 -0
  1030. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_razzle.svg +0 -0
  1031. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_reactjs.svg +0 -0
  1032. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_reactrouter.svg +0 -0
  1033. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_reacttemplate.svg +0 -0
  1034. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_reactts.svg +0 -0
  1035. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_reason.svg +0 -0
  1036. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_red.svg +0 -0
  1037. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_registry.svg +0 -0
  1038. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rego.svg +0 -0
  1039. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rehype.svg +0 -0
  1040. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_remark.svg +0 -0
  1041. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_renovate.svg +0 -0
  1042. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_replit.svg +0 -0
  1043. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rescript.svg +0 -0
  1044. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rest.svg +0 -0
  1045. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_retext.svg +0 -0
  1046. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rexx.svg +0 -0
  1047. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_riot.svg +0 -0
  1048. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rmd.svg +0 -0
  1049. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rnc.svg +0 -0
  1050. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_robotframework.svg +0 -0
  1051. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_robots.svg +0 -0
  1052. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rolldown.svg +0 -0
  1053. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rollup.svg +0 -0
  1054. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rome.svg +0 -0
  1055. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ron.svg +0 -0
  1056. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rproj.svg +0 -0
  1057. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rspec.svg +0 -0
  1058. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rss.svg +0 -0
  1059. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rubocop.svg +0 -0
  1060. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ruby.svg +0 -0
  1061. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rust.svg +0 -0
  1062. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_rust_toolchain.svg +0 -0
  1063. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_s-lang.svg +0 -0
  1064. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_safetensors.svg +0 -0
  1065. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sails.svg +0 -0
  1066. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_saltstack.svg +0 -0
  1067. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_san.svg +0 -0
  1068. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
  1069. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sas.svg +0 -0
  1070. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sass.svg +0 -0
  1071. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sbt.svg +0 -0
  1072. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_scala.svg +0 -0
  1073. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_scilab.svg +0 -0
  1074. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_script.svg +0 -0
  1075. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_scss.svg +0 -0
  1076. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_scss2.svg +0 -0
  1077. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sdlang.svg +0 -0
  1078. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_search_result.svg +0 -0
  1079. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sentry.svg +0 -0
  1080. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sequelize.svg +0 -0
  1081. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_serverless.svg +0 -0
  1082. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_shaderlab.svg +0 -0
  1083. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_shell.svg +0 -0
  1084. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_shellcheck.svg +0 -0
  1085. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_shuttle.svg +0 -0
  1086. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_silverstripe.svg +0 -0
  1087. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sino.svg +0 -0
  1088. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_siyuan.svg +0 -0
  1089. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sketch.svg +0 -0
  1090. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_skipper.svg +0 -0
  1091. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_slang.svg +0 -0
  1092. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_slashup.svg +0 -0
  1093. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_slice.svg +0 -0
  1094. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_slim.svg +0 -0
  1095. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_slint.svg +0 -0
  1096. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sln.svg +0 -0
  1097. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sln2.svg +0 -0
  1098. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_smarty.svg +0 -0
  1099. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_snakemake.svg +0 -0
  1100. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_snapcraft.svg +0 -0
  1101. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_snaplet.svg +0 -0
  1102. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_snort.svg +0 -0
  1103. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_snyk.svg +0 -0
  1104. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_solidarity.svg +0 -0
  1105. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_solidity.svg +0 -0
  1106. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_source.svg +0 -0
  1107. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_spacengine.svg +0 -0
  1108. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sparql.svg +0 -0
  1109. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_spin.svg +0 -0
  1110. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sqf.svg +0 -0
  1111. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sql.svg +0 -0
  1112. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sqlite.svg +0 -0
  1113. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_squirrel.svg +0 -0
  1114. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sss.svg +0 -0
  1115. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sst.svg +0 -0
  1116. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_stan.svg +0 -0
  1117. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_stata.svg +0 -0
  1118. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_stencil.svg +0 -0
  1119. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_storyboard.svg +0 -0
  1120. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_storybook.svg +0 -0
  1121. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_stryker.svg +0 -0
  1122. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_stylable.svg +0 -0
  1123. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_style.svg +0 -0
  1124. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_styled.svg +0 -0
  1125. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_stylelint.svg +0 -0
  1126. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_stylish_haskell.svg +0 -0
  1127. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_stylus.svg +0 -0
  1128. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_sublime.svg +0 -0
  1129. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_subversion.svg +0 -0
  1130. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_svelte.svg +0 -0
  1131. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_svelteconfig.svg +0 -0
  1132. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_svg.svg +0 -0
  1133. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_svgo.svg +0 -0
  1134. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_swagger.svg +0 -0
  1135. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_swc.svg +0 -0
  1136. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_swift.svg +0 -0
  1137. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_swig.svg +0 -0
  1138. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_symfony.svg +0 -0
  1139. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_systemd.svg +0 -0
  1140. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_systemverilog.svg +0 -0
  1141. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_t4tt.svg +0 -0
  1142. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tailwind.svg +0 -0
  1143. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tamagui.svg +0 -0
  1144. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_taskfile.svg +0 -0
  1145. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tauri.svg +0 -0
  1146. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tcl.svg +0 -0
  1147. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_teal.svg +0 -0
  1148. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_templ.svg +0 -0
  1149. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tera.svg +0 -0
  1150. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_terraform.svg +0 -0
  1151. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_test.svg +0 -0
  1152. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_testcafe.svg +0 -0
  1153. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_testjs.svg +0 -0
  1154. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_testplane.svg +0 -0
  1155. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_testts.svg +0 -0
  1156. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tex.svg +0 -0
  1157. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_text.svg +0 -0
  1158. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_textile.svg +0 -0
  1159. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tfs.svg +0 -0
  1160. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tiltfile.svg +0 -0
  1161. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tm.svg +0 -0
  1162. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tmux.svg +0 -0
  1163. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_todo.svg +0 -0
  1164. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_toit.svg +0 -0
  1165. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_toml.svg +0 -0
  1166. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tox.svg +0 -0
  1167. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_travis.svg +0 -0
  1168. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tree.svg +0 -0
  1169. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tres.svg +0 -0
  1170. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_truffle.svg +0 -0
  1171. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_trunk.svg +0 -0
  1172. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tsbuildinfo.svg +0 -0
  1173. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tscn.svg +0 -0
  1174. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tsconfig.svg +0 -0
  1175. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tsconfig_official.svg +0 -0
  1176. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tslint.svg +0 -0
  1177. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tt.svg +0 -0
  1178. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_ttcn.svg +0 -0
  1179. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_tuc.svg +0 -0
  1180. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_turbo.svg +0 -0
  1181. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_twig.svg +0 -0
  1182. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_typedoc.svg +0 -0
  1183. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_typescript.svg +0 -0
  1184. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_typescript_official.svg +0 -0
  1185. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_typescriptdef.svg +0 -0
  1186. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_typescriptdef_official.svg +0 -0
  1187. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_typo3.svg +0 -0
  1188. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_uiua.svg +0 -0
  1189. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_unibeautify.svg +0 -0
  1190. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_unison.svg +0 -0
  1191. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_unlicense.svg +0 -0
  1192. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_unocss.svg +0 -0
  1193. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vagrant.svg +0 -0
  1194. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vala.svg +0 -0
  1195. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vanilla_extract.svg +0 -0
  1196. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vapi.svg +0 -0
  1197. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vapor.svg +0 -0
  1198. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vash.svg +0 -0
  1199. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vb.svg +0 -0
  1200. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vba.svg +0 -0
  1201. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vbhtml.svg +0 -0
  1202. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vbproj.svg +0 -0
  1203. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vcxproj.svg +0 -0
  1204. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_velocity.svg +0 -0
  1205. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vento.svg +0 -0
  1206. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vercel.svg +0 -0
  1207. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_verilog.svg +0 -0
  1208. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vhdl.svg +0 -0
  1209. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_video.svg +0 -0
  1210. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_view.svg +0 -0
  1211. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vim.svg +0 -0
  1212. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vite.svg +0 -0
  1213. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vitest.svg +0 -0
  1214. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vlang.svg +0 -0
  1215. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_volt.svg +0 -0
  1216. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vscode-insiders.svg +0 -0
  1217. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vscode.svg +0 -0
  1218. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vscode2.svg +0 -0
  1219. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vscode3.svg +0 -0
  1220. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vscode_test.svg +0 -0
  1221. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vsix.svg +0 -0
  1222. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vsixmanifest.svg +0 -0
  1223. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vue.svg +0 -0
  1224. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vueconfig.svg +0 -0
  1225. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_vyper.svg +0 -0
  1226. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wallaby.svg +0 -0
  1227. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wally.svg +0 -0
  1228. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wasm.svg +0 -0
  1229. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_watchmanconfig.svg +0 -0
  1230. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wdio.svg +0 -0
  1231. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_webpack.svg +0 -0
  1232. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wenyan.svg +0 -0
  1233. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wercker.svg +0 -0
  1234. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wgsl.svg +0 -0
  1235. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wikitext.svg +0 -0
  1236. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_windi.svg +0 -0
  1237. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wit.svg +0 -0
  1238. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wolfram.svg +0 -0
  1239. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_word.svg +0 -0
  1240. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_word2.svg +0 -0
  1241. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wpml.svg +0 -0
  1242. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wurst.svg +0 -0
  1243. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wxml.svg +0 -0
  1244. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wxss.svg +0 -0
  1245. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_wxt.svg +0 -0
  1246. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_xcode.svg +0 -0
  1247. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_xfl.svg +0 -0
  1248. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_xib.svg +0 -0
  1249. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_xliff.svg +0 -0
  1250. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_xmake.svg +0 -0
  1251. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_xml.svg +0 -0
  1252. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_xo.svg +0 -0
  1253. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_xorg.svg +0 -0
  1254. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_xquery.svg +0 -0
  1255. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_xsl.svg +0 -0
  1256. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_yacc.svg +0 -0
  1257. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_yaml.svg +0 -0
  1258. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_yamllint.svg +0 -0
  1259. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_yandex.svg +0 -0
  1260. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_yang.svg +0 -0
  1261. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_yarn.svg +0 -0
  1262. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_yeoman.svg +0 -0
  1263. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_zeit.svg +0 -0
  1264. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_zig.svg +0 -0
  1265. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_zip.svg +0 -0
  1266. /package/static/{85b69da → 06fb1fd}/file-icons/file_type_zip2.svg +0 -0
  1267. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_android.svg +0 -0
  1268. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_android_opened.svg +0 -0
  1269. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_api.svg +0 -0
  1270. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_api_opened.svg +0 -0
  1271. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_app.svg +0 -0
  1272. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_app_opened.svg +0 -0
  1273. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_arangodb.svg +0 -0
  1274. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_arangodb_opened.svg +0 -0
  1275. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_asset.svg +0 -0
  1276. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_asset_opened.svg +0 -0
  1277. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_audio.svg +0 -0
  1278. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_audio_opened.svg +0 -0
  1279. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_aurelia.svg +0 -0
  1280. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_aurelia_opened.svg +0 -0
  1281. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_aws.svg +0 -0
  1282. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_aws_opened.svg +0 -0
  1283. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_azure.svg +0 -0
  1284. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_azure_opened.svg +0 -0
  1285. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_azurepipelines.svg +0 -0
  1286. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
  1287. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_binary.svg +0 -0
  1288. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_binary_opened.svg +0 -0
  1289. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_bloc.svg +0 -0
  1290. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_bloc_opened.svg +0 -0
  1291. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_blueprint.svg +0 -0
  1292. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_blueprint_opened.svg +0 -0
  1293. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_bot.svg +0 -0
  1294. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_bot_opened.svg +0 -0
  1295. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_bower.svg +0 -0
  1296. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_bower_opened.svg +0 -0
  1297. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_buildkite.svg +0 -0
  1298. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_buildkite_opened.svg +0 -0
  1299. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_cake.svg +0 -0
  1300. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_cake_opened.svg +0 -0
  1301. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_certificate.svg +0 -0
  1302. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_certificate_opened.svg +0 -0
  1303. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_changesets.svg +0 -0
  1304. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_changesets_opened.svg +0 -0
  1305. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_chef.svg +0 -0
  1306. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_chef_opened.svg +0 -0
  1307. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_circleci.svg +0 -0
  1308. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_circleci_opened.svg +0 -0
  1309. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_cli.svg +0 -0
  1310. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_cli_opened.svg +0 -0
  1311. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_client.svg +0 -0
  1312. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_client_opened.svg +0 -0
  1313. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_cmake.svg +0 -0
  1314. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_cmake_opened.svg +0 -0
  1315. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_common.svg +0 -0
  1316. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_common_opened.svg +0 -0
  1317. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_component.svg +0 -0
  1318. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_component_opened.svg +0 -0
  1319. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_composer.svg +0 -0
  1320. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_composer_opened.svg +0 -0
  1321. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_config.svg +0 -0
  1322. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_config_opened.svg +0 -0
  1323. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_controller.svg +0 -0
  1324. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_controller_opened.svg +0 -0
  1325. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_coverage.svg +0 -0
  1326. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_coverage_opened.svg +0 -0
  1327. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_css.svg +0 -0
  1328. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_css_opened.svg +0 -0
  1329. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_cubit.svg +0 -0
  1330. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_cubit_opened.svg +0 -0
  1331. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_cypress.svg +0 -0
  1332. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_cypress_opened.svg +0 -0
  1333. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_dapr.svg +0 -0
  1334. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_dapr_opened.svg +0 -0
  1335. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_datadog.svg +0 -0
  1336. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_datadog_opened.svg +0 -0
  1337. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_db.svg +0 -0
  1338. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_db_opened.svg +0 -0
  1339. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_debian.svg +0 -0
  1340. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_debian_opened.svg +0 -0
  1341. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_dependabot.svg +0 -0
  1342. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_dependabot_opened.svg +0 -0
  1343. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_devcontainer.svg +0 -0
  1344. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_devcontainer_opened.svg +0 -0
  1345. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_dist.svg +0 -0
  1346. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_dist_opened.svg +0 -0
  1347. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_docker.svg +0 -0
  1348. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_docker_opened.svg +0 -0
  1349. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_docs.svg +0 -0
  1350. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_docs_opened.svg +0 -0
  1351. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_e2e.svg +0 -0
  1352. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_e2e_opened.svg +0 -0
  1353. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
  1354. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
  1355. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_electron.svg +0 -0
  1356. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_electron_opened.svg +0 -0
  1357. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_expo.svg +0 -0
  1358. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_expo_opened.svg +0 -0
  1359. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_favicon.svg +0 -0
  1360. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_favicon_opened.svg +0 -0
  1361. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_flow.svg +0 -0
  1362. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_flow_opened.svg +0 -0
  1363. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_fonts.svg +0 -0
  1364. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_fonts_opened.svg +0 -0
  1365. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_frontcommerce.svg +0 -0
  1366. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
  1367. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_gcp.svg +0 -0
  1368. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_gcp_opened.svg +0 -0
  1369. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_git.svg +0 -0
  1370. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_git_opened.svg +0 -0
  1371. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_github.svg +0 -0
  1372. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_github_opened.svg +0 -0
  1373. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_gitlab.svg +0 -0
  1374. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_gitlab_opened.svg +0 -0
  1375. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_gradle.svg +0 -0
  1376. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_gradle_opened.svg +0 -0
  1377. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_graphql.svg +0 -0
  1378. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_graphql_opened.svg +0 -0
  1379. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_grunt.svg +0 -0
  1380. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_grunt_opened.svg +0 -0
  1381. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_gulp.svg +0 -0
  1382. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_gulp_opened.svg +0 -0
  1383. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_haxelib.svg +0 -0
  1384. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_haxelib_opened.svg +0 -0
  1385. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_helper.svg +0 -0
  1386. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_helper_opened.svg +0 -0
  1387. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_hook.svg +0 -0
  1388. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_hook_opened.svg +0 -0
  1389. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_husky.svg +0 -0
  1390. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_husky_opened.svg +0 -0
  1391. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_idea.svg +0 -0
  1392. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_idea_opened.svg +0 -0
  1393. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_images.svg +0 -0
  1394. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_images_opened.svg +0 -0
  1395. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_include.svg +0 -0
  1396. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_include_opened.svg +0 -0
  1397. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_interfaces.svg +0 -0
  1398. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_interfaces_opened.svg +0 -0
  1399. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_ios.svg +0 -0
  1400. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_ios_opened.svg +0 -0
  1401. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_js.svg +0 -0
  1402. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_js_opened.svg +0 -0
  1403. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_json.svg +0 -0
  1404. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_json_official.svg +0 -0
  1405. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_json_official_opened.svg +0 -0
  1406. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_json_opened.svg +0 -0
  1407. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_kubernetes.svg +0 -0
  1408. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_kubernetes_opened.svg +0 -0
  1409. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_less.svg +0 -0
  1410. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_less_opened.svg +0 -0
  1411. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_library.svg +0 -0
  1412. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_library_opened.svg +0 -0
  1413. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_cypress.svg +0 -0
  1414. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_cypress_opened.svg +0 -0
  1415. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_electron.svg +0 -0
  1416. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_electron_opened.svg +0 -0
  1417. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_expo.svg +0 -0
  1418. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_expo_opened.svg +0 -0
  1419. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_fonts.svg +0 -0
  1420. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_fonts_opened.svg +0 -0
  1421. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_gradle.svg +0 -0
  1422. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_gradle_opened.svg +0 -0
  1423. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_meteor.svg +0 -0
  1424. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_meteor_opened.svg +0 -0
  1425. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_mysql.svg +0 -0
  1426. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_mysql_opened.svg +0 -0
  1427. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_node.svg +0 -0
  1428. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_node_opened.svg +0 -0
  1429. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_redux.svg +0 -0
  1430. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_redux_opened.svg +0 -0
  1431. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_sass.svg +0 -0
  1432. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_light_sass_opened.svg +0 -0
  1433. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_linux.svg +0 -0
  1434. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_linux_opened.svg +0 -0
  1435. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_locale.svg +0 -0
  1436. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_locale_opened.svg +0 -0
  1437. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_log.svg +0 -0
  1438. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_log_opened.svg +0 -0
  1439. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_macos.svg +0 -0
  1440. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_macos_opened.svg +0 -0
  1441. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mariadb.svg +0 -0
  1442. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mariadb_opened.svg +0 -0
  1443. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_maven.svg +0 -0
  1444. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_maven_opened.svg +0 -0
  1445. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mediawiki.svg +0 -0
  1446. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mediawiki_opened.svg +0 -0
  1447. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_memcached.svg +0 -0
  1448. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_memcached_opened.svg +0 -0
  1449. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_meteor.svg +0 -0
  1450. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_meteor_opened.svg +0 -0
  1451. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_middleware.svg +0 -0
  1452. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_middleware_opened.svg +0 -0
  1453. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_minecraft.svg +0 -0
  1454. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_minecraft_opened.svg +0 -0
  1455. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_minikube.svg +0 -0
  1456. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_minikube_opened.svg +0 -0
  1457. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mjml.svg +0 -0
  1458. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mjml_opened.svg +0 -0
  1459. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mock.svg +0 -0
  1460. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mock_opened.svg +0 -0
  1461. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_model.svg +0 -0
  1462. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_model_opened.svg +0 -0
  1463. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_module.svg +0 -0
  1464. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_module_opened.svg +0 -0
  1465. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mojo.svg +0 -0
  1466. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mojo_opened.svg +0 -0
  1467. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mongodb.svg +0 -0
  1468. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mongodb_opened.svg +0 -0
  1469. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mysql.svg +0 -0
  1470. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_mysql_opened.svg +0 -0
  1471. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_next.svg +0 -0
  1472. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_next_opened.svg +0 -0
  1473. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_nginx.svg +0 -0
  1474. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_nginx_opened.svg +0 -0
  1475. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_nix.svg +0 -0
  1476. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_nix_opened.svg +0 -0
  1477. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_node.svg +0 -0
  1478. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_node_opened.svg +0 -0
  1479. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_notebooks.svg +0 -0
  1480. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_notebooks_opened.svg +0 -0
  1481. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_notification.svg +0 -0
  1482. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_notification_opened.svg +0 -0
  1483. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_nuget.svg +0 -0
  1484. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_nuget_opened.svg +0 -0
  1485. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_nuxt.svg +0 -0
  1486. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_nuxt_opened.svg +0 -0
  1487. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_package.svg +0 -0
  1488. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_package_opened.svg +0 -0
  1489. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_paket.svg +0 -0
  1490. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_paket_opened.svg +0 -0
  1491. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_php.svg +0 -0
  1492. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_php_opened.svg +0 -0
  1493. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_platformio.svg +0 -0
  1494. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_platformio_opened.svg +0 -0
  1495. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_plugin.svg +0 -0
  1496. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_plugin_opened.svg +0 -0
  1497. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_prisma.svg +0 -0
  1498. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_prisma_opened.svg +0 -0
  1499. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_private.svg +0 -0
  1500. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_private_opened.svg +0 -0
  1501. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_public.svg +0 -0
  1502. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_public_opened.svg +0 -0
  1503. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_python.svg +0 -0
  1504. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_python_opened.svg +0 -0
  1505. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_ravendb.svg +0 -0
  1506. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_ravendb_opened.svg +0 -0
  1507. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_redis.svg +0 -0
  1508. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_redis_opened.svg +0 -0
  1509. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_redux.svg +0 -0
  1510. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_redux_opened.svg +0 -0
  1511. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_route.svg +0 -0
  1512. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_route_opened.svg +0 -0
  1513. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_sass.svg +0 -0
  1514. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_sass_opened.svg +0 -0
  1515. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_script.svg +0 -0
  1516. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_script_opened.svg +0 -0
  1517. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_server.svg +0 -0
  1518. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_server_opened.svg +0 -0
  1519. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_services.svg +0 -0
  1520. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_services_opened.svg +0 -0
  1521. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_shared.svg +0 -0
  1522. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_shared_opened.svg +0 -0
  1523. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_snaplet.svg +0 -0
  1524. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_snaplet_opened.svg +0 -0
  1525. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_spin.svg +0 -0
  1526. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_spin_opened.svg +0 -0
  1527. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_src.svg +0 -0
  1528. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_src_opened.svg +0 -0
  1529. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_sso.svg +0 -0
  1530. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_sso_opened.svg +0 -0
  1531. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_story.svg +0 -0
  1532. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_story_opened.svg +0 -0
  1533. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_style.svg +0 -0
  1534. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_style_opened.svg +0 -0
  1535. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_supabase.svg +0 -0
  1536. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_supabase_opened.svg +0 -0
  1537. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_svelte.svg +0 -0
  1538. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_svelte_opened.svg +0 -0
  1539. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_tauri.svg +0 -0
  1540. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_tauri_opened.svg +0 -0
  1541. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_temp.svg +0 -0
  1542. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_temp_opened.svg +0 -0
  1543. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_template.svg +0 -0
  1544. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_template_opened.svg +0 -0
  1545. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_test.svg +0 -0
  1546. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_test_opened.svg +0 -0
  1547. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_theme.svg +0 -0
  1548. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_theme_opened.svg +0 -0
  1549. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_tools.svg +0 -0
  1550. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_tools_opened.svg +0 -0
  1551. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_travis.svg +0 -0
  1552. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_travis_opened.svg +0 -0
  1553. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_trunk.svg +0 -0
  1554. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_trunk_opened.svg +0 -0
  1555. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_turbo.svg +0 -0
  1556. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_turbo_opened.svg +0 -0
  1557. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_typescript.svg +0 -0
  1558. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_typescript_opened.svg +0 -0
  1559. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_typings.svg +0 -0
  1560. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_typings2.svg +0 -0
  1561. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_typings2_opened.svg +0 -0
  1562. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_typings_opened.svg +0 -0
  1563. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vagrant.svg +0 -0
  1564. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vagrant_opened.svg +0 -0
  1565. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vercel.svg +0 -0
  1566. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vercel_opened.svg +0 -0
  1567. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_video.svg +0 -0
  1568. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_video_opened.svg +0 -0
  1569. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_view.svg +0 -0
  1570. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_view_opened.svg +0 -0
  1571. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vs.svg +0 -0
  1572. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vs2.svg +0 -0
  1573. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vs2_opened.svg +0 -0
  1574. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vs_opened.svg +0 -0
  1575. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vscode.svg +0 -0
  1576. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vscode2.svg +0 -0
  1577. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vscode2_opened.svg +0 -0
  1578. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vscode3.svg +0 -0
  1579. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vscode3_opened.svg +0 -0
  1580. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vscode_opened.svg +0 -0
  1581. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vscode_test.svg +0 -0
  1582. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vscode_test2.svg +0 -0
  1583. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
  1584. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vscode_test3.svg +0 -0
  1585. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
  1586. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_vscode_test_opened.svg +0 -0
  1587. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_webpack.svg +0 -0
  1588. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_webpack_opened.svg +0 -0
  1589. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_windows.svg +0 -0
  1590. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_windows_opened.svg +0 -0
  1591. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_wit.svg +0 -0
  1592. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_wit_opened.svg +0 -0
  1593. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_www.svg +0 -0
  1594. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_www_opened.svg +0 -0
  1595. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_yarn.svg +0 -0
  1596. /package/static/{85b69da → 06fb1fd}/file-icons/folder_type_yarn_opened.svg +0 -0
  1597. /package/static/{85b69da → 06fb1fd}/fonts/FiraCode-VariableFont.ttf +0 -0
  1598. /package/static/{85b69da → 06fb1fd}/icons/add.svg +0 -0
  1599. /package/static/{85b69da → 06fb1fd}/icons/arrow-down.svg +0 -0
  1600. /package/static/{85b69da → 06fb1fd}/icons/arrow-left.svg +0 -0
  1601. /package/static/{85b69da → 06fb1fd}/icons/arrow-right.svg +0 -0
  1602. /package/static/{85b69da → 06fb1fd}/icons/arrow-up.svg +0 -0
  1603. /package/static/{85b69da → 06fb1fd}/icons/blank.svg +0 -0
  1604. /package/static/{85b69da → 06fb1fd}/icons/book.svg +0 -0
  1605. /package/static/{85b69da → 06fb1fd}/icons/case-sensitive.svg +0 -0
  1606. /package/static/{85b69da → 06fb1fd}/icons/check.svg +0 -0
  1607. /package/static/{85b69da → 06fb1fd}/icons/chevron-down.svg +0 -0
  1608. /package/static/{85b69da → 06fb1fd}/icons/chevron-left.svg +0 -0
  1609. /package/static/{85b69da → 06fb1fd}/icons/chevron-right.svg +0 -0
  1610. /package/static/{85b69da → 06fb1fd}/icons/chevron-up.svg +0 -0
  1611. /package/static/{85b69da → 06fb1fd}/icons/chrome-close.svg +0 -0
  1612. /package/static/{85b69da → 06fb1fd}/icons/chrome-maximize.svg +0 -0
  1613. /package/static/{85b69da → 06fb1fd}/icons/chrome-minimize.svg +0 -0
  1614. /package/static/{85b69da → 06fb1fd}/icons/chrome-restore.svg +0 -0
  1615. /package/static/{85b69da → 06fb1fd}/icons/circle-filled.svg +0 -0
  1616. /package/static/{85b69da → 06fb1fd}/icons/clear-all.svg +0 -0
  1617. /package/static/{85b69da → 06fb1fd}/icons/close.svg +0 -0
  1618. /package/static/{85b69da → 06fb1fd}/icons/cloud.svg +0 -0
  1619. /package/static/{85b69da → 06fb1fd}/icons/collapse-all.svg +0 -0
  1620. /package/static/{85b69da → 06fb1fd}/icons/debug-all.svg +0 -0
  1621. /package/static/{85b69da → 06fb1fd}/icons/debug-alt-2.svg +0 -0
  1622. /package/static/{85b69da → 06fb1fd}/icons/debug-alt-small.svg +0 -0
  1623. /package/static/{85b69da → 06fb1fd}/icons/debug-alt.svg +0 -0
  1624. /package/static/{85b69da → 06fb1fd}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
  1625. /package/static/{85b69da → 06fb1fd}/icons/debug-breakpoint-conditional.svg +0 -0
  1626. /package/static/{85b69da → 06fb1fd}/icons/debug-breakpoint-data-unverified.svg +0 -0
  1627. /package/static/{85b69da → 06fb1fd}/icons/debug-breakpoint-data.svg +0 -0
  1628. /package/static/{85b69da → 06fb1fd}/icons/debug-breakpoint-function-unverified.svg +0 -0
  1629. /package/static/{85b69da → 06fb1fd}/icons/debug-breakpoint-function.svg +0 -0
  1630. /package/static/{85b69da → 06fb1fd}/icons/debug-breakpoint-log-unverified.svg +0 -0
  1631. /package/static/{85b69da → 06fb1fd}/icons/debug-breakpoint-log.svg +0 -0
  1632. /package/static/{85b69da → 06fb1fd}/icons/debug-breakpoint-unsupported.svg +0 -0
  1633. /package/static/{85b69da → 06fb1fd}/icons/debug-console.svg +0 -0
  1634. /package/static/{85b69da → 06fb1fd}/icons/debug-continue-small.svg +0 -0
  1635. /package/static/{85b69da → 06fb1fd}/icons/debug-continue.svg +0 -0
  1636. /package/static/{85b69da → 06fb1fd}/icons/debug-coverage.svg +0 -0
  1637. /package/static/{85b69da → 06fb1fd}/icons/debug-disconnect.svg +0 -0
  1638. /package/static/{85b69da → 06fb1fd}/icons/debug-line-by-line.svg +0 -0
  1639. /package/static/{85b69da → 06fb1fd}/icons/debug-pause.svg +0 -0
  1640. /package/static/{85b69da → 06fb1fd}/icons/debug-rerun.svg +0 -0
  1641. /package/static/{85b69da → 06fb1fd}/icons/debug-restart-frame.svg +0 -0
  1642. /package/static/{85b69da → 06fb1fd}/icons/debug-restart.svg +0 -0
  1643. /package/static/{85b69da → 06fb1fd}/icons/debug-reverse-continue.svg +0 -0
  1644. /package/static/{85b69da → 06fb1fd}/icons/debug-stackframe-active.svg +0 -0
  1645. /package/static/{85b69da → 06fb1fd}/icons/debug-stackframe.svg +0 -0
  1646. /package/static/{85b69da → 06fb1fd}/icons/debug-start.svg +0 -0
  1647. /package/static/{85b69da → 06fb1fd}/icons/debug-step-back.svg +0 -0
  1648. /package/static/{85b69da → 06fb1fd}/icons/debug-step-into.svg +0 -0
  1649. /package/static/{85b69da → 06fb1fd}/icons/debug-step-out.svg +0 -0
  1650. /package/static/{85b69da → 06fb1fd}/icons/debug-step-over.svg +0 -0
  1651. /package/static/{85b69da → 06fb1fd}/icons/debug-stop.svg +0 -0
  1652. /package/static/{85b69da → 06fb1fd}/icons/debug.svg +0 -0
  1653. /package/static/{85b69da → 06fb1fd}/icons/discard.svg +0 -0
  1654. /package/static/{85b69da → 06fb1fd}/icons/edit.svg +0 -0
  1655. /package/static/{85b69da → 06fb1fd}/icons/ellipsis.svg +0 -0
  1656. /package/static/{85b69da → 06fb1fd}/icons/error.svg +0 -0
  1657. /package/static/{85b69da → 06fb1fd}/icons/exclude.svg +0 -0
  1658. /package/static/{85b69da → 06fb1fd}/icons/extensionDefaultIcon.png +0 -0
  1659. /package/static/{85b69da → 06fb1fd}/icons/extensions.svg +0 -0
  1660. /package/static/{85b69da → 06fb1fd}/icons/files.svg +0 -0
  1661. /package/static/{85b69da → 06fb1fd}/icons/filter.svg +0 -0
  1662. /package/static/{85b69da → 06fb1fd}/icons/go-to-file.svg +0 -0
  1663. /package/static/{85b69da → 06fb1fd}/icons/icon-close.svg +0 -0
  1664. /package/static/{85b69da → 06fb1fd}/icons/icon-source-control.svg +0 -0
  1665. /package/static/{85b69da → 06fb1fd}/icons/icon-sync.svg +0 -0
  1666. /package/static/{85b69da → 06fb1fd}/icons/icon.png +0 -0
  1667. /package/static/{85b69da → 06fb1fd}/icons/icon.svg +0 -0
  1668. /package/static/{85b69da → 06fb1fd}/icons/info.svg +0 -0
  1669. /package/static/{85b69da → 06fb1fd}/icons/language-icon.svg +0 -0
  1670. /package/static/{85b69da → 06fb1fd}/icons/link-external.svg +0 -0
  1671. /package/static/{85b69da → 06fb1fd}/icons/list-flat.svg +0 -0
  1672. /package/static/{85b69da → 06fb1fd}/icons/list-tree.svg +0 -0
  1673. /package/static/{85b69da → 06fb1fd}/icons/new-file.svg +0 -0
  1674. /package/static/{85b69da → 06fb1fd}/icons/new-folder.svg +0 -0
  1675. /package/static/{85b69da → 06fb1fd}/icons/newline.svg +0 -0
  1676. /package/static/{85b69da → 06fb1fd}/icons/open-preview.svg +0 -0
  1677. /package/static/{85b69da → 06fb1fd}/icons/play.svg +0 -0
  1678. /package/static/{85b69da → 06fb1fd}/icons/preserve-case.svg +0 -0
  1679. /package/static/{85b69da → 06fb1fd}/icons/progress.svg +0 -0
  1680. /package/static/{85b69da → 06fb1fd}/icons/pwa-icon-192.png +0 -0
  1681. /package/static/{85b69da → 06fb1fd}/icons/pwa-icon-512.png +0 -0
  1682. /package/static/{85b69da → 06fb1fd}/icons/record-keys.svg +0 -0
  1683. /package/static/{85b69da → 06fb1fd}/icons/refresh.svg +0 -0
  1684. /package/static/{85b69da → 06fb1fd}/icons/regex.svg +0 -0
  1685. /package/static/{85b69da → 06fb1fd}/icons/remove.svg +0 -0
  1686. /package/static/{85b69da → 06fb1fd}/icons/replace-all.svg +0 -0
  1687. /package/static/{85b69da → 06fb1fd}/icons/replace.svg +0 -0
  1688. /package/static/{85b69da → 06fb1fd}/icons/run-all.svg +0 -0
  1689. /package/static/{85b69da → 06fb1fd}/icons/search.svg +0 -0
  1690. /package/static/{85b69da → 06fb1fd}/icons/settings-gear.svg +0 -0
  1691. /package/static/{85b69da → 06fb1fd}/icons/source-control.svg +0 -0
  1692. /package/static/{85b69da → 06fb1fd}/icons/split-horizontal.svg +0 -0
  1693. /package/static/{85b69da → 06fb1fd}/icons/squiggly-error.svg +0 -0
  1694. /package/static/{85b69da → 06fb1fd}/icons/squiggly-warning.svg +0 -0
  1695. /package/static/{85b69da → 06fb1fd}/icons/symbol-array.svg +0 -0
  1696. /package/static/{85b69da → 06fb1fd}/icons/symbol-boolean.svg +0 -0
  1697. /package/static/{85b69da → 06fb1fd}/icons/symbol-class.svg +0 -0
  1698. /package/static/{85b69da → 06fb1fd}/icons/symbol-color.svg +0 -0
  1699. /package/static/{85b69da → 06fb1fd}/icons/symbol-constant.svg +0 -0
  1700. /package/static/{85b69da → 06fb1fd}/icons/symbol-enum-member.svg +0 -0
  1701. /package/static/{85b69da → 06fb1fd}/icons/symbol-enum.svg +0 -0
  1702. /package/static/{85b69da → 06fb1fd}/icons/symbol-event.svg +0 -0
  1703. /package/static/{85b69da → 06fb1fd}/icons/symbol-field.svg +0 -0
  1704. /package/static/{85b69da → 06fb1fd}/icons/symbol-file.svg +0 -0
  1705. /package/static/{85b69da → 06fb1fd}/icons/symbol-interface.svg +0 -0
  1706. /package/static/{85b69da → 06fb1fd}/icons/symbol-key.svg +0 -0
  1707. /package/static/{85b69da → 06fb1fd}/icons/symbol-keyword.svg +0 -0
  1708. /package/static/{85b69da → 06fb1fd}/icons/symbol-method.svg +0 -0
  1709. /package/static/{85b69da → 06fb1fd}/icons/symbol-misc.svg +0 -0
  1710. /package/static/{85b69da → 06fb1fd}/icons/symbol-namespace.svg +0 -0
  1711. /package/static/{85b69da → 06fb1fd}/icons/symbol-numeric.svg +0 -0
  1712. /package/static/{85b69da → 06fb1fd}/icons/symbol-operator.svg +0 -0
  1713. /package/static/{85b69da → 06fb1fd}/icons/symbol-parameter.svg +0 -0
  1714. /package/static/{85b69da → 06fb1fd}/icons/symbol-property.svg +0 -0
  1715. /package/static/{85b69da → 06fb1fd}/icons/symbol-ruler.svg +0 -0
  1716. /package/static/{85b69da → 06fb1fd}/icons/symbol-snippet.svg +0 -0
  1717. /package/static/{85b69da → 06fb1fd}/icons/symbol-string.svg +0 -0
  1718. /package/static/{85b69da → 06fb1fd}/icons/symbol-structure.svg +0 -0
  1719. /package/static/{85b69da → 06fb1fd}/icons/symbol-variable.svg +0 -0
  1720. /package/static/{85b69da → 06fb1fd}/icons/tag.svg +0 -0
  1721. /package/static/{85b69da → 06fb1fd}/icons/terminal-bash.svg +0 -0
  1722. /package/static/{85b69da → 06fb1fd}/icons/terminal.svg +0 -0
  1723. /package/static/{85b69da → 06fb1fd}/icons/theme-icon.png +0 -0
  1724. /package/static/{85b69da → 06fb1fd}/icons/trash.svg +0 -0
  1725. /package/static/{85b69da → 06fb1fd}/icons/triangle-down.svg +0 -0
  1726. /package/static/{85b69da → 06fb1fd}/icons/triangle-left.svg +0 -0
  1727. /package/static/{85b69da → 06fb1fd}/icons/triangle-right.svg +0 -0
  1728. /package/static/{85b69da → 06fb1fd}/icons/triangle-up.svg +0 -0
  1729. /package/static/{85b69da → 06fb1fd}/icons/warning.svg +0 -0
  1730. /package/static/{85b69da → 06fb1fd}/icons/whole-word.svg +0 -0
  1731. /package/static/{85b69da → 06fb1fd}/icons/zoom-in.svg +0 -0
  1732. /package/static/{85b69da → 06fb1fd}/icons/zoom-out.svg +0 -0
  1733. /package/static/{85b69da → 06fb1fd}/js/babel-parser.js +0 -0
  1734. /package/static/{85b69da → 06fb1fd}/js/blob-util.js +0 -0
  1735. /package/static/{85b69da → 06fb1fd}/js/ky.js +0 -0
  1736. /package/static/{85b69da → 06fb1fd}/js/lvce-editor-import-script.js +0 -0
  1737. /package/static/{85b69da → 06fb1fd}/js/lvce-editor-ipc.js +0 -0
  1738. /package/static/{85b69da → 06fb1fd}/js/lvce-editor-json-rpc.js +0 -0
  1739. /package/static/{85b69da → 06fb1fd}/js/lvce-editor-verror.js +0 -0
  1740. /package/static/{85b69da → 06fb1fd}/js/p-min-delay.js +0 -0
  1741. /package/static/{85b69da → 06fb1fd}/js/pretty-bytes.js +0 -0
  1742. /package/static/{85b69da → 06fb1fd}/js/preview-injected.js +0 -0
  1743. /package/static/{85b69da → 06fb1fd}/js/yoctodelay.js +0 -0
  1744. /package/static/{85b69da → 06fb1fd}/lib-css/termterm.css +0 -0
  1745. /package/static/{85b69da → 06fb1fd}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
  1746. /package/static/{85b69da → 06fb1fd}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
  1747. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
  1748. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
  1749. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
  1750. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
  1751. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
  1752. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
  1753. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
  1754. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
  1755. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
  1756. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
  1757. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
  1758. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
  1759. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
  1760. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
  1761. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
  1762. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
  1763. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
  1764. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
  1765. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
  1766. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
  1767. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
  1768. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
  1769. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
  1770. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
  1771. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
  1772. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
  1773. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
  1774. /package/static/{85b69da → 06fb1fd}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
  1775. /package/static/{85b69da → 06fb1fd}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
  1776. /package/static/{85b69da → 06fb1fd}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
  1777. /package/static/{85b69da → 06fb1fd}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
  1778. /package/static/{85b69da → 06fb1fd}/packages/renderer-process/LICENSE +0 -0
  1779. /package/static/{85b69da → 06fb1fd}/packages/renderer-process/README.md +0 -0
  1780. /package/static/{85b69da → 06fb1fd}/packages/renderer-process/package.json +0 -0
  1781. /package/static/{85b69da → 06fb1fd}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
  1782. /package/static/{85b69da → 06fb1fd}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
  1783. /package/static/{85b69da → 06fb1fd}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
  1784. /package/static/{85b69da → 06fb1fd}/playground/languages/index.cpp +0 -0
  1785. /package/static/{85b69da → 06fb1fd}/playground/languages/index.css +0 -0
  1786. /package/static/{85b69da → 06fb1fd}/playground/languages/index.csv +0 -0
  1787. /package/static/{85b69da → 06fb1fd}/playground/languages/index.dart +0 -0
  1788. /package/static/{85b69da → 06fb1fd}/playground/languages/index.env +0 -0
  1789. /package/static/{85b69da → 06fb1fd}/playground/languages/index.ex +0 -0
  1790. /package/static/{85b69da → 06fb1fd}/playground/languages/index.html +0 -0
  1791. /package/static/{85b69da → 06fb1fd}/playground/languages/index.java +0 -0
  1792. /package/static/{85b69da → 06fb1fd}/playground/languages/index.jl +0 -0
  1793. /package/static/{85b69da → 06fb1fd}/playground/languages/index.js +0 -0
  1794. /package/static/{85b69da → 06fb1fd}/playground/languages/index.json +0 -0
  1795. /package/static/{85b69da → 06fb1fd}/playground/languages/index.kt +0 -0
  1796. /package/static/{85b69da → 06fb1fd}/playground/languages/index.pl +0 -0
  1797. /package/static/{85b69da → 06fb1fd}/playground/languages/index.py +0 -0
  1798. /package/static/{85b69da → 06fb1fd}/playground/languages/index.ts +0 -0
  1799. /package/static/{85b69da → 06fb1fd}/playground/languages/scrolling.txt +0 -0
  1800. /package/static/{85b69da → 06fb1fd}/playground/languages/tsconfig.json +0 -0
  1801. /package/static/{85b69da → 06fb1fd}/playground/sample-folder/a.txt +0 -0
  1802. /package/static/{85b69da → 06fb1fd}/playground/sample-folder/b.txt +0 -0
  1803. /package/static/{85b69da → 06fb1fd}/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 '/85b69da';
113
+ return '/06fb1fd';
114
114
  }
115
115
  };
116
116
  const assetDir = getAssetDir();
@@ -460,7 +460,7 @@ const unwrapJsonRpcResult = responseMessage => {
460
460
  }
461
461
  throw new JsonRpcError("unexpected response message");
462
462
  };
463
- const invoke$g = async (ipc, method, ...params) => {
463
+ const invoke$f = async (ipc, method, ...params) => {
464
464
  const {
465
465
  message,
466
466
  promise
@@ -470,7 +470,7 @@ const invoke$g = async (ipc, method, ...params) => {
470
470
  const result = unwrapJsonRpcResult(responseMessage);
471
471
  return result;
472
472
  };
473
- const invokeAndTransfer$d = async (ipc, handle, method, ...params) => {
473
+ const invokeAndTransfer$5 = async (ipc, handle, method, ...params) => {
474
474
  if (typeof handle === "string") {
475
475
  params = [method, ...params];
476
476
  method = handle;
@@ -1114,11 +1114,11 @@ const listen$1 = async () => {
1114
1114
  handleIpc(ipc);
1115
1115
  state$J.ipc = ipc;
1116
1116
  };
1117
- const invoke$f = (method, ...params) => {
1118
- return invoke$g(state$J.ipc, method, ...params);
1117
+ const invoke$e = (method, ...params) => {
1118
+ return invoke$f(state$J.ipc, method, ...params);
1119
1119
  };
1120
- const invokeAndTransfer$c = (method, ...params) => {
1121
- return invokeAndTransfer$d(state$J.ipc, method, ...params);
1120
+ const invokeAndTransfer$4 = (method, ...params) => {
1121
+ return invokeAndTransfer$5(state$J.ipc, method, ...params);
1122
1122
  };
1123
1123
 
1124
1124
  const actuallyLoadCssStyleSheet = async css => {
@@ -1136,7 +1136,7 @@ const loadCssStyleSheets = css => {
1136
1136
  return Promise.all(css.map(loadCssStyleSheet));
1137
1137
  };
1138
1138
  const addCssStyleSheet = (id, css) => {
1139
- return invoke$f('Css.addCssStyleSheet', id, css);
1139
+ return invoke$e('Css.addCssStyleSheet', id, css);
1140
1140
  };
1141
1141
  const actuallyAddDynamicCss = async (id, getCss, preferences) => {
1142
1142
  const css = await getCss(preferences);
@@ -1836,11 +1836,11 @@ const getOrCreateWorker = fn => {
1836
1836
  return {
1837
1837
  async invoke(method, ...params) {
1838
1838
  const ipc = await getOrCreate$2(fn);
1839
- return invoke$g(ipc, method, ...params);
1839
+ return invoke$f(ipc, method, ...params);
1840
1840
  },
1841
1841
  async invokeAndTransfer(method, ...params) {
1842
1842
  const ipc = await getOrCreate$2(fn);
1843
- return invokeAndTransfer$d(ipc, method, ...params);
1843
+ return invokeAndTransfer$5(ipc, method, ...params);
1844
1844
  },
1845
1845
  async dispose() {
1846
1846
  const promise = workers.get(fn);
@@ -2082,18 +2082,18 @@ const state$F = {
2082
2082
  };
2083
2083
 
2084
2084
  /* istanbul ignore file */
2085
- const invoke$e = async (method, ...params) => {
2085
+ const invoke$d = async (method, ...params) => {
2086
2086
  const {
2087
2087
  ipc
2088
2088
  } = state$F;
2089
- const result = await invoke$g(ipc, method, ...params);
2089
+ const result = await invoke$f(ipc, method, ...params);
2090
2090
  return result;
2091
2091
  };
2092
- const invokeAndTransfer$b = async (method, ...params) => {
2092
+ const invokeAndTransfer$3 = async (method, ...params) => {
2093
2093
  const {
2094
2094
  ipc
2095
2095
  } = state$F;
2096
- const result = await invokeAndTransfer$d(ipc, method, ...params);
2096
+ const result = await invokeAndTransfer$5(ipc, method, ...params);
2097
2097
  return result;
2098
2098
  };
2099
2099
 
@@ -2142,7 +2142,7 @@ const getPreferencesJson = async () => {
2142
2142
  const url = `${assetDir}/config/defaultSettings.json`;
2143
2143
  return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
2144
2144
  }
2145
- return invoke$e(PreferencesGetAll);
2145
+ return invoke$d(PreferencesGetAll);
2146
2146
  };
2147
2147
  const getPreferences = async () => {
2148
2148
  // TODO cache preferences, but they should not be stale
@@ -2321,7 +2321,7 @@ const create$$ = async ({
2321
2321
  port1,
2322
2322
  port2
2323
2323
  } = getPortTuple(port);
2324
- await invokeAndTransfer$c('IpcParent.create', {
2324
+ await invokeAndTransfer$4('IpcParent.create', {
2325
2325
  method: ModuleWorkerWithMessagePort,
2326
2326
  url,
2327
2327
  name,
@@ -2397,7 +2397,7 @@ const getConfig = () => {
2397
2397
 
2398
2398
  const objects = Object.create(null);
2399
2399
  const transferToRendererProcess = async (objectId, transferable) => {
2400
- await invokeAndTransfer$c('Transferrable.transfer', transferable, objectId);
2400
+ await invokeAndTransfer$4('Transferrable.transfer', transferable, objectId);
2401
2401
  };
2402
2402
  const transfer = (objectId, transferable) => {
2403
2403
  number$1(objectId);
@@ -2422,12 +2422,11 @@ const state$C = {
2422
2422
  pathSeparator: '',
2423
2423
  workspaceUri: '',
2424
2424
  source: '',
2425
- href: '',
2426
2425
  isTest: false
2427
2426
  };
2428
2427
 
2429
2428
  const getResolvedRootFromSharedProcess = async () => {
2430
- const resolvedRoot = await invoke$e(/* Workspace.resolveRoot */WorkspaceResolveRoot);
2429
+ const resolvedRoot = await invoke$d(/* Workspace.resolveRoot */WorkspaceResolveRoot);
2431
2430
  return resolvedRoot;
2432
2431
  };
2433
2432
  const isValid$1 = resolvedRoot => {
@@ -2493,13 +2492,13 @@ const getResolvedRoot = async href => {
2493
2492
  };
2494
2493
 
2495
2494
  const getHref = () => {
2496
- return invoke$f(/* Location.getHref */'Location.getHref');
2495
+ return invoke$e(/* Location.getHref */'Location.getHref');
2497
2496
  };
2498
2497
  const setPathName = pathName => {
2499
- return invoke$f(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
2498
+ return invoke$e(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
2500
2499
  };
2501
2500
  const hydrate$a = () => {
2502
- return invoke$f(/* Location.hydrate */'Location.hydrate');
2501
+ return invoke$e(/* Location.hydrate */'Location.hydrate');
2503
2502
  };
2504
2503
  const getOrigin = () => {
2505
2504
  return location.origin;
@@ -2509,7 +2508,7 @@ const getHost = () => {
2509
2508
  };
2510
2509
 
2511
2510
  const set$e = title => {
2512
- return invoke$f('WindowTitle.set', title);
2511
+ return invoke$e('WindowTitle.set', title);
2513
2512
  };
2514
2513
 
2515
2514
  /**
@@ -2637,16 +2636,16 @@ const launchExtensionHostWorker = async () => {
2637
2636
  ipc = wrap$7(port);
2638
2637
  }
2639
2638
  handleIpc(ipc);
2640
- await invoke$g(ipc, 'Workspace.setWorkspacePath', state$C.workspacePath);
2639
+ await invoke$f(ipc, 'Workspace.setWorkspacePath', state$C.workspacePath);
2641
2640
  addListener('workspace.change', async () => {
2642
- await invoke$g(ipc, 'Workspace.setWorkspacePath', state$C.workspacePath);
2641
+ await invoke$f(ipc, 'Workspace.setWorkspacePath', state$C.workspacePath);
2643
2642
  });
2644
2643
  return ipc;
2645
2644
  };
2646
2645
 
2647
2646
  const {
2648
- invoke: invoke$d,
2649
- invokeAndTransfer: invokeAndTransfer$a
2647
+ invoke: invoke$c,
2648
+ invokeAndTransfer: invokeAndTransfer$2
2650
2649
  } = getOrCreateWorker(launchExtensionHostWorker);
2651
2650
 
2652
2651
  // TODO make storage configurable via settings as localstorage or indexeddb
@@ -2675,11 +2674,11 @@ const getColorThemeCssCached = async (colorThemeId, getData) => {
2675
2674
  };
2676
2675
 
2677
2676
  const getColorThemeJson = colorThemeId => {
2678
- return invoke$d('ColorTheme.getColorThemeJson', colorThemeId);
2677
+ return invoke$c('ColorTheme.getColorThemeJson', colorThemeId);
2679
2678
  };
2680
2679
 
2681
2680
  const getColorThemeCssFromJson = async (colorThemeId, colorThemeJson) => {
2682
- return invoke$d('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
2681
+ return invoke$c('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
2683
2682
  };
2684
2683
  const getColorThemeCssNew = async colorThemeId => {
2685
2684
  const colorThemeJson = await getColorThemeJson(colorThemeId);
@@ -2695,7 +2694,7 @@ const getMetaThemeColor = colorThemeJson => {
2695
2694
  };
2696
2695
 
2697
2696
  const setThemeColor = async themeColor => {
2698
- await invoke$f(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
2697
+ await invoke$e(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
2699
2698
  };
2700
2699
 
2701
2700
  // TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
@@ -2736,7 +2735,7 @@ const watch$2 = async id => {
2736
2735
  return;
2737
2736
  }
2738
2737
  state$B.watchedTheme = id;
2739
- await invoke$e('ExtensionHost.watchColorTheme', id);
2738
+ await invoke$d('ExtensionHost.watchColorTheme', id);
2740
2739
  };
2741
2740
  const getPreferredColorTheme = () => {
2742
2741
  const preferredColorTheme = get$d('workbench.colorTheme');
@@ -2789,13 +2788,13 @@ const get$c = () => {
2789
2788
 
2790
2789
  const getWindowId = async () => {
2791
2790
  const webContentsId = get$c();
2792
- const windowId = await invoke$e('GetWindowId.getWindowId', webContentsId);
2791
+ const windowId = await invoke$d('GetWindowId.getWindowId', webContentsId);
2793
2792
  return windowId;
2794
2793
  };
2795
2794
 
2796
2795
  const forward$2 = key => async (...args) => {
2797
2796
  const windowId = await getWindowId();
2798
- return invoke$e(key, windowId, ...args);
2797
+ return invoke$d(key, windowId, ...args);
2799
2798
  };
2800
2799
  const reload$3 = forward$2('ElectronWindow.reload');
2801
2800
  const minimize$2 = forward$2('ElectronWindow.minimize');
@@ -2814,7 +2813,7 @@ const reloadElectron = () => {
2814
2813
  };
2815
2814
 
2816
2815
  const reloadWeb = () => {
2817
- return invoke$f('Window.reload');
2816
+ return invoke$e('Window.reload');
2818
2817
  };
2819
2818
 
2820
2819
  const getFn$3 = () => {
@@ -2853,46 +2852,46 @@ const getUrlBaseName = href => {
2853
2852
  // TODO treeshake this function out when targeting electron
2854
2853
 
2855
2854
  const getExtensionsPath = () => {
2856
- return invoke$e(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
2855
+ return invoke$d(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
2857
2856
  };
2858
2857
  const getCachedExtensionsPath = () => {
2859
- return invoke$e(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
2858
+ return invoke$d(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
2860
2859
  };
2861
2860
  const getLogsDir = () => {
2862
- return invoke$e(/* Platform.getLogsDir */'Platform.getLogsDir');
2861
+ return invoke$d(/* Platform.getLogsDir */'Platform.getLogsDir');
2863
2862
  };
2864
2863
  const getDownloadDir = () => {
2865
- return invoke$e(/* Platform.getDownloadDir */'Platform.getDownloadDir');
2864
+ return invoke$d(/* Platform.getDownloadDir */'Platform.getDownloadDir');
2866
2865
  };
2867
2866
  const getUserSettingsPath = () => {
2868
2867
  if (platform === Web$1) {
2869
2868
  return 'settings';
2870
2869
  }
2871
- return invoke$e(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
2870
+ return invoke$d(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
2872
2871
  };
2873
2872
  const getUserKeyBindingsPath = () => {
2874
2873
  if (platform === Web$1) {
2875
2874
  return 'settings';
2876
2875
  }
2877
- return invoke$e(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
2876
+ return invoke$d(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
2878
2877
  };
2879
2878
  const getRecentlyOpenedPath = () => {
2880
2879
  if (platform === Web$1) {
2881
2880
  return 'recently-opened';
2882
2881
  }
2883
- return invoke$e(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
2882
+ return invoke$d(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
2884
2883
  };
2885
2884
  const getConfigPath = () => {
2886
- return invoke$e(/* Platform.getConfigDir */'Platform.getConfigDir');
2885
+ return invoke$d(/* Platform.getConfigDir */'Platform.getConfigDir');
2887
2886
  };
2888
2887
  const getCachePath = () => {
2889
- return invoke$e(/* Platform.getCacheDir */'Platform.getCacheDir');
2888
+ return invoke$d(/* Platform.getCacheDir */'Platform.getCacheDir');
2890
2889
  };
2891
2890
  const getCacheName = () => {
2892
2891
  return 'lvce-runtime';
2893
2892
  };
2894
2893
  const getTestPathRemote = () => {
2895
- return invoke$e(/* Platform.getTestPath */'Platform.getTestPath');
2894
+ return invoke$d(/* Platform.getTestPath */'Platform.getTestPath');
2896
2895
  };
2897
2896
  const getTestPathWeb = () => {
2898
2897
  return `${assetDir}/packages/extension-host-worker-tests`;
@@ -2909,7 +2908,7 @@ const getTestPath = () => {
2909
2908
  }
2910
2909
  };
2911
2910
  const getRepository = () => {
2912
- return invoke$e('Platform.getRepository');
2911
+ return invoke$d('Platform.getRepository');
2913
2912
  };
2914
2913
 
2915
2914
  // TODO determine with websocket request or some
@@ -3015,7 +3014,6 @@ const set$b = value => {
3015
3014
  };
3016
3015
 
3017
3016
  const state$y = {
3018
- keyBindings: [],
3019
3017
  keyBindingSets: Object.create(null),
3020
3018
  /**
3021
3019
  * @type {Uint32Array}
@@ -3052,7 +3050,7 @@ const getAvailableKeyBindings = keyBindings => {
3052
3050
  const update = () => {
3053
3051
  const matchingKeyBindings = getMatchingKeyBindings(state$y.keyBindingSets);
3054
3052
  const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
3055
- invoke$f('KeyBindings.setIdentifiers', keyBindingIdentifiers);
3053
+ invoke$e('KeyBindings.setIdentifiers', keyBindingIdentifiers);
3056
3054
  state$y.matchingKeyBindings = matchingKeyBindings;
3057
3055
  state$y.keyBindingIdentifiers = keyBindingIdentifiers;
3058
3056
  };
@@ -3142,7 +3140,7 @@ const hydrate$6 = async () => {
3142
3140
  };
3143
3141
 
3144
3142
  const getIconThemeJson = async iconThemeId => {
3145
- return invoke$d('IconTheme.getJson', iconThemeId);
3143
+ return invoke$c('IconTheme.getJson', iconThemeId);
3146
3144
  };
3147
3145
 
3148
3146
  const dispatch = key => (...args) => {
@@ -3174,13 +3172,13 @@ const mapObject = (object, fn) => {
3174
3172
  };
3175
3173
 
3176
3174
  const clear$5 = async storageType => {
3177
- await invoke$f(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
3175
+ await invoke$e(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
3178
3176
  };
3179
3177
  const getAll$1 = storageType => {
3180
- return invoke$f('WebStorage.getAll', storageType);
3178
+ return invoke$e('WebStorage.getAll', storageType);
3181
3179
  };
3182
3180
  const getText$1 = async (storageType, key) => {
3183
- const item = await invoke$f(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
3181
+ const item = await invoke$e(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
3184
3182
  return item || '';
3185
3183
  };
3186
3184
  const getJson$5 = async (storageType, key) => {
@@ -3195,7 +3193,7 @@ const getJson$5 = async (storageType, key) => {
3195
3193
  }
3196
3194
  };
3197
3195
  const setText$1 = async (storageType, key, value) => {
3198
- await invoke$f(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
3196
+ await invoke$e(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
3199
3197
  };
3200
3198
  const setJson$5 = async (storageType, key, value) => {
3201
3199
  const stringifiedValue = stringifyCompact(value);
@@ -3203,7 +3201,7 @@ const setJson$5 = async (storageType, key, value) => {
3203
3201
  };
3204
3202
  const setJsonObjects$2 = async (storageType, objects) => {
3205
3203
  const serializedObjects = mapObject(objects, stringifyCompact);
3206
- await invoke$f('WebStorage.setJsonObjects', storageType, serializedObjects);
3204
+ await invoke$e('WebStorage.setJsonObjects', storageType, serializedObjects);
3207
3205
  };
3208
3206
 
3209
3207
  const LocalStorage = 1;
@@ -3258,12 +3256,7 @@ const serializeInstances = async instances => {
3258
3256
  };
3259
3257
 
3260
3258
  const state$x = {
3261
- instances: Object.create(null),
3262
- /**
3263
- * @type {any}
3264
- */
3265
- focusedInstance: undefined
3266
- };
3259
+ instances: Object.create(null)};
3267
3260
  const set$a = (key, value) => {
3268
3261
  // TODO separate factories from state
3269
3262
  object(value);
@@ -3380,7 +3373,7 @@ const ExtensionStateStorage = {
3380
3373
  };
3381
3374
 
3382
3375
  const saveState$f = async () => {
3383
- const state = await invoke$d('SaveState.saveState');
3376
+ const state = await invoke$c('SaveState.saveState');
3384
3377
  return state;
3385
3378
  };
3386
3379
  const getSavedState = async () => {
@@ -3435,7 +3428,7 @@ const hydrate$5 = async () => {
3435
3428
  console.info('[info] not saving state on visibility change - disabled by settings');
3436
3429
  return;
3437
3430
  }
3438
- await invoke$f('Window.onVisibilityChange');
3431
+ await invoke$e('Window.onVisibilityChange');
3439
3432
  };
3440
3433
  const getSavedViewletState = viewletId => {
3441
3434
  return getJson$3(viewletId);
@@ -3661,7 +3654,7 @@ const runFn = async (instance, id, key, fn, args) => {
3661
3654
  }
3662
3655
  const commands = render$H(instance.factory, oldState, newState, newState.uid || id);
3663
3656
  setRenderedState(id, newState);
3664
- await invoke$f(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3657
+ await invoke$e(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3665
3658
  } else {
3666
3659
  return fn(instance.state, ...args);
3667
3660
  }
@@ -3686,7 +3679,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
3686
3679
  if (commands.length === 0) {
3687
3680
  return;
3688
3681
  }
3689
- await invoke$f(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3682
+ await invoke$e(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3690
3683
  };
3691
3684
 
3692
3685
  // TODO maybe wrapViewletCommand should accept module instead of id string
@@ -3885,7 +3878,7 @@ const maybeRegisterEvents = module => {
3885
3878
  const commands = render$H(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
3886
3879
  instance.state = newState;
3887
3880
  instance.renderedState = newState;
3888
- await invoke$f(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3881
+ await invoke$e(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3889
3882
  };
3890
3883
  addListener('workspace.change', handleUpdate);
3891
3884
  }
@@ -3912,7 +3905,7 @@ const maybeRegisterEvents = module => {
3912
3905
  const commands = render$H(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
3913
3906
  instance.state = newState;
3914
3907
  instance.renderedState = newState;
3915
- await invoke$f(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3908
+ await invoke$e(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
3916
3909
  };
3917
3910
  addListener(key, handleUpdate);
3918
3911
  }
@@ -3931,7 +3924,7 @@ const maybeRegisterMenuEntries = module => {
3931
3924
  const actuallyLoadModule = async (getModule, id) => {
3932
3925
  const module = await getModule(id);
3933
3926
  if (!module.hasFunctionalEvents) {
3934
- await invoke$f(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
3927
+ await invoke$e(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
3935
3928
  }
3936
3929
  await loadModule$1(id, module);
3937
3930
  await maybeRegisterWrappedCommands(id, module);
@@ -4024,7 +4017,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
4024
4017
  if (module.renderEventListeners) {
4025
4018
  // TODO reuse event listeners between components
4026
4019
  const eventListeners = await module.renderEventListeners();
4027
- await invoke$f('Viewlet.registerEventListeners', viewletUid, eventListeners);
4020
+ await invoke$e('Viewlet.registerEventListeners', viewletUid, eventListeners);
4028
4021
  }
4029
4022
  if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
4030
4023
  await module.show(newState);
@@ -4074,7 +4067,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
4074
4067
  }
4075
4068
  state = ViewletState.ContentLoaded;
4076
4069
  if (viewlet.show === false) {} else {
4077
- await invoke$f(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
4070
+ await invoke$e(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
4078
4071
  }
4079
4072
  if (viewlet.disposed) {
4080
4073
  // TODO unload the module from renderer process
@@ -4123,7 +4116,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
4123
4116
  return allCommands;
4124
4117
  }
4125
4118
  commands.push(...extraCommands);
4126
- await invoke$f(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
4119
+ await invoke$e(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
4127
4120
  } else {
4128
4121
  const allCommands = [...commands, ...extraCommands
4129
4122
  // ['Viewlet.show', viewlet.id],
@@ -4144,7 +4137,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
4144
4137
  }
4145
4138
  state = ViewletState.ContentRendered;
4146
4139
  if (viewlet.parentUid && viewlet.show !== false) {
4147
- await invoke$f(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
4140
+ await invoke$e(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
4148
4141
  }
4149
4142
  state = ViewletState.Appended;
4150
4143
  if (viewlet.disposed) {
@@ -4166,10 +4159,10 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
4166
4159
  }
4167
4160
  const commands = [];
4168
4161
  if (state < ViewletState.RendererProcessViewletLoaded) {
4169
- await invoke$f(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
4162
+ await invoke$e(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
4170
4163
  }
4171
4164
  const parentUid = viewlet.parentUid;
4172
- await invoke$f(kLoadModule, Error$3);
4165
+ await invoke$e(kLoadModule, Error$3);
4173
4166
  commands.push([kCreate, Error$3, viewletUid]);
4174
4167
  // @ts-ignore
4175
4168
  if (viewlet.setBounds !== false) {
@@ -4178,7 +4171,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
4178
4171
  if (module && module.customErrorRenderer) {
4179
4172
  const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
4180
4173
  const dom = await errorModule.render(error);
4181
- await invoke$f(kLoadModule, module.customErrorRenderer);
4174
+ await invoke$e(kLoadModule, module.customErrorRenderer);
4182
4175
  commands.push([kCreate, module.customErrorRenderer, viewletUid]);
4183
4176
  commands.push(['Viewlet.setDom2', viewletUid, dom]);
4184
4177
  commands.push([kAppend, parentUid, viewletUid]);
@@ -4228,7 +4221,7 @@ const load$5 = async moduleId => {
4228
4221
  };
4229
4222
 
4230
4223
  const disposeBrowserViewQuickPick = () => {
4231
- return invoke$e('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
4224
+ return invoke$d('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
4232
4225
  };
4233
4226
 
4234
4227
  const handleKeyBinding$1 = async identifier => {
@@ -4278,7 +4271,7 @@ const focus$8 = async id => {
4278
4271
  commands.push(...render$H(instance.factory, oldState, newState));
4279
4272
  }
4280
4273
  setFocusedInstance(instance);
4281
- await invoke$f('Viewlet.sendMultiple', commands);
4274
+ await invoke$e('Viewlet.sendMultiple', commands);
4282
4275
  };
4283
4276
 
4284
4277
  /**
@@ -4321,7 +4314,7 @@ const dispose$u = async id => {
4321
4314
  throw new Error(`${id} is missing a factory function`);
4322
4315
  }
4323
4316
  instance.factory.dispose(instance.state);
4324
- await invoke$f(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
4317
+ await invoke$e(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
4325
4318
  if (instance.factory.getKeyBindings) {
4326
4319
  removeKeyBindings(instanceUid);
4327
4320
  }
@@ -4500,7 +4493,7 @@ const setStateFunctional = (id, newState) => {
4500
4493
  const setState = async (id, newState) => {
4501
4494
  const commands = setStateFunctional(id, newState);
4502
4495
  if (commands.length > 0) {
4503
- await invoke$f(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4496
+ await invoke$e(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4504
4497
  }
4505
4498
  };
4506
4499
  const getAllStates = () => {
@@ -4521,7 +4514,6 @@ const openWidget = async (moduleId, ...args) => {
4521
4514
  // @ts-ignore
4522
4515
  uri: `quickPick://${type}`,
4523
4516
  show: false,
4524
- focus: true,
4525
4517
  args,
4526
4518
  uid: childUid
4527
4519
  });
@@ -4535,7 +4527,7 @@ const openWidget = async (moduleId, ...args) => {
4535
4527
  commands.push(['Viewlet.append', layout.uid, childUid]);
4536
4528
  // TODO ask view to render, rendering focus
4537
4529
  commands.push(['Viewlet.focus', childUid]);
4538
- await invoke$f('Viewlet.executeCommands', commands);
4530
+ await invoke$e('Viewlet.executeCommands', commands);
4539
4531
  // TODO commands should be like this
4540
4532
  // viewlet.create quickpick
4541
4533
  // quickpick.setItems
@@ -4554,7 +4546,7 @@ const closeWidget = async id => {
4554
4546
  const child = childInstance.state;
4555
4547
  const childUid = child.uid;
4556
4548
  const commands = disposeFunctional(childUid);
4557
- await invoke$f(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
4549
+ await invoke$e(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
4558
4550
  // TODO restore focus
4559
4551
  } catch (error) {
4560
4552
  throw new VError(error, `Failed to close widget ${id}`);
@@ -4611,7 +4603,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
4611
4603
  if (commands.length === 0) {
4612
4604
  return;
4613
4605
  }
4614
- await invoke$f(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4606
+ await invoke$e(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
4615
4607
  };
4616
4608
 
4617
4609
  // @ts-ignore
@@ -4651,7 +4643,7 @@ const disposeWidgetWithValue = async (id, value) => {
4651
4643
  instance.status = 'disposed';
4652
4644
  remove$7(id);
4653
4645
  remove$7(uid);
4654
- await invoke$f('Viewlet.sendMultiple', commands);
4646
+ await invoke$e('Viewlet.sendMultiple', commands);
4655
4647
  // return commands
4656
4648
  const parentInstance = getInstance(KeyBindings);
4657
4649
  if (!parentInstance) {
@@ -4688,9 +4680,6 @@ const handleIconThemeChange$2 = async () => {
4688
4680
  const initialIconTheme = undefined;
4689
4681
 
4690
4682
  const state$s = {
4691
- seenFiles: [],
4692
- seenFolders: [],
4693
- hasWarned: [],
4694
4683
  /**
4695
4684
  * @type{any}
4696
4685
  */
@@ -4761,7 +4750,7 @@ const getLanguageConfigurationFromWebExtension = async languageId => {
4761
4750
  return json;
4762
4751
  };
4763
4752
  const getLanguageConfiguration$3 = async languageId => {
4764
- const languageConfiguration = await invoke$e(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
4753
+ const languageConfiguration = await invoke$d(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
4765
4754
  if (languageConfiguration) {
4766
4755
  return languageConfiguration;
4767
4756
  }
@@ -4774,7 +4763,7 @@ const getLanguageConfiguration$2 = async languageId => {
4774
4763
 
4775
4764
  const getLanguages = async () => {
4776
4765
  try {
4777
- return invoke$d('Languages.getLanguages');
4766
+ return invoke$c('Languages.getLanguages');
4778
4767
  } catch (error) {
4779
4768
  throw new VError(error, 'Failed to load languages');
4780
4769
  }
@@ -4804,7 +4793,6 @@ const getNthFileExtension = (file, startIndex) => {
4804
4793
  // TODO merge all of this with extension host languages module
4805
4794
 
4806
4795
  const state$q = {
4807
- loadState: false,
4808
4796
  isHydrating: false,
4809
4797
  fileNameMap: Object.create(null),
4810
4798
  extensionMap: Object.create(null),
@@ -5173,7 +5161,7 @@ const hydrate$3 = async () => {
5173
5161
  };
5174
5162
 
5175
5163
  const getInitData = async () => {
5176
- const rendererProcessInitData = await invoke$f('InitData.getInitData');
5164
+ const rendererProcessInitData = await invoke$e('InitData.getInitData');
5177
5165
  // TODO get the following items
5178
5166
  // - location.href
5179
5167
  // - workspace
@@ -5555,7 +5543,7 @@ const addToRecentlyOpenedWeb = async path => {
5555
5543
  await setRecentlyOpened(newRecentlyOpened);
5556
5544
  };
5557
5545
  const addToRecentlyOpenedRemote = async path => {
5558
- await invoke$e(RecentlyOpenedAddPath, path);
5546
+ await invoke$d(RecentlyOpenedAddPath, path);
5559
5547
  };
5560
5548
  const addToRecentlyOpened = async path => {
5561
5549
  switch (platform) {
@@ -5593,16 +5581,16 @@ const hydrate$2 = async () => {
5593
5581
  // TODO high memory usage in idb because of transactionDoneMap
5594
5582
 
5595
5583
  const saveValue$1 = async (storeId, value) => {
5596
- await invoke$d('IndexedDb.saveValue', storeId, value);
5584
+ await invoke$c('IndexedDb.saveValue', storeId, value);
5597
5585
  };
5598
5586
  const getValuesByIndexName$1 = async (storeId, indexName, only) => {
5599
- return invoke$d('IndexedDb.getValuesByIndexName', storeId, indexName, only);
5587
+ return invoke$c('IndexedDb.getValuesByIndexName', storeId, indexName, only);
5600
5588
  };
5601
5589
  const addHandle$1 = async (uri, handle) => {
5602
- return invoke$d('IndexedDb.addHandle', uri, handle);
5590
+ return invoke$c('IndexedDb.addHandle', uri, handle);
5603
5591
  };
5604
5592
  const getHandle$1 = async uri => {
5605
- return invoke$d('IndexedDb.getHandle', uri);
5593
+ return invoke$c('IndexedDb.getHandle', uri);
5606
5594
  };
5607
5595
 
5608
5596
  const saveValue = async (sessionId, value) => {
@@ -5934,7 +5922,7 @@ const watchFilesForHotReload = async platform => {
5934
5922
  if (config.length === 0) {
5935
5923
  return;
5936
5924
  }
5937
- await invoke$e('ExtensionHost.watchForHotReload', config);
5925
+ await invoke$d('ExtensionHost.watchForHotReload', config);
5938
5926
  } catch (error) {
5939
5927
  console.warn(`Failed to watch ${error}`);
5940
5928
  }
@@ -6042,7 +6030,6 @@ const startup = async () => {
6042
6030
  // @ts-ignore
6043
6031
  uri: '',
6044
6032
  show: false,
6045
- focus: false,
6046
6033
  uid: layout.uid
6047
6034
  }, false, false, {
6048
6035
  ...initData,
@@ -6053,7 +6040,7 @@ const startup = async () => {
6053
6040
  const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
6054
6041
  commands.push(...placeholderCommands);
6055
6042
  commands.push(['Viewlet.appendToBody', layout.uid]);
6056
- await invoke$f('Viewlet.executeCommands', commands);
6043
+ await invoke$e('Viewlet.executeCommands', commands);
6057
6044
  // await Layout.hydrate(initData)
6058
6045
  mark(DidShowLayout);
6059
6046
  mark(WillLoadLanguages);
@@ -6148,7 +6135,7 @@ const getPort = async ipcId => {
6148
6135
  port2
6149
6136
  } = getPortTuple();
6150
6137
  // TODO call sendMessagePortToElectron function
6151
- const webContentsId = await invokeAndTransfer$c('IpcParent.create', {
6138
+ const webContentsId = await invokeAndTransfer$4('IpcParent.create', {
6152
6139
  method: Electron,
6153
6140
  port: port1,
6154
6141
  ipcId
@@ -6628,7 +6615,7 @@ const IpcParentWithNode = {
6628
6615
  const sendMessagePortToElectron = async (port, initialCommand, ipcId) => {
6629
6616
  object(port);
6630
6617
  string(initialCommand);
6631
- await invokeAndTransfer$b(initialCommand, port, ipcId);
6618
+ await invokeAndTransfer$3(initialCommand, port, ipcId);
6632
6619
  };
6633
6620
 
6634
6621
  const create$S = async options => {
@@ -6716,10 +6703,10 @@ const GetColorThemeCssCachedLocalStorage = {
6716
6703
  // TODO high memory usage in idb because of transactionDoneMap
6717
6704
 
6718
6705
  const set$8 = async (key, value) => {
6719
- await invoke$d('IndexedDb.set', key, value);
6706
+ await invoke$c('IndexedDb.set', key, value);
6720
6707
  };
6721
6708
  const get$7 = async key => {
6722
- return invoke$d('IndexedDb.get', key);
6709
+ return invoke$c('IndexedDb.get', key);
6723
6710
  };
6724
6711
 
6725
6712
  const getCacheKey = colorThemeId => {
@@ -6796,7 +6783,7 @@ const get$4 = () => {
6796
6783
  };
6797
6784
 
6798
6785
  const addWebExtension = async path => {
6799
- const manifest = await invoke$d('Extensions.addWebExtension', path);
6786
+ const manifest = await invoke$c('Extensions.addWebExtension', path);
6800
6787
  // TODO avoid side effect here
6801
6788
  if (manifest.languages) {
6802
6789
  for (const language of manifest.languages) {
@@ -6910,7 +6897,7 @@ const handleRejectedExtensions = async extensions => {
6910
6897
  }
6911
6898
  };
6912
6899
  const getExtensions$1 = async () => {
6913
- return invoke$d('Extensions.getExtensions');
6900
+ return invoke$c('Extensions.getExtensions');
6914
6901
  };
6915
6902
  const addNodeExtension = async path => {
6916
6903
  // TODO add support for dynamically loading node extensions
@@ -6943,10 +6930,6 @@ const getExtensionAbsolutePath = (id, isWeb, isBuiltin, path, relativePath, orig
6943
6930
  const origin = typeof location === 'undefined' ? '' : location.origin;
6944
6931
 
6945
6932
  const state$m = {
6946
- /**
6947
- * @type {readonly any[]}
6948
- */
6949
- extensionHosts: [],
6950
6933
  cachedActivationEvents: Object.create(null),
6951
6934
  /**
6952
6935
  * @type {any}
@@ -6956,13 +6939,13 @@ const state$m = {
6956
6939
  const actuallyActivateExtension = async extension => {
6957
6940
  if (!(extension.id in state$m.activatedExtensions)) {
6958
6941
  const absolutePath = getExtensionAbsolutePath(extension.id, extension.isWeb, extension.builtin, extension.path, extension.browser, origin, platform);
6959
- state$m.activatedExtensions[extension.id] = invoke$d(ExtensionActivate, extension, absolutePath);
6942
+ state$m.activatedExtensions[extension.id] = invoke$c(ExtensionActivate, extension, absolutePath);
6960
6943
  }
6961
6944
  return state$m.activatedExtensions[extension.id];
6962
6945
  };
6963
6946
  const actuallyActivateByEvent = async event => {
6964
6947
  // TODO should not query extensions multiple times
6965
- const extensions = await invoke$d('Extensions.getExtensions');
6948
+ const extensions = await invoke$c('Extensions.getExtensions');
6966
6949
  const {
6967
6950
  resolved,
6968
6951
  rejected
@@ -7008,7 +6991,7 @@ const executeProviders = async ({
7008
6991
  combineResults
7009
6992
  }) => {
7010
6993
  await activateByEvent(event);
7011
- const result = await invoke$d(method, ...params);
6994
+ const result = await invoke$c(method, ...params);
7012
6995
  return result;
7013
6996
  };
7014
6997
  const executeProvider = async ({
@@ -7018,14 +7001,14 @@ const executeProvider = async ({
7018
7001
  noProviderFoundMessage
7019
7002
  }) => {
7020
7003
  await activateByEvent(event);
7021
- const result = invoke$d(method, ...params);
7004
+ const result = invoke$c(method, ...params);
7022
7005
  return result;
7023
7006
  };
7024
7007
  const execute$3 = async ({
7025
7008
  method,
7026
7009
  params
7027
7010
  }) => {
7028
- await invoke$d(method, ...params);
7011
+ await invoke$c(method, ...params);
7029
7012
  };
7030
7013
 
7031
7014
  const readFile$d = uri => {
@@ -7245,34 +7228,34 @@ const FileSystemData = {
7245
7228
 
7246
7229
  const name$2k = 'Memory';
7247
7230
  const readFile$a = uri => {
7248
- return invoke$d('FileSystemMemory.readFile', uri);
7231
+ return invoke$c('FileSystemMemory.readFile', uri);
7249
7232
  };
7250
7233
  const writeFile$a = (uri, content) => {
7251
- return invoke$d('FileSystemMemory.writeFile', uri, content);
7234
+ return invoke$c('FileSystemMemory.writeFile', uri, content);
7252
7235
  };
7253
7236
  const mkdir$3 = uri => {
7254
- return invoke$d('FileSystemMemory.mkdir', uri);
7237
+ return invoke$c('FileSystemMemory.mkdir', uri);
7255
7238
  };
7256
7239
  const getPathSeparator$4 = () => {
7257
7240
  return Slash;
7258
7241
  };
7259
7242
  const remove$3 = uri => {
7260
- return invoke$d('FileSystemMemory.remove', uri);
7243
+ return invoke$c('FileSystemMemory.remove', uri);
7261
7244
  };
7262
7245
  const readDirWithFileTypes$4 = uri => {
7263
- return invoke$d('FileSystemMemory.readDirWithFileTypes', uri);
7246
+ return invoke$c('FileSystemMemory.readDirWithFileTypes', uri);
7264
7247
  };
7265
7248
  const getBlobUrl$1 = uri => {
7266
- return invoke$d('FileSystemMemory.getBlobUrl', uri);
7249
+ return invoke$c('FileSystemMemory.getBlobUrl', uri);
7267
7250
  };
7268
7251
  const getBlob$3 = async uri => {
7269
- return invoke$d('FileSystemMemory.getBlob', uri);
7252
+ return invoke$c('FileSystemMemory.getBlob', uri);
7270
7253
  };
7271
7254
  const chmod$2 = (path, permissions) => {
7272
- return invoke$d('FileSystemMemory.chmod', path, permissions);
7255
+ return invoke$c('FileSystemMemory.chmod', path, permissions);
7273
7256
  };
7274
7257
  const getFiles = () => {
7275
- return invoke$d('FileSystemMemory.getFiles');
7258
+ return invoke$c('FileSystemMemory.getFiles');
7276
7259
  };
7277
7260
 
7278
7261
  const FileSystemMemory = {
@@ -7596,28 +7579,28 @@ const state$k = {
7596
7579
  files: Object.create(null)
7597
7580
  };
7598
7581
  const readFile$8 = async uri => {
7599
- return invoke$d('FileSystemFetch.readFile', uri);
7582
+ return invoke$c('FileSystemFetch.readFile', uri);
7600
7583
  };
7601
7584
  const writeFile$8 = (uri, content) => {
7602
- return invoke$d('FileSystemFetch.writeFile', uri);
7585
+ return invoke$c('FileSystemFetch.writeFile', uri);
7603
7586
  };
7604
7587
  const mkdir$1 = uri => {
7605
- return invoke$d('FileSystemFetch.mkdir', uri);
7588
+ return invoke$c('FileSystemFetch.mkdir', uri);
7606
7589
  };
7607
7590
  const getPathSeparator$2 = () => {
7608
7591
  return Slash;
7609
7592
  };
7610
7593
  const remove$1 = uri => {
7611
- return invoke$d('FileSystemFetch.remove', uri);
7594
+ return invoke$c('FileSystemFetch.remove', uri);
7612
7595
  };
7613
7596
  const readDirWithFileTypes$2 = async uri => {
7614
- return invoke$d('FileSystemFetch.readDirWithFileTypes', uri);
7597
+ return invoke$c('FileSystemFetch.readDirWithFileTypes', uri);
7615
7598
  };
7616
7599
  const chmod$1 = (path, permissions) => {
7617
- return invoke$d('FileSystemFetch.chmod', path, permissions);
7600
+ return invoke$c('FileSystemFetch.chmod', path, permissions);
7618
7601
  };
7619
7602
  const getBlob$2 = async (uri, type) => {
7620
- return invoke$d('FileSystemFetch.getBlob', uri, type);
7603
+ return invoke$c('FileSystemFetch.getBlob', uri, type);
7621
7604
  };
7622
7605
 
7623
7606
  const FileSystemFetch = {
@@ -7650,37 +7633,37 @@ const toUri = item => {
7650
7633
  const copy$4 = (source, target) => {
7651
7634
  source = toUri(source);
7652
7635
  target = toUri(target);
7653
- return invoke$e(FileSystemCopy, /* source */source, /* target */target);
7636
+ return invoke$d(FileSystemCopy, /* source */source, /* target */target);
7654
7637
  };
7655
7638
  const readFile$7 = (path, encoding) => {
7656
7639
  path = toUri(path);
7657
- return invoke$e(FileSystemReadFile$1, /* path */path, /* encoding */encoding);
7640
+ return invoke$d(FileSystemReadFile$1, /* path */path, /* encoding */encoding);
7658
7641
  };
7659
7642
  const readJson$2 = path => {
7660
7643
  path = toUri(path);
7661
- return invoke$e(FileSystemReadJson, /* path */path);
7644
+ return invoke$d(FileSystemReadJson, /* path */path);
7662
7645
  };
7663
7646
  const remove = path => {
7664
7647
  path = toUri(path);
7665
- return invoke$e(FileSystemRemove$1, /* path */path);
7648
+ return invoke$d(FileSystemRemove$1, /* path */path);
7666
7649
  };
7667
7650
  const rename = (oldUri, newUri) => {
7668
7651
  oldUri = toUri(oldUri);
7669
7652
  newUri = toUri(newUri);
7670
- return invoke$e(FileSystemRename$1, /* oldPath */oldUri, /* newPath */newUri);
7653
+ return invoke$d(FileSystemRename$1, /* oldPath */oldUri, /* newPath */newUri);
7671
7654
  };
7672
7655
  const mkdir = path => {
7673
7656
  path = toUri(path);
7674
- return invoke$e(FileSystemMkdir$1, /* path */path);
7657
+ return invoke$d(FileSystemMkdir$1, /* path */path);
7675
7658
  };
7676
7659
  const writeFile$7 = async (path, content, encoding) => {
7677
7660
  path = toUri(path);
7678
- await invoke$e(/* FileSystem.writeFile */FileSystemWriteFile$1, /* path */path, /* content */content, /* encoding */encoding);
7661
+ await invoke$d(/* FileSystem.writeFile */FileSystemWriteFile$1, /* path */path, /* content */content, /* encoding */encoding);
7679
7662
  };
7680
7663
  const ensureFile = async () => {};
7681
7664
  const readDirWithFileTypes$1 = path => {
7682
7665
  path = toUri(path);
7683
- return invoke$e(FileSystemReadDirWithFileTypes$1, /* path */path);
7666
+ return invoke$d(FileSystemReadDirWithFileTypes$1, /* path */path);
7684
7667
  };
7685
7668
  const getBlobUrl = path => {
7686
7669
  if (!path.startsWith('/')) {
@@ -7689,7 +7672,7 @@ const getBlobUrl = path => {
7689
7672
  return getRemoteSrc(path);
7690
7673
  };
7691
7674
  const getBlob$1 = async (path, type) => {
7692
- const content = await invoke$e('FileSystem.readFileAsBuffer', path);
7675
+ const content = await invoke$d('FileSystem.readFileAsBuffer', path);
7693
7676
  const array = new Uint8Array(content.data);
7694
7677
  const blob = new Blob([array], {
7695
7678
  type
@@ -7700,22 +7683,22 @@ const getPathSeparator$1 = () => {
7700
7683
  if (platform === Web$1) {
7701
7684
  return Slash;
7702
7685
  }
7703
- return invoke$e(FileSystemGetPathSeparator$1);
7686
+ return invoke$d(FileSystemGetPathSeparator$1);
7704
7687
  };
7705
7688
  const getRealPath = path => {
7706
- return invoke$e(FileSystemGetRealPath, /* path */path);
7689
+ return invoke$d(FileSystemGetRealPath, /* path */path);
7707
7690
  };
7708
7691
  const stat = path => {
7709
7692
  path = toUri(path);
7710
- return invoke$e(FileSystemStat, /* path */path);
7693
+ return invoke$d(FileSystemStat, /* path */path);
7711
7694
  };
7712
7695
  const getFolderSize = path => {
7713
7696
  path = toUri(path);
7714
- return invoke$e('FileSystemDisk.getFolderSize', /* path */path);
7697
+ return invoke$d('FileSystemDisk.getFolderSize', /* path */path);
7715
7698
  };
7716
7699
  const chmod = (path, permissions) => {
7717
7700
  path = toUri(path);
7718
- return invoke$e(FileSystemChmod, /* path */path, /* permissions */permissions);
7701
+ return invoke$d(FileSystemChmod, /* path */path, /* permissions */permissions);
7719
7702
  };
7720
7703
  const canBeRestored$2 = true;
7721
7704
 
@@ -7869,7 +7852,7 @@ const requestPermission = async (handle, options) => {
7869
7852
  // query permission, but from renderer process
7870
7853
  // because handle.requestPermission is not implemented
7871
7854
  // in a worker, see https://github.com/WICG/file-system-access/issues/289
7872
- const permissionTypeNow = await invoke$f('FileSystemHandle.requestPermission', handle, options);
7855
+ const permissionTypeNow = await invoke$e('FileSystemHandle.requestPermission', handle, options);
7873
7856
  return permissionTypeNow;
7874
7857
  };
7875
7858
  const queryPermission = async (handle, options) => {
@@ -8452,11 +8435,11 @@ const launchAboutViewWorker = async () => {
8452
8435
  };
8453
8436
 
8454
8437
  const {
8455
- invoke: invoke$c
8438
+ invoke: invoke$b
8456
8439
  } = getOrCreateWorker(launchAboutViewWorker);
8457
8440
 
8458
8441
  const showAboutElectron = async () => {
8459
- return invoke$c('About.showAboutElectron');
8442
+ return invoke$b('About.showAboutElectron');
8460
8443
  };
8461
8444
 
8462
8445
  const showAboutDefault = async () => {
@@ -8503,7 +8486,7 @@ const Ajax_ipc = {
8503
8486
 
8504
8487
  const playBell = async () => {
8505
8488
  const src = '/sounds/bell.oga';
8506
- await invoke$f(/* Audio.play */3211, /* src */src);
8489
+ await invoke$e(/* Audio.play */3211, /* src */src);
8507
8490
  };
8508
8491
 
8509
8492
  const name$2e = 'Audio';
@@ -8570,11 +8553,11 @@ const promptRestart = () => {
8570
8553
  };
8571
8554
 
8572
8555
  const getAutoUpdateType = () => {
8573
- return invoke$e('AutoUpdater.getAutoUpdateType');
8556
+ return invoke$d('AutoUpdater.getAutoUpdateType');
8574
8557
  };
8575
8558
 
8576
8559
  const getLatestVersion = () => {
8577
- return invoke$e('AutoUpdater.getLatestVersion');
8560
+ return invoke$d('AutoUpdater.getLatestVersion');
8578
8561
  };
8579
8562
 
8580
8563
  const checkForUpdates$1 = async () => {
@@ -8839,10 +8822,10 @@ const applyLegacyBulkReplacement = async (files, ranges, replacement) => {
8839
8822
  array(ranges);
8840
8823
  string(replacement);
8841
8824
  if (isSpecialScheme(files)) {
8842
- await invoke$d('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8825
+ await invoke$c('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8843
8826
  return;
8844
8827
  }
8845
- await invoke$e('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8828
+ await invoke$d('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
8846
8829
  };
8847
8830
 
8848
8831
  const applyFileReplacement = async edit => {
@@ -9078,7 +9061,7 @@ const Chrome_ipc = {
9078
9061
 
9079
9062
  const readText = async () => {
9080
9063
  try {
9081
- return await invoke$f('ClipBoard.readText');
9064
+ return await invoke$e('ClipBoard.readText');
9082
9065
  } catch (error) {
9083
9066
  // @ts-ignore
9084
9067
  if (error.message === 'Read permission denied.') {
@@ -9095,7 +9078,7 @@ const readText = async () => {
9095
9078
  const writeText$1 = async text => {
9096
9079
  try {
9097
9080
  string(text);
9098
- await invoke$f('ClipBoard.writeText', /* text */text);
9081
+ await invoke$e('ClipBoard.writeText', /* text */text);
9099
9082
  } catch (error) {
9100
9083
  throw new VError(error, 'Failed to write text to clipboard');
9101
9084
  }
@@ -9105,7 +9088,7 @@ const writeNativeFiles = async (type, files) => {
9105
9088
  if (platform === Web$1) {
9106
9089
  throw new Error('not supported');
9107
9090
  }
9108
- await invoke$e(/* command */'ClipBoard.writeFiles', /* type */type, /* files */files);
9091
+ await invoke$d(/* command */'ClipBoard.writeFiles', /* type */type, /* files */files);
9109
9092
  } catch (error) {
9110
9093
  throw new VError(error, 'Failed to write files to native clipboard');
9111
9094
  }
@@ -9115,21 +9098,21 @@ const readNativeFiles = async () => {
9115
9098
  if (platform === Web$1) {
9116
9099
  throw new Error('not supported');
9117
9100
  }
9118
- return await invoke$e(/* command */'ClipBoard.readFiles');
9101
+ return await invoke$d(/* command */'ClipBoard.readFiles');
9119
9102
  } catch (error) {
9120
9103
  throw new VError(error, 'Failed to read files from native clipboard');
9121
9104
  }
9122
9105
  };
9123
9106
  const writeImage = async blob => {
9124
9107
  try {
9125
- return await invoke$f('ClipBoard.writeImage', blob);
9108
+ return await invoke$e('ClipBoard.writeImage', blob);
9126
9109
  } catch (error) {
9127
9110
  throw new VError(error, 'Failed to write image to clipboard');
9128
9111
  }
9129
9112
  };
9130
9113
  const execCopy = async () => {
9131
9114
  try {
9132
- return await invoke$f('ClipBoard.execCopy');
9115
+ return await invoke$e('ClipBoard.execCopy');
9133
9116
  } catch (error) {
9134
9117
  throw new VError(error, 'Failed to copy selected text');
9135
9118
  }
@@ -9170,7 +9153,7 @@ const getProductNameLong = () => {
9170
9153
  };
9171
9154
 
9172
9155
  const showOpenDialog = (title, properties) => {
9173
- return invoke$e('ElectronDialog.showOpenDialog', title, properties);
9156
+ return invoke$d('ElectronDialog.showOpenDialog', title, properties);
9174
9157
  };
9175
9158
  const showMessageBox = async options => {
9176
9159
  // TODO maybe request window id here instead of at caller
@@ -9182,7 +9165,7 @@ const showMessageBox = async options => {
9182
9165
  productName,
9183
9166
  windowId
9184
9167
  };
9185
- return invoke$e('ElectronDialog.showMessageBox', finalOptions);
9168
+ return invoke$d('ElectronDialog.showMessageBox', finalOptions);
9186
9169
  };
9187
9170
 
9188
9171
  const Question = 'question';
@@ -9199,7 +9182,7 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
9199
9182
  };
9200
9183
 
9201
9184
  const prompt$2 = async (message, confirmMessage, title) => {
9202
- const result = await invoke$f('ConfirmPrompt.prompt', message);
9185
+ const result = await invoke$e('ConfirmPrompt.prompt', message);
9203
9186
  return result;
9204
9187
  };
9205
9188
 
@@ -9243,21 +9226,21 @@ const ConfirmPrompt_ipc = {
9243
9226
  };
9244
9227
 
9245
9228
  const startRecording = options => {
9246
- return invoke$e('ElectronContentTracing.startRecording', options);
9229
+ return invoke$d('ElectronContentTracing.startRecording', options);
9247
9230
  };
9248
9231
 
9249
9232
  /**
9250
9233
  * @returns {Promise<string>}
9251
9234
  */
9252
9235
  const stopRecording = () => {
9253
- return invoke$e('ElectronContentTracing.stopRecording');
9236
+ return invoke$d('ElectronContentTracing.stopRecording');
9254
9237
  };
9255
9238
 
9256
9239
  const showItemInFolder = fullPath => {
9257
- return invoke$e('OpenExternal.showItemInFolder', fullPath);
9240
+ return invoke$d('OpenExternal.showItemInFolder', fullPath);
9258
9241
  };
9259
9242
  const openExternal$2 = url => {
9260
- return invoke$e('OpenExternal.openExternal', url);
9243
+ return invoke$d('OpenExternal.openExternal', url);
9261
9244
  };
9262
9245
 
9263
9246
  const openNativeFolderWeb = absolutePath => {
@@ -9265,7 +9248,7 @@ const openNativeFolderWeb = absolutePath => {
9265
9248
  };
9266
9249
  const openNativeFolderRemote = async absolutePath => {
9267
9250
  try {
9268
- await invoke$e(OpenNativeFolder, /* path */absolutePath);
9251
+ await invoke$d(OpenNativeFolder, /* path */absolutePath);
9269
9252
  } catch (error) {
9270
9253
  throw new VError(error, `Failed to open folder ${absolutePath}`);
9271
9254
  }
@@ -9467,23 +9450,23 @@ const Debug_ipc = {
9467
9450
 
9468
9451
  const attachDebugger = async pid => {
9469
9452
  number$1(pid);
9470
- await invoke$e('AttachDebugger.attachDebugger', pid);
9453
+ await invoke$d('AttachDebugger.attachDebugger', pid);
9471
9454
  };
9472
9455
 
9473
9456
  const getPid = () => {
9474
- return invoke$e('Process.getPid');
9457
+ return invoke$d('Process.getPid');
9475
9458
  };
9476
9459
  const getElectronVersion = () => {
9477
- return invoke$e('ElectronProcess.getElectronVersion');
9460
+ return invoke$d('ElectronProcess.getElectronVersion');
9478
9461
  };
9479
9462
  const getNodeVersion = () => {
9480
- return invoke$e('Process.getNodeVersion');
9463
+ return invoke$d('Process.getNodeVersion');
9481
9464
  };
9482
9465
  const getChromeVersion = () => {
9483
- return invoke$e('ElectronProcess.getChromeVersion');
9466
+ return invoke$d('ElectronProcess.getChromeVersion');
9484
9467
  };
9485
9468
  const getArch = () => {
9486
- return invoke$e('Process.getArch');
9469
+ return invoke$d('Process.getArch');
9487
9470
  };
9488
9471
 
9489
9472
  const debugSharedProcess = async () => {
@@ -9503,10 +9486,10 @@ const DebugSharedProcess_ipc = {
9503
9486
  };
9504
9487
 
9505
9488
  const crashSharedProcess = () => {
9506
- return invoke$e('Crash.crashSharedProcess');
9489
+ return invoke$d('Crash.crashSharedProcess');
9507
9490
  };
9508
9491
  const crashMainProcess = () => {
9509
- return invoke$e('Crash.crashMainProcess');
9492
+ return invoke$d('Crash.crashMainProcess');
9510
9493
  };
9511
9494
 
9512
9495
  const toggleDeveloperTools$1 = () => {
@@ -9522,7 +9505,7 @@ const openCacheFolder = async () => {
9522
9505
  await openNativeFolder(cacheFolder);
9523
9506
  };
9524
9507
  const openDataFolder = async () => {
9525
- const dataFolder = await invoke$e(/* Platform.getDataDir */'Platform.getDataDir');
9508
+ const dataFolder = await invoke$d(/* Platform.getDataDir */'Platform.getDataDir');
9526
9509
  await openNativeFolder(dataFolder);
9527
9510
  };
9528
9511
  const openLogsFolder = async () => {
@@ -9535,7 +9518,7 @@ const openLogsFolder = async () => {
9535
9518
  };
9536
9519
 
9537
9520
  const getPerformanceEntries = () => {
9538
- return invoke$e('ElectronDeveloper.getPerformanceEntries');
9521
+ return invoke$d('ElectronDeveloper.getPerformanceEntries');
9539
9522
  };
9540
9523
 
9541
9524
  const toMarkdownTable = (header, rows) => {
@@ -9772,7 +9755,7 @@ const getNodeTiming = () => {
9772
9755
  if (platform === Web$1) {
9773
9756
  return undefined;
9774
9757
  }
9775
- return invoke$e(/* command */'Performance.getNodeStartupTiming');
9758
+ return invoke$d(/* command */'Performance.getNodeStartupTiming');
9776
9759
  };
9777
9760
  const getMeasureEntries = () => {
9778
9761
  const measureEntries = getEntriesByType(Measure);
@@ -9861,13 +9844,13 @@ const formatRendererProcessData = ({
9861
9844
  return toMarkdownTable(header, rows);
9862
9845
  };
9863
9846
  const getSharedProcessMemoryUsage = () => {
9864
- return invoke$e(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
9847
+ return invoke$d(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
9865
9848
  };
9866
9849
  const getPerformanceMemory = () => {
9867
- return invoke$f('Performance.getMemory');
9850
+ return invoke$e('Performance.getMemory');
9868
9851
  };
9869
9852
  const getPerformanceUserAgentSpecificMemory = () => {
9870
- return invoke$f('Performance.measureUserAgentSpecificMemory');
9853
+ return invoke$e('Performance.measureUserAgentSpecificMemory');
9871
9854
  };
9872
9855
 
9873
9856
  // TODO handle case when renderer process and renderer worker are same process communicating via messagePort
@@ -9920,13 +9903,13 @@ const showMemoryUsage = async () => {
9920
9903
 
9921
9904
  // TODO not sure if this function is useful
9922
9905
  const allocateMemoryInSharedProcess = () => {
9923
- return invoke$e(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
9906
+ return invoke$d(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
9924
9907
  };
9925
9908
  const createSharedProcessHeapSnapshot = async () => {
9926
- await invoke$e(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
9909
+ await invoke$d(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
9927
9910
  };
9928
9911
  const createSharedProcessProfile = async () => {
9929
- await invoke$e(/* Developer.createProfile */'Developer.createProfile');
9912
+ await invoke$d(/* Developer.createProfile */'Developer.createProfile');
9930
9913
  };
9931
9914
  const reloadIconTheme = async () => {
9932
9915
  await hydrate$3();
@@ -10103,12 +10086,12 @@ const Dialog_ipc = {
10103
10086
  const downloadFile = async (fileName, url) => {
10104
10087
  string(fileName);
10105
10088
  string(url);
10106
- await invoke$f(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
10089
+ await invoke$e(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
10107
10090
  };
10108
10091
  const downloadToDownloadsFolder = async (fileName, url) => {
10109
10092
  const downloadFolder = await getDownloadDir();
10110
10093
  const outFile = `${downloadFolder}/${fileName}`;
10111
- await invoke$e(DownloadDownload, /* url */url, /* outFile */outFile);
10094
+ await invoke$d(DownloadDownload, /* url */url, /* outFile */outFile);
10112
10095
  };
10113
10096
  const downloadJson = async (json, fileName) => {
10114
10097
  let url = '';
@@ -10129,7 +10112,7 @@ const downloadJson = async (json, fileName) => {
10129
10112
  const downloadUrl = (url, outFile) => {
10130
10113
  string(url);
10131
10114
  string(outFile);
10132
- return invoke$e('Download.download', url, outFile);
10115
+ return invoke$d('Download.download', url, outFile);
10133
10116
  };
10134
10117
 
10135
10118
  const name$1Z = 'Download';
@@ -10207,7 +10190,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
10207
10190
  const x$1 = x(editor, rowIndex, columnIndex);
10208
10191
  // @ts-ignore
10209
10192
  const y$1 = y(editor, rowIndex);
10210
- await invoke$f(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
10193
+ await invoke$e(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
10211
10194
  };
10212
10195
 
10213
10196
  const Commands$1O = {
@@ -10223,53 +10206,24 @@ const EditorError_ipc = {
10223
10206
  * @enum {string}
10224
10207
  */
10225
10208
  const UiStrings$m = {
10226
- OrganizeImports: 'Organize Imports',
10227
10209
  Copy: 'Copy',
10228
10210
  CopyLineDown: 'Copy Line Down',
10229
10211
  CopyLineUp: 'Copy Line Up',
10230
10212
  Cut: 'Cut',
10231
- DuplicateSelection: 'Duplicate Selection',
10232
10213
  FindAllImplementations: 'Find All Implementations',
10233
10214
  FindAllReferences: 'Find All References',
10234
10215
  GoToDefinition: 'Go to Definition',
10235
10216
  GoToTypeDefinition: 'Go to Type Definition',
10236
10217
  MoveLineDown: 'Move Line Down',
10237
10218
  MoveLineUp: 'Move Line Up',
10238
- NoDefinitionFound: 'No definition found',
10239
- NoDefinitionFoundFor: "No definition found for '{PH1}'",
10240
- NoTypeDefinitionFound: 'No type definition found',
10241
- NoTypeDefinitionFoundFor: "No type definition found for '{PH1}'",
10242
10219
  Paste: 'Paste',
10243
10220
  Redo: 'Redo',
10244
10221
  SelectAll: 'Select All',
10245
- Separator: 'Separator',
10246
10222
  ToggleBlockComment: 'Toggle Block Comment',
10247
10223
  ToggleLineComment: 'Toggle Line Comment',
10248
10224
  Undo: 'Undo',
10249
10225
  FormatDocument: 'Format Document',
10250
- SourceActions: 'Source Actions',
10251
- EditorShowHover: 'Show Hover',
10252
- EditorFormatDocumentForced: 'Editor: Format Document (forced)',
10253
- EditorSelectNextOccurrence: 'Editor: Select Next Occurrence',
10254
- EditorSelectAllOccurrences: 'Editor: Select All Occurrences',
10255
- EditorGoToDefinition: 'Editor: Go To Definition',
10256
- EditorGoToTypeDefinition: 'Editor: Go To Type Definition',
10257
- EditorSelectInsideString: 'Editor: Select Inside String',
10258
- EditorIndent: 'Editor: Indent',
10259
- EditorUnindent: 'Editor: Unindent',
10260
- EditorSortLinesAscending: 'Editor: Sort Lines Ascending',
10261
- EditorToggleComment: 'Editor: Toggle Comment',
10262
- EditorSelectUp: 'Editor: Select Up',
10263
- EditorSelectDown: 'Editor: Select Down',
10264
- EditorToggleBlockComment: 'Editor: Toggle Block Comment',
10265
- EditorOpenColorPicker: 'Editor: Open Color Picker',
10266
- EditorCloseColorPicker: 'Editor: Close Color Picker',
10267
- EditorCopyLineDown: 'Editor: Copy Line Down',
10268
- EditorCopyLineUp: 'Editor: Copy Line Up',
10269
- Replace: 'replace',
10270
- NoResults: 'No Results',
10271
- SortImports: 'Sort Imports'
10272
- };
10226
+ SourceActions: 'Source Actions'};
10273
10227
  const goToDefinition = () => {
10274
10228
  return i18nString(UiStrings$m.GoToDefinition);
10275
10229
  };
@@ -10420,7 +10374,6 @@ const MenuEntriesEdit = {
10420
10374
  const UiStrings$l = {
10421
10375
  NewFile: 'New File',
10422
10376
  NewWindow: 'New Window',
10423
- Separator: 'Separator',
10424
10377
  OpenFile: 'Open File',
10425
10378
  OpenFolder: 'Open Folder',
10426
10379
  OpenRecent: 'Open Recent',
@@ -10561,7 +10514,7 @@ const isAutoUpdateSupported = () => {
10561
10514
  if (platform !== Electron$1) {
10562
10515
  return false;
10563
10516
  }
10564
- return invoke$e('IsAutoUpdateSupported.isAutoUpdateSupported');
10517
+ return invoke$d('IsAutoUpdateSupported.isAutoUpdateSupported');
10565
10518
  };
10566
10519
 
10567
10520
  const id$k = Help$1;
@@ -10858,9 +10811,7 @@ const UiStrings$h = {
10858
10811
  Copy: 'Copy',
10859
10812
  Paste: 'Paste',
10860
10813
  SelectAll: 'Select All',
10861
- ToggleDeveloperTools: 'Toggle Developer Tools',
10862
- About: 'About'
10863
- };
10814
+ ToggleDeveloperTools: 'Toggle Developer Tools'};
10864
10815
  const toElectronMenuItem = entry => {
10865
10816
  switch (entry.label) {
10866
10817
  case UiStrings$h.Help:
@@ -10981,7 +10932,7 @@ const state$h = {
10981
10932
  };
10982
10933
  const setItems = async items => {
10983
10934
  const windowId = await getWindowId();
10984
- return invoke$e('ElectronApplicationMenu.setItems', windowId, items);
10935
+ return invoke$d('ElectronApplicationMenu.setItems', windowId, items);
10985
10936
  };
10986
10937
  const getEntryMap = async modules => {
10987
10938
  const map = Object.create(null);
@@ -11045,7 +10996,7 @@ const ElectronBrowserView_ipc = {
11045
10996
  };
11046
10997
 
11047
10998
  const writeText = text => {
11048
- return invoke$e('ElectronClipBoard.writeText', text);
10999
+ return invoke$d('ElectronClipBoard.writeText', text);
11049
11000
  };
11050
11001
 
11051
11002
  const name$1V = 'ElectronClipBoard';
@@ -11103,7 +11054,7 @@ const ErrorHandling_ipc = {
11103
11054
  };
11104
11055
 
11105
11056
  const exit = () => {
11106
- return invoke$e('Exit.exit');
11057
+ return invoke$d('Exit.exit');
11107
11058
  };
11108
11059
 
11109
11060
  const name$1R = 'Exit';
@@ -11117,20 +11068,7 @@ const Exit_ipc = {
11117
11068
  name: name$1R
11118
11069
  };
11119
11070
 
11120
- const STATUS_OFF = 0;
11121
11071
  const state$g = {
11122
- status: STATUS_OFF,
11123
- // TODO should be an enum state
11124
- /**
11125
- * @type {any[]}
11126
- */
11127
- readyCallbacks: [],
11128
- seenEvents: [],
11129
- extensionPromiseCache: Object.create(null),
11130
- /**
11131
- * @type {Promise<void>|undefined}
11132
- */
11133
- extensionHostPromise: undefined,
11134
11072
  /**
11135
11073
  * @type {any}
11136
11074
  */
@@ -11215,7 +11153,7 @@ const Extensions_ipc = {
11215
11153
 
11216
11154
  const showDirectoryPicker = async options => {
11217
11155
  try {
11218
- return await invoke$f('FilePicker.showDirectoryPicker', options);
11156
+ return await invoke$e('FilePicker.showDirectoryPicker', options);
11219
11157
  } catch (error) {
11220
11158
  if (error &&
11221
11159
  // @ts-ignore
@@ -11226,11 +11164,11 @@ const showDirectoryPicker = async options => {
11226
11164
  }
11227
11165
  };
11228
11166
  const showFilePicker = options => {
11229
- return invoke$f('FilePicker.showFilePicker', options);
11167
+ return invoke$e('FilePicker.showFilePicker', options);
11230
11168
  };
11231
11169
  const showSaveFilePicker = async options => {
11232
11170
  try {
11233
- return await invoke$f('FilePicker.showSaveFilePicker', options);
11171
+ return await invoke$e('FilePicker.showSaveFilePicker', options);
11234
11172
  } catch (error) {
11235
11173
  if (error &&
11236
11174
  // @ts-ignore
@@ -11293,7 +11231,6 @@ const IconTheme_ipc = {
11293
11231
  };
11294
11232
 
11295
11233
  const state$f = {
11296
- uri: '',
11297
11234
  versionId: 0
11298
11235
  };
11299
11236
  const WIDTH = 170; // TODO how to keep in sync with css?
@@ -11311,15 +11248,15 @@ const show$8 = async (uri, top, left) => {
11311
11248
  if (version !== state$f.versionId) {
11312
11249
  return;
11313
11250
  }
11314
- await invoke$f(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
11251
+ await invoke$e(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
11315
11252
  } catch (error) {
11316
11253
  console.error(error);
11317
- await invoke$f(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
11254
+ await invoke$e(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
11318
11255
  }
11319
11256
  };
11320
11257
  const hide$4 = async () => {
11321
11258
  ++state$f.versionId;
11322
- await invoke$f(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
11259
+ await invoke$e(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
11323
11260
  };
11324
11261
 
11325
11262
  // TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
@@ -11676,7 +11613,7 @@ const EditorRowInsertion = 'EditorRow Insertion';
11676
11613
  const EditorRows = 'EditorRows';
11677
11614
  const EditorTabCloseButton = 'EditorTabCloseButton';
11678
11615
  const FileIcon = 'FileIcon';
11679
- const Filter$4 = 'Filter';
11616
+ const Filter$3 = 'Filter';
11680
11617
  const FilterBadge = 'FilterBadge';
11681
11618
  const FocusOutline = 'FocusOutline';
11682
11619
  const Highlight = 'Highlight';
@@ -12286,9 +12223,7 @@ const state$c = {
12286
12223
  * @type {any[]}
12287
12224
  */
12288
12225
  menus: [],
12289
- latestTimeStamp: 0,
12290
- enterTimeout: -1
12291
- };
12226
+ latestTimeStamp: 0};
12292
12227
  const MENU_WIDTH = 150;
12293
12228
  const CONTEXT_MENU_ITEM_HEIGHT = 26;
12294
12229
  const CONTEXT_MENU_SEPARATOR_HEIGHT = 11;
@@ -12359,7 +12294,7 @@ const show$7 = async (x, y, id, mouseBlocking = false, ...args) => {
12359
12294
  });
12360
12295
  const visible = getVisible$1(menu.items, -1, false, menu.level);
12361
12296
  const dom = getMenuVirtualDom(visible).slice(1);
12362
- await invoke$f(/* Menu.show */'Menu.showMenu', /* x */bounds.x, /* y */bounds.y, /* width */bounds.width, /* height */bounds.height, /* items */menu.items, /* level */menu.level, /* parentIndex */-1, /* dom */dom, /* mouseBlocking */mouseBlocking);
12297
+ await invoke$e(/* Menu.show */'Menu.showMenu', /* x */bounds.x, /* y */bounds.y, /* width */bounds.width, /* height */bounds.height, /* items */menu.items, /* level */menu.level, /* parentIndex */-1, /* dom */dom, /* mouseBlocking */mouseBlocking);
12363
12298
  };
12364
12299
  const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
12365
12300
  // TODO delete old menus
@@ -12381,7 +12316,7 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
12381
12316
  const height = getMenuHeight(subMenuItems);
12382
12317
  const visible = getVisible$1(subMenu.items, -1, false, subMenu.level);
12383
12318
  const dom = getMenuVirtualDom(visible).slice(1);
12384
- invoke$f(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
12319
+ invoke$e(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
12385
12320
  };
12386
12321
  const showSubMenu = async (level, index) => {
12387
12322
  await showSubMenuAtEnter(level, index, -1, -1);
@@ -12441,7 +12376,7 @@ const hide$3 = async (restoreFocus = true) => {
12441
12376
  return;
12442
12377
  }
12443
12378
  state$c.menus = [];
12444
- await invoke$f(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
12379
+ await invoke$e(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
12445
12380
  };
12446
12381
 
12447
12382
  // TODO difference between focusing with mouse or keyboard
@@ -12451,7 +12386,7 @@ const hide$3 = async (restoreFocus = true) => {
12451
12386
  const hideSubMenus = async level => {
12452
12387
  if (level < state$c.menus.length) {
12453
12388
  state$c.menus = state$c.menus.slice(0, level + 1);
12454
- await invoke$f(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
12389
+ await invoke$e(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
12455
12390
  }
12456
12391
  };
12457
12392
  const MENU_DELAY_TRIANGLE = 300;
@@ -12496,7 +12431,7 @@ const handleMouseLeave = async () => {
12496
12431
  }
12497
12432
  const oldFocusedIndex = menu.focusedIndex;
12498
12433
  menu.focusedIndex = -1;
12499
- await invoke$f(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
12434
+ await invoke$e(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
12500
12435
  };
12501
12436
  const focusIndex$8 = async (menu, index) => {
12502
12437
  if (menu.items.length === 0) {
@@ -12504,7 +12439,7 @@ const focusIndex$8 = async (menu, index) => {
12504
12439
  }
12505
12440
  const oldFocusedIndex = menu.focusedIndex;
12506
12441
  menu.focusedIndex = index;
12507
- await invoke$f(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
12442
+ await invoke$e(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
12508
12443
  };
12509
12444
  const getIndexToFocusNextStartingAt = (items, startIndex) => {
12510
12445
  for (let i = startIndex; i < startIndex + items.length; i++) {
@@ -12752,22 +12687,22 @@ const state$a = {
12752
12687
  focusedPart: PART_TITLE_BAR
12753
12688
  };
12754
12689
  const focusActivityBar = async () => {
12755
- await invoke$f(/* ActivityBar.focus */717115);
12690
+ await invoke$e(/* ActivityBar.focus */717115);
12756
12691
  };
12757
12692
  const focusStatusBar = async () => {
12758
- await invoke$f(/* StatusBar.focus */8882);
12693
+ await invoke$e(/* StatusBar.focus */8882);
12759
12694
  };
12760
12695
  const focusPanel = async () => {
12761
- await invoke$f(/* Panel.focus */6664);
12696
+ await invoke$e(/* Panel.focus */6664);
12762
12697
  };
12763
12698
  const focusSideBar = async () => {
12764
- await invoke$f(/* SideBar.focus */5554);
12699
+ await invoke$e(/* SideBar.focus */5554);
12765
12700
  };
12766
12701
  const focusTitleBar = async () => {
12767
- await invoke$f(/* TitleBar.focus */1331);
12702
+ await invoke$e(/* TitleBar.focus */1331);
12768
12703
  };
12769
12704
  const focusMain = async () => {
12770
- await invoke$f(/* Main.focus */2145);
12705
+ await invoke$e(/* Main.focus */2145);
12771
12706
  };
12772
12707
  const focusPart = part => {
12773
12708
  state$a.focusedPart = part;
@@ -12878,7 +12813,7 @@ const create$R = async (type, text) => {
12878
12813
  type,
12879
12814
  text
12880
12815
  });
12881
- await invoke$f(/* Notification.create */'Notification.create', /* type */type, /* text */text);
12816
+ await invoke$e(/* Notification.create */'Notification.create', /* type */type, /* text */text);
12882
12817
  };
12883
12818
  const showWithOptions = async (type, text, options) => {
12884
12819
  // @ts-ignore
@@ -12887,7 +12822,7 @@ const showWithOptions = async (type, text, options) => {
12887
12822
  text,
12888
12823
  options
12889
12824
  });
12890
- await invoke$f(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
12825
+ await invoke$e(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
12891
12826
  };
12892
12827
  const handleClick$7 = index => {
12893
12828
  console.log('handle click');
@@ -12903,7 +12838,7 @@ const handleClick$7 = index => {
12903
12838
  });
12904
12839
  };
12905
12840
  const dispose$t = async id => {
12906
- await invoke$f(/* Notification.dispose */'Notification.dispose', /* id */id);
12841
+ await invoke$e(/* Notification.dispose */'Notification.dispose', /* id */id);
12907
12842
  };
12908
12843
 
12909
12844
  const name$1y = 'Notification';
@@ -12922,7 +12857,7 @@ const Notification_ipc = {
12922
12857
 
12923
12858
  const openUrlWeb = async url => {
12924
12859
  try {
12925
- await invoke$f(/* Open.openUrl */'Open.openUrl', /* url */url);
12860
+ await invoke$e(/* Open.openUrl */'Open.openUrl', /* url */url);
12926
12861
  } catch (error) {
12927
12862
  throw new VError(error, `Failed to open url ${url}`);
12928
12863
  }
@@ -12995,7 +12930,7 @@ const Preferences_ipc = {
12995
12930
  };
12996
12931
 
12997
12932
  const prompt = (message, defaultValue) => {
12998
- return invoke$f('Prompt.prompt', message, defaultValue);
12933
+ return invoke$e('Prompt.prompt', message, defaultValue);
12999
12934
  };
13000
12935
 
13001
12936
  const name$1t = 'Prompt';
@@ -13010,7 +12945,7 @@ const Prompt_ipc = {
13010
12945
  };
13011
12946
 
13012
12947
  const rebuildNodePty = async () => {
13013
- await invoke$e('RebuildNodePty.rebuildNodePty');
12948
+ await invoke$d('RebuildNodePty.rebuildNodePty');
13014
12949
  };
13015
12950
 
13016
12951
  const name$1s = 'RebuildNodePty';
@@ -13161,7 +13096,7 @@ const launchTestWorker = async () => {
13161
13096
 
13162
13097
  const execute$1 = async href => {
13163
13098
  const ipc = await launchTestWorker();
13164
- await invoke$g(ipc, 'Test.execute', href);
13099
+ await invoke$f(ipc, 'Test.execute', href);
13165
13100
  };
13166
13101
 
13167
13102
  const name$1l = 'Test';
@@ -13176,16 +13111,16 @@ const Test_ipc = {
13176
13111
  };
13177
13112
 
13178
13113
  const checkSingleElementCondition = (locator, fnName, options) => {
13179
- return invoke$f('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
13114
+ return invoke$e('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
13180
13115
  };
13181
13116
  const checkMultiElementCondition = (locator, fnName, options) => {
13182
- return invoke$f('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
13117
+ return invoke$e('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
13183
13118
  };
13184
13119
  const showOverlay = (...args) => {
13185
- return invoke$f('TestFrameWork.showOverlay', ...args);
13120
+ return invoke$e('TestFrameWork.showOverlay', ...args);
13186
13121
  };
13187
13122
  const performAction = (...args) => {
13188
- return invoke$f('TestFrameWork.performAction', ...args);
13123
+ return invoke$e('TestFrameWork.performAction', ...args);
13189
13124
  };
13190
13125
 
13191
13126
  const name$1k = 'TestFrameWork';
@@ -13279,10 +13214,10 @@ const WindowTitle_ipc = {
13279
13214
  };
13280
13215
 
13281
13216
  const mock = () => {
13282
- return invoke$f('PointerCapture.mock');
13217
+ return invoke$e('PointerCapture.mock');
13283
13218
  };
13284
13219
  const unmock = () => {
13285
- return invoke$f('PointerCapture.unmock');
13220
+ return invoke$e('PointerCapture.unmock');
13286
13221
  };
13287
13222
 
13288
13223
  const name$1e = 'PointerCapture';
@@ -13385,7 +13320,7 @@ const set$4 = async (url, contentSecurityPolicy) => {
13385
13320
  if (platform === Web$1) {
13386
13321
  return;
13387
13322
  }
13388
- await invoke$e('ContentSecurityPolicy.set', url, contentSecurityPolicy);
13323
+ await invoke$d('ContentSecurityPolicy.set', url, contentSecurityPolicy);
13389
13324
  };
13390
13325
 
13391
13326
  const set$3 = async (url, contentSecurityPolicy) => {
@@ -13428,20 +13363,20 @@ const launchTerminalWorker = async () => {
13428
13363
  };
13429
13364
 
13430
13365
  const {
13431
- invoke: invoke$b,
13432
- invokeAndTransfer: invokeAndTransfer$9
13366
+ invoke: invoke$a,
13367
+ invokeAndTransfer: invokeAndTransfer$1
13433
13368
  } = getOrCreateWorker(launchTerminalWorker);
13434
13369
 
13435
13370
  const create$Q = async canvasId => {
13436
13371
  number$1(canvasId);
13437
13372
  const id = create$11();
13438
- await invoke$f('OffscreenCanvas.create', canvasId, id);
13373
+ await invoke$e('OffscreenCanvas.create', canvasId, id);
13439
13374
  const canvas = acquire(id);
13440
13375
  return canvas;
13441
13376
  };
13442
13377
  const createForTerminal = async (canvasId, callbackId) => {
13443
13378
  const canvas = await create$Q(canvasId);
13444
- await invokeAndTransfer$9('OffscreenCanvas.handleResult', callbackId, canvas);
13379
+ await invokeAndTransfer$1('OffscreenCanvas.handleResult', callbackId, canvas);
13445
13380
  };
13446
13381
 
13447
13382
  const name$18 = 'OffscreenCanvas';
@@ -13699,7 +13634,7 @@ const ExtensionHostClosingTagCompletion_ipc = {
13699
13634
  const sendMessagePortToRendererProcess = async (port, initialCommand) => {
13700
13635
  object(port);
13701
13636
  string(initialCommand);
13702
- await invokeAndTransfer$c(initialCommand, port);
13637
+ await invokeAndTransfer$4(initialCommand, port);
13703
13638
  };
13704
13639
 
13705
13640
  const name$_ = 'SendMessagePortToRendererProcess';
@@ -13743,7 +13678,7 @@ const ExtensionHostHover_ipc = {
13743
13678
  const sendMessagePortToExtensionHostWorker = async (port, initialCommand) => {
13744
13679
  object(port);
13745
13680
  string(initialCommand);
13746
- await invokeAndTransfer$a(initialCommand, port);
13681
+ await invokeAndTransfer$2(initialCommand, port);
13747
13682
  };
13748
13683
 
13749
13684
  const name$Y = 'SendMessagePortToExtensionHostWorker';
@@ -13801,14 +13736,13 @@ const launchSyntaxHighlightingWorker = async () => {
13801
13736
  };
13802
13737
 
13803
13738
  const {
13804
- invoke: invoke$a,
13805
- invokeAndTransfer: invokeAndTransfer$8
13739
+ invokeAndTransfer
13806
13740
  } = getOrCreateWorker(launchSyntaxHighlightingWorker);
13807
13741
 
13808
13742
  const sendMessagePortToSyntaxHighlightingWorker = async (port, initialCommand) => {
13809
13743
  object(port);
13810
13744
  string(initialCommand);
13811
- await invokeAndTransfer$8(initialCommand, port);
13745
+ await invokeAndTransfer(initialCommand, port);
13812
13746
  };
13813
13747
 
13814
13748
  const name$W = 'SendMessagePortToSyntaxHighlightingWorker';
@@ -13836,7 +13770,7 @@ const Transferrable_ipc = {
13836
13770
  };
13837
13771
 
13838
13772
  const getWebViewsNode = async () => {
13839
- const webViews = await invoke$e('ExtensionHost.getWebViews');
13773
+ const webViews = await invoke$d('ExtensionHost.getWebViews');
13840
13774
  return webViews;
13841
13775
  };
13842
13776
 
@@ -13869,13 +13803,13 @@ const isGitpod = getHost().endsWith('.gitpod.io');
13869
13803
  const WebView = 'lvce-oss-webview';
13870
13804
 
13871
13805
  const setPort = async (uid, port, origin, portType) => {
13872
- await invokeAndTransfer$c('WebView.setPort', uid, port, origin, portType);
13806
+ await invokeAndTransfer$4('WebView.setPort', uid, port, origin, portType);
13873
13807
  };
13874
13808
  const getWebViewInfo = providerId => {
13875
- return invoke$d('ExtensionHostWebView.getWebViewInfo', providerId);
13809
+ return invoke$c('ExtensionHostWebView.getWebViewInfo', providerId);
13876
13810
  };
13877
13811
  const create3 = async (uri, id) => {
13878
- await invoke$d('WebView.create3', {
13812
+ await invoke$c('WebView.create3', {
13879
13813
  id,
13880
13814
  uri,
13881
13815
  platform: platform,
@@ -13887,19 +13821,19 @@ const create3 = async (uri, id) => {
13887
13821
  };
13888
13822
  const compat = {
13889
13823
  sharedProcessInvoke(...args) {
13890
- return invoke$e(...args);
13824
+ return invoke$d(...args);
13891
13825
  },
13892
13826
  rendererProcessInvoke(...args) {
13893
- return invoke$f(...args);
13827
+ return invoke$e(...args);
13894
13828
  },
13895
13829
  rendererProcessInvokeAndTransfer(...args) {
13896
- return invokeAndTransfer$c(...args);
13830
+ return invokeAndTransfer$4(...args);
13897
13831
  },
13898
13832
  extensionHostWorkerInvokeAndTransfer(...args) {
13899
- return invokeAndTransfer$a(...args);
13833
+ return invokeAndTransfer$2(...args);
13900
13834
  },
13901
13835
  extensionHostWorkerInvoke(...args) {
13902
- return invoke$d(...args);
13836
+ return invoke$c(...args);
13903
13837
  },
13904
13838
  getWebViews() {
13905
13839
  return getWebViews$1();
@@ -13954,7 +13888,7 @@ const getOrCreate$1 = () => {
13954
13888
  };
13955
13889
  const invoke$9 = async (method, ...params) => {
13956
13890
  const ipc = await getOrCreate$1();
13957
- return invoke$g(ipc, method, ...params);
13891
+ return invoke$f(ipc, method, ...params);
13958
13892
  };
13959
13893
 
13960
13894
  const name$T = 'SearchProcess';
@@ -13983,13 +13917,13 @@ const executeTextSearchProvider = async (scheme, query) => {
13983
13917
  return result;
13984
13918
  };
13985
13919
  const textSearchHtml = (...args) => {
13986
- return invoke$d('TextSearchHtml.textSearch', ...args);
13920
+ return invoke$c('TextSearchHtml.textSearch', ...args);
13987
13921
  };
13988
13922
  const textSearchFetch = (...args) => {
13989
- return invoke$d('TextSearchFetch.textSearch', ...args);
13923
+ return invoke$c('TextSearchFetch.textSearch', ...args);
13990
13924
  };
13991
13925
  const textSearchMemory = (...args) => {
13992
- return invoke$d('TextSearchMemory.textSearch', ...args);
13926
+ return invoke$c('TextSearchMemory.textSearch', ...args);
13993
13927
  };
13994
13928
 
13995
13929
  const name$S = 'ExtensionHostTextSearch';
@@ -14042,32 +13976,32 @@ const Process_ipc = {
14042
13976
  };
14043
13977
 
14044
13978
  const install$1 = id => {
14045
- return invoke$e(InstallExtensionInstallExtension, /* id */id);
13979
+ return invoke$d(InstallExtensionInstallExtension, /* id */id);
14046
13980
  };
14047
13981
 
14048
13982
  const install = id => {
14049
13983
  return install$1(id);
14050
13984
  };
14051
13985
  const uninstall$1 = id => {
14052
- return invoke$e(/* ExtensionManagement.uninstall */'ExtensionManagement.uninstall', /* id */id);
13986
+ return invoke$d(/* ExtensionManagement.uninstall */'ExtensionManagement.uninstall', /* id */id);
14053
13987
  };
14054
13988
  const disable$1 = async id => {
14055
- return invoke$e(/* ExtensionManagement.disable */'ExtensionManagement.disable', /* id */id);
13989
+ return invoke$d(/* ExtensionManagement.disable */'ExtensionManagement.disable', /* id */id);
14056
13990
  };
14057
13991
  const enable$1 = async id => {
14058
- return invoke$e(/* ExtensionManagement.enable */'ExtensionManagement.enable', /* id */id);
13992
+ return invoke$d(/* ExtensionManagement.enable */'ExtensionManagement.enable', /* id */id);
14059
13993
  };
14060
13994
  const getAllExtensions = async () => {
14061
13995
  if (platform === Web$1) {
14062
13996
  return [];
14063
13997
  }
14064
- return invoke$e(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
13998
+ return invoke$d(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
14065
13999
  };
14066
14000
  const getExtension2 = async id => {
14067
- return invoke$d('Extensions.getExtension', id);
14001
+ return invoke$c('Extensions.getExtension', id);
14068
14002
  };
14069
14003
  const getExtensionsEtag = async () => {
14070
- const etag = await invoke$e('ExtensionManagement.getExtensionsEtag');
14004
+ const etag = await invoke$d('ExtensionManagement.getExtensionsEtag');
14071
14005
  return etag;
14072
14006
  };
14073
14007
 
@@ -14105,21 +14039,21 @@ const create$P = () => {
14105
14039
  };
14106
14040
  };
14107
14041
  const loadContent$K = async state => {
14108
- const newState = await invoke$c('About.loadContent', state);
14109
- const commands = await invoke$c('About.render', state, newState);
14042
+ const newState = await invoke$b('About.loadContent', state);
14043
+ const commands = await invoke$b('About.render', state, newState);
14110
14044
  newState.commands = commands;
14111
14045
  return newState;
14112
14046
  };
14113
14047
  const handleClickOk$1 = async state => {
14114
- await invoke$c('About.handleClickOk');
14048
+ await invoke$b('About.handleClickOk');
14115
14049
  return state;
14116
14050
  };
14117
14051
  const handleClickCopy = async state => {
14118
- await invoke$c('About.handleClickCopy');
14052
+ await invoke$b('About.handleClickCopy');
14119
14053
  return state;
14120
14054
  };
14121
14055
  const handleClickClose$3 = async state => {
14122
- await invoke$c('About.handleClickClose');
14056
+ await invoke$b('About.handleClickClose');
14123
14057
  return state;
14124
14058
  };
14125
14059
  const handleFocusIn$1 = state => {
@@ -14127,14 +14061,14 @@ const handleFocusIn$1 = state => {
14127
14061
  return state;
14128
14062
  };
14129
14063
  const focusNext$8 = async state => {
14130
- const newState = await invoke$c('About.focusNext', state);
14131
- const commands = await invoke$c('About.render', state, newState);
14064
+ const newState = await invoke$b('About.focusNext', state);
14065
+ const commands = await invoke$b('About.render', state, newState);
14132
14066
  newState.commands = commands;
14133
14067
  return newState;
14134
14068
  };
14135
14069
  const focusPrevious$8 = async state => {
14136
- const newState = await invoke$c('About.focusPrevious', state);
14137
- const commands = await invoke$c('About.render', state, newState);
14070
+ const newState = await invoke$b('About.focusPrevious', state);
14071
+ const commands = await invoke$b('About.render', state, newState);
14138
14072
  newState.commands = commands;
14139
14073
  return newState;
14140
14074
  };
@@ -14151,7 +14085,7 @@ const Commands$C = {
14151
14085
  const Css$F = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
14152
14086
 
14153
14087
  const getKeyBindings$h = () => {
14154
- return invoke$c('About.getKeyBindings');
14088
+ return invoke$b('About.getKeyBindings');
14155
14089
  };
14156
14090
 
14157
14091
  const name$N = 'About';
@@ -14188,8 +14122,8 @@ const renderDialog$2 = {
14188
14122
  multiple: true
14189
14123
  };
14190
14124
  const render$G = [renderDialog$2];
14191
- const renderEventListeners$3 = async () => {
14192
- const listeners = await invoke$c('About.renderEventListeners');
14125
+ const renderEventListeners$4 = async () => {
14126
+ const listeners = await invoke$b('About.renderEventListeners');
14193
14127
  return listeners;
14194
14128
  };
14195
14129
 
@@ -14212,7 +14146,7 @@ const ViewletAbout_ipc = {
14212
14146
  name: name$N,
14213
14147
  render: render$G,
14214
14148
  renderDialog: renderDialog$2,
14215
- renderEventListeners: renderEventListeners$3
14149
+ renderEventListeners: renderEventListeners$4
14216
14150
  };
14217
14151
 
14218
14152
  const Tab = 1;
@@ -14724,7 +14658,6 @@ const HandlePointerOver = 'handlePointerOver';
14724
14658
  const HandleWheel = 'handleWheel';
14725
14659
 
14726
14660
  const ActivityBar$1 = 'ActivityBar';
14727
- const Filter$3 = 'Filter';
14728
14661
 
14729
14662
  const getIconVirtualDom = (icon, type = Div) => {
14730
14663
  return {
@@ -15073,7 +15006,7 @@ const create$M = (id, uri, x, y, width, height) => {
15073
15006
  };
15074
15007
  };
15075
15008
  const loadContent$H = async state => {
15076
- const browserViewMap = await invoke$e('ElectronBrowserView.getAll');
15009
+ const browserViewMap = await invoke$d('ElectronBrowserView.getAll');
15077
15010
  console.log({
15078
15011
  browserViewMap
15079
15012
  });
@@ -15126,7 +15059,7 @@ const create$L = (id, uri, x, y, width, height) => {
15126
15059
  };
15127
15060
  const loadContent$G = state => {
15128
15061
  const update = async () => {
15129
- await invoke$f(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
15062
+ await invoke$e(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
15130
15063
  };
15131
15064
  return {
15132
15065
  ...state,
@@ -15393,7 +15326,7 @@ const getActionFilterVirtualDom = action => {
15393
15326
  const dom = [];
15394
15327
  dom.push({
15395
15328
  type: Div,
15396
- className: Filter$4,
15329
+ className: Filter$3,
15397
15330
  childCount: 1
15398
15331
  }, {
15399
15332
  type: Input,
@@ -15428,7 +15361,6 @@ const getOptionVirtualDom = option => {
15428
15361
  const getActionSelectVirtualDom = action => {
15429
15362
  // @ts-ignore
15430
15363
  const {
15431
- id,
15432
15364
  options
15433
15365
  } = action;
15434
15366
  return [{
@@ -15451,7 +15383,7 @@ const getProblemsFilterVirtualDom = action => {
15451
15383
  const dom = [];
15452
15384
  dom.push({
15453
15385
  type: Div,
15454
- className: Filter$4,
15386
+ className: Filter$3,
15455
15387
  childCount: 1
15456
15388
  }, {
15457
15389
  type: Input,
@@ -15558,14 +15490,7 @@ const Escape = 'Escape';
15558
15490
  * @enum {string}
15559
15491
  */
15560
15492
  const UiStrings$e = {
15561
- KeyBindings: 'KeyBindings',
15562
- Command: 'Command',
15563
- When: 'When',
15564
- Key: 'Key',
15565
- EmptyString: '',
15566
- TypeToSearchKeyBindings: 'Type to search in keybindings',
15567
15493
  PressDesiredKeyCombinationThenPressEnter: 'Press Desired Key Combination, Then Press Enter',
15568
- ResultsWillUpdateAsYouType: 'Results will update as you type',
15569
15494
  Copy: 'Copy',
15570
15495
  CopyCommandId: 'Copy Command ID',
15571
15496
  CopyCommandTitle: 'Copy Command Title',
@@ -15856,9 +15781,7 @@ const launchDiffWorker = async () => {
15856
15781
  };
15857
15782
 
15858
15783
  const {
15859
- invoke: invoke$8,
15860
- invokeAndTransfer: invokeAndTransfer$7
15861
- } = getOrCreateWorker(launchDiffWorker);
15784
+ invoke: invoke$8} = getOrCreateWorker(launchDiffWorker);
15862
15785
 
15863
15786
  /**
15864
15787
  *
@@ -15929,8 +15852,6 @@ const TokenizePlainText = {
15929
15852
 
15930
15853
  const state$7 = {
15931
15854
  tokenizers: Object.create(null),
15932
- tokenizePaths: Object.create(null),
15933
- listeners: [],
15934
15855
  pending: Object.create(null),
15935
15856
  /**
15936
15857
  * @type {number[]}
@@ -16172,9 +16093,6 @@ const loadContent$B = async (state, savedState) => {
16172
16093
  // @ts-ignore
16173
16094
  const {
16174
16095
  uri,
16175
- top,
16176
- left,
16177
- width,
16178
16096
  height,
16179
16097
  minimumSliderSize,
16180
16098
  itemHeight
@@ -16606,7 +16524,6 @@ const getVisibleDiffLinesWithTokens = (lines, changes, minLineY, maxLineY, langu
16606
16524
  } = getTokensViewport({
16607
16525
  invalidStartIndex: 0,
16608
16526
  lineCache: [],
16609
- tokenizer,
16610
16527
  lines,
16611
16528
  languageId
16612
16529
  }, minLineY, Math.min(lines.length, maxLineY));
@@ -16917,8 +16834,8 @@ const create$B = (id, uri, x, y, width, height) => {
16917
16834
  };
16918
16835
  };
16919
16836
  const getTests = async () => {
16920
- const root = await invoke$e('Platform.getRoot');
16921
- const testPath = await invoke$e('Platform.getTestPath');
16837
+ const root = await invoke$d('Platform.getRoot');
16838
+ const testPath = await invoke$d('Platform.getTestPath');
16922
16839
  const absolutePath = `${root}/${testPath}/src`;
16923
16840
  const dirents = await readDirWithFileTypes$8(absolutePath);
16924
16841
  const filteredDirents = dirents.slice(1);
@@ -17395,14 +17312,12 @@ const launchEditorWorker = async () => {
17395
17312
  handleIpc(ipc);
17396
17313
  const syntaxHighlightingWorker = true;
17397
17314
  const syncIncremental = true;
17398
- await invoke$g(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
17315
+ await invoke$f(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
17399
17316
  return ipc;
17400
17317
  };
17401
17318
 
17402
17319
  const {
17403
- invoke: invoke$7,
17404
- invokeAndTransfer: invokeAndTransfer$6
17405
- } = getOrCreateWorker(launchEditorWorker);
17320
+ invoke: invoke$7} = getOrCreateWorker(launchEditorWorker);
17406
17321
  const actualInvoke = invoke$7;
17407
17322
 
17408
17323
  const combineResults$3 = results => {
@@ -17704,7 +17619,7 @@ const Commands$r = {
17704
17619
  ...wrapEditorCommands(ids),
17705
17620
  // TODO
17706
17621
  async showOverlayMessage(state, editor, ...args) {
17707
- await invoke$f(...args);
17622
+ await invoke$e(...args);
17708
17623
  return state;
17709
17624
  }
17710
17625
  };
@@ -17734,10 +17649,7 @@ const saveState$c = state => {
17734
17649
  const {
17735
17650
  selections,
17736
17651
  focused,
17737
- deltaY,
17738
- minLineY,
17739
- differences
17740
- } = state;
17652
+ deltaY} = state;
17741
17653
  return {
17742
17654
  selections: Array.from(selections),
17743
17655
  focused,
@@ -18030,21 +17942,9 @@ const menus$8 = [MenuEntriesExplorer];
18030
17942
  const UiStrings$d = {
18031
17943
  NewFile: 'New File...',
18032
17944
  NewFolder: 'New Folder...',
18033
- OpenContainingFolder: 'Open Containing Folder',
18034
- OpenInIntegratedTerminal: 'Open in integrated Terminal',
18035
- Cut: 'Cut',
18036
- Copy: 'Copy',
18037
- Paste: 'Paste',
18038
- CopyPath: 'Copy Path',
18039
- CopyRelativePath: 'Copy Relative Path',
18040
- Rename: 'Rename',
18041
- Delete: 'Delete',
18042
17945
  RefreshExplorer: 'Refresh Explorer',
18043
17946
  CollapseAllFoldersInExplorer: 'Collapse All Folders in Explorer',
18044
17947
  Explorer: 'Explorer',
18045
- FilesExplorer: 'Files Explorer',
18046
- YouHaveNotYetOpenedAFolder: 'You have not yet opened a folder',
18047
- OpenFolder: 'Open folder',
18048
17948
  NoFolderOpen: 'No Folder Open'
18049
17949
  };
18050
17950
  const newFile = () => {
@@ -18198,7 +18098,6 @@ const launchExtensionDetailViewWorker = async () => {
18198
18098
 
18199
18099
  const {
18200
18100
  invoke: invoke$5,
18201
- invokeAndTransfer: invokeAndTransfer$5,
18202
18101
  restart: restart$3
18203
18102
  } = getOrCreateWorker(launchExtensionDetailViewWorker);
18204
18103
 
@@ -18241,7 +18140,7 @@ const create$v = (id, uri, x, y, width, height) => {
18241
18140
  // TODO when there are multiple extension with the same id,
18242
18141
  // probably need to pass extension location from extensions viewlet
18243
18142
  const loadContent$v = async (state, savedState) => {
18244
- await invoke$5('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, -1);
18143
+ await invoke$5('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, 0, assetDir);
18245
18144
  await invoke$5('ExtensionDetail.loadContent', state.uid, platform, savedState);
18246
18145
  const dom = await invoke$5('ExtensionDetail.getVirtualDom2', state.uid);
18247
18146
  return {
@@ -18258,7 +18157,7 @@ const hotReload$2 = async state => {
18258
18157
  // possible TODO race condition during hot reload
18259
18158
  // there could still be pending promises when the worker is disposed
18260
18159
  await restart$3('ExtensionDetail.terminate');
18261
- await invoke$5('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
18160
+ await invoke$5('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, 0, assetDir);
18262
18161
  await invoke$5('ExtensionDetail.loadContent', state.uid, {});
18263
18162
  const dom = await invoke$5('ExtensionDetail.getVirtualDom2', state.uid);
18264
18163
  state.isHotReloading = false;
@@ -18346,6 +18245,10 @@ const renderSize = {
18346
18245
  }
18347
18246
  };
18348
18247
  const render$r = [renderDom$1, renderSize];
18248
+ const renderEventListeners$3 = async () => {
18249
+ const listeners = await invoke$5('ExtensionDetail.renderEventListeners');
18250
+ return listeners;
18251
+ };
18349
18252
 
18350
18253
  const ViewletExtensionDetail_ipc = {
18351
18254
  __proto__: null,
@@ -18360,6 +18263,7 @@ const ViewletExtensionDetail_ipc = {
18360
18263
  menus: menus$7,
18361
18264
  name: name$A,
18362
18265
  render: render$r,
18266
+ renderEventListeners: renderEventListeners$3,
18363
18267
  resize: resize$j,
18364
18268
  saveState: saveState$a
18365
18269
  };
@@ -18391,9 +18295,7 @@ const launchExtensionSearchViewWorker = async () => {
18391
18295
  };
18392
18296
 
18393
18297
  const {
18394
- invoke: invoke$4,
18395
- invokeAndTransfer: invokeAndTransfer$4
18396
- } = getOrCreateWorker(launchExtensionSearchViewWorker);
18298
+ invoke: invoke$4} = getOrCreateWorker(launchExtensionSearchViewWorker);
18397
18299
 
18398
18300
  const getFinalDeltaY = (height, itemHeight, itemsLength) => {
18399
18301
  const contentHeight = itemsLength * itemHeight;
@@ -18419,18 +18321,13 @@ const getListHeight$1 = state => {
18419
18321
  */
18420
18322
  const UiStrings$c = {
18421
18323
  NoExtensionsFound: 'No extensions found.',
18422
- Filter: 'Filter',
18423
18324
  Refresh: 'Refresh',
18424
- ClearExtensionSearchResults: 'Clear extension search results',
18425
18325
  Enable: 'Enable',
18426
18326
  Disable: 'Disable',
18427
18327
  Uninstall: 'Uninstall',
18428
18328
  InstallAnotherVersion: 'Install Another Version',
18429
18329
  SearchExtensionsInMarketplace: 'Search Extensions in Marketplace',
18430
- ViewsAndMoreActions: 'Views and more Actions...',
18431
- Extensions: 'Extensions',
18432
- Installed: 'Installed'
18433
- };
18330
+ ViewsAndMoreActions: 'Views and more Actions...'};
18434
18331
  const noExtensionsFound = () => {
18435
18332
  return i18nString(UiStrings$c.NoExtensionsFound);
18436
18333
  };
@@ -18587,30 +18484,30 @@ const dispose$l = () => {};
18587
18484
 
18588
18485
  // TODO show error / warning when installment fails / times out
18589
18486
  const handleInstall = async (state, id) => {
18590
- await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'installing');
18487
+ await invoke$e(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'installing');
18591
18488
  try {
18592
18489
  await install(/* id */id);
18593
18490
  } catch (error) {
18594
18491
  // TODO have multi send command
18595
- await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'uninstalled');
18492
+ await invoke$e(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'uninstalled');
18596
18493
  // TODO use command.execute
18597
18494
  handleError$2(error);
18598
18495
  return;
18599
18496
  }
18600
- await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'installed');
18497
+ await invoke$e(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'installed');
18601
18498
  };
18602
18499
 
18603
18500
  // TODO lazyload this
18604
18501
  const handleUninstall = async (state, id) => {
18605
- await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'uninstalling');
18502
+ await invoke$e(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'uninstalling');
18606
18503
  try {
18607
18504
  await uninstall$1(id);
18608
18505
  } catch (error) {
18609
- await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'installed');
18506
+ await invoke$e(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'installed');
18610
18507
  handleError$2(error);
18611
18508
  return;
18612
18509
  }
18613
- await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'uninstalled');
18510
+ await invoke$e(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'uninstalled');
18614
18511
  };
18615
18512
 
18616
18513
  // TODO lazyload this
@@ -18618,11 +18515,11 @@ const handleEnable = async (state, id) => {
18618
18515
  try {
18619
18516
  await enable$1(id);
18620
18517
  } catch (error) {
18621
- await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'disabled');
18518
+ await invoke$e(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'disabled');
18622
18519
  handleError$2(error);
18623
18520
  return;
18624
18521
  }
18625
- await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'enabled');
18522
+ await invoke$e(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'enabled');
18626
18523
  };
18627
18524
 
18628
18525
  // TODO lazyload this
@@ -18634,16 +18531,16 @@ const handleDisable = async (state, id) => {
18634
18531
  handleError$2(error);
18635
18532
  return;
18636
18533
  }
18637
- await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'disabled');
18534
+ await invoke$e(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'disabled');
18638
18535
  };
18639
18536
  const openSuggest = async state => {
18640
18537
  const filteredSuggestions = SUGGESTIONS;
18641
18538
  state.suggestionState = /* Open */1;
18642
- await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'openSuggest', /* suggestions */filteredSuggestions);
18539
+ await invoke$e(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'openSuggest', /* suggestions */filteredSuggestions);
18643
18540
  };
18644
18541
  const closeSuggest = async state => {
18645
18542
  state.suggestionState = /* Closed */0;
18646
- await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'closeSuggest');
18543
+ await invoke$e(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'closeSuggest');
18647
18544
  };
18648
18545
  const toggleSuggest = async state => {
18649
18546
  switch (state.suggestionState) {
@@ -18948,7 +18845,6 @@ const getDisplayReferences = references => {
18948
18845
  lineText: '',
18949
18846
  icon: getIcon$1({
18950
18847
  type: File$4,
18951
- path: reference.uri,
18952
18848
  name
18953
18849
  }),
18954
18850
  index: index++,
@@ -19394,9 +19290,6 @@ const loadContent$r = async (state, savedState) => {
19394
19290
  // @ts-ignore
19395
19291
  const {
19396
19292
  uri,
19397
- top,
19398
- left,
19399
- width,
19400
19293
  height,
19401
19294
  minimumSliderSize,
19402
19295
  itemHeight
@@ -19644,7 +19537,6 @@ const launchKeyBindingsViewWorker = async () => {
19644
19537
 
19645
19538
  const {
19646
19539
  invoke: invoke$3,
19647
- invokeAndTransfer: invokeAndTransfer$3,
19648
19540
  restart: restart$2
19649
19541
  } = getOrCreateWorker(launchKeyBindingsViewWorker);
19650
19542
 
@@ -19737,7 +19629,7 @@ const wrapKeyBindingCommand = key => {
19737
19629
  return fn;
19738
19630
  };
19739
19631
 
19740
- const commands$1 = ['focusFirst', 'focusLast', 'focusNext', 'focusPrevious', 'handleClick', 'handleContextMenu', 'handleDoubleClick', 'handleInput', 'handleResizerClick', 'handleResizerMove', 'handleWheel'];
19632
+ const commands$1 = ['focusFirst', 'focusLast', 'focusNext', 'focusPrevious', 'handleClick', 'handleContextMenu', 'handleDoubleClick', 'handleInput', 'handleResizerClick', 'handleResizerMove', 'handleSearchActionClick', 'handleWheel', 'startRecordingKeys', 'stopRecordingKeys', 'toggleRecordingKeys', 'clearInput'];
19741
19633
  const Commands$k = {};
19742
19634
  for (const command of commands$1) {
19743
19635
  Commands$k[command] = wrapKeyBindingCommand(command);
@@ -20254,7 +20146,6 @@ const show$4 = async (state, module, currentViewletId) => {
20254
20146
  // @ts-ignore
20255
20147
  uri: '',
20256
20148
  show: false,
20257
- focus: false,
20258
20149
  x,
20259
20150
  y,
20260
20151
  width,
@@ -20623,7 +20514,7 @@ const showAsync = async (uid, points, module) => {
20623
20514
  if (commands) {
20624
20515
  commands.push(['Viewlet.append', uid, viewletUid]);
20625
20516
  }
20626
- await invoke$f('Viewlet.sendMultiple', commands);
20517
+ await invoke$e('Viewlet.sendMultiple', commands);
20627
20518
  // TODO
20628
20519
  // 2. load module
20629
20520
  // 3. if module is still visible, replace placeholder with actual viewlet
@@ -21533,9 +21424,7 @@ const deserializeEditorGroups = (savedState, state) => {
21533
21424
  }
21534
21425
  // @ts-ignore
21535
21426
  const {
21536
- groups,
21537
- activeGroupIndex
21538
- } = savedState;
21427
+ groups} = savedState;
21539
21428
  const {
21540
21429
  tabFontWeight,
21541
21430
  tabFontSize,
@@ -21860,8 +21749,6 @@ const closeEditor = (state, index) => {
21860
21749
  // @ts-ignore
21861
21750
  const {
21862
21751
  editors,
21863
- x,
21864
- y,
21865
21752
  activeIndex
21866
21753
  } = group;
21867
21754
  if (editors.length === 1) {
@@ -22054,9 +21941,7 @@ const handleTabClick = (state, button, eventX, eventY) => {
22054
21941
  // @ts-ignore
22055
21942
  const {
22056
21943
  editors,
22057
- x,
22058
- y
22059
- } = group;
21944
+ x} = group;
22060
21945
  const index = getTabIndex(editors, x, eventX);
22061
21946
  if (index === -1) {
22062
21947
  return state;
@@ -22295,7 +22180,6 @@ const getRestoredGroups = (savedState, state) => {
22295
22180
  // @ts-ignore
22296
22181
  const {
22297
22182
  x,
22298
- y,
22299
22183
  width,
22300
22184
  height
22301
22185
  } = state;
@@ -22371,9 +22255,7 @@ const handleEditorChange$1 = async editor => {
22371
22255
  // @ts-ignore
22372
22256
  const {
22373
22257
  editors,
22374
- activeIndex,
22375
- tabsUid
22376
- } = group;
22258
+ activeIndex} = group;
22377
22259
  if (activeIndex === -1) {
22378
22260
  return state;
22379
22261
  }
@@ -22415,9 +22297,7 @@ const handleTitleUpdated$1 = async (uid, title) => {
22415
22297
  // @ts-ignore
22416
22298
  const {
22417
22299
  editors,
22418
- activeIndex,
22419
- tabsUid
22420
- } = group;
22300
+ activeIndex} = group;
22421
22301
  if (activeIndex === -1) {
22422
22302
  return state;
22423
22303
  }
@@ -22452,7 +22332,7 @@ const loadContent$o = async (state, savedState) => {
22452
22332
  once(Twelve, hydrateLazy);
22453
22333
  addListener('editor.change', handleEditorChange$1);
22454
22334
  addListener('titleUpdated', handleTitleUpdated$1);
22455
- await invoke$f('Viewlet.loadModule', MainTabs);
22335
+ await invoke$e('Viewlet.loadModule', MainTabs);
22456
22336
  return {
22457
22337
  ...state,
22458
22338
  groups,
@@ -22527,7 +22407,6 @@ const contentLoaded$5 = async state => {
22527
22407
  width: editorWidth,
22528
22408
  height: editorHeight,
22529
22409
  show: false,
22530
- focus: false,
22531
22410
  type: 0,
22532
22411
  setBounds: false,
22533
22412
  visible: true
@@ -22544,7 +22423,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
22544
22423
  const id = getModuleId(initialUri);
22545
22424
  const tabLabel = 'Loading';
22546
22425
  const tabTitle = 'Loading';
22547
- await invoke$f(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
22426
+ await invoke$e(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
22548
22427
  const y = state.y + state.tabHeight;
22549
22428
  const x = state.x;
22550
22429
  const width = state.width;
@@ -22569,7 +22448,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
22569
22448
  title,
22570
22449
  ...props
22571
22450
  });
22572
- await invoke$f('Viewlet.send', 'Main', 'updateTab', 1, title);
22451
+ await invoke$e('Viewlet.send', 'Main', 'updateTab', 1, title);
22573
22452
  // TODO update tab title with new title
22574
22453
  return state;
22575
22454
  };
@@ -22734,9 +22613,7 @@ const handleTabContextMenu = async (state, eventX, eventY) => {
22734
22613
  // @ts-ignore
22735
22614
  const {
22736
22615
  editors,
22737
- x,
22738
- y
22739
- } = group;
22616
+ x} = group;
22740
22617
  const index = getTabIndex(editors, x, eventX);
22741
22618
  if (index === -1) {
22742
22619
  return state;
@@ -23350,7 +23227,7 @@ const create$n = (id, uri, x, y, width, height) => {
23350
23227
  };
23351
23228
  const loadContent$n = state => {
23352
23229
  const update = async () => {
23353
- await invoke$f(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
23230
+ await invoke$e(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
23354
23231
  };
23355
23232
  return {
23356
23233
  ...state,
@@ -23405,10 +23282,10 @@ const ViewletNoop_ipc = {
23405
23282
  };
23406
23283
 
23407
23284
  const open$4 = async (id, file) => {
23408
- await invoke$e(/* OutputChannel.open */'OutputChannel.open', id, /* path */file);
23285
+ await invoke$d(/* OutputChannel.open */'OutputChannel.open', id, /* path */file);
23409
23286
  };
23410
23287
  const close$3 = async id => {
23411
- await invoke$e(/* OutputChannel.close */'OutputChannel.close', /* id */id);
23288
+ await invoke$d(/* OutputChannel.close */'OutputChannel.close', /* id */id);
23412
23289
  };
23413
23290
 
23414
23291
  const getOutputChannels = () => {
@@ -23469,7 +23346,7 @@ const contentLoaded$4 = async state => {
23469
23346
  const setOutputChannel = async (state, option) => {
23470
23347
  state.selectedOption = option;
23471
23348
  // TODO race condition
23472
- await invoke$f(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
23349
+ await invoke$e(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
23473
23350
  // TODO race condition
23474
23351
  // TODO should use invoke
23475
23352
  await open$4('Output', state.selectedOption);
@@ -23742,7 +23619,6 @@ const openViewlet$1 = async (state, id, focus = false) => {
23742
23619
  // @ts-ignore
23743
23620
  uri: '',
23744
23621
  show: false,
23745
- focus: false,
23746
23622
  setBounds: false,
23747
23623
  x: childDimensions.x,
23748
23624
  y: childDimensions.y,
@@ -23756,7 +23632,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
23756
23632
  const currentViewletUid = currentViewletState.uid;
23757
23633
  number$1(currentViewletUid);
23758
23634
  commands.unshift(...disposeFunctional(currentViewletUid));
23759
- await invoke$f('Viewlet.sendMultiple', commands);
23635
+ await invoke$e('Viewlet.sendMultiple', commands);
23760
23636
  if (commands.at(-1).includes(Error$3)) {
23761
23637
  state.currentViewletId = Error$3;
23762
23638
  }
@@ -24542,7 +24418,6 @@ const getProblemsTableRowVirtualDom = problem => {
24542
24418
  source,
24543
24419
  uri,
24544
24420
  message,
24545
- file,
24546
24421
  isEven,
24547
24422
  type
24548
24423
  } = problem;
@@ -24659,8 +24534,6 @@ const getProblemsVirtualDom = (viewMode, problems, filterValue, isSmall) => {
24659
24534
  if (isSmall) {
24660
24535
  dom[0].childCount++;
24661
24536
  dom.push(...getProblemsFilterVirtualDom({
24662
- type: ProblemsFilter,
24663
- id: Filter$3,
24664
24537
  command: HandleFilterInput,
24665
24538
  badgeText: '',
24666
24539
  placeholder: filter(),
@@ -24929,9 +24802,7 @@ const UiStrings$8 = {
24929
24802
  SelectColorTheme: 'Select Color Theme',
24930
24803
  SelectToOpen: 'Select to open',
24931
24804
  ShowAndRunCommands: 'Show And Run Commands',
24932
- TypeNameOfCommandToRun: 'Type the name of a command to run.',
24933
- TypeTheNameOfAViewToOpen: 'Type the name of a view, output channel or terminal to open.'
24934
- };
24805
+ TypeNameOfCommandToRun: 'Type the name of a command to run.'};
24935
24806
  const noMatchingColorThemesFound = () => {
24936
24807
  return i18nString(UiStrings$8.NoMatchingColorThemesFound);
24937
24808
  };
@@ -25402,7 +25273,6 @@ const getFilteredItems = (state, picks, filterValue, provider) => {
25402
25273
 
25403
25274
  const QuickPickState = {
25404
25275
  Default: 0,
25405
- Creating: 1,
25406
25276
  Finished: 2
25407
25277
  };
25408
25278
  const create$i = (id, uri, x, y, width, height, args) => {
@@ -25627,9 +25497,7 @@ const launchFileSearchWorker = async () => {
25627
25497
  };
25628
25498
 
25629
25499
  const {
25630
- invoke: invoke$2,
25631
- invokeAndTransfer: invokeAndTransfer$2
25632
- } = getOrCreateWorker(launchFileSearchWorker);
25500
+ invoke: invoke$2} = getOrCreateWorker(launchFileSearchWorker);
25633
25501
 
25634
25502
  const getKeyBindings$4 = () => {
25635
25503
  return invoke$2('QuickPick.getKeyBindings');
@@ -27550,18 +27418,18 @@ const ViewletRunAndDebug_ipc = {
27550
27418
  };
27551
27419
 
27552
27420
  const getSources = async options => {
27553
- const sources = await invoke$e('DesktopCapturer.getSources', options);
27421
+ const sources = await invoke$d('DesktopCapturer.getSources', options);
27554
27422
  return sources;
27555
27423
  };
27556
27424
 
27557
27425
  const getUserMedia = async (captureId, options) => {
27558
27426
  number$1(captureId);
27559
27427
  object(options);
27560
- await invoke$f('ScreenCapture.start', captureId, options);
27428
+ await invoke$e('ScreenCapture.start', captureId, options);
27561
27429
  };
27562
27430
  const dispose$9 = async captureId => {
27563
27431
  number$1(captureId);
27564
- await invoke$f('ScreenCapture.dispose', captureId);
27432
+ await invoke$e('ScreenCapture.dispose', captureId);
27565
27433
  };
27566
27434
 
27567
27435
  const createScreenCaptureStream = async captureId => {
@@ -27665,7 +27533,6 @@ const launchTextSearchWorker = async () => {
27665
27533
 
27666
27534
  const {
27667
27535
  invoke: invoke$1,
27668
- invokeAndTransfer: invokeAndTransfer$1,
27669
27536
  restart
27670
27537
  } = getOrCreateWorker(launchTextSearchWorker);
27671
27538
 
@@ -27945,7 +27812,6 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
27945
27812
  // @ts-ignore
27946
27813
  uri: '',
27947
27814
  show: false,
27948
- focus: false,
27949
27815
  setBounds: false,
27950
27816
  x: childDimensions.x,
27951
27817
  y: childDimensions.y,
@@ -27968,7 +27834,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
27968
27834
  activityBar.state = newState;
27969
27835
  commands.push(...extraCommands);
27970
27836
  }
27971
- await invoke$f('Viewlet.sendMultiple', commands);
27837
+ await invoke$e('Viewlet.sendMultiple', commands);
27972
27838
  }
27973
27839
 
27974
27840
  // // TODO race condition (check if disposed after created)
@@ -28109,7 +27975,6 @@ const launchEmbedsWorker = async () => {
28109
27975
 
28110
27976
  const {
28111
27977
  invoke,
28112
- invokeAndTransfer,
28113
27978
  dispose: dispose$5
28114
27979
  } = getOrCreateWorker(launchEmbedsWorker);
28115
27980
 
@@ -28131,7 +27996,7 @@ const disposeWebContentsView = async id => {
28131
27996
  const getWindowZoomLevel = async () => {
28132
27997
  // TODO speed up resizing by avoid too many round trips
28133
27998
  const windowId = await getWindowId();
28134
- const zoomLevel = await invoke$e('ElectronWindow.getZoom', windowId);
27999
+ const zoomLevel = await invoke$d('ElectronWindow.getZoom', windowId);
28135
28000
  return zoomLevel;
28136
28001
  };
28137
28002
 
@@ -28422,8 +28287,6 @@ const go$1 = state => {
28422
28287
  const {
28423
28288
  inputValue,
28424
28289
  browserViewId,
28425
- suggestionsEnabled,
28426
- hasSuggestionsOverlay,
28427
28290
  shortcuts
28428
28291
  } = state;
28429
28292
  const iframeSrc = toIframeSrc(inputValue, shortcuts);
@@ -28517,9 +28380,7 @@ const getKeyBindings$1 = () => {
28517
28380
  */
28518
28381
  const UiStrings$4 = {
28519
28382
  InspectElement: 'Inspect Element',
28520
- Cut: 'Cut',
28521
28383
  Copy: 'Copy',
28522
- Paste: 'Paste',
28523
28384
  OpenLinkInNewTab: 'Open Link in New Tab',
28524
28385
  CopyLinkAddress: 'Copy Link Address',
28525
28386
  SaveImageAs: 'Save Image',
@@ -29115,17 +28976,7 @@ const UiStrings$3 = {
29115
28976
  AddToGitignore: 'Add to gitignore',
29116
28977
  RevealInExplorerView: 'Reveal in Explorer View',
29117
28978
  OpenContainingFolder: 'Open Containing Folder',
29118
- Add: 'Add',
29119
- Restore: 'Restore',
29120
- Changes: 'Changes',
29121
- StageAll: 'Stage All',
29122
- Stage: 'Stage',
29123
- Unstage: 'Unstage',
29124
- UnstageAll: 'Unstage All Changes',
29125
- Discard: 'Discard Changes',
29126
- DiscardAll: 'Discard All Changes',
29127
28979
  ViewAsTree: 'View As Tree',
29128
- CreatePullRequest: 'Create Pull Request',
29129
28980
  CommitAndPush: 'Commit and Push',
29130
28981
  Refresh: 'Refresh',
29131
28982
  MessageEnterToCommitOnMaster: `Message (Enter) to commit on 'master'`,
@@ -29685,9 +29536,7 @@ const Variables$3 = ['StatusBarBorderTopColor', 'StatusBarForeground'];
29685
29536
  const getStatusBarItemVirtualDom = statusBarItem => {
29686
29537
  // @ts-ignore
29687
29538
  const {
29688
- tooltip,
29689
- icon
29690
- } = statusBarItem;
29539
+ tooltip} = statusBarItem;
29691
29540
  const dom = [];
29692
29541
  dom.push({
29693
29542
  type: Div,
@@ -29862,7 +29711,7 @@ const ViewletStorage_ipc = {
29862
29711
  };
29863
29712
 
29864
29713
  const getTerminalSpawnOptions = () => {
29865
- return invoke$e('GetTerminalSpawnOptions.getTerminalSpawnOptions');
29714
+ return invoke$d('GetTerminalSpawnOptions.getTerminalSpawnOptions');
29866
29715
  };
29867
29716
 
29868
29717
  // TODO implement a functional terminal component, maybe using offscreencanvas
@@ -29891,16 +29740,16 @@ const loadContent$8 = async state => {
29891
29740
  } = await getTerminalSpawnOptions();
29892
29741
  const canvasTextId = create$11();
29893
29742
  const canvasCursorId = create$11();
29894
- await invoke$b('Terminal.create', canvasTextId, canvasCursorId, uid, state$C.workspacePath, command, args);
29743
+ await invoke$a('Terminal.create', canvasTextId, canvasCursorId, uid, state$C.workspacePath, command, args);
29895
29744
  const terminal = {
29896
29745
  handleBlur() {
29897
- return invoke$b('Terminal.handleBlur', uid);
29746
+ return invoke$a('Terminal.handleBlur', uid);
29898
29747
  },
29899
29748
  handleKeyDown(key) {
29900
- return invoke$b('Terminal.handleKeyDown', uid, key);
29749
+ return invoke$a('Terminal.handleKeyDown', uid, key);
29901
29750
  },
29902
29751
  handleMouseDown() {
29903
- return invoke$b('Terminal.handleMouseDown', uid);
29752
+ return invoke$a('Terminal.handleMouseDown', uid);
29904
29753
  },
29905
29754
  resize() {
29906
29755
  // TODO
@@ -29980,7 +29829,7 @@ const resizeEffect = async state => {
29980
29829
  // Terminal.resize(state, width, height)
29981
29830
  };
29982
29831
  const clear = async state => {
29983
- await invoke$f(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
29832
+ await invoke$e(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
29984
29833
  };
29985
29834
 
29986
29835
  const getActions = state => {
@@ -30121,14 +29970,12 @@ const addTerminal = async state => {
30121
29970
  id: Terminal$1,
30122
29971
  show: false,
30123
29972
  append: false,
30124
- type: 0,
30125
- parentId: uid
30126
- });
29973
+ type: 0});
30127
29974
  commands.push(['Viewlet.append', uid, childUid]);
30128
29975
  const oldTab = tabs[selectedIndex];
30129
29976
  const disposeCommands = disposeFunctional(oldTab.uid);
30130
29977
  commands.push(...disposeCommands);
30131
- await invoke$f('Viewlet.sendMultiple', commands);
29978
+ await invoke$e('Viewlet.sendMultiple', commands);
30132
29979
  return {
30133
29980
  ...state,
30134
29981
  tabs: newTabs,
@@ -30162,14 +30009,12 @@ const focusIndex$3 = async (state, index) => {
30162
30009
  id: Terminal$1,
30163
30010
  show: false,
30164
30011
  append: false,
30165
- type: 0,
30166
- parentId: uid
30167
- });
30012
+ type: 0});
30168
30013
  commands.push(['Viewlet.append', uid, childUid]);
30169
30014
  const oldTab = tabs[selectedIndex];
30170
30015
  const disposeCommands = disposeFunctional(oldTab.uid);
30171
30016
  commands.push(...disposeCommands);
30172
- await invoke$f('Viewlet.sendMultiple', commands);
30017
+ await invoke$e('Viewlet.sendMultiple', commands);
30173
30018
  return {
30174
30019
  ...state,
30175
30020
  selectedIndex: index
@@ -30850,7 +30695,6 @@ const getItemVirtualDom = item => {
30850
30695
  const {
30851
30696
  keyboardShortCut,
30852
30697
  label,
30853
- icon,
30854
30698
  isOpen,
30855
30699
  isFocused
30856
30700
  } = item;
@@ -31078,7 +30922,7 @@ const getRealUri = pathOrUri => {
31078
30922
  if (protocol) {
31079
30923
  return pathOrUri;
31080
30924
  }
31081
- return invoke$e('FileSystem.getRealUri', pathOrUri);
30925
+ return invoke$d('FileSystem.getRealUri', pathOrUri);
31082
30926
  };
31083
30927
 
31084
30928
  const create$1 = (id, uri, x, y, width, height) => {
@@ -31120,7 +30964,7 @@ const resize = (state, dimensions) => {
31120
30964
  };
31121
30965
  };
31122
30966
  const dispose = async state => {
31123
- await invoke$f('WebView.dispose', state.uid);
30967
+ await invoke$e('WebView.dispose', state.uid);
31124
30968
  return state;
31125
30969
  };
31126
30970
 
@@ -31393,11 +31237,11 @@ const FileSystemAppKeyBindings = {
31393
31237
 
31394
31238
  const downloadUpdate$2 = version => {
31395
31239
  string(version);
31396
- return invoke$e('AutoUpdaterAppImage.downloadUpdate', version);
31240
+ return invoke$d('AutoUpdaterAppImage.downloadUpdate', version);
31397
31241
  };
31398
31242
  const installAndRestart$2 = downloadPath => {
31399
31243
  string(downloadPath);
31400
- return invoke$e('AutoUpdaterAppImage.installAndRestart', downloadPath);
31244
+ return invoke$d('AutoUpdaterAppImage.installAndRestart', downloadPath);
31401
31245
  };
31402
31246
 
31403
31247
  const AutoUpdaterAppImage = {
@@ -31408,11 +31252,11 @@ const AutoUpdaterAppImage = {
31408
31252
 
31409
31253
  const downloadUpdate$1 = version => {
31410
31254
  string(version);
31411
- return invoke$e('AutoUpdaterWindowsNsis.downloadUpdate', version);
31255
+ return invoke$d('AutoUpdaterWindowsNsis.downloadUpdate', version);
31412
31256
  };
31413
31257
  const installAndRestart$1 = downloadPath => {
31414
31258
  string(downloadPath);
31415
- return invoke$e('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
31259
+ return invoke$d('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
31416
31260
  };
31417
31261
 
31418
31262
  const AutoUpdaterNsis = {
@@ -31425,7 +31269,7 @@ const exec = (command, args, options) => {
31425
31269
  string(command);
31426
31270
  array(args);
31427
31271
  object(options);
31428
- return invoke$e('Exec.exec', command, args, options);
31272
+ return invoke$d('Exec.exec', command, args, options);
31429
31273
  };
31430
31274
 
31431
31275
  const getDebArch = processArch => {
@@ -31450,7 +31294,7 @@ const getDownloadUrl = (repository, version, applicationName, debArch) => {
31450
31294
  };
31451
31295
 
31452
31296
  const getTmpDir = () => {
31453
- return invoke$e('Os.getTmpDir');
31297
+ return invoke$d('Os.getTmpDir');
31454
31298
  };
31455
31299
 
31456
31300
  // TODO remove this code when auto update through apt is supported
@@ -31518,7 +31362,7 @@ const getItem = (items, label) => {
31518
31362
  const openContextMenu = async (x, y, id, ...args) => {
31519
31363
  const entries = await getMenuEntries$i(id, ...args);
31520
31364
  const electronMenuItems = convertMenuItems(entries);
31521
- const event = await invoke$e('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
31365
+ const event = await invoke$d('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
31522
31366
  if (event.type === 'close') {
31523
31367
  return;
31524
31368
  }
@@ -31555,7 +31399,7 @@ const ContextMenuBrowser = {
31555
31399
 
31556
31400
  const open$3 = async () => {
31557
31401
  try {
31558
- await invoke$e('ElectronWindowProcessExplorer.open');
31402
+ await invoke$d('ElectronWindowProcessExplorer.open');
31559
31403
  } catch (error) {
31560
31404
  throw new VError(error, 'Failed to open process explorer');
31561
31405
  }
@@ -32954,56 +32798,14 @@ const handleDropFilePathSplit = async (state, eventX, eventY, filePath, splitDir
32954
32798
  width,
32955
32799
  height,
32956
32800
  tabHeight,
32957
- groups,
32958
- activeGroupIndex,
32959
- uid
32960
- } = state;
32801
+ groups} = state;
32961
32802
  const sashVisibleSize = 1;
32962
32803
  const sashSize = 4;
32963
32804
  const {
32964
- // @ts-ignore
32965
- originalX,
32966
- // @ts-ignore
32967
- originalY,
32968
- // @ts-ignore
32969
- originalWidth,
32970
- // @ts-ignore
32971
- originalHeight,
32972
- // @ts-ignore
32973
- originalTabsX,
32974
- // @ts-ignore
32975
- originalTabsY,
32976
- // @ts-ignore
32977
- originalTabsWidth,
32978
- // @ts-ignore
32979
- originalTabsHeight,
32980
32805
  overlayX,
32981
32806
  overlayY,
32982
32807
  overlayWidth,
32983
- overlayHeight,
32984
- // @ts-ignore
32985
- overlayTabsX,
32986
- // @ts-ignore
32987
- overlayTabsY,
32988
- // @ts-ignore
32989
- overlayTabsWidth,
32990
- // @ts-ignore
32991
- overlayTabsHeight,
32992
- // @ts-ignore
32993
- sashX,
32994
- // @ts-ignore
32995
- sashY,
32996
- // @ts-ignore
32997
- sashWidth,
32998
- // @ts-ignore
32999
- sashHeight,
33000
- // @ts-ignore
33001
- sashOrientation,
33002
- // @ts-ignore
33003
- leafSize,
33004
- // @ts-ignore
33005
- branchSize
33006
- } = getSplitDimensions(x, y, width, height, splitDirection, sashSize, sashVisibleSize, tabHeight);
32808
+ overlayHeight} = getSplitDimensions(x, y, width, height, splitDirection, sashSize, sashVisibleSize, tabHeight);
33007
32809
  // @ts-ignore
33008
32810
  [{
33009
32811
  label: getLabel$6(filePath),
@@ -33535,7 +33337,7 @@ const QuickPickEntriesOpenRecent = {
33535
33337
  };
33536
33338
 
33537
33339
  const getColorThemeNames = async () => {
33538
- return invoke$d('ColorTheme.getColorThemeNames');
33340
+ return invoke$c('ColorTheme.getColorThemeNames');
33539
33341
  };
33540
33342
 
33541
33343
  const setColorTheme = id => {