@lvce-editor/static-server 0.49.9 → 0.49.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1861 -1861
- package/package.json +1 -1
- package/static/{47ed583 → 445623a}/css/App.css +88 -83
- package/static/{47ed583 → 445623a}/manifest.json +2 -2
- package/static/{47ed583 → 445623a}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{47ed583 → 445623a}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{47ed583 → 445623a}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +1 -1
- package/static/{47ed583 → 445623a}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1176 -1018
- package/static/{47ed583 → 445623a}/packages/renderer-process/dist/rendererProcessMain.js +370 -405
- package/static/{47ed583 → 445623a}/packages/renderer-process/package.json +1 -1
- package/static/{47ed583 → 445623a}/packages/renderer-worker/dist/rendererWorkerMain.js +2 -2
- package/static/index.html +4 -4
- /package/static/{47ed583 → 445623a}/config/colorTheme.json +0 -0
- /package/static/{47ed583 → 445623a}/config/defaultSettings.json +0 -0
- /package/static/{47ed583 → 445623a}/config/fileMap.json +0 -0
- /package/static/{47ed583 → 445623a}/config/webExtensions.json +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/Animation.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/DebugButtons.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/DebugValue.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/E2eTest.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/E2eTests.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/EditorHover.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/EditorMessage.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/FeatureContent.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/Features.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ImagePreview.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/InputBadge.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/Key.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/LegacyDialog.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/Markdown.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/Progress.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/Select.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/Table.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletAbout.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletDialog.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletMedia.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletOutput.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletPanel.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletPdf.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletProblems.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletReferences.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletSearch.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletStorage.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{47ed583 → 445623a}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{47ed583 → 445623a}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/default_file.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/default_folder.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/default_root_folder.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_access.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_access2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ada.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_agda.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ai.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_al.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_angular.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_apache.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_apex.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_apib.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_apl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_asp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_astro.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_atom.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ats.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_attw.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_audio.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_avif.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_avro.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_awk.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_aws.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_azure.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_babel.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bak.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bat.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bats.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_biml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_binary.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_biome.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_blade.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_blender.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bower.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_buf.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bun.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_c.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_c2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_c3.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cake.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_casc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cert.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cf.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_chef.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_class.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_compass.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_composer.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_conan.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_conda.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_config.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_craco.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_css.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_css2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_cython.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dal.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_db.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_debian.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_deno.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_diff.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_django.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_docker.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_docz.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_drone.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_drools.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_edge.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_eex.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_elm.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ember.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_eps.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_epub.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_erb.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_excel.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_expo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fla.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_flash.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_flow.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_font.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_funding.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_galen.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_git.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_git2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_glide.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_go.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_godot.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_grain.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_haml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_helix.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_helm.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_host.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_html.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_http.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_husky.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_hy.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_icl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_idris.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_image.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_imba.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_inc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_informix.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ini.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ink.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_io.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jake.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_janet.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jar.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_java.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jest.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_json.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_json2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_json5.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jss.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_juice.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_julia.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_just.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_k.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_karma.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_key.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_kite.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_knip.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_kos.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_lark.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_latino.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_layout.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_less.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_lex.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_liara.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_license.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_lime.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_locale.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_log.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_lua.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_luau.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_lync.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_map.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_marko.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_maven.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_maya.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_meson.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_motif.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mson.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_next.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nim.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nix.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_noc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_node.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_node2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_npm.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nx.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_org.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_package.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_paket.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_patch.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_perl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_php.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_php2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_php3.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pine.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pip.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pony.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_postman.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_preact.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_progress.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pug.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_python.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_q.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_qml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_r.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_racket.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rails.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rake.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_raku.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_raml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_razor.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_reason.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_red.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_registry.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rego.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_remark.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_replit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rest.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_retext.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_riot.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_robots.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rome.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ron.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rss.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rust.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sails.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_san.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sas.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sass.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_scala.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_script.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_scss.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_shell.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sino.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_slang.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_slice.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_slim.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_slint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sln.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_snort.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_source.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_spin.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sql.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sss.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sst.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_stan.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_stata.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_style.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_styled.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_svg.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_swc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_swift.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_swig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_teal.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_templ.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tera.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_test.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_testts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tex.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_text.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_textile.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tm.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_todo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_toit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_toml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tox.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_travis.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tree.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tres.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tt.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_twig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_unison.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vala.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vash.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vb.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vba.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vento.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_video.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_view.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vim.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vite.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_volt.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vue.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wally.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_windi.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_word.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_word2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_xib.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_xml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_xo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_yang.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_zig.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_zip.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_android.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_api.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_app.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_client.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_common.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_component.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_config.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_css.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_db.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_git.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_github.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_images.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_include.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_js.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_json.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_less.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_library.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_log.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_model.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_module.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_next.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_node.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_package.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_php.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_private.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_public.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_python.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_route.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_script.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_server.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_services.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_src.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_story.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_style.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_template.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_test.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_video.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_view.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_www.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{47ed583 → 445623a}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{47ed583 → 445623a}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{47ed583 → 445623a}/icons/add.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/arrow-down.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/arrow-left.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/arrow-right.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/arrow-up.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/blank.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/book.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/case-sensitive.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/check.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/chevron-down.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/chevron-left.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/chevron-right.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/chevron-up.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/chrome-close.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/chrome-maximize.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/chrome-minimize.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/chrome-restore.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/circle-filled.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/clear-all.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/close.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/cloud.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/collapse-all.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-all.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-alt-2.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-alt-small.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-alt.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-console.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-continue-small.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-continue.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-coverage.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-disconnect.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-line-by-line.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-pause.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-rerun.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-restart-frame.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-restart.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-stackframe.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-start.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-step-back.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-step-into.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-step-out.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-step-over.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug-stop.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/debug.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/discard.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/edit.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/ellipsis.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/error.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/exclude.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{47ed583 → 445623a}/icons/extensions.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/files.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/filter.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/go-to-file.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/icon-close.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/icon-source-control.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/icon-sync.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/icon.png +0 -0
- /package/static/{47ed583 → 445623a}/icons/icon.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/info.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/language-icon.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/link-external.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/list-flat.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/list-tree.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/new-file.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/new-folder.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/newline.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/open-preview.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/play.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/preserve-case.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/progress.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/pwa-icon-192.png +0 -0
- /package/static/{47ed583 → 445623a}/icons/pwa-icon-512.png +0 -0
- /package/static/{47ed583 → 445623a}/icons/record-keys.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/refresh.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/regex.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/remove.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/replace-all.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/replace.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/run-all.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/search.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/settings-gear.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/sort-precedence.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/source-control.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/split-horizontal.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/squiggly-error.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/squiggly-warning.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-array.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-boolean.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-class.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-color.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-constant.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-enum-member.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-enum.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-event.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-field.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-file.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-interface.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-key.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-keyword.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-method.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-misc.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-namespace.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-numeric.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-operator.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-parameter.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-property.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-ruler.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-snippet.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-string.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-structure.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/symbol-variable.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/tag.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/terminal-bash.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/terminal.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/theme-icon.png +0 -0
- /package/static/{47ed583 → 445623a}/icons/trash.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/triangle-down.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/triangle-left.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/triangle-right.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/triangle-up.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/warning.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/whole-word.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/zoom-in.svg +0 -0
- /package/static/{47ed583 → 445623a}/icons/zoom-out.svg +0 -0
- /package/static/{47ed583 → 445623a}/js/babel-parser.js +0 -0
- /package/static/{47ed583 → 445623a}/js/blob-util.js +0 -0
- /package/static/{47ed583 → 445623a}/js/ky.js +0 -0
- /package/static/{47ed583 → 445623a}/js/lvce-editor-import-script.js +0 -0
- /package/static/{47ed583 → 445623a}/js/lvce-editor-ipc.js +0 -0
- /package/static/{47ed583 → 445623a}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{47ed583 → 445623a}/js/lvce-editor-verror.js +0 -0
- /package/static/{47ed583 → 445623a}/js/p-min-delay.js +0 -0
- /package/static/{47ed583 → 445623a}/js/pretty-bytes.js +0 -0
- /package/static/{47ed583 → 445623a}/js/preview-injected.js +0 -0
- /package/static/{47ed583 → 445623a}/js/yoctodelay.js +0 -0
- /package/static/{47ed583 → 445623a}/lib-css/termterm.css +0 -0
- /package/static/{47ed583 → 445623a}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{47ed583 → 445623a}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/renderer-process/LICENSE +0 -0
- /package/static/{47ed583 → 445623a}/packages/renderer-process/README.md +0 -0
- /package/static/{47ed583 → 445623a}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.cpp +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.css +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.csv +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.dart +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.env +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.ex +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.html +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.java +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.jl +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.js +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.json +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.kt +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.pl +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.py +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/index.ts +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/scrolling.txt +0 -0
- /package/static/{47ed583 → 445623a}/playground/languages/tsconfig.json +0 -0
- /package/static/{47ed583 → 445623a}/playground/sample-folder/a.txt +0 -0
- /package/static/{47ed583 → 445623a}/playground/sample-folder/b.txt +0 -0
- /package/static/{47ed583 → 445623a}/playground/sample-folder/c.txt +0 -0
|
@@ -940,7 +940,7 @@ const create$1 = ({
|
|
|
940
940
|
scrollBarActive: false
|
|
941
941
|
};
|
|
942
942
|
};
|
|
943
|
-
const getListHeight = (height, headerHeight) => {
|
|
943
|
+
const getListHeight$1 = (height, headerHeight) => {
|
|
944
944
|
if (headerHeight) {
|
|
945
945
|
return height - headerHeight;
|
|
946
946
|
}
|
|
@@ -955,7 +955,7 @@ const setDeltaY = (state, deltaY) => {
|
|
|
955
955
|
height,
|
|
956
956
|
headerHeight
|
|
957
957
|
} = state;
|
|
958
|
-
const listHeight = getListHeight(height, headerHeight);
|
|
958
|
+
const listHeight = getListHeight$1(height, headerHeight);
|
|
959
959
|
const itemsLength = items.length;
|
|
960
960
|
const finalDeltaY = itemsLength * itemHeight - listHeight;
|
|
961
961
|
if (deltaY < 0) {
|
|
@@ -1003,7 +1003,7 @@ const create = (uid, uri, listItemHeight, x, y, width, height, platform, args, w
|
|
|
1003
1003
|
width: 600,
|
|
1004
1004
|
...create$1({
|
|
1005
1005
|
itemHeight: listItemHeight,
|
|
1006
|
-
headerHeight:
|
|
1006
|
+
headerHeight: 38,
|
|
1007
1007
|
minimumSliderSize: minimumSliderSize
|
|
1008
1008
|
}),
|
|
1009
1009
|
inputSource: User,
|
|
@@ -1083,30 +1083,29 @@ const focusPick$1 = async pick => {
|
|
|
1083
1083
|
await setColorTheme(/* colorThemeId */label);
|
|
1084
1084
|
};
|
|
1085
1085
|
|
|
1086
|
-
const
|
|
1087
|
-
const Commands =
|
|
1088
|
-
const
|
|
1089
|
-
const
|
|
1090
|
-
const
|
|
1091
|
-
const
|
|
1092
|
-
const
|
|
1093
|
-
const
|
|
1094
|
-
const
|
|
1095
|
-
const
|
|
1096
|
-
const
|
|
1097
|
-
const Noop = 'quickPick://noop';
|
|
1086
|
+
const ColorTheme$1 = 0;
|
|
1087
|
+
const Commands$1 = 1;
|
|
1088
|
+
const Custom = 2;
|
|
1089
|
+
const File$2 = 3;
|
|
1090
|
+
const GoToLine$2 = 4;
|
|
1091
|
+
const Help$2 = 5;
|
|
1092
|
+
const Recent$1 = 6;
|
|
1093
|
+
const Symbol$2 = 7;
|
|
1094
|
+
const View$3 = 8;
|
|
1095
|
+
const WorkspaceSymbol$2 = 9;
|
|
1096
|
+
const EveryThing$1 = 100;
|
|
1098
1097
|
|
|
1099
1098
|
const noop$2 = async () => {};
|
|
1100
|
-
const getFn$
|
|
1099
|
+
const getFn$3 = id => {
|
|
1101
1100
|
switch (id) {
|
|
1102
|
-
case ColorTheme:
|
|
1101
|
+
case ColorTheme$1:
|
|
1103
1102
|
return focusPick$1;
|
|
1104
1103
|
default:
|
|
1105
1104
|
return noop$2;
|
|
1106
1105
|
}
|
|
1107
1106
|
};
|
|
1108
1107
|
const focusPick = (id, pick) => {
|
|
1109
|
-
const fn = getFn$
|
|
1108
|
+
const fn = getFn$3(id);
|
|
1110
1109
|
return fn(pick);
|
|
1111
1110
|
};
|
|
1112
1111
|
|
|
@@ -1191,14 +1190,14 @@ const getQuickPickFileIcons = async (items, fileIconCache) => {
|
|
|
1191
1190
|
|
|
1192
1191
|
const focusIndex = async (state, index) => {
|
|
1193
1192
|
const {
|
|
1194
|
-
|
|
1193
|
+
providerId,
|
|
1195
1194
|
maxVisibleItems,
|
|
1196
1195
|
items,
|
|
1197
1196
|
minLineY,
|
|
1198
1197
|
maxLineY,
|
|
1199
1198
|
fileIconCache
|
|
1200
1199
|
} = state;
|
|
1201
|
-
await focusPick(
|
|
1200
|
+
await focusPick(providerId, items[index]);
|
|
1202
1201
|
if (index < minLineY + 1) {
|
|
1203
1202
|
const minLineY = index;
|
|
1204
1203
|
const maxLineY = Math.min(index + maxVisibleItems, items.length - 1);
|
|
@@ -1662,27 +1661,28 @@ const filterQuickPickItems = (items, value) => {
|
|
|
1662
1661
|
};
|
|
1663
1662
|
|
|
1664
1663
|
const Command = '>';
|
|
1665
|
-
const Symbol = '@';
|
|
1666
|
-
const WorkspaceSymbol = '#';
|
|
1667
|
-
const GoToLine = ':';
|
|
1668
|
-
const View = 'view ';
|
|
1664
|
+
const Symbol$1 = '@';
|
|
1665
|
+
const WorkspaceSymbol$1 = '#';
|
|
1666
|
+
const GoToLine$1 = ':';
|
|
1667
|
+
const View$2 = 'view ';
|
|
1669
1668
|
const None$1 = '';
|
|
1669
|
+
const Help$1 = '?';
|
|
1670
1670
|
|
|
1671
1671
|
const getQuickPickPrefix = value => {
|
|
1672
1672
|
if (value.startsWith(Command)) {
|
|
1673
1673
|
return Command;
|
|
1674
1674
|
}
|
|
1675
|
-
if (value.startsWith(Symbol)) {
|
|
1676
|
-
return Symbol;
|
|
1675
|
+
if (value.startsWith(Symbol$1)) {
|
|
1676
|
+
return Symbol$1;
|
|
1677
1677
|
}
|
|
1678
|
-
if (value.startsWith(WorkspaceSymbol)) {
|
|
1679
|
-
return WorkspaceSymbol;
|
|
1678
|
+
if (value.startsWith(WorkspaceSymbol$1)) {
|
|
1679
|
+
return WorkspaceSymbol$1;
|
|
1680
1680
|
}
|
|
1681
|
-
if (value.startsWith(GoToLine)) {
|
|
1682
|
-
return GoToLine;
|
|
1681
|
+
if (value.startsWith(GoToLine$1)) {
|
|
1682
|
+
return GoToLine$1;
|
|
1683
1683
|
}
|
|
1684
|
-
if (value.startsWith(View)) {
|
|
1685
|
-
return View;
|
|
1684
|
+
if (value.startsWith(View$2)) {
|
|
1685
|
+
return View$2;
|
|
1686
1686
|
}
|
|
1687
1687
|
return None$1;
|
|
1688
1688
|
};
|
|
@@ -1695,359 +1695,291 @@ const getFilterValueEverything = value => {
|
|
|
1695
1695
|
const prefixLength = prefix.length;
|
|
1696
1696
|
return value.slice(prefixLength).trim();
|
|
1697
1697
|
};
|
|
1698
|
-
const getFn$
|
|
1698
|
+
const getFn$2 = id => {
|
|
1699
1699
|
switch (id) {
|
|
1700
|
-
case EveryThing:
|
|
1700
|
+
case EveryThing$1:
|
|
1701
1701
|
return getFilterValueEverything;
|
|
1702
1702
|
default:
|
|
1703
1703
|
return noop$1;
|
|
1704
1704
|
}
|
|
1705
1705
|
};
|
|
1706
1706
|
const getFilterValue = (id, value) => {
|
|
1707
|
-
const fn = getFn$
|
|
1707
|
+
const fn = getFn$2(id);
|
|
1708
1708
|
const filterValue = fn(value);
|
|
1709
1709
|
return filterValue;
|
|
1710
1710
|
};
|
|
1711
1711
|
|
|
1712
|
-
const
|
|
1713
|
-
const
|
|
1714
|
-
const
|
|
1715
|
-
|
|
1716
|
-
};
|
|
1717
|
-
const registerGetPick = modules => {
|
|
1718
|
-
Object.assign(getPick$1, modules);
|
|
1712
|
+
const getFinalDeltaY = (height, itemHeight, itemsLength) => {
|
|
1713
|
+
const contentHeight = itemsLength * itemHeight;
|
|
1714
|
+
const finalDeltaY = Math.max(contentHeight - height, 0);
|
|
1715
|
+
return finalDeltaY;
|
|
1719
1716
|
};
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1717
|
+
|
|
1718
|
+
const getListHeight = (itemsLength, itemHeight, maxHeight) => {
|
|
1719
|
+
number(itemsLength);
|
|
1720
|
+
number(itemHeight);
|
|
1721
|
+
number(maxHeight);
|
|
1722
|
+
if (itemsLength === 0) {
|
|
1723
|
+
return itemHeight;
|
|
1724
|
+
}
|
|
1725
|
+
const totalHeight = itemsLength * itemHeight;
|
|
1726
|
+
return Math.min(totalHeight, maxHeight);
|
|
1727
1727
|
};
|
|
1728
1728
|
|
|
1729
|
-
const
|
|
1730
|
-
|
|
1731
|
-
return fn(searchValue);
|
|
1729
|
+
const getColorThemeNames = async () => {
|
|
1730
|
+
return invoke$1(/* Ajax.getJson */'ColorTheme.getColorThemeNames');
|
|
1732
1731
|
};
|
|
1733
1732
|
|
|
1734
|
-
|
|
1735
|
-
const
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
if (value === newValue) {
|
|
1744
|
-
return state;
|
|
1745
|
-
}
|
|
1746
|
-
const newPicks = await getPicks$b(uri, newValue);
|
|
1747
|
-
const filterValue = getFilterValue(uri, newValue);
|
|
1748
|
-
const items = filterQuickPickItems(newPicks, filterValue);
|
|
1749
|
-
const focusedIndex = items.length === 0 ? -1 : 0;
|
|
1750
|
-
const sliced = items.slice(minLineY, maxLineY);
|
|
1751
|
-
const {
|
|
1752
|
-
newFileIconCache,
|
|
1753
|
-
icons
|
|
1754
|
-
} = await getQuickPickFileIcons(sliced, fileIconCache);
|
|
1755
|
-
return {
|
|
1756
|
-
...state,
|
|
1757
|
-
picks: newPicks,
|
|
1758
|
-
items,
|
|
1759
|
-
focusedIndex,
|
|
1760
|
-
inputSource: Script,
|
|
1761
|
-
value: newValue,
|
|
1762
|
-
icons,
|
|
1763
|
-
fileIconCache: newFileIconCache
|
|
1733
|
+
const toProtoVisibleItem$2 = name => {
|
|
1734
|
+
const pick = {
|
|
1735
|
+
label: name,
|
|
1736
|
+
description: '',
|
|
1737
|
+
fileIcon: '',
|
|
1738
|
+
icon: '',
|
|
1739
|
+
matches: [],
|
|
1740
|
+
direntType: 0,
|
|
1741
|
+
uri: ''
|
|
1764
1742
|
};
|
|
1743
|
+
return pick;
|
|
1744
|
+
};
|
|
1745
|
+
const getPicks$c = async searchValue => {
|
|
1746
|
+
const colorThemeNames = await getColorThemeNames();
|
|
1747
|
+
const picks = colorThemeNames.map(toProtoVisibleItem$2);
|
|
1748
|
+
return picks;
|
|
1765
1749
|
};
|
|
1766
1750
|
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
const
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1751
|
+
const handleError = async (error, notify = true, prefix = '') => {
|
|
1752
|
+
console.error(error);
|
|
1753
|
+
};
|
|
1754
|
+
const showErrorDialog = async error => {
|
|
1755
|
+
const code = error.code;
|
|
1756
|
+
const message = error.message;
|
|
1757
|
+
const stack = error.stack;
|
|
1758
|
+
const name = error.name;
|
|
1759
|
+
const errorInfo = {
|
|
1760
|
+
code,
|
|
1761
|
+
message,
|
|
1762
|
+
stack,
|
|
1763
|
+
name
|
|
1777
1764
|
};
|
|
1765
|
+
await invoke$1('ErrorHandling.showErrorDialog', errorInfo);
|
|
1778
1766
|
};
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
string(inputType);
|
|
1782
|
-
number(selectionStart);
|
|
1783
|
-
number(selectionEnd);
|
|
1784
|
-
const {
|
|
1785
|
-
value
|
|
1786
|
-
} = state;
|
|
1787
|
-
const {
|
|
1788
|
-
newValue,
|
|
1789
|
-
cursorOffset
|
|
1790
|
-
} = getNewValue(value, inputType, data, selectionStart, selectionEnd);
|
|
1791
|
-
return handleInput(state, newValue, cursorOffset, User);
|
|
1767
|
+
const warn = (...args) => {
|
|
1768
|
+
console.warn(...args);
|
|
1792
1769
|
};
|
|
1793
1770
|
|
|
1794
|
-
const
|
|
1795
|
-
|
|
1796
|
-
// await CloseWidget.closeWidget(state.uid)
|
|
1797
|
-
return state;
|
|
1771
|
+
const state$2 = {
|
|
1772
|
+
menuEntries: []
|
|
1798
1773
|
};
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
// return state.recentPicks[index]
|
|
1805
|
-
// }
|
|
1806
|
-
// index -= state.recentPicks.length
|
|
1807
|
-
if (index < items.length) {
|
|
1808
|
-
return items[index];
|
|
1809
|
-
}
|
|
1810
|
-
console.warn('no pick matching index', index);
|
|
1811
|
-
return undefined;
|
|
1774
|
+
const getAll = () => {
|
|
1775
|
+
return state$2.menuEntries;
|
|
1776
|
+
};
|
|
1777
|
+
const add = menuEntries => {
|
|
1778
|
+
state$2.menuEntries = [...state$2.menuEntries, ...menuEntries];
|
|
1812
1779
|
};
|
|
1813
1780
|
|
|
1814
|
-
|
|
1815
|
-
const
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
} = state;
|
|
1823
|
-
const actualIndex = index + minLineY;
|
|
1824
|
-
const pick = getPick(items, actualIndex);
|
|
1825
|
-
if (!pick) {
|
|
1826
|
-
return state;
|
|
1781
|
+
// TODO combine Ajax with cache (specify strategy: cacheFirst, networkFirst)
|
|
1782
|
+
const getBuiltinPicks = async () => {
|
|
1783
|
+
const builtinPicks = getAll();
|
|
1784
|
+
return builtinPicks;
|
|
1785
|
+
};
|
|
1786
|
+
const prefixIdWithExt = item => {
|
|
1787
|
+
if (!item.label) {
|
|
1788
|
+
warn('[QuickPick] item has missing label', item);
|
|
1827
1789
|
}
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
object(selectPickResult);
|
|
1831
|
-
string(selectPickResult.command);
|
|
1832
|
-
const {
|
|
1833
|
-
command
|
|
1834
|
-
} = selectPickResult;
|
|
1835
|
-
switch (command) {
|
|
1836
|
-
case Hide:
|
|
1837
|
-
await closeWidget(state.uid);
|
|
1838
|
-
return state;
|
|
1839
|
-
default:
|
|
1840
|
-
return state;
|
|
1790
|
+
if (!item.id) {
|
|
1791
|
+
warn('[QuickPick] item has missing id', item);
|
|
1841
1792
|
}
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1793
|
+
return {
|
|
1794
|
+
...item,
|
|
1795
|
+
id: `ext.${item.id}`,
|
|
1796
|
+
label: item.label || item.id
|
|
1797
|
+
};
|
|
1798
|
+
};
|
|
1799
|
+
const getExtensionPicks = async () => {
|
|
1800
|
+
try {
|
|
1801
|
+
// TODO don't call this every time
|
|
1802
|
+
const extensionPicks = await invoke$1('ExtensionHost.getCommands');
|
|
1803
|
+
if (!extensionPicks) {
|
|
1804
|
+
return [];
|
|
1805
|
+
}
|
|
1806
|
+
const mappedPicks = extensionPicks.map(prefixIdWithExt);
|
|
1807
|
+
return mappedPicks;
|
|
1808
|
+
} catch (error) {
|
|
1809
|
+
console.error(`Failed to get extension picks: ${error}`);
|
|
1810
|
+
return [];
|
|
1811
|
+
}
|
|
1812
|
+
};
|
|
1813
|
+
const toProtoVisibleItem$1 = item => {
|
|
1814
|
+
const pick = {
|
|
1815
|
+
label: item.label,
|
|
1816
|
+
description: '',
|
|
1817
|
+
fileIcon: '',
|
|
1818
|
+
icon: '',
|
|
1819
|
+
matches: [],
|
|
1820
|
+
direntType: 0,
|
|
1821
|
+
uri: ''
|
|
1822
|
+
};
|
|
1823
|
+
// @ts-ignore
|
|
1824
|
+
pick.id = item.id;
|
|
1825
|
+
return pick;
|
|
1826
|
+
};
|
|
1827
|
+
const getPicks$b = async () => {
|
|
1828
|
+
// TODO get picks in parallel
|
|
1829
|
+
const builtinPicks = await getBuiltinPicks();
|
|
1830
|
+
const extensionPicks = await getExtensionPicks();
|
|
1831
|
+
const allPicks = [...builtinPicks, ...extensionPicks];
|
|
1832
|
+
const converted = allPicks.map(toProtoVisibleItem$1);
|
|
1833
|
+
return converted;
|
|
1852
1834
|
};
|
|
1853
1835
|
|
|
1854
|
-
const
|
|
1855
|
-
|
|
1856
|
-
top,
|
|
1857
|
-
headerHeight,
|
|
1858
|
-
itemHeight
|
|
1859
|
-
} = state;
|
|
1860
|
-
const relativeY = y - top - headerHeight;
|
|
1861
|
-
const index = Math.floor(relativeY / itemHeight);
|
|
1862
|
-
return selectIndex(state, index);
|
|
1836
|
+
const state$1 = {
|
|
1837
|
+
args: []
|
|
1863
1838
|
};
|
|
1864
1839
|
|
|
1865
|
-
const
|
|
1866
|
-
|
|
1840
|
+
const getPicks$a = async searchValue => {
|
|
1841
|
+
const items = state$1.args[1] || [];
|
|
1842
|
+
return items;
|
|
1867
1843
|
};
|
|
1868
1844
|
|
|
1869
|
-
const
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
return state;
|
|
1845
|
+
const emptyMatches = [];
|
|
1846
|
+
|
|
1847
|
+
const getWorkspacePath = async () => {
|
|
1848
|
+
return invoke$1('Workspace.getPath');
|
|
1874
1849
|
};
|
|
1875
1850
|
|
|
1876
|
-
const
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
return '';
|
|
1851
|
+
const RE_PROTOCOL = /^([a-z-]+):\/\//;
|
|
1852
|
+
const getProtocol = uri => {
|
|
1853
|
+
const protocolMatch = uri.match(RE_PROTOCOL);
|
|
1854
|
+
if (protocolMatch) {
|
|
1855
|
+
return protocolMatch[1];
|
|
1882
1856
|
}
|
|
1857
|
+
return '';
|
|
1883
1858
|
};
|
|
1884
1859
|
|
|
1885
|
-
const state
|
|
1886
|
-
|
|
1860
|
+
const state = Object.create(null);
|
|
1861
|
+
const register = modules => {
|
|
1862
|
+
Object.assign(state, modules);
|
|
1887
1863
|
};
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
const setArgsCustom = args => {
|
|
1891
|
-
state$3.args = args;
|
|
1892
|
-
};
|
|
1893
|
-
const getFn = id => {
|
|
1894
|
-
switch (id) {
|
|
1895
|
-
case Custom:
|
|
1896
|
-
return setArgsCustom;
|
|
1897
|
-
default:
|
|
1898
|
-
return noop;
|
|
1899
|
-
}
|
|
1900
|
-
};
|
|
1901
|
-
const setArgs = (id, args) => {
|
|
1902
|
-
const fn = getFn(id);
|
|
1903
|
-
return fn(args);
|
|
1864
|
+
const getFn$1 = protocol => {
|
|
1865
|
+
return state[protocol];
|
|
1904
1866
|
};
|
|
1905
1867
|
|
|
1906
|
-
const
|
|
1907
|
-
const
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
const value = getDefaultValue(uri);
|
|
1913
|
-
setArgs(uri, args);
|
|
1914
|
-
const newPicks = await getPicks$b(uri, value);
|
|
1915
|
-
array(newPicks);
|
|
1916
|
-
const filterValue = getFilterValue(uri, value);
|
|
1917
|
-
const items = filterQuickPickItems(newPicks, filterValue);
|
|
1918
|
-
const minLineY = 0;
|
|
1919
|
-
const maxLineY = Math.min(minLineY + state.maxVisibleItems, newPicks.length);
|
|
1920
|
-
const sliced = newPicks.slice(minLineY, maxLineY);
|
|
1921
|
-
const {
|
|
1922
|
-
newFileIconCache,
|
|
1923
|
-
icons
|
|
1924
|
-
} = await getQuickPickFileIcons(sliced, fileIconCache);
|
|
1925
|
-
return {
|
|
1926
|
-
...state,
|
|
1927
|
-
picks: newPicks,
|
|
1928
|
-
items,
|
|
1929
|
-
focusedIndex: 0,
|
|
1930
|
-
state: Finished,
|
|
1931
|
-
minLineY,
|
|
1932
|
-
maxLineY,
|
|
1933
|
-
value,
|
|
1934
|
-
cursorOffset: value.length,
|
|
1935
|
-
inputSource: Script,
|
|
1936
|
-
focused: true,
|
|
1937
|
-
fileIconCache: newFileIconCache,
|
|
1938
|
-
icons
|
|
1939
|
-
};
|
|
1868
|
+
const searchFile$5 = async (path, value, prepare, assetDir) => {
|
|
1869
|
+
const protocol = getProtocol(path);
|
|
1870
|
+
// TODO call different providers depending on protocol
|
|
1871
|
+
const fn = getFn$1(protocol);
|
|
1872
|
+
const result = await fn(path, value, prepare, assetDir);
|
|
1873
|
+
return result;
|
|
1940
1874
|
};
|
|
1941
1875
|
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
const getAll = () => {
|
|
1946
|
-
return state$2.menuEntries;
|
|
1947
|
-
};
|
|
1948
|
-
const add = menuEntries => {
|
|
1949
|
-
state$2.menuEntries = [...state$2.menuEntries, ...menuEntries];
|
|
1876
|
+
// TODO this should be in FileSystem module
|
|
1877
|
+
const pathBaseName = path => {
|
|
1878
|
+
return path.slice(path.lastIndexOf('/') + 1);
|
|
1950
1879
|
};
|
|
1951
1880
|
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
const
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
return protoVisibleItems;
|
|
1881
|
+
// TODO this should be in FileSystem module
|
|
1882
|
+
const pathDirName = path => {
|
|
1883
|
+
const pathSeparator = '/';
|
|
1884
|
+
const index = path.lastIndexOf(pathSeparator);
|
|
1885
|
+
if (index === -1) {
|
|
1886
|
+
return '';
|
|
1887
|
+
}
|
|
1888
|
+
return path.slice(0, index);
|
|
1961
1889
|
};
|
|
1962
1890
|
|
|
1963
|
-
const
|
|
1964
|
-
const
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
posInSet: minLineY + i + 1,
|
|
1968
|
-
setSize,
|
|
1969
|
-
isActive: i === focusedIndex
|
|
1970
|
-
};
|
|
1971
|
-
});
|
|
1972
|
-
return visibleItems;
|
|
1891
|
+
const searchFile$4 = async (path, value) => {
|
|
1892
|
+
const prepare = true;
|
|
1893
|
+
const files = await searchFile$5(/* path */path, /* searchTerm */value, prepare, '');
|
|
1894
|
+
return files;
|
|
1973
1895
|
};
|
|
1974
|
-
|
|
1975
|
-
const
|
|
1976
|
-
const
|
|
1977
|
-
const visibleItems = getVisible(newState.items.length, protoVisibleItems, newState.minLineY, newState.focusedIndex);
|
|
1978
|
-
const oldFocusedIndex = oldState.focusedIndex - oldState.minLineY;
|
|
1979
|
-
const newFocusedIndex = newState.focusedIndex - newState.minLineY;
|
|
1980
|
-
const maxLineY = Math.min(newState.maxLineY, newState.items.length);
|
|
1981
|
-
const itemCount = maxLineY - newState.minLineY;
|
|
1982
|
-
const height = itemCount * newState.itemHeight;
|
|
1896
|
+
const convertToPick = uri => {
|
|
1897
|
+
const baseName = pathBaseName(uri);
|
|
1898
|
+
const dirName = pathDirName(uri);
|
|
1983
1899
|
return {
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
uid: newState.uid
|
|
1900
|
+
description: dirName,
|
|
1901
|
+
direntType: File$1,
|
|
1902
|
+
fileIcon: '',
|
|
1903
|
+
icon: '',
|
|
1904
|
+
label: baseName,
|
|
1905
|
+
matches: emptyMatches,
|
|
1906
|
+
uri
|
|
1992
1907
|
};
|
|
1993
1908
|
};
|
|
1994
1909
|
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
const SetValue = 'setValue';
|
|
1999
|
-
|
|
2000
|
-
const renderCursorOffset = newState => {
|
|
2001
|
-
return ['Viewlet.send', newState.uid, /* method */SetCursorOffset, /* cursorOffset */newState.cursorOffset];
|
|
2002
|
-
};
|
|
2003
|
-
|
|
2004
|
-
const QuickPickInput = 'QuickPickInput';
|
|
2005
|
-
|
|
2006
|
-
const renderFocus = newState => {
|
|
2007
|
-
return ['Viewlet.focusElementByName', QuickPickInput];
|
|
2008
|
-
};
|
|
2009
|
-
|
|
2010
|
-
const renderFocusedIndex = newState => {
|
|
2011
|
-
return ['Viewlet.send', newState.uid, /* method */SetFocusedIndex, /* oldFocusedIndex */newState.oldFocusedIndex, /* newFocusedIndex */newState.newFocusedIndex];
|
|
2012
|
-
};
|
|
1910
|
+
// TODO handle files differently
|
|
1911
|
+
// e.g. when there are many files, don't need
|
|
1912
|
+
// to compute the fileIcon for all files
|
|
2013
1913
|
|
|
2014
|
-
const
|
|
2015
|
-
|
|
2016
|
-
|
|
1914
|
+
const getPicks$9 = async searchValue => {
|
|
1915
|
+
// TODO cache workspace path
|
|
1916
|
+
const workspace = await getWorkspacePath();
|
|
1917
|
+
if (!workspace) {
|
|
1918
|
+
return [];
|
|
2017
1919
|
}
|
|
2018
|
-
|
|
1920
|
+
const files = await searchFile$4(workspace, searchValue);
|
|
1921
|
+
const picks = files.map(convertToPick);
|
|
1922
|
+
return picks;
|
|
2019
1923
|
};
|
|
2020
1924
|
|
|
2021
|
-
const
|
|
2022
|
-
const
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
1925
|
+
const getPicks$8 = async () => {
|
|
1926
|
+
const picks = [{
|
|
1927
|
+
label: '1',
|
|
1928
|
+
description: '',
|
|
1929
|
+
icon: '',
|
|
1930
|
+
fileIcon: '',
|
|
1931
|
+
matches: [],
|
|
1932
|
+
direntType: None$2,
|
|
1933
|
+
uri: ''
|
|
1934
|
+
}, {
|
|
1935
|
+
label: '2',
|
|
1936
|
+
description: '',
|
|
1937
|
+
icon: '',
|
|
1938
|
+
fileIcon: '',
|
|
1939
|
+
matches: [],
|
|
1940
|
+
direntType: None$2,
|
|
1941
|
+
uri: ''
|
|
1942
|
+
}, {
|
|
1943
|
+
label: '3',
|
|
1944
|
+
description: '',
|
|
1945
|
+
icon: '',
|
|
1946
|
+
fileIcon: '',
|
|
1947
|
+
matches: [],
|
|
1948
|
+
direntType: None$2,
|
|
1949
|
+
uri: ''
|
|
1950
|
+
}, {
|
|
1951
|
+
label: '4',
|
|
1952
|
+
description: '',
|
|
1953
|
+
icon: '',
|
|
1954
|
+
fileIcon: '',
|
|
1955
|
+
matches: [],
|
|
1956
|
+
direntType: None$2,
|
|
1957
|
+
uri: ''
|
|
1958
|
+
}, {
|
|
1959
|
+
label: '5',
|
|
1960
|
+
description: '',
|
|
1961
|
+
icon: '',
|
|
1962
|
+
fileIcon: '',
|
|
1963
|
+
matches: [],
|
|
1964
|
+
direntType: None$2,
|
|
1965
|
+
uri: ''
|
|
1966
|
+
}, {
|
|
1967
|
+
label: '6',
|
|
1968
|
+
description: '',
|
|
1969
|
+
icon: '',
|
|
1970
|
+
fileIcon: '',
|
|
1971
|
+
matches: [],
|
|
1972
|
+
direntType: None$2,
|
|
1973
|
+
uri: ''
|
|
1974
|
+
}];
|
|
1975
|
+
return picks;
|
|
1976
|
+
};
|
|
2047
1977
|
|
|
2048
|
-
const
|
|
2049
|
-
const
|
|
2050
|
-
const
|
|
1978
|
+
const DotDotDot = '...';
|
|
1979
|
+
const Colon = ':';
|
|
1980
|
+
const Percent = '%';
|
|
1981
|
+
const AngleBracket = '>';
|
|
1982
|
+
const View$1 = 'view';
|
|
2051
1983
|
|
|
2052
1984
|
const emptyObject = {};
|
|
2053
1985
|
const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
|
|
@@ -2061,850 +1993,1078 @@ const i18nString = (key, placeholders = emptyObject) => {
|
|
|
2061
1993
|
return key.replaceAll(RE_PLACEHOLDER, replacer);
|
|
2062
1994
|
};
|
|
2063
1995
|
|
|
1996
|
+
const GoToFile = 'Go to file';
|
|
1997
|
+
const GoToLineColumn = 'Go to Line / Column';
|
|
1998
|
+
const GoToSymbolInEditor = 'Go to Symbol in Editor';
|
|
2064
1999
|
const NoResults = 'No Results';
|
|
2065
|
-
const
|
|
2000
|
+
const OpenView = 'Open View';
|
|
2066
2001
|
const QuickOpen = 'Quick open';
|
|
2002
|
+
const SearchForText = 'Search for text';
|
|
2003
|
+
const ShowAndRunCommands = 'Show And Run Commands';
|
|
2004
|
+
const TypeNameOfCommandToRun = 'Type the name of a command to run.';
|
|
2067
2005
|
|
|
2068
2006
|
const typeNameofCommandToRun = () => {
|
|
2069
2007
|
return i18nString(TypeNameOfCommandToRun);
|
|
2070
2008
|
};
|
|
2009
|
+
const showAndRunCommands = () => {
|
|
2010
|
+
return i18nString(ShowAndRunCommands);
|
|
2011
|
+
};
|
|
2012
|
+
const goToFile = () => {
|
|
2013
|
+
return i18nString(GoToFile);
|
|
2014
|
+
};
|
|
2071
2015
|
const noResults = () => {
|
|
2072
2016
|
return i18nString(NoResults);
|
|
2073
2017
|
};
|
|
2074
2018
|
const quickOpen = () => {
|
|
2075
2019
|
return i18nString(QuickOpen);
|
|
2076
2020
|
};
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
const Input = 6;
|
|
2080
|
-
const Span = 8;
|
|
2081
|
-
const Img = 17;
|
|
2082
|
-
|
|
2083
|
-
const getQuickPickInputVirtualDom = () => {
|
|
2084
|
-
const ariaLabel = typeNameofCommandToRun();
|
|
2085
|
-
return {
|
|
2086
|
-
type: Input,
|
|
2087
|
-
className: InputBox,
|
|
2088
|
-
spellcheck: false,
|
|
2089
|
-
autocapitalize: 'off',
|
|
2090
|
-
inputType: 'text',
|
|
2091
|
-
childCount: 0,
|
|
2092
|
-
role: ComboBox,
|
|
2093
|
-
name: QuickPickInput,
|
|
2094
|
-
onBeforeInput: HandleBeforeInput,
|
|
2095
|
-
onBlur: HandleBlur,
|
|
2096
|
-
onInput: HandleInput,
|
|
2097
|
-
onFocus: HandleFocus,
|
|
2098
|
-
ariaLabel: ariaLabel,
|
|
2099
|
-
ariaAutoComplete: 'list',
|
|
2100
|
-
ariaExpanded: true,
|
|
2101
|
-
autocomplete: 'off'
|
|
2102
|
-
};
|
|
2021
|
+
const goToLineColumn = () => {
|
|
2022
|
+
return i18nString(GoToLineColumn);
|
|
2103
2023
|
};
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2024
|
+
const goToSymbolInEditor = () => {
|
|
2025
|
+
return i18nString(GoToSymbolInEditor);
|
|
2026
|
+
};
|
|
2027
|
+
const searchForText = () => {
|
|
2028
|
+
return i18nString(SearchForText);
|
|
2029
|
+
};
|
|
2030
|
+
const openView = () => {
|
|
2031
|
+
return i18nString(OpenView);
|
|
2111
2032
|
};
|
|
2112
2033
|
|
|
2113
|
-
const
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2034
|
+
const getPicks$7 = async () => {
|
|
2035
|
+
return [{
|
|
2036
|
+
description: goToFile(),
|
|
2037
|
+
direntType: None$2,
|
|
2038
|
+
fileIcon: '',
|
|
2039
|
+
icon: '',
|
|
2040
|
+
label: DotDotDot,
|
|
2041
|
+
matches: [],
|
|
2042
|
+
uri: ''
|
|
2043
|
+
}, {
|
|
2044
|
+
description: goToLineColumn(),
|
|
2045
|
+
direntType: None$2,
|
|
2046
|
+
fileIcon: '',
|
|
2047
|
+
icon: '',
|
|
2048
|
+
label: ':',
|
|
2049
|
+
matches: [],
|
|
2050
|
+
uri: ''
|
|
2051
|
+
}, {
|
|
2052
|
+
description: goToSymbolInEditor(),
|
|
2053
|
+
direntType: None$2,
|
|
2054
|
+
fileIcon: '',
|
|
2055
|
+
icon: '',
|
|
2056
|
+
label: Colon,
|
|
2057
|
+
matches: [],
|
|
2058
|
+
uri: ''
|
|
2059
|
+
}, {
|
|
2060
|
+
description: searchForText(),
|
|
2061
|
+
direntType: None$2,
|
|
2062
|
+
fileIcon: '',
|
|
2063
|
+
icon: '',
|
|
2064
|
+
label: Percent,
|
|
2065
|
+
matches: [],
|
|
2066
|
+
uri: ''
|
|
2067
|
+
}, {
|
|
2068
|
+
description: showAndRunCommands(),
|
|
2069
|
+
direntType: None$2,
|
|
2070
|
+
fileIcon: '',
|
|
2071
|
+
icon: '',
|
|
2072
|
+
label: AngleBracket,
|
|
2073
|
+
matches: [],
|
|
2074
|
+
uri: ''
|
|
2075
|
+
}, {
|
|
2076
|
+
description: openView(),
|
|
2077
|
+
direntType: None$2,
|
|
2078
|
+
fileIcon: '',
|
|
2079
|
+
icon: '',
|
|
2080
|
+
label: View$1,
|
|
2081
|
+
matches: [],
|
|
2082
|
+
uri: ''
|
|
2083
|
+
}];
|
|
2146
2084
|
};
|
|
2147
2085
|
|
|
2148
|
-
const
|
|
2149
|
-
return
|
|
2086
|
+
const getRecentlyOpened = () => {
|
|
2087
|
+
return invoke$1(/* RecentlyOpened.getRecentlyOpened */'RecentlyOpened.getRecentlyOpened');
|
|
2150
2088
|
};
|
|
2151
|
-
|
|
2152
|
-
const
|
|
2089
|
+
|
|
2090
|
+
const toProtoVisibleItem = uri => {
|
|
2153
2091
|
return {
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2092
|
+
label: uri,
|
|
2093
|
+
description: '',
|
|
2094
|
+
fileIcon: '',
|
|
2095
|
+
icon: '',
|
|
2096
|
+
matches: [],
|
|
2097
|
+
direntType: Directory,
|
|
2098
|
+
uri: uri
|
|
2157
2099
|
};
|
|
2158
2100
|
};
|
|
2101
|
+
const getPicks$6 = async () => {
|
|
2102
|
+
const recentlyOpened = await getRecentlyOpened();
|
|
2103
|
+
const picks = recentlyOpened.map(toProtoVisibleItem);
|
|
2104
|
+
return picks;
|
|
2105
|
+
};
|
|
2159
2106
|
|
|
2160
|
-
const
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
childCount: 1
|
|
2107
|
+
const getPicks$5 = async () => {
|
|
2108
|
+
const picks = [];
|
|
2109
|
+
return picks;
|
|
2164
2110
|
};
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
className: QuickPickItemLabel,
|
|
2169
|
-
childCount: 0
|
|
2170
|
-
};
|
|
2171
|
-
const nodes = [labelDom];
|
|
2172
|
-
const sections = getHighlightSections(highlights, label);
|
|
2173
|
-
if (sections.length === 0) {
|
|
2174
|
-
labelDom.childCount++;
|
|
2175
|
-
nodes.push(text(label));
|
|
2176
|
-
} else {
|
|
2177
|
-
for (const section of sections) {
|
|
2178
|
-
if (section.highlighted) {
|
|
2179
|
-
labelDom.childCount++;
|
|
2180
|
-
nodes.push(quickPickHighlight, text(section.text));
|
|
2181
|
-
} else {
|
|
2182
|
-
labelDom.childCount++;
|
|
2183
|
-
nodes.push(text(section.text));
|
|
2184
|
-
}
|
|
2185
|
-
}
|
|
2186
|
-
}
|
|
2187
|
-
return nodes;
|
|
2111
|
+
|
|
2112
|
+
const getPicks$4 = async () => {
|
|
2113
|
+
return [];
|
|
2188
2114
|
};
|
|
2189
2115
|
|
|
2190
|
-
const
|
|
2191
|
-
const
|
|
2192
|
-
|
|
2116
|
+
const getPicks$3 = async () => {
|
|
2117
|
+
const picks = [];
|
|
2118
|
+
return picks;
|
|
2193
2119
|
};
|
|
2194
2120
|
|
|
2195
|
-
const
|
|
2121
|
+
const Hide = 'hide';
|
|
2122
|
+
const KeepOpen = '';
|
|
2123
|
+
|
|
2124
|
+
const selectPick$9 = async pick => {
|
|
2125
|
+
const id = pick.label;
|
|
2126
|
+
await setColorTheme(/* colorThemeId */id);
|
|
2196
2127
|
return {
|
|
2197
|
-
|
|
2198
|
-
className: FileIcon,
|
|
2199
|
-
src: icon,
|
|
2200
|
-
role: None,
|
|
2201
|
-
childCount: 0
|
|
2128
|
+
command: Hide
|
|
2202
2129
|
};
|
|
2203
2130
|
};
|
|
2204
2131
|
|
|
2205
|
-
const
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
label,
|
|
2209
|
-
setSize,
|
|
2210
|
-
isActive,
|
|
2211
|
-
description,
|
|
2212
|
-
icon,
|
|
2213
|
-
matches,
|
|
2214
|
-
fileIcon
|
|
2215
|
-
} = visibleItem;
|
|
2216
|
-
const highlights = matches.slice(1);
|
|
2217
|
-
const dom = [];
|
|
2218
|
-
dom.push({
|
|
2219
|
-
type: Div,
|
|
2220
|
-
className: QuickPickItem,
|
|
2221
|
-
role: Option,
|
|
2222
|
-
ariaPosInSet: posInSet,
|
|
2223
|
-
ariaSetSize: setSize,
|
|
2224
|
-
childCount: 1
|
|
2225
|
-
});
|
|
2226
|
-
const parent = dom[0];
|
|
2227
|
-
if (isActive) {
|
|
2228
|
-
// @ts-ignore
|
|
2229
|
-
parent.id = QuickPickItemActive;
|
|
2230
|
-
parent.className += ' ' + QuickPickItemActive$1;
|
|
2231
|
-
}
|
|
2232
|
-
if (fileIcon) {
|
|
2233
|
-
parent.childCount++;
|
|
2234
|
-
dom.push(getFileIconVirtualDom(fileIcon));
|
|
2235
|
-
} else if (icon) {
|
|
2236
|
-
parent.childCount++;
|
|
2237
|
-
dom.push({
|
|
2238
|
-
type: Div,
|
|
2239
|
-
className: mergeClassNames(QuickPickMaskIcon, MaskIcon, `MaskIcon${icon}`),
|
|
2240
|
-
childCount: 0
|
|
2241
|
-
});
|
|
2132
|
+
const shouldHide = item => {
|
|
2133
|
+
if (item.id === 'Viewlet.openWidget' && item.args[0] === 'QuickPick') {
|
|
2134
|
+
return false;
|
|
2242
2135
|
}
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2136
|
+
return true;
|
|
2137
|
+
};
|
|
2138
|
+
const selectPickBuiltin = async item => {
|
|
2139
|
+
const args = item.args || [];
|
|
2140
|
+
// TODO ids should be all numbers for efficiency -> also directly can call command
|
|
2141
|
+
await invoke$1(item.id, ...args);
|
|
2142
|
+
if (shouldHide(item)) {
|
|
2143
|
+
return {
|
|
2144
|
+
command: Hide
|
|
2145
|
+
};
|
|
2251
2146
|
}
|
|
2252
|
-
return
|
|
2147
|
+
return {
|
|
2148
|
+
command: KeepOpen
|
|
2149
|
+
};
|
|
2253
2150
|
};
|
|
2254
|
-
|
|
2255
|
-
const
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
}
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
}, text(noResults$1)];
|
|
2151
|
+
const selectPickExtension = async item => {
|
|
2152
|
+
const id = item.id.slice(4); // TODO lots of string allocation with 'ext.' find a better way to separate builtin commands from extension commands
|
|
2153
|
+
try {
|
|
2154
|
+
await invoke$1('ExtensionHost.executeCommand', id);
|
|
2155
|
+
} catch (error) {
|
|
2156
|
+
await handleError(error, false);
|
|
2157
|
+
await showErrorDialog(error);
|
|
2158
|
+
}
|
|
2159
|
+
return {
|
|
2160
|
+
command: Hide
|
|
2161
|
+
};
|
|
2266
2162
|
};
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2163
|
+
const selectPick$8 = async item => {
|
|
2164
|
+
// @ts-ignore
|
|
2165
|
+
const id = item.id;
|
|
2166
|
+
if (id.startsWith('ext.')) {
|
|
2167
|
+
return selectPickExtension(item);
|
|
2271
2168
|
}
|
|
2272
|
-
|
|
2273
|
-
return dom;
|
|
2169
|
+
return selectPickBuiltin(item);
|
|
2274
2170
|
};
|
|
2275
2171
|
|
|
2276
|
-
const
|
|
2277
|
-
const
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
}
|
|
2285
|
-
type: Div,
|
|
2286
|
-
className: QuickPickItems$1,
|
|
2287
|
-
id: QuickPickItems,
|
|
2288
|
-
role: ListBox,
|
|
2289
|
-
ariaActivedescendant: QuickPickItemActive,
|
|
2290
|
-
onWheel: HandleWheel,
|
|
2291
|
-
childCount: visibleItems.length
|
|
2292
|
-
}, ...getQuickPickItemsVirtualDom(visibleItems)];
|
|
2172
|
+
const selectPick$7 = async pick => {
|
|
2173
|
+
const {
|
|
2174
|
+
args
|
|
2175
|
+
} = state$1;
|
|
2176
|
+
const resolve = args[2];
|
|
2177
|
+
resolve(pick);
|
|
2178
|
+
return {
|
|
2179
|
+
command: Hide
|
|
2180
|
+
};
|
|
2293
2181
|
};
|
|
2294
2182
|
|
|
2295
|
-
const
|
|
2296
|
-
|
|
2297
|
-
return ['Viewlet.setDom2', dom];
|
|
2298
|
-
};
|
|
2299
|
-
|
|
2300
|
-
const renderValue = newState => {
|
|
2301
|
-
return ['Viewlet.send', newState.uid, /* method */SetValue, /* value */newState.value];
|
|
2183
|
+
const openUri = async uri => {
|
|
2184
|
+
await invoke$1(/* Main.openUri */'Main.openUri', /* uri */uri);
|
|
2302
2185
|
};
|
|
2303
2186
|
|
|
2304
|
-
const
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
return renderFocusedIndex;
|
|
2314
|
-
case Height:
|
|
2315
|
-
return renderHeight;
|
|
2316
|
-
case RenderFocus:
|
|
2317
|
-
return renderFocus;
|
|
2318
|
-
default:
|
|
2319
|
-
throw new Error('unknown renderer');
|
|
2320
|
-
}
|
|
2187
|
+
const selectPick$6 = async pick => {
|
|
2188
|
+
const description = pick.description;
|
|
2189
|
+
const fileName = pick.label;
|
|
2190
|
+
const workspace = await getWorkspacePath();
|
|
2191
|
+
const absolutePath = `${workspace}/${description}/${fileName}`;
|
|
2192
|
+
await openUri(absolutePath);
|
|
2193
|
+
return {
|
|
2194
|
+
command: Hide
|
|
2195
|
+
};
|
|
2321
2196
|
};
|
|
2322
2197
|
|
|
2323
|
-
const
|
|
2324
|
-
|
|
2325
|
-
const viewModel = createQuickPickViewModel(oldState, newState);
|
|
2326
|
-
for (const item of diffResult) {
|
|
2327
|
-
if (item === Height) {
|
|
2328
|
-
continue;
|
|
2329
|
-
}
|
|
2330
|
-
if (item === RenderFocusedIndex) {
|
|
2331
|
-
continue;
|
|
2332
|
-
}
|
|
2333
|
-
const fn = getRenderer(item);
|
|
2334
|
-
commands.push(fn(viewModel));
|
|
2335
|
-
}
|
|
2336
|
-
return commands;
|
|
2198
|
+
const execute = async (method, ...params) => {
|
|
2199
|
+
// TODO
|
|
2337
2200
|
};
|
|
2338
2201
|
|
|
2339
|
-
const
|
|
2340
|
-
const
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2202
|
+
const selectPick$5 = async item => {
|
|
2203
|
+
const rowIndex = Number.parseInt(item.label);
|
|
2204
|
+
const position = {
|
|
2205
|
+
rowIndex,
|
|
2206
|
+
columnIndex: 5
|
|
2207
|
+
};
|
|
2208
|
+
await execute(/* EditorSetCursor.editorSetCursor */'TODO', /* position */position);
|
|
2209
|
+
// TODO put cursor onto that line
|
|
2210
|
+
return {
|
|
2211
|
+
command: Hide
|
|
2212
|
+
};
|
|
2350
2213
|
};
|
|
2351
2214
|
|
|
2352
|
-
const
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
}, {
|
|
2358
|
-
name: HandleWheel,
|
|
2359
|
-
params: ['handleWheel', 'event.deltaMode', 'event.deltaY']
|
|
2360
|
-
}, {
|
|
2361
|
-
name: HandleBlur,
|
|
2362
|
-
params: ['handleBlur']
|
|
2363
|
-
}, {
|
|
2364
|
-
name: HandleBeforeInput,
|
|
2365
|
-
params: ['handleBeforeInput']
|
|
2366
|
-
}, {
|
|
2367
|
-
name: HandleInput,
|
|
2368
|
-
params: ['handleInput', 'event.target.value']
|
|
2369
|
-
}, {
|
|
2370
|
-
name: HandleFocus,
|
|
2371
|
-
params: ['handleFocus']
|
|
2372
|
-
}];
|
|
2215
|
+
const selectPick$4 = async item => {
|
|
2216
|
+
// Command.execute(/* openView */ 549, /* viewName */ item.label)
|
|
2217
|
+
return {
|
|
2218
|
+
command: Hide
|
|
2219
|
+
};
|
|
2373
2220
|
};
|
|
2374
2221
|
|
|
2375
|
-
const
|
|
2376
|
-
return
|
|
2222
|
+
const openWorkspaceFolder = uri => {
|
|
2223
|
+
return invoke$1(/* Workspace.setPath */'Workspace.setPath', /* path */uri);
|
|
2377
2224
|
};
|
|
2378
2225
|
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2226
|
+
// TODO selectPick should be independent of show/hide
|
|
2227
|
+
const selectPick$3 = async pick => {
|
|
2228
|
+
const path = `${pick.description}/${pick.label}`;
|
|
2229
|
+
await openWorkspaceFolder(path);
|
|
2230
|
+
return {
|
|
2231
|
+
command: Hide
|
|
2232
|
+
};
|
|
2386
2233
|
};
|
|
2387
2234
|
|
|
2388
|
-
const
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
return state;
|
|
2393
|
-
}
|
|
2394
|
-
return selectIndex(state, index);
|
|
2235
|
+
const selectPick$2 = async item => {
|
|
2236
|
+
return {
|
|
2237
|
+
command: Hide
|
|
2238
|
+
};
|
|
2395
2239
|
};
|
|
2396
2240
|
|
|
2397
|
-
const
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
} = get(uid);
|
|
2402
|
-
const newerState = await fn(newState, ...args);
|
|
2403
|
-
if (newState === newerState) {
|
|
2404
|
-
return;
|
|
2405
|
-
}
|
|
2406
|
-
const latest = get(uid);
|
|
2407
|
-
set(uid, latest.oldState, newerState);
|
|
2241
|
+
const selectPick$1 = async item => {
|
|
2242
|
+
// Command.execute(/* openView */ 549, /* viewName */ item.label)
|
|
2243
|
+
return {
|
|
2244
|
+
command: Hide
|
|
2408
2245
|
};
|
|
2409
|
-
return wrapped;
|
|
2410
2246
|
};
|
|
2411
2247
|
|
|
2412
|
-
const
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
'QuickPick.diff2': diff2,
|
|
2417
|
-
'QuickPick.dispose': dispose,
|
|
2418
|
-
'QuickPick.focusFirst': wrapCommand(focusFirst),
|
|
2419
|
-
'QuickPick.focusIndex': wrapCommand(focusIndex),
|
|
2420
|
-
'QuickPick.focusLast': wrapCommand(focusLast),
|
|
2421
|
-
'QuickPick.focusNext': wrapCommand(focusNext),
|
|
2422
|
-
'QuickPick.focusPrevious': wrapCommand(focusPrevious),
|
|
2423
|
-
'QuickPick.getCommandIds': getCommandIds,
|
|
2424
|
-
'QuickPick.getKeyBindings': getKeyBindings,
|
|
2425
|
-
'QuickPick.handleBeforeInput': wrapCommand(handleBeforeInput),
|
|
2426
|
-
'QuickPick.handleBlur': wrapCommand(handleBlur),
|
|
2427
|
-
'QuickPick.handleClickAt': wrapCommand(handleClickAt),
|
|
2428
|
-
'QuickPick.handleFocus': wrapCommand(handleFocus),
|
|
2429
|
-
'QuickPick.handleInput': wrapCommand(handleInput),
|
|
2430
|
-
'QuickPick.handleWheel': wrapCommand(handleWheel),
|
|
2431
|
-
'QuickPick.loadContent': wrapCommand(loadContent),
|
|
2432
|
-
'QuickPick.render2': render2,
|
|
2433
|
-
'QuickPick.renderEventListeners': renderEventListeners,
|
|
2434
|
-
'QuickPick.selectCurrentIndex': wrapCommand(selectCurrentIndex),
|
|
2435
|
-
'QuickPick.selectIndex': wrapCommand(selectIndex),
|
|
2436
|
-
'QuickPick.selectItem': wrapCommand(selectItem),
|
|
2437
|
-
'QuickPick.setDeltaY': wrapCommand(setDeltaY),
|
|
2438
|
-
'QuickPick.setValue': wrapCommand(setValue)
|
|
2248
|
+
const selectPick = async item => {
|
|
2249
|
+
return {
|
|
2250
|
+
command: Hide
|
|
2251
|
+
};
|
|
2439
2252
|
};
|
|
2440
2253
|
|
|
2441
|
-
const
|
|
2442
|
-
|
|
2443
|
-
};
|
|
2254
|
+
const selectPicks = [selectPick$9, selectPick$8, selectPick$7, selectPick$6, selectPick$5, selectPick$4, selectPick$3, selectPick$2, selectPick$1, selectPick];
|
|
2255
|
+
const getPicks$2 = [getPicks$c, getPicks$b, getPicks$a, getPicks$9, getPicks$8, getPicks$7, getPicks$6, getPicks$5, getPicks$4, getPicks$3];
|
|
2444
2256
|
|
|
2445
|
-
const
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
icon: '',
|
|
2451
|
-
matches: [],
|
|
2452
|
-
direntType: 0,
|
|
2453
|
-
uri: ''
|
|
2454
|
-
};
|
|
2455
|
-
return pick;
|
|
2257
|
+
const select = selectPicks;
|
|
2258
|
+
const getPick$1 = getPicks$2;
|
|
2259
|
+
const getPicks$1 = id => {
|
|
2260
|
+
const fn = getPick$1[id];
|
|
2261
|
+
return fn;
|
|
2456
2262
|
};
|
|
2457
|
-
const
|
|
2458
|
-
const
|
|
2459
|
-
|
|
2460
|
-
return picks;
|
|
2263
|
+
const getSelect = id => {
|
|
2264
|
+
const fn = select[id];
|
|
2265
|
+
return fn;
|
|
2461
2266
|
};
|
|
2462
2267
|
|
|
2463
|
-
const
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
const showErrorDialog = async error => {
|
|
2467
|
-
const code = error.code;
|
|
2468
|
-
const message = error.message;
|
|
2469
|
-
const stack = error.stack;
|
|
2470
|
-
const name = error.name;
|
|
2471
|
-
const errorInfo = {
|
|
2472
|
-
code,
|
|
2473
|
-
message,
|
|
2474
|
-
stack,
|
|
2475
|
-
name
|
|
2476
|
-
};
|
|
2477
|
-
await invoke$1('ErrorHandling.showErrorDialog', errorInfo);
|
|
2478
|
-
};
|
|
2479
|
-
const warn = (...args) => {
|
|
2480
|
-
console.warn(...args);
|
|
2268
|
+
const getPicks = (id, searchValue) => {
|
|
2269
|
+
const fn = getPicks$1(id);
|
|
2270
|
+
return fn(searchValue);
|
|
2481
2271
|
};
|
|
2482
2272
|
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2273
|
+
const getQuickPickSubProviderId = prefix => {
|
|
2274
|
+
switch (prefix) {
|
|
2275
|
+
case Command:
|
|
2276
|
+
return Commands$1;
|
|
2277
|
+
case Symbol$1:
|
|
2278
|
+
return Symbol$2;
|
|
2279
|
+
case WorkspaceSymbol$1:
|
|
2280
|
+
return WorkspaceSymbol$2;
|
|
2281
|
+
case GoToLine$1:
|
|
2282
|
+
return GoToLine$2;
|
|
2283
|
+
case View$2:
|
|
2284
|
+
return View$3;
|
|
2285
|
+
case Help$1:
|
|
2286
|
+
return Help$2;
|
|
2287
|
+
default:
|
|
2288
|
+
return File$2;
|
|
2491
2289
|
}
|
|
2492
|
-
|
|
2493
|
-
|
|
2290
|
+
};
|
|
2291
|
+
|
|
2292
|
+
// TODO when user types letters -> no need to query provider again -> just filter existing results
|
|
2293
|
+
const setValue = async (state, newValue) => {
|
|
2294
|
+
const {
|
|
2295
|
+
providerId,
|
|
2296
|
+
value,
|
|
2297
|
+
minLineY,
|
|
2298
|
+
maxLineY,
|
|
2299
|
+
fileIconCache,
|
|
2300
|
+
itemHeight,
|
|
2301
|
+
height
|
|
2302
|
+
} = state;
|
|
2303
|
+
if (value === newValue) {
|
|
2304
|
+
return state;
|
|
2494
2305
|
}
|
|
2306
|
+
const prefix = getQuickPickPrefix(newValue);
|
|
2307
|
+
const subId = getQuickPickSubProviderId(prefix);
|
|
2308
|
+
const newPicks = await getPicks(subId, newValue);
|
|
2309
|
+
const filterValue = getFilterValue(providerId, newValue);
|
|
2310
|
+
const items = filterQuickPickItems(newPicks, filterValue);
|
|
2311
|
+
const focusedIndex = items.length === 0 ? -1 : 0;
|
|
2312
|
+
const sliced = items.slice(minLineY, maxLineY);
|
|
2313
|
+
const {
|
|
2314
|
+
newFileIconCache,
|
|
2315
|
+
icons
|
|
2316
|
+
} = await getQuickPickFileIcons(sliced, fileIconCache);
|
|
2317
|
+
const listHeight = getListHeight(items.length, itemHeight, height);
|
|
2318
|
+
const finalDeltaY = getFinalDeltaY(listHeight, itemHeight, items.length);
|
|
2495
2319
|
return {
|
|
2496
|
-
...
|
|
2497
|
-
|
|
2498
|
-
|
|
2320
|
+
...state,
|
|
2321
|
+
picks: newPicks,
|
|
2322
|
+
items,
|
|
2323
|
+
focusedIndex,
|
|
2324
|
+
inputSource: Script,
|
|
2325
|
+
value: newValue,
|
|
2326
|
+
icons,
|
|
2327
|
+
fileIconCache: newFileIconCache,
|
|
2328
|
+
finalDeltaY
|
|
2499
2329
|
};
|
|
2500
2330
|
};
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
return [];
|
|
2507
|
-
}
|
|
2508
|
-
const mappedPicks = extensionPicks.map(prefixIdWithExt);
|
|
2509
|
-
return mappedPicks;
|
|
2510
|
-
} catch (error) {
|
|
2511
|
-
console.error(`Failed to get extension picks: ${error}`);
|
|
2512
|
-
return [];
|
|
2331
|
+
|
|
2332
|
+
// TODO when user types letters -> no need to query provider again -> just filter existing results
|
|
2333
|
+
const handleInput = async (state, newValue, cursorOffset, inputSource = Script) => {
|
|
2334
|
+
if (state.value === newValue) {
|
|
2335
|
+
return state;
|
|
2513
2336
|
}
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
fileIcon: '',
|
|
2520
|
-
icon: '',
|
|
2521
|
-
matches: [],
|
|
2522
|
-
direntType: 0,
|
|
2523
|
-
uri: ''
|
|
2337
|
+
const newState = await setValue(state, newValue);
|
|
2338
|
+
return {
|
|
2339
|
+
...newState,
|
|
2340
|
+
cursorOffset,
|
|
2341
|
+
inputSource
|
|
2524
2342
|
};
|
|
2525
|
-
// @ts-ignore
|
|
2526
|
-
pick.id = item.id;
|
|
2527
|
-
return pick;
|
|
2528
|
-
};
|
|
2529
|
-
const getPicks$9 = async () => {
|
|
2530
|
-
// TODO get picks in parallel
|
|
2531
|
-
const builtinPicks = await getBuiltinPicks();
|
|
2532
|
-
const extensionPicks = await getExtensionPicks();
|
|
2533
|
-
const allPicks = [...builtinPicks, ...extensionPicks];
|
|
2534
|
-
const converted = allPicks.map(toProtoVisibleItem$1);
|
|
2535
|
-
return converted;
|
|
2536
2343
|
};
|
|
2537
2344
|
|
|
2538
|
-
const
|
|
2539
|
-
|
|
2540
|
-
|
|
2345
|
+
const handleBeforeInput = (state, inputType, data, selectionStart, selectionEnd) => {
|
|
2346
|
+
string(inputType);
|
|
2347
|
+
number(selectionStart);
|
|
2348
|
+
number(selectionEnd);
|
|
2349
|
+
const {
|
|
2350
|
+
value
|
|
2351
|
+
} = state;
|
|
2352
|
+
const {
|
|
2353
|
+
newValue,
|
|
2354
|
+
cursorOffset
|
|
2355
|
+
} = getNewValue(value, inputType, data, selectionStart, selectionEnd);
|
|
2356
|
+
return handleInput(state, newValue, cursorOffset, User);
|
|
2541
2357
|
};
|
|
2542
2358
|
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
return Commands;
|
|
2548
|
-
case Symbol:
|
|
2549
|
-
return Symbol$1;
|
|
2550
|
-
case WorkspaceSymbol:
|
|
2551
|
-
return WorkspaceSymbol$1;
|
|
2552
|
-
case GoToLine:
|
|
2553
|
-
return GoToLine$1;
|
|
2554
|
-
case View:
|
|
2555
|
-
return View$1;
|
|
2556
|
-
default:
|
|
2557
|
-
return File$2;
|
|
2558
|
-
}
|
|
2359
|
+
const handleBlur = async state => {
|
|
2360
|
+
// TODO fix virtual dom diffing so that input isn't destroyed and loses focus when rerendering
|
|
2361
|
+
// await CloseWidget.closeWidget(state.uid)
|
|
2362
|
+
return state;
|
|
2559
2363
|
};
|
|
2560
2364
|
|
|
2561
|
-
const
|
|
2562
|
-
|
|
2563
|
-
|
|
2365
|
+
const getIndex = (top, headerHeight, itemHeight, y) => {
|
|
2366
|
+
const relativeY = y - top - headerHeight;
|
|
2367
|
+
const index = Math.floor(relativeY / itemHeight);
|
|
2368
|
+
return index;
|
|
2564
2369
|
};
|
|
2565
2370
|
|
|
2566
|
-
const
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
//
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2371
|
+
const getPick = (items, index) => {
|
|
2372
|
+
array(items);
|
|
2373
|
+
number(index);
|
|
2374
|
+
// if (index < state.recentPicks.length) {
|
|
2375
|
+
// return state.recentPicks[index]
|
|
2376
|
+
// }
|
|
2377
|
+
// index -= state.recentPicks.length
|
|
2378
|
+
if (index < items.length) {
|
|
2379
|
+
return items[index];
|
|
2574
2380
|
}
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
const picks = await getPicks$b(providerId, slicedValue);
|
|
2578
|
-
return picks;
|
|
2381
|
+
console.warn('no pick matching index', index);
|
|
2382
|
+
return undefined;
|
|
2579
2383
|
};
|
|
2580
2384
|
|
|
2581
|
-
const
|
|
2385
|
+
const selectIndex = async (state, index, button = /* left */0) => {
|
|
2386
|
+
const {
|
|
2387
|
+
minLineY,
|
|
2388
|
+
items,
|
|
2389
|
+
value
|
|
2390
|
+
} = state;
|
|
2391
|
+
const actualIndex = index + minLineY;
|
|
2392
|
+
const pick = getPick(items, actualIndex);
|
|
2393
|
+
if (!pick) {
|
|
2394
|
+
return state;
|
|
2395
|
+
}
|
|
2396
|
+
const prefix = getQuickPickPrefix(value);
|
|
2397
|
+
const subId = getQuickPickSubProviderId(prefix);
|
|
2398
|
+
const fn = getSelect(subId);
|
|
2399
|
+
const selectPickResult = await fn(pick);
|
|
2400
|
+
object(selectPickResult);
|
|
2401
|
+
string(selectPickResult.command);
|
|
2402
|
+
const {
|
|
2403
|
+
command
|
|
2404
|
+
} = selectPickResult;
|
|
2405
|
+
switch (command) {
|
|
2406
|
+
case Hide:
|
|
2407
|
+
await closeWidget(state.uid);
|
|
2408
|
+
return state;
|
|
2409
|
+
default:
|
|
2410
|
+
return state;
|
|
2411
|
+
}
|
|
2582
2412
|
|
|
2583
|
-
|
|
2584
|
-
|
|
2413
|
+
// TODO recent picks should be per provider
|
|
2414
|
+
// if (!state.recentPickIds.has(pick.id)) {
|
|
2415
|
+
// state.recentPicks.unshift(pick)
|
|
2416
|
+
// state.recentPickIds.add(pick.id)
|
|
2417
|
+
// }
|
|
2418
|
+
// if (state.recentPicks.length > RECENT_PICKS_MAX_SIZE) {
|
|
2419
|
+
// const last = state.recentPicks.pop()
|
|
2420
|
+
// state.recentPickIds.delete(last.id)
|
|
2421
|
+
// }
|
|
2585
2422
|
};
|
|
2586
2423
|
|
|
2587
|
-
const
|
|
2588
|
-
const
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
}
|
|
2593
|
-
|
|
2424
|
+
const handleClickAt = (state, x, y) => {
|
|
2425
|
+
const {
|
|
2426
|
+
top,
|
|
2427
|
+
headerHeight,
|
|
2428
|
+
itemHeight
|
|
2429
|
+
} = state;
|
|
2430
|
+
const index = getIndex(top, headerHeight, itemHeight, y);
|
|
2431
|
+
return selectIndex(state, index);
|
|
2594
2432
|
};
|
|
2595
2433
|
|
|
2596
|
-
const
|
|
2597
|
-
|
|
2598
|
-
Object.assign(state, modules);
|
|
2599
|
-
};
|
|
2600
|
-
const getModule = protocol => {
|
|
2601
|
-
return state[protocol];
|
|
2434
|
+
const setFocus = async focusKey => {
|
|
2435
|
+
await invoke$1('Focus.setFocus', focusKey);
|
|
2602
2436
|
};
|
|
2603
2437
|
|
|
2604
|
-
const
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
return result;
|
|
2438
|
+
const handleFocus = async state => {
|
|
2439
|
+
// TODO fix virtual dom diffing so that input isn't destroyed and loses focus when rerendering
|
|
2440
|
+
await setFocus(FocusQuickPickInput);
|
|
2441
|
+
// await CloseWidget.closeWidget(state.uid)
|
|
2442
|
+
return state;
|
|
2610
2443
|
};
|
|
2611
2444
|
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2445
|
+
const getDefaultValue = id => {
|
|
2446
|
+
switch (id) {
|
|
2447
|
+
case EveryThing$1:
|
|
2448
|
+
return Command;
|
|
2449
|
+
default:
|
|
2450
|
+
return '';
|
|
2451
|
+
}
|
|
2615
2452
|
};
|
|
2616
2453
|
|
|
2617
|
-
|
|
2618
|
-
const
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2454
|
+
const Commands = 'quickPick://commands';
|
|
2455
|
+
const EveryThing = 'quickPick://everything';
|
|
2456
|
+
const Recent = 'quickPick://recent';
|
|
2457
|
+
const ColorTheme = 'quickPick://color-theme';
|
|
2458
|
+
const Symbol = 'quickPick://symbol';
|
|
2459
|
+
const View = 'quickPick://view';
|
|
2460
|
+
const Help = 'quickPick://help';
|
|
2461
|
+
const WorkspaceSymbol = 'quickPick://workspace-symbol';
|
|
2462
|
+
const GoToLine = 'quickPick://go-to-line';
|
|
2463
|
+
|
|
2464
|
+
const getQuickPickProviderId = prefix => {
|
|
2465
|
+
switch (prefix) {
|
|
2466
|
+
case Commands:
|
|
2467
|
+
case Symbol:
|
|
2468
|
+
case WorkspaceSymbol:
|
|
2469
|
+
case EveryThing:
|
|
2470
|
+
case GoToLine:
|
|
2471
|
+
case View:
|
|
2472
|
+
case Help:
|
|
2473
|
+
return EveryThing$1;
|
|
2474
|
+
case ColorTheme:
|
|
2475
|
+
return ColorTheme$1;
|
|
2476
|
+
case Recent:
|
|
2477
|
+
return Recent$1;
|
|
2478
|
+
default:
|
|
2479
|
+
return File$2;
|
|
2623
2480
|
}
|
|
2624
|
-
return path.slice(0, index);
|
|
2625
2481
|
};
|
|
2626
2482
|
|
|
2627
|
-
const
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
return files;
|
|
2483
|
+
const noop = args => {};
|
|
2484
|
+
const setArgsCustom = args => {
|
|
2485
|
+
state$1.args = args;
|
|
2631
2486
|
};
|
|
2632
|
-
const
|
|
2633
|
-
|
|
2634
|
-
|
|
2487
|
+
const getFn = id => {
|
|
2488
|
+
switch (id) {
|
|
2489
|
+
case Custom:
|
|
2490
|
+
return setArgsCustom;
|
|
2491
|
+
default:
|
|
2492
|
+
return noop;
|
|
2493
|
+
}
|
|
2494
|
+
};
|
|
2495
|
+
const setArgs = (id, args) => {
|
|
2496
|
+
const fn = getFn(id);
|
|
2497
|
+
return fn(args);
|
|
2498
|
+
};
|
|
2499
|
+
|
|
2500
|
+
const loadContent = async state => {
|
|
2501
|
+
const {
|
|
2502
|
+
uri,
|
|
2503
|
+
args,
|
|
2504
|
+
fileIconCache,
|
|
2505
|
+
itemHeight,
|
|
2506
|
+
height
|
|
2507
|
+
} = state;
|
|
2508
|
+
const id = getQuickPickProviderId(uri);
|
|
2509
|
+
const value = getDefaultValue(id);
|
|
2510
|
+
const prefix = getQuickPickPrefix(value);
|
|
2511
|
+
const subId = getQuickPickSubProviderId(prefix);
|
|
2512
|
+
setArgs(subId, args);
|
|
2513
|
+
const newPicks = await getPicks(subId, value);
|
|
2514
|
+
array(newPicks);
|
|
2515
|
+
const filterValue = getFilterValue(id, value);
|
|
2516
|
+
const items = filterQuickPickItems(newPicks, filterValue);
|
|
2517
|
+
const minLineY = 0;
|
|
2518
|
+
const maxLineY = Math.min(minLineY + state.maxVisibleItems, newPicks.length);
|
|
2519
|
+
const sliced = newPicks.slice(minLineY, maxLineY);
|
|
2520
|
+
const {
|
|
2521
|
+
newFileIconCache,
|
|
2522
|
+
icons
|
|
2523
|
+
} = await getQuickPickFileIcons(sliced, fileIconCache);
|
|
2524
|
+
const listHeight = getListHeight(items.length, itemHeight, height);
|
|
2525
|
+
const finalDeltaY = getFinalDeltaY(listHeight, itemHeight, items.length);
|
|
2635
2526
|
return {
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2527
|
+
...state,
|
|
2528
|
+
picks: newPicks,
|
|
2529
|
+
items,
|
|
2530
|
+
focusedIndex: 0,
|
|
2531
|
+
state: Finished,
|
|
2532
|
+
minLineY,
|
|
2533
|
+
maxLineY,
|
|
2534
|
+
value,
|
|
2535
|
+
cursorOffset: value.length,
|
|
2536
|
+
inputSource: Script,
|
|
2537
|
+
focused: true,
|
|
2538
|
+
fileIconCache: newFileIconCache,
|
|
2539
|
+
icons,
|
|
2540
|
+
providerId: id,
|
|
2541
|
+
finalDeltaY
|
|
2643
2542
|
};
|
|
2644
2543
|
};
|
|
2645
2544
|
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2545
|
+
const getVisible$1 = (items, minLineY, maxLineY, icons) => {
|
|
2546
|
+
const range = items.slice(minLineY, maxLineY);
|
|
2547
|
+
const protoVisibleItems = range.map((item, index) => {
|
|
2548
|
+
return {
|
|
2549
|
+
...item,
|
|
2550
|
+
fileIcon: icons[index]
|
|
2551
|
+
};
|
|
2552
|
+
});
|
|
2553
|
+
return protoVisibleItems;
|
|
2554
|
+
};
|
|
2649
2555
|
|
|
2650
|
-
const
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
if (!workspace) {
|
|
2654
|
-
return [];
|
|
2556
|
+
const getScrollBarSize = (size, contentSize, minimumSliderSize) => {
|
|
2557
|
+
if (size >= contentSize) {
|
|
2558
|
+
return 0;
|
|
2655
2559
|
}
|
|
2656
|
-
|
|
2657
|
-
const picks = files.map(convertToPick);
|
|
2658
|
-
return picks;
|
|
2560
|
+
return Math.max(Math.round(size ** 2 / contentSize), minimumSliderSize);
|
|
2659
2561
|
};
|
|
2660
2562
|
|
|
2661
|
-
const
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
label
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
label
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
}, {
|
|
2695
|
-
label: '5',
|
|
2696
|
-
description: '',
|
|
2697
|
-
icon: '',
|
|
2698
|
-
fileIcon: '',
|
|
2699
|
-
matches: [],
|
|
2700
|
-
direntType: None$2,
|
|
2701
|
-
uri: ''
|
|
2702
|
-
}, {
|
|
2703
|
-
label: '6',
|
|
2704
|
-
description: '',
|
|
2705
|
-
icon: '',
|
|
2706
|
-
fileIcon: '',
|
|
2707
|
-
matches: [],
|
|
2708
|
-
direntType: None$2,
|
|
2709
|
-
uri: ''
|
|
2710
|
-
}];
|
|
2711
|
-
return picks;
|
|
2563
|
+
const emptyHighlightSections = [];
|
|
2564
|
+
|
|
2565
|
+
const getHighlightSections = (highlights, label) => {
|
|
2566
|
+
if (highlights.length === 0) {
|
|
2567
|
+
return emptyHighlightSections;
|
|
2568
|
+
}
|
|
2569
|
+
const sections = [];
|
|
2570
|
+
let position = 0;
|
|
2571
|
+
for (let i = 0; i < highlights.length; i += 2) {
|
|
2572
|
+
const highlightStart = highlights[i];
|
|
2573
|
+
const highlightEnd = highlights[i + 1];
|
|
2574
|
+
if (position < highlightStart) {
|
|
2575
|
+
const beforeText = label.slice(position, highlightStart);
|
|
2576
|
+
sections.push({
|
|
2577
|
+
highlighted: false,
|
|
2578
|
+
text: beforeText
|
|
2579
|
+
});
|
|
2580
|
+
}
|
|
2581
|
+
const highlightText = label.slice(highlightStart, highlightEnd);
|
|
2582
|
+
sections.push({
|
|
2583
|
+
highlighted: true,
|
|
2584
|
+
text: highlightText
|
|
2585
|
+
});
|
|
2586
|
+
position = highlightEnd;
|
|
2587
|
+
}
|
|
2588
|
+
if (position < label.length) {
|
|
2589
|
+
const afterText = label.slice(position);
|
|
2590
|
+
sections.push({
|
|
2591
|
+
highlighted: false,
|
|
2592
|
+
text: afterText
|
|
2593
|
+
});
|
|
2594
|
+
}
|
|
2595
|
+
return sections;
|
|
2712
2596
|
};
|
|
2713
2597
|
|
|
2714
|
-
const
|
|
2715
|
-
|
|
2598
|
+
const getVisible = (setSize, protoVisibleItems, minLineY, focusedIndex) => {
|
|
2599
|
+
const visibleItems = protoVisibleItems.map((visibleItem, i) => {
|
|
2600
|
+
const highlights = visibleItem.matches.slice(1);
|
|
2601
|
+
const sections = getHighlightSections(highlights, visibleItem.label);
|
|
2602
|
+
return {
|
|
2603
|
+
...visibleItem,
|
|
2604
|
+
posInSet: minLineY + i + 1,
|
|
2605
|
+
setSize,
|
|
2606
|
+
isActive: i === focusedIndex,
|
|
2607
|
+
highlights: sections
|
|
2608
|
+
};
|
|
2609
|
+
});
|
|
2610
|
+
return visibleItems;
|
|
2716
2611
|
};
|
|
2717
2612
|
|
|
2718
|
-
const
|
|
2613
|
+
const getScrollBarOffset = (delta, finalDelta, size, scrollBarSize) => {
|
|
2614
|
+
const scrollBarOffset = delta / finalDelta * (size - scrollBarSize);
|
|
2615
|
+
return scrollBarOffset;
|
|
2616
|
+
};
|
|
2617
|
+
const getScrollBarY = getScrollBarOffset;
|
|
2618
|
+
|
|
2619
|
+
const createQuickPickViewModel = (oldState, newState) => {
|
|
2620
|
+
const protoVisibleItems = getVisible$1(newState.items, newState.minLineY, newState.maxLineY, newState.icons);
|
|
2621
|
+
const visibleItems = getVisible(newState.items.length, protoVisibleItems, newState.minLineY, newState.focusedIndex);
|
|
2622
|
+
const oldFocusedIndex = oldState.focusedIndex - oldState.minLineY;
|
|
2623
|
+
const newFocusedIndex = newState.focusedIndex - newState.minLineY;
|
|
2624
|
+
const itemCount = newState.items.length;
|
|
2625
|
+
const {
|
|
2626
|
+
itemHeight,
|
|
2627
|
+
deltaY,
|
|
2628
|
+
finalDeltaY,
|
|
2629
|
+
minimumSliderSize,
|
|
2630
|
+
headerHeight,
|
|
2631
|
+
height
|
|
2632
|
+
} = newState;
|
|
2633
|
+
const listHeight = getListHeight(itemCount, itemHeight, height);
|
|
2634
|
+
const contentHeight = itemCount * itemHeight;
|
|
2635
|
+
const scrollBarHeight = getScrollBarSize(listHeight, contentHeight, minimumSliderSize);
|
|
2636
|
+
const scrollBarY = getScrollBarY(deltaY, finalDeltaY, height - headerHeight, scrollBarHeight);
|
|
2637
|
+
const roundedScrollBarY = Math.round(scrollBarY);
|
|
2719
2638
|
return {
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2639
|
+
visibleItems,
|
|
2640
|
+
value: newState.value,
|
|
2641
|
+
cursorOffset: newState.cursorOffset,
|
|
2642
|
+
focused: newState.focused,
|
|
2643
|
+
height,
|
|
2644
|
+
oldFocusedIndex,
|
|
2645
|
+
newFocusedIndex,
|
|
2646
|
+
uid: newState.uid,
|
|
2647
|
+
scrollBarHeight,
|
|
2648
|
+
scrollBarTop: roundedScrollBarY
|
|
2727
2649
|
};
|
|
2728
2650
|
};
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2651
|
+
|
|
2652
|
+
const SetCursorOffset = 'setCursorOffset';
|
|
2653
|
+
const SetFocusedIndex = 'setFocusedIndex';
|
|
2654
|
+
const SetItemsHeight = 'setItemsHeight';
|
|
2655
|
+
|
|
2656
|
+
const renderCursorOffset = newState => {
|
|
2657
|
+
return ['Viewlet.send', newState.uid, /* method */SetCursorOffset, /* cursorOffset */newState.cursorOffset];
|
|
2733
2658
|
};
|
|
2734
2659
|
|
|
2735
|
-
const
|
|
2736
|
-
|
|
2737
|
-
|
|
2660
|
+
const QuickPickInput = 'QuickPickInput';
|
|
2661
|
+
|
|
2662
|
+
const renderFocus = newState => {
|
|
2663
|
+
return ['Viewlet.focusElementByName', QuickPickInput];
|
|
2738
2664
|
};
|
|
2739
2665
|
|
|
2740
|
-
const
|
|
2741
|
-
|
|
2742
|
-
// const picks = views.map(toPick)
|
|
2743
|
-
// return picks
|
|
2744
|
-
return [];
|
|
2666
|
+
const renderFocusedIndex = newState => {
|
|
2667
|
+
return ['Viewlet.send', newState.uid, /* method */SetFocusedIndex, /* oldFocusedIndex */newState.oldFocusedIndex, /* newFocusedIndex */newState.newFocusedIndex];
|
|
2745
2668
|
};
|
|
2746
2669
|
|
|
2747
|
-
const
|
|
2748
|
-
|
|
2749
|
-
|
|
2670
|
+
const renderHeight = newState => {
|
|
2671
|
+
if (newState.height === 0) {
|
|
2672
|
+
return ['Viewlet.send', newState.uid, /* method */SetItemsHeight, /* height */20];
|
|
2673
|
+
}
|
|
2674
|
+
return ['Viewlet.send', newState.uid, /* method */SetItemsHeight, /* height */newState.height];
|
|
2675
|
+
};
|
|
2676
|
+
|
|
2677
|
+
const ComboBox = 'combobox';
|
|
2678
|
+
const ListBox = 'listbox';
|
|
2679
|
+
const None = 'none';
|
|
2680
|
+
const Option = 'option';
|
|
2681
|
+
|
|
2682
|
+
const ContainContent = 'ContainContent';
|
|
2683
|
+
const FileIcon = 'FileIcon';
|
|
2684
|
+
const InputBox = 'InputBox';
|
|
2685
|
+
const Label = 'Label';
|
|
2686
|
+
const List = 'List';
|
|
2687
|
+
const ListItems = 'ListItems';
|
|
2688
|
+
const MaskIcon = 'MaskIcon';
|
|
2689
|
+
const QuickPick$1 = 'QuickPick';
|
|
2690
|
+
const QuickPickHeader = 'QuickPickHeader';
|
|
2691
|
+
const QuickPickHighlight = 'QuickPickHighlight';
|
|
2692
|
+
const QuickPickItem = 'QuickPickItem';
|
|
2693
|
+
const QuickPickItemActive$1 = 'QuickPickItemActive';
|
|
2694
|
+
const QuickPickItemDescription = 'QuickPickItemDescription';
|
|
2695
|
+
const QuickPickItemLabel = 'QuickPickItemLabel';
|
|
2696
|
+
const QuickPickMaskIcon = 'QuickPickMaskIcon';
|
|
2697
|
+
const QuickPickStatus = 'QuickPickStatus';
|
|
2698
|
+
const ScrollBar = 'ScrollBar';
|
|
2699
|
+
const ScrollBarSmall = 'ScrollBarSmall';
|
|
2700
|
+
const ScrollBarThumb = 'ScrollBarThumb';
|
|
2701
|
+
const Viewlet = 'Viewlet';
|
|
2702
|
+
|
|
2703
|
+
const HandleWheel = 'handleWheel';
|
|
2704
|
+
const HandlePointerDown = 'handlePointerDown';
|
|
2705
|
+
const HandleBeforeInput = 'handleBeforeInput';
|
|
2706
|
+
const HandleBlur = 'handleBlur';
|
|
2707
|
+
const HandleFocus = 'handleFocus';
|
|
2708
|
+
const HandleInput = 'handleInput';
|
|
2709
|
+
|
|
2710
|
+
const QuickPick = 'QuickPick';
|
|
2711
|
+
const QuickPickItems = 'QuickPickItems';
|
|
2712
|
+
const QuickPickItemActive = 'QuickPickItemActive';
|
|
2713
|
+
|
|
2714
|
+
const Div = 4;
|
|
2715
|
+
const Input = 6;
|
|
2716
|
+
const Span = 8;
|
|
2717
|
+
const Img = 17;
|
|
2718
|
+
|
|
2719
|
+
const getQuickPickInputVirtualDom = () => {
|
|
2720
|
+
const ariaLabel = typeNameofCommandToRun();
|
|
2721
|
+
return {
|
|
2722
|
+
type: Input,
|
|
2723
|
+
className: InputBox,
|
|
2724
|
+
spellcheck: false,
|
|
2725
|
+
autocapitalize: 'off',
|
|
2726
|
+
inputType: 'text',
|
|
2727
|
+
childCount: 0,
|
|
2728
|
+
role: ComboBox,
|
|
2729
|
+
name: QuickPickInput,
|
|
2730
|
+
onBeforeInput: HandleBeforeInput,
|
|
2731
|
+
onBlur: HandleBlur,
|
|
2732
|
+
onInput: HandleInput,
|
|
2733
|
+
onFocus: HandleFocus,
|
|
2734
|
+
ariaLabel: ariaLabel,
|
|
2735
|
+
ariaAutoComplete: 'list',
|
|
2736
|
+
ariaExpanded: true,
|
|
2737
|
+
autocomplete: 'off'
|
|
2738
|
+
};
|
|
2739
|
+
};
|
|
2740
|
+
|
|
2741
|
+
const getQuickPickHeaderVirtualDom = () => {
|
|
2742
|
+
return [{
|
|
2743
|
+
type: Div,
|
|
2744
|
+
className: QuickPickHeader,
|
|
2745
|
+
childCount: 1
|
|
2746
|
+
}, getQuickPickInputVirtualDom()];
|
|
2747
|
+
};
|
|
2748
|
+
|
|
2749
|
+
const getFileIconVirtualDom = icon => {
|
|
2750
|
+
return {
|
|
2751
|
+
type: Img,
|
|
2752
|
+
className: FileIcon,
|
|
2753
|
+
src: icon,
|
|
2754
|
+
role: None,
|
|
2755
|
+
childCount: 0
|
|
2756
|
+
};
|
|
2757
|
+
};
|
|
2758
|
+
|
|
2759
|
+
const mergeClassNames = (...classNames) => {
|
|
2760
|
+
return classNames.filter(Boolean).join(' ');
|
|
2761
|
+
};
|
|
2762
|
+
const Text = 12;
|
|
2763
|
+
const text = data => {
|
|
2764
|
+
return {
|
|
2765
|
+
type: Text,
|
|
2766
|
+
text: data,
|
|
2767
|
+
childCount: 0
|
|
2768
|
+
};
|
|
2769
|
+
};
|
|
2770
|
+
|
|
2771
|
+
const quickPickHighlight = {
|
|
2772
|
+
type: Span,
|
|
2773
|
+
className: QuickPickHighlight,
|
|
2774
|
+
childCount: 1
|
|
2775
|
+
};
|
|
2776
|
+
const getHighlights = (sections, label) => {
|
|
2777
|
+
const labelDom = {
|
|
2778
|
+
type: Div,
|
|
2779
|
+
className: QuickPickItemLabel,
|
|
2780
|
+
childCount: 0
|
|
2781
|
+
};
|
|
2782
|
+
const nodes = [labelDom];
|
|
2783
|
+
if (sections.length === 0) {
|
|
2784
|
+
labelDom.childCount++;
|
|
2785
|
+
nodes.push(text(label));
|
|
2786
|
+
} else {
|
|
2787
|
+
for (const section of sections) {
|
|
2788
|
+
if (section.highlighted) {
|
|
2789
|
+
labelDom.childCount++;
|
|
2790
|
+
nodes.push(quickPickHighlight, text(section.text));
|
|
2791
|
+
} else {
|
|
2792
|
+
labelDom.childCount++;
|
|
2793
|
+
nodes.push(text(section.text));
|
|
2794
|
+
}
|
|
2795
|
+
}
|
|
2796
|
+
}
|
|
2797
|
+
return nodes;
|
|
2798
|
+
};
|
|
2799
|
+
|
|
2800
|
+
const getQuickPickItemVirtualDom = visibleItem => {
|
|
2801
|
+
const {
|
|
2802
|
+
posInSet,
|
|
2803
|
+
label,
|
|
2804
|
+
setSize,
|
|
2805
|
+
isActive,
|
|
2806
|
+
description,
|
|
2807
|
+
icon,
|
|
2808
|
+
highlights,
|
|
2809
|
+
fileIcon
|
|
2810
|
+
} = visibleItem;
|
|
2811
|
+
const dom = [];
|
|
2812
|
+
dom.push({
|
|
2813
|
+
type: Div,
|
|
2814
|
+
className: QuickPickItem,
|
|
2815
|
+
role: Option,
|
|
2816
|
+
ariaPosInSet: posInSet,
|
|
2817
|
+
ariaSetSize: setSize,
|
|
2818
|
+
childCount: 1
|
|
2819
|
+
});
|
|
2820
|
+
const parent = dom[0];
|
|
2821
|
+
if (isActive) {
|
|
2822
|
+
// @ts-ignore
|
|
2823
|
+
parent.id = QuickPickItemActive;
|
|
2824
|
+
parent.className += ' ' + QuickPickItemActive$1;
|
|
2825
|
+
}
|
|
2826
|
+
if (fileIcon) {
|
|
2827
|
+
parent.childCount++;
|
|
2828
|
+
dom.push(getFileIconVirtualDom(fileIcon));
|
|
2829
|
+
} else if (icon) {
|
|
2830
|
+
parent.childCount++;
|
|
2831
|
+
dom.push({
|
|
2832
|
+
type: Div,
|
|
2833
|
+
className: mergeClassNames(QuickPickMaskIcon, MaskIcon, `MaskIcon${icon}`),
|
|
2834
|
+
childCount: 0
|
|
2835
|
+
});
|
|
2836
|
+
}
|
|
2837
|
+
const highlightDom = getHighlights(highlights, label);
|
|
2838
|
+
dom.push(...highlightDom);
|
|
2839
|
+
if (description) {
|
|
2840
|
+
parent.childCount++;
|
|
2841
|
+
dom.push({
|
|
2842
|
+
type: Div,
|
|
2843
|
+
className: QuickPickItemDescription,
|
|
2844
|
+
childCount: 1
|
|
2845
|
+
}, text(description));
|
|
2846
|
+
}
|
|
2847
|
+
return dom;
|
|
2750
2848
|
};
|
|
2751
2849
|
|
|
2752
|
-
const
|
|
2753
|
-
const
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2850
|
+
const getQuickPickNoResultsVirtualDom = () => {
|
|
2851
|
+
const noResults$1 = noResults();
|
|
2852
|
+
return [{
|
|
2853
|
+
type: Div,
|
|
2854
|
+
className: mergeClassNames(QuickPickItem, QuickPickItemActive$1, QuickPickStatus),
|
|
2855
|
+
childCount: 1
|
|
2856
|
+
}, {
|
|
2857
|
+
type: Div,
|
|
2858
|
+
className: Label,
|
|
2859
|
+
childCount: 1
|
|
2860
|
+
}, text(noResults$1)];
|
|
2758
2861
|
};
|
|
2759
2862
|
|
|
2760
|
-
const
|
|
2761
|
-
if (
|
|
2762
|
-
return
|
|
2863
|
+
const getQuickPickItemsVirtualDom = visibleItems => {
|
|
2864
|
+
if (visibleItems.length === 0) {
|
|
2865
|
+
return getQuickPickNoResultsVirtualDom();
|
|
2763
2866
|
}
|
|
2764
|
-
|
|
2867
|
+
const dom = visibleItems.flatMap(getQuickPickItemVirtualDom);
|
|
2868
|
+
return dom;
|
|
2765
2869
|
};
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
await invoke$1(item.id, ...args);
|
|
2770
|
-
if (shouldHide(item)) {
|
|
2771
|
-
return {
|
|
2772
|
-
command: Hide
|
|
2773
|
-
};
|
|
2774
|
-
}
|
|
2775
|
-
return {
|
|
2776
|
-
command: KeepOpen
|
|
2777
|
-
};
|
|
2870
|
+
|
|
2871
|
+
const px = value => {
|
|
2872
|
+
return `${value}px`;
|
|
2778
2873
|
};
|
|
2779
|
-
const
|
|
2780
|
-
|
|
2781
|
-
try {
|
|
2782
|
-
await invoke$1('ExtensionHost.executeCommand', id);
|
|
2783
|
-
} catch (error) {
|
|
2784
|
-
await handleError(error, false);
|
|
2785
|
-
await showErrorDialog(error);
|
|
2786
|
-
}
|
|
2787
|
-
return {
|
|
2788
|
-
command: Hide
|
|
2789
|
-
};
|
|
2874
|
+
const position = (x, y) => {
|
|
2875
|
+
return `${x}px ${y}px`;
|
|
2790
2876
|
};
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
const
|
|
2794
|
-
if (
|
|
2795
|
-
return
|
|
2877
|
+
|
|
2878
|
+
const getScrollBarVirtualDom = (scrollBarHeight, scrollBarTop) => {
|
|
2879
|
+
const shouldShowScrollbar = scrollBarHeight > 0;
|
|
2880
|
+
if (!shouldShowScrollbar) {
|
|
2881
|
+
return [];
|
|
2796
2882
|
}
|
|
2797
|
-
|
|
2883
|
+
const heightString = px(scrollBarHeight);
|
|
2884
|
+
const translateString = position(0, scrollBarTop);
|
|
2885
|
+
return [{
|
|
2886
|
+
type: Div,
|
|
2887
|
+
className: mergeClassNames(ScrollBar, ScrollBarSmall),
|
|
2888
|
+
childCount: 1
|
|
2889
|
+
}, {
|
|
2890
|
+
type: Div,
|
|
2891
|
+
className: ScrollBarThumb,
|
|
2892
|
+
childCount: 0,
|
|
2893
|
+
height: heightString,
|
|
2894
|
+
translate: translateString
|
|
2895
|
+
}];
|
|
2798
2896
|
};
|
|
2799
2897
|
|
|
2800
|
-
const
|
|
2801
|
-
const
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2898
|
+
const getQuickPickVirtualDom = (visibleItems, scrollBarHeight, scrollBarTop) => {
|
|
2899
|
+
const quickOpen$1 = quickOpen();
|
|
2900
|
+
const shouldShowScrollbar = scrollBarHeight > 0;
|
|
2901
|
+
return [{
|
|
2902
|
+
type: Div,
|
|
2903
|
+
className: mergeClassNames(Viewlet, QuickPick$1),
|
|
2904
|
+
childCount: 2,
|
|
2905
|
+
id: QuickPick,
|
|
2906
|
+
ariaLabel: quickOpen$1
|
|
2907
|
+
}, ...getQuickPickHeaderVirtualDom(), {
|
|
2908
|
+
type: Div,
|
|
2909
|
+
className: mergeClassNames(List, ContainContent),
|
|
2910
|
+
id: QuickPickItems,
|
|
2911
|
+
role: ListBox,
|
|
2912
|
+
ariaActivedescendant: QuickPickItemActive,
|
|
2913
|
+
onWheel: HandleWheel,
|
|
2914
|
+
onPointerDown: HandlePointerDown,
|
|
2915
|
+
childCount: shouldShowScrollbar ? 2 : 1
|
|
2916
|
+
}, {
|
|
2917
|
+
type: Div,
|
|
2918
|
+
className: mergeClassNames(ListItems, ContainContent),
|
|
2919
|
+
childCount: visibleItems.length
|
|
2920
|
+
}, ...getQuickPickItemsVirtualDom(visibleItems), ...getScrollBarVirtualDom(scrollBarHeight, scrollBarTop)];
|
|
2809
2921
|
};
|
|
2810
2922
|
|
|
2811
|
-
const
|
|
2812
|
-
const
|
|
2813
|
-
|
|
2814
|
-
} = state$1;
|
|
2815
|
-
const fn = getSelect(provider);
|
|
2816
|
-
return fn(item);
|
|
2923
|
+
const renderItems = newState => {
|
|
2924
|
+
const dom = getQuickPickVirtualDom(newState.visibleItems, newState.scrollBarHeight, newState.scrollBarTop);
|
|
2925
|
+
return ['Viewlet.setDom2', dom];
|
|
2817
2926
|
};
|
|
2818
2927
|
|
|
2819
|
-
const
|
|
2820
|
-
|
|
2928
|
+
const renderValue = newState => {
|
|
2929
|
+
return ['Viewlet.setValueByName', QuickPickInput, /* value */newState.value];
|
|
2821
2930
|
};
|
|
2822
2931
|
|
|
2823
|
-
const
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2932
|
+
const getRenderer = diffType => {
|
|
2933
|
+
switch (diffType) {
|
|
2934
|
+
case RenderValue:
|
|
2935
|
+
return renderValue;
|
|
2936
|
+
case RenderCursorOffset:
|
|
2937
|
+
return renderCursorOffset;
|
|
2938
|
+
case RenderItems:
|
|
2939
|
+
return renderItems;
|
|
2940
|
+
case RenderFocusedIndex:
|
|
2941
|
+
return renderFocusedIndex;
|
|
2942
|
+
case Height:
|
|
2943
|
+
return renderHeight;
|
|
2944
|
+
case RenderFocus:
|
|
2945
|
+
return renderFocus;
|
|
2946
|
+
default:
|
|
2947
|
+
throw new Error('unknown renderer');
|
|
2948
|
+
}
|
|
2832
2949
|
};
|
|
2833
2950
|
|
|
2834
|
-
const
|
|
2835
|
-
|
|
2951
|
+
const applyRender = (oldState, newState, diffResult) => {
|
|
2952
|
+
const commands = [];
|
|
2953
|
+
const viewModel = createQuickPickViewModel(oldState, newState);
|
|
2954
|
+
for (const item of diffResult) {
|
|
2955
|
+
if (item === Height) {
|
|
2956
|
+
continue;
|
|
2957
|
+
}
|
|
2958
|
+
if (item === RenderFocusedIndex) {
|
|
2959
|
+
continue;
|
|
2960
|
+
}
|
|
2961
|
+
const fn = getRenderer(item);
|
|
2962
|
+
commands.push(fn(viewModel));
|
|
2963
|
+
}
|
|
2964
|
+
return commands;
|
|
2836
2965
|
};
|
|
2837
2966
|
|
|
2838
|
-
const
|
|
2839
|
-
const
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2967
|
+
const render2 = (uid, diffResult) => {
|
|
2968
|
+
const {
|
|
2969
|
+
oldState,
|
|
2970
|
+
newState
|
|
2971
|
+
} = get(uid);
|
|
2972
|
+
if (oldState === newState) {
|
|
2973
|
+
return [];
|
|
2974
|
+
}
|
|
2975
|
+
set(uid, newState, newState);
|
|
2976
|
+
const commands = applyRender(oldState, newState, diffResult);
|
|
2977
|
+
return commands;
|
|
2849
2978
|
};
|
|
2850
2979
|
|
|
2851
|
-
const
|
|
2852
|
-
return
|
|
2980
|
+
const renderEventListeners = () => {
|
|
2981
|
+
return [{
|
|
2982
|
+
name: HandlePointerDown,
|
|
2983
|
+
params: ['handleClickAt', 'event.clientX', 'event.clientY'],
|
|
2984
|
+
preventDefault: true
|
|
2985
|
+
}, {
|
|
2986
|
+
name: HandleWheel,
|
|
2987
|
+
params: ['handleWheel', 'event.deltaMode', 'event.deltaY'],
|
|
2988
|
+
passive: true
|
|
2989
|
+
}, {
|
|
2990
|
+
name: HandleBlur,
|
|
2991
|
+
params: ['handleBlur']
|
|
2992
|
+
}, {
|
|
2993
|
+
name: HandleBeforeInput,
|
|
2994
|
+
params: ['handleBeforeInput']
|
|
2995
|
+
}, {
|
|
2996
|
+
name: HandleInput,
|
|
2997
|
+
params: ['handleInput', 'event.target.value']
|
|
2998
|
+
}, {
|
|
2999
|
+
name: HandleFocus,
|
|
3000
|
+
params: ['handleFocus']
|
|
3001
|
+
}];
|
|
2853
3002
|
};
|
|
2854
3003
|
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
const path = `${pick.description}/${pick.label}`;
|
|
2858
|
-
await openWorkspaceFolder(path);
|
|
2859
|
-
return {
|
|
2860
|
-
command: Hide
|
|
2861
|
-
};
|
|
3004
|
+
const selectCurrentIndex = state => {
|
|
3005
|
+
return selectIndex(state, state.focusedIndex);
|
|
2862
3006
|
};
|
|
2863
3007
|
|
|
2864
|
-
const
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
3008
|
+
const findLabelIndex = (items, label) => {
|
|
3009
|
+
for (let i = 0; i < items.length; i++) {
|
|
3010
|
+
if (items[i].label === label) {
|
|
3011
|
+
return i;
|
|
3012
|
+
}
|
|
3013
|
+
}
|
|
3014
|
+
return -1;
|
|
2868
3015
|
};
|
|
2869
3016
|
|
|
2870
|
-
const
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
3017
|
+
const selectItem = async (state, label) => {
|
|
3018
|
+
string(label);
|
|
3019
|
+
const index = findLabelIndex(state.items, label);
|
|
3020
|
+
if (index === -1) {
|
|
3021
|
+
return state;
|
|
3022
|
+
}
|
|
3023
|
+
return selectIndex(state, index);
|
|
2875
3024
|
};
|
|
2876
3025
|
|
|
2877
|
-
const
|
|
2878
|
-
|
|
2879
|
-
|
|
3026
|
+
const wrapCommand = fn => {
|
|
3027
|
+
const wrapped = async (uid, ...args) => {
|
|
3028
|
+
const {
|
|
3029
|
+
newState
|
|
3030
|
+
} = get(uid);
|
|
3031
|
+
const newerState = await fn(newState, ...args);
|
|
3032
|
+
if (newState === newerState) {
|
|
3033
|
+
return;
|
|
3034
|
+
}
|
|
3035
|
+
const latest = get(uid);
|
|
3036
|
+
set(uid, latest.oldState, newerState);
|
|
2880
3037
|
};
|
|
3038
|
+
return wrapped;
|
|
2881
3039
|
};
|
|
2882
3040
|
|
|
2883
|
-
const
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
3041
|
+
const commandMap = {
|
|
3042
|
+
'QuickPick.addMenuEntries': add,
|
|
3043
|
+
'QuickPick.close': close,
|
|
3044
|
+
'QuickPick.create2': create,
|
|
3045
|
+
'QuickPick.diff2': diff2,
|
|
3046
|
+
'QuickPick.dispose': dispose,
|
|
3047
|
+
'QuickPick.focusFirst': wrapCommand(focusFirst),
|
|
3048
|
+
'QuickPick.focusIndex': wrapCommand(focusIndex),
|
|
3049
|
+
'QuickPick.focusLast': wrapCommand(focusLast),
|
|
3050
|
+
'QuickPick.focusNext': wrapCommand(focusNext),
|
|
3051
|
+
'QuickPick.focusPrevious': wrapCommand(focusPrevious),
|
|
3052
|
+
'QuickPick.getCommandIds': getCommandIds,
|
|
3053
|
+
'QuickPick.getKeyBindings': getKeyBindings,
|
|
3054
|
+
'QuickPick.handleBeforeInput': wrapCommand(handleBeforeInput),
|
|
3055
|
+
'QuickPick.handleBlur': wrapCommand(handleBlur),
|
|
3056
|
+
'QuickPick.handleClickAt': wrapCommand(handleClickAt),
|
|
3057
|
+
'QuickPick.handleFocus': wrapCommand(handleFocus),
|
|
3058
|
+
'QuickPick.handleInput': wrapCommand(handleInput),
|
|
3059
|
+
'QuickPick.handleWheel': wrapCommand(handleWheel),
|
|
3060
|
+
'QuickPick.loadContent': wrapCommand(loadContent),
|
|
3061
|
+
'QuickPick.render2': render2,
|
|
3062
|
+
'QuickPick.renderEventListeners': renderEventListeners,
|
|
3063
|
+
'QuickPick.selectCurrentIndex': wrapCommand(selectCurrentIndex),
|
|
3064
|
+
'QuickPick.selectIndex': wrapCommand(selectIndex),
|
|
3065
|
+
'QuickPick.selectItem': wrapCommand(selectItem),
|
|
3066
|
+
'QuickPick.setDeltaY': wrapCommand(setDeltaY),
|
|
3067
|
+
'QuickPick.setValue': wrapCommand(setValue)
|
|
2908
3068
|
};
|
|
2909
3069
|
|
|
2910
3070
|
const Memfs = 'memfs';
|
|
@@ -2968,8 +3128,6 @@ const searchModules = {
|
|
|
2968
3128
|
|
|
2969
3129
|
const listen = async () => {
|
|
2970
3130
|
register(searchModules);
|
|
2971
|
-
registerSelect(selectPicks);
|
|
2972
|
-
registerGetPick(getPicks);
|
|
2973
3131
|
const rpc = await WebWorkerRpcClient.create({
|
|
2974
3132
|
commandMap: commandMap
|
|
2975
3133
|
});
|