@lvce-editor/static-server 0.52.5 → 0.52.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1858 -1856
- package/package.json +1 -1
- package/static/{3fe217a → 8adf20c}/css/App.css +83 -83
- package/static/{3fe217a → 8adf20c}/manifest.json +2 -2
- package/static/{3fe217a → 8adf20c}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{3fe217a → 8adf20c}/packages/debug-worker/dist/debugWorkerMain.js +65 -40
- package/static/{3fe217a → 8adf20c}/packages/explorer-worker/dist/explorerViewWorkerMain.js +268 -291
- package/static/{3fe217a → 8adf20c}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/8adf20c/packages/file-system-worker/dist/fileSystemWorkerMain.js +1220 -0
- package/static/8adf20c/packages/find-widget-worker/dist/findWidgetWorkerMain.js +1334 -0
- package/static/{3fe217a → 8adf20c}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -1
- package/static/{3fe217a → 8adf20c}/packages/renderer-process/dist/rendererProcessMain.js +23 -2
- package/static/{3fe217a → 8adf20c}/packages/renderer-process/package.json +1 -1
- package/static/{3fe217a → 8adf20c}/packages/renderer-worker/dist/rendererWorkerMain.js +300 -284
- package/static/index.html +4 -4
- /package/static/{3fe217a → 8adf20c}/config/colorTheme.json +0 -0
- /package/static/{3fe217a → 8adf20c}/config/defaultSettings.json +0 -0
- /package/static/{3fe217a → 8adf20c}/config/fileMap.json +0 -0
- /package/static/{3fe217a → 8adf20c}/config/webExtensions.json +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/Animation.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/DebugButtons.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/DebugValue.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/E2eTest.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/E2eTests.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/EditorHover.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/EditorMessage.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/FeatureContent.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/Features.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ImagePreview.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/InputBadge.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/Key.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/LegacyDialog.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/Markdown.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/Progress.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/Select.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/Table.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletAbout.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletDialog.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletMedia.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletOutput.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletPanel.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletPdf.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletProblems.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletReferences.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletSearch.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletStorage.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{3fe217a → 8adf20c}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{3fe217a → 8adf20c}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/default_file.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/default_folder.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/default_root_folder.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_access.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_access2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ada.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_agda.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ai.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_al.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_angular.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_apache.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_apex.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_apib.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_apl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_asp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_astro.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_atom.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ats.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_attw.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_audio.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_avif.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_avro.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_awk.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_aws.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_azure.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_babel.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bak.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bat.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bats.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_biml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_binary.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_biome.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_blade.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_blender.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bower.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_buf.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bun.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_c.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_c2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_c3.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cake.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_casc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cert.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cf.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_changie.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_chef.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_class.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_claude.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_compass.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_composer.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_conan.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_conda.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_config.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_craco.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_css.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_css2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_cython.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dal.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_db.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_debian.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_deno.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_diff.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_django.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_docker.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_docz.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_drone.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_drools.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dune.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_edge.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_eex.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_elm.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ember.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_eps.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_epub.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_erb.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_excel.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_expo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fla.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_flash.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_flow.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_font.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_funding.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_galen.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_git.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_git2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_glide.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_go.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_godot.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_grain.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_haml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_helix.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_helm.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_host.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_html.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_http.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_husky.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_hy.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_icl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_idris.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_image.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_imba.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_inc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_informix.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ini.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ink.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_io.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jake.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_janet.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jar.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_java.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jest.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_json.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_json2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_json5.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jss.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_juice.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_julia.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_just.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_k.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_karma.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_key.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_kite.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_knip.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_kos.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lark.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_latino.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_layout.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_less.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lex.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_liara.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_license.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lime.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_locale.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_log.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lua.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_luau.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_lync.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_map.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_marko.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_maven.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_maya.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_meson.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_metal.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_motif.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mson.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_next.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nim.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nix.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_noc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_node.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_node2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_npm.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nx.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_opam.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_org.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_package.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_paket.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_patch.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_perl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_php.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_php2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_php3.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pine.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pip.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pony.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_postman.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_preact.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_progress.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pug.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_python.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_q.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_qml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_r.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_racket.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rails.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rake.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_raku.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_raml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_razor.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_reason.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_red.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_registry.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rego.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_remark.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_replit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rest.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_retext.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_riot.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_robots.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rome.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ron.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rss.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rust.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sails.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_san.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sas.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sass.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_scala.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_script.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_scss.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_shell.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sino.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_slang.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_slice.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_slim.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_slint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sln.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_snort.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_source.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_spin.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sql.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sss.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sst.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_stan.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_stata.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_style.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_styled.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_svg.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_swc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_swift.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_swig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_teal.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_templ.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tera.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_test.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_testts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tex.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_text.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_textile.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tm.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_todo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_toit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_toml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tox.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_travis.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tree.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tres.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tt.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_twig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_unison.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vala.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vash.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vb.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vba.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vento.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_video.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_view.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vim.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vite.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_volt.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vue.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wally.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_windi.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_word.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_word2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_xib.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_xml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_xo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_yang.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_zig.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_zip.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_android.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_api.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_app.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_client.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_common.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_component.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_config.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_css.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_db.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_git.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_github.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_images.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_include.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_js.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_json.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_less.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_library.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_log.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_model.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_module.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_next.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_node.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_package.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_php.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_private.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_public.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_python.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_route.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_script.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_server.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_services.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_src.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_story.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_style.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_template.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_test.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_video.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_view.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_www.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/add.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/arrow-down.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/arrow-left.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/arrow-right.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/arrow-up.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/blank.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/book.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/case-sensitive.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/check.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/chevron-down.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/chevron-left.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/chevron-right.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/chevron-up.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/chrome-close.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/chrome-maximize.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/chrome-minimize.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/chrome-restore.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/circle-filled.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/clear-all.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/close.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/cloud.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/collapse-all.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-all.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-alt-2.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-alt-small.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-alt.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-console.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-continue-small.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-continue.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-coverage.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-disconnect.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-line-by-line.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-pause.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-rerun.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-restart-frame.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-restart.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-stackframe.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-start.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-step-back.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-step-into.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-step-out.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-step-over.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug-stop.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/debug.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/discard.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/edit.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/ellipsis.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/error.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/exclude.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/extensions.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/files.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/filter.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/go-to-file.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/icon-close.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/icon-source-control.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/icon-sync.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/icon.png +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/icon.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/info.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/language-icon.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/link-external.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/list-flat.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/list-tree.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/new-file.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/new-folder.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/newline.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/open-preview.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/play.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/preserve-case.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/progress.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/pwa-icon-192.png +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/pwa-icon-512.png +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/record-keys.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/refresh.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/regex.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/remove.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/replace-all.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/replace.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/run-all.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/search.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/settings-gear.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/sort-precedence.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/source-control.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/split-horizontal.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/squiggly-error.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/squiggly-warning.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-array.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-boolean.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-class.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-color.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-constant.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-enum-member.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-enum.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-event.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-field.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-file.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-interface.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-key.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-keyword.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-method.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-misc.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-namespace.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-numeric.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-operator.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-parameter.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-property.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-ruler.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-snippet.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-string.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-structure.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/symbol-variable.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/tag.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/terminal-bash.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/terminal.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/theme-icon.png +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/trash.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/triangle-down.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/triangle-left.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/triangle-right.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/triangle-up.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/warning.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/whole-word.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/zoom-in.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/icons/zoom-out.svg +0 -0
- /package/static/{3fe217a → 8adf20c}/js/babel-parser.js +0 -0
- /package/static/{3fe217a → 8adf20c}/js/blob-util.js +0 -0
- /package/static/{3fe217a → 8adf20c}/js/ky.js +0 -0
- /package/static/{3fe217a → 8adf20c}/js/lvce-editor-import-script.js +0 -0
- /package/static/{3fe217a → 8adf20c}/js/lvce-editor-ipc.js +0 -0
- /package/static/{3fe217a → 8adf20c}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{3fe217a → 8adf20c}/js/lvce-editor-verror.js +0 -0
- /package/static/{3fe217a → 8adf20c}/js/p-min-delay.js +0 -0
- /package/static/{3fe217a → 8adf20c}/js/pretty-bytes.js +0 -0
- /package/static/{3fe217a → 8adf20c}/js/preview-injected.js +0 -0
- /package/static/{3fe217a → 8adf20c}/js/yoctodelay.js +0 -0
- /package/static/{3fe217a → 8adf20c}/lib-css/termterm.css +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/renderer-process/LICENSE +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/renderer-process/README.md +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.cpp +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.css +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.csv +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.dart +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.env +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.ex +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.html +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.java +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.jl +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.js +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.json +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.kt +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.pl +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.py +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/index.ts +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/scrolling.txt +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/languages/tsconfig.json +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/sample-folder/a.txt +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/sample-folder/b.txt +0 -0
- /package/static/{3fe217a → 8adf20c}/playground/sample-folder/c.txt +0 -0
|
@@ -96,7 +96,7 @@ const getAssetDir = () => {
|
|
|
96
96
|
// @ts-ignore
|
|
97
97
|
{
|
|
98
98
|
// @ts-ignore
|
|
99
|
-
return '/
|
|
99
|
+
return '/8adf20c';
|
|
100
100
|
}
|
|
101
101
|
};
|
|
102
102
|
const assetDir = getAssetDir();
|
|
@@ -443,7 +443,7 @@ const unwrapJsonRpcResult = responseMessage => {
|
|
|
443
443
|
}
|
|
444
444
|
throw new JsonRpcError("unexpected response message");
|
|
445
445
|
};
|
|
446
|
-
const invoke$
|
|
446
|
+
const invoke$m = async (ipc, method, ...params) => {
|
|
447
447
|
const {
|
|
448
448
|
message,
|
|
449
449
|
promise
|
|
@@ -1109,8 +1109,8 @@ const listen$1 = async () => {
|
|
|
1109
1109
|
handleIpc(ipc);
|
|
1110
1110
|
state$I.ipc = ipc;
|
|
1111
1111
|
};
|
|
1112
|
-
const invoke$
|
|
1113
|
-
return invoke$
|
|
1112
|
+
const invoke$l = (method, ...params) => {
|
|
1113
|
+
return invoke$m(state$I.ipc, method, ...params);
|
|
1114
1114
|
};
|
|
1115
1115
|
const invokeAndTransfer$4 = (method, ...params) => {
|
|
1116
1116
|
return invokeAndTransfer$5(state$I.ipc, method, ...params);
|
|
@@ -1131,7 +1131,7 @@ const loadCssStyleSheets = css => {
|
|
|
1131
1131
|
return Promise.all(css.map(loadCssStyleSheet));
|
|
1132
1132
|
};
|
|
1133
1133
|
const addCssStyleSheet = (id, css) => {
|
|
1134
|
-
return invoke$
|
|
1134
|
+
return invoke$l('Css.addCssStyleSheet', id, css);
|
|
1135
1135
|
};
|
|
1136
1136
|
const actuallyAddDynamicCss = async (id, getCss, preferences) => {
|
|
1137
1137
|
const css = await getCss(preferences);
|
|
@@ -1155,7 +1155,7 @@ const getOrCreateWorker = fn => {
|
|
|
1155
1155
|
return {
|
|
1156
1156
|
async invoke(method, ...params) {
|
|
1157
1157
|
const ipc = await getOrCreate$2(fn);
|
|
1158
|
-
return invoke$
|
|
1158
|
+
return invoke$m(ipc, method, ...params);
|
|
1159
1159
|
},
|
|
1160
1160
|
async invokeAndTransfer(method, ...params) {
|
|
1161
1161
|
const ipc = await getOrCreate$2(fn);
|
|
@@ -1244,7 +1244,7 @@ const launchErrorWorker = async () => {
|
|
|
1244
1244
|
};
|
|
1245
1245
|
|
|
1246
1246
|
const {
|
|
1247
|
-
invoke: invoke$
|
|
1247
|
+
invoke: invoke$k} = getOrCreateWorker(launchErrorWorker);
|
|
1248
1248
|
|
|
1249
1249
|
const serializeError = error => {
|
|
1250
1250
|
if (!error) {
|
|
@@ -1264,14 +1264,14 @@ const serializeError = error => {
|
|
|
1264
1264
|
const prepare = async error => {
|
|
1265
1265
|
try {
|
|
1266
1266
|
const serialized = serializeError(error);
|
|
1267
|
-
const prepared = await invoke$
|
|
1267
|
+
const prepared = await invoke$k('Errors.prepare', serialized);
|
|
1268
1268
|
return prepared;
|
|
1269
1269
|
} catch {
|
|
1270
1270
|
return error;
|
|
1271
1271
|
}
|
|
1272
1272
|
};
|
|
1273
1273
|
const print = async (error, prefix = '') => {
|
|
1274
|
-
await invoke$
|
|
1274
|
+
await invoke$k('Errors.print', error, prefix);
|
|
1275
1275
|
};
|
|
1276
1276
|
const getMessage$5 = error => {
|
|
1277
1277
|
if (error && error.type && error.message) {
|
|
@@ -1753,11 +1753,11 @@ const state$D = {
|
|
|
1753
1753
|
};
|
|
1754
1754
|
|
|
1755
1755
|
/* istanbul ignore file */
|
|
1756
|
-
const invoke$
|
|
1756
|
+
const invoke$j = async (method, ...params) => {
|
|
1757
1757
|
const {
|
|
1758
1758
|
ipc
|
|
1759
1759
|
} = state$D;
|
|
1760
|
-
const result = await invoke$
|
|
1760
|
+
const result = await invoke$m(ipc, method, ...params);
|
|
1761
1761
|
return result;
|
|
1762
1762
|
};
|
|
1763
1763
|
const invokeAndTransfer$3 = async (method, ...params) => {
|
|
@@ -1771,18 +1771,6 @@ const invokeAndTransfer$3 = async (method, ...params) => {
|
|
|
1771
1771
|
// TODO when shared process crashes / connection is lost: reconnect or show notification
|
|
1772
1772
|
|
|
1773
1773
|
const DownloadDownload = 'Download.download'; // TODO move to network process
|
|
1774
|
-
const FileSystemChmod = 'FileSystemDisk.chmod';
|
|
1775
|
-
const FileSystemCopy = 'FileSystemDisk.copy';
|
|
1776
|
-
const FileSystemGetPathSeparator$1 = 'FileSystemDisk.getPathSeparator';
|
|
1777
|
-
const FileSystemGetRealPath = 'FileSystemDisk.getRealPath';
|
|
1778
|
-
const FileSystemMkdir$1 = 'FileSystemDisk.mkdir';
|
|
1779
|
-
const FileSystemReadDirWithFileTypes$1 = 'FileSystemDisk.readDirWithFileTypes';
|
|
1780
|
-
const FileSystemReadFile$1 = 'FileSystemDisk.readFile';
|
|
1781
|
-
const FileSystemReadJson = 'FileSystemDisk.readJson';
|
|
1782
|
-
const FileSystemRemove$1 = 'FileSystemDisk.remove';
|
|
1783
|
-
const FileSystemRename$1 = 'FileSystemDisk.rename';
|
|
1784
|
-
const FileSystemStat = 'FileSystemDisk.stat';
|
|
1785
|
-
const FileSystemWriteFile$1 = 'FileSystemDisk.writeFile';
|
|
1786
1774
|
const OpenNativeFolder = 'OpenNativeFolder.openFolder';
|
|
1787
1775
|
const PreferencesGetAll = 'Preferences.getAll';
|
|
1788
1776
|
const RecentlyOpenedAddPath = 'RecentlyOpened.addPath';
|
|
@@ -1812,7 +1800,7 @@ const getPreferencesJson = async () => {
|
|
|
1812
1800
|
const url = `${assetDir}/config/defaultSettings.json`;
|
|
1813
1801
|
return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
|
|
1814
1802
|
}
|
|
1815
|
-
return invoke$
|
|
1803
|
+
return invoke$j(PreferencesGetAll);
|
|
1816
1804
|
};
|
|
1817
1805
|
const getPreferences = async () => {
|
|
1818
1806
|
// TODO cache preferences, but they should not be stale
|
|
@@ -1856,7 +1844,7 @@ const state$B = {
|
|
|
1856
1844
|
};
|
|
1857
1845
|
|
|
1858
1846
|
const getResolvedRootFromSharedProcess = async () => {
|
|
1859
|
-
const resolvedRoot = await invoke$
|
|
1847
|
+
const resolvedRoot = await invoke$j(/* Workspace.resolveRoot */WorkspaceResolveRoot);
|
|
1860
1848
|
return resolvedRoot;
|
|
1861
1849
|
};
|
|
1862
1850
|
const isValid$1 = resolvedRoot => {
|
|
@@ -1922,13 +1910,13 @@ const getResolvedRoot = async href => {
|
|
|
1922
1910
|
};
|
|
1923
1911
|
|
|
1924
1912
|
const getHref = () => {
|
|
1925
|
-
return invoke$
|
|
1913
|
+
return invoke$l(/* Location.getHref */'Location.getHref');
|
|
1926
1914
|
};
|
|
1927
1915
|
const setPathName = pathName => {
|
|
1928
|
-
return invoke$
|
|
1916
|
+
return invoke$l(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
|
|
1929
1917
|
};
|
|
1930
1918
|
const hydrate$a = () => {
|
|
1931
|
-
return invoke$
|
|
1919
|
+
return invoke$l(/* Location.hydrate */'Location.hydrate');
|
|
1932
1920
|
};
|
|
1933
1921
|
const getOrigin = () => {
|
|
1934
1922
|
return location.origin;
|
|
@@ -1938,7 +1926,7 @@ const getHost = () => {
|
|
|
1938
1926
|
};
|
|
1939
1927
|
|
|
1940
1928
|
const set$e = title => {
|
|
1941
|
-
return invoke$
|
|
1929
|
+
return invoke$l('WindowTitle.set', title);
|
|
1942
1930
|
};
|
|
1943
1931
|
|
|
1944
1932
|
/**
|
|
@@ -2072,15 +2060,15 @@ const launchExtensionHostWorker = async () => {
|
|
|
2072
2060
|
ipc = wrap$7(port);
|
|
2073
2061
|
}
|
|
2074
2062
|
handleIpc(ipc);
|
|
2075
|
-
await invoke$
|
|
2063
|
+
await invoke$m(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
|
|
2076
2064
|
addListener('workspace.change', async () => {
|
|
2077
|
-
await invoke$
|
|
2065
|
+
await invoke$m(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
|
|
2078
2066
|
});
|
|
2079
2067
|
return ipc;
|
|
2080
2068
|
};
|
|
2081
2069
|
|
|
2082
2070
|
const {
|
|
2083
|
-
invoke: invoke$
|
|
2071
|
+
invoke: invoke$i,
|
|
2084
2072
|
invokeAndTransfer: invokeAndTransfer$2
|
|
2085
2073
|
} = getOrCreateWorker(launchExtensionHostWorker);
|
|
2086
2074
|
|
|
@@ -2110,11 +2098,11 @@ const getColorThemeCssCached = async (colorThemeId, getData) => {
|
|
|
2110
2098
|
};
|
|
2111
2099
|
|
|
2112
2100
|
const getColorThemeJson = colorThemeId => {
|
|
2113
|
-
return invoke$
|
|
2101
|
+
return invoke$i('ColorTheme.getColorThemeJson', colorThemeId);
|
|
2114
2102
|
};
|
|
2115
2103
|
|
|
2116
2104
|
const getColorThemeCssFromJson = async (colorThemeId, colorThemeJson) => {
|
|
2117
|
-
return invoke$
|
|
2105
|
+
return invoke$i('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
|
|
2118
2106
|
};
|
|
2119
2107
|
const getColorThemeCssNew = async colorThemeId => {
|
|
2120
2108
|
const colorThemeJson = await getColorThemeJson(colorThemeId);
|
|
@@ -2130,7 +2118,7 @@ const getMetaThemeColor = colorThemeJson => {
|
|
|
2130
2118
|
};
|
|
2131
2119
|
|
|
2132
2120
|
const setThemeColor = async themeColor => {
|
|
2133
|
-
await invoke$
|
|
2121
|
+
await invoke$l(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
|
|
2134
2122
|
};
|
|
2135
2123
|
|
|
2136
2124
|
// TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
|
|
@@ -2171,7 +2159,7 @@ const watch$1 = async id => {
|
|
|
2171
2159
|
return;
|
|
2172
2160
|
}
|
|
2173
2161
|
state$A.watchedTheme = id;
|
|
2174
|
-
await invoke$
|
|
2162
|
+
await invoke$j('ExtensionHost.watchColorTheme', id);
|
|
2175
2163
|
};
|
|
2176
2164
|
const getPreferredColorTheme = () => {
|
|
2177
2165
|
const preferredColorTheme = get$e('workbench.colorTheme');
|
|
@@ -2224,13 +2212,13 @@ const get$d = () => {
|
|
|
2224
2212
|
|
|
2225
2213
|
const getWindowId = async () => {
|
|
2226
2214
|
const webContentsId = get$d();
|
|
2227
|
-
const windowId = await invoke$
|
|
2215
|
+
const windowId = await invoke$j('GetWindowId.getWindowId', webContentsId);
|
|
2228
2216
|
return windowId;
|
|
2229
2217
|
};
|
|
2230
2218
|
|
|
2231
2219
|
const forward$2 = key => async (...args) => {
|
|
2232
2220
|
const windowId = await getWindowId();
|
|
2233
|
-
return invoke$
|
|
2221
|
+
return invoke$j(key, windowId, ...args);
|
|
2234
2222
|
};
|
|
2235
2223
|
const reload$3 = forward$2('ElectronWindow.reload');
|
|
2236
2224
|
const minimize$2 = forward$2('ElectronWindow.minimize');
|
|
@@ -2249,7 +2237,7 @@ const reloadElectron = () => {
|
|
|
2249
2237
|
};
|
|
2250
2238
|
|
|
2251
2239
|
const reloadWeb = () => {
|
|
2252
|
-
return invoke$
|
|
2240
|
+
return invoke$l('Window.reload');
|
|
2253
2241
|
};
|
|
2254
2242
|
|
|
2255
2243
|
const getFn$2 = () => {
|
|
@@ -2288,46 +2276,46 @@ const getUrlBaseName = href => {
|
|
|
2288
2276
|
// TODO treeshake this function out when targeting electron
|
|
2289
2277
|
|
|
2290
2278
|
const getExtensionsPath = () => {
|
|
2291
|
-
return invoke$
|
|
2279
|
+
return invoke$j(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
|
|
2292
2280
|
};
|
|
2293
2281
|
const getCachedExtensionsPath = () => {
|
|
2294
|
-
return invoke$
|
|
2282
|
+
return invoke$j(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
|
|
2295
2283
|
};
|
|
2296
2284
|
const getLogsDir = () => {
|
|
2297
|
-
return invoke$
|
|
2285
|
+
return invoke$j(/* Platform.getLogsDir */'Platform.getLogsDir');
|
|
2298
2286
|
};
|
|
2299
2287
|
const getDownloadDir = () => {
|
|
2300
|
-
return invoke$
|
|
2288
|
+
return invoke$j(/* Platform.getDownloadDir */'Platform.getDownloadDir');
|
|
2301
2289
|
};
|
|
2302
2290
|
const getUserSettingsPath = () => {
|
|
2303
2291
|
if (platform === Web$1) {
|
|
2304
2292
|
return 'settings';
|
|
2305
2293
|
}
|
|
2306
|
-
return invoke$
|
|
2294
|
+
return invoke$j(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
|
|
2307
2295
|
};
|
|
2308
2296
|
const getUserKeyBindingsPath = () => {
|
|
2309
2297
|
if (platform === Web$1) {
|
|
2310
2298
|
return 'settings';
|
|
2311
2299
|
}
|
|
2312
|
-
return invoke$
|
|
2300
|
+
return invoke$j(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
|
|
2313
2301
|
};
|
|
2314
2302
|
const getRecentlyOpenedPath = () => {
|
|
2315
2303
|
if (platform === Web$1) {
|
|
2316
2304
|
return 'recently-opened';
|
|
2317
2305
|
}
|
|
2318
|
-
return invoke$
|
|
2306
|
+
return invoke$j(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
|
|
2319
2307
|
};
|
|
2320
2308
|
const getConfigPath = () => {
|
|
2321
|
-
return invoke$
|
|
2309
|
+
return invoke$j(/* Platform.getConfigDir */'Platform.getConfigDir');
|
|
2322
2310
|
};
|
|
2323
2311
|
const getCachePath = () => {
|
|
2324
|
-
return invoke$
|
|
2312
|
+
return invoke$j(/* Platform.getCacheDir */'Platform.getCacheDir');
|
|
2325
2313
|
};
|
|
2326
2314
|
const getCacheName = () => {
|
|
2327
2315
|
return 'lvce-runtime';
|
|
2328
2316
|
};
|
|
2329
2317
|
const getTestPathRemote = () => {
|
|
2330
|
-
return invoke$
|
|
2318
|
+
return invoke$j(/* Platform.getTestPath */'Platform.getTestPath');
|
|
2331
2319
|
};
|
|
2332
2320
|
const getTestPathWeb = () => {
|
|
2333
2321
|
return `${assetDir}/packages/extension-host-worker-tests`;
|
|
@@ -2344,7 +2332,7 @@ const getTestPath = () => {
|
|
|
2344
2332
|
}
|
|
2345
2333
|
};
|
|
2346
2334
|
const getRepository = () => {
|
|
2347
|
-
return invoke$
|
|
2335
|
+
return invoke$j('Platform.getRepository');
|
|
2348
2336
|
};
|
|
2349
2337
|
|
|
2350
2338
|
// TODO determine with websocket request or some
|
|
@@ -2493,7 +2481,7 @@ const getAvailableKeyBindings = keyBindings => {
|
|
|
2493
2481
|
const update = () => {
|
|
2494
2482
|
const matchingKeyBindings = getMatchingKeyBindings(state$x.keyBindingSets);
|
|
2495
2483
|
const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
|
|
2496
|
-
invoke$
|
|
2484
|
+
invoke$l('KeyBindings.setIdentifiers', keyBindingIdentifiers);
|
|
2497
2485
|
state$x.matchingKeyBindings = matchingKeyBindings;
|
|
2498
2486
|
state$x.keyBindingIdentifiers = keyBindingIdentifiers;
|
|
2499
2487
|
};
|
|
@@ -2580,7 +2568,7 @@ const hydrate$6 = async () => {
|
|
|
2580
2568
|
};
|
|
2581
2569
|
|
|
2582
2570
|
const getIconThemeJson = async iconThemeId => {
|
|
2583
|
-
return invoke$
|
|
2571
|
+
return invoke$i('IconTheme.getJson', iconThemeId);
|
|
2584
2572
|
};
|
|
2585
2573
|
|
|
2586
2574
|
const dispatch = key => (...args) => {
|
|
@@ -2658,13 +2646,13 @@ const serializeObjects = objects => {
|
|
|
2658
2646
|
};
|
|
2659
2647
|
|
|
2660
2648
|
const clear$5 = async storageType => {
|
|
2661
|
-
await invoke$
|
|
2649
|
+
await invoke$l(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
|
|
2662
2650
|
};
|
|
2663
2651
|
const getAll$1 = storageType => {
|
|
2664
|
-
return invoke$
|
|
2652
|
+
return invoke$l('WebStorage.getAll', storageType);
|
|
2665
2653
|
};
|
|
2666
2654
|
const getText$2 = async (storageType, key) => {
|
|
2667
|
-
const item = await invoke$
|
|
2655
|
+
const item = await invoke$l(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
|
|
2668
2656
|
return item || '';
|
|
2669
2657
|
};
|
|
2670
2658
|
const getJson$6 = async (storageType, key) => {
|
|
@@ -2679,7 +2667,7 @@ const getJson$6 = async (storageType, key) => {
|
|
|
2679
2667
|
}
|
|
2680
2668
|
};
|
|
2681
2669
|
const setText$1 = async (storageType, key, value) => {
|
|
2682
|
-
await invoke$
|
|
2670
|
+
await invoke$l(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
|
|
2683
2671
|
};
|
|
2684
2672
|
const setJson$5 = async (storageType, key, value) => {
|
|
2685
2673
|
const stringifiedValue = stringifyCompact(value);
|
|
@@ -2687,7 +2675,7 @@ const setJson$5 = async (storageType, key, value) => {
|
|
|
2687
2675
|
};
|
|
2688
2676
|
const setJsonObjects$2 = async (storageType, objects) => {
|
|
2689
2677
|
const serializedObjects = serializeObjects(objects);
|
|
2690
|
-
await invoke$
|
|
2678
|
+
await invoke$l('WebStorage.setJsonObjects', storageType, serializedObjects);
|
|
2691
2679
|
};
|
|
2692
2680
|
|
|
2693
2681
|
const LocalStorage = 1;
|
|
@@ -2862,7 +2850,7 @@ const ExtensionStateStorage = {
|
|
|
2862
2850
|
};
|
|
2863
2851
|
|
|
2864
2852
|
const saveState$h = async () => {
|
|
2865
|
-
const state = await invoke$
|
|
2853
|
+
const state = await invoke$i('SaveState.saveState');
|
|
2866
2854
|
return state;
|
|
2867
2855
|
};
|
|
2868
2856
|
const getSavedState = async () => {
|
|
@@ -2917,7 +2905,7 @@ const hydrate$5 = async () => {
|
|
|
2917
2905
|
console.info('[info] not saving state on visibility change - disabled by settings');
|
|
2918
2906
|
return;
|
|
2919
2907
|
}
|
|
2920
|
-
await invoke$
|
|
2908
|
+
await invoke$l('Window.onVisibilityChange');
|
|
2921
2909
|
};
|
|
2922
2910
|
const getSavedViewletState = viewletId => {
|
|
2923
2911
|
return getJson$4(viewletId);
|
|
@@ -2941,7 +2929,7 @@ const ViewletManagerVisitorCss = {
|
|
|
2941
2929
|
|
|
2942
2930
|
const fileSearchWorkerUrl = `${assetDir}/packages/file-search-worker/dist/fileSearchWorkerMain.js`;
|
|
2943
2931
|
|
|
2944
|
-
const getConfiguredWorkerUrl$
|
|
2932
|
+
const getConfiguredWorkerUrl$f = () => {
|
|
2945
2933
|
let configuredWorkerUrl = get$e('develop.fileSearchWorkerPath') || '';
|
|
2946
2934
|
if (configuredWorkerUrl) {
|
|
2947
2935
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -2957,14 +2945,14 @@ const launchFileSearchWorker = async () => {
|
|
|
2957
2945
|
const ipc = await create$13({
|
|
2958
2946
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
2959
2947
|
name,
|
|
2960
|
-
url: getConfiguredWorkerUrl$
|
|
2948
|
+
url: getConfiguredWorkerUrl$f()
|
|
2961
2949
|
});
|
|
2962
2950
|
handleIpc(ipc);
|
|
2963
2951
|
return ipc;
|
|
2964
2952
|
};
|
|
2965
2953
|
|
|
2966
2954
|
const {
|
|
2967
|
-
invoke: invoke$
|
|
2955
|
+
invoke: invoke$h} = getOrCreateWorker(launchFileSearchWorker);
|
|
2968
2956
|
|
|
2969
2957
|
const state$u = {
|
|
2970
2958
|
/**
|
|
@@ -2980,7 +2968,7 @@ const add$1 = async menuEntries => {
|
|
|
2980
2968
|
// TODO store menu entries here or in file search worker?
|
|
2981
2969
|
// Usually don't want to start worker for the menu entries
|
|
2982
2970
|
// But also quickpick menu entries would be better stored there
|
|
2983
|
-
await invoke$
|
|
2971
|
+
await invoke$h('QuickPick.addMenuEntries', menuEntries);
|
|
2984
2972
|
};
|
|
2985
2973
|
|
|
2986
2974
|
const loadModule$2 = async (id, module) => {
|
|
@@ -3167,7 +3155,7 @@ const runFn = async (instance, id, key, fn, args) => {
|
|
|
3167
3155
|
const commands = render$I(instance.factory, oldState, newState, newState.uid || id);
|
|
3168
3156
|
updateDynamicFocusContext(commands);
|
|
3169
3157
|
setRenderedState(id, newState);
|
|
3170
|
-
await invoke$
|
|
3158
|
+
await invoke$l(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3171
3159
|
} else {
|
|
3172
3160
|
return fn(instance.state, ...args);
|
|
3173
3161
|
}
|
|
@@ -3192,7 +3180,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
|
|
|
3192
3180
|
if (commands.length === 0) {
|
|
3193
3181
|
return;
|
|
3194
3182
|
}
|
|
3195
|
-
await invoke$
|
|
3183
|
+
await invoke$l(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3196
3184
|
};
|
|
3197
3185
|
|
|
3198
3186
|
// TODO maybe wrapViewletCommand should accept module instead of id string
|
|
@@ -3397,7 +3385,7 @@ const maybeRegisterEvents = module => {
|
|
|
3397
3385
|
const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3398
3386
|
instance.state = newState;
|
|
3399
3387
|
instance.renderedState = newState;
|
|
3400
|
-
await invoke$
|
|
3388
|
+
await invoke$l(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3401
3389
|
};
|
|
3402
3390
|
addListener('workspace.change', handleUpdate);
|
|
3403
3391
|
}
|
|
@@ -3424,7 +3412,7 @@ const maybeRegisterEvents = module => {
|
|
|
3424
3412
|
const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3425
3413
|
instance.state = newState;
|
|
3426
3414
|
instance.renderedState = newState;
|
|
3427
|
-
await invoke$
|
|
3415
|
+
await invoke$l(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3428
3416
|
};
|
|
3429
3417
|
addListener(key, handleUpdate);
|
|
3430
3418
|
}
|
|
@@ -3452,7 +3440,7 @@ const maybeRegisterMenuEntries = async module => {
|
|
|
3452
3440
|
const actuallyLoadModule = async (getModule, id) => {
|
|
3453
3441
|
const module = await getModule(id);
|
|
3454
3442
|
if (!module.hasFunctionalEvents) {
|
|
3455
|
-
await invoke$
|
|
3443
|
+
await invoke$l(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
|
|
3456
3444
|
}
|
|
3457
3445
|
await loadModule$1(id, module);
|
|
3458
3446
|
await maybeRegisterWrappedCommands(id, module);
|
|
@@ -3545,7 +3533,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3545
3533
|
if (module.renderEventListeners) {
|
|
3546
3534
|
// TODO reuse event listeners between components
|
|
3547
3535
|
const eventListeners = await module.renderEventListeners();
|
|
3548
|
-
await invoke$
|
|
3536
|
+
await invoke$l('Viewlet.registerEventListeners', viewletUid, eventListeners);
|
|
3549
3537
|
}
|
|
3550
3538
|
if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
|
|
3551
3539
|
await module.show(newState);
|
|
@@ -3599,7 +3587,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3599
3587
|
}
|
|
3600
3588
|
state = ViewletState.ContentLoaded;
|
|
3601
3589
|
if (viewlet.show === false) {} else {
|
|
3602
|
-
await invoke$
|
|
3590
|
+
await invoke$l(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
3603
3591
|
}
|
|
3604
3592
|
if (viewlet.disposed) {
|
|
3605
3593
|
// TODO unload the module from renderer process
|
|
@@ -3651,7 +3639,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3651
3639
|
return allCommands;
|
|
3652
3640
|
}
|
|
3653
3641
|
commands.push(...extraCommands);
|
|
3654
|
-
await invoke$
|
|
3642
|
+
await invoke$l(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3655
3643
|
} else {
|
|
3656
3644
|
const allCommands = [...commands, ...extraCommands
|
|
3657
3645
|
// ['Viewlet.show', viewlet.id],
|
|
@@ -3672,7 +3660,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3672
3660
|
}
|
|
3673
3661
|
state = ViewletState.ContentRendered;
|
|
3674
3662
|
if (viewlet.parentUid && viewlet.show !== false) {
|
|
3675
|
-
await invoke$
|
|
3663
|
+
await invoke$l(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
|
|
3676
3664
|
}
|
|
3677
3665
|
state = ViewletState.Appended;
|
|
3678
3666
|
if (viewlet.disposed) {
|
|
@@ -3694,10 +3682,10 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3694
3682
|
}
|
|
3695
3683
|
const commands = [];
|
|
3696
3684
|
if (state < ViewletState.RendererProcessViewletLoaded) {
|
|
3697
|
-
await invoke$
|
|
3685
|
+
await invoke$l(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
3698
3686
|
}
|
|
3699
3687
|
const parentUid = viewlet.parentUid;
|
|
3700
|
-
await invoke$
|
|
3688
|
+
await invoke$l(kLoadModule, Error$3);
|
|
3701
3689
|
commands.push([kCreate, Error$3, viewletUid]);
|
|
3702
3690
|
// @ts-ignore
|
|
3703
3691
|
if (viewlet.setBounds !== false) {
|
|
@@ -3706,7 +3694,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3706
3694
|
if (module && module.customErrorRenderer) {
|
|
3707
3695
|
const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
|
|
3708
3696
|
const dom = await errorModule.render(error);
|
|
3709
|
-
await invoke$
|
|
3697
|
+
await invoke$l(kLoadModule, module.customErrorRenderer);
|
|
3710
3698
|
commands.push([kCreate, module.customErrorRenderer, viewletUid]);
|
|
3711
3699
|
commands.push(['Viewlet.setDom2', viewletUid, dom]);
|
|
3712
3700
|
commands.push([kAppend, parentUid, viewletUid]);
|
|
@@ -3759,7 +3747,7 @@ const load$4 = async moduleId => {
|
|
|
3759
3747
|
};
|
|
3760
3748
|
|
|
3761
3749
|
const disposeBrowserViewQuickPick = () => {
|
|
3762
|
-
return invoke$
|
|
3750
|
+
return invoke$j('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
|
|
3763
3751
|
};
|
|
3764
3752
|
|
|
3765
3753
|
const handleKeyBinding$1 = async identifier => {
|
|
@@ -3809,7 +3797,7 @@ const focus$7 = async id => {
|
|
|
3809
3797
|
commands.push(...render$I(instance.factory, oldState, newState));
|
|
3810
3798
|
}
|
|
3811
3799
|
setFocusedInstance(instance);
|
|
3812
|
-
await invoke$
|
|
3800
|
+
await invoke$l('Viewlet.sendMultiple', commands);
|
|
3813
3801
|
};
|
|
3814
3802
|
|
|
3815
3803
|
/**
|
|
@@ -3852,7 +3840,7 @@ const dispose$u = async id => {
|
|
|
3852
3840
|
throw new Error(`${id} is missing a factory function`);
|
|
3853
3841
|
}
|
|
3854
3842
|
instance.factory.dispose(instance.state);
|
|
3855
|
-
await invoke$
|
|
3843
|
+
await invoke$l(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
|
|
3856
3844
|
if (instance.factory.getKeyBindings) {
|
|
3857
3845
|
removeKeyBindings(instanceUid);
|
|
3858
3846
|
}
|
|
@@ -4031,7 +4019,7 @@ const setStateFunctional = (id, newState) => {
|
|
|
4031
4019
|
const setState = async (id, newState) => {
|
|
4032
4020
|
const commands = setStateFunctional(id, newState);
|
|
4033
4021
|
if (commands.length > 0) {
|
|
4034
|
-
await invoke$
|
|
4022
|
+
await invoke$l(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4035
4023
|
}
|
|
4036
4024
|
};
|
|
4037
4025
|
const getAllStates = () => {
|
|
@@ -4074,7 +4062,7 @@ const openWidget = async (moduleId, ...args) => {
|
|
|
4074
4062
|
// TODO send focus changes to renderer process together with other message
|
|
4075
4063
|
updateDynamicFocusContext(commands);
|
|
4076
4064
|
commands.push(['Viewlet.focus', childUid]);
|
|
4077
|
-
await invoke$
|
|
4065
|
+
await invoke$l('Viewlet.executeCommands', commands);
|
|
4078
4066
|
};
|
|
4079
4067
|
const closeWidget = async id => {
|
|
4080
4068
|
try {
|
|
@@ -4086,7 +4074,7 @@ const closeWidget = async id => {
|
|
|
4086
4074
|
const child = childInstance.state;
|
|
4087
4075
|
const childUid = child.uid;
|
|
4088
4076
|
const commands = disposeFunctional(childUid);
|
|
4089
|
-
await invoke$
|
|
4077
|
+
await invoke$l(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
|
|
4090
4078
|
// TODO restore focus
|
|
4091
4079
|
} catch (error) {
|
|
4092
4080
|
throw new VError(error, `Failed to close widget ${id}`);
|
|
@@ -4144,7 +4132,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
|
|
|
4144
4132
|
if (commands.length === 0) {
|
|
4145
4133
|
return;
|
|
4146
4134
|
}
|
|
4147
|
-
await invoke$
|
|
4135
|
+
await invoke$l(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4148
4136
|
};
|
|
4149
4137
|
|
|
4150
4138
|
// @ts-ignore
|
|
@@ -4184,7 +4172,7 @@ const disposeWidgetWithValue = async (id, value) => {
|
|
|
4184
4172
|
instance.status = 'disposed';
|
|
4185
4173
|
remove$7(id);
|
|
4186
4174
|
remove$7(uid);
|
|
4187
|
-
await invoke$
|
|
4175
|
+
await invoke$l('Viewlet.sendMultiple', commands);
|
|
4188
4176
|
// return commands
|
|
4189
4177
|
const parentInstance = getInstance(KeyBindings);
|
|
4190
4178
|
if (!parentInstance) {
|
|
@@ -4391,7 +4379,7 @@ const getLanguageConfigurationFromWebExtension = async languageId => {
|
|
|
4391
4379
|
return json;
|
|
4392
4380
|
};
|
|
4393
4381
|
const getLanguageConfiguration$3 = async languageId => {
|
|
4394
|
-
const languageConfiguration = await invoke$
|
|
4382
|
+
const languageConfiguration = await invoke$j(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
|
|
4395
4383
|
if (languageConfiguration) {
|
|
4396
4384
|
return languageConfiguration;
|
|
4397
4385
|
}
|
|
@@ -4404,7 +4392,7 @@ const getLanguageConfiguration$2 = async languageId => {
|
|
|
4404
4392
|
|
|
4405
4393
|
const getLanguages = async () => {
|
|
4406
4394
|
try {
|
|
4407
|
-
return invoke$
|
|
4395
|
+
return invoke$i('Languages.getLanguages');
|
|
4408
4396
|
} catch (error) {
|
|
4409
4397
|
throw new VError(error, 'Failed to load languages');
|
|
4410
4398
|
}
|
|
@@ -4820,7 +4808,7 @@ const hydrate$3 = async () => {
|
|
|
4820
4808
|
};
|
|
4821
4809
|
|
|
4822
4810
|
const getInitData = async () => {
|
|
4823
|
-
const rendererProcessInitData = await invoke$
|
|
4811
|
+
const rendererProcessInitData = await invoke$l('InitData.getInitData');
|
|
4824
4812
|
// TODO get the following items
|
|
4825
4813
|
// - location.href
|
|
4826
4814
|
// - workspace
|
|
@@ -5210,7 +5198,7 @@ const addToRecentlyOpenedWeb = async path => {
|
|
|
5210
5198
|
await setRecentlyOpened(newRecentlyOpened);
|
|
5211
5199
|
};
|
|
5212
5200
|
const addToRecentlyOpenedRemote = async path => {
|
|
5213
|
-
await invoke$
|
|
5201
|
+
await invoke$j(RecentlyOpenedAddPath, path);
|
|
5214
5202
|
};
|
|
5215
5203
|
const addToRecentlyOpened = async path => {
|
|
5216
5204
|
switch (platform) {
|
|
@@ -5248,16 +5236,16 @@ const hydrate$2 = async () => {
|
|
|
5248
5236
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
5249
5237
|
|
|
5250
5238
|
const saveValue$1 = async (storeId, value) => {
|
|
5251
|
-
await invoke$
|
|
5239
|
+
await invoke$i('IndexedDb.saveValue', storeId, value);
|
|
5252
5240
|
};
|
|
5253
5241
|
const getValuesByIndexName$1 = async (storeId, indexName, only) => {
|
|
5254
|
-
return invoke$
|
|
5242
|
+
return invoke$i('IndexedDb.getValuesByIndexName', storeId, indexName, only);
|
|
5255
5243
|
};
|
|
5256
5244
|
const addHandle$1 = async (uri, handle) => {
|
|
5257
|
-
return invoke$
|
|
5245
|
+
return invoke$i('IndexedDb.addHandle', uri, handle);
|
|
5258
5246
|
};
|
|
5259
5247
|
const getHandle$1 = async uri => {
|
|
5260
|
-
return invoke$
|
|
5248
|
+
return invoke$i('IndexedDb.getHandle', uri);
|
|
5261
5249
|
};
|
|
5262
5250
|
|
|
5263
5251
|
const saveValue = async (sessionId, value) => {
|
|
@@ -5618,7 +5606,7 @@ const watchFilesForHotReload = async platform => {
|
|
|
5618
5606
|
if (config.length === 0) {
|
|
5619
5607
|
return;
|
|
5620
5608
|
}
|
|
5621
|
-
await invoke$
|
|
5609
|
+
await invoke$j('ExtensionHost.watchForHotReload', config);
|
|
5622
5610
|
} catch (error) {
|
|
5623
5611
|
console.warn(`Failed to watch ${error}`);
|
|
5624
5612
|
}
|
|
@@ -5736,7 +5724,7 @@ const startup = async () => {
|
|
|
5736
5724
|
const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
|
|
5737
5725
|
commands.push(...placeholderCommands);
|
|
5738
5726
|
commands.push(['Viewlet.appendToBody', layout.uid]);
|
|
5739
|
-
await invoke$
|
|
5727
|
+
await invoke$l('Viewlet.executeCommands', commands);
|
|
5740
5728
|
// await Layout.hydrate(initData)
|
|
5741
5729
|
mark(DidShowLayout);
|
|
5742
5730
|
mark(WillLoadLanguages);
|
|
@@ -6399,10 +6387,10 @@ const GetColorThemeCssCachedLocalStorage = {
|
|
|
6399
6387
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
6400
6388
|
|
|
6401
6389
|
const set$8 = async (key, value) => {
|
|
6402
|
-
await invoke$
|
|
6390
|
+
await invoke$i('IndexedDb.set', key, value);
|
|
6403
6391
|
};
|
|
6404
6392
|
const get$7 = async key => {
|
|
6405
|
-
return invoke$
|
|
6393
|
+
return invoke$i('IndexedDb.get', key);
|
|
6406
6394
|
};
|
|
6407
6395
|
|
|
6408
6396
|
const getCacheKey = colorThemeId => {
|
|
@@ -6477,7 +6465,7 @@ const get$4 = () => {
|
|
|
6477
6465
|
};
|
|
6478
6466
|
|
|
6479
6467
|
const addWebExtension = async path => {
|
|
6480
|
-
const manifest = await invoke$
|
|
6468
|
+
const manifest = await invoke$i('Extensions.addWebExtension', path);
|
|
6481
6469
|
// TODO avoid side effect here
|
|
6482
6470
|
if (manifest.languages) {
|
|
6483
6471
|
for (const language of manifest.languages) {
|
|
@@ -6591,7 +6579,7 @@ const handleRejectedExtensions = async extensions => {
|
|
|
6591
6579
|
}
|
|
6592
6580
|
};
|
|
6593
6581
|
const getExtensions$1 = async () => {
|
|
6594
|
-
return invoke$
|
|
6582
|
+
return invoke$i('Extensions.getExtensions');
|
|
6595
6583
|
};
|
|
6596
6584
|
const addNodeExtension = async path => {
|
|
6597
6585
|
// TODO add support for dynamically loading node extensions
|
|
@@ -6633,13 +6621,13 @@ const state$l = {
|
|
|
6633
6621
|
const actuallyActivateExtension = async extension => {
|
|
6634
6622
|
if (!(extension.id in state$l.activatedExtensions)) {
|
|
6635
6623
|
const absolutePath = getExtensionAbsolutePath(extension.id, extension.isWeb, extension.builtin, extension.path, extension.browser, origin, platform);
|
|
6636
|
-
state$l.activatedExtensions[extension.id] = invoke$
|
|
6624
|
+
state$l.activatedExtensions[extension.id] = invoke$i(ExtensionActivate, extension, absolutePath);
|
|
6637
6625
|
}
|
|
6638
6626
|
return state$l.activatedExtensions[extension.id];
|
|
6639
6627
|
};
|
|
6640
6628
|
const actuallyActivateByEvent = async event => {
|
|
6641
6629
|
// TODO should not query extensions multiple times
|
|
6642
|
-
const extensions = await invoke$
|
|
6630
|
+
const extensions = await invoke$i('Extensions.getExtensions');
|
|
6643
6631
|
const {
|
|
6644
6632
|
resolved,
|
|
6645
6633
|
rejected
|
|
@@ -6685,7 +6673,7 @@ const executeProviders = async ({
|
|
|
6685
6673
|
combineResults
|
|
6686
6674
|
}) => {
|
|
6687
6675
|
await activateByEvent(event);
|
|
6688
|
-
const result = await invoke$
|
|
6676
|
+
const result = await invoke$i(method, ...params);
|
|
6689
6677
|
return result;
|
|
6690
6678
|
};
|
|
6691
6679
|
const executeProvider = async ({
|
|
@@ -6695,14 +6683,14 @@ const executeProvider = async ({
|
|
|
6695
6683
|
noProviderFoundMessage
|
|
6696
6684
|
}) => {
|
|
6697
6685
|
await activateByEvent(event);
|
|
6698
|
-
const result = invoke$
|
|
6686
|
+
const result = invoke$i(method, ...params);
|
|
6699
6687
|
return result;
|
|
6700
6688
|
};
|
|
6701
6689
|
const execute$3 = async ({
|
|
6702
6690
|
method,
|
|
6703
6691
|
params
|
|
6704
6692
|
}) => {
|
|
6705
|
-
await invoke$
|
|
6693
|
+
await invoke$i(method, ...params);
|
|
6706
6694
|
};
|
|
6707
6695
|
|
|
6708
6696
|
const readFile$d = uri => {
|
|
@@ -6922,37 +6910,37 @@ const FileSystemData = {
|
|
|
6922
6910
|
|
|
6923
6911
|
const name$2n = 'Memory';
|
|
6924
6912
|
const readFile$a = uri => {
|
|
6925
|
-
return invoke$
|
|
6913
|
+
return invoke$i('FileSystemMemory.readFile', uri);
|
|
6926
6914
|
};
|
|
6927
6915
|
const writeFile$a = (uri, content) => {
|
|
6928
|
-
return invoke$
|
|
6916
|
+
return invoke$i('FileSystemMemory.writeFile', uri, content);
|
|
6929
6917
|
};
|
|
6930
6918
|
const mkdir$3 = uri => {
|
|
6931
|
-
return invoke$
|
|
6919
|
+
return invoke$i('FileSystemMemory.mkdir', uri);
|
|
6932
6920
|
};
|
|
6933
6921
|
const getPathSeparator$4 = () => {
|
|
6934
6922
|
return Slash;
|
|
6935
6923
|
};
|
|
6936
6924
|
const remove$3 = uri => {
|
|
6937
|
-
return invoke$
|
|
6925
|
+
return invoke$i('FileSystemMemory.remove', uri);
|
|
6938
6926
|
};
|
|
6939
6927
|
const readDirWithFileTypes$4 = uri => {
|
|
6940
|
-
return invoke$
|
|
6928
|
+
return invoke$i('FileSystemMemory.readDirWithFileTypes', uri);
|
|
6941
6929
|
};
|
|
6942
6930
|
const getBlobUrl$1 = uri => {
|
|
6943
|
-
return invoke$
|
|
6931
|
+
return invoke$i('FileSystemMemory.getBlobUrl', uri);
|
|
6944
6932
|
};
|
|
6945
6933
|
const getBlob$4 = async uri => {
|
|
6946
|
-
return invoke$
|
|
6934
|
+
return invoke$i('FileSystemMemory.getBlob', uri);
|
|
6947
6935
|
};
|
|
6948
6936
|
const chmod$2 = (path, permissions) => {
|
|
6949
|
-
return invoke$
|
|
6937
|
+
return invoke$i('FileSystemMemory.chmod', path, permissions);
|
|
6950
6938
|
};
|
|
6951
6939
|
const rename$2 = (oldPath, newPath) => {
|
|
6952
|
-
return invoke$
|
|
6940
|
+
return invoke$i('FileSystemMemory.rename', oldPath, newPath);
|
|
6953
6941
|
};
|
|
6954
6942
|
const getFiles = () => {
|
|
6955
|
-
return invoke$
|
|
6943
|
+
return invoke$i('FileSystemMemory.getFiles');
|
|
6956
6944
|
};
|
|
6957
6945
|
|
|
6958
6946
|
const FileSystemMemory = {
|
|
@@ -7273,28 +7261,28 @@ const state$j = {
|
|
|
7273
7261
|
files: Object.create(null)
|
|
7274
7262
|
};
|
|
7275
7263
|
const readFile$8 = async uri => {
|
|
7276
|
-
return invoke$
|
|
7264
|
+
return invoke$i('FileSystemFetch.readFile', uri);
|
|
7277
7265
|
};
|
|
7278
7266
|
const writeFile$8 = (uri, content) => {
|
|
7279
|
-
return invoke$
|
|
7267
|
+
return invoke$i('FileSystemFetch.writeFile', uri);
|
|
7280
7268
|
};
|
|
7281
7269
|
const mkdir$1 = uri => {
|
|
7282
|
-
return invoke$
|
|
7270
|
+
return invoke$i('FileSystemFetch.mkdir', uri);
|
|
7283
7271
|
};
|
|
7284
7272
|
const getPathSeparator$2 = () => {
|
|
7285
7273
|
return Slash;
|
|
7286
7274
|
};
|
|
7287
7275
|
const remove$1 = uri => {
|
|
7288
|
-
return invoke$
|
|
7276
|
+
return invoke$i('FileSystemFetch.remove', uri);
|
|
7289
7277
|
};
|
|
7290
7278
|
const readDirWithFileTypes$2 = async uri => {
|
|
7291
|
-
return invoke$
|
|
7279
|
+
return invoke$i('FileSystemFetch.readDirWithFileTypes', uri);
|
|
7292
7280
|
};
|
|
7293
7281
|
const chmod$1 = (path, permissions) => {
|
|
7294
|
-
return invoke$
|
|
7282
|
+
return invoke$i('FileSystemFetch.chmod', path, permissions);
|
|
7295
7283
|
};
|
|
7296
7284
|
const getBlob$3 = async (uri, type) => {
|
|
7297
|
-
return invoke$
|
|
7285
|
+
return invoke$i('FileSystemFetch.getBlob', uri, type);
|
|
7298
7286
|
};
|
|
7299
7287
|
|
|
7300
7288
|
const FileSystemFetch = {
|
|
@@ -7312,6 +7300,34 @@ const FileSystemFetch = {
|
|
|
7312
7300
|
writeFile: writeFile$8
|
|
7313
7301
|
};
|
|
7314
7302
|
|
|
7303
|
+
const fileSystemWorkerUrl = `${assetDir}/packages/file-system-worker/dist/fileSystemWorkerMain.js`;
|
|
7304
|
+
|
|
7305
|
+
const getConfiguredWorkerUrl$e = () => {
|
|
7306
|
+
let configuredWorkerUrl = get$e('develop.fileSystemWorkerPath') || '';
|
|
7307
|
+
if (configuredWorkerUrl) {
|
|
7308
|
+
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
7309
|
+
}
|
|
7310
|
+
configuredWorkerUrl = configuredWorkerUrl || fileSystemWorkerUrl;
|
|
7311
|
+
{
|
|
7312
|
+
configuredWorkerUrl = fileSystemWorkerUrl;
|
|
7313
|
+
}
|
|
7314
|
+
return configuredWorkerUrl;
|
|
7315
|
+
};
|
|
7316
|
+
const launchFileSystemWorker = async () => {
|
|
7317
|
+
const name = 'File System Worker';
|
|
7318
|
+
const ipc = await create$13({
|
|
7319
|
+
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
7320
|
+
name,
|
|
7321
|
+
url: getConfiguredWorkerUrl$e()
|
|
7322
|
+
});
|
|
7323
|
+
handleIpc(ipc);
|
|
7324
|
+
await invoke$m(ipc, 'Initialize.initialize', platform);
|
|
7325
|
+
return ipc;
|
|
7326
|
+
};
|
|
7327
|
+
|
|
7328
|
+
const {
|
|
7329
|
+
invoke: invoke$g} = getOrCreateWorker(launchFileSystemWorker);
|
|
7330
|
+
|
|
7315
7331
|
const getRemoteSrc = uri => {
|
|
7316
7332
|
const src = `/remote${uri}`;
|
|
7317
7333
|
return src;
|
|
@@ -7327,37 +7343,37 @@ const toUri = item => {
|
|
|
7327
7343
|
const copy$4 = (source, target) => {
|
|
7328
7344
|
source = toUri(source);
|
|
7329
7345
|
target = toUri(target);
|
|
7330
|
-
return invoke$
|
|
7346
|
+
return invoke$g('FileSystem.copy', /* source */source, /* target */target);
|
|
7331
7347
|
};
|
|
7332
7348
|
const readFile$7 = (path, encoding) => {
|
|
7333
7349
|
path = toUri(path);
|
|
7334
|
-
return invoke$
|
|
7350
|
+
return invoke$g('FileSystem.readFile', /* path */path, /* encoding */encoding);
|
|
7335
7351
|
};
|
|
7336
7352
|
const readJson$2 = path => {
|
|
7337
7353
|
path = toUri(path);
|
|
7338
|
-
return invoke$
|
|
7354
|
+
return invoke$g('FileSystem.readJson', /* path */path);
|
|
7339
7355
|
};
|
|
7340
7356
|
const remove = path => {
|
|
7341
7357
|
path = toUri(path);
|
|
7342
|
-
return invoke$
|
|
7358
|
+
return invoke$g('FileSystem.remove', /* path */path);
|
|
7343
7359
|
};
|
|
7344
7360
|
const rename = (oldUri, newUri) => {
|
|
7345
7361
|
oldUri = toUri(oldUri);
|
|
7346
7362
|
newUri = toUri(newUri);
|
|
7347
|
-
return invoke$
|
|
7363
|
+
return invoke$g('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
|
|
7348
7364
|
};
|
|
7349
7365
|
const mkdir = path => {
|
|
7350
7366
|
path = toUri(path);
|
|
7351
|
-
return invoke$
|
|
7367
|
+
return invoke$g('FileSystem.mkdir', /* path */path);
|
|
7352
7368
|
};
|
|
7353
7369
|
const writeFile$7 = async (path, content, encoding) => {
|
|
7354
7370
|
path = toUri(path);
|
|
7355
|
-
await invoke$
|
|
7371
|
+
await invoke$g(/* FileSystem.writeFile */'FileSystem.writeFile', /* path */path, /* content */content, /* encoding */encoding);
|
|
7356
7372
|
};
|
|
7357
7373
|
const ensureFile = async () => {};
|
|
7358
7374
|
const readDirWithFileTypes$1 = path => {
|
|
7359
7375
|
path = toUri(path);
|
|
7360
|
-
return invoke$
|
|
7376
|
+
return invoke$g('FileSystem.readDirWithFileTypes', /* path */path);
|
|
7361
7377
|
};
|
|
7362
7378
|
const getBlobUrl = path => {
|
|
7363
7379
|
if (!path.startsWith('/')) {
|
|
@@ -7366,7 +7382,7 @@ const getBlobUrl = path => {
|
|
|
7366
7382
|
return getRemoteSrc(path);
|
|
7367
7383
|
};
|
|
7368
7384
|
const getBlob$2 = async (path, type) => {
|
|
7369
|
-
const content = await invoke$
|
|
7385
|
+
const content = await invoke$g('FileSystem.readFileAsBuffer', path);
|
|
7370
7386
|
const array = new Uint8Array(content.data);
|
|
7371
7387
|
const blob = new Blob([array], {
|
|
7372
7388
|
type
|
|
@@ -7377,22 +7393,22 @@ const getPathSeparator$1 = () => {
|
|
|
7377
7393
|
if (platform === Web$1) {
|
|
7378
7394
|
return Slash;
|
|
7379
7395
|
}
|
|
7380
|
-
return invoke$
|
|
7396
|
+
return invoke$g('FileSystem.getPathSeparator');
|
|
7381
7397
|
};
|
|
7382
7398
|
const getRealPath = path => {
|
|
7383
|
-
return invoke$
|
|
7399
|
+
return invoke$g('FileSystem.getRealPath', /* path */path);
|
|
7384
7400
|
};
|
|
7385
7401
|
const stat = path => {
|
|
7386
7402
|
path = toUri(path);
|
|
7387
|
-
return invoke$
|
|
7403
|
+
return invoke$g('FileSystem.stat', /* path */path);
|
|
7388
7404
|
};
|
|
7389
7405
|
const getFolderSize = path => {
|
|
7390
7406
|
path = toUri(path);
|
|
7391
|
-
return invoke$
|
|
7407
|
+
return invoke$g('FileSystemDisk.getFolderSize', /* path */path);
|
|
7392
7408
|
};
|
|
7393
7409
|
const chmod = (path, permissions) => {
|
|
7394
7410
|
path = toUri(path);
|
|
7395
|
-
return invoke$
|
|
7411
|
+
return invoke$g('FileSystem.chmod', /* path */path, /* permissions */permissions);
|
|
7396
7412
|
};
|
|
7397
7413
|
const canBeRestored$2 = true;
|
|
7398
7414
|
|
|
@@ -7543,7 +7559,7 @@ const requestPermission = async (handle, options) => {
|
|
|
7543
7559
|
// query permission, but from renderer process
|
|
7544
7560
|
// because handle.requestPermission is not implemented
|
|
7545
7561
|
// in a worker, see https://github.com/WICG/file-system-access/issues/289
|
|
7546
|
-
const permissionTypeNow = await invoke$
|
|
7562
|
+
const permissionTypeNow = await invoke$l('FileSystemHandle.requestPermission', handle, options);
|
|
7547
7563
|
return permissionTypeNow;
|
|
7548
7564
|
};
|
|
7549
7565
|
const queryPermission = async (handle, options) => {
|
|
@@ -8240,7 +8256,7 @@ const Ajax_ipc = {
|
|
|
8240
8256
|
|
|
8241
8257
|
const playBell = async () => {
|
|
8242
8258
|
const src = '/sounds/bell.oga';
|
|
8243
|
-
await invoke$
|
|
8259
|
+
await invoke$l(/* Audio.play */3211, /* src */src);
|
|
8244
8260
|
};
|
|
8245
8261
|
|
|
8246
8262
|
const name$2h = 'Audio';
|
|
@@ -8307,11 +8323,11 @@ const promptRestart = () => {
|
|
|
8307
8323
|
};
|
|
8308
8324
|
|
|
8309
8325
|
const getAutoUpdateType = () => {
|
|
8310
|
-
return invoke$
|
|
8326
|
+
return invoke$j('AutoUpdater.getAutoUpdateType');
|
|
8311
8327
|
};
|
|
8312
8328
|
|
|
8313
8329
|
const getLatestVersion = () => {
|
|
8314
|
-
return invoke$
|
|
8330
|
+
return invoke$j('AutoUpdater.getLatestVersion');
|
|
8315
8331
|
};
|
|
8316
8332
|
|
|
8317
8333
|
const checkForUpdates$1 = async () => {
|
|
@@ -8396,14 +8412,14 @@ const GetEditorSourceActions_ipc = {
|
|
|
8396
8412
|
};
|
|
8397
8413
|
|
|
8398
8414
|
const getFileHandles = ids => {
|
|
8399
|
-
return invoke$
|
|
8415
|
+
return invoke$l('FileHandles.get', ids);
|
|
8400
8416
|
};
|
|
8401
8417
|
const addFileHandle = fileHandle => {
|
|
8402
|
-
return invoke$
|
|
8418
|
+
return invoke$l('FileSystemHandle.addFileHandle', fileHandle);
|
|
8403
8419
|
};
|
|
8404
8420
|
|
|
8405
8421
|
const getFilePathElectron = async file => {
|
|
8406
|
-
return invoke$
|
|
8422
|
+
return invoke$l('GetFilePathElectron.getFilePathElectron', file);
|
|
8407
8423
|
};
|
|
8408
8424
|
|
|
8409
8425
|
const name$2e = 'FileSystemHandle';
|
|
@@ -8597,10 +8613,10 @@ const applyLegacyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
8597
8613
|
array(ranges);
|
|
8598
8614
|
string(replacement);
|
|
8599
8615
|
if (isSpecialScheme(files)) {
|
|
8600
|
-
await invoke$
|
|
8616
|
+
await invoke$i('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
|
|
8601
8617
|
return;
|
|
8602
8618
|
}
|
|
8603
|
-
await invoke$
|
|
8619
|
+
await invoke$j('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
|
|
8604
8620
|
};
|
|
8605
8621
|
|
|
8606
8622
|
const applyFileReplacement = async edit => {
|
|
@@ -8836,7 +8852,7 @@ const Chrome_ipc = {
|
|
|
8836
8852
|
|
|
8837
8853
|
const readText = async () => {
|
|
8838
8854
|
try {
|
|
8839
|
-
return await invoke$
|
|
8855
|
+
return await invoke$l('ClipBoard.readText');
|
|
8840
8856
|
} catch (error) {
|
|
8841
8857
|
// @ts-ignore
|
|
8842
8858
|
if (error.message === 'Read permission denied.') {
|
|
@@ -8853,7 +8869,7 @@ const readText = async () => {
|
|
|
8853
8869
|
const writeText$1 = async text => {
|
|
8854
8870
|
try {
|
|
8855
8871
|
string(text);
|
|
8856
|
-
await invoke$
|
|
8872
|
+
await invoke$l('ClipBoard.writeText', /* text */text);
|
|
8857
8873
|
} catch (error) {
|
|
8858
8874
|
throw new VError(error, 'Failed to write text to clipboard');
|
|
8859
8875
|
}
|
|
@@ -8863,7 +8879,7 @@ const writeNativeFiles = async (type, files) => {
|
|
|
8863
8879
|
if (platform === Web$1) {
|
|
8864
8880
|
throw new Error('not supported');
|
|
8865
8881
|
}
|
|
8866
|
-
await invoke$
|
|
8882
|
+
await invoke$j(/* command */'ClipBoard.writeFiles', /* type */type, /* files */files);
|
|
8867
8883
|
} catch (error) {
|
|
8868
8884
|
throw new VError(error, 'Failed to write files to native clipboard');
|
|
8869
8885
|
}
|
|
@@ -8873,21 +8889,21 @@ const readNativeFiles = async () => {
|
|
|
8873
8889
|
if (platform === Web$1) {
|
|
8874
8890
|
throw new Error('not supported');
|
|
8875
8891
|
}
|
|
8876
|
-
return await invoke$
|
|
8892
|
+
return await invoke$j(/* command */'ClipBoard.readFiles');
|
|
8877
8893
|
} catch (error) {
|
|
8878
8894
|
throw new VError(error, 'Failed to read files from native clipboard');
|
|
8879
8895
|
}
|
|
8880
8896
|
};
|
|
8881
8897
|
const writeImage = async blob => {
|
|
8882
8898
|
try {
|
|
8883
|
-
return await invoke$
|
|
8899
|
+
return await invoke$l('ClipBoard.writeImage', blob);
|
|
8884
8900
|
} catch (error) {
|
|
8885
8901
|
throw new VError(error, 'Failed to write image to clipboard');
|
|
8886
8902
|
}
|
|
8887
8903
|
};
|
|
8888
8904
|
const execCopy = async () => {
|
|
8889
8905
|
try {
|
|
8890
|
-
return await invoke$
|
|
8906
|
+
return await invoke$l('ClipBoard.execCopy');
|
|
8891
8907
|
} catch (error) {
|
|
8892
8908
|
throw new VError(error, 'Failed to copy selected text');
|
|
8893
8909
|
}
|
|
@@ -8910,7 +8926,7 @@ const ClipBoard_ipc = {
|
|
|
8910
8926
|
};
|
|
8911
8927
|
|
|
8912
8928
|
const getColorThemeNames = async () => {
|
|
8913
|
-
return invoke$
|
|
8929
|
+
return invoke$i('ColorTheme.getColorThemeNames');
|
|
8914
8930
|
};
|
|
8915
8931
|
|
|
8916
8932
|
const name$27 = 'ColorTheme';
|
|
@@ -8933,7 +8949,7 @@ const getProductNameLong = () => {
|
|
|
8933
8949
|
};
|
|
8934
8950
|
|
|
8935
8951
|
const showOpenDialog = (title, properties) => {
|
|
8936
|
-
return invoke$
|
|
8952
|
+
return invoke$j('ElectronDialog.showOpenDialog', title, properties);
|
|
8937
8953
|
};
|
|
8938
8954
|
const showMessageBox = async options => {
|
|
8939
8955
|
// TODO maybe request window id here instead of at caller
|
|
@@ -8945,7 +8961,7 @@ const showMessageBox = async options => {
|
|
|
8945
8961
|
productName,
|
|
8946
8962
|
windowId
|
|
8947
8963
|
};
|
|
8948
|
-
return invoke$
|
|
8964
|
+
return invoke$j('ElectronDialog.showMessageBox', finalOptions);
|
|
8949
8965
|
};
|
|
8950
8966
|
|
|
8951
8967
|
const Question = 'question';
|
|
@@ -8962,7 +8978,7 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
|
|
|
8962
8978
|
};
|
|
8963
8979
|
|
|
8964
8980
|
const prompt$2 = async (message, confirmMessage, title) => {
|
|
8965
|
-
const result = await invoke$
|
|
8981
|
+
const result = await invoke$l('ConfirmPrompt.prompt', message);
|
|
8966
8982
|
return result;
|
|
8967
8983
|
};
|
|
8968
8984
|
|
|
@@ -9006,21 +9022,21 @@ const ConfirmPrompt_ipc = {
|
|
|
9006
9022
|
};
|
|
9007
9023
|
|
|
9008
9024
|
const startRecording = options => {
|
|
9009
|
-
return invoke$
|
|
9025
|
+
return invoke$j('ElectronContentTracing.startRecording', options);
|
|
9010
9026
|
};
|
|
9011
9027
|
|
|
9012
9028
|
/**
|
|
9013
9029
|
* @returns {Promise<string>}
|
|
9014
9030
|
*/
|
|
9015
9031
|
const stopRecording = () => {
|
|
9016
|
-
return invoke$
|
|
9032
|
+
return invoke$j('ElectronContentTracing.stopRecording');
|
|
9017
9033
|
};
|
|
9018
9034
|
|
|
9019
9035
|
const showItemInFolder = fullPath => {
|
|
9020
|
-
return invoke$
|
|
9036
|
+
return invoke$j('OpenExternal.showItemInFolder', fullPath);
|
|
9021
9037
|
};
|
|
9022
9038
|
const openExternal$2 = url => {
|
|
9023
|
-
return invoke$
|
|
9039
|
+
return invoke$j('OpenExternal.openExternal', url);
|
|
9024
9040
|
};
|
|
9025
9041
|
|
|
9026
9042
|
const openNativeFolderWeb = absolutePath => {
|
|
@@ -9028,7 +9044,7 @@ const openNativeFolderWeb = absolutePath => {
|
|
|
9028
9044
|
};
|
|
9029
9045
|
const openNativeFolderRemote = async absolutePath => {
|
|
9030
9046
|
try {
|
|
9031
|
-
await invoke$
|
|
9047
|
+
await invoke$j(OpenNativeFolder, /* path */absolutePath);
|
|
9032
9048
|
} catch (error) {
|
|
9033
9049
|
throw new VError(error, `Failed to open folder ${absolutePath}`);
|
|
9034
9050
|
}
|
|
@@ -9141,26 +9157,26 @@ const Debug_ipc = {
|
|
|
9141
9157
|
|
|
9142
9158
|
const attachDebugger = async pid => {
|
|
9143
9159
|
number$1(pid);
|
|
9144
|
-
await invoke$
|
|
9160
|
+
await invoke$j('AttachDebugger.attachDebugger', pid);
|
|
9145
9161
|
};
|
|
9146
9162
|
|
|
9147
9163
|
const getPid = () => {
|
|
9148
|
-
return invoke$
|
|
9164
|
+
return invoke$j('Process.getPid');
|
|
9149
9165
|
};
|
|
9150
9166
|
const getElectronVersion = () => {
|
|
9151
|
-
return invoke$
|
|
9167
|
+
return invoke$j('ElectronProcess.getElectronVersion');
|
|
9152
9168
|
};
|
|
9153
9169
|
const getNodeVersion = () => {
|
|
9154
|
-
return invoke$
|
|
9170
|
+
return invoke$j('Process.getNodeVersion');
|
|
9155
9171
|
};
|
|
9156
9172
|
const getChromeVersion = () => {
|
|
9157
|
-
return invoke$
|
|
9173
|
+
return invoke$j('ElectronProcess.getChromeVersion');
|
|
9158
9174
|
};
|
|
9159
9175
|
const getV8Version = () => {
|
|
9160
|
-
return invoke$
|
|
9176
|
+
return invoke$j('Process.getV8Version');
|
|
9161
9177
|
};
|
|
9162
9178
|
const getArch = () => {
|
|
9163
|
-
return invoke$
|
|
9179
|
+
return invoke$j('Process.getArch');
|
|
9164
9180
|
};
|
|
9165
9181
|
|
|
9166
9182
|
const debugSharedProcess = async () => {
|
|
@@ -9180,10 +9196,10 @@ const DebugSharedProcess_ipc = {
|
|
|
9180
9196
|
};
|
|
9181
9197
|
|
|
9182
9198
|
const crashSharedProcess = () => {
|
|
9183
|
-
return invoke$
|
|
9199
|
+
return invoke$j('Crash.crashSharedProcess');
|
|
9184
9200
|
};
|
|
9185
9201
|
const crashMainProcess = () => {
|
|
9186
|
-
return invoke$
|
|
9202
|
+
return invoke$j('Crash.crashMainProcess');
|
|
9187
9203
|
};
|
|
9188
9204
|
|
|
9189
9205
|
const toggleDeveloperTools$1 = () => {
|
|
@@ -9199,7 +9215,7 @@ const openCacheFolder = async () => {
|
|
|
9199
9215
|
await openNativeFolder(cacheFolder);
|
|
9200
9216
|
};
|
|
9201
9217
|
const openDataFolder = async () => {
|
|
9202
|
-
const dataFolder = await invoke$
|
|
9218
|
+
const dataFolder = await invoke$j(/* Platform.getDataDir */'Platform.getDataDir');
|
|
9203
9219
|
await openNativeFolder(dataFolder);
|
|
9204
9220
|
};
|
|
9205
9221
|
const openLogsFolder = async () => {
|
|
@@ -9212,7 +9228,7 @@ const openLogsFolder = async () => {
|
|
|
9212
9228
|
};
|
|
9213
9229
|
|
|
9214
9230
|
const getPerformanceEntries = () => {
|
|
9215
|
-
return invoke$
|
|
9231
|
+
return invoke$j('ElectronDeveloper.getPerformanceEntries');
|
|
9216
9232
|
};
|
|
9217
9233
|
|
|
9218
9234
|
const toMarkdownTable = (header, rows) => {
|
|
@@ -9453,7 +9469,7 @@ const getNodeTiming = () => {
|
|
|
9453
9469
|
if (platform === Web$1) {
|
|
9454
9470
|
return undefined;
|
|
9455
9471
|
}
|
|
9456
|
-
return invoke$
|
|
9472
|
+
return invoke$j(/* command */'Performance.getNodeStartupTiming');
|
|
9457
9473
|
};
|
|
9458
9474
|
const getMeasureEntries = () => {
|
|
9459
9475
|
const measureEntries = getEntriesByType(Measure);
|
|
@@ -9542,13 +9558,13 @@ const formatRendererProcessData = ({
|
|
|
9542
9558
|
return toMarkdownTable(header, rows);
|
|
9543
9559
|
};
|
|
9544
9560
|
const getSharedProcessMemoryUsage = () => {
|
|
9545
|
-
return invoke$
|
|
9561
|
+
return invoke$j(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
|
|
9546
9562
|
};
|
|
9547
9563
|
const getPerformanceMemory = () => {
|
|
9548
|
-
return invoke$
|
|
9564
|
+
return invoke$l('Performance.getMemory');
|
|
9549
9565
|
};
|
|
9550
9566
|
const getPerformanceUserAgentSpecificMemory = () => {
|
|
9551
|
-
return invoke$
|
|
9567
|
+
return invoke$l('Performance.measureUserAgentSpecificMemory');
|
|
9552
9568
|
};
|
|
9553
9569
|
|
|
9554
9570
|
// TODO handle case when renderer process and renderer worker are same process communicating via messagePort
|
|
@@ -9597,13 +9613,13 @@ const showMemoryUsage = async () => {
|
|
|
9597
9613
|
|
|
9598
9614
|
// TODO not sure if this function is useful
|
|
9599
9615
|
const allocateMemoryInSharedProcess = () => {
|
|
9600
|
-
return invoke$
|
|
9616
|
+
return invoke$j(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
|
|
9601
9617
|
};
|
|
9602
9618
|
const createSharedProcessHeapSnapshot = async () => {
|
|
9603
|
-
await invoke$
|
|
9619
|
+
await invoke$j(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
|
|
9604
9620
|
};
|
|
9605
9621
|
const createSharedProcessProfile = async () => {
|
|
9606
|
-
await invoke$
|
|
9622
|
+
await invoke$j(/* Developer.createProfile */'Developer.createProfile');
|
|
9607
9623
|
};
|
|
9608
9624
|
const reloadIconTheme = async () => {
|
|
9609
9625
|
await hydrate$3();
|
|
@@ -9784,12 +9800,12 @@ const Dialog_ipc = {
|
|
|
9784
9800
|
const downloadFile = async (fileName, url) => {
|
|
9785
9801
|
string(fileName);
|
|
9786
9802
|
string(url);
|
|
9787
|
-
await invoke$
|
|
9803
|
+
await invoke$l(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
|
|
9788
9804
|
};
|
|
9789
9805
|
const downloadToDownloadsFolder = async (fileName, url) => {
|
|
9790
9806
|
const downloadFolder = await getDownloadDir();
|
|
9791
9807
|
const outFile = `${downloadFolder}/${fileName}`;
|
|
9792
|
-
await invoke$
|
|
9808
|
+
await invoke$j(DownloadDownload, /* url */url, /* outFile */outFile);
|
|
9793
9809
|
};
|
|
9794
9810
|
const downloadJson = async (json, fileName) => {
|
|
9795
9811
|
let url = '';
|
|
@@ -9810,7 +9826,7 @@ const downloadJson = async (json, fileName) => {
|
|
|
9810
9826
|
const downloadUrl = (url, outFile) => {
|
|
9811
9827
|
string(url);
|
|
9812
9828
|
string(outFile);
|
|
9813
|
-
return invoke$
|
|
9829
|
+
return invoke$j('Download.download', url, outFile);
|
|
9814
9830
|
};
|
|
9815
9831
|
|
|
9816
9832
|
const name$1$ = 'Download';
|
|
@@ -9888,7 +9904,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
9888
9904
|
const x$1 = x(editor, rowIndex, columnIndex);
|
|
9889
9905
|
// @ts-ignore
|
|
9890
9906
|
const y$1 = y(editor, rowIndex);
|
|
9891
|
-
await invoke$
|
|
9907
|
+
await invoke$l(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
9892
9908
|
};
|
|
9893
9909
|
|
|
9894
9910
|
const Commands$1T = {
|
|
@@ -10212,7 +10228,7 @@ const isAutoUpdateSupported = () => {
|
|
|
10212
10228
|
if (platform !== Electron$1) {
|
|
10213
10229
|
return false;
|
|
10214
10230
|
}
|
|
10215
|
-
return invoke$
|
|
10231
|
+
return invoke$j('IsAutoUpdateSupported.isAutoUpdateSupported');
|
|
10216
10232
|
};
|
|
10217
10233
|
|
|
10218
10234
|
const id$k = Help$1;
|
|
@@ -10623,7 +10639,7 @@ const state$g = {
|
|
|
10623
10639
|
};
|
|
10624
10640
|
const setItems = async items => {
|
|
10625
10641
|
const windowId = await getWindowId();
|
|
10626
|
-
return invoke$
|
|
10642
|
+
return invoke$j('ElectronApplicationMenu.setItems', windowId, items);
|
|
10627
10643
|
};
|
|
10628
10644
|
const getEntryMap = async modules => {
|
|
10629
10645
|
const map = Object.create(null);
|
|
@@ -10686,7 +10702,7 @@ const ElectronBrowserView_ipc = {
|
|
|
10686
10702
|
};
|
|
10687
10703
|
|
|
10688
10704
|
const writeText = text => {
|
|
10689
|
-
return invoke$
|
|
10705
|
+
return invoke$j('ElectronClipBoard.writeText', text);
|
|
10690
10706
|
};
|
|
10691
10707
|
|
|
10692
10708
|
const name$1X = 'ElectronClipBoard';
|
|
@@ -10745,7 +10761,7 @@ const ErrorHandling_ipc = {
|
|
|
10745
10761
|
};
|
|
10746
10762
|
|
|
10747
10763
|
const exit = () => {
|
|
10748
|
-
return invoke$
|
|
10764
|
+
return invoke$j('Exit.exit');
|
|
10749
10765
|
};
|
|
10750
10766
|
|
|
10751
10767
|
const name$1T = 'Exit';
|
|
@@ -10786,13 +10802,13 @@ const executeCommand = (id, ...args) => {
|
|
|
10786
10802
|
});
|
|
10787
10803
|
};
|
|
10788
10804
|
const searchFileWithFetch = (...args) => {
|
|
10789
|
-
return invoke$
|
|
10805
|
+
return invoke$i('SearchFileWithFetch.searchFileWithFetch', ...args);
|
|
10790
10806
|
};
|
|
10791
10807
|
const searchFileWithHtml = (...args) => {
|
|
10792
|
-
return invoke$
|
|
10808
|
+
return invoke$i('SearchFileWithHtml.searchFileWithHtml', ...args);
|
|
10793
10809
|
};
|
|
10794
10810
|
const searchFileWithMemory = (...args) => {
|
|
10795
|
-
return invoke$
|
|
10811
|
+
return invoke$i('SearchFileWithMemory.searchFileWithMemory', ...args);
|
|
10796
10812
|
};
|
|
10797
10813
|
|
|
10798
10814
|
const state$f = {
|
|
@@ -10885,7 +10901,7 @@ const Extensions_ipc = {
|
|
|
10885
10901
|
|
|
10886
10902
|
const showDirectoryPicker = async options => {
|
|
10887
10903
|
try {
|
|
10888
|
-
return await invoke$
|
|
10904
|
+
return await invoke$l('FilePicker.showDirectoryPicker', options);
|
|
10889
10905
|
} catch (error) {
|
|
10890
10906
|
if (error &&
|
|
10891
10907
|
// @ts-ignore
|
|
@@ -10896,11 +10912,11 @@ const showDirectoryPicker = async options => {
|
|
|
10896
10912
|
}
|
|
10897
10913
|
};
|
|
10898
10914
|
const showFilePicker = options => {
|
|
10899
|
-
return invoke$
|
|
10915
|
+
return invoke$l('FilePicker.showFilePicker', options);
|
|
10900
10916
|
};
|
|
10901
10917
|
const showSaveFilePicker = async options => {
|
|
10902
10918
|
try {
|
|
10903
|
-
return await invoke$
|
|
10919
|
+
return await invoke$l('FilePicker.showSaveFilePicker', options);
|
|
10904
10920
|
} catch (error) {
|
|
10905
10921
|
if (error &&
|
|
10906
10922
|
// @ts-ignore
|
|
@@ -10986,15 +11002,15 @@ const show$8 = async (uri, top, left) => {
|
|
|
10986
11002
|
if (version !== state$e.versionId) {
|
|
10987
11003
|
return;
|
|
10988
11004
|
}
|
|
10989
|
-
await invoke$
|
|
11005
|
+
await invoke$l(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
10990
11006
|
} catch (error) {
|
|
10991
11007
|
console.error(error);
|
|
10992
|
-
await invoke$
|
|
11008
|
+
await invoke$l(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
10993
11009
|
}
|
|
10994
11010
|
};
|
|
10995
11011
|
const hide$4 = async () => {
|
|
10996
11012
|
++state$e.versionId;
|
|
10997
|
-
await invoke$
|
|
11013
|
+
await invoke$l(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
|
|
10998
11014
|
};
|
|
10999
11015
|
|
|
11000
11016
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
@@ -12053,7 +12069,7 @@ const show$7 = async (x, y, id, mouseBlocking = false, ...args) => {
|
|
|
12053
12069
|
});
|
|
12054
12070
|
const visible = getVisible(menu.items, -1, false, menu.level);
|
|
12055
12071
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
12056
|
-
await invoke$
|
|
12072
|
+
await invoke$l(/* Menu.show */'Menu.showMenu', /* x */bounds.x, /* y */bounds.y, /* width */bounds.width, /* height */bounds.height, /* items */menu.items, /* level */menu.level, /* parentIndex */-1, /* dom */dom, /* mouseBlocking */mouseBlocking);
|
|
12057
12073
|
};
|
|
12058
12074
|
const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
12059
12075
|
// TODO delete old menus
|
|
@@ -12075,7 +12091,7 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
|
12075
12091
|
const height = getMenuHeight(subMenuItems);
|
|
12076
12092
|
const visible = getVisible(subMenu.items, -1, false, subMenu.level);
|
|
12077
12093
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
12078
|
-
invoke$
|
|
12094
|
+
invoke$l(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
|
|
12079
12095
|
};
|
|
12080
12096
|
const showSubMenu = async (level, index) => {
|
|
12081
12097
|
await showSubMenuAtEnter(level, index, -1, -1);
|
|
@@ -12135,7 +12151,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12135
12151
|
return;
|
|
12136
12152
|
}
|
|
12137
12153
|
state$b.menus = [];
|
|
12138
|
-
await invoke$
|
|
12154
|
+
await invoke$l(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
|
|
12139
12155
|
};
|
|
12140
12156
|
|
|
12141
12157
|
// TODO difference between focusing with mouse or keyboard
|
|
@@ -12145,7 +12161,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12145
12161
|
const hideSubMenus = async level => {
|
|
12146
12162
|
if (level < state$b.menus.length) {
|
|
12147
12163
|
state$b.menus = state$b.menus.slice(0, level + 1);
|
|
12148
|
-
await invoke$
|
|
12164
|
+
await invoke$l(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
|
|
12149
12165
|
}
|
|
12150
12166
|
};
|
|
12151
12167
|
const MENU_DELAY_TRIANGLE = 300;
|
|
@@ -12190,7 +12206,7 @@ const handleMouseLeave = async () => {
|
|
|
12190
12206
|
}
|
|
12191
12207
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12192
12208
|
menu.focusedIndex = -1;
|
|
12193
|
-
await invoke$
|
|
12209
|
+
await invoke$l(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
|
|
12194
12210
|
};
|
|
12195
12211
|
const focusIndex$5 = async (menu, index) => {
|
|
12196
12212
|
if (menu.items.length === 0) {
|
|
@@ -12198,7 +12214,7 @@ const focusIndex$5 = async (menu, index) => {
|
|
|
12198
12214
|
}
|
|
12199
12215
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12200
12216
|
menu.focusedIndex = index;
|
|
12201
|
-
await invoke$
|
|
12217
|
+
await invoke$l(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
|
|
12202
12218
|
};
|
|
12203
12219
|
const getIndexToFocusNextStartingAt = (items, startIndex) => {
|
|
12204
12220
|
for (let i = startIndex; i < startIndex + items.length; i++) {
|
|
@@ -12443,22 +12459,22 @@ const state$9 = {
|
|
|
12443
12459
|
focusedPart: PART_TITLE_BAR
|
|
12444
12460
|
};
|
|
12445
12461
|
const focusActivityBar = async () => {
|
|
12446
|
-
await invoke$
|
|
12462
|
+
await invoke$l(/* ActivityBar.focus */717115);
|
|
12447
12463
|
};
|
|
12448
12464
|
const focusStatusBar = async () => {
|
|
12449
|
-
await invoke$
|
|
12465
|
+
await invoke$l(/* StatusBar.focus */8882);
|
|
12450
12466
|
};
|
|
12451
12467
|
const focusPanel = async () => {
|
|
12452
|
-
await invoke$
|
|
12468
|
+
await invoke$l(/* Panel.focus */6664);
|
|
12453
12469
|
};
|
|
12454
12470
|
const focusSideBar = async () => {
|
|
12455
|
-
await invoke$
|
|
12471
|
+
await invoke$l(/* SideBar.focus */5554);
|
|
12456
12472
|
};
|
|
12457
12473
|
const focusTitleBar = async () => {
|
|
12458
|
-
await invoke$
|
|
12474
|
+
await invoke$l(/* TitleBar.focus */1331);
|
|
12459
12475
|
};
|
|
12460
12476
|
const focusMain = async () => {
|
|
12461
|
-
await invoke$
|
|
12477
|
+
await invoke$l(/* Main.focus */2145);
|
|
12462
12478
|
};
|
|
12463
12479
|
const focusPart = part => {
|
|
12464
12480
|
state$9.focusedPart = part;
|
|
@@ -12569,7 +12585,7 @@ const create$S = async (type, text) => {
|
|
|
12569
12585
|
type,
|
|
12570
12586
|
text
|
|
12571
12587
|
});
|
|
12572
|
-
await invoke$
|
|
12588
|
+
await invoke$l(/* Notification.create */'Notification.create', /* type */type, /* text */text);
|
|
12573
12589
|
};
|
|
12574
12590
|
const showWithOptions = async (type, text, options) => {
|
|
12575
12591
|
// @ts-ignore
|
|
@@ -12578,7 +12594,7 @@ const showWithOptions = async (type, text, options) => {
|
|
|
12578
12594
|
text,
|
|
12579
12595
|
options
|
|
12580
12596
|
});
|
|
12581
|
-
await invoke$
|
|
12597
|
+
await invoke$l(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
|
|
12582
12598
|
};
|
|
12583
12599
|
const handleClick$4 = index => {
|
|
12584
12600
|
console.log('handle click');
|
|
@@ -12594,7 +12610,7 @@ const handleClick$4 = index => {
|
|
|
12594
12610
|
});
|
|
12595
12611
|
};
|
|
12596
12612
|
const dispose$t = async id => {
|
|
12597
|
-
await invoke$
|
|
12613
|
+
await invoke$l(/* Notification.dispose */'Notification.dispose', /* id */id);
|
|
12598
12614
|
};
|
|
12599
12615
|
|
|
12600
12616
|
const name$1A = 'Notification';
|
|
@@ -12613,7 +12629,7 @@ const Notification_ipc = {
|
|
|
12613
12629
|
|
|
12614
12630
|
const openUrlWeb = async url => {
|
|
12615
12631
|
try {
|
|
12616
|
-
await invoke$
|
|
12632
|
+
await invoke$l(/* Open.openUrl */'Open.openUrl', /* url */url);
|
|
12617
12633
|
} catch (error) {
|
|
12618
12634
|
throw new VError(error, `Failed to open url ${url}`);
|
|
12619
12635
|
}
|
|
@@ -12686,7 +12702,7 @@ const Preferences_ipc = {
|
|
|
12686
12702
|
};
|
|
12687
12703
|
|
|
12688
12704
|
const prompt = (message, defaultValue) => {
|
|
12689
|
-
return invoke$
|
|
12705
|
+
return invoke$l('Prompt.prompt', message, defaultValue);
|
|
12690
12706
|
};
|
|
12691
12707
|
|
|
12692
12708
|
const name$1v = 'Prompt';
|
|
@@ -12701,7 +12717,7 @@ const Prompt_ipc = {
|
|
|
12701
12717
|
};
|
|
12702
12718
|
|
|
12703
12719
|
const rebuildNodePty = async () => {
|
|
12704
|
-
await invoke$
|
|
12720
|
+
await invoke$j('RebuildNodePty.rebuildNodePty');
|
|
12705
12721
|
};
|
|
12706
12722
|
|
|
12707
12723
|
const name$1u = 'RebuildNodePty';
|
|
@@ -12852,7 +12868,7 @@ const launchTestWorker = async () => {
|
|
|
12852
12868
|
|
|
12853
12869
|
const execute$1 = async href => {
|
|
12854
12870
|
const ipc = await launchTestWorker();
|
|
12855
|
-
await invoke$
|
|
12871
|
+
await invoke$m(ipc, 'Test.execute', href);
|
|
12856
12872
|
};
|
|
12857
12873
|
|
|
12858
12874
|
const name$1n = 'Test';
|
|
@@ -12867,19 +12883,19 @@ const Test_ipc = {
|
|
|
12867
12883
|
};
|
|
12868
12884
|
|
|
12869
12885
|
const checkSingleElementCondition = (locator, fnName, options) => {
|
|
12870
|
-
return invoke$
|
|
12886
|
+
return invoke$l('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
|
|
12871
12887
|
};
|
|
12872
12888
|
const checkMultiElementCondition = (locator, fnName, options) => {
|
|
12873
|
-
return invoke$
|
|
12889
|
+
return invoke$l('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
|
|
12874
12890
|
};
|
|
12875
12891
|
const showOverlay = (...args) => {
|
|
12876
|
-
return invoke$
|
|
12892
|
+
return invoke$l('TestFrameWork.showOverlay', ...args);
|
|
12877
12893
|
};
|
|
12878
12894
|
const performAction = (...args) => {
|
|
12879
|
-
return invoke$
|
|
12895
|
+
return invoke$l('TestFrameWork.performAction', ...args);
|
|
12880
12896
|
};
|
|
12881
12897
|
const checkConditionError = (...args) => {
|
|
12882
|
-
return invoke$
|
|
12898
|
+
return invoke$l('TestFrameWork.checkConditionError', ...args);
|
|
12883
12899
|
};
|
|
12884
12900
|
|
|
12885
12901
|
const name$1m = 'TestFrameWork';
|
|
@@ -12974,10 +12990,10 @@ const WindowTitle_ipc = {
|
|
|
12974
12990
|
};
|
|
12975
12991
|
|
|
12976
12992
|
const mock = () => {
|
|
12977
|
-
return invoke$
|
|
12993
|
+
return invoke$l('PointerCapture.mock');
|
|
12978
12994
|
};
|
|
12979
12995
|
const unmock = () => {
|
|
12980
|
-
return invoke$
|
|
12996
|
+
return invoke$l('PointerCapture.unmock');
|
|
12981
12997
|
};
|
|
12982
12998
|
|
|
12983
12999
|
const name$1g = 'PointerCapture';
|
|
@@ -13080,7 +13096,7 @@ const set$4 = async (url, contentSecurityPolicy) => {
|
|
|
13080
13096
|
if (platform === Web$1) {
|
|
13081
13097
|
return;
|
|
13082
13098
|
}
|
|
13083
|
-
await invoke$
|
|
13099
|
+
await invoke$j('ContentSecurityPolicy.set', url, contentSecurityPolicy);
|
|
13084
13100
|
};
|
|
13085
13101
|
|
|
13086
13102
|
const set$3 = async (url, contentSecurityPolicy) => {
|
|
@@ -13130,7 +13146,7 @@ const {
|
|
|
13130
13146
|
const create$R = async canvasId => {
|
|
13131
13147
|
number$1(canvasId);
|
|
13132
13148
|
const id = create$12();
|
|
13133
|
-
await invoke$
|
|
13149
|
+
await invoke$l('OffscreenCanvas.create', canvasId, id);
|
|
13134
13150
|
const canvas = acquire(id);
|
|
13135
13151
|
return canvas;
|
|
13136
13152
|
};
|
|
@@ -13559,7 +13575,7 @@ const Transferrable_ipc = {
|
|
|
13559
13575
|
};
|
|
13560
13576
|
|
|
13561
13577
|
const getWebViewsNode = async () => {
|
|
13562
|
-
const webViews = await invoke$
|
|
13578
|
+
const webViews = await invoke$j('ExtensionHost.getWebViews');
|
|
13563
13579
|
return webViews;
|
|
13564
13580
|
};
|
|
13565
13581
|
|
|
@@ -13599,13 +13615,13 @@ const setPort = async (uid, port, origin, portType) => {
|
|
|
13599
13615
|
* @deprecated
|
|
13600
13616
|
*/
|
|
13601
13617
|
const getWebViewInfo = providerId => {
|
|
13602
|
-
return invoke$
|
|
13618
|
+
return invoke$i('ExtensionHostWebView.getWebViewInfo', providerId);
|
|
13603
13619
|
};
|
|
13604
13620
|
const getWebViewInfo2 = providerId => {
|
|
13605
|
-
return invoke$
|
|
13621
|
+
return invoke$i('ExtensionHostWebView.getWebViewInfo2', providerId);
|
|
13606
13622
|
};
|
|
13607
13623
|
const create3 = async (uri, id) => {
|
|
13608
|
-
await invoke$
|
|
13624
|
+
await invoke$i('WebView.create3', {
|
|
13609
13625
|
id,
|
|
13610
13626
|
uri,
|
|
13611
13627
|
platform: platform,
|
|
@@ -13622,14 +13638,14 @@ const registerInterceptor = async (id, port) => {
|
|
|
13622
13638
|
await invokeAndTransfer$2('WebView.registerInterceptor', id, port);
|
|
13623
13639
|
};
|
|
13624
13640
|
const unregisterInterceptor = async id => {
|
|
13625
|
-
await invoke$
|
|
13641
|
+
await invoke$i('WebView.unregisterInterceptor', id);
|
|
13626
13642
|
};
|
|
13627
13643
|
const compat = {
|
|
13628
13644
|
sharedProcessInvoke(...args) {
|
|
13629
|
-
return invoke$
|
|
13645
|
+
return invoke$j(...args);
|
|
13630
13646
|
},
|
|
13631
13647
|
rendererProcessInvoke(...args) {
|
|
13632
|
-
return invoke$
|
|
13648
|
+
return invoke$l(...args);
|
|
13633
13649
|
},
|
|
13634
13650
|
rendererProcessInvokeAndTransfer(...args) {
|
|
13635
13651
|
return invokeAndTransfer$4(...args);
|
|
@@ -13638,7 +13654,7 @@ const compat = {
|
|
|
13638
13654
|
return invokeAndTransfer$2(...args);
|
|
13639
13655
|
},
|
|
13640
13656
|
extensionHostWorkerInvoke(...args) {
|
|
13641
|
-
return invoke$
|
|
13657
|
+
return invoke$i(...args);
|
|
13642
13658
|
},
|
|
13643
13659
|
getWebViews() {
|
|
13644
13660
|
return getWebViews$1();
|
|
@@ -13697,7 +13713,7 @@ const getOrCreate$1 = () => {
|
|
|
13697
13713
|
};
|
|
13698
13714
|
const invoke$d = async (method, ...params) => {
|
|
13699
13715
|
const ipc = await getOrCreate$1();
|
|
13700
|
-
return invoke$
|
|
13716
|
+
return invoke$m(ipc, method, ...params);
|
|
13701
13717
|
};
|
|
13702
13718
|
|
|
13703
13719
|
const name$T = 'SearchProcess';
|
|
@@ -13726,13 +13742,13 @@ const executeTextSearchProvider = async (scheme, query) => {
|
|
|
13726
13742
|
return result;
|
|
13727
13743
|
};
|
|
13728
13744
|
const textSearchHtml = (...args) => {
|
|
13729
|
-
return invoke$
|
|
13745
|
+
return invoke$i('TextSearchHtml.textSearch', ...args);
|
|
13730
13746
|
};
|
|
13731
13747
|
const textSearchFetch = (...args) => {
|
|
13732
|
-
return invoke$
|
|
13748
|
+
return invoke$i('TextSearchFetch.textSearch', ...args);
|
|
13733
13749
|
};
|
|
13734
13750
|
const textSearchMemory = (...args) => {
|
|
13735
|
-
return invoke$
|
|
13751
|
+
return invoke$i('TextSearchMemory.textSearch', ...args);
|
|
13736
13752
|
};
|
|
13737
13753
|
|
|
13738
13754
|
const name$S = 'ExtensionHostTextSearch';
|
|
@@ -13789,13 +13805,13 @@ const getAllExtensions = async () => {
|
|
|
13789
13805
|
if (platform === Web$1) {
|
|
13790
13806
|
return [];
|
|
13791
13807
|
}
|
|
13792
|
-
return invoke$
|
|
13808
|
+
return invoke$j(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
|
|
13793
13809
|
};
|
|
13794
13810
|
const getExtension2 = async id => {
|
|
13795
|
-
return invoke$
|
|
13811
|
+
return invoke$i('Extensions.getExtension', id);
|
|
13796
13812
|
};
|
|
13797
13813
|
const getExtensionsEtag = async () => {
|
|
13798
|
-
const etag = await invoke$
|
|
13814
|
+
const etag = await invoke$j('ExtensionManagement.getExtensionsEtag');
|
|
13799
13815
|
return etag;
|
|
13800
13816
|
};
|
|
13801
13817
|
|
|
@@ -13935,7 +13951,7 @@ const apply = (oldState, newState) => {
|
|
|
13935
13951
|
if (command[0] === 'Viewlet.setFocusContext') {
|
|
13936
13952
|
return ['Viewlet.setFocusContext', newState.uid, ...command.slice(1)];
|
|
13937
13953
|
}
|
|
13938
|
-
if (command[0] === 'Viewlet.create' || command[0] === 'Viewlet.send' || command[0] === 'Viewlet.createFunctionalRoot' || command[0] === 'Viewlet.setDom2' || command[0] === 'Viewlet.setCss') {
|
|
13954
|
+
if (command[0] === 'Viewlet.create' || command[0] === 'Viewlet.send' || command[0] === 'Viewlet.createFunctionalRoot' || command[0] === 'Viewlet.setDom2' || command[0] === 'Viewlet.setSelectionByName' || command[0] === 'Viewlet.setCss') {
|
|
13939
13955
|
return command;
|
|
13940
13956
|
}
|
|
13941
13957
|
return ['Viewlet.send', newState.uid, ...command];
|
|
@@ -14817,7 +14833,7 @@ const create$N = (id, uri, x, y, width, height) => {
|
|
|
14817
14833
|
};
|
|
14818
14834
|
};
|
|
14819
14835
|
const loadContent$J = async state => {
|
|
14820
|
-
const browserViewMap = await invoke$
|
|
14836
|
+
const browserViewMap = await invoke$j('ElectronBrowserView.getAll');
|
|
14821
14837
|
return {
|
|
14822
14838
|
...state,
|
|
14823
14839
|
browserViewMap
|
|
@@ -14867,7 +14883,7 @@ const create$M = (id, uri, x, y, width, height) => {
|
|
|
14867
14883
|
};
|
|
14868
14884
|
const loadContent$I = state => {
|
|
14869
14885
|
const update = async () => {
|
|
14870
|
-
await invoke$
|
|
14886
|
+
await invoke$l(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
14871
14887
|
};
|
|
14872
14888
|
return {
|
|
14873
14889
|
...state,
|
|
@@ -16707,8 +16723,8 @@ const create$B = (id, uri, x, y, width, height) => {
|
|
|
16707
16723
|
};
|
|
16708
16724
|
};
|
|
16709
16725
|
const getTests = async () => {
|
|
16710
|
-
const root = await invoke$
|
|
16711
|
-
const testPath = await invoke$
|
|
16726
|
+
const root = await invoke$j('Platform.getRoot');
|
|
16727
|
+
const testPath = await invoke$j('Platform.getTestPath');
|
|
16712
16728
|
const absolutePath = `${root}/${testPath}/src`;
|
|
16713
16729
|
const dirents = await readDirWithFileTypes$8(absolutePath);
|
|
16714
16730
|
const filteredDirents = dirents.slice(1);
|
|
@@ -17181,7 +17197,7 @@ const launchEditorWorker = async () => {
|
|
|
17181
17197
|
handleIpc(ipc);
|
|
17182
17198
|
const syntaxHighlightingWorker = true;
|
|
17183
17199
|
const syncIncremental = true;
|
|
17184
|
-
await invoke$
|
|
17200
|
+
await invoke$m(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
|
|
17185
17201
|
return ipc;
|
|
17186
17202
|
};
|
|
17187
17203
|
|
|
@@ -17488,7 +17504,7 @@ const Commands$s = {
|
|
|
17488
17504
|
...wrapEditorCommands(ids),
|
|
17489
17505
|
// TODO
|
|
17490
17506
|
async showOverlayMessage(state, editor, ...args) {
|
|
17491
|
-
await invoke$
|
|
17507
|
+
await invoke$l(...args);
|
|
17492
17508
|
return state;
|
|
17493
17509
|
}
|
|
17494
17510
|
};
|
|
@@ -20058,7 +20074,7 @@ const showAsync = async (uid, points, module) => {
|
|
|
20058
20074
|
if (commands) {
|
|
20059
20075
|
commands.push(['Viewlet.append', uid, viewletUid]);
|
|
20060
20076
|
}
|
|
20061
|
-
await invoke$
|
|
20077
|
+
await invoke$l('Viewlet.sendMultiple', commands);
|
|
20062
20078
|
// TODO
|
|
20063
20079
|
// 2. load module
|
|
20064
20080
|
// 3. if module is still visible, replace placeholder with actual viewlet
|
|
@@ -21887,7 +21903,7 @@ const loadContent$p = async (state, savedState) => {
|
|
|
21887
21903
|
once(Twelve, hydrateLazy);
|
|
21888
21904
|
addListener('editor.change', handleEditorChange$1);
|
|
21889
21905
|
addListener('titleUpdated', handleTitleUpdated$1);
|
|
21890
|
-
await invoke$
|
|
21906
|
+
await invoke$l('Viewlet.loadModule', MainTabs);
|
|
21891
21907
|
return {
|
|
21892
21908
|
...state,
|
|
21893
21909
|
groups,
|
|
@@ -21976,7 +21992,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
21976
21992
|
const id = getModuleId(initialUri);
|
|
21977
21993
|
const tabLabel = 'Loading';
|
|
21978
21994
|
const tabTitle = 'Loading';
|
|
21979
|
-
await invoke$
|
|
21995
|
+
await invoke$l(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
|
|
21980
21996
|
const y = state.y + state.tabHeight;
|
|
21981
21997
|
const x = state.x;
|
|
21982
21998
|
const width = state.width;
|
|
@@ -22001,7 +22017,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
22001
22017
|
title,
|
|
22002
22018
|
...props
|
|
22003
22019
|
});
|
|
22004
|
-
await invoke$
|
|
22020
|
+
await invoke$l('Viewlet.send', 'Main', 'updateTab', 1, title);
|
|
22005
22021
|
// TODO update tab title with new title
|
|
22006
22022
|
return state;
|
|
22007
22023
|
};
|
|
@@ -22801,7 +22817,7 @@ const create$n = (id, uri, x, y, width, height) => {
|
|
|
22801
22817
|
};
|
|
22802
22818
|
const loadContent$o = state => {
|
|
22803
22819
|
const update = async () => {
|
|
22804
|
-
await invoke$
|
|
22820
|
+
await invoke$l(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
22805
22821
|
};
|
|
22806
22822
|
return {
|
|
22807
22823
|
...state,
|
|
@@ -22856,10 +22872,10 @@ const ViewletNoop_ipc = {
|
|
|
22856
22872
|
};
|
|
22857
22873
|
|
|
22858
22874
|
const open$4 = async (id, file) => {
|
|
22859
|
-
await invoke$
|
|
22875
|
+
await invoke$j(/* OutputChannel.open */'OutputChannel.open', id, /* path */file);
|
|
22860
22876
|
};
|
|
22861
22877
|
const close$3 = async id => {
|
|
22862
|
-
await invoke$
|
|
22878
|
+
await invoke$j(/* OutputChannel.close */'OutputChannel.close', /* id */id);
|
|
22863
22879
|
};
|
|
22864
22880
|
|
|
22865
22881
|
const getOutputChannels = () => {
|
|
@@ -22920,7 +22936,7 @@ const contentLoaded$4 = async state => {
|
|
|
22920
22936
|
const setOutputChannel = async (state, option) => {
|
|
22921
22937
|
state.selectedOption = option;
|
|
22922
22938
|
// TODO race condition
|
|
22923
|
-
await invoke$
|
|
22939
|
+
await invoke$l(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
|
|
22924
22940
|
// TODO race condition
|
|
22925
22941
|
// TODO should use invoke
|
|
22926
22942
|
await open$4('Output', state.selectedOption);
|
|
@@ -23206,7 +23222,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
|
|
|
23206
23222
|
const currentViewletUid = currentViewletState.uid;
|
|
23207
23223
|
number$1(currentViewletUid);
|
|
23208
23224
|
commands.unshift(...disposeFunctional(currentViewletUid));
|
|
23209
|
-
await invoke$
|
|
23225
|
+
await invoke$l('Viewlet.sendMultiple', commands);
|
|
23210
23226
|
if (commands.at(-1).includes(Error$3)) {
|
|
23211
23227
|
state.currentViewletId = Error$3;
|
|
23212
23228
|
}
|
|
@@ -24618,10 +24634,10 @@ const loadContent$j = async state => {
|
|
|
24618
24634
|
} = state;
|
|
24619
24635
|
const listItemHeight = 22;
|
|
24620
24636
|
const renderAllItems = true;
|
|
24621
|
-
await invoke$
|
|
24622
|
-
await invoke$
|
|
24623
|
-
const diffResult = await invoke$
|
|
24624
|
-
const commands = await invoke$
|
|
24637
|
+
await invoke$h('QuickPick.create2', state.uid, uri, listItemHeight, state.x, state.y, state.width, state.height, platform, args, renderAllItems, state$B.workspacePath);
|
|
24638
|
+
await invoke$h('QuickPick.loadContent', state.uid);
|
|
24639
|
+
const diffResult = await invoke$h('QuickPick.diff2', state.uid);
|
|
24640
|
+
const commands = await invoke$h('QuickPick.render2', state.uid, diffResult);
|
|
24625
24641
|
return {
|
|
24626
24642
|
...state,
|
|
24627
24643
|
commands
|
|
@@ -24633,12 +24649,12 @@ const dispose$c = state => {
|
|
|
24633
24649
|
|
|
24634
24650
|
const wrapQuickPickCommand = key => {
|
|
24635
24651
|
const fn = async (state, ...args) => {
|
|
24636
|
-
await invoke$
|
|
24637
|
-
const diffResult = await invoke$
|
|
24652
|
+
await invoke$h(`QuickPick.${key}`, state.uid, ...args);
|
|
24653
|
+
const diffResult = await invoke$h('QuickPick.diff2', state.uid);
|
|
24638
24654
|
if (diffResult.length === 0) {
|
|
24639
24655
|
return state;
|
|
24640
24656
|
}
|
|
24641
|
-
const commands = await invoke$
|
|
24657
|
+
const commands = await invoke$h('QuickPick.render2', state.uid, diffResult);
|
|
24642
24658
|
return {
|
|
24643
24659
|
...state,
|
|
24644
24660
|
commands
|
|
@@ -24649,7 +24665,7 @@ const wrapQuickPickCommand = key => {
|
|
|
24649
24665
|
|
|
24650
24666
|
const Commands$d = {};
|
|
24651
24667
|
const getCommands$4 = async () => {
|
|
24652
|
-
const commands = await invoke$
|
|
24668
|
+
const commands = await invoke$h('QuickPick.getCommandIds');
|
|
24653
24669
|
for (const command of commands) {
|
|
24654
24670
|
Commands$d[command] = wrapQuickPickCommand(command);
|
|
24655
24671
|
}
|
|
@@ -24663,7 +24679,7 @@ const Css$i = ["/css/parts/Progress.css"];
|
|
|
24663
24679
|
const Variables$5 = ['QuickPickBackground', 'ListForeground', 'ListHoverBackground', 'ListHoverForeground', 'ListActiveSelectionBackground'];
|
|
24664
24680
|
|
|
24665
24681
|
const getKeyBindings$4 = () => {
|
|
24666
|
-
return invoke$
|
|
24682
|
+
return invoke$h('QuickPick.getKeyBindings');
|
|
24667
24683
|
};
|
|
24668
24684
|
|
|
24669
24685
|
const hasFunctionalRender$g = true;
|
|
@@ -24678,7 +24694,7 @@ const renderItems$4 = {
|
|
|
24678
24694
|
};
|
|
24679
24695
|
const render$h = [renderItems$4];
|
|
24680
24696
|
const renderEventListeners$5 = async () => {
|
|
24681
|
-
const listeners = await invoke$
|
|
24697
|
+
const listeners = await invoke$h('QuickPick.renderEventListeners');
|
|
24682
24698
|
return listeners;
|
|
24683
24699
|
};
|
|
24684
24700
|
|
|
@@ -24905,7 +24921,7 @@ const launchDebugWorker = async () => {
|
|
|
24905
24921
|
url: getConfiguredWorkerUrl$4()
|
|
24906
24922
|
});
|
|
24907
24923
|
handleIpc(ipc);
|
|
24908
|
-
await invoke$
|
|
24924
|
+
await invoke$m(ipc, 'Initialize.initialize');
|
|
24909
24925
|
return ipc;
|
|
24910
24926
|
};
|
|
24911
24927
|
|
|
@@ -25210,18 +25226,18 @@ const ViewletRunAndDebug_ipc = {
|
|
|
25210
25226
|
};
|
|
25211
25227
|
|
|
25212
25228
|
const getSources = async options => {
|
|
25213
|
-
const sources = await invoke$
|
|
25229
|
+
const sources = await invoke$j('DesktopCapturer.getSources', options);
|
|
25214
25230
|
return sources;
|
|
25215
25231
|
};
|
|
25216
25232
|
|
|
25217
25233
|
const getUserMedia = async (captureId, options) => {
|
|
25218
25234
|
number$1(captureId);
|
|
25219
25235
|
object(options);
|
|
25220
|
-
await invoke$
|
|
25236
|
+
await invoke$l('ScreenCapture.start', captureId, options);
|
|
25221
25237
|
};
|
|
25222
25238
|
const dispose$9 = async captureId => {
|
|
25223
25239
|
number$1(captureId);
|
|
25224
|
-
await invoke$
|
|
25240
|
+
await invoke$l('ScreenCapture.dispose', captureId);
|
|
25225
25241
|
};
|
|
25226
25242
|
|
|
25227
25243
|
const createScreenCaptureStream = async captureId => {
|
|
@@ -25634,7 +25650,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
|
|
|
25634
25650
|
activityBar.state = newState;
|
|
25635
25651
|
commands.push(...extraCommands);
|
|
25636
25652
|
}
|
|
25637
|
-
await invoke$
|
|
25653
|
+
await invoke$l('Viewlet.sendMultiple', commands);
|
|
25638
25654
|
}
|
|
25639
25655
|
|
|
25640
25656
|
// // TODO race condition (check if disposed after created)
|
|
@@ -25781,7 +25797,7 @@ const launchEmbedsWorker = async () => {
|
|
|
25781
25797
|
name: 'Embeds Worker'
|
|
25782
25798
|
});
|
|
25783
25799
|
handleIpc(ipc);
|
|
25784
|
-
await invoke$
|
|
25800
|
+
await invoke$m(ipc, 'Initialize.initialize');
|
|
25785
25801
|
return ipc;
|
|
25786
25802
|
};
|
|
25787
25803
|
|
|
@@ -25808,7 +25824,7 @@ const disposeWebContentsView = async id => {
|
|
|
25808
25824
|
const getWindowZoomLevel = async () => {
|
|
25809
25825
|
// TODO speed up resizing by avoid too many round trips
|
|
25810
25826
|
const windowId = await getWindowId();
|
|
25811
|
-
const zoomLevel = await invoke$
|
|
25827
|
+
const zoomLevel = await invoke$j('ElectronWindow.getZoom', windowId);
|
|
25812
25828
|
return zoomLevel;
|
|
25813
25829
|
};
|
|
25814
25830
|
|
|
@@ -26754,7 +26770,7 @@ const launchSourceControlWorker = async () => {
|
|
|
26754
26770
|
url: getConfiguredWorkerUrl$1()
|
|
26755
26771
|
});
|
|
26756
26772
|
handleIpc(ipc);
|
|
26757
|
-
await invoke$
|
|
26773
|
+
await invoke$m(ipc, 'Initialize.initialize');
|
|
26758
26774
|
return ipc;
|
|
26759
26775
|
};
|
|
26760
26776
|
|
|
@@ -27444,7 +27460,7 @@ const ViewletStorage_ipc = {
|
|
|
27444
27460
|
};
|
|
27445
27461
|
|
|
27446
27462
|
const getTerminalSpawnOptions = () => {
|
|
27447
|
-
return invoke$
|
|
27463
|
+
return invoke$j('GetTerminalSpawnOptions.getTerminalSpawnOptions');
|
|
27448
27464
|
};
|
|
27449
27465
|
|
|
27450
27466
|
// TODO implement a functional terminal component, maybe using offscreencanvas
|
|
@@ -27562,7 +27578,7 @@ const resizeEffect = async state => {
|
|
|
27562
27578
|
// Terminal.resize(state, width, height)
|
|
27563
27579
|
};
|
|
27564
27580
|
const clear = async state => {
|
|
27565
|
-
await invoke$
|
|
27581
|
+
await invoke$l(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
|
|
27566
27582
|
};
|
|
27567
27583
|
|
|
27568
27584
|
const getActions = state => {
|
|
@@ -27710,7 +27726,7 @@ const addTerminal = async state => {
|
|
|
27710
27726
|
const oldTab = tabs[selectedIndex];
|
|
27711
27727
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
27712
27728
|
commands.push(...disposeCommands);
|
|
27713
|
-
await invoke$
|
|
27729
|
+
await invoke$l('Viewlet.sendMultiple', commands);
|
|
27714
27730
|
return {
|
|
27715
27731
|
...state,
|
|
27716
27732
|
tabs: newTabs,
|
|
@@ -27751,7 +27767,7 @@ const focusIndex = async (state, index) => {
|
|
|
27751
27767
|
const oldTab = tabs[selectedIndex];
|
|
27752
27768
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
27753
27769
|
commands.push(...disposeCommands);
|
|
27754
|
-
await invoke$
|
|
27770
|
+
await invoke$l('Viewlet.sendMultiple', commands);
|
|
27755
27771
|
return {
|
|
27756
27772
|
...state,
|
|
27757
27773
|
selectedIndex: index
|
|
@@ -28555,7 +28571,7 @@ const getRealUri = pathOrUri => {
|
|
|
28555
28571
|
if (protocol) {
|
|
28556
28572
|
return pathOrUri;
|
|
28557
28573
|
}
|
|
28558
|
-
return invoke$
|
|
28574
|
+
return invoke$j('FileSystem.getRealUri', pathOrUri);
|
|
28559
28575
|
};
|
|
28560
28576
|
|
|
28561
28577
|
const create$1 = (id, uri, x, y, width, height) => {
|
|
@@ -28597,7 +28613,7 @@ const resize = (state, dimensions) => {
|
|
|
28597
28613
|
};
|
|
28598
28614
|
};
|
|
28599
28615
|
const dispose = async state => {
|
|
28600
|
-
await invoke$
|
|
28616
|
+
await invoke$l('WebView.dispose', state.uid);
|
|
28601
28617
|
return state;
|
|
28602
28618
|
};
|
|
28603
28619
|
|
|
@@ -28870,11 +28886,11 @@ const FileSystemAppKeyBindings = {
|
|
|
28870
28886
|
|
|
28871
28887
|
const downloadUpdate$2 = version => {
|
|
28872
28888
|
string(version);
|
|
28873
|
-
return invoke$
|
|
28889
|
+
return invoke$j('AutoUpdaterAppImage.downloadUpdate', version);
|
|
28874
28890
|
};
|
|
28875
28891
|
const installAndRestart$2 = downloadPath => {
|
|
28876
28892
|
string(downloadPath);
|
|
28877
|
-
return invoke$
|
|
28893
|
+
return invoke$j('AutoUpdaterAppImage.installAndRestart', downloadPath);
|
|
28878
28894
|
};
|
|
28879
28895
|
|
|
28880
28896
|
const AutoUpdaterAppImage = {
|
|
@@ -28885,11 +28901,11 @@ const AutoUpdaterAppImage = {
|
|
|
28885
28901
|
|
|
28886
28902
|
const downloadUpdate$1 = version => {
|
|
28887
28903
|
string(version);
|
|
28888
|
-
return invoke$
|
|
28904
|
+
return invoke$j('AutoUpdaterWindowsNsis.downloadUpdate', version);
|
|
28889
28905
|
};
|
|
28890
28906
|
const installAndRestart$1 = downloadPath => {
|
|
28891
28907
|
string(downloadPath);
|
|
28892
|
-
return invoke$
|
|
28908
|
+
return invoke$j('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
|
|
28893
28909
|
};
|
|
28894
28910
|
|
|
28895
28911
|
const AutoUpdaterNsis = {
|
|
@@ -28902,7 +28918,7 @@ const exec = (command, args, options) => {
|
|
|
28902
28918
|
string(command);
|
|
28903
28919
|
array(args);
|
|
28904
28920
|
object(options);
|
|
28905
|
-
return invoke$
|
|
28921
|
+
return invoke$j('Exec.exec', command, args, options);
|
|
28906
28922
|
};
|
|
28907
28923
|
|
|
28908
28924
|
const getDebArch = processArch => {
|
|
@@ -28927,7 +28943,7 @@ const getDownloadUrl = (repository, version, applicationName, debArch) => {
|
|
|
28927
28943
|
};
|
|
28928
28944
|
|
|
28929
28945
|
const getTmpDir = () => {
|
|
28930
|
-
return invoke$
|
|
28946
|
+
return invoke$j('Os.getTmpDir');
|
|
28931
28947
|
};
|
|
28932
28948
|
|
|
28933
28949
|
// TODO remove this code when auto update through apt is supported
|
|
@@ -28995,7 +29011,7 @@ const getItem = (items, label) => {
|
|
|
28995
29011
|
const openContextMenu = async (x, y, id, ...args) => {
|
|
28996
29012
|
const entries = await getMenuEntries$i(id, ...args);
|
|
28997
29013
|
const electronMenuItems = convertMenuItems(entries);
|
|
28998
|
-
const event = await invoke$
|
|
29014
|
+
const event = await invoke$j('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
|
|
28999
29015
|
if (event.type === 'close') {
|
|
29000
29016
|
return;
|
|
29001
29017
|
}
|
|
@@ -29032,7 +29048,7 @@ const ContextMenuBrowser = {
|
|
|
29032
29048
|
|
|
29033
29049
|
const open$3 = async () => {
|
|
29034
29050
|
try {
|
|
29035
|
-
await invoke$
|
|
29051
|
+
await invoke$j('ElectronWindowProcessExplorer.open');
|
|
29036
29052
|
} catch (error) {
|
|
29037
29053
|
throw new VError(error, 'Failed to open process explorer');
|
|
29038
29054
|
}
|
|
@@ -30679,7 +30695,7 @@ const QuickPickEntriesView = {
|
|
|
30679
30695
|
};
|
|
30680
30696
|
|
|
30681
30697
|
const searchFile$1 = async (path, value, prepare) => {
|
|
30682
|
-
return invoke$
|
|
30698
|
+
return invoke$h('SearchFile.searchFile', path, value, prepare, assetDir);
|
|
30683
30699
|
};
|
|
30684
30700
|
|
|
30685
30701
|
const searchFile = async (path, value) => {
|