@lvce-editor/static-server 0.55.3 → 0.55.5
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 +1860 -1859
- package/package.json +1 -1
- package/static/{9a61b47 → ffe4530}/css/App.css +83 -83
- package/static/ffe4530/css/parts/ScrollToTop.css +14 -0
- package/static/{9a61b47 → ffe4530}/css/parts/ViewletExtensionDetail.css +6 -0
- package/static/{9a61b47 → ffe4530}/css/parts/ViewletExtensionDetailHeader.css +8 -0
- package/static/{9a61b47 → ffe4530}/manifest.json +2 -2
- package/static/{9a61b47 → ffe4530}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{9a61b47 → ffe4530}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +625 -399
- package/static/{9a61b47 → ffe4530}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{9a61b47 → ffe4530}/packages/renderer-process/dist/rendererProcessMain.js +5 -1
- package/static/{9a61b47 → ffe4530}/packages/renderer-process/package.json +1 -1
- package/static/{9a61b47 → ffe4530}/packages/renderer-worker/dist/rendererWorkerMain.js +2 -2
- package/static/index.html +4 -4
- /package/static/{9a61b47 → ffe4530}/config/colorTheme.json +0 -0
- /package/static/{9a61b47 → ffe4530}/config/defaultSettings.json +0 -0
- /package/static/{9a61b47 → ffe4530}/config/fileMap.json +0 -0
- /package/static/{9a61b47 → ffe4530}/config/webExtensions.json +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/Animation.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/DebugButtons.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/DebugValue.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/E2eTest.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/E2eTests.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/EditorHover.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/EditorMessage.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/FeatureContent.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/Features.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ImagePreview.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/InputBadge.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/Key.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/LegacyDialog.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/Markdown.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/Progress.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/Select.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/Table.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletAbout.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletDialog.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletMedia.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletOutput.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletPanel.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletPdf.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletProblems.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletReferences.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletSearch.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletStorage.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{9a61b47 → ffe4530}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{9a61b47 → ffe4530}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/default_file.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/default_folder.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/default_root_folder.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_access.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_access2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ada.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_agda.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ai.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_al.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_angular.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_apache.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_apex.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_apib.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_apl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_asp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_astro.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_atom.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ats.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_attw.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_audio.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_avif.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_avro.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_awk.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_aws.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_azure.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_babel.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bak.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bat.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bats.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_biml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_binary.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_biome.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_blade.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_blender.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bower.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_buf.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bun.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_c.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_c2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_c3.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cake.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_casc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cert.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cf.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_changie.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_chef.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_class.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_claude.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_compass.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_composer.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_conan.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_conda.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_config.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_craco.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_css.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_css2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_cython.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dal.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_db.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_debian.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_deno.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_diff.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_django.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_docker.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_docz.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_drone.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_drools.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dune.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_edge.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_eex.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_elm.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ember.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_eps.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_epub.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_erb.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_excel.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_expo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fla.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_flash.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_flow.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_font.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_funding.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_galen.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_git.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_git2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_glide.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_go.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_godot.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_grain.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_haml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_helix.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_helm.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_host.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_html.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_http.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_husky.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_hy.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_icl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_idris.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_image.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_imba.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_inc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_informix.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ini.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ink.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_io.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jake.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_janet.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jar.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_java.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jest.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_json.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_json2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_json5.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jss.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_juice.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_julia.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_just.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_k.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_karma.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_key.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_kite.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_knip.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_kos.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lark.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_latino.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_layout.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_less.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lex.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_liara.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_license.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lime.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_locale.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_log.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lua.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_luau.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_lync.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_map.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_marko.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_maven.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_maya.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_meson.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_metal.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_motif.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mson.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_next.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nim.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nix.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_noc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_node.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_node2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_npm.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nx.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_opam.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_org.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_package.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_paket.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_patch.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_perl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_php.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_php2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_php3.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pine.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pip.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pony.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_postman.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_preact.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_progress.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pug.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_python.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_q.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_qml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_r.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_racket.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rails.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rake.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_raku.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_raml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_razor.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_reason.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_red.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_registry.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rego.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_remark.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_replit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rest.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_retext.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_riot.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_robots.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rome.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ron.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rss.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rust.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sails.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_san.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sas.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sass.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_scala.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_script.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_scss.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_shell.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sino.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_slang.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_slice.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_slim.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_slint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sln.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_snort.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_source.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_spin.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sql.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sss.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sst.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_stan.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_stata.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_style.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_styled.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_svg.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_swc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_swift.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_swig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_teal.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_templ.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tera.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_test.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_testts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tex.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_text.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_textile.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tm.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_todo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_toit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_toml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tox.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_travis.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tree.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tres.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tt.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_twig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_unison.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vala.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vash.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vb.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vba.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vento.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_video.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_view.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vim.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vite.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_volt.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vue.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wally.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_windi.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_word.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_word2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_xib.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_xml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_xo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_yang.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_zig.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_zip.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_android.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_api.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_app.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_client.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_common.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_component.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_config.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_css.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_db.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_git.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_github.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_images.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_include.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_js.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_json.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_less.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_library.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_log.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_model.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_module.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_next.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_node.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_package.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_php.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_private.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_public.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_python.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_route.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_script.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_server.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_services.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_src.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_story.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_style.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_template.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_test.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_video.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_view.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_www.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/add.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/arrow-down.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/arrow-left.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/arrow-right.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/arrow-up.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/blank.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/book.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/case-sensitive.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/check.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/chevron-down.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/chevron-left.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/chevron-right.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/chevron-up.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/chrome-close.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/chrome-maximize.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/chrome-minimize.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/chrome-restore.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/circle-filled.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/clear-all.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/close.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/cloud.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/collapse-all.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-all.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-alt-2.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-alt-small.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-alt.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-console.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-continue-small.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-continue.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-coverage.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-disconnect.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-line-by-line.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-pause.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-rerun.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-restart-frame.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-restart.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-stackframe.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-start.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-step-back.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-step-into.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-step-out.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-step-over.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug-stop.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/debug.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/discard.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/edit.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/ellipsis.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/error.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/exclude.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/extensions.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/files.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/filter.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/go-to-file.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/icon-close.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/icon-source-control.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/icon-sync.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/icon.png +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/icon.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/info.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/language-icon.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/link-external.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/list-flat.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/list-tree.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/new-file.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/new-folder.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/newline.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/open-preview.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/play.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/preserve-case.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/progress.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/pwa-icon-192.png +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/pwa-icon-512.png +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/record-keys.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/refresh.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/regex.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/remove.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/replace-all.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/replace.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/run-all.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/search.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/settings-gear.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/sort-precedence.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/source-control.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/split-horizontal.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/squiggly-error.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/squiggly-warning.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-array.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-boolean.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-class.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-color.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-constant.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-enum-member.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-enum.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-event.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-field.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-file.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-interface.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-key.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-keyword.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-method.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-misc.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-namespace.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-numeric.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-operator.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-parameter.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-property.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-ruler.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-snippet.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-string.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-structure.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/symbol-variable.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/tag.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/terminal-bash.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/terminal.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/theme-icon.png +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/trash.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/triangle-down.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/triangle-left.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/triangle-right.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/triangle-up.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/warning.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/whole-word.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/zoom-in.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/icons/zoom-out.svg +0 -0
- /package/static/{9a61b47 → ffe4530}/js/babel-parser.js +0 -0
- /package/static/{9a61b47 → ffe4530}/js/blob-util.js +0 -0
- /package/static/{9a61b47 → ffe4530}/js/ky.js +0 -0
- /package/static/{9a61b47 → ffe4530}/js/lvce-editor-import-script.js +0 -0
- /package/static/{9a61b47 → ffe4530}/js/lvce-editor-ipc.js +0 -0
- /package/static/{9a61b47 → ffe4530}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{9a61b47 → ffe4530}/js/lvce-editor-verror.js +0 -0
- /package/static/{9a61b47 → ffe4530}/js/p-min-delay.js +0 -0
- /package/static/{9a61b47 → ffe4530}/js/pretty-bytes.js +0 -0
- /package/static/{9a61b47 → ffe4530}/js/preview-injected.js +0 -0
- /package/static/{9a61b47 → ffe4530}/js/yoctodelay.js +0 -0
- /package/static/{9a61b47 → ffe4530}/lib-css/termterm.css +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/renderer-process/LICENSE +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/renderer-process/README.md +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.cpp +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.css +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.csv +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.dart +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.env +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.ex +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.html +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.java +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.jl +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.js +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.json +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.kt +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.pl +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.py +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/index.ts +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/scrolling.txt +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/languages/tsconfig.json +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/sample-folder/a.txt +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/sample-folder/b.txt +0 -0
- /package/static/{9a61b47 → ffe4530}/playground/sample-folder/c.txt +0 -0
|
@@ -944,28 +944,45 @@ const {
|
|
|
944
944
|
|
|
945
945
|
const create$1 = (uid, uri, x, y, width, height, platform, assetDir) => {
|
|
946
946
|
const state = {
|
|
947
|
+
assetDir: assetDir || '',
|
|
948
|
+
activationEvents: [],
|
|
949
|
+
baseUrl: '',
|
|
950
|
+
builtinExtensionsBadgeEnabled: true,
|
|
951
|
+
categories: [],
|
|
952
|
+
changelogVirtualDom: [],
|
|
953
|
+
commands: [],
|
|
947
954
|
description: '',
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
name: '',
|
|
951
|
-
sanitizedReadmeHtml: '',
|
|
952
|
-
selectedTab: '',
|
|
953
|
-
sizeOnDisk: 0,
|
|
954
|
-
width,
|
|
955
|
-
uri,
|
|
955
|
+
detailsVirtualDom: [],
|
|
956
|
+
displaySize: '',
|
|
956
957
|
entries: [],
|
|
957
|
-
secondEntries: [],
|
|
958
|
-
categories: [],
|
|
959
|
-
resources: [],
|
|
960
|
-
selectedFeatureMarkdownDom: '',
|
|
961
958
|
extension: {},
|
|
962
|
-
|
|
959
|
+
extensionId: '',
|
|
960
|
+
extensionVersion: '',
|
|
963
961
|
features: [],
|
|
962
|
+
featuresVirtualDom: [],
|
|
964
963
|
folderSize: 0,
|
|
965
|
-
|
|
964
|
+
hasColorTheme: false,
|
|
965
|
+
iconSrc: '',
|
|
966
|
+
isBuiltin: false,
|
|
967
|
+
jsonValidation: [],
|
|
968
|
+
name: '',
|
|
966
969
|
platform,
|
|
970
|
+
programmingLanguages: [],
|
|
971
|
+
readmeScrollTop: 0,
|
|
972
|
+
resources: [],
|
|
973
|
+
scrollToTopButtonEnabled: false,
|
|
974
|
+
secondEntries: [],
|
|
975
|
+
selectedFeature: '',
|
|
976
|
+
selectedTab: '',
|
|
977
|
+
settings: [],
|
|
967
978
|
settingsButtonEnabled: false,
|
|
968
|
-
|
|
979
|
+
showAdditionalDetailsBreakpoint: 600,
|
|
980
|
+
sizeOnDisk: 0,
|
|
981
|
+
sizeValue: 0,
|
|
982
|
+
themesMarkdownDom: [],
|
|
983
|
+
uri,
|
|
984
|
+
webViews: [],
|
|
985
|
+
width
|
|
969
986
|
};
|
|
970
987
|
set$1(uid, state, state);
|
|
971
988
|
};
|
|
@@ -1005,7 +1022,7 @@ const dispose = uid => {
|
|
|
1005
1022
|
dispose$1(uid);
|
|
1006
1023
|
};
|
|
1007
1024
|
|
|
1008
|
-
const commandIds = ['getMenuEntries', 'handleClickDisable', 'handleClickSettings', 'handleClickSetColorTheme', 'handleClickSize', 'handleClickUninstall', 'handleFeaturesClick', 'handleIconError', 'handleTabsClick', 'renderEventListeners', 'resize', 'saveState', 'selectTab', 'terminate'];
|
|
1025
|
+
const commandIds = ['getMenuEntries', 'handleClickCategory', 'handleClickDisable', 'handleClickScrollToTop', 'handleClickSettings', 'handleClickSetColorTheme', 'handleClickSize', 'handleClickUninstall', 'handleFeaturesClick', 'handleIconError', 'handleTabsClick', 'handleWheel', 'renderEventListeners', 'resize', 'saveState', 'selectTab', 'terminate'];
|
|
1009
1026
|
|
|
1010
1027
|
const getCommandIds = () => {
|
|
1011
1028
|
return commandIds;
|
|
@@ -1032,7 +1049,7 @@ const Commands$1 = 'Commands';
|
|
|
1032
1049
|
const ContentSecurityPolicy = 'ContentSecurityPolicy';
|
|
1033
1050
|
const Copy = 'Copy';
|
|
1034
1051
|
const Details$1 = 'Details';
|
|
1035
|
-
const Disable = 'Disable';
|
|
1052
|
+
const Disable$1 = 'Disable';
|
|
1036
1053
|
const Elements = 'Elements';
|
|
1037
1054
|
const Features$2 = 'Features';
|
|
1038
1055
|
const FileMatch = 'File Match';
|
|
@@ -1045,11 +1062,12 @@ const OpenInNewTab = 'Open in New Tab';
|
|
|
1045
1062
|
const ProgrammingLanguages$1 = 'Programming Languages';
|
|
1046
1063
|
const SaveImageAs = 'Save Image as';
|
|
1047
1064
|
const Schema = 'Schema';
|
|
1065
|
+
const ScrollToTop = 'Scroll to top';
|
|
1048
1066
|
const Selector = 'Selector';
|
|
1049
1067
|
const Settings$1 = 'Settings';
|
|
1050
|
-
const SetColorTheme = 'Set Color Theme';
|
|
1068
|
+
const SetColorTheme$1 = 'Set Color Theme';
|
|
1051
1069
|
const Theme$1 = 'Theme';
|
|
1052
|
-
const Uninstall = 'Uninstall';
|
|
1070
|
+
const Uninstall$1 = 'Uninstall';
|
|
1053
1071
|
const WebViews$1 = 'WebViews';
|
|
1054
1072
|
const NotImplemented = 'Not Implemented';
|
|
1055
1073
|
|
|
@@ -1075,7 +1093,7 @@ const details = () => {
|
|
|
1075
1093
|
return i18nString(Details$1);
|
|
1076
1094
|
};
|
|
1077
1095
|
const disable = () => {
|
|
1078
|
-
return i18nString(Disable);
|
|
1096
|
+
return i18nString(Disable$1);
|
|
1079
1097
|
};
|
|
1080
1098
|
const features = () => {
|
|
1081
1099
|
return i18nString(Features$2);
|
|
@@ -1102,7 +1120,7 @@ const schema = () => {
|
|
|
1102
1120
|
return i18nString(Schema);
|
|
1103
1121
|
};
|
|
1104
1122
|
const setColorTheme$3 = () => {
|
|
1105
|
-
return i18nString(SetColorTheme);
|
|
1123
|
+
return i18nString(SetColorTheme$1);
|
|
1106
1124
|
};
|
|
1107
1125
|
const theme = () => {
|
|
1108
1126
|
return i18nString(Theme$1);
|
|
@@ -1138,7 +1156,10 @@ const notImplemented = () => {
|
|
|
1138
1156
|
return i18nString(NotImplemented);
|
|
1139
1157
|
};
|
|
1140
1158
|
const uninstall = () => {
|
|
1141
|
-
return i18nString(Uninstall);
|
|
1159
|
+
return i18nString(Uninstall$1);
|
|
1160
|
+
};
|
|
1161
|
+
const scrollToTop = () => {
|
|
1162
|
+
return i18nString(ScrollToTop);
|
|
1142
1163
|
};
|
|
1143
1164
|
|
|
1144
1165
|
const None = 0;
|
|
@@ -1184,38 +1205,90 @@ const getLinkMenuEntries = props => {
|
|
|
1184
1205
|
|
|
1185
1206
|
const getMenuEntries = props => [...getLinkMenuEntries(props), ...getImageMenuEntries(props), getCopyMenuEntry()];
|
|
1186
1207
|
|
|
1208
|
+
const handleClickCategory = async (state, categoryId) => {
|
|
1209
|
+
// TODO: Implement category click functionality
|
|
1210
|
+
return state;
|
|
1211
|
+
};
|
|
1212
|
+
|
|
1187
1213
|
const handleClickDisable = async state => {
|
|
1188
1214
|
return state;
|
|
1189
1215
|
};
|
|
1190
1216
|
|
|
1191
|
-
const
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1217
|
+
const Text$1 = 1;
|
|
1218
|
+
const Code$2 = 2;
|
|
1219
|
+
|
|
1220
|
+
const getCommandTableEntry = command => {
|
|
1221
|
+
// TODO watch out for command being null/undefined/number/string/array
|
|
1195
1222
|
const {
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1223
|
+
id,
|
|
1224
|
+
label
|
|
1225
|
+
} = command;
|
|
1226
|
+
return [{
|
|
1227
|
+
type: Code$2,
|
|
1228
|
+
value: id
|
|
1229
|
+
}, {
|
|
1230
|
+
type: Text$1,
|
|
1231
|
+
value: label
|
|
1232
|
+
}];
|
|
1233
|
+
};
|
|
1234
|
+
|
|
1235
|
+
const getFeatureDetailsCommand = extension => {
|
|
1236
|
+
const commands = extension.commands || [];
|
|
1237
|
+
const rows = commands.map(getCommandTableEntry);
|
|
1210
1238
|
return {
|
|
1211
|
-
|
|
1212
|
-
selectedFeature: name,
|
|
1213
|
-
features: newFeatures
|
|
1239
|
+
commands: rows
|
|
1214
1240
|
};
|
|
1215
1241
|
};
|
|
1216
1242
|
|
|
1217
|
-
const
|
|
1218
|
-
|
|
1243
|
+
const getJsonValidationTableEntry = validation => {
|
|
1244
|
+
const {
|
|
1245
|
+
fileMatch,
|
|
1246
|
+
schema
|
|
1247
|
+
} = validation;
|
|
1248
|
+
return [{
|
|
1249
|
+
type: Code$2,
|
|
1250
|
+
value: fileMatch
|
|
1251
|
+
}, {
|
|
1252
|
+
type: Code$2,
|
|
1253
|
+
value: schema
|
|
1254
|
+
}];
|
|
1255
|
+
};
|
|
1256
|
+
|
|
1257
|
+
const getFeatureDetailsJsonValidation = extension => {
|
|
1258
|
+
const validations = extension.jsonValidation || [];
|
|
1259
|
+
const rows = validations.map(getJsonValidationTableEntry);
|
|
1260
|
+
return {
|
|
1261
|
+
jsonValidation: rows
|
|
1262
|
+
};
|
|
1263
|
+
};
|
|
1264
|
+
|
|
1265
|
+
const getFeatureDetailsProgrammingLanguages = extension => {
|
|
1266
|
+
return {
|
|
1267
|
+
programmingLanguages: []
|
|
1268
|
+
};
|
|
1269
|
+
};
|
|
1270
|
+
|
|
1271
|
+
const getSettingsTableEntry = setting => {
|
|
1272
|
+
const {
|
|
1273
|
+
id,
|
|
1274
|
+
label
|
|
1275
|
+
} = setting;
|
|
1276
|
+
// TODO watch out for null/undefined/number/string/array
|
|
1277
|
+
return [{
|
|
1278
|
+
type: Text$1,
|
|
1279
|
+
value: id
|
|
1280
|
+
}, {
|
|
1281
|
+
type: Text$1,
|
|
1282
|
+
value: label
|
|
1283
|
+
}];
|
|
1284
|
+
};
|
|
1285
|
+
|
|
1286
|
+
const getFeatureDetailsSettings = extension => {
|
|
1287
|
+
const settings = extension.settings || [];
|
|
1288
|
+
const rows = settings.map(getSettingsTableEntry);
|
|
1289
|
+
return {
|
|
1290
|
+
settings: rows
|
|
1291
|
+
};
|
|
1219
1292
|
};
|
|
1220
1293
|
|
|
1221
1294
|
const rpcs = Object.create(null);
|
|
@@ -1308,6 +1381,168 @@ const {
|
|
|
1308
1381
|
set,
|
|
1309
1382
|
setColorTheme: setColorTheme$1} = RendererWorker;
|
|
1310
1383
|
|
|
1384
|
+
const getMarkdownVirtualDom = async html => {
|
|
1385
|
+
string(html);
|
|
1386
|
+
const dom = await getMarkdownDom(html);
|
|
1387
|
+
return dom;
|
|
1388
|
+
};
|
|
1389
|
+
|
|
1390
|
+
const getThemeItemMarkdown = (heading, items) => {
|
|
1391
|
+
let markdown = '';
|
|
1392
|
+
if (items.length > 0) {
|
|
1393
|
+
markdown += `### ${heading}`;
|
|
1394
|
+
markdown += '\n\n';
|
|
1395
|
+
for (const item of items) {
|
|
1396
|
+
markdown += `- ${item.label}`;
|
|
1397
|
+
markdown += '\n';
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
return markdown;
|
|
1401
|
+
};
|
|
1402
|
+
|
|
1403
|
+
const getColorThemeMarkdown = themes => {
|
|
1404
|
+
const heading = 'Color Themes';
|
|
1405
|
+
return getThemeItemMarkdown(heading, themes);
|
|
1406
|
+
};
|
|
1407
|
+
const getIconThemeMarkdown = iconThemes => {
|
|
1408
|
+
const heading = 'File Icon Themes';
|
|
1409
|
+
return getThemeItemMarkdown(heading, iconThemes);
|
|
1410
|
+
};
|
|
1411
|
+
const getProductIconThemeMarkdown = iconThemes => {
|
|
1412
|
+
const heading = 'Product Icon Themes';
|
|
1413
|
+
return getThemeItemMarkdown(heading, iconThemes);
|
|
1414
|
+
};
|
|
1415
|
+
const getThemeMarkdown = (themes, iconThemes, productIconThemes) => {
|
|
1416
|
+
let markdown = '';
|
|
1417
|
+
markdown += getColorThemeMarkdown(themes);
|
|
1418
|
+
markdown += getIconThemeMarkdown(iconThemes);
|
|
1419
|
+
markdown += getProductIconThemeMarkdown(productIconThemes);
|
|
1420
|
+
return markdown;
|
|
1421
|
+
};
|
|
1422
|
+
|
|
1423
|
+
const renderMarkdown = async (markdown, options = {}) => {
|
|
1424
|
+
const html = await renderMarkdown$1(markdown, options);
|
|
1425
|
+
return html;
|
|
1426
|
+
};
|
|
1427
|
+
|
|
1428
|
+
const getFeatureDetailsTheme = async (extension, baseUrl) => {
|
|
1429
|
+
// Only generate theme markdown when the selected feature is actually "Theme"
|
|
1430
|
+
const {
|
|
1431
|
+
colorThemes,
|
|
1432
|
+
iconThemes,
|
|
1433
|
+
productIconThemes
|
|
1434
|
+
} = extension;
|
|
1435
|
+
const markdown = getThemeMarkdown(colorThemes || [], iconThemes || [], productIconThemes || []);
|
|
1436
|
+
const rendered = await renderMarkdown(markdown, {
|
|
1437
|
+
baseUrl
|
|
1438
|
+
});
|
|
1439
|
+
const themesMarkdownDom = await getMarkdownVirtualDom(rendered);
|
|
1440
|
+
return {
|
|
1441
|
+
themesMarkdownDom
|
|
1442
|
+
};
|
|
1443
|
+
};
|
|
1444
|
+
|
|
1445
|
+
const toWebView = rawWebView => {
|
|
1446
|
+
const {
|
|
1447
|
+
id,
|
|
1448
|
+
selector,
|
|
1449
|
+
contentSecurityPolicy,
|
|
1450
|
+
elements
|
|
1451
|
+
} = rawWebView;
|
|
1452
|
+
return {
|
|
1453
|
+
id,
|
|
1454
|
+
selectorString: JSON.stringify(selector),
|
|
1455
|
+
contentSecurityPolicyString: JSON.stringify(contentSecurityPolicy),
|
|
1456
|
+
elementsString: JSON.stringify(elements, null, 2)
|
|
1457
|
+
};
|
|
1458
|
+
};
|
|
1459
|
+
|
|
1460
|
+
const getWebViews = extension => {
|
|
1461
|
+
const rawWebViews = extension.webViews || [];
|
|
1462
|
+
return rawWebViews.map(toWebView);
|
|
1463
|
+
};
|
|
1464
|
+
|
|
1465
|
+
const getFeatureDetailsWebView = extension => {
|
|
1466
|
+
const webViews = getWebViews(extension);
|
|
1467
|
+
return {
|
|
1468
|
+
webViews
|
|
1469
|
+
};
|
|
1470
|
+
};
|
|
1471
|
+
|
|
1472
|
+
const Changelog$1 = 'Changelog';
|
|
1473
|
+
const Commands = 'Commands';
|
|
1474
|
+
const Details = 'Details';
|
|
1475
|
+
const Features$1 = 'Features';
|
|
1476
|
+
const JsonValidation = 'JsonValidation';
|
|
1477
|
+
const ProgrammingLanguages = 'ProgrammingLanguages';
|
|
1478
|
+
const Settings = 'Settings';
|
|
1479
|
+
const WebViews = 'WebViews';
|
|
1480
|
+
const Theme = 'Theme';
|
|
1481
|
+
const SetColorTheme = 'SetColorTheme';
|
|
1482
|
+
const Disable = 'Disable';
|
|
1483
|
+
const Uninstall = 'Uninstall';
|
|
1484
|
+
|
|
1485
|
+
const getFeatureDetailsHandler = featureName => {
|
|
1486
|
+
switch (featureName) {
|
|
1487
|
+
case Commands:
|
|
1488
|
+
return getFeatureDetailsCommand;
|
|
1489
|
+
case JsonValidation:
|
|
1490
|
+
return getFeatureDetailsJsonValidation;
|
|
1491
|
+
case ProgrammingLanguages:
|
|
1492
|
+
return getFeatureDetailsProgrammingLanguages;
|
|
1493
|
+
case Settings:
|
|
1494
|
+
return getFeatureDetailsSettings;
|
|
1495
|
+
case WebViews:
|
|
1496
|
+
return getFeatureDetailsWebView;
|
|
1497
|
+
case Theme:
|
|
1498
|
+
return getFeatureDetailsTheme;
|
|
1499
|
+
default:
|
|
1500
|
+
throw new Error(`unknown feature details handler: ${featureName}`);
|
|
1501
|
+
}
|
|
1502
|
+
};
|
|
1503
|
+
|
|
1504
|
+
const selectFeature = async (state, name) => {
|
|
1505
|
+
if (!name) {
|
|
1506
|
+
return state;
|
|
1507
|
+
}
|
|
1508
|
+
const {
|
|
1509
|
+
features,
|
|
1510
|
+
extension,
|
|
1511
|
+
baseUrl
|
|
1512
|
+
} = state;
|
|
1513
|
+
const newFeatures = features.map(feature => {
|
|
1514
|
+
if (feature.id === name) {
|
|
1515
|
+
return {
|
|
1516
|
+
...feature,
|
|
1517
|
+
selected: true
|
|
1518
|
+
};
|
|
1519
|
+
}
|
|
1520
|
+
return {
|
|
1521
|
+
...feature,
|
|
1522
|
+
selected: false
|
|
1523
|
+
};
|
|
1524
|
+
});
|
|
1525
|
+
const fn = getFeatureDetailsHandler(name);
|
|
1526
|
+
const partialNewState = await fn(extension, baseUrl);
|
|
1527
|
+
return {
|
|
1528
|
+
...state,
|
|
1529
|
+
...partialNewState,
|
|
1530
|
+
selectedFeature: name,
|
|
1531
|
+
features: newFeatures
|
|
1532
|
+
};
|
|
1533
|
+
};
|
|
1534
|
+
|
|
1535
|
+
const handleClickFeatures = async (state, name) => {
|
|
1536
|
+
return selectFeature(state, name);
|
|
1537
|
+
};
|
|
1538
|
+
|
|
1539
|
+
const handleClickScrollToTop = state => {
|
|
1540
|
+
return {
|
|
1541
|
+
...state,
|
|
1542
|
+
readmeScrollTop: 0
|
|
1543
|
+
};
|
|
1544
|
+
};
|
|
1545
|
+
|
|
1311
1546
|
const setColorTheme = id => {
|
|
1312
1547
|
return setColorTheme$1(id);
|
|
1313
1548
|
};
|
|
@@ -1371,92 +1606,103 @@ const handleIconError = state => {
|
|
|
1371
1606
|
};
|
|
1372
1607
|
};
|
|
1373
1608
|
|
|
1374
|
-
const
|
|
1375
|
-
|
|
1376
|
-
const Details = 'Details';
|
|
1377
|
-
const Features$1 = 'Features';
|
|
1378
|
-
const JsonValidation = 'JsonValidation';
|
|
1379
|
-
const ProgrammingLanguages = 'ProgrammingLanguages';
|
|
1380
|
-
const Settings = 'Settings';
|
|
1381
|
-
const WebViews = 'WebViews';
|
|
1382
|
-
const Theme = 'Theme';
|
|
1383
|
-
|
|
1384
|
-
const selectTabChangelog = async state => {
|
|
1385
|
-
return {
|
|
1386
|
-
...state,
|
|
1387
|
-
selectedTab: Changelog$1
|
|
1388
|
-
};
|
|
1609
|
+
const readFile = async uri => {
|
|
1610
|
+
return readFile$1(uri);
|
|
1389
1611
|
};
|
|
1390
1612
|
|
|
1391
|
-
const
|
|
1392
|
-
|
|
1613
|
+
const ENOENT = 'ENOENT';
|
|
1614
|
+
|
|
1615
|
+
const isEnoentError = error => {
|
|
1616
|
+
return error && error.code === ENOENT;
|
|
1393
1617
|
};
|
|
1394
1618
|
|
|
1395
|
-
const
|
|
1396
|
-
|
|
1397
|
-
return {
|
|
1398
|
-
...state,
|
|
1399
|
-
selectedTab: Details
|
|
1400
|
-
};
|
|
1619
|
+
const join = (pathSeparator, ...parts) => {
|
|
1620
|
+
return parts.join(pathSeparator);
|
|
1401
1621
|
};
|
|
1402
1622
|
|
|
1403
|
-
const
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1623
|
+
const loadChangelogContent = async path => {
|
|
1624
|
+
try {
|
|
1625
|
+
const changelogUrl = join('/', path, 'CHANGELOG.md');
|
|
1626
|
+
const changelogContent = await readFile(changelogUrl);
|
|
1627
|
+
return changelogContent;
|
|
1628
|
+
} catch (error) {
|
|
1629
|
+
if (isEnoentError(error)) {
|
|
1630
|
+
return '';
|
|
1411
1631
|
}
|
|
1632
|
+
// TODO send message to error worker
|
|
1633
|
+
// @ts-ignore
|
|
1634
|
+
console.error(new VError(error, 'Failed to load Changelog content'));
|
|
1635
|
+
return `${error}`;
|
|
1412
1636
|
}
|
|
1413
|
-
return markdown;
|
|
1414
1637
|
};
|
|
1415
1638
|
|
|
1416
|
-
const
|
|
1417
|
-
const
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
const
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
const
|
|
1426
|
-
return
|
|
1639
|
+
const selectTabChangelog = async state => {
|
|
1640
|
+
const {
|
|
1641
|
+
extension,
|
|
1642
|
+
baseUrl
|
|
1643
|
+
} = state;
|
|
1644
|
+
const changelogContent = await loadChangelogContent(extension.path); // TODO use uri
|
|
1645
|
+
const changelogMarkdownHtml = await renderMarkdown(changelogContent, {
|
|
1646
|
+
baseUrl
|
|
1647
|
+
});
|
|
1648
|
+
const changelogDom = await getMarkdownVirtualDom(changelogMarkdownHtml);
|
|
1649
|
+
return {
|
|
1650
|
+
...state,
|
|
1651
|
+
selectedTab: Changelog$1,
|
|
1652
|
+
changelogVirtualDom: changelogDom
|
|
1653
|
+
};
|
|
1427
1654
|
};
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
markdown += getIconThemeMarkdown(iconThemes);
|
|
1432
|
-
markdown += getProductIconThemeMarkdown(productIconThemes);
|
|
1433
|
-
return markdown;
|
|
1655
|
+
|
|
1656
|
+
const selectTabDefault = async state => {
|
|
1657
|
+
return state;
|
|
1434
1658
|
};
|
|
1435
1659
|
|
|
1436
|
-
const
|
|
1437
|
-
|
|
1438
|
-
|
|
1660
|
+
const loadReadmeContent = async path => {
|
|
1661
|
+
try {
|
|
1662
|
+
const readmeUrl = join('/', path, 'README.md');
|
|
1663
|
+
const readmeContent = await readFile(readmeUrl);
|
|
1664
|
+
return readmeContent;
|
|
1665
|
+
} catch (error) {
|
|
1666
|
+
if (isEnoentError(error)) {
|
|
1667
|
+
return '';
|
|
1668
|
+
}
|
|
1669
|
+
// TODO send message to error worker
|
|
1670
|
+
// @ts-ignore
|
|
1671
|
+
console.error(new VError(error, 'Failed to load Readme content'));
|
|
1672
|
+
return `${error}`;
|
|
1673
|
+
}
|
|
1439
1674
|
};
|
|
1440
1675
|
|
|
1441
|
-
const
|
|
1676
|
+
const selectTabDetails = async state => {
|
|
1442
1677
|
const {
|
|
1443
1678
|
extension,
|
|
1444
1679
|
baseUrl
|
|
1445
1680
|
} = state;
|
|
1446
|
-
const
|
|
1447
|
-
|
|
1448
|
-
iconThemes,
|
|
1449
|
-
productIconThemes
|
|
1450
|
-
} = extension;
|
|
1451
|
-
// TODO do this depending on featured tab content
|
|
1452
|
-
const markdown = getThemeMarkdown(colorThemes || [], iconThemes || [], productIconThemes || []);
|
|
1453
|
-
const rendered = await renderMarkdown(markdown, {
|
|
1681
|
+
const readmeContent = await loadReadmeContent(extension.path);
|
|
1682
|
+
const readmeHtml = await renderMarkdown(readmeContent, {
|
|
1454
1683
|
baseUrl
|
|
1455
1684
|
});
|
|
1685
|
+
const detailsDom = await getMarkdownVirtualDom(readmeHtml);
|
|
1686
|
+
return {
|
|
1687
|
+
...state,
|
|
1688
|
+
selectedTab: Details,
|
|
1689
|
+
detailsVirtualDom: detailsDom
|
|
1690
|
+
};
|
|
1691
|
+
};
|
|
1692
|
+
|
|
1693
|
+
const selectTabFeatures = async state => {
|
|
1694
|
+
const {
|
|
1695
|
+
extension,
|
|
1696
|
+
baseUrl,
|
|
1697
|
+
selectedFeature
|
|
1698
|
+
} = state;
|
|
1699
|
+
const actualSelectedFeature = selectedFeature || Theme;
|
|
1700
|
+
const fn = getFeatureDetailsHandler(actualSelectedFeature);
|
|
1701
|
+
const partialNewState = await fn(extension, baseUrl);
|
|
1456
1702
|
return {
|
|
1457
1703
|
...state,
|
|
1458
1704
|
selectedTab: Features$1,
|
|
1459
|
-
|
|
1705
|
+
...partialNewState
|
|
1460
1706
|
};
|
|
1461
1707
|
};
|
|
1462
1708
|
|
|
@@ -1465,7 +1711,7 @@ const getSelectTabHandler = selectedTab => {
|
|
|
1465
1711
|
case Details:
|
|
1466
1712
|
return selectTabDetails;
|
|
1467
1713
|
case Features$1:
|
|
1468
|
-
return
|
|
1714
|
+
return selectTabFeatures;
|
|
1469
1715
|
case Changelog$1:
|
|
1470
1716
|
return selectTabChangelog;
|
|
1471
1717
|
default:
|
|
@@ -1482,6 +1728,14 @@ const handleTabsClick = (state, name) => {
|
|
|
1482
1728
|
return selectTab(state, name);
|
|
1483
1729
|
};
|
|
1484
1730
|
|
|
1731
|
+
const handleWheel = (state, deltaX, deltaY) => {
|
|
1732
|
+
const newScrollTop = Math.max(0, state.readmeScrollTop + deltaY);
|
|
1733
|
+
return {
|
|
1734
|
+
...state,
|
|
1735
|
+
readmeScrollTop: newScrollTop
|
|
1736
|
+
};
|
|
1737
|
+
};
|
|
1738
|
+
|
|
1485
1739
|
const initialize = async () => {
|
|
1486
1740
|
// TODO create connection to file system worker
|
|
1487
1741
|
// TODO create direct connection to markdown worker
|
|
@@ -1589,6 +1843,99 @@ const getCategories = () => {
|
|
|
1589
1843
|
}];
|
|
1590
1844
|
};
|
|
1591
1845
|
|
|
1846
|
+
const BYTE_UNITS = ['B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'];
|
|
1847
|
+
const BIBYTE_UNITS = ['B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB'];
|
|
1848
|
+
const BIT_UNITS = ['b', 'kbit', 'Mbit', 'Gbit', 'Tbit', 'Pbit', 'Ebit', 'Zbit', 'Ybit'];
|
|
1849
|
+
const BIBIT_UNITS = ['b', 'kibit', 'Mibit', 'Gibit', 'Tibit', 'Pibit', 'Eibit', 'Zibit', 'Yibit'];
|
|
1850
|
+
|
|
1851
|
+
/*
|
|
1852
|
+
Formats the given number using `Number#toLocaleString`.
|
|
1853
|
+
- If locale is a string, the value is expected to be a locale-key (for example: `de`).
|
|
1854
|
+
- If locale is true, the system default locale is used for translation.
|
|
1855
|
+
- If no value for locale is specified, the number is returned unmodified.
|
|
1856
|
+
*/
|
|
1857
|
+
const toLocaleString = (number, locale, options) => {
|
|
1858
|
+
let result = number;
|
|
1859
|
+
if (typeof locale === 'string' || Array.isArray(locale)) {
|
|
1860
|
+
result = number.toLocaleString(locale, options);
|
|
1861
|
+
} else if (locale === true || options !== undefined) {
|
|
1862
|
+
result = number.toLocaleString(undefined, options);
|
|
1863
|
+
}
|
|
1864
|
+
return result;
|
|
1865
|
+
};
|
|
1866
|
+
const log10 = numberOrBigInt => {
|
|
1867
|
+
if (typeof numberOrBigInt === 'number') {
|
|
1868
|
+
return Math.log10(numberOrBigInt);
|
|
1869
|
+
}
|
|
1870
|
+
const string = numberOrBigInt.toString(10);
|
|
1871
|
+
return string.length + Math.log10('0.' + string.slice(0, 15));
|
|
1872
|
+
};
|
|
1873
|
+
const log = numberOrBigInt => {
|
|
1874
|
+
if (typeof numberOrBigInt === 'number') {
|
|
1875
|
+
return Math.log(numberOrBigInt);
|
|
1876
|
+
}
|
|
1877
|
+
return log10(numberOrBigInt) * Math.log(10);
|
|
1878
|
+
};
|
|
1879
|
+
const divide = (numberOrBigInt, divisor) => {
|
|
1880
|
+
if (typeof numberOrBigInt === 'number') {
|
|
1881
|
+
return numberOrBigInt / divisor;
|
|
1882
|
+
}
|
|
1883
|
+
const integerPart = numberOrBigInt / BigInt(divisor);
|
|
1884
|
+
const remainder = numberOrBigInt % BigInt(divisor);
|
|
1885
|
+
return Number(integerPart) + Number(remainder) / divisor;
|
|
1886
|
+
};
|
|
1887
|
+
function prettyBytes(number, options) {
|
|
1888
|
+
if (typeof number !== 'bigint' && !Number.isFinite(number)) {
|
|
1889
|
+
throw new TypeError(`Expected a finite number, got ${typeof number}: ${number}`);
|
|
1890
|
+
}
|
|
1891
|
+
options = {
|
|
1892
|
+
bits: false,
|
|
1893
|
+
binary: false,
|
|
1894
|
+
space: true,
|
|
1895
|
+
...options
|
|
1896
|
+
};
|
|
1897
|
+
const UNITS = options.bits ? options.binary ? BIBIT_UNITS : BIT_UNITS : options.binary ? BIBYTE_UNITS : BYTE_UNITS;
|
|
1898
|
+
const separator = options.space ? ' ' : '';
|
|
1899
|
+
if (options.signed && (typeof number === 'number' ? number === 0 : number === 0n)) {
|
|
1900
|
+
return ` 0${separator}${UNITS[0]}`;
|
|
1901
|
+
}
|
|
1902
|
+
const isNegative = number < 0;
|
|
1903
|
+
const prefix = isNegative ? '-' : options.signed ? '+' : '';
|
|
1904
|
+
if (isNegative) {
|
|
1905
|
+
number = -number;
|
|
1906
|
+
}
|
|
1907
|
+
let localeOptions;
|
|
1908
|
+
if (options.minimumFractionDigits !== undefined) {
|
|
1909
|
+
localeOptions = {
|
|
1910
|
+
minimumFractionDigits: options.minimumFractionDigits
|
|
1911
|
+
};
|
|
1912
|
+
}
|
|
1913
|
+
if (options.maximumFractionDigits !== undefined) {
|
|
1914
|
+
localeOptions = {
|
|
1915
|
+
maximumFractionDigits: options.maximumFractionDigits,
|
|
1916
|
+
...localeOptions
|
|
1917
|
+
};
|
|
1918
|
+
}
|
|
1919
|
+
if (number < 1) {
|
|
1920
|
+
const numberString = toLocaleString(number, options.locale, localeOptions);
|
|
1921
|
+
return prefix + numberString + separator + UNITS[0];
|
|
1922
|
+
}
|
|
1923
|
+
const exponent = Math.min(Math.floor(options.binary ? log(number) / Math.log(1024) : log10(number) / 3), UNITS.length - 1);
|
|
1924
|
+
number = divide(number, (options.binary ? 1024 : 1000) ** exponent);
|
|
1925
|
+
if (!localeOptions) {
|
|
1926
|
+
number = number.toPrecision(3);
|
|
1927
|
+
}
|
|
1928
|
+
const numberString = toLocaleString(Number(number), options.locale, localeOptions);
|
|
1929
|
+
const unit = UNITS[exponent];
|
|
1930
|
+
return prefix + numberString + separator + unit;
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
const getDisplaySize = size => {
|
|
1934
|
+
return prettyBytes(size, {
|
|
1935
|
+
maximumFractionDigits: 1
|
|
1936
|
+
});
|
|
1937
|
+
};
|
|
1938
|
+
|
|
1592
1939
|
const getEntries = () => {
|
|
1593
1940
|
return [{
|
|
1594
1941
|
key: 'Identifier',
|
|
@@ -1700,34 +2047,8 @@ const getViewletSize = width => {
|
|
|
1700
2047
|
return Large$1;
|
|
1701
2048
|
};
|
|
1702
2049
|
|
|
1703
|
-
const
|
|
1704
|
-
return
|
|
1705
|
-
};
|
|
1706
|
-
|
|
1707
|
-
const ENOENT = 'ENOENT';
|
|
1708
|
-
|
|
1709
|
-
const isEnoentError = error => {
|
|
1710
|
-
return error && error.code === ENOENT;
|
|
1711
|
-
};
|
|
1712
|
-
|
|
1713
|
-
const join = (pathSeparator, ...parts) => {
|
|
1714
|
-
return parts.join(pathSeparator);
|
|
1715
|
-
};
|
|
1716
|
-
|
|
1717
|
-
const loadReadmeContent = async path => {
|
|
1718
|
-
try {
|
|
1719
|
-
const readmeUrl = join('/', path, 'README.md');
|
|
1720
|
-
const readmeContent = await readFile(readmeUrl);
|
|
1721
|
-
return readmeContent;
|
|
1722
|
-
} catch (error) {
|
|
1723
|
-
if (isEnoentError(error)) {
|
|
1724
|
-
return '';
|
|
1725
|
-
}
|
|
1726
|
-
// TODO send message to error worker
|
|
1727
|
-
// @ts-ignore
|
|
1728
|
-
console.error(new VError(error, 'Failed to load Readme content'));
|
|
1729
|
-
return `${error}`;
|
|
1730
|
-
}
|
|
2050
|
+
const hasColorThemes = extension => {
|
|
2051
|
+
return Boolean(extension && extension.colorThemes && extension.colorThemes.length > 0);
|
|
1731
2052
|
};
|
|
1732
2053
|
|
|
1733
2054
|
const getSavedSelectedFeature = savedState => {
|
|
@@ -1761,13 +2082,15 @@ const loadContent = async (state, platform, savedState) => {
|
|
|
1761
2082
|
} = state;
|
|
1762
2083
|
const id = getExtensionIdFromUri(uri);
|
|
1763
2084
|
const extension = await getExtension(id, platform);
|
|
2085
|
+
if (!extension) {
|
|
2086
|
+
throw new Error(`extension not found: ${id}`);
|
|
2087
|
+
}
|
|
1764
2088
|
const readmeContent = await loadReadmeContent(extension.path);
|
|
1765
2089
|
const baseUrl = getBaseUrl(extension.path, platform);
|
|
1766
2090
|
const readmeHtml = await renderMarkdown(readmeContent, {
|
|
1767
2091
|
baseUrl
|
|
1768
2092
|
});
|
|
1769
|
-
const
|
|
1770
|
-
const normalizedReadmeHtml = sanitizedReadmeHtml;
|
|
2093
|
+
const detailsVirtualDom = await getMarkdownVirtualDom(readmeHtml);
|
|
1771
2094
|
const iconSrc = getIcon(extension, platform, assetDir);
|
|
1772
2095
|
const description = getDescription(extension);
|
|
1773
2096
|
const name = getName(extension);
|
|
@@ -1779,26 +2102,38 @@ const loadContent = async (state, platform, savedState) => {
|
|
|
1779
2102
|
const features = getFeatures(selectedFeature, extension);
|
|
1780
2103
|
const extensionUri = extension.uri || extension.path;
|
|
1781
2104
|
const folderSize = await getFolderSize(extensionUri);
|
|
2105
|
+
const displaySize = getDisplaySize(size);
|
|
1782
2106
|
const entries = getEntries();
|
|
1783
2107
|
const secondEntries = getSecondEntries();
|
|
1784
2108
|
const categories = getCategories();
|
|
1785
2109
|
const resources = getResources();
|
|
2110
|
+
const sizeValue = getViewletSize(width || 0);
|
|
2111
|
+
const isBuiltin = extension?.builtin;
|
|
2112
|
+
const hasColorTheme = hasColorThemes(extension);
|
|
2113
|
+
const extensionId = extension?.id || 'n/a';
|
|
2114
|
+
const extensionVersion = extension?.version || 'n/a';
|
|
1786
2115
|
return {
|
|
1787
2116
|
...state,
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
iconSrc,
|
|
1791
|
-
name,
|
|
2117
|
+
baseUrl,
|
|
2118
|
+
categories,
|
|
1792
2119
|
description,
|
|
1793
|
-
|
|
2120
|
+
detailsVirtualDom,
|
|
2121
|
+
displaySize,
|
|
1794
2122
|
entries,
|
|
1795
|
-
secondEntries,
|
|
1796
|
-
categories,
|
|
1797
|
-
resources,
|
|
1798
2123
|
extension,
|
|
1799
|
-
baseUrl,
|
|
1800
2124
|
features,
|
|
1801
|
-
folderSize
|
|
2125
|
+
folderSize,
|
|
2126
|
+
hasColorTheme,
|
|
2127
|
+
iconSrc,
|
|
2128
|
+
isBuiltin,
|
|
2129
|
+
name,
|
|
2130
|
+
resources,
|
|
2131
|
+
secondEntries,
|
|
2132
|
+
selectedTab,
|
|
2133
|
+
sizeOnDisk: size,
|
|
2134
|
+
sizeValue,
|
|
2135
|
+
extensionId,
|
|
2136
|
+
extensionVersion
|
|
1802
2137
|
};
|
|
1803
2138
|
};
|
|
1804
2139
|
|
|
@@ -1816,21 +2151,27 @@ const Span = 8;
|
|
|
1816
2151
|
const Table$1 = 9;
|
|
1817
2152
|
const TBody = 10;
|
|
1818
2153
|
const Td = 11;
|
|
1819
|
-
const Text
|
|
2154
|
+
const Text = 12;
|
|
1820
2155
|
const Th = 13;
|
|
1821
2156
|
const THead = 14;
|
|
1822
2157
|
const Tr = 15;
|
|
1823
2158
|
const Img = 17;
|
|
1824
2159
|
const H2 = 22;
|
|
2160
|
+
const Dd = 43;
|
|
2161
|
+
const Dl = 44;
|
|
1825
2162
|
const Pre = 51;
|
|
1826
2163
|
const A = 53;
|
|
1827
2164
|
const Code$1 = 65;
|
|
2165
|
+
const Dt = 67;
|
|
1828
2166
|
const VirtualDomElements = {
|
|
1829
2167
|
__proto__: null,
|
|
1830
2168
|
A,
|
|
1831
2169
|
Button: Button$1,
|
|
1832
2170
|
Code: Code$1,
|
|
2171
|
+
Dd,
|
|
1833
2172
|
Div,
|
|
2173
|
+
Dl,
|
|
2174
|
+
Dt,
|
|
1834
2175
|
H1,
|
|
1835
2176
|
H2,
|
|
1836
2177
|
Img,
|
|
@@ -1844,7 +2185,7 @@ const VirtualDomElements = {
|
|
|
1844
2185
|
Tr};
|
|
1845
2186
|
const text = data => {
|
|
1846
2187
|
return {
|
|
1847
|
-
type: Text
|
|
2188
|
+
type: Text,
|
|
1848
2189
|
text: data,
|
|
1849
2190
|
childCount: 0
|
|
1850
2191
|
};
|
|
@@ -1856,10 +2197,11 @@ const AdditionalDetailsTitle = 'AdditionalDetailsTitle';
|
|
|
1856
2197
|
const Aside = 'Aside';
|
|
1857
2198
|
const Button = 'Button';
|
|
1858
2199
|
const ButtonPrimary = 'ButtonPrimary';
|
|
1859
|
-
const DefaultMarkdown = 'DefaultMarkdown';
|
|
1860
2200
|
const Categories = 'Categories';
|
|
1861
2201
|
const Category = 'Category';
|
|
1862
2202
|
const Changelog = 'Changelog';
|
|
2203
|
+
const Code = 'Code';
|
|
2204
|
+
const DefaultMarkdown = 'DefaultMarkdown';
|
|
1863
2205
|
const DefinitionListItem = 'DefinitionListItem';
|
|
1864
2206
|
const DefinitionListItemHeading = 'DefinitionListItemHeading';
|
|
1865
2207
|
const DefinitionListItemValue = 'DefinitionListItemValue';
|
|
@@ -1872,8 +2214,6 @@ const ExtensionDetailIcon = 'ExtensionDetailIcon';
|
|
|
1872
2214
|
const ExtensionDetailName = 'ExtensionDetailName';
|
|
1873
2215
|
const ExtensionDetailNameBadge = 'ExtensionDetailNameBadge';
|
|
1874
2216
|
const ExtensionDetailPanel = 'ExtensionDetailPanel';
|
|
1875
|
-
const SettingsButton = 'SettingsButton';
|
|
1876
|
-
const SettingsIcon = 'SettingsIcon';
|
|
1877
2217
|
const ExtensionDetailTab = 'ExtensionDetailTab';
|
|
1878
2218
|
const ExtensionDetailTabs = 'ExtensionDetailTabs';
|
|
1879
2219
|
const ExtensionDetailTabSelected = 'ExtensionDetailTabSelected';
|
|
@@ -1883,8 +2223,7 @@ const Features = 'Features';
|
|
|
1883
2223
|
const FeaturesList = 'FeaturesList';
|
|
1884
2224
|
const FeatureWebView = 'FeatureWebView';
|
|
1885
2225
|
const Large = 'Large';
|
|
1886
|
-
const
|
|
1887
|
-
const SashVertical = 'SashVertical';
|
|
2226
|
+
const Link = 'Link';
|
|
1888
2227
|
const MoreInfo = 'MoreInfo';
|
|
1889
2228
|
const MoreInfoEntry = 'MoreInfoEntry';
|
|
1890
2229
|
const MoreInfoEntryKey = 'MoreInfoEntryKey';
|
|
@@ -1893,113 +2232,27 @@ const MoreInfoEntryValue = 'MoreInfoEntryValue';
|
|
|
1893
2232
|
const Normal = 'Normal';
|
|
1894
2233
|
const Resource = 'Resource';
|
|
1895
2234
|
const Resources = 'Resources';
|
|
2235
|
+
const Sash = 'Sash';
|
|
2236
|
+
const SashVertical = 'SashVertical';
|
|
2237
|
+
const ScrollToTopButton = 'ScrollToTopButton';
|
|
2238
|
+
const SettingsButton = 'SettingsButton';
|
|
2239
|
+
const SettingsIcon = 'SettingsIcon';
|
|
1896
2240
|
const Small = 'Small';
|
|
1897
2241
|
const Table = 'Table';
|
|
1898
2242
|
const TableCell = 'TableCell';
|
|
1899
2243
|
const TableHeading = 'TableHeading';
|
|
1900
2244
|
const Viewlet = 'Viewlet';
|
|
1901
2245
|
|
|
1902
|
-
const getBadge = (
|
|
1903
|
-
if (
|
|
2246
|
+
const getBadge = (builtin, badgeEnabled) => {
|
|
2247
|
+
if (builtin && badgeEnabled) {
|
|
1904
2248
|
return 'builtin';
|
|
1905
2249
|
}
|
|
1906
2250
|
return '';
|
|
1907
2251
|
};
|
|
1908
2252
|
|
|
1909
|
-
const
|
|
1910
|
-
const BIBYTE_UNITS = ['B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB'];
|
|
1911
|
-
const BIT_UNITS = ['b', 'kbit', 'Mbit', 'Gbit', 'Tbit', 'Pbit', 'Ebit', 'Zbit', 'Ybit'];
|
|
1912
|
-
const BIBIT_UNITS = ['b', 'kibit', 'Mibit', 'Gibit', 'Tibit', 'Pibit', 'Eibit', 'Zibit', 'Yibit'];
|
|
1913
|
-
|
|
1914
|
-
/*
|
|
1915
|
-
Formats the given number using `Number#toLocaleString`.
|
|
1916
|
-
- If locale is a string, the value is expected to be a locale-key (for example: `de`).
|
|
1917
|
-
- If locale is true, the system default locale is used for translation.
|
|
1918
|
-
- If no value for locale is specified, the number is returned unmodified.
|
|
1919
|
-
*/
|
|
1920
|
-
const toLocaleString = (number, locale, options) => {
|
|
1921
|
-
let result = number;
|
|
1922
|
-
if (typeof locale === 'string' || Array.isArray(locale)) {
|
|
1923
|
-
result = number.toLocaleString(locale, options);
|
|
1924
|
-
} else if (locale === true || options !== undefined) {
|
|
1925
|
-
result = number.toLocaleString(undefined, options);
|
|
1926
|
-
}
|
|
1927
|
-
return result;
|
|
1928
|
-
};
|
|
1929
|
-
const log10 = numberOrBigInt => {
|
|
1930
|
-
if (typeof numberOrBigInt === 'number') {
|
|
1931
|
-
return Math.log10(numberOrBigInt);
|
|
1932
|
-
}
|
|
1933
|
-
const string = numberOrBigInt.toString(10);
|
|
1934
|
-
return string.length + Math.log10('0.' + string.slice(0, 15));
|
|
1935
|
-
};
|
|
1936
|
-
const log = numberOrBigInt => {
|
|
1937
|
-
if (typeof numberOrBigInt === 'number') {
|
|
1938
|
-
return Math.log(numberOrBigInt);
|
|
1939
|
-
}
|
|
1940
|
-
return log10(numberOrBigInt) * Math.log(10);
|
|
1941
|
-
};
|
|
1942
|
-
const divide = (numberOrBigInt, divisor) => {
|
|
1943
|
-
if (typeof numberOrBigInt === 'number') {
|
|
1944
|
-
return numberOrBigInt / divisor;
|
|
1945
|
-
}
|
|
1946
|
-
const integerPart = numberOrBigInt / BigInt(divisor);
|
|
1947
|
-
const remainder = numberOrBigInt % BigInt(divisor);
|
|
1948
|
-
return Number(integerPart) + Number(remainder) / divisor;
|
|
1949
|
-
};
|
|
1950
|
-
function prettyBytes(number, options) {
|
|
1951
|
-
if (typeof number !== 'bigint' && !Number.isFinite(number)) {
|
|
1952
|
-
throw new TypeError(`Expected a finite number, got ${typeof number}: ${number}`);
|
|
1953
|
-
}
|
|
1954
|
-
options = {
|
|
1955
|
-
bits: false,
|
|
1956
|
-
binary: false,
|
|
1957
|
-
space: true,
|
|
1958
|
-
...options
|
|
1959
|
-
};
|
|
1960
|
-
const UNITS = options.bits ? options.binary ? BIBIT_UNITS : BIT_UNITS : options.binary ? BIBYTE_UNITS : BYTE_UNITS;
|
|
1961
|
-
const separator = options.space ? ' ' : '';
|
|
1962
|
-
if (options.signed && (typeof number === 'number' ? number === 0 : number === 0n)) {
|
|
1963
|
-
return ` 0${separator}${UNITS[0]}`;
|
|
1964
|
-
}
|
|
1965
|
-
const isNegative = number < 0;
|
|
1966
|
-
const prefix = isNegative ? '-' : options.signed ? '+' : '';
|
|
1967
|
-
if (isNegative) {
|
|
1968
|
-
number = -number;
|
|
1969
|
-
}
|
|
1970
|
-
let localeOptions;
|
|
1971
|
-
if (options.minimumFractionDigits !== undefined) {
|
|
1972
|
-
localeOptions = {
|
|
1973
|
-
minimumFractionDigits: options.minimumFractionDigits
|
|
1974
|
-
};
|
|
1975
|
-
}
|
|
1976
|
-
if (options.maximumFractionDigits !== undefined) {
|
|
1977
|
-
localeOptions = {
|
|
1978
|
-
maximumFractionDigits: options.maximumFractionDigits,
|
|
1979
|
-
...localeOptions
|
|
1980
|
-
};
|
|
1981
|
-
}
|
|
1982
|
-
if (number < 1) {
|
|
1983
|
-
const numberString = toLocaleString(number, options.locale, localeOptions);
|
|
1984
|
-
return prefix + numberString + separator + UNITS[0];
|
|
1985
|
-
}
|
|
1986
|
-
const exponent = Math.min(Math.floor(options.binary ? log(number) / Math.log(1024) : log10(number) / 3), UNITS.length - 1);
|
|
1987
|
-
number = divide(number, (options.binary ? 1024 : 1000) ** exponent);
|
|
1988
|
-
if (!localeOptions) {
|
|
1989
|
-
number = number.toPrecision(3);
|
|
1990
|
-
}
|
|
1991
|
-
const numberString = toLocaleString(Number(number), options.locale, localeOptions);
|
|
1992
|
-
const unit = UNITS[exponent];
|
|
1993
|
-
return prefix + numberString + separator + unit;
|
|
1994
|
-
}
|
|
1995
|
-
|
|
1996
|
-
const getDisplaySize = size => {
|
|
1997
|
-
return prettyBytes(size, {
|
|
1998
|
-
maximumFractionDigits: 1
|
|
1999
|
-
});
|
|
2000
|
-
};
|
|
2001
|
-
|
|
2253
|
+
const HandleClickCategory = 'handleClickCategory';
|
|
2002
2254
|
const HandleClickDisable = 'handleClickDisable';
|
|
2255
|
+
const HandleClickScrollToTop = 'handleClickScrollToTop';
|
|
2003
2256
|
const HandleClickSetColorTheme = 'handleClickSetColorTheme';
|
|
2004
2257
|
const HandleClickSettings = 'handleClickSettings';
|
|
2005
2258
|
const HandleClickSize = 'handleClickSize';
|
|
@@ -2007,25 +2260,25 @@ const HandleClickUninstall = 'handleClickUninstall';
|
|
|
2007
2260
|
const HandleFeaturesClick = 'handleFeaturesClick';
|
|
2008
2261
|
const HandleIconError = 'handleIconError';
|
|
2009
2262
|
const HandleReadmeContextMenu = 'handleReadmeContextMenu';
|
|
2263
|
+
const HandleReadmeWheel = 'handleReadmeWheel';
|
|
2010
2264
|
const HandleTabsClick = 'handleTabsClick';
|
|
2011
2265
|
|
|
2012
|
-
const
|
|
2013
|
-
return Boolean(extension && extension.colorThemes && extension.colorThemes.length > 0);
|
|
2014
|
-
};
|
|
2015
|
-
|
|
2016
|
-
const getExtensionDetailButtons = extension => {
|
|
2266
|
+
const getExtensionDetailButtons = (hasColorTheme, isBuiltin) => {
|
|
2017
2267
|
const allActions = [{
|
|
2018
2268
|
label: setColorTheme$3(),
|
|
2019
2269
|
onClick: HandleClickSetColorTheme,
|
|
2020
|
-
enabled:
|
|
2270
|
+
enabled: hasColorTheme,
|
|
2271
|
+
name: SetColorTheme
|
|
2021
2272
|
}, {
|
|
2022
2273
|
label: disable(),
|
|
2023
2274
|
onClick: HandleClickDisable,
|
|
2024
|
-
enabled: true
|
|
2275
|
+
enabled: true,
|
|
2276
|
+
name: Disable
|
|
2025
2277
|
}, {
|
|
2026
2278
|
label: uninstall(),
|
|
2027
2279
|
onClick: HandleClickUninstall,
|
|
2028
|
-
enabled: !
|
|
2280
|
+
enabled: !isBuiltin,
|
|
2281
|
+
name: Uninstall
|
|
2029
2282
|
}];
|
|
2030
2283
|
return allActions;
|
|
2031
2284
|
};
|
|
@@ -2058,12 +2311,15 @@ const getAdditionalDetailsEntryVirtualDom = (heading, items, renderer) => {
|
|
|
2058
2311
|
|
|
2059
2312
|
const getCategoryVirtualDom = category => {
|
|
2060
2313
|
const {
|
|
2314
|
+
id,
|
|
2061
2315
|
label
|
|
2062
2316
|
} = category;
|
|
2063
2317
|
return [{
|
|
2064
|
-
type: VirtualDomElements.
|
|
2318
|
+
type: VirtualDomElements.Button,
|
|
2065
2319
|
className: Category,
|
|
2066
|
-
childCount: 1
|
|
2320
|
+
childCount: 1,
|
|
2321
|
+
onClick: HandleClickCategory,
|
|
2322
|
+
name: id
|
|
2067
2323
|
}, text(label)];
|
|
2068
2324
|
};
|
|
2069
2325
|
|
|
@@ -2076,7 +2332,7 @@ const getCategoriesDom = categories => {
|
|
|
2076
2332
|
};
|
|
2077
2333
|
|
|
2078
2334
|
const parentNode$1 = {
|
|
2079
|
-
type: VirtualDomElements.
|
|
2335
|
+
type: VirtualDomElements.Dt,
|
|
2080
2336
|
className: MoreInfoEntryKey,
|
|
2081
2337
|
childCount: 1
|
|
2082
2338
|
};
|
|
@@ -2092,17 +2348,16 @@ const getTag = (onClick, code) => {
|
|
|
2092
2348
|
return VirtualDomElements.A;
|
|
2093
2349
|
}
|
|
2094
2350
|
if (code) {
|
|
2095
|
-
|
|
2096
|
-
return VirtualDomElements.Div;
|
|
2351
|
+
return VirtualDomElements.Code;
|
|
2097
2352
|
}
|
|
2098
|
-
return VirtualDomElements.
|
|
2353
|
+
return VirtualDomElements.Dd;
|
|
2099
2354
|
};
|
|
2100
2355
|
const getClassName = (onClick, code) => {
|
|
2101
2356
|
if (onClick) {
|
|
2102
|
-
return MoreInfoEntryValue
|
|
2357
|
+
return mergeClassNames(MoreInfoEntryValue, Link);
|
|
2103
2358
|
}
|
|
2104
2359
|
if (code) {
|
|
2105
|
-
return MoreInfoEntryValue
|
|
2360
|
+
return mergeClassNames(MoreInfoEntryValue, Code);
|
|
2106
2361
|
}
|
|
2107
2362
|
return MoreInfoEntryValue;
|
|
2108
2363
|
};
|
|
@@ -2125,12 +2380,12 @@ const getMoreInfoEntryValueVirtualDom = item => {
|
|
|
2125
2380
|
};
|
|
2126
2381
|
|
|
2127
2382
|
const parentNodeEven = {
|
|
2128
|
-
type: VirtualDomElements.
|
|
2383
|
+
type: VirtualDomElements.Dt,
|
|
2129
2384
|
className: MoreInfoEntry,
|
|
2130
2385
|
childCount: 2
|
|
2131
2386
|
};
|
|
2132
2387
|
const parentNodeOdd = {
|
|
2133
|
-
type: VirtualDomElements.
|
|
2388
|
+
type: VirtualDomElements.Dt,
|
|
2134
2389
|
className: mergeClassNames(MoreInfoEntry, MoreInfoEntryOdd),
|
|
2135
2390
|
childCount: 2
|
|
2136
2391
|
};
|
|
@@ -2144,7 +2399,7 @@ const getMoreInfoEntryVirtualDom = item => {
|
|
|
2144
2399
|
|
|
2145
2400
|
const getMoreInfoVirtualDom = items => {
|
|
2146
2401
|
return [{
|
|
2147
|
-
type: VirtualDomElements.
|
|
2402
|
+
type: VirtualDomElements.Dl,
|
|
2148
2403
|
className: MoreInfo,
|
|
2149
2404
|
childCount: items.length
|
|
2150
2405
|
}, ...items.flatMap(getMoreInfoEntryVirtualDom)];
|
|
@@ -2210,12 +2465,6 @@ const getInstallationEntries = (displaySize, extensionId, extensionVersion, exte
|
|
|
2210
2465
|
return entries;
|
|
2211
2466
|
};
|
|
2212
2467
|
|
|
2213
|
-
const getMarkdownVirtualDom = async html => {
|
|
2214
|
-
string(html);
|
|
2215
|
-
const dom = await getMarkdownDom(html);
|
|
2216
|
-
return dom;
|
|
2217
|
-
};
|
|
2218
|
-
|
|
2219
2468
|
const getMarketplaceEntries = () => {
|
|
2220
2469
|
return [{
|
|
2221
2470
|
key: 'Published',
|
|
@@ -2227,45 +2476,49 @@ const getMarketplaceEntries = () => {
|
|
|
2227
2476
|
}];
|
|
2228
2477
|
};
|
|
2229
2478
|
|
|
2230
|
-
const
|
|
2479
|
+
const getScrollToTopVirtualDom = scrollToTopButtonEnabled => {
|
|
2480
|
+
if (!scrollToTopButtonEnabled) {
|
|
2481
|
+
return [];
|
|
2482
|
+
}
|
|
2483
|
+
return [{
|
|
2484
|
+
type: VirtualDomElements.Button,
|
|
2485
|
+
className: ScrollToTopButton,
|
|
2486
|
+
childCount: 0,
|
|
2487
|
+
onClick: HandleClickScrollToTop,
|
|
2488
|
+
ariaLabel: scrollToTop(),
|
|
2489
|
+
name: 'scrolltotop'
|
|
2490
|
+
}];
|
|
2491
|
+
};
|
|
2492
|
+
|
|
2493
|
+
const getChildCount = (additionalDetails, scrollToTopEnabled) => {
|
|
2494
|
+
let count = 1;
|
|
2495
|
+
if (additionalDetails) {
|
|
2496
|
+
count++;
|
|
2497
|
+
}
|
|
2498
|
+
if (scrollToTopEnabled) {
|
|
2499
|
+
count++;
|
|
2500
|
+
}
|
|
2501
|
+
return count;
|
|
2502
|
+
};
|
|
2503
|
+
const getDetailsVirtualDom = (sanitizedReadmeHtml, displaySize, extensionId, extensionVersion, width, extensionUri, scrollToTopButtonEnabled, categories$1, resources$1, showAdditionalDetailsBreakpoint // new parameter, no default
|
|
2504
|
+
) => {
|
|
2231
2505
|
const firstHeading = installation();
|
|
2232
2506
|
const entries = getInstallationEntries(displaySize, extensionId, extensionVersion, extensionUri);
|
|
2233
2507
|
const secondHeading = marketplace();
|
|
2234
2508
|
const secondEntries = getMarketplaceEntries();
|
|
2235
2509
|
const thirdHeading = categories();
|
|
2236
|
-
const categories$1 = getCategories();
|
|
2237
2510
|
const fourthHeading = resources();
|
|
2238
|
-
const resources$1 = getResources();
|
|
2239
|
-
const showAdditionalDetailsBreakpoint = 600;
|
|
2240
2511
|
const showAdditionalDetails = width > showAdditionalDetailsBreakpoint;
|
|
2241
|
-
const childCount = showAdditionalDetails
|
|
2512
|
+
const childCount = getChildCount(showAdditionalDetails, scrollToTopButtonEnabled);
|
|
2242
2513
|
const dom = [{
|
|
2243
2514
|
type: VirtualDomElements.Div,
|
|
2244
2515
|
className: ExtensionDetailPanel,
|
|
2245
2516
|
childCount: childCount,
|
|
2246
2517
|
role: Panel
|
|
2247
|
-
}, ...(
|
|
2518
|
+
}, ...getScrollToTopVirtualDom(scrollToTopButtonEnabled), ...sanitizedReadmeHtml, ...getAdditionalDetailsVirtualDom(showAdditionalDetails, firstHeading, entries, secondHeading, secondEntries, thirdHeading, categories$1, fourthHeading, resources$1)];
|
|
2248
2519
|
return dom;
|
|
2249
2520
|
};
|
|
2250
2521
|
|
|
2251
|
-
const Text = 1;
|
|
2252
|
-
const Code = 2;
|
|
2253
|
-
|
|
2254
|
-
const getCommandTableEntry = command => {
|
|
2255
|
-
// TODO watch out for command being null/undefined/number/string/array
|
|
2256
|
-
const {
|
|
2257
|
-
id,
|
|
2258
|
-
label
|
|
2259
|
-
} = command;
|
|
2260
|
-
return [{
|
|
2261
|
-
type: Code,
|
|
2262
|
-
value: id
|
|
2263
|
-
}, {
|
|
2264
|
-
type: Text,
|
|
2265
|
-
value: label
|
|
2266
|
-
}];
|
|
2267
|
-
};
|
|
2268
|
-
|
|
2269
2522
|
const getCommandTableEntries = extension => {
|
|
2270
2523
|
const commands = extension.commands || [];
|
|
2271
2524
|
const rows = commands.map(getCommandTableEntry);
|
|
@@ -2313,9 +2566,9 @@ const getCellTextVirtualDom = value => {
|
|
|
2313
2566
|
|
|
2314
2567
|
const getCellRenderer = type => {
|
|
2315
2568
|
switch (type) {
|
|
2316
|
-
case Code:
|
|
2569
|
+
case Code$2:
|
|
2317
2570
|
return getCellCodeVirtualDom;
|
|
2318
|
-
case Text:
|
|
2571
|
+
case Text$1:
|
|
2319
2572
|
return getCellTextVirtualDom;
|
|
2320
2573
|
default:
|
|
2321
2574
|
throw new Error(`unexpected cell type ${type}`);
|
|
@@ -2370,20 +2623,6 @@ const getFeatureCommandsVirtualDom = extension => {
|
|
|
2370
2623
|
}, ...getFeatureContentHeadingVirtualDom(heading), ...getTableVirtualDom(tableInfo)];
|
|
2371
2624
|
};
|
|
2372
2625
|
|
|
2373
|
-
const getJsonValidationTableEntry = validation => {
|
|
2374
|
-
const {
|
|
2375
|
-
fileMatch,
|
|
2376
|
-
schema
|
|
2377
|
-
} = validation;
|
|
2378
|
-
return [{
|
|
2379
|
-
type: Code,
|
|
2380
|
-
value: fileMatch
|
|
2381
|
-
}, {
|
|
2382
|
-
type: Code,
|
|
2383
|
-
value: schema
|
|
2384
|
-
}];
|
|
2385
|
-
};
|
|
2386
|
-
|
|
2387
2626
|
const getJsonValidationTableEntries = extension => {
|
|
2388
2627
|
const validations = extension.jsonValidation || [];
|
|
2389
2628
|
const rows = validations.map(getJsonValidationTableEntry);
|
|
@@ -2426,21 +2665,6 @@ const getFeatureProgrammingLanguagesVirtualDom = () => {
|
|
|
2426
2665
|
}, ...getFeatureContentHeadingVirtualDom(heading)];
|
|
2427
2666
|
};
|
|
2428
2667
|
|
|
2429
|
-
const getSettingsTableEntry = setting => {
|
|
2430
|
-
const {
|
|
2431
|
-
id,
|
|
2432
|
-
label
|
|
2433
|
-
} = setting;
|
|
2434
|
-
// TODO watch out for null/undefined/number/string/array
|
|
2435
|
-
return [{
|
|
2436
|
-
type: Text,
|
|
2437
|
-
value: id
|
|
2438
|
-
}, {
|
|
2439
|
-
type: Text,
|
|
2440
|
-
value: label
|
|
2441
|
-
}];
|
|
2442
|
-
};
|
|
2443
|
-
|
|
2444
2668
|
const getSettingsTableEntries = extension => {
|
|
2445
2669
|
const settings = extension.settings || [];
|
|
2446
2670
|
const rows = settings.map(getSettingsTableEntry);
|
|
@@ -2475,9 +2699,8 @@ const getVirtualDomChildCount = dom => {
|
|
|
2475
2699
|
return stack.length;
|
|
2476
2700
|
};
|
|
2477
2701
|
|
|
2478
|
-
const getFeatureThemesVirtualDom =
|
|
2479
|
-
const
|
|
2480
|
-
const childCount = getVirtualDomChildCount(markdownDom);
|
|
2702
|
+
const getFeatureThemesVirtualDom = themesDom => {
|
|
2703
|
+
const childCount = getVirtualDomChildCount(themesDom);
|
|
2481
2704
|
const heading = theme();
|
|
2482
2705
|
return [{
|
|
2483
2706
|
type: VirtualDomElements.Div,
|
|
@@ -2487,27 +2710,7 @@ const getFeatureThemesVirtualDom = async themesHtml => {
|
|
|
2487
2710
|
type: VirtualDomElements.Div,
|
|
2488
2711
|
className: DefaultMarkdown,
|
|
2489
2712
|
childCount
|
|
2490
|
-
}, ...
|
|
2491
|
-
};
|
|
2492
|
-
|
|
2493
|
-
const toWebView = rawWebView => {
|
|
2494
|
-
const {
|
|
2495
|
-
id,
|
|
2496
|
-
selector,
|
|
2497
|
-
contentSecurityPolicy,
|
|
2498
|
-
elements
|
|
2499
|
-
} = rawWebView;
|
|
2500
|
-
return {
|
|
2501
|
-
id,
|
|
2502
|
-
selectorString: JSON.stringify(selector),
|
|
2503
|
-
contentSecurityPolicyString: JSON.stringify(contentSecurityPolicy),
|
|
2504
|
-
elementsString: JSON.stringify(elements, null, 2)
|
|
2505
|
-
};
|
|
2506
|
-
};
|
|
2507
|
-
|
|
2508
|
-
const getWebViews = extension => {
|
|
2509
|
-
const rawWebViews = extension.webViews || [];
|
|
2510
|
-
return rawWebViews.map(toWebView);
|
|
2713
|
+
}, ...themesDom];
|
|
2511
2714
|
};
|
|
2512
2715
|
|
|
2513
2716
|
const heading = {
|
|
@@ -2556,10 +2759,10 @@ const getFeatureWebViewsVirtualDom = extension => {
|
|
|
2556
2759
|
}, ...webViews$1.flatMap(getWebViewVirtualDom)];
|
|
2557
2760
|
};
|
|
2558
2761
|
|
|
2559
|
-
const getFeatureContentVirtualDom =
|
|
2762
|
+
const getFeatureContentVirtualDom = (features, themesDom, selectedFeature, extension) => {
|
|
2560
2763
|
switch (selectedFeature) {
|
|
2561
2764
|
case Theme:
|
|
2562
|
-
return
|
|
2765
|
+
return getFeatureThemesVirtualDom(themesDom);
|
|
2563
2766
|
case Commands:
|
|
2564
2767
|
return getFeatureCommandsVirtualDom(extension);
|
|
2565
2768
|
case JsonValidation:
|
|
@@ -2601,7 +2804,7 @@ const getFeatureListVirtualDom = features => {
|
|
|
2601
2804
|
}, ...features.flatMap(getFeatureListItemVirtualDom)];
|
|
2602
2805
|
};
|
|
2603
2806
|
|
|
2604
|
-
const getFeaturesVirtualDom =
|
|
2807
|
+
const getFeaturesVirtualDom = (features, themesDom, selectedFeature, extension) => {
|
|
2605
2808
|
if (features.length === 0) {
|
|
2606
2809
|
const none$1 = none();
|
|
2607
2810
|
return [{
|
|
@@ -2618,15 +2821,15 @@ const getFeaturesVirtualDom = async (features, themesHtml, selectedFeature, exte
|
|
|
2618
2821
|
type: VirtualDomElements.Div,
|
|
2619
2822
|
className: mergeClassNames(Sash, SashVertical),
|
|
2620
2823
|
childCount: 0
|
|
2621
|
-
}, ...
|
|
2824
|
+
}, ...getFeatureContentVirtualDom(features, themesDom, selectedFeature, extension)];
|
|
2622
2825
|
};
|
|
2623
2826
|
|
|
2624
|
-
const getExtensionDetailContentVirtualDom =
|
|
2827
|
+
const getExtensionDetailContentVirtualDom = (sanitizedReadmeHtml, themesDom, selectedTab, features, displaySize, extensionId, extensionVersion, selectedFeature, extension, width, scrollToTopButtonEnabled, categories, resources, breakpoint) => {
|
|
2625
2828
|
switch (selectedTab) {
|
|
2626
2829
|
case Details:
|
|
2627
|
-
return
|
|
2830
|
+
return getDetailsVirtualDom(sanitizedReadmeHtml, displaySize, extensionId, extensionVersion, width, extension.uri || extension.path || '', scrollToTopButtonEnabled, categories, resources, breakpoint);
|
|
2628
2831
|
case Features$1:
|
|
2629
|
-
return
|
|
2832
|
+
return getFeaturesVirtualDom(features, themesDom, selectedFeature, extension);
|
|
2630
2833
|
case Changelog$1:
|
|
2631
2834
|
return getChangelogVirtualDom();
|
|
2632
2835
|
default:
|
|
@@ -2642,11 +2845,12 @@ const getExtensionDetailDescriptionVirtualDom = description => {
|
|
|
2642
2845
|
}, text(description)];
|
|
2643
2846
|
};
|
|
2644
2847
|
|
|
2645
|
-
const getButtonVirtualDom = (message, onClick) => {
|
|
2848
|
+
const getButtonVirtualDom = (message, onClick, name) => {
|
|
2646
2849
|
return [{
|
|
2647
2850
|
type: VirtualDomElements.Button,
|
|
2648
2851
|
className: mergeClassNames(Button, ButtonPrimary),
|
|
2649
2852
|
onClick,
|
|
2853
|
+
name,
|
|
2650
2854
|
childCount: 1
|
|
2651
2855
|
}, text(message)];
|
|
2652
2856
|
};
|
|
@@ -2660,7 +2864,8 @@ const getSettingsButtonVirtualDom = enabled => {
|
|
|
2660
2864
|
className: SettingsButton,
|
|
2661
2865
|
onClick: HandleClickSettings,
|
|
2662
2866
|
childCount: 1,
|
|
2663
|
-
title: 'Settings'
|
|
2867
|
+
title: 'Settings',
|
|
2868
|
+
name: Settings
|
|
2664
2869
|
}, {
|
|
2665
2870
|
type: VirtualDomElements.Span,
|
|
2666
2871
|
className: SettingsIcon,
|
|
@@ -2671,7 +2876,7 @@ const getSettingsButtonVirtualDom = enabled => {
|
|
|
2671
2876
|
|
|
2672
2877
|
const getExtensionDetailHeaderActionsVirtualDom = (buttonDefs, settingsButtonEnabled) => {
|
|
2673
2878
|
const enabledButtons = buttonDefs.filter(btn => btn.enabled);
|
|
2674
|
-
const buttons = enabledButtons.flatMap(btn => getButtonVirtualDom(btn.label, btn.onClick));
|
|
2879
|
+
const buttons = enabledButtons.flatMap(btn => getButtonVirtualDom(btn.label, btn.onClick, btn.name));
|
|
2675
2880
|
const settingsButton = getSettingsButtonVirtualDom(settingsButtonEnabled);
|
|
2676
2881
|
const dom = [{
|
|
2677
2882
|
type: VirtualDomElements.Div,
|
|
@@ -2681,6 +2886,17 @@ const getExtensionDetailHeaderActionsVirtualDom = (buttonDefs, settingsButtonEna
|
|
|
2681
2886
|
return dom;
|
|
2682
2887
|
};
|
|
2683
2888
|
|
|
2889
|
+
const getExtensionDetailIconVirtualDom = iconSrc => {
|
|
2890
|
+
return {
|
|
2891
|
+
type: VirtualDomElements.Img,
|
|
2892
|
+
className: ExtensionDetailIcon,
|
|
2893
|
+
alt: '',
|
|
2894
|
+
draggable: false,
|
|
2895
|
+
childCount: 0,
|
|
2896
|
+
src: iconSrc
|
|
2897
|
+
};
|
|
2898
|
+
};
|
|
2899
|
+
|
|
2684
2900
|
const getNameBadgeVirtualDom = badge => {
|
|
2685
2901
|
if (!badge) {
|
|
2686
2902
|
return [];
|
|
@@ -2705,14 +2921,7 @@ const getExtensionDetailHeaderVirtualDom = (name, iconSrc, description, badge, b
|
|
|
2705
2921
|
type: VirtualDomElements.Div,
|
|
2706
2922
|
className: ExtensionDetailHeader,
|
|
2707
2923
|
childCount: 2
|
|
2708
|
-
}, {
|
|
2709
|
-
type: VirtualDomElements.Img,
|
|
2710
|
-
className: ExtensionDetailIcon,
|
|
2711
|
-
alt: '',
|
|
2712
|
-
draggable: false,
|
|
2713
|
-
childCount: 0,
|
|
2714
|
-
src: iconSrc
|
|
2715
|
-
}, {
|
|
2924
|
+
}, getExtensionDetailIconVirtualDom(iconSrc), {
|
|
2716
2925
|
type: VirtualDomElements.Div,
|
|
2717
2926
|
className: ExtensionDetailHeaderDetails,
|
|
2718
2927
|
childCount: 3
|
|
@@ -2782,48 +2991,53 @@ const getClassNames = size => {
|
|
|
2782
2991
|
}
|
|
2783
2992
|
};
|
|
2784
2993
|
|
|
2785
|
-
const getExtensionDetailVirtualDom =
|
|
2994
|
+
const getExtensionDetailVirtualDom = (newState, selectedTab) => {
|
|
2786
2995
|
// TODO move this to view model so that rendering occurs like
|
|
2787
2996
|
// 1. state
|
|
2788
2997
|
// 2. view model
|
|
2789
2998
|
// 3. virtual dom
|
|
2790
2999
|
// 4. dom
|
|
2791
|
-
const themesHtml = newState?.selectedFeatureMarkdownDom || '';
|
|
2792
|
-
const selectedFeature = newState?.selectedFeature || '';
|
|
2793
|
-
const extension = newState?.extension || {};
|
|
2794
|
-
const features = getFeatures(selectedFeature, extension);
|
|
2795
|
-
const size = newState.folderSize || 0;
|
|
2796
|
-
const extensionId = newState?.extension?.id || 'n/a';
|
|
2797
|
-
const extensionVersion = newState?.extension?.version || 'n/a';
|
|
2798
|
-
const displaySize = getDisplaySize(size);
|
|
2799
|
-
const width = newState?.width || 500;
|
|
2800
|
-
const tabs = getTabs(selectedTab);
|
|
2801
|
-
const sizeValue = getViewletSize(newState?.width || 0);
|
|
2802
|
-
const sizeClass = getClassNames(sizeValue);
|
|
2803
|
-
const buttonDefs = getExtensionDetailButtons(extension);
|
|
2804
3000
|
const {
|
|
3001
|
+
displaySize,
|
|
3002
|
+
themesMarkdownDom,
|
|
3003
|
+
selectedFeature,
|
|
3004
|
+
extension,
|
|
3005
|
+
sizeValue,
|
|
3006
|
+
isBuiltin,
|
|
3007
|
+
categories,
|
|
3008
|
+
resources,
|
|
3009
|
+
showAdditionalDetailsBreakpoint,
|
|
3010
|
+
scrollToTopButtonEnabled,
|
|
3011
|
+
hasColorTheme,
|
|
3012
|
+
builtinExtensionsBadgeEnabled,
|
|
3013
|
+
settingsButtonEnabled,
|
|
2805
3014
|
name,
|
|
2806
3015
|
iconSrc,
|
|
2807
|
-
description
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
3016
|
+
description,
|
|
3017
|
+
detailsVirtualDom,
|
|
3018
|
+
features,
|
|
3019
|
+
extensionId,
|
|
3020
|
+
extensionVersion
|
|
2812
3021
|
} = newState;
|
|
3022
|
+
const width = newState?.width || 500;
|
|
3023
|
+
const tabs = getTabs(selectedTab);
|
|
3024
|
+
const sizeClass = getClassNames(sizeValue);
|
|
3025
|
+
const buttonDefs = getExtensionDetailButtons(hasColorTheme, isBuiltin);
|
|
3026
|
+
const badge = getBadge(isBuiltin, builtinExtensionsBadgeEnabled); // TODO compute in loadContent
|
|
2813
3027
|
const dom = [{
|
|
2814
3028
|
type: VirtualDomElements.Div,
|
|
2815
3029
|
className: mergeClassNames(Viewlet, ExtensionDetail, sizeClass),
|
|
2816
3030
|
childCount: 3
|
|
2817
|
-
}, ...getExtensionDetailHeaderVirtualDom(name, iconSrc, description, badge, buttonDefs, settingsButtonEnabled), ...getTabsVirtualDom(tabs), ...
|
|
3031
|
+
}, ...getExtensionDetailHeaderVirtualDom(name, iconSrc, description, badge, buttonDefs, settingsButtonEnabled), ...getTabsVirtualDom(tabs), ...getExtensionDetailContentVirtualDom(detailsVirtualDom, themesMarkdownDom, selectedTab, features, displaySize, extensionId, extensionVersion, selectedFeature, extension, width, scrollToTopButtonEnabled, categories, resources, showAdditionalDetailsBreakpoint)];
|
|
2818
3032
|
return dom;
|
|
2819
3033
|
};
|
|
2820
3034
|
|
|
2821
|
-
const renderDom =
|
|
2822
|
-
const dom =
|
|
3035
|
+
const renderDom = (oldState, newState) => {
|
|
3036
|
+
const dom = getExtensionDetailVirtualDom(newState, newState.selectedTab);
|
|
2823
3037
|
return ['Viewlet.setDom2', dom];
|
|
2824
3038
|
};
|
|
2825
3039
|
|
|
2826
|
-
const renderFocus =
|
|
3040
|
+
const renderFocus = (oldState, newState) => {
|
|
2827
3041
|
return ['Viewlet.focusElementByName', ''];
|
|
2828
3042
|
};
|
|
2829
3043
|
|
|
@@ -2838,32 +3052,38 @@ const getRenderer = diffType => {
|
|
|
2838
3052
|
}
|
|
2839
3053
|
};
|
|
2840
3054
|
|
|
2841
|
-
const applyRender =
|
|
3055
|
+
const applyRender = (oldState, newState, diffResult) => {
|
|
2842
3056
|
const commands = [];
|
|
2843
3057
|
for (const item of diffResult) {
|
|
2844
3058
|
const fn = getRenderer(item);
|
|
2845
|
-
commands.push(
|
|
3059
|
+
commands.push(fn(oldState, newState));
|
|
2846
3060
|
}
|
|
2847
3061
|
return commands;
|
|
2848
3062
|
};
|
|
2849
3063
|
|
|
2850
|
-
const render2 =
|
|
3064
|
+
const render2 = (uid, diffResult) => {
|
|
2851
3065
|
const {
|
|
2852
3066
|
oldState,
|
|
2853
3067
|
newState
|
|
2854
3068
|
} = get$1(uid);
|
|
2855
3069
|
set$1(uid, oldState, newState);
|
|
2856
|
-
const commands =
|
|
3070
|
+
const commands = applyRender(oldState, newState, diffResult);
|
|
2857
3071
|
return commands;
|
|
2858
3072
|
};
|
|
2859
3073
|
|
|
2860
3074
|
const renderEventListeners = () => {
|
|
2861
3075
|
return [{
|
|
3076
|
+
name: HandleClickCategory,
|
|
3077
|
+
params: ['handleClickCategory', 'event.target.name']
|
|
3078
|
+
}, {
|
|
2862
3079
|
name: HandleIconError,
|
|
2863
3080
|
params: ['handleIconError']
|
|
2864
3081
|
}, {
|
|
2865
3082
|
name: HandleReadmeContextMenu,
|
|
2866
3083
|
params: ['handleReadmeContextMenu', 'event.clientX', 'event.clientY', 'event.target.href', 'event.target.src']
|
|
3084
|
+
}, {
|
|
3085
|
+
name: HandleReadmeWheel,
|
|
3086
|
+
params: ['handleWheel', 'event.deltaX', 'event.deltaY']
|
|
2867
3087
|
}, {
|
|
2868
3088
|
name: HandleTabsClick,
|
|
2869
3089
|
params: ['handleTabsClick', 'event.target.name']
|
|
@@ -2876,6 +3096,9 @@ const renderEventListeners = () => {
|
|
|
2876
3096
|
}, {
|
|
2877
3097
|
name: HandleClickDisable,
|
|
2878
3098
|
params: ['handleClickDisable']
|
|
3099
|
+
}, {
|
|
3100
|
+
name: HandleClickScrollToTop,
|
|
3101
|
+
params: ['handleClickScrollToTop']
|
|
2879
3102
|
}, {
|
|
2880
3103
|
name: HandleClickSettings,
|
|
2881
3104
|
params: ['handleClickSettings']
|
|
@@ -2915,7 +3138,9 @@ const commandMap = {
|
|
|
2915
3138
|
'ExtensionDetail.dispose': dispose,
|
|
2916
3139
|
'ExtensionDetail.getCommandIds': getCommandIds,
|
|
2917
3140
|
'ExtensionDetail.getMenuEntries': getMenuEntries,
|
|
3141
|
+
'ExtensionDetail.handleClickCategory': wrapCommand(handleClickCategory),
|
|
2918
3142
|
'ExtensionDetail.handleClickDisable': wrapCommand(handleClickDisable),
|
|
3143
|
+
'ExtensionDetail.handleClickScrollToTop': wrapCommand(handleClickScrollToTop),
|
|
2919
3144
|
'ExtensionDetail.handleClickSettings': wrapCommand(handleClickSettings),
|
|
2920
3145
|
'ExtensionDetail.handleClickSetColorTheme': wrapCommand(handleClickSetColorTheme),
|
|
2921
3146
|
'ExtensionDetail.handleClickSize': wrapCommand(handleClickSize),
|
|
@@ -2923,6 +3148,7 @@ const commandMap = {
|
|
|
2923
3148
|
'ExtensionDetail.handleFeaturesClick': wrapCommand(handleClickFeatures),
|
|
2924
3149
|
'ExtensionDetail.handleIconError': wrapCommand(handleIconError),
|
|
2925
3150
|
'ExtensionDetail.handleTabsClick': wrapCommand(handleTabsClick),
|
|
3151
|
+
'ExtensionDetail.handleWheel': wrapCommand(handleWheel),
|
|
2926
3152
|
'ExtensionDetail.loadContent2': wrapCommand(loadContent2),
|
|
2927
3153
|
'ExtensionDetail.render2': render2,
|
|
2928
3154
|
'ExtensionDetail.renderEventListeners': renderEventListeners,
|