@lvce-editor/static-server 0.49.14 → 0.49.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1861 -1861
- package/package.json +1 -1
- package/static/{687c128 → bd3fe96}/css/App.css +89 -84
- package/static/{687c128 → bd3fe96}/manifest.json +2 -2
- package/static/{687c128 → bd3fe96}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{687c128 → bd3fe96}/packages/explorer-worker/dist/explorerViewWorkerMain.js +553 -327
- package/static/{687c128 → bd3fe96}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{687c128 → bd3fe96}/packages/renderer-process/dist/rendererProcessMain.js +69 -38
- package/static/{687c128 → bd3fe96}/packages/renderer-process/package.json +1 -1
- package/static/{687c128 → bd3fe96}/packages/renderer-worker/dist/rendererWorkerMain.js +81 -45
- package/static/{687c128 → bd3fe96}/packages/text-search-worker/dist/textSearchWorkerMain.js +146 -39
- package/static/index.html +4 -4
- /package/static/{687c128 → bd3fe96}/config/colorTheme.json +0 -0
- /package/static/{687c128 → bd3fe96}/config/defaultSettings.json +0 -0
- /package/static/{687c128 → bd3fe96}/config/fileMap.json +0 -0
- /package/static/{687c128 → bd3fe96}/config/webExtensions.json +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/Animation.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/DebugButtons.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/DebugValue.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/E2eTest.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/E2eTests.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/EditorHover.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/EditorMessage.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/FeatureContent.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/Features.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ImagePreview.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/InputBadge.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/Key.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/LegacyDialog.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/Markdown.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/Progress.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/Select.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/Table.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletAbout.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletDialog.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletMedia.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletOutput.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletPanel.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletPdf.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletProblems.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletReferences.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletSearch.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletStorage.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{687c128 → bd3fe96}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{687c128 → bd3fe96}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/default_file.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/default_folder.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/default_root_folder.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_access.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_access2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ada.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_agda.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ai.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_al.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_angular.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_apache.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_apex.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_apib.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_apl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_asp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_astro.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_atom.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ats.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_attw.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_audio.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_avif.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_avro.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_awk.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_aws.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_azure.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_babel.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bak.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bat.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bats.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_biml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_binary.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_biome.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_blade.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_blender.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bower.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_buf.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bun.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_c.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_c2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_c3.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cake.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_casc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cert.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cf.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_chef.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_class.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_compass.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_composer.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_conan.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_conda.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_config.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_craco.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_css.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_css2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_cython.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dal.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_db.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_debian.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_deno.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_diff.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_django.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_docker.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_docz.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_drone.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_drools.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_edge.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_eex.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_elm.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ember.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_eps.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_epub.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_erb.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_excel.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_expo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fla.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_flash.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_flow.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_font.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_funding.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_galen.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_git.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_git2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_glide.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_go.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_godot.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_grain.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_haml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_helix.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_helm.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_host.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_html.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_http.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_husky.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_hy.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_icl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_idris.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_image.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_imba.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_inc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_informix.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ini.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ink.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_io.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jake.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_janet.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jar.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_java.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jest.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_json.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_json2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_json5.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jss.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_juice.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_julia.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_just.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_k.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_karma.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_key.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_kite.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_knip.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_kos.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_lark.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_latino.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_layout.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_less.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_lex.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_liara.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_license.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_lime.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_locale.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_log.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_lua.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_luau.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_lync.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_map.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_marko.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_maven.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_maya.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_meson.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_motif.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mson.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_next.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nim.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nix.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_noc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_node.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_node2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_npm.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nx.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_org.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_package.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_paket.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_patch.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_perl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_php.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_php2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_php3.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pine.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pip.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pony.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_postman.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_preact.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_progress.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pug.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_python.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_q.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_qml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_r.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_racket.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rails.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rake.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_raku.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_raml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_razor.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_reason.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_red.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_registry.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rego.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_remark.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_replit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rest.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_retext.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_riot.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_robots.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rome.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ron.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rss.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rust.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sails.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_san.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sas.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sass.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_scala.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_script.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_scss.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_shell.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sino.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_slang.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_slice.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_slim.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_slint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sln.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_snort.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_source.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_spin.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sql.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sss.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sst.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_stan.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_stata.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_style.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_styled.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_svg.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_swc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_swift.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_swig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_teal.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_templ.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tera.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_test.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_testts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tex.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_text.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_textile.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tm.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_todo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_toit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_toml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tox.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_travis.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tree.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tres.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tt.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_twig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_unison.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vala.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vash.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vb.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vba.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vento.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_video.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_view.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vim.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vite.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_volt.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vue.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wally.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_windi.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_word.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_word2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_xib.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_xml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_xo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_yang.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_zig.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_zip.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_android.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_api.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_app.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_client.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_common.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_component.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_config.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_css.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_db.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_git.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_github.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_images.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_include.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_js.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_json.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_less.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_library.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_log.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_model.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_module.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_next.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_node.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_package.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_php.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_private.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_public.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_python.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_route.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_script.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_server.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_services.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_src.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_story.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_style.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_template.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_test.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_video.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_view.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_www.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{687c128 → bd3fe96}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{687c128 → bd3fe96}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{687c128 → bd3fe96}/icons/add.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/arrow-down.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/arrow-left.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/arrow-right.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/arrow-up.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/blank.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/book.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/case-sensitive.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/check.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/chevron-down.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/chevron-left.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/chevron-right.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/chevron-up.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/chrome-close.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/chrome-maximize.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/chrome-minimize.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/chrome-restore.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/circle-filled.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/clear-all.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/close.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/cloud.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/collapse-all.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-all.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-alt-2.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-alt-small.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-alt.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-console.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-continue-small.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-continue.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-coverage.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-disconnect.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-line-by-line.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-pause.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-rerun.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-restart-frame.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-restart.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-stackframe.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-start.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-step-back.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-step-into.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-step-out.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-step-over.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug-stop.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/debug.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/discard.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/edit.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/ellipsis.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/error.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/exclude.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{687c128 → bd3fe96}/icons/extensions.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/files.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/filter.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/go-to-file.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/icon-close.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/icon-source-control.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/icon-sync.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/icon.png +0 -0
- /package/static/{687c128 → bd3fe96}/icons/icon.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/info.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/language-icon.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/link-external.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/list-flat.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/list-tree.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/new-file.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/new-folder.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/newline.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/open-preview.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/play.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/preserve-case.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/progress.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/pwa-icon-192.png +0 -0
- /package/static/{687c128 → bd3fe96}/icons/pwa-icon-512.png +0 -0
- /package/static/{687c128 → bd3fe96}/icons/record-keys.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/refresh.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/regex.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/remove.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/replace-all.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/replace.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/run-all.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/search.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/settings-gear.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/sort-precedence.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/source-control.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/split-horizontal.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/squiggly-error.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/squiggly-warning.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-array.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-boolean.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-class.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-color.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-constant.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-enum-member.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-enum.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-event.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-field.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-file.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-interface.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-key.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-keyword.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-method.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-misc.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-namespace.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-numeric.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-operator.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-parameter.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-property.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-ruler.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-snippet.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-string.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-structure.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/symbol-variable.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/tag.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/terminal-bash.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/terminal.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/theme-icon.png +0 -0
- /package/static/{687c128 → bd3fe96}/icons/trash.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/triangle-down.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/triangle-left.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/triangle-right.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/triangle-up.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/warning.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/whole-word.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/zoom-in.svg +0 -0
- /package/static/{687c128 → bd3fe96}/icons/zoom-out.svg +0 -0
- /package/static/{687c128 → bd3fe96}/js/babel-parser.js +0 -0
- /package/static/{687c128 → bd3fe96}/js/blob-util.js +0 -0
- /package/static/{687c128 → bd3fe96}/js/ky.js +0 -0
- /package/static/{687c128 → bd3fe96}/js/lvce-editor-import-script.js +0 -0
- /package/static/{687c128 → bd3fe96}/js/lvce-editor-ipc.js +0 -0
- /package/static/{687c128 → bd3fe96}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{687c128 → bd3fe96}/js/lvce-editor-verror.js +0 -0
- /package/static/{687c128 → bd3fe96}/js/p-min-delay.js +0 -0
- /package/static/{687c128 → bd3fe96}/js/pretty-bytes.js +0 -0
- /package/static/{687c128 → bd3fe96}/js/preview-injected.js +0 -0
- /package/static/{687c128 → bd3fe96}/js/yoctodelay.js +0 -0
- /package/static/{687c128 → bd3fe96}/lib-css/termterm.css +0 -0
- /package/static/{687c128 → bd3fe96}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{687c128 → bd3fe96}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/renderer-process/LICENSE +0 -0
- /package/static/{687c128 → bd3fe96}/packages/renderer-process/README.md +0 -0
- /package/static/{687c128 → bd3fe96}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.cpp +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.css +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.csv +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.dart +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.env +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.ex +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.html +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.java +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.jl +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.js +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.json +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.kt +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.pl +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.py +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/index.ts +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/scrolling.txt +0 -0
- /package/static/{687c128 → bd3fe96}/playground/languages/tsconfig.json +0 -0
- /package/static/{687c128 → bd3fe96}/playground/sample-folder/a.txt +0 -0
- /package/static/{687c128 → bd3fe96}/playground/sample-folder/b.txt +0 -0
- /package/static/{687c128 → bd3fe96}/playground/sample-folder/c.txt +0 -0
|
@@ -901,164 +901,91 @@ const compareDirent = (direntA, direntB) => {
|
|
|
901
901
|
return compareDirentType(direntA, direntB) || compareDirentName(direntA, direntB);
|
|
902
902
|
};
|
|
903
903
|
|
|
904
|
-
// TODO use posInSet and setSize properties to compute more effectively
|
|
905
|
-
const computeExplorerRenamedDirent = (dirents, index, newName) => {
|
|
906
|
-
let startIndex = index;
|
|
907
|
-
let innerEndIndex = index + 1;
|
|
908
|
-
let insertIndex = -1;
|
|
909
|
-
let posInSet = -1;
|
|
910
|
-
const oldDirent = dirents[index];
|
|
911
|
-
const newDirent = {
|
|
912
|
-
...oldDirent,
|
|
913
|
-
name: newName,
|
|
914
|
-
path: oldDirent.path.slice(0, -oldDirent.name.length) + newName,
|
|
915
|
-
icon: ''
|
|
916
|
-
};
|
|
917
|
-
const {
|
|
918
|
-
depth
|
|
919
|
-
} = newDirent;
|
|
920
|
-
// TODO
|
|
921
|
-
for (; startIndex >= 0; startIndex--) {
|
|
922
|
-
const dirent = dirents[startIndex];
|
|
923
|
-
if (dirent.depth > depth) {
|
|
924
|
-
continue;
|
|
925
|
-
}
|
|
926
|
-
if (dirent.depth < depth) {
|
|
927
|
-
break;
|
|
928
|
-
}
|
|
929
|
-
if (compareDirent(dirent, newDirent) === 1) {
|
|
930
|
-
insertIndex = startIndex;
|
|
931
|
-
posInSet = dirent.posInSet;
|
|
932
|
-
// dirent.posInSet++
|
|
933
|
-
}
|
|
934
|
-
}
|
|
935
|
-
startIndex++;
|
|
936
|
-
for (; innerEndIndex < dirents.length; innerEndIndex++) {
|
|
937
|
-
const dirent = dirents[innerEndIndex];
|
|
938
|
-
if (dirent.depth <= depth) {
|
|
939
|
-
break;
|
|
940
|
-
}
|
|
941
|
-
dirent.path = newDirent.path + dirent.path.slice(oldDirent.path.length);
|
|
942
|
-
}
|
|
943
|
-
innerEndIndex--;
|
|
944
|
-
let endIndex = innerEndIndex + 1;
|
|
945
|
-
for (; endIndex < dirents.length; endIndex++) {
|
|
946
|
-
const dirent = dirents[endIndex];
|
|
947
|
-
if (dirent.depth > depth) {
|
|
948
|
-
continue;
|
|
949
|
-
}
|
|
950
|
-
if (dirent.depth < depth) {
|
|
951
|
-
break;
|
|
952
|
-
}
|
|
953
|
-
if (insertIndex === -1 && compareDirent(dirent, newDirent) === -1) {
|
|
954
|
-
for (; endIndex < dirents.length; endIndex++) {
|
|
955
|
-
}
|
|
956
|
-
insertIndex = endIndex;
|
|
957
|
-
posInSet = dirent.posInSet + 1;
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
endIndex--;
|
|
961
|
-
for (let j = startIndex; j < index; j++) {
|
|
962
|
-
const dirent = dirents[j];
|
|
963
|
-
if (dirent.depth === depth) {
|
|
964
|
-
dirent.posInSet++;
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
for (let j = index; j < endIndex; j++) {
|
|
968
|
-
const dirent = dirents[j];
|
|
969
|
-
if (dirent.depth === depth) {
|
|
970
|
-
dirent.posInSet--;
|
|
971
|
-
}
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
// for (let j = startIndex; j < index; j++) {
|
|
975
|
-
// const dirent = dirents[j]
|
|
976
|
-
// dirent.posInSet++
|
|
977
|
-
// }
|
|
978
|
-
|
|
979
|
-
if (insertIndex === -1) {
|
|
980
|
-
insertIndex = index;
|
|
981
|
-
return {
|
|
982
|
-
focusedIndex: index,
|
|
983
|
-
newDirents: [...dirents.slice(0, index), newDirent, ...dirents.slice(index + 1)]
|
|
984
|
-
};
|
|
985
|
-
}
|
|
986
|
-
newDirent.posInSet = posInSet;
|
|
987
|
-
const newDirents = [...dirents];
|
|
988
|
-
if (index < insertIndex) {
|
|
989
|
-
insertIndex--;
|
|
990
|
-
}
|
|
991
|
-
newDirents.splice(index, 1);
|
|
992
|
-
newDirents.splice(insertIndex, 0, newDirent);
|
|
993
|
-
return {
|
|
994
|
-
newDirents,
|
|
995
|
-
focusedIndex: insertIndex
|
|
996
|
-
};
|
|
997
|
-
};
|
|
998
|
-
|
|
999
904
|
const None$5 = 0;
|
|
1000
905
|
const CreateFile = 1;
|
|
1001
906
|
const CreateFolder = 2;
|
|
1002
907
|
const Rename$1 = 3;
|
|
1003
908
|
|
|
1004
|
-
const
|
|
909
|
+
const emptyObject = {};
|
|
910
|
+
const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
|
|
911
|
+
const i18nString = (key, placeholders = emptyObject) => {
|
|
912
|
+
if (placeholders === emptyObject) {
|
|
913
|
+
return key;
|
|
914
|
+
}
|
|
915
|
+
const replacer = (match, rest) => {
|
|
916
|
+
return placeholders[rest];
|
|
917
|
+
};
|
|
918
|
+
return key.replaceAll(RE_PLACEHOLDER, replacer);
|
|
919
|
+
};
|
|
1005
920
|
|
|
1006
|
-
const
|
|
1007
|
-
const
|
|
1008
|
-
|
|
921
|
+
const CollapseAllFoldersInExplorer = 'Collapse All Folders in Explorer';
|
|
922
|
+
const Copy$1 = 'Copy';
|
|
923
|
+
const CopyPath = 'Copy Path';
|
|
924
|
+
const CopyRelativePath = 'Copy Relative Path';
|
|
925
|
+
const Cut$1 = 'Cut';
|
|
926
|
+
const Delete$1 = 'Delete';
|
|
927
|
+
const FileOrFolderNameMustBeProvider = 'A file or folder name must be provided.';
|
|
928
|
+
const FilesExplorer = 'Files Explorer';
|
|
929
|
+
const NewFile$1 = 'New File...';
|
|
930
|
+
const NewFolder$1 = 'New Folder...';
|
|
931
|
+
const OpenContainingFolder = 'Open Containing Folder';
|
|
932
|
+
const OpenFolder = 'Open folder';
|
|
933
|
+
const OpenInIntegratedTerminal = 'Open in integrated Terminal';
|
|
934
|
+
const Paste = 'Paste';
|
|
935
|
+
const RefreshExplorer = 'Refresh Explorer';
|
|
936
|
+
const Rename = 'Rename';
|
|
937
|
+
const YouHaveNotYetOpenedAFolder = 'You have not yet opened a folder';
|
|
938
|
+
|
|
939
|
+
const newFile$1 = () => {
|
|
940
|
+
return i18nString(NewFile$1);
|
|
1009
941
|
};
|
|
1010
|
-
const
|
|
1011
|
-
return
|
|
942
|
+
const newFolder$1 = () => {
|
|
943
|
+
return i18nString(NewFolder$1);
|
|
1012
944
|
};
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
const rpc = get$1(RendererWorker);
|
|
1016
|
-
return rpc.invoke(method, ...params);
|
|
945
|
+
const openContainingFolder$1 = () => {
|
|
946
|
+
return i18nString(OpenContainingFolder);
|
|
1017
947
|
};
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
return invoke('FileSystem.remove', dirent);
|
|
948
|
+
const openInIntegratedTerminal = () => {
|
|
949
|
+
return i18nString(OpenInIntegratedTerminal);
|
|
1021
950
|
};
|
|
1022
|
-
const
|
|
1023
|
-
return
|
|
951
|
+
const cut = () => {
|
|
952
|
+
return i18nString(Cut$1);
|
|
1024
953
|
};
|
|
1025
|
-
const
|
|
1026
|
-
return
|
|
954
|
+
const copy$1 = () => {
|
|
955
|
+
return i18nString(Copy$1);
|
|
1027
956
|
};
|
|
1028
|
-
const
|
|
1029
|
-
return
|
|
957
|
+
const paste = () => {
|
|
958
|
+
return i18nString(Paste);
|
|
1030
959
|
};
|
|
1031
|
-
const
|
|
1032
|
-
return
|
|
960
|
+
const copyPath$1 = () => {
|
|
961
|
+
return i18nString(CopyPath);
|
|
1033
962
|
};
|
|
1034
|
-
const
|
|
1035
|
-
return
|
|
963
|
+
const copyRelativePath$1 = () => {
|
|
964
|
+
return i18nString(CopyRelativePath);
|
|
1036
965
|
};
|
|
1037
|
-
const
|
|
1038
|
-
return
|
|
966
|
+
const rename$1 = () => {
|
|
967
|
+
return i18nString(Rename);
|
|
1039
968
|
};
|
|
1040
|
-
const
|
|
1041
|
-
return
|
|
969
|
+
const deleteItem = () => {
|
|
970
|
+
return i18nString(Delete$1);
|
|
1042
971
|
};
|
|
1043
|
-
const
|
|
1044
|
-
return
|
|
972
|
+
const refresh$1 = () => {
|
|
973
|
+
return i18nString(RefreshExplorer);
|
|
1045
974
|
};
|
|
1046
|
-
const
|
|
1047
|
-
return
|
|
975
|
+
const collapseAll$1 = () => {
|
|
976
|
+
return i18nString(CollapseAllFoldersInExplorer);
|
|
1048
977
|
};
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
const index = path.lastIndexOf(pathSeparator);
|
|
1052
|
-
if (index === -1) {
|
|
1053
|
-
return path;
|
|
1054
|
-
}
|
|
1055
|
-
return path.slice(0, index);
|
|
978
|
+
const filesExplorer = () => {
|
|
979
|
+
return i18nString(FilesExplorer);
|
|
1056
980
|
};
|
|
1057
|
-
const
|
|
1058
|
-
return
|
|
981
|
+
const youHaveNotYetOpenedAFolder = () => {
|
|
982
|
+
return i18nString(YouHaveNotYetOpenedAFolder);
|
|
1059
983
|
};
|
|
1060
|
-
const
|
|
1061
|
-
return
|
|
984
|
+
const openFolder$1 = () => {
|
|
985
|
+
return i18nString(OpenFolder);
|
|
986
|
+
};
|
|
987
|
+
const fileOrFolderNameMustBeProvided = () => {
|
|
988
|
+
return i18nString(FileOrFolderNameMustBeProvider);
|
|
1062
989
|
};
|
|
1063
990
|
|
|
1064
991
|
const getParentFolder = (dirents, index, root) => {
|
|
@@ -1077,14 +1004,19 @@ const acceptCreate = async (state, newDirentType, createFn) => {
|
|
|
1077
1004
|
// TODO show error message that file name must not be empty
|
|
1078
1005
|
// below input box
|
|
1079
1006
|
// await ErrorHandling.showErrorDialog(new Error('file name must not be empty'))
|
|
1080
|
-
|
|
1007
|
+
const editingErrorMessage = fileOrFolderNameMustBeProvided();
|
|
1008
|
+
return {
|
|
1009
|
+
...state,
|
|
1010
|
+
editingErrorMessage
|
|
1011
|
+
};
|
|
1081
1012
|
}
|
|
1082
1013
|
const parentFolder = getParentFolder(state.items, focusedIndex, state.root);
|
|
1083
1014
|
const absolutePath = [parentFolder, newFileName].join(state.pathSeparator);
|
|
1084
1015
|
// TODO better handle error
|
|
1085
1016
|
try {
|
|
1086
1017
|
await createFn(absolutePath);
|
|
1087
|
-
} catch {
|
|
1018
|
+
} catch (error) {
|
|
1019
|
+
console.error(new VError(error, `Failed to create file`));
|
|
1088
1020
|
// TODO display error
|
|
1089
1021
|
return state;
|
|
1090
1022
|
}
|
|
@@ -1133,21 +1065,186 @@ const acceptCreate = async (state, newDirentType, createFn) => {
|
|
|
1133
1065
|
// @ts-ignore
|
|
1134
1066
|
dirent.posInSet += deltaPosInSet;
|
|
1135
1067
|
}
|
|
1136
|
-
newDirent.setSize = setSize;
|
|
1068
|
+
newDirent.setSize = setSize;
|
|
1069
|
+
newDirent.posInSet = posInSet;
|
|
1070
|
+
// @ts-ignore
|
|
1071
|
+
items.splice(insertIndex + 1, 0, newDirent);
|
|
1072
|
+
const newDirents = [...items];
|
|
1073
|
+
const newMaxlineY = Math.max(state.maxLineY, newDirents.length);
|
|
1074
|
+
return {
|
|
1075
|
+
...state,
|
|
1076
|
+
items: newDirents,
|
|
1077
|
+
editingIndex: -1,
|
|
1078
|
+
focusedIndex: insertIndex + 1,
|
|
1079
|
+
editingType: None$5,
|
|
1080
|
+
maxLineY: newMaxlineY
|
|
1081
|
+
};
|
|
1082
|
+
};
|
|
1083
|
+
|
|
1084
|
+
const RendererWorker = 1;
|
|
1085
|
+
|
|
1086
|
+
const rpcs = Object.create(null);
|
|
1087
|
+
const set$1 = (id, rpc) => {
|
|
1088
|
+
rpcs[id] = rpc;
|
|
1089
|
+
};
|
|
1090
|
+
const get$1 = id => {
|
|
1091
|
+
return rpcs[id];
|
|
1092
|
+
};
|
|
1093
|
+
|
|
1094
|
+
const invoke = (method, ...params) => {
|
|
1095
|
+
const rpc = get$1(RendererWorker);
|
|
1096
|
+
// @ts-ignore
|
|
1097
|
+
return rpc.invoke(method, ...params);
|
|
1098
|
+
};
|
|
1099
|
+
|
|
1100
|
+
const remove = async dirent => {
|
|
1101
|
+
return invoke('FileSystem.remove', dirent);
|
|
1102
|
+
};
|
|
1103
|
+
const readDirWithFileTypes = async uri => {
|
|
1104
|
+
return invoke('FileSystem.readDirWithFileTypes', uri);
|
|
1105
|
+
};
|
|
1106
|
+
const getPathSeparator$1 = async root => {
|
|
1107
|
+
return invoke('FileSystem.getPathSeparator', root);
|
|
1108
|
+
};
|
|
1109
|
+
const getRealPath = async path => {
|
|
1110
|
+
return invoke('FileSystem.getRealPath', path);
|
|
1111
|
+
};
|
|
1112
|
+
const stat = async dirent => {
|
|
1113
|
+
return invoke('FileSystem.stat', dirent);
|
|
1114
|
+
};
|
|
1115
|
+
const createFile = async uri => {
|
|
1116
|
+
return invoke('FileSystem.writeFile', uri, '');
|
|
1117
|
+
};
|
|
1118
|
+
const writeFile = async (uri, content) => {
|
|
1119
|
+
return invoke('FileSystem.writeFile', uri, content);
|
|
1120
|
+
};
|
|
1121
|
+
const mkdir = async uri => {
|
|
1122
|
+
return invoke('FileSystem.mkdir', uri);
|
|
1123
|
+
};
|
|
1124
|
+
const rename = async (oldUri, newUri) => {
|
|
1125
|
+
return invoke('FileSystem.rename', oldUri, newUri);
|
|
1126
|
+
};
|
|
1127
|
+
const copy = async (oldUri, newUri) => {
|
|
1128
|
+
return invoke('FileSystem.copy', oldUri, newUri);
|
|
1129
|
+
};
|
|
1130
|
+
|
|
1131
|
+
const acceptCreateFile = async state => {
|
|
1132
|
+
return acceptCreate(state, File, createFile);
|
|
1133
|
+
};
|
|
1134
|
+
|
|
1135
|
+
const acceptCreateFolder = async state => {
|
|
1136
|
+
return acceptCreate(state, Directory, mkdir);
|
|
1137
|
+
};
|
|
1138
|
+
|
|
1139
|
+
// TODO use posInSet and setSize properties to compute more effectively
|
|
1140
|
+
const computeExplorerRenamedDirent = (dirents, index, newName) => {
|
|
1141
|
+
let startIndex = index;
|
|
1142
|
+
let innerEndIndex = index + 1;
|
|
1143
|
+
let insertIndex = -1;
|
|
1144
|
+
let posInSet = -1;
|
|
1145
|
+
const oldDirent = dirents[index];
|
|
1146
|
+
const newDirent = {
|
|
1147
|
+
...oldDirent,
|
|
1148
|
+
name: newName,
|
|
1149
|
+
path: oldDirent.path.slice(0, -oldDirent.name.length) + newName,
|
|
1150
|
+
icon: ''
|
|
1151
|
+
};
|
|
1152
|
+
const {
|
|
1153
|
+
depth
|
|
1154
|
+
} = newDirent;
|
|
1155
|
+
// TODO
|
|
1156
|
+
for (; startIndex >= 0; startIndex--) {
|
|
1157
|
+
const dirent = dirents[startIndex];
|
|
1158
|
+
if (dirent.depth > depth) {
|
|
1159
|
+
continue;
|
|
1160
|
+
}
|
|
1161
|
+
if (dirent.depth < depth) {
|
|
1162
|
+
break;
|
|
1163
|
+
}
|
|
1164
|
+
if (compareDirent(dirent, newDirent) === 1) {
|
|
1165
|
+
insertIndex = startIndex;
|
|
1166
|
+
posInSet = dirent.posInSet;
|
|
1167
|
+
// dirent.posInSet++
|
|
1168
|
+
}
|
|
1169
|
+
}
|
|
1170
|
+
startIndex++;
|
|
1171
|
+
for (; innerEndIndex < dirents.length; innerEndIndex++) {
|
|
1172
|
+
const dirent = dirents[innerEndIndex];
|
|
1173
|
+
if (dirent.depth <= depth) {
|
|
1174
|
+
break;
|
|
1175
|
+
}
|
|
1176
|
+
dirent.path = newDirent.path + dirent.path.slice(oldDirent.path.length);
|
|
1177
|
+
}
|
|
1178
|
+
innerEndIndex--;
|
|
1179
|
+
let endIndex = innerEndIndex + 1;
|
|
1180
|
+
for (; endIndex < dirents.length; endIndex++) {
|
|
1181
|
+
const dirent = dirents[endIndex];
|
|
1182
|
+
if (dirent.depth > depth) {
|
|
1183
|
+
continue;
|
|
1184
|
+
}
|
|
1185
|
+
if (dirent.depth < depth) {
|
|
1186
|
+
break;
|
|
1187
|
+
}
|
|
1188
|
+
if (insertIndex === -1 && compareDirent(dirent, newDirent) === -1) {
|
|
1189
|
+
for (; endIndex < dirents.length; endIndex++) {
|
|
1190
|
+
}
|
|
1191
|
+
insertIndex = endIndex;
|
|
1192
|
+
posInSet = dirent.posInSet + 1;
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
endIndex--;
|
|
1196
|
+
for (let j = startIndex; j < index; j++) {
|
|
1197
|
+
const dirent = dirents[j];
|
|
1198
|
+
if (dirent.depth === depth) {
|
|
1199
|
+
dirent.posInSet++;
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
1202
|
+
for (let j = index; j < endIndex; j++) {
|
|
1203
|
+
const dirent = dirents[j];
|
|
1204
|
+
if (dirent.depth === depth) {
|
|
1205
|
+
dirent.posInSet--;
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
// for (let j = startIndex; j < index; j++) {
|
|
1210
|
+
// const dirent = dirents[j]
|
|
1211
|
+
// dirent.posInSet++
|
|
1212
|
+
// }
|
|
1213
|
+
|
|
1214
|
+
if (insertIndex === -1) {
|
|
1215
|
+
insertIndex = index;
|
|
1216
|
+
return {
|
|
1217
|
+
focusedIndex: index,
|
|
1218
|
+
newDirents: [...dirents.slice(0, index), newDirent, ...dirents.slice(index + 1)]
|
|
1219
|
+
};
|
|
1220
|
+
}
|
|
1137
1221
|
newDirent.posInSet = posInSet;
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1222
|
+
const newDirents = [...dirents];
|
|
1223
|
+
if (index < insertIndex) {
|
|
1224
|
+
insertIndex--;
|
|
1225
|
+
}
|
|
1226
|
+
newDirents.splice(index, 1);
|
|
1227
|
+
newDirents.splice(insertIndex, 0, newDirent);
|
|
1142
1228
|
return {
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
editingIndex: -1,
|
|
1146
|
-
focusedIndex: insertIndex + 1,
|
|
1147
|
-
editingType: None$5,
|
|
1148
|
-
maxLineY: newMaxlineY
|
|
1229
|
+
newDirents,
|
|
1230
|
+
focusedIndex: insertIndex
|
|
1149
1231
|
};
|
|
1150
1232
|
};
|
|
1233
|
+
|
|
1234
|
+
const dirname = (pathSeparator, path) => {
|
|
1235
|
+
const index = path.lastIndexOf(pathSeparator);
|
|
1236
|
+
if (index === -1) {
|
|
1237
|
+
return path;
|
|
1238
|
+
}
|
|
1239
|
+
return path.slice(0, index);
|
|
1240
|
+
};
|
|
1241
|
+
const join = (pathSeparator, ...parts) => {
|
|
1242
|
+
return parts.join(pathSeparator);
|
|
1243
|
+
};
|
|
1244
|
+
const getBaseName = (pathSeparator, path) => {
|
|
1245
|
+
return path.slice(path.lastIndexOf(pathSeparator) + 1);
|
|
1246
|
+
};
|
|
1247
|
+
|
|
1151
1248
|
const acceptRename = async state => {
|
|
1152
1249
|
const {
|
|
1153
1250
|
editingIndex,
|
|
@@ -1161,7 +1258,7 @@ const acceptRename = async state => {
|
|
|
1161
1258
|
const oldAbsolutePath = renamedDirent.path;
|
|
1162
1259
|
const oldParentPath = dirname(pathSeparator, oldAbsolutePath);
|
|
1163
1260
|
const newAbsolutePath = [oldParentPath, editingValue].join(pathSeparator);
|
|
1164
|
-
await rename
|
|
1261
|
+
await rename(oldAbsolutePath, newAbsolutePath);
|
|
1165
1262
|
} catch {
|
|
1166
1263
|
// TODO
|
|
1167
1264
|
// await ErrorHandling.showErrorDialog(error)
|
|
@@ -1184,15 +1281,16 @@ const acceptRename = async state => {
|
|
|
1184
1281
|
focused: true
|
|
1185
1282
|
};
|
|
1186
1283
|
};
|
|
1284
|
+
|
|
1187
1285
|
const acceptEdit = async state => {
|
|
1188
1286
|
const {
|
|
1189
1287
|
editingType
|
|
1190
1288
|
} = state;
|
|
1191
1289
|
switch (editingType) {
|
|
1192
1290
|
case CreateFile:
|
|
1193
|
-
return
|
|
1291
|
+
return acceptCreateFile(state);
|
|
1194
1292
|
case CreateFolder:
|
|
1195
|
-
return
|
|
1293
|
+
return acceptCreateFolder(state);
|
|
1196
1294
|
case Rename$1:
|
|
1197
1295
|
return acceptRename(state);
|
|
1198
1296
|
default:
|
|
@@ -1228,7 +1326,7 @@ const toCollapsedDirent = dirent => {
|
|
|
1228
1326
|
return dirent;
|
|
1229
1327
|
};
|
|
1230
1328
|
|
|
1231
|
-
const collapseAll
|
|
1329
|
+
const collapseAll = state => {
|
|
1232
1330
|
const {
|
|
1233
1331
|
items
|
|
1234
1332
|
} = state;
|
|
@@ -1249,7 +1347,7 @@ const getFocusedDirent$1 = state => {
|
|
|
1249
1347
|
return dirent;
|
|
1250
1348
|
};
|
|
1251
1349
|
|
|
1252
|
-
const copyPath
|
|
1350
|
+
const copyPath = async state => {
|
|
1253
1351
|
// await Command.execute(RendererWorkerCommandType.ClipBoardWriteText, /* text */ path)
|
|
1254
1352
|
return state;
|
|
1255
1353
|
};
|
|
@@ -1264,7 +1362,7 @@ const writeNativeFiles = async (type, files) => {
|
|
|
1264
1362
|
return invoke('ClipBoard.writeNativeFiles', type, files);
|
|
1265
1363
|
};
|
|
1266
1364
|
|
|
1267
|
-
const copyRelativePath
|
|
1365
|
+
const copyRelativePath = async state => {
|
|
1268
1366
|
const dirent = getFocusedDirent$1(state);
|
|
1269
1367
|
const relativePath = dirent.path.slice(1);
|
|
1270
1368
|
// TODO handle error
|
|
@@ -1316,7 +1414,9 @@ const create2 = (uid, uri, x, y, width, height, args, parentUid, platform = 0) =
|
|
|
1316
1414
|
fileIconCache: Object.create(null),
|
|
1317
1415
|
useChevrons: false,
|
|
1318
1416
|
icons: [],
|
|
1319
|
-
platform
|
|
1417
|
+
platform,
|
|
1418
|
+
focus: 0,
|
|
1419
|
+
editingErrorMessage: ''
|
|
1320
1420
|
};
|
|
1321
1421
|
set(uid, state, state);
|
|
1322
1422
|
};
|
|
@@ -1350,7 +1450,9 @@ const create = (id, uri, x, y, width, height, args, parentUid, platform = 0) =>
|
|
|
1350
1450
|
fileIconCache: Object.create(null),
|
|
1351
1451
|
useChevrons: false,
|
|
1352
1452
|
icons: [],
|
|
1353
|
-
platform
|
|
1453
|
+
platform,
|
|
1454
|
+
focus: 0,
|
|
1455
|
+
editingErrorMessage: ''
|
|
1354
1456
|
};
|
|
1355
1457
|
set(state.uid, state, state);
|
|
1356
1458
|
return state;
|
|
@@ -1373,7 +1475,7 @@ const DiffEditingIndex = {
|
|
|
1373
1475
|
|
|
1374
1476
|
const diffType$1 = RenderFocus;
|
|
1375
1477
|
const isEqual$2 = (oldState, newState) => {
|
|
1376
|
-
return oldState.focused === newState.focused;
|
|
1478
|
+
return oldState.focused === newState.focused && oldState.focus === newState.focus;
|
|
1377
1479
|
};
|
|
1378
1480
|
|
|
1379
1481
|
const DiffFocus = {
|
|
@@ -1384,7 +1486,7 @@ const DiffFocus = {
|
|
|
1384
1486
|
|
|
1385
1487
|
const diffType = RenderItems;
|
|
1386
1488
|
const isEqual$1 = (oldState, newState) => {
|
|
1387
|
-
return oldState.items === newState.items && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.focusedIndex === newState.focusedIndex && oldState.editingIndex === newState.editingIndex && oldState.editingType === newState.editingType && oldState.editingValue === newState.editingValue && oldState.width === newState.width && oldState.focused === newState.focused && oldState.dropTargets === newState.dropTargets;
|
|
1489
|
+
return oldState.items === newState.items && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.focusedIndex === newState.focusedIndex && oldState.editingIndex === newState.editingIndex && oldState.editingType === newState.editingType && oldState.editingValue === newState.editingValue && oldState.editingErrorMessage === newState.editingErrorMessage && oldState.width === newState.width && oldState.focused === newState.focused && oldState.dropTargets === newState.dropTargets;
|
|
1388
1490
|
};
|
|
1389
1491
|
|
|
1390
1492
|
const DiffItems = {
|
|
@@ -1795,6 +1897,13 @@ const focusFirst = state => {
|
|
|
1795
1897
|
const lastIndex = array => {
|
|
1796
1898
|
return array.length - 1;
|
|
1797
1899
|
};
|
|
1900
|
+
const fromAsync = async asyncIterable => {
|
|
1901
|
+
const children = [];
|
|
1902
|
+
for await (const value of asyncIterable) {
|
|
1903
|
+
children.push(value);
|
|
1904
|
+
}
|
|
1905
|
+
return children;
|
|
1906
|
+
};
|
|
1798
1907
|
|
|
1799
1908
|
const focusLast = state => {
|
|
1800
1909
|
const {
|
|
@@ -1837,7 +1946,7 @@ const focusPrevious = state => {
|
|
|
1837
1946
|
}
|
|
1838
1947
|
};
|
|
1839
1948
|
|
|
1840
|
-
const commandIds = ['acceptEdit', 'cancelEdit', 'collapseAll', 'copyPath', 'copyRelativePath', 'expandAll', 'expandRecursively', 'focus', 'focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusNone', 'focusPrevious', 'getFocusedDirent', 'handleArrowLeft', 'handleArrowLeft', 'handleArrowRight', 'handleArrowRight', 'handleBlur', 'handleClick', 'handleClickAt', 'handleClickCurrent', 'handleClickCurrentButKeepFocus', 'handleClickOpenFolder', 'handleContextMenu', 'handleCopy', 'handleDragOver', 'handleDrop', 'handleFocus', 'handleIconThemeChange', 'handleLanguagesChanged', 'handleMouseEnter', 'handleMouseLeave', 'handlePaste', 'handlePointerDown', 'handleUpload', 'handleWheel', 'handleWorkspaceChange', 'hotReload', 'newFile', 'newFolder', 'openContainingFolder', 'refresh', 'refresh', '
|
|
1949
|
+
const commandIds = ['getMenuEntries2', 'acceptEdit', 'cancelEdit', 'collapseAll', 'copyPath', 'copyRelativePath', 'expandAll', 'expandRecursively', 'focus', 'focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusNone', 'focusPrevious', 'getFocusedDirent', 'handleArrowLeft', 'handleArrowLeft', 'handleArrowRight', 'handleArrowRight', 'handleBlur', 'handleClick', 'handleClickAt', 'handleClickCurrent', 'handleClickCurrentButKeepFocus', 'handleClickOpenFolder', 'handleContextMenu', 'handleContextMenuKeyboard', 'handleCopy', 'handleDragLeave', 'handleDragOver', 'handleDrop', 'handleFocus', 'handleIconThemeChange', 'handleLanguagesChanged', 'handleMouseEnter', 'handleMouseLeave', 'handlePaste', 'handlePointerDown', 'handleUpload', 'handleWheel', 'handleWorkspaceChange', 'hotReload', 'newFile', 'newFolder', 'openContainingFolder', 'refresh', 'refresh', 'removeDirent', 'rename', 'renameDirent', 'renderEventListeners', 'revealItem', 'revealItem', 'scrollDown', 'scrollUp', 'setDeltaY', 'updateEditingValue', 'updateIcons'];
|
|
1841
1950
|
|
|
1842
1951
|
const getCommandIds = () => {
|
|
1843
1952
|
return commandIds;
|
|
@@ -1852,7 +1961,7 @@ const LeftArrow = 13;
|
|
|
1852
1961
|
const UpArrow = 14;
|
|
1853
1962
|
const RightArrow = 15;
|
|
1854
1963
|
const DownArrow = 16;
|
|
1855
|
-
const Delete
|
|
1964
|
+
const Delete = 18;
|
|
1856
1965
|
const KeyC = 31;
|
|
1857
1966
|
const KeyV = 50;
|
|
1858
1967
|
const F2 = 58;
|
|
@@ -1922,7 +2031,7 @@ const getKeyBindings = () => {
|
|
|
1922
2031
|
command: 'Explorer.acceptEdit',
|
|
1923
2032
|
when: FocusExplorerEditBox
|
|
1924
2033
|
}, {
|
|
1925
|
-
key: Delete
|
|
2034
|
+
key: Delete,
|
|
1926
2035
|
command: 'Explorer.removeDirent',
|
|
1927
2036
|
when: FocusExplorer
|
|
1928
2037
|
}, {
|
|
@@ -1940,84 +2049,6 @@ const getKeyBindings = () => {
|
|
|
1940
2049
|
}];
|
|
1941
2050
|
};
|
|
1942
2051
|
|
|
1943
|
-
const emptyObject = {};
|
|
1944
|
-
const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
|
|
1945
|
-
const i18nString = (key, placeholders = emptyObject) => {
|
|
1946
|
-
if (placeholders === emptyObject) {
|
|
1947
|
-
return key;
|
|
1948
|
-
}
|
|
1949
|
-
const replacer = (match, rest) => {
|
|
1950
|
-
return placeholders[rest];
|
|
1951
|
-
};
|
|
1952
|
-
return key.replaceAll(RE_PLACEHOLDER, replacer);
|
|
1953
|
-
};
|
|
1954
|
-
|
|
1955
|
-
const NewFile$1 = 'New File...';
|
|
1956
|
-
const NewFolder$1 = 'New Folder...';
|
|
1957
|
-
const OpenContainingFolder = 'Open Containing Folder';
|
|
1958
|
-
const OpenInIntegratedTerminal = 'Open in integrated Terminal';
|
|
1959
|
-
const Cut$1 = 'Cut';
|
|
1960
|
-
const Copy$1 = 'Copy';
|
|
1961
|
-
const Paste = 'Paste';
|
|
1962
|
-
const CopyPath = 'Copy Path';
|
|
1963
|
-
const CopyRelativePath = 'Copy Relative Path';
|
|
1964
|
-
const Rename = 'Rename';
|
|
1965
|
-
const Delete = 'Delete';
|
|
1966
|
-
const RefreshExplorer = 'Refresh Explorer';
|
|
1967
|
-
const CollapseAllFoldersInExplorer = 'Collapse All Folders in Explorer';
|
|
1968
|
-
const FilesExplorer = 'Files Explorer';
|
|
1969
|
-
const YouHaveNotYetOpenedAFolder = 'You have not yet opened a folder';
|
|
1970
|
-
const OpenFolder = 'Open folder';
|
|
1971
|
-
|
|
1972
|
-
const newFile$1 = () => {
|
|
1973
|
-
return i18nString(NewFile$1);
|
|
1974
|
-
};
|
|
1975
|
-
const newFolder$1 = () => {
|
|
1976
|
-
return i18nString(NewFolder$1);
|
|
1977
|
-
};
|
|
1978
|
-
const openContainingFolder$1 = () => {
|
|
1979
|
-
return i18nString(OpenContainingFolder);
|
|
1980
|
-
};
|
|
1981
|
-
const openInIntegratedTerminal = () => {
|
|
1982
|
-
return i18nString(OpenInIntegratedTerminal);
|
|
1983
|
-
};
|
|
1984
|
-
const cut = () => {
|
|
1985
|
-
return i18nString(Cut$1);
|
|
1986
|
-
};
|
|
1987
|
-
const copy = () => {
|
|
1988
|
-
return i18nString(Copy$1);
|
|
1989
|
-
};
|
|
1990
|
-
const paste = () => {
|
|
1991
|
-
return i18nString(Paste);
|
|
1992
|
-
};
|
|
1993
|
-
const copyPath = () => {
|
|
1994
|
-
return i18nString(CopyPath);
|
|
1995
|
-
};
|
|
1996
|
-
const copyRelativePath = () => {
|
|
1997
|
-
return i18nString(CopyRelativePath);
|
|
1998
|
-
};
|
|
1999
|
-
const rename = () => {
|
|
2000
|
-
return i18nString(Rename);
|
|
2001
|
-
};
|
|
2002
|
-
const deleteItem = () => {
|
|
2003
|
-
return i18nString(Delete);
|
|
2004
|
-
};
|
|
2005
|
-
const refresh = () => {
|
|
2006
|
-
return i18nString(RefreshExplorer);
|
|
2007
|
-
};
|
|
2008
|
-
const collapseAll = () => {
|
|
2009
|
-
return i18nString(CollapseAllFoldersInExplorer);
|
|
2010
|
-
};
|
|
2011
|
-
const filesExplorer = () => {
|
|
2012
|
-
return i18nString(FilesExplorer);
|
|
2013
|
-
};
|
|
2014
|
-
const youHaveNotYetOpenedAFolder = () => {
|
|
2015
|
-
return i18nString(YouHaveNotYetOpenedAFolder);
|
|
2016
|
-
};
|
|
2017
|
-
const openFolder$1 = () => {
|
|
2018
|
-
return i18nString(OpenFolder);
|
|
2019
|
-
};
|
|
2020
|
-
|
|
2021
2052
|
const Separator = 1;
|
|
2022
2053
|
const None$4 = 0;
|
|
2023
2054
|
const RestoreFocus = 6;
|
|
@@ -2061,7 +2092,7 @@ const menuEntryCut = {
|
|
|
2061
2092
|
};
|
|
2062
2093
|
const menuEntryCopy = {
|
|
2063
2094
|
id: 'copy',
|
|
2064
|
-
label: copy(),
|
|
2095
|
+
label: copy$1(),
|
|
2065
2096
|
flags: RestoreFocus,
|
|
2066
2097
|
command: 'Explorer.handleCopy'
|
|
2067
2098
|
};
|
|
@@ -2073,19 +2104,19 @@ const menuEntryPaste = {
|
|
|
2073
2104
|
};
|
|
2074
2105
|
const menuEntryCopyPath = {
|
|
2075
2106
|
id: 'copyPath',
|
|
2076
|
-
label: copyPath(),
|
|
2107
|
+
label: copyPath$1(),
|
|
2077
2108
|
flags: RestoreFocus,
|
|
2078
2109
|
command: 'Explorer.copyPath'
|
|
2079
2110
|
};
|
|
2080
2111
|
const menuEntryCopyRelativePath = {
|
|
2081
2112
|
id: 'copyRelativePath',
|
|
2082
|
-
label: copyRelativePath(),
|
|
2113
|
+
label: copyRelativePath$1(),
|
|
2083
2114
|
flags: RestoreFocus,
|
|
2084
2115
|
command: 'Explorer.copyRelativePath'
|
|
2085
2116
|
};
|
|
2086
2117
|
const menuEntryRename = {
|
|
2087
2118
|
id: 'rename',
|
|
2088
|
-
label: rename(),
|
|
2119
|
+
label: rename$1(),
|
|
2089
2120
|
flags: None$4,
|
|
2090
2121
|
command: 'Explorer.renameDirent'
|
|
2091
2122
|
};
|
|
@@ -2133,6 +2164,13 @@ const getMenuEntries = state => {
|
|
|
2133
2164
|
}
|
|
2134
2165
|
};
|
|
2135
2166
|
|
|
2167
|
+
const getMenuEntries2 = uid => {
|
|
2168
|
+
const {
|
|
2169
|
+
newState
|
|
2170
|
+
} = get(uid);
|
|
2171
|
+
return getMenuEntries(newState);
|
|
2172
|
+
};
|
|
2173
|
+
|
|
2136
2174
|
const getParentStartIndex = (dirents, index) => {
|
|
2137
2175
|
const dirent = dirents[index];
|
|
2138
2176
|
let startIndex = index - 1;
|
|
@@ -2241,6 +2279,10 @@ const handleArrowRightDirectoryExpanded = (state, dirent) => {
|
|
|
2241
2279
|
return state;
|
|
2242
2280
|
};
|
|
2243
2281
|
|
|
2282
|
+
const setFocus = key => {
|
|
2283
|
+
return invoke('Focus.setFocus', key);
|
|
2284
|
+
};
|
|
2285
|
+
|
|
2244
2286
|
const handleClickDirectory = async (state, dirent, index, keepFocus) => {
|
|
2245
2287
|
// @ts-ignore
|
|
2246
2288
|
dirent.type = DirectoryExpanding;
|
|
@@ -2274,6 +2316,7 @@ const handleClickDirectory = async (state, dirent, index, keepFocus) => {
|
|
|
2274
2316
|
icons,
|
|
2275
2317
|
newFileIconCache
|
|
2276
2318
|
} = await getFileIcons(parts, state.fileIconCache);
|
|
2319
|
+
await setFocus(FocusExplorer);
|
|
2277
2320
|
return {
|
|
2278
2321
|
...state,
|
|
2279
2322
|
items: newDirents,
|
|
@@ -2478,6 +2521,10 @@ const handleClickAt = (state, button, x, y) => {
|
|
|
2478
2521
|
return handleClick(state, index);
|
|
2479
2522
|
};
|
|
2480
2523
|
|
|
2524
|
+
const handleClickCurrent = state => {
|
|
2525
|
+
return handleClick(state, state.focusedIndex - state.minLineY, /* keepFocus */false);
|
|
2526
|
+
};
|
|
2527
|
+
|
|
2481
2528
|
const handleClickCurrentButKeepFocus = state => {
|
|
2482
2529
|
return handleClick(state, state.focusedIndex - state.minLineY, /* keepFocus */true);
|
|
2483
2530
|
};
|
|
@@ -2543,7 +2590,7 @@ const handleCopy = async state => {
|
|
|
2543
2590
|
// TODO if not file is selected, what happens?
|
|
2544
2591
|
const dirent = getFocusedDirent$1(state);
|
|
2545
2592
|
if (!dirent) {
|
|
2546
|
-
console.
|
|
2593
|
+
console.error('[ViewletExplorer/handleCopy] no dirent selected');
|
|
2547
2594
|
return state;
|
|
2548
2595
|
}
|
|
2549
2596
|
const absolutePath = dirent.path;
|
|
@@ -2553,6 +2600,18 @@ const handleCopy = async state => {
|
|
|
2553
2600
|
return state;
|
|
2554
2601
|
};
|
|
2555
2602
|
|
|
2603
|
+
const handleDragLeave = state => {
|
|
2604
|
+
return state;
|
|
2605
|
+
// const { dropTargets } = state
|
|
2606
|
+
// if (dropTargets.length === 0) {
|
|
2607
|
+
// return state
|
|
2608
|
+
// }
|
|
2609
|
+
// return {
|
|
2610
|
+
// ...state,
|
|
2611
|
+
// dropTargets: [],
|
|
2612
|
+
// }
|
|
2613
|
+
};
|
|
2614
|
+
|
|
2556
2615
|
const canBeDroppedInto = dirent => {
|
|
2557
2616
|
if (!dirent) {
|
|
2558
2617
|
return false;
|
|
@@ -2616,11 +2675,130 @@ const handleDragOver = (state, x, y) => {
|
|
|
2616
2675
|
};
|
|
2617
2676
|
};
|
|
2618
2677
|
|
|
2619
|
-
const
|
|
2620
|
-
|
|
2678
|
+
const getTopLevelDirents = (root, pathSeparator, excluded) => {
|
|
2679
|
+
if (!root) {
|
|
2680
|
+
return [];
|
|
2681
|
+
}
|
|
2682
|
+
return getChildDirents(pathSeparator, {
|
|
2683
|
+
depth: 0,
|
|
2684
|
+
path: root,
|
|
2685
|
+
type: Directory
|
|
2686
|
+
}, excluded);
|
|
2621
2687
|
};
|
|
2622
2688
|
|
|
2623
2689
|
const mergeDirents$2 = (oldDirents, newDirents) => {
|
|
2690
|
+
const merged = [];
|
|
2691
|
+
for (const newDirent of newDirents) {
|
|
2692
|
+
merged.push(newDirent);
|
|
2693
|
+
}
|
|
2694
|
+
return merged;
|
|
2695
|
+
};
|
|
2696
|
+
|
|
2697
|
+
// TODO add lots of tests for this
|
|
2698
|
+
const refresh = async state1 => {
|
|
2699
|
+
const topLevelDirents = await getTopLevelDirents(state1.root, state1.pathSeparator, []);
|
|
2700
|
+
const newDirents = mergeDirents$2(state1.items, topLevelDirents);
|
|
2701
|
+
const state3 = {
|
|
2702
|
+
...state1,
|
|
2703
|
+
items: newDirents
|
|
2704
|
+
};
|
|
2705
|
+
return state3;
|
|
2706
|
+
};
|
|
2707
|
+
|
|
2708
|
+
const applyOperation = operation => {
|
|
2709
|
+
if (operation.type === 'createFolder') {
|
|
2710
|
+
return mkdir(operation.path);
|
|
2711
|
+
}
|
|
2712
|
+
if (operation.type === 'copy') {
|
|
2713
|
+
return copy(operation.from || '', operation.path);
|
|
2714
|
+
}
|
|
2715
|
+
return writeFile(operation.path, operation.text);
|
|
2716
|
+
};
|
|
2717
|
+
const applyFileOperations = async operations => {
|
|
2718
|
+
// TODO run operations in parallel if possible
|
|
2719
|
+
for (const operation of operations) {
|
|
2720
|
+
await applyOperation(operation);
|
|
2721
|
+
}
|
|
2722
|
+
};
|
|
2723
|
+
|
|
2724
|
+
const getChildHandles = async fileHandle => {
|
|
2725
|
+
// @ts-ignore
|
|
2726
|
+
const values = fileHandle.values();
|
|
2727
|
+
const children = await fromAsync(values);
|
|
2728
|
+
return children;
|
|
2729
|
+
};
|
|
2730
|
+
|
|
2731
|
+
const getFileHandleText = async fileHandle => {
|
|
2732
|
+
const file = await fileHandle.getFile();
|
|
2733
|
+
const text = await file.text();
|
|
2734
|
+
return text;
|
|
2735
|
+
};
|
|
2736
|
+
|
|
2737
|
+
const isDirectoryHandle = fileHandle => {
|
|
2738
|
+
return fileHandle.kind === 'directory';
|
|
2739
|
+
};
|
|
2740
|
+
|
|
2741
|
+
const isFileHandle = fileHandle => {
|
|
2742
|
+
return fileHandle.kind === 'file';
|
|
2743
|
+
};
|
|
2744
|
+
|
|
2745
|
+
const createUploadTree = async (root, fileHandles) => {
|
|
2746
|
+
const uploadTree = Object.create(null);
|
|
2747
|
+
for (const fileHandle of fileHandles) {
|
|
2748
|
+
const {
|
|
2749
|
+
name
|
|
2750
|
+
} = fileHandle;
|
|
2751
|
+
if (isDirectoryHandle(fileHandle)) {
|
|
2752
|
+
const children = await getChildHandles(fileHandle);
|
|
2753
|
+
const childTree = await createUploadTree(name, children);
|
|
2754
|
+
uploadTree[name] = childTree;
|
|
2755
|
+
} else if (isFileHandle(fileHandle)) {
|
|
2756
|
+
const text = await getFileHandleText(fileHandle);
|
|
2757
|
+
uploadTree[name] = text;
|
|
2758
|
+
}
|
|
2759
|
+
}
|
|
2760
|
+
return uploadTree;
|
|
2761
|
+
};
|
|
2762
|
+
|
|
2763
|
+
const getFileOperations = (root, uploadTree) => {
|
|
2764
|
+
const operations = [];
|
|
2765
|
+
const processTree = (tree, currentPath) => {
|
|
2766
|
+
for (const [path, value] of Object.entries(tree)) {
|
|
2767
|
+
const fullPath = currentPath ? `${currentPath}/${path}` : path;
|
|
2768
|
+
if (typeof value === 'object') {
|
|
2769
|
+
operations.push({
|
|
2770
|
+
type: 'createFolder',
|
|
2771
|
+
path: `${root}/${fullPath}`,
|
|
2772
|
+
text: ''
|
|
2773
|
+
});
|
|
2774
|
+
processTree(value, fullPath);
|
|
2775
|
+
} else if (typeof value === 'string') {
|
|
2776
|
+
operations.push({
|
|
2777
|
+
type: 'createFile',
|
|
2778
|
+
path: `${root}/${fullPath}`,
|
|
2779
|
+
text: value
|
|
2780
|
+
});
|
|
2781
|
+
}
|
|
2782
|
+
}
|
|
2783
|
+
};
|
|
2784
|
+
processTree(uploadTree, '');
|
|
2785
|
+
return operations;
|
|
2786
|
+
};
|
|
2787
|
+
|
|
2788
|
+
const uploadFileSystemHandles = async (root, pathSeparator, fileSystemHandles) => {
|
|
2789
|
+
const uploadTree = await createUploadTree(root, fileSystemHandles);
|
|
2790
|
+
const fileOperations = getFileOperations(root, uploadTree);
|
|
2791
|
+
await applyFileOperations(fileOperations);
|
|
2792
|
+
|
|
2793
|
+
// TODO
|
|
2794
|
+
// 1. in electron, use webutils.getPathForFile to see if a path is available
|
|
2795
|
+
// 2. else, walk all files and folders recursively and upload all of them (if there are many, show a progress bar)
|
|
2796
|
+
|
|
2797
|
+
// TODO send file system operations to renderer worker
|
|
2798
|
+
return true;
|
|
2799
|
+
};
|
|
2800
|
+
|
|
2801
|
+
const mergeDirents$1 = (oldDirents, newDirents) => {
|
|
2624
2802
|
return newDirents;
|
|
2625
2803
|
};
|
|
2626
2804
|
const getMergedDirents$2 = async (root, pathSeparator, dirents) => {
|
|
@@ -2628,18 +2806,22 @@ const getMergedDirents$2 = async (root, pathSeparator, dirents) => {
|
|
|
2628
2806
|
path: root,
|
|
2629
2807
|
depth: 0
|
|
2630
2808
|
});
|
|
2631
|
-
const mergedDirents = mergeDirents$
|
|
2809
|
+
const mergedDirents = mergeDirents$1(dirents, childDirents);
|
|
2632
2810
|
return mergedDirents;
|
|
2633
2811
|
};
|
|
2634
|
-
const handleDrop$2 = async (state, files) => {
|
|
2812
|
+
const handleDrop$2 = async (state, fileHandles, files) => {
|
|
2635
2813
|
const {
|
|
2636
2814
|
root,
|
|
2637
2815
|
pathSeparator,
|
|
2638
2816
|
items
|
|
2639
2817
|
} = state;
|
|
2640
|
-
const handled = await uploadFileSystemHandles();
|
|
2818
|
+
const handled = await uploadFileSystemHandles(root, pathSeparator, fileHandles);
|
|
2641
2819
|
if (handled) {
|
|
2642
|
-
|
|
2820
|
+
const updated = await refresh(state);
|
|
2821
|
+
return {
|
|
2822
|
+
...updated,
|
|
2823
|
+
dropTargets: []
|
|
2824
|
+
};
|
|
2643
2825
|
}
|
|
2644
2826
|
const mergedDirents = await getMergedDirents$2(root, pathSeparator, items);
|
|
2645
2827
|
return {
|
|
@@ -2649,38 +2831,48 @@ const handleDrop$2 = async (state, files) => {
|
|
|
2649
2831
|
};
|
|
2650
2832
|
};
|
|
2651
2833
|
|
|
2652
|
-
const
|
|
2653
|
-
|
|
2834
|
+
const getFileOperationsElectron = async (root, paths, fileHandles) => {
|
|
2835
|
+
const operations = [];
|
|
2836
|
+
for (let i = 0; i < paths.length; i++) {
|
|
2837
|
+
const fileHandle = fileHandles[i];
|
|
2838
|
+
const {
|
|
2839
|
+
name
|
|
2840
|
+
} = fileHandle;
|
|
2841
|
+
const path = paths[i];
|
|
2842
|
+
operations.push({
|
|
2843
|
+
type: 'copy',
|
|
2844
|
+
path: `${root}/${name}`,
|
|
2845
|
+
text: '',
|
|
2846
|
+
from: path
|
|
2847
|
+
});
|
|
2848
|
+
}
|
|
2849
|
+
return operations;
|
|
2654
2850
|
};
|
|
2655
2851
|
|
|
2656
|
-
|
|
2657
|
-
|
|
2852
|
+
// TODO copy files in parallel
|
|
2853
|
+
const copyFilesElectron = async (root, pathSeparator, fileHandles, files, paths) => {
|
|
2854
|
+
const operations = await getFileOperationsElectron(root, paths, fileHandles);
|
|
2855
|
+
await applyFileOperations(operations);
|
|
2658
2856
|
};
|
|
2659
2857
|
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
for (const file of files) {
|
|
2663
|
-
const from = await getFilePathElectron(file);
|
|
2664
|
-
// const from = file.path
|
|
2665
|
-
const to = join(pathSeparator, root, file.name);
|
|
2666
|
-
await copy$1(from, to);
|
|
2667
|
-
}
|
|
2858
|
+
const mergeDirents = (oldDirents, newDirents) => {
|
|
2859
|
+
return newDirents;
|
|
2668
2860
|
};
|
|
2669
2861
|
const getMergedDirents$1 = async (root, pathSeparator, dirents) => {
|
|
2670
2862
|
const childDirents = await getChildDirents(pathSeparator, {
|
|
2671
2863
|
path: root,
|
|
2672
2864
|
depth: 0
|
|
2673
2865
|
});
|
|
2674
|
-
const mergedDirents = mergeDirents
|
|
2866
|
+
const mergedDirents = mergeDirents(dirents, childDirents);
|
|
2675
2867
|
return mergedDirents;
|
|
2676
2868
|
};
|
|
2677
|
-
const handleDrop$1 = async (state, files) => {
|
|
2869
|
+
const handleDrop$1 = async (state, fileHandles, files, paths) => {
|
|
2678
2870
|
const {
|
|
2679
2871
|
root,
|
|
2680
2872
|
pathSeparator,
|
|
2681
2873
|
items
|
|
2682
2874
|
} = state;
|
|
2683
|
-
await copyFilesElectron(root, pathSeparator, files);
|
|
2875
|
+
await copyFilesElectron(root, pathSeparator, fileHandles, files, paths);
|
|
2684
2876
|
const mergedDirents = await getMergedDirents$1(root, pathSeparator, items);
|
|
2685
2877
|
return {
|
|
2686
2878
|
...state,
|
|
@@ -2689,16 +2881,18 @@ const handleDrop$1 = async (state, files) => {
|
|
|
2689
2881
|
};
|
|
2690
2882
|
};
|
|
2691
2883
|
|
|
2884
|
+
const Electron = 2;
|
|
2885
|
+
|
|
2692
2886
|
const getModule = isElectron => {
|
|
2693
2887
|
if (isElectron) {
|
|
2694
2888
|
return handleDrop$1;
|
|
2695
2889
|
}
|
|
2696
2890
|
return handleDrop$2;
|
|
2697
2891
|
};
|
|
2698
|
-
const handleDropRoot = async (state, files) => {
|
|
2699
|
-
|
|
2700
|
-
const fn = getModule(
|
|
2701
|
-
return fn(state, files);
|
|
2892
|
+
const handleDropRoot = async (state, fileHandles, files, paths) => {
|
|
2893
|
+
const isElectron = state.platform === Electron;
|
|
2894
|
+
const fn = getModule(isElectron);
|
|
2895
|
+
return fn(state, fileHandles, files, paths);
|
|
2702
2896
|
};
|
|
2703
2897
|
|
|
2704
2898
|
const getEndIndex = (items, index, dirent) => {
|
|
@@ -2718,17 +2912,18 @@ const getMergedDirents = (items, index, dirent, childDirents) => {
|
|
|
2718
2912
|
}, ...childDirents, ...items.slice(endIndex)];
|
|
2719
2913
|
return mergedDirents;
|
|
2720
2914
|
};
|
|
2721
|
-
const handleDropIntoFolder = async (state, dirent, index, files) => {
|
|
2915
|
+
const handleDropIntoFolder = async (state, dirent, index, fileHandles, files, paths) => {
|
|
2722
2916
|
const {
|
|
2723
2917
|
pathSeparator,
|
|
2724
2918
|
items
|
|
2725
2919
|
} = state;
|
|
2726
2920
|
// @ts-ignore
|
|
2727
|
-
for (const file of
|
|
2921
|
+
for (const file of fileHandles) {
|
|
2728
2922
|
// TODO path basename
|
|
2729
|
-
const baseName = file;
|
|
2923
|
+
const baseName = file.name;
|
|
2730
2924
|
const to = dirent.path + pathSeparator + baseName;
|
|
2731
|
-
|
|
2925
|
+
// @ts-ignore
|
|
2926
|
+
await copy(file, to);
|
|
2732
2927
|
}
|
|
2733
2928
|
const childDirents = await getChildDirents(pathSeparator, dirent);
|
|
2734
2929
|
const mergedDirents = getMergedDirents(items, index, dirent, childDirents);
|
|
@@ -2739,18 +2934,18 @@ const handleDropIntoFolder = async (state, dirent, index, files) => {
|
|
|
2739
2934
|
dropTargets: []
|
|
2740
2935
|
};
|
|
2741
2936
|
};
|
|
2742
|
-
const handleDropIntoFile = (state, dirent, index, files) => {
|
|
2937
|
+
const handleDropIntoFile = (state, dirent, index, fileHandles, files, paths) => {
|
|
2743
2938
|
const {
|
|
2744
2939
|
items
|
|
2745
2940
|
} = state;
|
|
2746
2941
|
const parentIndex = getParentStartIndex(items, index);
|
|
2747
2942
|
if (parentIndex === -1) {
|
|
2748
|
-
return handleDropRoot(state, files);
|
|
2943
|
+
return handleDropRoot(state, fileHandles, files, paths);
|
|
2749
2944
|
}
|
|
2750
2945
|
// @ts-ignore
|
|
2751
2946
|
return handleDropIndex(parentIndex);
|
|
2752
2947
|
};
|
|
2753
|
-
const handleDropIndex = async (state, files, index) => {
|
|
2948
|
+
const handleDropIndex = async (state, fileHandles, files, paths, index) => {
|
|
2754
2949
|
const {
|
|
2755
2950
|
items
|
|
2756
2951
|
} = state;
|
|
@@ -2761,9 +2956,9 @@ const handleDropIndex = async (state, files, index) => {
|
|
|
2761
2956
|
switch (dirent.type) {
|
|
2762
2957
|
case Directory:
|
|
2763
2958
|
case DirectoryExpanded:
|
|
2764
|
-
return handleDropIntoFolder(state, dirent, index,
|
|
2959
|
+
return handleDropIntoFolder(state, dirent, index, fileHandles);
|
|
2765
2960
|
case File:
|
|
2766
|
-
return handleDropIntoFile(state, dirent, index, files);
|
|
2961
|
+
return handleDropIntoFile(state, dirent, index, fileHandles, files, paths);
|
|
2767
2962
|
default:
|
|
2768
2963
|
return state;
|
|
2769
2964
|
}
|
|
@@ -2777,21 +2972,43 @@ const getDropHandler = index => {
|
|
|
2777
2972
|
return handleDropIndex;
|
|
2778
2973
|
}
|
|
2779
2974
|
};
|
|
2780
|
-
|
|
2975
|
+
|
|
2976
|
+
const getFileHandles = async fileIds => {
|
|
2977
|
+
const files = await invoke('FileSystemHandle.getFileHandles', fileIds);
|
|
2978
|
+
return files;
|
|
2979
|
+
};
|
|
2980
|
+
|
|
2981
|
+
const getFilePathElectron = async file => {
|
|
2982
|
+
return invoke('FileSystemHandle.getFilePathElectron', file);
|
|
2983
|
+
};
|
|
2984
|
+
|
|
2985
|
+
const getFilepath = async file => {
|
|
2986
|
+
return getFilePathElectron(file);
|
|
2987
|
+
};
|
|
2988
|
+
const getFilePaths = async (files, platform) => {
|
|
2989
|
+
if (platform !== Electron) {
|
|
2990
|
+
return files.map(file => '');
|
|
2991
|
+
}
|
|
2992
|
+
const promises = files.map(getFilepath);
|
|
2993
|
+
const paths = await Promise.all(promises);
|
|
2994
|
+
return paths;
|
|
2995
|
+
};
|
|
2996
|
+
|
|
2997
|
+
const handleDrop = async (state, x, y, fileIds, fileList) => {
|
|
2781
2998
|
try {
|
|
2999
|
+
// @ts-ignore
|
|
3000
|
+
const files = [...fileList];
|
|
3001
|
+
const fileHandles = await getFileHandles(fileIds);
|
|
3002
|
+
const paths = await getFilePaths(files, state.platform);
|
|
2782
3003
|
const index = getIndexFromPosition(state, x, y);
|
|
2783
3004
|
const fn = getDropHandler(index);
|
|
2784
|
-
const result = await fn(state, files, index);
|
|
3005
|
+
const result = await fn(state, fileHandles, files, paths, index);
|
|
2785
3006
|
return result;
|
|
2786
3007
|
} catch (error) {
|
|
2787
3008
|
throw new VError(error, 'Failed to drop files');
|
|
2788
3009
|
}
|
|
2789
3010
|
};
|
|
2790
3011
|
|
|
2791
|
-
const setFocus = key => {
|
|
2792
|
-
return invoke('Focus.setFocus', key);
|
|
2793
|
-
};
|
|
2794
|
-
|
|
2795
3012
|
const handleFocus = async state => {
|
|
2796
3013
|
await setFocus(FocusExplorer);
|
|
2797
3014
|
return state;
|
|
@@ -2828,25 +3045,6 @@ const handleIconThemeChange = state => {
|
|
|
2828
3045
|
return updateIcons(state);
|
|
2829
3046
|
};
|
|
2830
3047
|
|
|
2831
|
-
const getTopLevelDirents = (root, pathSeparator, excluded) => {
|
|
2832
|
-
if (!root) {
|
|
2833
|
-
return [];
|
|
2834
|
-
}
|
|
2835
|
-
return getChildDirents(pathSeparator, {
|
|
2836
|
-
depth: 0,
|
|
2837
|
-
path: root,
|
|
2838
|
-
type: Directory
|
|
2839
|
-
}, excluded);
|
|
2840
|
-
};
|
|
2841
|
-
|
|
2842
|
-
const mergeDirents = (oldDirents, newDirents) => {
|
|
2843
|
-
const merged = [];
|
|
2844
|
-
for (const newDirent of newDirents) {
|
|
2845
|
-
merged.push(newDirent);
|
|
2846
|
-
}
|
|
2847
|
-
return merged;
|
|
2848
|
-
};
|
|
2849
|
-
|
|
2850
3048
|
// TODO add lots of tests for this
|
|
2851
3049
|
const updateRoot = async state1 => {
|
|
2852
3050
|
// @ts-ignore
|
|
@@ -2855,13 +3053,13 @@ const updateRoot = async state1 => {
|
|
|
2855
3053
|
}
|
|
2856
3054
|
// const file = nativeFiles.files[0]
|
|
2857
3055
|
// @ts-ignore
|
|
2858
|
-
const topLevelDirents = await getTopLevelDirents(state1.root, state1.pathSeparator);
|
|
3056
|
+
const topLevelDirents = await getTopLevelDirents(state1.root, state1.pathSeparator, []);
|
|
2859
3057
|
// const state2 = Viewlet.getState('Explorer')
|
|
2860
3058
|
// // TODO what if root changes while reading directories?
|
|
2861
3059
|
// if (state2.disposed || state2.root !== state1.root) {
|
|
2862
3060
|
// return state2
|
|
2863
3061
|
// }
|
|
2864
|
-
const newDirents = mergeDirents(state1.items, topLevelDirents);
|
|
3062
|
+
const newDirents = mergeDirents$2(state1.items, topLevelDirents);
|
|
2865
3063
|
const state3 = {
|
|
2866
3064
|
...state1,
|
|
2867
3065
|
items: newDirents
|
|
@@ -2878,7 +3076,7 @@ const handlePasteCopy = async (state, nativeFiles) => {
|
|
|
2878
3076
|
for (const source of nativeFiles.files) {
|
|
2879
3077
|
// @ts-ignore
|
|
2880
3078
|
const target = join(state.pathSeperator, state.root, getBaseName(state.pathSeparator, source));
|
|
2881
|
-
await copy
|
|
3079
|
+
await copy(source, target);
|
|
2882
3080
|
}
|
|
2883
3081
|
// TODO only update folder at which level it changed
|
|
2884
3082
|
return updateRoot(state);
|
|
@@ -2887,13 +3085,13 @@ const handlePasteCopy = async (state, nativeFiles) => {
|
|
|
2887
3085
|
const handlePasteCut = async (state, nativeFiles) => {
|
|
2888
3086
|
for (const source of nativeFiles.files) {
|
|
2889
3087
|
const target = `${state.root}${state.pathSeparator}${getBaseName(state.pathSeparator, source)}`;
|
|
2890
|
-
await rename
|
|
3088
|
+
await rename(source, target);
|
|
2891
3089
|
}
|
|
2892
3090
|
return state;
|
|
2893
3091
|
};
|
|
2894
3092
|
|
|
2895
3093
|
const handlePasteNone = async (state, nativeFiles) => {
|
|
2896
|
-
console.
|
|
3094
|
+
console.error('[ViewletExplorer/handlePaste] no paths detected');
|
|
2897
3095
|
return state;
|
|
2898
3096
|
};
|
|
2899
3097
|
|
|
@@ -3197,6 +3395,8 @@ const handleWorkspaceChange = async state => {
|
|
|
3197
3395
|
return newState;
|
|
3198
3396
|
};
|
|
3199
3397
|
|
|
3398
|
+
const Input$1 = 2;
|
|
3399
|
+
|
|
3200
3400
|
const ExplorerEditBox = FocusExplorerEditBox;
|
|
3201
3401
|
|
|
3202
3402
|
const newDirent = async (state, editingType) => {
|
|
@@ -3219,7 +3419,8 @@ const newDirent = async (state, editingType) => {
|
|
|
3219
3419
|
...state,
|
|
3220
3420
|
editingIndex: focusedIndex,
|
|
3221
3421
|
editingType,
|
|
3222
|
-
editingValue: ''
|
|
3422
|
+
editingValue: '',
|
|
3423
|
+
focus: Input$1
|
|
3223
3424
|
};
|
|
3224
3425
|
};
|
|
3225
3426
|
|
|
@@ -3334,7 +3535,12 @@ const renderEditingIndex = (oldState, newState) => {
|
|
|
3334
3535
|
return ['focusInput', 'ExplorerInput'];
|
|
3335
3536
|
};
|
|
3336
3537
|
|
|
3538
|
+
const ExplorerInput = 'ExplorerInput';
|
|
3539
|
+
|
|
3337
3540
|
const renderFocus = (oldState, newState) => {
|
|
3541
|
+
if (newState.focus === Input$1) {
|
|
3542
|
+
return ['Viewlet.focusElementByName', ExplorerInput];
|
|
3543
|
+
}
|
|
3338
3544
|
// TODO
|
|
3339
3545
|
// 1. when focused, focus the outer list element
|
|
3340
3546
|
// 2. when focused, set focus context in renderer worker
|
|
@@ -3352,13 +3558,14 @@ const ButtonNarrow = 'ButtonNarrow';
|
|
|
3352
3558
|
const ButtonPrimary = 'ButtonPrimary';
|
|
3353
3559
|
const ButtonWide = 'ButtonWide';
|
|
3354
3560
|
const Chevron = 'Chevron';
|
|
3355
|
-
const Explorer = 'Explorer';
|
|
3356
3561
|
const Empty = '';
|
|
3562
|
+
const Explorer = 'Explorer';
|
|
3357
3563
|
const ExplorerDropTarget = 'DropTarget';
|
|
3358
3564
|
const FileIcon = 'FileIcon';
|
|
3359
3565
|
const FocusOutline = 'FocusOutline';
|
|
3360
3566
|
const IconButton = 'IconButton';
|
|
3361
3567
|
const InputBox = 'InputBox';
|
|
3568
|
+
const InputValidationError = 'InputValidationError';
|
|
3362
3569
|
const Label = 'Label';
|
|
3363
3570
|
const MaskIconChevronDown = 'MaskIconChevronDown';
|
|
3364
3571
|
const MaskIconChevronRight = 'MaskIconChevronRight';
|
|
@@ -3390,6 +3597,7 @@ const HandlePointerDown = 'handlePointerDown';
|
|
|
3390
3597
|
const HandleWheel = 'handleWheel';
|
|
3391
3598
|
const HandleDragOver = 'handleDragOver';
|
|
3392
3599
|
const HandleDrop = 'handleDrop';
|
|
3600
|
+
const HandleDragLeave = 'handleDragLeave';
|
|
3393
3601
|
|
|
3394
3602
|
const mergeClassNames = (...classNames) => {
|
|
3395
3603
|
return classNames.filter(Boolean).join(' ');
|
|
@@ -3436,18 +3644,22 @@ const getFileIconVirtualDom = icon => {
|
|
|
3436
3644
|
};
|
|
3437
3645
|
};
|
|
3438
3646
|
|
|
3439
|
-
const ExplorerInput = 'ExplorerInput';
|
|
3440
|
-
|
|
3441
3647
|
const label = {
|
|
3442
3648
|
type: Div,
|
|
3443
3649
|
className: Label,
|
|
3444
3650
|
childCount: 1
|
|
3445
3651
|
};
|
|
3446
|
-
const
|
|
3652
|
+
const getClassName$1 = hasEditingError => {
|
|
3653
|
+
if (hasEditingError) {
|
|
3654
|
+
return mergeClassNames(InputBox, InputValidationError);
|
|
3655
|
+
}
|
|
3656
|
+
return InputBox;
|
|
3657
|
+
};
|
|
3658
|
+
const getInputOrLabelDom = (isEditing, hasEditingError, name) => {
|
|
3447
3659
|
if (isEditing) {
|
|
3448
3660
|
return [{
|
|
3449
3661
|
type: Input,
|
|
3450
|
-
className:
|
|
3662
|
+
className: getClassName$1(hasEditingError),
|
|
3451
3663
|
id: 'ExplorerInput',
|
|
3452
3664
|
onInput: HandleEditingInput,
|
|
3453
3665
|
childCount: 0,
|
|
@@ -3470,7 +3682,8 @@ const getExplorerItemVirtualDom = item => {
|
|
|
3470
3682
|
id,
|
|
3471
3683
|
className,
|
|
3472
3684
|
isEditing,
|
|
3473
|
-
ariaExpanded
|
|
3685
|
+
ariaExpanded,
|
|
3686
|
+
hasEditingError
|
|
3474
3687
|
} = item;
|
|
3475
3688
|
const chevronDom = getChevronVirtualDom(chevron);
|
|
3476
3689
|
const dom = [{
|
|
@@ -3488,7 +3701,7 @@ const getExplorerItemVirtualDom = item => {
|
|
|
3488
3701
|
ariaExpanded,
|
|
3489
3702
|
ariaDescription: '',
|
|
3490
3703
|
id
|
|
3491
|
-
}, ...chevronDom, getFileIconVirtualDom(icon), ...getInputOrLabelDom(isEditing, name)];
|
|
3704
|
+
}, ...chevronDom, getFileIconVirtualDom(icon), ...getInputOrLabelDom(isEditing, hasEditingError, name)];
|
|
3492
3705
|
return dom;
|
|
3493
3706
|
};
|
|
3494
3707
|
|
|
@@ -3541,6 +3754,7 @@ const getExplorerVirtualDom = (visibleItems, focusedIndex, root, isWide, focused
|
|
|
3541
3754
|
onBlur: HandleListBlur,
|
|
3542
3755
|
onClick: HandleClick,
|
|
3543
3756
|
onContextMenu: HandleContextMenu,
|
|
3757
|
+
onDragLeave: HandleDragLeave,
|
|
3544
3758
|
onDragOver: HandleDragOver,
|
|
3545
3759
|
onDrop: HandleDrop,
|
|
3546
3760
|
onFocus: HandleListFocus,
|
|
@@ -3603,7 +3817,7 @@ const getTreeItemIndentWithChevron = (depth, chevron) => {
|
|
|
3603
3817
|
};
|
|
3604
3818
|
|
|
3605
3819
|
const ariaExpandedValues = [undefined, 'true', 'false'];
|
|
3606
|
-
const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editingIndex, editingType, editingValue, icons, useChevrons, dropTargets) => {
|
|
3820
|
+
const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editingIndex, editingType, editingValue, editingErrorMessage, icons, useChevrons, dropTargets) => {
|
|
3607
3821
|
const visible = [];
|
|
3608
3822
|
const indentFn = useChevrons ? getTreeItemIndentWithChevron : getTreeItemIndent;
|
|
3609
3823
|
let iconIndex = 0;
|
|
@@ -3620,6 +3834,7 @@ const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editin
|
|
|
3620
3834
|
visible.push({
|
|
3621
3835
|
...item,
|
|
3622
3836
|
isEditing: i === editingIndex,
|
|
3837
|
+
hasEditingError: i === editingIndex && Boolean(editingErrorMessage),
|
|
3623
3838
|
icon,
|
|
3624
3839
|
indent,
|
|
3625
3840
|
ariaExpanded,
|
|
@@ -3637,6 +3852,7 @@ const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editin
|
|
|
3637
3852
|
name: 'new',
|
|
3638
3853
|
path: '/test/new',
|
|
3639
3854
|
isEditing: true,
|
|
3855
|
+
hasEditingError: Boolean(editingErrorMessage),
|
|
3640
3856
|
indent: '',
|
|
3641
3857
|
ariaExpanded: undefined,
|
|
3642
3858
|
chevron: 0,
|
|
@@ -3648,7 +3864,7 @@ const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editin
|
|
|
3648
3864
|
};
|
|
3649
3865
|
|
|
3650
3866
|
const renderItems = (oldState, newState) => {
|
|
3651
|
-
const visibleDirents = getVisibleExplorerItems(newState.items, newState.minLineY, newState.maxLineY, newState.focusedIndex, newState.editingIndex, newState.editingType, newState.editingValue, newState.icons, newState.useChevrons);
|
|
3867
|
+
const visibleDirents = getVisibleExplorerItems(newState.items, newState.minLineY, newState.maxLineY, newState.focusedIndex, newState.editingIndex, newState.editingType, newState.editingValue, newState.editingErrorMessage, newState.icons, newState.useChevrons);
|
|
3652
3868
|
const isWide = newState.width > 450;
|
|
3653
3869
|
const dom = getExplorerVirtualDom(visibleDirents, newState.focusedIndex, newState.root, isWide, newState.focused, newState.dropTargets);
|
|
3654
3870
|
return ['Viewlet.setDom2', dom];
|
|
@@ -3712,12 +3928,12 @@ const getActions = root => {
|
|
|
3712
3928
|
command: 'newFolder'
|
|
3713
3929
|
}, {
|
|
3714
3930
|
type: Button,
|
|
3715
|
-
id: refresh(),
|
|
3931
|
+
id: refresh$1(),
|
|
3716
3932
|
icon: Refresh,
|
|
3717
3933
|
command: 'refresh'
|
|
3718
3934
|
}, {
|
|
3719
3935
|
type: Button,
|
|
3720
|
-
id: collapseAll(),
|
|
3936
|
+
id: collapseAll$1(),
|
|
3721
3937
|
icon: CollapseAll,
|
|
3722
3938
|
command: 'collapseAll'
|
|
3723
3939
|
}];
|
|
@@ -3813,8 +4029,11 @@ const renderEventListeners = () => {
|
|
|
3813
4029
|
preventDefault: true
|
|
3814
4030
|
}, {
|
|
3815
4031
|
name: HandleDrop,
|
|
3816
|
-
params: ['handleDrop', 'event.clientX', 'event.clientY', 'event.dataTransfer.files'],
|
|
4032
|
+
params: ['handleDrop', 'event.clientX', 'event.clientY', 'event.dataTransfer.files2', 'event.dataTransfer.files'],
|
|
3817
4033
|
preventDefault: true
|
|
4034
|
+
}, {
|
|
4035
|
+
name: HandleDragLeave,
|
|
4036
|
+
params: ['handleDragLeave']
|
|
3818
4037
|
}];
|
|
3819
4038
|
};
|
|
3820
4039
|
|
|
@@ -4087,7 +4306,9 @@ const isExpandedDirectory = dirent => {
|
|
|
4087
4306
|
const saveState = uid => {
|
|
4088
4307
|
number(uid);
|
|
4089
4308
|
const value = get(uid);
|
|
4090
|
-
const
|
|
4309
|
+
const {
|
|
4310
|
+
newState
|
|
4311
|
+
} = value;
|
|
4091
4312
|
const {
|
|
4092
4313
|
items,
|
|
4093
4314
|
root,
|
|
@@ -4134,11 +4355,12 @@ const wrapCommand = fn => {
|
|
|
4134
4355
|
};
|
|
4135
4356
|
|
|
4136
4357
|
const commandMap = {
|
|
4358
|
+
'Explorer.getMenuEntries2': getMenuEntries2,
|
|
4137
4359
|
'Explorer.acceptEdit': wrapCommand(acceptEdit),
|
|
4138
4360
|
'Explorer.cancelEdit': wrapCommand(cancelEdit),
|
|
4139
|
-
'Explorer.collapseAll': wrapCommand(collapseAll
|
|
4140
|
-
'Explorer.copyPath': wrapCommand(copyPath
|
|
4141
|
-
'Explorer.copyRelativePath': wrapCommand(copyRelativePath
|
|
4361
|
+
'Explorer.collapseAll': wrapCommand(collapseAll),
|
|
4362
|
+
'Explorer.copyPath': wrapCommand(copyPath),
|
|
4363
|
+
'Explorer.copyRelativePath': wrapCommand(copyRelativePath),
|
|
4142
4364
|
'Explorer.expandAll': wrapCommand(expandAll),
|
|
4143
4365
|
'Explorer.expandRecursively': wrapCommand(expandRecursively),
|
|
4144
4366
|
'Explorer.focusFirst': wrapCommand(focusFirst),
|
|
@@ -4152,10 +4374,13 @@ const commandMap = {
|
|
|
4152
4374
|
'Explorer.handleBlur': wrapCommand(handleBlur),
|
|
4153
4375
|
'Explorer.handleClick': wrapCommand(handleClick),
|
|
4154
4376
|
'Explorer.handleClickAt': wrapCommand(handleClickAt),
|
|
4377
|
+
'Explorer.handleClickCurrent': wrapCommand(handleClickCurrent),
|
|
4155
4378
|
'Explorer.handleClickCurrentButKeepFocus': wrapCommand(handleClickCurrentButKeepFocus),
|
|
4156
4379
|
'Explorer.handleClickOpenFolder': wrapCommand(handleClickOpenFolder),
|
|
4157
4380
|
'Explorer.handleContextMenu': wrapCommand(handleContextMenu),
|
|
4381
|
+
'Explorer.handleContextMenuKeyboard': wrapCommand(handleContextMenuKeyboard),
|
|
4158
4382
|
'Explorer.handleCopy': wrapCommand(handleCopy),
|
|
4383
|
+
'Explorer.handleDragLeave': wrapCommand(handleDragLeave),
|
|
4159
4384
|
'Explorer.handleDragOver': wrapCommand(handleDragOver),
|
|
4160
4385
|
'Explorer.handleDrop': wrapCommand(handleDrop),
|
|
4161
4386
|
'Explorer.handleFocus': wrapCommand(handleFocus),
|
|
@@ -4169,6 +4394,7 @@ const commandMap = {
|
|
|
4169
4394
|
'Explorer.newFile': wrapCommand(newFile),
|
|
4170
4395
|
'Explorer.newFolder': wrapCommand(newFolder),
|
|
4171
4396
|
'Explorer.openContainingFolder': wrapCommand(openContainingFolder),
|
|
4397
|
+
'Explorer.refresh': wrapCommand(refresh),
|
|
4172
4398
|
'Explorer.removeDirent': wrapCommand(removeDirent),
|
|
4173
4399
|
'Explorer.renameDirent': wrapCommand(renameDirent),
|
|
4174
4400
|
'Explorer.restoreState': restoreState,
|