@lvce-editor/static-server 0.49.15 → 0.49.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1861 -1861
- package/package.json +1 -1
- package/static/{b0358a2 → bd3fe96}/css/App.css +89 -84
- package/static/{b0358a2 → bd3fe96}/manifest.json +2 -2
- package/static/{b0358a2 → bd3fe96}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{b0358a2 → bd3fe96}/packages/explorer-worker/dist/explorerViewWorkerMain.js +299 -256
- package/static/{b0358a2 → bd3fe96}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{b0358a2 → bd3fe96}/packages/renderer-process/dist/rendererProcessMain.js +20 -2
- package/static/{b0358a2 → bd3fe96}/packages/renderer-process/package.json +1 -1
- package/static/{b0358a2 → bd3fe96}/packages/renderer-worker/dist/rendererWorkerMain.js +5 -7
- package/static/{b0358a2 → bd3fe96}/packages/text-search-worker/dist/textSearchWorkerMain.js +146 -39
- package/static/index.html +4 -4
- /package/static/{b0358a2 → bd3fe96}/config/colorTheme.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/config/defaultSettings.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/config/fileMap.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/config/webExtensions.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/Animation.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/DebugButtons.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/DebugValue.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/E2eTest.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/E2eTests.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/EditorHover.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/EditorMessage.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/FeatureContent.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/Features.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ImagePreview.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/InputBadge.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/Key.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/LegacyDialog.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/Markdown.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/Progress.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/Select.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/Table.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletAbout.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletDialog.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletMedia.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletOutput.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletPanel.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletPdf.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletProblems.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletReferences.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletSearch.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletStorage.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/default_file.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/default_folder.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/default_root_folder.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_access.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_access2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ada.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_agda.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ai.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_al.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_angular.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_apache.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_apex.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_apib.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_apl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_asp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_astro.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_atom.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ats.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_attw.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_audio.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_avif.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_avro.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_awk.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_aws.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_azure.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_babel.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bak.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bat.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bats.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_biml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_binary.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_biome.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_blade.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_blender.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bower.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_buf.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bun.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_c.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_c2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_c3.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cake.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_casc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cert.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cf.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_chef.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_class.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_compass.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_composer.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_conan.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_conda.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_config.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_craco.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_css.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_css2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_cython.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dal.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_db.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_debian.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_deno.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_diff.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_django.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_docker.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_docz.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_drone.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_drools.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_edge.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_eex.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_elm.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ember.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_eps.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_epub.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_erb.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_excel.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_expo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fla.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_flash.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_flow.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_font.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_funding.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_galen.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_git.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_git2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_glide.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_go.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_godot.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_grain.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_haml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_helix.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_helm.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_host.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_html.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_http.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_husky.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_hy.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_icl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_idris.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_image.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_imba.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_inc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_informix.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ini.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ink.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_io.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jake.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_janet.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jar.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_java.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jest.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_json.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_json2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_json5.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jss.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_juice.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_julia.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_just.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_k.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_karma.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_key.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_kite.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_knip.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_kos.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_lark.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_latino.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_layout.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_less.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_lex.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_liara.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_license.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_lime.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_locale.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_log.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_lua.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_luau.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_lync.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_map.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_marko.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_maven.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_maya.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_meson.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_motif.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mson.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_next.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nim.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nix.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_noc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_node.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_node2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_npm.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nx.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_org.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_package.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_paket.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_patch.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_perl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_php.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_php2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_php3.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pine.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pip.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pony.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_postman.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_preact.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_progress.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pug.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_python.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_q.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_qml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_r.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_racket.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rails.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rake.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_raku.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_raml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_razor.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_reason.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_red.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_registry.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rego.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_remark.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_replit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rest.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_retext.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_riot.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_robots.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rome.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ron.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rss.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rust.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sails.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_san.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sas.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sass.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_scala.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_script.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_scss.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_shell.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sino.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_slang.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_slice.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_slim.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_slint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sln.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_snort.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_source.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_spin.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sql.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sss.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sst.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_stan.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_stata.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_style.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_styled.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_svg.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_swc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_swift.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_swig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_teal.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_templ.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tera.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_test.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_testts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tex.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_text.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_textile.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tm.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_todo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_toit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_toml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tox.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_travis.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tree.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tres.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tt.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_twig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_unison.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vala.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vash.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vb.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vba.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vento.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_video.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_view.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vim.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vite.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_volt.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vue.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wally.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_windi.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_word.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_word2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_xib.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_xml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_xo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_yang.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_zig.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_zip.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_android.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_api.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_app.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_client.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_common.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_component.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_config.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_css.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_db.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_git.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_github.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_images.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_include.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_js.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_json.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_less.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_library.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_log.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_model.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_module.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_next.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_node.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_package.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_php.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_private.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_public.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_python.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_route.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_script.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_server.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_services.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_src.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_story.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_style.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_template.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_test.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_video.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_view.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_www.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/add.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/arrow-down.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/arrow-left.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/arrow-right.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/arrow-up.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/blank.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/book.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/case-sensitive.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/check.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/chevron-down.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/chevron-left.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/chevron-right.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/chevron-up.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/chrome-close.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/chrome-maximize.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/chrome-minimize.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/chrome-restore.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/circle-filled.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/clear-all.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/close.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/cloud.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/collapse-all.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-all.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-alt-2.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-alt-small.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-alt.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-console.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-continue-small.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-continue.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-coverage.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-disconnect.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-line-by-line.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-pause.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-rerun.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-restart-frame.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-restart.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-stackframe.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-start.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-step-back.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-step-into.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-step-out.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-step-over.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug-stop.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/debug.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/discard.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/edit.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/ellipsis.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/error.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/exclude.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/extensions.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/files.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/filter.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/go-to-file.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/icon-close.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/icon-source-control.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/icon-sync.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/icon.png +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/icon.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/info.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/language-icon.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/link-external.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/list-flat.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/list-tree.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/new-file.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/new-folder.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/newline.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/open-preview.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/play.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/preserve-case.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/progress.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/pwa-icon-192.png +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/pwa-icon-512.png +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/record-keys.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/refresh.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/regex.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/remove.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/replace-all.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/replace.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/run-all.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/search.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/settings-gear.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/sort-precedence.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/source-control.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/split-horizontal.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/squiggly-error.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/squiggly-warning.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-array.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-boolean.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-class.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-color.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-constant.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-enum-member.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-enum.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-event.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-field.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-file.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-interface.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-key.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-keyword.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-method.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-misc.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-namespace.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-numeric.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-operator.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-parameter.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-property.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-ruler.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-snippet.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-string.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-structure.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/symbol-variable.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/tag.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/terminal-bash.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/terminal.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/theme-icon.png +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/trash.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/triangle-down.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/triangle-left.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/triangle-right.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/triangle-up.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/warning.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/whole-word.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/zoom-in.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/icons/zoom-out.svg +0 -0
- /package/static/{b0358a2 → bd3fe96}/js/babel-parser.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/js/blob-util.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/js/ky.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/js/lvce-editor-import-script.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/js/lvce-editor-ipc.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/js/lvce-editor-verror.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/js/p-min-delay.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/js/pretty-bytes.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/js/preview-injected.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/js/yoctodelay.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/lib-css/termterm.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/renderer-process/LICENSE +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/renderer-process/README.md +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.cpp +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.css +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.csv +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.dart +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.env +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.ex +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.html +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.java +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.jl +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.js +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.kt +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.pl +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.py +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/index.ts +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/scrolling.txt +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/languages/tsconfig.json +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/sample-folder/a.txt +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/sample-folder/b.txt +0 -0
- /package/static/{b0358a2 → bd3fe96}/playground/sample-folder/c.txt +0 -0
|
@@ -901,6 +901,241 @@ const compareDirent = (direntA, direntB) => {
|
|
|
901
901
|
return compareDirentType(direntA, direntB) || compareDirentName(direntA, direntB);
|
|
902
902
|
};
|
|
903
903
|
|
|
904
|
+
const None$5 = 0;
|
|
905
|
+
const CreateFile = 1;
|
|
906
|
+
const CreateFolder = 2;
|
|
907
|
+
const Rename$1 = 3;
|
|
908
|
+
|
|
909
|
+
const emptyObject = {};
|
|
910
|
+
const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
|
|
911
|
+
const i18nString = (key, placeholders = emptyObject) => {
|
|
912
|
+
if (placeholders === emptyObject) {
|
|
913
|
+
return key;
|
|
914
|
+
}
|
|
915
|
+
const replacer = (match, rest) => {
|
|
916
|
+
return placeholders[rest];
|
|
917
|
+
};
|
|
918
|
+
return key.replaceAll(RE_PLACEHOLDER, replacer);
|
|
919
|
+
};
|
|
920
|
+
|
|
921
|
+
const CollapseAllFoldersInExplorer = 'Collapse All Folders in Explorer';
|
|
922
|
+
const Copy$1 = 'Copy';
|
|
923
|
+
const CopyPath = 'Copy Path';
|
|
924
|
+
const CopyRelativePath = 'Copy Relative Path';
|
|
925
|
+
const Cut$1 = 'Cut';
|
|
926
|
+
const Delete$1 = 'Delete';
|
|
927
|
+
const FileOrFolderNameMustBeProvider = 'A file or folder name must be provided.';
|
|
928
|
+
const FilesExplorer = 'Files Explorer';
|
|
929
|
+
const NewFile$1 = 'New File...';
|
|
930
|
+
const NewFolder$1 = 'New Folder...';
|
|
931
|
+
const OpenContainingFolder = 'Open Containing Folder';
|
|
932
|
+
const OpenFolder = 'Open folder';
|
|
933
|
+
const OpenInIntegratedTerminal = 'Open in integrated Terminal';
|
|
934
|
+
const Paste = 'Paste';
|
|
935
|
+
const RefreshExplorer = 'Refresh Explorer';
|
|
936
|
+
const Rename = 'Rename';
|
|
937
|
+
const YouHaveNotYetOpenedAFolder = 'You have not yet opened a folder';
|
|
938
|
+
|
|
939
|
+
const newFile$1 = () => {
|
|
940
|
+
return i18nString(NewFile$1);
|
|
941
|
+
};
|
|
942
|
+
const newFolder$1 = () => {
|
|
943
|
+
return i18nString(NewFolder$1);
|
|
944
|
+
};
|
|
945
|
+
const openContainingFolder$1 = () => {
|
|
946
|
+
return i18nString(OpenContainingFolder);
|
|
947
|
+
};
|
|
948
|
+
const openInIntegratedTerminal = () => {
|
|
949
|
+
return i18nString(OpenInIntegratedTerminal);
|
|
950
|
+
};
|
|
951
|
+
const cut = () => {
|
|
952
|
+
return i18nString(Cut$1);
|
|
953
|
+
};
|
|
954
|
+
const copy$1 = () => {
|
|
955
|
+
return i18nString(Copy$1);
|
|
956
|
+
};
|
|
957
|
+
const paste = () => {
|
|
958
|
+
return i18nString(Paste);
|
|
959
|
+
};
|
|
960
|
+
const copyPath$1 = () => {
|
|
961
|
+
return i18nString(CopyPath);
|
|
962
|
+
};
|
|
963
|
+
const copyRelativePath$1 = () => {
|
|
964
|
+
return i18nString(CopyRelativePath);
|
|
965
|
+
};
|
|
966
|
+
const rename$1 = () => {
|
|
967
|
+
return i18nString(Rename);
|
|
968
|
+
};
|
|
969
|
+
const deleteItem = () => {
|
|
970
|
+
return i18nString(Delete$1);
|
|
971
|
+
};
|
|
972
|
+
const refresh$1 = () => {
|
|
973
|
+
return i18nString(RefreshExplorer);
|
|
974
|
+
};
|
|
975
|
+
const collapseAll$1 = () => {
|
|
976
|
+
return i18nString(CollapseAllFoldersInExplorer);
|
|
977
|
+
};
|
|
978
|
+
const filesExplorer = () => {
|
|
979
|
+
return i18nString(FilesExplorer);
|
|
980
|
+
};
|
|
981
|
+
const youHaveNotYetOpenedAFolder = () => {
|
|
982
|
+
return i18nString(YouHaveNotYetOpenedAFolder);
|
|
983
|
+
};
|
|
984
|
+
const openFolder$1 = () => {
|
|
985
|
+
return i18nString(OpenFolder);
|
|
986
|
+
};
|
|
987
|
+
const fileOrFolderNameMustBeProvided = () => {
|
|
988
|
+
return i18nString(FileOrFolderNameMustBeProvider);
|
|
989
|
+
};
|
|
990
|
+
|
|
991
|
+
const getParentFolder = (dirents, index, root) => {
|
|
992
|
+
if (index < 0) {
|
|
993
|
+
return root;
|
|
994
|
+
}
|
|
995
|
+
return dirents[index].path;
|
|
996
|
+
};
|
|
997
|
+
const acceptCreate = async (state, newDirentType, createFn) => {
|
|
998
|
+
const {
|
|
999
|
+
focusedIndex,
|
|
1000
|
+
editingValue
|
|
1001
|
+
} = state;
|
|
1002
|
+
const newFileName = editingValue;
|
|
1003
|
+
if (!newFileName) {
|
|
1004
|
+
// TODO show error message that file name must not be empty
|
|
1005
|
+
// below input box
|
|
1006
|
+
// await ErrorHandling.showErrorDialog(new Error('file name must not be empty'))
|
|
1007
|
+
const editingErrorMessage = fileOrFolderNameMustBeProvided();
|
|
1008
|
+
return {
|
|
1009
|
+
...state,
|
|
1010
|
+
editingErrorMessage
|
|
1011
|
+
};
|
|
1012
|
+
}
|
|
1013
|
+
const parentFolder = getParentFolder(state.items, focusedIndex, state.root);
|
|
1014
|
+
const absolutePath = [parentFolder, newFileName].join(state.pathSeparator);
|
|
1015
|
+
// TODO better handle error
|
|
1016
|
+
try {
|
|
1017
|
+
await createFn(absolutePath);
|
|
1018
|
+
} catch (error) {
|
|
1019
|
+
console.error(new VError(error, `Failed to create file`));
|
|
1020
|
+
// TODO display error
|
|
1021
|
+
return state;
|
|
1022
|
+
}
|
|
1023
|
+
const parentDirent = focusedIndex >= 0 ? state.items[focusedIndex] : {
|
|
1024
|
+
depth: 0};
|
|
1025
|
+
const depth = parentDirent.depth + 1;
|
|
1026
|
+
const newDirent = {
|
|
1027
|
+
path: absolutePath,
|
|
1028
|
+
posInSet: -1,
|
|
1029
|
+
setSize: 1,
|
|
1030
|
+
depth,
|
|
1031
|
+
name: newFileName,
|
|
1032
|
+
type: newDirentType,
|
|
1033
|
+
icon: ''
|
|
1034
|
+
};
|
|
1035
|
+
newDirent.icon = '';
|
|
1036
|
+
let insertIndex = state.focusedIndex;
|
|
1037
|
+
let deltaPosInSet = 0;
|
|
1038
|
+
let posInSet = 1;
|
|
1039
|
+
let setSize = 1;
|
|
1040
|
+
let i = Math.max(state.focusedIndex, -1) + 1;
|
|
1041
|
+
const {
|
|
1042
|
+
items
|
|
1043
|
+
} = state;
|
|
1044
|
+
// TODO update posinset and setsize of all affected dirents
|
|
1045
|
+
for (; i < items.length; i++) {
|
|
1046
|
+
const dirent = items[i];
|
|
1047
|
+
if (dirent.depth !== depth) {
|
|
1048
|
+
break;
|
|
1049
|
+
}
|
|
1050
|
+
const compareResult = compareDirent(dirent, newDirent);
|
|
1051
|
+
if (compareResult === 1) {
|
|
1052
|
+
insertIndex = i - 1;
|
|
1053
|
+
deltaPosInSet = 1 - 1;
|
|
1054
|
+
break;
|
|
1055
|
+
} else {
|
|
1056
|
+
// @ts-ignore
|
|
1057
|
+
posInSet = dirent.posInSet + 1;
|
|
1058
|
+
// @ts-ignore
|
|
1059
|
+
setSize = dirent.setSize + 1;
|
|
1060
|
+
// @ts-ignore
|
|
1061
|
+
insertIndex = i;
|
|
1062
|
+
}
|
|
1063
|
+
// @ts-ignore
|
|
1064
|
+
dirent.setSize++;
|
|
1065
|
+
// @ts-ignore
|
|
1066
|
+
dirent.posInSet += deltaPosInSet;
|
|
1067
|
+
}
|
|
1068
|
+
newDirent.setSize = setSize;
|
|
1069
|
+
newDirent.posInSet = posInSet;
|
|
1070
|
+
// @ts-ignore
|
|
1071
|
+
items.splice(insertIndex + 1, 0, newDirent);
|
|
1072
|
+
const newDirents = [...items];
|
|
1073
|
+
const newMaxlineY = Math.max(state.maxLineY, newDirents.length);
|
|
1074
|
+
return {
|
|
1075
|
+
...state,
|
|
1076
|
+
items: newDirents,
|
|
1077
|
+
editingIndex: -1,
|
|
1078
|
+
focusedIndex: insertIndex + 1,
|
|
1079
|
+
editingType: None$5,
|
|
1080
|
+
maxLineY: newMaxlineY
|
|
1081
|
+
};
|
|
1082
|
+
};
|
|
1083
|
+
|
|
1084
|
+
const RendererWorker = 1;
|
|
1085
|
+
|
|
1086
|
+
const rpcs = Object.create(null);
|
|
1087
|
+
const set$1 = (id, rpc) => {
|
|
1088
|
+
rpcs[id] = rpc;
|
|
1089
|
+
};
|
|
1090
|
+
const get$1 = id => {
|
|
1091
|
+
return rpcs[id];
|
|
1092
|
+
};
|
|
1093
|
+
|
|
1094
|
+
const invoke = (method, ...params) => {
|
|
1095
|
+
const rpc = get$1(RendererWorker);
|
|
1096
|
+
// @ts-ignore
|
|
1097
|
+
return rpc.invoke(method, ...params);
|
|
1098
|
+
};
|
|
1099
|
+
|
|
1100
|
+
const remove = async dirent => {
|
|
1101
|
+
return invoke('FileSystem.remove', dirent);
|
|
1102
|
+
};
|
|
1103
|
+
const readDirWithFileTypes = async uri => {
|
|
1104
|
+
return invoke('FileSystem.readDirWithFileTypes', uri);
|
|
1105
|
+
};
|
|
1106
|
+
const getPathSeparator$1 = async root => {
|
|
1107
|
+
return invoke('FileSystem.getPathSeparator', root);
|
|
1108
|
+
};
|
|
1109
|
+
const getRealPath = async path => {
|
|
1110
|
+
return invoke('FileSystem.getRealPath', path);
|
|
1111
|
+
};
|
|
1112
|
+
const stat = async dirent => {
|
|
1113
|
+
return invoke('FileSystem.stat', dirent);
|
|
1114
|
+
};
|
|
1115
|
+
const createFile = async uri => {
|
|
1116
|
+
return invoke('FileSystem.writeFile', uri, '');
|
|
1117
|
+
};
|
|
1118
|
+
const writeFile = async (uri, content) => {
|
|
1119
|
+
return invoke('FileSystem.writeFile', uri, content);
|
|
1120
|
+
};
|
|
1121
|
+
const mkdir = async uri => {
|
|
1122
|
+
return invoke('FileSystem.mkdir', uri);
|
|
1123
|
+
};
|
|
1124
|
+
const rename = async (oldUri, newUri) => {
|
|
1125
|
+
return invoke('FileSystem.rename', oldUri, newUri);
|
|
1126
|
+
};
|
|
1127
|
+
const copy = async (oldUri, newUri) => {
|
|
1128
|
+
return invoke('FileSystem.copy', oldUri, newUri);
|
|
1129
|
+
};
|
|
1130
|
+
|
|
1131
|
+
const acceptCreateFile = async state => {
|
|
1132
|
+
return acceptCreate(state, File, createFile);
|
|
1133
|
+
};
|
|
1134
|
+
|
|
1135
|
+
const acceptCreateFolder = async state => {
|
|
1136
|
+
return acceptCreate(state, Directory, mkdir);
|
|
1137
|
+
};
|
|
1138
|
+
|
|
904
1139
|
// TODO use posInSet and setSize properties to compute more effectively
|
|
905
1140
|
const computeExplorerRenamedDirent = (dirents, index, newName) => {
|
|
906
1141
|
let startIndex = index;
|
|
@@ -996,58 +1231,6 @@ const computeExplorerRenamedDirent = (dirents, index, newName) => {
|
|
|
996
1231
|
};
|
|
997
1232
|
};
|
|
998
1233
|
|
|
999
|
-
const None$5 = 0;
|
|
1000
|
-
const CreateFile = 1;
|
|
1001
|
-
const CreateFolder = 2;
|
|
1002
|
-
const Rename$1 = 3;
|
|
1003
|
-
|
|
1004
|
-
const RendererWorker = 1;
|
|
1005
|
-
|
|
1006
|
-
const rpcs = Object.create(null);
|
|
1007
|
-
const set$1 = (id, rpc) => {
|
|
1008
|
-
rpcs[id] = rpc;
|
|
1009
|
-
};
|
|
1010
|
-
const get$1 = id => {
|
|
1011
|
-
return rpcs[id];
|
|
1012
|
-
};
|
|
1013
|
-
|
|
1014
|
-
const invoke = (method, ...params) => {
|
|
1015
|
-
const rpc = get$1(RendererWorker);
|
|
1016
|
-
// @ts-ignore
|
|
1017
|
-
return rpc.invoke(method, ...params);
|
|
1018
|
-
};
|
|
1019
|
-
|
|
1020
|
-
const remove = async dirent => {
|
|
1021
|
-
return invoke('FileSystem.remove', dirent);
|
|
1022
|
-
};
|
|
1023
|
-
const readDirWithFileTypes = async uri => {
|
|
1024
|
-
return invoke('FileSystem.readDirWithFileTypes', uri);
|
|
1025
|
-
};
|
|
1026
|
-
const getPathSeparator$1 = async root => {
|
|
1027
|
-
return invoke('FileSystem.getPathSeparator', root);
|
|
1028
|
-
};
|
|
1029
|
-
const getRealPath = async path => {
|
|
1030
|
-
return invoke('FileSystem.getRealPath', path);
|
|
1031
|
-
};
|
|
1032
|
-
const stat = async dirent => {
|
|
1033
|
-
return invoke('FileSystem.stat', dirent);
|
|
1034
|
-
};
|
|
1035
|
-
const createFile = async uri => {
|
|
1036
|
-
return invoke('FileSystem.createFile', uri);
|
|
1037
|
-
};
|
|
1038
|
-
const writeFile = async (uri, content) => {
|
|
1039
|
-
return invoke('FileSystem.writeFile', uri, content);
|
|
1040
|
-
};
|
|
1041
|
-
const mkdir = async uri => {
|
|
1042
|
-
return invoke('FileSystem.mkdir', uri);
|
|
1043
|
-
};
|
|
1044
|
-
const rename$1 = async (oldUri, newUri) => {
|
|
1045
|
-
return invoke('FileSystem.rename', oldUri, newUri);
|
|
1046
|
-
};
|
|
1047
|
-
const copy$1 = async (oldUri, newUri) => {
|
|
1048
|
-
return invoke('FileSystem.copy', oldUri, newUri);
|
|
1049
|
-
};
|
|
1050
|
-
|
|
1051
1234
|
const dirname = (pathSeparator, path) => {
|
|
1052
1235
|
const index = path.lastIndexOf(pathSeparator);
|
|
1053
1236
|
if (index === -1) {
|
|
@@ -1062,93 +1245,6 @@ const getBaseName = (pathSeparator, path) => {
|
|
|
1062
1245
|
return path.slice(path.lastIndexOf(pathSeparator) + 1);
|
|
1063
1246
|
};
|
|
1064
1247
|
|
|
1065
|
-
const getParentFolder = (dirents, index, root) => {
|
|
1066
|
-
if (index < 0) {
|
|
1067
|
-
return root;
|
|
1068
|
-
}
|
|
1069
|
-
return dirents[index].path;
|
|
1070
|
-
};
|
|
1071
|
-
const acceptCreate = async (state, newDirentType, createFn) => {
|
|
1072
|
-
const {
|
|
1073
|
-
focusedIndex,
|
|
1074
|
-
editingValue
|
|
1075
|
-
} = state;
|
|
1076
|
-
const newFileName = editingValue;
|
|
1077
|
-
if (!newFileName) {
|
|
1078
|
-
// TODO show error message that file name must not be empty
|
|
1079
|
-
// below input box
|
|
1080
|
-
// await ErrorHandling.showErrorDialog(new Error('file name must not be empty'))
|
|
1081
|
-
return state;
|
|
1082
|
-
}
|
|
1083
|
-
const parentFolder = getParentFolder(state.items, focusedIndex, state.root);
|
|
1084
|
-
const absolutePath = [parentFolder, newFileName].join(state.pathSeparator);
|
|
1085
|
-
// TODO better handle error
|
|
1086
|
-
try {
|
|
1087
|
-
await createFn(absolutePath);
|
|
1088
|
-
} catch {
|
|
1089
|
-
// TODO display error
|
|
1090
|
-
return state;
|
|
1091
|
-
}
|
|
1092
|
-
const parentDirent = focusedIndex >= 0 ? state.items[focusedIndex] : {
|
|
1093
|
-
depth: 0};
|
|
1094
|
-
const depth = parentDirent.depth + 1;
|
|
1095
|
-
const newDirent = {
|
|
1096
|
-
path: absolutePath,
|
|
1097
|
-
posInSet: -1,
|
|
1098
|
-
setSize: 1,
|
|
1099
|
-
depth,
|
|
1100
|
-
name: newFileName,
|
|
1101
|
-
type: newDirentType,
|
|
1102
|
-
icon: ''
|
|
1103
|
-
};
|
|
1104
|
-
newDirent.icon = '';
|
|
1105
|
-
let insertIndex = state.focusedIndex;
|
|
1106
|
-
let deltaPosInSet = 0;
|
|
1107
|
-
let posInSet = 1;
|
|
1108
|
-
let setSize = 1;
|
|
1109
|
-
let i = Math.max(state.focusedIndex, -1) + 1;
|
|
1110
|
-
const {
|
|
1111
|
-
items
|
|
1112
|
-
} = state;
|
|
1113
|
-
// TODO update posinset and setsize of all affected dirents
|
|
1114
|
-
for (; i < items.length; i++) {
|
|
1115
|
-
const dirent = items[i];
|
|
1116
|
-
if (dirent.depth !== depth) {
|
|
1117
|
-
break;
|
|
1118
|
-
}
|
|
1119
|
-
const compareResult = compareDirent(dirent, newDirent);
|
|
1120
|
-
if (compareResult === 1) {
|
|
1121
|
-
insertIndex = i - 1;
|
|
1122
|
-
deltaPosInSet = 1 - 1;
|
|
1123
|
-
break;
|
|
1124
|
-
} else {
|
|
1125
|
-
// @ts-ignore
|
|
1126
|
-
posInSet = dirent.posInSet + 1;
|
|
1127
|
-
// @ts-ignore
|
|
1128
|
-
setSize = dirent.setSize + 1;
|
|
1129
|
-
// @ts-ignore
|
|
1130
|
-
insertIndex = i;
|
|
1131
|
-
}
|
|
1132
|
-
// @ts-ignore
|
|
1133
|
-
dirent.setSize++;
|
|
1134
|
-
// @ts-ignore
|
|
1135
|
-
dirent.posInSet += deltaPosInSet;
|
|
1136
|
-
}
|
|
1137
|
-
newDirent.setSize = setSize;
|
|
1138
|
-
newDirent.posInSet = posInSet;
|
|
1139
|
-
// @ts-ignore
|
|
1140
|
-
items.splice(insertIndex + 1, 0, newDirent);
|
|
1141
|
-
const newDirents = [...items];
|
|
1142
|
-
const newMaxlineY = Math.max(state.maxLineY, newDirents.length);
|
|
1143
|
-
return {
|
|
1144
|
-
...state,
|
|
1145
|
-
items: newDirents,
|
|
1146
|
-
editingIndex: -1,
|
|
1147
|
-
focusedIndex: insertIndex + 1,
|
|
1148
|
-
editingType: None$5,
|
|
1149
|
-
maxLineY: newMaxlineY
|
|
1150
|
-
};
|
|
1151
|
-
};
|
|
1152
1248
|
const acceptRename = async state => {
|
|
1153
1249
|
const {
|
|
1154
1250
|
editingIndex,
|
|
@@ -1162,7 +1258,7 @@ const acceptRename = async state => {
|
|
|
1162
1258
|
const oldAbsolutePath = renamedDirent.path;
|
|
1163
1259
|
const oldParentPath = dirname(pathSeparator, oldAbsolutePath);
|
|
1164
1260
|
const newAbsolutePath = [oldParentPath, editingValue].join(pathSeparator);
|
|
1165
|
-
await rename
|
|
1261
|
+
await rename(oldAbsolutePath, newAbsolutePath);
|
|
1166
1262
|
} catch {
|
|
1167
1263
|
// TODO
|
|
1168
1264
|
// await ErrorHandling.showErrorDialog(error)
|
|
@@ -1185,15 +1281,16 @@ const acceptRename = async state => {
|
|
|
1185
1281
|
focused: true
|
|
1186
1282
|
};
|
|
1187
1283
|
};
|
|
1284
|
+
|
|
1188
1285
|
const acceptEdit = async state => {
|
|
1189
1286
|
const {
|
|
1190
1287
|
editingType
|
|
1191
1288
|
} = state;
|
|
1192
1289
|
switch (editingType) {
|
|
1193
1290
|
case CreateFile:
|
|
1194
|
-
return
|
|
1291
|
+
return acceptCreateFile(state);
|
|
1195
1292
|
case CreateFolder:
|
|
1196
|
-
return
|
|
1293
|
+
return acceptCreateFolder(state);
|
|
1197
1294
|
case Rename$1:
|
|
1198
1295
|
return acceptRename(state);
|
|
1199
1296
|
default:
|
|
@@ -1229,7 +1326,7 @@ const toCollapsedDirent = dirent => {
|
|
|
1229
1326
|
return dirent;
|
|
1230
1327
|
};
|
|
1231
1328
|
|
|
1232
|
-
const collapseAll
|
|
1329
|
+
const collapseAll = state => {
|
|
1233
1330
|
const {
|
|
1234
1331
|
items
|
|
1235
1332
|
} = state;
|
|
@@ -1250,7 +1347,7 @@ const getFocusedDirent$1 = state => {
|
|
|
1250
1347
|
return dirent;
|
|
1251
1348
|
};
|
|
1252
1349
|
|
|
1253
|
-
const copyPath
|
|
1350
|
+
const copyPath = async state => {
|
|
1254
1351
|
// await Command.execute(RendererWorkerCommandType.ClipBoardWriteText, /* text */ path)
|
|
1255
1352
|
return state;
|
|
1256
1353
|
};
|
|
@@ -1265,7 +1362,7 @@ const writeNativeFiles = async (type, files) => {
|
|
|
1265
1362
|
return invoke('ClipBoard.writeNativeFiles', type, files);
|
|
1266
1363
|
};
|
|
1267
1364
|
|
|
1268
|
-
const copyRelativePath
|
|
1365
|
+
const copyRelativePath = async state => {
|
|
1269
1366
|
const dirent = getFocusedDirent$1(state);
|
|
1270
1367
|
const relativePath = dirent.path.slice(1);
|
|
1271
1368
|
// TODO handle error
|
|
@@ -1318,7 +1415,8 @@ const create2 = (uid, uri, x, y, width, height, args, parentUid, platform = 0) =
|
|
|
1318
1415
|
useChevrons: false,
|
|
1319
1416
|
icons: [],
|
|
1320
1417
|
platform,
|
|
1321
|
-
focus: 0
|
|
1418
|
+
focus: 0,
|
|
1419
|
+
editingErrorMessage: ''
|
|
1322
1420
|
};
|
|
1323
1421
|
set(uid, state, state);
|
|
1324
1422
|
};
|
|
@@ -1353,7 +1451,8 @@ const create = (id, uri, x, y, width, height, args, parentUid, platform = 0) =>
|
|
|
1353
1451
|
useChevrons: false,
|
|
1354
1452
|
icons: [],
|
|
1355
1453
|
platform,
|
|
1356
|
-
focus: 0
|
|
1454
|
+
focus: 0,
|
|
1455
|
+
editingErrorMessage: ''
|
|
1357
1456
|
};
|
|
1358
1457
|
set(state.uid, state, state);
|
|
1359
1458
|
return state;
|
|
@@ -1376,7 +1475,7 @@ const DiffEditingIndex = {
|
|
|
1376
1475
|
|
|
1377
1476
|
const diffType$1 = RenderFocus;
|
|
1378
1477
|
const isEqual$2 = (oldState, newState) => {
|
|
1379
|
-
return oldState.focused === newState.focused;
|
|
1478
|
+
return oldState.focused === newState.focused && oldState.focus === newState.focus;
|
|
1380
1479
|
};
|
|
1381
1480
|
|
|
1382
1481
|
const DiffFocus = {
|
|
@@ -1387,7 +1486,7 @@ const DiffFocus = {
|
|
|
1387
1486
|
|
|
1388
1487
|
const diffType = RenderItems;
|
|
1389
1488
|
const isEqual$1 = (oldState, newState) => {
|
|
1390
|
-
return oldState.items === newState.items && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.focusedIndex === newState.focusedIndex && oldState.editingIndex === newState.editingIndex && oldState.editingType === newState.editingType && oldState.editingValue === newState.editingValue && oldState.width === newState.width && oldState.focused === newState.focused && oldState.dropTargets === newState.dropTargets;
|
|
1489
|
+
return oldState.items === newState.items && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.focusedIndex === newState.focusedIndex && oldState.editingIndex === newState.editingIndex && oldState.editingType === newState.editingType && oldState.editingValue === newState.editingValue && oldState.editingErrorMessage === newState.editingErrorMessage && oldState.width === newState.width && oldState.focused === newState.focused && oldState.dropTargets === newState.dropTargets;
|
|
1391
1490
|
};
|
|
1392
1491
|
|
|
1393
1492
|
const DiffItems = {
|
|
@@ -1862,7 +1961,7 @@ const LeftArrow = 13;
|
|
|
1862
1961
|
const UpArrow = 14;
|
|
1863
1962
|
const RightArrow = 15;
|
|
1864
1963
|
const DownArrow = 16;
|
|
1865
|
-
const Delete
|
|
1964
|
+
const Delete = 18;
|
|
1866
1965
|
const KeyC = 31;
|
|
1867
1966
|
const KeyV = 50;
|
|
1868
1967
|
const F2 = 58;
|
|
@@ -1932,7 +2031,7 @@ const getKeyBindings = () => {
|
|
|
1932
2031
|
command: 'Explorer.acceptEdit',
|
|
1933
2032
|
when: FocusExplorerEditBox
|
|
1934
2033
|
}, {
|
|
1935
|
-
key: Delete
|
|
2034
|
+
key: Delete,
|
|
1936
2035
|
command: 'Explorer.removeDirent',
|
|
1937
2036
|
when: FocusExplorer
|
|
1938
2037
|
}, {
|
|
@@ -1950,84 +2049,6 @@ const getKeyBindings = () => {
|
|
|
1950
2049
|
}];
|
|
1951
2050
|
};
|
|
1952
2051
|
|
|
1953
|
-
const emptyObject = {};
|
|
1954
|
-
const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
|
|
1955
|
-
const i18nString = (key, placeholders = emptyObject) => {
|
|
1956
|
-
if (placeholders === emptyObject) {
|
|
1957
|
-
return key;
|
|
1958
|
-
}
|
|
1959
|
-
const replacer = (match, rest) => {
|
|
1960
|
-
return placeholders[rest];
|
|
1961
|
-
};
|
|
1962
|
-
return key.replaceAll(RE_PLACEHOLDER, replacer);
|
|
1963
|
-
};
|
|
1964
|
-
|
|
1965
|
-
const NewFile$1 = 'New File...';
|
|
1966
|
-
const NewFolder$1 = 'New Folder...';
|
|
1967
|
-
const OpenContainingFolder = 'Open Containing Folder';
|
|
1968
|
-
const OpenInIntegratedTerminal = 'Open in integrated Terminal';
|
|
1969
|
-
const Cut$1 = 'Cut';
|
|
1970
|
-
const Copy$1 = 'Copy';
|
|
1971
|
-
const Paste = 'Paste';
|
|
1972
|
-
const CopyPath = 'Copy Path';
|
|
1973
|
-
const CopyRelativePath = 'Copy Relative Path';
|
|
1974
|
-
const Rename = 'Rename';
|
|
1975
|
-
const Delete = 'Delete';
|
|
1976
|
-
const RefreshExplorer = 'Refresh Explorer';
|
|
1977
|
-
const CollapseAllFoldersInExplorer = 'Collapse All Folders in Explorer';
|
|
1978
|
-
const FilesExplorer = 'Files Explorer';
|
|
1979
|
-
const YouHaveNotYetOpenedAFolder = 'You have not yet opened a folder';
|
|
1980
|
-
const OpenFolder = 'Open folder';
|
|
1981
|
-
|
|
1982
|
-
const newFile$1 = () => {
|
|
1983
|
-
return i18nString(NewFile$1);
|
|
1984
|
-
};
|
|
1985
|
-
const newFolder$1 = () => {
|
|
1986
|
-
return i18nString(NewFolder$1);
|
|
1987
|
-
};
|
|
1988
|
-
const openContainingFolder$1 = () => {
|
|
1989
|
-
return i18nString(OpenContainingFolder);
|
|
1990
|
-
};
|
|
1991
|
-
const openInIntegratedTerminal = () => {
|
|
1992
|
-
return i18nString(OpenInIntegratedTerminal);
|
|
1993
|
-
};
|
|
1994
|
-
const cut = () => {
|
|
1995
|
-
return i18nString(Cut$1);
|
|
1996
|
-
};
|
|
1997
|
-
const copy = () => {
|
|
1998
|
-
return i18nString(Copy$1);
|
|
1999
|
-
};
|
|
2000
|
-
const paste = () => {
|
|
2001
|
-
return i18nString(Paste);
|
|
2002
|
-
};
|
|
2003
|
-
const copyPath = () => {
|
|
2004
|
-
return i18nString(CopyPath);
|
|
2005
|
-
};
|
|
2006
|
-
const copyRelativePath = () => {
|
|
2007
|
-
return i18nString(CopyRelativePath);
|
|
2008
|
-
};
|
|
2009
|
-
const rename = () => {
|
|
2010
|
-
return i18nString(Rename);
|
|
2011
|
-
};
|
|
2012
|
-
const deleteItem = () => {
|
|
2013
|
-
return i18nString(Delete);
|
|
2014
|
-
};
|
|
2015
|
-
const refresh$1 = () => {
|
|
2016
|
-
return i18nString(RefreshExplorer);
|
|
2017
|
-
};
|
|
2018
|
-
const collapseAll = () => {
|
|
2019
|
-
return i18nString(CollapseAllFoldersInExplorer);
|
|
2020
|
-
};
|
|
2021
|
-
const filesExplorer = () => {
|
|
2022
|
-
return i18nString(FilesExplorer);
|
|
2023
|
-
};
|
|
2024
|
-
const youHaveNotYetOpenedAFolder = () => {
|
|
2025
|
-
return i18nString(YouHaveNotYetOpenedAFolder);
|
|
2026
|
-
};
|
|
2027
|
-
const openFolder$1 = () => {
|
|
2028
|
-
return i18nString(OpenFolder);
|
|
2029
|
-
};
|
|
2030
|
-
|
|
2031
2052
|
const Separator = 1;
|
|
2032
2053
|
const None$4 = 0;
|
|
2033
2054
|
const RestoreFocus = 6;
|
|
@@ -2071,7 +2092,7 @@ const menuEntryCut = {
|
|
|
2071
2092
|
};
|
|
2072
2093
|
const menuEntryCopy = {
|
|
2073
2094
|
id: 'copy',
|
|
2074
|
-
label: copy(),
|
|
2095
|
+
label: copy$1(),
|
|
2075
2096
|
flags: RestoreFocus,
|
|
2076
2097
|
command: 'Explorer.handleCopy'
|
|
2077
2098
|
};
|
|
@@ -2083,19 +2104,19 @@ const menuEntryPaste = {
|
|
|
2083
2104
|
};
|
|
2084
2105
|
const menuEntryCopyPath = {
|
|
2085
2106
|
id: 'copyPath',
|
|
2086
|
-
label: copyPath(),
|
|
2107
|
+
label: copyPath$1(),
|
|
2087
2108
|
flags: RestoreFocus,
|
|
2088
2109
|
command: 'Explorer.copyPath'
|
|
2089
2110
|
};
|
|
2090
2111
|
const menuEntryCopyRelativePath = {
|
|
2091
2112
|
id: 'copyRelativePath',
|
|
2092
|
-
label: copyRelativePath(),
|
|
2113
|
+
label: copyRelativePath$1(),
|
|
2093
2114
|
flags: RestoreFocus,
|
|
2094
2115
|
command: 'Explorer.copyRelativePath'
|
|
2095
2116
|
};
|
|
2096
2117
|
const menuEntryRename = {
|
|
2097
2118
|
id: 'rename',
|
|
2098
|
-
label: rename(),
|
|
2119
|
+
label: rename$1(),
|
|
2099
2120
|
flags: None$4,
|
|
2100
2121
|
command: 'Explorer.renameDirent'
|
|
2101
2122
|
};
|
|
@@ -2569,7 +2590,7 @@ const handleCopy = async state => {
|
|
|
2569
2590
|
// TODO if not file is selected, what happens?
|
|
2570
2591
|
const dirent = getFocusedDirent$1(state);
|
|
2571
2592
|
if (!dirent) {
|
|
2572
|
-
console.
|
|
2593
|
+
console.error('[ViewletExplorer/handleCopy] no dirent selected');
|
|
2573
2594
|
return state;
|
|
2574
2595
|
}
|
|
2575
2596
|
const absolutePath = dirent.path;
|
|
@@ -2689,7 +2710,7 @@ const applyOperation = operation => {
|
|
|
2689
2710
|
return mkdir(operation.path);
|
|
2690
2711
|
}
|
|
2691
2712
|
if (operation.type === 'copy') {
|
|
2692
|
-
return copy
|
|
2713
|
+
return copy(operation.from || '', operation.path);
|
|
2693
2714
|
}
|
|
2694
2715
|
return writeFile(operation.path, operation.text);
|
|
2695
2716
|
};
|
|
@@ -2724,7 +2745,9 @@ const isFileHandle = fileHandle => {
|
|
|
2724
2745
|
const createUploadTree = async (root, fileHandles) => {
|
|
2725
2746
|
const uploadTree = Object.create(null);
|
|
2726
2747
|
for (const fileHandle of fileHandles) {
|
|
2727
|
-
const
|
|
2748
|
+
const {
|
|
2749
|
+
name
|
|
2750
|
+
} = fileHandle;
|
|
2728
2751
|
if (isDirectoryHandle(fileHandle)) {
|
|
2729
2752
|
const children = await getChildHandles(fileHandle);
|
|
2730
2753
|
const childTree = await createUploadTree(name, children);
|
|
@@ -2812,7 +2835,9 @@ const getFileOperationsElectron = async (root, paths, fileHandles) => {
|
|
|
2812
2835
|
const operations = [];
|
|
2813
2836
|
for (let i = 0; i < paths.length; i++) {
|
|
2814
2837
|
const fileHandle = fileHandles[i];
|
|
2815
|
-
const
|
|
2838
|
+
const {
|
|
2839
|
+
name
|
|
2840
|
+
} = fileHandle;
|
|
2816
2841
|
const path = paths[i];
|
|
2817
2842
|
operations.push({
|
|
2818
2843
|
type: 'copy',
|
|
@@ -2898,7 +2923,7 @@ const handleDropIntoFolder = async (state, dirent, index, fileHandles, files, pa
|
|
|
2898
2923
|
const baseName = file.name;
|
|
2899
2924
|
const to = dirent.path + pathSeparator + baseName;
|
|
2900
2925
|
// @ts-ignore
|
|
2901
|
-
await copy
|
|
2926
|
+
await copy(file, to);
|
|
2902
2927
|
}
|
|
2903
2928
|
const childDirents = await getChildDirents(pathSeparator, dirent);
|
|
2904
2929
|
const mergedDirents = getMergedDirents(items, index, dirent, childDirents);
|
|
@@ -3051,7 +3076,7 @@ const handlePasteCopy = async (state, nativeFiles) => {
|
|
|
3051
3076
|
for (const source of nativeFiles.files) {
|
|
3052
3077
|
// @ts-ignore
|
|
3053
3078
|
const target = join(state.pathSeperator, state.root, getBaseName(state.pathSeparator, source));
|
|
3054
|
-
await copy
|
|
3079
|
+
await copy(source, target);
|
|
3055
3080
|
}
|
|
3056
3081
|
// TODO only update folder at which level it changed
|
|
3057
3082
|
return updateRoot(state);
|
|
@@ -3060,13 +3085,13 @@ const handlePasteCopy = async (state, nativeFiles) => {
|
|
|
3060
3085
|
const handlePasteCut = async (state, nativeFiles) => {
|
|
3061
3086
|
for (const source of nativeFiles.files) {
|
|
3062
3087
|
const target = `${state.root}${state.pathSeparator}${getBaseName(state.pathSeparator, source)}`;
|
|
3063
|
-
await rename
|
|
3088
|
+
await rename(source, target);
|
|
3064
3089
|
}
|
|
3065
3090
|
return state;
|
|
3066
3091
|
};
|
|
3067
3092
|
|
|
3068
3093
|
const handlePasteNone = async (state, nativeFiles) => {
|
|
3069
|
-
console.
|
|
3094
|
+
console.error('[ViewletExplorer/handlePaste] no paths detected');
|
|
3070
3095
|
return state;
|
|
3071
3096
|
};
|
|
3072
3097
|
|
|
@@ -3370,6 +3395,8 @@ const handleWorkspaceChange = async state => {
|
|
|
3370
3395
|
return newState;
|
|
3371
3396
|
};
|
|
3372
3397
|
|
|
3398
|
+
const Input$1 = 2;
|
|
3399
|
+
|
|
3373
3400
|
const ExplorerEditBox = FocusExplorerEditBox;
|
|
3374
3401
|
|
|
3375
3402
|
const newDirent = async (state, editingType) => {
|
|
@@ -3392,7 +3419,8 @@ const newDirent = async (state, editingType) => {
|
|
|
3392
3419
|
...state,
|
|
3393
3420
|
editingIndex: focusedIndex,
|
|
3394
3421
|
editingType,
|
|
3395
|
-
editingValue: ''
|
|
3422
|
+
editingValue: '',
|
|
3423
|
+
focus: Input$1
|
|
3396
3424
|
};
|
|
3397
3425
|
};
|
|
3398
3426
|
|
|
@@ -3507,7 +3535,12 @@ const renderEditingIndex = (oldState, newState) => {
|
|
|
3507
3535
|
return ['focusInput', 'ExplorerInput'];
|
|
3508
3536
|
};
|
|
3509
3537
|
|
|
3538
|
+
const ExplorerInput = 'ExplorerInput';
|
|
3539
|
+
|
|
3510
3540
|
const renderFocus = (oldState, newState) => {
|
|
3541
|
+
if (newState.focus === Input$1) {
|
|
3542
|
+
return ['Viewlet.focusElementByName', ExplorerInput];
|
|
3543
|
+
}
|
|
3511
3544
|
// TODO
|
|
3512
3545
|
// 1. when focused, focus the outer list element
|
|
3513
3546
|
// 2. when focused, set focus context in renderer worker
|
|
@@ -3525,13 +3558,14 @@ const ButtonNarrow = 'ButtonNarrow';
|
|
|
3525
3558
|
const ButtonPrimary = 'ButtonPrimary';
|
|
3526
3559
|
const ButtonWide = 'ButtonWide';
|
|
3527
3560
|
const Chevron = 'Chevron';
|
|
3528
|
-
const Explorer = 'Explorer';
|
|
3529
3561
|
const Empty = '';
|
|
3562
|
+
const Explorer = 'Explorer';
|
|
3530
3563
|
const ExplorerDropTarget = 'DropTarget';
|
|
3531
3564
|
const FileIcon = 'FileIcon';
|
|
3532
3565
|
const FocusOutline = 'FocusOutline';
|
|
3533
3566
|
const IconButton = 'IconButton';
|
|
3534
3567
|
const InputBox = 'InputBox';
|
|
3568
|
+
const InputValidationError = 'InputValidationError';
|
|
3535
3569
|
const Label = 'Label';
|
|
3536
3570
|
const MaskIconChevronDown = 'MaskIconChevronDown';
|
|
3537
3571
|
const MaskIconChevronRight = 'MaskIconChevronRight';
|
|
@@ -3610,18 +3644,22 @@ const getFileIconVirtualDom = icon => {
|
|
|
3610
3644
|
};
|
|
3611
3645
|
};
|
|
3612
3646
|
|
|
3613
|
-
const ExplorerInput = 'ExplorerInput';
|
|
3614
|
-
|
|
3615
3647
|
const label = {
|
|
3616
3648
|
type: Div,
|
|
3617
3649
|
className: Label,
|
|
3618
3650
|
childCount: 1
|
|
3619
3651
|
};
|
|
3620
|
-
const
|
|
3652
|
+
const getClassName$1 = hasEditingError => {
|
|
3653
|
+
if (hasEditingError) {
|
|
3654
|
+
return mergeClassNames(InputBox, InputValidationError);
|
|
3655
|
+
}
|
|
3656
|
+
return InputBox;
|
|
3657
|
+
};
|
|
3658
|
+
const getInputOrLabelDom = (isEditing, hasEditingError, name) => {
|
|
3621
3659
|
if (isEditing) {
|
|
3622
3660
|
return [{
|
|
3623
3661
|
type: Input,
|
|
3624
|
-
className:
|
|
3662
|
+
className: getClassName$1(hasEditingError),
|
|
3625
3663
|
id: 'ExplorerInput',
|
|
3626
3664
|
onInput: HandleEditingInput,
|
|
3627
3665
|
childCount: 0,
|
|
@@ -3644,7 +3682,8 @@ const getExplorerItemVirtualDom = item => {
|
|
|
3644
3682
|
id,
|
|
3645
3683
|
className,
|
|
3646
3684
|
isEditing,
|
|
3647
|
-
ariaExpanded
|
|
3685
|
+
ariaExpanded,
|
|
3686
|
+
hasEditingError
|
|
3648
3687
|
} = item;
|
|
3649
3688
|
const chevronDom = getChevronVirtualDom(chevron);
|
|
3650
3689
|
const dom = [{
|
|
@@ -3662,7 +3701,7 @@ const getExplorerItemVirtualDom = item => {
|
|
|
3662
3701
|
ariaExpanded,
|
|
3663
3702
|
ariaDescription: '',
|
|
3664
3703
|
id
|
|
3665
|
-
}, ...chevronDom, getFileIconVirtualDom(icon), ...getInputOrLabelDom(isEditing, name)];
|
|
3704
|
+
}, ...chevronDom, getFileIconVirtualDom(icon), ...getInputOrLabelDom(isEditing, hasEditingError, name)];
|
|
3666
3705
|
return dom;
|
|
3667
3706
|
};
|
|
3668
3707
|
|
|
@@ -3778,7 +3817,7 @@ const getTreeItemIndentWithChevron = (depth, chevron) => {
|
|
|
3778
3817
|
};
|
|
3779
3818
|
|
|
3780
3819
|
const ariaExpandedValues = [undefined, 'true', 'false'];
|
|
3781
|
-
const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editingIndex, editingType, editingValue, icons, useChevrons, dropTargets) => {
|
|
3820
|
+
const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editingIndex, editingType, editingValue, editingErrorMessage, icons, useChevrons, dropTargets) => {
|
|
3782
3821
|
const visible = [];
|
|
3783
3822
|
const indentFn = useChevrons ? getTreeItemIndentWithChevron : getTreeItemIndent;
|
|
3784
3823
|
let iconIndex = 0;
|
|
@@ -3795,6 +3834,7 @@ const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editin
|
|
|
3795
3834
|
visible.push({
|
|
3796
3835
|
...item,
|
|
3797
3836
|
isEditing: i === editingIndex,
|
|
3837
|
+
hasEditingError: i === editingIndex && Boolean(editingErrorMessage),
|
|
3798
3838
|
icon,
|
|
3799
3839
|
indent,
|
|
3800
3840
|
ariaExpanded,
|
|
@@ -3812,6 +3852,7 @@ const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editin
|
|
|
3812
3852
|
name: 'new',
|
|
3813
3853
|
path: '/test/new',
|
|
3814
3854
|
isEditing: true,
|
|
3855
|
+
hasEditingError: Boolean(editingErrorMessage),
|
|
3815
3856
|
indent: '',
|
|
3816
3857
|
ariaExpanded: undefined,
|
|
3817
3858
|
chevron: 0,
|
|
@@ -3823,7 +3864,7 @@ const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editin
|
|
|
3823
3864
|
};
|
|
3824
3865
|
|
|
3825
3866
|
const renderItems = (oldState, newState) => {
|
|
3826
|
-
const visibleDirents = getVisibleExplorerItems(newState.items, newState.minLineY, newState.maxLineY, newState.focusedIndex, newState.editingIndex, newState.editingType, newState.editingValue, newState.icons, newState.useChevrons);
|
|
3867
|
+
const visibleDirents = getVisibleExplorerItems(newState.items, newState.minLineY, newState.maxLineY, newState.focusedIndex, newState.editingIndex, newState.editingType, newState.editingValue, newState.editingErrorMessage, newState.icons, newState.useChevrons);
|
|
3827
3868
|
const isWide = newState.width > 450;
|
|
3828
3869
|
const dom = getExplorerVirtualDom(visibleDirents, newState.focusedIndex, newState.root, isWide, newState.focused, newState.dropTargets);
|
|
3829
3870
|
return ['Viewlet.setDom2', dom];
|
|
@@ -3892,7 +3933,7 @@ const getActions = root => {
|
|
|
3892
3933
|
command: 'refresh'
|
|
3893
3934
|
}, {
|
|
3894
3935
|
type: Button,
|
|
3895
|
-
id: collapseAll(),
|
|
3936
|
+
id: collapseAll$1(),
|
|
3896
3937
|
icon: CollapseAll,
|
|
3897
3938
|
command: 'collapseAll'
|
|
3898
3939
|
}];
|
|
@@ -4265,7 +4306,9 @@ const isExpandedDirectory = dirent => {
|
|
|
4265
4306
|
const saveState = uid => {
|
|
4266
4307
|
number(uid);
|
|
4267
4308
|
const value = get(uid);
|
|
4268
|
-
const
|
|
4309
|
+
const {
|
|
4310
|
+
newState
|
|
4311
|
+
} = value;
|
|
4269
4312
|
const {
|
|
4270
4313
|
items,
|
|
4271
4314
|
root,
|
|
@@ -4315,9 +4358,9 @@ const commandMap = {
|
|
|
4315
4358
|
'Explorer.getMenuEntries2': getMenuEntries2,
|
|
4316
4359
|
'Explorer.acceptEdit': wrapCommand(acceptEdit),
|
|
4317
4360
|
'Explorer.cancelEdit': wrapCommand(cancelEdit),
|
|
4318
|
-
'Explorer.collapseAll': wrapCommand(collapseAll
|
|
4319
|
-
'Explorer.copyPath': wrapCommand(copyPath
|
|
4320
|
-
'Explorer.copyRelativePath': wrapCommand(copyRelativePath
|
|
4361
|
+
'Explorer.collapseAll': wrapCommand(collapseAll),
|
|
4362
|
+
'Explorer.copyPath': wrapCommand(copyPath),
|
|
4363
|
+
'Explorer.copyRelativePath': wrapCommand(copyRelativePath),
|
|
4321
4364
|
'Explorer.expandAll': wrapCommand(expandAll),
|
|
4322
4365
|
'Explorer.expandRecursively': wrapCommand(expandRecursively),
|
|
4323
4366
|
'Explorer.focusFirst': wrapCommand(focusFirst),
|