@lvce-editor/static-server 0.55.4 → 0.55.6
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.
- package/dist/static-server.js +1861 -1860
- package/package.json +1 -1
- package/static/{a4ebc82 → b26b9e6}/css/App.css +83 -83
- package/static/b26b9e6/css/parts/BrowserScrollBar.css +4 -0
- package/static/{a4ebc82 → b26b9e6}/css/parts/ScrollToTop.css +2 -1
- package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletExtensionDetail.css +5 -0
- package/static/{a4ebc82 → b26b9e6}/manifest.json +2 -2
- package/static/{a4ebc82 → b26b9e6}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{a4ebc82 → b26b9e6}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +1084 -778
- package/static/{a4ebc82 → b26b9e6}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{a4ebc82 → b26b9e6}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{a4ebc82 → b26b9e6}/packages/renderer-worker/dist/rendererWorkerMain.js +35 -28
- package/static/index.html +4 -4
- /package/static/{a4ebc82 → b26b9e6}/config/colorTheme.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/config/defaultSettings.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/config/fileMap.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/config/webExtensions.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/Animation.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/DebugButtons.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/DebugValue.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/E2eTest.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/E2eTests.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/EditorHover.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/EditorMessage.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/FeatureContent.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/Features.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ImagePreview.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/InputBadge.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/Key.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/LegacyDialog.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/Markdown.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/Progress.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/Select.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/Table.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletAbout.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletDialog.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletMedia.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletOutput.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletPanel.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletPdf.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletProblems.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletReferences.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletSearch.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletStorage.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/default_file.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/default_folder.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/default_root_folder.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_access.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_access2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ada.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_agda.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ai.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_al.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_angular.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_apache.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_apex.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_apib.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_apl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_asp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_astro.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_atom.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ats.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_attw.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_audio.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_avif.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_avro.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_awk.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_aws.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_azure.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_babel.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bak.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bat.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bats.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_biml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_binary.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_biome.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_blade.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_blender.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bower.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_buf.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bun.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_c.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_c2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_c3.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cake.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_casc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cert.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cf.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_changie.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_chef.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_class.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_claude.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_compass.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_composer.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_conan.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_conda.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_config.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_craco.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_css.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_css2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_cython.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dal.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_db.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_debian.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_deno.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_diff.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_django.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_docker.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_docz.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_drone.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_drools.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dune.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_edge.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_eex.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_elm.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ember.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_eps.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_epub.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_erb.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_excel.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_expo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fla.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_flash.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_flow.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_font.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_funding.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_galen.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_git.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_git2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_glide.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_go.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_godot.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_grain.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_haml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_helix.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_helm.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_host.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_html.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_http.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_husky.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_hy.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_icl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_idris.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_image.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_imba.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_inc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_informix.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ini.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ink.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_io.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jake.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_janet.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jar.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_java.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jest.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_json.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_json2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_json5.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jss.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_juice.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_julia.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_just.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_k.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_karma.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_key.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_kite.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_knip.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_kos.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lark.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_latino.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_layout.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_less.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lex.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_liara.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_license.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lime.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_locale.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_log.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lua.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_luau.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_lync.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_map.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_marko.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_maven.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_maya.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_meson.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_metal.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_motif.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mson.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_next.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nim.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nix.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_noc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_node.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_node2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_npm.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nx.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_opam.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_org.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_package.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_paket.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_patch.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_perl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_php.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_php2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_php3.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pine.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pip.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pony.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_postman.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_preact.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_progress.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pug.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_python.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_q.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_qml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_r.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_racket.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rails.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rake.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_raku.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_raml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_razor.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_reason.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_red.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_registry.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rego.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_remark.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_replit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rest.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_retext.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_riot.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_robots.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rome.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ron.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rss.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rust.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sails.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_san.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sas.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sass.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_scala.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_script.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_scss.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_shell.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sino.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_slang.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_slice.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_slim.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_slint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sln.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_snort.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_source.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_spin.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sql.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sss.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sst.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_stan.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_stata.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_style.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_styled.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_svg.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_swc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_swift.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_swig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_teal.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_templ.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tera.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_test.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_testts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tex.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_text.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_textile.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tm.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_todo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_toit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_toml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tox.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_travis.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tree.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tres.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tt.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_twig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_unison.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vala.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vash.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vb.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vba.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vento.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_video.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_view.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vim.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vite.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_volt.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vue.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wally.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_windi.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_word.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_word2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_xib.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_xml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_xo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_yang.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_zig.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_zip.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_android.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_api.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_app.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_client.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_common.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_component.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_config.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_css.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_db.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_git.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_github.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_images.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_include.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_js.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_json.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_less.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_library.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_log.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_model.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_module.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_next.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_node.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_package.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_php.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_private.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_public.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_python.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_route.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_script.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_server.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_services.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_src.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_story.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_style.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_template.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_test.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_video.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_view.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_www.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/add.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/arrow-down.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/arrow-left.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/arrow-right.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/arrow-up.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/blank.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/book.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/case-sensitive.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/check.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/chevron-down.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/chevron-left.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/chevron-right.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/chevron-up.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/chrome-close.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/chrome-maximize.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/chrome-minimize.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/chrome-restore.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/circle-filled.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/clear-all.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/close.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/cloud.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/collapse-all.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-all.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-alt-2.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-alt-small.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-alt.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-console.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-continue-small.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-continue.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-coverage.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-disconnect.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-line-by-line.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-pause.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-rerun.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-restart-frame.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-restart.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-stackframe.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-start.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-step-back.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-step-into.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-step-out.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-step-over.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug-stop.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/debug.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/discard.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/edit.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/ellipsis.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/error.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/exclude.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/extensions.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/files.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/filter.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/go-to-file.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/icon-close.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/icon-source-control.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/icon-sync.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/icon.png +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/icon.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/info.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/language-icon.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/link-external.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/list-flat.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/list-tree.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/new-file.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/new-folder.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/newline.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/open-preview.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/play.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/preserve-case.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/progress.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/pwa-icon-192.png +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/pwa-icon-512.png +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/record-keys.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/refresh.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/regex.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/remove.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/replace-all.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/replace.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/run-all.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/search.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/settings-gear.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/sort-precedence.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/source-control.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/split-horizontal.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/squiggly-error.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/squiggly-warning.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-array.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-boolean.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-class.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-color.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-constant.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-enum-member.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-enum.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-event.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-field.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-file.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-interface.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-key.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-keyword.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-method.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-misc.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-namespace.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-numeric.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-operator.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-parameter.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-property.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-ruler.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-snippet.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-string.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-structure.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/symbol-variable.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/tag.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/terminal-bash.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/terminal.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/theme-icon.png +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/trash.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/triangle-down.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/triangle-left.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/triangle-right.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/triangle-up.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/warning.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/whole-word.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/zoom-in.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/icons/zoom-out.svg +0 -0
- /package/static/{a4ebc82 → b26b9e6}/js/babel-parser.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/js/blob-util.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/js/ky.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/js/lvce-editor-import-script.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/js/lvce-editor-ipc.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/js/lvce-editor-verror.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/js/p-min-delay.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/js/pretty-bytes.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/js/preview-injected.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/js/yoctodelay.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/lib-css/termterm.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/renderer-process/LICENSE +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/renderer-process/README.md +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/renderer-process/package.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.cpp +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.css +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.csv +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.dart +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.env +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.ex +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.html +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.java +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.jl +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.js +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.kt +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.pl +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.py +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/index.ts +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/scrolling.txt +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/languages/tsconfig.json +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/sample-folder/a.txt +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/sample-folder/b.txt +0 -0
- /package/static/{a4ebc82 → b26b9e6}/playground/sample-folder/c.txt +0 -0
|
@@ -411,9 +411,103 @@ const IpcChildWithModuleWorkerAndMessagePort$1 = {
|
|
|
411
411
|
listen: listen$6,
|
|
412
412
|
wrap: wrap$e
|
|
413
413
|
};
|
|
414
|
+
const addListener = (emitter, type, callback) => {
|
|
415
|
+
if ('addEventListener' in emitter) {
|
|
416
|
+
emitter.addEventListener(type, callback);
|
|
417
|
+
} else {
|
|
418
|
+
emitter.on(type, callback);
|
|
419
|
+
}
|
|
420
|
+
};
|
|
421
|
+
const removeListener = (emitter, type, callback) => {
|
|
422
|
+
if ('removeEventListener' in emitter) {
|
|
423
|
+
emitter.removeEventListener(type, callback);
|
|
424
|
+
} else {
|
|
425
|
+
emitter.off(type, callback);
|
|
426
|
+
}
|
|
427
|
+
};
|
|
428
|
+
const getFirstEvent = (eventEmitter, eventMap) => {
|
|
429
|
+
const {
|
|
430
|
+
resolve,
|
|
431
|
+
promise
|
|
432
|
+
} = Promise.withResolvers();
|
|
433
|
+
const listenerMap = Object.create(null);
|
|
434
|
+
const cleanup = value => {
|
|
435
|
+
for (const event of Object.keys(eventMap)) {
|
|
436
|
+
removeListener(eventEmitter, event, listenerMap[event]);
|
|
437
|
+
}
|
|
438
|
+
resolve(value);
|
|
439
|
+
};
|
|
440
|
+
for (const [event, type] of Object.entries(eventMap)) {
|
|
441
|
+
const listener = event => {
|
|
442
|
+
cleanup({
|
|
443
|
+
type,
|
|
444
|
+
event
|
|
445
|
+
});
|
|
446
|
+
};
|
|
447
|
+
addListener(eventEmitter, event, listener);
|
|
448
|
+
listenerMap[event] = listener;
|
|
449
|
+
}
|
|
450
|
+
return promise;
|
|
451
|
+
};
|
|
452
|
+
const Message$1 = 3;
|
|
453
|
+
const create$5$1 = async ({
|
|
454
|
+
messagePort,
|
|
455
|
+
isMessagePortOpen
|
|
456
|
+
}) => {
|
|
457
|
+
if (!isMessagePort(messagePort)) {
|
|
458
|
+
throw new IpcError('port must be of type MessagePort');
|
|
459
|
+
}
|
|
460
|
+
if (isMessagePortOpen) {
|
|
461
|
+
return messagePort;
|
|
462
|
+
}
|
|
463
|
+
const eventPromise = getFirstEvent(messagePort, {
|
|
464
|
+
message: Message$1
|
|
465
|
+
});
|
|
466
|
+
messagePort.start();
|
|
467
|
+
const {
|
|
468
|
+
type,
|
|
469
|
+
event
|
|
470
|
+
} = await eventPromise;
|
|
471
|
+
if (type !== Message$1) {
|
|
472
|
+
throw new IpcError('Failed to wait for ipc message');
|
|
473
|
+
}
|
|
474
|
+
if (event.data !== readyMessage) {
|
|
475
|
+
throw new IpcError('unexpected first message');
|
|
476
|
+
}
|
|
477
|
+
return messagePort;
|
|
478
|
+
};
|
|
479
|
+
const signal$1 = messagePort => {
|
|
480
|
+
messagePort.start();
|
|
481
|
+
};
|
|
482
|
+
class IpcParentWithMessagePort extends Ipc {
|
|
483
|
+
getData = getData$2;
|
|
484
|
+
send(message) {
|
|
485
|
+
this._rawIpc.postMessage(message);
|
|
486
|
+
}
|
|
487
|
+
sendAndTransfer(message) {
|
|
488
|
+
const transfer = getTransferrables(message);
|
|
489
|
+
this._rawIpc.postMessage(message, transfer);
|
|
490
|
+
}
|
|
491
|
+
dispose() {
|
|
492
|
+
this._rawIpc.close();
|
|
493
|
+
}
|
|
494
|
+
onMessage(callback) {
|
|
495
|
+
this._rawIpc.addEventListener('message', callback);
|
|
496
|
+
}
|
|
497
|
+
onClose(callback) {}
|
|
498
|
+
}
|
|
499
|
+
const wrap$5 = messagePort => {
|
|
500
|
+
return new IpcParentWithMessagePort(messagePort);
|
|
501
|
+
};
|
|
502
|
+
const IpcParentWithMessagePort$1 = {
|
|
503
|
+
__proto__: null,
|
|
504
|
+
create: create$5$1,
|
|
505
|
+
signal: signal$1,
|
|
506
|
+
wrap: wrap$5
|
|
507
|
+
};
|
|
414
508
|
|
|
415
509
|
const Two = '2.0';
|
|
416
|
-
const create$4 = (method, params) => {
|
|
510
|
+
const create$4$1 = (method, params) => {
|
|
417
511
|
return {
|
|
418
512
|
jsonrpc: Two,
|
|
419
513
|
method,
|
|
@@ -421,7 +515,7 @@ const create$4 = (method, params) => {
|
|
|
421
515
|
};
|
|
422
516
|
};
|
|
423
517
|
const callbacks = Object.create(null);
|
|
424
|
-
const set$
|
|
518
|
+
const set$4 = (id, fn) => {
|
|
425
519
|
callbacks[id] = fn;
|
|
426
520
|
};
|
|
427
521
|
const get$2 = id => {
|
|
@@ -440,7 +534,7 @@ const registerPromise = () => {
|
|
|
440
534
|
resolve,
|
|
441
535
|
promise
|
|
442
536
|
} = Promise.withResolvers();
|
|
443
|
-
set$
|
|
537
|
+
set$4(id, resolve);
|
|
444
538
|
return {
|
|
445
539
|
id,
|
|
446
540
|
promise
|
|
@@ -667,7 +761,7 @@ const getErrorResponse = (id, error, preparePrettyError, logError) => {
|
|
|
667
761
|
const errorProperty = getErrorProperty(error, prettyError);
|
|
668
762
|
return create$1$1(id, errorProperty);
|
|
669
763
|
};
|
|
670
|
-
const create$
|
|
764
|
+
const create$6 = (message, result) => {
|
|
671
765
|
return {
|
|
672
766
|
jsonrpc: Two,
|
|
673
767
|
id: message.id,
|
|
@@ -676,7 +770,7 @@ const create$5 = (message, result) => {
|
|
|
676
770
|
};
|
|
677
771
|
const getSuccessResponse = (message, result) => {
|
|
678
772
|
const resultProperty = result ?? null;
|
|
679
|
-
return create$
|
|
773
|
+
return create$6(message, resultProperty);
|
|
680
774
|
};
|
|
681
775
|
const getErrorResponseSimple = (id, error) => {
|
|
682
776
|
return {
|
|
@@ -781,7 +875,7 @@ const invokeHelper = async (ipc, method, params, useSendAndTransfer) => {
|
|
|
781
875
|
return unwrapJsonRpcResult(responseMessage);
|
|
782
876
|
};
|
|
783
877
|
const send = (transport, method, ...params) => {
|
|
784
|
-
const message = create$4(method, params);
|
|
878
|
+
const message = create$4$1(method, params);
|
|
785
879
|
transport.send(message);
|
|
786
880
|
};
|
|
787
881
|
const invoke = (ipc, method, ...params) => {
|
|
@@ -858,7 +952,41 @@ const listen$1 = async (module, options) => {
|
|
|
858
952
|
const ipc = module.wrap(rawIpc);
|
|
859
953
|
return ipc;
|
|
860
954
|
};
|
|
955
|
+
const create$5 = async ({
|
|
956
|
+
commandMap,
|
|
957
|
+
messagePort
|
|
958
|
+
}) => {
|
|
959
|
+
// TODO create a commandMap per rpc instance
|
|
960
|
+
register(commandMap);
|
|
961
|
+
const rawIpc = await IpcParentWithMessagePort$1.create({
|
|
962
|
+
messagePort,
|
|
963
|
+
isMessagePortOpen: true
|
|
964
|
+
});
|
|
965
|
+
const ipc = IpcParentWithMessagePort$1.wrap(rawIpc);
|
|
966
|
+
handleIpc(ipc);
|
|
967
|
+
const rpc = createRpc(ipc);
|
|
968
|
+
messagePort.start();
|
|
969
|
+
return rpc;
|
|
970
|
+
};
|
|
861
971
|
const create$3 = async ({
|
|
972
|
+
commandMap,
|
|
973
|
+
send
|
|
974
|
+
}) => {
|
|
975
|
+
const {
|
|
976
|
+
port1,
|
|
977
|
+
port2
|
|
978
|
+
} = new MessageChannel();
|
|
979
|
+
await send(port1);
|
|
980
|
+
return create$5({
|
|
981
|
+
commandMap,
|
|
982
|
+
messagePort: port2
|
|
983
|
+
});
|
|
984
|
+
};
|
|
985
|
+
const TransferMessagePortRpcParent = {
|
|
986
|
+
__proto__: null,
|
|
987
|
+
create: create$3
|
|
988
|
+
};
|
|
989
|
+
const create$4 = async ({
|
|
862
990
|
commandMap
|
|
863
991
|
}) => {
|
|
864
992
|
// TODO create a commandMap per rpc instance
|
|
@@ -870,7 +998,7 @@ const create$3 = async ({
|
|
|
870
998
|
};
|
|
871
999
|
const WebWorkerRpcClient = {
|
|
872
1000
|
__proto__: null,
|
|
873
|
-
create: create$
|
|
1001
|
+
create: create$4
|
|
874
1002
|
};
|
|
875
1003
|
|
|
876
1004
|
const create$2 = () => {
|
|
@@ -935,9 +1063,13 @@ const terminate = () => {
|
|
|
935
1063
|
globalThis.close();
|
|
936
1064
|
};
|
|
937
1065
|
|
|
1066
|
+
const copyImage = state => {
|
|
1067
|
+
return state;
|
|
1068
|
+
};
|
|
1069
|
+
|
|
938
1070
|
const {
|
|
939
1071
|
get: get$1,
|
|
940
|
-
set: set$
|
|
1072
|
+
set: set$2,
|
|
941
1073
|
dispose: dispose$1,
|
|
942
1074
|
wrapCommand
|
|
943
1075
|
} = create$2();
|
|
@@ -945,52 +1077,72 @@ const {
|
|
|
945
1077
|
const create$1 = (uid, uri, x, y, width, height, platform, assetDir) => {
|
|
946
1078
|
const state = {
|
|
947
1079
|
assetDir: assetDir || '',
|
|
1080
|
+
activationEvents: [],
|
|
948
1081
|
baseUrl: '',
|
|
949
1082
|
builtinExtensionsBadgeEnabled: true,
|
|
950
1083
|
categories: [],
|
|
951
1084
|
changelogVirtualDom: [],
|
|
1085
|
+
commands: [],
|
|
952
1086
|
description: '',
|
|
953
1087
|
detailsVirtualDom: [],
|
|
1088
|
+
displaySize: '',
|
|
954
1089
|
entries: [],
|
|
955
1090
|
extension: {},
|
|
1091
|
+
extensionId: '',
|
|
1092
|
+
extensionVersion: '',
|
|
956
1093
|
features: [],
|
|
957
1094
|
featuresVirtualDom: [],
|
|
958
1095
|
folderSize: 0,
|
|
1096
|
+
hasColorTheme: false,
|
|
959
1097
|
iconSrc: '',
|
|
1098
|
+
isBuiltin: false,
|
|
1099
|
+
jsonValidation: [],
|
|
960
1100
|
name: '',
|
|
961
1101
|
platform,
|
|
1102
|
+
programmingLanguages: [],
|
|
962
1103
|
readmeScrollTop: 0,
|
|
963
1104
|
resources: [],
|
|
964
|
-
sanitizedReadmeHtml: '',
|
|
965
1105
|
scrollToTopButtonEnabled: false,
|
|
966
1106
|
secondEntries: [],
|
|
967
1107
|
selectedFeature: '',
|
|
968
|
-
themesMarkdownDom: [],
|
|
969
1108
|
selectedTab: '',
|
|
1109
|
+
settings: [],
|
|
970
1110
|
settingsButtonEnabled: false,
|
|
971
1111
|
showAdditionalDetailsBreakpoint: 600,
|
|
972
1112
|
sizeOnDisk: 0,
|
|
1113
|
+
sizeValue: 0,
|
|
1114
|
+
themesMarkdownDom: [],
|
|
973
1115
|
uri,
|
|
974
|
-
|
|
1116
|
+
webViews: [],
|
|
1117
|
+
width,
|
|
1118
|
+
scrollSource: 0
|
|
975
1119
|
};
|
|
976
|
-
set$
|
|
1120
|
+
set$2(uid, state, state);
|
|
977
1121
|
};
|
|
978
1122
|
|
|
979
1123
|
const RenderFocus = 2;
|
|
980
1124
|
const RenderItems = 3;
|
|
1125
|
+
const RenderScrollTop = 4;
|
|
1126
|
+
|
|
1127
|
+
const diffType$2 = RenderFocus;
|
|
1128
|
+
const isEqual$2 = (oldState, newState) => {
|
|
1129
|
+
return oldState === newState;
|
|
1130
|
+
};
|
|
981
1131
|
|
|
982
|
-
const diffType$1 =
|
|
1132
|
+
const diffType$1 = RenderItems;
|
|
983
1133
|
const isEqual$1 = (oldState, newState) => {
|
|
984
1134
|
return oldState === newState;
|
|
985
1135
|
};
|
|
986
1136
|
|
|
987
|
-
const
|
|
1137
|
+
const User = 1;
|
|
1138
|
+
|
|
1139
|
+
const diffType = RenderScrollTop;
|
|
988
1140
|
const isEqual = (oldState, newState) => {
|
|
989
|
-
return oldState === newState;
|
|
1141
|
+
return newState.scrollSource === User || oldState.readmeScrollTop === newState.readmeScrollTop;
|
|
990
1142
|
};
|
|
991
1143
|
|
|
992
|
-
const modules = [isEqual, isEqual$
|
|
993
|
-
const numbers = [diffType, diffType$
|
|
1144
|
+
const modules = [isEqual$1, isEqual$2, isEqual];
|
|
1145
|
+
const numbers = [diffType$1, diffType$2, diffType];
|
|
994
1146
|
|
|
995
1147
|
const diff2 = uid => {
|
|
996
1148
|
const {
|
|
@@ -1011,7 +1163,7 @@ const dispose = uid => {
|
|
|
1011
1163
|
dispose$1(uid);
|
|
1012
1164
|
};
|
|
1013
1165
|
|
|
1014
|
-
const commandIds = ['getMenuEntries', 'handleClickCategory', 'handleClickDisable', 'handleClickScrollToTop', 'handleClickSettings', 'handleClickSetColorTheme', 'handleClickSize', 'handleClickUninstall', 'handleFeaturesClick', 'handleIconError', 'handleTabsClick', 'handleWheel', 'renderEventListeners', 'resize', 'saveState', 'selectTab', 'terminate'];
|
|
1166
|
+
const commandIds = ['copyImage', 'getMenuEntries', 'handleClickCategory', 'handleClickDisable', 'handleClickScrollToTop', 'handleClickSettings', 'handleClickSetColorTheme', 'handleClickSize', 'handleClickUninstall', 'handleFeaturesClick', 'handleIconError', 'handleTabsClick', 'handleWheel', 'renderEventListeners', 'resize', 'saveState', 'selectTab', 'terminate'];
|
|
1015
1167
|
|
|
1016
1168
|
const getCommandIds = () => {
|
|
1017
1169
|
return commandIds;
|
|
@@ -1051,14 +1203,13 @@ const OpenInNewTab = 'Open in New Tab';
|
|
|
1051
1203
|
const ProgrammingLanguages$1 = 'Programming Languages';
|
|
1052
1204
|
const SaveImageAs = 'Save Image as';
|
|
1053
1205
|
const Schema = 'Schema';
|
|
1054
|
-
const ScrollToTop = 'Scroll to top';
|
|
1206
|
+
const ScrollToTop$1 = 'Scroll to top';
|
|
1055
1207
|
const Selector = 'Selector';
|
|
1056
1208
|
const Settings$1 = 'Settings';
|
|
1057
1209
|
const SetColorTheme$1 = 'Set Color Theme';
|
|
1058
1210
|
const Theme$1 = 'Theme';
|
|
1059
1211
|
const Uninstall$1 = 'Uninstall';
|
|
1060
1212
|
const WebViews$1 = 'WebViews';
|
|
1061
|
-
const NotImplemented = 'Not Implemented';
|
|
1062
1213
|
|
|
1063
1214
|
const installation = () => {
|
|
1064
1215
|
return i18nString(Installation);
|
|
@@ -1141,14 +1292,11 @@ const contentSecurityPolicy = () => {
|
|
|
1141
1292
|
const elements = () => {
|
|
1142
1293
|
return i18nString(Elements);
|
|
1143
1294
|
};
|
|
1144
|
-
const notImplemented = () => {
|
|
1145
|
-
return i18nString(NotImplemented);
|
|
1146
|
-
};
|
|
1147
1295
|
const uninstall = () => {
|
|
1148
1296
|
return i18nString(Uninstall$1);
|
|
1149
1297
|
};
|
|
1150
1298
|
const scrollToTop = () => {
|
|
1151
|
-
return i18nString(ScrollToTop);
|
|
1299
|
+
return i18nString(ScrollToTop$1);
|
|
1152
1300
|
};
|
|
1153
1301
|
|
|
1154
1302
|
const None = 0;
|
|
@@ -1203,173 +1351,543 @@ const handleClickDisable = async state => {
|
|
|
1203
1351
|
return state;
|
|
1204
1352
|
};
|
|
1205
1353
|
|
|
1206
|
-
const
|
|
1207
|
-
|
|
1208
|
-
return state;
|
|
1209
|
-
}
|
|
1210
|
-
const {
|
|
1211
|
-
features
|
|
1212
|
-
} = state;
|
|
1213
|
-
const newFeatures = features.map(feature => {
|
|
1214
|
-
if (feature.id === name) {
|
|
1215
|
-
return {
|
|
1216
|
-
...feature,
|
|
1217
|
-
selected: true
|
|
1218
|
-
};
|
|
1219
|
-
}
|
|
1220
|
-
return {
|
|
1221
|
-
...feature,
|
|
1222
|
-
selected: false
|
|
1223
|
-
};
|
|
1224
|
-
});
|
|
1225
|
-
return {
|
|
1226
|
-
...state,
|
|
1227
|
-
selectedFeature: name,
|
|
1228
|
-
features: newFeatures
|
|
1229
|
-
};
|
|
1230
|
-
};
|
|
1354
|
+
const Text$1 = 1;
|
|
1355
|
+
const Code$2 = 2;
|
|
1231
1356
|
|
|
1232
|
-
const
|
|
1233
|
-
|
|
1357
|
+
const getCommandTableEntry = command => {
|
|
1358
|
+
// TODO watch out for command being null/undefined/number/string/array
|
|
1359
|
+
const {
|
|
1360
|
+
id,
|
|
1361
|
+
label
|
|
1362
|
+
} = command;
|
|
1363
|
+
return [{
|
|
1364
|
+
type: Code$2,
|
|
1365
|
+
value: id
|
|
1366
|
+
}, {
|
|
1367
|
+
type: Text$1,
|
|
1368
|
+
value: label
|
|
1369
|
+
}];
|
|
1234
1370
|
};
|
|
1235
1371
|
|
|
1236
|
-
const
|
|
1372
|
+
const getFeatureDetailsCommand = extension => {
|
|
1373
|
+
const commands = extension.commands || [];
|
|
1374
|
+
const rows = commands.map(getCommandTableEntry);
|
|
1237
1375
|
return {
|
|
1238
|
-
|
|
1239
|
-
readmeScrollTop: 0
|
|
1376
|
+
commands: rows
|
|
1240
1377
|
};
|
|
1241
1378
|
};
|
|
1242
1379
|
|
|
1243
|
-
const
|
|
1244
|
-
const
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
return
|
|
1380
|
+
const getJsonValidationTableEntry = validation => {
|
|
1381
|
+
const {
|
|
1382
|
+
fileMatch,
|
|
1383
|
+
schema
|
|
1384
|
+
} = validation;
|
|
1385
|
+
return [{
|
|
1386
|
+
type: Code$2,
|
|
1387
|
+
value: fileMatch
|
|
1388
|
+
}, {
|
|
1389
|
+
type: Code$2,
|
|
1390
|
+
value: schema
|
|
1391
|
+
}];
|
|
1249
1392
|
};
|
|
1250
1393
|
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
const
|
|
1394
|
+
const getFeatureDetailsJsonValidation = extension => {
|
|
1395
|
+
const validations = extension.jsonValidation || [];
|
|
1396
|
+
const rows = validations.map(getJsonValidationTableEntry);
|
|
1254
1397
|
return {
|
|
1255
|
-
|
|
1256
|
-
invoke(method, ...params) {
|
|
1257
|
-
const rpc = get(rpcId);
|
|
1258
|
-
// @ts-ignore
|
|
1259
|
-
return rpc.invoke(method, ...params);
|
|
1260
|
-
},
|
|
1261
|
-
// @ts-ignore
|
|
1262
|
-
invokeAndTransfer(method, ...params) {
|
|
1263
|
-
const rpc = get(rpcId);
|
|
1264
|
-
// @ts-ignore
|
|
1265
|
-
return rpc.invokeAndTransfer(method, ...params);
|
|
1266
|
-
},
|
|
1267
|
-
set(rpc) {
|
|
1268
|
-
set$g(rpcId, rpc);
|
|
1269
|
-
},
|
|
1270
|
-
async dispose() {
|
|
1271
|
-
const rpc = get(rpcId);
|
|
1272
|
-
await rpc.dispose();
|
|
1273
|
-
}
|
|
1398
|
+
jsonValidation: rows
|
|
1274
1399
|
};
|
|
1275
1400
|
};
|
|
1276
|
-
const RendererWorker$1 = 1;
|
|
1277
|
-
const {
|
|
1278
|
-
invoke: invoke$3,
|
|
1279
|
-
set: set$3} = create(RendererWorker$1);
|
|
1280
|
-
const setColorTheme$2 = async id => {
|
|
1281
|
-
// @ts-ignore
|
|
1282
|
-
return invoke$3(/* ColorTheme.setColorTheme */'ColorTheme.setColorTheme', /* colorThemeId */id);
|
|
1283
|
-
};
|
|
1284
|
-
const readFile$2 = async uri => {
|
|
1285
|
-
return invoke$3('FileSystem.readFile', uri);
|
|
1286
|
-
};
|
|
1287
|
-
const getAllExtensions$2 = async () => {
|
|
1288
|
-
return invoke$3('ExtensionManagement.getAllExtensions');
|
|
1289
|
-
};
|
|
1290
|
-
const getFolderSize$2 = async uri => {
|
|
1291
|
-
// @ts-ignore
|
|
1292
|
-
return await invoke$3('FileSystem.getFolderSize', uri);
|
|
1293
|
-
};
|
|
1294
|
-
const getExtension$3 = async id => {
|
|
1295
|
-
// @ts-ignore
|
|
1296
|
-
return invoke$3('ExtensionManagement.getExtension', id);
|
|
1297
|
-
};
|
|
1298
|
-
const getMarkdownDom$1 = async html => {
|
|
1299
|
-
// @ts-ignore
|
|
1300
|
-
return invoke$3('Markdown.getVirtualDom', html);
|
|
1301
|
-
};
|
|
1302
|
-
const renderMarkdown$2 = async (markdown, options) => {
|
|
1303
|
-
// @ts-ignore
|
|
1304
|
-
return invoke$3('Markdown.renderMarkdown', markdown, options);
|
|
1305
|
-
};
|
|
1306
|
-
const openNativeFolder$1 = async uri => {
|
|
1307
|
-
// @ts-ignore
|
|
1308
|
-
await invoke$3('OpenNativeFolder.openNativeFolder', uri);
|
|
1309
|
-
};
|
|
1310
|
-
const RendererWorker = {
|
|
1311
|
-
__proto__: null,
|
|
1312
|
-
getAllExtensions: getAllExtensions$2,
|
|
1313
|
-
getExtension: getExtension$3,
|
|
1314
|
-
getFolderSize: getFolderSize$2,
|
|
1315
|
-
getMarkdownDom: getMarkdownDom$1,
|
|
1316
|
-
openNativeFolder: openNativeFolder$1,
|
|
1317
|
-
readFile: readFile$2,
|
|
1318
|
-
renderMarkdown: renderMarkdown$2,
|
|
1319
|
-
set: set$3,
|
|
1320
|
-
setColorTheme: setColorTheme$2};
|
|
1321
|
-
|
|
1322
|
-
const {
|
|
1323
|
-
getAllExtensions: getAllExtensions$1,
|
|
1324
|
-
getExtension: getExtension$2,
|
|
1325
|
-
getFolderSize: getFolderSize$1,
|
|
1326
|
-
getMarkdownDom,
|
|
1327
|
-
openNativeFolder,
|
|
1328
|
-
readFile: readFile$1,
|
|
1329
|
-
renderMarkdown: renderMarkdown$1,
|
|
1330
|
-
set,
|
|
1331
|
-
setColorTheme: setColorTheme$1} = RendererWorker;
|
|
1332
1401
|
|
|
1333
|
-
const
|
|
1334
|
-
return
|
|
1402
|
+
const getFeatureDetailsProgrammingLanguages = extension => {
|
|
1403
|
+
return {
|
|
1404
|
+
programmingLanguages: []
|
|
1405
|
+
};
|
|
1335
1406
|
};
|
|
1336
1407
|
|
|
1337
|
-
const
|
|
1338
|
-
if (extension && Array.isArray(extension.colorThemes) && extension.colorThemes.length > 0) {
|
|
1339
|
-
const colorTheme = extension.colorThemes[0];
|
|
1340
|
-
return colorTheme.id || colorTheme.label;
|
|
1341
|
-
}
|
|
1342
|
-
return undefined;
|
|
1343
|
-
};
|
|
1344
|
-
const handleClickSetColorTheme = async state => {
|
|
1408
|
+
const getSettingsTableEntry = setting => {
|
|
1345
1409
|
const {
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
return state;
|
|
1410
|
+
id,
|
|
1411
|
+
label
|
|
1412
|
+
} = setting;
|
|
1413
|
+
// TODO watch out for null/undefined/number/string/array
|
|
1414
|
+
return [{
|
|
1415
|
+
type: Text$1,
|
|
1416
|
+
value: id
|
|
1417
|
+
}, {
|
|
1418
|
+
type: Text$1,
|
|
1419
|
+
value: label
|
|
1420
|
+
}];
|
|
1358
1421
|
};
|
|
1359
1422
|
|
|
1360
|
-
const
|
|
1361
|
-
const
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1423
|
+
const getFeatureDetailsSettings = extension => {
|
|
1424
|
+
const settings = extension.settings || [];
|
|
1425
|
+
const rows = settings.map(getSettingsTableEntry);
|
|
1426
|
+
return {
|
|
1427
|
+
settings: rows
|
|
1428
|
+
};
|
|
1366
1429
|
};
|
|
1367
1430
|
|
|
1368
|
-
const
|
|
1369
|
-
|
|
1431
|
+
const Panel = 'panel';
|
|
1432
|
+
const Tab$1 = 'tab';
|
|
1433
|
+
const TabList = 'tablist';
|
|
1434
|
+
const AriaRoles = {
|
|
1435
|
+
__proto__: null,
|
|
1436
|
+
Panel,
|
|
1437
|
+
Tab: Tab$1,
|
|
1438
|
+
TabList};
|
|
1439
|
+
const mergeClassNames = (...classNames) => {
|
|
1440
|
+
return classNames.filter(Boolean).join(' ');
|
|
1370
1441
|
};
|
|
1371
|
-
|
|
1372
|
-
const
|
|
1442
|
+
const Button$1 = 1;
|
|
1443
|
+
const Div = 4;
|
|
1444
|
+
const H1 = 5;
|
|
1445
|
+
const Span = 8;
|
|
1446
|
+
const Table$1 = 9;
|
|
1447
|
+
const TBody = 10;
|
|
1448
|
+
const Td = 11;
|
|
1449
|
+
const Text = 12;
|
|
1450
|
+
const Th = 13;
|
|
1451
|
+
const THead = 14;
|
|
1452
|
+
const Tr = 15;
|
|
1453
|
+
const Img = 17;
|
|
1454
|
+
const H2 = 22;
|
|
1455
|
+
const Dd = 43;
|
|
1456
|
+
const Dl = 44;
|
|
1457
|
+
const Pre = 51;
|
|
1458
|
+
const A = 53;
|
|
1459
|
+
const Code$1 = 65;
|
|
1460
|
+
const Dt = 67;
|
|
1461
|
+
const VirtualDomElements = {
|
|
1462
|
+
__proto__: null,
|
|
1463
|
+
A,
|
|
1464
|
+
Button: Button$1,
|
|
1465
|
+
Code: Code$1,
|
|
1466
|
+
Dd,
|
|
1467
|
+
Div,
|
|
1468
|
+
Dl,
|
|
1469
|
+
Dt,
|
|
1470
|
+
H1,
|
|
1471
|
+
H2,
|
|
1472
|
+
Img,
|
|
1473
|
+
Pre,
|
|
1474
|
+
Span,
|
|
1475
|
+
TBody,
|
|
1476
|
+
THead,
|
|
1477
|
+
Table: Table$1,
|
|
1478
|
+
Td,
|
|
1479
|
+
Th,
|
|
1480
|
+
Tr};
|
|
1481
|
+
const text = data => {
|
|
1482
|
+
return {
|
|
1483
|
+
type: Text,
|
|
1484
|
+
text: data,
|
|
1485
|
+
childCount: 0
|
|
1486
|
+
};
|
|
1487
|
+
};
|
|
1488
|
+
|
|
1489
|
+
const AdditionalDetails = 'AdditionalDetails';
|
|
1490
|
+
const AdditionalDetailsEntry = 'AdditionalDetailsEntry';
|
|
1491
|
+
const AdditionalDetailsTitle = 'AdditionalDetailsTitle';
|
|
1492
|
+
const Aside = 'Aside';
|
|
1493
|
+
const Button = 'Button';
|
|
1494
|
+
const ButtonPrimary = 'ButtonPrimary';
|
|
1495
|
+
const Categories = 'Categories';
|
|
1496
|
+
const Category = 'Category';
|
|
1497
|
+
const Changelog$1 = 'Changelog';
|
|
1498
|
+
const Code = 'Code';
|
|
1499
|
+
const DefaultMarkdown = 'DefaultMarkdown';
|
|
1500
|
+
const DefinitionListItem = 'DefinitionListItem';
|
|
1501
|
+
const DefinitionListItemHeading = 'DefinitionListItemHeading';
|
|
1502
|
+
const DefinitionListItemValue = 'DefinitionListItemValue';
|
|
1503
|
+
const ExtensionDetail = 'ExtensionDetail';
|
|
1504
|
+
const ExtensionDetailDescription = 'ExtensionDetailDescription';
|
|
1505
|
+
const ExtensionDetailHeader = 'ExtensionDetailHeader';
|
|
1506
|
+
const ExtensionDetailHeaderActions = 'ExtensionDetailHeaderActions';
|
|
1507
|
+
const ExtensionDetailHeaderDetails = 'ExtensionDetailHeaderDetails';
|
|
1508
|
+
const ExtensionDetailIcon = 'ExtensionDetailIcon';
|
|
1509
|
+
const ExtensionDetailName = 'ExtensionDetailName';
|
|
1510
|
+
const ExtensionDetailNameBadge = 'ExtensionDetailNameBadge';
|
|
1511
|
+
const ExtensionDetailPanel = 'ExtensionDetailPanel';
|
|
1512
|
+
const ExtensionDetailTab = 'ExtensionDetailTab';
|
|
1513
|
+
const ExtensionDetailTabs = 'ExtensionDetailTabs';
|
|
1514
|
+
const ExtensionDetailTabSelected = 'ExtensionDetailTabSelected';
|
|
1515
|
+
const Feature = 'Feature';
|
|
1516
|
+
const FeatureContent = 'FeatureContent';
|
|
1517
|
+
const Features$1 = 'Features';
|
|
1518
|
+
const FeaturesList = 'FeaturesList';
|
|
1519
|
+
const FeatureWebView = 'FeatureWebView';
|
|
1520
|
+
const Large$1 = 'Large';
|
|
1521
|
+
const Link = 'Link';
|
|
1522
|
+
const MoreInfo = 'MoreInfo';
|
|
1523
|
+
const MoreInfoEntry = 'MoreInfoEntry';
|
|
1524
|
+
const MoreInfoEntryKey = 'MoreInfoEntryKey';
|
|
1525
|
+
const MoreInfoEntryOdd = 'MoreInfoEntryOdd';
|
|
1526
|
+
const MoreInfoEntryValue = 'MoreInfoEntryValue';
|
|
1527
|
+
const Normal$1 = 'Normal';
|
|
1528
|
+
const Resource = 'Resource';
|
|
1529
|
+
const Resources = 'Resources';
|
|
1530
|
+
const Sash = 'Sash';
|
|
1531
|
+
const SashVertical = 'SashVertical';
|
|
1532
|
+
const ScrollToTopButton = 'ScrollToTopButton';
|
|
1533
|
+
const SettingsButton = 'SettingsButton';
|
|
1534
|
+
const SettingsIcon = 'SettingsIcon';
|
|
1535
|
+
const Small$1 = 'Small';
|
|
1536
|
+
const Table = 'Table';
|
|
1537
|
+
const TableCell = 'TableCell';
|
|
1538
|
+
const TableHeading = 'TableHeading';
|
|
1539
|
+
const Viewlet = 'Viewlet';
|
|
1540
|
+
|
|
1541
|
+
const HandleClickCategory = 'handleClickCategory';
|
|
1542
|
+
const HandleClickDisable = 'handleClickDisable';
|
|
1543
|
+
const HandleClickScrollToTop = 'handleClickScrollToTop';
|
|
1544
|
+
const HandleClickSetColorTheme = 'handleClickSetColorTheme';
|
|
1545
|
+
const HandleClickSettings = 'handleClickSettings';
|
|
1546
|
+
const HandleClickSize = 'handleClickSize';
|
|
1547
|
+
const HandleClickUninstall = 'handleClickUninstall';
|
|
1548
|
+
const HandleFeaturesClick = 'handleFeaturesClick';
|
|
1549
|
+
const HandleIconError = 'handleIconError';
|
|
1550
|
+
const HandleReadmeContextMenu = 'handleReadmeContextMenu';
|
|
1551
|
+
const HandleReadmeWheel = 'handleReadmeWheel';
|
|
1552
|
+
const HandleTabsClick = 'handleTabsClick';
|
|
1553
|
+
|
|
1554
|
+
const Changelog = 'Changelog';
|
|
1555
|
+
const Commands = 'Commands';
|
|
1556
|
+
const Details = 'Details';
|
|
1557
|
+
const Disable = 'Disable';
|
|
1558
|
+
const Features = 'Features';
|
|
1559
|
+
const JsonValidation = 'JsonValidation';
|
|
1560
|
+
const ProgrammingLanguages = 'ProgrammingLanguages';
|
|
1561
|
+
const SetColorTheme = 'SetColorTheme';
|
|
1562
|
+
const Settings = 'Settings';
|
|
1563
|
+
const Theme = 'Theme';
|
|
1564
|
+
const Uninstall = 'Uninstall';
|
|
1565
|
+
const WebViews = 'WebViews';
|
|
1566
|
+
const ScrollToTop = 'scrolltotop';
|
|
1567
|
+
|
|
1568
|
+
const getScrollToTopVirtualDom = scrollToTopButtonEnabled => {
|
|
1569
|
+
return [{
|
|
1570
|
+
type: VirtualDomElements.Button,
|
|
1571
|
+
className: ScrollToTopButton,
|
|
1572
|
+
childCount: 0,
|
|
1573
|
+
onClick: HandleClickScrollToTop,
|
|
1574
|
+
ariaLabel: scrollToTop(),
|
|
1575
|
+
name: ScrollToTop
|
|
1576
|
+
}];
|
|
1577
|
+
};
|
|
1578
|
+
|
|
1579
|
+
const rpcs = Object.create(null);
|
|
1580
|
+
const set$g = (id, rpc) => {
|
|
1581
|
+
rpcs[id] = rpc;
|
|
1582
|
+
};
|
|
1583
|
+
const get = id => {
|
|
1584
|
+
return rpcs[id];
|
|
1585
|
+
};
|
|
1586
|
+
|
|
1587
|
+
/* eslint-disable @typescript-eslint/explicit-function-return-type */
|
|
1588
|
+
|
|
1589
|
+
const create = rpcId => {
|
|
1590
|
+
return {
|
|
1591
|
+
// @ts-ignore
|
|
1592
|
+
invoke(method, ...params) {
|
|
1593
|
+
const rpc = get(rpcId);
|
|
1594
|
+
// @ts-ignore
|
|
1595
|
+
return rpc.invoke(method, ...params);
|
|
1596
|
+
},
|
|
1597
|
+
// @ts-ignore
|
|
1598
|
+
invokeAndTransfer(method, ...params) {
|
|
1599
|
+
const rpc = get(rpcId);
|
|
1600
|
+
// @ts-ignore
|
|
1601
|
+
return rpc.invokeAndTransfer(method, ...params);
|
|
1602
|
+
},
|
|
1603
|
+
set(rpc) {
|
|
1604
|
+
set$g(rpcId, rpc);
|
|
1605
|
+
},
|
|
1606
|
+
async dispose() {
|
|
1607
|
+
const rpc = get(rpcId);
|
|
1608
|
+
await rpc.dispose();
|
|
1609
|
+
}
|
|
1610
|
+
};
|
|
1611
|
+
};
|
|
1612
|
+
const RendererWorker$1 = 1;
|
|
1613
|
+
const MarkdownWorker$1 = 300;
|
|
1614
|
+
const {
|
|
1615
|
+
invoke: invoke$5,
|
|
1616
|
+
set: set$5} = create(MarkdownWorker$1);
|
|
1617
|
+
const getVirtualDom$1 = async html => {
|
|
1618
|
+
// @ts-ignore
|
|
1619
|
+
return invoke$5('Markdown.getVirtualDom', html);
|
|
1620
|
+
};
|
|
1621
|
+
const render$1 = async (markdown, options) => {
|
|
1622
|
+
// @ts-ignore
|
|
1623
|
+
return invoke$5('Markdown.render', markdown, options);
|
|
1624
|
+
};
|
|
1625
|
+
const MarkdownWorker = {
|
|
1626
|
+
__proto__: null,
|
|
1627
|
+
getVirtualDom: getVirtualDom$1,
|
|
1628
|
+
render: render$1,
|
|
1629
|
+
set: set$5
|
|
1630
|
+
};
|
|
1631
|
+
const {
|
|
1632
|
+
invoke: invoke$3,
|
|
1633
|
+
invokeAndTransfer: invokeAndTransfer$3,
|
|
1634
|
+
set: set$3} = create(RendererWorker$1);
|
|
1635
|
+
const setColorTheme$2 = async id => {
|
|
1636
|
+
// @ts-ignore
|
|
1637
|
+
return invoke$3(/* ColorTheme.setColorTheme */'ColorTheme.setColorTheme', /* colorThemeId */id);
|
|
1638
|
+
};
|
|
1639
|
+
const sendMessagePortToMarkdownWorker$2 = async (port, rpcId) => {
|
|
1640
|
+
const command = 'Markdown.handleMessagePort';
|
|
1641
|
+
// @ts-ignore
|
|
1642
|
+
await invokeAndTransfer$3('SendMessagePortToExtensionHostWorker.sendMessagePortToMarkdownWorker', port, command, rpcId);
|
|
1643
|
+
};
|
|
1644
|
+
const readFile$2 = async uri => {
|
|
1645
|
+
return invoke$3('FileSystem.readFile', uri);
|
|
1646
|
+
};
|
|
1647
|
+
const getAllExtensions$2 = async () => {
|
|
1648
|
+
return invoke$3('ExtensionManagement.getAllExtensions');
|
|
1649
|
+
};
|
|
1650
|
+
const getFolderSize$2 = async uri => {
|
|
1651
|
+
// @ts-ignore
|
|
1652
|
+
return await invoke$3('FileSystem.getFolderSize', uri);
|
|
1653
|
+
};
|
|
1654
|
+
const getExtension$3 = async id => {
|
|
1655
|
+
// @ts-ignore
|
|
1656
|
+
return invoke$3('ExtensionManagement.getExtension', id);
|
|
1657
|
+
};
|
|
1658
|
+
const openNativeFolder$1 = async uri => {
|
|
1659
|
+
// @ts-ignore
|
|
1660
|
+
await invoke$3('OpenNativeFolder.openNativeFolder', uri);
|
|
1661
|
+
};
|
|
1662
|
+
const RendererWorker = {
|
|
1663
|
+
__proto__: null,
|
|
1664
|
+
getAllExtensions: getAllExtensions$2,
|
|
1665
|
+
getExtension: getExtension$3,
|
|
1666
|
+
getFolderSize: getFolderSize$2,
|
|
1667
|
+
openNativeFolder: openNativeFolder$1,
|
|
1668
|
+
readFile: readFile$2,
|
|
1669
|
+
sendMessagePortToMarkdownWorker: sendMessagePortToMarkdownWorker$2,
|
|
1670
|
+
set: set$3,
|
|
1671
|
+
setColorTheme: setColorTheme$2};
|
|
1672
|
+
|
|
1673
|
+
const {
|
|
1674
|
+
set: set$1,
|
|
1675
|
+
getVirtualDom,
|
|
1676
|
+
render
|
|
1677
|
+
} = MarkdownWorker;
|
|
1678
|
+
|
|
1679
|
+
const getMarkdownVirtualDom = async (html, options) => {
|
|
1680
|
+
string(html);
|
|
1681
|
+
const dom = await getVirtualDom(html);
|
|
1682
|
+
const newDom = [...dom];
|
|
1683
|
+
if (options?.scrollToTopEnabled) {
|
|
1684
|
+
newDom[0].childCount++;
|
|
1685
|
+
const extraDom = getScrollToTopVirtualDom();
|
|
1686
|
+
newDom.splice(1, 0, ...extraDom);
|
|
1687
|
+
}
|
|
1688
|
+
return newDom;
|
|
1689
|
+
};
|
|
1690
|
+
|
|
1691
|
+
const getThemeItemMarkdown = (heading, items) => {
|
|
1692
|
+
let markdown = '';
|
|
1693
|
+
if (items.length > 0) {
|
|
1694
|
+
markdown += `### ${heading}`;
|
|
1695
|
+
markdown += '\n\n';
|
|
1696
|
+
for (const item of items) {
|
|
1697
|
+
markdown += `- ${item.label}`;
|
|
1698
|
+
markdown += '\n';
|
|
1699
|
+
}
|
|
1700
|
+
}
|
|
1701
|
+
return markdown;
|
|
1702
|
+
};
|
|
1703
|
+
|
|
1704
|
+
const getColorThemeMarkdown = themes => {
|
|
1705
|
+
const heading = 'Color Themes';
|
|
1706
|
+
return getThemeItemMarkdown(heading, themes);
|
|
1707
|
+
};
|
|
1708
|
+
const getIconThemeMarkdown = iconThemes => {
|
|
1709
|
+
const heading = 'File Icon Themes';
|
|
1710
|
+
return getThemeItemMarkdown(heading, iconThemes);
|
|
1711
|
+
};
|
|
1712
|
+
const getProductIconThemeMarkdown = iconThemes => {
|
|
1713
|
+
const heading = 'Product Icon Themes';
|
|
1714
|
+
return getThemeItemMarkdown(heading, iconThemes);
|
|
1715
|
+
};
|
|
1716
|
+
const getThemeMarkdown = (themes, iconThemes, productIconThemes) => {
|
|
1717
|
+
let markdown = '';
|
|
1718
|
+
markdown += getColorThemeMarkdown(themes);
|
|
1719
|
+
markdown += getIconThemeMarkdown(iconThemes);
|
|
1720
|
+
markdown += getProductIconThemeMarkdown(productIconThemes);
|
|
1721
|
+
return markdown;
|
|
1722
|
+
};
|
|
1723
|
+
|
|
1724
|
+
const renderMarkdown = async (markdown, options = {}) => {
|
|
1725
|
+
const html = await render(markdown, options);
|
|
1726
|
+
return html;
|
|
1727
|
+
};
|
|
1728
|
+
|
|
1729
|
+
const getFeatureDetailsTheme = async (extension, baseUrl) => {
|
|
1730
|
+
// Only generate theme markdown when the selected feature is actually "Theme"
|
|
1731
|
+
const {
|
|
1732
|
+
colorThemes,
|
|
1733
|
+
iconThemes,
|
|
1734
|
+
productIconThemes
|
|
1735
|
+
} = extension;
|
|
1736
|
+
const markdown = getThemeMarkdown(colorThemes || [], iconThemes || [], productIconThemes || []);
|
|
1737
|
+
const rendered = await renderMarkdown(markdown, {
|
|
1738
|
+
baseUrl
|
|
1739
|
+
});
|
|
1740
|
+
const themesMarkdownDom = await getMarkdownVirtualDom(rendered);
|
|
1741
|
+
return {
|
|
1742
|
+
themesMarkdownDom
|
|
1743
|
+
};
|
|
1744
|
+
};
|
|
1745
|
+
|
|
1746
|
+
const toWebView = rawWebView => {
|
|
1747
|
+
const {
|
|
1748
|
+
id,
|
|
1749
|
+
selector,
|
|
1750
|
+
contentSecurityPolicy,
|
|
1751
|
+
elements
|
|
1752
|
+
} = rawWebView;
|
|
1753
|
+
return {
|
|
1754
|
+
id,
|
|
1755
|
+
selectorString: JSON.stringify(selector),
|
|
1756
|
+
contentSecurityPolicyString: JSON.stringify(contentSecurityPolicy),
|
|
1757
|
+
elementsString: JSON.stringify(elements, null, 2)
|
|
1758
|
+
};
|
|
1759
|
+
};
|
|
1760
|
+
|
|
1761
|
+
const getWebViews = extension => {
|
|
1762
|
+
const rawWebViews = extension.webViews || [];
|
|
1763
|
+
return rawWebViews.map(toWebView);
|
|
1764
|
+
};
|
|
1765
|
+
|
|
1766
|
+
const getFeatureDetailsWebView = extension => {
|
|
1767
|
+
const webViews = getWebViews(extension);
|
|
1768
|
+
return {
|
|
1769
|
+
webViews
|
|
1770
|
+
};
|
|
1771
|
+
};
|
|
1772
|
+
|
|
1773
|
+
const getFeatureDetailsHandler = featureName => {
|
|
1774
|
+
switch (featureName) {
|
|
1775
|
+
case Commands:
|
|
1776
|
+
return getFeatureDetailsCommand;
|
|
1777
|
+
case JsonValidation:
|
|
1778
|
+
return getFeatureDetailsJsonValidation;
|
|
1779
|
+
case ProgrammingLanguages:
|
|
1780
|
+
return getFeatureDetailsProgrammingLanguages;
|
|
1781
|
+
case Settings:
|
|
1782
|
+
return getFeatureDetailsSettings;
|
|
1783
|
+
case WebViews:
|
|
1784
|
+
return getFeatureDetailsWebView;
|
|
1785
|
+
case Theme:
|
|
1786
|
+
return getFeatureDetailsTheme;
|
|
1787
|
+
default:
|
|
1788
|
+
throw new Error(`unknown feature details handler: ${featureName}`);
|
|
1789
|
+
}
|
|
1790
|
+
};
|
|
1791
|
+
|
|
1792
|
+
const selectFeature = async (state, name) => {
|
|
1793
|
+
if (!name) {
|
|
1794
|
+
return state;
|
|
1795
|
+
}
|
|
1796
|
+
const {
|
|
1797
|
+
features,
|
|
1798
|
+
extension,
|
|
1799
|
+
baseUrl
|
|
1800
|
+
} = state;
|
|
1801
|
+
const newFeatures = features.map(feature => {
|
|
1802
|
+
if (feature.id === name) {
|
|
1803
|
+
return {
|
|
1804
|
+
...feature,
|
|
1805
|
+
selected: true
|
|
1806
|
+
};
|
|
1807
|
+
}
|
|
1808
|
+
return {
|
|
1809
|
+
...feature,
|
|
1810
|
+
selected: false
|
|
1811
|
+
};
|
|
1812
|
+
});
|
|
1813
|
+
const fn = getFeatureDetailsHandler(name);
|
|
1814
|
+
const partialNewState = await fn(extension, baseUrl);
|
|
1815
|
+
return {
|
|
1816
|
+
...state,
|
|
1817
|
+
...partialNewState,
|
|
1818
|
+
selectedFeature: name,
|
|
1819
|
+
features: newFeatures
|
|
1820
|
+
};
|
|
1821
|
+
};
|
|
1822
|
+
|
|
1823
|
+
const handleClickFeatures = async (state, name) => {
|
|
1824
|
+
return selectFeature(state, name);
|
|
1825
|
+
};
|
|
1826
|
+
|
|
1827
|
+
const handleClickScrollToTop = state => {
|
|
1828
|
+
const {
|
|
1829
|
+
readmeScrollTop
|
|
1830
|
+
} = state;
|
|
1831
|
+
if (readmeScrollTop === 0) {
|
|
1832
|
+
return state;
|
|
1833
|
+
}
|
|
1834
|
+
return {
|
|
1835
|
+
...state,
|
|
1836
|
+
readmeScrollTop: 0
|
|
1837
|
+
};
|
|
1838
|
+
};
|
|
1839
|
+
|
|
1840
|
+
const {
|
|
1841
|
+
getAllExtensions: getAllExtensions$1,
|
|
1842
|
+
getExtension: getExtension$2,
|
|
1843
|
+
getFolderSize: getFolderSize$1,
|
|
1844
|
+
openNativeFolder,
|
|
1845
|
+
readFile: readFile$1,
|
|
1846
|
+
set,
|
|
1847
|
+
setColorTheme: setColorTheme$1,
|
|
1848
|
+
sendMessagePortToMarkdownWorker: sendMessagePortToMarkdownWorker$1
|
|
1849
|
+
} = RendererWorker;
|
|
1850
|
+
|
|
1851
|
+
const setColorTheme = id => {
|
|
1852
|
+
return setColorTheme$1(id);
|
|
1853
|
+
};
|
|
1854
|
+
|
|
1855
|
+
const getColorThemeId = extension => {
|
|
1856
|
+
if (extension && Array.isArray(extension.colorThemes) && extension.colorThemes.length > 0) {
|
|
1857
|
+
const colorTheme = extension.colorThemes[0];
|
|
1858
|
+
return colorTheme.id || colorTheme.label;
|
|
1859
|
+
}
|
|
1860
|
+
return undefined;
|
|
1861
|
+
};
|
|
1862
|
+
const handleClickSetColorTheme = async state => {
|
|
1863
|
+
const {
|
|
1864
|
+
extension
|
|
1865
|
+
} = state;
|
|
1866
|
+
const colorThemeId = getColorThemeId(extension);
|
|
1867
|
+
if (colorThemeId) {
|
|
1868
|
+
await setColorTheme(colorThemeId);
|
|
1869
|
+
}
|
|
1870
|
+
return state;
|
|
1871
|
+
};
|
|
1872
|
+
|
|
1873
|
+
const handleClickSettings = state => {
|
|
1874
|
+
// TODO: Implement settings functionality
|
|
1875
|
+
return state;
|
|
1876
|
+
};
|
|
1877
|
+
|
|
1878
|
+
const handleClickSize = async state => {
|
|
1879
|
+
const {
|
|
1880
|
+
uri
|
|
1881
|
+
} = state.extension;
|
|
1882
|
+
await openNativeFolder(uri);
|
|
1883
|
+
return state;
|
|
1884
|
+
};
|
|
1885
|
+
|
|
1886
|
+
const handleClickUninstall = async state => {
|
|
1887
|
+
return state;
|
|
1888
|
+
};
|
|
1889
|
+
|
|
1890
|
+
const extensionDefaultIcon = assetDir => {
|
|
1373
1891
|
return `${assetDir}/icons/extensionDefaultIcon.png`;
|
|
1374
1892
|
};
|
|
1375
1893
|
const extensionLanguageBasics = assetDir => {
|
|
@@ -1393,25 +1911,6 @@ const handleIconError = state => {
|
|
|
1393
1911
|
};
|
|
1394
1912
|
};
|
|
1395
1913
|
|
|
1396
|
-
const Changelog$1 = 'Changelog';
|
|
1397
|
-
const Commands = 'Commands';
|
|
1398
|
-
const Details = 'Details';
|
|
1399
|
-
const Features$1 = 'Features';
|
|
1400
|
-
const JsonValidation = 'JsonValidation';
|
|
1401
|
-
const ProgrammingLanguages = 'ProgrammingLanguages';
|
|
1402
|
-
const Settings = 'Settings';
|
|
1403
|
-
const WebViews = 'WebViews';
|
|
1404
|
-
const Theme = 'Theme';
|
|
1405
|
-
const SetColorTheme = 'SetColorTheme';
|
|
1406
|
-
const Disable = 'Disable';
|
|
1407
|
-
const Uninstall = 'Uninstall';
|
|
1408
|
-
|
|
1409
|
-
const getMarkdownVirtualDom = async html => {
|
|
1410
|
-
string(html);
|
|
1411
|
-
const dom = await getMarkdownDom(html);
|
|
1412
|
-
return dom;
|
|
1413
|
-
};
|
|
1414
|
-
|
|
1415
1914
|
const readFile = async uri => {
|
|
1416
1915
|
return readFile$1(uri);
|
|
1417
1916
|
};
|
|
@@ -1422,13 +1921,13 @@ const isEnoentError = error => {
|
|
|
1422
1921
|
return error && error.code === ENOENT;
|
|
1423
1922
|
};
|
|
1424
1923
|
|
|
1425
|
-
const join = (
|
|
1426
|
-
return parts.join(
|
|
1924
|
+
const join = (...parts) => {
|
|
1925
|
+
return parts.join('/');
|
|
1427
1926
|
};
|
|
1428
1927
|
|
|
1429
1928
|
const loadChangelogContent = async path => {
|
|
1430
1929
|
try {
|
|
1431
|
-
const changelogUrl = join(
|
|
1930
|
+
const changelogUrl = join(path, 'CHANGELOG.md');
|
|
1432
1931
|
const changelogContent = await readFile(changelogUrl);
|
|
1433
1932
|
return changelogContent;
|
|
1434
1933
|
} catch (error) {
|
|
@@ -1442,11 +1941,6 @@ const loadChangelogContent = async path => {
|
|
|
1442
1941
|
}
|
|
1443
1942
|
};
|
|
1444
1943
|
|
|
1445
|
-
const renderMarkdown = async (markdown, options = {}) => {
|
|
1446
|
-
const html = await renderMarkdown$1(markdown, options);
|
|
1447
|
-
return html;
|
|
1448
|
-
};
|
|
1449
|
-
|
|
1450
1944
|
const selectTabChangelog = async state => {
|
|
1451
1945
|
const {
|
|
1452
1946
|
extension,
|
|
@@ -1459,7 +1953,7 @@ const selectTabChangelog = async state => {
|
|
|
1459
1953
|
const changelogDom = await getMarkdownVirtualDom(changelogMarkdownHtml);
|
|
1460
1954
|
return {
|
|
1461
1955
|
...state,
|
|
1462
|
-
selectedTab: Changelog
|
|
1956
|
+
selectedTab: Changelog,
|
|
1463
1957
|
changelogVirtualDom: changelogDom
|
|
1464
1958
|
};
|
|
1465
1959
|
};
|
|
@@ -1468,28 +1962,9 @@ const selectTabDefault = async state => {
|
|
|
1468
1962
|
return state;
|
|
1469
1963
|
};
|
|
1470
1964
|
|
|
1471
|
-
const getRemoteSrc = uri => {
|
|
1472
|
-
const src = `/remote${uri}`;
|
|
1473
|
-
return src;
|
|
1474
|
-
};
|
|
1475
|
-
|
|
1476
|
-
const Web = 1;
|
|
1477
|
-
const Electron = 2;
|
|
1478
|
-
const Remote = 3;
|
|
1479
|
-
|
|
1480
|
-
const getBaseUrl = (extensionPath, platform) => {
|
|
1481
|
-
switch (platform) {
|
|
1482
|
-
case Remote:
|
|
1483
|
-
case Electron:
|
|
1484
|
-
return getRemoteSrc(extensionPath + '/');
|
|
1485
|
-
default:
|
|
1486
|
-
return extensionPath;
|
|
1487
|
-
}
|
|
1488
|
-
};
|
|
1489
|
-
|
|
1490
1965
|
const loadReadmeContent = async path => {
|
|
1491
1966
|
try {
|
|
1492
|
-
const readmeUrl = join(
|
|
1967
|
+
const readmeUrl = join(path, 'README.md');
|
|
1493
1968
|
const readmeContent = await readFile(readmeUrl);
|
|
1494
1969
|
return readmeContent;
|
|
1495
1970
|
} catch (error) {
|
|
@@ -1506,10 +1981,9 @@ const loadReadmeContent = async path => {
|
|
|
1506
1981
|
const selectTabDetails = async state => {
|
|
1507
1982
|
const {
|
|
1508
1983
|
extension,
|
|
1509
|
-
|
|
1984
|
+
baseUrl
|
|
1510
1985
|
} = state;
|
|
1511
1986
|
const readmeContent = await loadReadmeContent(extension.path);
|
|
1512
|
-
const baseUrl = getBaseUrl(extension.path, platform);
|
|
1513
1987
|
const readmeHtml = await renderMarkdown(readmeContent, {
|
|
1514
1988
|
baseUrl
|
|
1515
1989
|
});
|
|
@@ -1521,74 +1995,29 @@ const selectTabDetails = async state => {
|
|
|
1521
1995
|
};
|
|
1522
1996
|
};
|
|
1523
1997
|
|
|
1524
|
-
const getThemeItemMarkdown = (heading, items) => {
|
|
1525
|
-
let markdown = '';
|
|
1526
|
-
if (items.length > 0) {
|
|
1527
|
-
markdown += `### ${heading}`;
|
|
1528
|
-
markdown += '\n\n';
|
|
1529
|
-
for (const item of items) {
|
|
1530
|
-
markdown += `- ${item.label}`;
|
|
1531
|
-
markdown += '\n';
|
|
1532
|
-
}
|
|
1533
|
-
}
|
|
1534
|
-
return markdown;
|
|
1535
|
-
};
|
|
1536
|
-
|
|
1537
|
-
const getColorThemeMarkdown = themes => {
|
|
1538
|
-
const heading = 'Color Themes';
|
|
1539
|
-
return getThemeItemMarkdown(heading, themes);
|
|
1540
|
-
};
|
|
1541
|
-
const getIconThemeMarkdown = iconThemes => {
|
|
1542
|
-
const heading = 'File Icon Themes';
|
|
1543
|
-
return getThemeItemMarkdown(heading, iconThemes);
|
|
1544
|
-
};
|
|
1545
|
-
const getProductIconThemeMarkdown = iconThemes => {
|
|
1546
|
-
const heading = 'Product Icon Themes';
|
|
1547
|
-
return getThemeItemMarkdown(heading, iconThemes);
|
|
1548
|
-
};
|
|
1549
|
-
const getThemeMarkdown = (themes, iconThemes, productIconThemes) => {
|
|
1550
|
-
let markdown = '';
|
|
1551
|
-
markdown += getColorThemeMarkdown(themes);
|
|
1552
|
-
markdown += getIconThemeMarkdown(iconThemes);
|
|
1553
|
-
markdown += getProductIconThemeMarkdown(productIconThemes);
|
|
1554
|
-
return markdown;
|
|
1555
|
-
};
|
|
1556
|
-
|
|
1557
1998
|
const selectTabFeatures = async state => {
|
|
1558
1999
|
const {
|
|
1559
2000
|
extension,
|
|
1560
2001
|
baseUrl,
|
|
1561
2002
|
selectedFeature
|
|
1562
2003
|
} = state;
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
if (!selectedFeature || selectedFeature === Theme) {
|
|
1567
|
-
const {
|
|
1568
|
-
colorThemes,
|
|
1569
|
-
iconThemes,
|
|
1570
|
-
productIconThemes
|
|
1571
|
-
} = extension;
|
|
1572
|
-
const markdown = getThemeMarkdown(colorThemes || [], iconThemes || [], productIconThemes || []);
|
|
1573
|
-
const rendered = await renderMarkdown(markdown, {
|
|
1574
|
-
baseUrl
|
|
1575
|
-
});
|
|
1576
|
-
themesMarkdownDom = await getMarkdownVirtualDom(rendered);
|
|
1577
|
-
}
|
|
2004
|
+
const actualSelectedFeature = selectedFeature || Theme;
|
|
2005
|
+
const fn = getFeatureDetailsHandler(actualSelectedFeature);
|
|
2006
|
+
const partialNewState = await fn(extension, baseUrl);
|
|
1578
2007
|
return {
|
|
1579
2008
|
...state,
|
|
1580
|
-
selectedTab: Features
|
|
1581
|
-
|
|
2009
|
+
selectedTab: Features,
|
|
2010
|
+
...partialNewState
|
|
1582
2011
|
};
|
|
1583
2012
|
};
|
|
1584
2013
|
|
|
1585
|
-
const getSelectTabHandler =
|
|
1586
|
-
switch (
|
|
2014
|
+
const getSelectTabHandler = name => {
|
|
2015
|
+
switch (name) {
|
|
1587
2016
|
case Details:
|
|
1588
2017
|
return selectTabDetails;
|
|
1589
|
-
case Features
|
|
2018
|
+
case Features:
|
|
1590
2019
|
return selectTabFeatures;
|
|
1591
|
-
case Changelog
|
|
2020
|
+
case Changelog:
|
|
1592
2021
|
return selectTabChangelog;
|
|
1593
2022
|
default:
|
|
1594
2023
|
return selectTabDefault;
|
|
@@ -1608,13 +2037,35 @@ const handleWheel = (state, deltaX, deltaY) => {
|
|
|
1608
2037
|
const newScrollTop = Math.max(0, state.readmeScrollTop + deltaY);
|
|
1609
2038
|
return {
|
|
1610
2039
|
...state,
|
|
1611
|
-
readmeScrollTop: newScrollTop
|
|
2040
|
+
readmeScrollTop: newScrollTop,
|
|
2041
|
+
scrollSource: User
|
|
1612
2042
|
};
|
|
1613
2043
|
};
|
|
1614
2044
|
|
|
2045
|
+
const sendMessagePortToMarkdownWorker = async port => {
|
|
2046
|
+
await sendMessagePortToMarkdownWorker$1(port, 0);
|
|
2047
|
+
};
|
|
2048
|
+
|
|
2049
|
+
const createMarkdownWorkerRpc = async () => {
|
|
2050
|
+
try {
|
|
2051
|
+
const rpc = await TransferMessagePortRpcParent.create({
|
|
2052
|
+
commandMap: {},
|
|
2053
|
+
send: sendMessagePortToMarkdownWorker
|
|
2054
|
+
});
|
|
2055
|
+
return rpc;
|
|
2056
|
+
} catch (error) {
|
|
2057
|
+
throw new VError(error, `Failed to create markdown worker rpc`);
|
|
2058
|
+
}
|
|
2059
|
+
};
|
|
2060
|
+
|
|
2061
|
+
const initializeMarkdownWorker = async () => {
|
|
2062
|
+
const rpc = await createMarkdownWorkerRpc();
|
|
2063
|
+
set$1(rpc);
|
|
2064
|
+
};
|
|
2065
|
+
|
|
1615
2066
|
const initialize = async () => {
|
|
2067
|
+
await initializeMarkdownWorker();
|
|
1616
2068
|
// TODO create connection to file system worker
|
|
1617
|
-
// TODO create direct connection to markdown worker
|
|
1618
2069
|
};
|
|
1619
2070
|
|
|
1620
2071
|
const isLanguageBasicsExtension = extension => {
|
|
@@ -1625,6 +2076,10 @@ const isThemeExtension = extension => {
|
|
|
1625
2076
|
return extension.name && extension.name.endsWith(' Theme');
|
|
1626
2077
|
};
|
|
1627
2078
|
|
|
2079
|
+
const Web = 1;
|
|
2080
|
+
const Electron = 2;
|
|
2081
|
+
const Remote = 3;
|
|
2082
|
+
|
|
1628
2083
|
const getIcon = (extension, platform, assetDir) => {
|
|
1629
2084
|
if (!extension) {
|
|
1630
2085
|
return extensionDefaultIcon(assetDir);
|
|
@@ -1661,43 +2116,151 @@ const getName = extension => {
|
|
|
1661
2116
|
if (extension && extension.id) {
|
|
1662
2117
|
return extension.id;
|
|
1663
2118
|
}
|
|
1664
|
-
return 'n/a';
|
|
1665
|
-
};
|
|
1666
|
-
|
|
1667
|
-
const getAllExtensions = async platform => {
|
|
1668
|
-
if (platform === Web) {
|
|
1669
|
-
return [];
|
|
2119
|
+
return 'n/a';
|
|
2120
|
+
};
|
|
2121
|
+
|
|
2122
|
+
const getAllExtensions = async platform => {
|
|
2123
|
+
if (platform === Web) {
|
|
2124
|
+
return [];
|
|
2125
|
+
}
|
|
2126
|
+
// @ts-ignore
|
|
2127
|
+
return getAllExtensions$1();
|
|
2128
|
+
};
|
|
2129
|
+
const getExtension$1 = async (id, platform) => {
|
|
2130
|
+
// TODO only ask one extension from renderer worker instead of all
|
|
2131
|
+
const allExtensions = await getAllExtensions(platform);
|
|
2132
|
+
for (const extension of allExtensions) {
|
|
2133
|
+
if (extension.id === id) {
|
|
2134
|
+
return extension;
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2137
|
+
return undefined;
|
|
2138
|
+
};
|
|
2139
|
+
|
|
2140
|
+
const getExtensionNew = async id => {
|
|
2141
|
+
return getExtension$2(id);
|
|
2142
|
+
};
|
|
2143
|
+
const getExtension = async (id, platform) => {
|
|
2144
|
+
try {
|
|
2145
|
+
return await getExtensionNew(id);
|
|
2146
|
+
} catch {
|
|
2147
|
+
return getExtension$1(id, platform);
|
|
2148
|
+
}
|
|
2149
|
+
};
|
|
2150
|
+
|
|
2151
|
+
const getRemoteSrc = uri => {
|
|
2152
|
+
const src = `/remote${uri}`;
|
|
2153
|
+
return src;
|
|
2154
|
+
};
|
|
2155
|
+
|
|
2156
|
+
const getBaseUrl = (extensionPath, platform) => {
|
|
2157
|
+
switch (platform) {
|
|
2158
|
+
case Remote:
|
|
2159
|
+
case Electron:
|
|
2160
|
+
return getRemoteSrc(extensionPath + '/');
|
|
2161
|
+
default:
|
|
2162
|
+
return extensionPath;
|
|
2163
|
+
}
|
|
2164
|
+
};
|
|
2165
|
+
|
|
2166
|
+
const getCategories = () => {
|
|
2167
|
+
return [{
|
|
2168
|
+
id: 'themes',
|
|
2169
|
+
label: 'Themes'
|
|
2170
|
+
}];
|
|
2171
|
+
};
|
|
2172
|
+
|
|
2173
|
+
const BYTE_UNITS = ['B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'];
|
|
2174
|
+
const BIBYTE_UNITS = ['B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB'];
|
|
2175
|
+
const BIT_UNITS = ['b', 'kbit', 'Mbit', 'Gbit', 'Tbit', 'Pbit', 'Ebit', 'Zbit', 'Ybit'];
|
|
2176
|
+
const BIBIT_UNITS = ['b', 'kibit', 'Mibit', 'Gibit', 'Tibit', 'Pibit', 'Eibit', 'Zibit', 'Yibit'];
|
|
2177
|
+
|
|
2178
|
+
/*
|
|
2179
|
+
Formats the given number using `Number#toLocaleString`.
|
|
2180
|
+
- If locale is a string, the value is expected to be a locale-key (for example: `de`).
|
|
2181
|
+
- If locale is true, the system default locale is used for translation.
|
|
2182
|
+
- If no value for locale is specified, the number is returned unmodified.
|
|
2183
|
+
*/
|
|
2184
|
+
const toLocaleString = (number, locale, options) => {
|
|
2185
|
+
let result = number;
|
|
2186
|
+
if (typeof locale === 'string' || Array.isArray(locale)) {
|
|
2187
|
+
result = number.toLocaleString(locale, options);
|
|
2188
|
+
} else if (locale === true || options !== undefined) {
|
|
2189
|
+
result = number.toLocaleString(undefined, options);
|
|
2190
|
+
}
|
|
2191
|
+
return result;
|
|
2192
|
+
};
|
|
2193
|
+
const log10 = numberOrBigInt => {
|
|
2194
|
+
if (typeof numberOrBigInt === 'number') {
|
|
2195
|
+
return Math.log10(numberOrBigInt);
|
|
2196
|
+
}
|
|
2197
|
+
const string = numberOrBigInt.toString(10);
|
|
2198
|
+
return string.length + Math.log10('0.' + string.slice(0, 15));
|
|
2199
|
+
};
|
|
2200
|
+
const log = numberOrBigInt => {
|
|
2201
|
+
if (typeof numberOrBigInt === 'number') {
|
|
2202
|
+
return Math.log(numberOrBigInt);
|
|
2203
|
+
}
|
|
2204
|
+
return log10(numberOrBigInt) * Math.log(10);
|
|
2205
|
+
};
|
|
2206
|
+
const divide = (numberOrBigInt, divisor) => {
|
|
2207
|
+
if (typeof numberOrBigInt === 'number') {
|
|
2208
|
+
return numberOrBigInt / divisor;
|
|
2209
|
+
}
|
|
2210
|
+
const integerPart = numberOrBigInt / BigInt(divisor);
|
|
2211
|
+
const remainder = numberOrBigInt % BigInt(divisor);
|
|
2212
|
+
return Number(integerPart) + Number(remainder) / divisor;
|
|
2213
|
+
};
|
|
2214
|
+
function prettyBytes(number, options) {
|
|
2215
|
+
if (typeof number !== 'bigint' && !Number.isFinite(number)) {
|
|
2216
|
+
throw new TypeError(`Expected a finite number, got ${typeof number}: ${number}`);
|
|
2217
|
+
}
|
|
2218
|
+
options = {
|
|
2219
|
+
bits: false,
|
|
2220
|
+
binary: false,
|
|
2221
|
+
space: true,
|
|
2222
|
+
...options
|
|
2223
|
+
};
|
|
2224
|
+
const UNITS = options.bits ? options.binary ? BIBIT_UNITS : BIT_UNITS : options.binary ? BIBYTE_UNITS : BYTE_UNITS;
|
|
2225
|
+
const separator = options.space ? ' ' : '';
|
|
2226
|
+
if (options.signed && (typeof number === 'number' ? number === 0 : number === 0n)) {
|
|
2227
|
+
return ` 0${separator}${UNITS[0]}`;
|
|
2228
|
+
}
|
|
2229
|
+
const isNegative = number < 0;
|
|
2230
|
+
const prefix = isNegative ? '-' : options.signed ? '+' : '';
|
|
2231
|
+
if (isNegative) {
|
|
2232
|
+
number = -number;
|
|
2233
|
+
}
|
|
2234
|
+
let localeOptions;
|
|
2235
|
+
if (options.minimumFractionDigits !== undefined) {
|
|
2236
|
+
localeOptions = {
|
|
2237
|
+
minimumFractionDigits: options.minimumFractionDigits
|
|
2238
|
+
};
|
|
1670
2239
|
}
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
const allExtensions = await getAllExtensions(platform);
|
|
1677
|
-
for (const extension of allExtensions) {
|
|
1678
|
-
if (extension.id === id) {
|
|
1679
|
-
return extension;
|
|
1680
|
-
}
|
|
2240
|
+
if (options.maximumFractionDigits !== undefined) {
|
|
2241
|
+
localeOptions = {
|
|
2242
|
+
maximumFractionDigits: options.maximumFractionDigits,
|
|
2243
|
+
...localeOptions
|
|
2244
|
+
};
|
|
1681
2245
|
}
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
const getExtensionNew = async id => {
|
|
1686
|
-
return getExtension$2(id);
|
|
1687
|
-
};
|
|
1688
|
-
const getExtension = async (id, platform) => {
|
|
1689
|
-
try {
|
|
1690
|
-
return await getExtensionNew(id);
|
|
1691
|
-
} catch {
|
|
1692
|
-
return getExtension$1(id, platform);
|
|
2246
|
+
if (number < 1) {
|
|
2247
|
+
const numberString = toLocaleString(number, options.locale, localeOptions);
|
|
2248
|
+
return prefix + numberString + separator + UNITS[0];
|
|
1693
2249
|
}
|
|
1694
|
-
|
|
2250
|
+
const exponent = Math.min(Math.floor(options.binary ? log(number) / Math.log(1024) : log10(number) / 3), UNITS.length - 1);
|
|
2251
|
+
number = divide(number, (options.binary ? 1024 : 1000) ** exponent);
|
|
2252
|
+
if (!localeOptions) {
|
|
2253
|
+
number = number.toPrecision(3);
|
|
2254
|
+
}
|
|
2255
|
+
const numberString = toLocaleString(Number(number), options.locale, localeOptions);
|
|
2256
|
+
const unit = UNITS[exponent];
|
|
2257
|
+
return prefix + numberString + separator + unit;
|
|
2258
|
+
}
|
|
1695
2259
|
|
|
1696
|
-
const
|
|
1697
|
-
return
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
}];
|
|
2260
|
+
const getDisplaySize = size => {
|
|
2261
|
+
return prettyBytes(size, {
|
|
2262
|
+
maximumFractionDigits: 1
|
|
2263
|
+
});
|
|
1701
2264
|
};
|
|
1702
2265
|
|
|
1703
2266
|
const getEntries = () => {
|
|
@@ -1797,317 +2360,129 @@ const getSecondEntries = () => {
|
|
|
1797
2360
|
}];
|
|
1798
2361
|
};
|
|
1799
2362
|
|
|
1800
|
-
const Small
|
|
1801
|
-
const Normal
|
|
1802
|
-
const Large
|
|
2363
|
+
const Small = 1;
|
|
2364
|
+
const Normal = 2;
|
|
2365
|
+
const Large = 3;
|
|
1803
2366
|
|
|
1804
2367
|
const getViewletSize = width => {
|
|
1805
2368
|
if (width < 180) {
|
|
1806
|
-
return Small
|
|
1807
|
-
}
|
|
1808
|
-
if (width < 768) {
|
|
1809
|
-
return Normal$1;
|
|
1810
|
-
}
|
|
1811
|
-
return Large$1;
|
|
1812
|
-
};
|
|
1813
|
-
|
|
1814
|
-
const getSavedSelectedFeature = savedState => {
|
|
1815
|
-
if (savedState && typeof savedState === 'object' && 'selectedFeature' in savedState && typeof savedState.selectedFeature === 'string') {
|
|
1816
|
-
return savedState.selectedFeature;
|
|
1817
|
-
}
|
|
1818
|
-
return Details;
|
|
1819
|
-
};
|
|
1820
|
-
|
|
1821
|
-
const getSavedSelectedTab = savedState => {
|
|
1822
|
-
if (savedState && typeof savedState === 'object' && 'selectedTab' in savedState && typeof savedState.selectedTab === 'string') {
|
|
1823
|
-
return savedState.selectedTab;
|
|
1824
|
-
}
|
|
1825
|
-
return Details;
|
|
1826
|
-
};
|
|
1827
|
-
|
|
1828
|
-
const restoreState = savedState => {
|
|
1829
|
-
const selectedTab = getSavedSelectedTab(savedState);
|
|
1830
|
-
const selectedFeature = getSavedSelectedFeature(savedState);
|
|
1831
|
-
return {
|
|
1832
|
-
selectedFeature,
|
|
1833
|
-
selectedTab
|
|
1834
|
-
};
|
|
1835
|
-
};
|
|
1836
|
-
|
|
1837
|
-
const loadContent = async (state, platform, savedState) => {
|
|
1838
|
-
const {
|
|
1839
|
-
uri,
|
|
1840
|
-
width,
|
|
1841
|
-
assetDir
|
|
1842
|
-
} = state;
|
|
1843
|
-
const id = getExtensionIdFromUri(uri);
|
|
1844
|
-
const extension = await getExtension(id, platform);
|
|
1845
|
-
if (!extension) {
|
|
1846
|
-
throw new Error(`extension not found: ${id}`);
|
|
1847
|
-
}
|
|
1848
|
-
const readmeContent = await loadReadmeContent(extension.path);
|
|
1849
|
-
const baseUrl = getBaseUrl(extension.path, platform);
|
|
1850
|
-
const readmeHtml = await renderMarkdown(readmeContent, {
|
|
1851
|
-
baseUrl
|
|
1852
|
-
});
|
|
1853
|
-
const sanitizedReadmeHtml = readmeHtml;
|
|
1854
|
-
const normalizedReadmeHtml = sanitizedReadmeHtml;
|
|
1855
|
-
const iconSrc = getIcon(extension, platform, assetDir);
|
|
1856
|
-
const description = getDescription(extension);
|
|
1857
|
-
const name = getName(extension);
|
|
1858
|
-
const size = getViewletSize(width);
|
|
1859
|
-
const {
|
|
1860
|
-
selectedFeature,
|
|
1861
|
-
selectedTab
|
|
1862
|
-
} = restoreState(savedState);
|
|
1863
|
-
const features = getFeatures(selectedFeature, extension);
|
|
1864
|
-
const extensionUri = extension.uri || extension.path;
|
|
1865
|
-
const folderSize = await getFolderSize(extensionUri);
|
|
1866
|
-
const entries = getEntries();
|
|
1867
|
-
const secondEntries = getSecondEntries();
|
|
1868
|
-
const categories = getCategories();
|
|
1869
|
-
const resources = getResources();
|
|
1870
|
-
return {
|
|
1871
|
-
...state,
|
|
1872
|
-
selectedTab,
|
|
1873
|
-
sanitizedReadmeHtml: normalizedReadmeHtml,
|
|
1874
|
-
iconSrc,
|
|
1875
|
-
name,
|
|
1876
|
-
description,
|
|
1877
|
-
sizeOnDisk: size,
|
|
1878
|
-
entries,
|
|
1879
|
-
secondEntries,
|
|
1880
|
-
categories,
|
|
1881
|
-
resources,
|
|
1882
|
-
extension,
|
|
1883
|
-
baseUrl,
|
|
1884
|
-
features,
|
|
1885
|
-
folderSize
|
|
1886
|
-
};
|
|
1887
|
-
};
|
|
1888
|
-
|
|
1889
|
-
const loadContent2 = async (state, savedState) => {
|
|
1890
|
-
return loadContent(state, state.platform, savedState);
|
|
1891
|
-
};
|
|
1892
|
-
|
|
1893
|
-
const mergeClassNames = (...classNames) => {
|
|
1894
|
-
return classNames.filter(Boolean).join(' ');
|
|
1895
|
-
};
|
|
1896
|
-
const Button$1 = 1;
|
|
1897
|
-
const Div = 4;
|
|
1898
|
-
const H1 = 5;
|
|
1899
|
-
const Span = 8;
|
|
1900
|
-
const Table$1 = 9;
|
|
1901
|
-
const TBody = 10;
|
|
1902
|
-
const Td = 11;
|
|
1903
|
-
const Text$1 = 12;
|
|
1904
|
-
const Th = 13;
|
|
1905
|
-
const THead = 14;
|
|
1906
|
-
const Tr = 15;
|
|
1907
|
-
const Img = 17;
|
|
1908
|
-
const H2 = 22;
|
|
1909
|
-
const Pre = 51;
|
|
1910
|
-
const A = 53;
|
|
1911
|
-
const Code$2 = 65;
|
|
1912
|
-
const VirtualDomElements = {
|
|
1913
|
-
__proto__: null,
|
|
1914
|
-
A,
|
|
1915
|
-
Button: Button$1,
|
|
1916
|
-
Code: Code$2,
|
|
1917
|
-
Div,
|
|
1918
|
-
H1,
|
|
1919
|
-
H2,
|
|
1920
|
-
Img,
|
|
1921
|
-
Pre,
|
|
1922
|
-
Span,
|
|
1923
|
-
TBody,
|
|
1924
|
-
THead,
|
|
1925
|
-
Table: Table$1,
|
|
1926
|
-
Td,
|
|
1927
|
-
Th,
|
|
1928
|
-
Tr};
|
|
1929
|
-
const text = data => {
|
|
1930
|
-
return {
|
|
1931
|
-
type: Text$1,
|
|
1932
|
-
text: data,
|
|
1933
|
-
childCount: 0
|
|
1934
|
-
};
|
|
1935
|
-
};
|
|
1936
|
-
|
|
1937
|
-
const AdditionalDetails = 'AdditionalDetails';
|
|
1938
|
-
const AdditionalDetailsEntry = 'AdditionalDetailsEntry';
|
|
1939
|
-
const AdditionalDetailsTitle = 'AdditionalDetailsTitle';
|
|
1940
|
-
const Aside = 'Aside';
|
|
1941
|
-
const Button = 'Button';
|
|
1942
|
-
const ButtonPrimary = 'ButtonPrimary';
|
|
1943
|
-
const Categories = 'Categories';
|
|
1944
|
-
const Category = 'Category';
|
|
1945
|
-
const Changelog = 'Changelog';
|
|
1946
|
-
const Code$1 = 'Code';
|
|
1947
|
-
const DefaultMarkdown = 'DefaultMarkdown';
|
|
1948
|
-
const DefinitionListItem = 'DefinitionListItem';
|
|
1949
|
-
const DefinitionListItemHeading = 'DefinitionListItemHeading';
|
|
1950
|
-
const DefinitionListItemValue = 'DefinitionListItemValue';
|
|
1951
|
-
const ExtensionDetail = 'ExtensionDetail';
|
|
1952
|
-
const ExtensionDetailDescription = 'ExtensionDetailDescription';
|
|
1953
|
-
const ExtensionDetailHeader = 'ExtensionDetailHeader';
|
|
1954
|
-
const ExtensionDetailHeaderActions = 'ExtensionDetailHeaderActions';
|
|
1955
|
-
const ExtensionDetailHeaderDetails = 'ExtensionDetailHeaderDetails';
|
|
1956
|
-
const ExtensionDetailIcon = 'ExtensionDetailIcon';
|
|
1957
|
-
const ExtensionDetailName = 'ExtensionDetailName';
|
|
1958
|
-
const ExtensionDetailNameBadge = 'ExtensionDetailNameBadge';
|
|
1959
|
-
const ExtensionDetailPanel = 'ExtensionDetailPanel';
|
|
1960
|
-
const ExtensionDetailTab = 'ExtensionDetailTab';
|
|
1961
|
-
const ExtensionDetailTabs = 'ExtensionDetailTabs';
|
|
1962
|
-
const ExtensionDetailTabSelected = 'ExtensionDetailTabSelected';
|
|
1963
|
-
const Feature = 'Feature';
|
|
1964
|
-
const FeatureContent = 'FeatureContent';
|
|
1965
|
-
const Features = 'Features';
|
|
1966
|
-
const FeaturesList = 'FeaturesList';
|
|
1967
|
-
const FeatureWebView = 'FeatureWebView';
|
|
1968
|
-
const Large = 'Large';
|
|
1969
|
-
const Link = 'Link';
|
|
1970
|
-
const MoreInfo = 'MoreInfo';
|
|
1971
|
-
const MoreInfoEntry = 'MoreInfoEntry';
|
|
1972
|
-
const MoreInfoEntryKey = 'MoreInfoEntryKey';
|
|
1973
|
-
const MoreInfoEntryOdd = 'MoreInfoEntryOdd';
|
|
1974
|
-
const MoreInfoEntryValue = 'MoreInfoEntryValue';
|
|
1975
|
-
const Normal = 'Normal';
|
|
1976
|
-
const Resource = 'Resource';
|
|
1977
|
-
const Resources = 'Resources';
|
|
1978
|
-
const Sash = 'Sash';
|
|
1979
|
-
const SashVertical = 'SashVertical';
|
|
1980
|
-
const ScrollToTopButton = 'ScrollToTopButton';
|
|
1981
|
-
const SettingsButton = 'SettingsButton';
|
|
1982
|
-
const SettingsIcon = 'SettingsIcon';
|
|
1983
|
-
const Small = 'Small';
|
|
1984
|
-
const Table = 'Table';
|
|
1985
|
-
const TableCell = 'TableCell';
|
|
1986
|
-
const TableHeading = 'TableHeading';
|
|
1987
|
-
const Viewlet = 'Viewlet';
|
|
1988
|
-
|
|
1989
|
-
const getBadge = (extension, state) => {
|
|
1990
|
-
if (extension?.builtin && state.builtinExtensionsBadgeEnabled) {
|
|
1991
|
-
return 'builtin';
|
|
1992
|
-
}
|
|
1993
|
-
return '';
|
|
1994
|
-
};
|
|
1995
|
-
|
|
1996
|
-
const BYTE_UNITS = ['B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'];
|
|
1997
|
-
const BIBYTE_UNITS = ['B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB'];
|
|
1998
|
-
const BIT_UNITS = ['b', 'kbit', 'Mbit', 'Gbit', 'Tbit', 'Pbit', 'Ebit', 'Zbit', 'Ybit'];
|
|
1999
|
-
const BIBIT_UNITS = ['b', 'kibit', 'Mibit', 'Gibit', 'Tibit', 'Pibit', 'Eibit', 'Zibit', 'Yibit'];
|
|
2000
|
-
|
|
2001
|
-
/*
|
|
2002
|
-
Formats the given number using `Number#toLocaleString`.
|
|
2003
|
-
- If locale is a string, the value is expected to be a locale-key (for example: `de`).
|
|
2004
|
-
- If locale is true, the system default locale is used for translation.
|
|
2005
|
-
- If no value for locale is specified, the number is returned unmodified.
|
|
2006
|
-
*/
|
|
2007
|
-
const toLocaleString = (number, locale, options) => {
|
|
2008
|
-
let result = number;
|
|
2009
|
-
if (typeof locale === 'string' || Array.isArray(locale)) {
|
|
2010
|
-
result = number.toLocaleString(locale, options);
|
|
2011
|
-
} else if (locale === true || options !== undefined) {
|
|
2012
|
-
result = number.toLocaleString(undefined, options);
|
|
2013
|
-
}
|
|
2014
|
-
return result;
|
|
2015
|
-
};
|
|
2016
|
-
const log10 = numberOrBigInt => {
|
|
2017
|
-
if (typeof numberOrBigInt === 'number') {
|
|
2018
|
-
return Math.log10(numberOrBigInt);
|
|
2369
|
+
return Small;
|
|
2019
2370
|
}
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
};
|
|
2023
|
-
const log = numberOrBigInt => {
|
|
2024
|
-
if (typeof numberOrBigInt === 'number') {
|
|
2025
|
-
return Math.log(numberOrBigInt);
|
|
2371
|
+
if (width < 768) {
|
|
2372
|
+
return Normal;
|
|
2026
2373
|
}
|
|
2027
|
-
return
|
|
2374
|
+
return Large;
|
|
2028
2375
|
};
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2376
|
+
|
|
2377
|
+
const hasColorThemes = extension => {
|
|
2378
|
+
return Boolean(extension && extension.colorThemes && extension.colorThemes.length > 0);
|
|
2379
|
+
};
|
|
2380
|
+
|
|
2381
|
+
const getSavedSelectedFeature = savedState => {
|
|
2382
|
+
if (savedState && typeof savedState === 'object' && 'selectedFeature' in savedState && typeof savedState.selectedFeature === 'string') {
|
|
2383
|
+
return savedState.selectedFeature;
|
|
2032
2384
|
}
|
|
2033
|
-
|
|
2034
|
-
const remainder = numberOrBigInt % BigInt(divisor);
|
|
2035
|
-
return Number(integerPart) + Number(remainder) / divisor;
|
|
2385
|
+
return Details;
|
|
2036
2386
|
};
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2387
|
+
|
|
2388
|
+
const getSavedSelectedTab = savedState => {
|
|
2389
|
+
if (savedState && typeof savedState === 'object' && 'selectedTab' in savedState && typeof savedState.selectedTab === 'string') {
|
|
2390
|
+
return savedState.selectedTab;
|
|
2040
2391
|
}
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2392
|
+
return Details;
|
|
2393
|
+
};
|
|
2394
|
+
|
|
2395
|
+
const restoreState = savedState => {
|
|
2396
|
+
const selectedTab = getSavedSelectedTab(savedState);
|
|
2397
|
+
const selectedFeature = getSavedSelectedFeature(savedState);
|
|
2398
|
+
return {
|
|
2399
|
+
selectedFeature,
|
|
2400
|
+
selectedTab
|
|
2046
2401
|
};
|
|
2047
|
-
|
|
2048
|
-
const separator = options.space ? ' ' : '';
|
|
2049
|
-
if (options.signed && (typeof number === 'number' ? number === 0 : number === 0n)) {
|
|
2050
|
-
return ` 0${separator}${UNITS[0]}`;
|
|
2051
|
-
}
|
|
2052
|
-
const isNegative = number < 0;
|
|
2053
|
-
const prefix = isNegative ? '-' : options.signed ? '+' : '';
|
|
2054
|
-
if (isNegative) {
|
|
2055
|
-
number = -number;
|
|
2056
|
-
}
|
|
2057
|
-
let localeOptions;
|
|
2058
|
-
if (options.minimumFractionDigits !== undefined) {
|
|
2059
|
-
localeOptions = {
|
|
2060
|
-
minimumFractionDigits: options.minimumFractionDigits
|
|
2061
|
-
};
|
|
2062
|
-
}
|
|
2063
|
-
if (options.maximumFractionDigits !== undefined) {
|
|
2064
|
-
localeOptions = {
|
|
2065
|
-
maximumFractionDigits: options.maximumFractionDigits,
|
|
2066
|
-
...localeOptions
|
|
2067
|
-
};
|
|
2068
|
-
}
|
|
2069
|
-
if (number < 1) {
|
|
2070
|
-
const numberString = toLocaleString(number, options.locale, localeOptions);
|
|
2071
|
-
return prefix + numberString + separator + UNITS[0];
|
|
2072
|
-
}
|
|
2073
|
-
const exponent = Math.min(Math.floor(options.binary ? log(number) / Math.log(1024) : log10(number) / 3), UNITS.length - 1);
|
|
2074
|
-
number = divide(number, (options.binary ? 1024 : 1000) ** exponent);
|
|
2075
|
-
if (!localeOptions) {
|
|
2076
|
-
number = number.toPrecision(3);
|
|
2077
|
-
}
|
|
2078
|
-
const numberString = toLocaleString(Number(number), options.locale, localeOptions);
|
|
2079
|
-
const unit = UNITS[exponent];
|
|
2080
|
-
return prefix + numberString + separator + unit;
|
|
2081
|
-
}
|
|
2402
|
+
};
|
|
2082
2403
|
|
|
2083
|
-
const
|
|
2084
|
-
|
|
2085
|
-
|
|
2404
|
+
const loadContent = async (state, platform, savedState) => {
|
|
2405
|
+
const {
|
|
2406
|
+
uri,
|
|
2407
|
+
width,
|
|
2408
|
+
assetDir
|
|
2409
|
+
} = state;
|
|
2410
|
+
const id = getExtensionIdFromUri(uri);
|
|
2411
|
+
const extension = await getExtension(id, platform);
|
|
2412
|
+
if (!extension) {
|
|
2413
|
+
throw new Error(`extension not found: ${id}`);
|
|
2414
|
+
}
|
|
2415
|
+
const readmeContent = await loadReadmeContent(extension.path);
|
|
2416
|
+
const baseUrl = getBaseUrl(extension.path, platform);
|
|
2417
|
+
const readmeHtml = await renderMarkdown(readmeContent, {
|
|
2418
|
+
baseUrl
|
|
2086
2419
|
});
|
|
2420
|
+
const detailsVirtualDom = await getMarkdownVirtualDom(readmeHtml, {
|
|
2421
|
+
scrollToTopEnabled: true
|
|
2422
|
+
});
|
|
2423
|
+
const iconSrc = getIcon(extension, platform, assetDir);
|
|
2424
|
+
const description = getDescription(extension);
|
|
2425
|
+
const name = getName(extension);
|
|
2426
|
+
const size = getViewletSize(width);
|
|
2427
|
+
const {
|
|
2428
|
+
selectedFeature,
|
|
2429
|
+
selectedTab
|
|
2430
|
+
} = restoreState(savedState);
|
|
2431
|
+
const features = getFeatures(selectedFeature, extension);
|
|
2432
|
+
const extensionUri = extension.uri || extension.path;
|
|
2433
|
+
const folderSize = await getFolderSize(extensionUri);
|
|
2434
|
+
const displaySize = getDisplaySize(size);
|
|
2435
|
+
const entries = getEntries();
|
|
2436
|
+
const secondEntries = getSecondEntries();
|
|
2437
|
+
const categories = getCategories();
|
|
2438
|
+
const resources = getResources();
|
|
2439
|
+
const sizeValue = getViewletSize(width || 0);
|
|
2440
|
+
const isBuiltin = extension?.builtin;
|
|
2441
|
+
const hasColorTheme = hasColorThemes(extension);
|
|
2442
|
+
const extensionId = extension?.id || 'n/a';
|
|
2443
|
+
const extensionVersion = extension?.version || 'n/a';
|
|
2444
|
+
return {
|
|
2445
|
+
...state,
|
|
2446
|
+
baseUrl,
|
|
2447
|
+
categories,
|
|
2448
|
+
description,
|
|
2449
|
+
detailsVirtualDom,
|
|
2450
|
+
displaySize,
|
|
2451
|
+
entries,
|
|
2452
|
+
extension,
|
|
2453
|
+
features,
|
|
2454
|
+
folderSize,
|
|
2455
|
+
hasColorTheme,
|
|
2456
|
+
iconSrc,
|
|
2457
|
+
isBuiltin,
|
|
2458
|
+
name,
|
|
2459
|
+
resources,
|
|
2460
|
+
secondEntries,
|
|
2461
|
+
selectedTab,
|
|
2462
|
+
sizeOnDisk: size,
|
|
2463
|
+
sizeValue,
|
|
2464
|
+
extensionId,
|
|
2465
|
+
extensionVersion,
|
|
2466
|
+
scrollToTopButtonEnabled: true
|
|
2467
|
+
};
|
|
2087
2468
|
};
|
|
2088
2469
|
|
|
2089
|
-
const
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
const HandleClickSetColorTheme = 'handleClickSetColorTheme';
|
|
2093
|
-
const HandleClickSettings = 'handleClickSettings';
|
|
2094
|
-
const HandleClickSize = 'handleClickSize';
|
|
2095
|
-
const HandleClickUninstall = 'handleClickUninstall';
|
|
2096
|
-
const HandleFeaturesClick = 'handleFeaturesClick';
|
|
2097
|
-
const HandleIconError = 'handleIconError';
|
|
2098
|
-
const HandleReadmeContextMenu = 'handleReadmeContextMenu';
|
|
2099
|
-
const HandleReadmeWheel = 'handleReadmeWheel';
|
|
2100
|
-
const HandleTabsClick = 'handleTabsClick';
|
|
2470
|
+
const loadContent2 = async (state, savedState) => {
|
|
2471
|
+
return loadContent(state, state.platform, savedState);
|
|
2472
|
+
};
|
|
2101
2473
|
|
|
2102
|
-
const
|
|
2103
|
-
|
|
2474
|
+
const getBadge = (builtin, badgeEnabled) => {
|
|
2475
|
+
if (builtin && badgeEnabled) {
|
|
2476
|
+
return 'builtin';
|
|
2477
|
+
}
|
|
2478
|
+
return '';
|
|
2104
2479
|
};
|
|
2105
2480
|
|
|
2106
|
-
const getExtensionDetailButtons =
|
|
2481
|
+
const getExtensionDetailButtons = (hasColorTheme, isBuiltin) => {
|
|
2107
2482
|
const allActions = [{
|
|
2108
2483
|
label: setColorTheme$3(),
|
|
2109
2484
|
onClick: HandleClickSetColorTheme,
|
|
2110
|
-
enabled:
|
|
2485
|
+
enabled: hasColorTheme,
|
|
2111
2486
|
name: SetColorTheme
|
|
2112
2487
|
}, {
|
|
2113
2488
|
label: disable(),
|
|
@@ -2117,26 +2492,22 @@ const getExtensionDetailButtons = extension => {
|
|
|
2117
2492
|
}, {
|
|
2118
2493
|
label: uninstall(),
|
|
2119
2494
|
onClick: HandleClickUninstall,
|
|
2120
|
-
enabled: !
|
|
2495
|
+
enabled: !isBuiltin,
|
|
2121
2496
|
name: Uninstall
|
|
2122
2497
|
}];
|
|
2123
2498
|
return allActions;
|
|
2124
2499
|
};
|
|
2125
2500
|
|
|
2126
|
-
const getChangelogVirtualDom =
|
|
2127
|
-
const notImplemented
|
|
2501
|
+
const getChangelogVirtualDom = changelogDom => {
|
|
2502
|
+
// const notImplemented = ExtensionDetailStrings.notImplemented()
|
|
2128
2503
|
// TODO set tabpanel role
|
|
2129
2504
|
return [{
|
|
2130
2505
|
type: VirtualDomElements.Div,
|
|
2131
|
-
className: Changelog,
|
|
2506
|
+
className: Changelog$1,
|
|
2132
2507
|
childCount: 1
|
|
2133
|
-
},
|
|
2508
|
+
}, ...changelogDom];
|
|
2134
2509
|
};
|
|
2135
2510
|
|
|
2136
|
-
const TabList = 'tablist';
|
|
2137
|
-
const Tab = 'tab';
|
|
2138
|
-
const Panel = 'panel';
|
|
2139
|
-
|
|
2140
2511
|
const getAdditionalDetailsEntryVirtualDom = (heading, items, renderer) => {
|
|
2141
2512
|
return [{
|
|
2142
2513
|
type: VirtualDomElements.Div,
|
|
@@ -2172,7 +2543,7 @@ const getCategoriesDom = categories => {
|
|
|
2172
2543
|
};
|
|
2173
2544
|
|
|
2174
2545
|
const parentNode$1 = {
|
|
2175
|
-
type: VirtualDomElements.
|
|
2546
|
+
type: VirtualDomElements.Dt,
|
|
2176
2547
|
className: MoreInfoEntryKey,
|
|
2177
2548
|
childCount: 1
|
|
2178
2549
|
};
|
|
@@ -2190,14 +2561,14 @@ const getTag = (onClick, code) => {
|
|
|
2190
2561
|
if (code) {
|
|
2191
2562
|
return VirtualDomElements.Code;
|
|
2192
2563
|
}
|
|
2193
|
-
return VirtualDomElements.
|
|
2564
|
+
return VirtualDomElements.Dd;
|
|
2194
2565
|
};
|
|
2195
2566
|
const getClassName = (onClick, code) => {
|
|
2196
2567
|
if (onClick) {
|
|
2197
2568
|
return mergeClassNames(MoreInfoEntryValue, Link);
|
|
2198
2569
|
}
|
|
2199
2570
|
if (code) {
|
|
2200
|
-
return mergeClassNames(MoreInfoEntryValue, Code
|
|
2571
|
+
return mergeClassNames(MoreInfoEntryValue, Code);
|
|
2201
2572
|
}
|
|
2202
2573
|
return MoreInfoEntryValue;
|
|
2203
2574
|
};
|
|
@@ -2220,12 +2591,12 @@ const getMoreInfoEntryValueVirtualDom = item => {
|
|
|
2220
2591
|
};
|
|
2221
2592
|
|
|
2222
2593
|
const parentNodeEven = {
|
|
2223
|
-
type: VirtualDomElements.
|
|
2594
|
+
type: VirtualDomElements.Dt,
|
|
2224
2595
|
className: MoreInfoEntry,
|
|
2225
2596
|
childCount: 2
|
|
2226
2597
|
};
|
|
2227
2598
|
const parentNodeOdd = {
|
|
2228
|
-
type: VirtualDomElements.
|
|
2599
|
+
type: VirtualDomElements.Dt,
|
|
2229
2600
|
className: mergeClassNames(MoreInfoEntry, MoreInfoEntryOdd),
|
|
2230
2601
|
childCount: 2
|
|
2231
2602
|
};
|
|
@@ -2239,7 +2610,7 @@ const getMoreInfoEntryVirtualDom = item => {
|
|
|
2239
2610
|
|
|
2240
2611
|
const getMoreInfoVirtualDom = items => {
|
|
2241
2612
|
return [{
|
|
2242
|
-
type: VirtualDomElements.
|
|
2613
|
+
type: VirtualDomElements.Dl,
|
|
2243
2614
|
className: MoreInfo,
|
|
2244
2615
|
childCount: items.length
|
|
2245
2616
|
}, ...items.flatMap(getMoreInfoEntryVirtualDom)];
|
|
@@ -2316,31 +2687,20 @@ const getMarketplaceEntries = () => {
|
|
|
2316
2687
|
}];
|
|
2317
2688
|
};
|
|
2318
2689
|
|
|
2319
|
-
|
|
2320
|
-
if (!scrollToTopButtonEnabled) {
|
|
2321
|
-
return [];
|
|
2322
|
-
}
|
|
2323
|
-
return [{
|
|
2324
|
-
type: VirtualDomElements.Button,
|
|
2325
|
-
className: ScrollToTopButton,
|
|
2326
|
-
childCount: 0,
|
|
2327
|
-
onClick: HandleClickScrollToTop,
|
|
2328
|
-
ariaLabel: scrollToTop(),
|
|
2329
|
-
name: 'scrolltotop'
|
|
2330
|
-
}];
|
|
2331
|
-
};
|
|
2690
|
+
// import * as GetScrollToTopVirtualDom from '../GetScrollToTopVirtualDom/GetScrollToTopVirtualDom.ts'
|
|
2332
2691
|
|
|
2333
2692
|
const getChildCount = (additionalDetails, scrollToTopEnabled) => {
|
|
2334
2693
|
let count = 1;
|
|
2335
2694
|
if (additionalDetails) {
|
|
2336
2695
|
count++;
|
|
2337
2696
|
}
|
|
2338
|
-
if (scrollToTopEnabled) {
|
|
2339
|
-
|
|
2340
|
-
}
|
|
2697
|
+
// if (scrollToTopEnabled) {
|
|
2698
|
+
// count++
|
|
2699
|
+
// }
|
|
2341
2700
|
return count;
|
|
2342
2701
|
};
|
|
2343
|
-
const getDetailsVirtualDom =
|
|
2702
|
+
const getDetailsVirtualDom = (sanitizedReadmeHtml, displaySize, extensionId, extensionVersion, width, extensionUri, scrollToTopButtonEnabled, categories$1, resources$1, showAdditionalDetailsBreakpoint // new parameter, no default
|
|
2703
|
+
) => {
|
|
2344
2704
|
const firstHeading = installation();
|
|
2345
2705
|
const entries = getInstallationEntries(displaySize, extensionId, extensionVersion, extensionUri);
|
|
2346
2706
|
const secondHeading = marketplace();
|
|
@@ -2348,37 +2708,19 @@ const getDetailsVirtualDom = async (sanitizedReadmeHtml, displaySize, extensionI
|
|
|
2348
2708
|
const thirdHeading = categories();
|
|
2349
2709
|
const fourthHeading = resources();
|
|
2350
2710
|
const showAdditionalDetails = width > showAdditionalDetailsBreakpoint;
|
|
2351
|
-
const childCount = getChildCount(showAdditionalDetails
|
|
2711
|
+
const childCount = getChildCount(showAdditionalDetails);
|
|
2352
2712
|
const dom = [{
|
|
2353
2713
|
type: VirtualDomElements.Div,
|
|
2354
2714
|
className: ExtensionDetailPanel,
|
|
2355
2715
|
childCount: childCount,
|
|
2356
|
-
role: Panel
|
|
2357
|
-
},
|
|
2716
|
+
role: AriaRoles.Panel
|
|
2717
|
+
},
|
|
2718
|
+
// ...GetScrollToTopVirtualDom.getScrollToTopVirtualDom(scrollToTopButtonEnabled),
|
|
2719
|
+
...sanitizedReadmeHtml, ...getAdditionalDetailsVirtualDom(showAdditionalDetails, firstHeading, entries, secondHeading, secondEntries, thirdHeading, categories$1, fourthHeading, resources$1)];
|
|
2358
2720
|
return dom;
|
|
2359
2721
|
};
|
|
2360
2722
|
|
|
2361
|
-
const
|
|
2362
|
-
const Code = 2;
|
|
2363
|
-
|
|
2364
|
-
const getCommandTableEntry = command => {
|
|
2365
|
-
// TODO watch out for command being null/undefined/number/string/array
|
|
2366
|
-
const {
|
|
2367
|
-
id,
|
|
2368
|
-
label
|
|
2369
|
-
} = command;
|
|
2370
|
-
return [{
|
|
2371
|
-
type: Code,
|
|
2372
|
-
value: id
|
|
2373
|
-
}, {
|
|
2374
|
-
type: Text,
|
|
2375
|
-
value: label
|
|
2376
|
-
}];
|
|
2377
|
-
};
|
|
2378
|
-
|
|
2379
|
-
const getCommandTableEntries = extension => {
|
|
2380
|
-
const commands = extension.commands || [];
|
|
2381
|
-
const rows = commands.map(getCommandTableEntry);
|
|
2723
|
+
const getCommandTableEntries = rows => {
|
|
2382
2724
|
const id$1 = id();
|
|
2383
2725
|
const label$1 = label();
|
|
2384
2726
|
return {
|
|
@@ -2423,9 +2765,9 @@ const getCellTextVirtualDom = value => {
|
|
|
2423
2765
|
|
|
2424
2766
|
const getCellRenderer = type => {
|
|
2425
2767
|
switch (type) {
|
|
2426
|
-
case Code:
|
|
2768
|
+
case Code$2:
|
|
2427
2769
|
return getCellCodeVirtualDom;
|
|
2428
|
-
case Text:
|
|
2770
|
+
case Text$1:
|
|
2429
2771
|
return getCellTextVirtualDom;
|
|
2430
2772
|
default:
|
|
2431
2773
|
throw new Error(`unexpected cell type ${type}`);
|
|
@@ -2470,9 +2812,9 @@ const getTableVirtualDom = tableInfo => {
|
|
|
2470
2812
|
};
|
|
2471
2813
|
|
|
2472
2814
|
// TODO have typed view-model
|
|
2473
|
-
const getFeatureCommandsVirtualDom =
|
|
2815
|
+
const getFeatureCommandsVirtualDom = commands$1 => {
|
|
2474
2816
|
const heading = commands();
|
|
2475
|
-
const tableInfo = getCommandTableEntries(
|
|
2817
|
+
const tableInfo = getCommandTableEntries(commands$1);
|
|
2476
2818
|
return [{
|
|
2477
2819
|
type: VirtualDomElements.Div,
|
|
2478
2820
|
className: FeatureContent,
|
|
@@ -2480,23 +2822,7 @@ const getFeatureCommandsVirtualDom = extension => {
|
|
|
2480
2822
|
}, ...getFeatureContentHeadingVirtualDom(heading), ...getTableVirtualDom(tableInfo)];
|
|
2481
2823
|
};
|
|
2482
2824
|
|
|
2483
|
-
const
|
|
2484
|
-
const {
|
|
2485
|
-
fileMatch,
|
|
2486
|
-
schema
|
|
2487
|
-
} = validation;
|
|
2488
|
-
return [{
|
|
2489
|
-
type: Code,
|
|
2490
|
-
value: fileMatch
|
|
2491
|
-
}, {
|
|
2492
|
-
type: Code,
|
|
2493
|
-
value: schema
|
|
2494
|
-
}];
|
|
2495
|
-
};
|
|
2496
|
-
|
|
2497
|
-
const getJsonValidationTableEntries = extension => {
|
|
2498
|
-
const validations = extension.jsonValidation || [];
|
|
2499
|
-
const rows = validations.map(getJsonValidationTableEntry);
|
|
2825
|
+
const getJsonValidationTableEntries = rows => {
|
|
2500
2826
|
return {
|
|
2501
2827
|
headings: [fileMatch(), schema()],
|
|
2502
2828
|
rows
|
|
@@ -2508,9 +2834,9 @@ const parentNode = {
|
|
|
2508
2834
|
className: FeatureContent,
|
|
2509
2835
|
childCount: 2
|
|
2510
2836
|
};
|
|
2511
|
-
const getFeatureJsonValidationVirtualDom =
|
|
2837
|
+
const getFeatureJsonValidationVirtualDom = jsonValidation$1 => {
|
|
2512
2838
|
const heading = jsonValidation();
|
|
2513
|
-
const tableInfo = getJsonValidationTableEntries(
|
|
2839
|
+
const tableInfo = getJsonValidationTableEntries(jsonValidation$1);
|
|
2514
2840
|
return [parentNode, ...getFeatureContentHeadingVirtualDom(heading), ...getTableVirtualDom(tableInfo)];
|
|
2515
2841
|
};
|
|
2516
2842
|
|
|
@@ -2536,24 +2862,7 @@ const getFeatureProgrammingLanguagesVirtualDom = () => {
|
|
|
2536
2862
|
}, ...getFeatureContentHeadingVirtualDom(heading)];
|
|
2537
2863
|
};
|
|
2538
2864
|
|
|
2539
|
-
const
|
|
2540
|
-
const {
|
|
2541
|
-
id,
|
|
2542
|
-
label
|
|
2543
|
-
} = setting;
|
|
2544
|
-
// TODO watch out for null/undefined/number/string/array
|
|
2545
|
-
return [{
|
|
2546
|
-
type: Text,
|
|
2547
|
-
value: id
|
|
2548
|
-
}, {
|
|
2549
|
-
type: Text,
|
|
2550
|
-
value: label
|
|
2551
|
-
}];
|
|
2552
|
-
};
|
|
2553
|
-
|
|
2554
|
-
const getSettingsTableEntries = extension => {
|
|
2555
|
-
const settings = extension.settings || [];
|
|
2556
|
-
const rows = settings.map(getSettingsTableEntry);
|
|
2865
|
+
const getSettingsTableEntries = rows => {
|
|
2557
2866
|
const textId = id();
|
|
2558
2867
|
const textLabel = label();
|
|
2559
2868
|
return {
|
|
@@ -2562,9 +2871,9 @@ const getSettingsTableEntries = extension => {
|
|
|
2562
2871
|
};
|
|
2563
2872
|
};
|
|
2564
2873
|
|
|
2565
|
-
const getFeatureSettingsVirtualDom =
|
|
2874
|
+
const getFeatureSettingsVirtualDom = rows => {
|
|
2566
2875
|
const heading = settings();
|
|
2567
|
-
const tableInfo = getSettingsTableEntries(
|
|
2876
|
+
const tableInfo = getSettingsTableEntries(rows);
|
|
2568
2877
|
return [{
|
|
2569
2878
|
type: VirtualDomElements.Div,
|
|
2570
2879
|
className: FeatureContent,
|
|
@@ -2585,7 +2894,7 @@ const getVirtualDomChildCount = dom => {
|
|
|
2585
2894
|
return stack.length;
|
|
2586
2895
|
};
|
|
2587
2896
|
|
|
2588
|
-
const getFeatureThemesVirtualDom =
|
|
2897
|
+
const getFeatureThemesVirtualDom = themesDom => {
|
|
2589
2898
|
const childCount = getVirtualDomChildCount(themesDom);
|
|
2590
2899
|
const heading = theme();
|
|
2591
2900
|
return [{
|
|
@@ -2599,26 +2908,6 @@ const getFeatureThemesVirtualDom = async themesDom => {
|
|
|
2599
2908
|
}, ...themesDom];
|
|
2600
2909
|
};
|
|
2601
2910
|
|
|
2602
|
-
const toWebView = rawWebView => {
|
|
2603
|
-
const {
|
|
2604
|
-
id,
|
|
2605
|
-
selector,
|
|
2606
|
-
contentSecurityPolicy,
|
|
2607
|
-
elements
|
|
2608
|
-
} = rawWebView;
|
|
2609
|
-
return {
|
|
2610
|
-
id,
|
|
2611
|
-
selectorString: JSON.stringify(selector),
|
|
2612
|
-
contentSecurityPolicyString: JSON.stringify(contentSecurityPolicy),
|
|
2613
|
-
elementsString: JSON.stringify(elements, null, 2)
|
|
2614
|
-
};
|
|
2615
|
-
};
|
|
2616
|
-
|
|
2617
|
-
const getWebViews = extension => {
|
|
2618
|
-
const rawWebViews = extension.webViews || [];
|
|
2619
|
-
return rawWebViews.map(toWebView);
|
|
2620
|
-
};
|
|
2621
|
-
|
|
2622
2911
|
const heading = {
|
|
2623
2912
|
type: VirtualDomElements.H2,
|
|
2624
2913
|
className: DefinitionListItemHeading,
|
|
@@ -2652,8 +2941,7 @@ const getWebViewVirtualDom = webView => {
|
|
|
2652
2941
|
}, item, heading, text(textId), pre, text(id$1), item, heading, text(textSelector), pre, text(selectorString), item, heading, text(textContentSecurityPolicy), pre, text(contentSecurityPolicyString), item, heading, text(textElements), pre, text(elementsString)];
|
|
2653
2942
|
};
|
|
2654
2943
|
|
|
2655
|
-
const getFeatureWebViewsVirtualDom =
|
|
2656
|
-
const webViews$1 = getWebViews(extension);
|
|
2944
|
+
const getFeatureWebViewsVirtualDom = webViews$1 => {
|
|
2657
2945
|
const heading = webViews();
|
|
2658
2946
|
return [{
|
|
2659
2947
|
type: VirtualDomElements.Div,
|
|
@@ -2665,20 +2953,20 @@ const getFeatureWebViewsVirtualDom = extension => {
|
|
|
2665
2953
|
}, ...webViews$1.flatMap(getWebViewVirtualDom)];
|
|
2666
2954
|
};
|
|
2667
2955
|
|
|
2668
|
-
const getFeatureContentVirtualDom =
|
|
2956
|
+
const getFeatureContentVirtualDom = (themesDom, selectedFeature, commands, jsonValidation, settings, webViews) => {
|
|
2669
2957
|
switch (selectedFeature) {
|
|
2670
2958
|
case Theme:
|
|
2671
|
-
return
|
|
2959
|
+
return getFeatureThemesVirtualDom(themesDom);
|
|
2672
2960
|
case Commands:
|
|
2673
|
-
return getFeatureCommandsVirtualDom(
|
|
2961
|
+
return getFeatureCommandsVirtualDom(commands);
|
|
2674
2962
|
case JsonValidation:
|
|
2675
|
-
return getFeatureJsonValidationVirtualDom(
|
|
2963
|
+
return getFeatureJsonValidationVirtualDom(jsonValidation);
|
|
2676
2964
|
case ProgrammingLanguages:
|
|
2677
2965
|
return getFeatureProgrammingLanguagesVirtualDom();
|
|
2678
2966
|
case Settings:
|
|
2679
|
-
return getFeatureSettingsVirtualDom(
|
|
2967
|
+
return getFeatureSettingsVirtualDom(settings);
|
|
2680
2968
|
case WebViews:
|
|
2681
|
-
return getFeatureWebViewsVirtualDom(
|
|
2969
|
+
return getFeatureWebViewsVirtualDom(webViews);
|
|
2682
2970
|
default:
|
|
2683
2971
|
return getFeatureNotImplementedVirtualDom();
|
|
2684
2972
|
}
|
|
@@ -2710,34 +2998,34 @@ const getFeatureListVirtualDom = features => {
|
|
|
2710
2998
|
}, ...features.flatMap(getFeatureListItemVirtualDom)];
|
|
2711
2999
|
};
|
|
2712
3000
|
|
|
2713
|
-
const getFeaturesVirtualDom =
|
|
3001
|
+
const getFeaturesVirtualDom = (features, themesDom, selectedFeature, commands, jsonValidation, settings, webViews) => {
|
|
2714
3002
|
if (features.length === 0) {
|
|
2715
3003
|
const none$1 = none();
|
|
2716
3004
|
return [{
|
|
2717
3005
|
type: VirtualDomElements.Div,
|
|
2718
|
-
className: Features,
|
|
3006
|
+
className: Features$1,
|
|
2719
3007
|
childCount: 3
|
|
2720
3008
|
}, text(none$1)];
|
|
2721
3009
|
}
|
|
2722
3010
|
return [{
|
|
2723
3011
|
type: VirtualDomElements.Div,
|
|
2724
|
-
className: Features,
|
|
3012
|
+
className: Features$1,
|
|
2725
3013
|
childCount: 3
|
|
2726
3014
|
}, ...getFeatureListVirtualDom(features), {
|
|
2727
3015
|
type: VirtualDomElements.Div,
|
|
2728
3016
|
className: mergeClassNames(Sash, SashVertical),
|
|
2729
3017
|
childCount: 0
|
|
2730
|
-
}, ...
|
|
3018
|
+
}, ...getFeatureContentVirtualDom(themesDom, selectedFeature, commands, jsonValidation, settings, webViews)];
|
|
2731
3019
|
};
|
|
2732
3020
|
|
|
2733
|
-
const getExtensionDetailContentVirtualDom =
|
|
3021
|
+
const getExtensionDetailContentVirtualDom = (sanitizedReadmeHtml, themesDom, selectedTab, features, displaySize, extensionId, extensionVersion, selectedFeature, width, scrollToTopButtonEnabled, categories, resources, breakpoint, commands, jsonValidation, settings, webViews, extensionUri, changelogDom) => {
|
|
2734
3022
|
switch (selectedTab) {
|
|
2735
3023
|
case Details:
|
|
2736
|
-
return
|
|
2737
|
-
case Features
|
|
2738
|
-
return
|
|
2739
|
-
case Changelog
|
|
2740
|
-
return getChangelogVirtualDom();
|
|
3024
|
+
return getDetailsVirtualDom(sanitizedReadmeHtml, displaySize, extensionId, extensionVersion, width, extensionUri, scrollToTopButtonEnabled, categories, resources, breakpoint);
|
|
3025
|
+
case Features:
|
|
3026
|
+
return getFeaturesVirtualDom(features, themesDom, selectedFeature, commands, jsonValidation, settings, webViews);
|
|
3027
|
+
case Changelog:
|
|
3028
|
+
return getChangelogVirtualDom(changelogDom);
|
|
2741
3029
|
default:
|
|
2742
3030
|
return [];
|
|
2743
3031
|
}
|
|
@@ -2842,12 +3130,12 @@ const getTabs = selectedTab => {
|
|
|
2842
3130
|
selected: selectedTab === Details
|
|
2843
3131
|
}, {
|
|
2844
3132
|
label: features(),
|
|
2845
|
-
name: Features
|
|
2846
|
-
selected: selectedTab === Features
|
|
3133
|
+
name: Features,
|
|
3134
|
+
selected: selectedTab === Features
|
|
2847
3135
|
}, {
|
|
2848
3136
|
label: changelog(),
|
|
2849
|
-
name: Changelog
|
|
2850
|
-
selected: selectedTab === Changelog
|
|
3137
|
+
name: Changelog,
|
|
3138
|
+
selected: selectedTab === Changelog
|
|
2851
3139
|
}];
|
|
2852
3140
|
return tabs;
|
|
2853
3141
|
};
|
|
@@ -2864,7 +3152,7 @@ const getTabVirtualDom = tab => {
|
|
|
2864
3152
|
const ariaSelected = selected;
|
|
2865
3153
|
return [{
|
|
2866
3154
|
type: VirtualDomElements.Button,
|
|
2867
|
-
role: Tab,
|
|
3155
|
+
role: AriaRoles.Tab,
|
|
2868
3156
|
name,
|
|
2869
3157
|
className,
|
|
2870
3158
|
childCount: 1,
|
|
@@ -2878,7 +3166,7 @@ const getTabsVirtualDom = tabs => {
|
|
|
2878
3166
|
type: VirtualDomElements.Div,
|
|
2879
3167
|
className: ExtensionDetailTabs,
|
|
2880
3168
|
childCount: tabs.length,
|
|
2881
|
-
role: TabList,
|
|
3169
|
+
role: AriaRoles.TabList,
|
|
2882
3170
|
onClick: HandleTabsClick,
|
|
2883
3171
|
tabIndex: 0
|
|
2884
3172
|
}, ...tabs.flatMap(getTabVirtualDom)];
|
|
@@ -2886,89 +3174,106 @@ const getTabsVirtualDom = tabs => {
|
|
|
2886
3174
|
|
|
2887
3175
|
const getClassNames = size => {
|
|
2888
3176
|
switch (size) {
|
|
2889
|
-
case Small
|
|
2890
|
-
return Small;
|
|
2891
|
-
case Normal
|
|
2892
|
-
return Normal;
|
|
2893
|
-
case Large
|
|
2894
|
-
return Large;
|
|
3177
|
+
case Small:
|
|
3178
|
+
return Small$1;
|
|
3179
|
+
case Normal:
|
|
3180
|
+
return Normal$1;
|
|
3181
|
+
case Large:
|
|
3182
|
+
return Large$1;
|
|
2895
3183
|
default:
|
|
2896
3184
|
return '';
|
|
2897
3185
|
}
|
|
2898
3186
|
};
|
|
2899
3187
|
|
|
2900
|
-
const getExtensionDetailVirtualDom =
|
|
3188
|
+
const getExtensionDetailVirtualDom = (newState, selectedTab) => {
|
|
2901
3189
|
// TODO move this to view model so that rendering occurs like
|
|
2902
3190
|
// 1. state
|
|
2903
3191
|
// 2. view model
|
|
2904
3192
|
// 3. virtual dom
|
|
2905
3193
|
// 4. dom
|
|
2906
|
-
const themesHtml = newState.themesMarkdownDom;
|
|
2907
|
-
const selectedFeature = newState?.selectedFeature || '';
|
|
2908
|
-
const extension = newState?.extension || {};
|
|
2909
|
-
const features = getFeatures(selectedFeature, extension);
|
|
2910
|
-
const size = newState.folderSize || 0;
|
|
2911
|
-
const extensionId = newState?.extension?.id || 'n/a';
|
|
2912
|
-
const extensionVersion = newState?.extension?.version || 'n/a';
|
|
2913
|
-
const displaySize = getDisplaySize(size);
|
|
2914
|
-
const width = newState?.width || 500;
|
|
2915
|
-
const tabs = getTabs(selectedTab);
|
|
2916
|
-
const sizeValue = getViewletSize(newState?.width || 0);
|
|
2917
|
-
const sizeClass = getClassNames(sizeValue);
|
|
2918
|
-
const buttonDefs = getExtensionDetailButtons(extension);
|
|
2919
3194
|
const {
|
|
3195
|
+
displaySize,
|
|
3196
|
+
themesMarkdownDom,
|
|
3197
|
+
selectedFeature,
|
|
3198
|
+
sizeValue,
|
|
3199
|
+
isBuiltin,
|
|
3200
|
+
categories,
|
|
3201
|
+
resources,
|
|
3202
|
+
showAdditionalDetailsBreakpoint,
|
|
3203
|
+
scrollToTopButtonEnabled,
|
|
3204
|
+
hasColorTheme,
|
|
3205
|
+
builtinExtensionsBadgeEnabled,
|
|
3206
|
+
settingsButtonEnabled,
|
|
2920
3207
|
name,
|
|
2921
3208
|
iconSrc,
|
|
2922
|
-
description
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
3209
|
+
description,
|
|
3210
|
+
detailsVirtualDom,
|
|
3211
|
+
features,
|
|
3212
|
+
extensionId,
|
|
3213
|
+
extensionVersion,
|
|
3214
|
+
commands,
|
|
3215
|
+
jsonValidation,
|
|
3216
|
+
settings,
|
|
3217
|
+
webViews,
|
|
3218
|
+
extension,
|
|
3219
|
+
changelogVirtualDom
|
|
2927
3220
|
} = newState;
|
|
3221
|
+
const extensionUri = extension.uri || extension.path || '';
|
|
3222
|
+
const width = newState?.width || 500;
|
|
3223
|
+
const tabs = getTabs(selectedTab);
|
|
3224
|
+
const sizeClass = getClassNames(sizeValue);
|
|
3225
|
+
const buttonDefs = getExtensionDetailButtons(hasColorTheme, isBuiltin);
|
|
3226
|
+
const badge = getBadge(isBuiltin, builtinExtensionsBadgeEnabled); // TODO compute in loadContent
|
|
2928
3227
|
const dom = [{
|
|
2929
3228
|
type: VirtualDomElements.Div,
|
|
2930
3229
|
className: mergeClassNames(Viewlet, ExtensionDetail, sizeClass),
|
|
2931
3230
|
childCount: 3
|
|
2932
|
-
}, ...getExtensionDetailHeaderVirtualDom(name, iconSrc, description, badge, buttonDefs, settingsButtonEnabled), ...getTabsVirtualDom(tabs), ...
|
|
3231
|
+
}, ...getExtensionDetailHeaderVirtualDom(name, iconSrc, description, badge, buttonDefs, settingsButtonEnabled), ...getTabsVirtualDom(tabs), ...getExtensionDetailContentVirtualDom(detailsVirtualDom, themesMarkdownDom, selectedTab, features, displaySize, extensionId, extensionVersion, selectedFeature, width, scrollToTopButtonEnabled, categories, resources, showAdditionalDetailsBreakpoint, commands, jsonValidation, settings, webViews, extensionUri, changelogVirtualDom)];
|
|
2933
3232
|
return dom;
|
|
2934
3233
|
};
|
|
2935
3234
|
|
|
2936
|
-
const renderDom =
|
|
2937
|
-
const dom =
|
|
3235
|
+
const renderDom = (oldState, newState) => {
|
|
3236
|
+
const dom = getExtensionDetailVirtualDom(newState, newState.selectedTab);
|
|
2938
3237
|
return ['Viewlet.setDom2', dom];
|
|
2939
3238
|
};
|
|
2940
3239
|
|
|
2941
|
-
const renderFocus =
|
|
3240
|
+
const renderFocus = (oldState, newState) => {
|
|
2942
3241
|
return ['Viewlet.focusElementByName', ''];
|
|
2943
3242
|
};
|
|
2944
3243
|
|
|
3244
|
+
const renderScrollTop = (oldState, newState) => {
|
|
3245
|
+
return ['Viewlet.setScrollTop', '', newState.readmeScrollTop];
|
|
3246
|
+
};
|
|
3247
|
+
|
|
2945
3248
|
const getRenderer = diffType => {
|
|
2946
3249
|
switch (diffType) {
|
|
2947
3250
|
case RenderItems:
|
|
2948
3251
|
return renderDom;
|
|
2949
3252
|
case RenderFocus:
|
|
2950
3253
|
return renderFocus;
|
|
3254
|
+
case RenderScrollTop:
|
|
3255
|
+
return renderScrollTop;
|
|
2951
3256
|
default:
|
|
2952
3257
|
throw new Error('unknown renderer');
|
|
2953
3258
|
}
|
|
2954
3259
|
};
|
|
2955
3260
|
|
|
2956
|
-
const applyRender =
|
|
3261
|
+
const applyRender = (oldState, newState, diffResult) => {
|
|
2957
3262
|
const commands = [];
|
|
2958
3263
|
for (const item of diffResult) {
|
|
2959
3264
|
const fn = getRenderer(item);
|
|
2960
|
-
commands.push(
|
|
3265
|
+
commands.push(fn(oldState, newState));
|
|
2961
3266
|
}
|
|
2962
3267
|
return commands;
|
|
2963
3268
|
};
|
|
2964
3269
|
|
|
2965
|
-
const render2 =
|
|
3270
|
+
const render2 = (uid, diffResult) => {
|
|
2966
3271
|
const {
|
|
2967
3272
|
oldState,
|
|
2968
3273
|
newState
|
|
2969
3274
|
} = get$1(uid);
|
|
2970
|
-
set$
|
|
2971
|
-
const commands =
|
|
3275
|
+
set$2(uid, oldState, newState);
|
|
3276
|
+
const commands = applyRender(oldState, newState, diffResult);
|
|
2972
3277
|
return commands;
|
|
2973
3278
|
};
|
|
2974
3279
|
|
|
@@ -3034,6 +3339,7 @@ const saveState = uid => {
|
|
|
3034
3339
|
};
|
|
3035
3340
|
|
|
3036
3341
|
const commandMap = {
|
|
3342
|
+
'ExtensionDetail.copyImage': wrapCommand(copyImage),
|
|
3037
3343
|
'ExtensionDetail.create': create$1,
|
|
3038
3344
|
'ExtensionDetail.diff2': diff2,
|
|
3039
3345
|
'ExtensionDetail.dispose': dispose,
|