@lvce-editor/static-server 0.53.6 → 0.53.8

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 (1842) hide show
  1. package/dist/static-server.js +1865 -1857
  2. package/package.json +1 -1
  3. package/static/{f429d0a → ac6286f}/css/App.css +83 -83
  4. package/static/{f429d0a → ac6286f}/css/parts/ViewletRunAndDebug.css +5 -0
  5. package/static/{f429d0a → ac6286f}/manifest.json +2 -2
  6. package/static/{f429d0a → ac6286f}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
  7. package/static/ac6286f/packages/clipboard-worker/dist/clipBoardWorkerMain.js +1179 -0
  8. package/static/{f429d0a → ac6286f}/packages/completion-worker/dist/completionWorkerMain.js +51 -45
  9. package/static/{f429d0a → ac6286f}/packages/debug-worker/dist/debugWorkerMain.js +1353 -989
  10. package/static/{f429d0a → ac6286f}/packages/explorer-worker/dist/explorerViewWorkerMain.js +13 -10
  11. package/static/{f429d0a → ac6286f}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
  12. package/static/{f429d0a → ac6286f}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +57 -21
  13. package/static/{f429d0a → ac6286f}/packages/rename-worker/dist/renameWorkerMain.js +54 -25
  14. package/static/{f429d0a → ac6286f}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
  15. package/static/{f429d0a → ac6286f}/packages/renderer-worker/dist/rendererWorkerMain.js +350 -334
  16. package/static/{f429d0a → ac6286f}/packages/test-worker/dist/testWorkerMain.js +77 -23
  17. package/static/index.html +4 -4
  18. /package/static/{f429d0a → ac6286f}/config/colorTheme.json +0 -0
  19. /package/static/{f429d0a → ac6286f}/config/defaultSettings.json +0 -0
  20. /package/static/{f429d0a → ac6286f}/config/fileMap.json +0 -0
  21. /package/static/{f429d0a → ac6286f}/config/webExtensions.json +0 -0
  22. /package/static/{f429d0a → ac6286f}/css/parts/AdditionalDetails.css +0 -0
  23. /package/static/{f429d0a → ac6286f}/css/parts/Animation.css +0 -0
  24. /package/static/{f429d0a → ac6286f}/css/parts/DebugButtons.css +0 -0
  25. /package/static/{f429d0a → ac6286f}/css/parts/DebugValue.css +0 -0
  26. /package/static/{f429d0a → ac6286f}/css/parts/E2eTest.css +0 -0
  27. /package/static/{f429d0a → ac6286f}/css/parts/E2eTests.css +0 -0
  28. /package/static/{f429d0a → ac6286f}/css/parts/EditorHover.css +0 -0
  29. /package/static/{f429d0a → ac6286f}/css/parts/EditorMessage.css +0 -0
  30. /package/static/{f429d0a → ac6286f}/css/parts/FeatureContent.css +0 -0
  31. /package/static/{f429d0a → ac6286f}/css/parts/Features.css +0 -0
  32. /package/static/{f429d0a → ac6286f}/css/parts/ImagePreview.css +0 -0
  33. /package/static/{f429d0a → ac6286f}/css/parts/InlineDiffEditor.css +0 -0
  34. /package/static/{f429d0a → ac6286f}/css/parts/InputBadge.css +0 -0
  35. /package/static/{f429d0a → ac6286f}/css/parts/Key.css +0 -0
  36. /package/static/{f429d0a → ac6286f}/css/parts/KeyBindingsHeader.css +0 -0
  37. /package/static/{f429d0a → ac6286f}/css/parts/KeyBindingsTable.css +0 -0
  38. /package/static/{f429d0a → ac6286f}/css/parts/LegacyDialog.css +0 -0
  39. /package/static/{f429d0a → ac6286f}/css/parts/Markdown.css +0 -0
  40. /package/static/{f429d0a → ac6286f}/css/parts/Progress.css +0 -0
  41. /package/static/{f429d0a → ac6286f}/css/parts/SearchToggleButton.css +0 -0
  42. /package/static/{f429d0a → ac6286f}/css/parts/Select.css +0 -0
  43. /package/static/{f429d0a → ac6286f}/css/parts/Table.css +0 -0
  44. /package/static/{f429d0a → ac6286f}/css/parts/ViewletAbout.css +0 -0
  45. /package/static/{f429d0a → ac6286f}/css/parts/ViewletBrowserViewOverview.css +0 -0
  46. /package/static/{f429d0a → ac6286f}/css/parts/ViewletDebugConsole.css +0 -0
  47. /package/static/{f429d0a → ac6286f}/css/parts/ViewletDefineKeyBinding.css +0 -0
  48. /package/static/{f429d0a → ac6286f}/css/parts/ViewletDialog.css +0 -0
  49. /package/static/{f429d0a → ac6286f}/css/parts/ViewletDiffEditor.css +0 -0
  50. /package/static/{f429d0a → ac6286f}/css/parts/ViewletEditorWidgetError.css +0 -0
  51. /package/static/{f429d0a → ac6286f}/css/parts/ViewletExtensionDetail.css +0 -0
  52. /package/static/{f429d0a → ac6286f}/css/parts/ViewletExtensionDetailHeader.css +0 -0
  53. /package/static/{f429d0a → ac6286f}/css/parts/ViewletExtensionDetailTabs.css +0 -0
  54. /package/static/{f429d0a → ac6286f}/css/parts/ViewletExtensions.css +0 -0
  55. /package/static/{f429d0a → ac6286f}/css/parts/ViewletIframeInspector.css +0 -0
  56. /package/static/{f429d0a → ac6286f}/css/parts/ViewletKeyBindings.css +0 -0
  57. /package/static/{f429d0a → ac6286f}/css/parts/ViewletMedia.css +0 -0
  58. /package/static/{f429d0a → ac6286f}/css/parts/ViewletOutput.css +0 -0
  59. /package/static/{f429d0a → ac6286f}/css/parts/ViewletPanel.css +0 -0
  60. /package/static/{f429d0a → ac6286f}/css/parts/ViewletPanelTabs.css +0 -0
  61. /package/static/{f429d0a → ac6286f}/css/parts/ViewletPdf.css +0 -0
  62. /package/static/{f429d0a → ac6286f}/css/parts/ViewletProblems.css +0 -0
  63. /package/static/{f429d0a → ac6286f}/css/parts/ViewletReferences.css +0 -0
  64. /package/static/{f429d0a → ac6286f}/css/parts/ViewletScreenCapture.css +0 -0
  65. /package/static/{f429d0a → ac6286f}/css/parts/ViewletSearch.css +0 -0
  66. /package/static/{f429d0a → ac6286f}/css/parts/ViewletSimpleBrowser.css +0 -0
  67. /package/static/{f429d0a → ac6286f}/css/parts/ViewletSourceControl.css +0 -0
  68. /package/static/{f429d0a → ac6286f}/css/parts/ViewletStorage.css +0 -0
  69. /package/static/{f429d0a → ac6286f}/css/parts/ViewletTerminal.css +0 -0
  70. /package/static/{f429d0a → ac6286f}/css/parts/ViewletTerminalTabs.css +0 -0
  71. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-bat/README.md +0 -0
  72. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-bat/extension.json +0 -0
  73. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
  74. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
  75. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-c/README.md +0 -0
  76. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-c/extension.json +0 -0
  77. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
  78. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
  79. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
  80. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
  81. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cpp/README.md +0 -0
  82. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cpp/extension.json +0 -0
  83. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
  84. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
  85. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cson/README.md +0 -0
  86. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cson/extension.json +0 -0
  87. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
  88. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
  89. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-css/README.md +0 -0
  90. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-css/extension.json +0 -0
  91. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
  92. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
  93. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-dart/README.md +0 -0
  94. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-dart/extension.json +0 -0
  95. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
  96. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-desktop/README.md +0 -0
  97. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-desktop/extension.json +0 -0
  98. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
  99. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-docker/README.md +0 -0
  100. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-docker/extension.json +0 -0
  101. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
  102. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-dotenv/README.md +0 -0
  103. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
  104. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
  105. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
  106. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
  107. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
  108. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-elixir/README.md +0 -0
  109. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-elixir/extension.json +0 -0
  110. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
  111. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-elm/README.md +0 -0
  112. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-elm/extension.json +0 -0
  113. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
  114. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
  115. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
  116. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
  117. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-gn/README.md +0 -0
  118. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-gn/extension.json +0 -0
  119. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
  120. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-go/README.md +0 -0
  121. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-go/extension.json +0 -0
  122. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
  123. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-graphql/README.md +0 -0
  124. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-graphql/extension.json +0 -0
  125. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
  126. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-html/README.md +0 -0
  127. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-html/extension.json +0 -0
  128. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
  129. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
  130. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-java/README.md +0 -0
  131. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-java/extension.json +0 -0
  132. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
  133. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
  134. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-javascript/README.md +0 -0
  135. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-javascript/extension.json +0 -0
  136. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
  137. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
  138. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-json/README.md +0 -0
  139. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-json/extension.json +0 -0
  140. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
  141. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-json5/README.md +0 -0
  142. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-json5/extension.json +0 -0
  143. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
  144. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-jsx/README.md +0 -0
  145. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-jsx/extension.json +0 -0
  146. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
  147. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-julia/README.md +0 -0
  148. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-julia/extension.json +0 -0
  149. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
  150. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-kotlin/README.md +0 -0
  151. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
  152. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
  153. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-less/LICENSE +0 -0
  154. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-less/README.md +0 -0
  155. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-less/extension.json +0 -0
  156. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
  157. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
  158. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-markdown/README.md +0 -0
  159. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-markdown/extension.json +0 -0
  160. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
  161. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-mdx/README.md +0 -0
  162. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-mdx/extension.json +0 -0
  163. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
  164. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nix/README.md +0 -0
  165. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nix/extension.json +0 -0
  166. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
  167. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
  168. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
  169. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
  170. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
  171. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-perl/README.md +0 -0
  172. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-perl/extension.json +0 -0
  173. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
  174. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-plaintext/README.md +0 -0
  175. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
  176. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
  177. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-powershell/README.md +0 -0
  178. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-powershell/extension.json +0 -0
  179. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
  180. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-python/README.md +0 -0
  181. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-python/extension.json +0 -0
  182. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
  183. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
  184. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-r/README.md +0 -0
  185. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-r/extension.json +0 -0
  186. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
  187. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-ruby/README.md +0 -0
  188. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-ruby/extension.json +0 -0
  189. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
  190. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-rust/LICENSE +0 -0
  191. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-rust/README.md +0 -0
  192. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-rust/extension.json +0 -0
  193. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
  194. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
  195. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-scss/README.md +0 -0
  196. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-scss/extension.json +0 -0
  197. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
  198. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
  199. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-shellscript/README.md +0 -0
  200. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
  201. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
  202. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-svelte/README.md +0 -0
  203. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-svelte/extension.json +0 -0
  204. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
  205. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-terraform/README.md +0 -0
  206. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-terraform/extension.json +0 -0
  207. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
  208. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-toml/README.md +0 -0
  209. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-toml/extension.json +0 -0
  210. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
  211. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-typescript/README.md +0 -0
  212. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-typescript/extension.json +0 -0
  213. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
  214. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-vue/README.md +0 -0
  215. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-vue/extension.json +0 -0
  216. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
  217. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-wgsl/README.md +0 -0
  218. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
  219. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
  220. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
  221. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-xml/README.md +0 -0
  222. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-xml/extension.json +0 -0
  223. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
  224. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-yaml/README.md +0 -0
  225. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-yaml/extension.json +0 -0
  226. /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
  227. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
  228. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
  229. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
  230. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  231. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-ayu/README.md +0 -0
  232. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-ayu/color-theme.json +0 -0
  233. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-ayu/extension.json +0 -0
  234. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-cobalt2/README.md +0 -0
  235. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
  236. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-cobalt2/extension.json +0 -0
  237. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  238. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  239. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-gruvbox/README.md +0 -0
  240. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
  241. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-gruvbox/extension.json +0 -0
  242. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-high-contrast/README.md +0 -0
  243. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
  244. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-high-contrast/extension.json +0 -0
  245. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-material/README.md +0 -0
  246. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-material/color-theme.json +0 -0
  247. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-material/extension.json +0 -0
  248. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-monokai/README.md +0 -0
  249. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-monokai/color-theme.json +0 -0
  250. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-monokai/extension.json +0 -0
  251. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-noctis-uva/README.md +0 -0
  252. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
  253. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
  254. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  255. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-palenight/README.md +0 -0
  256. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-palenight/color-theme.json +0 -0
  257. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-palenight/extension.json +0 -0
  258. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-palenight/images/demo.png +0 -0
  259. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-slime/README.md +0 -0
  260. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-slime/color-theme.json +0 -0
  261. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-slime/extension.json +0 -0
  262. /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-slime/icon.png +0 -0
  263. /package/static/{f429d0a → ac6286f}/extensions/builtin.vscode-icons/README.md +0 -0
  264. /package/static/{f429d0a → ac6286f}/extensions/builtin.vscode-icons/extension.json +0 -0
  265. /package/static/{f429d0a → ac6286f}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
  266. /package/static/{f429d0a → ac6286f}/extensions/builtin.vscode-icons/icon.png +0 -0
  267. /package/static/{f429d0a → ac6286f}/file-icons/default_file.svg +0 -0
  268. /package/static/{f429d0a → ac6286f}/file-icons/default_folder.svg +0 -0
  269. /package/static/{f429d0a → ac6286f}/file-icons/default_folder_opened.svg +0 -0
  270. /package/static/{f429d0a → ac6286f}/file-icons/default_root_folder.svg +0 -0
  271. /package/static/{f429d0a → ac6286f}/file-icons/default_root_folder_opened.svg +0 -0
  272. /package/static/{f429d0a → ac6286f}/file-icons/file_type_access.svg +0 -0
  273. /package/static/{f429d0a → ac6286f}/file-icons/file_type_access2.svg +0 -0
  274. /package/static/{f429d0a → ac6286f}/file-icons/file_type_actionscript.svg +0 -0
  275. /package/static/{f429d0a → ac6286f}/file-icons/file_type_actionscript2.svg +0 -0
  276. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ada.svg +0 -0
  277. /package/static/{f429d0a → ac6286f}/file-icons/file_type_advpl.svg +0 -0
  278. /package/static/{f429d0a → ac6286f}/file-icons/file_type_affectscript.svg +0 -0
  279. /package/static/{f429d0a → ac6286f}/file-icons/file_type_affinitydesigner.svg +0 -0
  280. /package/static/{f429d0a → ac6286f}/file-icons/file_type_affinityphoto.svg +0 -0
  281. /package/static/{f429d0a → ac6286f}/file-icons/file_type_affinitypublisher.svg +0 -0
  282. /package/static/{f429d0a → ac6286f}/file-icons/file_type_agda.svg +0 -0
  283. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ai.svg +0 -0
  284. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ai2.svg +0 -0
  285. /package/static/{f429d0a → ac6286f}/file-icons/file_type_al.svg +0 -0
  286. /package/static/{f429d0a → ac6286f}/file-icons/file_type_al_dal.svg +0 -0
  287. /package/static/{f429d0a → ac6286f}/file-icons/file_type_allcontributors.svg +0 -0
  288. /package/static/{f429d0a → ac6286f}/file-icons/file_type_angular.svg +0 -0
  289. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ansible.svg +0 -0
  290. /package/static/{f429d0a → ac6286f}/file-icons/file_type_antlers_html.svg +0 -0
  291. /package/static/{f429d0a → ac6286f}/file-icons/file_type_antlr.svg +0 -0
  292. /package/static/{f429d0a → ac6286f}/file-icons/file_type_anyscript.svg +0 -0
  293. /package/static/{f429d0a → ac6286f}/file-icons/file_type_apache.svg +0 -0
  294. /package/static/{f429d0a → ac6286f}/file-icons/file_type_apex.svg +0 -0
  295. /package/static/{f429d0a → ac6286f}/file-icons/file_type_api_extractor.svg +0 -0
  296. /package/static/{f429d0a → ac6286f}/file-icons/file_type_apib.svg +0 -0
  297. /package/static/{f429d0a → ac6286f}/file-icons/file_type_apib2.svg +0 -0
  298. /package/static/{f429d0a → ac6286f}/file-icons/file_type_apl.svg +0 -0
  299. /package/static/{f429d0a → ac6286f}/file-icons/file_type_applescript.svg +0 -0
  300. /package/static/{f429d0a → ac6286f}/file-icons/file_type_appscript.svg +0 -0
  301. /package/static/{f429d0a → ac6286f}/file-icons/file_type_appsemble.svg +0 -0
  302. /package/static/{f429d0a → ac6286f}/file-icons/file_type_appveyor.svg +0 -0
  303. /package/static/{f429d0a → ac6286f}/file-icons/file_type_arduino.svg +0 -0
  304. /package/static/{f429d0a → ac6286f}/file-icons/file_type_asciidoc.svg +0 -0
  305. /package/static/{f429d0a → ac6286f}/file-icons/file_type_asp.svg +0 -0
  306. /package/static/{f429d0a → ac6286f}/file-icons/file_type_aspx.svg +0 -0
  307. /package/static/{f429d0a → ac6286f}/file-icons/file_type_assembly.svg +0 -0
  308. /package/static/{f429d0a → ac6286f}/file-icons/file_type_astro.svg +0 -0
  309. /package/static/{f429d0a → ac6286f}/file-icons/file_type_astroconfig.svg +0 -0
  310. /package/static/{f429d0a → ac6286f}/file-icons/file_type_atom.svg +0 -0
  311. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ats.svg +0 -0
  312. /package/static/{f429d0a → ac6286f}/file-icons/file_type_attw.svg +0 -0
  313. /package/static/{f429d0a → ac6286f}/file-icons/file_type_audio.svg +0 -0
  314. /package/static/{f429d0a → ac6286f}/file-icons/file_type_aurelia.svg +0 -0
  315. /package/static/{f429d0a → ac6286f}/file-icons/file_type_autohotkey.svg +0 -0
  316. /package/static/{f429d0a → ac6286f}/file-icons/file_type_autoit.svg +0 -0
  317. /package/static/{f429d0a → ac6286f}/file-icons/file_type_avif.svg +0 -0
  318. /package/static/{f429d0a → ac6286f}/file-icons/file_type_avro.svg +0 -0
  319. /package/static/{f429d0a → ac6286f}/file-icons/file_type_awk.svg +0 -0
  320. /package/static/{f429d0a → ac6286f}/file-icons/file_type_aws.svg +0 -0
  321. /package/static/{f429d0a → ac6286f}/file-icons/file_type_azure.svg +0 -0
  322. /package/static/{f429d0a → ac6286f}/file-icons/file_type_azurepipelines.svg +0 -0
  323. /package/static/{f429d0a → ac6286f}/file-icons/file_type_babel.svg +0 -0
  324. /package/static/{f429d0a → ac6286f}/file-icons/file_type_babel2.svg +0 -0
  325. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bak.svg +0 -0
  326. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ballerina.svg +0 -0
  327. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bat.svg +0 -0
  328. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bats.svg +0 -0
  329. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bazaar.svg +0 -0
  330. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bazel.svg +0 -0
  331. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bazel_ignore.svg +0 -0
  332. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bazel_version.svg +0 -0
  333. /package/static/{f429d0a → ac6286f}/file-icons/file_type_befunge.svg +0 -0
  334. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bicep.svg +0 -0
  335. /package/static/{f429d0a → ac6286f}/file-icons/file_type_biml.svg +0 -0
  336. /package/static/{f429d0a → ac6286f}/file-icons/file_type_binary.svg +0 -0
  337. /package/static/{f429d0a → ac6286f}/file-icons/file_type_biome.svg +0 -0
  338. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bitbucketpipeline.svg +0 -0
  339. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bithound.svg +0 -0
  340. /package/static/{f429d0a → ac6286f}/file-icons/file_type_blade.svg +0 -0
  341. /package/static/{f429d0a → ac6286f}/file-icons/file_type_blender.svg +0 -0
  342. /package/static/{f429d0a → ac6286f}/file-icons/file_type_blitzbasic.svg +0 -0
  343. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bolt.svg +0 -0
  344. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bosque.svg +0 -0
  345. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bower.svg +0 -0
  346. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bower2.svg +0 -0
  347. /package/static/{f429d0a → ac6286f}/file-icons/file_type_browserslist.svg +0 -0
  348. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bruno.svg +0 -0
  349. /package/static/{f429d0a → ac6286f}/file-icons/file_type_buckbuild.svg +0 -0
  350. /package/static/{f429d0a → ac6286f}/file-icons/file_type_buf.svg +0 -0
  351. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bun.svg +0 -0
  352. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bundlemon.svg +0 -0
  353. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bundler.svg +0 -0
  354. /package/static/{f429d0a → ac6286f}/file-icons/file_type_bunfig.svg +0 -0
  355. /package/static/{f429d0a → ac6286f}/file-icons/file_type_c.svg +0 -0
  356. /package/static/{f429d0a → ac6286f}/file-icons/file_type_c2.svg +0 -0
  357. /package/static/{f429d0a → ac6286f}/file-icons/file_type_c3.svg +0 -0
  358. /package/static/{f429d0a → ac6286f}/file-icons/file_type_c_al.svg +0 -0
  359. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cabal.svg +0 -0
  360. /package/static/{f429d0a → ac6286f}/file-icons/file_type_caddy.svg +0 -0
  361. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cake.svg +0 -0
  362. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cakephp.svg +0 -0
  363. /package/static/{f429d0a → ac6286f}/file-icons/file_type_capacitor.svg +0 -0
  364. /package/static/{f429d0a → ac6286f}/file-icons/file_type_capnp.svg +0 -0
  365. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cargo.svg +0 -0
  366. /package/static/{f429d0a → ac6286f}/file-icons/file_type_casc.svg +0 -0
  367. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cddl.svg +0 -0
  368. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cert.svg +0 -0
  369. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ceylon.svg +0 -0
  370. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cf.svg +0 -0
  371. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cf2.svg +0 -0
  372. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cfc.svg +0 -0
  373. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cfc2.svg +0 -0
  374. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cfm.svg +0 -0
  375. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cfm2.svg +0 -0
  376. /package/static/{f429d0a → ac6286f}/file-icons/file_type_changie.svg +0 -0
  377. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cheader.svg +0 -0
  378. /package/static/{f429d0a → ac6286f}/file-icons/file_type_chef.svg +0 -0
  379. /package/static/{f429d0a → ac6286f}/file-icons/file_type_chef_cookbook.svg +0 -0
  380. /package/static/{f429d0a → ac6286f}/file-icons/file_type_circleci.svg +0 -0
  381. /package/static/{f429d0a → ac6286f}/file-icons/file_type_class.svg +0 -0
  382. /package/static/{f429d0a → ac6286f}/file-icons/file_type_claude.svg +0 -0
  383. /package/static/{f429d0a → ac6286f}/file-icons/file_type_clojure.svg +0 -0
  384. /package/static/{f429d0a → ac6286f}/file-icons/file_type_clojurescript.svg +0 -0
  385. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cloudfoundry.svg +0 -0
  386. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cmake.svg +0 -0
  387. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cobol.svg +0 -0
  388. /package/static/{f429d0a → ac6286f}/file-icons/file_type_codacy.svg +0 -0
  389. /package/static/{f429d0a → ac6286f}/file-icons/file_type_codeclimate.svg +0 -0
  390. /package/static/{f429d0a → ac6286f}/file-icons/file_type_codecov.svg +0 -0
  391. /package/static/{f429d0a → ac6286f}/file-icons/file_type_codekit.svg +0 -0
  392. /package/static/{f429d0a → ac6286f}/file-icons/file_type_codemagic.svg +0 -0
  393. /package/static/{f429d0a → ac6286f}/file-icons/file_type_codeowners.svg +0 -0
  394. /package/static/{f429d0a → ac6286f}/file-icons/file_type_codeql.svg +0 -0
  395. /package/static/{f429d0a → ac6286f}/file-icons/file_type_coderabbit.svg +0 -0
  396. /package/static/{f429d0a → ac6286f}/file-icons/file_type_coffeelint.svg +0 -0
  397. /package/static/{f429d0a → ac6286f}/file-icons/file_type_coffeescript.svg +0 -0
  398. /package/static/{f429d0a → ac6286f}/file-icons/file_type_commitizen.svg +0 -0
  399. /package/static/{f429d0a → ac6286f}/file-icons/file_type_commitlint.svg +0 -0
  400. /package/static/{f429d0a → ac6286f}/file-icons/file_type_compass.svg +0 -0
  401. /package/static/{f429d0a → ac6286f}/file-icons/file_type_composer.svg +0 -0
  402. /package/static/{f429d0a → ac6286f}/file-icons/file_type_conan.svg +0 -0
  403. /package/static/{f429d0a → ac6286f}/file-icons/file_type_conda.svg +0 -0
  404. /package/static/{f429d0a → ac6286f}/file-icons/file_type_config.svg +0 -0
  405. /package/static/{f429d0a → ac6286f}/file-icons/file_type_confluence.svg +0 -0
  406. /package/static/{f429d0a → ac6286f}/file-icons/file_type_copilot.svg +0 -0
  407. /package/static/{f429d0a → ac6286f}/file-icons/file_type_coverage.svg +0 -0
  408. /package/static/{f429d0a → ac6286f}/file-icons/file_type_coveralls.svg +0 -0
  409. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cpp.svg +0 -0
  410. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cpp2.svg +0 -0
  411. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cpp3.svg +0 -0
  412. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cppheader.svg +0 -0
  413. /package/static/{f429d0a → ac6286f}/file-icons/file_type_craco.svg +0 -0
  414. /package/static/{f429d0a → ac6286f}/file-icons/file_type_crowdin.svg +0 -0
  415. /package/static/{f429d0a → ac6286f}/file-icons/file_type_crystal.svg +0 -0
  416. /package/static/{f429d0a → ac6286f}/file-icons/file_type_csharp.svg +0 -0
  417. /package/static/{f429d0a → ac6286f}/file-icons/file_type_csharp2.svg +0 -0
  418. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cspell.svg +0 -0
  419. /package/static/{f429d0a → ac6286f}/file-icons/file_type_csproj.svg +0 -0
  420. /package/static/{f429d0a → ac6286f}/file-icons/file_type_css.svg +0 -0
  421. /package/static/{f429d0a → ac6286f}/file-icons/file_type_css2.svg +0 -0
  422. /package/static/{f429d0a → ac6286f}/file-icons/file_type_css2map.svg +0 -0
  423. /package/static/{f429d0a → ac6286f}/file-icons/file_type_csscomb.svg +0 -0
  424. /package/static/{f429d0a → ac6286f}/file-icons/file_type_csslint.svg +0 -0
  425. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cssmap.svg +0 -0
  426. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cucumber.svg +0 -0
  427. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cuda.svg +0 -0
  428. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cursorrules.svg +0 -0
  429. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cvs.svg +0 -0
  430. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cypress.svg +0 -0
  431. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cypress_spec.svg +0 -0
  432. /package/static/{f429d0a → ac6286f}/file-icons/file_type_cython.svg +0 -0
  433. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dal.svg +0 -0
  434. /package/static/{f429d0a → ac6286f}/file-icons/file_type_darcs.svg +0 -0
  435. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dartlang.svg +0 -0
  436. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dartlang_generated.svg +0 -0
  437. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dartlang_ignore.svg +0 -0
  438. /package/static/{f429d0a → ac6286f}/file-icons/file_type_datadog.svg +0 -0
  439. /package/static/{f429d0a → ac6286f}/file-icons/file_type_db.svg +0 -0
  440. /package/static/{f429d0a → ac6286f}/file-icons/file_type_debian.svg +0 -0
  441. /package/static/{f429d0a → ac6286f}/file-icons/file_type_delphi.svg +0 -0
  442. /package/static/{f429d0a → ac6286f}/file-icons/file_type_deno.svg +0 -0
  443. /package/static/{f429d0a → ac6286f}/file-icons/file_type_denoify.svg +0 -0
  444. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dependabot.svg +0 -0
  445. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dependencies.svg +0 -0
  446. /package/static/{f429d0a → ac6286f}/file-icons/file_type_devcontainer.svg +0 -0
  447. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dhall.svg +0 -0
  448. /package/static/{f429d0a → ac6286f}/file-icons/file_type_diff.svg +0 -0
  449. /package/static/{f429d0a → ac6286f}/file-icons/file_type_django.svg +0 -0
  450. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dlang.svg +0 -0
  451. /package/static/{f429d0a → ac6286f}/file-icons/file_type_docker.svg +0 -0
  452. /package/static/{f429d0a → ac6286f}/file-icons/file_type_docker2.svg +0 -0
  453. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dockertest.svg +0 -0
  454. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dockertest2.svg +0 -0
  455. /package/static/{f429d0a → ac6286f}/file-icons/file_type_docpad.svg +0 -0
  456. /package/static/{f429d0a → ac6286f}/file-icons/file_type_docusaurus.svg +0 -0
  457. /package/static/{f429d0a → ac6286f}/file-icons/file_type_docz.svg +0 -0
  458. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dojo.svg +0 -0
  459. /package/static/{f429d0a → ac6286f}/file-icons/file_type_doppler.svg +0 -0
  460. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dotenv.svg +0 -0
  461. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dotjs.svg +0 -0
  462. /package/static/{f429d0a → ac6286f}/file-icons/file_type_doxygen.svg +0 -0
  463. /package/static/{f429d0a → ac6286f}/file-icons/file_type_drawio.svg +0 -0
  464. /package/static/{f429d0a → ac6286f}/file-icons/file_type_drone.svg +0 -0
  465. /package/static/{f429d0a → ac6286f}/file-icons/file_type_drools.svg +0 -0
  466. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dtd.svg +0 -0
  467. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dune.svg +0 -0
  468. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dustjs.svg +0 -0
  469. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dvc.svg +0 -0
  470. /package/static/{f429d0a → ac6286f}/file-icons/file_type_dylan.svg +0 -0
  471. /package/static/{f429d0a → ac6286f}/file-icons/file_type_earthly.svg +0 -0
  472. /package/static/{f429d0a → ac6286f}/file-icons/file_type_eas-metadata.svg +0 -0
  473. /package/static/{f429d0a → ac6286f}/file-icons/file_type_edge.svg +0 -0
  474. /package/static/{f429d0a → ac6286f}/file-icons/file_type_edge2.svg +0 -0
  475. /package/static/{f429d0a → ac6286f}/file-icons/file_type_editorconfig.svg +0 -0
  476. /package/static/{f429d0a → ac6286f}/file-icons/file_type_eex.svg +0 -0
  477. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ejs.svg +0 -0
  478. /package/static/{f429d0a → ac6286f}/file-icons/file_type_elastic.svg +0 -0
  479. /package/static/{f429d0a → ac6286f}/file-icons/file_type_elasticbeanstalk.svg +0 -0
  480. /package/static/{f429d0a → ac6286f}/file-icons/file_type_eleventy.svg +0 -0
  481. /package/static/{f429d0a → ac6286f}/file-icons/file_type_eleventy2.svg +0 -0
  482. /package/static/{f429d0a → ac6286f}/file-icons/file_type_elixir.svg +0 -0
  483. /package/static/{f429d0a → ac6286f}/file-icons/file_type_elm.svg +0 -0
  484. /package/static/{f429d0a → ac6286f}/file-icons/file_type_elm2.svg +0 -0
  485. /package/static/{f429d0a → ac6286f}/file-icons/file_type_emacs.svg +0 -0
  486. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ember.svg +0 -0
  487. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ensime.svg +0 -0
  488. /package/static/{f429d0a → ac6286f}/file-icons/file_type_eps.svg +0 -0
  489. /package/static/{f429d0a → ac6286f}/file-icons/file_type_epub.svg +0 -0
  490. /package/static/{f429d0a → ac6286f}/file-icons/file_type_erb.svg +0 -0
  491. /package/static/{f429d0a → ac6286f}/file-icons/file_type_erlang.svg +0 -0
  492. /package/static/{f429d0a → ac6286f}/file-icons/file_type_erlang2.svg +0 -0
  493. /package/static/{f429d0a → ac6286f}/file-icons/file_type_esbuild.svg +0 -0
  494. /package/static/{f429d0a → ac6286f}/file-icons/file_type_eslint.svg +0 -0
  495. /package/static/{f429d0a → ac6286f}/file-icons/file_type_eslint2.svg +0 -0
  496. /package/static/{f429d0a → ac6286f}/file-icons/file_type_esphome.svg +0 -0
  497. /package/static/{f429d0a → ac6286f}/file-icons/file_type_excalidraw.svg +0 -0
  498. /package/static/{f429d0a → ac6286f}/file-icons/file_type_excel.svg +0 -0
  499. /package/static/{f429d0a → ac6286f}/file-icons/file_type_excel2.svg +0 -0
  500. /package/static/{f429d0a → ac6286f}/file-icons/file_type_expo.svg +0 -0
  501. /package/static/{f429d0a → ac6286f}/file-icons/file_type_falcon.svg +0 -0
  502. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fantasticon.svg +0 -0
  503. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fastly.svg +0 -0
  504. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fauna.svg +0 -0
  505. /package/static/{f429d0a → ac6286f}/file-icons/file_type_favicon.svg +0 -0
  506. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fbx.svg +0 -0
  507. /package/static/{f429d0a → ac6286f}/file-icons/file_type_firebase.svg +0 -0
  508. /package/static/{f429d0a → ac6286f}/file-icons/file_type_firebasehosting.svg +0 -0
  509. /package/static/{f429d0a → ac6286f}/file-icons/file_type_firestore.svg +0 -0
  510. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fitbit.svg +0 -0
  511. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fla.svg +0 -0
  512. /package/static/{f429d0a → ac6286f}/file-icons/file_type_flareact.svg +0 -0
  513. /package/static/{f429d0a → ac6286f}/file-icons/file_type_flash.svg +0 -0
  514. /package/static/{f429d0a → ac6286f}/file-icons/file_type_floobits.svg +0 -0
  515. /package/static/{f429d0a → ac6286f}/file-icons/file_type_flow.svg +0 -0
  516. /package/static/{f429d0a → ac6286f}/file-icons/file_type_flutter.svg +0 -0
  517. /package/static/{f429d0a → ac6286f}/file-icons/file_type_flutter_package.svg +0 -0
  518. /package/static/{f429d0a → ac6286f}/file-icons/file_type_flyio.svg +0 -0
  519. /package/static/{f429d0a → ac6286f}/file-icons/file_type_font.svg +0 -0
  520. /package/static/{f429d0a → ac6286f}/file-icons/file_type_formkit.svg +0 -0
  521. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fortran.svg +0 -0
  522. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fossa.svg +0 -0
  523. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fossil.svg +0 -0
  524. /package/static/{f429d0a → ac6286f}/file-icons/file_type_freemarker.svg +0 -0
  525. /package/static/{f429d0a → ac6286f}/file-icons/file_type_frontcommerce.svg +0 -0
  526. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fsharp.svg +0 -0
  527. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fsharp2.svg +0 -0
  528. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fsproj.svg +0 -0
  529. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fthtml.svg +0 -0
  530. /package/static/{f429d0a → ac6286f}/file-icons/file_type_funding.svg +0 -0
  531. /package/static/{f429d0a → ac6286f}/file-icons/file_type_fusebox.svg +0 -0
  532. /package/static/{f429d0a → ac6286f}/file-icons/file_type_galen.svg +0 -0
  533. /package/static/{f429d0a → ac6286f}/file-icons/file_type_galen2.svg +0 -0
  534. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gamemaker.svg +0 -0
  535. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gamemaker2.svg +0 -0
  536. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gamemaker81.svg +0 -0
  537. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gatsby.svg +0 -0
  538. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gcloud.svg +0 -0
  539. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gcode.svg +0 -0
  540. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gdscript.svg +0 -0
  541. /package/static/{f429d0a → ac6286f}/file-icons/file_type_genstat.svg +0 -0
  542. /package/static/{f429d0a → ac6286f}/file-icons/file_type_git.svg +0 -0
  543. /package/static/{f429d0a → ac6286f}/file-icons/file_type_git2.svg +0 -0
  544. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gitlab.svg +0 -0
  545. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gitpod.svg +0 -0
  546. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gleam.svg +0 -0
  547. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gleamconfig.svg +0 -0
  548. /package/static/{f429d0a → ac6286f}/file-icons/file_type_glide.svg +0 -0
  549. /package/static/{f429d0a → ac6286f}/file-icons/file_type_glitter.svg +0 -0
  550. /package/static/{f429d0a → ac6286f}/file-icons/file_type_glsl.svg +0 -0
  551. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gltf.svg +0 -0
  552. /package/static/{f429d0a → ac6286f}/file-icons/file_type_glyphs.svg +0 -0
  553. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gnu.svg +0 -0
  554. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gnuplot.svg +0 -0
  555. /package/static/{f429d0a → ac6286f}/file-icons/file_type_go.svg +0 -0
  556. /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_aqua.svg +0 -0
  557. /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_black.svg +0 -0
  558. /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_fuchsia.svg +0 -0
  559. /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_gopher.svg +0 -0
  560. /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_lightblue.svg +0 -0
  561. /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_package.svg +0 -0
  562. /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_white.svg +0 -0
  563. /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_work.svg +0 -0
  564. /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_yellow.svg +0 -0
  565. /package/static/{f429d0a → ac6286f}/file-icons/file_type_goctl.svg +0 -0
  566. /package/static/{f429d0a → ac6286f}/file-icons/file_type_godot.svg +0 -0
  567. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gpg.svg +0 -0
  568. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gradle.svg +0 -0
  569. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gradle2.svg +0 -0
  570. /package/static/{f429d0a → ac6286f}/file-icons/file_type_grain.svg +0 -0
  571. /package/static/{f429d0a → ac6286f}/file-icons/file_type_graphql.svg +0 -0
  572. /package/static/{f429d0a → ac6286f}/file-icons/file_type_graphql_config.svg +0 -0
  573. /package/static/{f429d0a → ac6286f}/file-icons/file_type_graphviz.svg +0 -0
  574. /package/static/{f429d0a → ac6286f}/file-icons/file_type_greenkeeper.svg +0 -0
  575. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gridsome.svg +0 -0
  576. /package/static/{f429d0a → ac6286f}/file-icons/file_type_groovy.svg +0 -0
  577. /package/static/{f429d0a → ac6286f}/file-icons/file_type_groovy2.svg +0 -0
  578. /package/static/{f429d0a → ac6286f}/file-icons/file_type_grunt.svg +0 -0
  579. /package/static/{f429d0a → ac6286f}/file-icons/file_type_gulp.svg +0 -0
  580. /package/static/{f429d0a → ac6286f}/file-icons/file_type_haml.svg +0 -0
  581. /package/static/{f429d0a → ac6286f}/file-icons/file_type_handlebars.svg +0 -0
  582. /package/static/{f429d0a → ac6286f}/file-icons/file_type_handlebars2.svg +0 -0
  583. /package/static/{f429d0a → ac6286f}/file-icons/file_type_harbour.svg +0 -0
  584. /package/static/{f429d0a → ac6286f}/file-icons/file_type_hardhat.svg +0 -0
  585. /package/static/{f429d0a → ac6286f}/file-icons/file_type_hashicorp.svg +0 -0
  586. /package/static/{f429d0a → ac6286f}/file-icons/file_type_haskell.svg +0 -0
  587. /package/static/{f429d0a → ac6286f}/file-icons/file_type_haskell2.svg +0 -0
  588. /package/static/{f429d0a → ac6286f}/file-icons/file_type_haxe.svg +0 -0
  589. /package/static/{f429d0a → ac6286f}/file-icons/file_type_haxecheckstyle.svg +0 -0
  590. /package/static/{f429d0a → ac6286f}/file-icons/file_type_haxedevelop.svg +0 -0
  591. /package/static/{f429d0a → ac6286f}/file-icons/file_type_helix.svg +0 -0
  592. /package/static/{f429d0a → ac6286f}/file-icons/file_type_helm.svg +0 -0
  593. /package/static/{f429d0a → ac6286f}/file-icons/file_type_histoire.svg +0 -0
  594. /package/static/{f429d0a → ac6286f}/file-icons/file_type_hjson.svg +0 -0
  595. /package/static/{f429d0a → ac6286f}/file-icons/file_type_hlsl.svg +0 -0
  596. /package/static/{f429d0a → ac6286f}/file-icons/file_type_homeassistant.svg +0 -0
  597. /package/static/{f429d0a → ac6286f}/file-icons/file_type_horusec.svg +0 -0
  598. /package/static/{f429d0a → ac6286f}/file-icons/file_type_host.svg +0 -0
  599. /package/static/{f429d0a → ac6286f}/file-icons/file_type_html.svg +0 -0
  600. /package/static/{f429d0a → ac6286f}/file-icons/file_type_htmlhint.svg +0 -0
  601. /package/static/{f429d0a → ac6286f}/file-icons/file_type_htmlvalidate.svg +0 -0
  602. /package/static/{f429d0a → ac6286f}/file-icons/file_type_http.svg +0 -0
  603. /package/static/{f429d0a → ac6286f}/file-icons/file_type_hugo.svg +0 -0
  604. /package/static/{f429d0a → ac6286f}/file-icons/file_type_humanstxt.svg +0 -0
  605. /package/static/{f429d0a → ac6286f}/file-icons/file_type_hunspell.svg +0 -0
  606. /package/static/{f429d0a → ac6286f}/file-icons/file_type_husky.svg +0 -0
  607. /package/static/{f429d0a → ac6286f}/file-icons/file_type_hy.svg +0 -0
  608. /package/static/{f429d0a → ac6286f}/file-icons/file_type_hygen.svg +0 -0
  609. /package/static/{f429d0a → ac6286f}/file-icons/file_type_hypr.svg +0 -0
  610. /package/static/{f429d0a → ac6286f}/file-icons/file_type_icl.svg +0 -0
  611. /package/static/{f429d0a → ac6286f}/file-icons/file_type_idris.svg +0 -0
  612. /package/static/{f429d0a → ac6286f}/file-icons/file_type_idrisbin.svg +0 -0
  613. /package/static/{f429d0a → ac6286f}/file-icons/file_type_idrispkg.svg +0 -0
  614. /package/static/{f429d0a → ac6286f}/file-icons/file_type_image.svg +0 -0
  615. /package/static/{f429d0a → ac6286f}/file-icons/file_type_imba.svg +0 -0
  616. /package/static/{f429d0a → ac6286f}/file-icons/file_type_inc.svg +0 -0
  617. /package/static/{f429d0a → ac6286f}/file-icons/file_type_infopath.svg +0 -0
  618. /package/static/{f429d0a → ac6286f}/file-icons/file_type_informix.svg +0 -0
  619. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ini.svg +0 -0
  620. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ink.svg +0 -0
  621. /package/static/{f429d0a → ac6286f}/file-icons/file_type_innosetup.svg +0 -0
  622. /package/static/{f429d0a → ac6286f}/file-icons/file_type_io.svg +0 -0
  623. /package/static/{f429d0a → ac6286f}/file-icons/file_type_iodine.svg +0 -0
  624. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ionic.svg +0 -0
  625. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jake.svg +0 -0
  626. /package/static/{f429d0a → ac6286f}/file-icons/file_type_janet.svg +0 -0
  627. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jar.svg +0 -0
  628. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jasmine.svg +0 -0
  629. /package/static/{f429d0a → ac6286f}/file-icons/file_type_java.svg +0 -0
  630. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jbuilder.svg +0 -0
  631. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jekyll.svg +0 -0
  632. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jenkins.svg +0 -0
  633. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jest.svg +0 -0
  634. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jest_snapshot.svg +0 -0
  635. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jinja.svg +0 -0
  636. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jpm.svg +0 -0
  637. /package/static/{f429d0a → ac6286f}/file-icons/file_type_js.svg +0 -0
  638. /package/static/{f429d0a → ac6286f}/file-icons/file_type_js_official.svg +0 -0
  639. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsbeautify.svg +0 -0
  640. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsconfig.svg +0 -0
  641. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jscpd.svg +0 -0
  642. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jshint.svg +0 -0
  643. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsmap.svg +0 -0
  644. /package/static/{f429d0a → ac6286f}/file-icons/file_type_json.svg +0 -0
  645. /package/static/{f429d0a → ac6286f}/file-icons/file_type_json2.svg +0 -0
  646. /package/static/{f429d0a → ac6286f}/file-icons/file_type_json5.svg +0 -0
  647. /package/static/{f429d0a → ac6286f}/file-icons/file_type_json_official.svg +0 -0
  648. /package/static/{f429d0a → ac6286f}/file-icons/file_type_json_schema.svg +0 -0
  649. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsonld.svg +0 -0
  650. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsonnet.svg +0 -0
  651. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsp.svg +0 -0
  652. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsr.svg +0 -0
  653. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jss.svg +0 -0
  654. /package/static/{f429d0a → ac6286f}/file-icons/file_type_juice.svg +0 -0
  655. /package/static/{f429d0a → ac6286f}/file-icons/file_type_julia.svg +0 -0
  656. /package/static/{f429d0a → ac6286f}/file-icons/file_type_julia2.svg +0 -0
  657. /package/static/{f429d0a → ac6286f}/file-icons/file_type_jupyter.svg +0 -0
  658. /package/static/{f429d0a → ac6286f}/file-icons/file_type_just.svg +0 -0
  659. /package/static/{f429d0a → ac6286f}/file-icons/file_type_k.svg +0 -0
  660. /package/static/{f429d0a → ac6286f}/file-icons/file_type_karma.svg +0 -0
  661. /package/static/{f429d0a → ac6286f}/file-icons/file_type_key.svg +0 -0
  662. /package/static/{f429d0a → ac6286f}/file-icons/file_type_kitchenci.svg +0 -0
  663. /package/static/{f429d0a → ac6286f}/file-icons/file_type_kite.svg +0 -0
  664. /package/static/{f429d0a → ac6286f}/file-icons/file_type_kivy.svg +0 -0
  665. /package/static/{f429d0a → ac6286f}/file-icons/file_type_knip.svg +0 -0
  666. /package/static/{f429d0a → ac6286f}/file-icons/file_type_kos.svg +0 -0
  667. /package/static/{f429d0a → ac6286f}/file-icons/file_type_kotlin.svg +0 -0
  668. /package/static/{f429d0a → ac6286f}/file-icons/file_type_kusto.svg +0 -0
  669. /package/static/{f429d0a → ac6286f}/file-icons/file_type_language_configuration.svg +0 -0
  670. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lark.svg +0 -0
  671. /package/static/{f429d0a → ac6286f}/file-icons/file_type_latino.svg +0 -0
  672. /package/static/{f429d0a → ac6286f}/file-icons/file_type_layout.svg +0 -0
  673. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lefthook.svg +0 -0
  674. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lerna.svg +0 -0
  675. /package/static/{f429d0a → ac6286f}/file-icons/file_type_less.svg +0 -0
  676. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lex.svg +0 -0
  677. /package/static/{f429d0a → ac6286f}/file-icons/file_type_liara.svg +0 -0
  678. /package/static/{f429d0a → ac6286f}/file-icons/file_type_libreoffice_base.svg +0 -0
  679. /package/static/{f429d0a → ac6286f}/file-icons/file_type_libreoffice_calc.svg +0 -0
  680. /package/static/{f429d0a → ac6286f}/file-icons/file_type_libreoffice_draw.svg +0 -0
  681. /package/static/{f429d0a → ac6286f}/file-icons/file_type_libreoffice_impress.svg +0 -0
  682. /package/static/{f429d0a → ac6286f}/file-icons/file_type_libreoffice_math.svg +0 -0
  683. /package/static/{f429d0a → ac6286f}/file-icons/file_type_libreoffice_writer.svg +0 -0
  684. /package/static/{f429d0a → ac6286f}/file-icons/file_type_license.svg +0 -0
  685. /package/static/{f429d0a → ac6286f}/file-icons/file_type_licensebat.svg +0 -0
  686. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_actionscript2.svg +0 -0
  687. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_ada.svg +0 -0
  688. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_agda.svg +0 -0
  689. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_apl.svg +0 -0
  690. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_astro.svg +0 -0
  691. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_astroconfig.svg +0 -0
  692. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_babel.svg +0 -0
  693. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_babel2.svg +0 -0
  694. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_cabal.svg +0 -0
  695. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_circleci.svg +0 -0
  696. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_cloudfoundry.svg +0 -0
  697. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_codacy.svg +0 -0
  698. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_codeclimate.svg +0 -0
  699. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_codeowners.svg +0 -0
  700. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_config.svg +0 -0
  701. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_copilot.svg +0 -0
  702. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_crystal.svg +0 -0
  703. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_cypress.svg +0 -0
  704. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_cypress_spec.svg +0 -0
  705. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_db.svg +0 -0
  706. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_deno.svg +0 -0
  707. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_dhall.svg +0 -0
  708. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_docpad.svg +0 -0
  709. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_drone.svg +0 -0
  710. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_eas-metadata.svg +0 -0
  711. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_eleventy.svg +0 -0
  712. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_eleventy2.svg +0 -0
  713. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_esphome.svg +0 -0
  714. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_expo.svg +0 -0
  715. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_firebasehosting.svg +0 -0
  716. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_fla.svg +0 -0
  717. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_font.svg +0 -0
  718. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_gamemaker2.svg +0 -0
  719. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_gradle.svg +0 -0
  720. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_hashicorp.svg +0 -0
  721. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_hjson.svg +0 -0
  722. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_ini.svg +0 -0
  723. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_io.svg +0 -0
  724. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_js.svg +0 -0
  725. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_jsconfig.svg +0 -0
  726. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_jsmap.svg +0 -0
  727. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_json.svg +0 -0
  728. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_json5.svg +0 -0
  729. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_json_schema.svg +0 -0
  730. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_jsonld.svg +0 -0
  731. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_kite.svg +0 -0
  732. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_lark.svg +0 -0
  733. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_lerna.svg +0 -0
  734. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_mailing.svg +0 -0
  735. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_markuplint.svg +0 -0
  736. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_mdx-components.svg +0 -0
  737. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_mdx.svg +0 -0
  738. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_mlang.svg +0 -0
  739. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_mustache.svg +0 -0
  740. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_mypy.svg +0 -0
  741. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_neo4j.svg +0 -0
  742. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_netlify.svg +0 -0
  743. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_next.svg +0 -0
  744. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_nim.svg +0 -0
  745. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_nx.svg +0 -0
  746. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_objidconfig.svg +0 -0
  747. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_openHAB.svg +0 -0
  748. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_pcl.svg +0 -0
  749. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_pnpm.svg +0 -0
  750. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_prettier.svg +0 -0
  751. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_prisma.svg +0 -0
  752. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_purescript.svg +0 -0
  753. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_quasar.svg +0 -0
  754. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_raku.svg +0 -0
  755. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_razzle.svg +0 -0
  756. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_reactrouter.svg +0 -0
  757. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_rehype.svg +0 -0
  758. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_remark.svg +0 -0
  759. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_replit.svg +0 -0
  760. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_retext.svg +0 -0
  761. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_rome.svg +0 -0
  762. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_rubocop.svg +0 -0
  763. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_rust.svg +0 -0
  764. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_rust_toolchain.svg +0 -0
  765. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_safetensors.svg +0 -0
  766. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_shaderlab.svg +0 -0
  767. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_solidity.svg +0 -0
  768. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_spin.svg +0 -0
  769. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_stylelint.svg +0 -0
  770. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_stylus.svg +0 -0
  771. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_symfony.svg +0 -0
  772. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_systemd.svg +0 -0
  773. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_systemverilog.svg +0 -0
  774. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_testcafe.svg +0 -0
  775. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_testjs.svg +0 -0
  776. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_tex.svg +0 -0
  777. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_tm.svg +0 -0
  778. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_tmux.svg +0 -0
  779. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_todo.svg +0 -0
  780. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_toit.svg +0 -0
  781. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_toml.svg +0 -0
  782. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_tree.svg +0 -0
  783. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_turbo.svg +0 -0
  784. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_unibeautify.svg +0 -0
  785. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_vash.svg +0 -0
  786. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_vercel.svg +0 -0
  787. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_vsix.svg +0 -0
  788. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_vsixmanifest.svg +0 -0
  789. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_xfl.svg +0 -0
  790. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_xorg.svg +0 -0
  791. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_yaml.svg +0 -0
  792. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_yaml_official.svg +0 -0
  793. /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_zeit.svg +0 -0
  794. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lighthouse.svg +0 -0
  795. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lilypond.svg +0 -0
  796. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lime.svg +0 -0
  797. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lintstagedrc.svg +0 -0
  798. /package/static/{f429d0a → ac6286f}/file-icons/file_type_liquid.svg +0 -0
  799. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lisp.svg +0 -0
  800. /package/static/{f429d0a → ac6286f}/file-icons/file_type_livescript.svg +0 -0
  801. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lnk.svg +0 -0
  802. /package/static/{f429d0a → ac6286f}/file-icons/file_type_locale.svg +0 -0
  803. /package/static/{f429d0a → ac6286f}/file-icons/file_type_log.svg +0 -0
  804. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lolcode.svg +0 -0
  805. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lsl.svg +0 -0
  806. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lua.svg +0 -0
  807. /package/static/{f429d0a → ac6286f}/file-icons/file_type_luau.svg +0 -0
  808. /package/static/{f429d0a → ac6286f}/file-icons/file_type_lync.svg +0 -0
  809. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mailing.svg +0 -0
  810. /package/static/{f429d0a → ac6286f}/file-icons/file_type_makefile.svg +0 -0
  811. /package/static/{f429d0a → ac6286f}/file-icons/file_type_manifest.svg +0 -0
  812. /package/static/{f429d0a → ac6286f}/file-icons/file_type_manifest_bak.svg +0 -0
  813. /package/static/{f429d0a → ac6286f}/file-icons/file_type_manifest_skip.svg +0 -0
  814. /package/static/{f429d0a → ac6286f}/file-icons/file_type_map.svg +0 -0
  815. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mariadb.svg +0 -0
  816. /package/static/{f429d0a → ac6286f}/file-icons/file_type_markdown.svg +0 -0
  817. /package/static/{f429d0a → ac6286f}/file-icons/file_type_markdownlint.svg +0 -0
  818. /package/static/{f429d0a → ac6286f}/file-icons/file_type_markdownlint_ignore.svg +0 -0
  819. /package/static/{f429d0a → ac6286f}/file-icons/file_type_marko.svg +0 -0
  820. /package/static/{f429d0a → ac6286f}/file-icons/file_type_markojs.svg +0 -0
  821. /package/static/{f429d0a → ac6286f}/file-icons/file_type_markuplint.svg +0 -0
  822. /package/static/{f429d0a → ac6286f}/file-icons/file_type_master-co.svg +0 -0
  823. /package/static/{f429d0a → ac6286f}/file-icons/file_type_matlab.svg +0 -0
  824. /package/static/{f429d0a → ac6286f}/file-icons/file_type_maven.svg +0 -0
  825. /package/static/{f429d0a → ac6286f}/file-icons/file_type_maxscript.svg +0 -0
  826. /package/static/{f429d0a → ac6286f}/file-icons/file_type_maya.svg +0 -0
  827. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mdx-components.svg +0 -0
  828. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mdx.svg +0 -0
  829. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mediawiki.svg +0 -0
  830. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mercurial.svg +0 -0
  831. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mermaid.svg +0 -0
  832. /package/static/{f429d0a → ac6286f}/file-icons/file_type_meson.svg +0 -0
  833. /package/static/{f429d0a → ac6286f}/file-icons/file_type_metal.svg +0 -0
  834. /package/static/{f429d0a → ac6286f}/file-icons/file_type_meteor.svg +0 -0
  835. /package/static/{f429d0a → ac6286f}/file-icons/file_type_minecraft.svg +0 -0
  836. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mivascript.svg +0 -0
  837. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mjml.svg +0 -0
  838. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mlang.svg +0 -0
  839. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mocha.svg +0 -0
  840. /package/static/{f429d0a → ac6286f}/file-icons/file_type_modernizr.svg +0 -0
  841. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mojo.svg +0 -0
  842. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mojolicious.svg +0 -0
  843. /package/static/{f429d0a → ac6286f}/file-icons/file_type_moleculer.svg +0 -0
  844. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mondoo.svg +0 -0
  845. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mongo.svg +0 -0
  846. /package/static/{f429d0a → ac6286f}/file-icons/file_type_monotone.svg +0 -0
  847. /package/static/{f429d0a → ac6286f}/file-icons/file_type_motif.svg +0 -0
  848. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mson.svg +0 -0
  849. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mustache.svg +0 -0
  850. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mvt.svg +0 -0
  851. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mvtcss.svg +0 -0
  852. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mvtjs.svg +0 -0
  853. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mypy.svg +0 -0
  854. /package/static/{f429d0a → ac6286f}/file-icons/file_type_mysql.svg +0 -0
  855. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ndst.svg +0 -0
  856. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nearly.svg +0 -0
  857. /package/static/{f429d0a → ac6286f}/file-icons/file_type_neo4j.svg +0 -0
  858. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_adapter_js.svg +0 -0
  859. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_adapter_ts.svg +0 -0
  860. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_controller_js.svg +0 -0
  861. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_controller_ts.svg +0 -0
  862. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_decorator_js.svg +0 -0
  863. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_decorator_ts.svg +0 -0
  864. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_filter_js.svg +0 -0
  865. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_filter_ts.svg +0 -0
  866. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_gateway_js.svg +0 -0
  867. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_gateway_ts.svg +0 -0
  868. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_guard_js.svg +0 -0
  869. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_guard_ts.svg +0 -0
  870. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_interceptor_js.svg +0 -0
  871. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
  872. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_middleware_js.svg +0 -0
  873. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_middleware_ts.svg +0 -0
  874. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_module_js.svg +0 -0
  875. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_module_ts.svg +0 -0
  876. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_pipe_js.svg +0 -0
  877. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_pipe_ts.svg +0 -0
  878. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_service_js.svg +0 -0
  879. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_service_ts.svg +0 -0
  880. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nestjs.svg +0 -0
  881. /package/static/{f429d0a → ac6286f}/file-icons/file_type_netlify.svg +0 -0
  882. /package/static/{f429d0a → ac6286f}/file-icons/file_type_next.svg +0 -0
  883. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nextflow.svg +0 -0
  884. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_css.svg +0 -0
  885. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_dart.svg +0 -0
  886. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_html.svg +0 -0
  887. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_js.svg +0 -0
  888. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_js2.svg +0 -0
  889. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_less.svg +0 -0
  890. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_sass.svg +0 -0
  891. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_scss.svg +0 -0
  892. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_ts.svg +0 -0
  893. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_ts2.svg +0 -0
  894. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_controller_js.svg +0 -0
  895. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_controller_ts.svg +0 -0
  896. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_directive_dart.svg +0 -0
  897. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_directive_js.svg +0 -0
  898. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_directive_js2.svg +0 -0
  899. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_directive_ts.svg +0 -0
  900. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_directive_ts2.svg +0 -0
  901. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_guard_dart.svg +0 -0
  902. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_guard_js.svg +0 -0
  903. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_guard_ts.svg +0 -0
  904. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
  905. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_interceptor_js.svg +0 -0
  906. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
  907. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_module_dart.svg +0 -0
  908. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_module_js.svg +0 -0
  909. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_module_js2.svg +0 -0
  910. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_module_ts.svg +0 -0
  911. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_module_ts2.svg +0 -0
  912. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_pipe_dart.svg +0 -0
  913. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_pipe_js.svg +0 -0
  914. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_pipe_js2.svg +0 -0
  915. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_pipe_ts.svg +0 -0
  916. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
  917. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_routing_dart.svg +0 -0
  918. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_routing_js.svg +0 -0
  919. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_routing_js2.svg +0 -0
  920. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_routing_ts.svg +0 -0
  921. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_routing_ts2.svg +0 -0
  922. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_service_dart.svg +0 -0
  923. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_service_js.svg +0 -0
  924. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_service_js2.svg +0 -0
  925. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_service_ts.svg +0 -0
  926. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_service_ts2.svg +0 -0
  927. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
  928. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_smart_component_js.svg +0 -0
  929. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
  930. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
  931. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
  932. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_tailwind.svg +0 -0
  933. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nginx.svg +0 -0
  934. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nim.svg +0 -0
  935. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nimble.svg +0 -0
  936. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ninja.svg +0 -0
  937. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nix.svg +0 -0
  938. /package/static/{f429d0a → ac6286f}/file-icons/file_type_njsproj.svg +0 -0
  939. /package/static/{f429d0a → ac6286f}/file-icons/file_type_noc.svg +0 -0
  940. /package/static/{f429d0a → ac6286f}/file-icons/file_type_node.svg +0 -0
  941. /package/static/{f429d0a → ac6286f}/file-icons/file_type_node2.svg +0 -0
  942. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nodemon.svg +0 -0
  943. /package/static/{f429d0a → ac6286f}/file-icons/file_type_npm.svg +0 -0
  944. /package/static/{f429d0a → ac6286f}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
  945. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nsi.svg +0 -0
  946. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nsri-integrity.svg +0 -0
  947. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nsri.svg +0 -0
  948. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nuget.svg +0 -0
  949. /package/static/{f429d0a → ac6286f}/file-icons/file_type_numpy.svg +0 -0
  950. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nunjucks.svg +0 -0
  951. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nuxt.svg +0 -0
  952. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nx.svg +0 -0
  953. /package/static/{f429d0a → ac6286f}/file-icons/file_type_nyc.svg +0 -0
  954. /package/static/{f429d0a → ac6286f}/file-icons/file_type_objectivec.svg +0 -0
  955. /package/static/{f429d0a → ac6286f}/file-icons/file_type_objectivecpp.svg +0 -0
  956. /package/static/{f429d0a → ac6286f}/file-icons/file_type_objidconfig.svg +0 -0
  957. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ocaml.svg +0 -0
  958. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ocaml_intf.svg +0 -0
  959. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ogone.svg +0 -0
  960. /package/static/{f429d0a → ac6286f}/file-icons/file_type_onenote.svg +0 -0
  961. /package/static/{f429d0a → ac6286f}/file-icons/file_type_opam.svg +0 -0
  962. /package/static/{f429d0a → ac6286f}/file-icons/file_type_openHAB.svg +0 -0
  963. /package/static/{f429d0a → ac6286f}/file-icons/file_type_opencl.svg +0 -0
  964. /package/static/{f429d0a → ac6286f}/file-icons/file_type_openscad.svg +0 -0
  965. /package/static/{f429d0a → ac6286f}/file-icons/file_type_opentofu.svg +0 -0
  966. /package/static/{f429d0a → ac6286f}/file-icons/file_type_org.svg +0 -0
  967. /package/static/{f429d0a → ac6286f}/file-icons/file_type_outlook.svg +0 -0
  968. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ovpn.svg +0 -0
  969. /package/static/{f429d0a → ac6286f}/file-icons/file_type_oxlint.svg +0 -0
  970. /package/static/{f429d0a → ac6286f}/file-icons/file_type_package.svg +0 -0
  971. /package/static/{f429d0a → ac6286f}/file-icons/file_type_paket.svg +0 -0
  972. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pandacss.svg +0 -0
  973. /package/static/{f429d0a → ac6286f}/file-icons/file_type_patch.svg +0 -0
  974. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pcl.svg +0 -0
  975. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pddl.svg +0 -0
  976. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pddl_happenings.svg +0 -0
  977. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pddl_plan.svg +0 -0
  978. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pdf.svg +0 -0
  979. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pdf2.svg +0 -0
  980. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pdm.svg +0 -0
  981. /package/static/{f429d0a → ac6286f}/file-icons/file_type_peeky.svg +0 -0
  982. /package/static/{f429d0a → ac6286f}/file-icons/file_type_perl.svg +0 -0
  983. /package/static/{f429d0a → ac6286f}/file-icons/file_type_perl2.svg +0 -0
  984. /package/static/{f429d0a → ac6286f}/file-icons/file_type_perl6.svg +0 -0
  985. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pgsql.svg +0 -0
  986. /package/static/{f429d0a → ac6286f}/file-icons/file_type_photoshop.svg +0 -0
  987. /package/static/{f429d0a → ac6286f}/file-icons/file_type_photoshop2.svg +0 -0
  988. /package/static/{f429d0a → ac6286f}/file-icons/file_type_php.svg +0 -0
  989. /package/static/{f429d0a → ac6286f}/file-icons/file_type_php2.svg +0 -0
  990. /package/static/{f429d0a → ac6286f}/file-icons/file_type_php3.svg +0 -0
  991. /package/static/{f429d0a → ac6286f}/file-icons/file_type_phpcsfixer.svg +0 -0
  992. /package/static/{f429d0a → ac6286f}/file-icons/file_type_phpstan.svg +0 -0
  993. /package/static/{f429d0a → ac6286f}/file-icons/file_type_phpunit.svg +0 -0
  994. /package/static/{f429d0a → ac6286f}/file-icons/file_type_phraseapp.svg +0 -0
  995. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pine.svg +0 -0
  996. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pip.svg +0 -0
  997. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pipeline.svg +0 -0
  998. /package/static/{f429d0a → ac6286f}/file-icons/file_type_plantuml.svg +0 -0
  999. /package/static/{f429d0a → ac6286f}/file-icons/file_type_platformio.svg +0 -0
  1000. /package/static/{f429d0a → ac6286f}/file-icons/file_type_playwright.svg +0 -0
  1001. /package/static/{f429d0a → ac6286f}/file-icons/file_type_plsql.svg +0 -0
  1002. /package/static/{f429d0a → ac6286f}/file-icons/file_type_plsql_package.svg +0 -0
  1003. /package/static/{f429d0a → ac6286f}/file-icons/file_type_plsql_package_body.svg +0 -0
  1004. /package/static/{f429d0a → ac6286f}/file-icons/file_type_plsql_package_header.svg +0 -0
  1005. /package/static/{f429d0a → ac6286f}/file-icons/file_type_plsql_package_spec.svg +0 -0
  1006. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pm2.svg +0 -0
  1007. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pnpm.svg +0 -0
  1008. /package/static/{f429d0a → ac6286f}/file-icons/file_type_poedit.svg +0 -0
  1009. /package/static/{f429d0a → ac6286f}/file-icons/file_type_poetry.svg +0 -0
  1010. /package/static/{f429d0a → ac6286f}/file-icons/file_type_polymer.svg +0 -0
  1011. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pony.svg +0 -0
  1012. /package/static/{f429d0a → ac6286f}/file-icons/file_type_postcss.svg +0 -0
  1013. /package/static/{f429d0a → ac6286f}/file-icons/file_type_postcssconfig.svg +0 -0
  1014. /package/static/{f429d0a → ac6286f}/file-icons/file_type_postman.svg +0 -0
  1015. /package/static/{f429d0a → ac6286f}/file-icons/file_type_powerpoint.svg +0 -0
  1016. /package/static/{f429d0a → ac6286f}/file-icons/file_type_powerpoint2.svg +0 -0
  1017. /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell.svg +0 -0
  1018. /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell2.svg +0 -0
  1019. /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell_format.svg +0 -0
  1020. /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell_psd.svg +0 -0
  1021. /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell_psd2.svg +0 -0
  1022. /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell_psm.svg +0 -0
  1023. /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell_psm2.svg +0 -0
  1024. /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell_types.svg +0 -0
  1025. /package/static/{f429d0a → ac6286f}/file-icons/file_type_preact.svg +0 -0
  1026. /package/static/{f429d0a → ac6286f}/file-icons/file_type_precommit.svg +0 -0
  1027. /package/static/{f429d0a → ac6286f}/file-icons/file_type_prettier.svg +0 -0
  1028. /package/static/{f429d0a → ac6286f}/file-icons/file_type_prisma.svg +0 -0
  1029. /package/static/{f429d0a → ac6286f}/file-icons/file_type_processinglang.svg +0 -0
  1030. /package/static/{f429d0a → ac6286f}/file-icons/file_type_procfile.svg +0 -0
  1031. /package/static/{f429d0a → ac6286f}/file-icons/file_type_progress.svg +0 -0
  1032. /package/static/{f429d0a → ac6286f}/file-icons/file_type_prolog.svg +0 -0
  1033. /package/static/{f429d0a → ac6286f}/file-icons/file_type_prometheus.svg +0 -0
  1034. /package/static/{f429d0a → ac6286f}/file-icons/file_type_protobuf.svg +0 -0
  1035. /package/static/{f429d0a → ac6286f}/file-icons/file_type_protractor.svg +0 -0
  1036. /package/static/{f429d0a → ac6286f}/file-icons/file_type_publiccode.svg +0 -0
  1037. /package/static/{f429d0a → ac6286f}/file-icons/file_type_publisher.svg +0 -0
  1038. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pug.svg +0 -0
  1039. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pulumi.svg +0 -0
  1040. /package/static/{f429d0a → ac6286f}/file-icons/file_type_puppet.svg +0 -0
  1041. /package/static/{f429d0a → ac6286f}/file-icons/file_type_purescript.svg +0 -0
  1042. /package/static/{f429d0a → ac6286f}/file-icons/file_type_purgecss.svg +0 -0
  1043. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pyenv.svg +0 -0
  1044. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pyret.svg +0 -0
  1045. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pyscript.svg +0 -0
  1046. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pytest.svg +0 -0
  1047. /package/static/{f429d0a → ac6286f}/file-icons/file_type_python.svg +0 -0
  1048. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pythowo.svg +0 -0
  1049. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pytyped.svg +0 -0
  1050. /package/static/{f429d0a → ac6286f}/file-icons/file_type_pyup.svg +0 -0
  1051. /package/static/{f429d0a → ac6286f}/file-icons/file_type_q.svg +0 -0
  1052. /package/static/{f429d0a → ac6286f}/file-icons/file_type_qbs.svg +0 -0
  1053. /package/static/{f429d0a → ac6286f}/file-icons/file_type_qlikview.svg +0 -0
  1054. /package/static/{f429d0a → ac6286f}/file-icons/file_type_qml.svg +0 -0
  1055. /package/static/{f429d0a → ac6286f}/file-icons/file_type_qmldir.svg +0 -0
  1056. /package/static/{f429d0a → ac6286f}/file-icons/file_type_qsharp.svg +0 -0
  1057. /package/static/{f429d0a → ac6286f}/file-icons/file_type_quasar.svg +0 -0
  1058. /package/static/{f429d0a → ac6286f}/file-icons/file_type_r.svg +0 -0
  1059. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ra_syntax_tree.svg +0 -0
  1060. /package/static/{f429d0a → ac6286f}/file-icons/file_type_racket.svg +0 -0
  1061. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rails.svg +0 -0
  1062. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rake.svg +0 -0
  1063. /package/static/{f429d0a → ac6286f}/file-icons/file_type_raku.svg +0 -0
  1064. /package/static/{f429d0a → ac6286f}/file-icons/file_type_raml.svg +0 -0
  1065. /package/static/{f429d0a → ac6286f}/file-icons/file_type_razor.svg +0 -0
  1066. /package/static/{f429d0a → ac6286f}/file-icons/file_type_razzle.svg +0 -0
  1067. /package/static/{f429d0a → ac6286f}/file-icons/file_type_reactjs.svg +0 -0
  1068. /package/static/{f429d0a → ac6286f}/file-icons/file_type_reactrouter.svg +0 -0
  1069. /package/static/{f429d0a → ac6286f}/file-icons/file_type_reacttemplate.svg +0 -0
  1070. /package/static/{f429d0a → ac6286f}/file-icons/file_type_reactts.svg +0 -0
  1071. /package/static/{f429d0a → ac6286f}/file-icons/file_type_reason.svg +0 -0
  1072. /package/static/{f429d0a → ac6286f}/file-icons/file_type_red.svg +0 -0
  1073. /package/static/{f429d0a → ac6286f}/file-icons/file_type_registry.svg +0 -0
  1074. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rego.svg +0 -0
  1075. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rehype.svg +0 -0
  1076. /package/static/{f429d0a → ac6286f}/file-icons/file_type_remark.svg +0 -0
  1077. /package/static/{f429d0a → ac6286f}/file-icons/file_type_renovate.svg +0 -0
  1078. /package/static/{f429d0a → ac6286f}/file-icons/file_type_replit.svg +0 -0
  1079. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rescript.svg +0 -0
  1080. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rest.svg +0 -0
  1081. /package/static/{f429d0a → ac6286f}/file-icons/file_type_retext.svg +0 -0
  1082. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rexx.svg +0 -0
  1083. /package/static/{f429d0a → ac6286f}/file-icons/file_type_riot.svg +0 -0
  1084. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rmd.svg +0 -0
  1085. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rnc.svg +0 -0
  1086. /package/static/{f429d0a → ac6286f}/file-icons/file_type_robotframework.svg +0 -0
  1087. /package/static/{f429d0a → ac6286f}/file-icons/file_type_robots.svg +0 -0
  1088. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rolldown.svg +0 -0
  1089. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rollup.svg +0 -0
  1090. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rome.svg +0 -0
  1091. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ron.svg +0 -0
  1092. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rproj.svg +0 -0
  1093. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rspec.svg +0 -0
  1094. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rss.svg +0 -0
  1095. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rubocop.svg +0 -0
  1096. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ruby.svg +0 -0
  1097. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rust.svg +0 -0
  1098. /package/static/{f429d0a → ac6286f}/file-icons/file_type_rust_toolchain.svg +0 -0
  1099. /package/static/{f429d0a → ac6286f}/file-icons/file_type_s-lang.svg +0 -0
  1100. /package/static/{f429d0a → ac6286f}/file-icons/file_type_safetensors.svg +0 -0
  1101. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sails.svg +0 -0
  1102. /package/static/{f429d0a → ac6286f}/file-icons/file_type_saltstack.svg +0 -0
  1103. /package/static/{f429d0a → ac6286f}/file-icons/file_type_san.svg +0 -0
  1104. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
  1105. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sas.svg +0 -0
  1106. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sass.svg +0 -0
  1107. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sbt.svg +0 -0
  1108. /package/static/{f429d0a → ac6286f}/file-icons/file_type_scala.svg +0 -0
  1109. /package/static/{f429d0a → ac6286f}/file-icons/file_type_scilab.svg +0 -0
  1110. /package/static/{f429d0a → ac6286f}/file-icons/file_type_script.svg +0 -0
  1111. /package/static/{f429d0a → ac6286f}/file-icons/file_type_scss.svg +0 -0
  1112. /package/static/{f429d0a → ac6286f}/file-icons/file_type_scss2.svg +0 -0
  1113. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sdlang.svg +0 -0
  1114. /package/static/{f429d0a → ac6286f}/file-icons/file_type_search_result.svg +0 -0
  1115. /package/static/{f429d0a → ac6286f}/file-icons/file_type_seedkit.svg +0 -0
  1116. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sentry.svg +0 -0
  1117. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sequelize.svg +0 -0
  1118. /package/static/{f429d0a → ac6286f}/file-icons/file_type_serverless.svg +0 -0
  1119. /package/static/{f429d0a → ac6286f}/file-icons/file_type_shaderlab.svg +0 -0
  1120. /package/static/{f429d0a → ac6286f}/file-icons/file_type_shell.svg +0 -0
  1121. /package/static/{f429d0a → ac6286f}/file-icons/file_type_shellcheck.svg +0 -0
  1122. /package/static/{f429d0a → ac6286f}/file-icons/file_type_shuttle.svg +0 -0
  1123. /package/static/{f429d0a → ac6286f}/file-icons/file_type_silverstripe.svg +0 -0
  1124. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sino.svg +0 -0
  1125. /package/static/{f429d0a → ac6286f}/file-icons/file_type_siyuan.svg +0 -0
  1126. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sketch.svg +0 -0
  1127. /package/static/{f429d0a → ac6286f}/file-icons/file_type_skipper.svg +0 -0
  1128. /package/static/{f429d0a → ac6286f}/file-icons/file_type_slang.svg +0 -0
  1129. /package/static/{f429d0a → ac6286f}/file-icons/file_type_slashup.svg +0 -0
  1130. /package/static/{f429d0a → ac6286f}/file-icons/file_type_slice.svg +0 -0
  1131. /package/static/{f429d0a → ac6286f}/file-icons/file_type_slim.svg +0 -0
  1132. /package/static/{f429d0a → ac6286f}/file-icons/file_type_slint.svg +0 -0
  1133. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sln.svg +0 -0
  1134. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sln2.svg +0 -0
  1135. /package/static/{f429d0a → ac6286f}/file-icons/file_type_smarty.svg +0 -0
  1136. /package/static/{f429d0a → ac6286f}/file-icons/file_type_snakemake.svg +0 -0
  1137. /package/static/{f429d0a → ac6286f}/file-icons/file_type_snapcraft.svg +0 -0
  1138. /package/static/{f429d0a → ac6286f}/file-icons/file_type_snaplet.svg +0 -0
  1139. /package/static/{f429d0a → ac6286f}/file-icons/file_type_snort.svg +0 -0
  1140. /package/static/{f429d0a → ac6286f}/file-icons/file_type_snyk.svg +0 -0
  1141. /package/static/{f429d0a → ac6286f}/file-icons/file_type_solidarity.svg +0 -0
  1142. /package/static/{f429d0a → ac6286f}/file-icons/file_type_solidity.svg +0 -0
  1143. /package/static/{f429d0a → ac6286f}/file-icons/file_type_source.svg +0 -0
  1144. /package/static/{f429d0a → ac6286f}/file-icons/file_type_spacengine.svg +0 -0
  1145. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sparql.svg +0 -0
  1146. /package/static/{f429d0a → ac6286f}/file-icons/file_type_spin.svg +0 -0
  1147. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sqf.svg +0 -0
  1148. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sql.svg +0 -0
  1149. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sqlite.svg +0 -0
  1150. /package/static/{f429d0a → ac6286f}/file-icons/file_type_squirrel.svg +0 -0
  1151. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sss.svg +0 -0
  1152. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sst.svg +0 -0
  1153. /package/static/{f429d0a → ac6286f}/file-icons/file_type_stackblitz.svg +0 -0
  1154. /package/static/{f429d0a → ac6286f}/file-icons/file_type_stan.svg +0 -0
  1155. /package/static/{f429d0a → ac6286f}/file-icons/file_type_stata.svg +0 -0
  1156. /package/static/{f429d0a → ac6286f}/file-icons/file_type_stencil.svg +0 -0
  1157. /package/static/{f429d0a → ac6286f}/file-icons/file_type_storyboard.svg +0 -0
  1158. /package/static/{f429d0a → ac6286f}/file-icons/file_type_storybook.svg +0 -0
  1159. /package/static/{f429d0a → ac6286f}/file-icons/file_type_stryker.svg +0 -0
  1160. /package/static/{f429d0a → ac6286f}/file-icons/file_type_stylable.svg +0 -0
  1161. /package/static/{f429d0a → ac6286f}/file-icons/file_type_style.svg +0 -0
  1162. /package/static/{f429d0a → ac6286f}/file-icons/file_type_styled.svg +0 -0
  1163. /package/static/{f429d0a → ac6286f}/file-icons/file_type_stylelint.svg +0 -0
  1164. /package/static/{f429d0a → ac6286f}/file-icons/file_type_stylish_haskell.svg +0 -0
  1165. /package/static/{f429d0a → ac6286f}/file-icons/file_type_stylus.svg +0 -0
  1166. /package/static/{f429d0a → ac6286f}/file-icons/file_type_sublime.svg +0 -0
  1167. /package/static/{f429d0a → ac6286f}/file-icons/file_type_subversion.svg +0 -0
  1168. /package/static/{f429d0a → ac6286f}/file-icons/file_type_svelte.svg +0 -0
  1169. /package/static/{f429d0a → ac6286f}/file-icons/file_type_svelteconfig.svg +0 -0
  1170. /package/static/{f429d0a → ac6286f}/file-icons/file_type_svg.svg +0 -0
  1171. /package/static/{f429d0a → ac6286f}/file-icons/file_type_svgo.svg +0 -0
  1172. /package/static/{f429d0a → ac6286f}/file-icons/file_type_swagger.svg +0 -0
  1173. /package/static/{f429d0a → ac6286f}/file-icons/file_type_swc.svg +0 -0
  1174. /package/static/{f429d0a → ac6286f}/file-icons/file_type_swift.svg +0 -0
  1175. /package/static/{f429d0a → ac6286f}/file-icons/file_type_swig.svg +0 -0
  1176. /package/static/{f429d0a → ac6286f}/file-icons/file_type_symfony.svg +0 -0
  1177. /package/static/{f429d0a → ac6286f}/file-icons/file_type_syncpack.svg +0 -0
  1178. /package/static/{f429d0a → ac6286f}/file-icons/file_type_systemd.svg +0 -0
  1179. /package/static/{f429d0a → ac6286f}/file-icons/file_type_systemverilog.svg +0 -0
  1180. /package/static/{f429d0a → ac6286f}/file-icons/file_type_t4tt.svg +0 -0
  1181. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tailwind.svg +0 -0
  1182. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tamagui.svg +0 -0
  1183. /package/static/{f429d0a → ac6286f}/file-icons/file_type_taplo.svg +0 -0
  1184. /package/static/{f429d0a → ac6286f}/file-icons/file_type_taskfile.svg +0 -0
  1185. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tauri.svg +0 -0
  1186. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tcl.svg +0 -0
  1187. /package/static/{f429d0a → ac6286f}/file-icons/file_type_teal.svg +0 -0
  1188. /package/static/{f429d0a → ac6286f}/file-icons/file_type_templ.svg +0 -0
  1189. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tera.svg +0 -0
  1190. /package/static/{f429d0a → ac6286f}/file-icons/file_type_terraform.svg +0 -0
  1191. /package/static/{f429d0a → ac6286f}/file-icons/file_type_test.svg +0 -0
  1192. /package/static/{f429d0a → ac6286f}/file-icons/file_type_testcafe.svg +0 -0
  1193. /package/static/{f429d0a → ac6286f}/file-icons/file_type_testjs.svg +0 -0
  1194. /package/static/{f429d0a → ac6286f}/file-icons/file_type_testplane.svg +0 -0
  1195. /package/static/{f429d0a → ac6286f}/file-icons/file_type_testts.svg +0 -0
  1196. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tex.svg +0 -0
  1197. /package/static/{f429d0a → ac6286f}/file-icons/file_type_text.svg +0 -0
  1198. /package/static/{f429d0a → ac6286f}/file-icons/file_type_textile.svg +0 -0
  1199. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tfs.svg +0 -0
  1200. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tiltfile.svg +0 -0
  1201. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tm.svg +0 -0
  1202. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tmux.svg +0 -0
  1203. /package/static/{f429d0a → ac6286f}/file-icons/file_type_todo.svg +0 -0
  1204. /package/static/{f429d0a → ac6286f}/file-icons/file_type_toit.svg +0 -0
  1205. /package/static/{f429d0a → ac6286f}/file-icons/file_type_toml.svg +0 -0
  1206. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tox.svg +0 -0
  1207. /package/static/{f429d0a → ac6286f}/file-icons/file_type_travis.svg +0 -0
  1208. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tree.svg +0 -0
  1209. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tres.svg +0 -0
  1210. /package/static/{f429d0a → ac6286f}/file-icons/file_type_truffle.svg +0 -0
  1211. /package/static/{f429d0a → ac6286f}/file-icons/file_type_trunk.svg +0 -0
  1212. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tsbuildinfo.svg +0 -0
  1213. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tscn.svg +0 -0
  1214. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tsconfig.svg +0 -0
  1215. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tsconfig_official.svg +0 -0
  1216. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tsdoc.svg +0 -0
  1217. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tslint.svg +0 -0
  1218. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tt.svg +0 -0
  1219. /package/static/{f429d0a → ac6286f}/file-icons/file_type_ttcn.svg +0 -0
  1220. /package/static/{f429d0a → ac6286f}/file-icons/file_type_tuc.svg +0 -0
  1221. /package/static/{f429d0a → ac6286f}/file-icons/file_type_turbo.svg +0 -0
  1222. /package/static/{f429d0a → ac6286f}/file-icons/file_type_twig.svg +0 -0
  1223. /package/static/{f429d0a → ac6286f}/file-icons/file_type_typedoc.svg +0 -0
  1224. /package/static/{f429d0a → ac6286f}/file-icons/file_type_typescript.svg +0 -0
  1225. /package/static/{f429d0a → ac6286f}/file-icons/file_type_typescript_official.svg +0 -0
  1226. /package/static/{f429d0a → ac6286f}/file-icons/file_type_typescriptdef.svg +0 -0
  1227. /package/static/{f429d0a → ac6286f}/file-icons/file_type_typescriptdef_official.svg +0 -0
  1228. /package/static/{f429d0a → ac6286f}/file-icons/file_type_typo3.svg +0 -0
  1229. /package/static/{f429d0a → ac6286f}/file-icons/file_type_uiua.svg +0 -0
  1230. /package/static/{f429d0a → ac6286f}/file-icons/file_type_unibeautify.svg +0 -0
  1231. /package/static/{f429d0a → ac6286f}/file-icons/file_type_unison.svg +0 -0
  1232. /package/static/{f429d0a → ac6286f}/file-icons/file_type_unlicense.svg +0 -0
  1233. /package/static/{f429d0a → ac6286f}/file-icons/file_type_unocss.svg +0 -0
  1234. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vagrant.svg +0 -0
  1235. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vala.svg +0 -0
  1236. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vanilla_extract.svg +0 -0
  1237. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vapi.svg +0 -0
  1238. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vapor.svg +0 -0
  1239. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vash.svg +0 -0
  1240. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vb.svg +0 -0
  1241. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vba.svg +0 -0
  1242. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vbhtml.svg +0 -0
  1243. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vbproj.svg +0 -0
  1244. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vcxproj.svg +0 -0
  1245. /package/static/{f429d0a → ac6286f}/file-icons/file_type_velocity.svg +0 -0
  1246. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vento.svg +0 -0
  1247. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vercel.svg +0 -0
  1248. /package/static/{f429d0a → ac6286f}/file-icons/file_type_verilog.svg +0 -0
  1249. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vhdl.svg +0 -0
  1250. /package/static/{f429d0a → ac6286f}/file-icons/file_type_video.svg +0 -0
  1251. /package/static/{f429d0a → ac6286f}/file-icons/file_type_view.svg +0 -0
  1252. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vim.svg +0 -0
  1253. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vite.svg +0 -0
  1254. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vitest.svg +0 -0
  1255. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vlang.svg +0 -0
  1256. /package/static/{f429d0a → ac6286f}/file-icons/file_type_volt.svg +0 -0
  1257. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vscode-insiders.svg +0 -0
  1258. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vscode.svg +0 -0
  1259. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vscode2.svg +0 -0
  1260. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vscode3.svg +0 -0
  1261. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vscode_test.svg +0 -0
  1262. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vsix.svg +0 -0
  1263. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vsixmanifest.svg +0 -0
  1264. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vue.svg +0 -0
  1265. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vueconfig.svg +0 -0
  1266. /package/static/{f429d0a → ac6286f}/file-icons/file_type_vyper.svg +0 -0
  1267. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wallaby.svg +0 -0
  1268. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wally.svg +0 -0
  1269. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wasm.svg +0 -0
  1270. /package/static/{f429d0a → ac6286f}/file-icons/file_type_watchmanconfig.svg +0 -0
  1271. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wdio.svg +0 -0
  1272. /package/static/{f429d0a → ac6286f}/file-icons/file_type_weblate.svg +0 -0
  1273. /package/static/{f429d0a → ac6286f}/file-icons/file_type_webpack.svg +0 -0
  1274. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wenyan.svg +0 -0
  1275. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wercker.svg +0 -0
  1276. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wgsl.svg +0 -0
  1277. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wikitext.svg +0 -0
  1278. /package/static/{f429d0a → ac6286f}/file-icons/file_type_windi.svg +0 -0
  1279. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wit.svg +0 -0
  1280. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wolfram.svg +0 -0
  1281. /package/static/{f429d0a → ac6286f}/file-icons/file_type_word.svg +0 -0
  1282. /package/static/{f429d0a → ac6286f}/file-icons/file_type_word2.svg +0 -0
  1283. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wpml.svg +0 -0
  1284. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wurst.svg +0 -0
  1285. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wxml.svg +0 -0
  1286. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wxss.svg +0 -0
  1287. /package/static/{f429d0a → ac6286f}/file-icons/file_type_wxt.svg +0 -0
  1288. /package/static/{f429d0a → ac6286f}/file-icons/file_type_xcode.svg +0 -0
  1289. /package/static/{f429d0a → ac6286f}/file-icons/file_type_xfl.svg +0 -0
  1290. /package/static/{f429d0a → ac6286f}/file-icons/file_type_xib.svg +0 -0
  1291. /package/static/{f429d0a → ac6286f}/file-icons/file_type_xliff.svg +0 -0
  1292. /package/static/{f429d0a → ac6286f}/file-icons/file_type_xmake.svg +0 -0
  1293. /package/static/{f429d0a → ac6286f}/file-icons/file_type_xml.svg +0 -0
  1294. /package/static/{f429d0a → ac6286f}/file-icons/file_type_xo.svg +0 -0
  1295. /package/static/{f429d0a → ac6286f}/file-icons/file_type_xorg.svg +0 -0
  1296. /package/static/{f429d0a → ac6286f}/file-icons/file_type_xquery.svg +0 -0
  1297. /package/static/{f429d0a → ac6286f}/file-icons/file_type_xsl.svg +0 -0
  1298. /package/static/{f429d0a → ac6286f}/file-icons/file_type_yacc.svg +0 -0
  1299. /package/static/{f429d0a → ac6286f}/file-icons/file_type_yaml.svg +0 -0
  1300. /package/static/{f429d0a → ac6286f}/file-icons/file_type_yaml_official.svg +0 -0
  1301. /package/static/{f429d0a → ac6286f}/file-icons/file_type_yamllint.svg +0 -0
  1302. /package/static/{f429d0a → ac6286f}/file-icons/file_type_yandex.svg +0 -0
  1303. /package/static/{f429d0a → ac6286f}/file-icons/file_type_yang.svg +0 -0
  1304. /package/static/{f429d0a → ac6286f}/file-icons/file_type_yarn.svg +0 -0
  1305. /package/static/{f429d0a → ac6286f}/file-icons/file_type_yeoman.svg +0 -0
  1306. /package/static/{f429d0a → ac6286f}/file-icons/file_type_zeit.svg +0 -0
  1307. /package/static/{f429d0a → ac6286f}/file-icons/file_type_zig.svg +0 -0
  1308. /package/static/{f429d0a → ac6286f}/file-icons/file_type_zip.svg +0 -0
  1309. /package/static/{f429d0a → ac6286f}/file-icons/file_type_zip2.svg +0 -0
  1310. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_android.svg +0 -0
  1311. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_android_opened.svg +0 -0
  1312. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_api.svg +0 -0
  1313. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_api_opened.svg +0 -0
  1314. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_app.svg +0 -0
  1315. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_app_opened.svg +0 -0
  1316. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_arangodb.svg +0 -0
  1317. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_arangodb_opened.svg +0 -0
  1318. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_asset.svg +0 -0
  1319. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_asset_opened.svg +0 -0
  1320. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_audio.svg +0 -0
  1321. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_audio_opened.svg +0 -0
  1322. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_aurelia.svg +0 -0
  1323. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_aurelia_opened.svg +0 -0
  1324. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_aws.svg +0 -0
  1325. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_aws_opened.svg +0 -0
  1326. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_azure.svg +0 -0
  1327. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_azure_opened.svg +0 -0
  1328. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_azurepipelines.svg +0 -0
  1329. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
  1330. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_binary.svg +0 -0
  1331. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_binary_opened.svg +0 -0
  1332. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_bloc.svg +0 -0
  1333. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_bloc_opened.svg +0 -0
  1334. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_blueprint.svg +0 -0
  1335. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_blueprint_opened.svg +0 -0
  1336. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_bot.svg +0 -0
  1337. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_bot_opened.svg +0 -0
  1338. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_bower.svg +0 -0
  1339. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_bower_opened.svg +0 -0
  1340. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_buildkite.svg +0 -0
  1341. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_buildkite_opened.svg +0 -0
  1342. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cake.svg +0 -0
  1343. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cake_opened.svg +0 -0
  1344. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_certificate.svg +0 -0
  1345. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_certificate_opened.svg +0 -0
  1346. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_changesets.svg +0 -0
  1347. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_changesets_opened.svg +0 -0
  1348. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_chef.svg +0 -0
  1349. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_chef_opened.svg +0 -0
  1350. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_circleci.svg +0 -0
  1351. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_circleci_opened.svg +0 -0
  1352. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cli.svg +0 -0
  1353. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cli_opened.svg +0 -0
  1354. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_client.svg +0 -0
  1355. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_client_opened.svg +0 -0
  1356. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cmake.svg +0 -0
  1357. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cmake_opened.svg +0 -0
  1358. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_common.svg +0 -0
  1359. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_common_opened.svg +0 -0
  1360. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_component.svg +0 -0
  1361. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_component_opened.svg +0 -0
  1362. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_composer.svg +0 -0
  1363. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_composer_opened.svg +0 -0
  1364. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_config.svg +0 -0
  1365. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_config_opened.svg +0 -0
  1366. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_controller.svg +0 -0
  1367. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_controller_opened.svg +0 -0
  1368. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_coverage.svg +0 -0
  1369. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_coverage_opened.svg +0 -0
  1370. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_css.svg +0 -0
  1371. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_css2.svg +0 -0
  1372. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_css2_opened.svg +0 -0
  1373. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_css_opened.svg +0 -0
  1374. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cubit.svg +0 -0
  1375. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cubit_opened.svg +0 -0
  1376. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cypress.svg +0 -0
  1377. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cypress_opened.svg +0 -0
  1378. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_dapr.svg +0 -0
  1379. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_dapr_opened.svg +0 -0
  1380. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_datadog.svg +0 -0
  1381. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_datadog_opened.svg +0 -0
  1382. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_db.svg +0 -0
  1383. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_db_opened.svg +0 -0
  1384. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_debian.svg +0 -0
  1385. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_debian_opened.svg +0 -0
  1386. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_dependabot.svg +0 -0
  1387. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_dependabot_opened.svg +0 -0
  1388. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_devcontainer.svg +0 -0
  1389. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_devcontainer_opened.svg +0 -0
  1390. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_dist.svg +0 -0
  1391. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_dist_opened.svg +0 -0
  1392. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_docker.svg +0 -0
  1393. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_docker_opened.svg +0 -0
  1394. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_docs.svg +0 -0
  1395. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_docs_opened.svg +0 -0
  1396. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_e2e.svg +0 -0
  1397. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_e2e_opened.svg +0 -0
  1398. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
  1399. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
  1400. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_electron.svg +0 -0
  1401. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_electron_opened.svg +0 -0
  1402. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_expo.svg +0 -0
  1403. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_expo_opened.svg +0 -0
  1404. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_favicon.svg +0 -0
  1405. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_favicon_opened.svg +0 -0
  1406. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_flow.svg +0 -0
  1407. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_flow_opened.svg +0 -0
  1408. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_fonts.svg +0 -0
  1409. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_fonts_opened.svg +0 -0
  1410. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_frontcommerce.svg +0 -0
  1411. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
  1412. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gcp.svg +0 -0
  1413. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gcp_opened.svg +0 -0
  1414. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_git.svg +0 -0
  1415. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_git_opened.svg +0 -0
  1416. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_github.svg +0 -0
  1417. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_github_opened.svg +0 -0
  1418. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gitlab.svg +0 -0
  1419. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gitlab_opened.svg +0 -0
  1420. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gradle.svg +0 -0
  1421. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gradle_opened.svg +0 -0
  1422. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_graphql.svg +0 -0
  1423. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_graphql_opened.svg +0 -0
  1424. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_grunt.svg +0 -0
  1425. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_grunt_opened.svg +0 -0
  1426. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gulp.svg +0 -0
  1427. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gulp_opened.svg +0 -0
  1428. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_haxelib.svg +0 -0
  1429. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_haxelib_opened.svg +0 -0
  1430. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_helper.svg +0 -0
  1431. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_helper_opened.svg +0 -0
  1432. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_hook.svg +0 -0
  1433. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_hook_opened.svg +0 -0
  1434. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_husky.svg +0 -0
  1435. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_husky_opened.svg +0 -0
  1436. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_idea.svg +0 -0
  1437. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_idea_opened.svg +0 -0
  1438. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_images.svg +0 -0
  1439. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_images_opened.svg +0 -0
  1440. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_include.svg +0 -0
  1441. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_include_opened.svg +0 -0
  1442. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_interfaces.svg +0 -0
  1443. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_interfaces_opened.svg +0 -0
  1444. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_ios.svg +0 -0
  1445. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_ios_opened.svg +0 -0
  1446. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_js.svg +0 -0
  1447. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_js_opened.svg +0 -0
  1448. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_json.svg +0 -0
  1449. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_json_official.svg +0 -0
  1450. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_json_official_opened.svg +0 -0
  1451. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_json_opened.svg +0 -0
  1452. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_kubernetes.svg +0 -0
  1453. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_kubernetes_opened.svg +0 -0
  1454. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_less.svg +0 -0
  1455. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_less_opened.svg +0 -0
  1456. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_library.svg +0 -0
  1457. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_library_opened.svg +0 -0
  1458. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_cypress.svg +0 -0
  1459. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_cypress_opened.svg +0 -0
  1460. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_electron.svg +0 -0
  1461. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_electron_opened.svg +0 -0
  1462. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_expo.svg +0 -0
  1463. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_expo_opened.svg +0 -0
  1464. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_fonts.svg +0 -0
  1465. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_fonts_opened.svg +0 -0
  1466. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_gradle.svg +0 -0
  1467. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_gradle_opened.svg +0 -0
  1468. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_meteor.svg +0 -0
  1469. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_meteor_opened.svg +0 -0
  1470. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_mypy.svg +0 -0
  1471. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_mypy_opened.svg +0 -0
  1472. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_mysql.svg +0 -0
  1473. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_mysql_opened.svg +0 -0
  1474. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_node.svg +0 -0
  1475. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_node_opened.svg +0 -0
  1476. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_redux.svg +0 -0
  1477. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_redux_opened.svg +0 -0
  1478. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_sass.svg +0 -0
  1479. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_sass_opened.svg +0 -0
  1480. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_linux.svg +0 -0
  1481. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_linux_opened.svg +0 -0
  1482. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_locale.svg +0 -0
  1483. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_locale_opened.svg +0 -0
  1484. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_log.svg +0 -0
  1485. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_log_opened.svg +0 -0
  1486. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_macos.svg +0 -0
  1487. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_macos_opened.svg +0 -0
  1488. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mariadb.svg +0 -0
  1489. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mariadb_opened.svg +0 -0
  1490. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_maven.svg +0 -0
  1491. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_maven_opened.svg +0 -0
  1492. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mediawiki.svg +0 -0
  1493. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mediawiki_opened.svg +0 -0
  1494. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_memcached.svg +0 -0
  1495. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_memcached_opened.svg +0 -0
  1496. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_meteor.svg +0 -0
  1497. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_meteor_opened.svg +0 -0
  1498. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_middleware.svg +0 -0
  1499. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_middleware_opened.svg +0 -0
  1500. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_minecraft.svg +0 -0
  1501. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_minecraft_opened.svg +0 -0
  1502. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_minikube.svg +0 -0
  1503. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_minikube_opened.svg +0 -0
  1504. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mjml.svg +0 -0
  1505. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mjml_opened.svg +0 -0
  1506. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mock.svg +0 -0
  1507. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mock_opened.svg +0 -0
  1508. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_model.svg +0 -0
  1509. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_model_opened.svg +0 -0
  1510. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_module.svg +0 -0
  1511. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_module_opened.svg +0 -0
  1512. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mojo.svg +0 -0
  1513. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mojo_opened.svg +0 -0
  1514. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mongodb.svg +0 -0
  1515. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mongodb_opened.svg +0 -0
  1516. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mypy.svg +0 -0
  1517. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mypy_opened.svg +0 -0
  1518. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mysql.svg +0 -0
  1519. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mysql_opened.svg +0 -0
  1520. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_netlify.svg +0 -0
  1521. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_netlify_opened.svg +0 -0
  1522. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_next.svg +0 -0
  1523. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_next_opened.svg +0 -0
  1524. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nginx.svg +0 -0
  1525. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nginx_opened.svg +0 -0
  1526. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nix.svg +0 -0
  1527. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nix_opened.svg +0 -0
  1528. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_node.svg +0 -0
  1529. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_node_opened.svg +0 -0
  1530. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_notebooks.svg +0 -0
  1531. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_notebooks_opened.svg +0 -0
  1532. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_notification.svg +0 -0
  1533. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_notification_opened.svg +0 -0
  1534. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nuget.svg +0 -0
  1535. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nuget_opened.svg +0 -0
  1536. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nuxt.svg +0 -0
  1537. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nuxt_opened.svg +0 -0
  1538. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_package.svg +0 -0
  1539. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_package_opened.svg +0 -0
  1540. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_paket.svg +0 -0
  1541. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_paket_opened.svg +0 -0
  1542. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_php.svg +0 -0
  1543. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_php_opened.svg +0 -0
  1544. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_platformio.svg +0 -0
  1545. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_platformio_opened.svg +0 -0
  1546. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_plugin.svg +0 -0
  1547. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_plugin_opened.svg +0 -0
  1548. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_prisma.svg +0 -0
  1549. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_prisma_opened.svg +0 -0
  1550. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_private.svg +0 -0
  1551. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_private_opened.svg +0 -0
  1552. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_public.svg +0 -0
  1553. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_public_opened.svg +0 -0
  1554. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_pytest.svg +0 -0
  1555. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_pytest_opened.svg +0 -0
  1556. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_python.svg +0 -0
  1557. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_python_opened.svg +0 -0
  1558. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_ravendb.svg +0 -0
  1559. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_ravendb_opened.svg +0 -0
  1560. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_redis.svg +0 -0
  1561. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_redis_opened.svg +0 -0
  1562. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_redux.svg +0 -0
  1563. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_redux_opened.svg +0 -0
  1564. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_route.svg +0 -0
  1565. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_route_opened.svg +0 -0
  1566. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_sass.svg +0 -0
  1567. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_sass_opened.svg +0 -0
  1568. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_script.svg +0 -0
  1569. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_script_opened.svg +0 -0
  1570. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_seedkit.svg +0 -0
  1571. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_seedkit_opened.svg +0 -0
  1572. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_server.svg +0 -0
  1573. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_server_opened.svg +0 -0
  1574. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_services.svg +0 -0
  1575. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_services_opened.svg +0 -0
  1576. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_shared.svg +0 -0
  1577. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_shared_opened.svg +0 -0
  1578. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_snaplet.svg +0 -0
  1579. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_snaplet_opened.svg +0 -0
  1580. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_spin.svg +0 -0
  1581. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_spin_opened.svg +0 -0
  1582. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_src.svg +0 -0
  1583. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_src_opened.svg +0 -0
  1584. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_sso.svg +0 -0
  1585. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_sso_opened.svg +0 -0
  1586. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_story.svg +0 -0
  1587. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_story_opened.svg +0 -0
  1588. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_style.svg +0 -0
  1589. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_style_opened.svg +0 -0
  1590. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_supabase.svg +0 -0
  1591. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_supabase_opened.svg +0 -0
  1592. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_svelte.svg +0 -0
  1593. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_svelte_opened.svg +0 -0
  1594. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_tauri.svg +0 -0
  1595. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_tauri_opened.svg +0 -0
  1596. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_temp.svg +0 -0
  1597. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_temp_opened.svg +0 -0
  1598. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_template.svg +0 -0
  1599. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_template_opened.svg +0 -0
  1600. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_test.svg +0 -0
  1601. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_test_opened.svg +0 -0
  1602. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_theme.svg +0 -0
  1603. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_theme_opened.svg +0 -0
  1604. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_tools.svg +0 -0
  1605. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_tools_opened.svg +0 -0
  1606. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_travis.svg +0 -0
  1607. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_travis_opened.svg +0 -0
  1608. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_trunk.svg +0 -0
  1609. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_trunk_opened.svg +0 -0
  1610. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_turbo.svg +0 -0
  1611. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_turbo_opened.svg +0 -0
  1612. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_typescript.svg +0 -0
  1613. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_typescript_opened.svg +0 -0
  1614. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_typings.svg +0 -0
  1615. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_typings2.svg +0 -0
  1616. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_typings2_opened.svg +0 -0
  1617. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_typings_opened.svg +0 -0
  1618. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vagrant.svg +0 -0
  1619. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vagrant_opened.svg +0 -0
  1620. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vercel.svg +0 -0
  1621. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vercel_opened.svg +0 -0
  1622. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_video.svg +0 -0
  1623. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_video_opened.svg +0 -0
  1624. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_view.svg +0 -0
  1625. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_view_opened.svg +0 -0
  1626. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vs.svg +0 -0
  1627. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vs2.svg +0 -0
  1628. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vs2_opened.svg +0 -0
  1629. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vs_opened.svg +0 -0
  1630. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode.svg +0 -0
  1631. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode2.svg +0 -0
  1632. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode2_opened.svg +0 -0
  1633. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode3.svg +0 -0
  1634. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode3_opened.svg +0 -0
  1635. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_opened.svg +0 -0
  1636. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_test.svg +0 -0
  1637. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_test2.svg +0 -0
  1638. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
  1639. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_test3.svg +0 -0
  1640. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
  1641. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_test_opened.svg +0 -0
  1642. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_webpack.svg +0 -0
  1643. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_webpack_opened.svg +0 -0
  1644. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_windows.svg +0 -0
  1645. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_windows_opened.svg +0 -0
  1646. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_wit.svg +0 -0
  1647. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_wit_opened.svg +0 -0
  1648. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_www.svg +0 -0
  1649. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_www_opened.svg +0 -0
  1650. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_yarn.svg +0 -0
  1651. /package/static/{f429d0a → ac6286f}/file-icons/folder_type_yarn_opened.svg +0 -0
  1652. /package/static/{f429d0a → ac6286f}/fonts/FiraCode-VariableFont.ttf +0 -0
  1653. /package/static/{f429d0a → ac6286f}/icons/add.svg +0 -0
  1654. /package/static/{f429d0a → ac6286f}/icons/arrow-down.svg +0 -0
  1655. /package/static/{f429d0a → ac6286f}/icons/arrow-left.svg +0 -0
  1656. /package/static/{f429d0a → ac6286f}/icons/arrow-right.svg +0 -0
  1657. /package/static/{f429d0a → ac6286f}/icons/arrow-up.svg +0 -0
  1658. /package/static/{f429d0a → ac6286f}/icons/blank.svg +0 -0
  1659. /package/static/{f429d0a → ac6286f}/icons/book.svg +0 -0
  1660. /package/static/{f429d0a → ac6286f}/icons/case-sensitive.svg +0 -0
  1661. /package/static/{f429d0a → ac6286f}/icons/check.svg +0 -0
  1662. /package/static/{f429d0a → ac6286f}/icons/chevron-down.svg +0 -0
  1663. /package/static/{f429d0a → ac6286f}/icons/chevron-left.svg +0 -0
  1664. /package/static/{f429d0a → ac6286f}/icons/chevron-right.svg +0 -0
  1665. /package/static/{f429d0a → ac6286f}/icons/chevron-up.svg +0 -0
  1666. /package/static/{f429d0a → ac6286f}/icons/chrome-close.svg +0 -0
  1667. /package/static/{f429d0a → ac6286f}/icons/chrome-maximize.svg +0 -0
  1668. /package/static/{f429d0a → ac6286f}/icons/chrome-minimize.svg +0 -0
  1669. /package/static/{f429d0a → ac6286f}/icons/chrome-restore.svg +0 -0
  1670. /package/static/{f429d0a → ac6286f}/icons/circle-filled.svg +0 -0
  1671. /package/static/{f429d0a → ac6286f}/icons/clear-all.svg +0 -0
  1672. /package/static/{f429d0a → ac6286f}/icons/close.svg +0 -0
  1673. /package/static/{f429d0a → ac6286f}/icons/cloud.svg +0 -0
  1674. /package/static/{f429d0a → ac6286f}/icons/collapse-all.svg +0 -0
  1675. /package/static/{f429d0a → ac6286f}/icons/debug-all.svg +0 -0
  1676. /package/static/{f429d0a → ac6286f}/icons/debug-alt-2.svg +0 -0
  1677. /package/static/{f429d0a → ac6286f}/icons/debug-alt-small.svg +0 -0
  1678. /package/static/{f429d0a → ac6286f}/icons/debug-alt.svg +0 -0
  1679. /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
  1680. /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-conditional.svg +0 -0
  1681. /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-data-unverified.svg +0 -0
  1682. /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-data.svg +0 -0
  1683. /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-function-unverified.svg +0 -0
  1684. /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-function.svg +0 -0
  1685. /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-log-unverified.svg +0 -0
  1686. /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-log.svg +0 -0
  1687. /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-unsupported.svg +0 -0
  1688. /package/static/{f429d0a → ac6286f}/icons/debug-console.svg +0 -0
  1689. /package/static/{f429d0a → ac6286f}/icons/debug-continue-small.svg +0 -0
  1690. /package/static/{f429d0a → ac6286f}/icons/debug-continue.svg +0 -0
  1691. /package/static/{f429d0a → ac6286f}/icons/debug-coverage.svg +0 -0
  1692. /package/static/{f429d0a → ac6286f}/icons/debug-disconnect.svg +0 -0
  1693. /package/static/{f429d0a → ac6286f}/icons/debug-line-by-line.svg +0 -0
  1694. /package/static/{f429d0a → ac6286f}/icons/debug-pause.svg +0 -0
  1695. /package/static/{f429d0a → ac6286f}/icons/debug-rerun.svg +0 -0
  1696. /package/static/{f429d0a → ac6286f}/icons/debug-restart-frame.svg +0 -0
  1697. /package/static/{f429d0a → ac6286f}/icons/debug-restart.svg +0 -0
  1698. /package/static/{f429d0a → ac6286f}/icons/debug-reverse-continue.svg +0 -0
  1699. /package/static/{f429d0a → ac6286f}/icons/debug-stackframe-active.svg +0 -0
  1700. /package/static/{f429d0a → ac6286f}/icons/debug-stackframe.svg +0 -0
  1701. /package/static/{f429d0a → ac6286f}/icons/debug-start.svg +0 -0
  1702. /package/static/{f429d0a → ac6286f}/icons/debug-step-back.svg +0 -0
  1703. /package/static/{f429d0a → ac6286f}/icons/debug-step-into.svg +0 -0
  1704. /package/static/{f429d0a → ac6286f}/icons/debug-step-out.svg +0 -0
  1705. /package/static/{f429d0a → ac6286f}/icons/debug-step-over.svg +0 -0
  1706. /package/static/{f429d0a → ac6286f}/icons/debug-stop.svg +0 -0
  1707. /package/static/{f429d0a → ac6286f}/icons/debug.svg +0 -0
  1708. /package/static/{f429d0a → ac6286f}/icons/discard.svg +0 -0
  1709. /package/static/{f429d0a → ac6286f}/icons/edit.svg +0 -0
  1710. /package/static/{f429d0a → ac6286f}/icons/ellipsis.svg +0 -0
  1711. /package/static/{f429d0a → ac6286f}/icons/error.svg +0 -0
  1712. /package/static/{f429d0a → ac6286f}/icons/exclude.svg +0 -0
  1713. /package/static/{f429d0a → ac6286f}/icons/extensionDefaultIcon.png +0 -0
  1714. /package/static/{f429d0a → ac6286f}/icons/extensions.svg +0 -0
  1715. /package/static/{f429d0a → ac6286f}/icons/files.svg +0 -0
  1716. /package/static/{f429d0a → ac6286f}/icons/filter.svg +0 -0
  1717. /package/static/{f429d0a → ac6286f}/icons/go-to-file.svg +0 -0
  1718. /package/static/{f429d0a → ac6286f}/icons/icon-close.svg +0 -0
  1719. /package/static/{f429d0a → ac6286f}/icons/icon-source-control.svg +0 -0
  1720. /package/static/{f429d0a → ac6286f}/icons/icon-sync.svg +0 -0
  1721. /package/static/{f429d0a → ac6286f}/icons/icon.png +0 -0
  1722. /package/static/{f429d0a → ac6286f}/icons/icon.svg +0 -0
  1723. /package/static/{f429d0a → ac6286f}/icons/info.svg +0 -0
  1724. /package/static/{f429d0a → ac6286f}/icons/language-icon.svg +0 -0
  1725. /package/static/{f429d0a → ac6286f}/icons/link-external.svg +0 -0
  1726. /package/static/{f429d0a → ac6286f}/icons/list-flat.svg +0 -0
  1727. /package/static/{f429d0a → ac6286f}/icons/list-tree.svg +0 -0
  1728. /package/static/{f429d0a → ac6286f}/icons/new-file.svg +0 -0
  1729. /package/static/{f429d0a → ac6286f}/icons/new-folder.svg +0 -0
  1730. /package/static/{f429d0a → ac6286f}/icons/newline.svg +0 -0
  1731. /package/static/{f429d0a → ac6286f}/icons/open-preview.svg +0 -0
  1732. /package/static/{f429d0a → ac6286f}/icons/play.svg +0 -0
  1733. /package/static/{f429d0a → ac6286f}/icons/preserve-case.svg +0 -0
  1734. /package/static/{f429d0a → ac6286f}/icons/progress.svg +0 -0
  1735. /package/static/{f429d0a → ac6286f}/icons/pwa-icon-192.png +0 -0
  1736. /package/static/{f429d0a → ac6286f}/icons/pwa-icon-512.png +0 -0
  1737. /package/static/{f429d0a → ac6286f}/icons/record-keys.svg +0 -0
  1738. /package/static/{f429d0a → ac6286f}/icons/refresh.svg +0 -0
  1739. /package/static/{f429d0a → ac6286f}/icons/regex.svg +0 -0
  1740. /package/static/{f429d0a → ac6286f}/icons/remove.svg +0 -0
  1741. /package/static/{f429d0a → ac6286f}/icons/replace-all.svg +0 -0
  1742. /package/static/{f429d0a → ac6286f}/icons/replace.svg +0 -0
  1743. /package/static/{f429d0a → ac6286f}/icons/run-all.svg +0 -0
  1744. /package/static/{f429d0a → ac6286f}/icons/search.svg +0 -0
  1745. /package/static/{f429d0a → ac6286f}/icons/settings-gear.svg +0 -0
  1746. /package/static/{f429d0a → ac6286f}/icons/sort-precedence.svg +0 -0
  1747. /package/static/{f429d0a → ac6286f}/icons/source-control.svg +0 -0
  1748. /package/static/{f429d0a → ac6286f}/icons/split-horizontal.svg +0 -0
  1749. /package/static/{f429d0a → ac6286f}/icons/squiggly-error.svg +0 -0
  1750. /package/static/{f429d0a → ac6286f}/icons/squiggly-warning.svg +0 -0
  1751. /package/static/{f429d0a → ac6286f}/icons/symbol-array.svg +0 -0
  1752. /package/static/{f429d0a → ac6286f}/icons/symbol-boolean.svg +0 -0
  1753. /package/static/{f429d0a → ac6286f}/icons/symbol-class.svg +0 -0
  1754. /package/static/{f429d0a → ac6286f}/icons/symbol-color.svg +0 -0
  1755. /package/static/{f429d0a → ac6286f}/icons/symbol-constant.svg +0 -0
  1756. /package/static/{f429d0a → ac6286f}/icons/symbol-enum-member.svg +0 -0
  1757. /package/static/{f429d0a → ac6286f}/icons/symbol-enum.svg +0 -0
  1758. /package/static/{f429d0a → ac6286f}/icons/symbol-event.svg +0 -0
  1759. /package/static/{f429d0a → ac6286f}/icons/symbol-field.svg +0 -0
  1760. /package/static/{f429d0a → ac6286f}/icons/symbol-file.svg +0 -0
  1761. /package/static/{f429d0a → ac6286f}/icons/symbol-interface.svg +0 -0
  1762. /package/static/{f429d0a → ac6286f}/icons/symbol-key.svg +0 -0
  1763. /package/static/{f429d0a → ac6286f}/icons/symbol-keyword.svg +0 -0
  1764. /package/static/{f429d0a → ac6286f}/icons/symbol-method.svg +0 -0
  1765. /package/static/{f429d0a → ac6286f}/icons/symbol-misc.svg +0 -0
  1766. /package/static/{f429d0a → ac6286f}/icons/symbol-namespace.svg +0 -0
  1767. /package/static/{f429d0a → ac6286f}/icons/symbol-numeric.svg +0 -0
  1768. /package/static/{f429d0a → ac6286f}/icons/symbol-operator.svg +0 -0
  1769. /package/static/{f429d0a → ac6286f}/icons/symbol-parameter.svg +0 -0
  1770. /package/static/{f429d0a → ac6286f}/icons/symbol-property.svg +0 -0
  1771. /package/static/{f429d0a → ac6286f}/icons/symbol-ruler.svg +0 -0
  1772. /package/static/{f429d0a → ac6286f}/icons/symbol-snippet.svg +0 -0
  1773. /package/static/{f429d0a → ac6286f}/icons/symbol-string.svg +0 -0
  1774. /package/static/{f429d0a → ac6286f}/icons/symbol-structure.svg +0 -0
  1775. /package/static/{f429d0a → ac6286f}/icons/symbol-variable.svg +0 -0
  1776. /package/static/{f429d0a → ac6286f}/icons/tag.svg +0 -0
  1777. /package/static/{f429d0a → ac6286f}/icons/terminal-bash.svg +0 -0
  1778. /package/static/{f429d0a → ac6286f}/icons/terminal.svg +0 -0
  1779. /package/static/{f429d0a → ac6286f}/icons/theme-icon.png +0 -0
  1780. /package/static/{f429d0a → ac6286f}/icons/trash.svg +0 -0
  1781. /package/static/{f429d0a → ac6286f}/icons/triangle-down.svg +0 -0
  1782. /package/static/{f429d0a → ac6286f}/icons/triangle-left.svg +0 -0
  1783. /package/static/{f429d0a → ac6286f}/icons/triangle-right.svg +0 -0
  1784. /package/static/{f429d0a → ac6286f}/icons/triangle-up.svg +0 -0
  1785. /package/static/{f429d0a → ac6286f}/icons/warning.svg +0 -0
  1786. /package/static/{f429d0a → ac6286f}/icons/whole-word.svg +0 -0
  1787. /package/static/{f429d0a → ac6286f}/icons/zoom-in.svg +0 -0
  1788. /package/static/{f429d0a → ac6286f}/icons/zoom-out.svg +0 -0
  1789. /package/static/{f429d0a → ac6286f}/js/babel-parser.js +0 -0
  1790. /package/static/{f429d0a → ac6286f}/js/blob-util.js +0 -0
  1791. /package/static/{f429d0a → ac6286f}/js/ky.js +0 -0
  1792. /package/static/{f429d0a → ac6286f}/js/lvce-editor-import-script.js +0 -0
  1793. /package/static/{f429d0a → ac6286f}/js/lvce-editor-ipc.js +0 -0
  1794. /package/static/{f429d0a → ac6286f}/js/lvce-editor-json-rpc.js +0 -0
  1795. /package/static/{f429d0a → ac6286f}/js/lvce-editor-verror.js +0 -0
  1796. /package/static/{f429d0a → ac6286f}/js/p-min-delay.js +0 -0
  1797. /package/static/{f429d0a → ac6286f}/js/pretty-bytes.js +0 -0
  1798. /package/static/{f429d0a → ac6286f}/js/preview-injected.js +0 -0
  1799. /package/static/{f429d0a → ac6286f}/js/yoctodelay.js +0 -0
  1800. /package/static/{f429d0a → ac6286f}/lib-css/termterm.css +0 -0
  1801. /package/static/{f429d0a → ac6286f}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
  1802. /package/static/{f429d0a → ac6286f}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
  1803. /package/static/{f429d0a → ac6286f}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
  1804. /package/static/{f429d0a → ac6286f}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
  1805. /package/static/{f429d0a → ac6286f}/packages/error-worker/dist/errorWorkerMain.js +0 -0
  1806. /package/static/{f429d0a → ac6286f}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
  1807. /package/static/{f429d0a → ac6286f}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
  1808. /package/static/{f429d0a → ac6286f}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
  1809. /package/static/{f429d0a → ac6286f}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
  1810. /package/static/{f429d0a → ac6286f}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
  1811. /package/static/{f429d0a → ac6286f}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
  1812. /package/static/{f429d0a → ac6286f}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
  1813. /package/static/{f429d0a → ac6286f}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
  1814. /package/static/{f429d0a → ac6286f}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
  1815. /package/static/{f429d0a → ac6286f}/packages/renderer-process/LICENSE +0 -0
  1816. /package/static/{f429d0a → ac6286f}/packages/renderer-process/README.md +0 -0
  1817. /package/static/{f429d0a → ac6286f}/packages/renderer-process/package.json +0 -0
  1818. /package/static/{f429d0a → ac6286f}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
  1819. /package/static/{f429d0a → ac6286f}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
  1820. /package/static/{f429d0a → ac6286f}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
  1821. /package/static/{f429d0a → ac6286f}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
  1822. /package/static/{f429d0a → ac6286f}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
  1823. /package/static/{f429d0a → ac6286f}/playground/languages/index.cpp +0 -0
  1824. /package/static/{f429d0a → ac6286f}/playground/languages/index.css +0 -0
  1825. /package/static/{f429d0a → ac6286f}/playground/languages/index.csv +0 -0
  1826. /package/static/{f429d0a → ac6286f}/playground/languages/index.dart +0 -0
  1827. /package/static/{f429d0a → ac6286f}/playground/languages/index.env +0 -0
  1828. /package/static/{f429d0a → ac6286f}/playground/languages/index.ex +0 -0
  1829. /package/static/{f429d0a → ac6286f}/playground/languages/index.html +0 -0
  1830. /package/static/{f429d0a → ac6286f}/playground/languages/index.java +0 -0
  1831. /package/static/{f429d0a → ac6286f}/playground/languages/index.jl +0 -0
  1832. /package/static/{f429d0a → ac6286f}/playground/languages/index.js +0 -0
  1833. /package/static/{f429d0a → ac6286f}/playground/languages/index.json +0 -0
  1834. /package/static/{f429d0a → ac6286f}/playground/languages/index.kt +0 -0
  1835. /package/static/{f429d0a → ac6286f}/playground/languages/index.pl +0 -0
  1836. /package/static/{f429d0a → ac6286f}/playground/languages/index.py +0 -0
  1837. /package/static/{f429d0a → ac6286f}/playground/languages/index.ts +0 -0
  1838. /package/static/{f429d0a → ac6286f}/playground/languages/scrolling.txt +0 -0
  1839. /package/static/{f429d0a → ac6286f}/playground/languages/tsconfig.json +0 -0
  1840. /package/static/{f429d0a → ac6286f}/playground/sample-folder/a.txt +0 -0
  1841. /package/static/{f429d0a → ac6286f}/playground/sample-folder/b.txt +0 -0
  1842. /package/static/{f429d0a → ac6286f}/playground/sample-folder/c.txt +0 -0
