@lvce-editor/static-server 0.51.4 → 0.52.1
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 +1852 -1852
- package/package.json +1 -1
- package/static/{edd3a0e → ad88831}/css/App.css +89 -89
- package/static/{edd3a0e → ad88831}/manifest.json +2 -2
- package/static/{edd3a0e → ad88831}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{edd3a0e → ad88831}/packages/explorer-worker/dist/explorerViewWorkerMain.js +682 -555
- package/static/{edd3a0e → ad88831}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +60 -30
- package/static/{edd3a0e → ad88831}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +29 -23
- package/static/{edd3a0e → ad88831}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{edd3a0e → ad88831}/packages/renderer-worker/dist/rendererWorkerMain.js +1 -1
- package/static/{edd3a0e → ad88831}/packages/test-worker/dist/testWorkerMain.js +16 -19
- package/static/index.html +4 -4
- /package/static/{edd3a0e → ad88831}/config/colorTheme.json +0 -0
- /package/static/{edd3a0e → ad88831}/config/defaultSettings.json +0 -0
- /package/static/{edd3a0e → ad88831}/config/fileMap.json +0 -0
- /package/static/{edd3a0e → ad88831}/config/webExtensions.json +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/Animation.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/DebugButtons.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/DebugValue.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/E2eTest.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/E2eTests.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/EditorHover.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/EditorMessage.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/FeatureContent.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/Features.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ImagePreview.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/InputBadge.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/Key.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/LegacyDialog.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/Markdown.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/Progress.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/Select.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/Table.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletAbout.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletDialog.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletMedia.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletOutput.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletPanel.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletPdf.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletProblems.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletReferences.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletSearch.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletStorage.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{edd3a0e → ad88831}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{edd3a0e → ad88831}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/default_file.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/default_folder.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/default_root_folder.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_access.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_access2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ada.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_agda.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ai.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_al.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_angular.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_apache.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_apex.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_apib.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_apl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_asp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_astro.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_atom.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ats.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_attw.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_audio.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_avif.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_avro.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_awk.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_aws.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_azure.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_babel.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bak.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bat.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bats.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_biml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_binary.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_biome.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_blade.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_blender.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bower.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_buf.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bun.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_c.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_c2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_c3.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cake.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_casc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cert.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cf.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_changie.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_chef.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_class.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_claude.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_compass.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_composer.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_conan.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_conda.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_config.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_craco.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_css.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_css2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_cython.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dal.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_db.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_debian.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_deno.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_diff.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_django.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_docker.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_docz.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_drone.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_drools.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dune.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_edge.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_eex.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_elm.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ember.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_eps.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_epub.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_erb.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_excel.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_expo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fla.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_flash.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_flow.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_font.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_funding.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_galen.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_git.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_git2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_glide.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_go.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_godot.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_grain.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_haml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_helix.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_helm.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_host.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_html.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_http.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_husky.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_hy.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_icl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_idris.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_image.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_imba.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_inc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_informix.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ini.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ink.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_io.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jake.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_janet.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jar.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_java.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jest.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_json.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_json2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_json5.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jss.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_juice.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_julia.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_just.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_k.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_karma.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_key.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_kite.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_knip.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_kos.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lark.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_latino.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_layout.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_less.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lex.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_liara.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_license.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lime.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_locale.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_log.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lua.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_luau.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_lync.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_map.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_marko.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_maven.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_maya.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_meson.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_metal.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_motif.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mson.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_next.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nim.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nix.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_noc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_node.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_node2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_npm.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nx.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_opam.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_org.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_package.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_paket.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_patch.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_perl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_php.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_php2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_php3.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pine.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pip.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pony.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_postman.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_preact.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_progress.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pug.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_python.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_q.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_qml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_r.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_racket.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rails.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rake.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_raku.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_raml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_razor.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_reason.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_red.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_registry.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rego.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_remark.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_replit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rest.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_retext.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_riot.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_robots.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rome.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ron.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rss.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rust.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sails.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_san.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sas.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sass.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_scala.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_script.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_scss.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_shell.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sino.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_slang.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_slice.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_slim.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_slint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sln.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_snort.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_source.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_spin.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sql.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sss.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sst.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_stan.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_stata.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_style.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_styled.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_svg.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_swc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_swift.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_swig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_teal.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_templ.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tera.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_test.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_testts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tex.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_text.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_textile.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tm.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_todo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_toit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_toml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tox.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_travis.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tree.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tres.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tt.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_twig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_unison.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vala.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vash.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vb.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vba.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vento.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_video.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_view.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vim.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vite.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_volt.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vue.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wally.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_windi.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_word.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_word2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_xib.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_xml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_xo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_yang.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_zig.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_zip.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_android.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_api.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_app.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_client.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_common.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_component.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_config.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_css.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_db.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_git.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_github.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_images.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_include.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_js.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_json.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_less.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_library.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_log.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_model.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_module.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_next.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_node.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_package.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_php.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_private.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_public.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_python.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_route.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_script.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_server.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_services.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_src.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_story.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_style.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_template.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_test.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_video.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_view.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_www.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{edd3a0e → ad88831}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{edd3a0e → ad88831}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{edd3a0e → ad88831}/icons/add.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/arrow-down.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/arrow-left.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/arrow-right.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/arrow-up.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/blank.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/book.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/case-sensitive.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/check.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/chevron-down.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/chevron-left.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/chevron-right.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/chevron-up.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/chrome-close.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/chrome-maximize.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/chrome-minimize.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/chrome-restore.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/circle-filled.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/clear-all.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/close.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/cloud.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/collapse-all.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-all.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-alt-2.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-alt-small.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-alt.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-console.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-continue-small.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-continue.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-coverage.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-disconnect.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-line-by-line.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-pause.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-rerun.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-restart-frame.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-restart.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-stackframe.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-start.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-step-back.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-step-into.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-step-out.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-step-over.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug-stop.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/debug.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/discard.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/edit.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/ellipsis.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/error.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/exclude.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{edd3a0e → ad88831}/icons/extensions.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/files.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/filter.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/go-to-file.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/icon-close.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/icon-source-control.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/icon-sync.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/icon.png +0 -0
- /package/static/{edd3a0e → ad88831}/icons/icon.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/info.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/language-icon.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/link-external.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/list-flat.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/list-tree.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/new-file.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/new-folder.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/newline.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/open-preview.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/play.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/preserve-case.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/progress.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/pwa-icon-192.png +0 -0
- /package/static/{edd3a0e → ad88831}/icons/pwa-icon-512.png +0 -0
- /package/static/{edd3a0e → ad88831}/icons/record-keys.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/refresh.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/regex.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/remove.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/replace-all.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/replace.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/run-all.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/search.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/settings-gear.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/sort-precedence.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/source-control.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/split-horizontal.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/squiggly-error.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/squiggly-warning.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-array.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-boolean.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-class.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-color.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-constant.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-enum-member.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-enum.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-event.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-field.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-file.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-interface.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-key.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-keyword.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-method.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-misc.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-namespace.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-numeric.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-operator.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-parameter.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-property.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-ruler.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-snippet.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-string.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-structure.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/symbol-variable.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/tag.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/terminal-bash.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/terminal.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/theme-icon.png +0 -0
- /package/static/{edd3a0e → ad88831}/icons/trash.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/triangle-down.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/triangle-left.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/triangle-right.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/triangle-up.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/warning.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/whole-word.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/zoom-in.svg +0 -0
- /package/static/{edd3a0e → ad88831}/icons/zoom-out.svg +0 -0
- /package/static/{edd3a0e → ad88831}/js/babel-parser.js +0 -0
- /package/static/{edd3a0e → ad88831}/js/blob-util.js +0 -0
- /package/static/{edd3a0e → ad88831}/js/ky.js +0 -0
- /package/static/{edd3a0e → ad88831}/js/lvce-editor-import-script.js +0 -0
- /package/static/{edd3a0e → ad88831}/js/lvce-editor-ipc.js +0 -0
- /package/static/{edd3a0e → ad88831}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{edd3a0e → ad88831}/js/lvce-editor-verror.js +0 -0
- /package/static/{edd3a0e → ad88831}/js/p-min-delay.js +0 -0
- /package/static/{edd3a0e → ad88831}/js/pretty-bytes.js +0 -0
- /package/static/{edd3a0e → ad88831}/js/preview-injected.js +0 -0
- /package/static/{edd3a0e → ad88831}/js/yoctodelay.js +0 -0
- /package/static/{edd3a0e → ad88831}/lib-css/termterm.css +0 -0
- /package/static/{edd3a0e → ad88831}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/renderer-process/LICENSE +0 -0
- /package/static/{edd3a0e → ad88831}/packages/renderer-process/README.md +0 -0
- /package/static/{edd3a0e → ad88831}/packages/renderer-process/package.json +0 -0
- /package/static/{edd3a0e → ad88831}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.cpp +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.css +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.csv +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.dart +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.env +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.ex +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.html +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.java +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.jl +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.js +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.json +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.kt +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.pl +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.py +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/index.ts +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/scrolling.txt +0 -0
- /package/static/{edd3a0e → ad88831}/playground/languages/tsconfig.json +0 -0
- /package/static/{edd3a0e → ad88831}/playground/sample-folder/a.txt +0 -0
- /package/static/{edd3a0e → ad88831}/playground/sample-folder/b.txt +0 -0
- /package/static/{edd3a0e → ad88831}/playground/sample-folder/c.txt +0 -0
|
@@ -356,22 +356,11 @@ class IpcChildWithModuleWorker extends Ipc {
|
|
|
356
356
|
const wrap$f = global => {
|
|
357
357
|
return new IpcChildWithModuleWorker(global);
|
|
358
358
|
};
|
|
359
|
-
const withResolvers = () => {
|
|
360
|
-
let _resolve;
|
|
361
|
-
const promise = new Promise(resolve => {
|
|
362
|
-
_resolve = resolve;
|
|
363
|
-
});
|
|
364
|
-
return {
|
|
365
|
-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
366
|
-
resolve: _resolve,
|
|
367
|
-
promise
|
|
368
|
-
};
|
|
369
|
-
};
|
|
370
359
|
const waitForFirstMessage = async port => {
|
|
371
360
|
const {
|
|
372
361
|
resolve,
|
|
373
362
|
promise
|
|
374
|
-
} = withResolvers();
|
|
363
|
+
} = Promise.withResolvers();
|
|
375
364
|
port.addEventListener('message', resolve, {
|
|
376
365
|
once: true
|
|
377
366
|
});
|
|
@@ -442,7 +431,7 @@ const create$4 = (method, params) => {
|
|
|
442
431
|
};
|
|
443
432
|
};
|
|
444
433
|
const callbacks = Object.create(null);
|
|
445
|
-
const set$
|
|
434
|
+
const set$3 = (id, fn) => {
|
|
446
435
|
callbacks[id] = fn;
|
|
447
436
|
};
|
|
448
437
|
const get$2 = id => {
|
|
@@ -461,7 +450,7 @@ const registerPromise = () => {
|
|
|
461
450
|
resolve,
|
|
462
451
|
promise
|
|
463
452
|
} = Promise.withResolvers();
|
|
464
|
-
set$
|
|
453
|
+
set$3(id, resolve);
|
|
465
454
|
return {
|
|
466
455
|
id,
|
|
467
456
|
promise
|
|
@@ -861,6 +850,134 @@ const WebWorkerRpcClient = {
|
|
|
861
850
|
create: create$2
|
|
862
851
|
};
|
|
863
852
|
|
|
853
|
+
const rpcs = Object.create(null);
|
|
854
|
+
const set$5 = (id, rpc) => {
|
|
855
|
+
rpcs[id] = rpc;
|
|
856
|
+
};
|
|
857
|
+
const get$1 = id => {
|
|
858
|
+
return rpcs[id];
|
|
859
|
+
};
|
|
860
|
+
const RendererWorker$1 = 1;
|
|
861
|
+
const invoke$2 = (method, ...params) => {
|
|
862
|
+
const rpc = get$1(RendererWorker$1);
|
|
863
|
+
// @ts-ignore
|
|
864
|
+
return rpc.invoke(method, ...params);
|
|
865
|
+
};
|
|
866
|
+
const set$2 = rpc => {
|
|
867
|
+
set$5(RendererWorker$1, rpc);
|
|
868
|
+
};
|
|
869
|
+
const RendererWorker = {
|
|
870
|
+
__proto__: null,
|
|
871
|
+
invoke: invoke$2,
|
|
872
|
+
set: set$2
|
|
873
|
+
};
|
|
874
|
+
|
|
875
|
+
const {
|
|
876
|
+
invoke,
|
|
877
|
+
set: set$1
|
|
878
|
+
} = RendererWorker;
|
|
879
|
+
|
|
880
|
+
const remove = async dirent => {
|
|
881
|
+
return invoke('FileSystem.remove', dirent);
|
|
882
|
+
};
|
|
883
|
+
const readDirWithFileTypes = async uri => {
|
|
884
|
+
return invoke('FileSystem.readDirWithFileTypes', uri);
|
|
885
|
+
};
|
|
886
|
+
const getPathSeparator$1 = async root => {
|
|
887
|
+
return invoke('FileSystem.getPathSeparator', root);
|
|
888
|
+
};
|
|
889
|
+
const getRealPath = async path => {
|
|
890
|
+
return invoke('FileSystem.getRealPath', path);
|
|
891
|
+
};
|
|
892
|
+
const stat = async dirent => {
|
|
893
|
+
return invoke('FileSystem.stat', dirent);
|
|
894
|
+
};
|
|
895
|
+
const createFile = async uri => {
|
|
896
|
+
return invoke('FileSystem.writeFile', uri, '');
|
|
897
|
+
};
|
|
898
|
+
const writeFile = async (uri, content) => {
|
|
899
|
+
return invoke('FileSystem.writeFile', uri, content);
|
|
900
|
+
};
|
|
901
|
+
const mkdir = async uri => {
|
|
902
|
+
return invoke('FileSystem.mkdir', uri);
|
|
903
|
+
};
|
|
904
|
+
const rename$1 = async (oldUri, newUri) => {
|
|
905
|
+
return invoke('FileSystem.rename', oldUri, newUri);
|
|
906
|
+
};
|
|
907
|
+
const copy$1 = async (oldUri, newUri) => {
|
|
908
|
+
return invoke('FileSystem.copy', oldUri, newUri);
|
|
909
|
+
};
|
|
910
|
+
|
|
911
|
+
const createNestedPath = async (root, path, pathSeparator) => {
|
|
912
|
+
const parts = path.slice(root.length).split(pathSeparator);
|
|
913
|
+
let currentPath = '';
|
|
914
|
+
for (const part of parts) {
|
|
915
|
+
if (!part) continue;
|
|
916
|
+
currentPath = currentPath ? `${currentPath}${pathSeparator}${part}` : part;
|
|
917
|
+
try {
|
|
918
|
+
await mkdir(`${root}${currentPath}`);
|
|
919
|
+
} catch (error) {
|
|
920
|
+
// Ignore error if directory already exists
|
|
921
|
+
if (!(error instanceof Error && error.message.includes('already exists'))) {
|
|
922
|
+
throw error;
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
};
|
|
927
|
+
|
|
928
|
+
const dirname = (pathSeparator, path) => {
|
|
929
|
+
const index = path.lastIndexOf(pathSeparator);
|
|
930
|
+
if (index === -1) {
|
|
931
|
+
return path;
|
|
932
|
+
}
|
|
933
|
+
return path.slice(0, index);
|
|
934
|
+
};
|
|
935
|
+
const dirname2 = path => {
|
|
936
|
+
return dirname('/', path);
|
|
937
|
+
};
|
|
938
|
+
const join = (pathSeparator, ...parts) => {
|
|
939
|
+
return parts.join(pathSeparator);
|
|
940
|
+
};
|
|
941
|
+
const getBaseName = (pathSeparator, path) => {
|
|
942
|
+
return path.slice(path.lastIndexOf(pathSeparator) + 1);
|
|
943
|
+
};
|
|
944
|
+
const join2 = (path, childPath) => {
|
|
945
|
+
if (path.endsWith('/')) {
|
|
946
|
+
return `${path}${childPath}`;
|
|
947
|
+
}
|
|
948
|
+
return `${path}/${childPath}`;
|
|
949
|
+
};
|
|
950
|
+
|
|
951
|
+
const createNewDirentsAccept = async (newFileName, pathSeparator, absolutePath, root, createFn) => {
|
|
952
|
+
try {
|
|
953
|
+
// Create parent directories if they don't exist
|
|
954
|
+
if (newFileName.includes(pathSeparator)) {
|
|
955
|
+
const parentPath = dirname(pathSeparator, absolutePath);
|
|
956
|
+
await createNestedPath(root, parentPath, pathSeparator);
|
|
957
|
+
}
|
|
958
|
+
await createFn(absolutePath);
|
|
959
|
+
return true;
|
|
960
|
+
} catch (error) {
|
|
961
|
+
console.error(new VError(error, `Failed to create file`));
|
|
962
|
+
return false;
|
|
963
|
+
}
|
|
964
|
+
};
|
|
965
|
+
|
|
966
|
+
const createTree = (items, root) => {
|
|
967
|
+
const tree = Object.create(null);
|
|
968
|
+
const rootLength = root.length;
|
|
969
|
+
for (const item of items) {
|
|
970
|
+
const relativePath = item.path.slice(rootLength);
|
|
971
|
+
const dirname = dirname2(relativePath);
|
|
972
|
+
tree[dirname] ||= [];
|
|
973
|
+
tree[dirname].push({
|
|
974
|
+
name: item.name,
|
|
975
|
+
type: item.type
|
|
976
|
+
});
|
|
977
|
+
}
|
|
978
|
+
return tree;
|
|
979
|
+
};
|
|
980
|
+
|
|
864
981
|
const None$5 = 0;
|
|
865
982
|
const CreateFile = 1;
|
|
866
983
|
const CreateFolder = 2;
|
|
@@ -912,7 +1029,7 @@ const openInIntegratedTerminal = () => {
|
|
|
912
1029
|
const cut = () => {
|
|
913
1030
|
return i18nString(Cut$1);
|
|
914
1031
|
};
|
|
915
|
-
const copy
|
|
1032
|
+
const copy = () => {
|
|
916
1033
|
return i18nString(Copy$1);
|
|
917
1034
|
};
|
|
918
1035
|
const paste = () => {
|
|
@@ -924,7 +1041,7 @@ const copyPath$1 = () => {
|
|
|
924
1041
|
const copyRelativePath$1 = () => {
|
|
925
1042
|
return i18nString(CopyRelativePath);
|
|
926
1043
|
};
|
|
927
|
-
const rename
|
|
1044
|
+
const rename = () => {
|
|
928
1045
|
return i18nString(Rename);
|
|
929
1046
|
};
|
|
930
1047
|
const deleteItem = () => {
|
|
@@ -1010,37 +1127,26 @@ const EditingFile = File + DELTA_EDITING;
|
|
|
1010
1127
|
const EditingFolder = Directory + DELTA_EDITING;
|
|
1011
1128
|
const EditingDirectoryExpanded = DirectoryExpanded + DELTA_EDITING;
|
|
1012
1129
|
|
|
1013
|
-
const
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
};
|
|
1019
|
-
const get$1 = id => {
|
|
1020
|
-
return rpcs[id];
|
|
1021
|
-
};
|
|
1022
|
-
|
|
1023
|
-
const invoke = (method, ...params) => {
|
|
1024
|
-
const rpc = get$1(RendererWorker);
|
|
1025
|
-
// @ts-ignore
|
|
1026
|
-
return rpc.invoke(method, ...params);
|
|
1027
|
-
};
|
|
1028
|
-
|
|
1029
|
-
const getFileIcon = async name => {
|
|
1030
|
-
return invoke('IconTheme.getFileIcon', {
|
|
1031
|
-
name
|
|
1032
|
-
});
|
|
1130
|
+
const getSimpleType = direntType => {
|
|
1131
|
+
if (direntType === Directory || direntType === DirectoryExpanded || direntType === EditingDirectoryExpanded || direntType === EditingFolder) {
|
|
1132
|
+
return 2;
|
|
1133
|
+
}
|
|
1134
|
+
return 1;
|
|
1033
1135
|
};
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
}
|
|
1136
|
+
const toSimpleIconRequest = request => {
|
|
1137
|
+
return {
|
|
1138
|
+
name: request.name,
|
|
1139
|
+
type: getSimpleType(request.type)
|
|
1140
|
+
};
|
|
1039
1141
|
};
|
|
1040
1142
|
|
|
1041
1143
|
const requestFileIcons = async requests => {
|
|
1042
|
-
|
|
1043
|
-
|
|
1144
|
+
if (requests.length === 0) {
|
|
1145
|
+
return [];
|
|
1146
|
+
}
|
|
1147
|
+
const simpleRequests = requests.map(toSimpleIconRequest);
|
|
1148
|
+
const icons = await invoke('IconTheme.getIcons', simpleRequests);
|
|
1149
|
+
return icons;
|
|
1044
1150
|
};
|
|
1045
1151
|
|
|
1046
1152
|
const updateIconCache = (iconCache, missingRequests, newIcons) => {
|
|
@@ -1070,6 +1176,88 @@ const getFileIcons = async (dirents, fileIconCache) => {
|
|
|
1070
1176
|
};
|
|
1071
1177
|
};
|
|
1072
1178
|
|
|
1179
|
+
const getParentFolder = (dirents, index, root) => {
|
|
1180
|
+
if (index < 0) {
|
|
1181
|
+
return root;
|
|
1182
|
+
}
|
|
1183
|
+
return dirents[index].path;
|
|
1184
|
+
};
|
|
1185
|
+
|
|
1186
|
+
const getPathParts = (root, uri, pathSeparator) => {
|
|
1187
|
+
const parts = [];
|
|
1188
|
+
let index = root.length - 1;
|
|
1189
|
+
let depth = 0;
|
|
1190
|
+
while ((index = uri.indexOf('/', index + 1)) !== -1) {
|
|
1191
|
+
const partUri = uri.slice(0, index);
|
|
1192
|
+
parts.push({
|
|
1193
|
+
path: partUri,
|
|
1194
|
+
depth: depth++,
|
|
1195
|
+
root,
|
|
1196
|
+
pathSeparator
|
|
1197
|
+
});
|
|
1198
|
+
}
|
|
1199
|
+
return parts;
|
|
1200
|
+
};
|
|
1201
|
+
|
|
1202
|
+
const isSymbolicLink = dirent => {
|
|
1203
|
+
return dirent.type === Symlink;
|
|
1204
|
+
};
|
|
1205
|
+
|
|
1206
|
+
const hasSymbolicLinks = rawDirents => {
|
|
1207
|
+
return rawDirents.some(isSymbolicLink);
|
|
1208
|
+
};
|
|
1209
|
+
|
|
1210
|
+
const ENOENT = 'ENOENT';
|
|
1211
|
+
|
|
1212
|
+
const getSymlinkType = type => {
|
|
1213
|
+
switch (type) {
|
|
1214
|
+
case File:
|
|
1215
|
+
return SymLinkFile;
|
|
1216
|
+
case Directory:
|
|
1217
|
+
return SymLinkFolder;
|
|
1218
|
+
default:
|
|
1219
|
+
return Symlink;
|
|
1220
|
+
}
|
|
1221
|
+
};
|
|
1222
|
+
|
|
1223
|
+
// TODO maybe resolving of symbolic links should happen in shared process?
|
|
1224
|
+
// so that there is less code and less work in the frontend
|
|
1225
|
+
const resolveSymbolicLink = async (uri, rawDirent) => {
|
|
1226
|
+
try {
|
|
1227
|
+
// TODO support windows paths
|
|
1228
|
+
const absolutePath = uri + '/' + rawDirent.name;
|
|
1229
|
+
const type = await stat(absolutePath);
|
|
1230
|
+
const symLinkType = getSymlinkType(type);
|
|
1231
|
+
return {
|
|
1232
|
+
name: rawDirent.name,
|
|
1233
|
+
type: symLinkType
|
|
1234
|
+
};
|
|
1235
|
+
} catch (error) {
|
|
1236
|
+
// @ts-ignore
|
|
1237
|
+
if (error && error.code === ENOENT) {
|
|
1238
|
+
return {
|
|
1239
|
+
name: rawDirent.name,
|
|
1240
|
+
type: SymLinkFile
|
|
1241
|
+
};
|
|
1242
|
+
}
|
|
1243
|
+
console.error(`Failed to resolve symbolic link for ${rawDirent.name}: ${error}`);
|
|
1244
|
+
return rawDirent;
|
|
1245
|
+
}
|
|
1246
|
+
};
|
|
1247
|
+
const resolveSymbolicLinks = async (uri, rawDirents) => {
|
|
1248
|
+
const promises = [];
|
|
1249
|
+
for (const rawDirent of rawDirents) {
|
|
1250
|
+
if (isSymbolicLink(rawDirent)) {
|
|
1251
|
+
const resolvedDirent = resolveSymbolicLink(uri, rawDirent);
|
|
1252
|
+
promises.push(resolvedDirent);
|
|
1253
|
+
} else {
|
|
1254
|
+
promises.push(rawDirent);
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
const resolvedDirents = await Promise.all(promises);
|
|
1258
|
+
return resolvedDirents;
|
|
1259
|
+
};
|
|
1260
|
+
|
|
1073
1261
|
const RE_CHARACTERS = /^[a-zA-Z.-]+$/;
|
|
1074
1262
|
const compareStringNumeric = (a, b) => {
|
|
1075
1263
|
if (RE_CHARACTERS.test(a) && RE_CHARACTERS.test(b)) {
|
|
@@ -1098,104 +1286,156 @@ const compareDirent = (direntA, direntB) => {
|
|
|
1098
1286
|
return compareDirentType(direntA, direntB) || compareDirentName(direntA, direntB);
|
|
1099
1287
|
};
|
|
1100
1288
|
|
|
1101
|
-
const
|
|
1102
|
-
|
|
1103
|
-
return root;
|
|
1104
|
-
}
|
|
1105
|
-
return dirents[index].path;
|
|
1289
|
+
const sortExplorerItems = rawDirents => {
|
|
1290
|
+
return rawDirents.toSorted(compareDirent);
|
|
1106
1291
|
};
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
console.error(new VError(error, `Failed to create file`));
|
|
1120
|
-
// TODO display error
|
|
1121
|
-
return {
|
|
1122
|
-
dirents: state.items,
|
|
1123
|
-
newFocusedIndex: state.focusedIndex
|
|
1124
|
-
};
|
|
1125
|
-
}
|
|
1126
|
-
const parentDirent = focusedIndex >= 0 ? state.items[focusedIndex] : {
|
|
1127
|
-
depth: 0};
|
|
1128
|
-
const depth = parentDirent.depth + 1;
|
|
1129
|
-
const newDirent = {
|
|
1130
|
-
path: absolutePath,
|
|
1131
|
-
// @ts-ignore
|
|
1132
|
-
posInSet: -1,
|
|
1133
|
-
setSize: 1,
|
|
1134
|
-
depth,
|
|
1135
|
-
name: newFileName,
|
|
1136
|
-
type: newDirentType,
|
|
1292
|
+
|
|
1293
|
+
// TODO figure out whether this uses too much memory (name,path -> redundant, depth could be computed on demand)
|
|
1294
|
+
const toDisplayDirent = (parentDirent, rawDirent, index, length) => {
|
|
1295
|
+
const path = join2(parentDirent.path, rawDirent.name);
|
|
1296
|
+
return {
|
|
1297
|
+
name: rawDirent.name,
|
|
1298
|
+
posInSet: index + 1,
|
|
1299
|
+
setSize: length,
|
|
1300
|
+
depth: parentDirent.depth + 1,
|
|
1301
|
+
type: rawDirent.type,
|
|
1302
|
+
path,
|
|
1303
|
+
// TODO storing absolute path might be too costly, could also store relative path here
|
|
1137
1304
|
icon: '',
|
|
1138
1305
|
selected: false
|
|
1139
1306
|
};
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
items
|
|
1149
|
-
} = state;
|
|
1150
|
-
// TODO update posinset and setsize of all affected dirents
|
|
1151
|
-
for (; i < items.length; i++) {
|
|
1152
|
-
const dirent = items[i];
|
|
1153
|
-
if (dirent.depth !== depth) {
|
|
1154
|
-
break;
|
|
1155
|
-
}
|
|
1156
|
-
const compareResult = compareDirent(dirent, newDirent);
|
|
1157
|
-
if (compareResult === 1) {
|
|
1158
|
-
insertIndex = i - 1;
|
|
1159
|
-
deltaPosInSet = 1 - 1;
|
|
1160
|
-
break;
|
|
1161
|
-
} else {
|
|
1162
|
-
// @ts-ignore
|
|
1163
|
-
posInSet = dirent.posInSet + 1;
|
|
1164
|
-
// @ts-ignore
|
|
1165
|
-
setSize = dirent.setSize + 1;
|
|
1166
|
-
// @ts-ignore
|
|
1167
|
-
insertIndex = i;
|
|
1307
|
+
};
|
|
1308
|
+
|
|
1309
|
+
const toDisplayDirents = (pathSeparator, rawDirents, parentDirent, excluded) => {
|
|
1310
|
+
rawDirents = sortExplorerItems(rawDirents);
|
|
1311
|
+
const result = [];
|
|
1312
|
+
const visibleItems = rawDirents.filter(item => {
|
|
1313
|
+
if (excluded.includes(item.name)) {
|
|
1314
|
+
return false;
|
|
1168
1315
|
}
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1316
|
+
return true;
|
|
1317
|
+
});
|
|
1318
|
+
const count = visibleItems.length;
|
|
1319
|
+
for (let i = 0; i < visibleItems.length; i++) {
|
|
1320
|
+
const rawDirent = visibleItems[i];
|
|
1321
|
+
result.push(toDisplayDirent(parentDirent, rawDirent, i, count));
|
|
1173
1322
|
}
|
|
1174
|
-
|
|
1175
|
-
newDirent.setSize = setSize;
|
|
1176
|
-
// @ts-ignore
|
|
1177
|
-
newDirent.posInSet = posInSet;
|
|
1178
|
-
// @ts-ignore
|
|
1179
|
-
items.splice(insertIndex + 1, 0, newDirent);
|
|
1180
|
-
const newDirents = [...items].filter(item => item.type !== EditingFile && item.type !== EditingFolder);
|
|
1181
|
-
return {
|
|
1182
|
-
dirents: newDirents,
|
|
1183
|
-
newFocusedIndex: insertIndex + 1
|
|
1184
|
-
};
|
|
1323
|
+
return result;
|
|
1185
1324
|
};
|
|
1186
1325
|
|
|
1187
|
-
const
|
|
1188
|
-
const
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1326
|
+
const getChildDirentsRaw = async uri => {
|
|
1327
|
+
const rawDirents = await readDirWithFileTypes(uri);
|
|
1328
|
+
array(rawDirents);
|
|
1329
|
+
if (hasSymbolicLinks(rawDirents)) {
|
|
1330
|
+
return resolveSymbolicLinks(uri, rawDirents);
|
|
1331
|
+
}
|
|
1332
|
+
return rawDirents;
|
|
1333
|
+
};
|
|
1334
|
+
const getChildDirents = async (pathSeparator, parentDirent, excluded = []) => {
|
|
1335
|
+
string(pathSeparator);
|
|
1336
|
+
object(parentDirent);
|
|
1337
|
+
// TODO use event/actor based code instead, this is impossible to cancel right now
|
|
1338
|
+
// also cancel updating when opening new folder
|
|
1339
|
+
// const dispose = state => state.pendingRequests.forEach(cancelRequest)
|
|
1340
|
+
// TODO should use FileSystem directly in this case because it is globally available anyway
|
|
1341
|
+
// and more typesafe than Command.execute
|
|
1342
|
+
// and more performant
|
|
1343
|
+
const uri = parentDirent.path;
|
|
1344
|
+
const rawDirents = await getChildDirentsRaw(uri);
|
|
1345
|
+
const displayDirents = toDisplayDirents(pathSeparator, rawDirents, parentDirent, excluded);
|
|
1346
|
+
return displayDirents;
|
|
1347
|
+
};
|
|
1348
|
+
|
|
1349
|
+
const isTopLevel = dirent => {
|
|
1350
|
+
return dirent.depth === 1;
|
|
1351
|
+
};
|
|
1352
|
+
|
|
1353
|
+
const orderDirents = dirents => {
|
|
1354
|
+
if (dirents.length === 0) {
|
|
1355
|
+
return dirents;
|
|
1356
|
+
}
|
|
1357
|
+
const withDeepChildren = (parent, processed) => {
|
|
1358
|
+
if (processed.has(parent.path)) {
|
|
1359
|
+
return [];
|
|
1360
|
+
}
|
|
1361
|
+
processed.add(parent.path);
|
|
1362
|
+
const children = [];
|
|
1363
|
+
for (const dirent of dirents) {
|
|
1364
|
+
if (dirent.depth === parent.depth + 1 && dirent.path.startsWith(parent.path)) {
|
|
1365
|
+
children.push(...withDeepChildren(dirent, processed));
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
return [parent, ...children];
|
|
1369
|
+
};
|
|
1370
|
+
const topLevelDirents = dirents.filter(isTopLevel);
|
|
1371
|
+
const processed = new Set();
|
|
1372
|
+
const ordered = topLevelDirents.flatMap(dirent => withDeepChildren(dirent, processed));
|
|
1373
|
+
return ordered;
|
|
1374
|
+
};
|
|
1375
|
+
|
|
1376
|
+
const getPathPartChildren = async pathPart => {
|
|
1377
|
+
const children = await getChildDirents(pathPart.pathSeparator, pathPart);
|
|
1378
|
+
return children;
|
|
1379
|
+
};
|
|
1380
|
+
const getPathPartsChildren = async pathparts => {
|
|
1381
|
+
const pathPartsChildren = await Promise.all(pathparts.map(getPathPartChildren));
|
|
1382
|
+
const pathPartsChildrenFlat = pathPartsChildren.flat();
|
|
1383
|
+
const orderedPathParts = orderDirents(pathPartsChildrenFlat);
|
|
1384
|
+
return orderedPathParts;
|
|
1385
|
+
};
|
|
1386
|
+
|
|
1387
|
+
const mergeTrees = (a, b) => {
|
|
1388
|
+
return {
|
|
1389
|
+
...a,
|
|
1390
|
+
...b
|
|
1391
|
+
};
|
|
1392
|
+
};
|
|
1393
|
+
|
|
1394
|
+
const treeToArray = (map, root) => {
|
|
1395
|
+
const items = [];
|
|
1396
|
+
const processChildren = (path, depth) => {
|
|
1397
|
+
const children = map[path];
|
|
1398
|
+
if (!children) {
|
|
1399
|
+
return;
|
|
1400
|
+
}
|
|
1401
|
+
const count = children.length;
|
|
1402
|
+
for (let i = 0; i < count; i++) {
|
|
1403
|
+
const child = children[i];
|
|
1404
|
+
const childPath = join2(path, child.name);
|
|
1405
|
+
const absolutePath = `${root}${childPath}`;
|
|
1406
|
+
items.push({
|
|
1407
|
+
depth,
|
|
1408
|
+
posInSet: i + 1,
|
|
1409
|
+
setSize: count,
|
|
1410
|
+
icon: '',
|
|
1411
|
+
path: absolutePath,
|
|
1412
|
+
selected: false,
|
|
1413
|
+
name: child.name,
|
|
1414
|
+
type: child.type
|
|
1415
|
+
});
|
|
1416
|
+
processChildren(childPath, depth + 1);
|
|
1417
|
+
}
|
|
1418
|
+
};
|
|
1419
|
+
processChildren('', 0);
|
|
1420
|
+
return items;
|
|
1421
|
+
};
|
|
1422
|
+
|
|
1423
|
+
const acceptCreate = async (state, newDirentType, createFn) => {
|
|
1424
|
+
const {
|
|
1425
|
+
editingValue,
|
|
1426
|
+
minLineY,
|
|
1427
|
+
height,
|
|
1428
|
+
itemHeight,
|
|
1429
|
+
fileIconCache,
|
|
1430
|
+
pathSeparator,
|
|
1431
|
+
root,
|
|
1432
|
+
focusedIndex,
|
|
1433
|
+
items
|
|
1434
|
+
} = state;
|
|
1435
|
+
const newFileName = editingValue;
|
|
1436
|
+
if (!newFileName) {
|
|
1437
|
+
// TODO show error message that file name must not be empty
|
|
1438
|
+
// below input box
|
|
1199
1439
|
// await ErrorHandling.showErrorDialog(new Error('file name must not be empty'))
|
|
1200
1440
|
const editingErrorMessage = fileOrFolderNameMustBeProvided();
|
|
1201
1441
|
return {
|
|
@@ -1203,10 +1443,20 @@ const acceptCreate = async (state, newDirentType, createFn) => {
|
|
|
1203
1443
|
editingErrorMessage
|
|
1204
1444
|
};
|
|
1205
1445
|
}
|
|
1206
|
-
const
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1446
|
+
const parentFolder = getParentFolder(items, focusedIndex, root);
|
|
1447
|
+
const absolutePath = join2(parentFolder, newFileName);
|
|
1448
|
+
const successful = await createNewDirentsAccept(newFileName, pathSeparator, absolutePath, root, createFn);
|
|
1449
|
+
if (!successful) {
|
|
1450
|
+
return state;
|
|
1451
|
+
}
|
|
1452
|
+
const pathPaths = getPathParts(root, absolutePath, pathSeparator);
|
|
1453
|
+
const children = await getPathPartsChildren(pathPaths);
|
|
1454
|
+
const tree = createTree(items, root);
|
|
1455
|
+
const childTree = createTree(children, root);
|
|
1456
|
+
const merged = mergeTrees(tree, childTree);
|
|
1457
|
+
const newItems = treeToArray(merged, root);
|
|
1458
|
+
const dirents = newItems;
|
|
1459
|
+
const newFocusedIndex = newItems.findIndex(dirent => dirent.path === absolutePath);
|
|
1210
1460
|
const maxLineY = getExplorerMaxLineY(minLineY, height, itemHeight, dirents.length);
|
|
1211
1461
|
const visible = dirents.slice(minLineY, maxLineY);
|
|
1212
1462
|
const {
|
|
@@ -1226,37 +1476,6 @@ const acceptCreate = async (state, newDirentType, createFn) => {
|
|
|
1226
1476
|
};
|
|
1227
1477
|
};
|
|
1228
1478
|
|
|
1229
|
-
const remove = async dirent => {
|
|
1230
|
-
return invoke('FileSystem.remove', dirent);
|
|
1231
|
-
};
|
|
1232
|
-
const readDirWithFileTypes = async uri => {
|
|
1233
|
-
return invoke('FileSystem.readDirWithFileTypes', uri);
|
|
1234
|
-
};
|
|
1235
|
-
const getPathSeparator$1 = async root => {
|
|
1236
|
-
return invoke('FileSystem.getPathSeparator', root);
|
|
1237
|
-
};
|
|
1238
|
-
const getRealPath = async path => {
|
|
1239
|
-
return invoke('FileSystem.getRealPath', path);
|
|
1240
|
-
};
|
|
1241
|
-
const stat = async dirent => {
|
|
1242
|
-
return invoke('FileSystem.stat', dirent);
|
|
1243
|
-
};
|
|
1244
|
-
const createFile = async uri => {
|
|
1245
|
-
return invoke('FileSystem.writeFile', uri, '');
|
|
1246
|
-
};
|
|
1247
|
-
const writeFile = async (uri, content) => {
|
|
1248
|
-
return invoke('FileSystem.writeFile', uri, content);
|
|
1249
|
-
};
|
|
1250
|
-
const mkdir = async uri => {
|
|
1251
|
-
return invoke('FileSystem.mkdir', uri);
|
|
1252
|
-
};
|
|
1253
|
-
const rename = async (oldUri, newUri) => {
|
|
1254
|
-
return invoke('FileSystem.rename', oldUri, newUri);
|
|
1255
|
-
};
|
|
1256
|
-
const copy = async (oldUri, newUri) => {
|
|
1257
|
-
return invoke('FileSystem.copy', oldUri, newUri);
|
|
1258
|
-
};
|
|
1259
|
-
|
|
1260
1479
|
const acceptCreateFile = async state => {
|
|
1261
1480
|
return acceptCreate(state, File, createFile);
|
|
1262
1481
|
};
|
|
@@ -1360,45 +1579,34 @@ const computeExplorerRenamedDirent = (dirents, index, newName) => {
|
|
|
1360
1579
|
};
|
|
1361
1580
|
};
|
|
1362
1581
|
|
|
1363
|
-
const
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1582
|
+
const createNewDirentsRename = async (renamedDirent, editingValue, pathSeparator) => {
|
|
1583
|
+
try {
|
|
1584
|
+
// TODO this does not work with rename of nested file
|
|
1585
|
+
const oldAbsolutePath = renamedDirent.path;
|
|
1586
|
+
const oldParentPath = dirname2(oldAbsolutePath);
|
|
1587
|
+
const newAbsolutePath = join2(oldParentPath, editingValue);
|
|
1588
|
+
await rename$1(oldAbsolutePath, newAbsolutePath);
|
|
1589
|
+
} catch (error) {
|
|
1590
|
+
console.error(new VError(error, `Failed to rename file`));
|
|
1591
|
+
return false;
|
|
1367
1592
|
}
|
|
1368
|
-
return
|
|
1369
|
-
};
|
|
1370
|
-
const join = (pathSeparator, ...parts) => {
|
|
1371
|
-
return parts.join(pathSeparator);
|
|
1372
|
-
};
|
|
1373
|
-
const getBaseName = (pathSeparator, path) => {
|
|
1374
|
-
return path.slice(path.lastIndexOf(pathSeparator) + 1);
|
|
1593
|
+
return true;
|
|
1375
1594
|
};
|
|
1376
1595
|
|
|
1377
1596
|
const acceptRename = async state => {
|
|
1378
1597
|
const {
|
|
1379
1598
|
editingIndex,
|
|
1380
1599
|
editingValue,
|
|
1381
|
-
items
|
|
1382
|
-
pathSeparator
|
|
1383
|
-
} = state;
|
|
1600
|
+
items} = state;
|
|
1384
1601
|
const renamedDirent = items[editingIndex];
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
const oldAbsolutePath = renamedDirent.path;
|
|
1388
|
-
const oldParentPath = dirname(pathSeparator, oldAbsolutePath);
|
|
1389
|
-
const newAbsolutePath = [oldParentPath, editingValue].join(pathSeparator);
|
|
1390
|
-
await rename(oldAbsolutePath, newAbsolutePath);
|
|
1391
|
-
} catch (error) {
|
|
1392
|
-
console.error(new VError(error, `Failed to rename file`));
|
|
1602
|
+
const successful = await createNewDirentsRename(renamedDirent, editingValue);
|
|
1603
|
+
if (!successful) {
|
|
1393
1604
|
return state;
|
|
1394
1605
|
}
|
|
1395
1606
|
const {
|
|
1396
1607
|
newDirents,
|
|
1397
1608
|
focusedIndex
|
|
1398
1609
|
} = computeExplorerRenamedDirent(items, editingIndex, editingValue);
|
|
1399
|
-
// TODO move focused index
|
|
1400
|
-
// @ts-ignore
|
|
1401
|
-
state.items = newDirents;
|
|
1402
1610
|
return {
|
|
1403
1611
|
...state,
|
|
1404
1612
|
editingIndex: -1,
|
|
@@ -1407,7 +1615,8 @@ const acceptRename = async state => {
|
|
|
1407
1615
|
editingIcon: '',
|
|
1408
1616
|
focusedIndex,
|
|
1409
1617
|
focused: true,
|
|
1410
|
-
focus: List
|
|
1618
|
+
focus: List,
|
|
1619
|
+
items: newDirents
|
|
1411
1620
|
};
|
|
1412
1621
|
};
|
|
1413
1622
|
|
|
@@ -1427,6 +1636,28 @@ const acceptEdit = async state => {
|
|
|
1427
1636
|
}
|
|
1428
1637
|
};
|
|
1429
1638
|
|
|
1639
|
+
const isNormalItem = item => {
|
|
1640
|
+
return item.type !== EditingFile && item.type !== EditingFolder;
|
|
1641
|
+
};
|
|
1642
|
+
|
|
1643
|
+
const cancelEditCreate = (state, keepFocus) => {
|
|
1644
|
+
const {
|
|
1645
|
+
editingIndex,
|
|
1646
|
+
items
|
|
1647
|
+
} = state;
|
|
1648
|
+
const filteredItems = items.filter(isNormalItem);
|
|
1649
|
+
return {
|
|
1650
|
+
...state,
|
|
1651
|
+
items: filteredItems,
|
|
1652
|
+
focusedIndex: editingIndex,
|
|
1653
|
+
focused: keepFocus,
|
|
1654
|
+
editingIndex: -1,
|
|
1655
|
+
editingValue: '',
|
|
1656
|
+
editingType: None$5,
|
|
1657
|
+
focus: List
|
|
1658
|
+
};
|
|
1659
|
+
};
|
|
1660
|
+
|
|
1430
1661
|
const normalizeDirentType = direntType => {
|
|
1431
1662
|
if (direntType > DELTA_EDITING) {
|
|
1432
1663
|
return direntType - DELTA_EDITING;
|
|
@@ -1444,33 +1675,17 @@ const getNewDirentsForCancelRename = (items, editingIndex) => {
|
|
|
1444
1675
|
return newItems;
|
|
1445
1676
|
};
|
|
1446
1677
|
|
|
1447
|
-
const
|
|
1448
|
-
return item.type !== EditingFile && item.type !== EditingFolder;
|
|
1449
|
-
};
|
|
1450
|
-
const cancelEdit = state => {
|
|
1678
|
+
const cancelEditRename = (state, keepFocus) => {
|
|
1451
1679
|
const {
|
|
1452
1680
|
editingIndex,
|
|
1453
|
-
|
|
1681
|
+
items
|
|
1454
1682
|
} = state;
|
|
1455
|
-
|
|
1456
|
-
const newItems = getNewDirentsForCancelRename(state.items, editingIndex);
|
|
1457
|
-
return {
|
|
1458
|
-
...state,
|
|
1459
|
-
items: newItems,
|
|
1460
|
-
focusedIndex: editingIndex,
|
|
1461
|
-
focused: true,
|
|
1462
|
-
editingIndex: -1,
|
|
1463
|
-
editingValue: '',
|
|
1464
|
-
editingType: None$5,
|
|
1465
|
-
focus: List
|
|
1466
|
-
};
|
|
1467
|
-
}
|
|
1468
|
-
const filteredItems = state.items.filter(isNormalItem);
|
|
1683
|
+
const newItems = getNewDirentsForCancelRename(items, editingIndex);
|
|
1469
1684
|
return {
|
|
1470
1685
|
...state,
|
|
1471
|
-
items:
|
|
1686
|
+
items: newItems,
|
|
1472
1687
|
focusedIndex: editingIndex,
|
|
1473
|
-
focused:
|
|
1688
|
+
focused: keepFocus,
|
|
1474
1689
|
editingIndex: -1,
|
|
1475
1690
|
editingValue: '',
|
|
1476
1691
|
editingType: None$5,
|
|
@@ -1478,6 +1693,20 @@ const cancelEdit = state => {
|
|
|
1478
1693
|
};
|
|
1479
1694
|
};
|
|
1480
1695
|
|
|
1696
|
+
const cancelEditInternal = (state, keepFocus) => {
|
|
1697
|
+
const {
|
|
1698
|
+
editingType
|
|
1699
|
+
} = state;
|
|
1700
|
+
if (editingType === Rename$1) {
|
|
1701
|
+
return cancelEditRename(state, keepFocus);
|
|
1702
|
+
}
|
|
1703
|
+
return cancelEditCreate(state, keepFocus);
|
|
1704
|
+
};
|
|
1705
|
+
|
|
1706
|
+
const cancelEdit = state => {
|
|
1707
|
+
return cancelEditInternal(state, true);
|
|
1708
|
+
};
|
|
1709
|
+
|
|
1481
1710
|
const cancelTypeAhead = state => {
|
|
1482
1711
|
return {
|
|
1483
1712
|
...state,
|
|
@@ -1485,10 +1714,6 @@ const cancelTypeAhead = state => {
|
|
|
1485
1714
|
};
|
|
1486
1715
|
};
|
|
1487
1716
|
|
|
1488
|
-
const isTopLevel$1 = dirent => {
|
|
1489
|
-
return dirent.depth === 1;
|
|
1490
|
-
};
|
|
1491
|
-
|
|
1492
1717
|
const toCollapsedDirent = dirent => {
|
|
1493
1718
|
if (dirent.type === DirectoryExpanded) {
|
|
1494
1719
|
return {
|
|
@@ -1503,7 +1728,7 @@ const collapseAll = state => {
|
|
|
1503
1728
|
const {
|
|
1504
1729
|
items
|
|
1505
1730
|
} = state;
|
|
1506
|
-
const newDirents = items.filter(isTopLevel
|
|
1731
|
+
const newDirents = items.filter(isTopLevel).map(toCollapsedDirent);
|
|
1507
1732
|
return {
|
|
1508
1733
|
...state,
|
|
1509
1734
|
items: newDirents
|
|
@@ -1749,134 +1974,21 @@ const numbers = [diffType$2, diffType$3, RenderFocusContext, diffType, diffType$
|
|
|
1749
1974
|
const diff = (oldState, newState) => {
|
|
1750
1975
|
const diffResult = [];
|
|
1751
1976
|
for (let i = 0; i < modules.length; i++) {
|
|
1752
|
-
const fn = modules[i];
|
|
1753
|
-
if (!fn(oldState, newState)) {
|
|
1754
|
-
diffResult.push(numbers[i]);
|
|
1755
|
-
}
|
|
1756
|
-
}
|
|
1757
|
-
return diffResult;
|
|
1758
|
-
};
|
|
1759
|
-
|
|
1760
|
-
const diff2 = uid => {
|
|
1761
|
-
const {
|
|
1762
|
-
oldState,
|
|
1763
|
-
newState
|
|
1764
|
-
} = get(uid);
|
|
1765
|
-
const result = diff(oldState, newState);
|
|
1766
|
-
return result;
|
|
1767
|
-
};
|
|
1768
|
-
|
|
1769
|
-
const isSymbolicLink = dirent => {
|
|
1770
|
-
return dirent.type === Symlink;
|
|
1771
|
-
};
|
|
1772
|
-
|
|
1773
|
-
const ENOENT = 'ENOENT';
|
|
1774
|
-
|
|
1775
|
-
const getSymlinkType = type => {
|
|
1776
|
-
switch (type) {
|
|
1777
|
-
case File:
|
|
1778
|
-
return SymLinkFile;
|
|
1779
|
-
case Directory:
|
|
1780
|
-
return SymLinkFolder;
|
|
1781
|
-
default:
|
|
1782
|
-
return Symlink;
|
|
1783
|
-
}
|
|
1784
|
-
};
|
|
1785
|
-
|
|
1786
|
-
// TODO maybe resolving of symbolic links should happen in shared process?
|
|
1787
|
-
// so that there is less code and less work in the frontend
|
|
1788
|
-
const resolveSymbolicLink = async (uri, rawDirent) => {
|
|
1789
|
-
try {
|
|
1790
|
-
// TODO support windows paths
|
|
1791
|
-
const absolutePath = uri + '/' + rawDirent.name;
|
|
1792
|
-
const type = await stat(absolutePath);
|
|
1793
|
-
const symLinkType = getSymlinkType(type);
|
|
1794
|
-
return {
|
|
1795
|
-
name: rawDirent.name,
|
|
1796
|
-
type: symLinkType
|
|
1797
|
-
};
|
|
1798
|
-
} catch (error) {
|
|
1799
|
-
// @ts-ignore
|
|
1800
|
-
if (error && error.code === ENOENT) {
|
|
1801
|
-
return {
|
|
1802
|
-
name: rawDirent.name,
|
|
1803
|
-
type: SymLinkFile
|
|
1804
|
-
};
|
|
1805
|
-
}
|
|
1806
|
-
console.error(`Failed to resolve symbolic link for ${rawDirent.name}: ${error}`);
|
|
1807
|
-
return rawDirent;
|
|
1808
|
-
}
|
|
1809
|
-
};
|
|
1810
|
-
const resolveSymbolicLinks = async (uri, rawDirents) => {
|
|
1811
|
-
const promises = [];
|
|
1812
|
-
for (const rawDirent of rawDirents) {
|
|
1813
|
-
if (isSymbolicLink(rawDirent)) {
|
|
1814
|
-
const resolvedDirent = resolveSymbolicLink(uri, rawDirent);
|
|
1815
|
-
promises.push(resolvedDirent);
|
|
1816
|
-
} else {
|
|
1817
|
-
promises.push(rawDirent);
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
const resolvedDirents = await Promise.all(promises);
|
|
1821
|
-
return resolvedDirents;
|
|
1822
|
-
};
|
|
1823
|
-
|
|
1824
|
-
const sortExplorerItems = rawDirents => {
|
|
1825
|
-
return rawDirents.toSorted(compareDirent);
|
|
1826
|
-
};
|
|
1827
|
-
|
|
1828
|
-
const toDisplayDirents = (pathSeparator, rawDirents, parentDirent, excluded) => {
|
|
1829
|
-
rawDirents = sortExplorerItems(rawDirents);
|
|
1830
|
-
// TODO figure out whether this uses too much memory (name,path -> redundant, depth could be computed on demand)
|
|
1831
|
-
const toDisplayDirent = (rawDirent, index) => {
|
|
1832
|
-
const path = [parentDirent.path, rawDirent.name].join(pathSeparator);
|
|
1833
|
-
return {
|
|
1834
|
-
name: rawDirent.name,
|
|
1835
|
-
posInSet: index + 1,
|
|
1836
|
-
setSize: rawDirents.length,
|
|
1837
|
-
depth: parentDirent.depth + 1,
|
|
1838
|
-
type: rawDirent.type,
|
|
1839
|
-
path,
|
|
1840
|
-
// TODO storing absolute path might be too costly, could also store relative path here
|
|
1841
|
-
icon: ''
|
|
1842
|
-
};
|
|
1843
|
-
};
|
|
1844
|
-
const result = [];
|
|
1845
|
-
let i = 0;
|
|
1846
|
-
for (const rawDirent of rawDirents) {
|
|
1847
|
-
if (excluded.includes(rawDirent.name)) {
|
|
1848
|
-
continue;
|
|
1849
|
-
}
|
|
1850
|
-
result.push(toDisplayDirent(rawDirent, i));
|
|
1851
|
-
i++;
|
|
1852
|
-
}
|
|
1853
|
-
return result;
|
|
1854
|
-
};
|
|
1855
|
-
|
|
1856
|
-
const hasSymbolicLinks = rawDirents => {
|
|
1857
|
-
return rawDirents.some(isSymbolicLink);
|
|
1858
|
-
};
|
|
1859
|
-
const getChildDirentsRaw = async uri => {
|
|
1860
|
-
const rawDirents = await readDirWithFileTypes(uri);
|
|
1861
|
-
array(rawDirents);
|
|
1862
|
-
if (hasSymbolicLinks(rawDirents)) {
|
|
1863
|
-
return resolveSymbolicLinks(uri, rawDirents);
|
|
1977
|
+
const fn = modules[i];
|
|
1978
|
+
if (!fn(oldState, newState)) {
|
|
1979
|
+
diffResult.push(numbers[i]);
|
|
1980
|
+
}
|
|
1864
1981
|
}
|
|
1865
|
-
return
|
|
1982
|
+
return diffResult;
|
|
1866
1983
|
};
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
// and more performant
|
|
1876
|
-
const uri = parentDirent.path;
|
|
1877
|
-
const rawDirents = await getChildDirentsRaw(uri);
|
|
1878
|
-
const displayDirents = toDisplayDirents(pathSeparator, rawDirents, parentDirent, excluded);
|
|
1879
|
-
return displayDirents;
|
|
1984
|
+
|
|
1985
|
+
const diff2 = uid => {
|
|
1986
|
+
const {
|
|
1987
|
+
oldState,
|
|
1988
|
+
newState
|
|
1989
|
+
} = get(uid);
|
|
1990
|
+
const result = diff(oldState, newState);
|
|
1991
|
+
return result;
|
|
1880
1992
|
};
|
|
1881
1993
|
|
|
1882
1994
|
const expandAll = async state => {
|
|
@@ -2028,6 +2140,16 @@ const expandRecursively = async state => {
|
|
|
2028
2140
|
};
|
|
2029
2141
|
};
|
|
2030
2142
|
|
|
2143
|
+
const focus = state => {
|
|
2144
|
+
if (state.focus) {
|
|
2145
|
+
return state;
|
|
2146
|
+
}
|
|
2147
|
+
return {
|
|
2148
|
+
...state,
|
|
2149
|
+
focus: List
|
|
2150
|
+
};
|
|
2151
|
+
};
|
|
2152
|
+
|
|
2031
2153
|
const focusIndex = (state, index) => {
|
|
2032
2154
|
const {
|
|
2033
2155
|
minLineY,
|
|
@@ -2149,7 +2271,7 @@ const focusPrevious = state => {
|
|
|
2149
2271
|
}
|
|
2150
2272
|
};
|
|
2151
2273
|
|
|
2152
|
-
const commandIds = ['acceptEdit', 'cancelEdit', 'collapseAll', 'copyPath', 'copyRelativePath', 'dispose', 'expandAll', 'expandRecursively', 'focus', 'focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusNone', 'focusPrevious', 'getFocusedDirent', 'getMenuEntries2', 'getMouseActions', 'handleArrowLeft', 'handleArrowLeft', 'handleArrowRight', 'handleArrowRight', 'handleBlur', 'handleClick', 'handleClickAt', 'handleClickCurrent', 'handleClickCurrentButKeepFocus', 'handleClickOpenFolder', 'handleContextMenu', 'handleContextMenuKeyboard', 'handleCopy', 'handleDragLeave', 'handleDragOver', 'handleDrop', 'handleFocus', 'handleIconThemeChange', 'handleInputBlur', 'handleInputClick', 'handleLanguagesChanged', 'handleMouseEnter', 'handleMouseLeave', 'handlePaste', 'handlePointerDown', 'handleUpload', 'handleWheel', 'handleWorkspaceChange', 'hotReload', 'newFile', 'newFolder', 'openContainingFolder', 'refresh', 'removeDirent', 'rename', 'renameDirent', 'renderEventListeners', 'revealItem', 'revealItem', 'scrollDown', 'scrollUp', 'selectAll', 'selectDown', 'selectUp', 'setDeltaY', 'setSelectedIndices', 'cancelTypeAhead', 'updateEditingValue', 'handleKeyDown', 'updateIcons'];
|
|
2274
|
+
const commandIds = ['acceptEdit', 'cancelEdit', 'collapseAll', 'copyPath', 'copyRelativePath', 'dispose', 'expandAll', 'expandRecursively', 'focus', 'focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusNone', 'handleInputKeyDown', 'focusPrevious', 'getFocusedDirent', 'getMenuEntries2', 'getMouseActions', 'handleArrowLeft', 'handleArrowLeft', 'handleArrowRight', 'handleArrowRight', 'handleBlur', 'handleClick', 'handleClickAt', 'handleClickCurrent', 'handleClickCurrentButKeepFocus', 'handleClickOpenFolder', 'handleContextMenu', 'handleContextMenuKeyboard', 'handleCopy', 'handleDragLeave', 'handleDragOver', 'handleDrop', 'handleFocus', 'handleIconThemeChange', 'handleInputBlur', 'handleInputClick', 'handleLanguagesChanged', 'handleMouseEnter', 'handleMouseLeave', 'handlePaste', 'handlePointerDown', 'handleUpload', 'handleWheel', 'handleWorkspaceChange', 'hotReload', 'newFile', 'newFolder', 'openContainingFolder', 'refresh', 'removeDirent', 'rename', 'renameDirent', 'renderEventListeners', 'revealItem', 'revealItem', 'scrollDown', 'scrollUp', 'selectAll', 'selectDown', 'selectUp', 'setDeltaY', 'setSelectedIndices', 'cancelTypeAhead', 'updateEditingValue', 'handleKeyDown', 'updateIcons'];
|
|
2153
2275
|
|
|
2154
2276
|
const getCommandIds = () => {
|
|
2155
2277
|
return commandIds;
|
|
@@ -2309,7 +2431,7 @@ const menuEntryCut = {
|
|
|
2309
2431
|
};
|
|
2310
2432
|
const menuEntryCopy = {
|
|
2311
2433
|
id: 'copy',
|
|
2312
|
-
label: copy
|
|
2434
|
+
label: copy(),
|
|
2313
2435
|
flags: RestoreFocus,
|
|
2314
2436
|
command: 'Explorer.handleCopy'
|
|
2315
2437
|
};
|
|
@@ -2333,7 +2455,7 @@ const menuEntryCopyRelativePath = {
|
|
|
2333
2455
|
};
|
|
2334
2456
|
const menuEntryRename = {
|
|
2335
2457
|
id: 'rename',
|
|
2336
|
-
label: rename
|
|
2458
|
+
label: rename(),
|
|
2337
2459
|
flags: None$4,
|
|
2338
2460
|
command: 'Explorer.renameDirent'
|
|
2339
2461
|
};
|
|
@@ -2456,7 +2578,7 @@ const handleClickDirectoryExpanded = async (state, dirent, index, keepFocus) =>
|
|
|
2456
2578
|
const newMaxLineY = Math.min(maxLineY, newTotal);
|
|
2457
2579
|
const newMinLineY = newMaxLineY - visibleItems;
|
|
2458
2580
|
const deltaY = newMinLineY * itemHeight;
|
|
2459
|
-
const parts = newDirents.slice(
|
|
2581
|
+
const parts = newDirents.slice(newMinLineY, newMaxLineY);
|
|
2460
2582
|
const {
|
|
2461
2583
|
icons,
|
|
2462
2584
|
newFileIconCache
|
|
@@ -2624,15 +2746,9 @@ const handleArrowRight = async state => {
|
|
|
2624
2746
|
}
|
|
2625
2747
|
};
|
|
2626
2748
|
|
|
2627
|
-
const handleBlur = state => {
|
|
2749
|
+
const handleBlur = async state => {
|
|
2628
2750
|
// TODO when blur event occurs because of context menu, focused index should stay the same
|
|
2629
2751
|
// but focus outline should be removed
|
|
2630
|
-
const {
|
|
2631
|
-
editingType
|
|
2632
|
-
} = state;
|
|
2633
|
-
if (editingType !== None$5) {
|
|
2634
|
-
return state;
|
|
2635
|
-
}
|
|
2636
2752
|
return {
|
|
2637
2753
|
...state,
|
|
2638
2754
|
focused: false
|
|
@@ -2988,36 +3104,63 @@ const getExpandedDirents = items => {
|
|
|
2988
3104
|
return items.filter(isExpanded);
|
|
2989
3105
|
};
|
|
2990
3106
|
|
|
2991
|
-
const
|
|
2992
|
-
const
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
const nestedItems = await refreshChildDirents(item, pathSeparator, expandedFolders);
|
|
3004
|
-
return [item, ...nestedItems];
|
|
3107
|
+
const getPathDirentsMap = async allPaths => {
|
|
3108
|
+
const pathToDirents = Object.create(null);
|
|
3109
|
+
await Promise.all(allPaths.map(async path => {
|
|
3110
|
+
const dirents = await readDirWithFileTypes(path);
|
|
3111
|
+
pathToDirents[path] = dirents;
|
|
3112
|
+
}));
|
|
3113
|
+
return pathToDirents;
|
|
3114
|
+
};
|
|
3115
|
+
|
|
3116
|
+
const restoreDirentType = (rawDirentType, path, expandedPaths) => {
|
|
3117
|
+
if (rawDirentType === Directory && expandedPaths.includes(path)) {
|
|
3118
|
+
return DirectoryExpanded;
|
|
3005
3119
|
}
|
|
3006
|
-
return
|
|
3120
|
+
return rawDirentType;
|
|
3007
3121
|
};
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
return
|
|
3012
|
-
}
|
|
3013
|
-
|
|
3122
|
+
|
|
3123
|
+
const getProtoMapInternal = (root, pathToDirents, expandedPaths, depth) => {
|
|
3124
|
+
if (!(root in pathToDirents)) {
|
|
3125
|
+
return [];
|
|
3126
|
+
}
|
|
3127
|
+
const items = pathToDirents[root] || [];
|
|
3128
|
+
const protoMap = [];
|
|
3129
|
+
for (let i = 0; i < items.length; i++) {
|
|
3130
|
+
const item = items[i];
|
|
3131
|
+
const path = join2(root, item.name);
|
|
3132
|
+
const displayDirent = {
|
|
3133
|
+
name: item.name,
|
|
3134
|
+
posInSet: i + 1,
|
|
3135
|
+
setSize: items.length,
|
|
3136
|
+
depth,
|
|
3137
|
+
type: restoreDirentType(item.type, path, expandedPaths),
|
|
3138
|
+
path,
|
|
3139
|
+
icon: '',
|
|
3140
|
+
selected: false
|
|
3141
|
+
};
|
|
3142
|
+
const children = getProtoMapInternal(path, pathToDirents, expandedPaths, depth + 1);
|
|
3143
|
+
protoMap.push(displayDirent, ...children);
|
|
3144
|
+
}
|
|
3145
|
+
return protoMap;
|
|
3146
|
+
};
|
|
3147
|
+
|
|
3148
|
+
const getProtoMap = (root, pathToDirents, expandedPaths) => {
|
|
3149
|
+
return getProtoMapInternal(root, pathToDirents, expandedPaths, 1);
|
|
3150
|
+
};
|
|
3151
|
+
|
|
3152
|
+
const sortPathDirentsMap = map => {
|
|
3153
|
+
const sortedMap = Object.create(null);
|
|
3154
|
+
for (const [key, value] of Object.entries(map)) {
|
|
3155
|
+
const sorted = sortExplorerItems(value);
|
|
3156
|
+
sortedMap[key] = sorted;
|
|
3157
|
+
}
|
|
3158
|
+
return sortedMap;
|
|
3014
3159
|
};
|
|
3015
3160
|
|
|
3016
|
-
// TODO add lots of tests for this
|
|
3017
3161
|
const refresh = async state => {
|
|
3018
3162
|
const {
|
|
3019
3163
|
root,
|
|
3020
|
-
pathSeparator,
|
|
3021
3164
|
minLineY,
|
|
3022
3165
|
height,
|
|
3023
3166
|
itemHeight,
|
|
@@ -3025,64 +3168,25 @@ const refresh = async state => {
|
|
|
3025
3168
|
items,
|
|
3026
3169
|
focusedIndex
|
|
3027
3170
|
} = state;
|
|
3028
|
-
|
|
3029
|
-
// Get all expanded folders
|
|
3030
3171
|
const expandedDirents = getExpandedDirents(items);
|
|
3031
|
-
const
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
const
|
|
3035
|
-
const
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
path: root.endsWith(pathSeparator) ? `${root}${dirent.name}` : `${root}${pathSeparator}${dirent.name}`,
|
|
3039
|
-
depth: 0,
|
|
3040
|
-
selected: false
|
|
3041
|
-
}));
|
|
3042
|
-
|
|
3043
|
-
// Process expanded folders in parallel
|
|
3044
|
-
const expandedFolderResults = await Promise.all(expandedFolders.map(async folderPath => {
|
|
3045
|
-
const folderIndex = newDirents.findIndex(item => item.path === folderPath);
|
|
3046
|
-
if (folderIndex !== -1) {
|
|
3047
|
-
const folder = newDirents[folderIndex];
|
|
3048
|
-
if (folder.type === Directory) {
|
|
3049
|
-
const childItems = await refreshChildDirents(folder, pathSeparator, expandedFolders);
|
|
3050
|
-
// @ts-ignore
|
|
3051
|
-
folder.type = DirectoryExpanded;
|
|
3052
|
-
return {
|
|
3053
|
-
folderIndex,
|
|
3054
|
-
childItems
|
|
3055
|
-
};
|
|
3056
|
-
}
|
|
3057
|
-
}
|
|
3058
|
-
return null;
|
|
3059
|
-
}));
|
|
3060
|
-
|
|
3061
|
-
// Insert child items in the correct order
|
|
3062
|
-
let offset = 0;
|
|
3063
|
-
for (const result of expandedFolderResults) {
|
|
3064
|
-
if (result) {
|
|
3065
|
-
const {
|
|
3066
|
-
folderIndex,
|
|
3067
|
-
childItems
|
|
3068
|
-
} = result;
|
|
3069
|
-
newDirents.splice(folderIndex + 1 + offset, 0, ...childItems);
|
|
3070
|
-
offset += childItems.length;
|
|
3071
|
-
}
|
|
3072
|
-
}
|
|
3073
|
-
const maxLineY = getExplorerMaxLineY(minLineY, height, itemHeight, newDirents.length);
|
|
3074
|
-
const visible = newDirents.slice(minLineY, maxLineY);
|
|
3172
|
+
const expandedPaths = getPaths(expandedDirents);
|
|
3173
|
+
const allPaths = [root, ...expandedPaths];
|
|
3174
|
+
const pathToDirents = await getPathDirentsMap(allPaths);
|
|
3175
|
+
const sortedPathDirents = sortPathDirentsMap(pathToDirents);
|
|
3176
|
+
const newItems = getProtoMap(root, sortedPathDirents, expandedPaths);
|
|
3177
|
+
const maxLineY = getExplorerMaxLineY(minLineY, height, itemHeight, newItems.length);
|
|
3178
|
+
const visible = newItems.slice(minLineY, maxLineY);
|
|
3075
3179
|
const {
|
|
3076
3180
|
icons,
|
|
3077
3181
|
newFileIconCache
|
|
3078
3182
|
} = await getFileIcons(visible, fileIconCache);
|
|
3079
3183
|
let newFocusedIndex = focusedIndex;
|
|
3080
|
-
if (focusedIndex >=
|
|
3081
|
-
newFocusedIndex =
|
|
3184
|
+
if (focusedIndex >= newItems.length) {
|
|
3185
|
+
newFocusedIndex = newItems.length - 1;
|
|
3082
3186
|
}
|
|
3083
3187
|
return {
|
|
3084
3188
|
...state,
|
|
3085
|
-
items:
|
|
3189
|
+
items: newItems,
|
|
3086
3190
|
fileIconCache: newFileIconCache,
|
|
3087
3191
|
icons,
|
|
3088
3192
|
maxLineY,
|
|
@@ -3095,7 +3199,7 @@ const applyOperation = operation => {
|
|
|
3095
3199
|
return mkdir(operation.path);
|
|
3096
3200
|
}
|
|
3097
3201
|
if (operation.type === 'copy') {
|
|
3098
|
-
return copy(operation.from || '', operation.path);
|
|
3202
|
+
return copy$1(operation.from || '', operation.path);
|
|
3099
3203
|
}
|
|
3100
3204
|
return writeFile(operation.path, operation.text);
|
|
3101
3205
|
};
|
|
@@ -3150,18 +3254,18 @@ const getFileOperations = (root, uploadTree) => {
|
|
|
3150
3254
|
const operations = [];
|
|
3151
3255
|
const processTree = (tree, currentPath) => {
|
|
3152
3256
|
for (const [path, value] of Object.entries(tree)) {
|
|
3153
|
-
const fullPath = currentPath ?
|
|
3257
|
+
const fullPath = currentPath ? join2(currentPath, path) : path;
|
|
3154
3258
|
if (typeof value === 'object') {
|
|
3155
3259
|
operations.push({
|
|
3156
3260
|
type: 'createFolder',
|
|
3157
|
-
path:
|
|
3261
|
+
path: join2(root, fullPath),
|
|
3158
3262
|
text: ''
|
|
3159
3263
|
});
|
|
3160
3264
|
processTree(value, fullPath);
|
|
3161
3265
|
} else if (typeof value === 'string') {
|
|
3162
3266
|
operations.push({
|
|
3163
3267
|
type: 'createFile',
|
|
3164
|
-
path:
|
|
3268
|
+
path: join2(root, fullPath),
|
|
3165
3269
|
text: value
|
|
3166
3270
|
});
|
|
3167
3271
|
}
|
|
@@ -3227,7 +3331,7 @@ const getFileOperationsElectron = async (root, paths, fileHandles) => {
|
|
|
3227
3331
|
const path = paths[i];
|
|
3228
3332
|
operations.push({
|
|
3229
3333
|
type: 'copy',
|
|
3230
|
-
path:
|
|
3334
|
+
path: join2(root, name),
|
|
3231
3335
|
text: '',
|
|
3232
3336
|
from: path
|
|
3233
3337
|
});
|
|
@@ -3309,7 +3413,7 @@ const handleDropIntoFolder = async (state, dirent, index, fileHandles, files, pa
|
|
|
3309
3413
|
const baseName = file.name;
|
|
3310
3414
|
const to = dirent.path + pathSeparator + baseName;
|
|
3311
3415
|
// @ts-ignore
|
|
3312
|
-
await copy(file, to);
|
|
3416
|
+
await copy$1(file, to);
|
|
3313
3417
|
}
|
|
3314
3418
|
const childDirents = await getChildDirents(pathSeparator, dirent);
|
|
3315
3419
|
const mergedDirents = getMergedDirents(items, index, dirent, childDirents);
|
|
@@ -3427,14 +3531,25 @@ const handleIconThemeChange = state => {
|
|
|
3427
3531
|
return updateIcons(state);
|
|
3428
3532
|
};
|
|
3429
3533
|
|
|
3430
|
-
const handleInputBlur = state => {
|
|
3431
|
-
|
|
3534
|
+
const handleInputBlur = async state => {
|
|
3535
|
+
const {
|
|
3536
|
+
editingErrorMessage,
|
|
3537
|
+
editingValue
|
|
3538
|
+
} = state;
|
|
3539
|
+
if (editingErrorMessage || !editingValue) {
|
|
3540
|
+
return cancelEditInternal(state, false);
|
|
3541
|
+
}
|
|
3542
|
+
return acceptEdit(state);
|
|
3432
3543
|
};
|
|
3433
3544
|
|
|
3434
3545
|
const handleInputClick = state => {
|
|
3435
3546
|
return state;
|
|
3436
3547
|
};
|
|
3437
3548
|
|
|
3549
|
+
const handleInputKeyDown = (state, key) => {
|
|
3550
|
+
return state;
|
|
3551
|
+
};
|
|
3552
|
+
|
|
3438
3553
|
const filterByFocusWord = (items, focusedIndex, focusWord) => {
|
|
3439
3554
|
if (items.length === 0) {
|
|
3440
3555
|
return -1;
|
|
@@ -3552,7 +3667,7 @@ const handlePasteCopy = async (state, nativeFiles) => {
|
|
|
3552
3667
|
for (const source of nativeFiles.files) {
|
|
3553
3668
|
// @ts-ignore
|
|
3554
3669
|
const target = join(state.pathSeperator, state.root, getBaseName(state.pathSeparator, source));
|
|
3555
|
-
await copy(source, target);
|
|
3670
|
+
await copy$1(source, target);
|
|
3556
3671
|
}
|
|
3557
3672
|
// TODO only update folder at which level it changed
|
|
3558
3673
|
return updateRoot(state);
|
|
@@ -3561,7 +3676,7 @@ const handlePasteCopy = async (state, nativeFiles) => {
|
|
|
3561
3676
|
const handlePasteCut = async (state, nativeFiles) => {
|
|
3562
3677
|
for (const source of nativeFiles.files) {
|
|
3563
3678
|
const target = `${state.root}${state.pathSeparator}${getBaseName(state.pathSeparator, source)}`;
|
|
3564
|
-
await rename(source, target);
|
|
3679
|
+
await rename$1(source, target);
|
|
3565
3680
|
}
|
|
3566
3681
|
return state;
|
|
3567
3682
|
};
|
|
@@ -3883,7 +3998,7 @@ const getNewChildDirentsForNewDirent = async (items, depth, parentPath, direntTy
|
|
|
3883
3998
|
existingChildren = childDirents.map((dirent, index) => ({
|
|
3884
3999
|
name: dirent.name,
|
|
3885
4000
|
type: dirent.type,
|
|
3886
|
-
path:
|
|
4001
|
+
path: join2(parentPath, dirent.name),
|
|
3887
4002
|
depth,
|
|
3888
4003
|
selected: false,
|
|
3889
4004
|
posInSet: index + 1,
|
|
@@ -4129,11 +4244,6 @@ const renderFocus = (oldState, newState) => {
|
|
|
4129
4244
|
return [];
|
|
4130
4245
|
};
|
|
4131
4246
|
|
|
4132
|
-
const None$2 = 'none';
|
|
4133
|
-
const ToolBar = 'toolbar';
|
|
4134
|
-
const Tree = 'tree';
|
|
4135
|
-
const TreeItem$1 = 'treeitem';
|
|
4136
|
-
|
|
4137
4247
|
const Actions = 'Actions';
|
|
4138
4248
|
const Button$2 = 'Button';
|
|
4139
4249
|
const ButtonNarrow = 'ButtonNarrow';
|
|
@@ -4153,7 +4263,10 @@ const Label = 'Label';
|
|
|
4153
4263
|
const ListItems = 'ListItems';
|
|
4154
4264
|
const MaskIconChevronDown = 'MaskIconChevronDown';
|
|
4155
4265
|
const MaskIconChevronRight = 'MaskIconChevronRight';
|
|
4156
|
-
const
|
|
4266
|
+
const ScrollBar = 'ScrollBar';
|
|
4267
|
+
const ScrollBarSmall = 'ScrollBarSmall';
|
|
4268
|
+
const ScrollBarThumb = 'ScrollBarThumb';
|
|
4269
|
+
const TreeItem$1 = 'TreeItem';
|
|
4157
4270
|
const TreeItemActive = 'TreeItemActive';
|
|
4158
4271
|
const Viewlet = 'Viewlet';
|
|
4159
4272
|
const Welcome = 'Welcome';
|
|
@@ -4182,7 +4295,6 @@ const HandleInputBlur = 'handleInputBlur';
|
|
|
4182
4295
|
const HandleInputClick = 'handleInputClick';
|
|
4183
4296
|
const HandleListBlur = 'handleListBlur';
|
|
4184
4297
|
const HandleListFocus = 'handleListFocus';
|
|
4185
|
-
const HandleListKeyDown = 'handleListKeyDown';
|
|
4186
4298
|
const HandlePointerDown = 'handlePointerDown';
|
|
4187
4299
|
const HandleWheel = 'handleWheel';
|
|
4188
4300
|
|
|
@@ -4197,6 +4309,12 @@ const text = data => {
|
|
|
4197
4309
|
childCount: 0
|
|
4198
4310
|
};
|
|
4199
4311
|
};
|
|
4312
|
+
const px = value => {
|
|
4313
|
+
return `${value}px`;
|
|
4314
|
+
};
|
|
4315
|
+
const position = (x, y) => {
|
|
4316
|
+
return `${x}px ${y}px`;
|
|
4317
|
+
};
|
|
4200
4318
|
|
|
4201
4319
|
const Button$1 = 1;
|
|
4202
4320
|
const Div = 4;
|
|
@@ -4204,6 +4322,33 @@ const Input = 6;
|
|
|
4204
4322
|
const Img = 17;
|
|
4205
4323
|
const P = 50;
|
|
4206
4324
|
|
|
4325
|
+
const getExplorerWelcomeVirtualDom = isWide => {
|
|
4326
|
+
return [{
|
|
4327
|
+
type: Div,
|
|
4328
|
+
className: mergeClassNames(Viewlet, Explorer),
|
|
4329
|
+
tabIndex: 0,
|
|
4330
|
+
childCount: 1
|
|
4331
|
+
}, {
|
|
4332
|
+
type: Div,
|
|
4333
|
+
className: Welcome,
|
|
4334
|
+
childCount: 2
|
|
4335
|
+
}, {
|
|
4336
|
+
type: P,
|
|
4337
|
+
className: WelcomeMessage,
|
|
4338
|
+
childCount: 1
|
|
4339
|
+
}, text(youHaveNotYetOpenedAFolder()), {
|
|
4340
|
+
type: Button$1,
|
|
4341
|
+
className: mergeClassNames(Button$2, ButtonPrimary, isWide ? ButtonWide : ButtonNarrow),
|
|
4342
|
+
childCount: 1,
|
|
4343
|
+
onClick: HandleClickOpenFolder
|
|
4344
|
+
}, text(openFolder$1())];
|
|
4345
|
+
};
|
|
4346
|
+
|
|
4347
|
+
const None$2 = 'none';
|
|
4348
|
+
const ToolBar = 'toolbar';
|
|
4349
|
+
const Tree = 'tree';
|
|
4350
|
+
const TreeItem = 'treeitem';
|
|
4351
|
+
|
|
4207
4352
|
const chevronDownVirtualDom = {
|
|
4208
4353
|
type: Div,
|
|
4209
4354
|
className: mergeClassNames(Chevron, MaskIconChevronDown),
|
|
@@ -4291,7 +4436,7 @@ const getExplorerItemVirtualDom = item => {
|
|
|
4291
4436
|
const chevronDom = getChevronVirtualDom(chevron);
|
|
4292
4437
|
return [{
|
|
4293
4438
|
type: Div,
|
|
4294
|
-
role: TreeItem
|
|
4439
|
+
role: TreeItem,
|
|
4295
4440
|
className,
|
|
4296
4441
|
draggable: true,
|
|
4297
4442
|
title: path,
|
|
@@ -4307,28 +4452,6 @@ const getExplorerItemVirtualDom = item => {
|
|
|
4307
4452
|
}, ...chevronDom, getFileIconVirtualDom(icon), ...getInputOrLabelDom(isEditing, hasEditingError, name)];
|
|
4308
4453
|
};
|
|
4309
4454
|
|
|
4310
|
-
const getExplorerWelcomeVirtualDom = isWide => {
|
|
4311
|
-
return [{
|
|
4312
|
-
type: Div,
|
|
4313
|
-
className: mergeClassNames(Viewlet, Explorer),
|
|
4314
|
-
tabIndex: 0,
|
|
4315
|
-
childCount: 1
|
|
4316
|
-
}, {
|
|
4317
|
-
type: Div,
|
|
4318
|
-
className: Welcome,
|
|
4319
|
-
childCount: 2
|
|
4320
|
-
}, {
|
|
4321
|
-
type: P,
|
|
4322
|
-
className: WelcomeMessage,
|
|
4323
|
-
childCount: 1
|
|
4324
|
-
}, text(youHaveNotYetOpenedAFolder()), {
|
|
4325
|
-
type: Button$1,
|
|
4326
|
-
className: mergeClassNames(Button$2, ButtonPrimary, isWide ? ButtonWide : ButtonNarrow),
|
|
4327
|
-
childCount: 1,
|
|
4328
|
-
onClick: HandleClickOpenFolder
|
|
4329
|
-
}, text(openFolder$1())];
|
|
4330
|
-
};
|
|
4331
|
-
|
|
4332
4455
|
const getActiveDescendant = focusedIndex => {
|
|
4333
4456
|
if (focusedIndex >= 0) {
|
|
4334
4457
|
return 'TreeItemActive';
|
|
@@ -4341,17 +4464,8 @@ const getClassName = (focused, focusedIndex, dropTarget) => {
|
|
|
4341
4464
|
const className = mergeClassNames(ListItems, extraClass1, extraClass2);
|
|
4342
4465
|
return className;
|
|
4343
4466
|
};
|
|
4344
|
-
const
|
|
4345
|
-
|
|
4346
|
-
childCount: 1,
|
|
4347
|
-
className: mergeClassNames(Viewlet, Explorer),
|
|
4348
|
-
role: 'none'
|
|
4349
|
-
};
|
|
4350
|
-
const getExplorerVirtualDom = (visibleItems, focusedIndex, root, isWide, focused, dropTargets) => {
|
|
4351
|
-
if (!root) {
|
|
4352
|
-
return getExplorerWelcomeVirtualDom(isWide);
|
|
4353
|
-
}
|
|
4354
|
-
const dom = [parentNode, {
|
|
4467
|
+
const getListItemsVirtualDom = (visibleItems, focusedIndex, focused, dropTargets) => {
|
|
4468
|
+
const dom = [{
|
|
4355
4469
|
type: Div,
|
|
4356
4470
|
className: getClassName(focused, focusedIndex, dropTargets),
|
|
4357
4471
|
tabIndex: 0,
|
|
@@ -4367,12 +4481,56 @@ const getExplorerVirtualDom = (visibleItems, focusedIndex, root, isWide, focused
|
|
|
4367
4481
|
onDrop: HandleDrop,
|
|
4368
4482
|
onFocus: HandleListFocus,
|
|
4369
4483
|
onPointerDown: HandlePointerDown,
|
|
4370
|
-
onWheel: HandleWheel
|
|
4371
|
-
onKeyDown: HandleListKeyDown
|
|
4484
|
+
onWheel: HandleWheel
|
|
4485
|
+
// onKeyDown: DomEventListenerFunctions.HandleListKeyDown,
|
|
4372
4486
|
}, ...visibleItems.flatMap(getExplorerItemVirtualDom)];
|
|
4373
4487
|
return dom;
|
|
4374
4488
|
};
|
|
4375
4489
|
|
|
4490
|
+
const getScrollBarSize = (size, contentSize, minimumSliderSize) => {
|
|
4491
|
+
if (size >= contentSize) {
|
|
4492
|
+
return 0;
|
|
4493
|
+
}
|
|
4494
|
+
return Math.max(Math.round(size ** 2 / contentSize), minimumSliderSize);
|
|
4495
|
+
};
|
|
4496
|
+
|
|
4497
|
+
const getScrollBarVirtualDom = (scrollBarHeight, scrollBarTop) => {
|
|
4498
|
+
const shouldShowScrollbar = scrollBarHeight > 0;
|
|
4499
|
+
if (!shouldShowScrollbar) {
|
|
4500
|
+
return [];
|
|
4501
|
+
}
|
|
4502
|
+
const heightString = px(scrollBarHeight);
|
|
4503
|
+
const translateString = position(0, scrollBarTop);
|
|
4504
|
+
return [{
|
|
4505
|
+
type: Div,
|
|
4506
|
+
className: mergeClassNames(ScrollBar, ScrollBarSmall),
|
|
4507
|
+
childCount: 1
|
|
4508
|
+
}, {
|
|
4509
|
+
type: Div,
|
|
4510
|
+
className: ScrollBarThumb,
|
|
4511
|
+
childCount: 0,
|
|
4512
|
+
height: heightString,
|
|
4513
|
+
translate: translateString
|
|
4514
|
+
}];
|
|
4515
|
+
};
|
|
4516
|
+
|
|
4517
|
+
const parentNode = {
|
|
4518
|
+
type: Div,
|
|
4519
|
+
childCount: 2,
|
|
4520
|
+
className: mergeClassNames(Viewlet, Explorer),
|
|
4521
|
+
role: 'none'
|
|
4522
|
+
};
|
|
4523
|
+
const getExplorerVirtualDom = (visibleItems, focusedIndex, root, isWide, focused, dropTargets, height, contentHeight, scrollTop) => {
|
|
4524
|
+
if (!root) {
|
|
4525
|
+
return getExplorerWelcomeVirtualDom(isWide);
|
|
4526
|
+
}
|
|
4527
|
+
const scrollBarHeight = getScrollBarSize(height, contentHeight, 20);
|
|
4528
|
+
const scrollBarTop = Math.round(scrollTop / contentHeight * height);
|
|
4529
|
+
const scrollBarDom = getScrollBarVirtualDom(scrollBarHeight, scrollBarTop);
|
|
4530
|
+
const dom = [parentNode, ...getListItemsVirtualDom(visibleItems, focusedIndex, focused, dropTargets), ...scrollBarDom];
|
|
4531
|
+
return dom;
|
|
4532
|
+
};
|
|
4533
|
+
|
|
4376
4534
|
const None$1 = 0;
|
|
4377
4535
|
const Right = 1;
|
|
4378
4536
|
const Down = 2;
|
|
@@ -4408,8 +4566,8 @@ const getExpandedType = type => {
|
|
|
4408
4566
|
}
|
|
4409
4567
|
};
|
|
4410
4568
|
|
|
4411
|
-
const focused = mergeClassNames(TreeItem, TreeItemActive);
|
|
4412
|
-
const selected = mergeClassNames(TreeItem, TreeItemActive);
|
|
4569
|
+
const focused = mergeClassNames(TreeItem$1, TreeItemActive);
|
|
4570
|
+
const selected = mergeClassNames(TreeItem$1, TreeItemActive);
|
|
4413
4571
|
const getTreeItemClassName = (isSelected, isFocused) => {
|
|
4414
4572
|
if (isFocused) {
|
|
4415
4573
|
return focused;
|
|
@@ -4417,7 +4575,7 @@ const getTreeItemClassName = (isSelected, isFocused) => {
|
|
|
4417
4575
|
if (isSelected) {
|
|
4418
4576
|
return selected;
|
|
4419
4577
|
}
|
|
4420
|
-
return TreeItem;
|
|
4578
|
+
return TreeItem$1;
|
|
4421
4579
|
};
|
|
4422
4580
|
|
|
4423
4581
|
const defaultIndent$1 = 1;
|
|
@@ -4488,7 +4646,8 @@ const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editin
|
|
|
4488
4646
|
const renderItems = (oldState, newState) => {
|
|
4489
4647
|
const visibleDirents = getVisibleExplorerItems(newState.items, newState.minLineY, newState.maxLineY, newState.focusedIndex, newState.editingIndex, newState.editingType, newState.editingValue, newState.editingErrorMessage, newState.icons, newState.useChevrons, newState.dropTargets, newState.editingIcon);
|
|
4490
4648
|
const isWide = newState.width > 450;
|
|
4491
|
-
const
|
|
4649
|
+
const contentHeight = newState.items.length * newState.itemHeight;
|
|
4650
|
+
const dom = getExplorerVirtualDom(visibleDirents, newState.focusedIndex, newState.root, isWide, newState.focused, newState.dropTargets, newState.height, contentHeight, newState.deltaY);
|
|
4492
4651
|
return ['Viewlet.setDom2', dom];
|
|
4493
4652
|
};
|
|
4494
4653
|
|
|
@@ -4634,11 +4793,18 @@ const renderEventListeners = () => {
|
|
|
4634
4793
|
return [{
|
|
4635
4794
|
name: HandleInputBlur,
|
|
4636
4795
|
params: ['handleInputBlur']
|
|
4637
|
-
},
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
|
|
4641
|
-
|
|
4796
|
+
},
|
|
4797
|
+
// {
|
|
4798
|
+
// name: DomEventListenersFunctions.HandleInputKeyDown,
|
|
4799
|
+
// params: ['handleInputKeyDown'],
|
|
4800
|
+
// stopPropagation: true, // TODO find a way to do this without stopPropagation
|
|
4801
|
+
// },
|
|
4802
|
+
// {
|
|
4803
|
+
// name: DomEventListenersFunctions.HandleListKeyDown,
|
|
4804
|
+
// params: ['handleKeyDown', 'event.key'],
|
|
4805
|
+
// preventDefault: true,
|
|
4806
|
+
// },
|
|
4807
|
+
{
|
|
4642
4808
|
name: HandleListFocus,
|
|
4643
4809
|
params: ['handleFocus', 'event.isTrusted', 'event.target.className']
|
|
4644
4810
|
}, {
|
|
@@ -4731,22 +4897,6 @@ const getIndex = (dirents, uri) => {
|
|
|
4731
4897
|
return -1;
|
|
4732
4898
|
};
|
|
4733
4899
|
|
|
4734
|
-
const getPathParts = (root, uri, pathSeparator) => {
|
|
4735
|
-
const parts = [];
|
|
4736
|
-
let index = root.length - 1;
|
|
4737
|
-
let depth = 0;
|
|
4738
|
-
while ((index = uri.indexOf('/', index + 1)) !== -1) {
|
|
4739
|
-
const partUri = uri.slice(0, index);
|
|
4740
|
-
parts.push({
|
|
4741
|
-
path: partUri,
|
|
4742
|
-
depth: depth++,
|
|
4743
|
-
root,
|
|
4744
|
-
pathSeparator
|
|
4745
|
-
});
|
|
4746
|
-
}
|
|
4747
|
-
return parts;
|
|
4748
|
-
};
|
|
4749
|
-
|
|
4750
4900
|
const getPathPartsToReveal = (root, pathParts, dirents) => {
|
|
4751
4901
|
for (let i = 0; i < pathParts.length; i++) {
|
|
4752
4902
|
const pathPart = pathParts[i];
|
|
@@ -4759,30 +4909,18 @@ const getPathPartsToReveal = (root, pathParts, dirents) => {
|
|
|
4759
4909
|
return pathParts;
|
|
4760
4910
|
};
|
|
4761
4911
|
|
|
4762
|
-
const
|
|
4763
|
-
|
|
4764
|
-
|
|
4765
|
-
const
|
|
4766
|
-
|
|
4767
|
-
|
|
4768
|
-
|
|
4769
|
-
const withDeepChildren = (parent, processed) => {
|
|
4770
|
-
if (processed.has(parent.path)) {
|
|
4771
|
-
return [];
|
|
4772
|
-
}
|
|
4773
|
-
processed.add(parent.path);
|
|
4774
|
-
const children = [];
|
|
4775
|
-
for (const dirent of dirents) {
|
|
4776
|
-
if (dirent.depth === parent.depth + 1 && dirent.path.startsWith(parent.path)) {
|
|
4777
|
-
children.push(...withDeepChildren(dirent, processed));
|
|
4778
|
-
}
|
|
4912
|
+
const mergeVisibleWithHiddenItems = (visibleItems, hiddenItems) => {
|
|
4913
|
+
const merged = [...visibleItems, ...hiddenItems];
|
|
4914
|
+
const seen = Object.create(null);
|
|
4915
|
+
const unique = [];
|
|
4916
|
+
for (const item of merged) {
|
|
4917
|
+
if (seen[item.path]) {
|
|
4918
|
+
continue;
|
|
4779
4919
|
}
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
const ordered = topLevelDirents.flatMap(dirent => withDeepChildren(dirent, processed));
|
|
4785
|
-
return ordered;
|
|
4920
|
+
seen[item.path] = true;
|
|
4921
|
+
unique.push(item);
|
|
4922
|
+
}
|
|
4923
|
+
return unique;
|
|
4786
4924
|
};
|
|
4787
4925
|
|
|
4788
4926
|
const scrollInto = (index, minLineY, maxLineY) => {
|
|
@@ -4807,24 +4945,6 @@ const scrollInto = (index, minLineY, maxLineY) => {
|
|
|
4807
4945
|
};
|
|
4808
4946
|
};
|
|
4809
4947
|
|
|
4810
|
-
const getPathPartChildren = async pathPart => {
|
|
4811
|
-
const children = await getChildDirents(pathPart.pathSeparator, pathPart);
|
|
4812
|
-
return children;
|
|
4813
|
-
};
|
|
4814
|
-
const mergeVisibleWithHiddenItems = (visibleItems, hiddenItems) => {
|
|
4815
|
-
const merged = [...visibleItems, ...hiddenItems];
|
|
4816
|
-
const seen = Object.create(null);
|
|
4817
|
-
const unique = [];
|
|
4818
|
-
for (const item of merged) {
|
|
4819
|
-
if (seen[item.path]) {
|
|
4820
|
-
continue;
|
|
4821
|
-
}
|
|
4822
|
-
seen[item.path] = true;
|
|
4823
|
-
unique.push(item);
|
|
4824
|
-
}
|
|
4825
|
-
return unique;
|
|
4826
|
-
};
|
|
4827
|
-
|
|
4828
4948
|
// TODO maybe just insert items into explorer and refresh whole explorer
|
|
4829
4949
|
const revealItemHidden = async (state, uri) => {
|
|
4830
4950
|
const {
|
|
@@ -4839,8 +4959,8 @@ const revealItemHidden = async (state, uri) => {
|
|
|
4839
4959
|
return state;
|
|
4840
4960
|
}
|
|
4841
4961
|
const pathPartsToReveal = getPathPartsToReveal(root, pathParts, items);
|
|
4842
|
-
const pathPartsChildren = await
|
|
4843
|
-
const pathPartsChildrenFlat = pathPartsChildren.flat(
|
|
4962
|
+
const pathPartsChildren = await getPathPartsChildren(pathPartsToReveal);
|
|
4963
|
+
const pathPartsChildrenFlat = pathPartsChildren.flat();
|
|
4844
4964
|
const orderedPathParts = orderDirents(pathPartsChildrenFlat);
|
|
4845
4965
|
const mergedDirents = mergeVisibleWithHiddenItems(items, orderedPathParts);
|
|
4846
4966
|
const index = getIndex(mergedDirents, uri);
|
|
@@ -5028,7 +5148,12 @@ const getEditingIcon = async (editingType, value, direntType) => {
|
|
|
5028
5148
|
};
|
|
5029
5149
|
|
|
5030
5150
|
const updateEditingValue = async (state, value, inputSource = User) => {
|
|
5031
|
-
const
|
|
5151
|
+
const {
|
|
5152
|
+
editingType,
|
|
5153
|
+
items,
|
|
5154
|
+
editingIndex
|
|
5155
|
+
} = state;
|
|
5156
|
+
const editingIcon = await getEditingIcon(editingType, value, items[editingIndex]?.type);
|
|
5032
5157
|
return {
|
|
5033
5158
|
...state,
|
|
5034
5159
|
editingValue: value,
|
|
@@ -5038,14 +5163,14 @@ const updateEditingValue = async (state, value, inputSource = User) => {
|
|
|
5038
5163
|
|
|
5039
5164
|
const commandMap = {
|
|
5040
5165
|
'Explorer.acceptEdit': wrapCommand(acceptEdit),
|
|
5041
|
-
'Explorer.handleKeyDown': wrapCommand(handleKeyDown),
|
|
5042
|
-
'Explorer.cancelTypeAhead': wrapCommand(cancelTypeAhead),
|
|
5043
5166
|
'Explorer.cancelEdit': wrapCommand(cancelEdit),
|
|
5167
|
+
'Explorer.cancelTypeAhead': wrapCommand(cancelTypeAhead),
|
|
5044
5168
|
'Explorer.collapseAll': wrapCommand(collapseAll),
|
|
5045
5169
|
'Explorer.copyPath': wrapCommand(copyPath),
|
|
5046
5170
|
'Explorer.copyRelativePath': wrapCommand(copyRelativePath),
|
|
5047
5171
|
'Explorer.expandAll': wrapCommand(expandAll),
|
|
5048
5172
|
'Explorer.expandRecursively': wrapCommand(expandRecursively),
|
|
5173
|
+
'Explorer.focus': wrapCommand(focus),
|
|
5049
5174
|
'Explorer.focusFirst': wrapCommand(focusFirst),
|
|
5050
5175
|
'Explorer.focusIndex': wrapCommand(focusIndex),
|
|
5051
5176
|
'Explorer.focusLast': wrapCommand(focusLast),
|
|
@@ -5073,6 +5198,8 @@ const commandMap = {
|
|
|
5073
5198
|
'Explorer.handleIconThemeChange': wrapCommand(handleIconThemeChange),
|
|
5074
5199
|
'Explorer.handleInputBlur': wrapCommand(handleInputBlur),
|
|
5075
5200
|
'Explorer.handleInputClick': wrapCommand(handleInputClick),
|
|
5201
|
+
'Explorer.handleInputKeyDown': wrapCommand(handleInputKeyDown),
|
|
5202
|
+
'Explorer.handleKeyDown': wrapCommand(handleKeyDown),
|
|
5076
5203
|
'Explorer.handlePaste': wrapCommand(handlePaste),
|
|
5077
5204
|
'Explorer.handlePointerDown': wrapCommand(handlePointerDown),
|
|
5078
5205
|
'Explorer.handleUpload': wrapCommand(handleUpload),
|
|
@@ -5112,7 +5239,7 @@ const listen = async () => {
|
|
|
5112
5239
|
const rpc = await WebWorkerRpcClient.create({
|
|
5113
5240
|
commandMap: commandMap
|
|
5114
5241
|
});
|
|
5115
|
-
set$
|
|
5242
|
+
set$1(rpc);
|
|
5116
5243
|
};
|
|
5117
5244
|
|
|
5118
5245
|
const main = async () => {
|