@lvce-editor/static-server 0.45.25 → 0.45.26
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 +1859 -1859
- package/package.json +1 -1
- package/static/{8c645ff → 3aa4ece}/css/App.css +83 -83
- package/static/{8c645ff → 3aa4ece}/manifest.json +2 -2
- package/static/{8c645ff → 3aa4ece}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{8c645ff → 3aa4ece}/packages/explorer-worker/dist/explorerViewWorkerMain.js +181 -250
- package/static/{8c645ff → 3aa4ece}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +12 -11
- package/static/{8c645ff → 3aa4ece}/packages/file-search-worker/dist/fileSearchWorkerMain.js +993 -135
- package/static/{8c645ff → 3aa4ece}/packages/iframe-worker/dist/iframeWorkerMain.js +15 -9
- package/static/{8c645ff → 3aa4ece}/packages/renderer-process/dist/rendererProcessMain.js +9 -5
- package/static/{8c645ff → 3aa4ece}/packages/renderer-process/package.json +1 -1
- package/static/{8c645ff → 3aa4ece}/packages/renderer-worker/dist/rendererWorkerMain.js +176 -161
- package/static/{8c645ff → 3aa4ece}/packages/text-search-worker/dist/textSearchWorkerMain.js +18 -3
- package/static/index.html +4 -4
- /package/static/{8c645ff → 3aa4ece}/config/colorTheme.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/config/defaultSettings.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/config/fileMap.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/config/webExtensions.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/Animation.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/DebugButtons.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/DebugValue.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/E2eTest.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/E2eTests.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/EditorHover.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/EditorMessage.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/FeatureContent.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/Features.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ImagePreview.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/InputBadge.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/Key.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/LegacyDialog.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/Markdown.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/Progress.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/Select.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/Table.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletAbout.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletDialog.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletMedia.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletOutput.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletPanel.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletPdf.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletProblems.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletReferences.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletSearch.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletStorage.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/default_file.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/default_folder.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/default_root_folder.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_access.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_access2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ada.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_agda.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ai.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_al.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_angular.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_apache.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_apex.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_apib.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_apl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_asp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_astro.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_atom.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ats.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_attw.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_audio.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_avif.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_avro.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_awk.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_aws.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_azure.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_babel.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bak.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bat.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bats.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_biml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_binary.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_biome.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_blade.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_blender.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bower.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_buf.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bun.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_c.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_c2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_c3.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cake.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_casc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cert.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cf.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_chef.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_class.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_compass.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_composer.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_conan.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_conda.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_config.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_craco.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_css.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_css2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_cython.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dal.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_db.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_debian.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_deno.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_diff.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_django.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_docker.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_docz.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_drone.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_drools.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_edge.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_eex.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_elm.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ember.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_eps.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_epub.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_erb.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_excel.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_expo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fla.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_flash.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_flow.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_font.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_funding.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_galen.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_git.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_git2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_glide.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_go.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_godot.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_grain.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_haml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_helix.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_helm.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_host.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_html.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_http.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_husky.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_hy.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_icl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_idris.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_image.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_imba.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_inc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_informix.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ini.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ink.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_io.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jake.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_janet.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jar.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_java.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jest.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_json.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_json2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_json5.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jss.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_juice.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_julia.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_just.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_k.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_karma.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_key.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_kite.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_knip.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_kos.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_lark.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_latino.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_layout.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_less.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_lex.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_liara.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_license.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_lime.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_locale.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_log.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_lua.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_luau.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_lync.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_map.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_marko.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_maven.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_maya.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_meson.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_motif.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mson.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_next.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nim.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nix.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_noc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_node.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_node2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_npm.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nx.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_org.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_package.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_paket.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_patch.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_perl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_php.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_php2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_php3.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pine.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pip.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pony.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_postman.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_preact.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_progress.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pug.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_python.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_q.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_qml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_r.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_racket.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rails.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rake.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_raku.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_raml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_razor.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_reason.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_red.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_registry.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rego.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_remark.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_replit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rest.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_retext.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_riot.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_robots.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rome.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ron.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rss.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rust.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sails.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_san.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sas.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sass.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_scala.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_script.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_scss.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_shell.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sino.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_slang.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_slice.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_slim.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_slint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sln.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_snort.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_source.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_spin.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sql.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sss.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sst.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_stan.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_stata.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_style.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_styled.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_svg.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_swc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_swift.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_swig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_teal.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_templ.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tera.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_test.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_testts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tex.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_text.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_textile.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tm.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_todo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_toit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_toml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tox.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_travis.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tree.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tres.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tt.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_twig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_unison.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vala.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vash.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vb.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vba.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vento.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_video.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_view.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vim.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vite.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_volt.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vue.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wally.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_windi.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_word.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_word2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_xib.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_xml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_xo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_yang.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_zig.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_zip.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_android.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_api.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_app.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_client.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_common.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_component.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_config.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_css.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_db.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_git.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_github.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_images.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_include.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_js.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_json.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_less.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_library.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_log.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_model.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_module.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_next.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_node.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_package.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_php.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_private.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_public.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_python.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_route.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_script.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_server.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_services.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_src.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_story.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_style.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_template.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_test.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_video.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_view.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_www.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/add.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/arrow-down.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/arrow-left.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/arrow-right.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/arrow-up.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/blank.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/book.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/case-sensitive.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/check.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/chevron-down.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/chevron-left.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/chevron-right.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/chevron-up.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/chrome-close.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/chrome-maximize.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/chrome-minimize.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/chrome-restore.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/circle-filled.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/clear-all.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/close.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/cloud.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/collapse-all.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-all.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-alt-2.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-alt-small.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-alt.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-console.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-continue-small.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-continue.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-coverage.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-disconnect.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-line-by-line.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-pause.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-rerun.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-restart-frame.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-restart.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-stackframe.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-start.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-step-back.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-step-into.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-step-out.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-step-over.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug-stop.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/debug.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/discard.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/edit.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/ellipsis.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/error.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/exclude.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/extensions.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/files.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/filter.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/go-to-file.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/icon-close.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/icon-source-control.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/icon-sync.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/icon.png +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/icon.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/info.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/language-icon.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/link-external.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/list-flat.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/list-tree.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/new-file.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/new-folder.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/newline.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/open-preview.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/play.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/preserve-case.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/progress.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/pwa-icon-192.png +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/pwa-icon-512.png +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/record-keys.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/refresh.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/regex.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/remove.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/replace-all.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/replace.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/run-all.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/search.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/settings-gear.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/sort-precedence.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/source-control.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/split-horizontal.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/squiggly-error.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/squiggly-warning.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-array.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-boolean.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-class.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-color.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-constant.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-enum-member.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-enum.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-event.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-field.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-file.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-interface.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-key.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-keyword.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-method.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-misc.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-namespace.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-numeric.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-operator.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-parameter.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-property.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-ruler.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-snippet.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-string.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-structure.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/symbol-variable.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/tag.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/terminal-bash.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/terminal.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/theme-icon.png +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/trash.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/triangle-down.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/triangle-left.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/triangle-right.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/triangle-up.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/warning.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/whole-word.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/zoom-in.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/icons/zoom-out.svg +0 -0
- /package/static/{8c645ff → 3aa4ece}/js/babel-parser.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/js/blob-util.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/js/ky.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/js/lvce-editor-import-script.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/js/lvce-editor-ipc.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/js/lvce-editor-verror.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/js/p-min-delay.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/js/pretty-bytes.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/js/preview-injected.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/js/yoctodelay.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/lib-css/termterm.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/renderer-process/LICENSE +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/renderer-process/README.md +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.cpp +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.css +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.csv +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.dart +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.env +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.ex +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.html +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.java +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.jl +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.js +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.kt +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.pl +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.py +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/index.ts +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/scrolling.txt +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/languages/tsconfig.json +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/sample-folder/a.txt +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/sample-folder/b.txt +0 -0
- /package/static/{8c645ff → 3aa4ece}/playground/sample-folder/c.txt +0 -0
|
@@ -82,12 +82,30 @@ const getType = value => {
|
|
|
82
82
|
return 'unknown';
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
|
+
const object = value => {
|
|
86
|
+
const type = getType(value);
|
|
87
|
+
if (type !== 'object') {
|
|
88
|
+
throw new AssertionError('expected value to be of type object');
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
const number = value => {
|
|
92
|
+
const type = getType(value);
|
|
93
|
+
if (type !== 'number') {
|
|
94
|
+
throw new AssertionError('expected value to be of type number');
|
|
95
|
+
}
|
|
96
|
+
};
|
|
85
97
|
const array = value => {
|
|
86
98
|
const type = getType(value);
|
|
87
99
|
if (type !== 'array') {
|
|
88
100
|
throw new AssertionError('expected value to be of type array');
|
|
89
101
|
}
|
|
90
102
|
};
|
|
103
|
+
const string = value => {
|
|
104
|
+
const type = getType(value);
|
|
105
|
+
if (type !== 'string') {
|
|
106
|
+
throw new AssertionError('expected value to be of type string');
|
|
107
|
+
}
|
|
108
|
+
};
|
|
91
109
|
|
|
92
110
|
const isMessagePort = value => {
|
|
93
111
|
return value && value instanceof MessagePort;
|
|
@@ -416,7 +434,7 @@ const IpcChildWithModuleWorkerAndMessagePort$1 = {
|
|
|
416
434
|
};
|
|
417
435
|
|
|
418
436
|
const Two = '2.0';
|
|
419
|
-
const create$4 = (method, params) => {
|
|
437
|
+
const create$4$1 = (method, params) => {
|
|
420
438
|
return {
|
|
421
439
|
jsonrpc: Two,
|
|
422
440
|
method,
|
|
@@ -424,10 +442,10 @@ const create$4 = (method, params) => {
|
|
|
424
442
|
};
|
|
425
443
|
};
|
|
426
444
|
const callbacks = Object.create(null);
|
|
427
|
-
const set$
|
|
445
|
+
const set$2 = (id, fn) => {
|
|
428
446
|
callbacks[id] = fn;
|
|
429
447
|
};
|
|
430
|
-
const get$
|
|
448
|
+
const get$2 = id => {
|
|
431
449
|
return callbacks[id];
|
|
432
450
|
};
|
|
433
451
|
const remove$2 = id => {
|
|
@@ -443,7 +461,7 @@ const registerPromise = () => {
|
|
|
443
461
|
resolve,
|
|
444
462
|
promise
|
|
445
463
|
} = Promise.withResolvers();
|
|
446
|
-
set$
|
|
464
|
+
set$2(id, resolve);
|
|
447
465
|
return {
|
|
448
466
|
id,
|
|
449
467
|
promise
|
|
@@ -600,7 +618,7 @@ const warn$1 = (...args) => {
|
|
|
600
618
|
console.warn(...args);
|
|
601
619
|
};
|
|
602
620
|
const resolve = (id, response) => {
|
|
603
|
-
const fn = get$
|
|
621
|
+
const fn = get$2(id);
|
|
604
622
|
if (!fn) {
|
|
605
623
|
console.log(response);
|
|
606
624
|
warn$1(`callback ${id} may already be disposed`);
|
|
@@ -751,7 +769,7 @@ const invokeHelper = async (ipc, method, params, useSendAndTransfer) => {
|
|
|
751
769
|
return unwrapJsonRpcResult(responseMessage);
|
|
752
770
|
};
|
|
753
771
|
const send = (transport, method, ...params) => {
|
|
754
|
-
const message = create$4(method, params);
|
|
772
|
+
const message = create$4$1(method, params);
|
|
755
773
|
transport.send(message);
|
|
756
774
|
};
|
|
757
775
|
const invoke$2 = (ipc, method, ...params) => {
|
|
@@ -825,7 +843,7 @@ const listen$1 = async (module, options) => {
|
|
|
825
843
|
const ipc = module.wrap(rawIpc);
|
|
826
844
|
return ipc;
|
|
827
845
|
};
|
|
828
|
-
const create$
|
|
846
|
+
const create$4 = async ({
|
|
829
847
|
commandMap
|
|
830
848
|
}) => {
|
|
831
849
|
// TODO create a commandMap per rpc instance
|
|
@@ -837,7 +855,7 @@ const create$3 = async ({
|
|
|
837
855
|
};
|
|
838
856
|
const WebWorkerRpcClient = {
|
|
839
857
|
__proto__: null,
|
|
840
|
-
create: create$
|
|
858
|
+
create: create$4
|
|
841
859
|
};
|
|
842
860
|
|
|
843
861
|
const User = 1;
|
|
@@ -845,19 +863,50 @@ const Script = 2;
|
|
|
845
863
|
|
|
846
864
|
const minimumSliderSize = 20;
|
|
847
865
|
|
|
866
|
+
const RendererWorker = 1;
|
|
867
|
+
|
|
868
|
+
const rpcs = Object.create(null);
|
|
869
|
+
const set$1 = (id, rpc) => {
|
|
870
|
+
rpcs[id] = rpc;
|
|
871
|
+
};
|
|
872
|
+
const get$1 = id => {
|
|
873
|
+
return rpcs[id];
|
|
874
|
+
};
|
|
875
|
+
|
|
876
|
+
const invoke$1 = (method, ...params) => {
|
|
877
|
+
const rpc = get$1(RendererWorker);
|
|
878
|
+
// @ts-ignore
|
|
879
|
+
return rpc.invoke(method, ...params);
|
|
880
|
+
};
|
|
881
|
+
|
|
848
882
|
const handleError = async (error, notify = true, prefix = '') => {
|
|
849
883
|
console.error(error);
|
|
850
884
|
};
|
|
851
|
-
const showErrorDialog = async
|
|
885
|
+
const showErrorDialog = async error => {
|
|
886
|
+
const code = error.code;
|
|
887
|
+
const message = error.message;
|
|
888
|
+
const stack = error.stack;
|
|
889
|
+
const name = error.name;
|
|
890
|
+
const errorInfo = {
|
|
891
|
+
code,
|
|
892
|
+
message,
|
|
893
|
+
stack,
|
|
894
|
+
name
|
|
895
|
+
};
|
|
896
|
+
await invoke$1('ErrorHandling.showErrorDialog', errorInfo);
|
|
897
|
+
};
|
|
852
898
|
const warn = (...args) => {
|
|
853
899
|
console.warn(...args);
|
|
854
900
|
};
|
|
855
901
|
|
|
856
|
-
const state$
|
|
902
|
+
const state$4 = {
|
|
857
903
|
menuEntries: []
|
|
858
904
|
};
|
|
859
905
|
const getAll = () => {
|
|
860
|
-
return state$
|
|
906
|
+
return state$4.menuEntries;
|
|
907
|
+
};
|
|
908
|
+
const add = menuEntries => {
|
|
909
|
+
state$4.menuEntries = [...state$4.menuEntries, ...menuEntries];
|
|
861
910
|
};
|
|
862
911
|
|
|
863
912
|
const Hide = 'hide';
|
|
@@ -875,77 +924,58 @@ const i18nString = (key, placeholders = emptyObject) => {
|
|
|
875
924
|
return key.replaceAll(RE_PLACEHOLDER, replacer);
|
|
876
925
|
};
|
|
877
926
|
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
const
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
SelectToOpen: 'Select to open',
|
|
893
|
-
ShowAndRunCommands: 'Show And Run Commands',
|
|
894
|
-
TypeNameOfCommandToRun: 'Type the name of a command to run.',
|
|
895
|
-
TypeTheNameOfAViewToOpen: 'Type the name of a view, output channel or terminal to open.'
|
|
896
|
-
};
|
|
927
|
+
const Files = 'Files';
|
|
928
|
+
const GoToFile = 'Go to file';
|
|
929
|
+
const NoMatchingColorThemesFound = 'No matching color themes found';
|
|
930
|
+
const NoMatchingResults = 'No matching results';
|
|
931
|
+
const NoRecentlyOpenedFoldersFound = 'No recently opened folders found';
|
|
932
|
+
const NoResults = 'No Results';
|
|
933
|
+
const NoSymbolFound = 'No symbol found';
|
|
934
|
+
const NoWorkspaceSymbolsFound = 'no workspace symbols found';
|
|
935
|
+
const OpenRecent = 'Open Recent';
|
|
936
|
+
const SelectColorTheme = 'Select Color Theme';
|
|
937
|
+
const SelectToOpen = 'Select to open';
|
|
938
|
+
const ShowAndRunCommands = 'Show And Run Commands';
|
|
939
|
+
const TypeNameOfCommandToRun = 'Type the name of a command to run.';
|
|
940
|
+
|
|
897
941
|
const noMatchingColorThemesFound = () => {
|
|
898
|
-
return i18nString(
|
|
942
|
+
return i18nString(NoMatchingColorThemesFound);
|
|
899
943
|
};
|
|
900
944
|
const selectColorTheme = () => {
|
|
901
|
-
return i18nString(
|
|
945
|
+
return i18nString(SelectColorTheme);
|
|
902
946
|
};
|
|
903
947
|
const typeNameofCommandToRun = () => {
|
|
904
|
-
return i18nString(
|
|
948
|
+
return i18nString(TypeNameOfCommandToRun);
|
|
905
949
|
};
|
|
906
950
|
const showAndRunCommands = () => {
|
|
907
|
-
return i18nString(
|
|
951
|
+
return i18nString(ShowAndRunCommands);
|
|
908
952
|
};
|
|
909
953
|
const noMatchingResults = () => {
|
|
910
|
-
return i18nString(
|
|
954
|
+
return i18nString(NoMatchingResults);
|
|
911
955
|
};
|
|
912
956
|
const files = () => {
|
|
913
|
-
return i18nString(
|
|
957
|
+
return i18nString(Files);
|
|
914
958
|
};
|
|
915
959
|
const goToFile = () => {
|
|
916
|
-
return i18nString(
|
|
960
|
+
return i18nString(GoToFile);
|
|
917
961
|
};
|
|
918
962
|
const noResults = () => {
|
|
919
|
-
return i18nString(
|
|
963
|
+
return i18nString(NoResults);
|
|
920
964
|
};
|
|
921
965
|
const selectToOpen = () => {
|
|
922
|
-
return i18nString(
|
|
966
|
+
return i18nString(SelectToOpen);
|
|
923
967
|
};
|
|
924
968
|
const openRecent = () => {
|
|
925
|
-
return i18nString(
|
|
969
|
+
return i18nString(OpenRecent);
|
|
926
970
|
};
|
|
927
971
|
const noRecentlyOpenedFoldersFound = () => {
|
|
928
|
-
return i18nString(
|
|
972
|
+
return i18nString(NoRecentlyOpenedFoldersFound);
|
|
929
973
|
};
|
|
930
974
|
const noSymbolFound = () => {
|
|
931
|
-
return i18nString(
|
|
975
|
+
return i18nString(NoSymbolFound);
|
|
932
976
|
};
|
|
933
977
|
const noWorkspaceSymbolsFound = () => {
|
|
934
|
-
return i18nString(
|
|
935
|
-
};
|
|
936
|
-
|
|
937
|
-
const state$4 = {
|
|
938
|
-
rpc: undefined
|
|
939
|
-
};
|
|
940
|
-
|
|
941
|
-
// TODO use rpc registry
|
|
942
|
-
const invoke$1 = (method, ...params) => {
|
|
943
|
-
const rpc = state$4.rpc;
|
|
944
|
-
// @ts-ignore
|
|
945
|
-
return rpc.invoke(method, ...params);
|
|
946
|
-
};
|
|
947
|
-
const setRpc = rpc => {
|
|
948
|
-
state$4.rpc = rpc;
|
|
978
|
+
return i18nString(NoWorkspaceSymbolsFound);
|
|
949
979
|
};
|
|
950
980
|
|
|
951
981
|
const name$8 = 'command';
|
|
@@ -988,7 +1018,7 @@ const prefixIdWithExt = item => {
|
|
|
988
1018
|
const getExtensionPicks = async () => {
|
|
989
1019
|
try {
|
|
990
1020
|
// TODO don't call this every time
|
|
991
|
-
const extensionPicks = await invoke$1('
|
|
1021
|
+
const extensionPicks = await invoke$1('ExtensionHost.getCommands');
|
|
992
1022
|
if (!extensionPicks) {
|
|
993
1023
|
return [];
|
|
994
1024
|
}
|
|
@@ -1029,11 +1059,10 @@ const selectPickBuiltin = async item => {
|
|
|
1029
1059
|
const selectPickExtension = async item => {
|
|
1030
1060
|
const id = item.id.slice(4); // TODO lots of string allocation with 'ext.' find a better way to separate builtin commands from extension commands
|
|
1031
1061
|
try {
|
|
1032
|
-
await invoke$1('
|
|
1062
|
+
await invoke$1('ExtensionHost.executeCommand', id);
|
|
1033
1063
|
} catch (error) {
|
|
1034
1064
|
await handleError(error, false);
|
|
1035
|
-
|
|
1036
|
-
await showErrorDialog();
|
|
1065
|
+
await showErrorDialog(error);
|
|
1037
1066
|
}
|
|
1038
1067
|
return {
|
|
1039
1068
|
command: Hide
|
|
@@ -1077,6 +1106,9 @@ const execute = async (method, ...params) => {
|
|
|
1077
1106
|
// TODO
|
|
1078
1107
|
};
|
|
1079
1108
|
|
|
1109
|
+
const Directory$1 = 3;
|
|
1110
|
+
const File$2 = 7;
|
|
1111
|
+
|
|
1080
1112
|
const RE_PROTOCOL = /^([a-z-]+):\/\//;
|
|
1081
1113
|
const getProtocol = uri => {
|
|
1082
1114
|
const protocolMatch = uri.match(RE_PROTOCOL);
|
|
@@ -1090,9 +1122,6 @@ const Memfs = 'memfs';
|
|
|
1090
1122
|
const Html = 'html';
|
|
1091
1123
|
const Fetch = 'fetch';
|
|
1092
1124
|
|
|
1093
|
-
const Directory$1 = 3;
|
|
1094
|
-
const File$2 = 7;
|
|
1095
|
-
|
|
1096
1125
|
class FileNotFoundError extends Error {
|
|
1097
1126
|
constructor(uri) {
|
|
1098
1127
|
super(`File not found: ${uri}`);
|
|
@@ -1281,7 +1310,7 @@ const getFiles = () => {
|
|
|
1281
1310
|
return state$3.files;
|
|
1282
1311
|
};
|
|
1283
1312
|
|
|
1284
|
-
const searchFile$
|
|
1313
|
+
const searchFile$5 = async () => {
|
|
1285
1314
|
const files = await getFiles();
|
|
1286
1315
|
const keys = Object.keys(files);
|
|
1287
1316
|
return keys;
|
|
@@ -1289,10 +1318,10 @@ const searchFile$4 = async () => {
|
|
|
1289
1318
|
|
|
1290
1319
|
const SearchFileMemfs = {
|
|
1291
1320
|
__proto__: null,
|
|
1292
|
-
searchFile: searchFile$
|
|
1321
|
+
searchFile: searchFile$5
|
|
1293
1322
|
};
|
|
1294
1323
|
|
|
1295
|
-
const assetDir = '/
|
|
1324
|
+
const assetDir = '/3aa4ece';
|
|
1296
1325
|
|
|
1297
1326
|
const fileMapUrl = `${assetDir}/config/fileMap.json`;
|
|
1298
1327
|
|
|
@@ -1319,7 +1348,7 @@ const removeLeadingSlash = path => {
|
|
|
1319
1348
|
// TODO simplify code
|
|
1320
1349
|
// 1. don't have playground prefix in fileMap json
|
|
1321
1350
|
// 2. remove code here that removes the prefix
|
|
1322
|
-
const searchFile$
|
|
1351
|
+
const searchFile$4 = async path => {
|
|
1323
1352
|
const fileList = await getJson(fileMapUrl);
|
|
1324
1353
|
const result = fileList.map(removeLeadingSlash);
|
|
1325
1354
|
const prefixLength = path.length - 'file:///'.length;
|
|
@@ -1332,7 +1361,7 @@ const searchFile$3 = async path => {
|
|
|
1332
1361
|
|
|
1333
1362
|
const SearchFileFetch = {
|
|
1334
1363
|
__proto__: null,
|
|
1335
|
-
searchFile: searchFile$
|
|
1364
|
+
searchFile: searchFile$4
|
|
1336
1365
|
};
|
|
1337
1366
|
|
|
1338
1367
|
const Directory = 'directory';
|
|
@@ -1616,11 +1645,7 @@ replaceTraps(oldTraps => ({
|
|
|
1616
1645
|
}));
|
|
1617
1646
|
|
|
1618
1647
|
const state$2 = {
|
|
1619
|
-
|
|
1620
|
-
eventId: 0,
|
|
1621
|
-
dbVersion: 1,
|
|
1622
|
-
cachedDb: undefined
|
|
1623
|
-
};
|
|
1648
|
+
dbVersion: 1};
|
|
1624
1649
|
|
|
1625
1650
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
1626
1651
|
|
|
@@ -1683,7 +1708,7 @@ const searchFilesRecursively = async (all, parent, handle) => {
|
|
|
1683
1708
|
}
|
|
1684
1709
|
await Promise.all(promises);
|
|
1685
1710
|
};
|
|
1686
|
-
const searchFile$
|
|
1711
|
+
const searchFile$3 = async uri => {
|
|
1687
1712
|
const path = uri.slice('html://'.length);
|
|
1688
1713
|
const handle = await getDirectoryHandle(path);
|
|
1689
1714
|
if (!handle) {
|
|
@@ -1697,7 +1722,7 @@ const searchFile$2 = async uri => {
|
|
|
1697
1722
|
|
|
1698
1723
|
const SearchFileHtml = {
|
|
1699
1724
|
__proto__: null,
|
|
1700
|
-
searchFile: searchFile$
|
|
1725
|
+
searchFile: searchFile$3
|
|
1701
1726
|
};
|
|
1702
1727
|
|
|
1703
1728
|
const emptyMatches = [];
|
|
@@ -1868,18 +1893,34 @@ const filterQuickPickItem = (pattern, word) => {
|
|
|
1868
1893
|
return matches;
|
|
1869
1894
|
};
|
|
1870
1895
|
|
|
1871
|
-
|
|
1896
|
+
// TODO this should be in FileSystem module
|
|
1897
|
+
const pathBaseName = path => {
|
|
1872
1898
|
return path.slice(path.lastIndexOf('/') + 1);
|
|
1873
1899
|
};
|
|
1874
1900
|
|
|
1875
|
-
|
|
1901
|
+
// TODO this should be in FileSystem module
|
|
1902
|
+
const pathDirName = path => {
|
|
1903
|
+
const pathSeparator = '/';
|
|
1904
|
+
const index = path.lastIndexOf(pathSeparator);
|
|
1905
|
+
if (index === -1) {
|
|
1906
|
+
return '';
|
|
1907
|
+
}
|
|
1908
|
+
return path.slice(0, index);
|
|
1909
|
+
};
|
|
1910
|
+
|
|
1911
|
+
const filterQuickPickItems = (items, value, provider) => {
|
|
1876
1912
|
if (!value) {
|
|
1877
1913
|
return items.map(convertToPick);
|
|
1878
1914
|
}
|
|
1879
1915
|
const results = [];
|
|
1880
1916
|
for (const item of items) {
|
|
1881
|
-
|
|
1882
|
-
|
|
1917
|
+
let filterValue = '';
|
|
1918
|
+
if (provider) {
|
|
1919
|
+
filterValue = provider.getPickLabel(item);
|
|
1920
|
+
} else {
|
|
1921
|
+
filterValue = pathBaseName(item);
|
|
1922
|
+
}
|
|
1923
|
+
const matches = filterQuickPickItem(value, filterValue);
|
|
1883
1924
|
if (matches.length > 0) {
|
|
1884
1925
|
results.push({
|
|
1885
1926
|
pick: item,
|
|
@@ -1908,7 +1949,7 @@ const splitLines = lines => {
|
|
|
1908
1949
|
|
|
1909
1950
|
// TODO create direct connection from electron to file search worker using message ports
|
|
1910
1951
|
|
|
1911
|
-
const searchFile$
|
|
1952
|
+
const searchFile$2 = async (path, value, prepare) => {
|
|
1912
1953
|
const ripGrepArgs = getFileSearchRipGrepArgs();
|
|
1913
1954
|
const options = {
|
|
1914
1955
|
ripGrepArgs,
|
|
@@ -1926,7 +1967,7 @@ const searchFile$1 = async (path, value, prepare) => {
|
|
|
1926
1967
|
|
|
1927
1968
|
const SearchFileRipGrep = {
|
|
1928
1969
|
__proto__: null,
|
|
1929
|
-
searchFile: searchFile$
|
|
1970
|
+
searchFile: searchFile$2
|
|
1930
1971
|
};
|
|
1931
1972
|
|
|
1932
1973
|
const getModule = protocol => {
|
|
@@ -1941,7 +1982,8 @@ const getModule = protocol => {
|
|
|
1941
1982
|
return SearchFileRipGrep;
|
|
1942
1983
|
}
|
|
1943
1984
|
};
|
|
1944
|
-
|
|
1985
|
+
|
|
1986
|
+
const searchFile$1 = async (path, value, prepare, assetDir) => {
|
|
1945
1987
|
const protocol = getProtocol(path);
|
|
1946
1988
|
// TODO call different providers depending on protocol
|
|
1947
1989
|
const module = await getModule(protocol);
|
|
@@ -1949,21 +1991,12 @@ const searchFile = async (path, value, prepare, assetDir) => {
|
|
|
1949
1991
|
return result;
|
|
1950
1992
|
};
|
|
1951
1993
|
|
|
1952
|
-
|
|
1953
|
-
const
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
// TODO this should be in FileSystem module
|
|
1958
|
-
const pathDirName = path => {
|
|
1959
|
-
const pathSeparator = '/';
|
|
1960
|
-
const index = path.lastIndexOf(pathSeparator);
|
|
1961
|
-
if (index === -1) {
|
|
1962
|
-
return '';
|
|
1963
|
-
}
|
|
1964
|
-
return path.slice(0, index);
|
|
1994
|
+
const searchFile = async (path, value) => {
|
|
1995
|
+
const prepare = true;
|
|
1996
|
+
// @ts-ignore
|
|
1997
|
+
const files = await searchFile$1(/* path */path, /* searchTerm */value, prepare);
|
|
1998
|
+
return files;
|
|
1965
1999
|
};
|
|
1966
|
-
|
|
1967
2000
|
const name$7 = 'file';
|
|
1968
2001
|
const getPlaceholder$a = () => {
|
|
1969
2002
|
return '';
|
|
@@ -1985,9 +2018,14 @@ const getNoResults$9 = () => {
|
|
|
1985
2018
|
};
|
|
1986
2019
|
};
|
|
1987
2020
|
const getPicks$a = async searchValue => {
|
|
1988
|
-
|
|
2021
|
+
// TODO cache workspace path
|
|
2022
|
+
const workspace = await invoke$1('Workspace.getPath');
|
|
2023
|
+
if (!workspace) {
|
|
1989
2024
|
return [];
|
|
1990
2025
|
}
|
|
2026
|
+
const files = await searchFile(workspace, searchValue);
|
|
2027
|
+
// const picks = files.map(toPick)
|
|
2028
|
+
return files;
|
|
1991
2029
|
};
|
|
1992
2030
|
const selectPick$a = async pick => {
|
|
1993
2031
|
if (typeof pick === 'object') {
|
|
@@ -2016,7 +2054,7 @@ const getPickLabel$4 = pick => {
|
|
|
2016
2054
|
const baseName = pathBaseName(pick);
|
|
2017
2055
|
return baseName;
|
|
2018
2056
|
};
|
|
2019
|
-
const getPickDescription$
|
|
2057
|
+
const getPickDescription$4 = pick => {
|
|
2020
2058
|
if (typeof pick === 'object') {
|
|
2021
2059
|
pick = pick.pick;
|
|
2022
2060
|
}
|
|
@@ -2027,7 +2065,17 @@ const getPickIcon$4 = () => {
|
|
|
2027
2065
|
return '';
|
|
2028
2066
|
};
|
|
2029
2067
|
const getPickFileIcon$2 = pick => {
|
|
2030
|
-
|
|
2068
|
+
if (typeof pick === 'object') {
|
|
2069
|
+
pick = pick.pick;
|
|
2070
|
+
}
|
|
2071
|
+
if (typeof pick === 'object') {
|
|
2072
|
+
pick = pick.pick;
|
|
2073
|
+
}
|
|
2074
|
+
const baseName = pathBaseName(pick);
|
|
2075
|
+
return {
|
|
2076
|
+
type: File$2,
|
|
2077
|
+
name: baseName
|
|
2078
|
+
};
|
|
2031
2079
|
};
|
|
2032
2080
|
const isPrepared$1 = () => {
|
|
2033
2081
|
const workspace = '';
|
|
@@ -2042,7 +2090,7 @@ const QuickPickEntriesFile = {
|
|
|
2042
2090
|
getHelpEntries: getHelpEntries$9,
|
|
2043
2091
|
getLabel: getLabel$4,
|
|
2044
2092
|
getNoResults: getNoResults$9,
|
|
2045
|
-
getPickDescription: getPickDescription$
|
|
2093
|
+
getPickDescription: getPickDescription$4,
|
|
2046
2094
|
getPickFileIcon: getPickFileIcon$2,
|
|
2047
2095
|
getPickFilterValue: getPickFilterValue$5,
|
|
2048
2096
|
getPickIcon: getPickIcon$4,
|
|
@@ -2254,7 +2302,7 @@ const Symbol$2 = '@';
|
|
|
2254
2302
|
const WorkspaceSymbol$1 = '#';
|
|
2255
2303
|
const GoToLine = ':';
|
|
2256
2304
|
const View$1 = 'view ';
|
|
2257
|
-
const None$
|
|
2305
|
+
const None$2 = '';
|
|
2258
2306
|
|
|
2259
2307
|
// TODO avoid global variable
|
|
2260
2308
|
|
|
@@ -2296,7 +2344,7 @@ const getPrefix = value => {
|
|
|
2296
2344
|
if (value.startsWith(View$1)) {
|
|
2297
2345
|
return View$1;
|
|
2298
2346
|
}
|
|
2299
|
-
return None$
|
|
2347
|
+
return None$2;
|
|
2300
2348
|
};
|
|
2301
2349
|
const getQuickPickProvider = prefix => {
|
|
2302
2350
|
// TODO could use enum for prefix
|
|
@@ -2351,7 +2399,7 @@ const getPickFilterValue$3 = pick => {
|
|
|
2351
2399
|
} = state$1;
|
|
2352
2400
|
return provider.getPickFilterValue(pick);
|
|
2353
2401
|
};
|
|
2354
|
-
const getPickDescription$
|
|
2402
|
+
const getPickDescription$3 = pick => {
|
|
2355
2403
|
const {
|
|
2356
2404
|
provider
|
|
2357
2405
|
} = state$1;
|
|
@@ -2405,7 +2453,7 @@ const QuickPickEntriesEverything = {
|
|
|
2405
2453
|
getHelpEntries: getHelpEntries$3,
|
|
2406
2454
|
getLabel: getLabel$3,
|
|
2407
2455
|
getNoResults: getNoResults$4,
|
|
2408
|
-
getPickDescription: getPickDescription$
|
|
2456
|
+
getPickDescription: getPickDescription$3,
|
|
2409
2457
|
getPickFileIcon: getPickFileIcon$1,
|
|
2410
2458
|
getPickFilterValue: getPickFilterValue$3,
|
|
2411
2459
|
getPickIcon: getPickIcon$3,
|
|
@@ -2423,7 +2471,7 @@ const QuickPickEntriesEverything = {
|
|
|
2423
2471
|
const Default = 0;
|
|
2424
2472
|
const Finished = 2;
|
|
2425
2473
|
|
|
2426
|
-
const create$
|
|
2474
|
+
const create$3 = () => {
|
|
2427
2475
|
const states = Object.create(null);
|
|
2428
2476
|
return {
|
|
2429
2477
|
get(uid) {
|
|
@@ -2441,9 +2489,9 @@ const create$2 = () => {
|
|
|
2441
2489
|
const {
|
|
2442
2490
|
get,
|
|
2443
2491
|
set
|
|
2444
|
-
} = create$
|
|
2492
|
+
} = create$3();
|
|
2445
2493
|
|
|
2446
|
-
const create$
|
|
2494
|
+
const create$2 = ({
|
|
2447
2495
|
itemHeight,
|
|
2448
2496
|
headerHeight = 0,
|
|
2449
2497
|
minimumSliderSize = 20
|
|
@@ -2465,6 +2513,82 @@ const create$1 = ({
|
|
|
2465
2513
|
scrollBarActive: false
|
|
2466
2514
|
};
|
|
2467
2515
|
};
|
|
2516
|
+
const getListHeight = (height, headerHeight) => {
|
|
2517
|
+
if (headerHeight) {
|
|
2518
|
+
return height - headerHeight;
|
|
2519
|
+
}
|
|
2520
|
+
return headerHeight;
|
|
2521
|
+
};
|
|
2522
|
+
const setDeltaY = (state, deltaY) => {
|
|
2523
|
+
object(state);
|
|
2524
|
+
number(deltaY);
|
|
2525
|
+
const {
|
|
2526
|
+
itemHeight,
|
|
2527
|
+
items,
|
|
2528
|
+
height,
|
|
2529
|
+
headerHeight
|
|
2530
|
+
} = state;
|
|
2531
|
+
const listHeight = getListHeight(height, headerHeight);
|
|
2532
|
+
const itemsLength = items.length;
|
|
2533
|
+
const finalDeltaY = itemsLength * itemHeight - listHeight;
|
|
2534
|
+
if (deltaY < 0) {
|
|
2535
|
+
deltaY = 0;
|
|
2536
|
+
} else if (deltaY > finalDeltaY) {
|
|
2537
|
+
deltaY = Math.max(finalDeltaY, 0);
|
|
2538
|
+
}
|
|
2539
|
+
if (state.deltaY === deltaY) {
|
|
2540
|
+
return state;
|
|
2541
|
+
}
|
|
2542
|
+
const minLineY = Math.round(deltaY / itemHeight);
|
|
2543
|
+
const maxLineY = minLineY + Math.round(listHeight / itemHeight);
|
|
2544
|
+
number(minLineY);
|
|
2545
|
+
number(maxLineY);
|
|
2546
|
+
return {
|
|
2547
|
+
...state,
|
|
2548
|
+
deltaY,
|
|
2549
|
+
minLineY,
|
|
2550
|
+
maxLineY
|
|
2551
|
+
};
|
|
2552
|
+
};
|
|
2553
|
+
const handleWheel = (state, deltaMode, deltaY) => {
|
|
2554
|
+
object(state);
|
|
2555
|
+
number(deltaMode);
|
|
2556
|
+
number(deltaY);
|
|
2557
|
+
return setDeltaY(state, state.deltaY + deltaY);
|
|
2558
|
+
};
|
|
2559
|
+
|
|
2560
|
+
const create$1 = (uid, uri, listItemHeight, x, y, width, height, platform, args) => {
|
|
2561
|
+
const state = {
|
|
2562
|
+
uid,
|
|
2563
|
+
state: Default,
|
|
2564
|
+
picks: [],
|
|
2565
|
+
recentPicks: [],
|
|
2566
|
+
recentPickIds: new Map(),
|
|
2567
|
+
// TODO use object.create(null) instead
|
|
2568
|
+
versionId: 0,
|
|
2569
|
+
provider: QuickPickEntriesEverything,
|
|
2570
|
+
// TODO make this dynamic again
|
|
2571
|
+
warned: [],
|
|
2572
|
+
visiblePicks: [],
|
|
2573
|
+
maxVisibleItems: 10,
|
|
2574
|
+
uri,
|
|
2575
|
+
cursorOffset: 0,
|
|
2576
|
+
height: 300,
|
|
2577
|
+
top: 50,
|
|
2578
|
+
width: 600,
|
|
2579
|
+
...create$2({
|
|
2580
|
+
itemHeight: listItemHeight,
|
|
2581
|
+
headerHeight: 30,
|
|
2582
|
+
minimumSliderSize: minimumSliderSize
|
|
2583
|
+
}),
|
|
2584
|
+
inputSource: User,
|
|
2585
|
+
args,
|
|
2586
|
+
focused: false,
|
|
2587
|
+
platform,
|
|
2588
|
+
value: ''
|
|
2589
|
+
};
|
|
2590
|
+
set(uid, state, state);
|
|
2591
|
+
};
|
|
2468
2592
|
|
|
2469
2593
|
const create = (uid, uri, listItemHeight, x, y, width, height, platform, args) => {
|
|
2470
2594
|
const state = {
|
|
@@ -2485,7 +2609,7 @@ const create = (uid, uri, listItemHeight, x, y, width, height, platform, args) =
|
|
|
2485
2609
|
height: 300,
|
|
2486
2610
|
top: 50,
|
|
2487
2611
|
width: 600,
|
|
2488
|
-
...create$
|
|
2612
|
+
...create$2({
|
|
2489
2613
|
itemHeight: listItemHeight,
|
|
2490
2614
|
headerHeight: 30,
|
|
2491
2615
|
minimumSliderSize: minimumSliderSize
|
|
@@ -2576,6 +2700,95 @@ const getBlob = async (uri, type) => {
|
|
|
2576
2700
|
return blob;
|
|
2577
2701
|
};
|
|
2578
2702
|
|
|
2703
|
+
const focusIndex = async (state, index) => {
|
|
2704
|
+
const {
|
|
2705
|
+
provider,
|
|
2706
|
+
maxVisibleItems,
|
|
2707
|
+
items,
|
|
2708
|
+
minLineY,
|
|
2709
|
+
maxLineY
|
|
2710
|
+
} = state;
|
|
2711
|
+
// TODO get types working
|
|
2712
|
+
// @ts-ignore
|
|
2713
|
+
if (provider.focusPick) {
|
|
2714
|
+
// @ts-ignore
|
|
2715
|
+
await provider.focusPick(items[index].pick);
|
|
2716
|
+
}
|
|
2717
|
+
if (index < minLineY + 1) {
|
|
2718
|
+
const minLineY = index;
|
|
2719
|
+
const maxLineY = Math.min(index + maxVisibleItems, items.length - 1);
|
|
2720
|
+
// TODO need to scroll up
|
|
2721
|
+
return {
|
|
2722
|
+
...state,
|
|
2723
|
+
minLineY,
|
|
2724
|
+
maxLineY,
|
|
2725
|
+
focusedIndex: index
|
|
2726
|
+
};
|
|
2727
|
+
}
|
|
2728
|
+
if (index >= maxLineY - 1) {
|
|
2729
|
+
// TODO need to scroll down
|
|
2730
|
+
const maxLineY = index + 1;
|
|
2731
|
+
const minLineY = Math.max(maxLineY - maxVisibleItems, 0);
|
|
2732
|
+
return {
|
|
2733
|
+
...state,
|
|
2734
|
+
minLineY,
|
|
2735
|
+
maxLineY,
|
|
2736
|
+
focusedIndex: index
|
|
2737
|
+
};
|
|
2738
|
+
}
|
|
2739
|
+
return {
|
|
2740
|
+
...state,
|
|
2741
|
+
focusedIndex: index
|
|
2742
|
+
};
|
|
2743
|
+
};
|
|
2744
|
+
|
|
2745
|
+
const first = () => {
|
|
2746
|
+
return 0;
|
|
2747
|
+
};
|
|
2748
|
+
const last = items => {
|
|
2749
|
+
return items.length - 1;
|
|
2750
|
+
};
|
|
2751
|
+
const next = (items, index) => {
|
|
2752
|
+
return (index + 1) % items.length;
|
|
2753
|
+
};
|
|
2754
|
+
const previous = (items, index) => {
|
|
2755
|
+
return index === 0 ? items.length - 1 : index - 1;
|
|
2756
|
+
};
|
|
2757
|
+
|
|
2758
|
+
const focusFirst = state => {
|
|
2759
|
+
return focusIndex(state, first());
|
|
2760
|
+
};
|
|
2761
|
+
|
|
2762
|
+
const focusLast = state => {
|
|
2763
|
+
const {
|
|
2764
|
+
items
|
|
2765
|
+
} = state;
|
|
2766
|
+
return focusIndex(state, last(items));
|
|
2767
|
+
};
|
|
2768
|
+
|
|
2769
|
+
const focusNext = state => {
|
|
2770
|
+
const {
|
|
2771
|
+
items,
|
|
2772
|
+
focusedIndex
|
|
2773
|
+
} = state;
|
|
2774
|
+
const nextIndex = next(items, focusedIndex);
|
|
2775
|
+
return focusIndex(state, nextIndex);
|
|
2776
|
+
};
|
|
2777
|
+
|
|
2778
|
+
const focusPrevious = state => {
|
|
2779
|
+
const {
|
|
2780
|
+
items,
|
|
2781
|
+
focusedIndex
|
|
2782
|
+
} = state;
|
|
2783
|
+
const previousIndex = previous(items, focusedIndex);
|
|
2784
|
+
return focusIndex(state, previousIndex);
|
|
2785
|
+
};
|
|
2786
|
+
|
|
2787
|
+
const commandIds = ['handleBlur', 'handleClickAt', 'handleWheel', 'selectCurrentIndex', 'selectIndex', 'selectItem', 'focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusPrevious', 'handleInput', 'handleBeforeInput'];
|
|
2788
|
+
const getCommandIds = () => {
|
|
2789
|
+
return commandIds;
|
|
2790
|
+
};
|
|
2791
|
+
|
|
2579
2792
|
const Enter = 3;
|
|
2580
2793
|
const Escape = 8;
|
|
2581
2794
|
const PageUp = 10;
|
|
@@ -2614,6 +2827,191 @@ const getKeyBindings = () => {
|
|
|
2614
2827
|
}];
|
|
2615
2828
|
};
|
|
2616
2829
|
|
|
2830
|
+
const InsertText = 'insertText';
|
|
2831
|
+
const DeleteContentBackward = 'deleteContentBackward';
|
|
2832
|
+
const DeleteContentForward = 'deleteContentForward';
|
|
2833
|
+
const DeleteWordForward = 'deleteWordForward';
|
|
2834
|
+
const DeleteWordBackward = 'deleteWordBackward';
|
|
2835
|
+
const InsertLineBreak = 'insertLineBreak';
|
|
2836
|
+
const InsertCompositionText = 'insertCompositionText';
|
|
2837
|
+
const InsertFromPaste = 'insertFromPaste';
|
|
2838
|
+
|
|
2839
|
+
const getNewValueInsertText = (value, selectionStart, selectionEnd, data) => {
|
|
2840
|
+
if (selectionStart === value.length) {
|
|
2841
|
+
const newValue = value + data;
|
|
2842
|
+
return {
|
|
2843
|
+
newValue,
|
|
2844
|
+
cursorOffset: newValue.length
|
|
2845
|
+
};
|
|
2846
|
+
}
|
|
2847
|
+
const before = value.slice(0, selectionStart);
|
|
2848
|
+
const after = value.slice(selectionEnd);
|
|
2849
|
+
const newValue = before + data + after;
|
|
2850
|
+
return {
|
|
2851
|
+
newValue,
|
|
2852
|
+
cursorOffset: selectionStart + data.length
|
|
2853
|
+
};
|
|
2854
|
+
};
|
|
2855
|
+
const getNewValueDeleteContentBackward = (value, selectionStart, selectionEnd, data) => {
|
|
2856
|
+
const after = value.slice(selectionEnd);
|
|
2857
|
+
if (selectionStart === selectionEnd) {
|
|
2858
|
+
const before = value.slice(0, selectionStart - 1);
|
|
2859
|
+
const newValue = before + after;
|
|
2860
|
+
return {
|
|
2861
|
+
newValue,
|
|
2862
|
+
cursorOffset: before.length
|
|
2863
|
+
};
|
|
2864
|
+
}
|
|
2865
|
+
const before = value.slice(0, selectionStart);
|
|
2866
|
+
const newValue = before + after;
|
|
2867
|
+
return {
|
|
2868
|
+
newValue,
|
|
2869
|
+
cursorOffset: selectionStart
|
|
2870
|
+
};
|
|
2871
|
+
};
|
|
2872
|
+
const RE_ALPHA_NUMERIC = /[a-z\d]/i;
|
|
2873
|
+
const isAlphaNumeric = character => {
|
|
2874
|
+
return RE_ALPHA_NUMERIC.test(character);
|
|
2875
|
+
};
|
|
2876
|
+
const getNewValueDeleteWordBackward = (value, selectionStart, selectionEnd, data) => {
|
|
2877
|
+
const after = value.slice(selectionEnd);
|
|
2878
|
+
if (selectionStart === selectionEnd) {
|
|
2879
|
+
let startIndex = Math.max(selectionStart - 1, 0);
|
|
2880
|
+
while (startIndex > 0 && isAlphaNumeric(value[startIndex])) {
|
|
2881
|
+
startIndex--;
|
|
2882
|
+
}
|
|
2883
|
+
const before = value.slice(0, startIndex);
|
|
2884
|
+
const newValue = before + after;
|
|
2885
|
+
return {
|
|
2886
|
+
newValue,
|
|
2887
|
+
cursorOffset: before.length
|
|
2888
|
+
};
|
|
2889
|
+
}
|
|
2890
|
+
const before = value.slice(0, selectionStart);
|
|
2891
|
+
const newValue = before + after;
|
|
2892
|
+
return {
|
|
2893
|
+
newValue,
|
|
2894
|
+
cursorOffset: selectionStart
|
|
2895
|
+
};
|
|
2896
|
+
};
|
|
2897
|
+
const getNewValueDeleteContentForward = (value, selectionStart, selectionEnd, data) => {
|
|
2898
|
+
const before = value.slice(0, selectionStart);
|
|
2899
|
+
if (selectionStart === selectionEnd) {
|
|
2900
|
+
const after = value.slice(selectionEnd + 1);
|
|
2901
|
+
const newValue = before + after;
|
|
2902
|
+
return {
|
|
2903
|
+
newValue,
|
|
2904
|
+
cursorOffset: selectionStart
|
|
2905
|
+
};
|
|
2906
|
+
}
|
|
2907
|
+
const after = value.slice(selectionEnd);
|
|
2908
|
+
const newValue = before + after;
|
|
2909
|
+
return {
|
|
2910
|
+
newValue,
|
|
2911
|
+
cursorOffset: selectionStart
|
|
2912
|
+
};
|
|
2913
|
+
};
|
|
2914
|
+
const getNewValueDeleteWordForward = (value, selectionStart, selectionEnd, data) => {
|
|
2915
|
+
const before = value.slice(0, selectionStart);
|
|
2916
|
+
if (selectionStart === selectionEnd) {
|
|
2917
|
+
let startIndex = Math.min(selectionStart + 1, value.length - 1);
|
|
2918
|
+
while (startIndex < value.length && isAlphaNumeric(value[startIndex])) {
|
|
2919
|
+
startIndex++;
|
|
2920
|
+
}
|
|
2921
|
+
const after = value.slice(startIndex);
|
|
2922
|
+
const newValue = before + after;
|
|
2923
|
+
return {
|
|
2924
|
+
newValue,
|
|
2925
|
+
cursorOffset: before.length
|
|
2926
|
+
};
|
|
2927
|
+
}
|
|
2928
|
+
const after = value.slice(selectionEnd);
|
|
2929
|
+
const newValue = before + after;
|
|
2930
|
+
return {
|
|
2931
|
+
newValue,
|
|
2932
|
+
cursorOffset: selectionStart
|
|
2933
|
+
};
|
|
2934
|
+
};
|
|
2935
|
+
const getNewValueInsertCompositionText = (value, selectionStart, selectionEnd, data) => {
|
|
2936
|
+
return getNewValueInsertText(value, selectionStart, selectionEnd, data);
|
|
2937
|
+
};
|
|
2938
|
+
const getNewValueInsertLineBreak = (value, selectionStart, selectionEnd, data) => {
|
|
2939
|
+
return {
|
|
2940
|
+
newValue: value,
|
|
2941
|
+
cursorOffset: selectionEnd
|
|
2942
|
+
};
|
|
2943
|
+
};
|
|
2944
|
+
const getFn = inputType => {
|
|
2945
|
+
switch (inputType) {
|
|
2946
|
+
case InsertFromPaste:
|
|
2947
|
+
case InsertText:
|
|
2948
|
+
return getNewValueInsertText;
|
|
2949
|
+
case DeleteContentBackward:
|
|
2950
|
+
return getNewValueDeleteContentBackward;
|
|
2951
|
+
case DeleteContentForward:
|
|
2952
|
+
return getNewValueDeleteContentForward;
|
|
2953
|
+
case DeleteWordForward:
|
|
2954
|
+
return getNewValueDeleteWordForward;
|
|
2955
|
+
case DeleteWordBackward:
|
|
2956
|
+
return getNewValueDeleteWordBackward;
|
|
2957
|
+
case InsertLineBreak:
|
|
2958
|
+
return getNewValueInsertLineBreak;
|
|
2959
|
+
case InsertCompositionText:
|
|
2960
|
+
return getNewValueInsertCompositionText;
|
|
2961
|
+
default:
|
|
2962
|
+
throw new Error(`unsupported input type ${inputType}`);
|
|
2963
|
+
}
|
|
2964
|
+
};
|
|
2965
|
+
const getNewValue = (value, inputType, data, selectionStart, selectionEnd) => {
|
|
2966
|
+
const fn = getFn(inputType);
|
|
2967
|
+
return fn(value, selectionStart, selectionEnd, data);
|
|
2968
|
+
};
|
|
2969
|
+
|
|
2970
|
+
// TODO when user types letters -> no need to query provider again -> just filter existing results
|
|
2971
|
+
const handleInput = async (state, newValue, cursorOffset, inputSource = Script) => {
|
|
2972
|
+
if (state.value === newValue) {
|
|
2973
|
+
return state;
|
|
2974
|
+
}
|
|
2975
|
+
// @ts-ignore
|
|
2976
|
+
state.value = newValue;
|
|
2977
|
+
// @ts-ignore
|
|
2978
|
+
state.inputSource = inputSource;
|
|
2979
|
+
const newPicks = await state.provider.getPicks(newValue);
|
|
2980
|
+
const filterValue = state.provider.getFilterValue(newValue);
|
|
2981
|
+
const items = filterQuickPickItems(newPicks, filterValue, state.provider);
|
|
2982
|
+
const focusedIndex = items.length === 0 ? -1 : 0;
|
|
2983
|
+
return {
|
|
2984
|
+
...state,
|
|
2985
|
+
picks: newPicks,
|
|
2986
|
+
items,
|
|
2987
|
+
focusedIndex,
|
|
2988
|
+
cursorOffset
|
|
2989
|
+
};
|
|
2990
|
+
};
|
|
2991
|
+
|
|
2992
|
+
const handleBeforeInput = (state, inputType, data, selectionStart, selectionEnd) => {
|
|
2993
|
+
string(inputType);
|
|
2994
|
+
number(selectionStart);
|
|
2995
|
+
number(selectionEnd);
|
|
2996
|
+
const {
|
|
2997
|
+
value
|
|
2998
|
+
} = state;
|
|
2999
|
+
const {
|
|
3000
|
+
newValue,
|
|
3001
|
+
cursorOffset
|
|
3002
|
+
} = getNewValue(value, inputType, data, selectionStart, selectionEnd);
|
|
3003
|
+
return handleInput(state, newValue, cursorOffset, User);
|
|
3004
|
+
};
|
|
3005
|
+
|
|
3006
|
+
const closeWidget = async id => {
|
|
3007
|
+
await invoke$1('Viewlet.closeWidget', id);
|
|
3008
|
+
};
|
|
3009
|
+
|
|
3010
|
+
const handleBlur = async state => {
|
|
3011
|
+
await closeWidget(state.uid);
|
|
3012
|
+
return state;
|
|
3013
|
+
};
|
|
3014
|
+
|
|
2617
3015
|
const getDefaultValue = uri => {
|
|
2618
3016
|
switch (uri) {
|
|
2619
3017
|
case 'quickPick://everything':
|
|
@@ -2685,7 +3083,7 @@ const QuickPickEntriesColorTheme = {
|
|
|
2685
3083
|
const Tag$1 = 'Tag';
|
|
2686
3084
|
const Cloud$1 = 'Cloud';
|
|
2687
3085
|
const SourceControl$1 = 'SourceControl';
|
|
2688
|
-
const None = '';
|
|
3086
|
+
const None$1 = '';
|
|
2689
3087
|
|
|
2690
3088
|
const SourceControl = 1;
|
|
2691
3089
|
const Cloud = 2;
|
|
@@ -2737,7 +3135,7 @@ const getPickFilterValue$1 = pick => {
|
|
|
2737
3135
|
const getPickLabel$1 = pick => {
|
|
2738
3136
|
return pick.label;
|
|
2739
3137
|
};
|
|
2740
|
-
const getPickDescription$
|
|
3138
|
+
const getPickDescription$2 = pick => {
|
|
2741
3139
|
return pick.description || '';
|
|
2742
3140
|
};
|
|
2743
3141
|
const convertIcon = icon => {
|
|
@@ -2749,7 +3147,7 @@ const convertIcon = icon => {
|
|
|
2749
3147
|
case Tag:
|
|
2750
3148
|
return Tag$1;
|
|
2751
3149
|
default:
|
|
2752
|
-
return None;
|
|
3150
|
+
return None$1;
|
|
2753
3151
|
}
|
|
2754
3152
|
};
|
|
2755
3153
|
const getPickIcon$1 = pick => {
|
|
@@ -2762,7 +3160,7 @@ const QuickPickEntriesCustom = {
|
|
|
2762
3160
|
getHelpEntries: getHelpEntries$2,
|
|
2763
3161
|
getLabel: getLabel$1,
|
|
2764
3162
|
getNoResults: getNoResults$2,
|
|
2765
|
-
getPickDescription: getPickDescription$
|
|
3163
|
+
getPickDescription: getPickDescription$2,
|
|
2766
3164
|
getPickFilterValue: getPickFilterValue$1,
|
|
2767
3165
|
getPickIcon: getPickIcon$1,
|
|
2768
3166
|
getPickLabel: getPickLabel$1,
|
|
@@ -2826,11 +3224,6 @@ const QuickPickEntriesNumber = {
|
|
|
2826
3224
|
selectPick: selectPick$1
|
|
2827
3225
|
};
|
|
2828
3226
|
|
|
2829
|
-
// TODO support file icons
|
|
2830
|
-
const getFolderIcon = () => {
|
|
2831
|
-
return '';
|
|
2832
|
-
};
|
|
2833
|
-
|
|
2834
3227
|
const getRecentlyOpened = () => {
|
|
2835
3228
|
return invoke$1(/* RecentlyOpened.getRecentlyOpened */'RecentlyOpened.getRecentlyOpened');
|
|
2836
3229
|
};
|
|
@@ -2879,14 +3272,23 @@ const getPickFilterValue = pick => {
|
|
|
2879
3272
|
const getPickLabel = pick => {
|
|
2880
3273
|
return pathBaseName(pick);
|
|
2881
3274
|
};
|
|
2882
|
-
const getPickDescription = pick => {
|
|
3275
|
+
const getPickDescription$1 = pick => {
|
|
2883
3276
|
return pathDirName(pick);
|
|
2884
3277
|
};
|
|
2885
3278
|
const getPickIcon = () => {
|
|
2886
3279
|
return '';
|
|
2887
3280
|
};
|
|
2888
|
-
const getPickFileIcon =
|
|
2889
|
-
|
|
3281
|
+
const getPickFileIcon = pick => {
|
|
3282
|
+
if (typeof pick === 'object') {
|
|
3283
|
+
pick = pick.pick;
|
|
3284
|
+
}
|
|
3285
|
+
if (typeof pick === 'object') {
|
|
3286
|
+
pick = pick.pick;
|
|
3287
|
+
}
|
|
3288
|
+
return {
|
|
3289
|
+
type: Directory$1,
|
|
3290
|
+
name: pick
|
|
3291
|
+
};
|
|
2890
3292
|
};
|
|
2891
3293
|
|
|
2892
3294
|
const QuickPickEntriesOpenRecent = {
|
|
@@ -2895,7 +3297,7 @@ const QuickPickEntriesOpenRecent = {
|
|
|
2895
3297
|
getHelpEntries,
|
|
2896
3298
|
getLabel,
|
|
2897
3299
|
getNoResults,
|
|
2898
|
-
getPickDescription,
|
|
3300
|
+
getPickDescription: getPickDescription$1,
|
|
2899
3301
|
getPickFileIcon,
|
|
2900
3302
|
getPickFilterValue,
|
|
2901
3303
|
getPickIcon,
|
|
@@ -2956,7 +3358,7 @@ const loadContent = async state => {
|
|
|
2956
3358
|
array(newPicks);
|
|
2957
3359
|
// @ts-ignore
|
|
2958
3360
|
const filterValue = provider.getFilterValue(value);
|
|
2959
|
-
const items = filterQuickPickItems(
|
|
3361
|
+
const items = filterQuickPickItems(newPicks, filterValue, provider);
|
|
2960
3362
|
// @ts-ignore
|
|
2961
3363
|
provider.getLabel();
|
|
2962
3364
|
const minLineY = 0;
|
|
@@ -2986,7 +3388,473 @@ const loadQuickPickEntries = moduleId => {
|
|
|
2986
3388
|
}
|
|
2987
3389
|
};
|
|
2988
3390
|
|
|
3391
|
+
const getIconRequests = (items, provider) => {
|
|
3392
|
+
const iconRequests = [];
|
|
3393
|
+
for (let i = 0; i < items.length; i++) {
|
|
3394
|
+
const pick = items[i];
|
|
3395
|
+
const iconObject = provider.getPickFileIcon(pick);
|
|
3396
|
+
iconRequests.push({
|
|
3397
|
+
name: iconObject?.name,
|
|
3398
|
+
path: '',
|
|
3399
|
+
type: iconObject?.type
|
|
3400
|
+
});
|
|
3401
|
+
}
|
|
3402
|
+
return iconRequests;
|
|
3403
|
+
};
|
|
3404
|
+
|
|
3405
|
+
const requestFileIcons = async requests => {
|
|
3406
|
+
const promises = requests.map(request => {
|
|
3407
|
+
if (!request.name) {
|
|
3408
|
+
return '';
|
|
3409
|
+
}
|
|
3410
|
+
return request.type === File$2 ? invoke$1('IconTheme.getFileIcon', {
|
|
3411
|
+
name: request.name
|
|
3412
|
+
}) : invoke$1('IconTheme.getFolderIcon', {
|
|
3413
|
+
name: request.name
|
|
3414
|
+
});
|
|
3415
|
+
});
|
|
3416
|
+
return Promise.all(promises);
|
|
3417
|
+
};
|
|
3418
|
+
|
|
3419
|
+
const getPickDescription = (provider, pick) => {
|
|
3420
|
+
if (provider.getPickDescription) {
|
|
3421
|
+
return provider.getPickDescription(pick);
|
|
3422
|
+
}
|
|
3423
|
+
return '';
|
|
3424
|
+
};
|
|
3425
|
+
const getVisible = async (provider, items, minLineY, maxLineY, focusedIndex) => {
|
|
3426
|
+
const visibleItems = [];
|
|
3427
|
+
const setSize = items.length;
|
|
3428
|
+
const max = Math.min(setSize, maxLineY);
|
|
3429
|
+
const iconsRequests = getIconRequests(items.slice(minLineY, maxLineY), provider);
|
|
3430
|
+
const icons = await requestFileIcons(iconsRequests);
|
|
3431
|
+
let iconIndex = 0;
|
|
3432
|
+
for (let i = minLineY; i < max; i++) {
|
|
3433
|
+
const item = items[i];
|
|
3434
|
+
const pick = item.pick;
|
|
3435
|
+
const label = provider.getPickLabel(pick);
|
|
3436
|
+
const description = getPickDescription(provider, pick);
|
|
3437
|
+
const icon = provider.getPickIcon(pick);
|
|
3438
|
+
const fileIcon = icons[iconIndex++];
|
|
3439
|
+
visibleItems.push({
|
|
3440
|
+
label,
|
|
3441
|
+
description,
|
|
3442
|
+
icon,
|
|
3443
|
+
fileIcon,
|
|
3444
|
+
posInSet: i + 1,
|
|
3445
|
+
setSize,
|
|
3446
|
+
isActive: i === focusedIndex,
|
|
3447
|
+
matches: item.matches
|
|
3448
|
+
});
|
|
3449
|
+
}
|
|
3450
|
+
return visibleItems;
|
|
3451
|
+
};
|
|
3452
|
+
|
|
3453
|
+
const createQuickPickViewModel = async (oldState, newState) => {
|
|
3454
|
+
const visibleItems = await getVisible(newState.provider, newState.items, newState.minLineY, newState.maxLineY, newState.focusedIndex);
|
|
3455
|
+
const oldFocusedIndex = oldState.focusedIndex - oldState.minLineY;
|
|
3456
|
+
const newFocusedIndex = newState.focusedIndex - newState.minLineY;
|
|
3457
|
+
const maxLineY = Math.min(newState.maxLineY, newState.items.length);
|
|
3458
|
+
const itemCount = maxLineY - newState.minLineY;
|
|
3459
|
+
const height = itemCount * newState.itemHeight;
|
|
3460
|
+
return {
|
|
3461
|
+
visibleItems,
|
|
3462
|
+
value: newState.value,
|
|
3463
|
+
cursorOffset: newState.cursorOffset,
|
|
3464
|
+
focused: newState.focused,
|
|
3465
|
+
height,
|
|
3466
|
+
oldFocusedIndex,
|
|
3467
|
+
newFocusedIndex,
|
|
3468
|
+
uid: newState.uid
|
|
3469
|
+
};
|
|
3470
|
+
};
|
|
3471
|
+
|
|
3472
|
+
const RenderItems = 1;
|
|
3473
|
+
const RenderFocus = 2;
|
|
3474
|
+
const RenderValue = 3;
|
|
3475
|
+
const RenderCursorOffset = 7;
|
|
3476
|
+
const RenderFocusedIndex = 8;
|
|
3477
|
+
const Height = 9;
|
|
3478
|
+
|
|
3479
|
+
const SetCursorOffset = 'setCursorOffset';
|
|
3480
|
+
const SetFocusedIndex = 'setFocusedIndex';
|
|
3481
|
+
const SetItemsHeight = 'setItemsHeight';
|
|
3482
|
+
const SetValue = 'setValue';
|
|
3483
|
+
|
|
3484
|
+
const renderCursorOffset = newState => {
|
|
3485
|
+
return ['Viewlet.send', newState.uid, /* method */SetCursorOffset, /* cursorOffset */newState.cursorOffset];
|
|
3486
|
+
};
|
|
3487
|
+
|
|
3488
|
+
const renderFocus = newState => {
|
|
3489
|
+
const selector = newState.focused ? '.InputBox' : '';
|
|
3490
|
+
return ['Viewlet.focusSelector', selector];
|
|
3491
|
+
};
|
|
3492
|
+
|
|
3493
|
+
const renderFocusedIndex = newState => {
|
|
3494
|
+
return ['Viewlet.send', newState.uid, /* method */SetFocusedIndex, /* oldFocusedIndex */newState.oldFocusedIndex, /* newFocusedIndex */newState.newFocusedIndex];
|
|
3495
|
+
};
|
|
3496
|
+
|
|
3497
|
+
const renderHeight = newState => {
|
|
3498
|
+
if (newState.height === 0) {
|
|
3499
|
+
return ['Viewlet.send', newState.uid, /* method */SetItemsHeight, /* height */20];
|
|
3500
|
+
}
|
|
3501
|
+
return ['Viewlet.send', newState.uid, /* method */SetItemsHeight, /* height */newState.height];
|
|
3502
|
+
};
|
|
3503
|
+
|
|
3504
|
+
const FileIcon = 'FileIcon';
|
|
3505
|
+
const Label = 'Label';
|
|
3506
|
+
const QuickPickHighlight = 'QuickPickHighlight';
|
|
3507
|
+
const QuickPickItem = 'QuickPickItem';
|
|
3508
|
+
const QuickPickItemActive = 'QuickPickItemActive';
|
|
3509
|
+
const QuickPickItemDescription = 'QuickPickItemDescription';
|
|
3510
|
+
const QuickPickItemLabel = 'QuickPickItemLabel';
|
|
3511
|
+
|
|
3512
|
+
const None = 'none';
|
|
3513
|
+
const Option = 'option';
|
|
3514
|
+
|
|
3515
|
+
const Div = 4;
|
|
3516
|
+
const Span = 8;
|
|
3517
|
+
const Text = 12;
|
|
3518
|
+
const Img = 17;
|
|
3519
|
+
|
|
3520
|
+
const getFileIconVirtualDom = icon => {
|
|
3521
|
+
return {
|
|
3522
|
+
type: Img,
|
|
3523
|
+
className: FileIcon,
|
|
3524
|
+
src: icon,
|
|
3525
|
+
role: None,
|
|
3526
|
+
childCount: 0
|
|
3527
|
+
};
|
|
3528
|
+
};
|
|
3529
|
+
|
|
3530
|
+
const text = data => {
|
|
3531
|
+
return {
|
|
3532
|
+
type: Text,
|
|
3533
|
+
text: data,
|
|
3534
|
+
childCount: 0
|
|
3535
|
+
};
|
|
3536
|
+
};
|
|
3537
|
+
|
|
3538
|
+
const quickPickHighlight = {
|
|
3539
|
+
type: Span,
|
|
3540
|
+
className: QuickPickHighlight,
|
|
3541
|
+
childCount: 1
|
|
3542
|
+
};
|
|
3543
|
+
const addHighlights = (dom, highlights, label) => {
|
|
3544
|
+
const labelDom = {
|
|
3545
|
+
type: Div,
|
|
3546
|
+
className: QuickPickItemLabel,
|
|
3547
|
+
childCount: 0
|
|
3548
|
+
};
|
|
3549
|
+
dom.push(labelDom);
|
|
3550
|
+
let position = 0;
|
|
3551
|
+
for (let i = 0; i < highlights.length; i += 2) {
|
|
3552
|
+
const highlightStart = highlights[i];
|
|
3553
|
+
const highlightEnd = highlights[i + 1];
|
|
3554
|
+
if (position < highlightStart) {
|
|
3555
|
+
const beforeText = label.slice(position, highlightStart);
|
|
3556
|
+
labelDom.childCount++;
|
|
3557
|
+
dom.push(text(beforeText));
|
|
3558
|
+
}
|
|
3559
|
+
const highlightText = label.slice(highlightStart, highlightEnd);
|
|
3560
|
+
labelDom.childCount++;
|
|
3561
|
+
dom.push(quickPickHighlight, text(highlightText));
|
|
3562
|
+
position = highlightEnd;
|
|
3563
|
+
}
|
|
3564
|
+
if (position < label.length) {
|
|
3565
|
+
const afterText = label.slice(position);
|
|
3566
|
+
labelDom.childCount++;
|
|
3567
|
+
dom.push(text(afterText));
|
|
3568
|
+
}
|
|
3569
|
+
};
|
|
3570
|
+
const getQuickPickItemVirtualDom = visibleItem => {
|
|
3571
|
+
const {
|
|
3572
|
+
posInSet,
|
|
3573
|
+
label,
|
|
3574
|
+
setSize,
|
|
3575
|
+
isActive,
|
|
3576
|
+
description,
|
|
3577
|
+
icon,
|
|
3578
|
+
matches,
|
|
3579
|
+
fileIcon
|
|
3580
|
+
} = visibleItem;
|
|
3581
|
+
const highlights = matches.slice(1);
|
|
3582
|
+
const dom = [];
|
|
3583
|
+
dom.push({
|
|
3584
|
+
type: Div,
|
|
3585
|
+
className: QuickPickItem,
|
|
3586
|
+
role: Option,
|
|
3587
|
+
ariaPosInSet: posInSet,
|
|
3588
|
+
ariaSetSize: setSize,
|
|
3589
|
+
childCount: 1
|
|
3590
|
+
});
|
|
3591
|
+
const parent = dom[0];
|
|
3592
|
+
if (isActive) {
|
|
3593
|
+
// @ts-ignore
|
|
3594
|
+
parent.id = 'QuickPickItemActive';
|
|
3595
|
+
parent.className += ' ' + QuickPickItemActive;
|
|
3596
|
+
}
|
|
3597
|
+
if (fileIcon) {
|
|
3598
|
+
parent.childCount++;
|
|
3599
|
+
dom.push(getFileIconVirtualDom(fileIcon));
|
|
3600
|
+
} else if (icon) {
|
|
3601
|
+
parent.childCount++;
|
|
3602
|
+
dom.push({
|
|
3603
|
+
type: Div,
|
|
3604
|
+
className: `QuickPickMaskIcon MaskIcon MaskIcon${icon}`,
|
|
3605
|
+
childCount: 0
|
|
3606
|
+
});
|
|
3607
|
+
}
|
|
3608
|
+
addHighlights(dom, highlights, label);
|
|
3609
|
+
if (description) {
|
|
3610
|
+
parent.childCount++;
|
|
3611
|
+
dom.push({
|
|
3612
|
+
type: Div,
|
|
3613
|
+
className: QuickPickItemDescription,
|
|
3614
|
+
childCount: 1
|
|
3615
|
+
}, text(description));
|
|
3616
|
+
}
|
|
3617
|
+
return dom;
|
|
3618
|
+
};
|
|
3619
|
+
|
|
3620
|
+
const getQuickPickItemsVirtualDom = visibleItems => {
|
|
3621
|
+
if (visibleItems.length === 0) {
|
|
3622
|
+
return [{
|
|
3623
|
+
type: Div,
|
|
3624
|
+
className: 'QuickPickItem QuickPickItemActive QuickPickStatus',
|
|
3625
|
+
childCount: 1
|
|
3626
|
+
}, {
|
|
3627
|
+
type: Div,
|
|
3628
|
+
className: Label,
|
|
3629
|
+
childCount: 1
|
|
3630
|
+
}, text('No Results')];
|
|
3631
|
+
}
|
|
3632
|
+
const dom = visibleItems.flatMap(getQuickPickItemVirtualDom);
|
|
3633
|
+
return dom;
|
|
3634
|
+
};
|
|
3635
|
+
|
|
3636
|
+
const renderItems = newState => {
|
|
3637
|
+
const dom = getQuickPickItemsVirtualDom(newState.visibleItems);
|
|
3638
|
+
return ['Viewlet.send', newState.uid, /* method */'setItemsDom', dom];
|
|
3639
|
+
};
|
|
3640
|
+
|
|
3641
|
+
const renderValue = newState => {
|
|
3642
|
+
return ['Viewlet.send', newState.uid, /* method */SetValue, /* value */newState.value];
|
|
3643
|
+
};
|
|
3644
|
+
|
|
3645
|
+
const getRenderer = diffType => {
|
|
3646
|
+
switch (diffType) {
|
|
3647
|
+
case RenderValue:
|
|
3648
|
+
return renderValue;
|
|
3649
|
+
case RenderCursorOffset:
|
|
3650
|
+
return renderCursorOffset;
|
|
3651
|
+
case RenderItems:
|
|
3652
|
+
return renderItems;
|
|
3653
|
+
case RenderFocusedIndex:
|
|
3654
|
+
return renderFocusedIndex;
|
|
3655
|
+
case Height:
|
|
3656
|
+
return renderHeight;
|
|
3657
|
+
case RenderFocus:
|
|
3658
|
+
return renderFocus;
|
|
3659
|
+
default:
|
|
3660
|
+
throw new Error('unknown renderer');
|
|
3661
|
+
}
|
|
3662
|
+
};
|
|
3663
|
+
|
|
3664
|
+
const applyRender = async (oldState, newState, diffResult) => {
|
|
3665
|
+
const commands = [];
|
|
3666
|
+
const viewModel = await createQuickPickViewModel(oldState, newState);
|
|
3667
|
+
for (const item of diffResult) {
|
|
3668
|
+
const fn = getRenderer(item);
|
|
3669
|
+
commands.push(fn(viewModel));
|
|
3670
|
+
}
|
|
3671
|
+
return commands;
|
|
3672
|
+
};
|
|
3673
|
+
|
|
3674
|
+
const diffType$4 = RenderFocus;
|
|
3675
|
+
const isEqual$4 = (oldState, newState) => {
|
|
3676
|
+
return oldState.focused === newState.focused;
|
|
3677
|
+
};
|
|
3678
|
+
|
|
3679
|
+
const DiffFocus = {
|
|
3680
|
+
__proto__: null,
|
|
3681
|
+
diffType: diffType$4,
|
|
3682
|
+
isEqual: isEqual$4
|
|
3683
|
+
};
|
|
3684
|
+
|
|
3685
|
+
const diffType$3 = RenderFocusedIndex;
|
|
3686
|
+
const isEqual$3 = (oldState, newState) => {
|
|
3687
|
+
return oldState.focusedIndex === newState.focusedIndex;
|
|
3688
|
+
};
|
|
3689
|
+
|
|
3690
|
+
const DiffFocusedIndex = {
|
|
3691
|
+
__proto__: null,
|
|
3692
|
+
diffType: diffType$3,
|
|
3693
|
+
isEqual: isEqual$3
|
|
3694
|
+
};
|
|
3695
|
+
|
|
3696
|
+
const diffType$2 = Height;
|
|
3697
|
+
const isEqual$2 = (oldState, newState) => {
|
|
3698
|
+
return oldState.items.length === newState.items.length;
|
|
3699
|
+
};
|
|
3700
|
+
|
|
3701
|
+
const DiffHeight = {
|
|
3702
|
+
__proto__: null,
|
|
3703
|
+
diffType: diffType$2,
|
|
3704
|
+
isEqual: isEqual$2
|
|
3705
|
+
};
|
|
3706
|
+
|
|
3707
|
+
const diffType$1 = RenderItems;
|
|
3708
|
+
const isEqual$1 = (oldState, newState) => {
|
|
3709
|
+
return oldState.items === newState.items && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.focusedIndex === newState.focusedIndex;
|
|
3710
|
+
};
|
|
3711
|
+
|
|
3712
|
+
const DiffItems = {
|
|
3713
|
+
__proto__: null,
|
|
3714
|
+
diffType: diffType$1,
|
|
3715
|
+
isEqual: isEqual$1
|
|
3716
|
+
};
|
|
3717
|
+
|
|
3718
|
+
const diffType = RenderValue;
|
|
3719
|
+
const isEqual = (oldState, newState) => {
|
|
3720
|
+
return newState.inputSource === User || oldState.value === newState.value;
|
|
3721
|
+
};
|
|
3722
|
+
|
|
3723
|
+
const DiffValue = {
|
|
3724
|
+
__proto__: null,
|
|
3725
|
+
diffType,
|
|
3726
|
+
isEqual
|
|
3727
|
+
};
|
|
3728
|
+
|
|
3729
|
+
const modules = [DiffHeight, DiffItems, DiffFocus, DiffFocus, DiffValue, DiffFocusedIndex];
|
|
3730
|
+
|
|
3731
|
+
const diff = (oldState, newState) => {
|
|
3732
|
+
const diffResult = [];
|
|
3733
|
+
for (const module of modules) {
|
|
3734
|
+
if (!module.isEqual(oldState, newState)) {
|
|
3735
|
+
diffResult.push(module.diffType);
|
|
3736
|
+
}
|
|
3737
|
+
}
|
|
3738
|
+
return diffResult;
|
|
3739
|
+
};
|
|
3740
|
+
|
|
3741
|
+
const doRender = async uid => {
|
|
3742
|
+
const {
|
|
3743
|
+
oldState,
|
|
3744
|
+
newState
|
|
3745
|
+
} = get(uid);
|
|
3746
|
+
const diffResult = diff(oldState, newState);
|
|
3747
|
+
return applyRender(oldState, newState, diffResult);
|
|
3748
|
+
};
|
|
3749
|
+
|
|
3750
|
+
const getPick = (items, index) => {
|
|
3751
|
+
array(items);
|
|
3752
|
+
number(index);
|
|
3753
|
+
// if (index < state.recentPicks.length) {
|
|
3754
|
+
// return state.recentPicks[index]
|
|
3755
|
+
// }
|
|
3756
|
+
// index -= state.recentPicks.length
|
|
3757
|
+
if (index < items.length) {
|
|
3758
|
+
return items[index].pick;
|
|
3759
|
+
}
|
|
3760
|
+
console.warn('no pick matching index', index);
|
|
3761
|
+
};
|
|
3762
|
+
|
|
3763
|
+
const selectIndex = async (state, index, button = /* left */0) => {
|
|
3764
|
+
const {
|
|
3765
|
+
minLineY,
|
|
3766
|
+
provider,
|
|
3767
|
+
items
|
|
3768
|
+
} = state;
|
|
3769
|
+
const actualIndex = index + minLineY;
|
|
3770
|
+
const pick = getPick(items, actualIndex);
|
|
3771
|
+
const selectPickResult = await provider.selectPick(pick, actualIndex, button);
|
|
3772
|
+
object(selectPickResult);
|
|
3773
|
+
string(selectPickResult.command);
|
|
3774
|
+
const {
|
|
3775
|
+
command
|
|
3776
|
+
} = selectPickResult;
|
|
3777
|
+
switch (command) {
|
|
3778
|
+
case Hide:
|
|
3779
|
+
await closeWidget(state.uid);
|
|
3780
|
+
return state;
|
|
3781
|
+
default:
|
|
3782
|
+
return state;
|
|
3783
|
+
}
|
|
3784
|
+
|
|
3785
|
+
// TODO recent picks should be per provider
|
|
3786
|
+
// if (!state.recentPickIds.has(pick.id)) {
|
|
3787
|
+
// state.recentPicks.unshift(pick)
|
|
3788
|
+
// state.recentPickIds.add(pick.id)
|
|
3789
|
+
// }
|
|
3790
|
+
// if (state.recentPicks.length > RECENT_PICKS_MAX_SIZE) {
|
|
3791
|
+
// const last = state.recentPicks.pop()
|
|
3792
|
+
// state.recentPickIds.delete(last.id)
|
|
3793
|
+
// }
|
|
3794
|
+
};
|
|
3795
|
+
|
|
3796
|
+
const selectCurrentIndex = state => {
|
|
3797
|
+
return selectIndex(state, state.focusedIndex);
|
|
3798
|
+
};
|
|
3799
|
+
|
|
3800
|
+
const findLabelIndex = (items, label) => {
|
|
3801
|
+
for (let i = 0; i < items.length; i++) {
|
|
3802
|
+
if (items[i].pick.label === label) {
|
|
3803
|
+
return i;
|
|
3804
|
+
}
|
|
3805
|
+
}
|
|
3806
|
+
return -1;
|
|
3807
|
+
};
|
|
3808
|
+
|
|
3809
|
+
const selectItem = async (state, label) => {
|
|
3810
|
+
string(label);
|
|
3811
|
+
const index = findLabelIndex(state.items, label);
|
|
3812
|
+
if (index === -1) {
|
|
3813
|
+
return state;
|
|
3814
|
+
}
|
|
3815
|
+
return selectIndex(state, index);
|
|
3816
|
+
};
|
|
3817
|
+
|
|
3818
|
+
const wrapCommand = fn => {
|
|
3819
|
+
const wrapped = async (uid, ...args) => {
|
|
3820
|
+
const {
|
|
3821
|
+
newState
|
|
3822
|
+
} = get(uid);
|
|
3823
|
+
const newerState = await fn(newState, ...args);
|
|
3824
|
+
set(uid, newState, newerState);
|
|
3825
|
+
};
|
|
3826
|
+
return wrapped;
|
|
3827
|
+
};
|
|
3828
|
+
|
|
2989
3829
|
const commandMap = {
|
|
3830
|
+
'QuickPick.create2': create$1,
|
|
3831
|
+
'QuickPick.handleInput': wrapCommand(handleInput),
|
|
3832
|
+
'QuickPick.focusFirst': wrapCommand(focusFirst),
|
|
3833
|
+
'QuickPick.focusIndex': wrapCommand(focusIndex),
|
|
3834
|
+
'QuickPick.focusLast': wrapCommand(focusLast),
|
|
3835
|
+
'QuickPick.focusNext': wrapCommand(focusNext),
|
|
3836
|
+
'QuickPick.focusPrevious': wrapCommand(focusPrevious),
|
|
3837
|
+
'QuickPick.getCommandIds': getCommandIds,
|
|
3838
|
+
'QuickPick.getKeyBindings': getKeyBindings,
|
|
3839
|
+
'QuickPick.handleBeforeInput': wrapCommand(handleBeforeInput),
|
|
3840
|
+
'QuickPick.handleBlur': wrapCommand(handleBlur),
|
|
3841
|
+
'QuickPick.handleWheel': wrapCommand(handleWheel),
|
|
3842
|
+
'QuickPick.loadContent': wrapCommand(loadContent),
|
|
3843
|
+
'QuickPick.loadEntries2': load,
|
|
3844
|
+
'QuickPick.render': doRender,
|
|
3845
|
+
'QuickPick.selectCurrentIndex': wrapCommand(selectCurrentIndex),
|
|
3846
|
+
'QuickPick.selectIndex': wrapCommand(selectIndex),
|
|
3847
|
+
'QuickPick.selectItem': wrapCommand(selectItem),
|
|
3848
|
+
'QuickPick.setDeltaY': wrapCommand(setDeltaY),
|
|
3849
|
+
'QuickPick.addMenuEntries': add,
|
|
3850
|
+
'SearchFile.filter': filterQuickPickItems,
|
|
3851
|
+
'SearchFile.searchFile': searchFile$1,
|
|
3852
|
+
'SearchFile.searchFileWithFetch': searchFile$4,
|
|
3853
|
+
'SearchFile.searchFileWithHtml': searchFile$3,
|
|
3854
|
+
'SearchFile.searchFileWithRipGrep': searchFile$2,
|
|
3855
|
+
// deprecated
|
|
3856
|
+
'QuickPick.create': create,
|
|
3857
|
+
'QuickPick.loadEntries': loadQuickPickEntries,
|
|
2990
3858
|
'FileSystemFetch.chmod': chmod,
|
|
2991
3859
|
'FileSystemFetch.getBlob': getBlob,
|
|
2992
3860
|
'FileSystemFetch.mkdir': mkdir,
|
|
@@ -3002,24 +3870,14 @@ const commandMap = {
|
|
|
3002
3870
|
'FileSystemMemory.readDirWithFileTypes': readDirWithFileTypes$1,
|
|
3003
3871
|
'FileSystemMemory.readFile': readFile$1,
|
|
3004
3872
|
'FileSystemMemory.remove': remove$1,
|
|
3005
|
-
'FileSystemMemory.writeFile': writeFile$1
|
|
3006
|
-
'QuickPick.create': create,
|
|
3007
|
-
'QuickPick.getKeyBindings': getKeyBindings,
|
|
3008
|
-
'QuickPick.loadContent': loadContent,
|
|
3009
|
-
'QuickPick.loadEntries': loadQuickPickEntries,
|
|
3010
|
-
'QuickPick.loadEntries2': load,
|
|
3011
|
-
'SearchFile.filter': filterQuickPickItems,
|
|
3012
|
-
'SearchFile.searchFile': searchFile,
|
|
3013
|
-
'SearchFile.searchFileWithFetch': searchFile$3,
|
|
3014
|
-
'SearchFile.searchFileWithHtml': searchFile$2,
|
|
3015
|
-
'SearchFile.searchFileWithRipGrep': searchFile$1
|
|
3873
|
+
'FileSystemMemory.writeFile': writeFile$1
|
|
3016
3874
|
};
|
|
3017
3875
|
|
|
3018
3876
|
const listen = async () => {
|
|
3019
3877
|
const rpc = await WebWorkerRpcClient.create({
|
|
3020
3878
|
commandMap: commandMap
|
|
3021
3879
|
});
|
|
3022
|
-
|
|
3880
|
+
set$1(RendererWorker, rpc);
|
|
3023
3881
|
};
|
|
3024
3882
|
|
|
3025
3883
|
const main = async () => {
|