@@ -1000,7 +1000,7 @@ const Default = 2;
1000
1000
  const Unavailable = 3;
1001
1001
 
1002
1002
  const rpcs = Object.create(null);
1003
- const set$d = (id, rpc) => {
1003
+ const set$f = (id, rpc) => {
1004
1004
  rpcs[id] = rpc;
1005
1005
  };
1006
1006
  const get$1 = id => {
@@ -1024,7 +1024,7 @@ const create$2 = rpcId => {
1024
1024
  return rpc.invokeAndTransfer(method, ...params);
1025
1025
  },
1026
1026
  set(rpc) {
1027
- set$d(rpcId, rpc);
1027
+ set$f(rpcId, rpc);
1028
1028
  },
1029
1029
  async dispose() {
1030
1030
  const rpc = get$1(rpcId);
@@ -1040,28 +1040,25 @@ const RpcId = {
1040
1040
  __proto__: null,
1041
1041
  DebugWorker: DebugWorker$1};
1042
1042
  const {
1043
- invoke: invoke$b,
1044
- set: set$b
1045
- } = create$2(EditorWorker$1);
1043
+ invoke: invoke$c,
1044
+ set: set$c} = create$2(EditorWorker$1);
1046
1045
  const EditorWorker = {
1047
1046
  __proto__: null,
1048
- invoke: invoke$b,
1049
- set: set$b
1047
+ invoke: invoke$c,
1048
+ set: set$c
1050
1049
  };
1051
1050
  const {
1052
- invoke: invoke$8,
1053
- set: set$8
1054
- } = create$2(ExtensionHostWorker);
1051
+ invoke: invoke$9,
1052
+ set: set$9} = create$2(ExtensionHostWorker);
1055
1053
  const ExtensionHost = {
1056
1054
  __proto__: null,
1057
- invoke: invoke$8,
1058
- set: set$8
1055
+ invoke: invoke$9,
1056
+ set: set$9
1059
1057
  };
1060
1058
  const {
1061
1059
  invoke: invoke$3,
1062
1060
  invokeAndTransfer: invokeAndTransfer$3,
1063
- set: set$3$1
1064
- } = create$2(RendererWorker$1);
1061
+ set: set$3$1} = create$2(RendererWorker$1);
1065
1062
  const RendererWorker = {
1066
1063
  __proto__: null,
1067
1064
  invoke: invoke$3,
@@ -1081,8 +1078,7 @@ const activateByEvent = event => {
1081
1078
 
1082
1079
  const {
1083
1080
  invoke: invoke$1,
1084
- set: set$2
1085
- } = ExtensionHost;
1081
+ set: set$2} = ExtensionHost;
1086
1082
 
1087
1083
  const executeProvider = async ({
1088
1084
  event,
@@ -1193,8 +1189,7 @@ const getScripts = debugId => {
1193
1189
 
1194
1190
  const {
1195
1191
  invoke,
1196
- set: set$1
1197
- } = EditorWorker;
1192
+ set: set$1} = EditorWorker;
1198
1193
 
1199
1194
  const getDebugUri = (key, scriptId) => {
1200
1195
  const uri = `debug:///${key}/${scriptId}`;
@@ -1413,444 +1408,106 @@ const getNewWatchExpressionsAccept = async (debugId, callFrameId, debugState, wa
1413
1408
  return newWatchExpressions2;
1414
1409
  };
1415
1410
 
1416
- const acceptWatchExpressionEdit = async state => {
1417
- const {
1418
- watchExpressions,
1419
- editingValue,
1420
- debugId,
1421
- debugState,
1422
- callFrameId
1423
- } = state;
1424
- const newWatchExpressions = await getNewWatchExpressionsAccept(debugId, callFrameId, debugState, watchExpressions, editingValue);
1425
- return {
1426
- ...state,
1427
- watchExpressions: newWatchExpressions,
1428
- focus: 0,
1429
- editingValue: '',
1430
- editingselectionstart: 0,
1431
- editingselectionend: 0
1432
- };
1433
- };
1434
-
1435
- const FocusDebugWatchInput = 1290;
1436
- const FocusDebugRow = 1299;
1437
-
1438
- const addWatchExpression$1 = async (state, expression) => {
1439
- const {
1440
- watchExpressions
1441
- } = state;
1442
- const watchExpression = {
1443
- expression,
1444
- value: null,
1445
- isEditing: true
1446
- };
1447
- const newWatchExpressions1 = [...watchExpressions, watchExpression];
1448
- return {
1449
- ...state,
1450
- watchExpressions: newWatchExpressions1,
1451
- focus: FocusDebugWatchInput,
1452
- editingselectionstart: 0,
1453
- editingselectionend: expression.length
1454
- };
1455
- };
1411
+ const SectionHeading = 1;
1412
+ const Value = 2;
1413
+ const Exception$2 = 3;
1414
+ const Scope$4 = 4;
1415
+ const Property$1 = 5;
1416
+ const Message = 6;
1417
+ const CallStack$3 = 7;
1418
+ const CheckBox$1 = 8;
1419
+ const WatchMessage = 9;
1420
+ const WatchExpression = 10;
1421
+ const InputField = 11;
1456
1422
 
1457
- const getNewWatchExpressionsCancel = watchExpressions => {
1458
- const lastExpression = watchExpressions[watchExpressions.length - 1];
1459
- if (lastExpression && lastExpression.expression === '') {
1460
- return watchExpressions.toSpliced(-1, 1);
1423
+ const emptyObject = {};
1424
+ const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
1425
+ const i18nString = (key, placeholders = emptyObject) => {
1426
+ if (placeholders === emptyObject) {
1427
+ return key;
1461
1428
  }
1462
- return watchExpressions;
1463
- };
1464
-
1465
- const cancelWatchExpressionEdit = state => {
1466
- const {
1467
- watchExpressions
1468
- } = state;
1469
- const newWatchExpressions = getNewWatchExpressionsCancel(watchExpressions);
1470
- return {
1471
- ...state,
1472
- watchExpressions: newWatchExpressions,
1473
- focus: 0,
1474
- editingselectionstart: 0,
1475
- editingselectionend: 0
1429
+ const replacer = (match, rest) => {
1430
+ return placeholders[rest];
1476
1431
  };
1432
+ return key.replaceAll(RE_PLACEHOLDER, replacer);
1477
1433
  };
1478
1434
 
1479
- const None$5 = 'none';
1480
- const Exception$2 = 'exception';
1481
- const Other = 'other';
1482
-
1483
- const All = 1;
1484
- const Uncaught = 2;
1485
- const None$4 = 0;
1486
-
1487
- const None$3 = 'none';
1435
+ const Block$1 = 'Block';
1436
+ const BreakPoints$2 = 'BreakPoints';
1437
+ const CallStack$2 = 'Call Stack';
1438
+ const Catch$1 = '`Catch` block';
1439
+ const Closure$1 = 'Closure';
1440
+ const DebuggerPaused = 'Debugger paused';
1441
+ const DebuggerPausedOnException = 'Paused on exception';
1442
+ const Eval$1 = 'Eval';
1443
+ const Expression = 'Expression';
1444
+ const Global$1 = 'Global';
1445
+ const Local$1 = 'Local';
1446
+ const Module$1 = 'Module';
1447
+ const NamedClosure = 'Closure ({PH1})';
1448
+ const NoScriptRunning = 'No script running. To enable debugging, start a Node.js script with debugging enabled (e.g. node --inspect your-script.js) and connect to it.';
1449
+ const NotPaused = 'Not Paused';
1450
+ const Pause = 'Pause';
1451
+ const Restart = 'Restart';
1452
+ const Resume = 'Resume';
1453
+ const Scope$3 = 'Scope';
1454
+ const Script$2 = 'Script';
1455
+ const StepInto = 'Step Into';
1456
+ const StepOut = 'Step Out';
1457
+ const StepOver = 'Step Over';
1458
+ const Stop = 'Stop';
1459
+ const Watch$2 = 'Watch';
1460
+ const With$1 = '`With` block';
1461
+ const PauseOnExceptions$1 = 'Pause on Exceptions';
1462
+ const PauseOnUncaughtExceptions$1 = 'Pause on uncaught Exceptions';
1463
+ const NoWatchExpression = 'No Watch Expression';
1464
+ const DeleteWatchExpression$2 = 'Delete Watch Expression';
1465
+ const DeleteAllWatchExpressions = 'Delete All Watch Expressions';
1466
+ const AddWatchExpression$1 = 'Add Watch Expression';
1488
1467
 
1489
- const create = (id, uri, x, y, width, height) => {
1490
- const state = {
1491
- id,
1492
- disposed: false,
1493
- processes: [],
1494
- debugState: None$6,
1495
- watchExpanded: false,
1496
- breakPointsExpanded: false,
1497
- scopeExpanded: false,
1498
- callStackExpanded: false,
1499
- watchVisible: true,
1500
- breakPointsVisible: true,
1501
- scopeVisible: true,
1502
- callStackVisible: true,
1503
- scopeChain: [],
1504
- callStack: [],
1505
- parsedScripts: Object.create(null),
1506
- pausedReason: None$5,
1507
- pausedMessage: '',
1508
- debugInputValue: '',
1509
- debugOutputValue: '',
1510
- callFrameId: '',
1511
- expandedIds: [],
1512
- scopeFocusedIndex: -1,
1513
- focusedIndex: -1,
1514
- pauseOnExceptionState: None$3,
1515
- cache: Object.create(null),
1516
- // TODO maybe store cache in extension host worker
1517
- exceptionBreakPoints: None$4,
1518
- watchExpressions: [],
1519
- focus: 0,
1520
- editingValue: '',
1521
- debugId: 0,
1522
- inputSource: 0,
1523
- editingselectionstart: 0,
1524
- editingselectionend: 0,
1525
- openFilesOnPause: true,
1526
- maxDescriptionLength: 100,
1527
- selectedIndex: -1,
1528
- visibleRows: []
1529
- };
1530
- set(id, state, state);
1468
+ const local = () => {
1469
+ return i18nString(Local$1);
1531
1470
  };
1532
-
1533
- const deleteAllWatchExpressions$1 = state => {
1534
- return {
1535
- ...state,
1536
- watchExpressions: []
1537
- };
1471
+ const namedClosure = name => {
1472
+ return i18nString(NamedClosure, {
1473
+ PH1: name
1474
+ });
1538
1475
  };
1539
-
1540
- const deleteWatchExpression$1 = (state, index) => {
1541
- if (index < 0 || index >= state.watchExpressions.length) {
1542
- return state;
1543
- }
1544
- return {
1545
- ...state,
1546
- watchExpressions: state.watchExpressions.toSpliced(index, 1)
1547
- };
1476
+ const closure = () => {
1477
+ return i18nString(Closure$1);
1548
1478
  };
1549
-
1550
- const isEqual$5 = (oldState, newState) => {
1551
- return oldState.focus === newState.focus;
1479
+ const global = () => {
1480
+ return i18nString(Global$1);
1552
1481
  };
1553
-
1554
- const isEqual$4 = (oldState, newState) => {
1555
- if (!newState.focus) {
1556
- return true;
1557
- }
1558
- return oldState.focus === newState.focus;
1482
+ const block = () => {
1483
+ return i18nString(Block$1);
1559
1484
  };
1560
-
1561
- const RenderItems = 1;
1562
- const RenderFocus = 2;
1563
- const RenderValue = 3;
1564
- const RenderFocusContext = 7;
1565
- const RenderSelection = 8;
1566
- const RenderPauseOnExceptions = 9;
1567
-
1568
- const diffType$1 = RenderItems;
1569
- const isEqual$3 = (oldState, newState) => {
1570
- return oldState.breakPointsExpanded === newState.breakPointsExpanded && oldState.callFrameId === newState.callFrameId && oldState.callStackExpanded === newState.callStackExpanded && oldState.debugState === newState.debugState && oldState.scopeChain === newState.scopeChain && oldState.scopeExpanded === newState.scopeExpanded && oldState.selectedIndex === newState.selectedIndex && oldState.visibleRows === newState.visibleRows && oldState.watchExpanded === newState.watchExpanded && oldState.watchExpressions === newState.watchExpressions;
1485
+ const expression = () => {
1486
+ return i18nString(Expression);
1571
1487
  };
1572
-
1573
- const diffType = RenderPauseOnExceptions;
1574
- const isEqual$2 = (oldState, newState) => {
1575
- return oldState.exceptionBreakPoints === newState.exceptionBreakPoints;
1488
+ const module2 = () => {
1489
+ return i18nString(Module$1);
1576
1490
  };
1577
-
1578
- const isEqual$1 = (oldState, newState) => {
1579
- return oldState.editingselectionstart === newState.editingselectionstart && oldState.editingselectionend === newState.editingselectionend;
1491
+ const evalScope = () => {
1492
+ return i18nString(Eval$1);
1580
1493
  };
1581
-
1582
- const Script$2 = 2;
1583
-
1584
- const isEqual = (oldState, newState) => {
1585
- if (newState.inputSource === Script$2) {
1586
- return newState.editingValue.length === 0;
1587
- }
1588
- return true;
1494
+ const script = () => {
1495
+ return i18nString(Script$2);
1589
1496
  };
1590
-
1591
- const modules = [isEqual$3, isEqual$4, isEqual, isEqual$5, isEqual$1, isEqual$2];
1592
- const numbers = [diffType$1, RenderFocusContext, RenderValue, RenderFocus, RenderSelection, diffType];
1593
-
1594
- const diff = (oldState, newState) => {
1595
- const diffResult = [];
1596
- for (let i = 0; i < modules.length; i++) {
1597
- const fn = modules[i];
1598
- if (!fn(oldState, newState)) {
1599
- diffResult.push(numbers[i]);
1600
- }
1601
- }
1602
- return diffResult;
1497
+ const withScope = () => {
1498
+ return i18nString(With$1);
1603
1499
  };
1604
-
1605
- const diff2 = uid => {
1606
- const {
1607
- oldState,
1608
- newState
1609
- } = get(uid);
1610
- const diffResult = diff(oldState, newState);
1611
- return diffResult;
1500
+ const catchScope = () => {
1501
+ return i18nString(Catch$1);
1612
1502
  };
1613
-
1614
- const dispose = async uid => {
1615
- dispose$1(uid);
1503
+ const debuggerPaused = () => {
1504
+ return i18nString(DebuggerPaused);
1616
1505
  };
1617
-
1618
- const commandIds = ['acceptWatchExpressionEdit', 'addWatchExpression', 'cancelWatchExpressionEdit', 'create', 'deleteAllWatchExpressions', 'deleteWatchExpression', 'diff2', 'dispose', 'focusNext', 'focusPrevious', 'getCommandIds', 'getKeyBindings', 'handleArrowDown', 'handleArrowLeft', 'handleArrowRight', 'handleArrowUp', 'handleChange', 'handleClickCallStackItem', 'handleClickCheckBox', 'handleClickDebugButton', 'handleClickPauseOnExceptions', 'handleClickPauseOnUncaughtExceptions', 'handleClickScopeValue', 'handleClickSectionAction', 'handleClickSectionBreakPoints', 'handleClickSectionCallstack', 'handleClickSectionHeading', 'handleClickSectionScope', 'handleClickSectionWatch', 'handleClickWatchExpression', 'handleClickWatchExpressionDelete', 'handleDebugInput', 'handleEnter', 'handleEvaluate', 'handleInputBlur', 'handleInputFieldChange', 'handlePaused', 'handleResumed', 'handleScriptParsed', 'handleSectionHeaderContextMenu', 'handleSpace', 'handleWatchExpressionContextMenu', 'handleWatchExpressionDoubleClick', 'handleWatchValueChange', 'hideCallStack', 'hideScope', 'hideWatch', 'loadContent', 'loadContentLater', 'pause', 'refresh', 'refreshWatchExpression', 'removeWatchExpression', 'render2', 'renderActions', 'renderEventListeners', 'resize', 'restoreState', 'resume', 'selectIndex', 'selectNextRow', 'selectPreviousRow', 'setPauseOnExceptions', 'showCallStack', 'showScope', 'showWatch', 'stepInto', 'stepOut', 'stepOver', 'terminate', 'togglePause'];
1619
-
1620
- const getCommandIds = () => {
1621
- return commandIds;
1506
+ const debuggerPausedOnException = () => {
1507
+ return i18nString(DebuggerPausedOnException);
1622
1508
  };
1623
-
1624
- const emptyHighlight = {
1625
- uri: '',
1626
- rowIndex: 0,
1627
- columnIndex: 0
1628
- };
1629
- const getHighlight = uid => {
1630
- const state = get(uid);
1631
- if (!state) {
1632
- return emptyHighlight;
1633
- }
1634
- const {
1635
- newState
1636
- } = state;
1637
- const {
1638
- parsedScripts,
1639
- callStack
1640
- } = newState;
1641
- if (callStack.length === 0) {
1642
- return emptyHighlight;
1643
- }
1644
- const top = callStack[0];
1645
- const {
1646
- location
1647
- } = top;
1648
- const {
1649
- scriptId,
1650
- lineNumber,
1651
- columnNumber
1652
- } = location;
1653
- const script = parsedScripts[scriptId];
1654
- if (!script) {
1655
- return emptyHighlight;
1656
- }
1657
- return {
1658
- uri: script.url,
1659
- rowIndex: lineNumber,
1660
- columnIndex: columnNumber
1661
- };
1662
- };
1663
-
1664
- const Enter = 3;
1665
- const Escape = 8;
1666
- const Space$1 = 9;
1667
- const End = 255;
1668
- const Home = 12;
1669
- const LeftArrow = 13;
1670
- const UpArrow = 14;
1671
- const RightArrow = 15;
1672
- const DownArrow = 16;
1673
- const Delete = 18;
1674
- const KeyC = 31;
1675
- const KeyV = 50;
1676
- const F2 = 58;
1677
- const Backslash = 91;
1678
- const Star = 131;
1679
-
1680
- const CtrlCmd = 1 << 11 >>> 0;
1681
- const Alt = 1 << 9 >>> 0;
1682
-
1683
- const getKeyBindings = () => {
1684
- return [{
1685
- key: Backslash | CtrlCmd,
1686
- command: 'Run And Debug.togglePause'
1687
- }, {
1688
- key: LeftArrow,
1689
- command: 'Run And Debug.handleArrowLeft',
1690
- when: FocusDebugRow
1691
- }, {
1692
- key: RightArrow,
1693
- command: 'Run And Debug.handleArrowRight',
1694
- when: FocusDebugRow
1695
- }, {
1696
- key: Home,
1697
- command: 'Run And Debug.focusFirst',
1698
- when: FocusDebugRow
1699
- }, {
1700
- key: End,
1701
- command: 'Run And Debug.focusLast',
1702
- when: FocusDebugRow
1703
- }, {
1704
- key: UpArrow,
1705
- command: 'Run And Debug.selectPreviousRow',
1706
- when: FocusDebugRow
1707
- }, {
1708
- key: DownArrow,
1709
- command: 'Run And Debug.selectNextRow',
1710
- when: FocusDebugRow
1711
- }, {
1712
- key: CtrlCmd | Star,
1713
- command: 'Run And Debug.expandAll',
1714
- when: FocusDebugRow
1715
- }, {
1716
- key: Alt | RightArrow,
1717
- command: 'Run And Debug.expandRecursively',
1718
- when: FocusDebugRow
1719
- }, {
1720
- key: CtrlCmd | LeftArrow,
1721
- command: 'Run And Debug.collapseAll',
1722
- when: FocusDebugRow
1723
- }, {
1724
- key: CtrlCmd | KeyV,
1725
- command: 'Run And Debug.handlePaste',
1726
- when: FocusDebugRow
1727
- }, {
1728
- key: CtrlCmd | KeyC,
1729
- command: 'Run And Debug.handleCopy',
1730
- when: FocusDebugRow
1731
- }, {
1732
- key: F2,
1733
- command: 'Run And Debug.rename',
1734
- when: FocusDebugRow
1735
- }, {
1736
- key: Delete,
1737
- command: 'Run And Debug.removeDirent',
1738
- when: FocusDebugRow
1739
- }, {
1740
- key: Escape,
1741
- command: 'Run And Debug.focusNone',
1742
- when: FocusDebugRow
1743
- }, {
1744
- key: Enter,
1745
- command: 'Run And Debug.handleClickCurrent',
1746
- when: FocusDebugRow
1747
- }, {
1748
- key: Space$1,
1749
- command: 'Run And Debug.handleSpace',
1750
- when: FocusDebugRow
1751
- }, {
1752
- key: Enter,
1753
- command: 'Run And Debug.handleEnter',
1754
- when: FocusDebugRow
1755
- }, {
1756
- key: Escape,
1757
- command: 'Run And Debug.cancelWatchExpressionEdit',
1758
- when: FocusDebugWatchInput
1759
- }, {
1760
- key: Enter,
1761
- command: 'Run And Debug.acceptWatchExpressionEdit',
1762
- when: FocusDebugWatchInput
1763
- }];
1764
- };
1765
-
1766
- const emptyObject = {};
1767
- const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
1768
- const i18nString = (key, placeholders = emptyObject) => {
1769
- if (placeholders === emptyObject) {
1770
- return key;
1771
- }
1772
- const replacer = (match, rest) => {
1773
- return placeholders[rest];
1774
- };
1775
- return key.replaceAll(RE_PLACEHOLDER, replacer);
1776
- };
1777
-
1778
- const Block$1 = 'Block';
1779
- const BreakPoints$2 = 'BreakPoints';
1780
- const CallStack$3 = 'Call Stack';
1781
- const Catch$1 = '`Catch` block';
1782
- const Closure$1 = 'Closure';
1783
- const DebuggerPaused = 'Debugger paused';
1784
- const DebuggerPausedOnException = 'Paused on exception';
1785
- const Eval$1 = 'Eval';
1786
- const Expression = 'Expression';
1787
- const Global$1 = 'Global';
1788
- const Local$1 = 'Local';
1789
- const Module$1 = 'Module';
1790
- const NamedClosure = 'Closure ({PH1})';
1791
- const NoScriptRunning = 'No script running. To enable debugging, start a Node.js script with debugging enabled (e.g. node --inspect your-script.js) and connect to it.';
1792
- const NotPaused = 'Not Paused';
1793
- const Pause = 'Pause';
1794
- const Restart = 'Restart';
1795
- const Resume = 'Resume';
1796
- const Scope$4 = 'Scope';
1797
- const Script$1 = 'Script';
1798
- const StepInto = 'Step Into';
1799
- const StepOut = 'Step Out';
1800
- const StepOver = 'Step Over';
1801
- const Stop = 'Stop';
1802
- const Watch$2 = 'Watch';
1803
- const With$1 = '`With` block';
1804
- const PauseOnExceptions$1 = 'Pause on Exceptions';
1805
- const PauseOnUncaughtExceptions$1 = 'Pause on uncaught Exceptions';
1806
- const NoWatchExpression = 'No Watch Expression';
1807
- const DeleteWatchExpression$2 = 'Delete Watch Expression';
1808
- const DeleteAllWatchExpressions = 'Delete All Watch Expressions';
1809
- const AddWatchExpression$1 = 'Add Watch Expression';
1810
-
1811
- const local = () => {
1812
- return i18nString(Local$1);
1813
- };
1814
- const namedClosure = name => {
1815
- return i18nString(NamedClosure, {
1816
- PH1: name
1817
- });
1818
- };
1819
- const closure = () => {
1820
- return i18nString(Closure$1);
1821
- };
1822
- const global = () => {
1823
- return i18nString(Global$1);
1824
- };
1825
- const block = () => {
1826
- return i18nString(Block$1);
1827
- };
1828
- const expression = () => {
1829
- return i18nString(Expression);
1830
- };
1831
- const module2 = () => {
1832
- return i18nString(Module$1);
1833
- };
1834
- const evalScope = () => {
1835
- return i18nString(Eval$1);
1836
- };
1837
- const script = () => {
1838
- return i18nString(Script$1);
1839
- };
1840
- const withScope = () => {
1841
- return i18nString(With$1);
1842
- };
1843
- const catchScope = () => {
1844
- return i18nString(Catch$1);
1845
- };
1846
- const debuggerPaused = () => {
1847
- return i18nString(DebuggerPaused);
1848
- };
1849
- const debuggerPausedOnException = () => {
1850
- return i18nString(DebuggerPausedOnException);
1851
- };
1852
- const stepInto$1 = () => {
1853
- return i18nString(StepInto);
1509
+ const stepInto$1 = () => {
1510
+ return i18nString(StepInto);
1854
1511
  };
1855
1512
  const stepOver$1 = () => {
1856
1513
  return i18nString(StepOver);
@@ -1868,10 +1525,10 @@ const breakPoints = () => {
1868
1525
  return i18nString(BreakPoints$2);
1869
1526
  };
1870
1527
  const scope = () => {
1871
- return i18nString(Scope$4);
1528
+ return i18nString(Scope$3);
1872
1529
  };
1873
1530
  const callStack = () => {
1874
- return i18nString(CallStack$3);
1531
+ return i18nString(CallStack$2);
1875
1532
  };
1876
1533
  const notPaused = () => {
1877
1534
  return i18nString(NotPaused);
@@ -1894,65 +1551,19 @@ const pauseOnUncaughtExceptions = () => {
1894
1551
  const noWatchExpression = () => {
1895
1552
  return i18nString(NoWatchExpression);
1896
1553
  };
1897
- const deleteWatchExpression = () => {
1554
+ const deleteWatchExpression$1 = () => {
1898
1555
  return i18nString(DeleteWatchExpression$2);
1899
1556
  };
1900
- const deleteAllWatchExpressions = () => {
1557
+ const deleteAllWatchExpressions$1 = () => {
1901
1558
  return i18nString(DeleteAllWatchExpressions);
1902
1559
  };
1903
- const addWatchExpression = () => {
1560
+ const addWatchExpression$1 = () => {
1904
1561
  return i18nString(AddWatchExpression$1);
1905
1562
  };
1906
1563
  const noScriptRunning = () => {
1907
1564
  return i18nString(NoScriptRunning);
1908
1565
  };
1909
1566
 
1910
- const None$2 = 0;
1911
-
1912
- const getMenuEntriesWatchExpression = () => {
1913
- const addMenuEntry = {
1914
- id: 'addWatchExpression',
1915
- label: addWatchExpression(),
1916
- flags: None$2,
1917
- command: 'RunAndDebug.addWatchExpression'
1918
- };
1919
- const deleteMenuEntry = {
1920
- id: 'deleteWatchExpression',
1921
- label: deleteWatchExpression(),
1922
- flags: None$2,
1923
- command: 'RunAndDebug.deleteWatchExpression'
1924
- };
1925
- const deleteAllMenuEntry = {
1926
- id: 'deleteAllWatchExpressions',
1927
- label: deleteAllWatchExpressions(),
1928
- flags: None$2,
1929
- command: 'RunAndDebug.deleteAllWatchExpressions'
1930
- };
1931
- return [addMenuEntry, deleteMenuEntry, deleteAllMenuEntry];
1932
- };
1933
-
1934
- const DebugWatchExpression = 21_900;
1935
- const DebugWatchSectionHeading = 21_901;
1936
-
1937
- const getMenuEntries = () => {
1938
- return [{
1939
- id: DebugWatchExpression,
1940
- entries: getMenuEntriesWatchExpression()
1941
- }];
1942
- };
1943
-
1944
- const SectionHeading = 1;
1945
- const Value = 2;
1946
- const Exception$1 = 3;
1947
- const Scope$3 = 4;
1948
- const Property$1 = 5;
1949
- const Message = 6;
1950
- const CallStack$2 = 7;
1951
- const CheckBox$1 = 8;
1952
- const WatchMessage = 9;
1953
- const WatchExpression = 10;
1954
- const InputField = 11;
1955
-
1956
1567
  const Scope$2 = 'Scope';
1957
1568
  const CallStack$1 = 'CallStack';
1958
1569
  const Watch$1 = 'Watch';
@@ -1963,6 +1574,10 @@ const CallStack = 'callstack';
1963
1574
  const Scope$1 = 'scope';
1964
1575
  const Watch = 'watch';
1965
1576
 
1577
+ const All = 1;
1578
+ const Uncaught = 2;
1579
+ const None$5 = 0;
1580
+
1966
1581
  const AddWatchExpression = 'AddWatchExpression';
1967
1582
  const WatchExpressionInput = 'WatchExpressionInput';
1968
1583
  const DebugPause$1 = 'DebugPause';
@@ -2088,7 +1703,7 @@ const getRunAndDebugVisibleRowsCallStack = state => {
2088
1703
  const description = formatLocation(script.url, lineNumber);
2089
1704
  const hasArrow = item === callStack$1[0];
2090
1705
  rows.push({
2091
- type: CallStack$2,
1706
+ type: CallStack$3,
2092
1707
  text: item.functionName,
2093
1708
  expanded: false,
2094
1709
  key: CallStack,
@@ -2121,37 +1736,219 @@ const getRunAndDebugVisibleRowsCallStack = state => {
2121
1736
  const Scope = 1;
2122
1737
  const This = 2;
2123
1738
  const Property = 3;
2124
- const Exception = 4;
1739
+ const Exception$1 = 4;
2125
1740
 
2126
1741
  const getNoopRows = () => {
2127
1742
  return [];
2128
1743
  };
2129
1744
 
2130
- const getScopeExceptionRows = scope => {
2131
- const {
2132
- key,
2133
- value,
2134
- indent
2135
- } = scope;
2136
- return [{
2137
- type: Exception$1,
2138
- text: '',
2139
- expanded: false,
2140
- key,
2141
- value,
2142
- indent,
2143
- valueType: '',
2144
- name: '',
2145
- description: ''
2146
- }];
2147
- };
2148
-
2149
- const None$1 = 0;
2150
- const Expanded = 1 << 0;
2151
- const Collapsed = 1 << 1;
1745
+ const keywords = ['var', 'let', 'const', 'if', 'else', 'for', 'while', 'return', 'class', 'extends', 'new', 'this', 'super', 'import', 'export', 'default', 'async', 'await', 'try', 'catch', 'finally', 'throw', 'switch', 'case', 'break', 'continue', 'do', 'in', 'of', 'typeof', 'instanceof', 'delete', 'void', 'null', 'undefined', 'true', 'false', 'Infinity', 'NaN'];
1746
+ const operators = ['=', '==', '===', '!=', '!==', '<', '<=', '>', '>=', '+', '-', '*', '/', '**', '%', '++', '--', '&&', '||', '!', '&', '|', '^', '~', '<<', '>>', '>>>', '+=', '-=', '*=', '/=', '%=', '**=', '&=', '|=', '^=', '<<=', '>>=', '>>>=', '=>', '?', '?.', '??', '??=', '...'];
1747
+ const punctuation = ['(', ')', '[', ']', '{', '}', ';', ',', '`', ':', '.'];
1748
+ const isWhitespace = char => /\s/.test(char);
1749
+ const isDigit = char => /[0-9]/.test(char);
1750
+ const isLetter = char => /[a-zA-Z_]/.test(char);
1751
+ const isIdentifierChar = char => isLetter(char) || isDigit(char) || char === '_' || char === '$';
1752
+ const readWhitespace = (input, current, tokens) => {
1753
+ let whitespace = '';
1754
+ let pos = current;
1755
+ while (pos < input.length && isWhitespace(input[pos])) {
1756
+ whitespace += input[pos];
1757
+ pos++;
1758
+ }
1759
+ if (whitespace) {
1760
+ tokens.push(whitespace, 'WhiteSpace');
1761
+ }
1762
+ return pos;
1763
+ };
1764
+ const readString = (input, current, tokens) => {
1765
+ const quote = input[current];
1766
+ let string = quote;
1767
+ let pos = current + 1;
1768
+ while (pos < input.length && input[pos] !== quote) {
1769
+ if (input[pos] === '\\') {
1770
+ string += input[pos];
1771
+ pos++;
1772
+ if (pos < input.length) {
1773
+ string += input[pos];
1774
+ pos++;
1775
+ }
1776
+ } else {
1777
+ string += input[pos];
1778
+ pos++;
1779
+ }
1780
+ }
1781
+ if (pos < input.length) {
1782
+ string += input[pos];
1783
+ pos++;
1784
+ }
1785
+ tokens.push(string, 'String');
1786
+ return pos;
1787
+ };
1788
+ const readNumber = (input, current, tokens) => {
1789
+ let number = '';
1790
+ let pos = current;
1791
+ if (input[pos] === '0' && pos + 1 < input.length) {
1792
+ const next = input[pos + 1].toLowerCase();
1793
+ if (next === 'x' || next === 'b' || next === 'o') {
1794
+ number += input[pos] + input[pos + 1];
1795
+ pos += 2;
1796
+ while (pos < input.length && /[0-9a-fA-F]/.test(input[pos])) {
1797
+ number += input[pos];
1798
+ pos++;
1799
+ }
1800
+ tokens.push(number, 'Number');
1801
+ return pos;
1802
+ }
1803
+ }
1804
+ while (pos < input.length && isDigit(input[pos])) {
1805
+ number += input[pos];
1806
+ pos++;
1807
+ }
1808
+ if (pos < input.length && input[pos] === '.' && pos + 1 < input.length && isDigit(input[pos + 1])) {
1809
+ number += input[pos];
1810
+ pos++;
1811
+ while (pos < input.length && isDigit(input[pos])) {
1812
+ number += input[pos];
1813
+ pos++;
1814
+ }
1815
+ }
1816
+ if (pos < input.length && (input[pos] === 'e' || input[pos] === 'E')) {
1817
+ number += input[pos];
1818
+ pos++;
1819
+ if (pos < input.length && (input[pos] === '+' || input[pos] === '-')) {
1820
+ number += input[pos];
1821
+ pos++;
1822
+ }
1823
+ while (pos < input.length && isDigit(input[pos])) {
1824
+ number += input[pos];
1825
+ pos++;
1826
+ }
1827
+ }
1828
+ tokens.push(number, 'Number');
1829
+ return pos;
1830
+ };
1831
+ const readIdentifier = (input, current, tokens) => {
1832
+ let identifier = '';
1833
+ let pos = current;
1834
+ while (pos < input.length && isIdentifierChar(input[pos])) {
1835
+ identifier += input[pos];
1836
+ pos++;
1837
+ }
1838
+ if (identifier === 'function') {
1839
+ tokens.push(identifier, 'Function');
1840
+ } else if (keywords.includes(identifier)) {
1841
+ tokens.push(identifier, 'Keyword');
1842
+ } else {
1843
+ tokens.push(identifier, 'Identifier');
1844
+ }
1845
+ return pos;
1846
+ };
1847
+ const readOperator = (input, current, tokens) => {
1848
+ let operator = '';
1849
+ let maxLength = 0;
1850
+ let pos = current;
1851
+ for (const op of operators) {
1852
+ if (input.slice(pos, pos + op.length) === op && op.length > maxLength) {
1853
+ maxLength = op.length;
1854
+ operator = op;
1855
+ }
1856
+ }
1857
+ if (operator) {
1858
+ tokens.push(operator, 'Operator');
1859
+ pos += operator.length;
1860
+ } else {
1861
+ tokens.push(input[pos], 'Punctuation');
1862
+ pos++;
1863
+ }
1864
+ return pos;
1865
+ };
1866
+ const readComment = (input, current, tokens) => {
1867
+ let comment = '';
1868
+ let pos = current;
1869
+ if (input[pos] === '/' && pos + 1 < input.length) {
1870
+ if (input[pos + 1] === '/') {
1871
+ comment = '//';
1872
+ pos += 2;
1873
+ while (pos < input.length && input[pos] !== '\n') {
1874
+ comment += input[pos];
1875
+ pos++;
1876
+ }
1877
+ } else if (input[pos + 1] === '*') {
1878
+ comment = '/*';
1879
+ pos += 2;
1880
+ while (pos < input.length - 1) {
1881
+ comment += input[pos];
1882
+ if (input[pos] === '*' && input[pos + 1] === '/') {
1883
+ comment += '/';
1884
+ pos += 2;
1885
+ break;
1886
+ }
1887
+ pos++;
1888
+ }
1889
+ }
1890
+ }
1891
+ if (comment) {
1892
+ tokens.push(comment, 'Comment');
1893
+ }
1894
+ return pos;
1895
+ };
1896
+ const tokenizeValue = input => {
1897
+ const tokens = [];
1898
+ let current = 0;
1899
+ while (current < input.length) {
1900
+ const char = input[current];
1901
+ if (isWhitespace(char)) {
1902
+ current = readWhitespace(input, current, tokens);
1903
+ } else if (char === '"' || char === "'" || char === '`') {
1904
+ current = readString(input, current, tokens);
1905
+ } else if (isDigit(char)) {
1906
+ current = readNumber(input, current, tokens);
1907
+ } else if (isLetter(char) || char === '_' || char === '$') {
1908
+ current = readIdentifier(input, current, tokens);
1909
+ } else if (char === '/' && current + 1 < input.length && (input[current + 1] === '/' || input[current + 1] === '*')) {
1910
+ current = readComment(input, current, tokens);
1911
+ } else if (operators.includes(char) || current + 1 < input.length && operators.includes(char + input[current + 1]) || current + 2 < input.length && operators.includes(char + input[current + 1] + input[current + 2])) {
1912
+ current = readOperator(input, current, tokens);
1913
+ } else if (punctuation.includes(char)) {
1914
+ tokens.push(char, 'Punctuation');
1915
+ current++;
1916
+ } else {
1917
+ tokens.push(char, 'Punctuation');
1918
+ current++;
1919
+ }
1920
+ }
1921
+ return tokens;
1922
+ };
1923
+
1924
+ const getScopeExceptionRows = (scope, index) => {
1925
+ const {
1926
+ key,
1927
+ value,
1928
+ indent
1929
+ } = scope;
1930
+ const tokens = tokenizeValue(value);
1931
+ return [{
1932
+ type: Exception$2,
1933
+ text: '',
1934
+ tokens,
1935
+ expanded: false,
1936
+ key,
1937
+ value,
1938
+ indent,
1939
+ valueType: '',
1940
+ name: '',
1941
+ description: '',
1942
+ index
1943
+ }];
1944
+ };
1945
+
1946
+ const None$4 = 0;
1947
+ const Expanded = 1 << 0;
1948
+ const Collapsed = 1 << 1;
2152
1949
  const Focused = 1 << 2;
2153
1950
 
2154
- const getScopePropertyRows = scope => {
1951
+ const getScopePropertyRows = (scope, index) => {
2155
1952
  const {
2156
1953
  indent,
2157
1954
  key,
@@ -2159,26 +1956,29 @@ const getScopePropertyRows = scope => {
2159
1956
  valueType,
2160
1957
  flags
2161
1958
  } = scope;
1959
+ const tokens = tokenizeValue(value);
2162
1960
  return [{
2163
1961
  type: Property$1,
2164
1962
  text: '',
1963
+ tokens,
2165
1964
  expanded: Boolean(flags & Expanded),
2166
1965
  key,
2167
1966
  value,
2168
1967
  indent,
2169
1968
  valueType,
2170
1969
  name: '',
2171
- description: ''
1970
+ description: '',
1971
+ index
2172
1972
  }];
2173
1973
  };
2174
1974
 
2175
- const getScopeScopeRows = scope => {
1975
+ const getScopeScopeRows = (scope, index) => {
2176
1976
  const {
2177
1977
  key,
2178
1978
  flags
2179
1979
  } = scope;
2180
1980
  return [{
2181
- type: Scope$3,
1981
+ type: Scope$4,
2182
1982
  text: '',
2183
1983
  expanded: Boolean(flags & Expanded),
2184
1984
  key,
@@ -2186,27 +1986,31 @@ const getScopeScopeRows = scope => {
2186
1986
  indent: 0,
2187
1987
  valueType: '',
2188
1988
  name: '',
2189
- description: ''
1989
+ description: '',
1990
+ index
2190
1991
  }];
2191
1992
  };
2192
1993
 
2193
- const getScopeThisRows = scope => {
1994
+ const getScopeThisRows = (scope, index) => {
2194
1995
  const {
2195
1996
  indent,
2196
1997
  key,
2197
1998
  value,
2198
1999
  valueType
2199
2000
  } = scope;
2001
+ const tokens = tokenizeValue(value);
2200
2002
  return [{
2201
2003
  type: Value,
2202
2004
  text: '',
2005
+ tokens,
2203
2006
  expanded: false,
2204
2007
  key,
2205
2008
  value,
2206
2009
  indent,
2207
2010
  valueType,
2208
2011
  name: '',
2209
- description: ''
2012
+ description: '',
2013
+ index
2210
2014
  }];
2211
2015
  };
2212
2016
 
@@ -2214,7 +2018,7 @@ const getScopeRenderer = type => {
2214
2018
  switch (type) {
2215
2019
  case This:
2216
2020
  return getScopeThisRows;
2217
- case Exception:
2021
+ case Exception$1:
2218
2022
  return getScopeExceptionRows;
2219
2023
  case Scope:
2220
2024
  return getScopeScopeRows;
@@ -2232,7 +2036,7 @@ const getExpandable = valueType => {
2232
2036
  return false;
2233
2037
  };
2234
2038
  const getFlags = (isExpanded, isExpandable, isFocused) => {
2235
- let flags = None$1;
2039
+ let flags = None$4;
2236
2040
  if (isExpanded) {
2237
2041
  flags |= Expanded;
2238
2042
  } else if (isExpandable) {
@@ -2290,7 +2094,8 @@ const getRunAndDebugVisibleRowsScope = state => {
2290
2094
  const visible = getVisibleScopeItems(scopeChain, expandedIds, scopeFocusedIndex);
2291
2095
  for (const scope of visible) {
2292
2096
  const renderer = getScopeRenderer(scope.type);
2293
- rows.push(...renderer(scope));
2097
+ const index = visible.indexOf(scope);
2098
+ rows.push(...renderer(scope, index));
2294
2099
  }
2295
2100
  } else {
2296
2101
  rows.push({
@@ -2435,11 +2240,6 @@ const getRunAndDebugVisibleRows = state => {
2435
2240
  return [...getRunAndDebugVisibleRowsWatch(state), ...getRunAndDebugVisibleRowsBreakPoints(state), ...getRunAndDebugVisibleRowsScope(state), ...getRunAndDebugVisibleRowsCallStack(state)];
2436
2241
  };
2437
2242
 
2438
- const getSectionIndex = (state, name) => {
2439
- const rows = getRunAndDebugVisibleRows(state);
2440
- return rows.findIndex(row => row.type === SectionHeading && row.name === name);
2441
- };
2442
-
2443
2243
  const updateVisibleRows = state => {
2444
2244
  const visibleRows = getRunAndDebugVisibleRows(state);
2445
2245
  return {
@@ -2448,178 +2248,629 @@ const updateVisibleRows = state => {
2448
2248
  };
2449
2249
  };
2450
2250
 
2451
- const handleClickSectionBreakPoints = state => {
2251
+ const FocusDebugWatchInput = 1290;
2252
+ const FocusDebugRow = 1299;
2253
+
2254
+ const acceptWatchExpressionEdit = async state => {
2452
2255
  const {
2453
- breakPointsExpanded
2256
+ watchExpressions,
2257
+ editingValue,
2258
+ debugId,
2259
+ debugState,
2260
+ callFrameId
2454
2261
  } = state;
2262
+ const newWatchExpressions = await getNewWatchExpressionsAccept(debugId, callFrameId, debugState, watchExpressions, editingValue);
2263
+ if (watchExpressions === newWatchExpressions) {
2264
+ return state;
2265
+ }
2455
2266
  const newState = {
2456
2267
  ...state,
2457
- breakPointsExpanded: !breakPointsExpanded,
2458
- selectedIndex: getSectionIndex(state, BreakPoints$1),
2459
- focus: FocusDebugRow
2268
+ watchExpressions: newWatchExpressions,
2269
+ focus: FocusDebugRow,
2270
+ editingValue: '',
2271
+ editingselectionstart: 0,
2272
+ editingselectionend: 0
2460
2273
  };
2461
2274
  return updateVisibleRows(newState);
2462
2275
  };
2463
2276
 
2464
- const handleClickSectionCallstack = state => {
2277
+ const addWatchExpression = async (state, expression = '') => {
2465
2278
  const {
2466
- callStackExpanded
2279
+ watchExpressions
2467
2280
  } = state;
2281
+ const watchExpression = {
2282
+ expression,
2283
+ value: null,
2284
+ isEditing: true
2285
+ };
2286
+ const newWatchExpressions1 = [...watchExpressions, watchExpression];
2468
2287
  const newState = {
2469
2288
  ...state,
2470
- callStackExpanded: !callStackExpanded,
2471
- selectedIndex: getSectionIndex(state, CallStack$1),
2472
- focus: FocusDebugRow
2289
+ watchExpressions: newWatchExpressions1,
2290
+ focus: FocusDebugWatchInput,
2291
+ editingselectionstart: 0,
2292
+ editingselectionend: expression.length
2473
2293
  };
2474
2294
  return updateVisibleRows(newState);
2475
2295
  };
2476
2296
 
2477
- const handleClickSectionScope = state => {
2297
+ const getNewWatchExpressionsCancel = watchExpressions => {
2298
+ const lastExpression = watchExpressions.at(-1);
2299
+ if (lastExpression && lastExpression.expression === '') {
2300
+ return watchExpressions.toSpliced(-1, 1);
2301
+ }
2302
+ if (lastExpression && lastExpression.isEditing) {
2303
+ return watchExpressions.toSpliced(-1, 1);
2304
+ }
2305
+ return watchExpressions;
2306
+ };
2307
+
2308
+ const cancelWatchExpressionEdit = state => {
2478
2309
  const {
2479
- scopeExpanded
2310
+ watchExpressions
2480
2311
  } = state;
2312
+ const newWatchExpressions = getNewWatchExpressionsCancel(watchExpressions);
2481
2313
  const newState = {
2482
2314
  ...state,
2483
- scopeExpanded: !scopeExpanded,
2484
- selectedIndex: getSectionIndex(state, Scope$2),
2485
- focus: FocusDebugRow
2315
+ watchExpressions: newWatchExpressions,
2316
+ focus: FocusDebugRow,
2317
+ editingselectionstart: 0,
2318
+ editingselectionend: 0,
2319
+ editingValue: ''
2486
2320
  };
2487
2321
  return updateVisibleRows(newState);
2488
2322
  };
2489
2323
 
2490
- const handleClickSectionUnkown = state => {
2491
- // For unknown section IDs, return the state unchanged
2492
- return state;
2324
+ const None$3 = 'none';
2325
+ const Exception = 'exception';
2326
+ const Other = 'other';
2327
+
2328
+ const None$2 = 'none';
2329
+
2330
+ const create = (id, uri, x, y, width, height) => {
2331
+ const state = {
2332
+ id,
2333
+ disposed: false,
2334
+ processes: [],
2335
+ debugState: None$6,
2336
+ watchExpanded: false,
2337
+ breakPointsExpanded: false,
2338
+ scopeExpanded: false,
2339
+ callStackExpanded: false,
2340
+ watchVisible: true,
2341
+ breakPointsVisible: true,
2342
+ scopeVisible: true,
2343
+ callStackVisible: true,
2344
+ scopeChain: [],
2345
+ callStack: [],
2346
+ parsedScripts: Object.create(null),
2347
+ pausedReason: None$3,
2348
+ pausedMessage: '',
2349
+ debugInputValue: '',
2350
+ debugOutputValue: '',
2351
+ callFrameId: '',
2352
+ expandedIds: [],
2353
+ scopeFocusedIndex: -1,
2354
+ focusedIndex: -1,
2355
+ pauseOnExceptionState: None$2,
2356
+ cache: Object.create(null),
2357
+ // TODO maybe store cache in extension host worker
2358
+ exceptionBreakPoints: None$5,
2359
+ watchExpressions: [],
2360
+ focus: 0,
2361
+ editingValue: '',
2362
+ debugId: 0,
2363
+ inputSource: 0,
2364
+ editingselectionstart: 0,
2365
+ editingselectionend: 0,
2366
+ openFilesOnPause: true,
2367
+ maxDescriptionLength: 100,
2368
+ selectedIndex: -1,
2369
+ visibleRows: [],
2370
+ tokenColoringEnabled: false
2371
+ };
2372
+ set(id, state, state);
2493
2373
  };
2494
2374
 
2495
- const handleClickSectionWatch = state => {
2375
+ const deleteAllWatchExpressions = state => {
2376
+ return {
2377
+ ...state,
2378
+ watchExpressions: []
2379
+ };
2380
+ };
2381
+
2382
+ const deleteWatchExpression = (state, index) => {
2496
2383
  const {
2497
- watchExpanded
2384
+ watchExpressions
2498
2385
  } = state;
2386
+ if (index < 0 || index >= watchExpressions.length) {
2387
+ return state;
2388
+ }
2499
2389
  const newState = {
2500
2390
  ...state,
2501
- watchExpanded: !watchExpanded,
2502
- selectedIndex: getSectionIndex(state, Watch$1),
2503
- focus: FocusDebugRow
2391
+ watchExpressions: watchExpressions.toSpliced(index, 1)
2504
2392
  };
2505
2393
  return updateVisibleRows(newState);
2506
2394
  };
2507
2395
 
2508
- const getSectionClickHandler = id => {
2509
- switch (id) {
2510
- case Watch:
2511
- return handleClickSectionWatch;
2512
- case BreakPoints:
2513
- return handleClickSectionBreakPoints;
2514
- case Scope$1:
2515
- return handleClickSectionScope;
2516
- case CallStack:
2517
- return handleClickSectionCallstack;
2518
- default:
2519
- return handleClickSectionUnkown;
2520
- }
2396
+ const isEqual$5 = (oldState, newState) => {
2397
+ return oldState.focus === newState.focus;
2521
2398
  };
2522
2399
 
2523
- const handleArrowLeft = async state => {
2524
- const {
2525
- selectedIndex
2526
- } = state;
2527
- const rows = getRunAndDebugVisibleRows(state);
2528
- const row = rows[selectedIndex];
2529
- if (row && row.type === SectionHeading && row.expanded) {
2530
- const clickHandler = getSectionClickHandler(row.key);
2531
- return clickHandler(state);
2400
+ const isEqual$4 = (oldState, newState) => {
2401
+ if (!newState.focus) {
2402
+ return true;
2532
2403
  }
2533
- return state;
2404
+ return oldState.focus === newState.focus;
2534
2405
  };
2535
2406
 
2536
- const handleArrowRight = async state => {
2537
- const {
2538
- selectedIndex
2539
- } = state;
2540
- const rows = getRunAndDebugVisibleRows(state);
2541
- const row = rows[selectedIndex];
2542
- if (row && row.type === SectionHeading && !row.expanded) {
2543
- const clickHandler = getSectionClickHandler(row.key);
2544
- return clickHandler(state);
2545
- }
2546
- return state;
2407
+ const RenderItems = 1;
2408
+ const RenderFocus = 2;
2409
+ const RenderValue = 3;
2410
+ const RenderFocusContext = 7;
2411
+ const RenderSelection = 8;
2412
+ const RenderPauseOnExceptions = 9;
2413
+
2414
+ const diffType$1 = RenderItems;
2415
+ const isEqual$3 = (oldState, newState) => {
2416
+ return oldState.breakPointsExpanded === newState.breakPointsExpanded && oldState.callFrameId === newState.callFrameId && oldState.callStackExpanded === newState.callStackExpanded && oldState.debugState === newState.debugState && oldState.scopeChain === newState.scopeChain && oldState.scopeExpanded === newState.scopeExpanded && oldState.selectedIndex === newState.selectedIndex && oldState.visibleRows === newState.visibleRows && oldState.watchExpanded === newState.watchExpanded && oldState.watchExpressions === newState.watchExpressions;
2547
2417
  };
2548
2418
 
2549
- const createScriptMap = scripts => {
2550
- const parsedScripts = Object.create(null);
2551
- for (const script of scripts) {
2552
- parsedScripts[script.scriptId] = script;
2553
- }
2554
- return parsedScripts;
2419
+ const diffType = RenderPauseOnExceptions;
2420
+ const isEqual$2 = (oldState, newState) => {
2421
+ return oldState.exceptionBreakPoints === newState.exceptionBreakPoints;
2555
2422
  };
2556
2423
 
2557
- const getCallStack = callFrames => {
2558
- array(callFrames);
2559
- const callStack = [];
2560
- for (const callFrame of callFrames) {
2561
- callStack.push({
2562
- functionName: callFrame.functionName || '(anonymous)',
2563
- functionLocation: callFrame.functionLocation,
2564
- location: callFrame.location
2565
- });
2566
- }
2567
- return callStack;
2424
+ const isEqual$1 = (oldState, newState) => {
2425
+ return oldState.editingselectionstart === newState.editingselectionstart && oldState.editingselectionend === newState.editingselectionend;
2568
2426
  };
2569
2427
 
2570
- const getDebugPausedMessage = reason => {
2571
- switch (reason) {
2572
- case Other:
2573
- return debuggerPaused();
2574
- case Exception$2:
2575
- return debuggerPausedOnException();
2428
+ const Script$1 = 2;
2429
+
2430
+ const isEqual = (oldState, newState) => {
2431
+ if (newState.inputSource === Script$1) {
2432
+ return newState.editingValue.length === 0;
2433
+ }
2434
+ return true;
2435
+ };
2436
+
2437
+ const modules = [isEqual$3, isEqual$4, isEqual, isEqual$5, isEqual$1, isEqual$2];
2438
+ const numbers = [diffType$1, RenderFocusContext, RenderValue, RenderFocus, RenderSelection, diffType];
2439
+
2440
+ const diff = (oldState, newState) => {
2441
+ const diffResult = [];
2442
+ for (let i = 0; i < modules.length; i++) {
2443
+ const fn = modules[i];
2444
+ if (!fn(oldState, newState)) {
2445
+ diffResult.push(numbers[i]);
2446
+ }
2447
+ }
2448
+ return diffResult;
2449
+ };
2450
+
2451
+ const diff2 = uid => {
2452
+ const {
2453
+ oldState,
2454
+ newState
2455
+ } = get(uid);
2456
+ const diffResult = diff(oldState, newState);
2457
+ return diffResult;
2458
+ };
2459
+
2460
+ const dispose = async uid => {
2461
+ dispose$1(uid);
2462
+ };
2463
+
2464
+ const commandIds = ['acceptWatchExpressionEdit', 'addWatchExpression', 'cancelWatchExpressionEdit', 'create', 'deleteAllWatchExpressions', 'deleteWatchExpression', 'diff2', 'dispose', 'focusNext', 'focusPrevious', 'getCommandIds', 'getKeyBindings', 'handleArrowDown', 'handleArrowLeft', 'handleArrowRight', 'handleArrowUp', 'handleChange', 'handleClickCallStackItem', 'handleClickCheckBox', 'handleClickDebugButton', 'handleClickPauseOnExceptions', 'handleClickPauseOnUncaughtExceptions', 'handleClickScopeValue', 'handleClickSectionAction', 'handleClickSectionBreakPoints', 'handleClickSectionCallstack', 'handleClickSectionHeading', 'handleClickSectionScope', 'handleClickSectionWatch', 'handleClickWatchExpression', 'handleClickWatchExpressionDelete', 'handleCopy', 'handleDebugInput', 'handleDelete', 'handleEnter', 'handleEvaluate', 'handleInputBlur', 'handleInputFieldChange', 'handleNew', 'handlePaused', 'handleRename', 'handleResumed', 'handleScriptParsed', 'handleSectionHeaderContextMenu', 'handleSpace', 'handleWatchExpressionContextMenu', 'handleWatchExpressionDoubleClick', 'handleWatchValueChange', 'hideCallStack', 'hideScope', 'hideWatch', 'loadContent', 'loadContentLater', 'pause', 'refresh', 'refreshWatchExpression', 'removeWatchExpression', 'render2', 'renderActions', 'renderEventListeners', 'resize', 'restoreState', 'resume', 'selectFirstIndex', 'selectIndex', 'selectLastIndex', 'selectNextRow', 'selectPreviousRow', 'setPauseOnExceptions', 'showCallStack', 'showScope', 'showWatch', 'stepInto', 'stepOut', 'stepOver', 'terminate', 'togglePause'];
2465
+
2466
+ const getCommandIds = () => {
2467
+ return commandIds;
2468
+ };
2469
+
2470
+ const emptyHighlight = {
2471
+ uri: '',
2472
+ rowIndex: 0,
2473
+ columnIndex: 0
2474
+ };
2475
+ const getHighlight = uid => {
2476
+ const state = get(uid);
2477
+ if (!state) {
2478
+ return emptyHighlight;
2479
+ }
2480
+ const {
2481
+ newState
2482
+ } = state;
2483
+ const {
2484
+ parsedScripts,
2485
+ callStack
2486
+ } = newState;
2487
+ if (callStack.length === 0) {
2488
+ return emptyHighlight;
2489
+ }
2490
+ const top = callStack[0];
2491
+ const {
2492
+ location
2493
+ } = top;
2494
+ const {
2495
+ scriptId,
2496
+ lineNumber,
2497
+ columnNumber
2498
+ } = location;
2499
+ const script = parsedScripts[scriptId];
2500
+ if (!script) {
2501
+ return emptyHighlight;
2502
+ }
2503
+ return {
2504
+ uri: script.url,
2505
+ rowIndex: lineNumber,
2506
+ columnIndex: columnNumber
2507
+ };
2508
+ };
2509
+
2510
+ const CallStackArrow$1 = 'CallStackArrow';
2511
+ const CallStackDescription$1 = 'CallStackDescription';
2512
+ const CallStackLabel$1 = 'CallStackLabel';
2513
+ const Chevron$1 = 'Chevron';
2514
+ const DebugButton$1 = 'DebugButton';
2515
+ const DebugButtons$1 = 'DebugButtons';
2516
+ const DebugRow$1 = 'DebugRow';
2517
+ const DebugRowInputField$1 = 'DebugRowInputField';
2518
+ const DebugSectionAction$1 = 'DebugSectionAction';
2519
+ const DebugSectionActions$1 = 'DebugSectionActions';
2520
+ const DebugSectionHeader$1 = 'DebugSectionHeader';
2521
+ const DebugValue$1 = 'DebugValue';
2522
+ const DebugValueBoolean$1 = 'DebugValueBoolean';
2523
+ const DebugValueFunction$1 = 'DebugValueFunction';
2524
+ const DebugValueGetter$1 = 'DebugValueGetter';
2525
+ const DebugValueNumber$1 = 'DebugValueNumber';
2526
+ const DebugValueObject$1 = 'DebugValueObject';
2527
+ const DebugValueScopeName$1 = 'DebugValueScopeName';
2528
+ const DebugValueString$1 = 'DebugValueString';
2529
+ const DebugValueSymbol$1 = 'DebugValueSymbol';
2530
+ const DebugValueUndefined$1 = 'DebugValueUndefined';
2531
+ const DeleteWatchExpression$1 = 'DeleteWatchExpression';
2532
+ const IconButton$1 = 'IconButton';
2533
+ const InputBox$1 = 'InputBox';
2534
+ const InputLabel$1 = 'InputLabel';
2535
+ const ClassNames = {
2536
+ __proto__: null,
2537
+ CallStackArrow: CallStackArrow$1,
2538
+ CallStackDescription: CallStackDescription$1,
2539
+ CallStackLabel: CallStackLabel$1,
2540
+ Chevron: Chevron$1,
2541
+ DebugButton: DebugButton$1,
2542
+ DebugButtons: DebugButtons$1,
2543
+ DebugRow: DebugRow$1,
2544
+ DebugRowInputField: DebugRowInputField$1,
2545
+ DebugSectionAction: DebugSectionAction$1,
2546
+ DebugSectionActions: DebugSectionActions$1,
2547
+ DebugSectionHeader: DebugSectionHeader$1,
2548
+ DebugValue: DebugValue$1,
2549
+ DebugValueBoolean: DebugValueBoolean$1,
2550
+ DebugValueFunction: DebugValueFunction$1,
2551
+ DebugValueGetter: DebugValueGetter$1,
2552
+ DebugValueNumber: DebugValueNumber$1,
2553
+ DebugValueObject: DebugValueObject$1,
2554
+ DebugValueScopeName: DebugValueScopeName$1,
2555
+ DebugValueString: DebugValueString$1,
2556
+ DebugValueSymbol: DebugValueSymbol$1,
2557
+ DebugValueUndefined: DebugValueUndefined$1,
2558
+ DeleteWatchExpression: DeleteWatchExpression$1,
2559
+ IconButton: IconButton$1,
2560
+ InputBox: InputBox$1,
2561
+ InputLabel: InputLabel$1
2562
+ };
2563
+ const Enter = 3;
2564
+ const Escape = 8;
2565
+ const Space$1 = 9;
2566
+ const End = 255;
2567
+ const Home = 12;
2568
+ const LeftArrow = 13;
2569
+ const UpArrow = 14;
2570
+ const RightArrow = 15;
2571
+ const DownArrow = 16;
2572
+ const Delete = 18;
2573
+ const KeyC = 31;
2574
+ const KeyN = 42;
2575
+ const KeyV = 50;
2576
+ const F2 = 58;
2577
+ const Backslash = 91;
2578
+ const Star = 131;
2579
+ const KeyCode = {
2580
+ __proto__: null,
2581
+ Backslash,
2582
+ Delete,
2583
+ DownArrow,
2584
+ End,
2585
+ Enter,
2586
+ Escape,
2587
+ F2,
2588
+ Home,
2589
+ KeyC,
2590
+ KeyN,
2591
+ KeyV,
2592
+ LeftArrow,
2593
+ RightArrow,
2594
+ Space: Space$1,
2595
+ Star,
2596
+ UpArrow
2597
+ };
2598
+ const CtrlCmd = 1 << 11 >>> 0;
2599
+ const Alt = 1 << 9 >>> 0;
2600
+ const KeyModifier = {
2601
+ __proto__: null,
2602
+ Alt,
2603
+ CtrlCmd};
2604
+ const mergeClassNames = (...classNames) => {
2605
+ return classNames.filter(Boolean).join(' ');
2606
+ };
2607
+ const Text$1 = 12;
2608
+ const text = data => {
2609
+ return {
2610
+ type: Text$1,
2611
+ text: data,
2612
+ childCount: 0
2613
+ };
2614
+ };
2615
+
2616
+ const getKeyBindings = () => {
2617
+ return [{
2618
+ key: KeyCode.Backslash | KeyModifier.CtrlCmd,
2619
+ command: 'Run And Debug.togglePause'
2620
+ }, {
2621
+ key: KeyCode.LeftArrow,
2622
+ command: 'Run And Debug.handleArrowLeft',
2623
+ when: FocusDebugRow
2624
+ }, {
2625
+ key: KeyCode.RightArrow,
2626
+ command: 'Run And Debug.handleArrowRight',
2627
+ when: FocusDebugRow
2628
+ }, {
2629
+ key: KeyCode.Home,
2630
+ command: 'Run And Debug.focusFirst',
2631
+ when: FocusDebugRow
2632
+ }, {
2633
+ key: KeyCode.End,
2634
+ command: 'Run And Debug.focusLast',
2635
+ when: FocusDebugRow
2636
+ }, {
2637
+ key: KeyCode.UpArrow,
2638
+ command: 'Run And Debug.selectPreviousRow',
2639
+ when: FocusDebugRow
2640
+ }, {
2641
+ key: KeyCode.DownArrow,
2642
+ command: 'Run And Debug.selectNextRow',
2643
+ when: FocusDebugRow
2644
+ }, {
2645
+ key: KeyModifier.CtrlCmd | KeyCode.Star,
2646
+ command: 'Run And Debug.expandAll',
2647
+ when: FocusDebugRow
2648
+ }, {
2649
+ key: KeyModifier.Alt | KeyCode.RightArrow,
2650
+ command: 'Run And Debug.expandRecursively',
2651
+ when: FocusDebugRow
2652
+ }, {
2653
+ key: KeyModifier.CtrlCmd | KeyCode.LeftArrow,
2654
+ command: 'Run And Debug.collapseAll',
2655
+ when: FocusDebugRow
2656
+ }, {
2657
+ key: KeyModifier.CtrlCmd | KeyCode.KeyV,
2658
+ command: 'Run And Debug.handlePaste',
2659
+ when: FocusDebugRow
2660
+ }, {
2661
+ key: KeyModifier.CtrlCmd | KeyCode.KeyC,
2662
+ command: 'Run And Debug.handleCopy',
2663
+ when: FocusDebugRow
2664
+ }, {
2665
+ key: KeyModifier.CtrlCmd | KeyCode.KeyN,
2666
+ command: 'Run And Debug.handleNew',
2667
+ when: FocusDebugRow
2668
+ }, {
2669
+ key: KeyCode.F2,
2670
+ command: 'Run And Debug.handleRename',
2671
+ when: FocusDebugRow
2672
+ }, {
2673
+ key: KeyCode.Delete,
2674
+ command: 'Run And Debug.handleDelete',
2675
+ when: FocusDebugRow
2676
+ }, {
2677
+ key: KeyCode.Escape,
2678
+ command: 'Run And Debug.focusNone',
2679
+ when: FocusDebugRow
2680
+ }, {
2681
+ key: KeyCode.Enter,
2682
+ command: 'Run And Debug.handleClickCurrent',
2683
+ when: FocusDebugRow
2684
+ }, {
2685
+ key: KeyCode.Space,
2686
+ command: 'Run And Debug.handleSpace',
2687
+ when: FocusDebugRow
2688
+ }, {
2689
+ key: KeyCode.Enter,
2690
+ command: 'Run And Debug.handleEnter',
2691
+ when: FocusDebugRow
2692
+ }, {
2693
+ key: KeyCode.Escape,
2694
+ command: 'Run And Debug.cancelWatchExpressionEdit',
2695
+ when: FocusDebugWatchInput
2696
+ }, {
2697
+ key: KeyCode.Enter,
2698
+ command: 'Run And Debug.acceptWatchExpressionEdit',
2699
+ when: FocusDebugWatchInput
2700
+ }, {
2701
+ key: KeyModifier.CtrlCmd | KeyCode.Home,
2702
+ command: 'Run And Debug.selectFirstIndex',
2703
+ when: FocusDebugRow
2704
+ }, {
2705
+ key: KeyModifier.CtrlCmd | KeyCode.End,
2706
+ command: 'Run And Debug.selectLastIndex',
2707
+ when: FocusDebugRow
2708
+ }];
2709
+ };
2710
+
2711
+ const None$1 = 0;
2712
+
2713
+ const getMenuEntriesWatchExpression = () => {
2714
+ const addMenuEntry = {
2715
+ id: 'addWatchExpression',
2716
+ label: addWatchExpression$1(),
2717
+ flags: None$1,
2718
+ command: 'RunAndDebug.addWatchExpression'
2719
+ };
2720
+ const deleteMenuEntry = {
2721
+ id: 'deleteWatchExpression',
2722
+ label: deleteWatchExpression$1(),
2723
+ flags: None$1,
2724
+ command: 'RunAndDebug.deleteWatchExpression'
2725
+ };
2726
+ const deleteAllMenuEntry = {
2727
+ id: 'deleteAllWatchExpressions',
2728
+ label: deleteAllWatchExpressions$1(),
2729
+ flags: None$1,
2730
+ command: 'RunAndDebug.deleteAllWatchExpressions'
2731
+ };
2732
+ return [addMenuEntry, deleteMenuEntry, deleteAllMenuEntry];
2733
+ };
2734
+
2735
+ const DebugWatchExpression = 21_900;
2736
+ const DebugWatchSectionHeading = 21_901;
2737
+
2738
+ const getMenuEntries = () => {
2739
+ return [{
2740
+ id: DebugWatchExpression,
2741
+ entries: getMenuEntriesWatchExpression()
2742
+ }];
2743
+ };
2744
+
2745
+ const getSectionIndex = (state, name) => {
2746
+ const rows = getRunAndDebugVisibleRows(state);
2747
+ return rows.findIndex(row => row.type === SectionHeading && row.name === name);
2748
+ };
2749
+
2750
+ const handleClickSectionBreakPoints = state => {
2751
+ const {
2752
+ breakPointsExpanded
2753
+ } = state;
2754
+ const newState = {
2755
+ ...state,
2756
+ breakPointsExpanded: !breakPointsExpanded,
2757
+ selectedIndex: getSectionIndex(state, BreakPoints$1),
2758
+ focus: FocusDebugRow
2759
+ };
2760
+ return updateVisibleRows(newState);
2761
+ };
2762
+
2763
+ const handleClickSectionCallstack = state => {
2764
+ const {
2765
+ callStackExpanded
2766
+ } = state;
2767
+ const newState = {
2768
+ ...state,
2769
+ callStackExpanded: !callStackExpanded,
2770
+ selectedIndex: getSectionIndex(state, CallStack$1),
2771
+ focus: FocusDebugRow
2772
+ };
2773
+ return updateVisibleRows(newState);
2774
+ };
2775
+
2776
+ const handleClickSectionScope = state => {
2777
+ const {
2778
+ scopeExpanded
2779
+ } = state;
2780
+ const newState = {
2781
+ ...state,
2782
+ scopeExpanded: !scopeExpanded,
2783
+ selectedIndex: getSectionIndex(state, Scope$2),
2784
+ focus: FocusDebugRow
2785
+ };
2786
+ return updateVisibleRows(newState);
2787
+ };
2788
+
2789
+ const handleClickSectionUnkown = state => {
2790
+ // For unknown section IDs, return the state unchanged
2791
+ return state;
2792
+ };
2793
+
2794
+ const handleClickSectionWatch = state => {
2795
+ const {
2796
+ watchExpanded
2797
+ } = state;
2798
+ const newState = {
2799
+ ...state,
2800
+ watchExpanded: !watchExpanded,
2801
+ selectedIndex: getSectionIndex(state, Watch$1),
2802
+ focus: FocusDebugRow
2803
+ };
2804
+ return updateVisibleRows(newState);
2805
+ };
2806
+
2807
+ const getSectionClickHandler = id => {
2808
+ switch (id) {
2809
+ case Watch:
2810
+ return handleClickSectionWatch;
2811
+ case BreakPoints:
2812
+ return handleClickSectionBreakPoints;
2813
+ case Scope$1:
2814
+ return handleClickSectionScope;
2815
+ case CallStack:
2816
+ return handleClickSectionCallstack;
2576
2817
  default:
2577
- return `Debugger paused (${reason})`;
2818
+ return handleClickSectionUnkown;
2578
2819
  }
2579
2820
  };
2580
2821
 
2581
- const NewLine = '\n';
2582
- const Space = ' ';
2583
-
2584
- const Local = 'local';
2585
- const Closure = 'closure';
2586
- const Global = 'global';
2587
- const Catch = 'catch';
2588
- const Eval = 'eval';
2589
- const Block = 'block';
2590
- const Script = 'script';
2591
- const With = 'with';
2592
- const Module = 'module';
2593
- const WasmExpressionStack = 'wasm-expression-stack';
2822
+ const removeElement = (array, element) => {
2823
+ const index = array.indexOf(element);
2824
+ if (index === -1) {
2825
+ return array;
2826
+ }
2827
+ return [...array.slice(0, index), ...array.slice(index + 1)];
2828
+ };
2594
2829
 
2595
- const getScopeLabel = element => {
2596
- switch (element.type) {
2597
- case Local:
2598
- return local();
2599
- case Closure:
2600
- if (element.name) {
2601
- return namedClosure(element.name);
2602
- }
2603
- return closure();
2604
- case Global:
2605
- return global();
2606
- case Block:
2607
- return block();
2608
- case WasmExpressionStack:
2609
- return expression();
2610
- case Module:
2611
- return module2();
2612
- case Eval:
2613
- return evalScope();
2614
- case Script:
2615
- return script();
2616
- case With:
2617
- return withScope();
2618
- case Catch:
2619
- return catchScope();
2620
- default:
2621
- return element.type;
2830
+ const getCollapsedScopeChain = (cache, scopeChain, element, index) => {
2831
+ const indent = element.indent;
2832
+ for (let i = index + 1; i < scopeChain.length; i++) {
2833
+ if (scopeChain[i].indent <= indent) {
2834
+ const newItems = scopeChain.slice(index + 1, i);
2835
+ const newCache = {
2836
+ ...cache,
2837
+ [scopeChain[index].objectId]: newItems
2838
+ };
2839
+ return {
2840
+ newScopeChain: [...scopeChain.slice(0, index + 1), ...scopeChain.slice(i)],
2841
+ newCache
2842
+ };
2843
+ }
2622
2844
  }
2845
+ return {
2846
+ newScopeChain: scopeChain,
2847
+ newCache: cache
2848
+ };
2849
+ };
2850
+
2851
+ // TODO maybe store scope chain elements as tree
2852
+ // TODO when collapsing, store collapsed elements by parent id in cache
2853
+ // TODO when expanding, retrieve items from cache by parent id first
2854
+ // if they don't exist, query the actual items
2855
+
2856
+ const collapseScopeChain = (state, expandedIds, scopeChain, element, index) => {
2857
+ const {
2858
+ cache
2859
+ } = state;
2860
+ const newExpandedIds = removeElement(expandedIds, element.objectId);
2861
+ const {
2862
+ newScopeChain,
2863
+ newCache
2864
+ } = getCollapsedScopeChain(cache, scopeChain, element, index);
2865
+ const newState = {
2866
+ ...state,
2867
+ expandedIds: newExpandedIds,
2868
+ scopeChain: newScopeChain,
2869
+ scopeFocusedIndex: index,
2870
+ cache: newCache,
2871
+ focus: FocusDebugRow
2872
+ };
2873
+ return updateVisibleRows(newState);
2623
2874
  };
2624
2875
 
2625
2876
  const Boolean$1 = 'boolean';
@@ -2679,61 +2930,251 @@ const getDebugPropertyValueLabelObject = property => {
2679
2930
  if (property.subtype === 'array') {
2680
2931
  return getDebugPropertyValueLabelArray(property);
2681
2932
  }
2682
- if (property.preview) {
2683
- const inner = property.preview.properties.map(getInnerPreview).join(',');
2684
- if (property.preview.description !== 'Object') {
2685
- return `${property.preview.description} {${inner}}`;
2686
- }
2687
- return `{${inner}}`;
2933
+ if (property.preview) {
2934
+ const inner = property.preview.properties.map(getInnerPreview).join(',');
2935
+ if (property.preview.description !== 'Object') {
2936
+ return `${property.preview.description} {${inner}}`;
2937
+ }
2938
+ return `{${inner}}`;
2939
+ }
2940
+ return property.description;
2941
+ };
2942
+
2943
+ const getDebugPropertyValueLabelString$1 = property => {
2944
+ return `"${property.value}"`;
2945
+ };
2946
+
2947
+ const getDebugPropertyValueLabelString = property => {
2948
+ return 'undefined';
2949
+ };
2950
+
2951
+ const getDebugPropertyValueLabel = (property, maxDescriptionLength) => {
2952
+ if (!property) {
2953
+ return 'n/a';
2954
+ }
2955
+ switch (property.type) {
2956
+ case Number$1:
2957
+ case Symbol:
2958
+ case Function:
2959
+ return getDebugPropertyValueLabelCommon(property, maxDescriptionLength);
2960
+ case Object$1:
2961
+ return getDebugPropertyValueLabelObject(property);
2962
+ case Undefined:
2963
+ return getDebugPropertyValueLabelString();
2964
+ case String$1:
2965
+ return getDebugPropertyValueLabelString$1(property);
2966
+ case Boolean$1:
2967
+ return getDebugPropertyValueLabelBoolean(property);
2968
+ default:
2969
+ return `${JSON.stringify(property)}`;
2970
+ }
2971
+ };
2972
+
2973
+ const getDebugValueObjectId = child => {
2974
+ return child.object?.objectId || child.value?.objectId || '';
2975
+ };
2976
+
2977
+ const getDebugValueType = child => {
2978
+ if (!child) {
2979
+ return None;
2980
+ }
2981
+ if (child.value && child.value.type) {
2982
+ return child.value.type;
2983
+ }
2984
+ if (child.get) {
2985
+ return Getter;
2986
+ }
2987
+ return None;
2988
+ };
2989
+
2990
+ const getInnerChildScopeChain = async (cache, debugId, objectId, indent, maxDescriptionLength) => {
2991
+ if (cache[objectId]) {
2992
+ return cache[objectId];
2993
+ }
2994
+ const childScopes = await getProperties(debugId, objectId);
2995
+ const childScopeChain = [];
2996
+ for (const child of childScopes.result.result) {
2997
+ const valueLabel = getDebugPropertyValueLabel(child.value || child.get || {}, maxDescriptionLength);
2998
+ childScopeChain.push({
2999
+ type: Property,
3000
+ key: child.name,
3001
+ value: valueLabel,
3002
+ valueType: getDebugValueType(child),
3003
+ objectId: getDebugValueObjectId(child),
3004
+ indent: indent + 10,
3005
+ label: '',
3006
+ flags: None$4
3007
+ });
3008
+ }
3009
+ return childScopeChain;
3010
+ };
3011
+
3012
+ const getChildScopeChain = async (cache, index, debugId, scopeChain, maxDescriptionLength) => {
3013
+ const element = scopeChain[index];
3014
+ const objectId = element.objectId;
3015
+ const childScopeChain = await getInnerChildScopeChain(cache, debugId, objectId, element.indent, maxDescriptionLength);
3016
+ const newScopeChain = [...scopeChain.slice(0, index + 1), ...childScopeChain, ...scopeChain.slice(index + 1)];
3017
+ return newScopeChain;
3018
+ };
3019
+
3020
+ const expandScopeChain = async (state, expandedIds, scopeChain, element, index, debugId) => {
3021
+ const {
3022
+ cache,
3023
+ maxDescriptionLength
3024
+ } = state;
3025
+ const newScopeChain = await getChildScopeChain(cache, index, debugId, scopeChain, maxDescriptionLength);
3026
+ const objectId = scopeChain[index].objectId;
3027
+ const newExpandedIds = [...expandedIds, objectId];
3028
+ const newState = {
3029
+ ...state,
3030
+ scopeChain: newScopeChain,
3031
+ expandedIds: newExpandedIds,
3032
+ scopeFocusedIndex: index,
3033
+ focus: FocusDebugRow
3034
+ };
3035
+ return updateVisibleRows(newState);
3036
+ };
3037
+
3038
+ const LeftClick = 0;
3039
+
3040
+ const getElementIndex = (debugId, scopeChain, text) => {
3041
+ for (let i = 0; i < scopeChain.length; i++) {
3042
+ const element = scopeChain[i];
3043
+ if (element.key === text) {
3044
+ return i;
3045
+ }
3046
+ }
3047
+ return -1;
3048
+ };
3049
+
3050
+ // TODO pass index to function instead of text
3051
+ const handleClickScopeValue = async (state, text, button) => {
3052
+ // Return state unchanged if not left click
3053
+ if (button !== LeftClick) {
3054
+ return state;
3055
+ }
3056
+ const {
3057
+ scopeChain,
3058
+ debugId,
3059
+ expandedIds
3060
+ } = state;
3061
+ const index = getElementIndex(debugId, scopeChain, text);
3062
+ if (index === -1) {
3063
+ return state;
3064
+ }
3065
+ const element = scopeChain[index];
3066
+ if (expandedIds.includes(element.objectId)) {
3067
+ return collapseScopeChain(state, expandedIds, scopeChain, element, index);
3068
+ }
3069
+ return expandScopeChain(state, expandedIds, scopeChain, element, index, debugId);
3070
+ };
3071
+
3072
+ const handleArrowLeft = async state => {
3073
+ const {
3074
+ selectedIndex
3075
+ } = state;
3076
+ const rows = getRunAndDebugVisibleRows(state);
3077
+ const row = rows[selectedIndex];
3078
+ if (row && row.type === SectionHeading && row.expanded) {
3079
+ const clickHandler = getSectionClickHandler(row.key);
3080
+ return clickHandler(state);
3081
+ }
3082
+ if (row && row.type === Scope$4 && row.expanded) {
3083
+ return await handleClickScopeValue(state, row.key, LeftClick);
3084
+ }
3085
+ return state;
3086
+ };
3087
+
3088
+ const handleArrowRight = async state => {
3089
+ const {
3090
+ selectedIndex
3091
+ } = state;
3092
+ const rows = getRunAndDebugVisibleRows(state);
3093
+ const row = rows[selectedIndex];
3094
+ if (row && row.type === SectionHeading && !row.expanded) {
3095
+ const clickHandler = getSectionClickHandler(row.key);
3096
+ return clickHandler(state);
3097
+ }
3098
+ if (row && row.type === Scope$4 && !row.expanded) {
3099
+ return await handleClickScopeValue(state, row.key, LeftClick);
2688
3100
  }
2689
- return property.description;
3101
+ return state;
2690
3102
  };
2691
3103
 
2692
- const getDebugPropertyValueLabelString$1 = property => {
2693
- return `"${property.value}"`;
3104
+ const createScriptMap = scripts => {
3105
+ const parsedScripts = Object.create(null);
3106
+ for (const script of scripts) {
3107
+ parsedScripts[script.scriptId] = script;
3108
+ }
3109
+ return parsedScripts;
2694
3110
  };
2695
3111
 
2696
- const getDebugPropertyValueLabelString = property => {
2697
- return 'undefined';
3112
+ const getCallStack = callFrames => {
3113
+ array(callFrames);
3114
+ const callStack = [];
3115
+ for (const callFrame of callFrames) {
3116
+ callStack.push({
3117
+ functionName: callFrame.functionName || '(anonymous)',
3118
+ functionLocation: callFrame.functionLocation,
3119
+ location: callFrame.location
3120
+ });
3121
+ }
3122
+ return callStack;
2698
3123
  };
2699
3124
 
2700
- const getDebugPropertyValueLabel = (property, maxDescriptionLength) => {
2701
- if (!property) {
2702
- return 'n/a';
2703
- }
2704
- switch (property.type) {
2705
- case Number$1:
2706
- case Symbol:
2707
- case Function:
2708
- return getDebugPropertyValueLabelCommon(property, maxDescriptionLength);
2709
- case Object$1:
2710
- return getDebugPropertyValueLabelObject(property);
2711
- case Undefined:
2712
- return getDebugPropertyValueLabelString();
2713
- case String$1:
2714
- return getDebugPropertyValueLabelString$1(property);
2715
- case Boolean$1:
2716
- return getDebugPropertyValueLabelBoolean(property);
3125
+ const getDebugPausedMessage = reason => {
3126
+ switch (reason) {
3127
+ case Other:
3128
+ return debuggerPaused();
3129
+ case Exception:
3130
+ return debuggerPausedOnException();
2717
3131
  default:
2718
- return `${JSON.stringify(property)}`;
3132
+ return `Debugger paused (${reason})`;
2719
3133
  }
2720
3134
  };
2721
3135
 
2722
- const getDebugValueObjectId = child => {
2723
- return child.object?.objectId || child.value?.objectId || '';
2724
- };
3136
+ const NewLine = '\n';
3137
+ const Space = ' ';
2725
3138
 
2726
- const getDebugValueType = child => {
2727
- if (!child) {
2728
- return None;
2729
- }
2730
- if (child.value && child.value.type) {
2731
- return child.value.type;
2732
- }
2733
- if (child.get) {
2734
- return Getter;
3139
+ const Local = 'local';
3140
+ const Closure = 'closure';
3141
+ const Global = 'global';
3142
+ const Catch = 'catch';
3143
+ const Eval = 'eval';
3144
+ const Block = 'block';
3145
+ const Script = 'script';
3146
+ const With = 'with';
3147
+ const Module = 'module';
3148
+ const WasmExpressionStack = 'wasm-expression-stack';
3149
+
3150
+ const getScopeLabel = element => {
3151
+ switch (element.type) {
3152
+ case Local:
3153
+ return local();
3154
+ case Closure:
3155
+ if (element.name) {
3156
+ return namedClosure(element.name);
3157
+ }
3158
+ return closure();
3159
+ case Global:
3160
+ return global();
3161
+ case Block:
3162
+ return block();
3163
+ case WasmExpressionStack:
3164
+ return expression();
3165
+ case Module:
3166
+ return module2();
3167
+ case Eval:
3168
+ return evalScope();
3169
+ case Script:
3170
+ return script();
3171
+ case With:
3172
+ return withScope();
3173
+ case Catch:
3174
+ return catchScope();
3175
+ default:
3176
+ return element.type;
2735
3177
  }
2736
- return None;
2737
3178
  };
2738
3179
 
2739
3180
  const getDescriptionValueLabel = params => {
@@ -2757,10 +3198,10 @@ const getScopeChain = (params, thisObject, scopeChain, knownProperties, descript
2757
3198
  });
2758
3199
  // if(params.reason)
2759
3200
  if (scope.type === Local) {
2760
- if (params.reason === Exception$2) {
3201
+ if (params.reason === Exception) {
2761
3202
  const value = getDescriptionValueLabel(params);
2762
3203
  elements.push({
2763
- type: Exception,
3204
+ type: Exception$1,
2764
3205
  key: 'Exception',
2765
3206
  value,
2766
3207
  valueType: '',
@@ -2873,7 +3314,7 @@ const handleResumed = state => {
2873
3314
  scopeChain: [],
2874
3315
  callStack: [],
2875
3316
  pausedMessage: '',
2876
- pausedReason: None$5,
3317
+ pausedReason: None$3,
2877
3318
  callFrameId: ''
2878
3319
  };
2879
3320
  return updateVisibleRows(newState);
@@ -2936,216 +3377,88 @@ const handleClickCallstackItem = async (state, dataIndex) => {
2936
3377
  const index = parseIndex(dataIndex);
2937
3378
  const {
2938
3379
  callStack,
2939
- parsedScripts,
2940
- id
2941
- } = state;
2942
- const item = callStack[index];
2943
- if (!item) {
2944
- return state;
2945
- }
2946
- const {
2947
- uri,
2948
- languageId,
2949
- rowIndex,
2950
- columnIndex
2951
- } = getOpenInfo(id, parsedScripts, item);
2952
- await openUri(uri, languageId, rowIndex, columnIndex);
2953
- return state;
2954
- };
2955
-
2956
- const setPauseOnExceptions = async (state, value) => {
2957
- const {
2958
- debugId,
2959
- exceptionBreakPoints
2960
- } = state;
2961
- if (exceptionBreakPoints === value) {
2962
- return state;
2963
- }
2964
- await setPauseOnExceptions$1(debugId, value);
2965
- return {
2966
- ...state,
2967
- exceptionBreakPoints: value
2968
- };
2969
- };
2970
-
2971
- const handleClickPauseOnExceptions = async state => {
2972
- const {
2973
- exceptionBreakPoints
2974
- } = state;
2975
- switch (exceptionBreakPoints) {
2976
- case None$4:
2977
- return setPauseOnExceptions(state, All);
2978
- case Uncaught:
2979
- return setPauseOnExceptions(state, All);
2980
- case All:
2981
- return setPauseOnExceptions(state, None$4);
2982
- default:
2983
- return state;
2984
- }
2985
- };
2986
-
2987
- const getNewExceptionState = exceptionState => {
2988
- switch (exceptionState) {
2989
- case None$4:
2990
- return Uncaught;
2991
- case Uncaught:
2992
- return None$4;
2993
- case All:
2994
- return None$4;
2995
- default:
2996
- return exceptionState;
2997
- }
2998
- };
2999
- const handleClickPauseOnUncaughtExceptions = async state => {
3000
- const {
3001
- exceptionBreakPoints
3002
- } = state;
3003
- const newExceptionState = getNewExceptionState(exceptionBreakPoints);
3004
- return setPauseOnExceptions(state, newExceptionState);
3005
- };
3006
-
3007
- const getCheckBoxClickHandler = name => {
3008
- switch (name) {
3009
- case PauseOnExceptions:
3010
- return handleClickPauseOnExceptions;
3011
- case PauseOnUncaughtExceptions:
3012
- return handleClickPauseOnUncaughtExceptions;
3013
- default:
3014
- throw new Error('unknown input name');
3015
- }
3016
- };
3017
-
3018
- const handleClickCheckBox = (state, name) => {
3019
- const fn = getCheckBoxClickHandler(name);
3020
- return fn(state);
3021
- };
3022
-
3023
- const removeElement = (array, element) => {
3024
- const index = array.indexOf(element);
3025
- if (index === -1) {
3026
- return array;
3027
- }
3028
- return [...array.slice(0, index), ...array.slice(index + 1)];
3029
- };
3030
-
3031
- const getCollapsedScopeChain = (cache, scopeChain, element, index) => {
3032
- const indent = element.indent;
3033
- for (let i = index + 1; i < scopeChain.length; i++) {
3034
- if (scopeChain[i].indent <= indent) {
3035
- const newItems = scopeChain.slice(index + 1, i);
3036
- const newCache = {
3037
- ...cache,
3038
- [scopeChain[index].objectId]: newItems
3039
- };
3040
- return {
3041
- newScopeChain: [...scopeChain.slice(0, index + 1), ...scopeChain.slice(i)],
3042
- newCache
3043
- };
3044
- }
3045
- }
3046
- return {
3047
- newScopeChain: scopeChain,
3048
- newCache: cache
3049
- };
3050
- };
3051
-
3052
- // TODO maybe store scope chain elements as tree
3053
- // TODO when collapsing, store collapsed elements by parent id in cache
3054
- // TODO when expanding, retrieve items from cache by parent id first
3055
- // if they don't exist, query the actual items
3056
-
3057
- const collapseScopeChain = (state, expandedIds, scopeChain, element, index) => {
3058
- const {
3059
- cache
3060
- } = state;
3061
- const newExpandedIds = removeElement(expandedIds, element.objectId);
3062
- const {
3063
- newScopeChain,
3064
- newCache
3065
- } = getCollapsedScopeChain(cache, scopeChain, element, index);
3066
- const newState = {
3067
- ...state,
3068
- expandedIds: newExpandedIds,
3069
- scopeChain: newScopeChain,
3070
- scopeFocusedIndex: index,
3071
- cache: newCache,
3072
- focus: FocusDebugRow
3073
- };
3074
- return updateVisibleRows(newState);
3075
- };
3076
-
3077
- const getInnerChildScopeChain = async (cache, debugId, objectId, indent, maxDescriptionLength) => {
3078
- if (cache[objectId]) {
3079
- return cache[objectId];
3080
- }
3081
- const childScopes = await getProperties(debugId, objectId);
3082
- const childScopeChain = [];
3083
- for (const child of childScopes.result.result) {
3084
- const valueLabel = getDebugPropertyValueLabel(child.value || child.get || {}, maxDescriptionLength);
3085
- childScopeChain.push({
3086
- type: Property,
3087
- key: child.name,
3088
- value: valueLabel,
3089
- valueType: getDebugValueType(child),
3090
- objectId: getDebugValueObjectId(child),
3091
- indent: indent + 10
3092
- });
3380
+ parsedScripts,
3381
+ id
3382
+ } = state;
3383
+ const item = callStack[index];
3384
+ if (!item) {
3385
+ return state;
3093
3386
  }
3094
- return childScopeChain;
3095
- };
3096
-
3097
- const getChildScopeChain = async (cache, index, debugId, scopeChain, maxDescriptionLength) => {
3098
- const element = scopeChain[index];
3099
- const objectId = element.objectId;
3100
- const childScopeChain = await getInnerChildScopeChain(cache, debugId, objectId, element.indent, maxDescriptionLength);
3101
- const newScopeChain = [...scopeChain.slice(0, index + 1), ...childScopeChain, ...scopeChain.slice(index + 1)];
3102
- return newScopeChain;
3387
+ const {
3388
+ uri,
3389
+ languageId,
3390
+ rowIndex,
3391
+ columnIndex
3392
+ } = getOpenInfo(id, parsedScripts, item);
3393
+ await openUri(uri, languageId, rowIndex, columnIndex);
3394
+ return state;
3103
3395
  };
3104
3396
 
3105
- const expandScopeChain = async (state, expandedIds, scopeChain, element, index, debugId) => {
3397
+ const setPauseOnExceptions = async (state, value) => {
3106
3398
  const {
3107
- cache,
3108
- maxDescriptionLength
3399
+ debugId,
3400
+ exceptionBreakPoints
3109
3401
  } = state;
3110
- const newScopeChain = await getChildScopeChain(cache, index, debugId, scopeChain, maxDescriptionLength);
3111
- const objectId = scopeChain[index].objectId;
3112
- const newExpandedIds = [...expandedIds, objectId];
3113
- const newState = {
3402
+ if (exceptionBreakPoints === value) {
3403
+ return state;
3404
+ }
3405
+ await setPauseOnExceptions$1(debugId, value);
3406
+ return {
3114
3407
  ...state,
3115
- scopeChain: newScopeChain,
3116
- expandedIds: newExpandedIds,
3117
- scopeFocusedIndex: index,
3118
- focus: FocusDebugRow
3408
+ exceptionBreakPoints: value
3119
3409
  };
3120
- return updateVisibleRows(newState);
3121
3410
  };
3122
3411
 
3123
- const getElementIndex = (debugId, scopeChain, text) => {
3124
- for (let i = 0; i < scopeChain.length; i++) {
3125
- const element = scopeChain[i];
3126
- if (element.key === text) {
3127
- return i;
3128
- }
3412
+ const handleClickPauseOnExceptions = async state => {
3413
+ const {
3414
+ exceptionBreakPoints
3415
+ } = state;
3416
+ switch (exceptionBreakPoints) {
3417
+ case None$5:
3418
+ return setPauseOnExceptions(state, All);
3419
+ case Uncaught:
3420
+ return setPauseOnExceptions(state, All);
3421
+ case All:
3422
+ return setPauseOnExceptions(state, None$5);
3423
+ default:
3424
+ return state;
3129
3425
  }
3130
- return -1;
3131
3426
  };
3132
3427
 
3133
- // TODO pass index to function instead of text
3134
- const handleClickScopeValue = async (state, text) => {
3428
+ const getNewExceptionState = exceptionState => {
3429
+ switch (exceptionState) {
3430
+ case None$5:
3431
+ return Uncaught;
3432
+ case Uncaught:
3433
+ return None$5;
3434
+ case All:
3435
+ return None$5;
3436
+ default:
3437
+ return exceptionState;
3438
+ }
3439
+ };
3440
+ const handleClickPauseOnUncaughtExceptions = async state => {
3135
3441
  const {
3136
- scopeChain,
3137
- debugId,
3138
- expandedIds
3442
+ exceptionBreakPoints
3139
3443
  } = state;
3140
- const index = getElementIndex(debugId, scopeChain, text);
3141
- if (index === -1) {
3142
- return state;
3143
- }
3144
- const element = scopeChain[index];
3145
- if (expandedIds.includes(element.objectId)) {
3146
- return collapseScopeChain(state, expandedIds, scopeChain, element, index);
3444
+ const newExceptionState = getNewExceptionState(exceptionBreakPoints);
3445
+ return setPauseOnExceptions(state, newExceptionState);
3446
+ };
3447
+
3448
+ const getCheckBoxClickHandler = name => {
3449
+ switch (name) {
3450
+ case PauseOnExceptions:
3451
+ return handleClickPauseOnExceptions;
3452
+ case PauseOnUncaughtExceptions:
3453
+ return handleClickPauseOnUncaughtExceptions;
3454
+ default:
3455
+ throw new Error('unknown input name');
3147
3456
  }
3148
- return expandScopeChain(state, expandedIds, scopeChain, element, index, debugId);
3457
+ };
3458
+
3459
+ const handleClickCheckBox = (state, name) => {
3460
+ const fn = getCheckBoxClickHandler(name);
3461
+ return fn(state);
3149
3462
  };
3150
3463
 
3151
3464
  /**
@@ -3217,6 +3530,7 @@ const handleEvaluate = async state => {
3217
3530
  debugId
3218
3531
  } = state;
3219
3532
  const result = await evaluate(debugId, debugInputValue, callFrameId);
3533
+ // @ts-ignore
3220
3534
  const actualResult = result.result.result.value;
3221
3535
  return {
3222
3536
  ...state,
@@ -3297,7 +3611,7 @@ const handleClickSectionAction = async (state, actionId) => {
3297
3611
  return state;
3298
3612
  }
3299
3613
  if (actionId === AddWatchExpression) {
3300
- return addWatchExpression$1(state, '');
3614
+ return addWatchExpression(state, '');
3301
3615
  }
3302
3616
  if (actionId === RefreshWatchExpressions) {
3303
3617
  return refreshWatchExpression(state);
@@ -3305,8 +3619,6 @@ const handleClickSectionAction = async (state, actionId) => {
3305
3619
  return state;
3306
3620
  };
3307
3621
 
3308
- const LeftClick = 0;
3309
-
3310
3622
  const handleClickSectionHeading = async (state, id, button) => {
3311
3623
  if (button !== LeftClick) {
3312
3624
  return state;
@@ -3328,15 +3640,16 @@ const editWatchExpression = (state, index) => {
3328
3640
  isEditing: true
3329
3641
  };
3330
3642
  const newWatchExpressions = watchExpressions.toSpliced(index, 1, newItem);
3331
- return {
3643
+ const newState = {
3332
3644
  ...state,
3333
3645
  watchExpressions: newWatchExpressions,
3334
3646
  focus: FocusDebugWatchInput,
3335
- inputSource: Script$2,
3647
+ inputSource: Script$1,
3336
3648
  editingValue: item.expression,
3337
3649
  editingselectionstart: 0,
3338
3650
  editingselectionend: item.expression.length
3339
3651
  };
3652
+ return updateVisibleRows(newState);
3340
3653
  };
3341
3654
 
3342
3655
  const handleClickWatchExpression = async (state, dataIndex, defaultPrevented) => {
@@ -3349,13 +3662,63 @@ const handleClickWatchExpression = async (state, dataIndex, defaultPrevented) =>
3349
3662
 
3350
3663
  const handleClickWatchExpressionDelete = async (state, dataIndex) => {
3351
3664
  const index = parseIndex(dataIndex);
3352
- return deleteWatchExpression$1(state, index);
3665
+ return deleteWatchExpression(state, index);
3353
3666
  };
3354
3667
 
3355
3668
  const handleWatchExpressionDoubleClick = async (state, dataIndex) => {
3356
3669
  return state;
3357
3670
  };
3358
3671
 
3672
+ const copyTextToClipboard = async text => {
3673
+ // TODO: Implement clipboard functionality
3674
+ };
3675
+
3676
+ const copyWatchExpression = async (state, index) => {
3677
+ const {
3678
+ watchExpressions
3679
+ } = state;
3680
+ if (index < 0 || index >= watchExpressions.length) {
3681
+ return;
3682
+ }
3683
+ const watchExpression = watchExpressions[index];
3684
+ if (watchExpression) {
3685
+ await copyTextToClipboard();
3686
+ }
3687
+ };
3688
+
3689
+ const handleCopy = async state => {
3690
+ const {
3691
+ selectedIndex,
3692
+ visibleRows
3693
+ } = state;
3694
+ if (selectedIndex < 0 || selectedIndex >= visibleRows.length) {
3695
+ return state;
3696
+ }
3697
+ const currentRow = visibleRows[selectedIndex];
3698
+ if (currentRow.type !== WatchExpression || currentRow.index === undefined) {
3699
+ return state;
3700
+ }
3701
+ const watchIndex = currentRow.index;
3702
+ await copyWatchExpression(state, watchIndex);
3703
+ return state;
3704
+ };
3705
+
3706
+ const handleDelete = async state => {
3707
+ const {
3708
+ selectedIndex,
3709
+ visibleRows
3710
+ } = state;
3711
+ if (selectedIndex < 0 || selectedIndex >= visibleRows.length) {
3712
+ return state;
3713
+ }
3714
+ const currentRow = visibleRows[selectedIndex];
3715
+ if (currentRow.type !== WatchExpression || currentRow.index === undefined) {
3716
+ return state;
3717
+ }
3718
+ const watchIndex = currentRow.index;
3719
+ return deleteWatchExpression(state, watchIndex);
3720
+ };
3721
+
3359
3722
  const handleEnter = async state => {
3360
3723
  return state;
3361
3724
  };
@@ -3385,6 +3748,34 @@ const handleInputFieldChange = (state, name, value) => {
3385
3748
  return state;
3386
3749
  };
3387
3750
 
3751
+ const handleNew = async state => {
3752
+ const {
3753
+ selectedIndex,
3754
+ visibleRows
3755
+ } = state;
3756
+ const row = visibleRows[selectedIndex];
3757
+ if (row && (row.type === WatchExpression || row.type === WatchMessage)) {
3758
+ return addWatchExpression(state, '');
3759
+ }
3760
+ return state;
3761
+ };
3762
+
3763
+ const handleRename = async state => {
3764
+ const {
3765
+ selectedIndex
3766
+ } = state;
3767
+ const rows = getRunAndDebugVisibleRows(state);
3768
+ const row = rows[selectedIndex];
3769
+ if (row && row.type === WatchExpression && row.index !== undefined) {
3770
+ const watchIndex = row.index;
3771
+ const watchExpression = state.watchExpressions[watchIndex];
3772
+ if (watchExpression && !watchExpression.isEditing) {
3773
+ return editWatchExpression(state, watchIndex);
3774
+ }
3775
+ }
3776
+ return state;
3777
+ };
3778
+
3388
3779
  const handleScriptParsed = (state, parsedScript) => {
3389
3780
  const {
3390
3781
  parsedScripts
@@ -3437,25 +3828,23 @@ const handleWatchExpressionContextMenu = async (state, x, y, dataIndex) => {
3437
3828
  return state;
3438
3829
  };
3439
3830
 
3440
- const hideCallStack = state => {
3831
+ const hideSection = (state, visibilityKey) => {
3441
3832
  return {
3442
3833
  ...state,
3443
- callStackVisible: false
3834
+ [visibilityKey]: false
3444
3835
  };
3445
3836
  };
3446
3837
 
3838
+ const hideCallStack = state => {
3839
+ return hideSection(state, 'callStackVisible');
3840
+ };
3841
+
3447
3842
  const hideScope = state => {
3448
- return {
3449
- ...state,
3450
- scopeVisible: false
3451
- };
3843
+ return hideSection(state, 'scopeVisible');
3452
3844
  };
3453
3845
 
3454
3846
  const hideWatch = state => {
3455
- return {
3456
- ...state,
3457
- watchVisible: false
3458
- };
3847
+ return hideSection(state, 'watchVisible');
3459
3848
  };
3460
3849
 
3461
3850
  const getPortTuple = () => {
@@ -3616,6 +4005,9 @@ const restoreState = savedState => {
3616
4005
  };
3617
4006
 
3618
4007
  const loadContent = async (state, isTest, savedState) => {
4008
+ if (isTest) {
4009
+ savedState = {};
4010
+ }
3619
4011
  const {
3620
4012
  watchExpressions,
3621
4013
  watchExpanded,
@@ -3745,71 +4137,6 @@ const ToolBar = 'toolbar';
3745
4137
  const Tree = 'tree';
3746
4138
  const TreeItem = 'treeitem';
3747
4139
 
3748
- const mergeClassNames = (...classNames) => {
3749
- return classNames.filter(Boolean).join(' ');
3750
- };
3751
- const Text$1 = 12;
3752
- const text = data => {
3753
- return {
3754
- type: Text$1,
3755
- text: data,
3756
- childCount: 0
3757
- };
3758
- };
3759
- const CallStackArrow$1 = 'CallStackArrow';
3760
- const CallStackDescription$1 = 'CallStackDescription';
3761
- const CallStackLabel$1 = 'CallStackLabel';
3762
- const Chevron$1 = 'Chevron';
3763
- const DebugButton$1 = 'DebugButton';
3764
- const DebugButtons$1 = 'DebugButtons';
3765
- const DebugRow$1 = 'DebugRow';
3766
- const DebugRowInputField$1 = 'DebugRowInputField';
3767
- const DebugSectionAction$1 = 'DebugSectionAction';
3768
- const DebugSectionActions$1 = 'DebugSectionActions';
3769
- const DebugSectionHeader$1 = 'DebugSectionHeader';
3770
- const DebugValue$1 = 'DebugValue';
3771
- const DebugValueBoolean$1 = 'DebugValueBoolean';
3772
- const DebugValueFunction$1 = 'DebugValueFunction';
3773
- const DebugValueGetter$1 = 'DebugValueGetter';
3774
- const DebugValueNumber$1 = 'DebugValueNumber';
3775
- const DebugValueObject$1 = 'DebugValueObject';
3776
- const DebugValueScopeName$1 = 'DebugValueScopeName';
3777
- const DebugValueString$1 = 'DebugValueString';
3778
- const DebugValueSymbol$1 = 'DebugValueSymbol';
3779
- const DebugValueUndefined$1 = 'DebugValueUndefined';
3780
- const DeleteWatchExpression$1 = 'DeleteWatchExpression';
3781
- const IconButton$1 = 'IconButton';
3782
- const InputBox$1 = 'InputBox';
3783
- const InputLabel$1 = 'InputLabel';
3784
- const ClassNames = {
3785
- __proto__: null,
3786
- CallStackArrow: CallStackArrow$1,
3787
- CallStackDescription: CallStackDescription$1,
3788
- CallStackLabel: CallStackLabel$1,
3789
- Chevron: Chevron$1,
3790
- DebugButton: DebugButton$1,
3791
- DebugButtons: DebugButtons$1,
3792
- DebugRow: DebugRow$1,
3793
- DebugRowInputField: DebugRowInputField$1,
3794
- DebugSectionAction: DebugSectionAction$1,
3795
- DebugSectionActions: DebugSectionActions$1,
3796
- DebugSectionHeader: DebugSectionHeader$1,
3797
- DebugValue: DebugValue$1,
3798
- DebugValueBoolean: DebugValueBoolean$1,
3799
- DebugValueFunction: DebugValueFunction$1,
3800
- DebugValueGetter: DebugValueGetter$1,
3801
- DebugValueNumber: DebugValueNumber$1,
3802
- DebugValueObject: DebugValueObject$1,
3803
- DebugValueScopeName: DebugValueScopeName$1,
3804
- DebugValueString: DebugValueString$1,
3805
- DebugValueSymbol: DebugValueSymbol$1,
3806
- DebugValueUndefined: DebugValueUndefined$1,
3807
- DeleteWatchExpression: DeleteWatchExpression$1,
3808
- IconButton: IconButton$1,
3809
- InputBox: InputBox$1,
3810
- InputLabel: InputLabel$1
3811
- };
3812
-
3813
4140
  const {
3814
4141
  CallStackArrow,
3815
4142
  CallStackDescription,
@@ -4044,16 +4371,32 @@ const getDebugValueClassName = valueType => {
4044
4371
 
4045
4372
  const separator = text(': ');
4046
4373
 
4047
- const renderValue = (row, selectedIndex, rowIndex) => {
4374
+ const renderValue = (row, selectedIndex, rowIndex, tokenColoringEnabled) => {
4048
4375
  const {
4049
4376
  indent,
4050
4377
  key,
4051
4378
  value,
4052
4379
  valueType,
4053
- expanded
4380
+ expanded,
4381
+ tokens
4054
4382
  } = row;
4055
4383
  const isSelected = rowIndex === selectedIndex;
4056
4384
  const className = getDebugRowClassName(DebugRow, isSelected);
4385
+ const hasTokens = tokenColoringEnabled && tokens && tokens.length > 0;
4386
+ let valueChildren;
4387
+ if (hasTokens) {
4388
+ valueChildren = [];
4389
+ for (let i = 0; i < tokens.length; i += 2) {
4390
+ valueChildren.push({
4391
+ type: Span,
4392
+ className: `DebugToken DebugToken${tokens[i + 1]}`,
4393
+ childCount: 1,
4394
+ children: [text(tokens[i])]
4395
+ });
4396
+ }
4397
+ } else {
4398
+ valueChildren = [text(value)];
4399
+ }
4057
4400
  return [{
4058
4401
  type: Div,
4059
4402
  className: className,
@@ -4070,8 +4413,8 @@ const renderValue = (row, selectedIndex, rowIndex) => {
4070
4413
  }, text(key), separator, {
4071
4414
  type: Span,
4072
4415
  className: mergeClassNames(DebugValue, getDebugValueClassName(valueType)),
4073
- childCount: 1
4074
- }, text(value)];
4416
+ childCount: hasTokens ? valueChildren.length / 2 : 1
4417
+ }, ...valueChildren];
4075
4418
  };
4076
4419
 
4077
4420
  const renderInputField = (row, selectedIndex, rowIndex) => {
@@ -4106,7 +4449,8 @@ const renderInputField = (row, selectedIndex, rowIndex) => {
4106
4449
  const renderScope = (row, selectedIndex, rowIndex) => {
4107
4450
  const {
4108
4451
  key,
4109
- expanded
4452
+ expanded,
4453
+ index
4110
4454
  } = row;
4111
4455
  const isSelected = rowIndex === selectedIndex;
4112
4456
  const className = getDebugRowClassName(DebugRow, isSelected);
@@ -4118,7 +4462,8 @@ const renderScope = (row, selectedIndex, rowIndex) => {
4118
4462
  ariaLevel: 2,
4119
4463
  childCount: 2,
4120
4464
  onPointerDown: HandleClickScopeValue,
4121
- 'data-name': key
4465
+ 'data-name': key,
4466
+ 'data-index': index
4122
4467
  }, expanded ? getChevronDownVirtualDom() : getChevronRightVirtualDom(), {
4123
4468
  type: Span,
4124
4469
  className: mergeClassNames(DebugValue, DebugValueScopeName),
@@ -4153,7 +4498,7 @@ const renderWatchExpression = (row, selectedIndex, rowIndex) => {
4153
4498
  childCount: 1
4154
4499
  }, text(value), {
4155
4500
  type: Button,
4156
- title: deleteWatchExpression(),
4501
+ title: deleteWatchExpression$1(),
4157
4502
  className: mergeClassNames(IconButton, DebugSectionAction, DeleteWatchExpression),
4158
4503
  'data-index': index,
4159
4504
  onClick: HandleClickWatchExpressionDelete,
@@ -4199,13 +4544,13 @@ const getRowRenderer = type => {
4199
4544
  return renderMessage;
4200
4545
  case SectionHeading:
4201
4546
  return renderSectionHeading;
4202
- case CallStack$2:
4547
+ case CallStack$3:
4203
4548
  return renderCallStack;
4204
- case Scope$3:
4549
+ case Scope$4:
4205
4550
  return renderScope;
4206
4551
  case Value:
4207
4552
  case Property$1:
4208
- case Exception$1:
4553
+ case Exception$2:
4209
4554
  return renderValue;
4210
4555
  case CheckBox$1:
4211
4556
  return renderCheckBox;
@@ -4220,25 +4565,26 @@ const getRowRenderer = type => {
4220
4565
  }
4221
4566
  };
4222
4567
 
4223
- const getRunAndDebugRowVirtualDom = (row, selectedIndex, rowIndex) => {
4568
+ const getRunAndDebugRowVirtualDom = (row, selectedIndex, rowIndex, tokenColoringEnabled) => {
4224
4569
  const renderer = getRowRenderer(row.type);
4225
- return renderer(row, selectedIndex, rowIndex);
4570
+ return renderer(row, selectedIndex, rowIndex, tokenColoringEnabled);
4226
4571
  };
4227
4572
 
4228
- const getRunAndDebugVirtualDom2 = (rows, selectedIndex) => {
4573
+ const getRunAndDebugVirtualDom2 = (rows, selectedIndex, tokenColoringEnabled) => {
4229
4574
  return [{
4230
4575
  type: Div,
4231
4576
  className: 'Viewlet RunAndDebug',
4232
4577
  tabIndex: 0,
4233
4578
  childCount: rows.length,
4234
4579
  role: Tree
4235
- }, ...rows.flatMap((row, index) => getRunAndDebugRowVirtualDom(row, selectedIndex, index))];
4580
+ }, ...rows.flatMap((row, index) => getRunAndDebugRowVirtualDom(row, selectedIndex, index, tokenColoringEnabled))];
4236
4581
  };
4237
4582
 
4238
4583
  const renderItems = (oldState, newState) => {
4239
4584
  const rows = newState.visibleRows;
4240
4585
  const selectedIndex = newState.selectedIndex;
4241
- const dom = getRunAndDebugVirtualDom2(rows, selectedIndex);
4586
+ const tokenColoringEnabled = newState.tokenColoringEnabled ?? true;
4587
+ const dom = getRunAndDebugVirtualDom2(rows, selectedIndex, tokenColoringEnabled);
4242
4588
  return ['Viewlet.setDom2', newState.id, dom];
4243
4589
  };
4244
4590
 
@@ -4464,7 +4810,7 @@ const renderEventListeners = () => {
4464
4810
  preventDefault: true
4465
4811
  }, {
4466
4812
  name: HandleClickScopeValue,
4467
- params: ['handleClickScopeValue', 'event.target.dataset.name']
4813
+ params: ['handleClickScopeValue', 'event.target.dataset.name', 'event.button']
4468
4814
  }, {
4469
4815
  name: HandleInputFieldChange,
4470
4816
  params: ['handleInputFieldChange', 'event.target.name', 'event.target.value']
@@ -4543,6 +4889,18 @@ const selectIndex = (state, index) => {
4543
4889
  };
4544
4890
  };
4545
4891
 
4892
+ const selectFirstIndex = state => {
4893
+ return selectIndex(state, 0);
4894
+ };
4895
+
4896
+ const selectLastIndex = state => {
4897
+ const {
4898
+ visibleRows
4899
+ } = state;
4900
+ const lastIndex = visibleRows.length - 1;
4901
+ return selectIndex(state, lastIndex);
4902
+ };
4903
+
4546
4904
  const selectNextRow = state => {
4547
4905
  return selectIndex(state, state.selectedIndex + 1);
4548
4906
  };
@@ -4583,11 +4941,11 @@ const commandMap = {
4583
4941
  'Debug.scriptParsed': scriptParsed,
4584
4942
  'Initialize.initialize': initialize,
4585
4943
  'RunAndDebug.acceptWatchExpressionEdit': wrapCommand(acceptWatchExpressionEdit),
4586
- 'RunAndDebug.addWatchExpression': wrapCommand(addWatchExpression$1),
4944
+ 'RunAndDebug.addWatchExpression': wrapCommand(addWatchExpression),
4587
4945
  'RunAndDebug.cancelWatchExpressionEdit': wrapCommand(cancelWatchExpressionEdit),
4588
4946
  'RunAndDebug.create': create,
4589
- 'RunAndDebug.deleteWatchExpression': deleteWatchExpression$1,
4590
- 'RunAndDebug.deleteAllWatchExpressions': deleteAllWatchExpressions$1,
4947
+ 'RunAndDebug.deleteWatchExpression': deleteWatchExpression,
4948
+ 'RunAndDebug.deleteAllWatchExpressions': deleteAllWatchExpressions,
4591
4949
  'RunAndDebug.diff2': diff2,
4592
4950
  'RunAndDebug.dispose': dispose,
4593
4951
  'RunAndDebug.focusNext': wrapCommand(focusNext),
@@ -4615,6 +4973,8 @@ const commandMap = {
4615
4973
  'RunAndDebug.handleClickSectionWatch': wrapCommand(handleClickSectionWatch),
4616
4974
  'RunAndDebug.handleClickWatchExpression': wrapCommand(handleClickWatchExpression),
4617
4975
  'RunAndDebug.handleClickWatchExpressionDelete': wrapCommand(handleClickWatchExpressionDelete),
4976
+ 'RunAndDebug.handleCopy': wrapCommand(handleCopy),
4977
+ 'RunAndDebug.handleNew': wrapCommand(handleNew),
4618
4978
  'RunAndDebug.handleDebugInput': wrapCommand(handleDebugInput),
4619
4979
  'RunAndDebug.handleEvaluate': wrapCommand(handleEvaluate),
4620
4980
  'RunAndDebug.handleInputBlur': wrapCommand(handleInputBlur),
@@ -4657,7 +5017,11 @@ const commandMap = {
4657
5017
  'RunAndDebug.showCallStack': wrapCommand(showCallStack),
4658
5018
  'RunAndDebug.hideCallStack': wrapCommand(hideCallStack),
4659
5019
  'RunAndDebug.handleEnter': wrapCommand(handleEnter),
4660
- 'RunAndDebug.handleSpace': wrapCommand(handleSpace)
5020
+ 'RunAndDebug.handleRename': wrapCommand(handleRename),
5021
+ 'RunAndDebug.handleDelete': wrapCommand(handleDelete),
5022
+ 'RunAndDebug.handleSpace': wrapCommand(handleSpace),
5023
+ 'RunAndDebug.selectFirstIndex': wrapCommand(selectFirstIndex),
5024
+ 'RunAndDebug.selectLastIndex': wrapCommand(selectLastIndex)
4661
5025
  };
4662
5026
 
4663
5027
  const listen = async () => {