@lvce-editor/static-server 0.53.6 → 0.53.8
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 +1865 -1857
- package/package.json +1 -1
- package/static/{f429d0a → ac6286f}/css/App.css +83 -83
- package/static/{f429d0a → ac6286f}/css/parts/ViewletRunAndDebug.css +5 -0
- package/static/{f429d0a → ac6286f}/manifest.json +2 -2
- package/static/{f429d0a → ac6286f}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/ac6286f/packages/clipboard-worker/dist/clipBoardWorkerMain.js +1179 -0
- package/static/{f429d0a → ac6286f}/packages/completion-worker/dist/completionWorkerMain.js +51 -45
- package/static/{f429d0a → ac6286f}/packages/debug-worker/dist/debugWorkerMain.js +1353 -989
- package/static/{f429d0a → ac6286f}/packages/explorer-worker/dist/explorerViewWorkerMain.js +13 -10
- package/static/{f429d0a → ac6286f}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{f429d0a → ac6286f}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +57 -21
- package/static/{f429d0a → ac6286f}/packages/rename-worker/dist/renameWorkerMain.js +54 -25
- package/static/{f429d0a → ac6286f}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{f429d0a → ac6286f}/packages/renderer-worker/dist/rendererWorkerMain.js +350 -334
- package/static/{f429d0a → ac6286f}/packages/test-worker/dist/testWorkerMain.js +77 -23
- package/static/index.html +4 -4
- /package/static/{f429d0a → ac6286f}/config/colorTheme.json +0 -0
- /package/static/{f429d0a → ac6286f}/config/defaultSettings.json +0 -0
- /package/static/{f429d0a → ac6286f}/config/fileMap.json +0 -0
- /package/static/{f429d0a → ac6286f}/config/webExtensions.json +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/Animation.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/DebugButtons.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/DebugValue.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/E2eTest.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/E2eTests.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/EditorHover.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/EditorMessage.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/FeatureContent.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/Features.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ImagePreview.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/InputBadge.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/Key.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/LegacyDialog.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/Markdown.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/Progress.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/Select.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/Table.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletAbout.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletDialog.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletMedia.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletOutput.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletPanel.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletPdf.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletProblems.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletReferences.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletSearch.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletStorage.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{f429d0a → ac6286f}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{f429d0a → ac6286f}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/default_file.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/default_folder.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/default_root_folder.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_access.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_access2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ada.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_agda.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ai.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_al.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_angular.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_apache.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_apex.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_apib.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_apl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_asp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_astro.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_atom.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ats.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_attw.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_audio.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_avif.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_avro.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_awk.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_aws.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_azure.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_babel.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bak.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bat.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bats.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_biml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_binary.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_biome.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_blade.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_blender.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bower.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_buf.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bun.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_c.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_c2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_c3.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cake.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_casc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cert.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cf.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_changie.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_chef.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_class.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_claude.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_compass.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_composer.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_conan.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_conda.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_config.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_craco.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_css.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_css2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_cython.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dal.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_db.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_debian.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_deno.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_diff.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_django.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_docker.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_docz.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_drone.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_drools.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dune.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_edge.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_eex.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_elm.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ember.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_eps.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_epub.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_erb.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_excel.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_expo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fla.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_flash.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_flow.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_font.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_funding.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_galen.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_git.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_git2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_glide.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_go.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_godot.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_grain.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_haml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_helix.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_helm.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_host.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_html.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_http.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_husky.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_hy.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_icl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_idris.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_image.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_imba.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_inc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_informix.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ini.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ink.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_io.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jake.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_janet.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jar.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_java.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jest.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_json.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_json2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_json5.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jss.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_juice.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_julia.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_just.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_k.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_karma.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_key.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_kite.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_knip.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_kos.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lark.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_latino.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_layout.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_less.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lex.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_liara.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_license.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lime.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_locale.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_log.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lua.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_luau.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_lync.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_map.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_marko.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_maven.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_maya.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_meson.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_metal.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_motif.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mson.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_next.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nim.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nix.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_noc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_node.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_node2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_npm.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nx.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_opam.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_org.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_package.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_paket.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_patch.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_perl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_php.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_php2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_php3.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pine.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pip.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pony.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_postman.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_preact.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_progress.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pug.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_python.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_q.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_qml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_r.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_racket.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rails.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rake.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_raku.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_raml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_razor.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_reason.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_red.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_registry.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rego.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_remark.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_replit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rest.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_retext.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_riot.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_robots.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rome.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ron.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rss.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rust.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sails.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_san.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sas.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sass.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_scala.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_script.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_scss.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_shell.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sino.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_slang.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_slice.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_slim.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_slint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sln.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_snort.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_source.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_spin.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sql.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sss.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sst.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_stan.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_stata.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_style.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_styled.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_svg.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_swc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_swift.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_swig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_teal.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_templ.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tera.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_test.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_testts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tex.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_text.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_textile.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tm.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_todo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_toit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_toml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tox.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_travis.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tree.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tres.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tt.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_twig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_unison.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vala.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vash.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vb.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vba.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vento.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_video.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_view.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vim.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vite.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_volt.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vue.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wally.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_windi.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_word.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_word2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_xib.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_xml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_xo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_yang.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_zig.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_zip.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_android.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_api.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_app.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_client.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_common.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_component.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_config.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_css.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_db.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_git.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_github.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_images.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_include.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_js.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_json.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_less.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_library.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_log.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_model.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_module.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_next.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_node.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_package.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_php.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_private.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_public.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_python.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_route.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_script.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_server.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_services.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_src.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_story.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_style.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_template.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_test.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_video.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_view.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_www.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{f429d0a → ac6286f}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{f429d0a → ac6286f}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{f429d0a → ac6286f}/icons/add.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/arrow-down.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/arrow-left.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/arrow-right.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/arrow-up.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/blank.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/book.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/case-sensitive.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/check.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/chevron-down.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/chevron-left.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/chevron-right.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/chevron-up.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/chrome-close.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/chrome-maximize.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/chrome-minimize.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/chrome-restore.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/circle-filled.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/clear-all.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/close.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/cloud.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/collapse-all.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-all.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-alt-2.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-alt-small.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-alt.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-console.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-continue-small.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-continue.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-coverage.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-disconnect.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-line-by-line.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-pause.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-rerun.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-restart-frame.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-restart.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-stackframe.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-start.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-step-back.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-step-into.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-step-out.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-step-over.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug-stop.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/debug.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/discard.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/edit.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/ellipsis.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/error.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/exclude.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{f429d0a → ac6286f}/icons/extensions.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/files.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/filter.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/go-to-file.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/icon-close.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/icon-source-control.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/icon-sync.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/icon.png +0 -0
- /package/static/{f429d0a → ac6286f}/icons/icon.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/info.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/language-icon.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/link-external.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/list-flat.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/list-tree.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/new-file.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/new-folder.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/newline.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/open-preview.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/play.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/preserve-case.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/progress.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/pwa-icon-192.png +0 -0
- /package/static/{f429d0a → ac6286f}/icons/pwa-icon-512.png +0 -0
- /package/static/{f429d0a → ac6286f}/icons/record-keys.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/refresh.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/regex.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/remove.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/replace-all.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/replace.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/run-all.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/search.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/settings-gear.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/sort-precedence.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/source-control.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/split-horizontal.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/squiggly-error.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/squiggly-warning.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-array.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-boolean.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-class.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-color.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-constant.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-enum-member.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-enum.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-event.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-field.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-file.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-interface.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-key.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-keyword.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-method.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-misc.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-namespace.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-numeric.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-operator.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-parameter.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-property.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-ruler.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-snippet.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-string.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-structure.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/symbol-variable.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/tag.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/terminal-bash.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/terminal.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/theme-icon.png +0 -0
- /package/static/{f429d0a → ac6286f}/icons/trash.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/triangle-down.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/triangle-left.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/triangle-right.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/triangle-up.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/warning.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/whole-word.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/zoom-in.svg +0 -0
- /package/static/{f429d0a → ac6286f}/icons/zoom-out.svg +0 -0
- /package/static/{f429d0a → ac6286f}/js/babel-parser.js +0 -0
- /package/static/{f429d0a → ac6286f}/js/blob-util.js +0 -0
- /package/static/{f429d0a → ac6286f}/js/ky.js +0 -0
- /package/static/{f429d0a → ac6286f}/js/lvce-editor-import-script.js +0 -0
- /package/static/{f429d0a → ac6286f}/js/lvce-editor-ipc.js +0 -0
- /package/static/{f429d0a → ac6286f}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{f429d0a → ac6286f}/js/lvce-editor-verror.js +0 -0
- /package/static/{f429d0a → ac6286f}/js/p-min-delay.js +0 -0
- /package/static/{f429d0a → ac6286f}/js/pretty-bytes.js +0 -0
- /package/static/{f429d0a → ac6286f}/js/preview-injected.js +0 -0
- /package/static/{f429d0a → ac6286f}/js/yoctodelay.js +0 -0
- /package/static/{f429d0a → ac6286f}/lib-css/termterm.css +0 -0
- /package/static/{f429d0a → ac6286f}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/renderer-process/LICENSE +0 -0
- /package/static/{f429d0a → ac6286f}/packages/renderer-process/README.md +0 -0
- /package/static/{f429d0a → ac6286f}/packages/renderer-process/package.json +0 -0
- /package/static/{f429d0a → ac6286f}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.cpp +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.css +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.csv +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.dart +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.env +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.ex +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.html +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.java +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.jl +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.js +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.json +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.kt +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.pl +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.py +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/index.ts +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/scrolling.txt +0 -0
- /package/static/{f429d0a → ac6286f}/playground/languages/tsconfig.json +0 -0
- /package/static/{f429d0a → ac6286f}/playground/sample-folder/a.txt +0 -0
- /package/static/{f429d0a → ac6286f}/playground/sample-folder/b.txt +0 -0
- /package/static/{f429d0a → ac6286f}/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 '/ac6286f';
|
|
100
100
|
}
|
|
101
101
|
};
|
|
102
102
|
const assetDir = getAssetDir();
|
|
@@ -420,7 +420,7 @@ const invokeHelper = async (ipc, method, params, useSendAndTransfer) => {
|
|
|
420
420
|
const responseMessage = await promise;
|
|
421
421
|
return unwrapJsonRpcResult(responseMessage);
|
|
422
422
|
};
|
|
423
|
-
const invoke$
|
|
423
|
+
const invoke$n = (ipc, method, ...params) => {
|
|
424
424
|
return invokeHelper(ipc, method, params, false);
|
|
425
425
|
};
|
|
426
426
|
const invokeAndTransfer$7 = (ipc, method, ...params) => {
|
|
@@ -1068,8 +1068,8 @@ const listen$1 = async () => {
|
|
|
1068
1068
|
handleIpc(ipc);
|
|
1069
1069
|
state$I.ipc = ipc;
|
|
1070
1070
|
};
|
|
1071
|
-
const invoke$
|
|
1072
|
-
return invoke$
|
|
1071
|
+
const invoke$m = (method, ...params) => {
|
|
1072
|
+
return invoke$n(state$I.ipc, method, ...params);
|
|
1073
1073
|
};
|
|
1074
1074
|
const invokeAndTransfer$6 = (method, ...params) => {
|
|
1075
1075
|
return invokeAndTransfer$7(state$I.ipc, method, ...params);
|
|
@@ -1090,7 +1090,7 @@ const loadCssStyleSheets = css => {
|
|
|
1090
1090
|
return Promise.all(css.map(loadCssStyleSheet));
|
|
1091
1091
|
};
|
|
1092
1092
|
const addCssStyleSheet = (id, css) => {
|
|
1093
|
-
return invoke$
|
|
1093
|
+
return invoke$m('Css.addCssStyleSheet', id, css);
|
|
1094
1094
|
};
|
|
1095
1095
|
const actuallyAddDynamicCss = async (id, getCss, preferences) => {
|
|
1096
1096
|
const css = await getCss(preferences);
|
|
@@ -1114,7 +1114,7 @@ const getOrCreateWorker = fn => {
|
|
|
1114
1114
|
return {
|
|
1115
1115
|
async invoke(method, ...params) {
|
|
1116
1116
|
const ipc = await getOrCreate$2(fn);
|
|
1117
|
-
return invoke$
|
|
1117
|
+
return invoke$n(ipc, method, ...params);
|
|
1118
1118
|
},
|
|
1119
1119
|
async invokeAndTransfer(method, ...params) {
|
|
1120
1120
|
const ipc = await getOrCreate$2(fn);
|
|
@@ -1203,7 +1203,7 @@ const launchErrorWorker = async () => {
|
|
|
1203
1203
|
};
|
|
1204
1204
|
|
|
1205
1205
|
const {
|
|
1206
|
-
invoke: invoke$
|
|
1206
|
+
invoke: invoke$l,
|
|
1207
1207
|
invokeAndTransfer: invokeAndTransfer$5
|
|
1208
1208
|
} = getOrCreateWorker(launchErrorWorker);
|
|
1209
1209
|
|
|
@@ -1225,14 +1225,14 @@ const serializeError = error => {
|
|
|
1225
1225
|
const prepare = async error => {
|
|
1226
1226
|
try {
|
|
1227
1227
|
const serialized = serializeError(error);
|
|
1228
|
-
const prepared = await invoke$
|
|
1228
|
+
const prepared = await invoke$l('Errors.prepare', serialized);
|
|
1229
1229
|
return prepared;
|
|
1230
1230
|
} catch {
|
|
1231
1231
|
return error;
|
|
1232
1232
|
}
|
|
1233
1233
|
};
|
|
1234
1234
|
const print = async (error, prefix = '') => {
|
|
1235
|
-
await invoke$
|
|
1235
|
+
await invoke$l('Errors.print', error, prefix);
|
|
1236
1236
|
};
|
|
1237
1237
|
const getMessage$5 = error => {
|
|
1238
1238
|
if (error && error.type && error.message) {
|
|
@@ -1715,11 +1715,11 @@ const state$D = {
|
|
|
1715
1715
|
};
|
|
1716
1716
|
|
|
1717
1717
|
/* istanbul ignore file */
|
|
1718
|
-
const invoke$
|
|
1718
|
+
const invoke$k = async (method, ...params) => {
|
|
1719
1719
|
const {
|
|
1720
1720
|
ipc
|
|
1721
1721
|
} = state$D;
|
|
1722
|
-
const result = await invoke$
|
|
1722
|
+
const result = await invoke$n(ipc, method, ...params);
|
|
1723
1723
|
return result;
|
|
1724
1724
|
};
|
|
1725
1725
|
const invokeAndTransfer$4 = async (method, ...params) => {
|
|
@@ -1762,7 +1762,7 @@ const getPreferencesJson = async () => {
|
|
|
1762
1762
|
const url = `${assetDir}/config/defaultSettings.json`;
|
|
1763
1763
|
return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
|
|
1764
1764
|
}
|
|
1765
|
-
return invoke$
|
|
1765
|
+
return invoke$k(PreferencesGetAll);
|
|
1766
1766
|
};
|
|
1767
1767
|
const getPreferences = async () => {
|
|
1768
1768
|
// TODO cache preferences, but they should not be stale
|
|
@@ -1806,7 +1806,7 @@ const state$B = {
|
|
|
1806
1806
|
};
|
|
1807
1807
|
|
|
1808
1808
|
const getResolvedRootFromSharedProcess = async () => {
|
|
1809
|
-
const resolvedRoot = await invoke$
|
|
1809
|
+
const resolvedRoot = await invoke$k(/* Workspace.resolveRoot */WorkspaceResolveRoot);
|
|
1810
1810
|
return resolvedRoot;
|
|
1811
1811
|
};
|
|
1812
1812
|
const isValid$1 = resolvedRoot => {
|
|
@@ -1872,13 +1872,13 @@ const getResolvedRoot = async href => {
|
|
|
1872
1872
|
};
|
|
1873
1873
|
|
|
1874
1874
|
const getHref = () => {
|
|
1875
|
-
return invoke$
|
|
1875
|
+
return invoke$m(/* Location.getHref */'Location.getHref');
|
|
1876
1876
|
};
|
|
1877
1877
|
const setPathName = pathName => {
|
|
1878
|
-
return invoke$
|
|
1878
|
+
return invoke$m(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
|
|
1879
1879
|
};
|
|
1880
1880
|
const hydrate$a = () => {
|
|
1881
|
-
return invoke$
|
|
1881
|
+
return invoke$m(/* Location.hydrate */'Location.hydrate');
|
|
1882
1882
|
};
|
|
1883
1883
|
const getOrigin = () => {
|
|
1884
1884
|
return location.origin;
|
|
@@ -1888,7 +1888,7 @@ const getHost = () => {
|
|
|
1888
1888
|
};
|
|
1889
1889
|
|
|
1890
1890
|
const set$e = title => {
|
|
1891
|
-
return invoke$
|
|
1891
|
+
return invoke$m('WindowTitle.set', title);
|
|
1892
1892
|
};
|
|
1893
1893
|
|
|
1894
1894
|
/**
|
|
@@ -2025,15 +2025,15 @@ const launchExtensionHostWorker = async () => {
|
|
|
2025
2025
|
ipc = wrap$7(port);
|
|
2026
2026
|
}
|
|
2027
2027
|
handleIpc(ipc);
|
|
2028
|
-
await invoke$
|
|
2028
|
+
await invoke$n(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
|
|
2029
2029
|
addListener('workspace.change', async () => {
|
|
2030
|
-
await invoke$
|
|
2030
|
+
await invoke$n(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
|
|
2031
2031
|
});
|
|
2032
2032
|
return ipc;
|
|
2033
2033
|
};
|
|
2034
2034
|
|
|
2035
2035
|
const {
|
|
2036
|
-
invoke: invoke$
|
|
2036
|
+
invoke: invoke$j,
|
|
2037
2037
|
invokeAndTransfer: invokeAndTransfer$3
|
|
2038
2038
|
} = getOrCreateWorker(launchExtensionHostWorker);
|
|
2039
2039
|
|
|
@@ -2063,11 +2063,11 @@ const getColorThemeCssCached = async (colorThemeId, getData) => {
|
|
|
2063
2063
|
};
|
|
2064
2064
|
|
|
2065
2065
|
const getColorThemeJson = colorThemeId => {
|
|
2066
|
-
return invoke$
|
|
2066
|
+
return invoke$j('ColorTheme.getColorThemeJson', colorThemeId);
|
|
2067
2067
|
};
|
|
2068
2068
|
|
|
2069
2069
|
const getColorThemeCssFromJson = async (colorThemeId, colorThemeJson) => {
|
|
2070
|
-
return invoke$
|
|
2070
|
+
return invoke$j('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
|
|
2071
2071
|
};
|
|
2072
2072
|
const getColorThemeCssNew = async colorThemeId => {
|
|
2073
2073
|
const colorThemeJson = await getColorThemeJson(colorThemeId);
|
|
@@ -2083,7 +2083,7 @@ const getMetaThemeColor = colorThemeJson => {
|
|
|
2083
2083
|
};
|
|
2084
2084
|
|
|
2085
2085
|
const setThemeColor = async themeColor => {
|
|
2086
|
-
await invoke$
|
|
2086
|
+
await invoke$m(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
|
|
2087
2087
|
};
|
|
2088
2088
|
|
|
2089
2089
|
// TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
|
|
@@ -2124,7 +2124,7 @@ const watch$1 = async id => {
|
|
|
2124
2124
|
return;
|
|
2125
2125
|
}
|
|
2126
2126
|
state$A.watchedTheme = id;
|
|
2127
|
-
await invoke$
|
|
2127
|
+
await invoke$k('ExtensionHost.watchColorTheme', id);
|
|
2128
2128
|
};
|
|
2129
2129
|
const getPreferredColorTheme = () => {
|
|
2130
2130
|
const preferredColorTheme = get$e('workbench.colorTheme');
|
|
@@ -2177,13 +2177,13 @@ const get$d = () => {
|
|
|
2177
2177
|
|
|
2178
2178
|
const getWindowId = async () => {
|
|
2179
2179
|
const webContentsId = get$d();
|
|
2180
|
-
const windowId = await invoke$
|
|
2180
|
+
const windowId = await invoke$k('GetWindowId.getWindowId', webContentsId);
|
|
2181
2181
|
return windowId;
|
|
2182
2182
|
};
|
|
2183
2183
|
|
|
2184
2184
|
const forward$2 = key => async (...args) => {
|
|
2185
2185
|
const windowId = await getWindowId();
|
|
2186
|
-
return invoke$
|
|
2186
|
+
return invoke$k(key, windowId, ...args);
|
|
2187
2187
|
};
|
|
2188
2188
|
const reload$3 = forward$2('ElectronWindow.reload');
|
|
2189
2189
|
const minimize$2 = forward$2('ElectronWindow.minimize');
|
|
@@ -2202,7 +2202,7 @@ const reloadElectron = () => {
|
|
|
2202
2202
|
};
|
|
2203
2203
|
|
|
2204
2204
|
const reloadWeb = () => {
|
|
2205
|
-
return invoke$
|
|
2205
|
+
return invoke$m('Window.reload');
|
|
2206
2206
|
};
|
|
2207
2207
|
|
|
2208
2208
|
const getFn$2 = () => {
|
|
@@ -2241,46 +2241,46 @@ const getUrlBaseName = href => {
|
|
|
2241
2241
|
// TODO treeshake this function out when targeting electron
|
|
2242
2242
|
|
|
2243
2243
|
const getExtensionsPath = () => {
|
|
2244
|
-
return invoke$
|
|
2244
|
+
return invoke$k(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
|
|
2245
2245
|
};
|
|
2246
2246
|
const getCachedExtensionsPath = () => {
|
|
2247
|
-
return invoke$
|
|
2247
|
+
return invoke$k(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
|
|
2248
2248
|
};
|
|
2249
2249
|
const getLogsDir = () => {
|
|
2250
|
-
return invoke$
|
|
2250
|
+
return invoke$k(/* Platform.getLogsDir */'Platform.getLogsDir');
|
|
2251
2251
|
};
|
|
2252
2252
|
const getDownloadDir = () => {
|
|
2253
|
-
return invoke$
|
|
2253
|
+
return invoke$k(/* Platform.getDownloadDir */'Platform.getDownloadDir');
|
|
2254
2254
|
};
|
|
2255
2255
|
const getUserSettingsPath = () => {
|
|
2256
2256
|
if (platform === Web$1) {
|
|
2257
2257
|
return 'settings';
|
|
2258
2258
|
}
|
|
2259
|
-
return invoke$
|
|
2259
|
+
return invoke$k(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
|
|
2260
2260
|
};
|
|
2261
2261
|
const getUserKeyBindingsPath = () => {
|
|
2262
2262
|
if (platform === Web$1) {
|
|
2263
2263
|
return 'settings';
|
|
2264
2264
|
}
|
|
2265
|
-
return invoke$
|
|
2265
|
+
return invoke$k(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
|
|
2266
2266
|
};
|
|
2267
2267
|
const getRecentlyOpenedPath = () => {
|
|
2268
2268
|
if (platform === Web$1) {
|
|
2269
2269
|
return 'recently-opened';
|
|
2270
2270
|
}
|
|
2271
|
-
return invoke$
|
|
2271
|
+
return invoke$k(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
|
|
2272
2272
|
};
|
|
2273
2273
|
const getConfigPath = () => {
|
|
2274
|
-
return invoke$
|
|
2274
|
+
return invoke$k(/* Platform.getConfigDir */'Platform.getConfigDir');
|
|
2275
2275
|
};
|
|
2276
2276
|
const getCachePath = () => {
|
|
2277
|
-
return invoke$
|
|
2277
|
+
return invoke$k(/* Platform.getCacheDir */'Platform.getCacheDir');
|
|
2278
2278
|
};
|
|
2279
2279
|
const getCacheName = () => {
|
|
2280
2280
|
return 'lvce-runtime';
|
|
2281
2281
|
};
|
|
2282
2282
|
const getTestPathRemote = () => {
|
|
2283
|
-
return invoke$
|
|
2283
|
+
return invoke$k(/* Platform.getTestPath */'Platform.getTestPath');
|
|
2284
2284
|
};
|
|
2285
2285
|
const getTestPathWeb = () => {
|
|
2286
2286
|
return `${assetDir}/packages/extension-host-worker-tests`;
|
|
@@ -2297,7 +2297,7 @@ const getTestPath = () => {
|
|
|
2297
2297
|
}
|
|
2298
2298
|
};
|
|
2299
2299
|
const getRepository = () => {
|
|
2300
|
-
return invoke$
|
|
2300
|
+
return invoke$k('Platform.getRepository');
|
|
2301
2301
|
};
|
|
2302
2302
|
|
|
2303
2303
|
// TODO determine with websocket request or some
|
|
@@ -2447,7 +2447,7 @@ const getAvailableKeyBindings = keyBindings => {
|
|
|
2447
2447
|
const update = () => {
|
|
2448
2448
|
const matchingKeyBindings = getMatchingKeyBindings(state$x.keyBindingSets);
|
|
2449
2449
|
const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
|
|
2450
|
-
invoke$
|
|
2450
|
+
invoke$m('KeyBindings.setIdentifiers', keyBindingIdentifiers);
|
|
2451
2451
|
state$x.matchingKeyBindings = matchingKeyBindings;
|
|
2452
2452
|
state$x.keyBindingIdentifiers = keyBindingIdentifiers;
|
|
2453
2453
|
};
|
|
@@ -2541,7 +2541,7 @@ const hydrate$6 = async () => {
|
|
|
2541
2541
|
};
|
|
2542
2542
|
|
|
2543
2543
|
const getIconThemeJson = async iconThemeId => {
|
|
2544
|
-
return invoke$
|
|
2544
|
+
return invoke$j('IconTheme.getJson', iconThemeId);
|
|
2545
2545
|
};
|
|
2546
2546
|
|
|
2547
2547
|
const dispatch = key => (...args) => {
|
|
@@ -2622,13 +2622,13 @@ const serializeObjects = objects => {
|
|
|
2622
2622
|
};
|
|
2623
2623
|
|
|
2624
2624
|
const clear$5 = async storageType => {
|
|
2625
|
-
await invoke$
|
|
2625
|
+
await invoke$m(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
|
|
2626
2626
|
};
|
|
2627
2627
|
const getAll$1 = storageType => {
|
|
2628
|
-
return invoke$
|
|
2628
|
+
return invoke$m('WebStorage.getAll', storageType);
|
|
2629
2629
|
};
|
|
2630
2630
|
const getText$2 = async (storageType, key) => {
|
|
2631
|
-
const item = await invoke$
|
|
2631
|
+
const item = await invoke$m(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
|
|
2632
2632
|
return item || '';
|
|
2633
2633
|
};
|
|
2634
2634
|
const getJson$6 = async (storageType, key) => {
|
|
@@ -2643,7 +2643,7 @@ const getJson$6 = async (storageType, key) => {
|
|
|
2643
2643
|
}
|
|
2644
2644
|
};
|
|
2645
2645
|
const setText$1 = async (storageType, key, value) => {
|
|
2646
|
-
await invoke$
|
|
2646
|
+
await invoke$m(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
|
|
2647
2647
|
};
|
|
2648
2648
|
const setJson$5 = async (storageType, key, value) => {
|
|
2649
2649
|
const stringifiedValue = stringifyCompact(value);
|
|
@@ -2651,7 +2651,7 @@ const setJson$5 = async (storageType, key, value) => {
|
|
|
2651
2651
|
};
|
|
2652
2652
|
const setJsonObjects$2 = async (storageType, objects) => {
|
|
2653
2653
|
const serializedObjects = serializeObjects(objects);
|
|
2654
|
-
await invoke$
|
|
2654
|
+
await invoke$m('WebStorage.setJsonObjects', storageType, serializedObjects);
|
|
2655
2655
|
};
|
|
2656
2656
|
|
|
2657
2657
|
const LocalStorage = 1;
|
|
@@ -2826,7 +2826,7 @@ const ExtensionStateStorage = {
|
|
|
2826
2826
|
};
|
|
2827
2827
|
|
|
2828
2828
|
const saveState$i = async () => {
|
|
2829
|
-
const state = await invoke$
|
|
2829
|
+
const state = await invoke$j('SaveState.saveState');
|
|
2830
2830
|
return state;
|
|
2831
2831
|
};
|
|
2832
2832
|
const getSavedState = async () => {
|
|
@@ -2881,7 +2881,7 @@ const hydrate$5 = async () => {
|
|
|
2881
2881
|
console.info('[info] not saving state on visibility change - disabled by settings');
|
|
2882
2882
|
return;
|
|
2883
2883
|
}
|
|
2884
|
-
await invoke$
|
|
2884
|
+
await invoke$m('Window.onVisibilityChange');
|
|
2885
2885
|
};
|
|
2886
2886
|
const getSavedViewletState = viewletId => {
|
|
2887
2887
|
return getJson$4(viewletId);
|
|
@@ -2905,7 +2905,7 @@ const ViewletManagerVisitorCss = {
|
|
|
2905
2905
|
|
|
2906
2906
|
const fileSearchWorkerUrl = `${assetDir}/packages/file-search-worker/dist/fileSearchWorkerMain.js`;
|
|
2907
2907
|
|
|
2908
|
-
const getConfiguredWorkerUrl$
|
|
2908
|
+
const getConfiguredWorkerUrl$g = () => {
|
|
2909
2909
|
let configuredWorkerUrl = get$e('develop.fileSearchWorkerPath') || '';
|
|
2910
2910
|
if (configuredWorkerUrl) {
|
|
2911
2911
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -2921,14 +2921,14 @@ const launchFileSearchWorker = async () => {
|
|
|
2921
2921
|
const ipc = await create$13({
|
|
2922
2922
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
2923
2923
|
name,
|
|
2924
|
-
url: getConfiguredWorkerUrl$
|
|
2924
|
+
url: getConfiguredWorkerUrl$g()
|
|
2925
2925
|
});
|
|
2926
2926
|
handleIpc(ipc);
|
|
2927
2927
|
return ipc;
|
|
2928
2928
|
};
|
|
2929
2929
|
|
|
2930
2930
|
const {
|
|
2931
|
-
invoke: invoke$
|
|
2931
|
+
invoke: invoke$i} = getOrCreateWorker(launchFileSearchWorker);
|
|
2932
2932
|
|
|
2933
2933
|
const state$u = {
|
|
2934
2934
|
/**
|
|
@@ -2944,7 +2944,7 @@ const add$1 = async menuEntries => {
|
|
|
2944
2944
|
// TODO store menu entries here or in file search worker?
|
|
2945
2945
|
// Usually don't want to start worker for the menu entries
|
|
2946
2946
|
// But also quickpick menu entries would be better stored there
|
|
2947
|
-
await invoke$
|
|
2947
|
+
await invoke$i('QuickPick.addMenuEntries', menuEntries);
|
|
2948
2948
|
};
|
|
2949
2949
|
|
|
2950
2950
|
const loadModule$2 = async (id, module) => {
|
|
@@ -3131,7 +3131,7 @@ const runFn = async (instance, id, key, fn, args) => {
|
|
|
3131
3131
|
const commands = render$I(instance.factory, oldState, newState, newState.uid || id);
|
|
3132
3132
|
updateDynamicFocusContext(commands);
|
|
3133
3133
|
setRenderedState(id, newState);
|
|
3134
|
-
await invoke$
|
|
3134
|
+
await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3135
3135
|
} else {
|
|
3136
3136
|
return fn(instance.state, ...args);
|
|
3137
3137
|
}
|
|
@@ -3156,7 +3156,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
|
|
|
3156
3156
|
if (commands.length === 0) {
|
|
3157
3157
|
return;
|
|
3158
3158
|
}
|
|
3159
|
-
await invoke$
|
|
3159
|
+
await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3160
3160
|
};
|
|
3161
3161
|
|
|
3162
3162
|
// TODO maybe wrapViewletCommand should accept module instead of id string
|
|
@@ -3361,7 +3361,7 @@ const maybeRegisterEvents = module => {
|
|
|
3361
3361
|
const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3362
3362
|
instance.state = newState;
|
|
3363
3363
|
instance.renderedState = newState;
|
|
3364
|
-
await invoke$
|
|
3364
|
+
await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3365
3365
|
};
|
|
3366
3366
|
addListener('workspace.change', handleUpdate);
|
|
3367
3367
|
}
|
|
@@ -3388,7 +3388,7 @@ const maybeRegisterEvents = module => {
|
|
|
3388
3388
|
const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3389
3389
|
instance.state = newState;
|
|
3390
3390
|
instance.renderedState = newState;
|
|
3391
|
-
await invoke$
|
|
3391
|
+
await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3392
3392
|
};
|
|
3393
3393
|
addListener(key, handleUpdate);
|
|
3394
3394
|
}
|
|
@@ -3416,7 +3416,7 @@ const maybeRegisterMenuEntries = async module => {
|
|
|
3416
3416
|
const actuallyLoadModule = async (getModule, id) => {
|
|
3417
3417
|
const module = await getModule(id);
|
|
3418
3418
|
if (!module.hasFunctionalEvents) {
|
|
3419
|
-
await invoke$
|
|
3419
|
+
await invoke$m(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
|
|
3420
3420
|
}
|
|
3421
3421
|
await loadModule$1(id, module);
|
|
3422
3422
|
await maybeRegisterWrappedCommands(id, module);
|
|
@@ -3509,7 +3509,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3509
3509
|
if (module.renderEventListeners) {
|
|
3510
3510
|
// TODO reuse event listeners between components
|
|
3511
3511
|
const eventListeners = await module.renderEventListeners();
|
|
3512
|
-
await invoke$
|
|
3512
|
+
await invoke$m('Viewlet.registerEventListeners', viewletUid, eventListeners);
|
|
3513
3513
|
}
|
|
3514
3514
|
if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
|
|
3515
3515
|
await module.show(newState);
|
|
@@ -3563,7 +3563,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3563
3563
|
}
|
|
3564
3564
|
state = ViewletState.ContentLoaded;
|
|
3565
3565
|
if (viewlet.show === false) {} else {
|
|
3566
|
-
await invoke$
|
|
3566
|
+
await invoke$m(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
3567
3567
|
}
|
|
3568
3568
|
if (viewlet.disposed) {
|
|
3569
3569
|
// TODO unload the module from renderer process
|
|
@@ -3615,7 +3615,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3615
3615
|
return allCommands;
|
|
3616
3616
|
}
|
|
3617
3617
|
commands.push(...extraCommands);
|
|
3618
|
-
await invoke$
|
|
3618
|
+
await invoke$m(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3619
3619
|
} else {
|
|
3620
3620
|
const allCommands = [...commands, ...extraCommands
|
|
3621
3621
|
// ['Viewlet.show', viewlet.id],
|
|
@@ -3636,7 +3636,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3636
3636
|
}
|
|
3637
3637
|
state = ViewletState.ContentRendered;
|
|
3638
3638
|
if (viewlet.parentUid && viewlet.show !== false) {
|
|
3639
|
-
await invoke$
|
|
3639
|
+
await invoke$m(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
|
|
3640
3640
|
}
|
|
3641
3641
|
state = ViewletState.Appended;
|
|
3642
3642
|
if (viewlet.disposed) {
|
|
@@ -3658,10 +3658,10 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3658
3658
|
}
|
|
3659
3659
|
const commands = [];
|
|
3660
3660
|
if (state < ViewletState.RendererProcessViewletLoaded) {
|
|
3661
|
-
await invoke$
|
|
3661
|
+
await invoke$m(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
3662
3662
|
}
|
|
3663
3663
|
const parentUid = viewlet.parentUid;
|
|
3664
|
-
await invoke$
|
|
3664
|
+
await invoke$m(kLoadModule, Error$3);
|
|
3665
3665
|
commands.push([kCreate, Error$3, viewletUid]);
|
|
3666
3666
|
// @ts-ignore
|
|
3667
3667
|
if (viewlet.setBounds !== false) {
|
|
@@ -3670,7 +3670,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3670
3670
|
if (module && module.customErrorRenderer) {
|
|
3671
3671
|
const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
|
|
3672
3672
|
const dom = await errorModule.render(error);
|
|
3673
|
-
await invoke$
|
|
3673
|
+
await invoke$m(kLoadModule, module.customErrorRenderer);
|
|
3674
3674
|
commands.push([kCreate, module.customErrorRenderer, viewletUid]);
|
|
3675
3675
|
commands.push(['Viewlet.setDom2', viewletUid, dom]);
|
|
3676
3676
|
commands.push([kAppend, parentUid, viewletUid]);
|
|
@@ -3723,7 +3723,7 @@ const load$4 = async moduleId => {
|
|
|
3723
3723
|
};
|
|
3724
3724
|
|
|
3725
3725
|
const disposeBrowserViewQuickPick = () => {
|
|
3726
|
-
return invoke$
|
|
3726
|
+
return invoke$k('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
|
|
3727
3727
|
};
|
|
3728
3728
|
|
|
3729
3729
|
const handleKeyBinding$1 = async identifier => {
|
|
@@ -3773,7 +3773,7 @@ const focus$7 = async id => {
|
|
|
3773
3773
|
commands.push(...render$I(instance.factory, oldState, newState));
|
|
3774
3774
|
}
|
|
3775
3775
|
setFocusedInstance(instance);
|
|
3776
|
-
await invoke$
|
|
3776
|
+
await invoke$m('Viewlet.sendMultiple', commands);
|
|
3777
3777
|
};
|
|
3778
3778
|
|
|
3779
3779
|
/**
|
|
@@ -3816,7 +3816,7 @@ const dispose$u = async id => {
|
|
|
3816
3816
|
throw new Error(`${id} is missing a factory function`);
|
|
3817
3817
|
}
|
|
3818
3818
|
instance.factory.dispose(instance.state);
|
|
3819
|
-
await invoke$
|
|
3819
|
+
await invoke$m(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
|
|
3820
3820
|
if (instance.factory.getKeyBindings) {
|
|
3821
3821
|
removeKeyBindings(instanceUid);
|
|
3822
3822
|
}
|
|
@@ -3995,7 +3995,7 @@ const setStateFunctional = (id, newState) => {
|
|
|
3995
3995
|
const setState = async (id, newState) => {
|
|
3996
3996
|
const commands = setStateFunctional(id, newState);
|
|
3997
3997
|
if (commands.length > 0) {
|
|
3998
|
-
await invoke$
|
|
3998
|
+
await invoke$m(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
3999
3999
|
}
|
|
4000
4000
|
};
|
|
4001
4001
|
const getAllStates = () => {
|
|
@@ -4038,7 +4038,7 @@ const openWidget = async (moduleId, ...args) => {
|
|
|
4038
4038
|
// TODO send focus changes to renderer process together with other message
|
|
4039
4039
|
updateDynamicFocusContext(commands);
|
|
4040
4040
|
commands.push(['Viewlet.focus', childUid]);
|
|
4041
|
-
await invoke$
|
|
4041
|
+
await invoke$m('Viewlet.executeCommands', commands);
|
|
4042
4042
|
};
|
|
4043
4043
|
const closeWidget = async id => {
|
|
4044
4044
|
try {
|
|
@@ -4050,7 +4050,7 @@ const closeWidget = async id => {
|
|
|
4050
4050
|
const child = childInstance.state;
|
|
4051
4051
|
const childUid = child.uid;
|
|
4052
4052
|
const commands = disposeFunctional(childUid);
|
|
4053
|
-
await invoke$
|
|
4053
|
+
await invoke$m(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
|
|
4054
4054
|
// TODO restore focus
|
|
4055
4055
|
} catch (error) {
|
|
4056
4056
|
throw new VError(error, `Failed to close widget ${id}`);
|
|
@@ -4108,7 +4108,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
|
|
|
4108
4108
|
if (commands.length === 0) {
|
|
4109
4109
|
return;
|
|
4110
4110
|
}
|
|
4111
|
-
await invoke$
|
|
4111
|
+
await invoke$m(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4112
4112
|
};
|
|
4113
4113
|
|
|
4114
4114
|
// @ts-ignore
|
|
@@ -4148,7 +4148,7 @@ const disposeWidgetWithValue = async (id, value) => {
|
|
|
4148
4148
|
instance.status = 'disposed';
|
|
4149
4149
|
remove$8(id);
|
|
4150
4150
|
remove$8(uid);
|
|
4151
|
-
await invoke$
|
|
4151
|
+
await invoke$m('Viewlet.sendMultiple', commands);
|
|
4152
4152
|
// return commands
|
|
4153
4153
|
const parentInstance = getInstance(KeyBindings);
|
|
4154
4154
|
if (!parentInstance) {
|
|
@@ -4355,7 +4355,7 @@ const getLanguageConfigurationFromWebExtension = async languageId => {
|
|
|
4355
4355
|
return json;
|
|
4356
4356
|
};
|
|
4357
4357
|
const getLanguageConfiguration$3 = async languageId => {
|
|
4358
|
-
const languageConfiguration = await invoke$
|
|
4358
|
+
const languageConfiguration = await invoke$k(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
|
|
4359
4359
|
if (languageConfiguration) {
|
|
4360
4360
|
return languageConfiguration;
|
|
4361
4361
|
}
|
|
@@ -4368,7 +4368,7 @@ const getLanguageConfiguration$2 = async languageId => {
|
|
|
4368
4368
|
|
|
4369
4369
|
const getLanguages = async () => {
|
|
4370
4370
|
try {
|
|
4371
|
-
return invoke$
|
|
4371
|
+
return invoke$j('Languages.getLanguages');
|
|
4372
4372
|
} catch (error) {
|
|
4373
4373
|
throw new VError(error, 'Failed to load languages');
|
|
4374
4374
|
}
|
|
@@ -4784,7 +4784,7 @@ const hydrate$3 = async () => {
|
|
|
4784
4784
|
};
|
|
4785
4785
|
|
|
4786
4786
|
const getInitData = async () => {
|
|
4787
|
-
const rendererProcessInitData = await invoke$
|
|
4787
|
+
const rendererProcessInitData = await invoke$m('InitData.getInitData');
|
|
4788
4788
|
// TODO get the following items
|
|
4789
4789
|
// - location.href
|
|
4790
4790
|
// - workspace
|
|
@@ -5174,7 +5174,7 @@ const addToRecentlyOpenedWeb = async path => {
|
|
|
5174
5174
|
await setRecentlyOpened(newRecentlyOpened);
|
|
5175
5175
|
};
|
|
5176
5176
|
const addToRecentlyOpenedRemote = async path => {
|
|
5177
|
-
await invoke$
|
|
5177
|
+
await invoke$k(RecentlyOpenedAddPath, path);
|
|
5178
5178
|
};
|
|
5179
5179
|
const addToRecentlyOpened = async path => {
|
|
5180
5180
|
switch (platform) {
|
|
@@ -5212,16 +5212,16 @@ const hydrate$2 = async () => {
|
|
|
5212
5212
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
5213
5213
|
|
|
5214
5214
|
const saveValue$1 = async (storeId, value) => {
|
|
5215
|
-
await invoke$
|
|
5215
|
+
await invoke$j('IndexedDb.saveValue', storeId, value);
|
|
5216
5216
|
};
|
|
5217
5217
|
const getValuesByIndexName$1 = async (storeId, indexName, only) => {
|
|
5218
|
-
return invoke$
|
|
5218
|
+
return invoke$j('IndexedDb.getValuesByIndexName', storeId, indexName, only);
|
|
5219
5219
|
};
|
|
5220
5220
|
const addHandle$1 = async (uri, handle) => {
|
|
5221
|
-
return invoke$
|
|
5221
|
+
return invoke$j('IndexedDb.addHandle', uri, handle);
|
|
5222
5222
|
};
|
|
5223
5223
|
const getHandle$1 = async uri => {
|
|
5224
|
-
return invoke$
|
|
5224
|
+
return invoke$j('IndexedDb.getHandle', uri);
|
|
5225
5225
|
};
|
|
5226
5226
|
|
|
5227
5227
|
const saveValue = async (sessionId, value) => {
|
|
@@ -5582,7 +5582,7 @@ const watchFilesForHotReload = async platform => {
|
|
|
5582
5582
|
if (config.length === 0) {
|
|
5583
5583
|
return;
|
|
5584
5584
|
}
|
|
5585
|
-
await invoke$
|
|
5585
|
+
await invoke$k('ExtensionHost.watchForHotReload', config);
|
|
5586
5586
|
} catch (error) {
|
|
5587
5587
|
console.warn(`Failed to watch ${error}`);
|
|
5588
5588
|
}
|
|
@@ -5700,7 +5700,7 @@ const startup = async () => {
|
|
|
5700
5700
|
const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
|
|
5701
5701
|
commands.push(...placeholderCommands);
|
|
5702
5702
|
commands.push(['Viewlet.appendToBody', layout.uid]);
|
|
5703
|
-
await invoke$
|
|
5703
|
+
await invoke$m('Viewlet.executeCommands', commands);
|
|
5704
5704
|
// await Layout.hydrate(initData)
|
|
5705
5705
|
mark(DidShowLayout);
|
|
5706
5706
|
mark(WillLoadLanguages);
|
|
@@ -6363,10 +6363,10 @@ const GetColorThemeCssCachedLocalStorage = {
|
|
|
6363
6363
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
6364
6364
|
|
|
6365
6365
|
const set$8 = async (key, value) => {
|
|
6366
|
-
await invoke$
|
|
6366
|
+
await invoke$j('IndexedDb.set', key, value);
|
|
6367
6367
|
};
|
|
6368
6368
|
const get$7 = async key => {
|
|
6369
|
-
return invoke$
|
|
6369
|
+
return invoke$j('IndexedDb.get', key);
|
|
6370
6370
|
};
|
|
6371
6371
|
|
|
6372
6372
|
const getCacheKey = colorThemeId => {
|
|
@@ -6441,7 +6441,7 @@ const get$4 = () => {
|
|
|
6441
6441
|
};
|
|
6442
6442
|
|
|
6443
6443
|
const addWebExtension = async path => {
|
|
6444
|
-
const manifest = await invoke$
|
|
6444
|
+
const manifest = await invoke$j('Extensions.addWebExtension', path);
|
|
6445
6445
|
// TODO avoid side effect here
|
|
6446
6446
|
if (manifest.languages) {
|
|
6447
6447
|
for (const language of manifest.languages) {
|
|
@@ -6555,7 +6555,7 @@ const handleRejectedExtensions = async extensions => {
|
|
|
6555
6555
|
}
|
|
6556
6556
|
};
|
|
6557
6557
|
const getExtensions$1 = async () => {
|
|
6558
|
-
return invoke$
|
|
6558
|
+
return invoke$j('Extensions.getExtensions');
|
|
6559
6559
|
};
|
|
6560
6560
|
const addNodeExtension = async path => {
|
|
6561
6561
|
// TODO add support for dynamically loading node extensions
|
|
@@ -6597,13 +6597,13 @@ const state$l = {
|
|
|
6597
6597
|
const actuallyActivateExtension = async extension => {
|
|
6598
6598
|
if (!(extension.id in state$l.activatedExtensions)) {
|
|
6599
6599
|
const absolutePath = getExtensionAbsolutePath(extension.id, extension.isWeb, extension.builtin, extension.path, extension.browser, origin, platform);
|
|
6600
|
-
state$l.activatedExtensions[extension.id] = invoke$
|
|
6600
|
+
state$l.activatedExtensions[extension.id] = invoke$j(ExtensionActivate, extension, absolutePath);
|
|
6601
6601
|
}
|
|
6602
6602
|
return state$l.activatedExtensions[extension.id];
|
|
6603
6603
|
};
|
|
6604
6604
|
const actuallyActivateByEvent = async event => {
|
|
6605
6605
|
// TODO should not query extensions multiple times
|
|
6606
|
-
const extensions = await invoke$
|
|
6606
|
+
const extensions = await invoke$j('Extensions.getExtensions');
|
|
6607
6607
|
const {
|
|
6608
6608
|
resolved,
|
|
6609
6609
|
rejected
|
|
@@ -6649,7 +6649,7 @@ const executeProviders = async ({
|
|
|
6649
6649
|
combineResults
|
|
6650
6650
|
}) => {
|
|
6651
6651
|
await activateByEvent(event);
|
|
6652
|
-
const result = await invoke$
|
|
6652
|
+
const result = await invoke$j(method, ...params);
|
|
6653
6653
|
return result;
|
|
6654
6654
|
};
|
|
6655
6655
|
const executeProvider = async ({
|
|
@@ -6659,14 +6659,14 @@ const executeProvider = async ({
|
|
|
6659
6659
|
noProviderFoundMessage
|
|
6660
6660
|
}) => {
|
|
6661
6661
|
await activateByEvent(event);
|
|
6662
|
-
const result = invoke$
|
|
6662
|
+
const result = invoke$j(method, ...params);
|
|
6663
6663
|
return result;
|
|
6664
6664
|
};
|
|
6665
6665
|
const execute$3 = async ({
|
|
6666
6666
|
method,
|
|
6667
6667
|
params
|
|
6668
6668
|
}) => {
|
|
6669
|
-
await invoke$
|
|
6669
|
+
await invoke$j(method, ...params);
|
|
6670
6670
|
};
|
|
6671
6671
|
|
|
6672
6672
|
const readFile$e = uri => {
|
|
@@ -6886,37 +6886,37 @@ const FileSystemData = {
|
|
|
6886
6886
|
|
|
6887
6887
|
const name$2o = 'Memory';
|
|
6888
6888
|
const readFile$b = uri => {
|
|
6889
|
-
return invoke$
|
|
6889
|
+
return invoke$j('FileSystemMemory.readFile', uri);
|
|
6890
6890
|
};
|
|
6891
6891
|
const writeFile$b = (uri, content) => {
|
|
6892
|
-
return invoke$
|
|
6892
|
+
return invoke$j('FileSystemMemory.writeFile', uri, content);
|
|
6893
6893
|
};
|
|
6894
6894
|
const mkdir$4 = uri => {
|
|
6895
|
-
return invoke$
|
|
6895
|
+
return invoke$j('FileSystemMemory.mkdir', uri);
|
|
6896
6896
|
};
|
|
6897
6897
|
const getPathSeparator$5 = () => {
|
|
6898
6898
|
return Slash;
|
|
6899
6899
|
};
|
|
6900
6900
|
const remove$4 = uri => {
|
|
6901
|
-
return invoke$
|
|
6901
|
+
return invoke$j('FileSystemMemory.remove', uri);
|
|
6902
6902
|
};
|
|
6903
6903
|
const readDirWithFileTypes$5 = uri => {
|
|
6904
|
-
return invoke$
|
|
6904
|
+
return invoke$j('FileSystemMemory.readDirWithFileTypes', uri);
|
|
6905
6905
|
};
|
|
6906
6906
|
const getBlobUrl$2 = uri => {
|
|
6907
|
-
return invoke$
|
|
6907
|
+
return invoke$j('FileSystemMemory.getBlobUrl', uri);
|
|
6908
6908
|
};
|
|
6909
6909
|
const getBlob$5 = async uri => {
|
|
6910
|
-
return invoke$
|
|
6910
|
+
return invoke$j('FileSystemMemory.getBlob', uri);
|
|
6911
6911
|
};
|
|
6912
6912
|
const chmod$3 = (path, permissions) => {
|
|
6913
|
-
return invoke$
|
|
6913
|
+
return invoke$j('FileSystemMemory.chmod', path, permissions);
|
|
6914
6914
|
};
|
|
6915
6915
|
const rename$3 = (oldPath, newPath) => {
|
|
6916
|
-
return invoke$
|
|
6916
|
+
return invoke$j('FileSystemMemory.rename', oldPath, newPath);
|
|
6917
6917
|
};
|
|
6918
6918
|
const getFiles$1 = () => {
|
|
6919
|
-
return invoke$
|
|
6919
|
+
return invoke$j('FileSystemMemory.getFiles');
|
|
6920
6920
|
};
|
|
6921
6921
|
|
|
6922
6922
|
const FileSystemMemory = {
|
|
@@ -7237,28 +7237,28 @@ const state$j = {
|
|
|
7237
7237
|
files: Object.create(null)
|
|
7238
7238
|
};
|
|
7239
7239
|
const readFile$9 = async uri => {
|
|
7240
|
-
return invoke$
|
|
7240
|
+
return invoke$j('FileSystemFetch.readFile', uri);
|
|
7241
7241
|
};
|
|
7242
7242
|
const writeFile$9 = (uri, content) => {
|
|
7243
|
-
return invoke$
|
|
7243
|
+
return invoke$j('FileSystemFetch.writeFile', uri);
|
|
7244
7244
|
};
|
|
7245
7245
|
const mkdir$2 = uri => {
|
|
7246
|
-
return invoke$
|
|
7246
|
+
return invoke$j('FileSystemFetch.mkdir', uri);
|
|
7247
7247
|
};
|
|
7248
7248
|
const getPathSeparator$3 = () => {
|
|
7249
7249
|
return Slash;
|
|
7250
7250
|
};
|
|
7251
7251
|
const remove$2 = uri => {
|
|
7252
|
-
return invoke$
|
|
7252
|
+
return invoke$j('FileSystemFetch.remove', uri);
|
|
7253
7253
|
};
|
|
7254
7254
|
const readDirWithFileTypes$3 = async uri => {
|
|
7255
|
-
return invoke$
|
|
7255
|
+
return invoke$j('FileSystemFetch.readDirWithFileTypes', uri);
|
|
7256
7256
|
};
|
|
7257
7257
|
const chmod$2 = (path, permissions) => {
|
|
7258
|
-
return invoke$
|
|
7258
|
+
return invoke$j('FileSystemFetch.chmod', path, permissions);
|
|
7259
7259
|
};
|
|
7260
7260
|
const getBlob$4 = async (uri, type) => {
|
|
7261
|
-
return invoke$
|
|
7261
|
+
return invoke$j('FileSystemFetch.getBlob', uri, type);
|
|
7262
7262
|
};
|
|
7263
7263
|
|
|
7264
7264
|
const FileSystemFetch = {
|
|
@@ -7278,7 +7278,7 @@ const FileSystemFetch = {
|
|
|
7278
7278
|
|
|
7279
7279
|
const fileSystemWorkerUrl = `${assetDir}/packages/file-system-worker/dist/fileSystemWorkerMain.js`;
|
|
7280
7280
|
|
|
7281
|
-
const getConfiguredWorkerUrl$
|
|
7281
|
+
const getConfiguredWorkerUrl$f = () => {
|
|
7282
7282
|
let configuredWorkerUrl = get$e('develop.fileSystemWorkerPath') || '';
|
|
7283
7283
|
if (configuredWorkerUrl) {
|
|
7284
7284
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -7294,15 +7294,15 @@ const launchFileSystemWorker = async () => {
|
|
|
7294
7294
|
const ipc = await create$13({
|
|
7295
7295
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
7296
7296
|
name,
|
|
7297
|
-
url: getConfiguredWorkerUrl$
|
|
7297
|
+
url: getConfiguredWorkerUrl$f()
|
|
7298
7298
|
});
|
|
7299
7299
|
handleIpc(ipc);
|
|
7300
|
-
await invoke$
|
|
7300
|
+
await invoke$n(ipc, 'Initialize.initialize', platform);
|
|
7301
7301
|
return ipc;
|
|
7302
7302
|
};
|
|
7303
7303
|
|
|
7304
7304
|
const {
|
|
7305
|
-
invoke: invoke$
|
|
7305
|
+
invoke: invoke$h} = getOrCreateWorker(launchFileSystemWorker);
|
|
7306
7306
|
|
|
7307
7307
|
const getRemoteSrc = uri => {
|
|
7308
7308
|
const src = `/remote${uri}`;
|
|
@@ -7319,37 +7319,37 @@ const toUri = item => {
|
|
|
7319
7319
|
const copy$4 = (source, target) => {
|
|
7320
7320
|
source = toUri(source);
|
|
7321
7321
|
target = toUri(target);
|
|
7322
|
-
return invoke$
|
|
7322
|
+
return invoke$h('FileSystem.copy', /* source */source, /* target */target);
|
|
7323
7323
|
};
|
|
7324
7324
|
const readFile$8 = (path, encoding) => {
|
|
7325
7325
|
path = toUri(path);
|
|
7326
|
-
return invoke$
|
|
7326
|
+
return invoke$h('FileSystem.readFile', /* path */path, /* encoding */encoding);
|
|
7327
7327
|
};
|
|
7328
7328
|
const readJson$2 = path => {
|
|
7329
7329
|
path = toUri(path);
|
|
7330
|
-
return invoke$
|
|
7330
|
+
return invoke$h('FileSystem.readJson', /* path */path);
|
|
7331
7331
|
};
|
|
7332
7332
|
const remove$1 = path => {
|
|
7333
7333
|
path = toUri(path);
|
|
7334
|
-
return invoke$
|
|
7334
|
+
return invoke$h('FileSystem.remove', /* path */path);
|
|
7335
7335
|
};
|
|
7336
7336
|
const rename$1 = (oldUri, newUri) => {
|
|
7337
7337
|
oldUri = toUri(oldUri);
|
|
7338
7338
|
newUri = toUri(newUri);
|
|
7339
|
-
return invoke$
|
|
7339
|
+
return invoke$h('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
|
|
7340
7340
|
};
|
|
7341
7341
|
const mkdir$1 = path => {
|
|
7342
7342
|
path = toUri(path);
|
|
7343
|
-
return invoke$
|
|
7343
|
+
return invoke$h('FileSystem.mkdir', /* path */path);
|
|
7344
7344
|
};
|
|
7345
7345
|
const writeFile$8 = async (path, content, encoding) => {
|
|
7346
7346
|
path = toUri(path);
|
|
7347
|
-
await invoke$
|
|
7347
|
+
await invoke$h(/* FileSystem.writeFile */'FileSystem.writeFile', /* path */path, /* content */content, /* encoding */encoding);
|
|
7348
7348
|
};
|
|
7349
7349
|
const ensureFile = async () => {};
|
|
7350
7350
|
const readDirWithFileTypes$2 = path => {
|
|
7351
7351
|
path = toUri(path);
|
|
7352
|
-
return invoke$
|
|
7352
|
+
return invoke$h('FileSystem.readDirWithFileTypes', /* path */path);
|
|
7353
7353
|
};
|
|
7354
7354
|
const getBlobUrl$1 = path => {
|
|
7355
7355
|
if (!path.startsWith('/')) {
|
|
@@ -7358,7 +7358,7 @@ const getBlobUrl$1 = path => {
|
|
|
7358
7358
|
return getRemoteSrc(path);
|
|
7359
7359
|
};
|
|
7360
7360
|
const getBlob$3 = async (path, type) => {
|
|
7361
|
-
const content = await invoke$
|
|
7361
|
+
const content = await invoke$h('FileSystem.readFileAsBuffer', path);
|
|
7362
7362
|
const array = new Uint8Array(content.data);
|
|
7363
7363
|
const blob = new Blob([array], {
|
|
7364
7364
|
type
|
|
@@ -7369,22 +7369,22 @@ const getPathSeparator$2 = () => {
|
|
|
7369
7369
|
if (platform === Web$1) {
|
|
7370
7370
|
return Slash;
|
|
7371
7371
|
}
|
|
7372
|
-
return invoke$
|
|
7372
|
+
return invoke$h('FileSystem.getPathSeparator');
|
|
7373
7373
|
};
|
|
7374
7374
|
const getRealPath = path => {
|
|
7375
|
-
return invoke$
|
|
7375
|
+
return invoke$h('FileSystem.getRealPath', /* path */path);
|
|
7376
7376
|
};
|
|
7377
7377
|
const stat = path => {
|
|
7378
7378
|
path = toUri(path);
|
|
7379
|
-
return invoke$
|
|
7379
|
+
return invoke$h('FileSystem.stat', /* path */path);
|
|
7380
7380
|
};
|
|
7381
7381
|
const getFolderSize = path => {
|
|
7382
7382
|
path = toUri(path);
|
|
7383
|
-
return invoke$
|
|
7383
|
+
return invoke$h('FileSystemDisk.getFolderSize', /* path */path);
|
|
7384
7384
|
};
|
|
7385
7385
|
const chmod$1 = (path, permissions) => {
|
|
7386
7386
|
path = toUri(path);
|
|
7387
|
-
return invoke$
|
|
7387
|
+
return invoke$h('FileSystem.chmod', /* path */path, /* permissions */permissions);
|
|
7388
7388
|
};
|
|
7389
7389
|
const canBeRestored$2 = true;
|
|
7390
7390
|
|
|
@@ -7535,7 +7535,7 @@ const requestPermission = async (handle, options) => {
|
|
|
7535
7535
|
// query permission, but from renderer process
|
|
7536
7536
|
// because handle.requestPermission is not implemented
|
|
7537
7537
|
// in a worker, see https://github.com/WICG/file-system-access/issues/289
|
|
7538
|
-
const permissionTypeNow = await invoke$
|
|
7538
|
+
const permissionTypeNow = await invoke$m('FileSystemHandle.requestPermission', handle, options);
|
|
7539
7539
|
return permissionTypeNow;
|
|
7540
7540
|
};
|
|
7541
7541
|
const queryPermission = async (handle, options) => {
|
|
@@ -7761,7 +7761,7 @@ const FileSystemHtml = {
|
|
|
7761
7761
|
|
|
7762
7762
|
const debugWorkerUrl = `${assetDir}/packages/debug-worker/dist/debugWorkerMain.js`;
|
|
7763
7763
|
|
|
7764
|
-
const getConfiguredWorkerUrl$
|
|
7764
|
+
const getConfiguredWorkerUrl$e = () => {
|
|
7765
7765
|
let configuredWorkerUrl = get$e('develop.debugWorkerPath') || '';
|
|
7766
7766
|
if (configuredWorkerUrl) {
|
|
7767
7767
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -7777,21 +7777,21 @@ const launchDebugWorker = async () => {
|
|
|
7777
7777
|
const ipc = await create$13({
|
|
7778
7778
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
7779
7779
|
name,
|
|
7780
|
-
url: getConfiguredWorkerUrl$
|
|
7780
|
+
url: getConfiguredWorkerUrl$e()
|
|
7781
7781
|
});
|
|
7782
7782
|
handleIpc(ipc);
|
|
7783
|
-
await invoke$
|
|
7783
|
+
await invoke$n(ipc, 'Initialize.initialize');
|
|
7784
7784
|
return ipc;
|
|
7785
7785
|
};
|
|
7786
7786
|
|
|
7787
7787
|
const {
|
|
7788
|
-
invoke: invoke$
|
|
7788
|
+
invoke: invoke$g,
|
|
7789
7789
|
restart: restart$8
|
|
7790
7790
|
} = getOrCreateWorker(launchDebugWorker);
|
|
7791
7791
|
|
|
7792
7792
|
const name$2k = 'Debug';
|
|
7793
7793
|
const readFile$6 = uri => {
|
|
7794
|
-
return invoke$
|
|
7794
|
+
return invoke$g('RunAndDebug.readFile', uri);
|
|
7795
7795
|
};
|
|
7796
7796
|
const writeFile$6 = (uri, content) => {
|
|
7797
7797
|
throw new Error('not implemented');
|
|
@@ -8176,7 +8176,7 @@ const TryToGetActualImportErrorMessage = {
|
|
|
8176
8176
|
|
|
8177
8177
|
const aboutViewWorkerUrl = `${assetDir}/packages/about-view-worker/dist/aboutWorkerMain.js`;
|
|
8178
8178
|
|
|
8179
|
-
const getConfiguredWorkerUrl$
|
|
8179
|
+
const getConfiguredWorkerUrl$d = () => {
|
|
8180
8180
|
let configuredWorkerUrl = get$e('develop.aboutViewWorkerPath') || '';
|
|
8181
8181
|
if (configuredWorkerUrl) {
|
|
8182
8182
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -8192,18 +8192,18 @@ const launchAboutViewWorker = async () => {
|
|
|
8192
8192
|
const ipc = await create$13({
|
|
8193
8193
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
8194
8194
|
name,
|
|
8195
|
-
url: getConfiguredWorkerUrl$
|
|
8195
|
+
url: getConfiguredWorkerUrl$d()
|
|
8196
8196
|
});
|
|
8197
8197
|
handleIpc(ipc);
|
|
8198
8198
|
return ipc;
|
|
8199
8199
|
};
|
|
8200
8200
|
|
|
8201
8201
|
const {
|
|
8202
|
-
invoke: invoke$
|
|
8202
|
+
invoke: invoke$f
|
|
8203
8203
|
} = getOrCreateWorker(launchAboutViewWorker);
|
|
8204
8204
|
|
|
8205
8205
|
const showAboutElectron = async () => {
|
|
8206
|
-
return invoke$
|
|
8206
|
+
return invoke$f('About.showAboutElectron');
|
|
8207
8207
|
};
|
|
8208
8208
|
|
|
8209
8209
|
const showAboutDefault = async () => {
|
|
@@ -8313,7 +8313,7 @@ const Ajax_ipc = {
|
|
|
8313
8313
|
|
|
8314
8314
|
const playBell = async () => {
|
|
8315
8315
|
const src = '/sounds/bell.oga';
|
|
8316
|
-
await invoke$
|
|
8316
|
+
await invoke$m(/* Audio.play */3211, /* src */src);
|
|
8317
8317
|
};
|
|
8318
8318
|
|
|
8319
8319
|
const name$2h = 'Audio';
|
|
@@ -8380,11 +8380,11 @@ const promptRestart = () => {
|
|
|
8380
8380
|
};
|
|
8381
8381
|
|
|
8382
8382
|
const getAutoUpdateType = () => {
|
|
8383
|
-
return invoke$
|
|
8383
|
+
return invoke$k('AutoUpdater.getAutoUpdateType');
|
|
8384
8384
|
};
|
|
8385
8385
|
|
|
8386
8386
|
const getLatestVersion = () => {
|
|
8387
|
-
return invoke$
|
|
8387
|
+
return invoke$k('AutoUpdater.getLatestVersion');
|
|
8388
8388
|
};
|
|
8389
8389
|
|
|
8390
8390
|
const checkForUpdates$1 = async () => {
|
|
@@ -8469,14 +8469,14 @@ const GetEditorSourceActions_ipc = {
|
|
|
8469
8469
|
};
|
|
8470
8470
|
|
|
8471
8471
|
const getFileHandles = ids => {
|
|
8472
|
-
return invoke$
|
|
8472
|
+
return invoke$m('FileHandles.get', ids);
|
|
8473
8473
|
};
|
|
8474
8474
|
const addFileHandle = fileHandle => {
|
|
8475
|
-
return invoke$
|
|
8475
|
+
return invoke$m('FileSystemHandle.addFileHandle', fileHandle);
|
|
8476
8476
|
};
|
|
8477
8477
|
|
|
8478
8478
|
const getFilePathElectron = async file => {
|
|
8479
|
-
return invoke$
|
|
8479
|
+
return invoke$m('GetFilePathElectron.getFilePathElectron', file);
|
|
8480
8480
|
};
|
|
8481
8481
|
|
|
8482
8482
|
const name$2e = 'FileSystemHandle';
|
|
@@ -8670,10 +8670,10 @@ const applyLegacyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
8670
8670
|
array(ranges);
|
|
8671
8671
|
string(replacement);
|
|
8672
8672
|
if (isSpecialScheme(files)) {
|
|
8673
|
-
await invoke$
|
|
8673
|
+
await invoke$j('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
|
|
8674
8674
|
return;
|
|
8675
8675
|
}
|
|
8676
|
-
await invoke$
|
|
8676
|
+
await invoke$k('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
|
|
8677
8677
|
};
|
|
8678
8678
|
|
|
8679
8679
|
const applyFileReplacement = async edit => {
|
|
@@ -8907,36 +8907,46 @@ const Chrome_ipc = {
|
|
|
8907
8907
|
name: name$29
|
|
8908
8908
|
};
|
|
8909
8909
|
|
|
8910
|
-
const
|
|
8911
|
-
|
|
8912
|
-
|
|
8913
|
-
|
|
8914
|
-
|
|
8915
|
-
|
|
8916
|
-
throw new VError('Failed to read text from clipboard: The Browser disallowed reading from clipboard');
|
|
8917
|
-
}
|
|
8918
|
-
if (
|
|
8919
|
-
// @ts-ignore
|
|
8920
|
-
error.message === 'navigator.clipboard.readText is not a function') {
|
|
8921
|
-
throw new VError('Failed to read text from clipboard: The Clipboard Api is not available in Firefox');
|
|
8922
|
-
}
|
|
8923
|
-
throw new VError(error, 'Failed to read text from clipboard');
|
|
8910
|
+
const clipBoardWorkerUrl = `${assetDir}/packages/clipboard-worker/dist/clipBoardWorkerMain.js`;
|
|
8911
|
+
|
|
8912
|
+
const getConfiguredWorkerUrl$c = () => {
|
|
8913
|
+
let configuredWorkerUrl = get$e('develop.clipBoardWorkerPath') || '';
|
|
8914
|
+
if (configuredWorkerUrl) {
|
|
8915
|
+
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
8924
8916
|
}
|
|
8917
|
+
configuredWorkerUrl = configuredWorkerUrl || clipBoardWorkerUrl;
|
|
8918
|
+
{
|
|
8919
|
+
configuredWorkerUrl = clipBoardWorkerUrl;
|
|
8920
|
+
}
|
|
8921
|
+
return configuredWorkerUrl;
|
|
8922
|
+
};
|
|
8923
|
+
const launchClipBoardWorker = async () => {
|
|
8924
|
+
const name = 'ClipBoard Worker';
|
|
8925
|
+
const ipc = await create$13({
|
|
8926
|
+
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
8927
|
+
name,
|
|
8928
|
+
url: getConfiguredWorkerUrl$c()
|
|
8929
|
+
});
|
|
8930
|
+
handleIpc(ipc);
|
|
8931
|
+
await invoke$n(ipc, 'ClipBoard.initialize', platform);
|
|
8932
|
+
return ipc;
|
|
8933
|
+
};
|
|
8934
|
+
|
|
8935
|
+
const {
|
|
8936
|
+
invoke: invoke$e} = getOrCreateWorker(launchClipBoardWorker);
|
|
8937
|
+
|
|
8938
|
+
const readText = async () => {
|
|
8939
|
+
return await invoke$e('ClipBoard.readText');
|
|
8925
8940
|
};
|
|
8926
8941
|
const writeText$1 = async text => {
|
|
8927
|
-
|
|
8928
|
-
string(text);
|
|
8929
|
-
await invoke$l('ClipBoard.writeText', /* text */text);
|
|
8930
|
-
} catch (error) {
|
|
8931
|
-
throw new VError(error, 'Failed to write text to clipboard');
|
|
8932
|
-
}
|
|
8942
|
+
return await invoke$e('ClipBoard.writeText', text);
|
|
8933
8943
|
};
|
|
8934
8944
|
const writeNativeFiles = async (type, files) => {
|
|
8935
8945
|
try {
|
|
8936
8946
|
if (platform === Web$1) {
|
|
8937
8947
|
throw new Error('not supported');
|
|
8938
8948
|
}
|
|
8939
|
-
await invoke$
|
|
8949
|
+
await invoke$k(/* command */'ClipBoard.writeFiles', /* type */type, /* files */files);
|
|
8940
8950
|
} catch (error) {
|
|
8941
8951
|
throw new VError(error, 'Failed to write files to native clipboard');
|
|
8942
8952
|
}
|
|
@@ -8946,21 +8956,21 @@ const readNativeFiles = async () => {
|
|
|
8946
8956
|
if (platform === Web$1) {
|
|
8947
8957
|
throw new Error('not supported');
|
|
8948
8958
|
}
|
|
8949
|
-
return await invoke$
|
|
8959
|
+
return await invoke$k(/* command */'ClipBoard.readFiles');
|
|
8950
8960
|
} catch (error) {
|
|
8951
8961
|
throw new VError(error, 'Failed to read files from native clipboard');
|
|
8952
8962
|
}
|
|
8953
8963
|
};
|
|
8954
8964
|
const writeImage = async blob => {
|
|
8955
8965
|
try {
|
|
8956
|
-
return await invoke$
|
|
8966
|
+
return await invoke$m('ClipBoard.writeImage', blob);
|
|
8957
8967
|
} catch (error) {
|
|
8958
8968
|
throw new VError(error, 'Failed to write image to clipboard');
|
|
8959
8969
|
}
|
|
8960
8970
|
};
|
|
8961
8971
|
const execCopy = async () => {
|
|
8962
8972
|
try {
|
|
8963
|
-
return await invoke$
|
|
8973
|
+
return await invoke$m('ClipBoard.execCopy');
|
|
8964
8974
|
} catch (error) {
|
|
8965
8975
|
throw new VError(error, 'Failed to copy selected text');
|
|
8966
8976
|
}
|
|
@@ -8983,7 +8993,7 @@ const ClipBoard_ipc = {
|
|
|
8983
8993
|
};
|
|
8984
8994
|
|
|
8985
8995
|
const getColorThemeNames = async () => {
|
|
8986
|
-
return invoke$
|
|
8996
|
+
return invoke$j('ColorTheme.getColorThemeNames');
|
|
8987
8997
|
};
|
|
8988
8998
|
|
|
8989
8999
|
const name$27 = 'ColorTheme';
|
|
@@ -9006,7 +9016,7 @@ const getProductNameLong = () => {
|
|
|
9006
9016
|
};
|
|
9007
9017
|
|
|
9008
9018
|
const showOpenDialog = (title, properties) => {
|
|
9009
|
-
return invoke$
|
|
9019
|
+
return invoke$k('ElectronDialog.showOpenDialog', title, properties);
|
|
9010
9020
|
};
|
|
9011
9021
|
const showMessageBox = async options => {
|
|
9012
9022
|
// TODO maybe request window id here instead of at caller
|
|
@@ -9018,7 +9028,7 @@ const showMessageBox = async options => {
|
|
|
9018
9028
|
productName,
|
|
9019
9029
|
windowId
|
|
9020
9030
|
};
|
|
9021
|
-
return invoke$
|
|
9031
|
+
return invoke$k('ElectronDialog.showMessageBox', finalOptions);
|
|
9022
9032
|
};
|
|
9023
9033
|
|
|
9024
9034
|
const Question = 'question';
|
|
@@ -9035,7 +9045,7 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
|
|
|
9035
9045
|
};
|
|
9036
9046
|
|
|
9037
9047
|
const prompt$2 = async (message, confirmMessage, title) => {
|
|
9038
|
-
const result = await invoke$
|
|
9048
|
+
const result = await invoke$m('ConfirmPrompt.prompt', message);
|
|
9039
9049
|
return result;
|
|
9040
9050
|
};
|
|
9041
9051
|
|
|
@@ -9079,21 +9089,21 @@ const ConfirmPrompt_ipc = {
|
|
|
9079
9089
|
};
|
|
9080
9090
|
|
|
9081
9091
|
const startRecording = options => {
|
|
9082
|
-
return invoke$
|
|
9092
|
+
return invoke$k('ElectronContentTracing.startRecording', options);
|
|
9083
9093
|
};
|
|
9084
9094
|
|
|
9085
9095
|
/**
|
|
9086
9096
|
* @returns {Promise<string>}
|
|
9087
9097
|
*/
|
|
9088
9098
|
const stopRecording = () => {
|
|
9089
|
-
return invoke$
|
|
9099
|
+
return invoke$k('ElectronContentTracing.stopRecording');
|
|
9090
9100
|
};
|
|
9091
9101
|
|
|
9092
9102
|
const showItemInFolder = fullPath => {
|
|
9093
|
-
return invoke$
|
|
9103
|
+
return invoke$k('OpenExternal.showItemInFolder', fullPath);
|
|
9094
9104
|
};
|
|
9095
9105
|
const openExternal$2 = url => {
|
|
9096
|
-
return invoke$
|
|
9106
|
+
return invoke$k('OpenExternal.openExternal', url);
|
|
9097
9107
|
};
|
|
9098
9108
|
|
|
9099
9109
|
const openNativeFolderWeb = absolutePath => {
|
|
@@ -9101,7 +9111,7 @@ const openNativeFolderWeb = absolutePath => {
|
|
|
9101
9111
|
};
|
|
9102
9112
|
const openNativeFolderRemote = async absolutePath => {
|
|
9103
9113
|
try {
|
|
9104
|
-
await invoke$
|
|
9114
|
+
await invoke$k(OpenNativeFolder, /* path */absolutePath);
|
|
9105
9115
|
} catch (error) {
|
|
9106
9116
|
throw new VError(error, `Failed to open folder ${absolutePath}`);
|
|
9107
9117
|
}
|
|
@@ -9214,26 +9224,26 @@ const Debug_ipc = {
|
|
|
9214
9224
|
|
|
9215
9225
|
const attachDebugger = async pid => {
|
|
9216
9226
|
number(pid);
|
|
9217
|
-
await invoke$
|
|
9227
|
+
await invoke$k('AttachDebugger.attachDebugger', pid);
|
|
9218
9228
|
};
|
|
9219
9229
|
|
|
9220
9230
|
const getPid = () => {
|
|
9221
|
-
return invoke$
|
|
9231
|
+
return invoke$k('Process.getPid');
|
|
9222
9232
|
};
|
|
9223
9233
|
const getElectronVersion = () => {
|
|
9224
|
-
return invoke$
|
|
9234
|
+
return invoke$k('ElectronProcess.getElectronVersion');
|
|
9225
9235
|
};
|
|
9226
9236
|
const getNodeVersion = () => {
|
|
9227
|
-
return invoke$
|
|
9237
|
+
return invoke$k('Process.getNodeVersion');
|
|
9228
9238
|
};
|
|
9229
9239
|
const getChromeVersion = () => {
|
|
9230
|
-
return invoke$
|
|
9240
|
+
return invoke$k('ElectronProcess.getChromeVersion');
|
|
9231
9241
|
};
|
|
9232
9242
|
const getV8Version = () => {
|
|
9233
|
-
return invoke$
|
|
9243
|
+
return invoke$k('Process.getV8Version');
|
|
9234
9244
|
};
|
|
9235
9245
|
const getArch = () => {
|
|
9236
|
-
return invoke$
|
|
9246
|
+
return invoke$k('Process.getArch');
|
|
9237
9247
|
};
|
|
9238
9248
|
|
|
9239
9249
|
const debugSharedProcess = async () => {
|
|
@@ -9253,10 +9263,10 @@ const DebugSharedProcess_ipc = {
|
|
|
9253
9263
|
};
|
|
9254
9264
|
|
|
9255
9265
|
const crashSharedProcess = () => {
|
|
9256
|
-
return invoke$
|
|
9266
|
+
return invoke$k('Crash.crashSharedProcess');
|
|
9257
9267
|
};
|
|
9258
9268
|
const crashMainProcess = () => {
|
|
9259
|
-
return invoke$
|
|
9269
|
+
return invoke$k('Crash.crashMainProcess');
|
|
9260
9270
|
};
|
|
9261
9271
|
|
|
9262
9272
|
const toggleDeveloperTools$1 = () => {
|
|
@@ -9272,7 +9282,7 @@ const openCacheFolder = async () => {
|
|
|
9272
9282
|
await openNativeFolder(cacheFolder);
|
|
9273
9283
|
};
|
|
9274
9284
|
const openDataFolder = async () => {
|
|
9275
|
-
const dataFolder = await invoke$
|
|
9285
|
+
const dataFolder = await invoke$k(/* Platform.getDataDir */'Platform.getDataDir');
|
|
9276
9286
|
await openNativeFolder(dataFolder);
|
|
9277
9287
|
};
|
|
9278
9288
|
const openLogsFolder = async () => {
|
|
@@ -9285,7 +9295,7 @@ const openLogsFolder = async () => {
|
|
|
9285
9295
|
};
|
|
9286
9296
|
|
|
9287
9297
|
const getPerformanceEntries = () => {
|
|
9288
|
-
return invoke$
|
|
9298
|
+
return invoke$k('ElectronDeveloper.getPerformanceEntries');
|
|
9289
9299
|
};
|
|
9290
9300
|
|
|
9291
9301
|
const toMarkdownTable = (header, rows) => {
|
|
@@ -9526,7 +9536,7 @@ const getNodeTiming = () => {
|
|
|
9526
9536
|
if (platform === Web$1) {
|
|
9527
9537
|
return undefined;
|
|
9528
9538
|
}
|
|
9529
|
-
return invoke$
|
|
9539
|
+
return invoke$k(/* command */'Performance.getNodeStartupTiming');
|
|
9530
9540
|
};
|
|
9531
9541
|
const getMeasureEntries = () => {
|
|
9532
9542
|
const measureEntries = getEntriesByType(Measure);
|
|
@@ -9615,13 +9625,13 @@ const formatRendererProcessData = ({
|
|
|
9615
9625
|
return toMarkdownTable(header, rows);
|
|
9616
9626
|
};
|
|
9617
9627
|
const getSharedProcessMemoryUsage = () => {
|
|
9618
|
-
return invoke$
|
|
9628
|
+
return invoke$k(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
|
|
9619
9629
|
};
|
|
9620
9630
|
const getPerformanceMemory = () => {
|
|
9621
|
-
return invoke$
|
|
9631
|
+
return invoke$m('Performance.getMemory');
|
|
9622
9632
|
};
|
|
9623
9633
|
const getPerformanceUserAgentSpecificMemory = () => {
|
|
9624
|
-
return invoke$
|
|
9634
|
+
return invoke$m('Performance.measureUserAgentSpecificMemory');
|
|
9625
9635
|
};
|
|
9626
9636
|
|
|
9627
9637
|
// TODO handle case when renderer process and renderer worker are same process communicating via messagePort
|
|
@@ -9670,13 +9680,13 @@ const showMemoryUsage = async () => {
|
|
|
9670
9680
|
|
|
9671
9681
|
// TODO not sure if this function is useful
|
|
9672
9682
|
const allocateMemoryInSharedProcess = () => {
|
|
9673
|
-
return invoke$
|
|
9683
|
+
return invoke$k(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
|
|
9674
9684
|
};
|
|
9675
9685
|
const createSharedProcessHeapSnapshot = async () => {
|
|
9676
|
-
await invoke$
|
|
9686
|
+
await invoke$k(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
|
|
9677
9687
|
};
|
|
9678
9688
|
const createSharedProcessProfile = async () => {
|
|
9679
|
-
await invoke$
|
|
9689
|
+
await invoke$k(/* Developer.createProfile */'Developer.createProfile');
|
|
9680
9690
|
};
|
|
9681
9691
|
const reloadIconTheme = async () => {
|
|
9682
9692
|
await hydrate$3();
|
|
@@ -9857,12 +9867,12 @@ const Dialog_ipc = {
|
|
|
9857
9867
|
const downloadFile = async (fileName, url) => {
|
|
9858
9868
|
string(fileName);
|
|
9859
9869
|
string(url);
|
|
9860
|
-
await invoke$
|
|
9870
|
+
await invoke$m(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
|
|
9861
9871
|
};
|
|
9862
9872
|
const downloadToDownloadsFolder = async (fileName, url) => {
|
|
9863
9873
|
const downloadFolder = await getDownloadDir();
|
|
9864
9874
|
const outFile = `${downloadFolder}/${fileName}`;
|
|
9865
|
-
await invoke$
|
|
9875
|
+
await invoke$k(DownloadDownload, /* url */url, /* outFile */outFile);
|
|
9866
9876
|
};
|
|
9867
9877
|
const downloadJson = async (json, fileName) => {
|
|
9868
9878
|
let url = '';
|
|
@@ -9883,7 +9893,7 @@ const downloadJson = async (json, fileName) => {
|
|
|
9883
9893
|
const downloadUrl = (url, outFile) => {
|
|
9884
9894
|
string(url);
|
|
9885
9895
|
string(outFile);
|
|
9886
|
-
return invoke$
|
|
9896
|
+
return invoke$k('Download.download', url, outFile);
|
|
9887
9897
|
};
|
|
9888
9898
|
|
|
9889
9899
|
const name$1$ = 'Download';
|
|
@@ -9961,7 +9971,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
9961
9971
|
const x$1 = x(editor, rowIndex, columnIndex);
|
|
9962
9972
|
// @ts-ignore
|
|
9963
9973
|
const y$1 = y(editor, rowIndex);
|
|
9964
|
-
await invoke$
|
|
9974
|
+
await invoke$m(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
9965
9975
|
};
|
|
9966
9976
|
|
|
9967
9977
|
const Commands$1T = {
|
|
@@ -10285,7 +10295,7 @@ const isAutoUpdateSupported = () => {
|
|
|
10285
10295
|
if (platform !== Electron$1) {
|
|
10286
10296
|
return false;
|
|
10287
10297
|
}
|
|
10288
|
-
return invoke$
|
|
10298
|
+
return invoke$k('IsAutoUpdateSupported.isAutoUpdateSupported');
|
|
10289
10299
|
};
|
|
10290
10300
|
|
|
10291
10301
|
const id$k = Help$1;
|
|
@@ -10696,7 +10706,7 @@ const state$g = {
|
|
|
10696
10706
|
};
|
|
10697
10707
|
const setItems = async items => {
|
|
10698
10708
|
const windowId = await getWindowId();
|
|
10699
|
-
return invoke$
|
|
10709
|
+
return invoke$k('ElectronApplicationMenu.setItems', windowId, items);
|
|
10700
10710
|
};
|
|
10701
10711
|
const getEntryMap = async modules => {
|
|
10702
10712
|
const map = Object.create(null);
|
|
@@ -10759,7 +10769,7 @@ const ElectronBrowserView_ipc = {
|
|
|
10759
10769
|
};
|
|
10760
10770
|
|
|
10761
10771
|
const writeText = text => {
|
|
10762
|
-
return invoke$
|
|
10772
|
+
return invoke$k('ElectronClipBoard.writeText', text);
|
|
10763
10773
|
};
|
|
10764
10774
|
|
|
10765
10775
|
const name$1X = 'ElectronClipBoard';
|
|
@@ -10818,7 +10828,7 @@ const ErrorHandling_ipc = {
|
|
|
10818
10828
|
};
|
|
10819
10829
|
|
|
10820
10830
|
const exit = () => {
|
|
10821
|
-
return invoke$
|
|
10831
|
+
return invoke$k('Exit.exit');
|
|
10822
10832
|
};
|
|
10823
10833
|
|
|
10824
10834
|
const name$1T = 'Exit';
|
|
@@ -10859,13 +10869,13 @@ const executeCommand = (id, ...args) => {
|
|
|
10859
10869
|
});
|
|
10860
10870
|
};
|
|
10861
10871
|
const searchFileWithFetch = (...args) => {
|
|
10862
|
-
return invoke$
|
|
10872
|
+
return invoke$j('SearchFileWithFetch.searchFileWithFetch', ...args);
|
|
10863
10873
|
};
|
|
10864
10874
|
const searchFileWithHtml = (...args) => {
|
|
10865
|
-
return invoke$
|
|
10875
|
+
return invoke$j('SearchFileWithHtml.searchFileWithHtml', ...args);
|
|
10866
10876
|
};
|
|
10867
10877
|
const searchFileWithMemory = (...args) => {
|
|
10868
|
-
return invoke$
|
|
10878
|
+
return invoke$j('SearchFileWithMemory.searchFileWithMemory', ...args);
|
|
10869
10879
|
};
|
|
10870
10880
|
|
|
10871
10881
|
const state$f = {
|
|
@@ -10958,7 +10968,7 @@ const Extensions_ipc = {
|
|
|
10958
10968
|
|
|
10959
10969
|
const showDirectoryPicker = async options => {
|
|
10960
10970
|
try {
|
|
10961
|
-
return await invoke$
|
|
10971
|
+
return await invoke$m('FilePicker.showDirectoryPicker', options);
|
|
10962
10972
|
} catch (error) {
|
|
10963
10973
|
if (error &&
|
|
10964
10974
|
// @ts-ignore
|
|
@@ -10969,11 +10979,11 @@ const showDirectoryPicker = async options => {
|
|
|
10969
10979
|
}
|
|
10970
10980
|
};
|
|
10971
10981
|
const showFilePicker = options => {
|
|
10972
|
-
return invoke$
|
|
10982
|
+
return invoke$m('FilePicker.showFilePicker', options);
|
|
10973
10983
|
};
|
|
10974
10984
|
const showSaveFilePicker = async options => {
|
|
10975
10985
|
try {
|
|
10976
|
-
return await invoke$
|
|
10986
|
+
return await invoke$m('FilePicker.showSaveFilePicker', options);
|
|
10977
10987
|
} catch (error) {
|
|
10978
10988
|
if (error &&
|
|
10979
10989
|
// @ts-ignore
|
|
@@ -11059,15 +11069,15 @@ const show$8 = async (uri, top, left) => {
|
|
|
11059
11069
|
if (version !== state$e.versionId) {
|
|
11060
11070
|
return;
|
|
11061
11071
|
}
|
|
11062
|
-
await invoke$
|
|
11072
|
+
await invoke$m(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
11063
11073
|
} catch (error) {
|
|
11064
11074
|
console.error(error);
|
|
11065
|
-
await invoke$
|
|
11075
|
+
await invoke$m(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
11066
11076
|
}
|
|
11067
11077
|
};
|
|
11068
11078
|
const hide$4 = async () => {
|
|
11069
11079
|
++state$e.versionId;
|
|
11070
|
-
await invoke$
|
|
11080
|
+
await invoke$m(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
|
|
11071
11081
|
};
|
|
11072
11082
|
|
|
11073
11083
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
@@ -12160,7 +12170,7 @@ const show$7 = async (x, y, id, mouseBlocking = false, ...args) => {
|
|
|
12160
12170
|
});
|
|
12161
12171
|
const visible = getVisible(menu.items, -1, false, menu.level);
|
|
12162
12172
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
12163
|
-
await invoke$
|
|
12173
|
+
await invoke$m(/* 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);
|
|
12164
12174
|
};
|
|
12165
12175
|
const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
12166
12176
|
// TODO delete old menus
|
|
@@ -12182,7 +12192,7 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
|
12182
12192
|
const height = getMenuHeight(subMenuItems);
|
|
12183
12193
|
const visible = getVisible(subMenu.items, -1, false, subMenu.level);
|
|
12184
12194
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
12185
|
-
invoke$
|
|
12195
|
+
invoke$m(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
|
|
12186
12196
|
};
|
|
12187
12197
|
const showSubMenu = async (level, index) => {
|
|
12188
12198
|
await showSubMenuAtEnter(level, index, -1, -1);
|
|
@@ -12242,7 +12252,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12242
12252
|
return;
|
|
12243
12253
|
}
|
|
12244
12254
|
state$b.menus = [];
|
|
12245
|
-
await invoke$
|
|
12255
|
+
await invoke$m(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
|
|
12246
12256
|
};
|
|
12247
12257
|
|
|
12248
12258
|
// TODO difference between focusing with mouse or keyboard
|
|
@@ -12252,7 +12262,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12252
12262
|
const hideSubMenus = async level => {
|
|
12253
12263
|
if (level < state$b.menus.length) {
|
|
12254
12264
|
state$b.menus = state$b.menus.slice(0, level + 1);
|
|
12255
|
-
await invoke$
|
|
12265
|
+
await invoke$m(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
|
|
12256
12266
|
}
|
|
12257
12267
|
};
|
|
12258
12268
|
const MENU_DELAY_TRIANGLE = 300;
|
|
@@ -12297,7 +12307,7 @@ const handleMouseLeave = async () => {
|
|
|
12297
12307
|
}
|
|
12298
12308
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12299
12309
|
menu.focusedIndex = -1;
|
|
12300
|
-
await invoke$
|
|
12310
|
+
await invoke$m(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
|
|
12301
12311
|
};
|
|
12302
12312
|
const focusIndex$5 = async (menu, index) => {
|
|
12303
12313
|
if (menu.items.length === 0) {
|
|
@@ -12305,7 +12315,7 @@ const focusIndex$5 = async (menu, index) => {
|
|
|
12305
12315
|
}
|
|
12306
12316
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12307
12317
|
menu.focusedIndex = index;
|
|
12308
|
-
await invoke$
|
|
12318
|
+
await invoke$m(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
|
|
12309
12319
|
};
|
|
12310
12320
|
const getIndexToFocusNextStartingAt = (items, startIndex) => {
|
|
12311
12321
|
for (let i = startIndex; i < startIndex + items.length; i++) {
|
|
@@ -12550,22 +12560,22 @@ const state$9 = {
|
|
|
12550
12560
|
focusedPart: PART_TITLE_BAR
|
|
12551
12561
|
};
|
|
12552
12562
|
const focusActivityBar = async () => {
|
|
12553
|
-
await invoke$
|
|
12563
|
+
await invoke$m(/* ActivityBar.focus */717115);
|
|
12554
12564
|
};
|
|
12555
12565
|
const focusStatusBar = async () => {
|
|
12556
|
-
await invoke$
|
|
12566
|
+
await invoke$m(/* StatusBar.focus */8882);
|
|
12557
12567
|
};
|
|
12558
12568
|
const focusPanel = async () => {
|
|
12559
|
-
await invoke$
|
|
12569
|
+
await invoke$m(/* Panel.focus */6664);
|
|
12560
12570
|
};
|
|
12561
12571
|
const focusSideBar = async () => {
|
|
12562
|
-
await invoke$
|
|
12572
|
+
await invoke$m(/* SideBar.focus */5554);
|
|
12563
12573
|
};
|
|
12564
12574
|
const focusTitleBar = async () => {
|
|
12565
|
-
await invoke$
|
|
12575
|
+
await invoke$m(/* TitleBar.focus */1331);
|
|
12566
12576
|
};
|
|
12567
12577
|
const focusMain = async () => {
|
|
12568
|
-
await invoke$
|
|
12578
|
+
await invoke$m(/* Main.focus */2145);
|
|
12569
12579
|
};
|
|
12570
12580
|
const focusPart = part => {
|
|
12571
12581
|
state$9.focusedPart = part;
|
|
@@ -12676,7 +12686,7 @@ const create$S = async (type, text) => {
|
|
|
12676
12686
|
type,
|
|
12677
12687
|
text
|
|
12678
12688
|
});
|
|
12679
|
-
await invoke$
|
|
12689
|
+
await invoke$m(/* Notification.create */'Notification.create', /* type */type, /* text */text);
|
|
12680
12690
|
};
|
|
12681
12691
|
const showWithOptions = async (type, text, options) => {
|
|
12682
12692
|
// @ts-ignore
|
|
@@ -12685,7 +12695,7 @@ const showWithOptions = async (type, text, options) => {
|
|
|
12685
12695
|
text,
|
|
12686
12696
|
options
|
|
12687
12697
|
});
|
|
12688
|
-
await invoke$
|
|
12698
|
+
await invoke$m(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
|
|
12689
12699
|
};
|
|
12690
12700
|
const handleClick$4 = index => {
|
|
12691
12701
|
console.log('handle click');
|
|
@@ -12701,7 +12711,7 @@ const handleClick$4 = index => {
|
|
|
12701
12711
|
});
|
|
12702
12712
|
};
|
|
12703
12713
|
const dispose$t = async id => {
|
|
12704
|
-
await invoke$
|
|
12714
|
+
await invoke$m(/* Notification.dispose */'Notification.dispose', /* id */id);
|
|
12705
12715
|
};
|
|
12706
12716
|
|
|
12707
12717
|
const name$1A = 'Notification';
|
|
@@ -12720,7 +12730,7 @@ const Notification_ipc = {
|
|
|
12720
12730
|
|
|
12721
12731
|
const openUrlWeb = async url => {
|
|
12722
12732
|
try {
|
|
12723
|
-
await invoke$
|
|
12733
|
+
await invoke$m(/* Open.openUrl */'Open.openUrl', /* url */url);
|
|
12724
12734
|
} catch (error) {
|
|
12725
12735
|
throw new VError(error, `Failed to open url ${url}`);
|
|
12726
12736
|
}
|
|
@@ -12793,7 +12803,7 @@ const Preferences_ipc = {
|
|
|
12793
12803
|
};
|
|
12794
12804
|
|
|
12795
12805
|
const prompt = (message, defaultValue) => {
|
|
12796
|
-
return invoke$
|
|
12806
|
+
return invoke$m('Prompt.prompt', message, defaultValue);
|
|
12797
12807
|
};
|
|
12798
12808
|
|
|
12799
12809
|
const name$1v = 'Prompt';
|
|
@@ -12808,7 +12818,7 @@ const Prompt_ipc = {
|
|
|
12808
12818
|
};
|
|
12809
12819
|
|
|
12810
12820
|
const rebuildNodePty = async () => {
|
|
12811
|
-
await invoke$
|
|
12821
|
+
await invoke$k('RebuildNodePty.rebuildNodePty');
|
|
12812
12822
|
};
|
|
12813
12823
|
|
|
12814
12824
|
const name$1u = 'RebuildNodePty';
|
|
@@ -12959,7 +12969,7 @@ const launchTestWorker = async () => {
|
|
|
12959
12969
|
|
|
12960
12970
|
const execute$1 = async href => {
|
|
12961
12971
|
const ipc = await launchTestWorker();
|
|
12962
|
-
await invoke$
|
|
12972
|
+
await invoke$n(ipc, 'Test.execute', href);
|
|
12963
12973
|
};
|
|
12964
12974
|
|
|
12965
12975
|
const name$1n = 'Test';
|
|
@@ -12974,19 +12984,19 @@ const Test_ipc = {
|
|
|
12974
12984
|
};
|
|
12975
12985
|
|
|
12976
12986
|
const checkSingleElementCondition = (locator, fnName, options) => {
|
|
12977
|
-
return invoke$
|
|
12987
|
+
return invoke$m('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
|
|
12978
12988
|
};
|
|
12979
12989
|
const checkMultiElementCondition = (locator, fnName, options) => {
|
|
12980
|
-
return invoke$
|
|
12990
|
+
return invoke$m('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
|
|
12981
12991
|
};
|
|
12982
12992
|
const showOverlay = (...args) => {
|
|
12983
|
-
return invoke$
|
|
12993
|
+
return invoke$m('TestFrameWork.showOverlay', ...args);
|
|
12984
12994
|
};
|
|
12985
12995
|
const performAction = (...args) => {
|
|
12986
|
-
return invoke$
|
|
12996
|
+
return invoke$m('TestFrameWork.performAction', ...args);
|
|
12987
12997
|
};
|
|
12988
12998
|
const checkConditionError = (...args) => {
|
|
12989
|
-
return invoke$
|
|
12999
|
+
return invoke$m('TestFrameWork.checkConditionError', ...args);
|
|
12990
13000
|
};
|
|
12991
13001
|
|
|
12992
13002
|
const name$1m = 'TestFrameWork';
|
|
@@ -13081,10 +13091,10 @@ const WindowTitle_ipc = {
|
|
|
13081
13091
|
};
|
|
13082
13092
|
|
|
13083
13093
|
const mock = () => {
|
|
13084
|
-
return invoke$
|
|
13094
|
+
return invoke$m('PointerCapture.mock');
|
|
13085
13095
|
};
|
|
13086
13096
|
const unmock = () => {
|
|
13087
|
-
return invoke$
|
|
13097
|
+
return invoke$m('PointerCapture.unmock');
|
|
13088
13098
|
};
|
|
13089
13099
|
|
|
13090
13100
|
const name$1g = 'PointerCapture';
|
|
@@ -13187,7 +13197,7 @@ const set$4 = async (url, contentSecurityPolicy) => {
|
|
|
13187
13197
|
if (platform === Web$1) {
|
|
13188
13198
|
return;
|
|
13189
13199
|
}
|
|
13190
|
-
await invoke$
|
|
13200
|
+
await invoke$k('ContentSecurityPolicy.set', url, contentSecurityPolicy);
|
|
13191
13201
|
};
|
|
13192
13202
|
|
|
13193
13203
|
const set$3 = async (url, contentSecurityPolicy) => {
|
|
@@ -13237,7 +13247,7 @@ const {
|
|
|
13237
13247
|
const create$R = async canvasId => {
|
|
13238
13248
|
number(canvasId);
|
|
13239
13249
|
const id = create$12();
|
|
13240
|
-
await invoke$
|
|
13250
|
+
await invoke$m('OffscreenCanvas.create', canvasId, id);
|
|
13241
13251
|
const canvas = acquire(id);
|
|
13242
13252
|
return canvas;
|
|
13243
13253
|
};
|
|
@@ -13521,7 +13531,7 @@ const ExtensionHostClosingTagCompletion_ipc = {
|
|
|
13521
13531
|
name: name$$
|
|
13522
13532
|
};
|
|
13523
13533
|
|
|
13524
|
-
const sendMessagePortToRendererProcess = async (port, initialCommand) => {
|
|
13534
|
+
const sendMessagePortToRendererProcess$1 = async (port, initialCommand) => {
|
|
13525
13535
|
object(port);
|
|
13526
13536
|
string(initialCommand);
|
|
13527
13537
|
await invokeAndTransfer$6(initialCommand, port);
|
|
@@ -13529,7 +13539,7 @@ const sendMessagePortToRendererProcess = async (port, initialCommand) => {
|
|
|
13529
13539
|
|
|
13530
13540
|
const name$_ = 'SendMessagePortToRendererProcess';
|
|
13531
13541
|
const Commands$S = {
|
|
13532
|
-
sendMessagePortToRendererProcess: sendMessagePortToRendererProcess
|
|
13542
|
+
sendMessagePortToRendererProcess: sendMessagePortToRendererProcess$1
|
|
13533
13543
|
};
|
|
13534
13544
|
|
|
13535
13545
|
const SendMessagePortToRendererProcess_ipc = {
|
|
@@ -13585,7 +13595,7 @@ const launchEditorWorker = async () => {
|
|
|
13585
13595
|
handleIpc(ipc);
|
|
13586
13596
|
const syntaxHighlightingWorker = true;
|
|
13587
13597
|
const syncIncremental = true;
|
|
13588
|
-
await invoke$
|
|
13598
|
+
await invoke$n(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
|
|
13589
13599
|
return ipc;
|
|
13590
13600
|
};
|
|
13591
13601
|
|
|
@@ -13615,13 +13625,19 @@ const sendMessagePortToEditorWorker = async (port, initialCommand, rpcId) => {
|
|
|
13615
13625
|
string(initialCommand);
|
|
13616
13626
|
await invokeAndTransfer$1(initialCommand, port, rpcId);
|
|
13617
13627
|
};
|
|
13628
|
+
const sendMessagePortToRendererProcess = async (port, initialCommand, rpcId) => {
|
|
13629
|
+
object(port);
|
|
13630
|
+
string(initialCommand);
|
|
13631
|
+
await invokeAndTransfer$6(initialCommand, port, rpcId);
|
|
13632
|
+
};
|
|
13618
13633
|
|
|
13619
13634
|
const name$Y = 'SendMessagePortToExtensionHostWorker';
|
|
13620
13635
|
const Commands$Q = {
|
|
13621
13636
|
sendMessagePortToExtensionHostWorker: sendMessagePortToExtensionHostWorker,
|
|
13622
13637
|
sendMessagePortToSharedProcess: sendMessagePortToSharedProcess,
|
|
13623
13638
|
sendMessagePortToErrorWorker: sendMessagePortToErrorWorker,
|
|
13624
|
-
sendMessagePortToEditorWorker: sendMessagePortToEditorWorker
|
|
13639
|
+
sendMessagePortToEditorWorker: sendMessagePortToEditorWorker,
|
|
13640
|
+
sendMessagePortToRendererProcess: sendMessagePortToRendererProcess
|
|
13625
13641
|
};
|
|
13626
13642
|
|
|
13627
13643
|
const SendMessagePortToExtensionHostWorker_ipc = {
|
|
@@ -13708,7 +13724,7 @@ const Transferrable_ipc = {
|
|
|
13708
13724
|
};
|
|
13709
13725
|
|
|
13710
13726
|
const getWebViewsNode = async () => {
|
|
13711
|
-
const webViews = await invoke$
|
|
13727
|
+
const webViews = await invoke$k('ExtensionHost.getWebViews');
|
|
13712
13728
|
return webViews;
|
|
13713
13729
|
};
|
|
13714
13730
|
|
|
@@ -13748,13 +13764,13 @@ const setPort = async (uid, port, origin, portType) => {
|
|
|
13748
13764
|
* @deprecated
|
|
13749
13765
|
*/
|
|
13750
13766
|
const getWebViewInfo = providerId => {
|
|
13751
|
-
return invoke$
|
|
13767
|
+
return invoke$j('ExtensionHostWebView.getWebViewInfo', providerId);
|
|
13752
13768
|
};
|
|
13753
13769
|
const getWebViewInfo2 = providerId => {
|
|
13754
|
-
return invoke$
|
|
13770
|
+
return invoke$j('ExtensionHostWebView.getWebViewInfo2', providerId);
|
|
13755
13771
|
};
|
|
13756
13772
|
const create3 = async (uri, id) => {
|
|
13757
|
-
await invoke$
|
|
13773
|
+
await invoke$j('WebView.create3', {
|
|
13758
13774
|
id,
|
|
13759
13775
|
uri,
|
|
13760
13776
|
platform: platform,
|
|
@@ -13771,14 +13787,14 @@ const registerInterceptor = async (id, port) => {
|
|
|
13771
13787
|
await invokeAndTransfer$3('WebView.registerInterceptor', id, port);
|
|
13772
13788
|
};
|
|
13773
13789
|
const unregisterInterceptor = async id => {
|
|
13774
|
-
await invoke$
|
|
13790
|
+
await invoke$j('WebView.unregisterInterceptor', id);
|
|
13775
13791
|
};
|
|
13776
13792
|
const compat = {
|
|
13777
13793
|
sharedProcessInvoke(...args) {
|
|
13778
|
-
return invoke$
|
|
13794
|
+
return invoke$k(...args);
|
|
13779
13795
|
},
|
|
13780
13796
|
rendererProcessInvoke(...args) {
|
|
13781
|
-
return invoke$
|
|
13797
|
+
return invoke$m(...args);
|
|
13782
13798
|
},
|
|
13783
13799
|
rendererProcessInvokeAndTransfer(...args) {
|
|
13784
13800
|
return invokeAndTransfer$6(...args);
|
|
@@ -13787,7 +13803,7 @@ const compat = {
|
|
|
13787
13803
|
return invokeAndTransfer$3(...args);
|
|
13788
13804
|
},
|
|
13789
13805
|
extensionHostWorkerInvoke(...args) {
|
|
13790
|
-
return invoke$
|
|
13806
|
+
return invoke$j(...args);
|
|
13791
13807
|
},
|
|
13792
13808
|
getWebViews() {
|
|
13793
13809
|
return getWebViews$1();
|
|
@@ -13846,7 +13862,7 @@ const getOrCreate$1 = () => {
|
|
|
13846
13862
|
};
|
|
13847
13863
|
const invoke$b = async (method, ...params) => {
|
|
13848
13864
|
const ipc = await getOrCreate$1();
|
|
13849
|
-
return invoke$
|
|
13865
|
+
return invoke$n(ipc, method, ...params);
|
|
13850
13866
|
};
|
|
13851
13867
|
|
|
13852
13868
|
const name$T = 'SearchProcess';
|
|
@@ -13875,13 +13891,13 @@ const executeTextSearchProvider = async (scheme, query) => {
|
|
|
13875
13891
|
return result;
|
|
13876
13892
|
};
|
|
13877
13893
|
const textSearchHtml = (...args) => {
|
|
13878
|
-
return invoke$
|
|
13894
|
+
return invoke$j('TextSearchHtml.textSearch', ...args);
|
|
13879
13895
|
};
|
|
13880
13896
|
const textSearchFetch = (...args) => {
|
|
13881
|
-
return invoke$
|
|
13897
|
+
return invoke$j('TextSearchFetch.textSearch', ...args);
|
|
13882
13898
|
};
|
|
13883
13899
|
const textSearchMemory = (...args) => {
|
|
13884
|
-
return invoke$
|
|
13900
|
+
return invoke$j('TextSearchMemory.textSearch', ...args);
|
|
13885
13901
|
};
|
|
13886
13902
|
|
|
13887
13903
|
const name$S = 'ExtensionHostTextSearch';
|
|
@@ -13938,13 +13954,13 @@ const getAllExtensions = async () => {
|
|
|
13938
13954
|
if (platform === Web$1) {
|
|
13939
13955
|
return [];
|
|
13940
13956
|
}
|
|
13941
|
-
return invoke$
|
|
13957
|
+
return invoke$k(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
|
|
13942
13958
|
};
|
|
13943
13959
|
const getExtension2 = async id => {
|
|
13944
|
-
return invoke$
|
|
13960
|
+
return invoke$j('Extensions.getExtension', id);
|
|
13945
13961
|
};
|
|
13946
13962
|
const getExtensionsEtag = async () => {
|
|
13947
|
-
const etag = await invoke$
|
|
13963
|
+
const etag = await invoke$k('ExtensionManagement.getExtensionsEtag');
|
|
13948
13964
|
return etag;
|
|
13949
13965
|
};
|
|
13950
13966
|
|
|
@@ -14016,10 +14032,10 @@ const create$Q = id => {
|
|
|
14016
14032
|
};
|
|
14017
14033
|
};
|
|
14018
14034
|
const loadContent$M = async state => {
|
|
14019
|
-
await invoke$
|
|
14020
|
-
await invoke$
|
|
14021
|
-
const diffResult = await invoke$
|
|
14022
|
-
const commands = await invoke$
|
|
14035
|
+
await invoke$f('About.create', state.id);
|
|
14036
|
+
await invoke$f('About.loadContent2', state.id);
|
|
14037
|
+
const diffResult = await invoke$f('About.diff2', state.id);
|
|
14038
|
+
const commands = await invoke$f('About.render2', state.id, diffResult);
|
|
14023
14039
|
return {
|
|
14024
14040
|
...state,
|
|
14025
14041
|
commands
|
|
@@ -14028,9 +14044,9 @@ const loadContent$M = async state => {
|
|
|
14028
14044
|
|
|
14029
14045
|
const wrapAboutCommand = key => {
|
|
14030
14046
|
const fn = async (state, ...args) => {
|
|
14031
|
-
await invoke$
|
|
14032
|
-
const diffResult = await invoke$
|
|
14033
|
-
const commands = await invoke$
|
|
14047
|
+
await invoke$f(`About.${key}`, state.id, ...args);
|
|
14048
|
+
const diffResult = await invoke$f(`About.diff2`, state.id);
|
|
14049
|
+
const commands = await invoke$f('About.render2', state.id, diffResult);
|
|
14034
14050
|
if (commands.length === 0) {
|
|
14035
14051
|
return state;
|
|
14036
14052
|
}
|
|
@@ -14044,7 +14060,7 @@ const wrapAboutCommand = key => {
|
|
|
14044
14060
|
|
|
14045
14061
|
const Commands$E = {};
|
|
14046
14062
|
const getCommands$a = async () => {
|
|
14047
|
-
const commands = await invoke$
|
|
14063
|
+
const commands = await invoke$f('About.getCommandIds');
|
|
14048
14064
|
for (const command of commands) {
|
|
14049
14065
|
Commands$E[command] = wrapAboutCommand(command);
|
|
14050
14066
|
}
|
|
@@ -14054,7 +14070,7 @@ const getCommands$a = async () => {
|
|
|
14054
14070
|
const Css$G = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
|
|
14055
14071
|
|
|
14056
14072
|
const getKeyBindings$i = () => {
|
|
14057
|
-
return invoke$
|
|
14073
|
+
return invoke$f('About.getKeyBindings');
|
|
14058
14074
|
};
|
|
14059
14075
|
|
|
14060
14076
|
const name$M = 'About';
|
|
@@ -14107,7 +14123,7 @@ const renderDialog$2 = {
|
|
|
14107
14123
|
};
|
|
14108
14124
|
const render$H = [renderDialog$2];
|
|
14109
14125
|
const renderEventListeners$a = async () => {
|
|
14110
|
-
const listeners = await invoke$
|
|
14126
|
+
const listeners = await invoke$f('About.renderEventListeners');
|
|
14111
14127
|
return listeners;
|
|
14112
14128
|
};
|
|
14113
14129
|
|
|
@@ -14969,7 +14985,7 @@ const create$N = (id, uri, x, y, width, height) => {
|
|
|
14969
14985
|
};
|
|
14970
14986
|
};
|
|
14971
14987
|
const loadContent$J = async state => {
|
|
14972
|
-
const browserViewMap = await invoke$
|
|
14988
|
+
const browserViewMap = await invoke$k('ElectronBrowserView.getAll');
|
|
14973
14989
|
return {
|
|
14974
14990
|
...state,
|
|
14975
14991
|
browserViewMap
|
|
@@ -15019,7 +15035,7 @@ const create$M = (id, uri, x, y, width, height) => {
|
|
|
15019
15035
|
};
|
|
15020
15036
|
const loadContent$I = state => {
|
|
15021
15037
|
const update = async () => {
|
|
15022
|
-
await invoke$
|
|
15038
|
+
await invoke$m(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
15023
15039
|
};
|
|
15024
15040
|
return {
|
|
15025
15041
|
...state,
|
|
@@ -16859,8 +16875,8 @@ const create$B = (id, uri, x, y, width, height) => {
|
|
|
16859
16875
|
};
|
|
16860
16876
|
};
|
|
16861
16877
|
const getTests = async () => {
|
|
16862
|
-
const root = await invoke$
|
|
16863
|
-
const testPath = await invoke$
|
|
16878
|
+
const root = await invoke$k('Platform.getRoot');
|
|
16879
|
+
const testPath = await invoke$k('Platform.getTestPath');
|
|
16864
16880
|
const absolutePath = `${root}/${testPath}/src`;
|
|
16865
16881
|
const dirents = await readDirWithFileTypes$9(absolutePath);
|
|
16866
16882
|
const filteredDirents = dirents.slice(1);
|
|
@@ -17620,7 +17636,7 @@ const Commands$s = {
|
|
|
17620
17636
|
...wrapEditorCommands(ids),
|
|
17621
17637
|
// TODO
|
|
17622
17638
|
async showOverlayMessage(state, editor, ...args) {
|
|
17623
|
-
await invoke$
|
|
17639
|
+
await invoke$m(...args);
|
|
17624
17640
|
return state;
|
|
17625
17641
|
}
|
|
17626
17642
|
};
|
|
@@ -20190,7 +20206,7 @@ const showAsync = async (uid, points, module) => {
|
|
|
20190
20206
|
if (commands) {
|
|
20191
20207
|
commands.push(['Viewlet.append', uid, viewletUid]);
|
|
20192
20208
|
}
|
|
20193
|
-
await invoke$
|
|
20209
|
+
await invoke$m('Viewlet.sendMultiple', commands);
|
|
20194
20210
|
// TODO
|
|
20195
20211
|
// 2. load module
|
|
20196
20212
|
// 3. if module is still visible, replace placeholder with actual viewlet
|
|
@@ -22016,7 +22032,7 @@ const loadContent$p = async (state, savedState) => {
|
|
|
22016
22032
|
once(Twelve, hydrateLazy);
|
|
22017
22033
|
addListener('editor.change', handleEditorChange$1);
|
|
22018
22034
|
addListener('titleUpdated', handleTitleUpdated$1);
|
|
22019
|
-
await invoke$
|
|
22035
|
+
await invoke$m('Viewlet.loadModule', MainTabs);
|
|
22020
22036
|
return {
|
|
22021
22037
|
...state,
|
|
22022
22038
|
groups,
|
|
@@ -22105,7 +22121,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
22105
22121
|
const id = getModuleId(initialUri);
|
|
22106
22122
|
const tabLabel = 'Loading';
|
|
22107
22123
|
const tabTitle = 'Loading';
|
|
22108
|
-
await invoke$
|
|
22124
|
+
await invoke$m(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
|
|
22109
22125
|
const y = state.y + state.tabHeight;
|
|
22110
22126
|
const x = state.x;
|
|
22111
22127
|
const width = state.width;
|
|
@@ -22130,7 +22146,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
22130
22146
|
title,
|
|
22131
22147
|
...props
|
|
22132
22148
|
});
|
|
22133
|
-
await invoke$
|
|
22149
|
+
await invoke$m('Viewlet.send', 'Main', 'updateTab', 1, title);
|
|
22134
22150
|
// TODO update tab title with new title
|
|
22135
22151
|
return state;
|
|
22136
22152
|
};
|
|
@@ -22930,7 +22946,7 @@ const create$n = (id, uri, x, y, width, height) => {
|
|
|
22930
22946
|
};
|
|
22931
22947
|
const loadContent$o = state => {
|
|
22932
22948
|
const update = async () => {
|
|
22933
|
-
await invoke$
|
|
22949
|
+
await invoke$m(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
22934
22950
|
};
|
|
22935
22951
|
return {
|
|
22936
22952
|
...state,
|
|
@@ -22985,10 +23001,10 @@ const ViewletNoop_ipc = {
|
|
|
22985
23001
|
};
|
|
22986
23002
|
|
|
22987
23003
|
const open$4 = async (id, file) => {
|
|
22988
|
-
await invoke$
|
|
23004
|
+
await invoke$k(/* OutputChannel.open */'OutputChannel.open', id, /* path */file);
|
|
22989
23005
|
};
|
|
22990
23006
|
const close$3 = async id => {
|
|
22991
|
-
await invoke$
|
|
23007
|
+
await invoke$k(/* OutputChannel.close */'OutputChannel.close', /* id */id);
|
|
22992
23008
|
};
|
|
22993
23009
|
|
|
22994
23010
|
const getOutputChannels = () => {
|
|
@@ -23049,7 +23065,7 @@ const contentLoaded$4 = async state => {
|
|
|
23049
23065
|
const setOutputChannel = async (state, option) => {
|
|
23050
23066
|
state.selectedOption = option;
|
|
23051
23067
|
// TODO race condition
|
|
23052
|
-
await invoke$
|
|
23068
|
+
await invoke$m(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
|
|
23053
23069
|
// TODO race condition
|
|
23054
23070
|
// TODO should use invoke
|
|
23055
23071
|
await open$4('Output', state.selectedOption);
|
|
@@ -23335,7 +23351,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
|
|
|
23335
23351
|
const currentViewletUid = currentViewletState.uid;
|
|
23336
23352
|
number(currentViewletUid);
|
|
23337
23353
|
commands.unshift(...disposeFunctional(currentViewletUid));
|
|
23338
|
-
await invoke$
|
|
23354
|
+
await invoke$m('Viewlet.sendMultiple', commands);
|
|
23339
23355
|
if (commands.at(-1).includes(Error$3)) {
|
|
23340
23356
|
state.currentViewletId = Error$3;
|
|
23341
23357
|
}
|
|
@@ -24747,10 +24763,10 @@ const loadContent$j = async state => {
|
|
|
24747
24763
|
} = state;
|
|
24748
24764
|
const listItemHeight = 22;
|
|
24749
24765
|
const renderAllItems = true;
|
|
24750
|
-
await invoke$
|
|
24751
|
-
await invoke$
|
|
24752
|
-
const diffResult = await invoke$
|
|
24753
|
-
const commands = await invoke$
|
|
24766
|
+
await invoke$i('QuickPick.create2', state.uid, uri, listItemHeight, state.x, state.y, state.width, state.height, platform, args, renderAllItems, state$B.workspacePath);
|
|
24767
|
+
await invoke$i('QuickPick.loadContent', state.uid);
|
|
24768
|
+
const diffResult = await invoke$i('QuickPick.diff2', state.uid);
|
|
24769
|
+
const commands = await invoke$i('QuickPick.render2', state.uid, diffResult);
|
|
24754
24770
|
return {
|
|
24755
24771
|
...state,
|
|
24756
24772
|
commands
|
|
@@ -24762,12 +24778,12 @@ const dispose$c = state => {
|
|
|
24762
24778
|
|
|
24763
24779
|
const wrapQuickPickCommand = key => {
|
|
24764
24780
|
const fn = async (state, ...args) => {
|
|
24765
|
-
await invoke$
|
|
24766
|
-
const diffResult = await invoke$
|
|
24781
|
+
await invoke$i(`QuickPick.${key}`, state.uid, ...args);
|
|
24782
|
+
const diffResult = await invoke$i('QuickPick.diff2', state.uid);
|
|
24767
24783
|
if (diffResult.length === 0) {
|
|
24768
24784
|
return state;
|
|
24769
24785
|
}
|
|
24770
|
-
const commands = await invoke$
|
|
24786
|
+
const commands = await invoke$i('QuickPick.render2', state.uid, diffResult);
|
|
24771
24787
|
return {
|
|
24772
24788
|
...state,
|
|
24773
24789
|
commands
|
|
@@ -24778,7 +24794,7 @@ const wrapQuickPickCommand = key => {
|
|
|
24778
24794
|
|
|
24779
24795
|
const Commands$d = {};
|
|
24780
24796
|
const getCommands$4 = async () => {
|
|
24781
|
-
const commands = await invoke$
|
|
24797
|
+
const commands = await invoke$i('QuickPick.getCommandIds');
|
|
24782
24798
|
for (const command of commands) {
|
|
24783
24799
|
Commands$d[command] = wrapQuickPickCommand(command);
|
|
24784
24800
|
}
|
|
@@ -24792,7 +24808,7 @@ const Css$i = ["/css/parts/Progress.css"];
|
|
|
24792
24808
|
const Variables$5 = ['QuickPickBackground', 'ListForeground', 'ListHoverBackground', 'ListHoverForeground', 'ListActiveSelectionBackground'];
|
|
24793
24809
|
|
|
24794
24810
|
const getKeyBindings$4 = () => {
|
|
24795
|
-
return invoke$
|
|
24811
|
+
return invoke$i('QuickPick.getKeyBindings');
|
|
24796
24812
|
};
|
|
24797
24813
|
|
|
24798
24814
|
const hasFunctionalRender$g = true;
|
|
@@ -24807,7 +24823,7 @@ const renderItems$4 = {
|
|
|
24807
24823
|
};
|
|
24808
24824
|
const render$h = [renderItems$4];
|
|
24809
24825
|
const renderEventListeners$5 = async () => {
|
|
24810
|
-
const listeners = await invoke$
|
|
24826
|
+
const listeners = await invoke$i('QuickPick.renderEventListeners');
|
|
24811
24827
|
return listeners;
|
|
24812
24828
|
};
|
|
24813
24829
|
|
|
@@ -25047,11 +25063,11 @@ const create$g = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
25047
25063
|
};
|
|
25048
25064
|
const loadContent$h = async (state, savedState) => {
|
|
25049
25065
|
const isTest$1 = isTest();
|
|
25050
|
-
await invoke$
|
|
25051
|
-
await invoke$
|
|
25052
|
-
const diffResult = await invoke$
|
|
25053
|
-
const commands = await invoke$
|
|
25054
|
-
const actionsDom = await invoke$
|
|
25066
|
+
await invoke$g('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
|
|
25067
|
+
await invoke$g('RunAndDebug.loadContent', state.uid, isTest$1, savedState);
|
|
25068
|
+
const diffResult = await invoke$g('RunAndDebug.diff2', state.uid);
|
|
25069
|
+
const commands = await invoke$g('RunAndDebug.render2', state.uid, diffResult);
|
|
25070
|
+
const actionsDom = await invoke$g('RunAndDebug.renderActions', state.uid);
|
|
25055
25071
|
const debugId = isTest$1 ? 'test-debug' : 'node-debug'; // TODO
|
|
25056
25072
|
return {
|
|
25057
25073
|
...state,
|
|
@@ -25072,17 +25088,17 @@ const hotReload$3 = async state => {
|
|
|
25072
25088
|
state.isHotReloading = true;
|
|
25073
25089
|
// possible TODO race condition during hot reload
|
|
25074
25090
|
// there could still be pending promises when the worker is disposed
|
|
25075
|
-
const savedState = await invoke$
|
|
25091
|
+
const savedState = await invoke$g('RunAndDebug.saveState', state.uid);
|
|
25076
25092
|
await restart$8('RunAndDebug.terminate');
|
|
25077
25093
|
const oldState = {
|
|
25078
25094
|
...state,
|
|
25079
25095
|
items: []
|
|
25080
25096
|
};
|
|
25081
|
-
await invoke$
|
|
25082
|
-
await invoke$
|
|
25083
|
-
await invoke$
|
|
25084
|
-
const diffResult = await invoke$
|
|
25085
|
-
const commands = await invoke$
|
|
25097
|
+
await invoke$g('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
|
|
25098
|
+
await invoke$g('RunAndDebug.loadContent', state.uid, state.isTest, savedState);
|
|
25099
|
+
await invoke$g('RunAndDebug.loadContentLater', state.uid);
|
|
25100
|
+
const diffResult = await invoke$g('RunAndDebug.diff2', state.uid);
|
|
25101
|
+
const commands = await invoke$g('RunAndDebug.render2', state.uid, diffResult);
|
|
25086
25102
|
return {
|
|
25087
25103
|
...oldState,
|
|
25088
25104
|
commands,
|
|
@@ -25137,19 +25153,19 @@ const resize$d = (state, dimensions) => {
|
|
|
25137
25153
|
};
|
|
25138
25154
|
};
|
|
25139
25155
|
const saveState$4 = async state => {
|
|
25140
|
-
const savedState = await invoke$
|
|
25156
|
+
const savedState = await invoke$g('RunAndDebug.saveState', state.uid);
|
|
25141
25157
|
return savedState;
|
|
25142
25158
|
};
|
|
25143
25159
|
|
|
25144
25160
|
const wrapRunAndDebugCommand = key => {
|
|
25145
25161
|
const fn = async (state, ...args) => {
|
|
25146
|
-
await invoke$
|
|
25147
|
-
const diffResult = await invoke$
|
|
25162
|
+
await invoke$g(`RunAndDebug.${key}`, state.uid, ...args);
|
|
25163
|
+
const diffResult = await invoke$g('RunAndDebug.diff2', state.uid);
|
|
25148
25164
|
if (diffResult.length === 0) {
|
|
25149
25165
|
return state;
|
|
25150
25166
|
}
|
|
25151
|
-
const commands = await invoke$
|
|
25152
|
-
const actionsDom = await invoke$
|
|
25167
|
+
const commands = await invoke$g('RunAndDebug.render2', state.uid, diffResult);
|
|
25168
|
+
const actionsDom = await invoke$g('RunAndDebug.renderActions', state.uid);
|
|
25153
25169
|
if (commands.length === 0) {
|
|
25154
25170
|
return state;
|
|
25155
25171
|
}
|
|
@@ -25166,7 +25182,7 @@ const wrapRunAndDebugCommand = key => {
|
|
|
25166
25182
|
|
|
25167
25183
|
const Commands$b = {};
|
|
25168
25184
|
const getCommands$3 = async () => {
|
|
25169
|
-
const commands = await invoke$
|
|
25185
|
+
const commands = await invoke$g('RunAndDebug.getCommandIds');
|
|
25170
25186
|
for (const command of commands) {
|
|
25171
25187
|
Commands$b[command] = wrapRunAndDebugCommand(command);
|
|
25172
25188
|
}
|
|
@@ -25180,13 +25196,13 @@ const Variables$4 = ['TitleBarForeground', 'DebugSectionHeaderBackground', 'Side
|
|
|
25180
25196
|
const Events$3 = {};
|
|
25181
25197
|
|
|
25182
25198
|
const getKeyBindings$3 = () => {
|
|
25183
|
-
return invoke$
|
|
25199
|
+
return invoke$g('RunAndDebug.getKeyBindings');
|
|
25184
25200
|
};
|
|
25185
25201
|
|
|
25186
25202
|
const menus$4 = [];
|
|
25187
25203
|
const getMenus$1 = async () => {
|
|
25188
25204
|
try {
|
|
25189
|
-
const modules = await invoke$
|
|
25205
|
+
const modules = await invoke$g('RunAndDebug.getMenuEntries');
|
|
25190
25206
|
const adjusted = modules.map(module => {
|
|
25191
25207
|
return {
|
|
25192
25208
|
...module,
|
|
@@ -25213,7 +25229,7 @@ const renderItems$3 = {
|
|
|
25213
25229
|
};
|
|
25214
25230
|
const render$g = [renderItems$3];
|
|
25215
25231
|
const renderEventListeners$4 = async () => {
|
|
25216
|
-
const listeners = await invoke$
|
|
25232
|
+
const listeners = await invoke$g('RunAndDebug.renderEventListeners');
|
|
25217
25233
|
return listeners;
|
|
25218
25234
|
};
|
|
25219
25235
|
|
|
@@ -25259,18 +25275,18 @@ const ViewletRunAndDebug_ipc = {
|
|
|
25259
25275
|
};
|
|
25260
25276
|
|
|
25261
25277
|
const getSources = async options => {
|
|
25262
|
-
const sources = await invoke$
|
|
25278
|
+
const sources = await invoke$k('DesktopCapturer.getSources', options);
|
|
25263
25279
|
return sources;
|
|
25264
25280
|
};
|
|
25265
25281
|
|
|
25266
25282
|
const getUserMedia = async (captureId, options) => {
|
|
25267
25283
|
number(captureId);
|
|
25268
25284
|
object(options);
|
|
25269
|
-
await invoke$
|
|
25285
|
+
await invoke$m('ScreenCapture.start', captureId, options);
|
|
25270
25286
|
};
|
|
25271
25287
|
const dispose$9 = async captureId => {
|
|
25272
25288
|
number(captureId);
|
|
25273
|
-
await invoke$
|
|
25289
|
+
await invoke$m('ScreenCapture.dispose', captureId);
|
|
25274
25290
|
};
|
|
25275
25291
|
|
|
25276
25292
|
const createScreenCaptureStream = async captureId => {
|
|
@@ -25683,7 +25699,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
|
|
|
25683
25699
|
activityBar.state = newState;
|
|
25684
25700
|
commands.push(...extraCommands);
|
|
25685
25701
|
}
|
|
25686
|
-
await invoke$
|
|
25702
|
+
await invoke$m('Viewlet.sendMultiple', commands);
|
|
25687
25703
|
}
|
|
25688
25704
|
|
|
25689
25705
|
// // TODO race condition (check if disposed after created)
|
|
@@ -25830,7 +25846,7 @@ const launchEmbedsWorker = async () => {
|
|
|
25830
25846
|
name: 'Embeds Worker'
|
|
25831
25847
|
});
|
|
25832
25848
|
handleIpc(ipc);
|
|
25833
|
-
await invoke$
|
|
25849
|
+
await invoke$n(ipc, 'Initialize.initialize');
|
|
25834
25850
|
return ipc;
|
|
25835
25851
|
};
|
|
25836
25852
|
|
|
@@ -25857,7 +25873,7 @@ const disposeWebContentsView = async id => {
|
|
|
25857
25873
|
const getWindowZoomLevel = async () => {
|
|
25858
25874
|
// TODO speed up resizing by avoid too many round trips
|
|
25859
25875
|
const windowId = await getWindowId();
|
|
25860
|
-
const zoomLevel = await invoke$
|
|
25876
|
+
const zoomLevel = await invoke$k('ElectronWindow.getZoom', windowId);
|
|
25861
25877
|
return zoomLevel;
|
|
25862
25878
|
};
|
|
25863
25879
|
|
|
@@ -26803,7 +26819,7 @@ const launchSourceControlWorker = async () => {
|
|
|
26803
26819
|
url: getConfiguredWorkerUrl$1()
|
|
26804
26820
|
});
|
|
26805
26821
|
handleIpc(ipc);
|
|
26806
|
-
await invoke$
|
|
26822
|
+
await invoke$n(ipc, 'Initialize.initialize');
|
|
26807
26823
|
return ipc;
|
|
26808
26824
|
};
|
|
26809
26825
|
|
|
@@ -27496,7 +27512,7 @@ const ViewletStorage_ipc = {
|
|
|
27496
27512
|
};
|
|
27497
27513
|
|
|
27498
27514
|
const getTerminalSpawnOptions = () => {
|
|
27499
|
-
return invoke$
|
|
27515
|
+
return invoke$k('GetTerminalSpawnOptions.getTerminalSpawnOptions');
|
|
27500
27516
|
};
|
|
27501
27517
|
|
|
27502
27518
|
// TODO implement a functional terminal component, maybe using offscreencanvas
|
|
@@ -27614,7 +27630,7 @@ const resizeEffect = async state => {
|
|
|
27614
27630
|
// Terminal.resize(state, width, height)
|
|
27615
27631
|
};
|
|
27616
27632
|
const clear = async state => {
|
|
27617
|
-
await invoke$
|
|
27633
|
+
await invoke$m(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
|
|
27618
27634
|
};
|
|
27619
27635
|
|
|
27620
27636
|
const getActions = state => {
|
|
@@ -27762,7 +27778,7 @@ const addTerminal = async state => {
|
|
|
27762
27778
|
const oldTab = tabs[selectedIndex];
|
|
27763
27779
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
27764
27780
|
commands.push(...disposeCommands);
|
|
27765
|
-
await invoke$
|
|
27781
|
+
await invoke$m('Viewlet.sendMultiple', commands);
|
|
27766
27782
|
return {
|
|
27767
27783
|
...state,
|
|
27768
27784
|
tabs: newTabs,
|
|
@@ -27803,7 +27819,7 @@ const focusIndex = async (state, index) => {
|
|
|
27803
27819
|
const oldTab = tabs[selectedIndex];
|
|
27804
27820
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
27805
27821
|
commands.push(...disposeCommands);
|
|
27806
|
-
await invoke$
|
|
27822
|
+
await invoke$m('Viewlet.sendMultiple', commands);
|
|
27807
27823
|
return {
|
|
27808
27824
|
...state,
|
|
27809
27825
|
selectedIndex: index
|
|
@@ -28607,7 +28623,7 @@ const getRealUri = pathOrUri => {
|
|
|
28607
28623
|
if (protocol) {
|
|
28608
28624
|
return pathOrUri;
|
|
28609
28625
|
}
|
|
28610
|
-
return invoke$
|
|
28626
|
+
return invoke$k('FileSystem.getRealUri', pathOrUri);
|
|
28611
28627
|
};
|
|
28612
28628
|
|
|
28613
28629
|
const create$1 = (id, uri, x, y, width, height) => {
|
|
@@ -28649,7 +28665,7 @@ const resize = (state, dimensions) => {
|
|
|
28649
28665
|
};
|
|
28650
28666
|
};
|
|
28651
28667
|
const dispose = async state => {
|
|
28652
|
-
await invoke$
|
|
28668
|
+
await invoke$m('WebView.dispose', state.uid);
|
|
28653
28669
|
return state;
|
|
28654
28670
|
};
|
|
28655
28671
|
|
|
@@ -28922,11 +28938,11 @@ const FileSystemAppKeyBindings = {
|
|
|
28922
28938
|
|
|
28923
28939
|
const downloadUpdate$2 = version => {
|
|
28924
28940
|
string(version);
|
|
28925
|
-
return invoke$
|
|
28941
|
+
return invoke$k('AutoUpdaterAppImage.downloadUpdate', version);
|
|
28926
28942
|
};
|
|
28927
28943
|
const installAndRestart$2 = downloadPath => {
|
|
28928
28944
|
string(downloadPath);
|
|
28929
|
-
return invoke$
|
|
28945
|
+
return invoke$k('AutoUpdaterAppImage.installAndRestart', downloadPath);
|
|
28930
28946
|
};
|
|
28931
28947
|
|
|
28932
28948
|
const AutoUpdaterAppImage = {
|
|
@@ -28937,11 +28953,11 @@ const AutoUpdaterAppImage = {
|
|
|
28937
28953
|
|
|
28938
28954
|
const downloadUpdate$1 = version => {
|
|
28939
28955
|
string(version);
|
|
28940
|
-
return invoke$
|
|
28956
|
+
return invoke$k('AutoUpdaterWindowsNsis.downloadUpdate', version);
|
|
28941
28957
|
};
|
|
28942
28958
|
const installAndRestart$1 = downloadPath => {
|
|
28943
28959
|
string(downloadPath);
|
|
28944
|
-
return invoke$
|
|
28960
|
+
return invoke$k('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
|
|
28945
28961
|
};
|
|
28946
28962
|
|
|
28947
28963
|
const AutoUpdaterNsis = {
|
|
@@ -28954,7 +28970,7 @@ const exec = (command, args, options) => {
|
|
|
28954
28970
|
string(command);
|
|
28955
28971
|
array(args);
|
|
28956
28972
|
object(options);
|
|
28957
|
-
return invoke$
|
|
28973
|
+
return invoke$k('Exec.exec', command, args, options);
|
|
28958
28974
|
};
|
|
28959
28975
|
|
|
28960
28976
|
const getDebArch = processArch => {
|
|
@@ -28979,7 +28995,7 @@ const getDownloadUrl = (repository, version, applicationName, debArch) => {
|
|
|
28979
28995
|
};
|
|
28980
28996
|
|
|
28981
28997
|
const getTmpDir = () => {
|
|
28982
|
-
return invoke$
|
|
28998
|
+
return invoke$k('Os.getTmpDir');
|
|
28983
28999
|
};
|
|
28984
29000
|
|
|
28985
29001
|
// TODO remove this code when auto update through apt is supported
|
|
@@ -29047,7 +29063,7 @@ const getItem = (items, label) => {
|
|
|
29047
29063
|
const openContextMenu = async (x, y, id, ...args) => {
|
|
29048
29064
|
const entries = await getMenuEntries$i(id, ...args);
|
|
29049
29065
|
const electronMenuItems = convertMenuItems(entries);
|
|
29050
|
-
const event = await invoke$
|
|
29066
|
+
const event = await invoke$k('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
|
|
29051
29067
|
if (event.type === 'close') {
|
|
29052
29068
|
return;
|
|
29053
29069
|
}
|
|
@@ -29084,7 +29100,7 @@ const ContextMenuBrowser = {
|
|
|
29084
29100
|
|
|
29085
29101
|
const open$3 = async () => {
|
|
29086
29102
|
try {
|
|
29087
|
-
await invoke$
|
|
29103
|
+
await invoke$k('ElectronWindowProcessExplorer.open');
|
|
29088
29104
|
} catch (error) {
|
|
29089
29105
|
throw new VError(error, 'Failed to open process explorer');
|
|
29090
29106
|
}
|
|
@@ -30731,7 +30747,7 @@ const QuickPickEntriesView = {
|
|
|
30731
30747
|
};
|
|
30732
30748
|
|
|
30733
30749
|
const searchFile$1 = async (path, value, prepare) => {
|
|
30734
|
-
return invoke$
|
|
30750
|
+
return invoke$i('SearchFile.searchFile', path, value, prepare, assetDir);
|
|
30735
30751
|
};
|
|
30736
30752
|
|
|
30737
30753
|
const searchFile = async (path, value) => {
|