@lvce-editor/static-server 0.48.3 → 0.49.1
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/{a66f6c1 → 5480154}/css/App.css +84 -84
- package/static/{a66f6c1 → 5480154}/manifest.json +2 -2
- package/static/{a66f6c1 → 5480154}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{a66f6c1 → 5480154}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -4
- package/static/{a66f6c1 → 5480154}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +161 -111
- package/static/{a66f6c1 → 5480154}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1608 -1953
- package/static/{a66f6c1 → 5480154}/packages/renderer-process/dist/rendererProcessMain.js +217 -502
- package/static/{a66f6c1 → 5480154}/packages/renderer-process/package.json +1 -1
- package/static/{a66f6c1 → 5480154}/packages/renderer-worker/dist/rendererWorkerMain.js +193 -317
- package/static/{a66f6c1 → 5480154}/packages/text-search-worker/dist/textSearchWorkerMain.js +6 -1
- package/static/index.html +4 -4
- /package/static/{a66f6c1 → 5480154}/config/colorTheme.json +0 -0
- /package/static/{a66f6c1 → 5480154}/config/defaultSettings.json +0 -0
- /package/static/{a66f6c1 → 5480154}/config/fileMap.json +0 -0
- /package/static/{a66f6c1 → 5480154}/config/webExtensions.json +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/Animation.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/DebugButtons.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/DebugValue.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/E2eTest.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/E2eTests.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/EditorHover.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/EditorMessage.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/FeatureContent.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/Features.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ImagePreview.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/InputBadge.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/Key.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/LegacyDialog.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/Markdown.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/Progress.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/Select.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/Table.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletAbout.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletDialog.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletMedia.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletOutput.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletPanel.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletPdf.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletProblems.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletReferences.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletSearch.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletStorage.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{a66f6c1 → 5480154}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{a66f6c1 → 5480154}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/default_file.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/default_folder.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/default_root_folder.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_access.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_access2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ada.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_agda.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ai.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_al.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_angular.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_apache.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_apex.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_apib.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_apl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_asp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_astro.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_atom.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ats.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_attw.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_audio.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_avif.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_avro.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_awk.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_aws.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_azure.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_babel.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bak.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bat.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bats.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_biml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_binary.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_biome.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_blade.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_blender.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bower.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_buf.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bun.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_c.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_c2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_c3.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cake.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_casc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cert.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cf.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_chef.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_class.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_compass.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_composer.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_conan.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_conda.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_config.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_craco.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_css.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_css2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_cython.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dal.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_db.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_debian.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_deno.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_diff.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_django.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_docker.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_docz.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_drone.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_drools.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_edge.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eex.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_elm.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ember.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eps.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_epub.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_erb.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_excel.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_expo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fla.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_flash.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_flow.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_font.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_funding.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_galen.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_git.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_git2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_glide.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_godot.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_grain.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_haml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_helix.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_helm.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_host.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_html.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_http.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_husky.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hy.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_icl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_idris.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_image.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_imba.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_inc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_informix.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ini.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ink.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_io.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jake.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_janet.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jar.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_java.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jest.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_json.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_json2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_json5.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jss.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_juice.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_julia.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_just.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_k.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_karma.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_key.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_kite.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_knip.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_kos.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lark.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_latino.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_layout.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_less.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lex.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_liara.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_license.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lime.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_locale.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_log.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lua.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_luau.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_lync.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_map.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_marko.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_maven.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_maya.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_meson.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_motif.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mson.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_next.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nim.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nix.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_noc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_node.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_node2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_npm.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nx.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_org.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_package.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_paket.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_patch.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_perl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_php.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_php2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_php3.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pine.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pip.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pony.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_postman.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_preact.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_progress.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pug.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_python.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_q.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_qml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_r.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_racket.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rails.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rake.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_raku.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_raml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_razor.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_reason.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_red.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_registry.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rego.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_remark.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_replit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rest.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_retext.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_riot.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_robots.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rome.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ron.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rss.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rust.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sails.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_san.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sas.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sass.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_scala.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_script.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_scss.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_shell.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sino.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_slang.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_slice.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_slim.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_slint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sln.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_snort.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_source.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_spin.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sql.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sss.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sst.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stan.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stata.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_style.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_styled.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_svg.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_swc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_swift.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_swig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_teal.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_templ.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tera.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_test.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_testts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tex.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_text.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_textile.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tm.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_todo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_toit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_toml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tox.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_travis.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tree.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tres.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tt.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_twig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_unison.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vala.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vash.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vb.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vba.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vento.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_video.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_view.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vim.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vite.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_volt.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vue.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wally.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_windi.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_word.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_word2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xib.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yang.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_zig.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_zip.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_android.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_api.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_app.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_client.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_common.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_component.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_config.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_css.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_db.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_git.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_github.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_images.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_include.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_js.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_json.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_less.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_library.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_log.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_model.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_module.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_next.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_node.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_package.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_php.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_private.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_public.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_python.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_route.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_script.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_server.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_services.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_src.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_story.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_style.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_template.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_test.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_video.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_view.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_www.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/add.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/arrow-down.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/arrow-left.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/arrow-right.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/arrow-up.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/blank.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/book.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/case-sensitive.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/check.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/chevron-down.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/chevron-left.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/chevron-right.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/chevron-up.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/chrome-close.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/chrome-maximize.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/chrome-minimize.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/chrome-restore.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/circle-filled.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/clear-all.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/close.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/cloud.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/collapse-all.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-all.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-alt-2.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-alt-small.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-alt.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-console.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-continue-small.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-continue.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-coverage.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-disconnect.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-line-by-line.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-pause.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-rerun.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-restart-frame.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-restart.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-stackframe.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-start.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-step-back.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-step-into.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-step-out.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-step-over.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug-stop.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/debug.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/discard.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/edit.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/ellipsis.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/error.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/exclude.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/extensions.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/files.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/filter.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/go-to-file.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/icon-close.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/icon-source-control.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/icon-sync.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/icon.png +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/icon.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/info.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/language-icon.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/link-external.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/list-flat.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/list-tree.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/new-file.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/new-folder.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/newline.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/open-preview.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/play.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/preserve-case.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/progress.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/pwa-icon-192.png +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/pwa-icon-512.png +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/record-keys.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/refresh.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/regex.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/remove.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/replace-all.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/replace.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/run-all.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/search.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/settings-gear.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/sort-precedence.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/source-control.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/split-horizontal.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/squiggly-error.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/squiggly-warning.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-array.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-boolean.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-class.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-color.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-constant.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-enum-member.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-enum.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-event.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-field.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-file.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-interface.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-key.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-keyword.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-method.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-misc.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-namespace.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-numeric.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-operator.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-parameter.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-property.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-ruler.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-snippet.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-string.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-structure.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/symbol-variable.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/tag.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/terminal-bash.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/terminal.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/theme-icon.png +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/trash.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/triangle-down.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/triangle-left.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/triangle-right.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/triangle-up.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/warning.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/whole-word.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/zoom-in.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/icons/zoom-out.svg +0 -0
- /package/static/{a66f6c1 → 5480154}/js/babel-parser.js +0 -0
- /package/static/{a66f6c1 → 5480154}/js/blob-util.js +0 -0
- /package/static/{a66f6c1 → 5480154}/js/ky.js +0 -0
- /package/static/{a66f6c1 → 5480154}/js/lvce-editor-import-script.js +0 -0
- /package/static/{a66f6c1 → 5480154}/js/lvce-editor-ipc.js +0 -0
- /package/static/{a66f6c1 → 5480154}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{a66f6c1 → 5480154}/js/lvce-editor-verror.js +0 -0
- /package/static/{a66f6c1 → 5480154}/js/p-min-delay.js +0 -0
- /package/static/{a66f6c1 → 5480154}/js/pretty-bytes.js +0 -0
- /package/static/{a66f6c1 → 5480154}/js/preview-injected.js +0 -0
- /package/static/{a66f6c1 → 5480154}/js/yoctodelay.js +0 -0
- /package/static/{a66f6c1 → 5480154}/lib-css/termterm.css +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/renderer-process/LICENSE +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/renderer-process/README.md +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.cpp +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.css +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.csv +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.dart +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.env +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.ex +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.html +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.java +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.jl +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.js +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.json +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.kt +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.pl +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.py +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/index.ts +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/scrolling.txt +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/languages/tsconfig.json +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/sample-folder/a.txt +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/sample-folder/b.txt +0 -0
- /package/static/{a66f6c1 → 5480154}/playground/sample-folder/c.txt +0 -0
|
@@ -434,7 +434,7 @@ const IpcChildWithModuleWorkerAndMessagePort$1 = {
|
|
|
434
434
|
};
|
|
435
435
|
|
|
436
436
|
const Two = '2.0';
|
|
437
|
-
const create$4
|
|
437
|
+
const create$4 = (method, params) => {
|
|
438
438
|
return {
|
|
439
439
|
jsonrpc: Two,
|
|
440
440
|
method,
|
|
@@ -448,7 +448,7 @@ const set$2 = (id, fn) => {
|
|
|
448
448
|
const get$2 = id => {
|
|
449
449
|
return callbacks[id];
|
|
450
450
|
};
|
|
451
|
-
const remove$
|
|
451
|
+
const remove$1 = id => {
|
|
452
452
|
delete callbacks[id];
|
|
453
453
|
};
|
|
454
454
|
let id = 0;
|
|
@@ -625,7 +625,7 @@ const resolve = (id, response) => {
|
|
|
625
625
|
return;
|
|
626
626
|
}
|
|
627
627
|
fn(response);
|
|
628
|
-
remove$
|
|
628
|
+
remove$1(id);
|
|
629
629
|
};
|
|
630
630
|
const E_COMMAND_NOT_FOUND = 'E_COMMAND_NOT_FOUND';
|
|
631
631
|
const getErrorType = prettyError => {
|
|
@@ -769,7 +769,7 @@ const invokeHelper = async (ipc, method, params, useSendAndTransfer) => {
|
|
|
769
769
|
return unwrapJsonRpcResult(responseMessage);
|
|
770
770
|
};
|
|
771
771
|
const send = (transport, method, ...params) => {
|
|
772
|
-
const message = create$4
|
|
772
|
+
const message = create$4(method, params);
|
|
773
773
|
transport.send(message);
|
|
774
774
|
};
|
|
775
775
|
const invoke$2 = (ipc, method, ...params) => {
|
|
@@ -780,7 +780,7 @@ const invokeAndTransfer = (ipc, method, ...params) => {
|
|
|
780
780
|
};
|
|
781
781
|
|
|
782
782
|
const commands = Object.create(null);
|
|
783
|
-
const register = commandMap => {
|
|
783
|
+
const register$2 = commandMap => {
|
|
784
784
|
Object.assign(commands, commandMap);
|
|
785
785
|
};
|
|
786
786
|
const getCommand = key => {
|
|
@@ -843,11 +843,11 @@ const listen$1 = async (module, options) => {
|
|
|
843
843
|
const ipc = module.wrap(rawIpc);
|
|
844
844
|
return ipc;
|
|
845
845
|
};
|
|
846
|
-
const create$
|
|
846
|
+
const create$3 = async ({
|
|
847
847
|
commandMap
|
|
848
848
|
}) => {
|
|
849
849
|
// TODO create a commandMap per rpc instance
|
|
850
|
-
register(commandMap);
|
|
850
|
+
register$2(commandMap);
|
|
851
851
|
const ipc = await listen$1(IpcChildWithModuleWorkerAndMessagePort$1);
|
|
852
852
|
handleIpc(ipc);
|
|
853
853
|
const rpc = createRpc(ipc);
|
|
@@ -855,7 +855,7 @@ const create$4 = async ({
|
|
|
855
855
|
};
|
|
856
856
|
const WebWorkerRpcClient = {
|
|
857
857
|
__proto__: null,
|
|
858
|
-
create: create$
|
|
858
|
+
create: create$3
|
|
859
859
|
};
|
|
860
860
|
|
|
861
861
|
const User = 1;
|
|
@@ -899,14 +899,14 @@ const warn = (...args) => {
|
|
|
899
899
|
console.warn(...args);
|
|
900
900
|
};
|
|
901
901
|
|
|
902
|
-
const state$
|
|
902
|
+
const state$9 = {
|
|
903
903
|
menuEntries: []
|
|
904
904
|
};
|
|
905
905
|
const getAll = () => {
|
|
906
|
-
return state$
|
|
906
|
+
return state$9.menuEntries;
|
|
907
907
|
};
|
|
908
908
|
const add = menuEntries => {
|
|
909
|
-
state$
|
|
909
|
+
state$9.menuEntries = [...state$9.menuEntries, ...menuEntries];
|
|
910
910
|
};
|
|
911
911
|
|
|
912
912
|
const Hide = 'hide';
|
|
@@ -937,6 +937,7 @@ const SelectColorTheme = 'Select Color Theme';
|
|
|
937
937
|
const SelectToOpen = 'Select to open';
|
|
938
938
|
const ShowAndRunCommands = 'Show And Run Commands';
|
|
939
939
|
const TypeNameOfCommandToRun = 'Type the name of a command to run.';
|
|
940
|
+
const QuickOpen = 'Quick open';
|
|
940
941
|
|
|
941
942
|
const noMatchingColorThemesFound = () => {
|
|
942
943
|
return i18nString(NoMatchingColorThemesFound);
|
|
@@ -977,8 +978,11 @@ const noSymbolFound = () => {
|
|
|
977
978
|
const noWorkspaceSymbolsFound = () => {
|
|
978
979
|
return i18nString(NoWorkspaceSymbolsFound);
|
|
979
980
|
};
|
|
981
|
+
const quickOpen = () => {
|
|
982
|
+
return i18nString(QuickOpen);
|
|
983
|
+
};
|
|
980
984
|
|
|
981
|
-
const name$
|
|
985
|
+
const name$b = 'command';
|
|
982
986
|
const getPlaceholder$b = () => {
|
|
983
987
|
return typeNameofCommandToRun();
|
|
984
988
|
};
|
|
@@ -991,7 +995,7 @@ const helpEntries = () => {
|
|
|
991
995
|
const getLabel$5 = () => {
|
|
992
996
|
return '';
|
|
993
997
|
};
|
|
994
|
-
const getNoResults$
|
|
998
|
+
const getNoResults$b = () => {
|
|
995
999
|
return {
|
|
996
1000
|
label: noMatchingResults()
|
|
997
1001
|
};
|
|
@@ -1074,35 +1078,35 @@ const selectPick$b = async item => {
|
|
|
1074
1078
|
}
|
|
1075
1079
|
return selectPickBuiltin(item);
|
|
1076
1080
|
};
|
|
1077
|
-
const getFilterValue$
|
|
1081
|
+
const getFilterValue$b = value => {
|
|
1078
1082
|
return value;
|
|
1079
1083
|
};
|
|
1080
|
-
const getPickFilterValue$
|
|
1084
|
+
const getPickFilterValue$9 = pick => {
|
|
1081
1085
|
return pick.label;
|
|
1082
1086
|
};
|
|
1083
|
-
const getPickLabel$
|
|
1087
|
+
const getPickLabel$8 = pick => {
|
|
1084
1088
|
return pick.label;
|
|
1085
1089
|
};
|
|
1086
|
-
const getPickIcon$
|
|
1090
|
+
const getPickIcon$8 = () => {
|
|
1087
1091
|
return '';
|
|
1088
1092
|
};
|
|
1089
1093
|
|
|
1090
1094
|
const QuickPickEntriesCommand = {
|
|
1091
1095
|
__proto__: null,
|
|
1092
|
-
getFilterValue: getFilterValue$
|
|
1096
|
+
getFilterValue: getFilterValue$b,
|
|
1093
1097
|
getLabel: getLabel$5,
|
|
1094
|
-
getNoResults: getNoResults$
|
|
1095
|
-
getPickFilterValue: getPickFilterValue$
|
|
1096
|
-
getPickIcon: getPickIcon$
|
|
1097
|
-
getPickLabel: getPickLabel$
|
|
1098
|
+
getNoResults: getNoResults$b,
|
|
1099
|
+
getPickFilterValue: getPickFilterValue$9,
|
|
1100
|
+
getPickIcon: getPickIcon$8,
|
|
1101
|
+
getPickLabel: getPickLabel$8,
|
|
1098
1102
|
getPicks: getPicks$b,
|
|
1099
1103
|
getPlaceholder: getPlaceholder$b,
|
|
1100
1104
|
helpEntries,
|
|
1101
|
-
name: name$
|
|
1105
|
+
name: name$b,
|
|
1102
1106
|
selectPick: selectPick$b
|
|
1103
1107
|
};
|
|
1104
1108
|
|
|
1105
|
-
const Directory
|
|
1109
|
+
const Directory = 3;
|
|
1106
1110
|
const File$2 = 7;
|
|
1107
1111
|
|
|
1108
1112
|
const RE_PROTOCOL = /^([a-z-]+):\/\//;
|
|
@@ -1118,1275 +1122,483 @@ const openUri = async uri => {
|
|
|
1118
1122
|
await invoke$1(/* Main.openUri */'Main.openUri', /* uri */uri);
|
|
1119
1123
|
};
|
|
1120
1124
|
|
|
1121
|
-
const
|
|
1122
|
-
const
|
|
1123
|
-
|
|
1125
|
+
const state$8 = Object.create(null);
|
|
1126
|
+
const register$1 = modules => {
|
|
1127
|
+
Object.assign(state$8, modules);
|
|
1128
|
+
};
|
|
1129
|
+
const getModule = protocol => {
|
|
1130
|
+
return state$8[protocol];
|
|
1131
|
+
};
|
|
1124
1132
|
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1133
|
+
const searchFile$5 = async (path, value, prepare, assetDir) => {
|
|
1134
|
+
const protocol = getProtocol(path);
|
|
1135
|
+
// TODO call different providers depending on protocol
|
|
1136
|
+
const fn = getModule(protocol);
|
|
1137
|
+
const result = await fn(path, value, prepare, assetDir);
|
|
1138
|
+
return result;
|
|
1139
|
+
};
|
|
1131
1140
|
|
|
1132
|
-
|
|
1133
|
-
const
|
|
1134
|
-
|
|
1135
|
-
const ImagePng = 'image/png';
|
|
1136
|
-
const ImageSvgXml = 'image/svg+xml';
|
|
1137
|
-
const TextCss = 'text/css';
|
|
1138
|
-
const TextHtml = 'text/html';
|
|
1139
|
-
const TextJavaScript = 'text/javascript';
|
|
1140
|
-
const TextPlain = 'text/plain';
|
|
1141
|
-
const VideoWebm = 'video/webm';
|
|
1142
|
-
|
|
1143
|
-
const getMimeType = fileExtension => {
|
|
1144
|
-
switch (fileExtension) {
|
|
1145
|
-
case '.html':
|
|
1146
|
-
return TextHtml;
|
|
1147
|
-
case '.css':
|
|
1148
|
-
return TextCss;
|
|
1149
|
-
case '.ttf':
|
|
1150
|
-
return FontTtf;
|
|
1151
|
-
case '.js':
|
|
1152
|
-
case '.mjs':
|
|
1153
|
-
case '.ts':
|
|
1154
|
-
return TextJavaScript;
|
|
1155
|
-
case '.svg':
|
|
1156
|
-
return ImageSvgXml;
|
|
1157
|
-
case '.png':
|
|
1158
|
-
return ImagePng;
|
|
1159
|
-
case '.json':
|
|
1160
|
-
case '.map':
|
|
1161
|
-
return ApplicationJson;
|
|
1162
|
-
case '.mp3':
|
|
1163
|
-
return AudioMpeg;
|
|
1164
|
-
case '.webm':
|
|
1165
|
-
return VideoWebm;
|
|
1166
|
-
case '.txt':
|
|
1167
|
-
return TextPlain;
|
|
1168
|
-
default:
|
|
1169
|
-
return '';
|
|
1170
|
-
}
|
|
1141
|
+
// TODO this should be in FileSystem module
|
|
1142
|
+
const pathBaseName = path => {
|
|
1143
|
+
return path.slice(path.lastIndexOf('/') + 1);
|
|
1171
1144
|
};
|
|
1172
1145
|
|
|
1173
|
-
|
|
1146
|
+
// TODO this should be in FileSystem module
|
|
1147
|
+
const pathDirName = path => {
|
|
1148
|
+
const pathSeparator = '/';
|
|
1174
1149
|
const index = path.lastIndexOf(pathSeparator);
|
|
1175
|
-
if (index === -1) {
|
|
1176
|
-
return path;
|
|
1177
|
-
}
|
|
1178
|
-
return path.slice(0, index);
|
|
1179
|
-
};
|
|
1180
|
-
const extname = path => {
|
|
1181
|
-
const index = path.lastIndexOf('.');
|
|
1182
1150
|
if (index === -1) {
|
|
1183
1151
|
return '';
|
|
1184
1152
|
}
|
|
1185
|
-
return path.slice(index);
|
|
1153
|
+
return path.slice(0, index);
|
|
1186
1154
|
};
|
|
1187
1155
|
|
|
1188
|
-
const
|
|
1189
|
-
const
|
|
1190
|
-
|
|
1191
|
-
|
|
1156
|
+
const searchFile$4 = async (path, value) => {
|
|
1157
|
+
const prepare = true;
|
|
1158
|
+
// @ts-ignore
|
|
1159
|
+
const files = await searchFile$5(/* path */path, /* searchTerm */value, prepare);
|
|
1160
|
+
return files;
|
|
1192
1161
|
};
|
|
1193
|
-
|
|
1194
|
-
const
|
|
1195
|
-
|
|
1196
|
-
const Slash = Slash$1;
|
|
1197
|
-
|
|
1198
|
-
// TODO move this to an extension?
|
|
1199
|
-
|
|
1200
|
-
const state$3 = {
|
|
1201
|
-
files: Object.create(null)
|
|
1162
|
+
const name$a = 'file';
|
|
1163
|
+
const getPlaceholder$a = () => {
|
|
1164
|
+
return '';
|
|
1202
1165
|
};
|
|
1203
|
-
const
|
|
1204
|
-
return
|
|
1166
|
+
const getLabel$4 = () => {
|
|
1167
|
+
return files();
|
|
1205
1168
|
};
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
}
|
|
1214
|
-
return dirent.content;
|
|
1169
|
+
|
|
1170
|
+
// TODO help entries should not be here
|
|
1171
|
+
const getHelpEntries$a = () => {
|
|
1172
|
+
return [{
|
|
1173
|
+
description: goToFile(),
|
|
1174
|
+
category: 'global commands'
|
|
1175
|
+
}];
|
|
1215
1176
|
};
|
|
1216
|
-
const
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
const part = uri.slice(startIndex, endIndex + 1);
|
|
1221
|
-
state$3.files[part] = {
|
|
1222
|
-
type: Directory$1,
|
|
1223
|
-
content: ''
|
|
1224
|
-
};
|
|
1225
|
-
endIndex = uri.indexOf(Slash, endIndex + 1);
|
|
1226
|
-
}
|
|
1177
|
+
const getNoResults$a = () => {
|
|
1178
|
+
return {
|
|
1179
|
+
label: noMatchingResults()
|
|
1180
|
+
};
|
|
1227
1181
|
};
|
|
1228
|
-
const
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
ensureParentDir(uri);
|
|
1234
|
-
state$3.files[uri] = {
|
|
1235
|
-
type: File$2,
|
|
1236
|
-
content
|
|
1237
|
-
};
|
|
1182
|
+
const getPicks$a = async searchValue => {
|
|
1183
|
+
// TODO cache workspace path
|
|
1184
|
+
const workspace = await invoke$1('Workspace.getPath');
|
|
1185
|
+
if (!workspace) {
|
|
1186
|
+
return [];
|
|
1238
1187
|
}
|
|
1188
|
+
const files = await searchFile$4(workspace, searchValue);
|
|
1189
|
+
// const picks = files.map(toPick)
|
|
1190
|
+
return files;
|
|
1239
1191
|
};
|
|
1240
|
-
const
|
|
1241
|
-
if (
|
|
1242
|
-
|
|
1192
|
+
const selectPick$a = async pick => {
|
|
1193
|
+
if (typeof pick === 'object') {
|
|
1194
|
+
pick = pick.pick;
|
|
1243
1195
|
}
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1196
|
+
const workspace = await invoke$1('Workspace.getPath');
|
|
1197
|
+
const absolutePath = `${workspace}/${pick}`;
|
|
1198
|
+
await openUri(absolutePath);
|
|
1199
|
+
return {
|
|
1200
|
+
command: Hide
|
|
1248
1201
|
};
|
|
1249
1202
|
};
|
|
1250
|
-
const
|
|
1251
|
-
|
|
1252
|
-
for (const key of Object.keys(state$3.files)) {
|
|
1253
|
-
if (key.startsWith(uri)) {
|
|
1254
|
-
toDelete.push(key);
|
|
1255
|
-
}
|
|
1256
|
-
}
|
|
1257
|
-
for (const key of toDelete) {
|
|
1258
|
-
delete state$3.files[key];
|
|
1259
|
-
}
|
|
1203
|
+
const getFilterValue$a = value => {
|
|
1204
|
+
return value;
|
|
1260
1205
|
};
|
|
1261
|
-
const
|
|
1262
|
-
if (
|
|
1263
|
-
|
|
1264
|
-
}
|
|
1265
|
-
const dirents = [];
|
|
1266
|
-
for (const [key, value] of Object.entries(state$3.files)) {
|
|
1267
|
-
if (key.startsWith(uri)) {
|
|
1268
|
-
// @ts-ignore
|
|
1269
|
-
switch (value.type) {
|
|
1270
|
-
case Directory$1:
|
|
1271
|
-
if (!key.slice(0, -1).includes(Slash, uri.length) && key !== `${uri}/` && key !== uri) {
|
|
1272
|
-
dirents.push({
|
|
1273
|
-
// @ts-ignore
|
|
1274
|
-
type: value.type,
|
|
1275
|
-
name: key.slice(uri.length, -1)
|
|
1276
|
-
});
|
|
1277
|
-
}
|
|
1278
|
-
break;
|
|
1279
|
-
case File$2:
|
|
1280
|
-
if (!key.includes(Slash, uri.length + 1)) {
|
|
1281
|
-
dirents.push({
|
|
1282
|
-
// @ts-ignore
|
|
1283
|
-
type: value.type,
|
|
1284
|
-
name: key.slice(uri.length)
|
|
1285
|
-
});
|
|
1286
|
-
}
|
|
1287
|
-
break;
|
|
1288
|
-
}
|
|
1289
|
-
}
|
|
1206
|
+
const getPickFilterValue$8 = pick => {
|
|
1207
|
+
if (typeof pick === 'object') {
|
|
1208
|
+
pick = pick.pick;
|
|
1290
1209
|
}
|
|
1291
|
-
return
|
|
1210
|
+
return pick;
|
|
1292
1211
|
};
|
|
1293
|
-
const
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
return blob;
|
|
1212
|
+
const getPickLabel$7 = pick => {
|
|
1213
|
+
if (typeof pick === 'object') {
|
|
1214
|
+
pick = pick.pick;
|
|
1215
|
+
}
|
|
1216
|
+
const baseName = pathBaseName(pick);
|
|
1217
|
+
return baseName;
|
|
1300
1218
|
};
|
|
1301
|
-
const
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1219
|
+
const getPickDescription$8 = pick => {
|
|
1220
|
+
if (typeof pick === 'object') {
|
|
1221
|
+
pick = pick.pick;
|
|
1222
|
+
}
|
|
1223
|
+
const dirName = pathDirName(pick);
|
|
1224
|
+
return dirName;
|
|
1305
1225
|
};
|
|
1306
|
-
const
|
|
1307
|
-
|
|
1226
|
+
const getPickIcon$7 = () => {
|
|
1227
|
+
return '';
|
|
1308
1228
|
};
|
|
1309
|
-
const
|
|
1310
|
-
|
|
1229
|
+
const getPickFileIcon$2 = pick => {
|
|
1230
|
+
if (typeof pick === 'object') {
|
|
1231
|
+
pick = pick.pick;
|
|
1232
|
+
}
|
|
1233
|
+
if (typeof pick === 'object') {
|
|
1234
|
+
pick = pick.pick;
|
|
1235
|
+
}
|
|
1236
|
+
const baseName = pathBaseName(pick);
|
|
1237
|
+
return {
|
|
1238
|
+
type: File$2,
|
|
1239
|
+
name: baseName
|
|
1240
|
+
};
|
|
1311
1241
|
};
|
|
1312
|
-
|
|
1313
|
-
const
|
|
1314
|
-
|
|
1315
|
-
const
|
|
1316
|
-
return
|
|
1242
|
+
const isPrepared$7 = () => {
|
|
1243
|
+
const workspace = '';
|
|
1244
|
+
// TODO protocol should always be defined. For files it should use file protocol
|
|
1245
|
+
const protocol = getProtocol(workspace);
|
|
1246
|
+
return !protocol;
|
|
1317
1247
|
};
|
|
1318
1248
|
|
|
1319
|
-
const
|
|
1249
|
+
const QuickPickEntriesFile = {
|
|
1320
1250
|
__proto__: null,
|
|
1321
|
-
|
|
1251
|
+
getFilterValue: getFilterValue$a,
|
|
1252
|
+
getHelpEntries: getHelpEntries$a,
|
|
1253
|
+
getLabel: getLabel$4,
|
|
1254
|
+
getNoResults: getNoResults$a,
|
|
1255
|
+
getPickDescription: getPickDescription$8,
|
|
1256
|
+
getPickFileIcon: getPickFileIcon$2,
|
|
1257
|
+
getPickFilterValue: getPickFilterValue$8,
|
|
1258
|
+
getPickIcon: getPickIcon$7,
|
|
1259
|
+
getPickLabel: getPickLabel$7,
|
|
1260
|
+
getPicks: getPicks$a,
|
|
1261
|
+
getPlaceholder: getPlaceholder$a,
|
|
1262
|
+
isPrepared: isPrepared$7,
|
|
1263
|
+
name: name$a,
|
|
1264
|
+
selectPick: selectPick$a
|
|
1322
1265
|
};
|
|
1323
1266
|
|
|
1324
|
-
const
|
|
1325
|
-
|
|
1326
|
-
const fileMapUrl = `${assetDir}/config/fileMap.json`;
|
|
1327
|
-
|
|
1328
|
-
const getJson = async url => {
|
|
1329
|
-
try {
|
|
1330
|
-
const response = await fetch(url);
|
|
1331
|
-
if (!response.ok) {
|
|
1332
|
-
throw new Error(response.statusText);
|
|
1333
|
-
}
|
|
1334
|
-
const text = await response.json();
|
|
1335
|
-
return text;
|
|
1336
|
-
} catch (error) {
|
|
1337
|
-
throw new VError(error, `Failed to request json for ${url}`);
|
|
1338
|
-
}
|
|
1267
|
+
const execute = async (method, ...params) => {
|
|
1268
|
+
// TODO
|
|
1339
1269
|
};
|
|
1340
1270
|
|
|
1341
|
-
const
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
}
|
|
1345
|
-
return path;
|
|
1271
|
+
const name$9 = 'goToLine';
|
|
1272
|
+
const getPlaceholder$9 = () => {
|
|
1273
|
+
return '';
|
|
1346
1274
|
};
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
const
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1275
|
+
const getHelpEntries$9 = () => {
|
|
1276
|
+
return [];
|
|
1277
|
+
};
|
|
1278
|
+
const getNoResults$9 = () => {
|
|
1279
|
+
return undefined;
|
|
1280
|
+
};
|
|
1281
|
+
const getPicks$9 = async () => {
|
|
1282
|
+
const picks = [{
|
|
1283
|
+
label: '1'
|
|
1284
|
+
}, {
|
|
1285
|
+
label: '2'
|
|
1286
|
+
}, {
|
|
1287
|
+
label: '3'
|
|
1288
|
+
}, {
|
|
1289
|
+
label: '4'
|
|
1290
|
+
}, {
|
|
1291
|
+
label: '5'
|
|
1292
|
+
}, {
|
|
1293
|
+
label: '6'
|
|
1294
|
+
}];
|
|
1295
|
+
return picks;
|
|
1296
|
+
};
|
|
1297
|
+
const selectPick$9 = async item => {
|
|
1298
|
+
const rowIndex = Number.parseInt(item.label);
|
|
1299
|
+
const position = {
|
|
1300
|
+
rowIndex,
|
|
1301
|
+
columnIndex: 5
|
|
1302
|
+
};
|
|
1303
|
+
await execute(/* EditorSetCursor.editorSetCursor */'TODO', /* position */position);
|
|
1304
|
+
// TODO put cursor onto that line
|
|
1305
|
+
return {
|
|
1306
|
+
command: Hide
|
|
1307
|
+
};
|
|
1308
|
+
};
|
|
1309
|
+
const getFilterValue$9 = value => {
|
|
1310
|
+
return value;
|
|
1360
1311
|
};
|
|
1361
1312
|
|
|
1362
|
-
const
|
|
1313
|
+
const QuickPickEntriesGoToLine = {
|
|
1363
1314
|
__proto__: null,
|
|
1364
|
-
|
|
1315
|
+
getFilterValue: getFilterValue$9,
|
|
1316
|
+
getHelpEntries: getHelpEntries$9,
|
|
1317
|
+
getNoResults: getNoResults$9,
|
|
1318
|
+
getPicks: getPicks$9,
|
|
1319
|
+
getPlaceholder: getPlaceholder$9,
|
|
1320
|
+
name: name$9,
|
|
1321
|
+
selectPick: selectPick$9
|
|
1365
1322
|
};
|
|
1366
1323
|
|
|
1367
|
-
const
|
|
1368
|
-
const
|
|
1369
|
-
|
|
1370
|
-
// based on https://github.com/microsoft/vscode/blob/c0769274fa136b45799edeccc0d0a2f645b75caf/src/vs/base/common/arrays.ts#L625 (License MIT)
|
|
1371
|
-
|
|
1372
|
-
const fromAsync = async asyncIterable => {
|
|
1373
|
-
const children = [];
|
|
1374
|
-
for await (const value of asyncIterable) {
|
|
1375
|
-
children.push(value);
|
|
1376
|
-
}
|
|
1377
|
-
return children;
|
|
1324
|
+
const name$8 = 'noop';
|
|
1325
|
+
const getPlaceholder$8 = () => {
|
|
1326
|
+
return '';
|
|
1378
1327
|
};
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
* Do not use directly, use FileSystemHtml.getChildHandles
|
|
1382
|
-
* instead which prompts for the required permission to
|
|
1383
|
-
* retrieve the child handles
|
|
1384
|
-
*
|
|
1385
|
-
*/
|
|
1386
|
-
|
|
1387
|
-
const getChildHandles = async handle => {
|
|
1388
|
-
// @ts-ignore
|
|
1389
|
-
const handles = await fromAsync(handle.values());
|
|
1390
|
-
return handles;
|
|
1328
|
+
const getHelpEntries$8 = () => {
|
|
1329
|
+
return [];
|
|
1391
1330
|
};
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
let idbProxyableTypes;
|
|
1395
|
-
let cursorAdvanceMethods;
|
|
1396
|
-
// This is a function to prevent it throwing up in node environments.
|
|
1397
|
-
function getIdbProxyableTypes() {
|
|
1398
|
-
return idbProxyableTypes || (idbProxyableTypes = [IDBDatabase, IDBObjectStore, IDBIndex, IDBCursor, IDBTransaction]);
|
|
1399
|
-
}
|
|
1400
|
-
// This is a function to prevent it throwing up in node environments.
|
|
1401
|
-
function getCursorAdvanceMethods() {
|
|
1402
|
-
return cursorAdvanceMethods || (cursorAdvanceMethods = [IDBCursor.prototype.advance, IDBCursor.prototype.continue, IDBCursor.prototype.continuePrimaryKey]);
|
|
1403
|
-
}
|
|
1404
|
-
const transactionDoneMap = new WeakMap();
|
|
1405
|
-
const transformCache = new WeakMap();
|
|
1406
|
-
const reverseTransformCache = new WeakMap();
|
|
1407
|
-
function promisifyRequest(request) {
|
|
1408
|
-
const promise = new Promise((resolve, reject) => {
|
|
1409
|
-
const unlisten = () => {
|
|
1410
|
-
request.removeEventListener('success', success);
|
|
1411
|
-
request.removeEventListener('error', error);
|
|
1412
|
-
};
|
|
1413
|
-
const success = () => {
|
|
1414
|
-
resolve(wrap(request.result));
|
|
1415
|
-
unlisten();
|
|
1416
|
-
};
|
|
1417
|
-
const error = () => {
|
|
1418
|
-
reject(request.error);
|
|
1419
|
-
unlisten();
|
|
1420
|
-
};
|
|
1421
|
-
request.addEventListener('success', success);
|
|
1422
|
-
request.addEventListener('error', error);
|
|
1423
|
-
});
|
|
1424
|
-
// This mapping exists in reverseTransformCache but doesn't exist in transformCache. This
|
|
1425
|
-
// is because we create many promises from a single IDBRequest.
|
|
1426
|
-
reverseTransformCache.set(promise, request);
|
|
1427
|
-
return promise;
|
|
1428
|
-
}
|
|
1429
|
-
function cacheDonePromiseForTransaction(tx) {
|
|
1430
|
-
// Early bail if we've already created a done promise for this transaction.
|
|
1431
|
-
if (transactionDoneMap.has(tx)) return;
|
|
1432
|
-
const done = new Promise((resolve, reject) => {
|
|
1433
|
-
const unlisten = () => {
|
|
1434
|
-
tx.removeEventListener('complete', complete);
|
|
1435
|
-
tx.removeEventListener('error', error);
|
|
1436
|
-
tx.removeEventListener('abort', error);
|
|
1437
|
-
};
|
|
1438
|
-
const complete = () => {
|
|
1439
|
-
resolve();
|
|
1440
|
-
unlisten();
|
|
1441
|
-
};
|
|
1442
|
-
const error = () => {
|
|
1443
|
-
reject(tx.error || new DOMException('AbortError', 'AbortError'));
|
|
1444
|
-
unlisten();
|
|
1445
|
-
};
|
|
1446
|
-
tx.addEventListener('complete', complete);
|
|
1447
|
-
tx.addEventListener('error', error);
|
|
1448
|
-
tx.addEventListener('abort', error);
|
|
1449
|
-
});
|
|
1450
|
-
// Cache it for later retrieval.
|
|
1451
|
-
transactionDoneMap.set(tx, done);
|
|
1452
|
-
}
|
|
1453
|
-
let idbProxyTraps = {
|
|
1454
|
-
get(target, prop, receiver) {
|
|
1455
|
-
if (target instanceof IDBTransaction) {
|
|
1456
|
-
// Special handling for transaction.done.
|
|
1457
|
-
if (prop === 'done') return transactionDoneMap.get(target);
|
|
1458
|
-
// Make tx.store return the only store in the transaction, or undefined if there are many.
|
|
1459
|
-
if (prop === 'store') {
|
|
1460
|
-
return receiver.objectStoreNames[1] ? undefined : receiver.objectStore(receiver.objectStoreNames[0]);
|
|
1461
|
-
}
|
|
1462
|
-
}
|
|
1463
|
-
// Else transform whatever we get back.
|
|
1464
|
-
return wrap(target[prop]);
|
|
1465
|
-
},
|
|
1466
|
-
set(target, prop, value) {
|
|
1467
|
-
target[prop] = value;
|
|
1468
|
-
return true;
|
|
1469
|
-
},
|
|
1470
|
-
has(target, prop) {
|
|
1471
|
-
if (target instanceof IDBTransaction && (prop === 'done' || prop === 'store')) {
|
|
1472
|
-
return true;
|
|
1473
|
-
}
|
|
1474
|
-
return prop in target;
|
|
1475
|
-
}
|
|
1331
|
+
const getNoResults$8 = () => {
|
|
1332
|
+
return noResults();
|
|
1476
1333
|
};
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
// Cursor methods are special, as the behaviour is a little more different to standard IDB. In
|
|
1484
|
-
// IDB, you advance the cursor and wait for a new 'success' on the IDBRequest that gave you the
|
|
1485
|
-
// cursor. It's kinda like a promise that can resolve with many values. That doesn't make sense
|
|
1486
|
-
// with real promises, so each advance methods returns a new promise for the cursor object, or
|
|
1487
|
-
// undefined if the end of the cursor has been reached.
|
|
1488
|
-
if (getCursorAdvanceMethods().includes(func)) {
|
|
1489
|
-
return function (...args) {
|
|
1490
|
-
// Calling the original function with the proxy as 'this' causes ILLEGAL INVOCATION, so we use
|
|
1491
|
-
// the original object.
|
|
1492
|
-
func.apply(unwrap(this), args);
|
|
1493
|
-
return wrap(this.request);
|
|
1494
|
-
};
|
|
1495
|
-
}
|
|
1496
|
-
return function (...args) {
|
|
1497
|
-
// Calling the original function with the proxy as 'this' causes ILLEGAL INVOCATION, so we use
|
|
1498
|
-
// the original object.
|
|
1499
|
-
return wrap(func.apply(unwrap(this), args));
|
|
1334
|
+
const getPicks$8 = async value => {
|
|
1335
|
+
return [];
|
|
1336
|
+
};
|
|
1337
|
+
const selectPick$8 = async item => {
|
|
1338
|
+
return {
|
|
1339
|
+
command: Hide
|
|
1500
1340
|
};
|
|
1501
|
-
}
|
|
1502
|
-
|
|
1503
|
-
if (typeof value === 'function') return wrapFunction(value);
|
|
1504
|
-
// This doesn't return, it just creates a 'done' promise for the transaction,
|
|
1505
|
-
// which is later returned for transaction.done (see idbObjectHandler).
|
|
1506
|
-
if (value instanceof IDBTransaction) cacheDonePromiseForTransaction(value);
|
|
1507
|
-
if (instanceOfAny(value, getIdbProxyableTypes())) return new Proxy(value, idbProxyTraps);
|
|
1508
|
-
// Return the same value back if we're not going to transform it.
|
|
1341
|
+
};
|
|
1342
|
+
const getFilterValue$8 = value => {
|
|
1509
1343
|
return value;
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
if (value instanceof IDBRequest) return promisifyRequest(value);
|
|
1515
|
-
// If we've already transformed this value before, reuse the transformed value.
|
|
1516
|
-
// This is faster, but it also provides object equality.
|
|
1517
|
-
if (transformCache.has(value)) return transformCache.get(value);
|
|
1518
|
-
const newValue = transformCachableValue(value);
|
|
1519
|
-
// Not all types are transformed.
|
|
1520
|
-
// These may be primitive types, so they can't be WeakMap keys.
|
|
1521
|
-
if (newValue !== value) {
|
|
1522
|
-
transformCache.set(value, newValue);
|
|
1523
|
-
reverseTransformCache.set(newValue, value);
|
|
1524
|
-
}
|
|
1525
|
-
return newValue;
|
|
1526
|
-
}
|
|
1527
|
-
const unwrap = value => reverseTransformCache.get(value);
|
|
1528
|
-
|
|
1529
|
-
/**
|
|
1530
|
-
* Open a database.
|
|
1531
|
-
*
|
|
1532
|
-
* @param name Name of the database.
|
|
1533
|
-
* @param version Schema version.
|
|
1534
|
-
* @param callbacks Additional callbacks.
|
|
1535
|
-
*/
|
|
1536
|
-
function openDB(name, version, {
|
|
1537
|
-
blocked,
|
|
1538
|
-
upgrade,
|
|
1539
|
-
blocking,
|
|
1540
|
-
terminated
|
|
1541
|
-
} = {}) {
|
|
1542
|
-
const request = indexedDB.open(name, version);
|
|
1543
|
-
const openPromise = wrap(request);
|
|
1544
|
-
if (upgrade) {
|
|
1545
|
-
request.addEventListener('upgradeneeded', event => {
|
|
1546
|
-
upgrade(wrap(request.result), event.oldVersion, event.newVersion, wrap(request.transaction), event);
|
|
1547
|
-
});
|
|
1548
|
-
}
|
|
1549
|
-
if (blocked) {
|
|
1550
|
-
request.addEventListener('blocked', event => blocked(
|
|
1551
|
-
// Casting due to https://github.com/microsoft/TypeScript-DOM-lib-generator/pull/1405
|
|
1552
|
-
event.oldVersion, event.newVersion, event));
|
|
1553
|
-
}
|
|
1554
|
-
openPromise.then(db => {
|
|
1555
|
-
if (terminated) db.addEventListener('close', () => terminated());
|
|
1556
|
-
if (blocking) {
|
|
1557
|
-
db.addEventListener('versionchange', event => blocking(event.oldVersion, event.newVersion, event));
|
|
1558
|
-
}
|
|
1559
|
-
}).catch(() => {});
|
|
1560
|
-
return openPromise;
|
|
1561
|
-
}
|
|
1562
|
-
const readMethods = ['get', 'getKey', 'getAll', 'getAllKeys', 'count'];
|
|
1563
|
-
const writeMethods = ['put', 'add', 'delete', 'clear'];
|
|
1564
|
-
const cachedMethods = new Map();
|
|
1565
|
-
function getMethod(target, prop) {
|
|
1566
|
-
if (!(target instanceof IDBDatabase && !(prop in target) && typeof prop === 'string')) {
|
|
1567
|
-
return;
|
|
1568
|
-
}
|
|
1569
|
-
if (cachedMethods.get(prop)) return cachedMethods.get(prop);
|
|
1570
|
-
const targetFuncName = prop.replace(/FromIndex$/, '');
|
|
1571
|
-
const useIndex = prop !== targetFuncName;
|
|
1572
|
-
const isWrite = writeMethods.includes(targetFuncName);
|
|
1573
|
-
if (
|
|
1574
|
-
// Bail if the target doesn't exist on the target. Eg, getAll isn't in Edge.
|
|
1575
|
-
!(targetFuncName in (useIndex ? IDBIndex : IDBObjectStore).prototype) || !(isWrite || readMethods.includes(targetFuncName))) {
|
|
1576
|
-
return;
|
|
1577
|
-
}
|
|
1578
|
-
const method = async function (storeName, ...args) {
|
|
1579
|
-
// isWrite ? 'readwrite' : undefined gzipps better, but fails in Edge :(
|
|
1580
|
-
const tx = this.transaction(storeName, isWrite ? 'readwrite' : 'readonly');
|
|
1581
|
-
let target = tx.store;
|
|
1582
|
-
if (useIndex) target = target.index(args.shift());
|
|
1583
|
-
// Must reject if op rejects.
|
|
1584
|
-
// If it's a write operation, must reject if tx.done rejects.
|
|
1585
|
-
// Must reject with op rejection first.
|
|
1586
|
-
// Must resolve with op value.
|
|
1587
|
-
// Must handle both promises (no unhandled rejections)
|
|
1588
|
-
return (await Promise.all([target[targetFuncName](...args), isWrite && tx.done]))[0];
|
|
1589
|
-
};
|
|
1590
|
-
cachedMethods.set(prop, method);
|
|
1591
|
-
return method;
|
|
1592
|
-
}
|
|
1593
|
-
replaceTraps(oldTraps => ({
|
|
1594
|
-
...oldTraps,
|
|
1595
|
-
get: (target, prop, receiver) => getMethod(target, prop) || oldTraps.get(target, prop, receiver),
|
|
1596
|
-
has: (target, prop) => !!getMethod(target, prop) || oldTraps.has(target, prop)
|
|
1597
|
-
}));
|
|
1598
|
-
const advanceMethodProps = ['continue', 'continuePrimaryKey', 'advance'];
|
|
1599
|
-
const methodMap = {};
|
|
1600
|
-
const advanceResults = new WeakMap();
|
|
1601
|
-
const ittrProxiedCursorToOriginalProxy = new WeakMap();
|
|
1602
|
-
const cursorIteratorTraps = {
|
|
1603
|
-
get(target, prop) {
|
|
1604
|
-
if (!advanceMethodProps.includes(prop)) return target[prop];
|
|
1605
|
-
let cachedFunc = methodMap[prop];
|
|
1606
|
-
if (!cachedFunc) {
|
|
1607
|
-
cachedFunc = methodMap[prop] = function (...args) {
|
|
1608
|
-
advanceResults.set(this, ittrProxiedCursorToOriginalProxy.get(this)[prop](...args));
|
|
1609
|
-
};
|
|
1610
|
-
}
|
|
1611
|
-
return cachedFunc;
|
|
1612
|
-
}
|
|
1613
|
-
};
|
|
1614
|
-
async function* iterate(...args) {
|
|
1615
|
-
// tslint:disable-next-line:no-this-assignment
|
|
1616
|
-
let cursor = this;
|
|
1617
|
-
if (!(cursor instanceof IDBCursor)) {
|
|
1618
|
-
cursor = await cursor.openCursor(...args);
|
|
1619
|
-
}
|
|
1620
|
-
if (!cursor) return;
|
|
1621
|
-
cursor = cursor;
|
|
1622
|
-
const proxiedCursor = new Proxy(cursor, cursorIteratorTraps);
|
|
1623
|
-
ittrProxiedCursorToOriginalProxy.set(proxiedCursor, cursor);
|
|
1624
|
-
// Map this double-proxy back to the original, so other cursor methods work.
|
|
1625
|
-
reverseTransformCache.set(proxiedCursor, unwrap(cursor));
|
|
1626
|
-
while (cursor) {
|
|
1627
|
-
yield proxiedCursor;
|
|
1628
|
-
// If one of the advancing methods was not called, call continue().
|
|
1629
|
-
cursor = await (advanceResults.get(proxiedCursor) || cursor.continue());
|
|
1630
|
-
advanceResults.delete(proxiedCursor);
|
|
1631
|
-
}
|
|
1632
|
-
}
|
|
1633
|
-
function isIteratorProp(target, prop) {
|
|
1634
|
-
return prop === Symbol.asyncIterator && instanceOfAny(target, [IDBIndex, IDBObjectStore, IDBCursor]) || prop === 'iterate' && instanceOfAny(target, [IDBIndex, IDBObjectStore]);
|
|
1635
|
-
}
|
|
1636
|
-
replaceTraps(oldTraps => ({
|
|
1637
|
-
...oldTraps,
|
|
1638
|
-
get(target, prop, receiver) {
|
|
1639
|
-
if (isIteratorProp(target, prop)) return iterate;
|
|
1640
|
-
return oldTraps.get(target, prop, receiver);
|
|
1641
|
-
},
|
|
1642
|
-
has(target, prop) {
|
|
1643
|
-
return isIteratorProp(target, prop) || oldTraps.has(target, prop);
|
|
1644
|
-
}
|
|
1645
|
-
}));
|
|
1344
|
+
};
|
|
1345
|
+
const getPickFilterValue$7 = pick => {
|
|
1346
|
+
return pick;
|
|
1347
|
+
};
|
|
1646
1348
|
|
|
1647
|
-
const
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1349
|
+
const QuickPickNoop = {
|
|
1350
|
+
__proto__: null,
|
|
1351
|
+
getFilterValue: getFilterValue$8,
|
|
1352
|
+
getHelpEntries: getHelpEntries$8,
|
|
1353
|
+
getNoResults: getNoResults$8,
|
|
1354
|
+
getPickFilterValue: getPickFilterValue$7,
|
|
1355
|
+
getPicks: getPicks$8,
|
|
1356
|
+
getPlaceholder: getPlaceholder$8,
|
|
1357
|
+
name: name$8,
|
|
1358
|
+
selectPick: selectPick$8
|
|
1359
|
+
};
|
|
1651
1360
|
|
|
1652
|
-
const
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1361
|
+
const name$7 = 'symbol';
|
|
1362
|
+
const getPlaceholder$7 = () => {
|
|
1363
|
+
return '';
|
|
1364
|
+
};
|
|
1365
|
+
const getHelpEntries$7 = () => {
|
|
1366
|
+
return [];
|
|
1367
|
+
};
|
|
1368
|
+
const getNoResults$7 = () => {
|
|
1369
|
+
return {
|
|
1370
|
+
label: noSymbolFound()
|
|
1371
|
+
};
|
|
1372
|
+
};
|
|
1373
|
+
const getPicks$7 = async () => {
|
|
1374
|
+
const picks = [];
|
|
1375
|
+
return picks;
|
|
1376
|
+
};
|
|
1377
|
+
const selectPick$7 = async item => {
|
|
1378
|
+
return {
|
|
1379
|
+
command: Hide
|
|
1380
|
+
};
|
|
1381
|
+
};
|
|
1382
|
+
const getFilterValue$7 = value => {
|
|
1383
|
+
return value;
|
|
1384
|
+
};
|
|
1385
|
+
const state$7 = {};
|
|
1386
|
+
const getPickDescription$7 = value => {
|
|
1387
|
+
return '';
|
|
1388
|
+
};
|
|
1389
|
+
const isPrepared$6 = () => {
|
|
1390
|
+
return false;
|
|
1391
|
+
};
|
|
1392
|
+
const getPickFilterValue$6 = value => {
|
|
1393
|
+
return value;
|
|
1394
|
+
};
|
|
1395
|
+
const getPickLabel$6 = value => {
|
|
1396
|
+
return value;
|
|
1662
1397
|
};
|
|
1663
|
-
const
|
|
1664
|
-
|
|
1665
|
-
const handle = await handleDb.get('file-handles-store', uri);
|
|
1666
|
-
return handle;
|
|
1398
|
+
const getPickIcon$6 = value => {
|
|
1399
|
+
return '';
|
|
1667
1400
|
};
|
|
1668
1401
|
|
|
1669
|
-
const
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1402
|
+
const QuickPickEntriesSymbol = {
|
|
1403
|
+
__proto__: null,
|
|
1404
|
+
getFilterValue: getFilterValue$7,
|
|
1405
|
+
getHelpEntries: getHelpEntries$7,
|
|
1406
|
+
getNoResults: getNoResults$7,
|
|
1407
|
+
getPickDescription: getPickDescription$7,
|
|
1408
|
+
getPickFilterValue: getPickFilterValue$6,
|
|
1409
|
+
getPickIcon: getPickIcon$6,
|
|
1410
|
+
getPickLabel: getPickLabel$6,
|
|
1411
|
+
getPicks: getPicks$7,
|
|
1412
|
+
getPlaceholder: getPlaceholder$7,
|
|
1413
|
+
isPrepared: isPrepared$6,
|
|
1414
|
+
name: name$7,
|
|
1415
|
+
selectPick: selectPick$7,
|
|
1416
|
+
state: state$7
|
|
1678
1417
|
};
|
|
1679
1418
|
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
}
|
|
1685
|
-
const dirname$1 = dirname('/', uri);
|
|
1686
|
-
if (uri === dirname$1) {
|
|
1687
|
-
return undefined;
|
|
1688
|
-
}
|
|
1689
|
-
return getDirectoryHandle(dirname$1);
|
|
1419
|
+
// TODO probably not needed
|
|
1420
|
+
|
|
1421
|
+
const getPlaceholder$6 = () => {
|
|
1422
|
+
return typeNameofCommandToRun();
|
|
1690
1423
|
};
|
|
1691
|
-
const
|
|
1692
|
-
|
|
1693
|
-
const childHandles = await getChildHandles(handle);
|
|
1694
|
-
const promises = [];
|
|
1695
|
-
for (const childHandle of childHandles) {
|
|
1696
|
-
if (toIgnore.includes(childHandle.name)) {
|
|
1697
|
-
continue;
|
|
1698
|
-
}
|
|
1699
|
-
const absolutePath = parent + '/' + childHandle.name;
|
|
1700
|
-
switch (childHandle.kind) {
|
|
1701
|
-
case Directory:
|
|
1702
|
-
promises.push(searchFilesRecursively(all, absolutePath, childHandle));
|
|
1703
|
-
break;
|
|
1704
|
-
case File$1:
|
|
1705
|
-
all.push(absolutePath);
|
|
1706
|
-
break;
|
|
1707
|
-
}
|
|
1708
|
-
}
|
|
1709
|
-
await Promise.all(promises);
|
|
1424
|
+
const getHelpEntries$6 = () => {
|
|
1425
|
+
return undefined;
|
|
1710
1426
|
};
|
|
1711
|
-
const
|
|
1712
|
-
const
|
|
1713
|
-
const
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1427
|
+
const getPicks$6 = async () => {
|
|
1428
|
+
// const views = ViewService.getViews()
|
|
1429
|
+
// const picks = views.map(toPick)
|
|
1430
|
+
// return picks
|
|
1431
|
+
return [];
|
|
1432
|
+
};
|
|
1433
|
+
const selectPick$6 = async item => {
|
|
1434
|
+
// Command.execute(/* openView */ 549, /* viewName */ item.label)
|
|
1435
|
+
// return {
|
|
1436
|
+
// command: QuickPickReturnValue.Hide,
|
|
1437
|
+
// }
|
|
1438
|
+
};
|
|
1439
|
+
const getFilterValue$6 = value => {
|
|
1440
|
+
return value;
|
|
1441
|
+
};
|
|
1442
|
+
const getPickFilterValue$5 = value => {
|
|
1443
|
+
return value;
|
|
1444
|
+
};
|
|
1445
|
+
const getPickLabel$5 = value => {
|
|
1446
|
+
return value;
|
|
1447
|
+
};
|
|
1448
|
+
const getPickIcon$5 = value => {
|
|
1449
|
+
return '';
|
|
1450
|
+
};
|
|
1451
|
+
const state$6 = {};
|
|
1452
|
+
const getNoResults$6 = () => {
|
|
1453
|
+
return '';
|
|
1454
|
+
};
|
|
1455
|
+
const name$6 = '';
|
|
1456
|
+
const isPrepared$5 = () => {
|
|
1457
|
+
return true;
|
|
1458
|
+
};
|
|
1459
|
+
const getPickDescription$6 = () => {
|
|
1460
|
+
return '';
|
|
1721
1461
|
};
|
|
1722
1462
|
|
|
1723
|
-
const
|
|
1463
|
+
const QuickPickEntriesView = {
|
|
1724
1464
|
__proto__: null,
|
|
1725
|
-
|
|
1465
|
+
getFilterValue: getFilterValue$6,
|
|
1466
|
+
getHelpEntries: getHelpEntries$6,
|
|
1467
|
+
getNoResults: getNoResults$6,
|
|
1468
|
+
getPickDescription: getPickDescription$6,
|
|
1469
|
+
getPickFilterValue: getPickFilterValue$5,
|
|
1470
|
+
getPickIcon: getPickIcon$5,
|
|
1471
|
+
getPickLabel: getPickLabel$5,
|
|
1472
|
+
getPicks: getPicks$6,
|
|
1473
|
+
getPlaceholder: getPlaceholder$6,
|
|
1474
|
+
isPrepared: isPrepared$5,
|
|
1475
|
+
name: name$6,
|
|
1476
|
+
selectPick: selectPick$6,
|
|
1477
|
+
state: state$6
|
|
1726
1478
|
};
|
|
1727
1479
|
|
|
1728
|
-
const
|
|
1729
|
-
|
|
1730
|
-
|
|
1480
|
+
const name$5 = 'workspace-symbol';
|
|
1481
|
+
const getPlaceholder$5 = () => {
|
|
1482
|
+
return '';
|
|
1483
|
+
};
|
|
1484
|
+
const getHelpEntries$5 = () => {
|
|
1485
|
+
return [];
|
|
1486
|
+
};
|
|
1487
|
+
const getNoResults$5 = () => {
|
|
1731
1488
|
return {
|
|
1732
|
-
|
|
1733
|
-
|
|
1489
|
+
label: noWorkspaceSymbolsFound()
|
|
1490
|
+
};
|
|
1491
|
+
};
|
|
1492
|
+
const getPicks$5 = async () => {
|
|
1493
|
+
const picks = [];
|
|
1494
|
+
return picks;
|
|
1495
|
+
};
|
|
1496
|
+
const selectPick$5 = async item => {
|
|
1497
|
+
return {
|
|
1498
|
+
command: Hide
|
|
1734
1499
|
};
|
|
1735
1500
|
};
|
|
1501
|
+
const getFilterValue$5 = value => {
|
|
1502
|
+
return value;
|
|
1503
|
+
};
|
|
1736
1504
|
|
|
1737
|
-
const
|
|
1738
|
-
|
|
1505
|
+
const QuickPickEntriesWorkspaceSymbol = {
|
|
1506
|
+
__proto__: null,
|
|
1507
|
+
getFilterValue: getFilterValue$5,
|
|
1508
|
+
getHelpEntries: getHelpEntries$5,
|
|
1509
|
+
getNoResults: getNoResults$5,
|
|
1510
|
+
getPicks: getPicks$5,
|
|
1511
|
+
getPlaceholder: getPlaceholder$5,
|
|
1512
|
+
name: name$5,
|
|
1513
|
+
selectPick: selectPick$5
|
|
1514
|
+
};
|
|
1739
1515
|
|
|
1740
|
-
|
|
1516
|
+
const Command = '>';
|
|
1517
|
+
const Symbol$1 = '@';
|
|
1518
|
+
const WorkspaceSymbol$1 = '#';
|
|
1519
|
+
const GoToLine = ':';
|
|
1520
|
+
const View$1 = 'view ';
|
|
1521
|
+
const None$2 = '';
|
|
1741
1522
|
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
return table;
|
|
1523
|
+
// TODO avoid global variable
|
|
1524
|
+
|
|
1525
|
+
const state$5 = {
|
|
1526
|
+
// providerId: PROVIDER_NOOP,
|
|
1527
|
+
provider: QuickPickNoop,
|
|
1528
|
+
prefix: 'string-that-should-never-match-another-string'
|
|
1749
1529
|
};
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
const
|
|
1755
|
-
const
|
|
1756
|
-
|
|
1757
|
-
const isLowerCase = char => {
|
|
1758
|
-
return char === char.toLowerCase();
|
|
1530
|
+
|
|
1531
|
+
/**
|
|
1532
|
+
* @type {string}
|
|
1533
|
+
*/
|
|
1534
|
+
const name$4 = 'everything';
|
|
1535
|
+
const getPlaceholder$4 = () => {
|
|
1536
|
+
return state$5.provider.getPlaceholder();
|
|
1759
1537
|
};
|
|
1760
|
-
const
|
|
1761
|
-
return
|
|
1538
|
+
const getLabel$3 = () => {
|
|
1539
|
+
return '';
|
|
1762
1540
|
};
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
case Dot:
|
|
1773
|
-
return true;
|
|
1541
|
+
const getHelpEntries$4 = () => {
|
|
1542
|
+
return state$5.provider.getHelpEntries();
|
|
1543
|
+
};
|
|
1544
|
+
const getNoResults$4 = () => {
|
|
1545
|
+
return state$5.provider.getNoResults();
|
|
1546
|
+
};
|
|
1547
|
+
const getPrefix = value => {
|
|
1548
|
+
if (value.startsWith(Command)) {
|
|
1549
|
+
return Command;
|
|
1774
1550
|
}
|
|
1775
|
-
if (
|
|
1776
|
-
return
|
|
1551
|
+
if (value.startsWith(Symbol$1)) {
|
|
1552
|
+
return Symbol$1;
|
|
1777
1553
|
}
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
// based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
|
|
1782
|
-
const getScore = (rowCharLow, rowChar, columnCharBefore, columnCharLow, columnChar, isDiagonalMatch) => {
|
|
1783
|
-
if (rowCharLow !== columnCharLow) {
|
|
1784
|
-
return -1;
|
|
1554
|
+
if (value.startsWith(WorkspaceSymbol$1)) {
|
|
1555
|
+
return WorkspaceSymbol$1;
|
|
1785
1556
|
}
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
if (isDiagonalMatch) {
|
|
1789
|
-
return 8;
|
|
1790
|
-
}
|
|
1791
|
-
if (isGap(columnCharBefore, columnChar)) {
|
|
1792
|
-
return 8;
|
|
1793
|
-
}
|
|
1794
|
-
return 5;
|
|
1557
|
+
if (value.startsWith(GoToLine)) {
|
|
1558
|
+
return GoToLine;
|
|
1795
1559
|
}
|
|
1796
|
-
if (
|
|
1797
|
-
return
|
|
1560
|
+
if (value.startsWith(View$1)) {
|
|
1561
|
+
return View$1;
|
|
1798
1562
|
}
|
|
1799
|
-
return
|
|
1563
|
+
return None$2;
|
|
1800
1564
|
};
|
|
1801
|
-
|
|
1802
|
-
//
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
const matches = [];
|
|
1819
|
-
while (row >= 1 && column >= 1) {
|
|
1820
|
-
const arrow = arrows[row][column];
|
|
1821
|
-
if (arrow === Left) {
|
|
1822
|
-
column--;
|
|
1823
|
-
} else if (arrow === Diagonal) {
|
|
1824
|
-
row--;
|
|
1825
|
-
column--;
|
|
1826
|
-
const start = column + 1;
|
|
1827
|
-
while (row >= 1 && column >= 1) {
|
|
1828
|
-
const arrow = arrows[row][column];
|
|
1829
|
-
if (arrow === Left) {
|
|
1830
|
-
break;
|
|
1831
|
-
}
|
|
1832
|
-
if (arrow === Diagonal) {
|
|
1833
|
-
row--;
|
|
1834
|
-
column--;
|
|
1835
|
-
}
|
|
1836
|
-
}
|
|
1837
|
-
const end = column;
|
|
1838
|
-
matches.unshift(end, start);
|
|
1839
|
-
}
|
|
1840
|
-
}
|
|
1841
|
-
matches.unshift(table[patternLength][wordLength - 1]);
|
|
1842
|
-
return matches;
|
|
1843
|
-
};
|
|
1844
|
-
|
|
1845
|
-
// based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
|
|
1846
|
-
const gridSize = 128;
|
|
1847
|
-
const table = createTable(gridSize);
|
|
1848
|
-
const arrows = createTable(gridSize);
|
|
1849
|
-
const fuzzySearch = (pattern, word) => {
|
|
1850
|
-
const patternLength = Math.min(pattern.length, gridSize - 1);
|
|
1851
|
-
const wordLength = Math.min(word.length, gridSize - 1);
|
|
1852
|
-
const patternLower = pattern.toLowerCase();
|
|
1853
|
-
const wordLower = word.toLowerCase();
|
|
1854
|
-
if (!isPatternInWord(patternLower, 0, patternLength, wordLower, 0, wordLength)) {
|
|
1855
|
-
return EmptyMatches;
|
|
1856
|
-
}
|
|
1857
|
-
let strongMatch = false;
|
|
1858
|
-
for (let row = 1; row < patternLength + 1; row++) {
|
|
1859
|
-
const rowChar = pattern[row - 1];
|
|
1860
|
-
const rowCharLow = patternLower[row - 1];
|
|
1861
|
-
for (let column = 1; column < wordLength + 1; column++) {
|
|
1862
|
-
const columnChar = word[column - 1];
|
|
1863
|
-
const columnCharLow = wordLower[column - 1];
|
|
1864
|
-
const columnCharBefore = word[column - 2] || '';
|
|
1865
|
-
const isDiagonalMatch = arrows[row - 1][column - 1] === Diagonal;
|
|
1866
|
-
const score = getScore(rowCharLow, rowChar, columnCharBefore, columnCharLow, columnChar, isDiagonalMatch);
|
|
1867
|
-
if (row === 1 && score > 5) {
|
|
1868
|
-
strongMatch = true;
|
|
1869
|
-
}
|
|
1870
|
-
let diagonalScore = score + table[row - 1][column - 1];
|
|
1871
|
-
if (isDiagonalMatch && score !== -1) {
|
|
1872
|
-
diagonalScore += 2;
|
|
1873
|
-
}
|
|
1874
|
-
const leftScore = table[row][column - 1];
|
|
1875
|
-
if (leftScore > diagonalScore) {
|
|
1876
|
-
table[row][column] = leftScore;
|
|
1877
|
-
arrows[row][column] = Left;
|
|
1878
|
-
} else {
|
|
1879
|
-
table[row][column] = diagonalScore;
|
|
1880
|
-
arrows[row][column] = Diagonal;
|
|
1881
|
-
}
|
|
1882
|
-
}
|
|
1883
|
-
}
|
|
1884
|
-
if (!strongMatch) {
|
|
1885
|
-
return EmptyMatches;
|
|
1886
|
-
}
|
|
1887
|
-
const highlights = traceHighlights(table, arrows, patternLength, wordLength);
|
|
1888
|
-
return highlights;
|
|
1889
|
-
};
|
|
1890
|
-
|
|
1891
|
-
const filterQuickPickItem = (pattern, word) => {
|
|
1892
|
-
const matches = fuzzySearch(pattern, word);
|
|
1893
|
-
return matches;
|
|
1894
|
-
};
|
|
1895
|
-
|
|
1896
|
-
// TODO this should be in FileSystem module
|
|
1897
|
-
const pathBaseName = path => {
|
|
1898
|
-
return path.slice(path.lastIndexOf('/') + 1);
|
|
1899
|
-
};
|
|
1900
|
-
|
|
1901
|
-
// TODO this should be in FileSystem module
|
|
1902
|
-
const pathDirName = path => {
|
|
1903
|
-
const pathSeparator = '/';
|
|
1904
|
-
const index = path.lastIndexOf(pathSeparator);
|
|
1905
|
-
if (index === -1) {
|
|
1906
|
-
return '';
|
|
1907
|
-
}
|
|
1908
|
-
return path.slice(0, index);
|
|
1909
|
-
};
|
|
1910
|
-
|
|
1911
|
-
const filterQuickPickItems = (items, value, provider) => {
|
|
1912
|
-
if (!value) {
|
|
1913
|
-
return items.map(convertToPick);
|
|
1914
|
-
}
|
|
1915
|
-
const results = [];
|
|
1916
|
-
for (const item of items) {
|
|
1917
|
-
let filterValue = '';
|
|
1918
|
-
if (provider) {
|
|
1919
|
-
filterValue = provider.getPickLabel(item);
|
|
1920
|
-
} else {
|
|
1921
|
-
filterValue = pathBaseName(item);
|
|
1922
|
-
}
|
|
1923
|
-
const matches = filterQuickPickItem(value, filterValue);
|
|
1924
|
-
if (matches.length > 0) {
|
|
1925
|
-
results.push({
|
|
1926
|
-
pick: item,
|
|
1927
|
-
matches
|
|
1928
|
-
});
|
|
1929
|
-
}
|
|
1930
|
-
}
|
|
1931
|
-
return results;
|
|
1932
|
-
};
|
|
1933
|
-
|
|
1934
|
-
const getFileSearchRipGrepArgs = () => {
|
|
1935
|
-
const ripGrepArgs = ['--files', '--sort-files'];
|
|
1936
|
-
return ripGrepArgs;
|
|
1937
|
-
};
|
|
1938
|
-
|
|
1939
|
-
const invoke = (method, ...params) => {
|
|
1940
|
-
return invoke$1('SearchProcess.invoke', method, ...params);
|
|
1941
|
-
};
|
|
1942
|
-
|
|
1943
|
-
const splitLines = lines => {
|
|
1944
|
-
if (!lines) {
|
|
1945
|
-
return [];
|
|
1946
|
-
}
|
|
1947
|
-
return lines.split('\n');
|
|
1948
|
-
};
|
|
1949
|
-
|
|
1950
|
-
// TODO create direct connection from electron to file search worker using message ports
|
|
1951
|
-
|
|
1952
|
-
const searchFile$2 = async (path, value, prepare) => {
|
|
1953
|
-
const ripGrepArgs = getFileSearchRipGrepArgs();
|
|
1954
|
-
const options = {
|
|
1955
|
-
ripGrepArgs,
|
|
1956
|
-
searchPath: path,
|
|
1957
|
-
limit: 9_999_999
|
|
1958
|
-
};
|
|
1959
|
-
const stdout = await invoke('SearchFile.searchFile', options);
|
|
1960
|
-
const lines = splitLines(stdout);
|
|
1961
|
-
if (!prepare) {
|
|
1962
|
-
return lines;
|
|
1963
|
-
}
|
|
1964
|
-
const filtered = filterQuickPickItems(lines, value);
|
|
1965
|
-
return filtered;
|
|
1966
|
-
};
|
|
1967
|
-
|
|
1968
|
-
const SearchFileRipGrep = {
|
|
1969
|
-
__proto__: null,
|
|
1970
|
-
searchFile: searchFile$2
|
|
1971
|
-
};
|
|
1972
|
-
|
|
1973
|
-
const getModule = protocol => {
|
|
1974
|
-
switch (protocol) {
|
|
1975
|
-
case Memfs:
|
|
1976
|
-
return SearchFileMemfs;
|
|
1977
|
-
case Fetch:
|
|
1978
|
-
return SearchFileFetch;
|
|
1979
|
-
case Html:
|
|
1980
|
-
return SearchFileHtml;
|
|
1981
|
-
default:
|
|
1982
|
-
return SearchFileRipGrep;
|
|
1983
|
-
}
|
|
1984
|
-
};
|
|
1985
|
-
|
|
1986
|
-
const searchFile$1 = async (path, value, prepare, assetDir) => {
|
|
1987
|
-
const protocol = getProtocol(path);
|
|
1988
|
-
// TODO call different providers depending on protocol
|
|
1989
|
-
const module = await getModule(protocol);
|
|
1990
|
-
const result = await module.searchFile(path, value, prepare, assetDir);
|
|
1991
|
-
return result;
|
|
1992
|
-
};
|
|
1993
|
-
|
|
1994
|
-
const searchFile = async (path, value) => {
|
|
1995
|
-
const prepare = true;
|
|
1996
|
-
// @ts-ignore
|
|
1997
|
-
const files = await searchFile$1(/* path */path, /* searchTerm */value, prepare);
|
|
1998
|
-
return files;
|
|
1999
|
-
};
|
|
2000
|
-
const name$7 = 'file';
|
|
2001
|
-
const getPlaceholder$a = () => {
|
|
2002
|
-
return '';
|
|
2003
|
-
};
|
|
2004
|
-
const getLabel$4 = () => {
|
|
2005
|
-
return files();
|
|
2006
|
-
};
|
|
2007
|
-
|
|
2008
|
-
// TODO help entries should not be here
|
|
2009
|
-
const getHelpEntries$9 = () => {
|
|
2010
|
-
return [{
|
|
2011
|
-
description: goToFile(),
|
|
2012
|
-
category: 'global commands'
|
|
2013
|
-
}];
|
|
2014
|
-
};
|
|
2015
|
-
const getNoResults$9 = () => {
|
|
2016
|
-
return {
|
|
2017
|
-
label: noMatchingResults()
|
|
2018
|
-
};
|
|
2019
|
-
};
|
|
2020
|
-
const getPicks$a = async searchValue => {
|
|
2021
|
-
// TODO cache workspace path
|
|
2022
|
-
const workspace = await invoke$1('Workspace.getPath');
|
|
2023
|
-
if (!workspace) {
|
|
2024
|
-
return [];
|
|
2025
|
-
}
|
|
2026
|
-
const files = await searchFile(workspace, searchValue);
|
|
2027
|
-
// const picks = files.map(toPick)
|
|
2028
|
-
return files;
|
|
2029
|
-
};
|
|
2030
|
-
const selectPick$a = async pick => {
|
|
2031
|
-
if (typeof pick === 'object') {
|
|
2032
|
-
pick = pick.pick;
|
|
2033
|
-
}
|
|
2034
|
-
const workspace = await invoke$1('Workspace.getPath');
|
|
2035
|
-
const absolutePath = `${workspace}/${pick}`;
|
|
2036
|
-
await openUri(absolutePath);
|
|
2037
|
-
return {
|
|
2038
|
-
command: Hide
|
|
2039
|
-
};
|
|
2040
|
-
};
|
|
2041
|
-
const getFilterValue$9 = value => {
|
|
2042
|
-
return value;
|
|
2043
|
-
};
|
|
2044
|
-
const getPickFilterValue$5 = pick => {
|
|
2045
|
-
if (typeof pick === 'object') {
|
|
2046
|
-
pick = pick.pick;
|
|
2047
|
-
}
|
|
2048
|
-
return pick;
|
|
2049
|
-
};
|
|
2050
|
-
const getPickLabel$4 = pick => {
|
|
2051
|
-
if (typeof pick === 'object') {
|
|
2052
|
-
pick = pick.pick;
|
|
2053
|
-
}
|
|
2054
|
-
const baseName = pathBaseName(pick);
|
|
2055
|
-
return baseName;
|
|
2056
|
-
};
|
|
2057
|
-
const getPickDescription$4 = pick => {
|
|
2058
|
-
if (typeof pick === 'object') {
|
|
2059
|
-
pick = pick.pick;
|
|
2060
|
-
}
|
|
2061
|
-
const dirName = pathDirName(pick);
|
|
2062
|
-
return dirName;
|
|
2063
|
-
};
|
|
2064
|
-
const getPickIcon$4 = () => {
|
|
2065
|
-
return '';
|
|
2066
|
-
};
|
|
2067
|
-
const getPickFileIcon$2 = pick => {
|
|
2068
|
-
if (typeof pick === 'object') {
|
|
2069
|
-
pick = pick.pick;
|
|
2070
|
-
}
|
|
2071
|
-
if (typeof pick === 'object') {
|
|
2072
|
-
pick = pick.pick;
|
|
2073
|
-
}
|
|
2074
|
-
const baseName = pathBaseName(pick);
|
|
2075
|
-
return {
|
|
2076
|
-
type: File$2,
|
|
2077
|
-
name: baseName
|
|
2078
|
-
};
|
|
2079
|
-
};
|
|
2080
|
-
const isPrepared$1 = () => {
|
|
2081
|
-
const workspace = '';
|
|
2082
|
-
// TODO protocol should always be defined. For files it should use file protocol
|
|
2083
|
-
const protocol = getProtocol(workspace);
|
|
2084
|
-
return !protocol;
|
|
2085
|
-
};
|
|
2086
|
-
|
|
2087
|
-
const QuickPickEntriesFile = {
|
|
2088
|
-
__proto__: null,
|
|
2089
|
-
getFilterValue: getFilterValue$9,
|
|
2090
|
-
getHelpEntries: getHelpEntries$9,
|
|
2091
|
-
getLabel: getLabel$4,
|
|
2092
|
-
getNoResults: getNoResults$9,
|
|
2093
|
-
getPickDescription: getPickDescription$4,
|
|
2094
|
-
getPickFileIcon: getPickFileIcon$2,
|
|
2095
|
-
getPickFilterValue: getPickFilterValue$5,
|
|
2096
|
-
getPickIcon: getPickIcon$4,
|
|
2097
|
-
getPickLabel: getPickLabel$4,
|
|
2098
|
-
getPicks: getPicks$a,
|
|
2099
|
-
getPlaceholder: getPlaceholder$a,
|
|
2100
|
-
isPrepared: isPrepared$1,
|
|
2101
|
-
name: name$7,
|
|
2102
|
-
selectPick: selectPick$a
|
|
2103
|
-
};
|
|
2104
|
-
|
|
2105
|
-
const execute = async (method, ...params) => {
|
|
2106
|
-
// TODO
|
|
2107
|
-
};
|
|
2108
|
-
|
|
2109
|
-
const name$6 = 'goToLine';
|
|
2110
|
-
const getPlaceholder$9 = () => {
|
|
2111
|
-
return '';
|
|
2112
|
-
};
|
|
2113
|
-
const getHelpEntries$8 = () => {
|
|
2114
|
-
return [];
|
|
2115
|
-
};
|
|
2116
|
-
const getNoResults$8 = () => {
|
|
2117
|
-
return undefined;
|
|
2118
|
-
};
|
|
2119
|
-
const getPicks$9 = async () => {
|
|
2120
|
-
const picks = [{
|
|
2121
|
-
label: '1'
|
|
2122
|
-
}, {
|
|
2123
|
-
label: '2'
|
|
2124
|
-
}, {
|
|
2125
|
-
label: '3'
|
|
2126
|
-
}, {
|
|
2127
|
-
label: '4'
|
|
2128
|
-
}, {
|
|
2129
|
-
label: '5'
|
|
2130
|
-
}, {
|
|
2131
|
-
label: '6'
|
|
2132
|
-
}];
|
|
2133
|
-
return picks;
|
|
2134
|
-
};
|
|
2135
|
-
const selectPick$9 = async item => {
|
|
2136
|
-
const rowIndex = Number.parseInt(item.label);
|
|
2137
|
-
const position = {
|
|
2138
|
-
rowIndex,
|
|
2139
|
-
columnIndex: 5
|
|
2140
|
-
};
|
|
2141
|
-
await execute(/* EditorSetCursor.editorSetCursor */'TODO', /* position */position);
|
|
2142
|
-
// TODO put cursor onto that line
|
|
2143
|
-
return {
|
|
2144
|
-
command: Hide
|
|
2145
|
-
};
|
|
2146
|
-
};
|
|
2147
|
-
const getFilterValue$8 = value => {
|
|
2148
|
-
return value;
|
|
2149
|
-
};
|
|
2150
|
-
|
|
2151
|
-
const QuickPickEntriesGoToLine = {
|
|
2152
|
-
__proto__: null,
|
|
2153
|
-
getFilterValue: getFilterValue$8,
|
|
2154
|
-
getHelpEntries: getHelpEntries$8,
|
|
2155
|
-
getNoResults: getNoResults$8,
|
|
2156
|
-
getPicks: getPicks$9,
|
|
2157
|
-
getPlaceholder: getPlaceholder$9,
|
|
2158
|
-
name: name$6,
|
|
2159
|
-
selectPick: selectPick$9
|
|
2160
|
-
};
|
|
2161
|
-
|
|
2162
|
-
const name$5 = 'noop';
|
|
2163
|
-
const getPlaceholder$8 = () => {
|
|
2164
|
-
return '';
|
|
2165
|
-
};
|
|
2166
|
-
const getHelpEntries$7 = () => {
|
|
2167
|
-
return [];
|
|
2168
|
-
};
|
|
2169
|
-
const getNoResults$7 = () => {
|
|
2170
|
-
return noResults();
|
|
2171
|
-
};
|
|
2172
|
-
const getPicks$8 = async value => {
|
|
2173
|
-
return [];
|
|
2174
|
-
};
|
|
2175
|
-
const selectPick$8 = async item => {
|
|
2176
|
-
return {
|
|
2177
|
-
command: Hide
|
|
2178
|
-
};
|
|
2179
|
-
};
|
|
2180
|
-
const getFilterValue$7 = value => {
|
|
2181
|
-
return value;
|
|
2182
|
-
};
|
|
2183
|
-
const getPickFilterValue$4 = pick => {
|
|
2184
|
-
return pick;
|
|
2185
|
-
};
|
|
2186
|
-
|
|
2187
|
-
const QuickPickNoop = {
|
|
2188
|
-
__proto__: null,
|
|
2189
|
-
getFilterValue: getFilterValue$7,
|
|
2190
|
-
getHelpEntries: getHelpEntries$7,
|
|
2191
|
-
getNoResults: getNoResults$7,
|
|
2192
|
-
getPickFilterValue: getPickFilterValue$4,
|
|
2193
|
-
getPicks: getPicks$8,
|
|
2194
|
-
getPlaceholder: getPlaceholder$8,
|
|
2195
|
-
name: name$5,
|
|
2196
|
-
selectPick: selectPick$8
|
|
2197
|
-
};
|
|
2198
|
-
|
|
2199
|
-
const name$4 = 'symbol';
|
|
2200
|
-
const getPlaceholder$7 = () => {
|
|
2201
|
-
return '';
|
|
2202
|
-
};
|
|
2203
|
-
const getHelpEntries$6 = () => {
|
|
2204
|
-
return [];
|
|
2205
|
-
};
|
|
2206
|
-
const getNoResults$6 = () => {
|
|
2207
|
-
return {
|
|
2208
|
-
label: noSymbolFound()
|
|
2209
|
-
};
|
|
2210
|
-
};
|
|
2211
|
-
const getPicks$7 = async () => {
|
|
2212
|
-
const picks = [];
|
|
2213
|
-
return picks;
|
|
2214
|
-
};
|
|
2215
|
-
const selectPick$7 = async item => {
|
|
2216
|
-
return {
|
|
2217
|
-
command: Hide
|
|
2218
|
-
};
|
|
2219
|
-
};
|
|
2220
|
-
const getFilterValue$6 = value => {
|
|
2221
|
-
return value;
|
|
2222
|
-
};
|
|
2223
|
-
|
|
2224
|
-
const QuickPickEntriesSymbol = {
|
|
2225
|
-
__proto__: null,
|
|
2226
|
-
getFilterValue: getFilterValue$6,
|
|
2227
|
-
getHelpEntries: getHelpEntries$6,
|
|
2228
|
-
getNoResults: getNoResults$6,
|
|
2229
|
-
getPicks: getPicks$7,
|
|
2230
|
-
getPlaceholder: getPlaceholder$7,
|
|
2231
|
-
name: name$4,
|
|
2232
|
-
selectPick: selectPick$7
|
|
2233
|
-
};
|
|
2234
|
-
|
|
2235
|
-
// TODO probably not needed
|
|
2236
|
-
|
|
2237
|
-
const getPlaceholder$6 = () => {
|
|
2238
|
-
return typeNameofCommandToRun();
|
|
2239
|
-
};
|
|
2240
|
-
const getHelpEntries$5 = () => {
|
|
2241
|
-
return undefined;
|
|
2242
|
-
};
|
|
2243
|
-
const getPicks$6 = async () => {
|
|
2244
|
-
// const views = ViewService.getViews()
|
|
2245
|
-
// const picks = views.map(toPick)
|
|
2246
|
-
// return picks
|
|
2247
|
-
return [];
|
|
2248
|
-
};
|
|
2249
|
-
const selectPick$6 = async item => {
|
|
2250
|
-
// Command.execute(/* openView */ 549, /* viewName */ item.label)
|
|
2251
|
-
// return {
|
|
2252
|
-
// command: QuickPickReturnValue.Hide,
|
|
2253
|
-
// }
|
|
2254
|
-
};
|
|
2255
|
-
const getFilterValue$5 = value => {
|
|
2256
|
-
return value;
|
|
2257
|
-
};
|
|
2258
|
-
|
|
2259
|
-
const QuickPickEntriesView = {
|
|
2260
|
-
__proto__: null,
|
|
2261
|
-
getFilterValue: getFilterValue$5,
|
|
2262
|
-
getHelpEntries: getHelpEntries$5,
|
|
2263
|
-
getPicks: getPicks$6,
|
|
2264
|
-
getPlaceholder: getPlaceholder$6,
|
|
2265
|
-
selectPick: selectPick$6
|
|
2266
|
-
};
|
|
2267
|
-
|
|
2268
|
-
const name$3 = 'workspace-symbol';
|
|
2269
|
-
const getPlaceholder$5 = () => {
|
|
2270
|
-
return '';
|
|
2271
|
-
};
|
|
2272
|
-
const getHelpEntries$4 = () => {
|
|
2273
|
-
return [];
|
|
2274
|
-
};
|
|
2275
|
-
const getNoResults$5 = () => {
|
|
2276
|
-
return {
|
|
2277
|
-
label: noWorkspaceSymbolsFound()
|
|
2278
|
-
};
|
|
2279
|
-
};
|
|
2280
|
-
const getPicks$5 = async () => {
|
|
2281
|
-
const picks = [];
|
|
2282
|
-
return picks;
|
|
2283
|
-
};
|
|
2284
|
-
const selectPick$5 = async item => {
|
|
2285
|
-
return {
|
|
2286
|
-
command: Hide
|
|
2287
|
-
};
|
|
2288
|
-
};
|
|
2289
|
-
const getFilterValue$4 = value => {
|
|
2290
|
-
return value;
|
|
2291
|
-
};
|
|
2292
|
-
|
|
2293
|
-
const QuickPickEntriesWorkspaceSymbol = {
|
|
2294
|
-
__proto__: null,
|
|
2295
|
-
getFilterValue: getFilterValue$4,
|
|
2296
|
-
getHelpEntries: getHelpEntries$4,
|
|
2297
|
-
getNoResults: getNoResults$5,
|
|
2298
|
-
getPicks: getPicks$5,
|
|
2299
|
-
getPlaceholder: getPlaceholder$5,
|
|
2300
|
-
name: name$3,
|
|
2301
|
-
selectPick: selectPick$5
|
|
2302
|
-
};
|
|
2303
|
-
|
|
2304
|
-
const Command = '>';
|
|
2305
|
-
const Symbol$2 = '@';
|
|
2306
|
-
const WorkspaceSymbol$1 = '#';
|
|
2307
|
-
const GoToLine = ':';
|
|
2308
|
-
const View$1 = 'view ';
|
|
2309
|
-
const None$2 = '';
|
|
2310
|
-
|
|
2311
|
-
// TODO avoid global variable
|
|
2312
|
-
|
|
2313
|
-
const state$1 = {
|
|
2314
|
-
// providerId: PROVIDER_NOOP,
|
|
2315
|
-
provider: QuickPickNoop,
|
|
2316
|
-
prefix: 'string-that-should-never-match-another-string'
|
|
2317
|
-
};
|
|
2318
|
-
|
|
2319
|
-
/**
|
|
2320
|
-
* @type {string}
|
|
2321
|
-
*/
|
|
2322
|
-
const name$2 = 'everything';
|
|
2323
|
-
const getPlaceholder$4 = () => {
|
|
2324
|
-
return state$1.provider.getPlaceholder();
|
|
2325
|
-
};
|
|
2326
|
-
const getLabel$3 = () => {
|
|
2327
|
-
return '';
|
|
2328
|
-
};
|
|
2329
|
-
const getHelpEntries$3 = () => {
|
|
2330
|
-
return state$1.provider.getHelpEntries();
|
|
2331
|
-
};
|
|
2332
|
-
const getNoResults$4 = () => {
|
|
2333
|
-
return state$1.provider.getNoResults();
|
|
2334
|
-
};
|
|
2335
|
-
const getPrefix = value => {
|
|
2336
|
-
if (value.startsWith(Command)) {
|
|
2337
|
-
return Command;
|
|
2338
|
-
}
|
|
2339
|
-
if (value.startsWith(Symbol$2)) {
|
|
2340
|
-
return Symbol$2;
|
|
2341
|
-
}
|
|
2342
|
-
if (value.startsWith(WorkspaceSymbol$1)) {
|
|
2343
|
-
return WorkspaceSymbol$1;
|
|
2344
|
-
}
|
|
2345
|
-
if (value.startsWith(GoToLine)) {
|
|
2346
|
-
return GoToLine;
|
|
2347
|
-
}
|
|
2348
|
-
if (value.startsWith(View$1)) {
|
|
2349
|
-
return View$1;
|
|
2350
|
-
}
|
|
2351
|
-
return None$2;
|
|
2352
|
-
};
|
|
2353
|
-
const getQuickPickProvider = prefix => {
|
|
2354
|
-
// TODO could use enum for prefix
|
|
2355
|
-
// TODO could use regex to extract prefix
|
|
2356
|
-
// TODO or could check first letter char code (less comparisons)
|
|
2357
|
-
switch (prefix) {
|
|
2358
|
-
case Command:
|
|
2359
|
-
return QuickPickEntriesCommand;
|
|
2360
|
-
case Symbol$2:
|
|
2361
|
-
return QuickPickEntriesSymbol;
|
|
2362
|
-
case WorkspaceSymbol$1:
|
|
2363
|
-
return QuickPickEntriesWorkspaceSymbol;
|
|
2364
|
-
case GoToLine:
|
|
2365
|
-
return QuickPickEntriesGoToLine;
|
|
2366
|
-
case View$1:
|
|
2367
|
-
return QuickPickEntriesView;
|
|
2368
|
-
default:
|
|
2369
|
-
return QuickPickEntriesFile;
|
|
1565
|
+
const getQuickPickProvider = prefix => {
|
|
1566
|
+
// TODO could use enum for prefix
|
|
1567
|
+
// TODO could use regex to extract prefix
|
|
1568
|
+
// TODO or could check first letter char code (less comparisons)
|
|
1569
|
+
switch (prefix) {
|
|
1570
|
+
case Command:
|
|
1571
|
+
return QuickPickEntriesCommand;
|
|
1572
|
+
case Symbol$1:
|
|
1573
|
+
return QuickPickEntriesSymbol;
|
|
1574
|
+
case WorkspaceSymbol$1:
|
|
1575
|
+
return QuickPickEntriesWorkspaceSymbol;
|
|
1576
|
+
case GoToLine:
|
|
1577
|
+
return QuickPickEntriesGoToLine;
|
|
1578
|
+
case View$1:
|
|
1579
|
+
return QuickPickEntriesView;
|
|
1580
|
+
default:
|
|
1581
|
+
return QuickPickEntriesFile;
|
|
2370
1582
|
}
|
|
2371
1583
|
};
|
|
2372
1584
|
const getPicks$4 = async value => {
|
|
2373
1585
|
const prefix = getPrefix(value);
|
|
2374
1586
|
|
|
2375
1587
|
// TODO race condition
|
|
2376
|
-
if (state$
|
|
2377
|
-
state$
|
|
1588
|
+
if (state$5.prefix !== prefix) {
|
|
1589
|
+
state$5.prefix = prefix;
|
|
2378
1590
|
// @ts-ignore
|
|
2379
|
-
state$
|
|
1591
|
+
state$5.provider = await getQuickPickProvider(prefix);
|
|
2380
1592
|
}
|
|
2381
1593
|
// TODO this line is a bit duplicated with getFilterValue
|
|
2382
1594
|
const slicedValue = value.slice(prefix.length).trimStart();
|
|
2383
|
-
const picks = await state$
|
|
1595
|
+
const picks = await state$5.provider.getPicks(slicedValue);
|
|
2384
1596
|
return picks;
|
|
2385
1597
|
};
|
|
2386
1598
|
const selectPick$4 = item => {
|
|
2387
1599
|
const {
|
|
2388
1600
|
provider
|
|
2389
|
-
} = state$
|
|
1601
|
+
} = state$5;
|
|
2390
1602
|
return provider.selectPick(item);
|
|
2391
1603
|
};
|
|
2392
1604
|
const openCommandPalette = () => {
|
|
@@ -2395,19 +1607,19 @@ const openCommandPalette = () => {
|
|
|
2395
1607
|
const openView = () => {
|
|
2396
1608
|
// show('view ')
|
|
2397
1609
|
};
|
|
2398
|
-
const getFilterValue$
|
|
2399
|
-
return value.slice(state$
|
|
1610
|
+
const getFilterValue$4 = value => {
|
|
1611
|
+
return value.slice(state$5.prefix.length);
|
|
2400
1612
|
};
|
|
2401
|
-
const getPickFilterValue$
|
|
1613
|
+
const getPickFilterValue$4 = pick => {
|
|
2402
1614
|
const {
|
|
2403
1615
|
provider
|
|
2404
|
-
} = state$
|
|
1616
|
+
} = state$5;
|
|
2405
1617
|
return provider.getPickFilterValue(pick);
|
|
2406
1618
|
};
|
|
2407
|
-
const getPickDescription$
|
|
1619
|
+
const getPickDescription$5 = pick => {
|
|
2408
1620
|
const {
|
|
2409
1621
|
provider
|
|
2410
|
-
} = state$
|
|
1622
|
+
} = state$5;
|
|
2411
1623
|
// @ts-ignore
|
|
2412
1624
|
if (provider.getPickDescription) {
|
|
2413
1625
|
// @ts-ignore
|
|
@@ -2415,24 +1627,24 @@ const getPickDescription$3 = pick => {
|
|
|
2415
1627
|
}
|
|
2416
1628
|
return '';
|
|
2417
1629
|
};
|
|
2418
|
-
const getPickLabel$
|
|
1630
|
+
const getPickLabel$4 = pick => {
|
|
2419
1631
|
const {
|
|
2420
1632
|
provider
|
|
2421
|
-
} = state$
|
|
1633
|
+
} = state$5;
|
|
2422
1634
|
// @ts-ignore
|
|
2423
1635
|
return provider.getPickLabel(pick);
|
|
2424
1636
|
};
|
|
2425
|
-
const getPickIcon$
|
|
1637
|
+
const getPickIcon$4 = pick => {
|
|
2426
1638
|
const {
|
|
2427
1639
|
provider
|
|
2428
|
-
} = state$
|
|
1640
|
+
} = state$5;
|
|
2429
1641
|
// @ts-ignore
|
|
2430
1642
|
return provider.getPickIcon(pick);
|
|
2431
1643
|
};
|
|
2432
1644
|
const getPickFileIcon$1 = pick => {
|
|
2433
1645
|
const {
|
|
2434
1646
|
provider
|
|
2435
|
-
} = state$
|
|
1647
|
+
} = state$5;
|
|
2436
1648
|
// @ts-ignore
|
|
2437
1649
|
if (provider.getPickFileIcon) {
|
|
2438
1650
|
// @ts-ignore
|
|
@@ -2440,10 +1652,10 @@ const getPickFileIcon$1 = pick => {
|
|
|
2440
1652
|
}
|
|
2441
1653
|
return '';
|
|
2442
1654
|
};
|
|
2443
|
-
const isPrepared = () => {
|
|
1655
|
+
const isPrepared$4 = () => {
|
|
2444
1656
|
const {
|
|
2445
1657
|
provider
|
|
2446
|
-
} = state$
|
|
1658
|
+
} = state$5;
|
|
2447
1659
|
// @ts-ignore
|
|
2448
1660
|
if (provider.isPrepared) {
|
|
2449
1661
|
// @ts-ignore
|
|
@@ -2454,29 +1666,29 @@ const isPrepared = () => {
|
|
|
2454
1666
|
|
|
2455
1667
|
const QuickPickEntriesEverything = {
|
|
2456
1668
|
__proto__: null,
|
|
2457
|
-
getFilterValue: getFilterValue$
|
|
2458
|
-
getHelpEntries: getHelpEntries$
|
|
1669
|
+
getFilterValue: getFilterValue$4,
|
|
1670
|
+
getHelpEntries: getHelpEntries$4,
|
|
2459
1671
|
getLabel: getLabel$3,
|
|
2460
1672
|
getNoResults: getNoResults$4,
|
|
2461
|
-
getPickDescription: getPickDescription$
|
|
1673
|
+
getPickDescription: getPickDescription$5,
|
|
2462
1674
|
getPickFileIcon: getPickFileIcon$1,
|
|
2463
|
-
getPickFilterValue: getPickFilterValue$
|
|
2464
|
-
getPickIcon: getPickIcon$
|
|
2465
|
-
getPickLabel: getPickLabel$
|
|
1675
|
+
getPickFilterValue: getPickFilterValue$4,
|
|
1676
|
+
getPickIcon: getPickIcon$4,
|
|
1677
|
+
getPickLabel: getPickLabel$4,
|
|
2466
1678
|
getPicks: getPicks$4,
|
|
2467
1679
|
getPlaceholder: getPlaceholder$4,
|
|
2468
|
-
isPrepared,
|
|
2469
|
-
name: name$
|
|
1680
|
+
isPrepared: isPrepared$4,
|
|
1681
|
+
name: name$4,
|
|
2470
1682
|
openCommandPalette,
|
|
2471
1683
|
openView,
|
|
2472
1684
|
selectPick: selectPick$4,
|
|
2473
|
-
state: state$
|
|
1685
|
+
state: state$5
|
|
2474
1686
|
};
|
|
2475
1687
|
|
|
2476
|
-
const Default = 0;
|
|
1688
|
+
const Default$1 = 0;
|
|
2477
1689
|
const Finished = 2;
|
|
2478
1690
|
|
|
2479
|
-
const create$
|
|
1691
|
+
const create$2 = () => {
|
|
2480
1692
|
const states = Object.create(null);
|
|
2481
1693
|
return {
|
|
2482
1694
|
get(uid) {
|
|
@@ -2487,16 +1699,20 @@ const create$3 = () => {
|
|
|
2487
1699
|
oldState,
|
|
2488
1700
|
newState
|
|
2489
1701
|
};
|
|
1702
|
+
},
|
|
1703
|
+
remove(uid) {
|
|
1704
|
+
delete states[uid];
|
|
2490
1705
|
}
|
|
2491
1706
|
};
|
|
2492
1707
|
};
|
|
2493
1708
|
|
|
2494
1709
|
const {
|
|
2495
1710
|
get,
|
|
2496
|
-
set
|
|
2497
|
-
|
|
1711
|
+
set,
|
|
1712
|
+
remove
|
|
1713
|
+
} = create$2();
|
|
2498
1714
|
|
|
2499
|
-
const create$
|
|
1715
|
+
const create$1 = ({
|
|
2500
1716
|
itemHeight,
|
|
2501
1717
|
headerHeight = 0,
|
|
2502
1718
|
minimumSliderSize = 20
|
|
@@ -2562,10 +1778,10 @@ const handleWheel = (state, deltaMode, deltaY) => {
|
|
|
2562
1778
|
return setDeltaY(state, state.deltaY + deltaY);
|
|
2563
1779
|
};
|
|
2564
1780
|
|
|
2565
|
-
const create
|
|
1781
|
+
const create = (uid, uri, listItemHeight, x, y, width, height, platform, args, renderAllItems) => {
|
|
2566
1782
|
const state = {
|
|
2567
1783
|
uid,
|
|
2568
|
-
state: Default,
|
|
1784
|
+
state: Default$1,
|
|
2569
1785
|
picks: [],
|
|
2570
1786
|
recentPicks: [],
|
|
2571
1787
|
recentPickIds: new Map(),
|
|
@@ -2581,7 +1797,7 @@ const create$1 = (uid, uri, listItemHeight, x, y, width, height, platform, args)
|
|
|
2581
1797
|
height: 300,
|
|
2582
1798
|
top: 50,
|
|
2583
1799
|
width: 600,
|
|
2584
|
-
...create$
|
|
1800
|
+
...create$1({
|
|
2585
1801
|
itemHeight: listItemHeight,
|
|
2586
1802
|
headerHeight: 30,
|
|
2587
1803
|
minimumSliderSize: minimumSliderSize
|
|
@@ -2590,119 +1806,205 @@ const create$1 = (uid, uri, listItemHeight, x, y, width, height, platform, args)
|
|
|
2590
1806
|
args,
|
|
2591
1807
|
focused: false,
|
|
2592
1808
|
platform,
|
|
2593
|
-
value: ''
|
|
1809
|
+
value: '',
|
|
1810
|
+
renderAllItems
|
|
2594
1811
|
};
|
|
2595
1812
|
set(uid, state, state);
|
|
2596
1813
|
};
|
|
2597
1814
|
|
|
2598
|
-
const
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
// TODO make this dynamic again
|
|
2609
|
-
warned: [],
|
|
2610
|
-
visiblePicks: [],
|
|
2611
|
-
maxVisibleItems: 10,
|
|
2612
|
-
uri,
|
|
2613
|
-
cursorOffset: 0,
|
|
2614
|
-
height: 300,
|
|
2615
|
-
top: 50,
|
|
2616
|
-
width: 600,
|
|
2617
|
-
...create$2({
|
|
2618
|
-
itemHeight: listItemHeight,
|
|
2619
|
-
headerHeight: 30,
|
|
2620
|
-
minimumSliderSize: minimumSliderSize
|
|
2621
|
-
}),
|
|
2622
|
-
inputSource: User,
|
|
2623
|
-
args,
|
|
2624
|
-
focused: false,
|
|
2625
|
-
platform,
|
|
2626
|
-
value: ''
|
|
1815
|
+
const dispose = uid => {
|
|
1816
|
+
remove(uid);
|
|
1817
|
+
};
|
|
1818
|
+
|
|
1819
|
+
const emptyMatches = [];
|
|
1820
|
+
|
|
1821
|
+
const convertToPick = item => {
|
|
1822
|
+
return {
|
|
1823
|
+
pick: item,
|
|
1824
|
+
matches: emptyMatches
|
|
2627
1825
|
};
|
|
2628
|
-
set(uid, state, state);
|
|
2629
|
-
return state;
|
|
2630
1826
|
};
|
|
2631
1827
|
|
|
2632
|
-
const
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
1828
|
+
const Diagonal = 1;
|
|
1829
|
+
const Left = 2;
|
|
1830
|
+
|
|
1831
|
+
// based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
|
|
1832
|
+
|
|
1833
|
+
const createTable = size => {
|
|
1834
|
+
const table = [];
|
|
1835
|
+
for (let i = 0; i < size; i++) {
|
|
1836
|
+
const row = new Uint8Array(size);
|
|
1837
|
+
table.push(row);
|
|
1838
|
+
}
|
|
1839
|
+
return table;
|
|
1840
|
+
};
|
|
1841
|
+
const EmptyMatches = [];
|
|
1842
|
+
const Dash = '-';
|
|
1843
|
+
const Dot = '.';
|
|
1844
|
+
const EmptyString = '';
|
|
1845
|
+
const Space = ' ';
|
|
1846
|
+
const Underline = '_';
|
|
1847
|
+
const T = 't';
|
|
1848
|
+
const isLowerCase = char => {
|
|
1849
|
+
return char === char.toLowerCase();
|
|
1850
|
+
};
|
|
1851
|
+
const isUpperCase = char => {
|
|
1852
|
+
return char === char.toUpperCase();
|
|
1853
|
+
};
|
|
1854
|
+
|
|
1855
|
+
// based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
|
|
1856
|
+
const isGap = (columnCharBefore, columnChar) => {
|
|
1857
|
+
switch (columnCharBefore) {
|
|
1858
|
+
case Dash:
|
|
1859
|
+
case Underline:
|
|
1860
|
+
case EmptyString:
|
|
1861
|
+
case T:
|
|
1862
|
+
case Space:
|
|
1863
|
+
case Dot:
|
|
1864
|
+
return true;
|
|
1865
|
+
}
|
|
1866
|
+
if (isLowerCase(columnCharBefore) && isUpperCase(columnChar)) {
|
|
1867
|
+
return true;
|
|
1868
|
+
}
|
|
1869
|
+
return false;
|
|
1870
|
+
};
|
|
1871
|
+
|
|
1872
|
+
// based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
|
|
1873
|
+
const getScore = (rowCharLow, rowChar, columnCharBefore, columnCharLow, columnChar, isDiagonalMatch) => {
|
|
1874
|
+
if (rowCharLow !== columnCharLow) {
|
|
1875
|
+
return -1;
|
|
1876
|
+
}
|
|
1877
|
+
const isMatch = rowChar === columnChar;
|
|
1878
|
+
if (isMatch) {
|
|
1879
|
+
if (isDiagonalMatch) {
|
|
1880
|
+
return 8;
|
|
2637
1881
|
}
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
1882
|
+
if (isGap(columnCharBefore, columnChar)) {
|
|
1883
|
+
return 8;
|
|
1884
|
+
}
|
|
1885
|
+
return 5;
|
|
1886
|
+
}
|
|
1887
|
+
if (isGap(columnCharBefore, columnChar)) {
|
|
1888
|
+
return 8;
|
|
2642
1889
|
}
|
|
1890
|
+
return 5;
|
|
2643
1891
|
};
|
|
2644
1892
|
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
1893
|
+
// based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
|
|
1894
|
+
|
|
1895
|
+
const isPatternInWord = (patternLow, patternPos, patternLen, wordLow, wordPos, wordLen) => {
|
|
1896
|
+
while (patternPos < patternLen && wordPos < wordLen) {
|
|
1897
|
+
if (patternLow[patternPos] === wordLow[wordPos]) {
|
|
1898
|
+
patternPos += 1;
|
|
1899
|
+
}
|
|
1900
|
+
wordPos += 1;
|
|
1901
|
+
}
|
|
1902
|
+
return patternPos === patternLen; // pattern must be exhausted
|
|
1903
|
+
};
|
|
1904
|
+
|
|
1905
|
+
// based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
|
|
1906
|
+
const traceHighlights = (table, arrows, patternLength, wordLength) => {
|
|
1907
|
+
let row = patternLength;
|
|
1908
|
+
let column = wordLength;
|
|
1909
|
+
const matches = [];
|
|
1910
|
+
while (row >= 1 && column >= 1) {
|
|
1911
|
+
const arrow = arrows[row][column];
|
|
1912
|
+
if (arrow === Left) {
|
|
1913
|
+
column--;
|
|
1914
|
+
} else if (arrow === Diagonal) {
|
|
1915
|
+
row--;
|
|
1916
|
+
column--;
|
|
1917
|
+
const start = column + 1;
|
|
1918
|
+
while (row >= 1 && column >= 1) {
|
|
1919
|
+
const arrow = arrows[row][column];
|
|
1920
|
+
if (arrow === Left) {
|
|
1921
|
+
break;
|
|
1922
|
+
}
|
|
1923
|
+
if (arrow === Diagonal) {
|
|
1924
|
+
row--;
|
|
1925
|
+
column--;
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1928
|
+
const end = column;
|
|
1929
|
+
matches.unshift(end, start);
|
|
2650
1930
|
}
|
|
2651
|
-
const text = await response.text();
|
|
2652
|
-
return text;
|
|
2653
|
-
} catch (error) {
|
|
2654
|
-
throw new VError(error, `Failed to request text for ${url}`);
|
|
2655
1931
|
}
|
|
1932
|
+
matches.unshift(table[patternLength][wordLength - 1]);
|
|
1933
|
+
return matches;
|
|
2656
1934
|
};
|
|
2657
1935
|
|
|
2658
|
-
//
|
|
2659
|
-
|
|
2660
|
-
const
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
const
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
const
|
|
2680
|
-
if (
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
1936
|
+
// based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
|
|
1937
|
+
const gridSize = 128;
|
|
1938
|
+
const table = createTable(gridSize);
|
|
1939
|
+
const arrows = createTable(gridSize);
|
|
1940
|
+
const fuzzySearch = (pattern, word) => {
|
|
1941
|
+
const patternLength = Math.min(pattern.length, gridSize - 1);
|
|
1942
|
+
const wordLength = Math.min(word.length, gridSize - 1);
|
|
1943
|
+
const patternLower = pattern.toLowerCase();
|
|
1944
|
+
const wordLower = word.toLowerCase();
|
|
1945
|
+
if (!isPatternInWord(patternLower, 0, patternLength, wordLower, 0, wordLength)) {
|
|
1946
|
+
return EmptyMatches;
|
|
1947
|
+
}
|
|
1948
|
+
let strongMatch = false;
|
|
1949
|
+
for (let row = 1; row < patternLength + 1; row++) {
|
|
1950
|
+
const rowChar = pattern[row - 1];
|
|
1951
|
+
const rowCharLow = patternLower[row - 1];
|
|
1952
|
+
for (let column = 1; column < wordLength + 1; column++) {
|
|
1953
|
+
const columnChar = word[column - 1];
|
|
1954
|
+
const columnCharLow = wordLower[column - 1];
|
|
1955
|
+
const columnCharBefore = word[column - 2] || '';
|
|
1956
|
+
const isDiagonalMatch = arrows[row - 1][column - 1] === Diagonal;
|
|
1957
|
+
const score = getScore(rowCharLow, rowChar, columnCharBefore, columnCharLow, columnChar, isDiagonalMatch);
|
|
1958
|
+
if (row === 1 && score > 5) {
|
|
1959
|
+
strongMatch = true;
|
|
1960
|
+
}
|
|
1961
|
+
let diagonalScore = score + table[row - 1][column - 1];
|
|
1962
|
+
if (isDiagonalMatch && score !== -1) {
|
|
1963
|
+
diagonalScore += 2;
|
|
1964
|
+
}
|
|
1965
|
+
const leftScore = table[row][column - 1];
|
|
1966
|
+
if (leftScore > diagonalScore) {
|
|
1967
|
+
table[row][column] = leftScore;
|
|
1968
|
+
arrows[row][column] = Left;
|
|
2689
1969
|
} else {
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
name: rest
|
|
2693
|
-
});
|
|
1970
|
+
table[row][column] = diagonalScore;
|
|
1971
|
+
arrows[row][column] = Diagonal;
|
|
2694
1972
|
}
|
|
2695
1973
|
}
|
|
2696
1974
|
}
|
|
2697
|
-
|
|
1975
|
+
if (!strongMatch) {
|
|
1976
|
+
return EmptyMatches;
|
|
1977
|
+
}
|
|
1978
|
+
const highlights = traceHighlights(table, arrows, patternLength, wordLength);
|
|
1979
|
+
return highlights;
|
|
2698
1980
|
};
|
|
2699
|
-
|
|
2700
|
-
|
|
1981
|
+
|
|
1982
|
+
const filterQuickPickItem = (pattern, word) => {
|
|
1983
|
+
const matches = fuzzySearch(pattern, word);
|
|
1984
|
+
return matches;
|
|
2701
1985
|
};
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
1986
|
+
|
|
1987
|
+
const filterQuickPickItems = (items, value, provider) => {
|
|
1988
|
+
if (!value) {
|
|
1989
|
+
return items.map(convertToPick);
|
|
1990
|
+
}
|
|
1991
|
+
const results = [];
|
|
1992
|
+
for (const item of items) {
|
|
1993
|
+
let filterValue = '';
|
|
1994
|
+
if (provider) {
|
|
1995
|
+
filterValue = provider.getPickLabel(item);
|
|
1996
|
+
} else {
|
|
1997
|
+
filterValue = pathBaseName(item);
|
|
1998
|
+
}
|
|
1999
|
+
const matches = filterQuickPickItem(value, filterValue);
|
|
2000
|
+
if (matches.length > 0) {
|
|
2001
|
+
results.push({
|
|
2002
|
+
pick: item,
|
|
2003
|
+
matches
|
|
2004
|
+
});
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
return results;
|
|
2706
2008
|
};
|
|
2707
2009
|
|
|
2708
2010
|
const focusIndex = async (state, index) => {
|
|
@@ -2789,7 +2091,8 @@ const focusPrevious = state => {
|
|
|
2789
2091
|
return focusIndex(state, previousIndex);
|
|
2790
2092
|
};
|
|
2791
2093
|
|
|
2792
|
-
const commandIds = ['
|
|
2094
|
+
const commandIds = ['dispose', 'focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusPrevious', 'handleBeforeInput', 'handleBlur', 'handleClickAt', 'handleFocus', 'handleInput', 'handleWheel', 'renderEventListeners', 'selectCurrentIndex', 'selectIndex', 'selectItem', 'setValue'];
|
|
2095
|
+
|
|
2793
2096
|
const getCommandIds = () => {
|
|
2794
2097
|
return commandIds;
|
|
2795
2098
|
};
|
|
@@ -3019,300 +2322,158 @@ const handleBeforeInput = (state, inputType, data, selectionStart, selectionEnd)
|
|
|
3019
2322
|
return handleInput(state, newValue, cursorOffset, User);
|
|
3020
2323
|
};
|
|
3021
2324
|
|
|
3022
|
-
const
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
const handleBlur = async state => {
|
|
3027
|
-
await closeWidget(state.uid);
|
|
2325
|
+
const handleBlur$1 = async state => {
|
|
2326
|
+
// TODO fix virtual dom diffing so that input isn't destroyed and loses focus when rerendering
|
|
2327
|
+
// await CloseWidget.closeWidget(state.uid)
|
|
3028
2328
|
return state;
|
|
3029
2329
|
};
|
|
3030
|
-
|
|
3031
|
-
const
|
|
3032
|
-
|
|
3033
|
-
number(index);
|
|
3034
|
-
// if (index < state.recentPicks.length) {
|
|
3035
|
-
// return state.recentPicks[index]
|
|
3036
|
-
// }
|
|
3037
|
-
// index -= state.recentPicks.length
|
|
3038
|
-
if (index < items.length) {
|
|
3039
|
-
return items[index].pick;
|
|
3040
|
-
}
|
|
3041
|
-
console.warn('no pick matching index', index);
|
|
3042
|
-
};
|
|
3043
|
-
|
|
3044
|
-
const selectIndex = async (state, index, button = /* left */0) => {
|
|
3045
|
-
const {
|
|
3046
|
-
minLineY,
|
|
3047
|
-
provider,
|
|
3048
|
-
items
|
|
3049
|
-
} = state;
|
|
3050
|
-
const actualIndex = index + minLineY;
|
|
3051
|
-
const pick = getPick(items, actualIndex);
|
|
3052
|
-
const selectPickResult = await provider.selectPick(pick, actualIndex, button);
|
|
3053
|
-
object(selectPickResult);
|
|
3054
|
-
string(selectPickResult.command);
|
|
3055
|
-
const {
|
|
3056
|
-
command
|
|
3057
|
-
} = selectPickResult;
|
|
3058
|
-
switch (command) {
|
|
3059
|
-
case Hide:
|
|
3060
|
-
await closeWidget(state.uid);
|
|
3061
|
-
return state;
|
|
3062
|
-
default:
|
|
3063
|
-
return state;
|
|
3064
|
-
}
|
|
3065
|
-
|
|
3066
|
-
// TODO recent picks should be per provider
|
|
3067
|
-
// if (!state.recentPickIds.has(pick.id)) {
|
|
3068
|
-
// state.recentPicks.unshift(pick)
|
|
3069
|
-
// state.recentPickIds.add(pick.id)
|
|
3070
|
-
// }
|
|
3071
|
-
// if (state.recentPicks.length > RECENT_PICKS_MAX_SIZE) {
|
|
3072
|
-
// const last = state.recentPicks.pop()
|
|
3073
|
-
// state.recentPickIds.delete(last.id)
|
|
3074
|
-
// }
|
|
3075
|
-
};
|
|
3076
|
-
|
|
3077
|
-
const handleClickAt = (state, x, y) => {
|
|
3078
|
-
const {
|
|
3079
|
-
top,
|
|
3080
|
-
headerHeight,
|
|
3081
|
-
itemHeight
|
|
3082
|
-
} = state;
|
|
3083
|
-
const relativeY = y - top - headerHeight;
|
|
3084
|
-
const index = Math.floor(relativeY / itemHeight);
|
|
3085
|
-
return selectIndex(state, index);
|
|
3086
|
-
};
|
|
3087
|
-
|
|
3088
|
-
const getDefaultValue = uri => {
|
|
3089
|
-
switch (uri) {
|
|
3090
|
-
case 'quickPick://everything':
|
|
3091
|
-
return '>';
|
|
3092
|
-
default:
|
|
3093
|
-
return '';
|
|
3094
|
-
}
|
|
3095
|
-
};
|
|
3096
|
-
|
|
3097
|
-
const getColorThemeNames = async () => {
|
|
3098
|
-
return invoke$1(/* Ajax.getJson */'ColorTheme.getColorThemeNames');
|
|
3099
|
-
};
|
|
3100
|
-
|
|
3101
|
-
const setColorTheme = id => {
|
|
3102
|
-
return invoke$1(/* ColorTheme.setColorTheme */'ColorTheme.setColorTheme', /* colorThemeId */id);
|
|
3103
|
-
};
|
|
3104
|
-
const getPlaceholder$3 = () => {
|
|
3105
|
-
return selectColorTheme();
|
|
3106
|
-
};
|
|
3107
|
-
const getLabel$2 = () => {
|
|
3108
|
-
return selectColorTheme();
|
|
3109
|
-
};
|
|
3110
|
-
const getPicks$3 = async searchValue => {
|
|
3111
|
-
const colorThemeNames = await getColorThemeNames();
|
|
3112
|
-
return colorThemeNames;
|
|
3113
|
-
};
|
|
3114
|
-
const selectPick$3 = async pick => {
|
|
3115
|
-
await setColorTheme(/* colorThemeId */pick);
|
|
3116
|
-
return {
|
|
3117
|
-
command: Hide
|
|
3118
|
-
};
|
|
3119
|
-
};
|
|
3120
|
-
const focusPick = async pick => {
|
|
3121
|
-
await setColorTheme(/* colorThemeId */pick);
|
|
3122
|
-
};
|
|
3123
|
-
const getFilterValue$2 = value => {
|
|
3124
|
-
return value;
|
|
3125
|
-
};
|
|
3126
|
-
const getNoResults$3 = () => {
|
|
3127
|
-
return {
|
|
3128
|
-
label: noMatchingColorThemesFound()
|
|
3129
|
-
};
|
|
3130
|
-
};
|
|
3131
|
-
const getPickFilterValue$2 = pick => {
|
|
3132
|
-
return pick;
|
|
3133
|
-
};
|
|
3134
|
-
const getPickLabel$2 = pick => {
|
|
3135
|
-
return pick;
|
|
3136
|
-
};
|
|
3137
|
-
const getPickIcon$2 = pick => {
|
|
3138
|
-
return '';
|
|
3139
|
-
};
|
|
3140
|
-
|
|
3141
|
-
const QuickPickEntriesColorTheme = {
|
|
3142
|
-
__proto__: null,
|
|
3143
|
-
focusPick,
|
|
3144
|
-
getFilterValue: getFilterValue$2,
|
|
3145
|
-
getLabel: getLabel$2,
|
|
3146
|
-
getNoResults: getNoResults$3,
|
|
3147
|
-
getPickFilterValue: getPickFilterValue$2,
|
|
3148
|
-
getPickIcon: getPickIcon$2,
|
|
3149
|
-
getPickLabel: getPickLabel$2,
|
|
3150
|
-
getPicks: getPicks$3,
|
|
3151
|
-
getPlaceholder: getPlaceholder$3,
|
|
3152
|
-
selectPick: selectPick$3,
|
|
3153
|
-
setColorTheme
|
|
3154
|
-
};
|
|
3155
|
-
|
|
3156
|
-
const Tag$1 = 'Tag';
|
|
3157
|
-
const Cloud$1 = 'Cloud';
|
|
3158
|
-
const SourceControl$1 = 'SourceControl';
|
|
3159
|
-
const None$1 = '';
|
|
3160
|
-
|
|
3161
|
-
const SourceControl = 1;
|
|
3162
|
-
const Cloud = 2;
|
|
3163
|
-
const Tag = 3;
|
|
3164
|
-
|
|
3165
|
-
const name$1 = 'custom';
|
|
3166
|
-
const state = {
|
|
3167
|
-
args: []
|
|
3168
|
-
};
|
|
3169
|
-
const setArgs = args => {
|
|
3170
|
-
state.args = args;
|
|
3171
|
-
};
|
|
3172
|
-
const getPlaceholder$2 = () => {
|
|
3173
|
-
return '';
|
|
3174
|
-
};
|
|
3175
|
-
const getLabel$1 = () => {
|
|
3176
|
-
return 'Custom';
|
|
3177
|
-
};
|
|
3178
|
-
|
|
3179
|
-
// TODO help entries should not be here
|
|
3180
|
-
const getHelpEntries$2 = () => {
|
|
3181
|
-
return [];
|
|
3182
|
-
};
|
|
3183
|
-
const getNoResults$2 = () => {
|
|
3184
|
-
return {
|
|
3185
|
-
label: noMatchingResults()
|
|
3186
|
-
};
|
|
3187
|
-
};
|
|
3188
|
-
const getPicks$2 = async searchValue => {
|
|
3189
|
-
const items = state.args[1] || [];
|
|
3190
|
-
return items;
|
|
3191
|
-
};
|
|
3192
|
-
const selectPick$2 = async pick => {
|
|
3193
|
-
const {
|
|
3194
|
-
args
|
|
3195
|
-
} = state;
|
|
3196
|
-
const resolve = args[2];
|
|
3197
|
-
resolve(pick);
|
|
3198
|
-
return {
|
|
3199
|
-
command: Hide
|
|
3200
|
-
};
|
|
3201
|
-
};
|
|
3202
|
-
const getFilterValue$1 = value => {
|
|
3203
|
-
return value;
|
|
3204
|
-
};
|
|
3205
|
-
const getPickFilterValue$1 = pick => {
|
|
3206
|
-
return pick;
|
|
3207
|
-
};
|
|
3208
|
-
const getPickLabel$1 = pick => {
|
|
3209
|
-
return pick.label;
|
|
2330
|
+
|
|
2331
|
+
const closeWidget = async id => {
|
|
2332
|
+
await invoke$1('Viewlet.closeWidget', id);
|
|
3210
2333
|
};
|
|
3211
|
-
|
|
3212
|
-
|
|
2334
|
+
|
|
2335
|
+
const getPick = (items, index) => {
|
|
2336
|
+
array(items);
|
|
2337
|
+
number(index);
|
|
2338
|
+
// if (index < state.recentPicks.length) {
|
|
2339
|
+
// return state.recentPicks[index]
|
|
2340
|
+
// }
|
|
2341
|
+
// index -= state.recentPicks.length
|
|
2342
|
+
if (index < items.length) {
|
|
2343
|
+
return items[index].pick;
|
|
2344
|
+
}
|
|
2345
|
+
console.warn('no pick matching index', index);
|
|
3213
2346
|
};
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
2347
|
+
|
|
2348
|
+
const selectIndex = async (state, index, button = /* left */0) => {
|
|
2349
|
+
const {
|
|
2350
|
+
minLineY,
|
|
2351
|
+
provider,
|
|
2352
|
+
items
|
|
2353
|
+
} = state;
|
|
2354
|
+
const actualIndex = index + minLineY;
|
|
2355
|
+
const pick = getPick(items, actualIndex);
|
|
2356
|
+
const selectPickResult = await provider.selectPick(pick, actualIndex, button);
|
|
2357
|
+
object(selectPickResult);
|
|
2358
|
+
string(selectPickResult.command);
|
|
2359
|
+
const {
|
|
2360
|
+
command
|
|
2361
|
+
} = selectPickResult;
|
|
2362
|
+
switch (command) {
|
|
2363
|
+
case Hide:
|
|
2364
|
+
await closeWidget(state.uid);
|
|
2365
|
+
return state;
|
|
3222
2366
|
default:
|
|
3223
|
-
return
|
|
2367
|
+
return state;
|
|
3224
2368
|
}
|
|
2369
|
+
|
|
2370
|
+
// TODO recent picks should be per provider
|
|
2371
|
+
// if (!state.recentPickIds.has(pick.id)) {
|
|
2372
|
+
// state.recentPicks.unshift(pick)
|
|
2373
|
+
// state.recentPickIds.add(pick.id)
|
|
2374
|
+
// }
|
|
2375
|
+
// if (state.recentPicks.length > RECENT_PICKS_MAX_SIZE) {
|
|
2376
|
+
// const last = state.recentPicks.pop()
|
|
2377
|
+
// state.recentPickIds.delete(last.id)
|
|
2378
|
+
// }
|
|
3225
2379
|
};
|
|
3226
|
-
|
|
3227
|
-
|
|
2380
|
+
|
|
2381
|
+
const handleClickAt = (state, x, y) => {
|
|
2382
|
+
const {
|
|
2383
|
+
top,
|
|
2384
|
+
headerHeight,
|
|
2385
|
+
itemHeight
|
|
2386
|
+
} = state;
|
|
2387
|
+
const relativeY = y - top - headerHeight;
|
|
2388
|
+
const index = Math.floor(relativeY / itemHeight);
|
|
2389
|
+
return selectIndex(state, index);
|
|
3228
2390
|
};
|
|
3229
2391
|
|
|
3230
|
-
const
|
|
3231
|
-
|
|
3232
|
-
getFilterValue: getFilterValue$1,
|
|
3233
|
-
getHelpEntries: getHelpEntries$2,
|
|
3234
|
-
getLabel: getLabel$1,
|
|
3235
|
-
getNoResults: getNoResults$2,
|
|
3236
|
-
getPickDescription: getPickDescription$2,
|
|
3237
|
-
getPickFilterValue: getPickFilterValue$1,
|
|
3238
|
-
getPickIcon: getPickIcon$1,
|
|
3239
|
-
getPickLabel: getPickLabel$1,
|
|
3240
|
-
getPicks: getPicks$2,
|
|
3241
|
-
getPlaceholder: getPlaceholder$2,
|
|
3242
|
-
name: name$1,
|
|
3243
|
-
selectPick: selectPick$2,
|
|
3244
|
-
setArgs,
|
|
3245
|
-
state
|
|
2392
|
+
const setFocus = async focusKey => {
|
|
2393
|
+
await invoke$1('Focus.setFocus', focusKey);
|
|
3246
2394
|
};
|
|
3247
2395
|
|
|
3248
|
-
const
|
|
3249
|
-
|
|
3250
|
-
|
|
2396
|
+
const handleBlur = async state => {
|
|
2397
|
+
// TODO fix virtual dom diffing so that input isn't destroyed and loses focus when rerendering
|
|
2398
|
+
await setFocus(FocusQuickPickInput);
|
|
2399
|
+
// await CloseWidget.closeWidget(state.uid)
|
|
2400
|
+
return state;
|
|
3251
2401
|
};
|
|
3252
|
-
|
|
3253
|
-
|
|
2402
|
+
|
|
2403
|
+
const getDefaultValue = uri => {
|
|
2404
|
+
switch (uri) {
|
|
2405
|
+
case 'quickPick://everything':
|
|
2406
|
+
return '>';
|
|
2407
|
+
default:
|
|
2408
|
+
return '';
|
|
2409
|
+
}
|
|
3254
2410
|
};
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
2411
|
+
|
|
2412
|
+
const state$4 = Object.create(null);
|
|
2413
|
+
const register = modules => {
|
|
2414
|
+
Object.assign(state$4, modules);
|
|
3259
2415
|
};
|
|
3260
|
-
const
|
|
3261
|
-
const
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
label: '3'
|
|
3267
|
-
}, {
|
|
3268
|
-
label: '4'
|
|
3269
|
-
}, {
|
|
3270
|
-
label: '5'
|
|
3271
|
-
}, {
|
|
3272
|
-
label: '6'
|
|
3273
|
-
}, {
|
|
3274
|
-
label: '7'
|
|
3275
|
-
}, {
|
|
3276
|
-
label: '8'
|
|
3277
|
-
}, {
|
|
3278
|
-
label: '9'
|
|
3279
|
-
}, {
|
|
3280
|
-
label: '10'
|
|
3281
|
-
}];
|
|
3282
|
-
return picks;
|
|
2416
|
+
const load = moduleId => {
|
|
2417
|
+
const module = state$4[moduleId];
|
|
2418
|
+
if (!module) {
|
|
2419
|
+
throw new Error(`unknown module "${moduleId}"`);
|
|
2420
|
+
}
|
|
2421
|
+
return module;
|
|
3283
2422
|
};
|
|
3284
|
-
|
|
2423
|
+
|
|
2424
|
+
const loadContent = async state => {
|
|
2425
|
+
const {
|
|
2426
|
+
uri,
|
|
2427
|
+
args
|
|
2428
|
+
} = state;
|
|
2429
|
+
const value = getDefaultValue(uri);
|
|
2430
|
+
const provider = load(uri);
|
|
2431
|
+
// @ts-ignore
|
|
2432
|
+
if (provider.setArgs) {
|
|
2433
|
+
// @ts-ignore
|
|
2434
|
+
provider.setArgs(args);
|
|
2435
|
+
}
|
|
2436
|
+
const newPicks = await provider.getPicks(value);
|
|
2437
|
+
array(newPicks);
|
|
2438
|
+
// @ts-ignore
|
|
2439
|
+
const filterValue = provider.getFilterValue(value);
|
|
2440
|
+
const items = filterQuickPickItems(newPicks, filterValue, provider);
|
|
2441
|
+
// @ts-ignore
|
|
2442
|
+
provider.getLabel();
|
|
2443
|
+
const minLineY = 0;
|
|
2444
|
+
const maxLineY = Math.min(minLineY + state.maxVisibleItems, newPicks.length);
|
|
3285
2445
|
return {
|
|
3286
|
-
|
|
2446
|
+
...state,
|
|
2447
|
+
picks: newPicks,
|
|
2448
|
+
items,
|
|
2449
|
+
focusedIndex: 0,
|
|
2450
|
+
state: Finished,
|
|
2451
|
+
minLineY,
|
|
2452
|
+
maxLineY,
|
|
2453
|
+
value,
|
|
2454
|
+
cursorOffset: value.length,
|
|
2455
|
+
provider,
|
|
2456
|
+
inputSource: Script,
|
|
2457
|
+
focused: true
|
|
3287
2458
|
};
|
|
3288
2459
|
};
|
|
3289
2460
|
|
|
3290
|
-
const QuickPickEntriesNumber = {
|
|
3291
|
-
__proto__: null,
|
|
3292
|
-
getHelpEntries: getHelpEntries$1,
|
|
3293
|
-
getNoResults: getNoResults$1,
|
|
3294
|
-
getPicks: getPicks$1,
|
|
3295
|
-
getPlaceholder: getPlaceholder$1,
|
|
3296
|
-
name,
|
|
3297
|
-
selectPick: selectPick$1
|
|
3298
|
-
};
|
|
3299
|
-
|
|
3300
2461
|
const getRecentlyOpened = () => {
|
|
3301
2462
|
return invoke$1(/* RecentlyOpened.getRecentlyOpened */'RecentlyOpened.getRecentlyOpened');
|
|
3302
2463
|
};
|
|
3303
2464
|
const openWorkspaceFolder = uri => {
|
|
3304
2465
|
return invoke$1(/* Workspace.setPath */'Workspace.setPath', /* path */uri);
|
|
3305
2466
|
};
|
|
3306
|
-
const getPlaceholder = () => {
|
|
2467
|
+
const getPlaceholder$3 = () => {
|
|
3307
2468
|
return selectToOpen();
|
|
3308
2469
|
};
|
|
3309
|
-
const getLabel = () => {
|
|
2470
|
+
const getLabel$2 = () => {
|
|
3310
2471
|
return openRecent();
|
|
3311
2472
|
};
|
|
3312
|
-
const getHelpEntries = () => {
|
|
2473
|
+
const getHelpEntries$3 = () => {
|
|
3313
2474
|
return [];
|
|
3314
2475
|
};
|
|
3315
|
-
const getNoResults = () => {
|
|
2476
|
+
const getNoResults$3 = () => {
|
|
3316
2477
|
return {
|
|
3317
2478
|
label: noRecentlyOpenedFoldersFound()
|
|
3318
2479
|
};
|
|
@@ -3323,32 +2484,32 @@ const getNoResults = () => {
|
|
|
3323
2484
|
// This would make the code more module since the code for getting the picks
|
|
3324
2485
|
// would be more independent of the specific data format of the quickpick provider
|
|
3325
2486
|
|
|
3326
|
-
const getPicks = async () => {
|
|
2487
|
+
const getPicks$3 = async () => {
|
|
3327
2488
|
const recentlyOpened = await getRecentlyOpened();
|
|
3328
2489
|
return recentlyOpened;
|
|
3329
2490
|
};
|
|
3330
2491
|
|
|
3331
2492
|
// TODO selectPick should be independent of show/hide
|
|
3332
|
-
const selectPick = async pick => {
|
|
2493
|
+
const selectPick$3 = async pick => {
|
|
3333
2494
|
const path = pick;
|
|
3334
2495
|
await openWorkspaceFolder(path);
|
|
3335
2496
|
return {
|
|
3336
2497
|
command: Hide
|
|
3337
2498
|
};
|
|
3338
2499
|
};
|
|
3339
|
-
const getFilterValue = value => {
|
|
2500
|
+
const getFilterValue$3 = value => {
|
|
3340
2501
|
return pathBaseName(value);
|
|
3341
2502
|
};
|
|
3342
|
-
const getPickFilterValue = pick => {
|
|
2503
|
+
const getPickFilterValue$3 = pick => {
|
|
3343
2504
|
return pathBaseName(pick);
|
|
3344
2505
|
};
|
|
3345
|
-
const getPickLabel = pick => {
|
|
2506
|
+
const getPickLabel$3 = pick => {
|
|
3346
2507
|
return pathBaseName(pick);
|
|
3347
2508
|
};
|
|
3348
|
-
const getPickDescription$
|
|
2509
|
+
const getPickDescription$4 = pick => {
|
|
3349
2510
|
return pathDirName(pick);
|
|
3350
2511
|
};
|
|
3351
|
-
const getPickIcon = () => {
|
|
2512
|
+
const getPickIcon$3 = () => {
|
|
3352
2513
|
return '';
|
|
3353
2514
|
};
|
|
3354
2515
|
const getPickFileIcon = pick => {
|
|
@@ -3359,101 +2520,47 @@ const getPickFileIcon = pick => {
|
|
|
3359
2520
|
pick = pick.pick;
|
|
3360
2521
|
}
|
|
3361
2522
|
return {
|
|
3362
|
-
type: Directory
|
|
2523
|
+
type: Directory,
|
|
3363
2524
|
name: pick
|
|
3364
2525
|
};
|
|
3365
2526
|
};
|
|
2527
|
+
const state$3 = {};
|
|
2528
|
+
const isPrepared$3 = () => {
|
|
2529
|
+
return false;
|
|
2530
|
+
};
|
|
2531
|
+
const name$3 = '';
|
|
3366
2532
|
|
|
3367
2533
|
const QuickPickEntriesOpenRecent = {
|
|
3368
2534
|
__proto__: null,
|
|
3369
|
-
getFilterValue,
|
|
3370
|
-
getHelpEntries,
|
|
3371
|
-
getLabel,
|
|
3372
|
-
getNoResults,
|
|
3373
|
-
getPickDescription: getPickDescription$
|
|
3374
|
-
getPickFileIcon,
|
|
3375
|
-
getPickFilterValue,
|
|
3376
|
-
getPickIcon,
|
|
3377
|
-
getPickLabel,
|
|
3378
|
-
getPicks,
|
|
3379
|
-
getPlaceholder,
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
const Commands = 'quickPick://commands';
|
|
3385
|
-
const File = 'quickPick://file';
|
|
3386
|
-
const EveryThing = 'quickPick://everything';
|
|
3387
|
-
const Number$1 = 'quickPick://number';
|
|
3388
|
-
const Recent = 'quickPick://recent';
|
|
3389
|
-
const ColorTheme = 'quickPick://color-theme';
|
|
3390
|
-
const Symbol$1 = 'quickPick://symbol';
|
|
3391
|
-
const View = 'quickPick://view';
|
|
3392
|
-
const WorkspaceSymbol = 'quickPick://workspace-symbol';
|
|
3393
|
-
const Custom = 'quickPick://custom';
|
|
3394
|
-
|
|
3395
|
-
const load = moduleId => {
|
|
3396
|
-
switch (moduleId) {
|
|
3397
|
-
case CommandPalette:
|
|
3398
|
-
case Commands:
|
|
3399
|
-
case File:
|
|
3400
|
-
case EveryThing:
|
|
3401
|
-
case WorkspaceSymbol:
|
|
3402
|
-
return QuickPickEntriesEverything;
|
|
3403
|
-
case Number$1:
|
|
3404
|
-
return QuickPickEntriesNumber;
|
|
3405
|
-
case Recent:
|
|
3406
|
-
return QuickPickEntriesOpenRecent;
|
|
3407
|
-
case ColorTheme:
|
|
3408
|
-
return QuickPickEntriesColorTheme;
|
|
3409
|
-
case Symbol$1:
|
|
3410
|
-
return QuickPickEntriesSymbol;
|
|
3411
|
-
case View:
|
|
3412
|
-
return QuickPickEntriesView;
|
|
3413
|
-
case Custom:
|
|
3414
|
-
return QuickPickEntriesCustom;
|
|
3415
|
-
default:
|
|
3416
|
-
throw new Error(`unknown module "${moduleId}"`);
|
|
3417
|
-
}
|
|
3418
|
-
};
|
|
3419
|
-
|
|
3420
|
-
const loadContent = async state => {
|
|
3421
|
-
const {
|
|
3422
|
-
uri,
|
|
3423
|
-
args
|
|
3424
|
-
} = state;
|
|
3425
|
-
const value = getDefaultValue(uri);
|
|
3426
|
-
const provider = await load(uri);
|
|
3427
|
-
// @ts-ignore
|
|
3428
|
-
if (provider.setArgs) {
|
|
3429
|
-
// @ts-ignore
|
|
3430
|
-
provider.setArgs(args);
|
|
3431
|
-
}
|
|
3432
|
-
const newPicks = await provider.getPicks(value);
|
|
3433
|
-
array(newPicks);
|
|
3434
|
-
// @ts-ignore
|
|
3435
|
-
const filterValue = provider.getFilterValue(value);
|
|
3436
|
-
const items = filterQuickPickItems(newPicks, filterValue, provider);
|
|
3437
|
-
// @ts-ignore
|
|
3438
|
-
provider.getLabel();
|
|
3439
|
-
const minLineY = 0;
|
|
3440
|
-
const maxLineY = Math.min(minLineY + state.maxVisibleItems, newPicks.length);
|
|
3441
|
-
return {
|
|
3442
|
-
...state,
|
|
3443
|
-
picks: newPicks,
|
|
3444
|
-
items,
|
|
3445
|
-
focusedIndex: 0,
|
|
3446
|
-
state: Finished,
|
|
3447
|
-
minLineY,
|
|
3448
|
-
maxLineY,
|
|
3449
|
-
value,
|
|
3450
|
-
cursorOffset: value.length,
|
|
3451
|
-
provider,
|
|
3452
|
-
inputSource: Script,
|
|
3453
|
-
focused: true
|
|
3454
|
-
};
|
|
2535
|
+
getFilterValue: getFilterValue$3,
|
|
2536
|
+
getHelpEntries: getHelpEntries$3,
|
|
2537
|
+
getLabel: getLabel$2,
|
|
2538
|
+
getNoResults: getNoResults$3,
|
|
2539
|
+
getPickDescription: getPickDescription$4,
|
|
2540
|
+
getPickFileIcon,
|
|
2541
|
+
getPickFilterValue: getPickFilterValue$3,
|
|
2542
|
+
getPickIcon: getPickIcon$3,
|
|
2543
|
+
getPickLabel: getPickLabel$3,
|
|
2544
|
+
getPicks: getPicks$3,
|
|
2545
|
+
getPlaceholder: getPlaceholder$3,
|
|
2546
|
+
isPrepared: isPrepared$3,
|
|
2547
|
+
name: name$3,
|
|
2548
|
+
selectPick: selectPick$3,
|
|
2549
|
+
state: state$3
|
|
3455
2550
|
};
|
|
3456
2551
|
|
|
2552
|
+
const CommandPalette = 'quickPick://commandPalette';
|
|
2553
|
+
const Commands = 'quickPick://commands';
|
|
2554
|
+
const File$1 = 'quickPick://file';
|
|
2555
|
+
const EveryThing = 'quickPick://everything';
|
|
2556
|
+
const Number$1 = 'quickPick://number';
|
|
2557
|
+
const Recent = 'quickPick://recent';
|
|
2558
|
+
const ColorTheme = 'quickPick://color-theme';
|
|
2559
|
+
const Symbol = 'quickPick://symbol';
|
|
2560
|
+
const View = 'quickPick://view';
|
|
2561
|
+
const WorkspaceSymbol = 'quickPick://workspace-symbol';
|
|
2562
|
+
const Custom = 'quickPick://custom';
|
|
2563
|
+
|
|
3457
2564
|
const loadQuickPickEntries = moduleId => {
|
|
3458
2565
|
switch (moduleId) {
|
|
3459
2566
|
case Recent:
|
|
@@ -3491,7 +2598,7 @@ const requestFileIcons = async requests => {
|
|
|
3491
2598
|
return Promise.all(promises);
|
|
3492
2599
|
};
|
|
3493
2600
|
|
|
3494
|
-
const getPickDescription = (provider, pick) => {
|
|
2601
|
+
const getPickDescription$3 = (provider, pick) => {
|
|
3495
2602
|
if (provider.getPickDescription) {
|
|
3496
2603
|
return provider.getPickDescription(pick);
|
|
3497
2604
|
}
|
|
@@ -3508,7 +2615,7 @@ const getVisible = async (provider, items, minLineY, maxLineY, focusedIndex) =>
|
|
|
3508
2615
|
const item = items[i];
|
|
3509
2616
|
const pick = item.pick;
|
|
3510
2617
|
const label = provider.getPickLabel(pick);
|
|
3511
|
-
const description = getPickDescription(provider, pick);
|
|
2618
|
+
const description = getPickDescription$3(provider, pick);
|
|
3512
2619
|
const icon = provider.getPickIcon(pick);
|
|
3513
2620
|
const fileIcon = icons[iconIndex++];
|
|
3514
2621
|
visibleItems.push({
|
|
@@ -3540,7 +2647,8 @@ const createQuickPickViewModel = async (oldState, newState) => {
|
|
|
3540
2647
|
height,
|
|
3541
2648
|
oldFocusedIndex,
|
|
3542
2649
|
newFocusedIndex,
|
|
3543
|
-
uid: newState.uid
|
|
2650
|
+
uid: newState.uid,
|
|
2651
|
+
renderAllItems: newState.renderAllItems
|
|
3544
2652
|
};
|
|
3545
2653
|
};
|
|
3546
2654
|
|
|
@@ -3551,332 +2659,879 @@ const RenderCursorOffset = 7;
|
|
|
3551
2659
|
const RenderFocusedIndex = 8;
|
|
3552
2660
|
const Height = 9;
|
|
3553
2661
|
|
|
3554
|
-
const SetCursorOffset = 'setCursorOffset';
|
|
3555
|
-
const SetFocusedIndex = 'setFocusedIndex';
|
|
3556
|
-
const SetItemsHeight = 'setItemsHeight';
|
|
3557
|
-
const SetValue = 'setValue';
|
|
2662
|
+
const SetCursorOffset = 'setCursorOffset';
|
|
2663
|
+
const SetFocusedIndex = 'setFocusedIndex';
|
|
2664
|
+
const SetItemsHeight = 'setItemsHeight';
|
|
2665
|
+
const SetValue = 'setValue';
|
|
2666
|
+
|
|
2667
|
+
const renderCursorOffset = newState => {
|
|
2668
|
+
return ['Viewlet.send', newState.uid, /* method */SetCursorOffset, /* cursorOffset */newState.cursorOffset];
|
|
2669
|
+
};
|
|
2670
|
+
|
|
2671
|
+
const QuickPickInput = 'QuickPickInput';
|
|
2672
|
+
|
|
2673
|
+
const renderFocus = newState => {
|
|
2674
|
+
if (newState.renderAllItems) {
|
|
2675
|
+
return ['Viewlet.focusElementByName', QuickPickInput];
|
|
2676
|
+
}
|
|
2677
|
+
const selector = newState.focused ? '.InputBox' : '';
|
|
2678
|
+
return ['Viewlet.focusSelector', selector];
|
|
2679
|
+
};
|
|
2680
|
+
|
|
2681
|
+
const renderFocusedIndex = newState => {
|
|
2682
|
+
return ['Viewlet.send', newState.uid, /* method */SetFocusedIndex, /* oldFocusedIndex */newState.oldFocusedIndex, /* newFocusedIndex */newState.newFocusedIndex];
|
|
2683
|
+
};
|
|
2684
|
+
|
|
2685
|
+
const renderHeight = newState => {
|
|
2686
|
+
if (newState.height === 0) {
|
|
2687
|
+
return ['Viewlet.send', newState.uid, /* method */SetItemsHeight, /* height */20];
|
|
2688
|
+
}
|
|
2689
|
+
return ['Viewlet.send', newState.uid, /* method */SetItemsHeight, /* height */newState.height];
|
|
2690
|
+
};
|
|
2691
|
+
|
|
2692
|
+
const ComboBox = 'combobox';
|
|
2693
|
+
const ListBox = 'listbox';
|
|
2694
|
+
const None$1 = 'none';
|
|
2695
|
+
const Option$1 = 'option';
|
|
2696
|
+
|
|
2697
|
+
const FileIcon = 'FileIcon';
|
|
2698
|
+
const InputBox = 'InputBox';
|
|
2699
|
+
const Label = 'Label';
|
|
2700
|
+
const QuickPick$1 = 'QuickPick';
|
|
2701
|
+
const QuickPickHeader = 'QuickPickHeader';
|
|
2702
|
+
const QuickPickHighlight = 'QuickPickHighlight';
|
|
2703
|
+
const QuickPickItem = 'QuickPickItem';
|
|
2704
|
+
const QuickPickItemActive$1 = 'QuickPickItemActive';
|
|
2705
|
+
const QuickPickItemDescription = 'QuickPickItemDescription';
|
|
2706
|
+
const QuickPickItemLabel = 'QuickPickItemLabel';
|
|
2707
|
+
const QuickPickItems$1 = 'QuickPickItems';
|
|
2708
|
+
const Viewlet = 'Viewlet';
|
|
2709
|
+
|
|
2710
|
+
const Div$1 = 4;
|
|
2711
|
+
const Input$1 = 6;
|
|
2712
|
+
const Span$1 = 8;
|
|
2713
|
+
const Img$1 = 17;
|
|
2714
|
+
|
|
2715
|
+
const getFileIconVirtualDom = icon => {
|
|
2716
|
+
return {
|
|
2717
|
+
type: Img$1,
|
|
2718
|
+
className: FileIcon,
|
|
2719
|
+
src: icon,
|
|
2720
|
+
role: None$1,
|
|
2721
|
+
childCount: 0
|
|
2722
|
+
};
|
|
2723
|
+
};
|
|
2724
|
+
|
|
2725
|
+
var __defProp = Object.defineProperty;
|
|
2726
|
+
var __export = (target, all) => {
|
|
2727
|
+
for (var name in all) __defProp(target, name, {
|
|
2728
|
+
get: all[name],
|
|
2729
|
+
enumerable: true
|
|
2730
|
+
});
|
|
2731
|
+
};
|
|
2732
|
+
|
|
2733
|
+
// src/parts/MergeClassNames/MergeClassNames.ts
|
|
2734
|
+
var mergeClassNames = (...classNames) => {
|
|
2735
|
+
return classNames.filter(Boolean).join(" ");
|
|
2736
|
+
};
|
|
2737
|
+
|
|
2738
|
+
// src/parts/VirtualDomElements/VirtualDomElements.ts
|
|
2739
|
+
var VirtualDomElements_exports = {};
|
|
2740
|
+
__export(VirtualDomElements_exports, {
|
|
2741
|
+
A: () => A,
|
|
2742
|
+
Abbr: () => Abbr,
|
|
2743
|
+
Article: () => Article,
|
|
2744
|
+
Aside: () => Aside,
|
|
2745
|
+
Audio: () => Audio,
|
|
2746
|
+
Br: () => Br,
|
|
2747
|
+
Button: () => Button,
|
|
2748
|
+
Cite: () => Cite,
|
|
2749
|
+
Col: () => Col,
|
|
2750
|
+
ColGroup: () => ColGroup,
|
|
2751
|
+
Data: () => Data,
|
|
2752
|
+
Dd: () => Dd,
|
|
2753
|
+
Del: () => Del,
|
|
2754
|
+
Div: () => Div,
|
|
2755
|
+
Dl: () => Dl,
|
|
2756
|
+
Figcaption: () => Figcaption,
|
|
2757
|
+
Figure: () => Figure,
|
|
2758
|
+
Footer: () => Footer,
|
|
2759
|
+
H1: () => H1,
|
|
2760
|
+
H2: () => H2,
|
|
2761
|
+
H3: () => H3,
|
|
2762
|
+
H4: () => H4,
|
|
2763
|
+
H5: () => H5,
|
|
2764
|
+
H6: () => H6,
|
|
2765
|
+
Header: () => Header,
|
|
2766
|
+
Hr: () => Hr,
|
|
2767
|
+
I: () => I,
|
|
2768
|
+
Img: () => Img,
|
|
2769
|
+
Input: () => Input,
|
|
2770
|
+
Ins: () => Ins,
|
|
2771
|
+
Kbd: () => Kbd,
|
|
2772
|
+
Li: () => Li,
|
|
2773
|
+
Nav: () => Nav,
|
|
2774
|
+
Ol: () => Ol,
|
|
2775
|
+
Option: () => Option,
|
|
2776
|
+
P: () => P,
|
|
2777
|
+
Pre: () => Pre,
|
|
2778
|
+
Root: () => Root,
|
|
2779
|
+
Search: () => Search,
|
|
2780
|
+
Section: () => Section,
|
|
2781
|
+
Select: () => Select,
|
|
2782
|
+
Span: () => Span,
|
|
2783
|
+
TBody: () => TBody,
|
|
2784
|
+
THead: () => THead,
|
|
2785
|
+
Table: () => Table,
|
|
2786
|
+
Td: () => Td,
|
|
2787
|
+
Text: () => Text,
|
|
2788
|
+
TextArea: () => TextArea,
|
|
2789
|
+
Tfoot: () => Tfoot,
|
|
2790
|
+
Th: () => Th,
|
|
2791
|
+
Time: () => Time,
|
|
2792
|
+
Tr: () => Tr,
|
|
2793
|
+
Ul: () => Ul,
|
|
2794
|
+
Video: () => Video
|
|
2795
|
+
});
|
|
2796
|
+
var Audio = 0;
|
|
2797
|
+
var Button = 1;
|
|
2798
|
+
var Col = 2;
|
|
2799
|
+
var ColGroup = 3;
|
|
2800
|
+
var Div = 4;
|
|
2801
|
+
var H1 = 5;
|
|
2802
|
+
var Input = 6;
|
|
2803
|
+
var Kbd = 7;
|
|
2804
|
+
var Span = 8;
|
|
2805
|
+
var Table = 9;
|
|
2806
|
+
var TBody = 10;
|
|
2807
|
+
var Td = 11;
|
|
2808
|
+
var Text = 12;
|
|
2809
|
+
var Th = 13;
|
|
2810
|
+
var THead = 14;
|
|
2811
|
+
var Tr = 15;
|
|
2812
|
+
var I = 16;
|
|
2813
|
+
var Img = 17;
|
|
2814
|
+
var Root = 0;
|
|
2815
|
+
var Ins = 20;
|
|
2816
|
+
var Del = 21;
|
|
2817
|
+
var H2 = 22;
|
|
2818
|
+
var H3 = 23;
|
|
2819
|
+
var H4 = 24;
|
|
2820
|
+
var H5 = 25;
|
|
2821
|
+
var H6 = 26;
|
|
2822
|
+
var Article = 27;
|
|
2823
|
+
var Aside = 28;
|
|
2824
|
+
var Footer = 29;
|
|
2825
|
+
var Header = 30;
|
|
2826
|
+
var Nav = 40;
|
|
2827
|
+
var Section = 41;
|
|
2828
|
+
var Search = 42;
|
|
2829
|
+
var Dd = 43;
|
|
2830
|
+
var Dl = 44;
|
|
2831
|
+
var Figcaption = 45;
|
|
2832
|
+
var Figure = 46;
|
|
2833
|
+
var Hr = 47;
|
|
2834
|
+
var Li = 48;
|
|
2835
|
+
var Ol = 49;
|
|
2836
|
+
var P = 50;
|
|
2837
|
+
var Pre = 51;
|
|
2838
|
+
var A = 53;
|
|
2839
|
+
var Abbr = 54;
|
|
2840
|
+
var Br = 55;
|
|
2841
|
+
var Cite = 56;
|
|
2842
|
+
var Data = 57;
|
|
2843
|
+
var Time = 58;
|
|
2844
|
+
var Tfoot = 59;
|
|
2845
|
+
var Ul = 60;
|
|
2846
|
+
var Video = 61;
|
|
2847
|
+
var TextArea = 62;
|
|
2848
|
+
var Select = 63;
|
|
2849
|
+
var Option = 64;
|
|
2850
|
+
|
|
2851
|
+
// src/parts/Text/Text.ts
|
|
2852
|
+
var text = data => {
|
|
2853
|
+
return {
|
|
2854
|
+
type: Text,
|
|
2855
|
+
text: data,
|
|
2856
|
+
childCount: 0
|
|
2857
|
+
};
|
|
2858
|
+
};
|
|
2859
|
+
|
|
2860
|
+
const quickPickHighlight = {
|
|
2861
|
+
type: Span$1,
|
|
2862
|
+
className: QuickPickHighlight,
|
|
2863
|
+
childCount: 1
|
|
2864
|
+
};
|
|
2865
|
+
const addHighlights = (dom, highlights, label) => {
|
|
2866
|
+
const labelDom = {
|
|
2867
|
+
type: Div$1,
|
|
2868
|
+
className: QuickPickItemLabel,
|
|
2869
|
+
childCount: 0
|
|
2870
|
+
};
|
|
2871
|
+
dom.push(labelDom);
|
|
2872
|
+
let position = 0;
|
|
2873
|
+
for (let i = 0; i < highlights.length; i += 2) {
|
|
2874
|
+
const highlightStart = highlights[i];
|
|
2875
|
+
const highlightEnd = highlights[i + 1];
|
|
2876
|
+
if (position < highlightStart) {
|
|
2877
|
+
const beforeText = label.slice(position, highlightStart);
|
|
2878
|
+
labelDom.childCount++;
|
|
2879
|
+
dom.push(text(beforeText));
|
|
2880
|
+
}
|
|
2881
|
+
const highlightText = label.slice(highlightStart, highlightEnd);
|
|
2882
|
+
labelDom.childCount++;
|
|
2883
|
+
dom.push(quickPickHighlight, text(highlightText));
|
|
2884
|
+
position = highlightEnd;
|
|
2885
|
+
}
|
|
2886
|
+
if (position < label.length) {
|
|
2887
|
+
const afterText = label.slice(position);
|
|
2888
|
+
labelDom.childCount++;
|
|
2889
|
+
dom.push(text(afterText));
|
|
2890
|
+
}
|
|
2891
|
+
};
|
|
2892
|
+
const getQuickPickItemVirtualDom = visibleItem => {
|
|
2893
|
+
const {
|
|
2894
|
+
posInSet,
|
|
2895
|
+
label,
|
|
2896
|
+
setSize,
|
|
2897
|
+
isActive,
|
|
2898
|
+
description,
|
|
2899
|
+
icon,
|
|
2900
|
+
matches,
|
|
2901
|
+
fileIcon
|
|
2902
|
+
} = visibleItem;
|
|
2903
|
+
const highlights = matches.slice(1);
|
|
2904
|
+
const dom = [];
|
|
2905
|
+
dom.push({
|
|
2906
|
+
type: Div$1,
|
|
2907
|
+
className: QuickPickItem,
|
|
2908
|
+
role: Option$1,
|
|
2909
|
+
ariaPosInSet: posInSet,
|
|
2910
|
+
ariaSetSize: setSize,
|
|
2911
|
+
childCount: 1
|
|
2912
|
+
});
|
|
2913
|
+
const parent = dom[0];
|
|
2914
|
+
if (isActive) {
|
|
2915
|
+
// @ts-ignore
|
|
2916
|
+
parent.id = 'QuickPickItemActive';
|
|
2917
|
+
parent.className += ' ' + QuickPickItemActive$1;
|
|
2918
|
+
}
|
|
2919
|
+
if (fileIcon) {
|
|
2920
|
+
parent.childCount++;
|
|
2921
|
+
dom.push(getFileIconVirtualDom(fileIcon));
|
|
2922
|
+
} else if (icon) {
|
|
2923
|
+
parent.childCount++;
|
|
2924
|
+
dom.push({
|
|
2925
|
+
type: Div$1,
|
|
2926
|
+
className: `QuickPickMaskIcon MaskIcon MaskIcon${icon}`,
|
|
2927
|
+
childCount: 0
|
|
2928
|
+
});
|
|
2929
|
+
}
|
|
2930
|
+
addHighlights(dom, highlights, label);
|
|
2931
|
+
if (description) {
|
|
2932
|
+
parent.childCount++;
|
|
2933
|
+
dom.push({
|
|
2934
|
+
type: Div$1,
|
|
2935
|
+
className: QuickPickItemDescription,
|
|
2936
|
+
childCount: 1
|
|
2937
|
+
}, text(description));
|
|
2938
|
+
}
|
|
2939
|
+
return dom;
|
|
2940
|
+
};
|
|
2941
|
+
|
|
2942
|
+
const getQuickPickNoResultsVirtualDom = () => {
|
|
2943
|
+
return [{
|
|
2944
|
+
type: Div$1,
|
|
2945
|
+
className: 'QuickPickItem QuickPickItemActive QuickPickStatus',
|
|
2946
|
+
childCount: 1
|
|
2947
|
+
}, {
|
|
2948
|
+
type: Div$1,
|
|
2949
|
+
className: Label,
|
|
2950
|
+
childCount: 1
|
|
2951
|
+
}, text('No Results')];
|
|
2952
|
+
};
|
|
2953
|
+
|
|
2954
|
+
const getQuickPickItemsVirtualDom = visibleItems => {
|
|
2955
|
+
if (visibleItems.length === 0) {
|
|
2956
|
+
return getQuickPickNoResultsVirtualDom();
|
|
2957
|
+
}
|
|
2958
|
+
const dom = visibleItems.flatMap(getQuickPickItemVirtualDom);
|
|
2959
|
+
return dom;
|
|
2960
|
+
};
|
|
2961
|
+
|
|
2962
|
+
const HandleBeforeInput = 'handleBeforeInput';
|
|
2963
|
+
const HandleBlur = 'handleBlur';
|
|
2964
|
+
const HandleFocus = 'handleFocus';
|
|
2965
|
+
const HandleInput = 'handleInput';
|
|
2966
|
+
const HandlePointerDown = 'handlePointerDown';
|
|
2967
|
+
const HandleWheel = 'handleWheel';
|
|
2968
|
+
|
|
2969
|
+
const QuickPick = 'QuickPick';
|
|
2970
|
+
const QuickPickItems = 'QuickPickItems';
|
|
2971
|
+
const QuickPickItemActive = 'QuickPickItemActive';
|
|
2972
|
+
|
|
2973
|
+
const getQuickPickInputVirtualDom = () => {
|
|
2974
|
+
const ariaLabel = typeNameofCommandToRun();
|
|
2975
|
+
return {
|
|
2976
|
+
type: Input$1,
|
|
2977
|
+
className: InputBox,
|
|
2978
|
+
spellcheck: false,
|
|
2979
|
+
autocapitalize: 'off',
|
|
2980
|
+
inputType: 'text',
|
|
2981
|
+
childCount: 0,
|
|
2982
|
+
role: ComboBox,
|
|
2983
|
+
name: QuickPickInput,
|
|
2984
|
+
onBeforeInput: HandleBeforeInput,
|
|
2985
|
+
onBlur: HandleBlur,
|
|
2986
|
+
onInput: HandleInput,
|
|
2987
|
+
onFocus: HandleFocus,
|
|
2988
|
+
ariaLabel: ariaLabel,
|
|
2989
|
+
ariaAutoComplete: 'list',
|
|
2990
|
+
ariaExpanded: true,
|
|
2991
|
+
autocomplete: 'off'
|
|
2992
|
+
};
|
|
2993
|
+
};
|
|
2994
|
+
|
|
2995
|
+
const getQuickPickHeaderVirtualDom = () => {
|
|
2996
|
+
return [{
|
|
2997
|
+
type: Div$1,
|
|
2998
|
+
className: QuickPickHeader,
|
|
2999
|
+
childCount: 1
|
|
3000
|
+
}, getQuickPickInputVirtualDom()];
|
|
3001
|
+
};
|
|
3002
|
+
|
|
3003
|
+
const getQuickPickVirtualDom = visibleItems => {
|
|
3004
|
+
const quickOpen$1 = quickOpen();
|
|
3005
|
+
return [{
|
|
3006
|
+
type: Div$1,
|
|
3007
|
+
className: mergeClassNames(Viewlet, QuickPick$1),
|
|
3008
|
+
childCount: 2,
|
|
3009
|
+
id: QuickPick,
|
|
3010
|
+
ariaLabel: quickOpen$1
|
|
3011
|
+
}, ...getQuickPickHeaderVirtualDom(), {
|
|
3012
|
+
type: Div$1,
|
|
3013
|
+
className: QuickPickItems$1,
|
|
3014
|
+
id: QuickPickItems,
|
|
3015
|
+
role: ListBox,
|
|
3016
|
+
ariaActivedescendant: QuickPickItemActive,
|
|
3017
|
+
onWheel: HandleWheel,
|
|
3018
|
+
childCount: visibleItems.length
|
|
3019
|
+
}, ...getQuickPickItemsVirtualDom(visibleItems)];
|
|
3020
|
+
};
|
|
3021
|
+
|
|
3022
|
+
const renderItems = newState => {
|
|
3023
|
+
if (newState.renderAllItems) {
|
|
3024
|
+
const dom = getQuickPickVirtualDom(newState.visibleItems);
|
|
3025
|
+
return ['Viewlet.setDom2', dom];
|
|
3026
|
+
}
|
|
3027
|
+
const dom = getQuickPickItemsVirtualDom(newState.visibleItems);
|
|
3028
|
+
return ['Viewlet.send', newState.uid, /* method */'setItemsDom', dom];
|
|
3029
|
+
};
|
|
3030
|
+
|
|
3031
|
+
const renderValue = newState => {
|
|
3032
|
+
return ['Viewlet.send', newState.uid, /* method */SetValue, /* value */newState.value];
|
|
3033
|
+
};
|
|
3034
|
+
|
|
3035
|
+
const getRenderer = diffType => {
|
|
3036
|
+
switch (diffType) {
|
|
3037
|
+
case RenderValue:
|
|
3038
|
+
return renderValue;
|
|
3039
|
+
case RenderCursorOffset:
|
|
3040
|
+
return renderCursorOffset;
|
|
3041
|
+
case RenderItems:
|
|
3042
|
+
return renderItems;
|
|
3043
|
+
case RenderFocusedIndex:
|
|
3044
|
+
return renderFocusedIndex;
|
|
3045
|
+
case Height:
|
|
3046
|
+
return renderHeight;
|
|
3047
|
+
case RenderFocus:
|
|
3048
|
+
return renderFocus;
|
|
3049
|
+
default:
|
|
3050
|
+
throw new Error('unknown renderer');
|
|
3051
|
+
}
|
|
3052
|
+
};
|
|
3053
|
+
|
|
3054
|
+
const applyRender = async (oldState, newState, diffResult) => {
|
|
3055
|
+
const commands = [];
|
|
3056
|
+
const viewModel = await createQuickPickViewModel(oldState, newState);
|
|
3057
|
+
for (const item of diffResult) {
|
|
3058
|
+
if (viewModel.renderAllItems && item === Height) {
|
|
3059
|
+
continue;
|
|
3060
|
+
}
|
|
3061
|
+
if (viewModel.renderAllItems && item === RenderFocusedIndex) {
|
|
3062
|
+
continue;
|
|
3063
|
+
}
|
|
3064
|
+
const fn = getRenderer(item);
|
|
3065
|
+
commands.push(fn(viewModel));
|
|
3066
|
+
}
|
|
3067
|
+
return commands;
|
|
3068
|
+
};
|
|
3069
|
+
|
|
3070
|
+
const diffType$4 = RenderFocus;
|
|
3071
|
+
const isEqual$4 = (oldState, newState) => {
|
|
3072
|
+
return oldState.focused === newState.focused;
|
|
3073
|
+
};
|
|
3074
|
+
|
|
3075
|
+
const diffType$3 = RenderFocusedIndex;
|
|
3076
|
+
const isEqual$3 = (oldState, newState) => {
|
|
3077
|
+
return oldState.focusedIndex === newState.focusedIndex;
|
|
3078
|
+
};
|
|
3079
|
+
|
|
3080
|
+
const diffType$2 = Height;
|
|
3081
|
+
const isEqual$2 = (oldState, newState) => {
|
|
3082
|
+
return oldState.items.length === newState.items.length;
|
|
3083
|
+
};
|
|
3084
|
+
|
|
3085
|
+
const diffType$1 = RenderItems;
|
|
3086
|
+
const isEqual$1 = (oldState, newState) => {
|
|
3087
|
+
return oldState.items === newState.items && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.focusedIndex === newState.focusedIndex;
|
|
3088
|
+
};
|
|
3089
|
+
|
|
3090
|
+
const diffType = RenderValue;
|
|
3091
|
+
const isEqual = (oldState, newState) => {
|
|
3092
|
+
return newState.inputSource === User || oldState.value === newState.value;
|
|
3093
|
+
};
|
|
3094
|
+
|
|
3095
|
+
const modules = [isEqual$2, isEqual$1, isEqual, isEqual$3, isEqual$4];
|
|
3096
|
+
const numbers = [diffType$2, diffType$1, diffType, diffType$3, diffType$4];
|
|
3097
|
+
|
|
3098
|
+
const diff = (oldState, newState) => {
|
|
3099
|
+
const diffResult = [];
|
|
3100
|
+
for (let i = 0; i < modules.length; i++) {
|
|
3101
|
+
const fn = modules[i];
|
|
3102
|
+
if (!fn(oldState, newState)) {
|
|
3103
|
+
diffResult.push(numbers[i]);
|
|
3104
|
+
}
|
|
3105
|
+
}
|
|
3106
|
+
return diffResult;
|
|
3107
|
+
};
|
|
3108
|
+
|
|
3109
|
+
const doRender = async uid => {
|
|
3110
|
+
const {
|
|
3111
|
+
oldState,
|
|
3112
|
+
newState
|
|
3113
|
+
} = get(uid);
|
|
3114
|
+
const diffResult = diff(oldState, newState);
|
|
3115
|
+
return applyRender(oldState, newState, diffResult);
|
|
3116
|
+
};
|
|
3558
3117
|
|
|
3559
|
-
const
|
|
3560
|
-
return [
|
|
3118
|
+
const renderEventListeners = () => {
|
|
3119
|
+
return [{
|
|
3120
|
+
name: HandlePointerDown,
|
|
3121
|
+
params: ['handlePointerDown', 'event.clientX', 'event.clientY'],
|
|
3122
|
+
preventDefault: true
|
|
3123
|
+
}, {
|
|
3124
|
+
name: HandleWheel,
|
|
3125
|
+
params: ['handleWheel', 'event.deltaMode', 'event.deltaY']
|
|
3126
|
+
}, {
|
|
3127
|
+
name: HandleBlur,
|
|
3128
|
+
params: ['handleBlur']
|
|
3129
|
+
}, {
|
|
3130
|
+
name: HandleBeforeInput,
|
|
3131
|
+
params: ['handleBeforeInput']
|
|
3132
|
+
}, {
|
|
3133
|
+
name: HandleInput,
|
|
3134
|
+
params: ['handleInput', 'event.target.value']
|
|
3135
|
+
}, {
|
|
3136
|
+
name: HandleFocus,
|
|
3137
|
+
params: ['handleFocus']
|
|
3138
|
+
}];
|
|
3561
3139
|
};
|
|
3562
3140
|
|
|
3563
|
-
const
|
|
3564
|
-
|
|
3565
|
-
return ['Viewlet.focusSelector', selector];
|
|
3141
|
+
const selectCurrentIndex = state => {
|
|
3142
|
+
return selectIndex(state, state.focusedIndex);
|
|
3566
3143
|
};
|
|
3567
3144
|
|
|
3568
|
-
const
|
|
3569
|
-
|
|
3145
|
+
const findLabelIndex = (items, label) => {
|
|
3146
|
+
for (let i = 0; i < items.length; i++) {
|
|
3147
|
+
if (items[i].pick.label === label) {
|
|
3148
|
+
return i;
|
|
3149
|
+
}
|
|
3150
|
+
}
|
|
3151
|
+
return -1;
|
|
3570
3152
|
};
|
|
3571
3153
|
|
|
3572
|
-
const
|
|
3573
|
-
|
|
3574
|
-
|
|
3154
|
+
const selectItem = async (state, label) => {
|
|
3155
|
+
string(label);
|
|
3156
|
+
const index = findLabelIndex(state.items, label);
|
|
3157
|
+
if (index === -1) {
|
|
3158
|
+
return state;
|
|
3575
3159
|
}
|
|
3576
|
-
return
|
|
3160
|
+
return selectIndex(state, index);
|
|
3577
3161
|
};
|
|
3578
3162
|
|
|
3579
|
-
const
|
|
3580
|
-
const
|
|
3581
|
-
const
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
const
|
|
3585
|
-
|
|
3163
|
+
const wrapCommand = fn => {
|
|
3164
|
+
const wrapped = async (uid, ...args) => {
|
|
3165
|
+
const {
|
|
3166
|
+
newState
|
|
3167
|
+
} = get(uid);
|
|
3168
|
+
const newerState = await fn(newState, ...args);
|
|
3169
|
+
set(uid, newState, newerState);
|
|
3170
|
+
};
|
|
3171
|
+
return wrapped;
|
|
3172
|
+
};
|
|
3586
3173
|
|
|
3587
|
-
const
|
|
3588
|
-
|
|
3174
|
+
const commandMap = {
|
|
3175
|
+
'QuickPick.addMenuEntries': add,
|
|
3176
|
+
'QuickPick.create2': create,
|
|
3177
|
+
'QuickPick.dispose': dispose,
|
|
3178
|
+
'QuickPick.focusFirst': wrapCommand(focusFirst),
|
|
3179
|
+
'QuickPick.focusIndex': wrapCommand(focusIndex),
|
|
3180
|
+
'QuickPick.focusLast': wrapCommand(focusLast),
|
|
3181
|
+
'QuickPick.focusNext': wrapCommand(focusNext),
|
|
3182
|
+
'QuickPick.focusPrevious': wrapCommand(focusPrevious),
|
|
3183
|
+
'QuickPick.getCommandIds': getCommandIds,
|
|
3184
|
+
'QuickPick.getKeyBindings': getKeyBindings,
|
|
3185
|
+
'QuickPick.handleBeforeInput': wrapCommand(handleBeforeInput),
|
|
3186
|
+
'QuickPick.handleBlur': wrapCommand(handleBlur$1),
|
|
3187
|
+
'QuickPick.handleClickAt': wrapCommand(handleClickAt),
|
|
3188
|
+
'QuickPick.handleFocus': wrapCommand(handleBlur),
|
|
3189
|
+
'QuickPick.handleInput': wrapCommand(handleInput),
|
|
3190
|
+
'QuickPick.handleWheel': wrapCommand(handleWheel),
|
|
3191
|
+
'QuickPick.loadContent': wrapCommand(loadContent),
|
|
3192
|
+
'QuickPick.loadEntries2': load,
|
|
3193
|
+
'QuickPick.render': doRender,
|
|
3194
|
+
'QuickPick.renderEventListeners': renderEventListeners,
|
|
3195
|
+
'QuickPick.selectCurrentIndex': wrapCommand(selectCurrentIndex),
|
|
3196
|
+
'QuickPick.selectIndex': wrapCommand(selectIndex),
|
|
3197
|
+
'QuickPick.selectItem': wrapCommand(selectItem),
|
|
3198
|
+
'QuickPick.setDeltaY': wrapCommand(setDeltaY),
|
|
3199
|
+
'QuickPick.setValue': wrapCommand(setValue),
|
|
3200
|
+
// deprecated
|
|
3201
|
+
'SearchFile.filter': filterQuickPickItems,
|
|
3202
|
+
'SearchFile.searchFile': searchFile$5,
|
|
3203
|
+
'QuickPick.loadEntries': loadQuickPickEntries
|
|
3204
|
+
};
|
|
3589
3205
|
|
|
3590
|
-
const
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
const Img = 17;
|
|
3206
|
+
const getColorThemeNames = async () => {
|
|
3207
|
+
return invoke$1(/* Ajax.getJson */'ColorTheme.getColorThemeNames');
|
|
3208
|
+
};
|
|
3594
3209
|
|
|
3595
|
-
const
|
|
3210
|
+
const setColorTheme = id => {
|
|
3211
|
+
return invoke$1(/* ColorTheme.setColorTheme */'ColorTheme.setColorTheme', /* colorThemeId */id);
|
|
3212
|
+
};
|
|
3213
|
+
const getPlaceholder$2 = () => {
|
|
3214
|
+
return selectColorTheme();
|
|
3215
|
+
};
|
|
3216
|
+
const getLabel$1 = () => {
|
|
3217
|
+
return selectColorTheme();
|
|
3218
|
+
};
|
|
3219
|
+
const getPicks$2 = async searchValue => {
|
|
3220
|
+
const colorThemeNames = await getColorThemeNames();
|
|
3221
|
+
return colorThemeNames;
|
|
3222
|
+
};
|
|
3223
|
+
const selectPick$2 = async pick => {
|
|
3224
|
+
await setColorTheme(/* colorThemeId */pick);
|
|
3596
3225
|
return {
|
|
3597
|
-
|
|
3598
|
-
className: FileIcon,
|
|
3599
|
-
src: icon,
|
|
3600
|
-
role: None,
|
|
3601
|
-
childCount: 0
|
|
3226
|
+
command: Hide
|
|
3602
3227
|
};
|
|
3603
3228
|
};
|
|
3604
|
-
|
|
3605
|
-
|
|
3229
|
+
const focusPick = async pick => {
|
|
3230
|
+
await setColorTheme(/* colorThemeId */pick);
|
|
3231
|
+
};
|
|
3232
|
+
const getFilterValue$2 = value => {
|
|
3233
|
+
return value;
|
|
3234
|
+
};
|
|
3235
|
+
const getNoResults$2 = () => {
|
|
3606
3236
|
return {
|
|
3607
|
-
|
|
3608
|
-
text: data,
|
|
3609
|
-
childCount: 0
|
|
3237
|
+
label: noMatchingColorThemesFound()
|
|
3610
3238
|
};
|
|
3611
3239
|
};
|
|
3240
|
+
const getPickFilterValue$2 = pick => {
|
|
3241
|
+
return pick;
|
|
3242
|
+
};
|
|
3243
|
+
const getPickLabel$2 = pick => {
|
|
3244
|
+
return pick;
|
|
3245
|
+
};
|
|
3246
|
+
const getPickIcon$2 = pick => {
|
|
3247
|
+
return '';
|
|
3248
|
+
};
|
|
3249
|
+
const state$2 = {};
|
|
3250
|
+
const getPickDescription$2 = value => {
|
|
3251
|
+
return '';
|
|
3252
|
+
};
|
|
3253
|
+
const isPrepared$2 = () => {
|
|
3254
|
+
return false;
|
|
3255
|
+
};
|
|
3256
|
+
const name$2 = '';
|
|
3257
|
+
const getHelpEntries$2 = () => {
|
|
3258
|
+
return [];
|
|
3259
|
+
};
|
|
3612
3260
|
|
|
3613
|
-
const
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3261
|
+
const QuickPickEntriesColorTheme = {
|
|
3262
|
+
__proto__: null,
|
|
3263
|
+
focusPick,
|
|
3264
|
+
getFilterValue: getFilterValue$2,
|
|
3265
|
+
getHelpEntries: getHelpEntries$2,
|
|
3266
|
+
getLabel: getLabel$1,
|
|
3267
|
+
getNoResults: getNoResults$2,
|
|
3268
|
+
getPickDescription: getPickDescription$2,
|
|
3269
|
+
getPickFilterValue: getPickFilterValue$2,
|
|
3270
|
+
getPickIcon: getPickIcon$2,
|
|
3271
|
+
getPickLabel: getPickLabel$2,
|
|
3272
|
+
getPicks: getPicks$2,
|
|
3273
|
+
getPlaceholder: getPlaceholder$2,
|
|
3274
|
+
isPrepared: isPrepared$2,
|
|
3275
|
+
name: name$2,
|
|
3276
|
+
selectPick: selectPick$2,
|
|
3277
|
+
setColorTheme,
|
|
3278
|
+
state: state$2
|
|
3617
3279
|
};
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3280
|
+
|
|
3281
|
+
const Tag$1 = 'Tag';
|
|
3282
|
+
const Cloud$1 = 'Cloud';
|
|
3283
|
+
const SourceControl$1 = 'SourceControl';
|
|
3284
|
+
const None = '';
|
|
3285
|
+
|
|
3286
|
+
const SourceControl = 1;
|
|
3287
|
+
const Cloud = 2;
|
|
3288
|
+
const Tag = 3;
|
|
3289
|
+
|
|
3290
|
+
const name$1 = 'custom';
|
|
3291
|
+
const state$1 = {
|
|
3292
|
+
args: []
|
|
3293
|
+
};
|
|
3294
|
+
const setArgs = args => {
|
|
3295
|
+
state$1.args = args;
|
|
3296
|
+
};
|
|
3297
|
+
const getPlaceholder$1 = () => {
|
|
3298
|
+
return '';
|
|
3299
|
+
};
|
|
3300
|
+
const getLabel = () => {
|
|
3301
|
+
return 'Custom';
|
|
3302
|
+
};
|
|
3303
|
+
|
|
3304
|
+
// TODO help entries should not be here
|
|
3305
|
+
const getHelpEntries$1 = () => {
|
|
3306
|
+
return [];
|
|
3307
|
+
};
|
|
3308
|
+
const getNoResults$1 = () => {
|
|
3309
|
+
return {
|
|
3310
|
+
label: noMatchingResults()
|
|
3623
3311
|
};
|
|
3624
|
-
dom.push(labelDom);
|
|
3625
|
-
let position = 0;
|
|
3626
|
-
for (let i = 0; i < highlights.length; i += 2) {
|
|
3627
|
-
const highlightStart = highlights[i];
|
|
3628
|
-
const highlightEnd = highlights[i + 1];
|
|
3629
|
-
if (position < highlightStart) {
|
|
3630
|
-
const beforeText = label.slice(position, highlightStart);
|
|
3631
|
-
labelDom.childCount++;
|
|
3632
|
-
dom.push(text(beforeText));
|
|
3633
|
-
}
|
|
3634
|
-
const highlightText = label.slice(highlightStart, highlightEnd);
|
|
3635
|
-
labelDom.childCount++;
|
|
3636
|
-
dom.push(quickPickHighlight, text(highlightText));
|
|
3637
|
-
position = highlightEnd;
|
|
3638
|
-
}
|
|
3639
|
-
if (position < label.length) {
|
|
3640
|
-
const afterText = label.slice(position);
|
|
3641
|
-
labelDom.childCount++;
|
|
3642
|
-
dom.push(text(afterText));
|
|
3643
|
-
}
|
|
3644
3312
|
};
|
|
3645
|
-
const
|
|
3313
|
+
const getPicks$1 = async searchValue => {
|
|
3314
|
+
const items = state$1.args[1] || [];
|
|
3315
|
+
return items;
|
|
3316
|
+
};
|
|
3317
|
+
const selectPick$1 = async pick => {
|
|
3646
3318
|
const {
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
fileIcon
|
|
3655
|
-
} = visibleItem;
|
|
3656
|
-
const highlights = matches.slice(1);
|
|
3657
|
-
const dom = [];
|
|
3658
|
-
dom.push({
|
|
3659
|
-
type: Div,
|
|
3660
|
-
className: QuickPickItem,
|
|
3661
|
-
role: Option,
|
|
3662
|
-
ariaPosInSet: posInSet,
|
|
3663
|
-
ariaSetSize: setSize,
|
|
3664
|
-
childCount: 1
|
|
3665
|
-
});
|
|
3666
|
-
const parent = dom[0];
|
|
3667
|
-
if (isActive) {
|
|
3668
|
-
// @ts-ignore
|
|
3669
|
-
parent.id = 'QuickPickItemActive';
|
|
3670
|
-
parent.className += ' ' + QuickPickItemActive;
|
|
3671
|
-
}
|
|
3672
|
-
if (fileIcon) {
|
|
3673
|
-
parent.childCount++;
|
|
3674
|
-
dom.push(getFileIconVirtualDom(fileIcon));
|
|
3675
|
-
} else if (icon) {
|
|
3676
|
-
parent.childCount++;
|
|
3677
|
-
dom.push({
|
|
3678
|
-
type: Div,
|
|
3679
|
-
className: `QuickPickMaskIcon MaskIcon MaskIcon${icon}`,
|
|
3680
|
-
childCount: 0
|
|
3681
|
-
});
|
|
3682
|
-
}
|
|
3683
|
-
addHighlights(dom, highlights, label);
|
|
3684
|
-
if (description) {
|
|
3685
|
-
parent.childCount++;
|
|
3686
|
-
dom.push({
|
|
3687
|
-
type: Div,
|
|
3688
|
-
className: QuickPickItemDescription,
|
|
3689
|
-
childCount: 1
|
|
3690
|
-
}, text(description));
|
|
3691
|
-
}
|
|
3692
|
-
return dom;
|
|
3319
|
+
args
|
|
3320
|
+
} = state$1;
|
|
3321
|
+
const resolve = args[2];
|
|
3322
|
+
resolve(pick);
|
|
3323
|
+
return {
|
|
3324
|
+
command: Hide
|
|
3325
|
+
};
|
|
3693
3326
|
};
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
if (visibleItems.length === 0) {
|
|
3697
|
-
return [{
|
|
3698
|
-
type: Div,
|
|
3699
|
-
className: 'QuickPickItem QuickPickItemActive QuickPickStatus',
|
|
3700
|
-
childCount: 1
|
|
3701
|
-
}, {
|
|
3702
|
-
type: Div,
|
|
3703
|
-
className: Label,
|
|
3704
|
-
childCount: 1
|
|
3705
|
-
}, text('No Results')];
|
|
3706
|
-
}
|
|
3707
|
-
const dom = visibleItems.flatMap(getQuickPickItemVirtualDom);
|
|
3708
|
-
return dom;
|
|
3327
|
+
const getFilterValue$1 = value => {
|
|
3328
|
+
return value;
|
|
3709
3329
|
};
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
const dom = getQuickPickItemsVirtualDom(newState.visibleItems);
|
|
3713
|
-
return ['Viewlet.send', newState.uid, /* method */'setItemsDom', dom];
|
|
3330
|
+
const getPickFilterValue$1 = pick => {
|
|
3331
|
+
return pick;
|
|
3714
3332
|
};
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
return ['Viewlet.send', newState.uid, /* method */SetValue, /* value */newState.value];
|
|
3333
|
+
const getPickLabel$1 = pick => {
|
|
3334
|
+
return pick.label;
|
|
3718
3335
|
};
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
case
|
|
3725
|
-
return
|
|
3726
|
-
case
|
|
3727
|
-
return
|
|
3728
|
-
case
|
|
3729
|
-
return
|
|
3730
|
-
case Height:
|
|
3731
|
-
return renderHeight;
|
|
3732
|
-
case RenderFocus:
|
|
3733
|
-
return renderFocus;
|
|
3336
|
+
const getPickDescription$1 = pick => {
|
|
3337
|
+
return pick.description || '';
|
|
3338
|
+
};
|
|
3339
|
+
const convertIcon = icon => {
|
|
3340
|
+
switch (icon) {
|
|
3341
|
+
case SourceControl:
|
|
3342
|
+
return SourceControl$1;
|
|
3343
|
+
case Cloud:
|
|
3344
|
+
return Cloud$1;
|
|
3345
|
+
case Tag:
|
|
3346
|
+
return Tag$1;
|
|
3734
3347
|
default:
|
|
3735
|
-
|
|
3348
|
+
return None;
|
|
3736
3349
|
}
|
|
3737
3350
|
};
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
const commands = [];
|
|
3741
|
-
const viewModel = await createQuickPickViewModel(oldState, newState);
|
|
3742
|
-
for (const item of diffResult) {
|
|
3743
|
-
const fn = getRenderer(item);
|
|
3744
|
-
commands.push(fn(viewModel));
|
|
3745
|
-
}
|
|
3746
|
-
return commands;
|
|
3351
|
+
const getPickIcon$1 = pick => {
|
|
3352
|
+
return convertIcon(pick.icon);
|
|
3747
3353
|
};
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
const isEqual$4 = (oldState, newState) => {
|
|
3751
|
-
return oldState.focused === newState.focused;
|
|
3354
|
+
const isPrepared$1 = () => {
|
|
3355
|
+
return true;
|
|
3752
3356
|
};
|
|
3753
3357
|
|
|
3754
|
-
const
|
|
3755
|
-
|
|
3756
|
-
|
|
3358
|
+
const QuickPickEntriesCustom = {
|
|
3359
|
+
__proto__: null,
|
|
3360
|
+
getFilterValue: getFilterValue$1,
|
|
3361
|
+
getHelpEntries: getHelpEntries$1,
|
|
3362
|
+
getLabel,
|
|
3363
|
+
getNoResults: getNoResults$1,
|
|
3364
|
+
getPickDescription: getPickDescription$1,
|
|
3365
|
+
getPickFilterValue: getPickFilterValue$1,
|
|
3366
|
+
getPickIcon: getPickIcon$1,
|
|
3367
|
+
getPickLabel: getPickLabel$1,
|
|
3368
|
+
getPicks: getPicks$1,
|
|
3369
|
+
getPlaceholder: getPlaceholder$1,
|
|
3370
|
+
isPrepared: isPrepared$1,
|
|
3371
|
+
name: name$1,
|
|
3372
|
+
selectPick: selectPick$1,
|
|
3373
|
+
setArgs,
|
|
3374
|
+
state: state$1
|
|
3757
3375
|
};
|
|
3758
3376
|
|
|
3759
|
-
const
|
|
3760
|
-
const
|
|
3761
|
-
return
|
|
3377
|
+
const name = 'number';
|
|
3378
|
+
const getPlaceholder = () => {
|
|
3379
|
+
return '';
|
|
3380
|
+
};
|
|
3381
|
+
const getHelpEntries = () => {
|
|
3382
|
+
return [];
|
|
3383
|
+
};
|
|
3384
|
+
const getNoResults = () => {
|
|
3385
|
+
return {
|
|
3386
|
+
label: noMatchingResults()
|
|
3387
|
+
};
|
|
3388
|
+
};
|
|
3389
|
+
const getPicks = async () => {
|
|
3390
|
+
const picks = [{
|
|
3391
|
+
label: '1'
|
|
3392
|
+
}, {
|
|
3393
|
+
label: '2'
|
|
3394
|
+
}, {
|
|
3395
|
+
label: '3'
|
|
3396
|
+
}, {
|
|
3397
|
+
label: '4'
|
|
3398
|
+
}, {
|
|
3399
|
+
label: '5'
|
|
3400
|
+
}, {
|
|
3401
|
+
label: '6'
|
|
3402
|
+
}, {
|
|
3403
|
+
label: '7'
|
|
3404
|
+
}, {
|
|
3405
|
+
label: '8'
|
|
3406
|
+
}, {
|
|
3407
|
+
label: '9'
|
|
3408
|
+
}, {
|
|
3409
|
+
label: '10'
|
|
3410
|
+
}];
|
|
3411
|
+
return picks;
|
|
3412
|
+
};
|
|
3413
|
+
const selectPick = async item => {
|
|
3414
|
+
return {
|
|
3415
|
+
command: Hide
|
|
3416
|
+
};
|
|
3417
|
+
};
|
|
3418
|
+
const state = {};
|
|
3419
|
+
const getPickFilterValue = value => {
|
|
3420
|
+
return value;
|
|
3421
|
+
};
|
|
3422
|
+
const getFilterValue = value => {
|
|
3423
|
+
return value;
|
|
3424
|
+
};
|
|
3425
|
+
const getPickDescription = value => {
|
|
3426
|
+
return '';
|
|
3427
|
+
};
|
|
3428
|
+
const getPickLabel = value => {
|
|
3429
|
+
return value;
|
|
3430
|
+
};
|
|
3431
|
+
const getPickIcon = value => {
|
|
3432
|
+
return '';
|
|
3433
|
+
};
|
|
3434
|
+
const isPrepared = () => {
|
|
3435
|
+
return false;
|
|
3762
3436
|
};
|
|
3763
3437
|
|
|
3764
|
-
const
|
|
3765
|
-
|
|
3766
|
-
|
|
3438
|
+
const QuickPickEntriesNumber = {
|
|
3439
|
+
__proto__: null,
|
|
3440
|
+
getFilterValue,
|
|
3441
|
+
getHelpEntries,
|
|
3442
|
+
getNoResults,
|
|
3443
|
+
getPickDescription,
|
|
3444
|
+
getPickFilterValue,
|
|
3445
|
+
getPickIcon,
|
|
3446
|
+
getPickLabel,
|
|
3447
|
+
getPicks,
|
|
3448
|
+
getPlaceholder,
|
|
3449
|
+
isPrepared,
|
|
3450
|
+
name,
|
|
3451
|
+
selectPick,
|
|
3452
|
+
state
|
|
3767
3453
|
};
|
|
3768
3454
|
|
|
3769
|
-
const
|
|
3770
|
-
|
|
3771
|
-
|
|
3455
|
+
const quickPickEntriesModules = {
|
|
3456
|
+
[CommandPalette]: QuickPickEntriesEverything,
|
|
3457
|
+
[Commands]: QuickPickEntriesEverything,
|
|
3458
|
+
[File$1]: QuickPickEntriesEverything,
|
|
3459
|
+
[EveryThing]: QuickPickEntriesEverything,
|
|
3460
|
+
[WorkspaceSymbol]: QuickPickEntriesEverything,
|
|
3461
|
+
[Number$1]: QuickPickEntriesNumber,
|
|
3462
|
+
[Recent]: QuickPickEntriesOpenRecent,
|
|
3463
|
+
[ColorTheme]: QuickPickEntriesColorTheme,
|
|
3464
|
+
[Symbol]: QuickPickEntriesSymbol,
|
|
3465
|
+
[View]: QuickPickEntriesView,
|
|
3466
|
+
[Custom]: QuickPickEntriesCustom
|
|
3772
3467
|
};
|
|
3773
3468
|
|
|
3774
|
-
const
|
|
3775
|
-
const
|
|
3469
|
+
const Memfs = 'memfs';
|
|
3470
|
+
const Html = 'html';
|
|
3471
|
+
const Fetch = 'fetch';
|
|
3472
|
+
const File = 'file';
|
|
3473
|
+
const Default = '';
|
|
3776
3474
|
|
|
3777
|
-
const
|
|
3778
|
-
|
|
3779
|
-
for (let i = 0; i < modules.length; i++) {
|
|
3780
|
-
const fn = modules[i];
|
|
3781
|
-
if (!fn(oldState, newState)) {
|
|
3782
|
-
diffResult.push(numbers[i]);
|
|
3783
|
-
}
|
|
3784
|
-
}
|
|
3785
|
-
return diffResult;
|
|
3475
|
+
const searchFile$3 = async uri => {
|
|
3476
|
+
return invoke$1('ExtensionHost.searchFileWithMemory', uri);
|
|
3786
3477
|
};
|
|
3787
3478
|
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
const diffResult = diff(oldState, newState);
|
|
3794
|
-
return applyRender(oldState, newState, diffResult);
|
|
3479
|
+
// TODO simplify code
|
|
3480
|
+
// 1. don't have playground prefix in fileMap json
|
|
3481
|
+
// 2. remove code here that removes the prefix
|
|
3482
|
+
const searchFile$2 = async path => {
|
|
3483
|
+
return invoke$1('ExtensionHost.searchFileWithFetch', path);
|
|
3795
3484
|
};
|
|
3796
3485
|
|
|
3797
|
-
const
|
|
3798
|
-
return
|
|
3486
|
+
const searchFile$1 = async uri => {
|
|
3487
|
+
return invoke$1('ExtensionHost.searchFileWithHtml', uri);
|
|
3799
3488
|
};
|
|
3800
3489
|
|
|
3801
|
-
const
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
return i;
|
|
3805
|
-
}
|
|
3806
|
-
}
|
|
3807
|
-
return -1;
|
|
3490
|
+
const getFileSearchRipGrepArgs = () => {
|
|
3491
|
+
const ripGrepArgs = ['--files', '--sort-files'];
|
|
3492
|
+
return ripGrepArgs;
|
|
3808
3493
|
};
|
|
3809
3494
|
|
|
3810
|
-
const
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3495
|
+
const invoke = (method, ...params) => {
|
|
3496
|
+
return invoke$1('SearchProcess.invoke', method, ...params);
|
|
3497
|
+
};
|
|
3498
|
+
|
|
3499
|
+
const splitLines = lines => {
|
|
3500
|
+
if (!lines) {
|
|
3501
|
+
return [];
|
|
3815
3502
|
}
|
|
3816
|
-
return
|
|
3503
|
+
return lines.split('\n');
|
|
3817
3504
|
};
|
|
3818
3505
|
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3506
|
+
// TODO create direct connection from electron to file search worker using message ports
|
|
3507
|
+
|
|
3508
|
+
const searchFile = async (path, value, prepare) => {
|
|
3509
|
+
const ripGrepArgs = getFileSearchRipGrepArgs();
|
|
3510
|
+
const options = {
|
|
3511
|
+
ripGrepArgs,
|
|
3512
|
+
searchPath: path,
|
|
3513
|
+
limit: 9_999_999
|
|
3826
3514
|
};
|
|
3827
|
-
|
|
3515
|
+
const stdout = await invoke('SearchFile.searchFile', options);
|
|
3516
|
+
const lines = splitLines(stdout);
|
|
3517
|
+
if (!prepare) {
|
|
3518
|
+
return lines;
|
|
3519
|
+
}
|
|
3520
|
+
const filtered = filterQuickPickItems(lines, value);
|
|
3521
|
+
return filtered;
|
|
3828
3522
|
};
|
|
3829
3523
|
|
|
3830
|
-
const
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
'QuickPick.focusNext': wrapCommand(focusNext),
|
|
3837
|
-
'QuickPick.focusPrevious': wrapCommand(focusPrevious),
|
|
3838
|
-
'QuickPick.getCommandIds': getCommandIds,
|
|
3839
|
-
'QuickPick.getKeyBindings': getKeyBindings,
|
|
3840
|
-
'QuickPick.handleBeforeInput': wrapCommand(handleBeforeInput),
|
|
3841
|
-
'QuickPick.handleBlur': wrapCommand(handleBlur),
|
|
3842
|
-
'QuickPick.handleClickAt': wrapCommand(handleClickAt),
|
|
3843
|
-
'QuickPick.handleInput': wrapCommand(handleInput),
|
|
3844
|
-
'QuickPick.handleWheel': wrapCommand(handleWheel),
|
|
3845
|
-
'QuickPick.loadContent': wrapCommand(loadContent),
|
|
3846
|
-
'QuickPick.loadEntries2': load,
|
|
3847
|
-
'QuickPick.render': doRender,
|
|
3848
|
-
'QuickPick.selectCurrentIndex': wrapCommand(selectCurrentIndex),
|
|
3849
|
-
'QuickPick.selectIndex': wrapCommand(selectIndex),
|
|
3850
|
-
'QuickPick.selectItem': wrapCommand(selectItem),
|
|
3851
|
-
'QuickPick.setDeltaY': wrapCommand(setDeltaY),
|
|
3852
|
-
'QuickPick.setValue': wrapCommand(setValue),
|
|
3853
|
-
'SearchFile.filter': filterQuickPickItems,
|
|
3854
|
-
'SearchFile.searchFile': searchFile$1,
|
|
3855
|
-
'SearchFile.searchFileWithFetch': searchFile$4,
|
|
3856
|
-
'SearchFile.searchFileWithHtml': searchFile$3,
|
|
3857
|
-
'SearchFile.searchFileWithRipGrep': searchFile$2,
|
|
3858
|
-
// deprecated
|
|
3859
|
-
'QuickPick.create': create,
|
|
3860
|
-
'QuickPick.loadEntries': loadQuickPickEntries,
|
|
3861
|
-
'FileSystemFetch.chmod': chmod,
|
|
3862
|
-
'FileSystemFetch.getBlob': getBlob,
|
|
3863
|
-
'FileSystemFetch.mkdir': mkdir,
|
|
3864
|
-
'FileSystemFetch.readDirWithFileTypes': readDirWithFileTypes,
|
|
3865
|
-
'FileSystemFetch.readFile': readFile,
|
|
3866
|
-
'FileSystemFetch.remove': remove,
|
|
3867
|
-
'FileSystemFetch.writeFile': writeFile,
|
|
3868
|
-
'FileSystemMemory.chmod': chmod$1,
|
|
3869
|
-
'FileSystemMemory.getBlob': getBlob$2,
|
|
3870
|
-
'FileSystemMemory.getBlobUrl': getBlobUrl,
|
|
3871
|
-
'FileSystemMemory.getFiles': getFiles,
|
|
3872
|
-
'FileSystemMemory.mkdir': mkdir$1,
|
|
3873
|
-
'FileSystemMemory.readDirWithFileTypes': readDirWithFileTypes$1,
|
|
3874
|
-
'FileSystemMemory.readFile': readFile$1,
|
|
3875
|
-
'FileSystemMemory.remove': remove$1,
|
|
3876
|
-
'FileSystemMemory.writeFile': writeFile$1
|
|
3524
|
+
const searchModules = {
|
|
3525
|
+
[Memfs]: searchFile$3,
|
|
3526
|
+
[Fetch]: searchFile$2,
|
|
3527
|
+
[Html]: searchFile$1,
|
|
3528
|
+
[File]: searchFile,
|
|
3529
|
+
[Default]: searchFile
|
|
3877
3530
|
};
|
|
3878
3531
|
|
|
3879
3532
|
const listen = async () => {
|
|
3533
|
+
register$1(searchModules);
|
|
3534
|
+
register(quickPickEntriesModules);
|
|
3880
3535
|
const rpc = await WebWorkerRpcClient.create({
|
|
3881
3536
|
commandMap: commandMap
|
|
3882
3537
|
});
|