@lvce-editor/static-server 0.48.1 → 0.48.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1861 -1861
- package/package.json +1 -1
- package/static/{b61a0dd → a66f6c1}/css/App.css +83 -83
- package/static/{b61a0dd → a66f6c1}/css/parts/ViewletIframeInspector.css +14 -0
- package/static/{b61a0dd → a66f6c1}/manifest.json +2 -2
- package/static/{b61a0dd → a66f6c1}/packages/about-view-worker/dist/aboutWorkerMain.js +9 -19
- package/static/{b61a0dd → a66f6c1}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{b61a0dd → a66f6c1}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +1007 -186
- package/static/{b61a0dd → a66f6c1}/packages/file-search-worker/dist/fileSearchWorkerMain.js +7 -35
- package/static/{b61a0dd → a66f6c1}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +289 -60
- package/static/{b61a0dd → a66f6c1}/packages/renderer-process/dist/rendererProcessMain.js +4452 -4475
- package/static/{b61a0dd → a66f6c1}/packages/renderer-process/package.json +1 -1
- package/static/{b61a0dd → a66f6c1}/packages/renderer-worker/dist/rendererWorkerMain.js +624 -787
- package/static/{b61a0dd → a66f6c1}/packages/text-search-worker/dist/textSearchWorkerMain.js +6 -40
- package/static/index.html +4 -4
- /package/static/{b61a0dd → a66f6c1}/config/colorTheme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/config/defaultSettings.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/config/fileMap.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/config/webExtensions.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Animation.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/DebugButtons.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/DebugValue.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/E2eTest.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/E2eTests.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/EditorHover.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/EditorMessage.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/FeatureContent.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Features.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ImagePreview.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/InputBadge.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Key.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/LegacyDialog.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Markdown.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Progress.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Select.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Table.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletAbout.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletDialog.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletMedia.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletOutput.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletPanel.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletPdf.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletProblems.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletReferences.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletSearch.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletStorage.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/default_file.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/default_folder.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/default_root_folder.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_access.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_access2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ada.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_agda.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ai.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_al.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_angular.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_apache.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_apex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_apib.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_apl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_asp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_astro.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_atom.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ats.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_attw.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_audio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_avif.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_avro.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_awk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_aws.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_azure.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_babel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bak.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bat.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bats.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_biml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_binary.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_biome.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_blade.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_blender.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bower.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_buf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bun.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_c.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_c2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_c3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_casc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cert.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_chef.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_class.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_compass.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_composer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_conan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_conda.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_config.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_craco.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_css.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_css2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cython.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_db.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_debian.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_deno.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_diff.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_django.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_docker.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_docz.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_drone.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_drools.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_edge.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_elm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ember.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eps.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_epub.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_erb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_excel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_expo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fla.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_flash.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_flow.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_font.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_funding.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_galen.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_git.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_git2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_glide.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_godot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_grain.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_haml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_helix.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_helm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_host.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_html.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_http.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_husky.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_icl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_idris.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_image.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_imba.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_inc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_informix.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ini.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ink.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_io.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_janet.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jar.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_java.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_json.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_json2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_json5.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_juice.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_julia.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_just.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_k.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_karma.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_key.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_kite.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_knip.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_kos.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lark.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_latino.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_layout.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_less.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_liara.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_license.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lime.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_locale.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_log.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lua.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_luau.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lync.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_map.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_marko.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_maven.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_maya.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_meson.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_motif.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mson.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_next.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nim.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nix.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_noc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_node.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_node2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_npm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_org.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_package.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_paket.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_patch.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_perl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_php.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_php2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_php3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pine.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pip.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pony.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_postman.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_preact.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_progress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pug.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_python.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_q.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_qml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_r.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_racket.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rails.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_raku.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_raml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_razor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_reason.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_red.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_registry.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rego.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_remark.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_replit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_retext.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_riot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_robots.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rome.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ron.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rust.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sails.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_san.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sas.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sass.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_scala.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_script.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_scss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_shell.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sino.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_slang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_slice.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_slim.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_slint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sln.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_snort.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_source.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_spin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sst.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stata.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_style.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_styled.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_svg.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_swc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_swift.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_swig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_teal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_templ.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tera.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_test.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_testts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_text.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_textile.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_todo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_toit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_toml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tox.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_travis.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tree.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tres.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_twig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_unison.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vala.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vash.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vba.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vento.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_video.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_view.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vim.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vite.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_volt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vue.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wally.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_windi.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_word.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_word2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xib.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_zig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_zip.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_android.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_api.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_app.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_client.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_common.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_component.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_config.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_css.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_db.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_git.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_github.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_images.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_include.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_json.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_less.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_library.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_log.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_model.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_module.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_next.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_node.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_package.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_php.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_private.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_public.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_python.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_route.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_script.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_server.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_services.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_src.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_story.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_style.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_template.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_test.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_video.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_view.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_www.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/add.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/arrow-down.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/arrow-left.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/arrow-right.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/arrow-up.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/blank.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/book.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/case-sensitive.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/check.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chevron-down.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chevron-left.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chevron-right.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chevron-up.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chrome-close.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chrome-maximize.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chrome-minimize.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chrome-restore.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/circle-filled.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/clear-all.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/close.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/cloud.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/collapse-all.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-all.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-alt-2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-alt-small.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-alt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-console.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-continue-small.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-continue.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-coverage.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-disconnect.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-line-by-line.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-pause.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-rerun.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-restart-frame.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-restart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-stackframe.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-start.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-step-back.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-step-into.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-step-out.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-step-over.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-stop.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/discard.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/edit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/ellipsis.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/error.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/exclude.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/extensions.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/files.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/filter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/go-to-file.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/icon-close.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/icon-source-control.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/icon-sync.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/icon.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/icon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/info.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/language-icon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/link-external.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/list-flat.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/list-tree.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/new-file.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/new-folder.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/newline.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/open-preview.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/play.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/preserve-case.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/progress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/pwa-icon-192.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/pwa-icon-512.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/record-keys.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/refresh.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/regex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/remove.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/replace-all.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/replace.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/run-all.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/search.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/settings-gear.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/sort-precedence.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/source-control.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/split-horizontal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/squiggly-error.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/squiggly-warning.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-array.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-boolean.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-class.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-color.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-constant.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-enum-member.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-enum.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-event.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-field.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-file.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-interface.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-key.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-keyword.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-method.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-misc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-namespace.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-numeric.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-operator.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-parameter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-property.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-ruler.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-snippet.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-string.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-structure.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-variable.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/tag.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/terminal-bash.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/terminal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/theme-icon.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/trash.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/triangle-down.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/triangle-left.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/triangle-right.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/triangle-up.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/warning.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/whole-word.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/zoom-in.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/zoom-out.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/babel-parser.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/blob-util.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/ky.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/lvce-editor-import-script.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/lvce-editor-ipc.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/lvce-editor-verror.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/p-min-delay.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/pretty-bytes.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/preview-injected.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/yoctodelay.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/lib-css/termterm.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/renderer-process/LICENSE +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/renderer-process/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.cpp +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.csv +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.dart +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.env +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.ex +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.html +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.java +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.jl +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.kt +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.pl +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.py +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/scrolling.txt +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/tsconfig.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/sample-folder/a.txt +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/sample-folder/b.txt +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/sample-folder/c.txt +0 -0
|
@@ -110,7 +110,7 @@ const getAssetDir = () => {
|
|
|
110
110
|
// @ts-ignore
|
|
111
111
|
{
|
|
112
112
|
// @ts-ignore
|
|
113
|
-
return '/
|
|
113
|
+
return '/a66f6c1';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -514,7 +514,7 @@ const EditorError = 16;
|
|
|
514
514
|
const ErrorHandling = 18;
|
|
515
515
|
const ExtensionHostCode = 19;
|
|
516
516
|
const ExtensionMeta = 20;
|
|
517
|
-
const Extensions$
|
|
517
|
+
const Extensions$2 = 21;
|
|
518
518
|
const FileSystem = 22;
|
|
519
519
|
const Format = 23;
|
|
520
520
|
const IconTheme = 24;
|
|
@@ -681,7 +681,7 @@ const getModuleId$1 = commandId => {
|
|
|
681
681
|
case 'ExtensionMeta':
|
|
682
682
|
return ExtensionMeta;
|
|
683
683
|
case 'Extensions':
|
|
684
|
-
return Extensions$
|
|
684
|
+
return Extensions$2;
|
|
685
685
|
case 'FilePicker':
|
|
686
686
|
return FilePicker;
|
|
687
687
|
case 'FileSystem':
|
|
@@ -3101,7 +3101,6 @@ const FocusActivityBar = 5;
|
|
|
3101
3101
|
const FocusDebugInput = 6;
|
|
3102
3102
|
const FocusDialog = 7;
|
|
3103
3103
|
const FocusEditorRename = 11;
|
|
3104
|
-
const FocusExtensions = 15;
|
|
3105
3104
|
const FocusFindWidget = 16;
|
|
3106
3105
|
const FocusMenu = 18;
|
|
3107
3106
|
const FocusProblems = 19;
|
|
@@ -3565,7 +3564,7 @@ const Error$3 = 'Error';
|
|
|
3565
3564
|
const EmptyEditor = 'EmptyEditor';
|
|
3566
3565
|
const Explorer$1 = 'Explorer';
|
|
3567
3566
|
const ExtensionDetail = 'ExtensionDetail';
|
|
3568
|
-
const Extensions$
|
|
3567
|
+
const Extensions$1 = 'Extensions';
|
|
3569
3568
|
const Iframe = 'Iframe';
|
|
3570
3569
|
const Implementations = 'Implementations';
|
|
3571
3570
|
const KeyBindings = 'KeyBindings';
|
|
@@ -3632,7 +3631,7 @@ const ViewletModuleId = {
|
|
|
3632
3631
|
Error: Error$3,
|
|
3633
3632
|
Explorer: Explorer$1,
|
|
3634
3633
|
ExtensionDetail,
|
|
3635
|
-
Extensions: Extensions$
|
|
3634
|
+
Extensions: Extensions$1,
|
|
3636
3635
|
Iframe,
|
|
3637
3636
|
IframeInspector,
|
|
3638
3637
|
Implementations,
|
|
@@ -5363,7 +5362,7 @@ const load$3 = moduleId => {
|
|
|
5363
5362
|
return Promise.resolve().then(function () { return ExtensionHostCore_ipc; });
|
|
5364
5363
|
case ExtensionMeta:
|
|
5365
5364
|
return Promise.resolve().then(function () { return ExtensionMeta_ipc; });
|
|
5366
|
-
case Extensions$
|
|
5365
|
+
case Extensions$2:
|
|
5367
5366
|
return Promise.resolve().then(function () { return Extensions_ipc; });
|
|
5368
5367
|
case FilePicker:
|
|
5369
5368
|
return Promise.resolve().then(function () { return FilePicker_ipc; });
|
|
@@ -5919,7 +5918,7 @@ const map = {
|
|
|
5919
5918
|
[EmptyEditor]: () => Promise.resolve().then(function () { return ViewletEmptyEditor_ipc; }),
|
|
5920
5919
|
[Explorer$1]: () => Promise.resolve().then(function () { return ViewletExplorer_ipc; }),
|
|
5921
5920
|
[ExtensionDetail]: () => Promise.resolve().then(function () { return ViewletExtensionDetail_ipc; }),
|
|
5922
|
-
[Extensions$
|
|
5921
|
+
[Extensions$1]: () => Promise.resolve().then(function () { return ViewletExtensions_ipc; }),
|
|
5923
5922
|
[Implementations]: () => Promise.resolve().then(function () { return ViewletImplementations_ipc; }),
|
|
5924
5923
|
[InlineDiffEditor$1]: () => Promise.resolve().then(function () { return ViewletInlineDiffEditor_ipc; }),
|
|
5925
5924
|
[KeyBindings]: () => Promise.resolve().then(function () { return ViewletKeyBindings_ipc; }),
|
|
@@ -5974,6 +5973,20 @@ const getWatchConfig = () => {
|
|
|
5974
5973
|
command: 'ExtensionDetail.hotReload'
|
|
5975
5974
|
});
|
|
5976
5975
|
}
|
|
5976
|
+
const extensionSearchViewWorkerPath = get$d('develop.extensionSearchViewWorkerPath');
|
|
5977
|
+
if (extensionDetail) {
|
|
5978
|
+
watchConfig.push({
|
|
5979
|
+
path: extensionSearchViewWorkerPath,
|
|
5980
|
+
command: 'Extensions.hotReload'
|
|
5981
|
+
});
|
|
5982
|
+
}
|
|
5983
|
+
const iframeInspector = get$d('develop.iframeInspectorWorkerPath');
|
|
5984
|
+
if (iframeInspector) {
|
|
5985
|
+
watchConfig.push({
|
|
5986
|
+
path: iframeInspector,
|
|
5987
|
+
command: 'IframeInspector.hotReload'
|
|
5988
|
+
});
|
|
5989
|
+
}
|
|
5977
5990
|
const keyBindings = get$d('develop.keyBindingsViewWorkerPath');
|
|
5978
5991
|
if (keyBindings) {
|
|
5979
5992
|
watchConfig.push({
|
|
@@ -10106,7 +10119,7 @@ const openFile$3 = () => {
|
|
|
10106
10119
|
return openFileElectron();
|
|
10107
10120
|
}
|
|
10108
10121
|
};
|
|
10109
|
-
const handleClick$
|
|
10122
|
+
const handleClick$7 = async index => {
|
|
10110
10123
|
// @ts-ignore
|
|
10111
10124
|
const {
|
|
10112
10125
|
options
|
|
@@ -10143,7 +10156,7 @@ const showMessage = async (message, options) => {
|
|
|
10143
10156
|
// TODO can this even happen?
|
|
10144
10157
|
return;
|
|
10145
10158
|
}
|
|
10146
|
-
await handleClick$
|
|
10159
|
+
await handleClick$7(index);
|
|
10147
10160
|
} else {
|
|
10148
10161
|
await openWidget(Dialog, message, options);
|
|
10149
10162
|
}
|
|
@@ -10153,7 +10166,7 @@ const name$1_ = 'Dialog';
|
|
|
10153
10166
|
const Commands$1U = {
|
|
10154
10167
|
// @ts-ignore
|
|
10155
10168
|
close: undefined,
|
|
10156
|
-
handleClick: handleClick$
|
|
10169
|
+
handleClick: handleClick$7,
|
|
10157
10170
|
openFile: openFile$3,
|
|
10158
10171
|
openFolder: openFolder$4,
|
|
10159
10172
|
showMessage: showMessage
|
|
@@ -10659,7 +10672,7 @@ const ClearAll = 'ClearAll';
|
|
|
10659
10672
|
const CollapseAll$1 = 'CollapseAll';
|
|
10660
10673
|
const DebugAlt2 = 'DebugAlt2';
|
|
10661
10674
|
const Ellipsis = 'Ellipsis';
|
|
10662
|
-
const Extensions
|
|
10675
|
+
const Extensions = 'Extensions';
|
|
10663
10676
|
const Files = 'Files';
|
|
10664
10677
|
const Refresh$1 = 'Refresh';
|
|
10665
10678
|
const RecordKey = 'RecordKey';
|
|
@@ -10688,7 +10701,7 @@ const getFileIcon = uri => {
|
|
|
10688
10701
|
return `MaskIcon${RecordKey}`;
|
|
10689
10702
|
}
|
|
10690
10703
|
if (uri.startsWith('extension-detail://')) {
|
|
10691
|
-
return `MaskIcon${Extensions
|
|
10704
|
+
return `MaskIcon${Extensions}`;
|
|
10692
10705
|
}
|
|
10693
10706
|
const baseName = pathBaseName(uri);
|
|
10694
10707
|
const icon = getFileIcon$1({
|
|
@@ -11031,7 +11044,7 @@ const hydrate = async () => {
|
|
|
11031
11044
|
// TODO send menu items to electron
|
|
11032
11045
|
// TODO add listener for when menu items change
|
|
11033
11046
|
};
|
|
11034
|
-
const handleClick$
|
|
11047
|
+
const handleClick$6 = async label => {
|
|
11035
11048
|
const commandPair = state$g.commandMap[label];
|
|
11036
11049
|
if (!commandPair) {
|
|
11037
11050
|
throw new Error(`no command found for ${label}`);
|
|
@@ -11047,7 +11060,7 @@ const name$1X = 'ElectronApplicationMenu';
|
|
|
11047
11060
|
|
|
11048
11061
|
// prettier-ignore
|
|
11049
11062
|
const Commands$1Q = {
|
|
11050
|
-
handleClick: handleClick$
|
|
11063
|
+
handleClick: handleClick$6,
|
|
11051
11064
|
hydrate: hydrate
|
|
11052
11065
|
};
|
|
11053
11066
|
|
|
@@ -11153,7 +11166,7 @@ const getCommandsFromExtension = extension => {
|
|
|
11153
11166
|
const getCommandsFromExtensions = extensions => {
|
|
11154
11167
|
return extensions.flatMap(getCommandsFromExtension);
|
|
11155
11168
|
};
|
|
11156
|
-
const getCommands$
|
|
11169
|
+
const getCommands$8 = async () => {
|
|
11157
11170
|
const extensions = await getExtensions$1();
|
|
11158
11171
|
const commands = getCommandsFromExtensions(extensions);
|
|
11159
11172
|
return commands;
|
|
@@ -11218,7 +11231,7 @@ const name$1Q = 'ExtensionHost';
|
|
|
11218
11231
|
// prettier-ignore
|
|
11219
11232
|
const Commands$1J = {
|
|
11220
11233
|
loadWebExtension: loadWebExtension,
|
|
11221
|
-
getCommands: getCommands$
|
|
11234
|
+
getCommands: getCommands$8,
|
|
11222
11235
|
executeCommand: executeCommand,
|
|
11223
11236
|
searchFileWithFetch: searchFileWithFetch,
|
|
11224
11237
|
searchFileWithHtml: searchFileWithHtml,
|
|
@@ -12929,7 +12942,7 @@ const showWithOptions = async (type, text, options) => {
|
|
|
12929
12942
|
});
|
|
12930
12943
|
await invoke$h(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
|
|
12931
12944
|
};
|
|
12932
|
-
const handleClick$
|
|
12945
|
+
const handleClick$5 = index => {
|
|
12933
12946
|
console.log('handle click');
|
|
12934
12947
|
const notification = state$8.notifications[0];
|
|
12935
12948
|
if (!notification.options) {
|
|
@@ -12950,7 +12963,7 @@ const name$1y = 'Notification';
|
|
|
12950
12963
|
const Commands$1q = {
|
|
12951
12964
|
create: create$S,
|
|
12952
12965
|
dispose: dispose$t,
|
|
12953
|
-
handleClick: handleClick$
|
|
12966
|
+
handleClick: handleClick$5,
|
|
12954
12967
|
showWithOptions: showWithOptions
|
|
12955
12968
|
};
|
|
12956
12969
|
|
|
@@ -14198,7 +14211,6 @@ const None$e = 0;
|
|
|
14198
14211
|
const About = FocusAbout;
|
|
14199
14212
|
const ActivityBar$2 = FocusActivityBar;
|
|
14200
14213
|
const Confirm = FocusConfirm;
|
|
14201
|
-
const Extensions = FocusExtensions;
|
|
14202
14214
|
const Problems = FocusProblems;
|
|
14203
14215
|
const SourceControlInput = FocusSourceControlInput;
|
|
14204
14216
|
|
|
@@ -14261,7 +14273,7 @@ const wrapAboutCommand = key => {
|
|
|
14261
14273
|
};
|
|
14262
14274
|
|
|
14263
14275
|
const Commands$E = {};
|
|
14264
|
-
const getCommands$
|
|
14276
|
+
const getCommands$7 = async () => {
|
|
14265
14277
|
const commands = await invoke$d('About.getCommandIds');
|
|
14266
14278
|
for (const command of commands) {
|
|
14267
14279
|
Commands$E[command] = wrapAboutCommand(command);
|
|
@@ -14293,6 +14305,9 @@ const apply = (oldState, newState) => {
|
|
|
14293
14305
|
if (command[0] === 'Viewlet.focusSelector') {
|
|
14294
14306
|
return ['Viewlet.focusSelector', newState.uid, ...command.slice(1)];
|
|
14295
14307
|
}
|
|
14308
|
+
if (command[0] === 'Viewlet.setValueByName') {
|
|
14309
|
+
return ['Viewlet.setValueByName', newState.uid, ...command.slice(1)];
|
|
14310
|
+
}
|
|
14296
14311
|
if (command[0] === 'Viewlet.create' || command[0] === 'Viewlet.send' || command[0] === 'Viewlet.createFunctionalRoot' || command[0] === 'Viewlet.setDom2') {
|
|
14297
14312
|
return command;
|
|
14298
14313
|
}
|
|
@@ -14324,7 +14339,7 @@ const ViewletAbout_ipc = {
|
|
|
14324
14339
|
create: create$Q,
|
|
14325
14340
|
focusNext: focusNext$6,
|
|
14326
14341
|
focusPrevious: focusPrevious$6,
|
|
14327
|
-
getCommands: getCommands$
|
|
14342
|
+
getCommands: getCommands$7,
|
|
14328
14343
|
getKeyBindings: getKeyBindings$i,
|
|
14329
14344
|
handleClickClose: handleClickClose$3,
|
|
14330
14345
|
handleClickCopy,
|
|
@@ -14426,9 +14441,9 @@ const getActivityBarItems = () => {
|
|
|
14426
14441
|
flags: Tab | Enabled,
|
|
14427
14442
|
keyShortcuts: 'Control+Shift+D'
|
|
14428
14443
|
}, {
|
|
14429
|
-
id: Extensions$
|
|
14444
|
+
id: Extensions$1,
|
|
14430
14445
|
title: extensions(),
|
|
14431
|
-
icon: Extensions
|
|
14446
|
+
icon: Extensions,
|
|
14432
14447
|
flags: Tab | Enabled,
|
|
14433
14448
|
keyShortcuts: 'Control+Shift+X'
|
|
14434
14449
|
},
|
|
@@ -14622,7 +14637,7 @@ const Commands$D = {
|
|
|
14622
14637
|
};
|
|
14623
14638
|
|
|
14624
14639
|
// prettier-ignore
|
|
14625
|
-
const LazyCommands$
|
|
14640
|
+
const LazyCommands$8 = {
|
|
14626
14641
|
focus: () => Promise.resolve().then(function () { return ViewletActivityBarFocus; }),
|
|
14627
14642
|
focusFirst: () => Promise.resolve().then(function () { return ViewletActivityBarFocusFirst; }),
|
|
14628
14643
|
focusIndex: () => Promise.resolve().then(function () { return ViewletActivityBarFocusIndex; }),
|
|
@@ -15045,7 +15060,7 @@ const ViewletActivityBar_ipc = {
|
|
|
15045
15060
|
Commands: Commands$D,
|
|
15046
15061
|
Css: Css$F,
|
|
15047
15062
|
Events: Events$6,
|
|
15048
|
-
LazyCommands: LazyCommands$
|
|
15063
|
+
LazyCommands: LazyCommands$8,
|
|
15049
15064
|
Variables: Variables$8,
|
|
15050
15065
|
create: create$P,
|
|
15051
15066
|
focus: focus$6,
|
|
@@ -15400,13 +15415,13 @@ const loadContent$F = async state => {
|
|
|
15400
15415
|
text: ''
|
|
15401
15416
|
};
|
|
15402
15417
|
};
|
|
15403
|
-
const handleInput$
|
|
15418
|
+
const handleInput$2 = (state, value) => {
|
|
15404
15419
|
return {
|
|
15405
15420
|
...state,
|
|
15406
15421
|
inputValue: value
|
|
15407
15422
|
};
|
|
15408
15423
|
};
|
|
15409
|
-
const handleFocus$
|
|
15424
|
+
const handleFocus$3 = state => {
|
|
15410
15425
|
setFocus(FocusDebugConsoleInput);
|
|
15411
15426
|
return state;
|
|
15412
15427
|
};
|
|
@@ -15428,8 +15443,8 @@ const clear$2 = state => {
|
|
|
15428
15443
|
};
|
|
15429
15444
|
|
|
15430
15445
|
const Commands$z = {
|
|
15431
|
-
handleInput: handleInput$
|
|
15432
|
-
handleFocus: handleFocus$
|
|
15446
|
+
handleInput: handleInput$2,
|
|
15447
|
+
handleFocus: handleFocus$3,
|
|
15433
15448
|
evaluate: evaluate,
|
|
15434
15449
|
clear: clear$2
|
|
15435
15450
|
};
|
|
@@ -15658,8 +15673,8 @@ const ViewletDebugConsole_ipc = {
|
|
|
15658
15673
|
evaluate,
|
|
15659
15674
|
getKeyBindings: getKeyBindings$f,
|
|
15660
15675
|
getQuickPickMenuEntries: getQuickPickMenuEntries$3,
|
|
15661
|
-
handleFocus: handleFocus$
|
|
15662
|
-
handleInput: handleInput$
|
|
15676
|
+
handleFocus: handleFocus$3,
|
|
15677
|
+
handleInput: handleInput$2,
|
|
15663
15678
|
hasFunctionalRender: hasFunctionalRender$z,
|
|
15664
15679
|
loadContent: loadContent$F,
|
|
15665
15680
|
name: name$H,
|
|
@@ -15873,7 +15888,7 @@ const loadContent$D = (state, savedState, ...args) => {
|
|
|
15873
15888
|
};
|
|
15874
15889
|
};
|
|
15875
15890
|
const dispose$p = async state => {};
|
|
15876
|
-
const handleClick$
|
|
15891
|
+
const handleClick$4 = async (state, index) => {
|
|
15877
15892
|
const {
|
|
15878
15893
|
options
|
|
15879
15894
|
} = state;
|
|
@@ -15892,7 +15907,7 @@ const handleClick$5 = async (state, index) => {
|
|
|
15892
15907
|
|
|
15893
15908
|
const Commands$x = {
|
|
15894
15909
|
close: dispose$p,
|
|
15895
|
-
handleClick: handleClick$
|
|
15910
|
+
handleClick: handleClick$4
|
|
15896
15911
|
};
|
|
15897
15912
|
|
|
15898
15913
|
const Css$z = ["/css/parts/ViewletDialog.css", "/css/parts/LegacyDialog.css"];
|
|
@@ -15948,7 +15963,7 @@ const ViewletDialog_ipc = {
|
|
|
15948
15963
|
Css: Css$z,
|
|
15949
15964
|
create: create$I,
|
|
15950
15965
|
dispose: dispose$p,
|
|
15951
|
-
handleClick: handleClick$
|
|
15966
|
+
handleClick: handleClick$4,
|
|
15952
15967
|
hasFunctionalRender: hasFunctionalRender$x,
|
|
15953
15968
|
loadContent: loadContent$D,
|
|
15954
15969
|
name: name$G,
|
|
@@ -15980,7 +15995,8 @@ const launchIframeInspectorWorker = async () => {
|
|
|
15980
15995
|
};
|
|
15981
15996
|
|
|
15982
15997
|
const {
|
|
15983
|
-
invoke: invoke$9
|
|
15998
|
+
invoke: invoke$9,
|
|
15999
|
+
restart: restart$7
|
|
15984
16000
|
} = getOrCreateWorker(launchIframeInspectorWorker);
|
|
15985
16001
|
|
|
15986
16002
|
const create$H = (id, uri, x, y, width, height) => {
|
|
@@ -16003,6 +16019,29 @@ const loadContent$C = async state => {
|
|
|
16003
16019
|
commands
|
|
16004
16020
|
};
|
|
16005
16021
|
};
|
|
16022
|
+
const hotReload$6 = async state => {
|
|
16023
|
+
if (state.isHotReloading) {
|
|
16024
|
+
return state;
|
|
16025
|
+
}
|
|
16026
|
+
// TODO avoid mutation
|
|
16027
|
+
state.isHotReloading = true;
|
|
16028
|
+
// possible TODO race condition during hot reload
|
|
16029
|
+
// there could still be pending promises when the worker is disposed
|
|
16030
|
+
const savedState = await invoke$9('IframeInspector.saveState', state.uid);
|
|
16031
|
+
await restart$7('IframeInspector.terminate');
|
|
16032
|
+
const oldState = {
|
|
16033
|
+
...state,
|
|
16034
|
+
items: []
|
|
16035
|
+
};
|
|
16036
|
+
await invoke$9('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
|
|
16037
|
+
await invoke$9('IframeInspector.loadContent', state.id, savedState);
|
|
16038
|
+
const commands = await invoke$9('IframeInspector.render', oldState.id);
|
|
16039
|
+
return {
|
|
16040
|
+
...oldState,
|
|
16041
|
+
commands,
|
|
16042
|
+
isHotReloading: false
|
|
16043
|
+
};
|
|
16044
|
+
};
|
|
16006
16045
|
|
|
16007
16046
|
const wrapIframeInspectorCommand = key => {
|
|
16008
16047
|
const fn = async (state, ...args) => {
|
|
@@ -16020,12 +16059,12 @@ const wrapIframeInspectorCommand = key => {
|
|
|
16020
16059
|
};
|
|
16021
16060
|
|
|
16022
16061
|
const Commands$w = {};
|
|
16023
|
-
const getCommands$
|
|
16024
|
-
// TODO
|
|
16062
|
+
const getCommands$6 = async () => {
|
|
16025
16063
|
const commands = await invoke$9('IframeInspector.getCommandIds');
|
|
16026
16064
|
for (const command of commands) {
|
|
16027
16065
|
Commands$w[command] = wrapIframeInspectorCommand(command);
|
|
16028
16066
|
}
|
|
16067
|
+
Commands$w['hotReload'] = hotReload$6;
|
|
16029
16068
|
return Commands$w;
|
|
16030
16069
|
};
|
|
16031
16070
|
|
|
@@ -16058,11 +16097,12 @@ const ViewletIframeInspector_ipc = {
|
|
|
16058
16097
|
Commands: Commands$w,
|
|
16059
16098
|
Css: Css$y,
|
|
16060
16099
|
create: create$H,
|
|
16061
|
-
getCommands: getCommands$
|
|
16100
|
+
getCommands: getCommands$6,
|
|
16062
16101
|
getKeyBindings: getKeyBindings$e,
|
|
16063
16102
|
hasFunctionalEvents: hasFunctionalEvents$6,
|
|
16064
16103
|
hasFunctionalRender: hasFunctionalRender$w,
|
|
16065
16104
|
hasFunctionalRootRender: hasFunctionalRootRender$i,
|
|
16105
|
+
hotReload: hotReload$6,
|
|
16066
16106
|
loadContent: loadContent$C,
|
|
16067
16107
|
name: name$F,
|
|
16068
16108
|
render: render$z,
|
|
@@ -16397,7 +16437,7 @@ const loadContent$B = async (state, savedState) => {
|
|
|
16397
16437
|
const Commands$v = {};
|
|
16398
16438
|
|
|
16399
16439
|
// prettier-ignore
|
|
16400
|
-
const LazyCommands$
|
|
16440
|
+
const LazyCommands$7 = {
|
|
16401
16441
|
setDeltaY: () => Promise.resolve().then(function () { return VirtualListSetDeltaY; }),
|
|
16402
16442
|
handleWheel: () => Promise.resolve().then(function () { return VirtualListHandleWheel; })
|
|
16403
16443
|
};
|
|
@@ -16833,7 +16873,7 @@ const ViewletDiffEditor_ipc = {
|
|
|
16833
16873
|
__proto__: null,
|
|
16834
16874
|
Commands: Commands$v,
|
|
16835
16875
|
Css: Css$w,
|
|
16836
|
-
LazyCommands: LazyCommands$
|
|
16876
|
+
LazyCommands: LazyCommands$7,
|
|
16837
16877
|
create: create$F,
|
|
16838
16878
|
getDynamicCss,
|
|
16839
16879
|
hasFunctionalRender: hasFunctionalRender$v,
|
|
@@ -17158,7 +17198,7 @@ const runAll = state => {
|
|
|
17158
17198
|
console.log('run all');
|
|
17159
17199
|
return state;
|
|
17160
17200
|
};
|
|
17161
|
-
const handleContextMenu$
|
|
17201
|
+
const handleContextMenu$6 = async (state, button, x, y) => {
|
|
17162
17202
|
const index = getIndex$1(state.y, y);
|
|
17163
17203
|
// @ts-ignore
|
|
17164
17204
|
state.index = index;
|
|
@@ -17184,7 +17224,7 @@ const Commands$t = {
|
|
|
17184
17224
|
handleClickAt: handleClickAt$2,
|
|
17185
17225
|
handleLoad: handleLoad,
|
|
17186
17226
|
runAll: runAll,
|
|
17187
|
-
handleContextMenu: handleContextMenu$
|
|
17227
|
+
handleContextMenu: handleContextMenu$6,
|
|
17188
17228
|
openInNewTab: openInNewTab
|
|
17189
17229
|
};
|
|
17190
17230
|
|
|
@@ -17317,7 +17357,7 @@ const ViewletE2eTests_ipc = {
|
|
|
17317
17357
|
executeTest,
|
|
17318
17358
|
getKeyBindings: getKeyBindings$c,
|
|
17319
17359
|
handleClickAt: handleClickAt$2,
|
|
17320
|
-
handleContextMenu: handleContextMenu$
|
|
17360
|
+
handleContextMenu: handleContextMenu$6,
|
|
17321
17361
|
handleLoad,
|
|
17322
17362
|
hasFunctionalRender: hasFunctionalRender$t,
|
|
17323
17363
|
hasFunctionalRootRender: hasFunctionalRootRender$f,
|
|
@@ -18053,7 +18093,7 @@ const launchExplorerWorker = async () => {
|
|
|
18053
18093
|
|
|
18054
18094
|
const {
|
|
18055
18095
|
invoke: invoke$6,
|
|
18056
|
-
restart: restart$
|
|
18096
|
+
restart: restart$6
|
|
18057
18097
|
} = getOrCreateWorker(launchExplorerWorker);
|
|
18058
18098
|
|
|
18059
18099
|
// TODO viewlet should only have create and refresh functions
|
|
@@ -18126,7 +18166,7 @@ const resize$k = (state, dimensions) => {
|
|
|
18126
18166
|
maxLineY
|
|
18127
18167
|
};
|
|
18128
18168
|
};
|
|
18129
|
-
const hotReload$
|
|
18169
|
+
const hotReload$5 = async state => {
|
|
18130
18170
|
if (state.isHotReloading) {
|
|
18131
18171
|
return state;
|
|
18132
18172
|
}
|
|
@@ -18135,7 +18175,7 @@ const hotReload$4 = async state => {
|
|
|
18135
18175
|
// possible TODO race condition during hot reload
|
|
18136
18176
|
// there could still be pending promises when the worker is disposed
|
|
18137
18177
|
const savedState = await invoke$6('Explorer.saveState', state.uid);
|
|
18138
|
-
await restart$
|
|
18178
|
+
await restart$6('Explorer.terminate');
|
|
18139
18179
|
const oldState = {
|
|
18140
18180
|
...state,
|
|
18141
18181
|
items: []
|
|
@@ -18165,8 +18205,8 @@ const wrapExplorerCommand = key => {
|
|
|
18165
18205
|
};
|
|
18166
18206
|
|
|
18167
18207
|
const Commands$q = {};
|
|
18168
|
-
Commands$q['hotReload'] = hotReload$
|
|
18169
|
-
const getCommands$
|
|
18208
|
+
Commands$q['hotReload'] = hotReload$5;
|
|
18209
|
+
const getCommands$5 = async () => {
|
|
18170
18210
|
const commands = await invoke$6('Explorer.getCommandIds');
|
|
18171
18211
|
for (const command of commands) {
|
|
18172
18212
|
Commands$q[command] = wrapExplorerCommand(command);
|
|
@@ -18318,14 +18358,14 @@ const ViewletExplorer_ipc = {
|
|
|
18318
18358
|
Events: Events$4,
|
|
18319
18359
|
create: create$w,
|
|
18320
18360
|
dispose: dispose$m,
|
|
18321
|
-
getCommands: getCommands$
|
|
18361
|
+
getCommands: getCommands$5,
|
|
18322
18362
|
getDisplayName: getDisplayName$1,
|
|
18323
18363
|
getKeyBindings: getKeyBindings$a,
|
|
18324
18364
|
hasFunctionalEvents: hasFunctionalEvents$5,
|
|
18325
18365
|
hasFunctionalRender: hasFunctionalRender$r,
|
|
18326
18366
|
hasFunctionalResize: hasFunctionalResize$f,
|
|
18327
18367
|
hasFunctionalRootRender: hasFunctionalRootRender$e,
|
|
18328
|
-
hotReload: hotReload$
|
|
18368
|
+
hotReload: hotReload$5,
|
|
18329
18369
|
loadContent: loadContent$w,
|
|
18330
18370
|
menus: menus$8,
|
|
18331
18371
|
name: name$z,
|
|
@@ -18364,7 +18404,7 @@ const launchExtensionDetailViewWorker = async () => {
|
|
|
18364
18404
|
|
|
18365
18405
|
const {
|
|
18366
18406
|
invoke: invoke$5,
|
|
18367
|
-
restart: restart$
|
|
18407
|
+
restart: restart$5
|
|
18368
18408
|
} = getOrCreateWorker(launchExtensionDetailViewWorker);
|
|
18369
18409
|
|
|
18370
18410
|
const None$9 = 0;
|
|
@@ -18414,7 +18454,7 @@ const loadContent$v = async (state, savedState) => {
|
|
|
18414
18454
|
dom
|
|
18415
18455
|
};
|
|
18416
18456
|
};
|
|
18417
|
-
const hotReload$
|
|
18457
|
+
const hotReload$4 = async state => {
|
|
18418
18458
|
if (state.isHotReloading) {
|
|
18419
18459
|
return state;
|
|
18420
18460
|
}
|
|
@@ -18422,7 +18462,7 @@ const hotReload$3 = async state => {
|
|
|
18422
18462
|
state.isHotReloading = true;
|
|
18423
18463
|
// possible TODO race condition during hot reload
|
|
18424
18464
|
// there could still be pending promises when the worker is disposed
|
|
18425
|
-
await restart$
|
|
18465
|
+
await restart$5('ExtensionDetail.terminate');
|
|
18426
18466
|
await invoke$5('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, 0, assetDir);
|
|
18427
18467
|
await invoke$5('ExtensionDetail.loadContent', state.uid, {});
|
|
18428
18468
|
const dom = await invoke$5('ExtensionDetail.getVirtualDom2', state.uid);
|
|
@@ -18469,7 +18509,7 @@ const Commands$p = {
|
|
|
18469
18509
|
handleIconError: wrapExtensionDetailCommand('handleIconError'),
|
|
18470
18510
|
handleReadmeContextMenu: wrapExtensionDetailCommand('handleReadmeContextMenu'),
|
|
18471
18511
|
handleTabsClick: wrapExtensionDetailCommand('handleTabsClick'),
|
|
18472
|
-
hotReload: hotReload$
|
|
18512
|
+
hotReload: hotReload$4,
|
|
18473
18513
|
selectTab: wrapExtensionDetailCommand('selectTab')
|
|
18474
18514
|
};
|
|
18475
18515
|
|
|
@@ -18526,7 +18566,7 @@ const ViewletExtensionDetail_ipc = {
|
|
|
18526
18566
|
hasFunctionalRender: hasFunctionalRender$q,
|
|
18527
18567
|
hasFunctionalResize: hasFunctionalResize$e,
|
|
18528
18568
|
hasFunctionalRootRender: hasFunctionalRootRender$d,
|
|
18529
|
-
hotReload: hotReload$
|
|
18569
|
+
hotReload: hotReload$4,
|
|
18530
18570
|
loadContent: loadContent$v,
|
|
18531
18571
|
menus: menus$7,
|
|
18532
18572
|
name: name$y,
|
|
@@ -18536,8 +18576,6 @@ const ViewletExtensionDetail_ipc = {
|
|
|
18536
18576
|
saveState: saveState$c
|
|
18537
18577
|
};
|
|
18538
18578
|
|
|
18539
|
-
const ExtensionListItemHeight = 72;
|
|
18540
|
-
|
|
18541
18579
|
const extensionSearchViewWorkerUrl = `${assetDir}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js`;
|
|
18542
18580
|
|
|
18543
18581
|
const getConfiguredWorkerUrl$3 = () => {
|
|
@@ -18563,188 +18601,37 @@ const launchExtensionSearchViewWorker = async () => {
|
|
|
18563
18601
|
};
|
|
18564
18602
|
|
|
18565
18603
|
const {
|
|
18566
|
-
invoke: invoke$4
|
|
18567
|
-
|
|
18568
|
-
|
|
18569
|
-
const contentHeight = itemsLength * itemHeight;
|
|
18570
|
-
const finalDeltaY = Math.max(contentHeight - height, 0);
|
|
18571
|
-
return finalDeltaY;
|
|
18572
|
-
};
|
|
18573
|
-
|
|
18574
|
-
const searchExtensions = async (extensions, value) => {
|
|
18575
|
-
const filteredExtensions = await invoke$4('SearchExtensions.searchExtensions', extensions, value);
|
|
18576
|
-
return filteredExtensions;
|
|
18577
|
-
};
|
|
18578
|
-
|
|
18579
|
-
const getListHeight$1 = state => {
|
|
18580
|
-
const {
|
|
18581
|
-
height,
|
|
18582
|
-
headerHeight
|
|
18583
|
-
} = state;
|
|
18584
|
-
return height - headerHeight;
|
|
18585
|
-
};
|
|
18586
|
-
|
|
18587
|
-
/**
|
|
18588
|
-
* @enum {string}
|
|
18589
|
-
*/
|
|
18590
|
-
const UiStrings$c = {
|
|
18591
|
-
NoExtensionsFound: 'No extensions found.',
|
|
18592
|
-
Refresh: 'Refresh',
|
|
18593
|
-
Enable: 'Enable',
|
|
18594
|
-
Disable: 'Disable',
|
|
18595
|
-
Uninstall: 'Uninstall',
|
|
18596
|
-
InstallAnotherVersion: 'Install Another Version',
|
|
18597
|
-
SearchExtensionsInMarketplace: 'Search Extensions in Marketplace',
|
|
18598
|
-
ViewsAndMoreActions: 'Views and more Actions...'};
|
|
18599
|
-
const noExtensionsFound = () => {
|
|
18600
|
-
return i18nString(UiStrings$c.NoExtensionsFound);
|
|
18601
|
-
};
|
|
18602
|
-
const refresh$2 = () => {
|
|
18603
|
-
return i18nString(UiStrings$c.Refresh);
|
|
18604
|
-
};
|
|
18605
|
-
const enable = () => {
|
|
18606
|
-
return i18nString(UiStrings$c.Enable);
|
|
18607
|
-
};
|
|
18608
|
-
const disable = () => {
|
|
18609
|
-
return i18nString(UiStrings$c.Disable);
|
|
18610
|
-
};
|
|
18611
|
-
const uninstall = () => {
|
|
18612
|
-
return i18nString(UiStrings$c.Uninstall);
|
|
18613
|
-
};
|
|
18614
|
-
const installAnotherVersion = () => {
|
|
18615
|
-
return i18nString(UiStrings$c.InstallAnotherVersion);
|
|
18616
|
-
};
|
|
18617
|
-
const searchExtensionsInMarketPlace = () => {
|
|
18618
|
-
return i18nString(UiStrings$c.SearchExtensionsInMarketplace);
|
|
18619
|
-
};
|
|
18620
|
-
const viewsAndMoreActions = () => {
|
|
18621
|
-
return i18nString(UiStrings$c.ViewsAndMoreActions);
|
|
18622
|
-
};
|
|
18623
|
-
|
|
18624
|
-
// TODO debounce
|
|
18625
|
-
const handleInput$2 = async (state, value) => {
|
|
18626
|
-
try {
|
|
18627
|
-
const {
|
|
18628
|
-
allExtensions,
|
|
18629
|
-
itemHeight,
|
|
18630
|
-
minimumSliderSize,
|
|
18631
|
-
height
|
|
18632
|
-
} = state;
|
|
18633
|
-
// TODO cancel ongoing requests
|
|
18634
|
-
// TODO handle errors
|
|
18635
|
-
const items = await searchExtensions(allExtensions, value);
|
|
18636
|
-
if (items.length === 0) {
|
|
18637
|
-
return {
|
|
18638
|
-
...state,
|
|
18639
|
-
items,
|
|
18640
|
-
minLineY: 0,
|
|
18641
|
-
deltaY: 0,
|
|
18642
|
-
allExtensions,
|
|
18643
|
-
maxLineY: 0,
|
|
18644
|
-
scrollBarHeight: 0,
|
|
18645
|
-
finalDeltaY: 0,
|
|
18646
|
-
message: noExtensionsFound(),
|
|
18647
|
-
searchValue: value,
|
|
18648
|
-
placeholder: searchExtensionsInMarketPlace()
|
|
18649
|
-
};
|
|
18650
|
-
}
|
|
18651
|
-
const listHeight = getListHeight$1(state);
|
|
18652
|
-
const total = items.length;
|
|
18653
|
-
const contentHeight = total * itemHeight;
|
|
18654
|
-
const scrollBarHeight = getScrollBarSize(height, contentHeight, minimumSliderSize);
|
|
18655
|
-
const numberOfVisible = getNumberOfVisibleItems(listHeight, itemHeight);
|
|
18656
|
-
const maxLineY = Math.min(numberOfVisible, total);
|
|
18657
|
-
const finalDeltaY = getFinalDeltaY(listHeight, itemHeight, total);
|
|
18658
|
-
return {
|
|
18659
|
-
...state,
|
|
18660
|
-
items,
|
|
18661
|
-
minLineY: 0,
|
|
18662
|
-
deltaY: 0,
|
|
18663
|
-
allExtensions,
|
|
18664
|
-
maxLineY,
|
|
18665
|
-
scrollBarHeight,
|
|
18666
|
-
finalDeltaY,
|
|
18667
|
-
message: '',
|
|
18668
|
-
searchValue: value,
|
|
18669
|
-
placeholder: searchExtensionsInMarketPlace()
|
|
18670
|
-
};
|
|
18671
|
-
|
|
18672
|
-
// TODO handle out of order responses (a bit complicated)
|
|
18673
|
-
// for now just assume everything comes back in order
|
|
18674
|
-
} catch (error) {
|
|
18675
|
-
await handleError$2(error);
|
|
18676
|
-
return {
|
|
18677
|
-
...state,
|
|
18678
|
-
searchValue: value,
|
|
18679
|
-
message: `${error}`
|
|
18680
|
-
};
|
|
18681
|
-
}
|
|
18682
|
-
};
|
|
18683
|
-
|
|
18684
|
-
const ViewletExtensionsHandleInput = {
|
|
18685
|
-
__proto__: null,
|
|
18686
|
-
handleInput: handleInput$2
|
|
18687
|
-
};
|
|
18688
|
-
|
|
18689
|
-
const SUGGESTIONS = ['@builtin', '@disabled', '@enabled', '@installed', '@outdated', '@sort:installs', '@id:', '@category'];
|
|
18604
|
+
invoke: invoke$4,
|
|
18605
|
+
restart: restart$4
|
|
18606
|
+
} = getOrCreateWorker(launchExtensionSearchViewWorker);
|
|
18690
18607
|
|
|
18691
18608
|
// then state can be recycled by Viewlet when there is only a single ViewletExtensions instance
|
|
18692
18609
|
|
|
18693
|
-
const saveState$b = state => {
|
|
18694
|
-
const
|
|
18695
|
-
|
|
18696
|
-
} = state;
|
|
18697
|
-
return {
|
|
18698
|
-
searchValue
|
|
18699
|
-
};
|
|
18610
|
+
const saveState$b = async state => {
|
|
18611
|
+
const savedState = await invoke$4('SearchExtensions.saveState', state.id);
|
|
18612
|
+
return savedState;
|
|
18700
18613
|
};
|
|
18701
18614
|
const create$u = (id, uri, x, y, width, height) => {
|
|
18702
18615
|
return {
|
|
18616
|
+
id,
|
|
18703
18617
|
uid: id,
|
|
18704
18618
|
searchValue: '',
|
|
18705
|
-
suggestionState: /* Closed */0,
|
|
18706
|
-
disposed: false,
|
|
18707
18619
|
width,
|
|
18708
18620
|
height,
|
|
18709
|
-
handleOffset: 0,
|
|
18710
18621
|
x,
|
|
18711
18622
|
y,
|
|
18712
|
-
|
|
18713
|
-
|
|
18714
|
-
size: None$9,
|
|
18715
|
-
...create$G({
|
|
18716
|
-
itemHeight: ExtensionListItemHeight,
|
|
18717
|
-
minimumSliderSize: minimumSliderSize,
|
|
18718
|
-
headerHeight: 41
|
|
18719
|
-
}),
|
|
18720
|
-
allExtensions: [],
|
|
18721
|
-
placeholder: ''
|
|
18623
|
+
platform: platform,
|
|
18624
|
+
assetDir: assetDir
|
|
18722
18625
|
};
|
|
18723
18626
|
};
|
|
18724
|
-
const getSavedValue = savedState => {
|
|
18725
|
-
if (savedState && savedState.searchValue) {
|
|
18726
|
-
return savedState.searchValue;
|
|
18727
|
-
}
|
|
18728
|
-
return '';
|
|
18729
|
-
};
|
|
18730
18627
|
const loadContent$u = async (state, savedState) => {
|
|
18731
|
-
|
|
18732
|
-
|
|
18733
|
-
|
|
18734
|
-
|
|
18735
|
-
// TODO just get local extensions on demand (not when query string is already different)
|
|
18736
|
-
const allExtensions = await getAllExtensions();
|
|
18737
|
-
const size = getViewletSize(width);
|
|
18738
|
-
const newState = await handleInput$2({
|
|
18628
|
+
await invoke$4('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
|
|
18629
|
+
await invoke$4('SearchExtensions.loadContent', state.id, savedState);
|
|
18630
|
+
const commands = await invoke$4('SearchExtensions.render2', state.id);
|
|
18631
|
+
return {
|
|
18739
18632
|
...state,
|
|
18740
|
-
|
|
18741
|
-
|
|
18742
|
-
}, searchValue);
|
|
18743
|
-
const commands = await invoke$4('SearchExtensions.render', state, newState);
|
|
18744
|
-
newState.commands = commands;
|
|
18745
|
-
return newState;
|
|
18746
|
-
// TODO get installed extensions from extension host
|
|
18747
|
-
// TODO just get local extensions on demand (not when query string is already different)
|
|
18633
|
+
commands
|
|
18634
|
+
};
|
|
18748
18635
|
};
|
|
18749
18636
|
const dispose$l = () => {};
|
|
18750
18637
|
|
|
@@ -18752,30 +18639,30 @@ const dispose$l = () => {};
|
|
|
18752
18639
|
|
|
18753
18640
|
// TODO show error / warning when installment fails / times out
|
|
18754
18641
|
const handleInstall = async (state, id) => {
|
|
18755
|
-
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$
|
|
18642
|
+
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$1, /* method */'setExtensionState', /* id */id, /* state */'installing');
|
|
18756
18643
|
try {
|
|
18757
18644
|
await install(/* id */id);
|
|
18758
18645
|
} catch (error) {
|
|
18759
18646
|
// TODO have multi send command
|
|
18760
|
-
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$
|
|
18647
|
+
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$1, /* method */'setExtensionState', /* id */id, /* state */'uninstalled');
|
|
18761
18648
|
// TODO use command.execute
|
|
18762
18649
|
handleError$2(error);
|
|
18763
18650
|
return;
|
|
18764
18651
|
}
|
|
18765
|
-
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$
|
|
18652
|
+
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$1, /* method */'setExtensionState', /* id */id, /* state */'installed');
|
|
18766
18653
|
};
|
|
18767
18654
|
|
|
18768
18655
|
// TODO lazyload this
|
|
18769
18656
|
const handleUninstall = async (state, id) => {
|
|
18770
|
-
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$
|
|
18657
|
+
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$1, /* method */'setExtensionState', /* id */id, /* state */'uninstalling');
|
|
18771
18658
|
try {
|
|
18772
18659
|
await uninstall$1(id);
|
|
18773
18660
|
} catch (error) {
|
|
18774
|
-
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$
|
|
18661
|
+
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$1, /* method */'setExtensionState', /* id */id, /* state */'installed');
|
|
18775
18662
|
handleError$2(error);
|
|
18776
18663
|
return;
|
|
18777
18664
|
}
|
|
18778
|
-
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$
|
|
18665
|
+
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$1, /* method */'setExtensionState', /* id */id, /* state */'uninstalled');
|
|
18779
18666
|
};
|
|
18780
18667
|
|
|
18781
18668
|
// TODO lazyload this
|
|
@@ -18783,11 +18670,11 @@ const handleEnable = async (state, id) => {
|
|
|
18783
18670
|
try {
|
|
18784
18671
|
await enable$1(id);
|
|
18785
18672
|
} catch (error) {
|
|
18786
|
-
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$
|
|
18673
|
+
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$1, /* method */'setExtensionState', /* id */id, /* state */'disabled');
|
|
18787
18674
|
handleError$2(error);
|
|
18788
18675
|
return;
|
|
18789
18676
|
}
|
|
18790
|
-
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$
|
|
18677
|
+
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$1, /* method */'setExtensionState', /* id */id, /* state */'enabled');
|
|
18791
18678
|
};
|
|
18792
18679
|
|
|
18793
18680
|
// TODO lazyload this
|
|
@@ -18799,26 +18686,16 @@ const handleDisable = async (state, id) => {
|
|
|
18799
18686
|
handleError$2(error);
|
|
18800
18687
|
return;
|
|
18801
18688
|
}
|
|
18802
|
-
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$
|
|
18689
|
+
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$1, /* method */'setExtensionState', /* id */id, /* state */'disabled');
|
|
18803
18690
|
};
|
|
18804
18691
|
const openSuggest = async state => {
|
|
18805
|
-
|
|
18806
|
-
state.suggestionState = /* Open */1;
|
|
18807
|
-
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'openSuggest', /* suggestions */filteredSuggestions);
|
|
18692
|
+
// TODO
|
|
18808
18693
|
};
|
|
18809
18694
|
const closeSuggest = async state => {
|
|
18810
|
-
|
|
18811
|
-
await invoke$h(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'closeSuggest');
|
|
18695
|
+
// TODO
|
|
18812
18696
|
};
|
|
18813
18697
|
const toggleSuggest = async state => {
|
|
18814
|
-
|
|
18815
|
-
case /* Closed */0:
|
|
18816
|
-
await openSuggest(state);
|
|
18817
|
-
break;
|
|
18818
|
-
case /* Open */1:
|
|
18819
|
-
await closeSuggest(state);
|
|
18820
|
-
break;
|
|
18821
|
-
}
|
|
18698
|
+
// TODO
|
|
18822
18699
|
};
|
|
18823
18700
|
const handleBlur$3 = state => {
|
|
18824
18701
|
return {
|
|
@@ -18826,68 +18703,51 @@ const handleBlur$3 = state => {
|
|
|
18826
18703
|
focused: false
|
|
18827
18704
|
};
|
|
18828
18705
|
};
|
|
18829
|
-
|
|
18830
|
-
|
|
18831
|
-
|
|
18832
|
-
|
|
18833
|
-
|
|
18834
|
-
|
|
18835
|
-
|
|
18836
|
-
|
|
18837
|
-
|
|
18838
|
-
|
|
18839
|
-
|
|
18840
|
-
|
|
18841
|
-
|
|
18842
|
-
|
|
18843
|
-
|
|
18844
|
-
|
|
18845
|
-
|
|
18846
|
-
|
|
18847
|
-
|
|
18848
|
-
|
|
18849
|
-
|
|
18850
|
-
|
|
18851
|
-
const Commands$o = {
|
|
18852
|
-
closeSuggest: closeSuggest,
|
|
18853
|
-
handleInstall: handleInstall,
|
|
18854
|
-
handleUninstall: handleUninstall,
|
|
18855
|
-
openSuggest: openSuggest,
|
|
18856
|
-
toggleSuggest: toggleSuggest
|
|
18706
|
+
const hotReload$3 = async state => {
|
|
18707
|
+
if (state.isHotReloading) {
|
|
18708
|
+
return state;
|
|
18709
|
+
}
|
|
18710
|
+
// TODO avoid mutation
|
|
18711
|
+
state.isHotReloading = true;
|
|
18712
|
+
// possible TODO race condition during hot reload
|
|
18713
|
+
// there could still be pending promises when the worker is disposed
|
|
18714
|
+
const savedState = await invoke$4('SearchExtensions.saveState', state.uid);
|
|
18715
|
+
await restart$4('SearchExtensions.terminate');
|
|
18716
|
+
const oldState = {
|
|
18717
|
+
...state,
|
|
18718
|
+
items: []
|
|
18719
|
+
};
|
|
18720
|
+
await invoke$4('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
|
|
18721
|
+
await invoke$4('SearchExtensions.loadContent', state.id, savedState);
|
|
18722
|
+
const commands = await invoke$4('SearchExtensions.render2', oldState.id);
|
|
18723
|
+
return {
|
|
18724
|
+
...oldState,
|
|
18725
|
+
commands,
|
|
18726
|
+
isHotReloading: false
|
|
18727
|
+
};
|
|
18857
18728
|
};
|
|
18858
18729
|
|
|
18859
|
-
|
|
18860
|
-
const LazyCommands$6 = {
|
|
18861
|
-
handleClick: () => Promise.resolve().then(function () { return ViewletExtensionsHandleClick; }),
|
|
18862
|
-
handleClickCurrent: () => Promise.resolve().then(function () { return ViewletExtensionsHandleClickCurrent; }),
|
|
18863
|
-
handleClickCurrentButKeepFocus: () => Promise.resolve().then(function () { return ViewletExtensionsHandleClickCurrentButKeepFocus; }),
|
|
18864
|
-
handleContextMenu: () => Promise.resolve().then(function () { return ViewletExtensionsHandleContextMenu; }),
|
|
18865
|
-
clearSearchResults: () => Promise.resolve().then(function () { return ViewletExtensionsClearSearchResults; }),
|
|
18866
|
-
handleInput: () => Promise.resolve().then(function () { return ViewletExtensionsHandleInput; }),
|
|
18867
|
-
handleFocus: () => Promise.resolve().then(function () { return ViewletExtensionsHandleFocus; }),
|
|
18868
|
-
...LazyCommands$7
|
|
18869
|
-
};
|
|
18870
|
-
const wrapCommand = fn => {
|
|
18730
|
+
const wrapExtensionSearchCommand = key => {
|
|
18871
18731
|
const wrapped = async (state, ...args) => {
|
|
18872
|
-
|
|
18873
|
-
const commands = await invoke$4('SearchExtensions.
|
|
18874
|
-
newState.commands = commands;
|
|
18875
|
-
return newState;
|
|
18876
|
-
};
|
|
18877
|
-
return wrapped;
|
|
18878
|
-
};
|
|
18879
|
-
for (const [key, value] of Object.entries(Commands$o)) {
|
|
18880
|
-
Commands$o[key] = wrapCommand(value);
|
|
18881
|
-
}
|
|
18882
|
-
for (const [key, value] of Object.entries(LazyCommands$6)) {
|
|
18883
|
-
LazyCommands$6[key] = async () => {
|
|
18884
|
-
const module = await value();
|
|
18885
|
-
const fn = module[key];
|
|
18732
|
+
await invoke$4(`SearchExtensions.${key}`, state.uid, ...args);
|
|
18733
|
+
const commands = await invoke$4('SearchExtensions.render2', state.uid);
|
|
18886
18734
|
return {
|
|
18887
|
-
|
|
18735
|
+
...state,
|
|
18736
|
+
commands
|
|
18888
18737
|
};
|
|
18889
18738
|
};
|
|
18890
|
-
|
|
18739
|
+
return wrapped;
|
|
18740
|
+
};
|
|
18741
|
+
|
|
18742
|
+
const Commands$o = {};
|
|
18743
|
+
const getCommands$4 = async () => {
|
|
18744
|
+
const commands = await invoke$4('SearchExtensions.getCommandIds');
|
|
18745
|
+
for (const command of commands) {
|
|
18746
|
+
Commands$o[command] = wrapExtensionSearchCommand(command);
|
|
18747
|
+
}
|
|
18748
|
+
Commands$o['hotReload'] = hotReload$3;
|
|
18749
|
+
return Commands$o;
|
|
18750
|
+
};
|
|
18891
18751
|
|
|
18892
18752
|
const Css$q = ["/css/parts/ViewletExtensions.css"];
|
|
18893
18753
|
|
|
@@ -18895,6 +18755,35 @@ const getKeyBindings$9 = () => {
|
|
|
18895
18755
|
return invoke$4('SearchExtensions.getKeyBindings');
|
|
18896
18756
|
};
|
|
18897
18757
|
|
|
18758
|
+
/**
|
|
18759
|
+
* @enum {string}
|
|
18760
|
+
*/
|
|
18761
|
+
const UiStrings$c = {
|
|
18762
|
+
Refresh: 'Refresh',
|
|
18763
|
+
Enable: 'Enable',
|
|
18764
|
+
Disable: 'Disable',
|
|
18765
|
+
Uninstall: 'Uninstall',
|
|
18766
|
+
InstallAnotherVersion: 'Install Another Version',
|
|
18767
|
+
ViewsAndMoreActions: 'Views and more Actions...'};
|
|
18768
|
+
const refresh$2 = () => {
|
|
18769
|
+
return i18nString(UiStrings$c.Refresh);
|
|
18770
|
+
};
|
|
18771
|
+
const enable = () => {
|
|
18772
|
+
return i18nString(UiStrings$c.Enable);
|
|
18773
|
+
};
|
|
18774
|
+
const disable = () => {
|
|
18775
|
+
return i18nString(UiStrings$c.Disable);
|
|
18776
|
+
};
|
|
18777
|
+
const uninstall = () => {
|
|
18778
|
+
return i18nString(UiStrings$c.Uninstall);
|
|
18779
|
+
};
|
|
18780
|
+
const installAnotherVersion = () => {
|
|
18781
|
+
return i18nString(UiStrings$c.InstallAnotherVersion);
|
|
18782
|
+
};
|
|
18783
|
+
const viewsAndMoreActions = () => {
|
|
18784
|
+
return i18nString(UiStrings$c.ViewsAndMoreActions);
|
|
18785
|
+
};
|
|
18786
|
+
|
|
18898
18787
|
const getMenuEntries$b = () => {
|
|
18899
18788
|
return [{
|
|
18900
18789
|
id: 'enable',
|
|
@@ -18981,34 +18870,27 @@ const renderTitle$3 = {
|
|
|
18981
18870
|
|
|
18982
18871
|
const hasFunctionalResize$d = true;
|
|
18983
18872
|
const resize$i = (state, dimensions) => {
|
|
18984
|
-
|
|
18985
|
-
|
|
18986
|
-
|
|
18987
|
-
|
|
18988
|
-
|
|
18989
|
-
//
|
|
18990
|
-
|
|
18991
|
-
|
|
18992
|
-
|
|
18993
|
-
|
|
18994
|
-
|
|
18995
|
-
const size = getViewletSize(dimensions.width);
|
|
18996
|
-
return {
|
|
18997
|
-
...state,
|
|
18998
|
-
...dimensions,
|
|
18999
|
-
maxLineY,
|
|
19000
|
-
size
|
|
19001
|
-
};
|
|
18873
|
+
return state;
|
|
18874
|
+
// // TODO should just return new state, render function can take old state and new state and return render commands
|
|
18875
|
+
// const listHeight = getListHeight({ ...state, ...dimensions })
|
|
18876
|
+
// const maxLineY = Math.min(minLineY + GetNumberOfVisibleItems.getNumberOfVisibleItems(listHeight, itemHeight), items.length)
|
|
18877
|
+
// const size = GetViewletSize.getViewletSize(dimensions.width)
|
|
18878
|
+
// return {
|
|
18879
|
+
// ...state,
|
|
18880
|
+
// ...dimensions,
|
|
18881
|
+
// maxLineY,
|
|
18882
|
+
// size,
|
|
18883
|
+
// }
|
|
19002
18884
|
};
|
|
19003
18885
|
|
|
19004
18886
|
const ViewletExtensions_ipc = {
|
|
19005
18887
|
__proto__: null,
|
|
19006
18888
|
Commands: Commands$o,
|
|
19007
18889
|
Css: Css$q,
|
|
19008
|
-
LazyCommands: LazyCommands$6,
|
|
19009
18890
|
closeSuggest,
|
|
19010
18891
|
create: create$u,
|
|
19011
18892
|
dispose: dispose$l,
|
|
18893
|
+
getCommands: getCommands$4,
|
|
19012
18894
|
getKeyBindings: getKeyBindings$9,
|
|
19013
18895
|
handleBlur: handleBlur$3,
|
|
19014
18896
|
handleDisable,
|
|
@@ -19017,6 +18899,7 @@ const ViewletExtensions_ipc = {
|
|
|
19017
18899
|
handleUninstall,
|
|
19018
18900
|
hasFunctionalRender: hasFunctionalRender$p,
|
|
19019
18901
|
hasFunctionalResize: hasFunctionalResize$d,
|
|
18902
|
+
hotReload: hotReload$3,
|
|
19020
18903
|
loadContent: loadContent$u,
|
|
19021
18904
|
menus: menus$6,
|
|
19022
18905
|
name: name$x,
|
|
@@ -19605,7 +19488,7 @@ const loadContent$r = async (state, savedState) => {
|
|
|
19605
19488
|
const Commands$m = {};
|
|
19606
19489
|
|
|
19607
19490
|
// prettier-ignore
|
|
19608
|
-
const LazyCommands$
|
|
19491
|
+
const LazyCommands$6 = {
|
|
19609
19492
|
setDeltaY: () => Promise.resolve().then(function () { return VirtualListSetDeltaY; }),
|
|
19610
19493
|
handleWheel: () => Promise.resolve().then(function () { return VirtualListHandleWheel; })
|
|
19611
19494
|
};
|
|
@@ -19768,7 +19651,7 @@ const ViewletInlineDiffEditor_ipc = {
|
|
|
19768
19651
|
__proto__: null,
|
|
19769
19652
|
Commands: Commands$m,
|
|
19770
19653
|
Css: Css$p,
|
|
19771
|
-
LazyCommands: LazyCommands$
|
|
19654
|
+
LazyCommands: LazyCommands$6,
|
|
19772
19655
|
create: create$r,
|
|
19773
19656
|
getDynamicCss,
|
|
19774
19657
|
hasFunctionalRender: hasFunctionalRender$n,
|
|
@@ -20874,7 +20757,7 @@ const handleFocusChange$2 = (state, isFocused) => {
|
|
|
20874
20757
|
commands
|
|
20875
20758
|
};
|
|
20876
20759
|
};
|
|
20877
|
-
const handleFocus$
|
|
20760
|
+
const handleFocus$2 = state => {
|
|
20878
20761
|
return handleFocusChange$2(state, true);
|
|
20879
20762
|
};
|
|
20880
20763
|
const showE2eTests = async state => {
|
|
@@ -21041,7 +20924,7 @@ const CommandsWithSideEffects$1 = {
|
|
|
21041
20924
|
moveSideBarRight: moveSideBarRight,
|
|
21042
20925
|
toggleSideBarPosition: toggleSideBarPosition,
|
|
21043
20926
|
handleBlur: handleBlur$2,
|
|
21044
|
-
handleFocus: handleFocus$
|
|
20927
|
+
handleFocus: handleFocus$2,
|
|
21045
20928
|
showE2eTests: showE2eTests
|
|
21046
20929
|
};
|
|
21047
20930
|
|
|
@@ -21561,7 +21444,7 @@ const ViewletLayout_ipc = {
|
|
|
21561
21444
|
getPoints,
|
|
21562
21445
|
getQuickPickMenuEntries: getQuickPickMenuEntries$1,
|
|
21563
21446
|
handleBlur: handleBlur$2,
|
|
21564
|
-
handleFocus: handleFocus$
|
|
21447
|
+
handleFocus: handleFocus$2,
|
|
21565
21448
|
handleResize,
|
|
21566
21449
|
handleSashDoubleClick,
|
|
21567
21450
|
handleSashPointerDown,
|
|
@@ -23085,7 +22968,7 @@ const CommandsWithSideEffectsLazy = {
|
|
|
23085
22968
|
handleDropFilePath: () => Promise.resolve().then(function () { return ViewletMainHandleDropFilePath; }),
|
|
23086
22969
|
splitRight: () => Promise.resolve().then(function () { return ViewletMainSplitRight; })
|
|
23087
22970
|
};
|
|
23088
|
-
const LazyCommands$
|
|
22971
|
+
const LazyCommands$5 = {
|
|
23089
22972
|
handleTabsWheel: () => Promise.resolve().then(function () { return ViewletMainHandleTabsWheel; }),
|
|
23090
22973
|
handleTabClick: () => Promise.resolve().then(function () { return ViewletMainFocusIndex; }),
|
|
23091
22974
|
handleTabsPointerOver: () => Promise.resolve().then(function () { return ViewletMainHandleTabsPointerOver; }),
|
|
@@ -23471,7 +23354,7 @@ const ViewletMain_ipc = {
|
|
|
23471
23354
|
CommandsWithSideEffects,
|
|
23472
23355
|
CommandsWithSideEffectsLazy,
|
|
23473
23356
|
Css: Css$m,
|
|
23474
|
-
LazyCommands: LazyCommands$
|
|
23357
|
+
LazyCommands: LazyCommands$5,
|
|
23475
23358
|
Variables: Variables$7,
|
|
23476
23359
|
contentLoaded: contentLoaded$5,
|
|
23477
23360
|
create: create$o,
|
|
@@ -24227,7 +24110,7 @@ const handleEditorChange = async editor => {
|
|
|
24227
24110
|
const problems = await getProblems();
|
|
24228
24111
|
await execute$4('Problems.setProblems', problems);
|
|
24229
24112
|
};
|
|
24230
|
-
const handleContextMenu$
|
|
24113
|
+
const handleContextMenu$5 = async (state, eventX, eventY) => {
|
|
24231
24114
|
await show$a(eventX, eventY, Problems$2);
|
|
24232
24115
|
return state;
|
|
24233
24116
|
};
|
|
@@ -24407,7 +24290,7 @@ const Commands$e = {
|
|
|
24407
24290
|
getBadgeCount: getBadgeCount,
|
|
24408
24291
|
handleClickAt: handleClickAt$1,
|
|
24409
24292
|
handleBlur: handleBlur$1,
|
|
24410
|
-
handleContextMenu: handleContextMenu$
|
|
24293
|
+
handleContextMenu: handleContextMenu$5,
|
|
24411
24294
|
handleFilterInput: handleFilterInput,
|
|
24412
24295
|
handleArrowLeft: handleArrowLeft$1,
|
|
24413
24296
|
handleArrowRight: handleArrowRight$1,
|
|
@@ -25014,7 +24897,7 @@ const ViewletProblems_ipc = {
|
|
|
25014
24897
|
handleArrowRight: handleArrowRight$1,
|
|
25015
24898
|
handleBlur: handleBlur$1,
|
|
25016
24899
|
handleClickAt: handleClickAt$1,
|
|
25017
|
-
handleContextMenu: handleContextMenu$
|
|
24900
|
+
handleContextMenu: handleContextMenu$5,
|
|
25018
24901
|
handleFilterInput,
|
|
25019
24902
|
handleIconThemeChange: handleIconThemeChange$1,
|
|
25020
24903
|
hasFunctionalRender: hasFunctionalRender$h,
|
|
@@ -28039,7 +27922,7 @@ const Commands$8 = {
|
|
|
28039
27922
|
handleWillNavigate: handleWillNavigate,
|
|
28040
27923
|
handleKeyBinding: handleKeyBinding
|
|
28041
27924
|
};
|
|
28042
|
-
const LazyCommands$
|
|
27925
|
+
const LazyCommands$4 = {
|
|
28043
27926
|
openExternal: () => Promise.resolve().then(function () { return ViewletSimpleBrowserOpenExternal; }),
|
|
28044
27927
|
openBackgroundTab: () => Promise.resolve().then(function () { return ViewletSimpleBrowserOpenBackgroundTab; }),
|
|
28045
27928
|
handleContextMenu: () => Promise.resolve().then(function () { return ViewletSimpleBrowserHandleContextMenu; }),
|
|
@@ -28291,7 +28174,7 @@ const ViewletSimpleBrowser_ipc = {
|
|
|
28291
28174
|
Commands: Commands$8,
|
|
28292
28175
|
Css: Css$c,
|
|
28293
28176
|
Events: Events$2,
|
|
28294
|
-
LazyCommands: LazyCommands$
|
|
28177
|
+
LazyCommands: LazyCommands$4,
|
|
28295
28178
|
backgroundLoadContent,
|
|
28296
28179
|
create: create$c,
|
|
28297
28180
|
dispose: dispose$4,
|
|
@@ -28347,6 +28230,12 @@ const getSourceControlActions = async (providerId, groupId, type) => {
|
|
|
28347
28230
|
return value;
|
|
28348
28231
|
};
|
|
28349
28232
|
|
|
28233
|
+
const getFinalDeltaY = (height, itemHeight, itemsLength) => {
|
|
28234
|
+
const contentHeight = itemsLength * itemHeight;
|
|
28235
|
+
const finalDeltaY = Math.max(contentHeight - height, 0);
|
|
28236
|
+
return finalDeltaY;
|
|
28237
|
+
};
|
|
28238
|
+
|
|
28350
28239
|
const getListHeight = (itemsLength, itemHeight, maxHeight) => {
|
|
28351
28240
|
number$1(itemsLength);
|
|
28352
28241
|
number$1(itemHeight);
|
|
@@ -28639,6 +28528,26 @@ const handleMouseOut = (state, index) => {
|
|
|
28639
28528
|
return state;
|
|
28640
28529
|
};
|
|
28641
28530
|
|
|
28531
|
+
const LazyCommands$3 = {
|
|
28532
|
+
focusFirst: () => Promise.resolve().then(function () { return VirtualListFocusFirst; }),
|
|
28533
|
+
focusIndex: () => Promise.resolve().then(function () { return VirtualListFocusIndex; }),
|
|
28534
|
+
focusLast: () => Promise.resolve().then(function () { return VirtualListFocusLast; }),
|
|
28535
|
+
focusNext: () => Promise.resolve().then(function () { return VirtualListFocusNext; }),
|
|
28536
|
+
focusNextPage: () => Promise.resolve().then(function () { return VirtualListFocusNextPage; }),
|
|
28537
|
+
focusPrevious: () => Promise.resolve().then(function () { return VirtualListFocusPrevious; }),
|
|
28538
|
+
focusPreviousPage: () => Promise.resolve().then(function () { return VirtualListFocusPreviousPage; }),
|
|
28539
|
+
handleTouchEnd: () => Promise.resolve().then(function () { return VirtualListHandleTouchEnd; }),
|
|
28540
|
+
handleTouchMove: () => Promise.resolve().then(function () { return VirtualListHandleTouchMove; }),
|
|
28541
|
+
handleTouchStart: () => Promise.resolve().then(function () { return VirtualListHandleTouchStart; }),
|
|
28542
|
+
handleWheel: () => Promise.resolve().then(function () { return VirtualListHandleWheel; }),
|
|
28543
|
+
handleScrollBarMove: () => Promise.resolve().then(function () { return VirtualListHandleScrollBarMove; }),
|
|
28544
|
+
handleScrollBarThumbPointerMove: () => Promise.resolve().then(function () { return VirtualListHandleScrollBarMove; }),
|
|
28545
|
+
handleScrollBarClick: () => Promise.resolve().then(function () { return VirtualListHandleScrollBarClick; }),
|
|
28546
|
+
handleScrollBarCaptureLost: () => Promise.resolve().then(function () { return VirtualListHandleScrollBarCaptureLost; }),
|
|
28547
|
+
handleClickAt: () => Promise.resolve().then(function () { return VirtualListHandleClickAt; }),
|
|
28548
|
+
scrollDown: () => Promise.resolve().then(function () { return VirtualListScrollDown; })
|
|
28549
|
+
};
|
|
28550
|
+
|
|
28642
28551
|
// prettier-ignore
|
|
28643
28552
|
const Commands$7 = {
|
|
28644
28553
|
handleInput: handleInput,
|
|
@@ -28651,7 +28560,7 @@ const LazyCommands$2 = {
|
|
|
28651
28560
|
handleButtonClick: () => Promise.resolve().then(function () { return ViewletSourceControlHandleButtonClick; }),
|
|
28652
28561
|
acceptInput: () => Promise.resolve().then(function () { return ViewletSourceControlAcceptInput; }),
|
|
28653
28562
|
handleFocus: () => Promise.resolve().then(function () { return ViewletSourceControlHandleFocus; }),
|
|
28654
|
-
...LazyCommands$
|
|
28563
|
+
...LazyCommands$3
|
|
28655
28564
|
};
|
|
28656
28565
|
|
|
28657
28566
|
const Css$b = ["/css/parts/ViewletSourceControl.css"];
|
|
@@ -29208,7 +29117,7 @@ const itemRightUpdate = (state, newItem) => {
|
|
|
29208
29117
|
statusBarItemsRight: newStatusBarItemsRight
|
|
29209
29118
|
};
|
|
29210
29119
|
};
|
|
29211
|
-
const handleClick$
|
|
29120
|
+
const handleClick$3 = (state, name) => {
|
|
29212
29121
|
console.log({
|
|
29213
29122
|
name
|
|
29214
29123
|
});
|
|
@@ -29219,7 +29128,7 @@ const handleClick$4 = (state, name) => {
|
|
|
29219
29128
|
|
|
29220
29129
|
const Commands$6 = {
|
|
29221
29130
|
updateStatusBarItems: updateStatusBarItems,
|
|
29222
|
-
handleClick: handleClick$
|
|
29131
|
+
handleClick: handleClick$3
|
|
29223
29132
|
};
|
|
29224
29133
|
|
|
29225
29134
|
const Css$a = [];
|
|
@@ -29288,7 +29197,7 @@ const ViewletStatusBar_ipc = {
|
|
|
29288
29197
|
Variables: Variables$3,
|
|
29289
29198
|
contentLoadedEffects,
|
|
29290
29199
|
create: create$a,
|
|
29291
|
-
handleClick: handleClick$
|
|
29200
|
+
handleClick: handleClick$3,
|
|
29292
29201
|
hasFunctionalRender: hasFunctionalRender$9,
|
|
29293
29202
|
hasFunctionalResize: hasFunctionalResize$6,
|
|
29294
29203
|
itemLeftCreate,
|
|
@@ -31464,7 +31373,7 @@ const handleClickOther = async (state, x, y, viewletId) => {
|
|
|
31464
31373
|
}
|
|
31465
31374
|
return state;
|
|
31466
31375
|
};
|
|
31467
|
-
const handleClick$
|
|
31376
|
+
const handleClick$2 = async (state, button, index, x, y) => {
|
|
31468
31377
|
if (button !== LeftClick) {
|
|
31469
31378
|
return state;
|
|
31470
31379
|
}
|
|
@@ -31485,7 +31394,7 @@ const handleClick$3 = async (state, button, index, x, y) => {
|
|
|
31485
31394
|
|
|
31486
31395
|
const ViewletActivityBarHandleClick = {
|
|
31487
31396
|
__proto__: null,
|
|
31488
|
-
handleClick: handleClick$
|
|
31397
|
+
handleClick: handleClick$2
|
|
31489
31398
|
};
|
|
31490
31399
|
|
|
31491
31400
|
const getPosition = (state, index) => {
|
|
@@ -31514,7 +31423,7 @@ const selectCurrent = state => {
|
|
|
31514
31423
|
return;
|
|
31515
31424
|
}
|
|
31516
31425
|
const position = getPosition(state, state.focusedIndex);
|
|
31517
|
-
return handleClick$
|
|
31426
|
+
return handleClick$2(state, LeftClick, state.focusedIndex, position.x, position.y);
|
|
31518
31427
|
};
|
|
31519
31428
|
|
|
31520
31429
|
const ViewletActivityBarSelectCurrent = {
|
|
@@ -31522,24 +31431,24 @@ const ViewletActivityBarSelectCurrent = {
|
|
|
31522
31431
|
selectCurrent
|
|
31523
31432
|
};
|
|
31524
31433
|
|
|
31525
|
-
const handleFocus$
|
|
31434
|
+
const handleFocus$1 = state => {
|
|
31526
31435
|
setFocus(ActivityBar$2);
|
|
31527
31436
|
return state;
|
|
31528
31437
|
};
|
|
31529
31438
|
|
|
31530
31439
|
const ViewletActivityBarHandleFocus = {
|
|
31531
31440
|
__proto__: null,
|
|
31532
|
-
handleFocus: handleFocus$
|
|
31441
|
+
handleFocus: handleFocus$1
|
|
31533
31442
|
};
|
|
31534
31443
|
|
|
31535
|
-
const handleContextMenu$
|
|
31444
|
+
const handleContextMenu$4 = async (state, button, x, y) => {
|
|
31536
31445
|
await show$a(x, y, ActivityBar$4);
|
|
31537
31446
|
return state;
|
|
31538
31447
|
};
|
|
31539
31448
|
|
|
31540
31449
|
const ViewletActivityBarHandleContextMenu = {
|
|
31541
31450
|
__proto__: null,
|
|
31542
|
-
handleContextMenu: handleContextMenu$
|
|
31451
|
+
handleContextMenu: handleContextMenu$4
|
|
31543
31452
|
};
|
|
31544
31453
|
|
|
31545
31454
|
const setDeltaY = (state, value) => {
|
|
@@ -31584,448 +31493,6 @@ const VirtualListHandleWheel = {
|
|
|
31584
31493
|
handleWheel
|
|
31585
31494
|
};
|
|
31586
31495
|
|
|
31587
|
-
const focusIndexScrollUp = (state, index, listHeight, itemHeight, itemsLength) => {
|
|
31588
|
-
const newMinLineY = index;
|
|
31589
|
-
const fittingItems = getNumberOfVisibleItems(listHeight, itemHeight);
|
|
31590
|
-
const newMaxLineY = Math.min(newMinLineY + fittingItems, itemsLength);
|
|
31591
|
-
const newDeltaY = newMinLineY * itemHeight;
|
|
31592
|
-
return {
|
|
31593
|
-
...state,
|
|
31594
|
-
focusedIndex: index,
|
|
31595
|
-
minLineY: newMinLineY,
|
|
31596
|
-
maxLineY: newMaxLineY,
|
|
31597
|
-
focused: true,
|
|
31598
|
-
deltaY: newDeltaY
|
|
31599
|
-
};
|
|
31600
|
-
};
|
|
31601
|
-
const focusIndexScrollDown = (state, index, listHeight, itemHeight, itemsLength) => {
|
|
31602
|
-
const newMaxLineY = Math.min(index + 1, itemsLength);
|
|
31603
|
-
const fittingItems = getNumberOfVisibleItems(listHeight, itemHeight);
|
|
31604
|
-
const newMinLineY = Math.max(newMaxLineY - fittingItems, 0);
|
|
31605
|
-
const newDeltaY = itemsLength < fittingItems ? 0 : newMinLineY * itemHeight - listHeight % itemHeight + itemHeight;
|
|
31606
|
-
return {
|
|
31607
|
-
...state,
|
|
31608
|
-
focusedIndex: index,
|
|
31609
|
-
minLineY: newMinLineY,
|
|
31610
|
-
maxLineY: newMaxLineY,
|
|
31611
|
-
focused: true,
|
|
31612
|
-
deltaY: newDeltaY
|
|
31613
|
-
};
|
|
31614
|
-
};
|
|
31615
|
-
const focusIndex = (state, index) => {
|
|
31616
|
-
const {
|
|
31617
|
-
itemHeight,
|
|
31618
|
-
minLineY,
|
|
31619
|
-
maxLineY,
|
|
31620
|
-
headerHeight,
|
|
31621
|
-
height,
|
|
31622
|
-
items
|
|
31623
|
-
} = state;
|
|
31624
|
-
const itemsLength = items.length;
|
|
31625
|
-
if (itemsLength === 0) {
|
|
31626
|
-
return state;
|
|
31627
|
-
}
|
|
31628
|
-
number$1(itemHeight);
|
|
31629
|
-
if (index === -1) {
|
|
31630
|
-
return {
|
|
31631
|
-
...state,
|
|
31632
|
-
focusedIndex: -1,
|
|
31633
|
-
focused: true
|
|
31634
|
-
};
|
|
31635
|
-
}
|
|
31636
|
-
const listHeight = height - headerHeight;
|
|
31637
|
-
if (index < minLineY + 1) {
|
|
31638
|
-
return focusIndexScrollUp(state, index, listHeight, itemHeight, itemsLength);
|
|
31639
|
-
}
|
|
31640
|
-
if (index >= maxLineY - 1) {
|
|
31641
|
-
return focusIndexScrollDown(state, index, listHeight, itemHeight, itemsLength);
|
|
31642
|
-
}
|
|
31643
|
-
return {
|
|
31644
|
-
...state,
|
|
31645
|
-
focusedIndex: index,
|
|
31646
|
-
focused: true
|
|
31647
|
-
};
|
|
31648
|
-
};
|
|
31649
|
-
|
|
31650
|
-
const VirtualListFocusIndex = {
|
|
31651
|
-
__proto__: null,
|
|
31652
|
-
focusIndex
|
|
31653
|
-
};
|
|
31654
|
-
|
|
31655
|
-
const focusFirst = state => {
|
|
31656
|
-
const firstIndex = first();
|
|
31657
|
-
return focusIndex(state, firstIndex);
|
|
31658
|
-
};
|
|
31659
|
-
|
|
31660
|
-
const VirtualListFocusFirst = {
|
|
31661
|
-
__proto__: null,
|
|
31662
|
-
focusFirst
|
|
31663
|
-
};
|
|
31664
|
-
|
|
31665
|
-
const focusLast = state => {
|
|
31666
|
-
const {
|
|
31667
|
-
items
|
|
31668
|
-
} = state;
|
|
31669
|
-
const lastIndex = last(items);
|
|
31670
|
-
return focusIndex(state, lastIndex);
|
|
31671
|
-
};
|
|
31672
|
-
|
|
31673
|
-
const VirtualListFocusLast = {
|
|
31674
|
-
__proto__: null,
|
|
31675
|
-
focusLast
|
|
31676
|
-
};
|
|
31677
|
-
|
|
31678
|
-
const focusNext = state => {
|
|
31679
|
-
const {
|
|
31680
|
-
focusedIndex,
|
|
31681
|
-
items
|
|
31682
|
-
} = state;
|
|
31683
|
-
const nextIndex = next(items, focusedIndex);
|
|
31684
|
-
return focusIndex(state, nextIndex);
|
|
31685
|
-
};
|
|
31686
|
-
|
|
31687
|
-
const VirtualListFocusNext = {
|
|
31688
|
-
__proto__: null,
|
|
31689
|
-
focusNext
|
|
31690
|
-
};
|
|
31691
|
-
|
|
31692
|
-
const focusNextPage = state => {
|
|
31693
|
-
const {
|
|
31694
|
-
focusedIndex,
|
|
31695
|
-
items,
|
|
31696
|
-
maxLineY,
|
|
31697
|
-
minLineY
|
|
31698
|
-
} = state;
|
|
31699
|
-
if (isLastIndex(items, focusedIndex)) {
|
|
31700
|
-
return state;
|
|
31701
|
-
}
|
|
31702
|
-
const indexNextPage = Math.min(maxLineY + (maxLineY - minLineY) - 2, lastIndex(items));
|
|
31703
|
-
return focusIndex(state, indexNextPage);
|
|
31704
|
-
};
|
|
31705
|
-
|
|
31706
|
-
const VirtualListFocusNextPage = {
|
|
31707
|
-
__proto__: null,
|
|
31708
|
-
focusNextPage
|
|
31709
|
-
};
|
|
31710
|
-
|
|
31711
|
-
const focusPrevious = state => {
|
|
31712
|
-
const {
|
|
31713
|
-
focusedIndex,
|
|
31714
|
-
items
|
|
31715
|
-
} = state;
|
|
31716
|
-
if (focusedIndex === 0 || focusedIndex === -1) {
|
|
31717
|
-
return state;
|
|
31718
|
-
}
|
|
31719
|
-
const previousIndex = previous(items, focusedIndex);
|
|
31720
|
-
return focusIndex(state, previousIndex);
|
|
31721
|
-
};
|
|
31722
|
-
|
|
31723
|
-
const VirtualListFocusPrevious = {
|
|
31724
|
-
__proto__: null,
|
|
31725
|
-
focusPrevious
|
|
31726
|
-
};
|
|
31727
|
-
|
|
31728
|
-
const focusPreviousPage = state => {
|
|
31729
|
-
const {
|
|
31730
|
-
focusedIndex,
|
|
31731
|
-
minLineY,
|
|
31732
|
-
maxLineY
|
|
31733
|
-
} = state;
|
|
31734
|
-
if (focusedIndex === 0 || focusedIndex === -1) {
|
|
31735
|
-
return state;
|
|
31736
|
-
}
|
|
31737
|
-
const indexPreviousPage = Math.max(minLineY - (maxLineY - minLineY) + 1, 0);
|
|
31738
|
-
return focusIndex(state, indexPreviousPage);
|
|
31739
|
-
};
|
|
31740
|
-
|
|
31741
|
-
const VirtualListFocusPreviousPage = {
|
|
31742
|
-
__proto__: null,
|
|
31743
|
-
focusPreviousPage
|
|
31744
|
-
};
|
|
31745
|
-
|
|
31746
|
-
const applyInertia = async touchDifference => {
|
|
31747
|
-
let inertia = touchDifference;
|
|
31748
|
-
while (Math.abs(inertia) > 1.5) {
|
|
31749
|
-
inertia /= 1.03;
|
|
31750
|
-
await sleep(10);
|
|
31751
|
-
const newState = getState$1('Extensions');
|
|
31752
|
-
if (!newState) {
|
|
31753
|
-
break;
|
|
31754
|
-
}
|
|
31755
|
-
const newDeltaY = newState.deltaY - inertia;
|
|
31756
|
-
await setState('Extensions', setDeltaY(newState, newDeltaY));
|
|
31757
|
-
}
|
|
31758
|
-
};
|
|
31759
|
-
const handleTouchEnd = (state, touches) => {
|
|
31760
|
-
if (touches.length === 0) {
|
|
31761
|
-
return state;
|
|
31762
|
-
}
|
|
31763
|
-
const {
|
|
31764
|
-
touchDifference
|
|
31765
|
-
} = state;
|
|
31766
|
-
void applyInertia(touchDifference);
|
|
31767
|
-
// const touch = touches[0]
|
|
31768
|
-
// const newTouchOffsetY = touch.clientY
|
|
31769
|
-
// const diff = newTouchOffsetY - touchOffsetY
|
|
31770
|
-
// console.log({ touchDifference })
|
|
31771
|
-
// let inertia = touchDifference
|
|
31772
|
-
// let i = 0
|
|
31773
|
-
// while (Math.abs(inertia) > 1.5) {
|
|
31774
|
-
// console.log({ inertia })
|
|
31775
|
-
// inertia /= 1.03
|
|
31776
|
-
// await new Promise((r) => setTimeout(r, 10))
|
|
31777
|
-
// const newState = ViewletStates.getState('Extensions')
|
|
31778
|
-
// if (!newState) {
|
|
31779
|
-
// break
|
|
31780
|
-
// }
|
|
31781
|
-
// const newDeltaY = newState.deltaY - inertia
|
|
31782
|
-
// await Viewlet.setState('Extensions', setDeltaY(newState, newDeltaY))
|
|
31783
|
-
// }
|
|
31784
|
-
// console.log('return state')
|
|
31785
|
-
return state;
|
|
31786
|
-
};
|
|
31787
|
-
|
|
31788
|
-
const VirtualListHandleTouchEnd = {
|
|
31789
|
-
__proto__: null,
|
|
31790
|
-
handleTouchEnd
|
|
31791
|
-
};
|
|
31792
|
-
|
|
31793
|
-
const handleTouchMove = (state, timeStamp, touches) => {
|
|
31794
|
-
number$1(timeStamp);
|
|
31795
|
-
array(touches);
|
|
31796
|
-
if (touches.length === 0) {
|
|
31797
|
-
return state;
|
|
31798
|
-
}
|
|
31799
|
-
const {
|
|
31800
|
-
touchOffsetY,
|
|
31801
|
-
deltaY
|
|
31802
|
-
} = state;
|
|
31803
|
-
const touch = touches[0];
|
|
31804
|
-
const {
|
|
31805
|
-
y
|
|
31806
|
-
} = touch;
|
|
31807
|
-
number$1(y);
|
|
31808
|
-
const newTouchOffsetY = y;
|
|
31809
|
-
const touchDifference = newTouchOffsetY - touchOffsetY;
|
|
31810
|
-
const newDeltaY = deltaY - touchDifference;
|
|
31811
|
-
return {
|
|
31812
|
-
...setDeltaY(state, newDeltaY),
|
|
31813
|
-
touchOffsetY: newTouchOffsetY,
|
|
31814
|
-
touchDifference
|
|
31815
|
-
};
|
|
31816
|
-
};
|
|
31817
|
-
|
|
31818
|
-
const VirtualListHandleTouchMove = {
|
|
31819
|
-
__proto__: null,
|
|
31820
|
-
handleTouchMove
|
|
31821
|
-
};
|
|
31822
|
-
|
|
31823
|
-
const handleTouchStart = (state, timeStamp, touches) => {
|
|
31824
|
-
number$1(timeStamp);
|
|
31825
|
-
array(touches);
|
|
31826
|
-
if (touches.length === 0) {
|
|
31827
|
-
return state;
|
|
31828
|
-
}
|
|
31829
|
-
const touch = touches[0];
|
|
31830
|
-
const {
|
|
31831
|
-
y
|
|
31832
|
-
} = touch;
|
|
31833
|
-
number$1(y);
|
|
31834
|
-
return {
|
|
31835
|
-
...state,
|
|
31836
|
-
touchOffsetY: y
|
|
31837
|
-
};
|
|
31838
|
-
};
|
|
31839
|
-
|
|
31840
|
-
const VirtualListHandleTouchStart = {
|
|
31841
|
-
__proto__: null,
|
|
31842
|
-
handleTouchStart
|
|
31843
|
-
};
|
|
31844
|
-
|
|
31845
|
-
const getNewPercent = (contentHeight, scrollBarHeight, relativeY) => {
|
|
31846
|
-
if (relativeY <= contentHeight - scrollBarHeight / 2) {
|
|
31847
|
-
// clicked in middle
|
|
31848
|
-
return relativeY / (contentHeight - scrollBarHeight);
|
|
31849
|
-
}
|
|
31850
|
-
// clicked at bottom
|
|
31851
|
-
return 1;
|
|
31852
|
-
};
|
|
31853
|
-
const handleScrollBarMove = (state, eventY) => {
|
|
31854
|
-
const {
|
|
31855
|
-
y,
|
|
31856
|
-
headerHeight,
|
|
31857
|
-
handleOffset,
|
|
31858
|
-
finalDeltaY,
|
|
31859
|
-
height,
|
|
31860
|
-
scrollBarHeight
|
|
31861
|
-
} = state;
|
|
31862
|
-
const relativeY = eventY - y - headerHeight - handleOffset;
|
|
31863
|
-
const contentHeight = height - headerHeight;
|
|
31864
|
-
const newPercent = getNewPercent(contentHeight, scrollBarHeight, relativeY);
|
|
31865
|
-
const newDeltaY = newPercent * finalDeltaY;
|
|
31866
|
-
return setDeltaY(state, newDeltaY);
|
|
31867
|
-
};
|
|
31868
|
-
const handleScrollBarThumbPointerMove = handleScrollBarMove;
|
|
31869
|
-
|
|
31870
|
-
const VirtualListHandleScrollBarMove = {
|
|
31871
|
-
__proto__: null,
|
|
31872
|
-
handleScrollBarMove,
|
|
31873
|
-
handleScrollBarThumbPointerMove
|
|
31874
|
-
};
|
|
31875
|
-
|
|
31876
|
-
const handleScrollBarClick = (state, eventY) => {
|
|
31877
|
-
const {
|
|
31878
|
-
y,
|
|
31879
|
-
deltaY,
|
|
31880
|
-
headerHeight,
|
|
31881
|
-
finalDeltaY,
|
|
31882
|
-
scrollBarHeight,
|
|
31883
|
-
height
|
|
31884
|
-
} = state;
|
|
31885
|
-
const contentHeight = height - headerHeight;
|
|
31886
|
-
const relativeY = eventY - y - headerHeight;
|
|
31887
|
-
const currentScrollBarY = getScrollBarY(deltaY, finalDeltaY, contentHeight, scrollBarHeight);
|
|
31888
|
-
const diff = relativeY - currentScrollBarY;
|
|
31889
|
-
if (diff >= 0 && diff < scrollBarHeight) {
|
|
31890
|
-
return {
|
|
31891
|
-
...state,
|
|
31892
|
-
handleOffset: diff,
|
|
31893
|
-
scrollBarActive: true
|
|
31894
|
-
};
|
|
31895
|
-
}
|
|
31896
|
-
const {
|
|
31897
|
-
percent,
|
|
31898
|
-
handleOffset
|
|
31899
|
-
} = getNewDeltaPercent(contentHeight, scrollBarHeight, relativeY);
|
|
31900
|
-
const newDeltaY = percent * finalDeltaY;
|
|
31901
|
-
return {
|
|
31902
|
-
...setDeltaY(state, newDeltaY),
|
|
31903
|
-
handleOffset,
|
|
31904
|
-
scrollBarActive: true
|
|
31905
|
-
};
|
|
31906
|
-
};
|
|
31907
|
-
|
|
31908
|
-
const VirtualListHandleScrollBarClick = {
|
|
31909
|
-
__proto__: null,
|
|
31910
|
-
handleScrollBarClick
|
|
31911
|
-
};
|
|
31912
|
-
|
|
31913
|
-
const handleScrollBarCaptureLost = state => {
|
|
31914
|
-
return {
|
|
31915
|
-
...state,
|
|
31916
|
-
scrollBarActive: false
|
|
31917
|
-
};
|
|
31918
|
-
};
|
|
31919
|
-
|
|
31920
|
-
const VirtualListHandleScrollBarCaptureLost = {
|
|
31921
|
-
__proto__: null,
|
|
31922
|
-
handleScrollBarCaptureLost
|
|
31923
|
-
};
|
|
31924
|
-
|
|
31925
|
-
const handleClickAt = async (state, eventX, eventY) => {
|
|
31926
|
-
const {
|
|
31927
|
-
x,
|
|
31928
|
-
y,
|
|
31929
|
-
itemHeight,
|
|
31930
|
-
uid,
|
|
31931
|
-
deltaY
|
|
31932
|
-
} = state;
|
|
31933
|
-
const index = getListIndex(eventX, eventY, x, y, deltaY, itemHeight);
|
|
31934
|
-
await executeViewletCommand(uid, 'selectIndex', index);
|
|
31935
|
-
return state;
|
|
31936
|
-
};
|
|
31937
|
-
|
|
31938
|
-
const VirtualListHandleClickAt = {
|
|
31939
|
-
__proto__: null,
|
|
31940
|
-
handleClickAt
|
|
31941
|
-
};
|
|
31942
|
-
|
|
31943
|
-
const scrollDown = state => {
|
|
31944
|
-
const {
|
|
31945
|
-
finalDeltaY,
|
|
31946
|
-
deltaY
|
|
31947
|
-
} = state;
|
|
31948
|
-
const newDeltaY = Math.min(deltaY + 20, finalDeltaY);
|
|
31949
|
-
return setDeltaY(state, newDeltaY);
|
|
31950
|
-
};
|
|
31951
|
-
|
|
31952
|
-
const VirtualListScrollDown = {
|
|
31953
|
-
__proto__: null,
|
|
31954
|
-
scrollDown
|
|
31955
|
-
};
|
|
31956
|
-
|
|
31957
|
-
const handleClick$2 = async (state, index) => {
|
|
31958
|
-
const {
|
|
31959
|
-
items,
|
|
31960
|
-
minLineY
|
|
31961
|
-
} = state;
|
|
31962
|
-
const actualIndex = index + minLineY;
|
|
31963
|
-
const extension = items[actualIndex];
|
|
31964
|
-
const uri = `extension-detail://${extension.id}`;
|
|
31965
|
-
await execute$4('Main.openUri', uri);
|
|
31966
|
-
return focusIndex(state, actualIndex);
|
|
31967
|
-
};
|
|
31968
|
-
|
|
31969
|
-
const ViewletExtensionsHandleClick = {
|
|
31970
|
-
__proto__: null,
|
|
31971
|
-
handleClick: handleClick$2
|
|
31972
|
-
};
|
|
31973
|
-
|
|
31974
|
-
const handleClickCurrent = state => {
|
|
31975
|
-
const {
|
|
31976
|
-
focusedIndex
|
|
31977
|
-
} = state;
|
|
31978
|
-
return handleClick$2(state, focusedIndex);
|
|
31979
|
-
};
|
|
31980
|
-
|
|
31981
|
-
const ViewletExtensionsHandleClickCurrent = {
|
|
31982
|
-
__proto__: null,
|
|
31983
|
-
handleClickCurrent
|
|
31984
|
-
};
|
|
31985
|
-
|
|
31986
|
-
const handleClickCurrentButKeepFocus = state => {
|
|
31987
|
-
const {
|
|
31988
|
-
focusedIndex
|
|
31989
|
-
} = state;
|
|
31990
|
-
return handleClick$2(state, focusedIndex);
|
|
31991
|
-
};
|
|
31992
|
-
|
|
31993
|
-
const ViewletExtensionsHandleClickCurrentButKeepFocus = {
|
|
31994
|
-
__proto__: null,
|
|
31995
|
-
handleClickCurrentButKeepFocus
|
|
31996
|
-
};
|
|
31997
|
-
|
|
31998
|
-
// TODO pass index instead
|
|
31999
|
-
const handleContextMenu$4 = async (state, button, x, y) => {
|
|
32000
|
-
// TODO use focused index when when context menu button is -1 (keyboard)
|
|
32001
|
-
await show$a(x, y, ManageExtension);
|
|
32002
|
-
return state;
|
|
32003
|
-
};
|
|
32004
|
-
|
|
32005
|
-
const ViewletExtensionsHandleContextMenu = {
|
|
32006
|
-
__proto__: null,
|
|
32007
|
-
handleContextMenu: handleContextMenu$4
|
|
32008
|
-
};
|
|
32009
|
-
|
|
32010
|
-
const clearSearchResults = state => {
|
|
32011
|
-
return handleInput$2(state, '');
|
|
32012
|
-
};
|
|
32013
|
-
|
|
32014
|
-
const ViewletExtensionsClearSearchResults = {
|
|
32015
|
-
__proto__: null,
|
|
32016
|
-
clearSearchResults
|
|
32017
|
-
};
|
|
32018
|
-
|
|
32019
|
-
const handleFocus$1 = state => {
|
|
32020
|
-
setFocus(Extensions);
|
|
32021
|
-
return state;
|
|
32022
|
-
};
|
|
32023
|
-
|
|
32024
|
-
const ViewletExtensionsHandleFocus = {
|
|
32025
|
-
__proto__: null,
|
|
32026
|
-
handleFocus: handleFocus$1
|
|
32027
|
-
};
|
|
32028
|
-
|
|
32029
31496
|
const closeTabsLeft = state => {
|
|
32030
31497
|
const commands = [];
|
|
32031
31498
|
// @ts-ignore
|
|
@@ -32830,7 +32297,7 @@ const prefixIdWithExt = item => {
|
|
|
32830
32297
|
const getExtensionPicks = async () => {
|
|
32831
32298
|
try {
|
|
32832
32299
|
// TODO don't call this every time
|
|
32833
|
-
const extensionPicks = await getCommands$
|
|
32300
|
+
const extensionPicks = await getCommands$8();
|
|
32834
32301
|
if (!extensionPicks) {
|
|
32835
32302
|
return [];
|
|
32836
32303
|
}
|
|
@@ -33385,6 +32852,376 @@ const ViewletSimpleBrowserCancelNavigation = {
|
|
|
33385
32852
|
cancelNavigation
|
|
33386
32853
|
};
|
|
33387
32854
|
|
|
32855
|
+
const focusIndexScrollUp = (state, index, listHeight, itemHeight, itemsLength) => {
|
|
32856
|
+
const newMinLineY = index;
|
|
32857
|
+
const fittingItems = getNumberOfVisibleItems(listHeight, itemHeight);
|
|
32858
|
+
const newMaxLineY = Math.min(newMinLineY + fittingItems, itemsLength);
|
|
32859
|
+
const newDeltaY = newMinLineY * itemHeight;
|
|
32860
|
+
return {
|
|
32861
|
+
...state,
|
|
32862
|
+
focusedIndex: index,
|
|
32863
|
+
minLineY: newMinLineY,
|
|
32864
|
+
maxLineY: newMaxLineY,
|
|
32865
|
+
focused: true,
|
|
32866
|
+
deltaY: newDeltaY
|
|
32867
|
+
};
|
|
32868
|
+
};
|
|
32869
|
+
const focusIndexScrollDown = (state, index, listHeight, itemHeight, itemsLength) => {
|
|
32870
|
+
const newMaxLineY = Math.min(index + 1, itemsLength);
|
|
32871
|
+
const fittingItems = getNumberOfVisibleItems(listHeight, itemHeight);
|
|
32872
|
+
const newMinLineY = Math.max(newMaxLineY - fittingItems, 0);
|
|
32873
|
+
const newDeltaY = itemsLength < fittingItems ? 0 : newMinLineY * itemHeight - listHeight % itemHeight + itemHeight;
|
|
32874
|
+
return {
|
|
32875
|
+
...state,
|
|
32876
|
+
focusedIndex: index,
|
|
32877
|
+
minLineY: newMinLineY,
|
|
32878
|
+
maxLineY: newMaxLineY,
|
|
32879
|
+
focused: true,
|
|
32880
|
+
deltaY: newDeltaY
|
|
32881
|
+
};
|
|
32882
|
+
};
|
|
32883
|
+
const focusIndex = (state, index) => {
|
|
32884
|
+
const {
|
|
32885
|
+
itemHeight,
|
|
32886
|
+
minLineY,
|
|
32887
|
+
maxLineY,
|
|
32888
|
+
headerHeight,
|
|
32889
|
+
height,
|
|
32890
|
+
items
|
|
32891
|
+
} = state;
|
|
32892
|
+
const itemsLength = items.length;
|
|
32893
|
+
if (itemsLength === 0) {
|
|
32894
|
+
return state;
|
|
32895
|
+
}
|
|
32896
|
+
number$1(itemHeight);
|
|
32897
|
+
if (index === -1) {
|
|
32898
|
+
return {
|
|
32899
|
+
...state,
|
|
32900
|
+
focusedIndex: -1,
|
|
32901
|
+
focused: true
|
|
32902
|
+
};
|
|
32903
|
+
}
|
|
32904
|
+
const listHeight = height - headerHeight;
|
|
32905
|
+
if (index < minLineY + 1) {
|
|
32906
|
+
return focusIndexScrollUp(state, index, listHeight, itemHeight, itemsLength);
|
|
32907
|
+
}
|
|
32908
|
+
if (index >= maxLineY - 1) {
|
|
32909
|
+
return focusIndexScrollDown(state, index, listHeight, itemHeight, itemsLength);
|
|
32910
|
+
}
|
|
32911
|
+
return {
|
|
32912
|
+
...state,
|
|
32913
|
+
focusedIndex: index,
|
|
32914
|
+
focused: true
|
|
32915
|
+
};
|
|
32916
|
+
};
|
|
32917
|
+
|
|
32918
|
+
const VirtualListFocusIndex = {
|
|
32919
|
+
__proto__: null,
|
|
32920
|
+
focusIndex
|
|
32921
|
+
};
|
|
32922
|
+
|
|
32923
|
+
const focusFirst = state => {
|
|
32924
|
+
const firstIndex = first();
|
|
32925
|
+
return focusIndex(state, firstIndex);
|
|
32926
|
+
};
|
|
32927
|
+
|
|
32928
|
+
const VirtualListFocusFirst = {
|
|
32929
|
+
__proto__: null,
|
|
32930
|
+
focusFirst
|
|
32931
|
+
};
|
|
32932
|
+
|
|
32933
|
+
const focusLast = state => {
|
|
32934
|
+
const {
|
|
32935
|
+
items
|
|
32936
|
+
} = state;
|
|
32937
|
+
const lastIndex = last(items);
|
|
32938
|
+
return focusIndex(state, lastIndex);
|
|
32939
|
+
};
|
|
32940
|
+
|
|
32941
|
+
const VirtualListFocusLast = {
|
|
32942
|
+
__proto__: null,
|
|
32943
|
+
focusLast
|
|
32944
|
+
};
|
|
32945
|
+
|
|
32946
|
+
const focusNext = state => {
|
|
32947
|
+
const {
|
|
32948
|
+
focusedIndex,
|
|
32949
|
+
items
|
|
32950
|
+
} = state;
|
|
32951
|
+
const nextIndex = next(items, focusedIndex);
|
|
32952
|
+
return focusIndex(state, nextIndex);
|
|
32953
|
+
};
|
|
32954
|
+
|
|
32955
|
+
const VirtualListFocusNext = {
|
|
32956
|
+
__proto__: null,
|
|
32957
|
+
focusNext
|
|
32958
|
+
};
|
|
32959
|
+
|
|
32960
|
+
const focusNextPage = state => {
|
|
32961
|
+
const {
|
|
32962
|
+
focusedIndex,
|
|
32963
|
+
items,
|
|
32964
|
+
maxLineY,
|
|
32965
|
+
minLineY
|
|
32966
|
+
} = state;
|
|
32967
|
+
if (isLastIndex(items, focusedIndex)) {
|
|
32968
|
+
return state;
|
|
32969
|
+
}
|
|
32970
|
+
const indexNextPage = Math.min(maxLineY + (maxLineY - minLineY) - 2, lastIndex(items));
|
|
32971
|
+
return focusIndex(state, indexNextPage);
|
|
32972
|
+
};
|
|
32973
|
+
|
|
32974
|
+
const VirtualListFocusNextPage = {
|
|
32975
|
+
__proto__: null,
|
|
32976
|
+
focusNextPage
|
|
32977
|
+
};
|
|
32978
|
+
|
|
32979
|
+
const focusPrevious = state => {
|
|
32980
|
+
const {
|
|
32981
|
+
focusedIndex,
|
|
32982
|
+
items
|
|
32983
|
+
} = state;
|
|
32984
|
+
if (focusedIndex === 0 || focusedIndex === -1) {
|
|
32985
|
+
return state;
|
|
32986
|
+
}
|
|
32987
|
+
const previousIndex = previous(items, focusedIndex);
|
|
32988
|
+
return focusIndex(state, previousIndex);
|
|
32989
|
+
};
|
|
32990
|
+
|
|
32991
|
+
const VirtualListFocusPrevious = {
|
|
32992
|
+
__proto__: null,
|
|
32993
|
+
focusPrevious
|
|
32994
|
+
};
|
|
32995
|
+
|
|
32996
|
+
const focusPreviousPage = state => {
|
|
32997
|
+
const {
|
|
32998
|
+
focusedIndex,
|
|
32999
|
+
minLineY,
|
|
33000
|
+
maxLineY
|
|
33001
|
+
} = state;
|
|
33002
|
+
if (focusedIndex === 0 || focusedIndex === -1) {
|
|
33003
|
+
return state;
|
|
33004
|
+
}
|
|
33005
|
+
const indexPreviousPage = Math.max(minLineY - (maxLineY - minLineY) + 1, 0);
|
|
33006
|
+
return focusIndex(state, indexPreviousPage);
|
|
33007
|
+
};
|
|
33008
|
+
|
|
33009
|
+
const VirtualListFocusPreviousPage = {
|
|
33010
|
+
__proto__: null,
|
|
33011
|
+
focusPreviousPage
|
|
33012
|
+
};
|
|
33013
|
+
|
|
33014
|
+
const applyInertia = async touchDifference => {
|
|
33015
|
+
let inertia = touchDifference;
|
|
33016
|
+
while (Math.abs(inertia) > 1.5) {
|
|
33017
|
+
inertia /= 1.03;
|
|
33018
|
+
await sleep(10);
|
|
33019
|
+
const newState = getState$1('Extensions');
|
|
33020
|
+
if (!newState) {
|
|
33021
|
+
break;
|
|
33022
|
+
}
|
|
33023
|
+
const newDeltaY = newState.deltaY - inertia;
|
|
33024
|
+
await setState('Extensions', setDeltaY(newState, newDeltaY));
|
|
33025
|
+
}
|
|
33026
|
+
};
|
|
33027
|
+
const handleTouchEnd = (state, touches) => {
|
|
33028
|
+
if (touches.length === 0) {
|
|
33029
|
+
return state;
|
|
33030
|
+
}
|
|
33031
|
+
const {
|
|
33032
|
+
touchDifference
|
|
33033
|
+
} = state;
|
|
33034
|
+
void applyInertia(touchDifference);
|
|
33035
|
+
// const touch = touches[0]
|
|
33036
|
+
// const newTouchOffsetY = touch.clientY
|
|
33037
|
+
// const diff = newTouchOffsetY - touchOffsetY
|
|
33038
|
+
// console.log({ touchDifference })
|
|
33039
|
+
// let inertia = touchDifference
|
|
33040
|
+
// let i = 0
|
|
33041
|
+
// while (Math.abs(inertia) > 1.5) {
|
|
33042
|
+
// console.log({ inertia })
|
|
33043
|
+
// inertia /= 1.03
|
|
33044
|
+
// await new Promise((r) => setTimeout(r, 10))
|
|
33045
|
+
// const newState = ViewletStates.getState('Extensions')
|
|
33046
|
+
// if (!newState) {
|
|
33047
|
+
// break
|
|
33048
|
+
// }
|
|
33049
|
+
// const newDeltaY = newState.deltaY - inertia
|
|
33050
|
+
// await Viewlet.setState('Extensions', setDeltaY(newState, newDeltaY))
|
|
33051
|
+
// }
|
|
33052
|
+
// console.log('return state')
|
|
33053
|
+
return state;
|
|
33054
|
+
};
|
|
33055
|
+
|
|
33056
|
+
const VirtualListHandleTouchEnd = {
|
|
33057
|
+
__proto__: null,
|
|
33058
|
+
handleTouchEnd
|
|
33059
|
+
};
|
|
33060
|
+
|
|
33061
|
+
const handleTouchMove = (state, timeStamp, touches) => {
|
|
33062
|
+
number$1(timeStamp);
|
|
33063
|
+
array(touches);
|
|
33064
|
+
if (touches.length === 0) {
|
|
33065
|
+
return state;
|
|
33066
|
+
}
|
|
33067
|
+
const {
|
|
33068
|
+
touchOffsetY,
|
|
33069
|
+
deltaY
|
|
33070
|
+
} = state;
|
|
33071
|
+
const touch = touches[0];
|
|
33072
|
+
const {
|
|
33073
|
+
y
|
|
33074
|
+
} = touch;
|
|
33075
|
+
number$1(y);
|
|
33076
|
+
const newTouchOffsetY = y;
|
|
33077
|
+
const touchDifference = newTouchOffsetY - touchOffsetY;
|
|
33078
|
+
const newDeltaY = deltaY - touchDifference;
|
|
33079
|
+
return {
|
|
33080
|
+
...setDeltaY(state, newDeltaY),
|
|
33081
|
+
touchOffsetY: newTouchOffsetY,
|
|
33082
|
+
touchDifference
|
|
33083
|
+
};
|
|
33084
|
+
};
|
|
33085
|
+
|
|
33086
|
+
const VirtualListHandleTouchMove = {
|
|
33087
|
+
__proto__: null,
|
|
33088
|
+
handleTouchMove
|
|
33089
|
+
};
|
|
33090
|
+
|
|
33091
|
+
const handleTouchStart = (state, timeStamp, touches) => {
|
|
33092
|
+
number$1(timeStamp);
|
|
33093
|
+
array(touches);
|
|
33094
|
+
if (touches.length === 0) {
|
|
33095
|
+
return state;
|
|
33096
|
+
}
|
|
33097
|
+
const touch = touches[0];
|
|
33098
|
+
const {
|
|
33099
|
+
y
|
|
33100
|
+
} = touch;
|
|
33101
|
+
number$1(y);
|
|
33102
|
+
return {
|
|
33103
|
+
...state,
|
|
33104
|
+
touchOffsetY: y
|
|
33105
|
+
};
|
|
33106
|
+
};
|
|
33107
|
+
|
|
33108
|
+
const VirtualListHandleTouchStart = {
|
|
33109
|
+
__proto__: null,
|
|
33110
|
+
handleTouchStart
|
|
33111
|
+
};
|
|
33112
|
+
|
|
33113
|
+
const getNewPercent = (contentHeight, scrollBarHeight, relativeY) => {
|
|
33114
|
+
if (relativeY <= contentHeight - scrollBarHeight / 2) {
|
|
33115
|
+
// clicked in middle
|
|
33116
|
+
return relativeY / (contentHeight - scrollBarHeight);
|
|
33117
|
+
}
|
|
33118
|
+
// clicked at bottom
|
|
33119
|
+
return 1;
|
|
33120
|
+
};
|
|
33121
|
+
const handleScrollBarMove = (state, eventY) => {
|
|
33122
|
+
const {
|
|
33123
|
+
y,
|
|
33124
|
+
headerHeight,
|
|
33125
|
+
handleOffset,
|
|
33126
|
+
finalDeltaY,
|
|
33127
|
+
height,
|
|
33128
|
+
scrollBarHeight
|
|
33129
|
+
} = state;
|
|
33130
|
+
const relativeY = eventY - y - headerHeight - handleOffset;
|
|
33131
|
+
const contentHeight = height - headerHeight;
|
|
33132
|
+
const newPercent = getNewPercent(contentHeight, scrollBarHeight, relativeY);
|
|
33133
|
+
const newDeltaY = newPercent * finalDeltaY;
|
|
33134
|
+
return setDeltaY(state, newDeltaY);
|
|
33135
|
+
};
|
|
33136
|
+
const handleScrollBarThumbPointerMove = handleScrollBarMove;
|
|
33137
|
+
|
|
33138
|
+
const VirtualListHandleScrollBarMove = {
|
|
33139
|
+
__proto__: null,
|
|
33140
|
+
handleScrollBarMove,
|
|
33141
|
+
handleScrollBarThumbPointerMove
|
|
33142
|
+
};
|
|
33143
|
+
|
|
33144
|
+
const handleScrollBarClick = (state, eventY) => {
|
|
33145
|
+
const {
|
|
33146
|
+
y,
|
|
33147
|
+
deltaY,
|
|
33148
|
+
headerHeight,
|
|
33149
|
+
finalDeltaY,
|
|
33150
|
+
scrollBarHeight,
|
|
33151
|
+
height
|
|
33152
|
+
} = state;
|
|
33153
|
+
const contentHeight = height - headerHeight;
|
|
33154
|
+
const relativeY = eventY - y - headerHeight;
|
|
33155
|
+
const currentScrollBarY = getScrollBarY(deltaY, finalDeltaY, contentHeight, scrollBarHeight);
|
|
33156
|
+
const diff = relativeY - currentScrollBarY;
|
|
33157
|
+
if (diff >= 0 && diff < scrollBarHeight) {
|
|
33158
|
+
return {
|
|
33159
|
+
...state,
|
|
33160
|
+
handleOffset: diff,
|
|
33161
|
+
scrollBarActive: true
|
|
33162
|
+
};
|
|
33163
|
+
}
|
|
33164
|
+
const {
|
|
33165
|
+
percent,
|
|
33166
|
+
handleOffset
|
|
33167
|
+
} = getNewDeltaPercent(contentHeight, scrollBarHeight, relativeY);
|
|
33168
|
+
const newDeltaY = percent * finalDeltaY;
|
|
33169
|
+
return {
|
|
33170
|
+
...setDeltaY(state, newDeltaY),
|
|
33171
|
+
handleOffset,
|
|
33172
|
+
scrollBarActive: true
|
|
33173
|
+
};
|
|
33174
|
+
};
|
|
33175
|
+
|
|
33176
|
+
const VirtualListHandleScrollBarClick = {
|
|
33177
|
+
__proto__: null,
|
|
33178
|
+
handleScrollBarClick
|
|
33179
|
+
};
|
|
33180
|
+
|
|
33181
|
+
const handleScrollBarCaptureLost = state => {
|
|
33182
|
+
return {
|
|
33183
|
+
...state,
|
|
33184
|
+
scrollBarActive: false
|
|
33185
|
+
};
|
|
33186
|
+
};
|
|
33187
|
+
|
|
33188
|
+
const VirtualListHandleScrollBarCaptureLost = {
|
|
33189
|
+
__proto__: null,
|
|
33190
|
+
handleScrollBarCaptureLost
|
|
33191
|
+
};
|
|
33192
|
+
|
|
33193
|
+
const handleClickAt = async (state, eventX, eventY) => {
|
|
33194
|
+
const {
|
|
33195
|
+
x,
|
|
33196
|
+
y,
|
|
33197
|
+
itemHeight,
|
|
33198
|
+
uid,
|
|
33199
|
+
deltaY
|
|
33200
|
+
} = state;
|
|
33201
|
+
const index = getListIndex(eventX, eventY, x, y, deltaY, itemHeight);
|
|
33202
|
+
await executeViewletCommand(uid, 'selectIndex', index);
|
|
33203
|
+
return state;
|
|
33204
|
+
};
|
|
33205
|
+
|
|
33206
|
+
const VirtualListHandleClickAt = {
|
|
33207
|
+
__proto__: null,
|
|
33208
|
+
handleClickAt
|
|
33209
|
+
};
|
|
33210
|
+
|
|
33211
|
+
const scrollDown = state => {
|
|
33212
|
+
const {
|
|
33213
|
+
finalDeltaY,
|
|
33214
|
+
deltaY
|
|
33215
|
+
} = state;
|
|
33216
|
+
const newDeltaY = Math.min(deltaY + 20, finalDeltaY);
|
|
33217
|
+
return setDeltaY(state, newDeltaY);
|
|
33218
|
+
};
|
|
33219
|
+
|
|
33220
|
+
const VirtualListScrollDown = {
|
|
33221
|
+
__proto__: null,
|
|
33222
|
+
scrollDown
|
|
33223
|
+
};
|
|
33224
|
+
|
|
33388
33225
|
const handleContextMenu$1 = async (state, button, x, y) => {
|
|
33389
33226
|
await show$a(x, y, SourceControl$1);
|
|
33390
33227
|
return state;
|