@lvce-editor/static-server 0.54.2 → 0.54.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1858 -1858
- package/package.json +1 -1
- package/static/{911942d → c18eab9}/css/App.css +87 -83
- package/static/{911942d → c18eab9}/manifest.json +2 -2
- package/static/{911942d → c18eab9}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{911942d → c18eab9}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +40 -9
- package/static/{911942d → c18eab9}/packages/explorer-worker/dist/explorerViewWorkerMain.js +275 -140
- package/static/{911942d → c18eab9}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +15 -10
- package/static/{911942d → c18eab9}/packages/renderer-process/dist/rendererProcessMain.js +2 -2
- package/static/{911942d → c18eab9}/packages/renderer-process/package.json +1 -1
- package/static/{911942d → c18eab9}/packages/renderer-worker/dist/rendererWorkerMain.js +138 -186
- package/static/{911942d → c18eab9}/packages/test-worker/dist/testWorkerMain.js +37 -2
- package/static/index.html +4 -4
- /package/static/{911942d → c18eab9}/config/colorTheme.json +0 -0
- /package/static/{911942d → c18eab9}/config/defaultSettings.json +0 -0
- /package/static/{911942d → c18eab9}/config/fileMap.json +0 -0
- /package/static/{911942d → c18eab9}/config/webExtensions.json +0 -0
- /package/static/{911942d → c18eab9}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/Animation.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/DebugButtons.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/DebugValue.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/E2eTest.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/E2eTests.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/EditorHover.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/EditorMessage.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/FeatureContent.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/Features.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ImagePreview.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/InputBadge.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/Key.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/LegacyDialog.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/Markdown.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/Progress.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/Select.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/Table.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletAbout.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletDialog.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletMedia.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletOutput.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletPanel.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletPdf.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletProblems.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletReferences.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletSearch.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletStorage.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{911942d → c18eab9}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{911942d → c18eab9}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{911942d → c18eab9}/file-icons/default_file.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/default_folder.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/default_root_folder.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_access.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_access2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ada.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_agda.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ai.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_al.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_angular.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_apache.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_apex.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_apib.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_apl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_asp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_astro.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_atom.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ats.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_attw.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_audio.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_avif.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_avro.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_awk.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_aws.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_azure.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_babel.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bak.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bat.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bats.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_biml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_binary.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_biome.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_blade.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_blender.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bower.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_buf.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bun.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_c.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_c2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_c3.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cake.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_casc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cert.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cf.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_changie.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_chef.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_class.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_claude.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_compass.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_composer.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_conan.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_conda.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_config.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_craco.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_css.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_css2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_cython.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dal.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_db.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_debian.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_deno.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_diff.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_django.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_docker.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_docz.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_drone.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_drools.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dune.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_edge.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_eex.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_elm.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ember.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_eps.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_epub.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_erb.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_excel.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_expo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fla.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_flash.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_flow.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_font.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_funding.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_galen.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_git.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_git2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_glide.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_go.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_godot.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_grain.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_haml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_helix.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_helm.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_host.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_html.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_http.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_husky.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_hy.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_icl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_idris.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_image.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_imba.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_inc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_informix.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ini.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ink.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_io.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jake.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_janet.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jar.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_java.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jest.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_json.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_json2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_json5.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jss.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_juice.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_julia.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_just.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_k.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_karma.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_key.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_kite.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_knip.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_kos.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lark.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_latino.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_layout.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_less.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lex.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_liara.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_license.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lime.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_locale.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_log.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lua.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_luau.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_lync.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_map.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_marko.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_maven.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_maya.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_meson.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_metal.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_motif.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mson.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_next.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nim.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nix.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_noc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_node.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_node2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_npm.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nx.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_opam.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_org.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_package.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_paket.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_patch.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_perl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_php.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_php2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_php3.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pine.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pip.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pony.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_postman.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_preact.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_progress.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pug.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_python.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_q.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_qml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_r.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_racket.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rails.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rake.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_raku.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_raml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_razor.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_reason.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_red.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_registry.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rego.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_remark.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_replit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rest.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_retext.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_riot.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_robots.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rome.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ron.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rss.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rust.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sails.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_san.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sas.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sass.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_scala.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_script.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_scss.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_shell.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sino.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_slang.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_slice.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_slim.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_slint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sln.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_snort.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_source.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_spin.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sql.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sss.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sst.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_stan.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_stata.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_style.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_styled.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_svg.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_swc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_swift.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_swig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_teal.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_templ.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tera.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_test.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_testts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tex.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_text.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_textile.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tm.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_todo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_toit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_toml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tox.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_travis.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tree.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tres.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tt.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_twig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_unison.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vala.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vash.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vb.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vba.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vento.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_video.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_view.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vim.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vite.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_volt.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vue.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wally.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_windi.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_word.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_word2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_xib.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_xml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_xo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_yang.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_zig.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_zip.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_android.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_api.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_app.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_client.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_common.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_component.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_config.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_css.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_db.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_git.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_github.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_images.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_include.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_js.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_json.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_less.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_library.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_log.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_model.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_module.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_next.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_node.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_package.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_php.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_private.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_public.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_python.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_route.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_script.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_server.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_services.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_src.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_story.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_style.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_template.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_test.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_video.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_view.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_www.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{911942d → c18eab9}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{911942d → c18eab9}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{911942d → c18eab9}/icons/add.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/arrow-down.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/arrow-left.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/arrow-right.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/arrow-up.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/blank.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/book.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/case-sensitive.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/check.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/chevron-down.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/chevron-left.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/chevron-right.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/chevron-up.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/chrome-close.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/chrome-maximize.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/chrome-minimize.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/chrome-restore.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/circle-filled.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/clear-all.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/close.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/cloud.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/collapse-all.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-all.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-alt-2.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-alt-small.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-alt.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-console.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-continue-small.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-continue.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-coverage.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-disconnect.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-line-by-line.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-pause.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-rerun.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-restart-frame.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-restart.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-stackframe.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-start.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-step-back.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-step-into.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-step-out.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-step-over.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug-stop.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/debug.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/discard.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/edit.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/ellipsis.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/error.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/exclude.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{911942d → c18eab9}/icons/extensions.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/files.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/filter.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/go-to-file.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/icon-close.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/icon-source-control.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/icon-sync.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/icon.png +0 -0
- /package/static/{911942d → c18eab9}/icons/icon.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/info.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/language-icon.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/link-external.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/list-flat.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/list-tree.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/new-file.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/new-folder.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/newline.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/open-preview.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/play.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/preserve-case.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/progress.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/pwa-icon-192.png +0 -0
- /package/static/{911942d → c18eab9}/icons/pwa-icon-512.png +0 -0
- /package/static/{911942d → c18eab9}/icons/record-keys.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/refresh.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/regex.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/remove.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/replace-all.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/replace.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/run-all.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/search.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/settings-gear.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/sort-precedence.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/source-control.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/split-horizontal.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/squiggly-error.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/squiggly-warning.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-array.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-boolean.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-class.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-color.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-constant.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-enum-member.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-enum.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-event.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-field.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-file.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-interface.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-key.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-keyword.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-method.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-misc.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-namespace.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-numeric.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-operator.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-parameter.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-property.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-ruler.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-snippet.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-string.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-structure.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/symbol-variable.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/tag.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/terminal-bash.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/terminal.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/theme-icon.png +0 -0
- /package/static/{911942d → c18eab9}/icons/trash.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/triangle-down.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/triangle-left.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/triangle-right.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/triangle-up.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/warning.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/whole-word.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/zoom-in.svg +0 -0
- /package/static/{911942d → c18eab9}/icons/zoom-out.svg +0 -0
- /package/static/{911942d → c18eab9}/js/babel-parser.js +0 -0
- /package/static/{911942d → c18eab9}/js/blob-util.js +0 -0
- /package/static/{911942d → c18eab9}/js/ky.js +0 -0
- /package/static/{911942d → c18eab9}/js/lvce-editor-import-script.js +0 -0
- /package/static/{911942d → c18eab9}/js/lvce-editor-ipc.js +0 -0
- /package/static/{911942d → c18eab9}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{911942d → c18eab9}/js/lvce-editor-verror.js +0 -0
- /package/static/{911942d → c18eab9}/js/p-min-delay.js +0 -0
- /package/static/{911942d → c18eab9}/js/pretty-bytes.js +0 -0
- /package/static/{911942d → c18eab9}/js/preview-injected.js +0 -0
- /package/static/{911942d → c18eab9}/js/yoctodelay.js +0 -0
- /package/static/{911942d → c18eab9}/lib-css/termterm.css +0 -0
- /package/static/{911942d → c18eab9}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/renderer-process/LICENSE +0 -0
- /package/static/{911942d → c18eab9}/packages/renderer-process/README.md +0 -0
- /package/static/{911942d → c18eab9}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.cpp +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.css +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.csv +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.dart +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.env +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.ex +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.html +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.java +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.jl +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.js +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.json +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.kt +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.pl +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.py +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/index.ts +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/scrolling.txt +0 -0
- /package/static/{911942d → c18eab9}/playground/languages/tsconfig.json +0 -0
- /package/static/{911942d → c18eab9}/playground/sample-folder/a.txt +0 -0
- /package/static/{911942d → c18eab9}/playground/sample-folder/b.txt +0 -0
- /package/static/{911942d → c18eab9}/playground/sample-folder/c.txt +0 -0
|
@@ -885,7 +885,7 @@ const WebWorkerRpcClient = {
|
|
|
885
885
|
|
|
886
886
|
const CreateFolder$1 = 1;
|
|
887
887
|
const CreateFile$1 = 2;
|
|
888
|
-
const Copy$
|
|
888
|
+
const Copy$1 = 3;
|
|
889
889
|
const Rename$2 = 4;
|
|
890
890
|
|
|
891
891
|
const rpcs = Object.create(null);
|
|
@@ -973,7 +973,7 @@ const applyOperation = operation => {
|
|
|
973
973
|
if (operation.type === CreateFolder$1) {
|
|
974
974
|
return mkdir(operation.path);
|
|
975
975
|
}
|
|
976
|
-
if (operation.type === Copy$
|
|
976
|
+
if (operation.type === Copy$1) {
|
|
977
977
|
return copy$1(operation.from || '', operation.path);
|
|
978
978
|
}
|
|
979
979
|
if (operation.type === Rename$2) {
|
|
@@ -995,6 +995,23 @@ const applyFileOperations = async operations => {
|
|
|
995
995
|
}
|
|
996
996
|
};
|
|
997
997
|
|
|
998
|
+
const DELTA_EDITING = 100;
|
|
999
|
+
|
|
1000
|
+
const BlockDevice = 1;
|
|
1001
|
+
const CharacterDevice = 2;
|
|
1002
|
+
const Directory = 3;
|
|
1003
|
+
const DirectoryExpanded = 4;
|
|
1004
|
+
const DirectoryExpanding = 5;
|
|
1005
|
+
const File = 7;
|
|
1006
|
+
const Socket = 8;
|
|
1007
|
+
const Symlink = 9;
|
|
1008
|
+
const SymLinkFile = 10;
|
|
1009
|
+
const SymLinkFolder = 11;
|
|
1010
|
+
const Unknown = 12;
|
|
1011
|
+
const EditingFile = File + DELTA_EDITING;
|
|
1012
|
+
const EditingFolder = Directory + DELTA_EDITING;
|
|
1013
|
+
const EditingDirectoryExpanded = DirectoryExpanded + DELTA_EDITING;
|
|
1014
|
+
|
|
998
1015
|
const dirname = (pathSeparator, path) => {
|
|
999
1016
|
const index = path.lastIndexOf(pathSeparator);
|
|
1000
1017
|
if (index === -1) {
|
|
@@ -1015,16 +1032,32 @@ const join2 = (path, childPath) => {
|
|
|
1015
1032
|
return `${path}/${childPath}`;
|
|
1016
1033
|
};
|
|
1017
1034
|
|
|
1035
|
+
const getActualType = (type, expanded) => {
|
|
1036
|
+
const actualType = type === Directory && expanded ? DirectoryExpanded : type;
|
|
1037
|
+
return actualType;
|
|
1038
|
+
};
|
|
1018
1039
|
const createTree = (items, root) => {
|
|
1019
1040
|
const tree = Object.create(null);
|
|
1020
1041
|
const rootLength = root.length;
|
|
1021
|
-
|
|
1042
|
+
const paths = items.map(item => {
|
|
1022
1043
|
const relativePath = item.path.slice(rootLength);
|
|
1023
1044
|
const dirname = dirname2(relativePath);
|
|
1045
|
+
return dirname;
|
|
1046
|
+
});
|
|
1047
|
+
for (const item of items) {
|
|
1048
|
+
const {
|
|
1049
|
+
type,
|
|
1050
|
+
name,
|
|
1051
|
+
path
|
|
1052
|
+
} = item;
|
|
1053
|
+
const relativePath = path.slice(rootLength);
|
|
1054
|
+
const dirname = dirname2(relativePath);
|
|
1055
|
+
const isExpanded = paths.includes(relativePath);
|
|
1056
|
+
const actualType = getActualType(type, isExpanded);
|
|
1024
1057
|
tree[dirname] ||= [];
|
|
1025
1058
|
tree[dirname].push({
|
|
1026
|
-
name
|
|
1027
|
-
type:
|
|
1059
|
+
name,
|
|
1060
|
+
type: actualType
|
|
1028
1061
|
});
|
|
1029
1062
|
}
|
|
1030
1063
|
return tree;
|
|
@@ -1076,23 +1109,6 @@ const getPaths = items => {
|
|
|
1076
1109
|
return items.map(getPath);
|
|
1077
1110
|
};
|
|
1078
1111
|
|
|
1079
|
-
const DELTA_EDITING = 100;
|
|
1080
|
-
|
|
1081
|
-
const BlockDevice = 1;
|
|
1082
|
-
const CharacterDevice = 2;
|
|
1083
|
-
const Directory = 3;
|
|
1084
|
-
const DirectoryExpanded = 4;
|
|
1085
|
-
const DirectoryExpanding = 5;
|
|
1086
|
-
const File = 7;
|
|
1087
|
-
const Socket = 8;
|
|
1088
|
-
const Symlink = 9;
|
|
1089
|
-
const SymLinkFile = 10;
|
|
1090
|
-
const SymLinkFolder = 11;
|
|
1091
|
-
const Unknown = 12;
|
|
1092
|
-
const EditingFile = File + DELTA_EDITING;
|
|
1093
|
-
const EditingFolder = Directory + DELTA_EDITING;
|
|
1094
|
-
const EditingDirectoryExpanded = DirectoryExpanded + DELTA_EDITING;
|
|
1095
|
-
|
|
1096
1112
|
const getSimpleIconRequestType = direntType => {
|
|
1097
1113
|
if (direntType === Directory || direntType === DirectoryExpanded || direntType === EditingDirectoryExpanded || direntType === EditingFolder) {
|
|
1098
1114
|
return 2;
|
|
@@ -1197,13 +1213,14 @@ const getPathParts = (root, uri, pathSeparator) => {
|
|
|
1197
1213
|
const parts = [];
|
|
1198
1214
|
let index = root.length - 1;
|
|
1199
1215
|
let depth = 0;
|
|
1200
|
-
while ((index = uri.indexOf(
|
|
1216
|
+
while ((index = uri.indexOf(pathSeparator, index + 1)) !== -1) {
|
|
1201
1217
|
const partUri = uri.slice(0, index);
|
|
1202
1218
|
parts.push({
|
|
1203
1219
|
path: partUri,
|
|
1204
1220
|
depth: depth++,
|
|
1205
1221
|
root,
|
|
1206
|
-
pathSeparator
|
|
1222
|
+
pathSeparator,
|
|
1223
|
+
expanded: true
|
|
1207
1224
|
});
|
|
1208
1225
|
}
|
|
1209
1226
|
return parts;
|
|
@@ -1310,14 +1327,14 @@ const sortExplorerItems = rawDirents => {
|
|
|
1310
1327
|
};
|
|
1311
1328
|
|
|
1312
1329
|
// TODO figure out whether this uses too much memory (name,path -> redundant, depth could be computed on demand)
|
|
1313
|
-
const toDisplayDirent = (parentPath, parentDepth,
|
|
1314
|
-
const path = join2(parentPath,
|
|
1330
|
+
const toDisplayDirent = (parentPath, parentDepth, rawDirentType, rawDirentName, index, length) => {
|
|
1331
|
+
const path = join2(parentPath, rawDirentName);
|
|
1315
1332
|
return {
|
|
1316
|
-
name:
|
|
1333
|
+
name: rawDirentName,
|
|
1317
1334
|
posInSet: index + 1,
|
|
1318
1335
|
setSize: length,
|
|
1319
1336
|
depth: parentDepth + 1,
|
|
1320
|
-
type:
|
|
1337
|
+
type: rawDirentType,
|
|
1321
1338
|
path,
|
|
1322
1339
|
// TODO storing absolute path might be too costly, could also store relative path here
|
|
1323
1340
|
icon: '',
|
|
@@ -1325,7 +1342,7 @@ const toDisplayDirent = (parentPath, parentDepth, rawDirent, index, length) => {
|
|
|
1325
1342
|
};
|
|
1326
1343
|
};
|
|
1327
1344
|
|
|
1328
|
-
const toDisplayDirents = (pathSeparator, rawDirents, parentDirentPath, parentDirentDepth, excluded) => {
|
|
1345
|
+
const toDisplayDirents = (pathSeparator, rawDirents, parentDirentPath, parentDirentDepth, excluded, expanded = false) => {
|
|
1329
1346
|
rawDirents = sortExplorerItems(rawDirents);
|
|
1330
1347
|
const result = [];
|
|
1331
1348
|
const visibleItems = rawDirents.filter(item => {
|
|
@@ -1337,7 +1354,7 @@ const toDisplayDirents = (pathSeparator, rawDirents, parentDirentPath, parentDir
|
|
|
1337
1354
|
const count = visibleItems.length;
|
|
1338
1355
|
for (let i = 0; i < visibleItems.length; i++) {
|
|
1339
1356
|
const rawDirent = visibleItems[i];
|
|
1340
|
-
result.push(toDisplayDirent(parentDirentPath, parentDirentDepth, rawDirent, i, count));
|
|
1357
|
+
result.push(toDisplayDirent(parentDirentPath, parentDirentDepth, rawDirent.type, rawDirent.name, i, count));
|
|
1341
1358
|
}
|
|
1342
1359
|
return result;
|
|
1343
1360
|
};
|
|
@@ -1443,11 +1460,12 @@ const i18nString = (key, placeholders = emptyObject) => {
|
|
|
1443
1460
|
};
|
|
1444
1461
|
|
|
1445
1462
|
const CollapseAllFoldersInExplorer = 'Collapse All Folders in Explorer';
|
|
1446
|
-
const Copy
|
|
1463
|
+
const Copy = 'Copy';
|
|
1447
1464
|
const CopyPath = 'Copy Path';
|
|
1448
1465
|
const CopyRelativePath = 'Copy Relative Path';
|
|
1449
|
-
const Cut
|
|
1466
|
+
const Cut = 'Cut';
|
|
1450
1467
|
const Delete$1 = 'Delete';
|
|
1468
|
+
const FileNameCannotStartWithSlash = 'A file or folder name cannot start with a slash.';
|
|
1451
1469
|
const FileOrFolderNameMustBeProvider = 'A file or folder name must be provided.';
|
|
1452
1470
|
const FilesExplorer = 'Files Explorer';
|
|
1453
1471
|
const NewFile$1 = 'New File...';
|
|
@@ -1474,10 +1492,10 @@ const openInIntegratedTerminal = () => {
|
|
|
1474
1492
|
return i18nString(OpenInIntegratedTerminal);
|
|
1475
1493
|
};
|
|
1476
1494
|
const cut = () => {
|
|
1477
|
-
return i18nString(Cut
|
|
1495
|
+
return i18nString(Cut);
|
|
1478
1496
|
};
|
|
1479
1497
|
const copy = () => {
|
|
1480
|
-
return i18nString(Copy
|
|
1498
|
+
return i18nString(Copy);
|
|
1481
1499
|
};
|
|
1482
1500
|
const paste = () => {
|
|
1483
1501
|
return i18nString(Paste);
|
|
@@ -1512,6 +1530,9 @@ const openFolder$1 = () => {
|
|
|
1512
1530
|
const fileOrFolderNameMustBeProvided = () => {
|
|
1513
1531
|
return i18nString(FileOrFolderNameMustBeProvider);
|
|
1514
1532
|
};
|
|
1533
|
+
const fileCannotStartWithSlash = () => {
|
|
1534
|
+
return i18nString(FileNameCannotStartWithSlash);
|
|
1535
|
+
};
|
|
1515
1536
|
const typeAFileName = () => {
|
|
1516
1537
|
return i18nString(TypeAFileName);
|
|
1517
1538
|
};
|
|
@@ -1521,6 +1542,9 @@ const validateFileName2 = name => {
|
|
|
1521
1542
|
const editingErrorMessage = fileOrFolderNameMustBeProvided();
|
|
1522
1543
|
return editingErrorMessage;
|
|
1523
1544
|
}
|
|
1545
|
+
if (name.startsWith('/')) {
|
|
1546
|
+
return fileCannotStartWithSlash();
|
|
1547
|
+
}
|
|
1524
1548
|
return '';
|
|
1525
1549
|
};
|
|
1526
1550
|
|
|
@@ -1970,7 +1994,9 @@ const create2 = (uid, uri, x, y, width, height, args, parentUid, platform = 0) =
|
|
|
1970
1994
|
handleOffset: 0,
|
|
1971
1995
|
scrollBarActive: false,
|
|
1972
1996
|
scrollBarHeight: 0,
|
|
1973
|
-
confirmPaste: false
|
|
1997
|
+
confirmPaste: false,
|
|
1998
|
+
pasteShouldMove: false,
|
|
1999
|
+
cutItems: []
|
|
1974
2000
|
};
|
|
1975
2001
|
set(uid, state, state);
|
|
1976
2002
|
};
|
|
@@ -2017,7 +2043,9 @@ const create = (id, uri, x, y, width, height, args, parentUid, platform = 0) =>
|
|
|
2017
2043
|
handleOffset: 0,
|
|
2018
2044
|
scrollBarActive: false,
|
|
2019
2045
|
scrollBarHeight: 0,
|
|
2020
|
-
confirmPaste: false
|
|
2046
|
+
confirmPaste: false,
|
|
2047
|
+
pasteShouldMove: false,
|
|
2048
|
+
cutItems: []
|
|
2021
2049
|
};
|
|
2022
2050
|
set(state.uid, state, state);
|
|
2023
2051
|
return state;
|
|
@@ -2036,7 +2064,7 @@ const isEqual$4 = (oldState, newState) => {
|
|
|
2036
2064
|
|
|
2037
2065
|
const diffType$2 = RenderItems;
|
|
2038
2066
|
const isEqual$3 = (oldState, newState) => {
|
|
2039
|
-
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 && oldState.icons === newState.icons;
|
|
2067
|
+
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 && oldState.icons === newState.icons && oldState.cutItems === newState.cutItems;
|
|
2040
2068
|
};
|
|
2041
2069
|
|
|
2042
2070
|
const diffType$1 = RenderSelection;
|
|
@@ -2355,7 +2383,7 @@ const focusPrevious = state => {
|
|
|
2355
2383
|
}
|
|
2356
2384
|
};
|
|
2357
2385
|
|
|
2358
|
-
const commandIds = ['acceptEdit', 'cancelEdit', 'cancelTypeAhead', 'collapseAll', 'copyPath', 'copyRelativePath', 'dispose', 'expandAll', 'expandRecursively', 'focus', 'focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusNone', 'focusPrevious', 'getFocusedDirent', 'getMenuEntries2', 'getMouseActions', 'handleArrowLeft', 'handleArrowLeft', 'handleArrowRight', 'handleArrowRight', 'handleBlur', 'handleClick', 'handleClickAt', 'handleClickCurrent', 'handleClickCurrentButKeepFocus', 'handleClickOpenFolder', 'handleContextMenu', 'handleContextMenuKeyboard', 'handleCopy', 'handleDragLeave', 'handleDragOver', 'handleDrop', 'handleFocus', 'handleIconThemeChange', 'handleInputBlur', 'handleInputClick', 'handleInputKeyDown', 'handleKeyDown', 'handleLanguagesChanged', 'handleMouseEnter', 'handleMouseLeave', 'handlePaste', 'handlePointerDown', 'handleUpload', 'handleWheel', 'handleWorkspaceChange', 'hotReload', 'newFile', 'newFolder', 'openContainingFolder', 'refresh', 'removeDirent', 'rename', 'renameDirent', 'renderEventListeners', 'revealItem', 'revealItem', 'scrollDown', 'scrollUp', 'selectAll', 'selectDown', 'selectUp', 'setDeltaY', 'setSelectedIndices', 'updateEditingValue', 'updateIcons'];
|
|
2386
|
+
const commandIds = ['acceptEdit', 'cancelEdit', 'cancelTypeAhead', 'collapseAll', 'copyPath', 'copyRelativePath', 'dispose', 'expandAll', 'expandRecursively', 'focus', 'focusFirst', 'focusIndex', 'focusLast', 'handleCut', 'focusNext', 'focusNone', 'focusPrevious', 'getFocusedDirent', 'getMenuEntries2', 'getMouseActions', 'handleArrowLeft', 'handleArrowLeft', 'handleArrowRight', 'handleArrowRight', 'handleBlur', 'handleClick', 'handleClickAt', 'handleClickCurrent', 'handleClickCurrentButKeepFocus', 'handleClickOpenFolder', 'handleContextMenu', 'handleContextMenuKeyboard', 'handleCopy', 'handleDragLeave', 'handleDragOver', 'handleDrop', 'handleFocus', 'handleIconThemeChange', 'handleInputBlur', 'handleInputClick', 'handleInputKeyDown', 'handleKeyDown', 'handleLanguagesChanged', 'handleMouseEnter', 'handleMouseLeave', 'handlePaste', 'handlePointerDown', 'handleUpload', 'handleWheel', 'handleWorkspaceChange', 'hotReload', 'newFile', 'newFolder', 'openContainingFolder', 'refresh', 'removeDirent', 'rename', 'renameDirent', 'renderEventListeners', 'revealItem', 'revealItem', 'scrollDown', 'scrollUp', 'selectAll', 'selectDown', 'selectUp', 'setDeltaY', 'setSelectedIndices', 'updateEditingValue', 'updateIcons'];
|
|
2359
2387
|
|
|
2360
2388
|
const getCommandIds = () => {
|
|
2361
2389
|
return commandIds;
|
|
@@ -2374,8 +2402,45 @@ const Delete = 18;
|
|
|
2374
2402
|
const KeyA = 29;
|
|
2375
2403
|
const KeyC = 31;
|
|
2376
2404
|
const KeyV = 50;
|
|
2405
|
+
const KeyX = 52;
|
|
2377
2406
|
const F2 = 58;
|
|
2378
2407
|
const Star = 131;
|
|
2408
|
+
const KeyCode = {
|
|
2409
|
+
__proto__: null,
|
|
2410
|
+
Delete,
|
|
2411
|
+
DownArrow,
|
|
2412
|
+
End,
|
|
2413
|
+
Enter,
|
|
2414
|
+
Escape,
|
|
2415
|
+
F2,
|
|
2416
|
+
Home,
|
|
2417
|
+
KeyA,
|
|
2418
|
+
KeyC,
|
|
2419
|
+
KeyV,
|
|
2420
|
+
KeyX,
|
|
2421
|
+
LeftArrow,
|
|
2422
|
+
RightArrow,
|
|
2423
|
+
Space,
|
|
2424
|
+
Star,
|
|
2425
|
+
UpArrow
|
|
2426
|
+
};
|
|
2427
|
+
const mergeClassNames = (...classNames) => {
|
|
2428
|
+
return classNames.filter(Boolean).join(' ');
|
|
2429
|
+
};
|
|
2430
|
+
const px = value => {
|
|
2431
|
+
return `${value}px`;
|
|
2432
|
+
};
|
|
2433
|
+
const position = (x, y) => {
|
|
2434
|
+
return `${x}px ${y}px`;
|
|
2435
|
+
};
|
|
2436
|
+
const Text = 12;
|
|
2437
|
+
const text = data => {
|
|
2438
|
+
return {
|
|
2439
|
+
type: Text,
|
|
2440
|
+
text: data,
|
|
2441
|
+
childCount: 0
|
|
2442
|
+
};
|
|
2443
|
+
};
|
|
2379
2444
|
|
|
2380
2445
|
const CtrlCmd = 1 << 11 >>> 0;
|
|
2381
2446
|
const Shift = 1 << 10 >>> 0;
|
|
@@ -2386,87 +2451,91 @@ const FocusExplorerEditBox = 14;
|
|
|
2386
2451
|
|
|
2387
2452
|
const getKeyBindings = () => {
|
|
2388
2453
|
return [{
|
|
2389
|
-
key: Shift | UpArrow,
|
|
2454
|
+
key: Shift | KeyCode.UpArrow,
|
|
2390
2455
|
command: 'Explorer.selectUp',
|
|
2391
2456
|
when: FocusExplorer
|
|
2392
2457
|
}, {
|
|
2393
|
-
key: Shift | DownArrow,
|
|
2458
|
+
key: Shift | KeyCode.DownArrow,
|
|
2394
2459
|
command: 'Explorer.selectDown',
|
|
2395
2460
|
when: FocusExplorer
|
|
2396
2461
|
}, {
|
|
2397
|
-
key: RightArrow,
|
|
2462
|
+
key: KeyCode.RightArrow,
|
|
2398
2463
|
command: 'Explorer.handleArrowRight',
|
|
2399
2464
|
when: FocusExplorer
|
|
2400
2465
|
}, {
|
|
2401
|
-
key: LeftArrow,
|
|
2466
|
+
key: KeyCode.LeftArrow,
|
|
2402
2467
|
command: 'Explorer.handleArrowLeft',
|
|
2403
2468
|
when: FocusExplorer
|
|
2404
2469
|
}, {
|
|
2405
|
-
key: Home,
|
|
2470
|
+
key: KeyCode.Home,
|
|
2406
2471
|
command: 'Explorer.focusFirst',
|
|
2407
2472
|
when: FocusExplorer
|
|
2408
2473
|
}, {
|
|
2409
|
-
key: End,
|
|
2474
|
+
key: KeyCode.End,
|
|
2410
2475
|
command: 'Explorer.focusLast',
|
|
2411
2476
|
when: FocusExplorer
|
|
2412
2477
|
}, {
|
|
2413
|
-
key: UpArrow,
|
|
2478
|
+
key: KeyCode.UpArrow,
|
|
2414
2479
|
command: 'Explorer.focusPrevious',
|
|
2415
2480
|
when: FocusExplorer
|
|
2416
2481
|
}, {
|
|
2417
|
-
key: DownArrow,
|
|
2482
|
+
key: KeyCode.DownArrow,
|
|
2418
2483
|
command: 'Explorer.focusNext',
|
|
2419
2484
|
when: FocusExplorer
|
|
2420
2485
|
}, {
|
|
2421
|
-
key: CtrlCmd | Star,
|
|
2486
|
+
key: CtrlCmd | KeyCode.Star,
|
|
2422
2487
|
command: 'Explorer.expandAll',
|
|
2423
2488
|
when: FocusExplorer
|
|
2424
2489
|
}, {
|
|
2425
|
-
key: Alt | RightArrow,
|
|
2490
|
+
key: Alt | KeyCode.RightArrow,
|
|
2426
2491
|
command: 'Explorer.expandRecursively',
|
|
2427
2492
|
when: FocusExplorer
|
|
2428
2493
|
}, {
|
|
2429
|
-
key: CtrlCmd | LeftArrow,
|
|
2494
|
+
key: CtrlCmd | KeyCode.LeftArrow,
|
|
2430
2495
|
command: 'Explorer.collapseAll',
|
|
2431
2496
|
when: FocusExplorer
|
|
2432
2497
|
}, {
|
|
2433
|
-
key: CtrlCmd | KeyV,
|
|
2498
|
+
key: CtrlCmd | KeyCode.KeyV,
|
|
2434
2499
|
command: 'Explorer.handlePaste',
|
|
2435
2500
|
when: FocusExplorer
|
|
2436
2501
|
}, {
|
|
2437
|
-
key: CtrlCmd | KeyC,
|
|
2502
|
+
key: CtrlCmd | KeyCode.KeyC,
|
|
2438
2503
|
command: 'Explorer.handleCopy',
|
|
2439
2504
|
when: FocusExplorer
|
|
2440
2505
|
}, {
|
|
2441
|
-
key:
|
|
2506
|
+
key: CtrlCmd | KeyCode.KeyX,
|
|
2507
|
+
command: 'Explorer.handleCut',
|
|
2508
|
+
when: FocusExplorer
|
|
2509
|
+
}, {
|
|
2510
|
+
key: KeyCode.F2,
|
|
2442
2511
|
command: 'Explorer.renameDirent',
|
|
2443
2512
|
when: FocusExplorer
|
|
2444
2513
|
}, {
|
|
2445
|
-
key: Escape,
|
|
2514
|
+
key: KeyCode.Escape,
|
|
2446
2515
|
command: 'Explorer.cancelEdit',
|
|
2447
2516
|
when: FocusExplorerEditBox
|
|
2448
2517
|
}, {
|
|
2449
|
-
key: Enter,
|
|
2518
|
+
key: KeyCode.Enter,
|
|
2450
2519
|
command: 'Explorer.acceptEdit',
|
|
2451
2520
|
when: FocusExplorerEditBox
|
|
2452
2521
|
}, {
|
|
2453
|
-
key: Delete,
|
|
2522
|
+
key: KeyCode.Delete,
|
|
2454
2523
|
command: 'Explorer.removeDirent',
|
|
2455
2524
|
when: FocusExplorer
|
|
2456
2525
|
}, {
|
|
2457
|
-
key: Escape,
|
|
2526
|
+
key: KeyCode.Escape,
|
|
2458
2527
|
command: 'Explorer.focusNone',
|
|
2459
2528
|
when: FocusExplorer
|
|
2460
2529
|
}, {
|
|
2461
|
-
key: Space,
|
|
2530
|
+
key: KeyCode.Space,
|
|
2462
2531
|
command: 'Explorer.handleClickCurrentButKeepFocus',
|
|
2463
2532
|
when: FocusExplorer
|
|
2464
2533
|
}, {
|
|
2465
|
-
key: Enter,
|
|
2534
|
+
key: KeyCode.Enter,
|
|
2466
2535
|
command: 'Explorer.handleClickCurrent',
|
|
2467
2536
|
when: FocusExplorer
|
|
2468
2537
|
}, {
|
|
2469
|
-
key: CtrlCmd | KeyA,
|
|
2538
|
+
key: CtrlCmd | KeyCode.KeyA,
|
|
2470
2539
|
command: 'Explorer.selectAll',
|
|
2471
2540
|
when: FocusExplorer
|
|
2472
2541
|
}];
|
|
@@ -2511,7 +2580,7 @@ const menuEntryCut = {
|
|
|
2511
2580
|
id: 'cut',
|
|
2512
2581
|
label: cut(),
|
|
2513
2582
|
flags: RestoreFocus,
|
|
2514
|
-
command:
|
|
2583
|
+
command: 'Explorer.handleCut'
|
|
2515
2584
|
};
|
|
2516
2585
|
const menuEntryCopy = {
|
|
2517
2586
|
id: 'copy',
|
|
@@ -3102,7 +3171,29 @@ const handleCopy = async state => {
|
|
|
3102
3171
|
// TODO handle copy error gracefully
|
|
3103
3172
|
const files = [absolutePath];
|
|
3104
3173
|
await writeNativeFiles('copy', files);
|
|
3105
|
-
return
|
|
3174
|
+
return {
|
|
3175
|
+
...state,
|
|
3176
|
+
pasteShouldMove: false
|
|
3177
|
+
};
|
|
3178
|
+
};
|
|
3179
|
+
|
|
3180
|
+
const handleCut = async state => {
|
|
3181
|
+
// TODO handle multiple files
|
|
3182
|
+
// TODO if not file is selected, what happens?
|
|
3183
|
+
const dirent = getFocusedDirent$1(state);
|
|
3184
|
+
if (!dirent) {
|
|
3185
|
+
console.error('[ViewletExplorer/handleCut] no dirent selected');
|
|
3186
|
+
return state;
|
|
3187
|
+
}
|
|
3188
|
+
const absolutePath = dirent.path;
|
|
3189
|
+
// TODO handle cut error gracefully
|
|
3190
|
+
const files = [absolutePath];
|
|
3191
|
+
await writeNativeFiles('cut', files);
|
|
3192
|
+
return {
|
|
3193
|
+
...state,
|
|
3194
|
+
pasteShouldMove: true,
|
|
3195
|
+
cutItems: files
|
|
3196
|
+
};
|
|
3106
3197
|
};
|
|
3107
3198
|
|
|
3108
3199
|
const handleDragLeave = state => {
|
|
@@ -3398,7 +3489,7 @@ const getFileOperationsElectron = async (root, paths, fileHandles) => {
|
|
|
3398
3489
|
} = fileHandle;
|
|
3399
3490
|
const path = paths[i];
|
|
3400
3491
|
operations.push({
|
|
3401
|
-
type: Copy$
|
|
3492
|
+
type: Copy$1,
|
|
3402
3493
|
path: join2(root, name),
|
|
3403
3494
|
from: path
|
|
3404
3495
|
});
|
|
@@ -3769,7 +3860,7 @@ const getFileOperationsCopy = (root, existingUris, files) => {
|
|
|
3769
3860
|
const uniqueName = generateUniqueName(baseName, existingUris, root);
|
|
3770
3861
|
const newUri = join2(root, uniqueName);
|
|
3771
3862
|
operations.push({
|
|
3772
|
-
type: Copy$
|
|
3863
|
+
type: Copy$1,
|
|
3773
3864
|
from: file,
|
|
3774
3865
|
// TODO ensure file is uri
|
|
3775
3866
|
path: newUri
|
|
@@ -3805,24 +3896,57 @@ const handlePasteCopy = async (state, nativeFiles) => {
|
|
|
3805
3896
|
const firstNewFilePath = newFilePaths[0];
|
|
3806
3897
|
const newFileIndex = getIndex(latestState.items, firstNewFilePath);
|
|
3807
3898
|
if (newFileIndex !== -1) {
|
|
3808
|
-
|
|
3899
|
+
const adjustedState = adjustScrollAfterPaste(latestState, newFileIndex);
|
|
3900
|
+
return {
|
|
3901
|
+
...adjustedState,
|
|
3902
|
+
pasteShouldMove: false
|
|
3903
|
+
};
|
|
3809
3904
|
}
|
|
3810
3905
|
}
|
|
3811
3906
|
// If there are no items, ensure focusedIndex is 0
|
|
3812
3907
|
if (latestState.items.length === 0) {
|
|
3813
3908
|
return {
|
|
3814
3909
|
...latestState,
|
|
3815
|
-
focusedIndex: 0
|
|
3910
|
+
focusedIndex: 0,
|
|
3911
|
+
pasteShouldMove: false
|
|
3816
3912
|
};
|
|
3817
3913
|
}
|
|
3818
|
-
return
|
|
3914
|
+
return {
|
|
3915
|
+
...latestState,
|
|
3916
|
+
pasteShouldMove: false
|
|
3917
|
+
};
|
|
3819
3918
|
};
|
|
3820
3919
|
|
|
3821
|
-
const
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3920
|
+
const getOperations = (toUri, files) => {
|
|
3921
|
+
const operations = [];
|
|
3922
|
+
for (const file of files) {
|
|
3923
|
+
const baseName = getBaseName('/', file);
|
|
3924
|
+
const newUri = join2(toUri, baseName);
|
|
3925
|
+
operations.push({
|
|
3926
|
+
type: Rename$2,
|
|
3927
|
+
from: file,
|
|
3928
|
+
path: newUri
|
|
3929
|
+
});
|
|
3930
|
+
}
|
|
3931
|
+
return operations;
|
|
3932
|
+
};
|
|
3933
|
+
const getTargetUri = (root, items, index) => {
|
|
3934
|
+
if (index === -1) {
|
|
3935
|
+
return root;
|
|
3825
3936
|
}
|
|
3937
|
+
return items[index].path;
|
|
3938
|
+
};
|
|
3939
|
+
const handlePasteCut = async (state, nativeFiles) => {
|
|
3940
|
+
const {
|
|
3941
|
+
root,
|
|
3942
|
+
pathSeparator,
|
|
3943
|
+
items,
|
|
3944
|
+
focusedIndex
|
|
3945
|
+
} = state;
|
|
3946
|
+
// TODO root is not necessrily target uri
|
|
3947
|
+
const targetUri = getTargetUri(root, items, focusedIndex);
|
|
3948
|
+
const operations = getOperations(targetUri, nativeFiles.files);
|
|
3949
|
+
await applyFileOperations(operations);
|
|
3826
3950
|
|
|
3827
3951
|
// Refresh the state after cut operations
|
|
3828
3952
|
const latestState = await refresh(state);
|
|
@@ -3830,36 +3954,23 @@ const handlePasteCut = async (state, nativeFiles) => {
|
|
|
3830
3954
|
// Focus on the first pasted file and adjust scroll position
|
|
3831
3955
|
if (nativeFiles.files.length > 0) {
|
|
3832
3956
|
const firstPastedFile = nativeFiles.files[0];
|
|
3833
|
-
const targetPath = `${
|
|
3957
|
+
const targetPath = `${root}${pathSeparator}${getBaseName(pathSeparator, firstPastedFile)}`;
|
|
3834
3958
|
const pastedFileIndex = getIndex(latestState.items, targetPath);
|
|
3835
3959
|
if (pastedFileIndex !== -1) {
|
|
3836
|
-
|
|
3960
|
+
const adjustedState = adjustScrollAfterPaste(latestState, pastedFileIndex);
|
|
3961
|
+
return {
|
|
3962
|
+
...adjustedState,
|
|
3963
|
+
pasteShouldMove: false
|
|
3964
|
+
};
|
|
3837
3965
|
}
|
|
3838
3966
|
}
|
|
3839
|
-
return
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
console.error('[ViewletExplorer/handlePaste] no paths detected');
|
|
3844
|
-
return state;
|
|
3967
|
+
return {
|
|
3968
|
+
...latestState,
|
|
3969
|
+
pasteShouldMove: false
|
|
3970
|
+
};
|
|
3845
3971
|
};
|
|
3846
3972
|
|
|
3847
3973
|
const None$3 = 'none';
|
|
3848
|
-
const Copy = 'copy';
|
|
3849
|
-
const Cut = 'cut';
|
|
3850
|
-
|
|
3851
|
-
const getPasteHandler = type => {
|
|
3852
|
-
switch (type) {
|
|
3853
|
-
case None$3:
|
|
3854
|
-
return handlePasteNone;
|
|
3855
|
-
case Copy:
|
|
3856
|
-
return handlePasteCopy;
|
|
3857
|
-
case Cut:
|
|
3858
|
-
return handlePasteCut;
|
|
3859
|
-
default:
|
|
3860
|
-
throw new Error(`unexpected native paste type: ${type}`);
|
|
3861
|
-
}
|
|
3862
|
-
};
|
|
3863
3974
|
|
|
3864
3975
|
const handlePaste = async state => {
|
|
3865
3976
|
const nativeFiles = await readNativeFiles();
|
|
@@ -3878,8 +3989,18 @@ const handlePaste = async state => {
|
|
|
3878
3989
|
// TODO but what if a file is currently selected? Then maybe the parent folder
|
|
3879
3990
|
// TODO but will it work if the folder is a symlink?
|
|
3880
3991
|
// TODO handle error gracefully when copy fails
|
|
3881
|
-
|
|
3882
|
-
return
|
|
3992
|
+
|
|
3993
|
+
// If no files to paste, return original state unchanged
|
|
3994
|
+
if (nativeFiles.type === None$3) {
|
|
3995
|
+
return state;
|
|
3996
|
+
}
|
|
3997
|
+
|
|
3998
|
+
// Use the pasteShouldMove flag to determine whether to cut or copy
|
|
3999
|
+
if (state.pasteShouldMove) {
|
|
4000
|
+
return handlePasteCut(state, nativeFiles);
|
|
4001
|
+
} else {
|
|
4002
|
+
return handlePasteCopy(state, nativeFiles);
|
|
4003
|
+
}
|
|
3883
4004
|
};
|
|
3884
4005
|
|
|
3885
4006
|
const handlePointerDown = (state, button, x, y) => {
|
|
@@ -4479,22 +4600,34 @@ const ToolBar = 'toolbar';
|
|
|
4479
4600
|
const Tree = 'tree';
|
|
4480
4601
|
const TreeItem$1 = 'treeitem';
|
|
4481
4602
|
|
|
4603
|
+
// 0 = 'Button'
|
|
4604
|
+
// 1 = 'IconButton'
|
|
4605
|
+
// 2 = 'Button IconButton'
|
|
4606
|
+
// it could make dom diffing faster, since for classname,
|
|
4607
|
+
// once at start, send all classnames to renderer process
|
|
4608
|
+
// only numbers are compared. it could also make rendering faster,
|
|
4609
|
+
// representing the concatenated strings for example
|
|
4610
|
+
// since less data is transferred to renderer process
|
|
4611
|
+
// then, components uses numeric classname
|
|
4612
|
+
// TODO add option to make classnames numeric
|
|
4613
|
+
// when a component uses multiple classnames, it is a new number
|
|
4482
4614
|
const Actions = 'Actions';
|
|
4483
4615
|
const Button$2 = 'Button';
|
|
4484
4616
|
const ButtonNarrow = 'ButtonNarrow';
|
|
4485
4617
|
const ButtonPrimary = 'ButtonPrimary';
|
|
4486
4618
|
const ButtonWide = 'ButtonWide';
|
|
4487
4619
|
const Chevron = 'Chevron';
|
|
4488
|
-
const ExplorerErrorMessage = 'ExplorerErrorMessage';
|
|
4489
4620
|
const Empty = '';
|
|
4490
4621
|
const Explorer = 'Explorer';
|
|
4491
4622
|
const ExplorerDropTarget = 'DropTarget';
|
|
4623
|
+
const ExplorerErrorMessage = 'ExplorerErrorMessage';
|
|
4492
4624
|
const ExplorerInputBox = 'ExplorerInputBox';
|
|
4493
4625
|
const FileIcon = 'FileIcon';
|
|
4494
4626
|
const FocusOutline = 'FocusOutline';
|
|
4495
4627
|
const IconButton = 'IconButton';
|
|
4496
4628
|
const InputValidationError = 'InputValidationError';
|
|
4497
4629
|
const Label = 'Label';
|
|
4630
|
+
const LabelCut = 'LabelCut';
|
|
4498
4631
|
const ListItems = 'ListItems';
|
|
4499
4632
|
const MaskIconChevronDown = 'MaskIconChevronDown';
|
|
4500
4633
|
const MaskIconChevronRight = 'MaskIconChevronRight';
|
|
@@ -4507,36 +4640,6 @@ const Viewlet = 'Viewlet';
|
|
|
4507
4640
|
const Welcome = 'Welcome';
|
|
4508
4641
|
const WelcomeMessage = 'WelcomeMessage';
|
|
4509
4642
|
|
|
4510
|
-
// TODO add option to make classnames numeric
|
|
4511
|
-
// once at start, send all classnames to renderer process
|
|
4512
|
-
// then, components uses numeric classname
|
|
4513
|
-
// when a component uses multiple classnames, it is a new number
|
|
4514
|
-
// representing the concatenated strings for example
|
|
4515
|
-
// 0 = 'Button'
|
|
4516
|
-
// 1 = 'IconButton'
|
|
4517
|
-
// 2 = 'Button IconButton'
|
|
4518
|
-
// it could make dom diffing faster, since for classname,
|
|
4519
|
-
// only numbers are compared. it could also make rendering faster,
|
|
4520
|
-
// since less data is transferred to renderer process
|
|
4521
|
-
|
|
4522
|
-
const mergeClassNames = (...classNames) => {
|
|
4523
|
-
return classNames.filter(Boolean).join(' ');
|
|
4524
|
-
};
|
|
4525
|
-
const px = value => {
|
|
4526
|
-
return `${value}px`;
|
|
4527
|
-
};
|
|
4528
|
-
const position = (x, y) => {
|
|
4529
|
-
return `${x}px ${y}px`;
|
|
4530
|
-
};
|
|
4531
|
-
const Text = 12;
|
|
4532
|
-
const text = data => {
|
|
4533
|
-
return {
|
|
4534
|
-
type: Text,
|
|
4535
|
-
text: data,
|
|
4536
|
-
childCount: 0
|
|
4537
|
-
};
|
|
4538
|
-
};
|
|
4539
|
-
|
|
4540
4643
|
const Button$1 = 1;
|
|
4541
4644
|
const Div = 4;
|
|
4542
4645
|
const Input = 6;
|
|
@@ -4649,15 +4752,22 @@ const label = {
|
|
|
4649
4752
|
className: Label,
|
|
4650
4753
|
childCount: 1
|
|
4651
4754
|
};
|
|
4652
|
-
const getLabelDom = name => {
|
|
4755
|
+
const getLabelDom = (name, isCut) => {
|
|
4756
|
+
if (isCut) {
|
|
4757
|
+
return [{
|
|
4758
|
+
type: Div,
|
|
4759
|
+
className: mergeClassNames(Label, LabelCut),
|
|
4760
|
+
childCount: 1
|
|
4761
|
+
}, text(name)];
|
|
4762
|
+
}
|
|
4653
4763
|
return [label, text(name)];
|
|
4654
4764
|
};
|
|
4655
4765
|
|
|
4656
|
-
const getInputOrLabelDom = (isEditing, hasEditingError, name) => {
|
|
4766
|
+
const getInputOrLabelDom = (isEditing, hasEditingError, name, isCut) => {
|
|
4657
4767
|
if (isEditing) {
|
|
4658
4768
|
return getInputDom(hasEditingError);
|
|
4659
4769
|
}
|
|
4660
|
-
return getLabelDom(name);
|
|
4770
|
+
return getLabelDom(name, isCut);
|
|
4661
4771
|
};
|
|
4662
4772
|
|
|
4663
4773
|
const getExplorerItemVirtualDom = item => {
|
|
@@ -4674,7 +4784,8 @@ const getExplorerItemVirtualDom = item => {
|
|
|
4674
4784
|
name,
|
|
4675
4785
|
path,
|
|
4676
4786
|
setSize,
|
|
4677
|
-
posInSet
|
|
4787
|
+
posInSet,
|
|
4788
|
+
isCut
|
|
4678
4789
|
} = item;
|
|
4679
4790
|
const chevronDom = getChevronVirtualDom(chevron);
|
|
4680
4791
|
return [{
|
|
@@ -4692,7 +4803,7 @@ const getExplorerItemVirtualDom = item => {
|
|
|
4692
4803
|
ariaExpanded,
|
|
4693
4804
|
ariaDescription: '',
|
|
4694
4805
|
id
|
|
4695
|
-
}, ...chevronDom, getFileIconVirtualDom(icon), ...getInputOrLabelDom(isEditing, hasEditingError, name)];
|
|
4806
|
+
}, ...chevronDom, getFileIconVirtualDom(icon), ...getInputOrLabelDom(isEditing, hasEditingError, name, isCut)];
|
|
4696
4807
|
};
|
|
4697
4808
|
|
|
4698
4809
|
const getActiveDescendant = focusedIndex => {
|
|
@@ -4866,7 +4977,7 @@ const getEditingChevron = direntType => {
|
|
|
4866
4977
|
return None$1;
|
|
4867
4978
|
}
|
|
4868
4979
|
};
|
|
4869
|
-
const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editingIndex, editingType, editingValue, editingErrorMessage, icons, useChevrons, dropTargets, editingIcon) => {
|
|
4980
|
+
const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editingIndex, editingType, editingValue, editingErrorMessage, icons, useChevrons, dropTargets, editingIcon, cutItems) => {
|
|
4870
4981
|
const visible = [];
|
|
4871
4982
|
const indentFn = useChevrons ? getTreeItemIndentWithChevron : getTreeItemIndent;
|
|
4872
4983
|
let iconIndex = 0;
|
|
@@ -4876,7 +4987,8 @@ const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editin
|
|
|
4876
4987
|
const isFocused = i === focusedIndex;
|
|
4877
4988
|
const id = isFocused ? 'TreeItemActive' : undefined;
|
|
4878
4989
|
const isSelected = item.selected;
|
|
4879
|
-
const
|
|
4990
|
+
const isCut = cutItems.includes(item.path);
|
|
4991
|
+
const className = getTreeItemClassName(isSelected, isFocused); // TODO compute classname in dom function
|
|
4880
4992
|
const expanded = getExpandedType(item.type);
|
|
4881
4993
|
const ariaExpanded = ariaExpandedValues[expanded];
|
|
4882
4994
|
const isEditing = i === editingIndex;
|
|
@@ -4897,17 +5009,39 @@ const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editin
|
|
|
4897
5009
|
ariaExpanded,
|
|
4898
5010
|
chevron,
|
|
4899
5011
|
id,
|
|
4900
|
-
className
|
|
5012
|
+
className,
|
|
5013
|
+
isCut
|
|
4901
5014
|
});
|
|
4902
5015
|
}
|
|
4903
5016
|
return visible;
|
|
4904
5017
|
};
|
|
4905
5018
|
|
|
4906
5019
|
const renderItems = (oldState, newState) => {
|
|
4907
|
-
const
|
|
4908
|
-
|
|
4909
|
-
|
|
4910
|
-
|
|
5020
|
+
const {
|
|
5021
|
+
items,
|
|
5022
|
+
minLineY,
|
|
5023
|
+
maxLineY,
|
|
5024
|
+
focusedIndex,
|
|
5025
|
+
editingIndex,
|
|
5026
|
+
editingType,
|
|
5027
|
+
editingValue,
|
|
5028
|
+
editingErrorMessage,
|
|
5029
|
+
icons,
|
|
5030
|
+
useChevrons,
|
|
5031
|
+
dropTargets,
|
|
5032
|
+
editingIcon,
|
|
5033
|
+
itemHeight,
|
|
5034
|
+
width,
|
|
5035
|
+
root,
|
|
5036
|
+
deltaY,
|
|
5037
|
+
focused,
|
|
5038
|
+
height,
|
|
5039
|
+
cutItems
|
|
5040
|
+
} = newState;
|
|
5041
|
+
const visibleDirents = getVisibleExplorerItems(items, minLineY, maxLineY, focusedIndex, editingIndex, editingType, editingValue, editingErrorMessage, icons, useChevrons, dropTargets, editingIcon, cutItems);
|
|
5042
|
+
const isWide = width > 450;
|
|
5043
|
+
const contentHeight = items.length * itemHeight;
|
|
5044
|
+
const depth = items[focusedIndex]?.depth || 0;
|
|
4911
5045
|
const indent = 8;
|
|
4912
5046
|
const padding = 10;
|
|
4913
5047
|
const fileIconWidth = 16;
|
|
@@ -4916,8 +5050,8 @@ const renderItems = (oldState, newState) => {
|
|
|
4916
5050
|
const {
|
|
4917
5051
|
top,
|
|
4918
5052
|
left
|
|
4919
|
-
} = getErrorMessagePosition(
|
|
4920
|
-
const dom = getExplorerVirtualDom(visibleDirents,
|
|
5053
|
+
} = getErrorMessagePosition(itemHeight, focusedIndex, minLineY, depth, indent, fileIconWidth, padding + defaultPaddingLeft + chevronSpace);
|
|
5054
|
+
const dom = getExplorerVirtualDom(visibleDirents, focusedIndex, root, isWide, focused, dropTargets, height, contentHeight, deltaY, editingErrorMessage, top, left);
|
|
4921
5055
|
return ['Viewlet.setDom2', dom];
|
|
4922
5056
|
};
|
|
4923
5057
|
|
|
@@ -5427,6 +5561,7 @@ const commandMap = {
|
|
|
5427
5561
|
'Explorer.handleContextMenu': wrapCommand(handleContextMenu),
|
|
5428
5562
|
'Explorer.handleContextMenuKeyboard': wrapCommand(handleContextMenuKeyboard),
|
|
5429
5563
|
'Explorer.handleCopy': wrapCommand(handleCopy),
|
|
5564
|
+
'Explorer.handleCut': wrapCommand(handleCut),
|
|
5430
5565
|
'Explorer.handleDragLeave': wrapCommand(handleDragLeave),
|
|
5431
5566
|
'Explorer.handleDragOver': wrapCommand(handleDragOver),
|
|
5432
5567
|
'Explorer.handleDrop': wrapCommand(handleDrop),
|