@lvce-editor/static-server 0.56.12 → 0.57.0
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 +1870 -1869
- package/package.json +1 -1
- package/static/{cbe19f6 → 8f6701c}/css/App.css +83 -83
- package/static/{cbe19f6 → 8f6701c}/manifest.json +2 -2
- package/static/{cbe19f6 → 8f6701c}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{cbe19f6 → 8f6701c}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +53 -37
- package/static/{cbe19f6 → 8f6701c}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/8f6701c/packages/output-view/dist/outputViewWorkerMain.js +1954 -0
- package/static/{cbe19f6 → 8f6701c}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{cbe19f6 → 8f6701c}/packages/renderer-worker/dist/rendererWorkerMain.js +836 -886
- package/static/index.html +4 -4
- /package/static/{cbe19f6 → 8f6701c}/config/colorTheme.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/config/defaultSettings.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/config/fileMap.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/config/webExtensions.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/Animation.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/BrowserScrollBar.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/Category.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/DebugButtons.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/DebugValue.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/E2eTest.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/E2eTests.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/EditorHover.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/EditorMessage.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/FeatureContent.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/Features.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ImagePreview.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/InputBadge.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/Key.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/LegacyDialog.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/Markdown.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/Message.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/Progress.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ScrollToTop.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/Select.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/SettingsHeader.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/SettingsItems.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/SettingsSideBar.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/Table.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletAbout.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletDialog.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletMedia.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletOutput.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletPanel.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletPdf.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletProblems.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletReferences.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletSearch.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletSettings.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletStorage.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/default_file.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/default_folder.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/default_root_folder.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_access.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_access2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ada.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_agda.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ai.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_al.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_angular.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_apache.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_apex.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_apib.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_apl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_asp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_astro.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_atom.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ats.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_attw.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_audio.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_avif.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_avro.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_awk.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_aws.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_azure.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_babel.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bak.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bat.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bats.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_biml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_binary.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_biome.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_blade.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_blender.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bower.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_buf.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bun.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_c.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_c2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_c3.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cake.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_casc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cert.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cf.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_changie.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_chef.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_class.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_claude.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_compass.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_composer.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_conan.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_conda.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_config.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_craco.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_css.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_css2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_cython.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dal.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_db.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_debian.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_deno.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_diff.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_django.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_docker.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_docz.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_drone.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_drools.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dune.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_edge.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eex.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_elm.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ember.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eps.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_epub.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_erb.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_excel.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_expo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fla.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_flash.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_flow.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_font.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_funding.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_galen.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_git.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_git2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_glide.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_godot.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_grain.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_haml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_helix.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_helm.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_host.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_html.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_http.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_husky.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hy.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_icl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_idris.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_image.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_imba.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_inc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_informix.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ini.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ink.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_io.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jake.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_janet.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jar.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_java.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jest.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_json.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_json2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_json5.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jss.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_juice.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_julia.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_just.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_k.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_karma.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_key.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_kite.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_knip.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_kos.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lark.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_latino.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_layout.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_less.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lex.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_liara.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_license.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lime.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_locale.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_log.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lua.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_luau.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_lync.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_map.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_marko.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_maven.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_maya.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_meson.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_metal.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_motif.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mson.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_next.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nim.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nix.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_noc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_node.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_node2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_npm.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nx.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_opam.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_org.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_package.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_paket.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_patch.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_perl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_php.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_php2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_php3.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pine.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pip.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pony.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_postman.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_preact.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_progress.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pug.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_python.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_q.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_qml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_r.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_racket.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rails.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rake.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_raku.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_raml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_razor.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_reason.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_red.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_registry.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rego.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_remark.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_replit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rest.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_retext.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_riot.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_robots.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rome.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ron.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rss.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rust.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sails.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_san.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sas.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sass.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_scala.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_script.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_scss.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_shell.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sino.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_slang.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_slice.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_slim.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_slint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sln.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_snort.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_source.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_spin.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sql.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sss.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sst.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stan.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stata.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_style.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_styled.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_svg.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_swc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_swift.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_swig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_teal.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_templ.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tera.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_test.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_testts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tex.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_text.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_textile.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tm.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_todo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_toit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_toml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tox.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_travis.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tree.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tres.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tt.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_twig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_unison.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vala.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vash.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vb.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vba.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vento.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_video.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_view.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vim.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vite.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_volt.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vue.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wally.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_windi.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_word.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_word2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xib.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yang.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_zig.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_zip.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_android.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_api.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_app.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_client.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_common.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_component.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_config.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_css.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_db.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_git.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_github.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_images.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_include.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_js.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_json.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_less.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_library.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_log.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_model.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_module.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_next.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_node.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_package.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_php.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_private.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_public.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_python.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_route.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_script.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_server.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_services.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_src.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_story.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_style.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_template.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_test.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_video.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_view.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_www.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/add.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/arrow-down.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/arrow-left.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/arrow-right.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/arrow-up.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/blank.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/book.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/case-sensitive.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/check.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/chevron-down.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/chevron-left.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/chevron-right.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/chevron-up.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/chrome-close.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/chrome-maximize.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/chrome-minimize.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/chrome-restore.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/circle-filled.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/clear-all.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/close.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/cloud.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/collapse-all.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-all.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-alt-2.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-alt-small.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-alt.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-console.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-continue-small.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-continue.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-coverage.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-disconnect.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-line-by-line.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-pause.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-rerun.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-restart-frame.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-restart.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-stackframe.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-start.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-step-back.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-step-into.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-step-out.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-step-over.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug-stop.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/debug.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/discard.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/edit.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/ellipsis.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/error.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/exclude.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/extensions.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/files.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/filter.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/go-to-file.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/icon-close.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/icon-source-control.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/icon-sync.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/icon.png +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/icon.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/info.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/language-icon.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/link-external.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/list-flat.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/list-tree.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/new-file.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/new-folder.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/newline.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/open-preview.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/play.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/preserve-case.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/progress.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/pwa-icon-192.png +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/pwa-icon-512.png +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/record-keys.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/refresh.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/regex.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/remove.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/replace-all.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/replace.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/run-all.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/search.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/settings-gear.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/sort-precedence.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/source-control.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/split-horizontal.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/squiggly-error.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/squiggly-warning.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-array.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-boolean.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-class.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-color.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-constant.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-enum-member.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-enum.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-event.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-field.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-file.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-interface.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-key.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-keyword.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-method.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-misc.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-namespace.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-numeric.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-operator.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-parameter.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-property.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-ruler.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-snippet.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-string.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-structure.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/symbol-variable.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/tag.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/terminal-bash.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/terminal.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/theme-icon.png +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/trash.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/triangle-down.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/triangle-left.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/triangle-right.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/triangle-up.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/warning.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/whole-word.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/zoom-in.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/icons/zoom-out.svg +0 -0
- /package/static/{cbe19f6 → 8f6701c}/js/babel-parser.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/js/blob-util.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/js/ky.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/js/lvce-editor-import-script.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/js/lvce-editor-ipc.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/js/lvce-editor-verror.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/js/p-min-delay.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/js/pretty-bytes.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/js/preview-injected.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/js/yoctodelay.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/lib-css/termterm.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/problems-view/dist/problemsViewWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/renderer-process/LICENSE +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/renderer-process/README.md +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/renderer-process/package.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/settings-view/dist/settingsViewWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.cpp +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.css +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.csv +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.dart +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.env +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.ex +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.html +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.java +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.jl +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.js +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.kt +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.pl +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.py +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/index.ts +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/scrolling.txt +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/languages/tsconfig.json +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/sample-folder/a.txt +0 -0
- /package/static/{cbe19f6 → 8f6701c}/playground/sample-folder/b.txt +0 -0
- /package/static/{cbe19f6 → 8f6701c}/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 '/8f6701c';
|
|
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$r = (ipc, method, ...params) => {
|
|
424
424
|
return invokeHelper(ipc, method, params, false);
|
|
425
425
|
};
|
|
426
426
|
const invokeAndTransfer$9 = (ipc, method, ...params) => {
|
|
@@ -1071,8 +1071,8 @@ const listen$1 = async () => {
|
|
|
1071
1071
|
handleIpc(ipc);
|
|
1072
1072
|
state$I.ipc = ipc;
|
|
1073
1073
|
};
|
|
1074
|
-
const invoke$
|
|
1075
|
-
return invoke$
|
|
1074
|
+
const invoke$q = (method, ...params) => {
|
|
1075
|
+
return invoke$r(state$I.ipc, method, ...params);
|
|
1076
1076
|
};
|
|
1077
1077
|
const invokeAndTransfer$8 = (method, ...params) => {
|
|
1078
1078
|
return invokeAndTransfer$9(state$I.ipc, method, ...params);
|
|
@@ -1093,7 +1093,7 @@ const loadCssStyleSheets = css => {
|
|
|
1093
1093
|
return Promise.all(css.map(loadCssStyleSheet));
|
|
1094
1094
|
};
|
|
1095
1095
|
const addCssStyleSheet = (id, css) => {
|
|
1096
|
-
return invoke$
|
|
1096
|
+
return invoke$q('Css.addCssStyleSheet', id, css);
|
|
1097
1097
|
};
|
|
1098
1098
|
const actuallyAddDynamicCss = async (id, getCss, preferences) => {
|
|
1099
1099
|
const css = await getCss(preferences);
|
|
@@ -1117,7 +1117,7 @@ const getOrCreateWorker = fn => {
|
|
|
1117
1117
|
return {
|
|
1118
1118
|
async invoke(method, ...params) {
|
|
1119
1119
|
const ipc = await getOrCreate$2(fn);
|
|
1120
|
-
return invoke$
|
|
1120
|
+
return invoke$r(ipc, method, ...params);
|
|
1121
1121
|
},
|
|
1122
1122
|
async invokeAndTransfer(method, ...params) {
|
|
1123
1123
|
const ipc = await getOrCreate$2(fn);
|
|
@@ -1209,7 +1209,7 @@ const set$g = async (key, value) => {
|
|
|
1209
1209
|
state$H[key] = value;
|
|
1210
1210
|
};
|
|
1211
1211
|
|
|
1212
|
-
const getConfiguredWorkerUrl$
|
|
1212
|
+
const getConfiguredWorkerUrl$l = () => {
|
|
1213
1213
|
let configuredWorkerUrl = get$g('develop.errorWorkerPath') || '';
|
|
1214
1214
|
if (configuredWorkerUrl) {
|
|
1215
1215
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -1225,14 +1225,14 @@ const launchErrorWorker = async () => {
|
|
|
1225
1225
|
const ipc = await create$14({
|
|
1226
1226
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
1227
1227
|
name,
|
|
1228
|
-
url: getConfiguredWorkerUrl$
|
|
1228
|
+
url: getConfiguredWorkerUrl$l()
|
|
1229
1229
|
});
|
|
1230
1230
|
handleIpc(ipc);
|
|
1231
1231
|
return ipc;
|
|
1232
1232
|
};
|
|
1233
1233
|
|
|
1234
1234
|
const {
|
|
1235
|
-
invoke: invoke$
|
|
1235
|
+
invoke: invoke$p,
|
|
1236
1236
|
invokeAndTransfer: invokeAndTransfer$7
|
|
1237
1237
|
} = getOrCreateWorker(launchErrorWorker);
|
|
1238
1238
|
|
|
@@ -1254,14 +1254,14 @@ const serializeError = error => {
|
|
|
1254
1254
|
const prepare = async error => {
|
|
1255
1255
|
try {
|
|
1256
1256
|
const serialized = serializeError(error);
|
|
1257
|
-
const prepared = await invoke$
|
|
1257
|
+
const prepared = await invoke$p('Errors.prepare', serialized);
|
|
1258
1258
|
return prepared;
|
|
1259
1259
|
} catch {
|
|
1260
1260
|
return error;
|
|
1261
1261
|
}
|
|
1262
1262
|
};
|
|
1263
1263
|
const print = async (error, prefix = '') => {
|
|
1264
|
-
await invoke$
|
|
1264
|
+
await invoke$p('Errors.print', error, prefix);
|
|
1265
1265
|
};
|
|
1266
1266
|
const getMessage$3 = error => {
|
|
1267
1267
|
if (error && error.type && error.message) {
|
|
@@ -1284,7 +1284,7 @@ const logError = async (error, prefix = '') => {
|
|
|
1284
1284
|
await print(prettyError, prefix);
|
|
1285
1285
|
return prettyError;
|
|
1286
1286
|
};
|
|
1287
|
-
const handleError$
|
|
1287
|
+
const handleError$1 = async (error, notify = true, prefix = '') => {
|
|
1288
1288
|
try {
|
|
1289
1289
|
const prettyError = await logError(error, prefix);
|
|
1290
1290
|
if (notify) {
|
|
@@ -1749,11 +1749,11 @@ const state$C = {
|
|
|
1749
1749
|
};
|
|
1750
1750
|
|
|
1751
1751
|
/* istanbul ignore file */
|
|
1752
|
-
const invoke$
|
|
1752
|
+
const invoke$o = async (method, ...params) => {
|
|
1753
1753
|
const {
|
|
1754
1754
|
ipc
|
|
1755
1755
|
} = state$C;
|
|
1756
|
-
const result = await invoke$
|
|
1756
|
+
const result = await invoke$r(ipc, method, ...params);
|
|
1757
1757
|
return result;
|
|
1758
1758
|
};
|
|
1759
1759
|
const invokeAndTransfer$6 = async (method, ...params) => {
|
|
@@ -1798,7 +1798,7 @@ const getPreferencesJson = async () => {
|
|
|
1798
1798
|
const url = `${assetDir}/config/defaultSettings.json`;
|
|
1799
1799
|
return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
|
|
1800
1800
|
}
|
|
1801
|
-
return invoke$
|
|
1801
|
+
return invoke$o(PreferencesGetAll);
|
|
1802
1802
|
};
|
|
1803
1803
|
const getPreferences = async () => {
|
|
1804
1804
|
// TODO cache preferences, but they should not be stale
|
|
@@ -1848,7 +1848,7 @@ const state$B = {
|
|
|
1848
1848
|
};
|
|
1849
1849
|
|
|
1850
1850
|
const getResolvedRootFromSharedProcess = async () => {
|
|
1851
|
-
const resolvedRoot = await invoke$
|
|
1851
|
+
const resolvedRoot = await invoke$o(/* Workspace.resolveRoot */WorkspaceResolveRoot);
|
|
1852
1852
|
return resolvedRoot;
|
|
1853
1853
|
};
|
|
1854
1854
|
const isValid$1 = resolvedRoot => {
|
|
@@ -1914,13 +1914,13 @@ const getResolvedRoot = async href => {
|
|
|
1914
1914
|
};
|
|
1915
1915
|
|
|
1916
1916
|
const getHref = () => {
|
|
1917
|
-
return invoke$
|
|
1917
|
+
return invoke$q(/* Location.getHref */'Location.getHref');
|
|
1918
1918
|
};
|
|
1919
1919
|
const setPathName = pathName => {
|
|
1920
|
-
return invoke$
|
|
1920
|
+
return invoke$q(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
|
|
1921
1921
|
};
|
|
1922
1922
|
const hydrate$a = () => {
|
|
1923
|
-
return invoke$
|
|
1923
|
+
return invoke$q(/* Location.hydrate */'Location.hydrate');
|
|
1924
1924
|
};
|
|
1925
1925
|
const getOrigin = () => {
|
|
1926
1926
|
return location.origin;
|
|
@@ -1930,7 +1930,7 @@ const getHost = () => {
|
|
|
1930
1930
|
};
|
|
1931
1931
|
|
|
1932
1932
|
const set$e = title => {
|
|
1933
|
-
return invoke$
|
|
1933
|
+
return invoke$q('WindowTitle.set', title);
|
|
1934
1934
|
};
|
|
1935
1935
|
|
|
1936
1936
|
/**
|
|
@@ -1959,7 +1959,7 @@ const getPath = () => {
|
|
|
1959
1959
|
const getUri$1 = () => {
|
|
1960
1960
|
return state$B.workspaceUri;
|
|
1961
1961
|
};
|
|
1962
|
-
const close$
|
|
1962
|
+
const close$5 = () => {
|
|
1963
1963
|
return setPath('');
|
|
1964
1964
|
};
|
|
1965
1965
|
const isTest = () => {
|
|
@@ -2062,15 +2062,15 @@ const launchExtensionHostWorker = async () => {
|
|
|
2062
2062
|
ipc = wrap$7(port);
|
|
2063
2063
|
}
|
|
2064
2064
|
handleIpc(ipc);
|
|
2065
|
-
await invoke$
|
|
2065
|
+
await invoke$r(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
|
|
2066
2066
|
addListener('workspace.change', async () => {
|
|
2067
|
-
await invoke$
|
|
2067
|
+
await invoke$r(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
|
|
2068
2068
|
});
|
|
2069
2069
|
return ipc;
|
|
2070
2070
|
};
|
|
2071
2071
|
|
|
2072
2072
|
const {
|
|
2073
|
-
invoke: invoke$
|
|
2073
|
+
invoke: invoke$n,
|
|
2074
2074
|
invokeAndTransfer: invokeAndTransfer$5
|
|
2075
2075
|
} = getOrCreateWorker(launchExtensionHostWorker);
|
|
2076
2076
|
|
|
@@ -2100,11 +2100,11 @@ const getColorThemeCssCached = async (colorThemeId, getData) => {
|
|
|
2100
2100
|
};
|
|
2101
2101
|
|
|
2102
2102
|
const getColorThemeJson = colorThemeId => {
|
|
2103
|
-
return invoke$
|
|
2103
|
+
return invoke$n('ColorTheme.getColorThemeJson', colorThemeId);
|
|
2104
2104
|
};
|
|
2105
2105
|
|
|
2106
2106
|
const getColorThemeCssFromJson = async (colorThemeId, colorThemeJson) => {
|
|
2107
|
-
return invoke$
|
|
2107
|
+
return invoke$n('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
|
|
2108
2108
|
};
|
|
2109
2109
|
const getColorThemeCssNew = async colorThemeId => {
|
|
2110
2110
|
const colorThemeJson = await getColorThemeJson(colorThemeId);
|
|
@@ -2120,7 +2120,7 @@ const getMetaThemeColor = colorThemeJson => {
|
|
|
2120
2120
|
};
|
|
2121
2121
|
|
|
2122
2122
|
const setThemeColor = async themeColor => {
|
|
2123
|
-
await invoke$
|
|
2123
|
+
await invoke$q(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
|
|
2124
2124
|
};
|
|
2125
2125
|
|
|
2126
2126
|
// TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
|
|
@@ -2161,7 +2161,7 @@ const watch$1 = async id => {
|
|
|
2161
2161
|
return;
|
|
2162
2162
|
}
|
|
2163
2163
|
state$A.watchedTheme = id;
|
|
2164
|
-
await invoke$
|
|
2164
|
+
await invoke$o('ExtensionHost.watchColorTheme', id);
|
|
2165
2165
|
};
|
|
2166
2166
|
const getPreferredColorTheme = () => {
|
|
2167
2167
|
const preferredColorTheme = get$e('workbench.colorTheme');
|
|
@@ -2183,7 +2183,7 @@ const hydrate$8 = async () => {
|
|
|
2183
2183
|
if (colorThemeId === FALLBACK_COLOR_THEME_ID) {
|
|
2184
2184
|
throw error;
|
|
2185
2185
|
}
|
|
2186
|
-
handleError$
|
|
2186
|
+
handleError$1(error);
|
|
2187
2187
|
await applyColorTheme(FALLBACK_COLOR_THEME_ID);
|
|
2188
2188
|
}
|
|
2189
2189
|
};
|
|
@@ -2214,19 +2214,19 @@ const get$d = () => {
|
|
|
2214
2214
|
|
|
2215
2215
|
const getWindowId = async () => {
|
|
2216
2216
|
const webContentsId = get$d();
|
|
2217
|
-
const windowId = await invoke$
|
|
2217
|
+
const windowId = await invoke$o('GetWindowId.getWindowId', webContentsId);
|
|
2218
2218
|
return windowId;
|
|
2219
2219
|
};
|
|
2220
2220
|
|
|
2221
2221
|
const forward$2 = key => async (...args) => {
|
|
2222
2222
|
const windowId = await getWindowId();
|
|
2223
|
-
return invoke$
|
|
2223
|
+
return invoke$o(key, windowId, ...args);
|
|
2224
2224
|
};
|
|
2225
2225
|
const reload$3 = forward$2('ElectronWindow.reload');
|
|
2226
2226
|
const minimize$2 = forward$2('ElectronWindow.minimize');
|
|
2227
2227
|
const unmaximize$1 = forward$2('ElectronWindow.unmaximize');
|
|
2228
2228
|
const maximize$2 = forward$2('ElectronWindow.maximize');
|
|
2229
|
-
const close$
|
|
2229
|
+
const close$4 = forward$2('ElectronWindow.close');
|
|
2230
2230
|
const openNew$1 = forward$2('ElectronWindow.openNew');
|
|
2231
2231
|
const toggleDevtools = forward$2('ElectronWindow.toggleDevtools');
|
|
2232
2232
|
const zoomIn$1 = forward$2('ElectronWindow.zoomIn');
|
|
@@ -2239,7 +2239,7 @@ const reloadElectron = () => {
|
|
|
2239
2239
|
};
|
|
2240
2240
|
|
|
2241
2241
|
const reloadWeb = () => {
|
|
2242
|
-
return invoke$
|
|
2242
|
+
return invoke$q('Window.reload');
|
|
2243
2243
|
};
|
|
2244
2244
|
|
|
2245
2245
|
const getFn$2 = () => {
|
|
@@ -2278,46 +2278,46 @@ const getUrlBaseName = href => {
|
|
|
2278
2278
|
// TODO treeshake this function out when targeting electron
|
|
2279
2279
|
|
|
2280
2280
|
const getExtensionsPath = () => {
|
|
2281
|
-
return invoke$
|
|
2281
|
+
return invoke$o(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
|
|
2282
2282
|
};
|
|
2283
2283
|
const getCachedExtensionsPath = () => {
|
|
2284
|
-
return invoke$
|
|
2284
|
+
return invoke$o(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
|
|
2285
2285
|
};
|
|
2286
2286
|
const getLogsDir = () => {
|
|
2287
|
-
return invoke$
|
|
2287
|
+
return invoke$o(/* Platform.getLogsDir */'Platform.getLogsDir');
|
|
2288
2288
|
};
|
|
2289
2289
|
const getDownloadDir = () => {
|
|
2290
|
-
return invoke$
|
|
2290
|
+
return invoke$o(/* Platform.getDownloadDir */'Platform.getDownloadDir');
|
|
2291
2291
|
};
|
|
2292
2292
|
const getUserSettingsPath = () => {
|
|
2293
2293
|
if (platform === Web$1) {
|
|
2294
2294
|
return 'settings';
|
|
2295
2295
|
}
|
|
2296
|
-
return invoke$
|
|
2296
|
+
return invoke$o(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
|
|
2297
2297
|
};
|
|
2298
2298
|
const getUserKeyBindingsPath = () => {
|
|
2299
2299
|
if (platform === Web$1) {
|
|
2300
2300
|
return 'settings';
|
|
2301
2301
|
}
|
|
2302
|
-
return invoke$
|
|
2302
|
+
return invoke$o(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
|
|
2303
2303
|
};
|
|
2304
2304
|
const getRecentlyOpenedPath = () => {
|
|
2305
2305
|
if (platform === Web$1) {
|
|
2306
2306
|
return 'recently-opened';
|
|
2307
2307
|
}
|
|
2308
|
-
return invoke$
|
|
2308
|
+
return invoke$o(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
|
|
2309
2309
|
};
|
|
2310
2310
|
const getConfigPath = () => {
|
|
2311
|
-
return invoke$
|
|
2311
|
+
return invoke$o(/* Platform.getConfigDir */'Platform.getConfigDir');
|
|
2312
2312
|
};
|
|
2313
2313
|
const getCachePath = () => {
|
|
2314
|
-
return invoke$
|
|
2314
|
+
return invoke$o(/* Platform.getCacheDir */'Platform.getCacheDir');
|
|
2315
2315
|
};
|
|
2316
2316
|
const getCacheName = () => {
|
|
2317
2317
|
return 'lvce-runtime';
|
|
2318
2318
|
};
|
|
2319
2319
|
const getTestPathRemote = () => {
|
|
2320
|
-
return invoke$
|
|
2320
|
+
return invoke$o(/* Platform.getTestPath */'Platform.getTestPath');
|
|
2321
2321
|
};
|
|
2322
2322
|
const getTestPathWeb = () => {
|
|
2323
2323
|
return `${assetDir}/packages/extension-host-worker-tests`;
|
|
@@ -2334,7 +2334,7 @@ const getTestPath = () => {
|
|
|
2334
2334
|
}
|
|
2335
2335
|
};
|
|
2336
2336
|
const getRepository = () => {
|
|
2337
|
-
return invoke$
|
|
2337
|
+
return invoke$o('Platform.getRepository');
|
|
2338
2338
|
};
|
|
2339
2339
|
|
|
2340
2340
|
// TODO determine with websocket request or some
|
|
@@ -2486,7 +2486,7 @@ const getAvailableKeyBindings = keyBindings => {
|
|
|
2486
2486
|
const update = () => {
|
|
2487
2487
|
const matchingKeyBindings = getMatchingKeyBindings(state$x.keyBindingSets);
|
|
2488
2488
|
const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
|
|
2489
|
-
invoke$
|
|
2489
|
+
invoke$q('KeyBindings.setIdentifiers', keyBindingIdentifiers);
|
|
2490
2490
|
state$x.matchingKeyBindings = matchingKeyBindings;
|
|
2491
2491
|
state$x.keyBindingIdentifiers = keyBindingIdentifiers;
|
|
2492
2492
|
};
|
|
@@ -2580,7 +2580,7 @@ const hydrate$6 = async () => {
|
|
|
2580
2580
|
};
|
|
2581
2581
|
|
|
2582
2582
|
const getIconThemeJson = async iconThemeId => {
|
|
2583
|
-
return invoke$
|
|
2583
|
+
return invoke$n('IconTheme.getJson', iconThemeId);
|
|
2584
2584
|
};
|
|
2585
2585
|
|
|
2586
2586
|
const dispatch = key => (...args) => {
|
|
@@ -2661,13 +2661,13 @@ const serializeObjects = objects => {
|
|
|
2661
2661
|
};
|
|
2662
2662
|
|
|
2663
2663
|
const clear$5 = async storageType => {
|
|
2664
|
-
await invoke$
|
|
2664
|
+
await invoke$q(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
|
|
2665
2665
|
};
|
|
2666
2666
|
const getAll$1 = storageType => {
|
|
2667
|
-
return invoke$
|
|
2667
|
+
return invoke$q('WebStorage.getAll', storageType);
|
|
2668
2668
|
};
|
|
2669
2669
|
const getText$2 = async (storageType, key) => {
|
|
2670
|
-
const item = await invoke$
|
|
2670
|
+
const item = await invoke$q(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
|
|
2671
2671
|
return item || '';
|
|
2672
2672
|
};
|
|
2673
2673
|
const getJson$6 = async (storageType, key) => {
|
|
@@ -2682,7 +2682,7 @@ const getJson$6 = async (storageType, key) => {
|
|
|
2682
2682
|
}
|
|
2683
2683
|
};
|
|
2684
2684
|
const setText$1 = async (storageType, key, value) => {
|
|
2685
|
-
await invoke$
|
|
2685
|
+
await invoke$q(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
|
|
2686
2686
|
};
|
|
2687
2687
|
const setJson$5 = async (storageType, key, value) => {
|
|
2688
2688
|
const stringifiedValue = stringifyCompact(value);
|
|
@@ -2690,7 +2690,7 @@ const setJson$5 = async (storageType, key, value) => {
|
|
|
2690
2690
|
};
|
|
2691
2691
|
const setJsonObjects$2 = async (storageType, objects) => {
|
|
2692
2692
|
const serializedObjects = serializeObjects(objects);
|
|
2693
|
-
await invoke$
|
|
2693
|
+
await invoke$q('WebStorage.setJsonObjects', storageType, serializedObjects);
|
|
2694
2694
|
};
|
|
2695
2695
|
|
|
2696
2696
|
const LocalStorage = 1;
|
|
@@ -2865,7 +2865,7 @@ const ExtensionStateStorage = {
|
|
|
2865
2865
|
};
|
|
2866
2866
|
|
|
2867
2867
|
const saveState$l = async () => {
|
|
2868
|
-
const state = await invoke$
|
|
2868
|
+
const state = await invoke$n('SaveState.saveState');
|
|
2869
2869
|
return state;
|
|
2870
2870
|
};
|
|
2871
2871
|
const getSavedState = async () => {
|
|
@@ -2920,7 +2920,7 @@ const hydrate$5 = async () => {
|
|
|
2920
2920
|
console.info('[info] not saving state on visibility change - disabled by settings');
|
|
2921
2921
|
return;
|
|
2922
2922
|
}
|
|
2923
|
-
await invoke$
|
|
2923
|
+
await invoke$q('Window.onVisibilityChange');
|
|
2924
2924
|
};
|
|
2925
2925
|
const getSavedViewletState = viewletId => {
|
|
2926
2926
|
return getJson$4(viewletId);
|
|
@@ -2944,7 +2944,7 @@ const ViewletManagerVisitorCss = {
|
|
|
2944
2944
|
|
|
2945
2945
|
const fileSearchWorkerUrl = `${assetDir}/packages/file-search-worker/dist/fileSearchWorkerMain.js`;
|
|
2946
2946
|
|
|
2947
|
-
const getConfiguredWorkerUrl$
|
|
2947
|
+
const getConfiguredWorkerUrl$k = () => {
|
|
2948
2948
|
let configuredWorkerUrl = get$e('develop.fileSearchWorkerPath') || '';
|
|
2949
2949
|
if (configuredWorkerUrl) {
|
|
2950
2950
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -2960,14 +2960,14 @@ const launchFileSearchWorker = async () => {
|
|
|
2960
2960
|
const ipc = await create$14({
|
|
2961
2961
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
2962
2962
|
name,
|
|
2963
|
-
url: getConfiguredWorkerUrl$
|
|
2963
|
+
url: getConfiguredWorkerUrl$k()
|
|
2964
2964
|
});
|
|
2965
2965
|
handleIpc(ipc);
|
|
2966
2966
|
return ipc;
|
|
2967
2967
|
};
|
|
2968
2968
|
|
|
2969
2969
|
const {
|
|
2970
|
-
invoke: invoke$
|
|
2970
|
+
invoke: invoke$m} = getOrCreateWorker(launchFileSearchWorker);
|
|
2971
2971
|
|
|
2972
2972
|
const state$u = {
|
|
2973
2973
|
/**
|
|
@@ -2983,7 +2983,7 @@ const add$1 = async menuEntries => {
|
|
|
2983
2983
|
// TODO store menu entries here or in file search worker?
|
|
2984
2984
|
// Usually don't want to start worker for the menu entries
|
|
2985
2985
|
// But also quickpick menu entries would be better stored there
|
|
2986
|
-
await invoke$
|
|
2986
|
+
await invoke$m('QuickPick.addMenuEntries', menuEntries);
|
|
2987
2987
|
};
|
|
2988
2988
|
|
|
2989
2989
|
const loadModule$2 = async (id, module) => {
|
|
@@ -3172,7 +3172,7 @@ const runFn = async (instance, id, key, fn, args) => {
|
|
|
3172
3172
|
const commands = render$J(instance.factory, oldState, newState, newState.uid || id);
|
|
3173
3173
|
updateDynamicFocusContext(commands);
|
|
3174
3174
|
setRenderedState(id, newState);
|
|
3175
|
-
await invoke$
|
|
3175
|
+
await invoke$q(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3176
3176
|
} else {
|
|
3177
3177
|
return fn(instance.state, ...args);
|
|
3178
3178
|
}
|
|
@@ -3197,7 +3197,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
|
|
|
3197
3197
|
if (commands.length === 0) {
|
|
3198
3198
|
return;
|
|
3199
3199
|
}
|
|
3200
|
-
await invoke$
|
|
3200
|
+
await invoke$q(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3201
3201
|
};
|
|
3202
3202
|
|
|
3203
3203
|
// TODO maybe wrapViewletCommand should accept module instead of id string
|
|
@@ -3402,7 +3402,7 @@ const maybeRegisterEvents = module => {
|
|
|
3402
3402
|
const commands = render$J(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3403
3403
|
instance.state = newState;
|
|
3404
3404
|
instance.renderedState = newState;
|
|
3405
|
-
await invoke$
|
|
3405
|
+
await invoke$q(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3406
3406
|
};
|
|
3407
3407
|
addListener('workspace.change', handleUpdate);
|
|
3408
3408
|
}
|
|
@@ -3429,7 +3429,7 @@ const maybeRegisterEvents = module => {
|
|
|
3429
3429
|
const commands = render$J(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3430
3430
|
instance.state = newState;
|
|
3431
3431
|
instance.renderedState = newState;
|
|
3432
|
-
await invoke$
|
|
3432
|
+
await invoke$q(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3433
3433
|
};
|
|
3434
3434
|
addListener(key, handleUpdate);
|
|
3435
3435
|
}
|
|
@@ -3457,7 +3457,7 @@ const maybeRegisterMenuEntries = async module => {
|
|
|
3457
3457
|
const actuallyLoadModule = async (getModule, id) => {
|
|
3458
3458
|
const module = await getModule(id);
|
|
3459
3459
|
if (!module.hasFunctionalEvents) {
|
|
3460
|
-
await invoke$
|
|
3460
|
+
await invoke$q(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
|
|
3461
3461
|
}
|
|
3462
3462
|
await loadModule$1(id, module);
|
|
3463
3463
|
await maybeRegisterWrappedCommands(id, module);
|
|
@@ -3550,7 +3550,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3550
3550
|
if (module.renderEventListeners) {
|
|
3551
3551
|
// TODO reuse event listeners between components
|
|
3552
3552
|
const eventListeners = await module.renderEventListeners();
|
|
3553
|
-
await invoke$
|
|
3553
|
+
await invoke$q('Viewlet.registerEventListeners', viewletUid, eventListeners);
|
|
3554
3554
|
}
|
|
3555
3555
|
if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
|
|
3556
3556
|
await module.show(newState);
|
|
@@ -3604,7 +3604,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3604
3604
|
}
|
|
3605
3605
|
state = ViewletState.ContentLoaded;
|
|
3606
3606
|
if (viewlet.show === false) {} else {
|
|
3607
|
-
await invoke$
|
|
3607
|
+
await invoke$q(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
3608
3608
|
}
|
|
3609
3609
|
if (viewlet.disposed) {
|
|
3610
3610
|
// TODO unload the module from renderer process
|
|
@@ -3656,7 +3656,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3656
3656
|
return allCommands;
|
|
3657
3657
|
}
|
|
3658
3658
|
commands.push(...extraCommands);
|
|
3659
|
-
await invoke$
|
|
3659
|
+
await invoke$q(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3660
3660
|
} else {
|
|
3661
3661
|
const allCommands = [...commands, ...extraCommands
|
|
3662
3662
|
// ['Viewlet.show', viewlet.id],
|
|
@@ -3677,7 +3677,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3677
3677
|
}
|
|
3678
3678
|
state = ViewletState.ContentRendered;
|
|
3679
3679
|
if (viewlet.parentUid && viewlet.show !== false) {
|
|
3680
|
-
await invoke$
|
|
3680
|
+
await invoke$q(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
|
|
3681
3681
|
}
|
|
3682
3682
|
state = ViewletState.Appended;
|
|
3683
3683
|
if (viewlet.disposed) {
|
|
@@ -3699,10 +3699,10 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3699
3699
|
}
|
|
3700
3700
|
const commands = [];
|
|
3701
3701
|
if (state < ViewletState.RendererProcessViewletLoaded) {
|
|
3702
|
-
await invoke$
|
|
3702
|
+
await invoke$q(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
3703
3703
|
}
|
|
3704
3704
|
const parentUid = viewlet.parentUid;
|
|
3705
|
-
await invoke$
|
|
3705
|
+
await invoke$q(kLoadModule, Error$3);
|
|
3706
3706
|
commands.push([kCreate, Error$3, viewletUid]);
|
|
3707
3707
|
// @ts-ignore
|
|
3708
3708
|
if (viewlet.setBounds !== false) {
|
|
@@ -3711,7 +3711,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3711
3711
|
if (module && module.customErrorRenderer) {
|
|
3712
3712
|
const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
|
|
3713
3713
|
const dom = await errorModule.render(error);
|
|
3714
|
-
await invoke$
|
|
3714
|
+
await invoke$q(kLoadModule, module.customErrorRenderer);
|
|
3715
3715
|
commands.push([kCreate, module.customErrorRenderer, viewletUid]);
|
|
3716
3716
|
commands.push(['Viewlet.setDom2', viewletUid, dom]);
|
|
3717
3717
|
commands.push([kAppend, parentUid, viewletUid]);
|
|
@@ -3764,7 +3764,7 @@ const load$4 = async moduleId => {
|
|
|
3764
3764
|
};
|
|
3765
3765
|
|
|
3766
3766
|
const disposeBrowserViewQuickPick = () => {
|
|
3767
|
-
return invoke$
|
|
3767
|
+
return invoke$o('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
|
|
3768
3768
|
};
|
|
3769
3769
|
|
|
3770
3770
|
const handleKeyBinding$1 = async identifier => {
|
|
@@ -3814,7 +3814,7 @@ const focus$7 = async id => {
|
|
|
3814
3814
|
commands.push(...render$J(instance.factory, oldState, newState));
|
|
3815
3815
|
}
|
|
3816
3816
|
setFocusedInstance(instance);
|
|
3817
|
-
await invoke$
|
|
3817
|
+
await invoke$q('Viewlet.sendMultiple', commands);
|
|
3818
3818
|
};
|
|
3819
3819
|
|
|
3820
3820
|
/**
|
|
@@ -3839,7 +3839,7 @@ const send = (id, method, ...args) => {
|
|
|
3839
3839
|
/**
|
|
3840
3840
|
* @deprecated
|
|
3841
3841
|
*/
|
|
3842
|
-
const dispose$
|
|
3842
|
+
const dispose$s = async id => {
|
|
3843
3843
|
if (!id) {
|
|
3844
3844
|
console.warn('no instance to dispose');
|
|
3845
3845
|
return;
|
|
@@ -3857,7 +3857,7 @@ const dispose$t = async id => {
|
|
|
3857
3857
|
throw new Error(`${id} is missing a factory function`);
|
|
3858
3858
|
}
|
|
3859
3859
|
instance.factory.dispose(instance.state);
|
|
3860
|
-
await invoke$
|
|
3860
|
+
await invoke$q(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
|
|
3861
3861
|
if (instance.factory.getKeyBindings) {
|
|
3862
3862
|
removeKeyBindings(instanceUid);
|
|
3863
3863
|
}
|
|
@@ -4038,7 +4038,7 @@ const setStateFunctional = (id, newState) => {
|
|
|
4038
4038
|
const setState = async (id, newState) => {
|
|
4039
4039
|
const commands = setStateFunctional(id, newState);
|
|
4040
4040
|
if (commands.length > 0) {
|
|
4041
|
-
await invoke$
|
|
4041
|
+
await invoke$q(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4042
4042
|
}
|
|
4043
4043
|
};
|
|
4044
4044
|
const getAllStates = () => {
|
|
@@ -4081,7 +4081,7 @@ const openWidget = async (moduleId, ...args) => {
|
|
|
4081
4081
|
// TODO send focus changes to renderer process together with other message
|
|
4082
4082
|
updateDynamicFocusContext(commands);
|
|
4083
4083
|
commands.push(['Viewlet.focus', childUid]);
|
|
4084
|
-
await invoke$
|
|
4084
|
+
await invoke$q('Viewlet.executeCommands', commands);
|
|
4085
4085
|
};
|
|
4086
4086
|
const closeWidget = async id => {
|
|
4087
4087
|
try {
|
|
@@ -4093,7 +4093,7 @@ const closeWidget = async id => {
|
|
|
4093
4093
|
const child = childInstance.state;
|
|
4094
4094
|
const childUid = child.uid;
|
|
4095
4095
|
const commands = disposeFunctional(childUid);
|
|
4096
|
-
await invoke$
|
|
4096
|
+
await invoke$q(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
|
|
4097
4097
|
// TODO restore focus
|
|
4098
4098
|
} catch (error) {
|
|
4099
4099
|
throw new VError(error, `Failed to close widget ${id}`);
|
|
@@ -4151,7 +4151,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
|
|
|
4151
4151
|
if (commands.length === 0) {
|
|
4152
4152
|
return;
|
|
4153
4153
|
}
|
|
4154
|
-
await invoke$
|
|
4154
|
+
await invoke$q(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4155
4155
|
};
|
|
4156
4156
|
|
|
4157
4157
|
// @ts-ignore
|
|
@@ -4191,7 +4191,7 @@ const disposeWidgetWithValue = async (id, value) => {
|
|
|
4191
4191
|
instance.status = 'disposed';
|
|
4192
4192
|
remove$8(id);
|
|
4193
4193
|
remove$8(uid);
|
|
4194
|
-
await invoke$
|
|
4194
|
+
await invoke$q('Viewlet.sendMultiple', commands);
|
|
4195
4195
|
// return commands
|
|
4196
4196
|
const parentInstance = getInstance(KeyBindings);
|
|
4197
4197
|
if (!parentInstance) {
|
|
@@ -4398,7 +4398,7 @@ const getLanguageConfigurationFromWebExtension = async languageId => {
|
|
|
4398
4398
|
return json;
|
|
4399
4399
|
};
|
|
4400
4400
|
const getLanguageConfiguration$3 = async languageId => {
|
|
4401
|
-
const languageConfiguration = await invoke$
|
|
4401
|
+
const languageConfiguration = await invoke$o(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
|
|
4402
4402
|
if (languageConfiguration) {
|
|
4403
4403
|
return languageConfiguration;
|
|
4404
4404
|
}
|
|
@@ -4411,7 +4411,7 @@ const getLanguageConfiguration$2 = async languageId => {
|
|
|
4411
4411
|
|
|
4412
4412
|
const getLanguages = async () => {
|
|
4413
4413
|
try {
|
|
4414
|
-
return invoke$
|
|
4414
|
+
return invoke$n('Languages.getLanguages');
|
|
4415
4415
|
} catch (error) {
|
|
4416
4416
|
throw new VError(error, 'Failed to load languages');
|
|
4417
4417
|
}
|
|
@@ -4827,7 +4827,7 @@ const hydrate$3 = async () => {
|
|
|
4827
4827
|
};
|
|
4828
4828
|
|
|
4829
4829
|
const getInitData = async () => {
|
|
4830
|
-
const rendererProcessInitData = await invoke$
|
|
4830
|
+
const rendererProcessInitData = await invoke$q('InitData.getInitData');
|
|
4831
4831
|
// TODO get the following items
|
|
4832
4832
|
// - location.href
|
|
4833
4833
|
// - workspace
|
|
@@ -5219,7 +5219,7 @@ const addToRecentlyOpenedWeb = async path => {
|
|
|
5219
5219
|
await setRecentlyOpened(newRecentlyOpened);
|
|
5220
5220
|
};
|
|
5221
5221
|
const addToRecentlyOpenedRemote = async path => {
|
|
5222
|
-
await invoke$
|
|
5222
|
+
await invoke$o(RecentlyOpenedAddPath, path);
|
|
5223
5223
|
};
|
|
5224
5224
|
const addToRecentlyOpened = async path => {
|
|
5225
5225
|
switch (platform) {
|
|
@@ -5257,16 +5257,16 @@ const hydrate$2 = async () => {
|
|
|
5257
5257
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
5258
5258
|
|
|
5259
5259
|
const saveValue$1 = async (storeId, value) => {
|
|
5260
|
-
await invoke$
|
|
5260
|
+
await invoke$n('IndexedDb.saveValue', storeId, value);
|
|
5261
5261
|
};
|
|
5262
5262
|
const getValuesByIndexName$1 = async (storeId, indexName, only) => {
|
|
5263
|
-
return invoke$
|
|
5263
|
+
return invoke$n('IndexedDb.getValuesByIndexName', storeId, indexName, only);
|
|
5264
5264
|
};
|
|
5265
5265
|
const addHandle$1 = async (uri, handle) => {
|
|
5266
|
-
return invoke$
|
|
5266
|
+
return invoke$n('IndexedDb.addHandle', uri, handle);
|
|
5267
5267
|
};
|
|
5268
5268
|
const getHandle$1 = async uri => {
|
|
5269
|
-
return invoke$
|
|
5269
|
+
return invoke$n('IndexedDb.getHandle', uri);
|
|
5270
5270
|
};
|
|
5271
5271
|
|
|
5272
5272
|
const saveValue = async (sessionId, value) => {
|
|
@@ -5497,14 +5497,14 @@ const openSession = async () => {
|
|
|
5497
5497
|
*/
|
|
5498
5498
|
const handleUnhandledRejection = event => {
|
|
5499
5499
|
event.preventDefault();
|
|
5500
|
-
handleError$
|
|
5500
|
+
handleError$1(event.reason, false, '[renderer-worker] Unhandled Rejection: ');
|
|
5501
5501
|
};
|
|
5502
5502
|
|
|
5503
5503
|
/**
|
|
5504
5504
|
* @param {Error} error
|
|
5505
5505
|
*/
|
|
5506
5506
|
const handleUnhandledError = (message, filename, lineno, colno, error) => {
|
|
5507
|
-
handleError$
|
|
5507
|
+
handleError$1(error, false, '[renderer-worker] Unhandled Error: ');
|
|
5508
5508
|
return true;
|
|
5509
5509
|
};
|
|
5510
5510
|
|
|
@@ -5639,6 +5639,13 @@ const getWatchConfig = () => {
|
|
|
5639
5639
|
command: 'Settings.hotReload'
|
|
5640
5640
|
});
|
|
5641
5641
|
}
|
|
5642
|
+
const output = get$e('develop.outputViewWorkerPath');
|
|
5643
|
+
if (settings) {
|
|
5644
|
+
watchConfig.push({
|
|
5645
|
+
path: output,
|
|
5646
|
+
command: 'Output.hotReload'
|
|
5647
|
+
});
|
|
5648
|
+
}
|
|
5642
5649
|
return watchConfig;
|
|
5643
5650
|
};
|
|
5644
5651
|
|
|
@@ -5649,7 +5656,7 @@ const watchFilesForHotReload = async platform => {
|
|
|
5649
5656
|
if (config.length === 0) {
|
|
5650
5657
|
return;
|
|
5651
5658
|
}
|
|
5652
|
-
await invoke$
|
|
5659
|
+
await invoke$o('ExtensionHost.watchForHotReload', config);
|
|
5653
5660
|
} catch (error) {
|
|
5654
5661
|
console.warn(`Failed to watch ${error}`);
|
|
5655
5662
|
}
|
|
@@ -5767,7 +5774,7 @@ const startup = async () => {
|
|
|
5767
5774
|
const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
|
|
5768
5775
|
commands.push(...placeholderCommands);
|
|
5769
5776
|
commands.push(['Viewlet.appendToBody', layout.uid]);
|
|
5770
|
-
await invoke$
|
|
5777
|
+
await invoke$q('Viewlet.executeCommands', commands);
|
|
5771
5778
|
// await Layout.hydrate(initData)
|
|
5772
5779
|
mark(DidShowLayout);
|
|
5773
5780
|
mark(WillLoadLanguages);
|
|
@@ -6430,10 +6437,10 @@ const GetColorThemeCssCachedLocalStorage = {
|
|
|
6430
6437
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
6431
6438
|
|
|
6432
6439
|
const set$8 = async (key, value) => {
|
|
6433
|
-
await invoke$
|
|
6440
|
+
await invoke$n('IndexedDb.set', key, value);
|
|
6434
6441
|
};
|
|
6435
6442
|
const get$7 = async key => {
|
|
6436
|
-
return invoke$
|
|
6443
|
+
return invoke$n('IndexedDb.get', key);
|
|
6437
6444
|
};
|
|
6438
6445
|
|
|
6439
6446
|
const getCacheKey = colorThemeId => {
|
|
@@ -6505,7 +6512,7 @@ const get$4 = () => {
|
|
|
6505
6512
|
};
|
|
6506
6513
|
|
|
6507
6514
|
const addWebExtension = async path => {
|
|
6508
|
-
const manifest = await invoke$
|
|
6515
|
+
const manifest = await invoke$n('Extensions.addWebExtension', path);
|
|
6509
6516
|
// TODO avoid side effect here
|
|
6510
6517
|
if (manifest.languages) {
|
|
6511
6518
|
for (const language of manifest.languages) {
|
|
@@ -6619,7 +6626,7 @@ const handleRejectedExtensions = async extensions => {
|
|
|
6619
6626
|
}
|
|
6620
6627
|
};
|
|
6621
6628
|
const getExtensions$1 = async () => {
|
|
6622
|
-
return invoke$
|
|
6629
|
+
return invoke$n('Extensions.getExtensions');
|
|
6623
6630
|
};
|
|
6624
6631
|
const addNodeExtension = async path => {
|
|
6625
6632
|
// TODO add support for dynamically loading node extensions
|
|
@@ -6661,13 +6668,13 @@ const state$l = {
|
|
|
6661
6668
|
const actuallyActivateExtension = async (extension, event) => {
|
|
6662
6669
|
if (!(extension.id in state$l.activatedExtensions)) {
|
|
6663
6670
|
const absolutePath = getExtensionAbsolutePath(extension.id, extension.isWeb, extension.builtin, extension.path, extension.browser, origin, platform);
|
|
6664
|
-
state$l.activatedExtensions[extension.id] = invoke$
|
|
6671
|
+
state$l.activatedExtensions[extension.id] = invoke$n(ExtensionActivate, extension, absolutePath, event);
|
|
6665
6672
|
}
|
|
6666
6673
|
return state$l.activatedExtensions[extension.id];
|
|
6667
6674
|
};
|
|
6668
6675
|
const actuallyActivateByEvent = async event => {
|
|
6669
6676
|
// TODO should not query extensions multiple times
|
|
6670
|
-
const extensions = await invoke$
|
|
6677
|
+
const extensions = await invoke$n('Extensions.getExtensions');
|
|
6671
6678
|
const {
|
|
6672
6679
|
resolved,
|
|
6673
6680
|
rejected
|
|
@@ -6713,7 +6720,7 @@ const executeProviders = async ({
|
|
|
6713
6720
|
combineResults
|
|
6714
6721
|
}) => {
|
|
6715
6722
|
await activateByEvent(event);
|
|
6716
|
-
const result = await invoke$
|
|
6723
|
+
const result = await invoke$n(method, ...params);
|
|
6717
6724
|
return result;
|
|
6718
6725
|
};
|
|
6719
6726
|
const executeProvider = async ({
|
|
@@ -6723,14 +6730,14 @@ const executeProvider = async ({
|
|
|
6723
6730
|
noProviderFoundMessage
|
|
6724
6731
|
}) => {
|
|
6725
6732
|
await activateByEvent(event);
|
|
6726
|
-
const result = invoke$
|
|
6733
|
+
const result = invoke$n(method, ...params);
|
|
6727
6734
|
return result;
|
|
6728
6735
|
};
|
|
6729
6736
|
const execute$3 = async ({
|
|
6730
6737
|
method,
|
|
6731
6738
|
params
|
|
6732
6739
|
}) => {
|
|
6733
|
-
await invoke$
|
|
6740
|
+
await invoke$n(method, ...params);
|
|
6734
6741
|
};
|
|
6735
6742
|
|
|
6736
6743
|
const readFile$e = uri => {
|
|
@@ -6950,40 +6957,40 @@ const FileSystemData = {
|
|
|
6950
6957
|
|
|
6951
6958
|
const name$2q = 'Memory';
|
|
6952
6959
|
const readFile$b = uri => {
|
|
6953
|
-
return invoke$
|
|
6960
|
+
return invoke$n('FileSystemMemory.readFile', uri);
|
|
6954
6961
|
};
|
|
6955
6962
|
const writeFile$b = (uri, content) => {
|
|
6956
|
-
return invoke$
|
|
6963
|
+
return invoke$n('FileSystemMemory.writeFile', uri, content);
|
|
6957
6964
|
};
|
|
6958
6965
|
const mkdir$4 = uri => {
|
|
6959
|
-
return invoke$
|
|
6966
|
+
return invoke$n('FileSystemMemory.mkdir', uri);
|
|
6960
6967
|
};
|
|
6961
6968
|
const getPathSeparator$5 = () => {
|
|
6962
6969
|
return Slash;
|
|
6963
6970
|
};
|
|
6964
6971
|
const remove$4 = uri => {
|
|
6965
|
-
return invoke$
|
|
6972
|
+
return invoke$n('FileSystemMemory.remove', uri);
|
|
6966
6973
|
};
|
|
6967
6974
|
const readDirWithFileTypes$5 = uri => {
|
|
6968
|
-
return invoke$
|
|
6975
|
+
return invoke$n('FileSystemMemory.readDirWithFileTypes', uri);
|
|
6969
6976
|
};
|
|
6970
6977
|
const getBlobUrl$2 = uri => {
|
|
6971
|
-
return invoke$
|
|
6978
|
+
return invoke$n('FileSystemMemory.getBlobUrl', uri);
|
|
6972
6979
|
};
|
|
6973
6980
|
const getBlob$5 = async uri => {
|
|
6974
|
-
return invoke$
|
|
6981
|
+
return invoke$n('FileSystemMemory.getBlob', uri);
|
|
6975
6982
|
};
|
|
6976
6983
|
const chmod$3 = (path, permissions) => {
|
|
6977
|
-
return invoke$
|
|
6984
|
+
return invoke$n('FileSystemMemory.chmod', path, permissions);
|
|
6978
6985
|
};
|
|
6979
6986
|
const rename$3 = (oldPath, newPath) => {
|
|
6980
|
-
return invoke$
|
|
6987
|
+
return invoke$n('FileSystemMemory.rename', oldPath, newPath);
|
|
6981
6988
|
};
|
|
6982
6989
|
const copy$4 = (oldPath, newPath) => {
|
|
6983
|
-
return invoke$
|
|
6990
|
+
return invoke$n('FileSystemMemory.copy', oldPath, newPath);
|
|
6984
6991
|
};
|
|
6985
6992
|
const getFiles$1 = () => {
|
|
6986
|
-
return invoke$
|
|
6993
|
+
return invoke$n('FileSystemMemory.getFiles');
|
|
6987
6994
|
};
|
|
6988
6995
|
|
|
6989
6996
|
const FileSystemMemory = {
|
|
@@ -7299,7 +7306,7 @@ const FileSystemWeb = {
|
|
|
7299
7306
|
|
|
7300
7307
|
const fileSystemWorkerUrl = `${assetDir}/packages/file-system-worker/dist/fileSystemWorkerMain.js`;
|
|
7301
7308
|
|
|
7302
|
-
const getConfiguredWorkerUrl$
|
|
7309
|
+
const getConfiguredWorkerUrl$j = () => {
|
|
7303
7310
|
let configuredWorkerUrl = get$e('develop.fileSystemWorkerPath') || '';
|
|
7304
7311
|
if (configuredWorkerUrl) {
|
|
7305
7312
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -7315,15 +7322,15 @@ const launchFileSystemWorker = async () => {
|
|
|
7315
7322
|
const ipc = await create$14({
|
|
7316
7323
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
7317
7324
|
name,
|
|
7318
|
-
url: getConfiguredWorkerUrl$
|
|
7325
|
+
url: getConfiguredWorkerUrl$j()
|
|
7319
7326
|
});
|
|
7320
7327
|
handleIpc(ipc);
|
|
7321
|
-
await invoke$
|
|
7328
|
+
await invoke$r(ipc, 'Initialize.initialize', platform);
|
|
7322
7329
|
return ipc;
|
|
7323
7330
|
};
|
|
7324
7331
|
|
|
7325
7332
|
const {
|
|
7326
|
-
invoke: invoke$
|
|
7333
|
+
invoke: invoke$l,
|
|
7327
7334
|
invokeAndTransfer: invokeAndTransfer$4} = getOrCreateWorker(launchFileSystemWorker);
|
|
7328
7335
|
|
|
7329
7336
|
// TODO move all of this to an extension
|
|
@@ -7335,30 +7342,30 @@ const state$j = {
|
|
|
7335
7342
|
};
|
|
7336
7343
|
const readFile$9 = async uri => {
|
|
7337
7344
|
if (uri.startsWith('http://') || uri.startsWith('https://')) {
|
|
7338
|
-
return invoke$
|
|
7345
|
+
return invoke$l('FileSystemFetch.readFile', uri);
|
|
7339
7346
|
}
|
|
7340
|
-
return invoke$
|
|
7347
|
+
return invoke$n('FileSystemFetch.readFile', uri);
|
|
7341
7348
|
};
|
|
7342
7349
|
const writeFile$9 = (uri, content) => {
|
|
7343
|
-
return invoke$
|
|
7350
|
+
return invoke$n('FileSystemFetch.writeFile', uri);
|
|
7344
7351
|
};
|
|
7345
7352
|
const mkdir$2 = uri => {
|
|
7346
|
-
return invoke$
|
|
7353
|
+
return invoke$n('FileSystemFetch.mkdir', uri);
|
|
7347
7354
|
};
|
|
7348
7355
|
const getPathSeparator$3 = () => {
|
|
7349
7356
|
return Slash;
|
|
7350
7357
|
};
|
|
7351
7358
|
const remove$2 = uri => {
|
|
7352
|
-
return invoke$
|
|
7359
|
+
return invoke$n('FileSystemFetch.remove', uri);
|
|
7353
7360
|
};
|
|
7354
7361
|
const readDirWithFileTypes$3 = async uri => {
|
|
7355
|
-
return invoke$
|
|
7362
|
+
return invoke$n('FileSystemFetch.readDirWithFileTypes', uri);
|
|
7356
7363
|
};
|
|
7357
7364
|
const chmod$2 = (path, permissions) => {
|
|
7358
|
-
return invoke$
|
|
7365
|
+
return invoke$n('FileSystemFetch.chmod', path, permissions);
|
|
7359
7366
|
};
|
|
7360
7367
|
const getBlob$4 = async (uri, type) => {
|
|
7361
|
-
return invoke$
|
|
7368
|
+
return invoke$n('FileSystemFetch.getBlob', uri, type);
|
|
7362
7369
|
};
|
|
7363
7370
|
|
|
7364
7371
|
const FileSystemFetch = {
|
|
@@ -7391,37 +7398,37 @@ const toUri = item => {
|
|
|
7391
7398
|
const copy$3 = (source, target) => {
|
|
7392
7399
|
source = toUri(source);
|
|
7393
7400
|
target = toUri(target);
|
|
7394
|
-
return invoke$
|
|
7401
|
+
return invoke$l('FileSystem.copy', /* source */source, /* target */target);
|
|
7395
7402
|
};
|
|
7396
7403
|
const readFile$8 = (path, encoding) => {
|
|
7397
7404
|
path = toUri(path);
|
|
7398
|
-
return invoke$
|
|
7405
|
+
return invoke$l('FileSystem.readFile', /* path */path, /* encoding */encoding);
|
|
7399
7406
|
};
|
|
7400
7407
|
const readJson$2 = path => {
|
|
7401
7408
|
path = toUri(path);
|
|
7402
|
-
return invoke$
|
|
7409
|
+
return invoke$l('FileSystem.readJson', /* path */path);
|
|
7403
7410
|
};
|
|
7404
7411
|
const remove$1 = path => {
|
|
7405
7412
|
path = toUri(path);
|
|
7406
|
-
return invoke$
|
|
7413
|
+
return invoke$l('FileSystem.remove', /* path */path);
|
|
7407
7414
|
};
|
|
7408
7415
|
const rename$1 = (oldUri, newUri) => {
|
|
7409
7416
|
oldUri = toUri(oldUri);
|
|
7410
7417
|
newUri = toUri(newUri);
|
|
7411
|
-
return invoke$
|
|
7418
|
+
return invoke$l('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
|
|
7412
7419
|
};
|
|
7413
7420
|
const mkdir$1 = path => {
|
|
7414
7421
|
path = toUri(path);
|
|
7415
|
-
return invoke$
|
|
7422
|
+
return invoke$l('FileSystem.mkdir', /* path */path);
|
|
7416
7423
|
};
|
|
7417
7424
|
const writeFile$8 = async (path, content, encoding) => {
|
|
7418
7425
|
path = toUri(path);
|
|
7419
|
-
await invoke$
|
|
7426
|
+
await invoke$l(/* FileSystem.writeFile */'FileSystem.writeFile', /* path */path, /* content */content, /* encoding */encoding);
|
|
7420
7427
|
};
|
|
7421
7428
|
const ensureFile = async () => {};
|
|
7422
7429
|
const readDirWithFileTypes$2 = path => {
|
|
7423
7430
|
path = toUri(path);
|
|
7424
|
-
return invoke$
|
|
7431
|
+
return invoke$l('FileSystem.readDirWithFileTypes', /* path */path);
|
|
7425
7432
|
};
|
|
7426
7433
|
const getBlobUrl$1 = path => {
|
|
7427
7434
|
if (!path.startsWith('/')) {
|
|
@@ -7430,7 +7437,7 @@ const getBlobUrl$1 = path => {
|
|
|
7430
7437
|
return getRemoteSrc(path);
|
|
7431
7438
|
};
|
|
7432
7439
|
const getBlob$3 = async (path, type) => {
|
|
7433
|
-
const content = await invoke$
|
|
7440
|
+
const content = await invoke$l('FileSystem.readFileAsBuffer', path);
|
|
7434
7441
|
const array = new Uint8Array(content.data);
|
|
7435
7442
|
const blob = new Blob([array], {
|
|
7436
7443
|
type
|
|
@@ -7441,22 +7448,22 @@ const getPathSeparator$2 = () => {
|
|
|
7441
7448
|
if (platform === Web$1) {
|
|
7442
7449
|
return Slash;
|
|
7443
7450
|
}
|
|
7444
|
-
return invoke$
|
|
7451
|
+
return invoke$l('FileSystem.getPathSeparator');
|
|
7445
7452
|
};
|
|
7446
7453
|
const getRealPath = path => {
|
|
7447
|
-
return invoke$
|
|
7454
|
+
return invoke$l('FileSystem.getRealPath', /* path */path);
|
|
7448
7455
|
};
|
|
7449
7456
|
const stat = path => {
|
|
7450
7457
|
path = toUri(path);
|
|
7451
|
-
return invoke$
|
|
7458
|
+
return invoke$l('FileSystem.stat', /* path */path);
|
|
7452
7459
|
};
|
|
7453
7460
|
const getFolderSize = path => {
|
|
7454
7461
|
path = toUri(path);
|
|
7455
|
-
return invoke$
|
|
7462
|
+
return invoke$l('FileSystem.getFolderSize', /* path */path);
|
|
7456
7463
|
};
|
|
7457
7464
|
const chmod$1 = (path, permissions) => {
|
|
7458
7465
|
path = toUri(path);
|
|
7459
|
-
return invoke$
|
|
7466
|
+
return invoke$l('FileSystem.chmod', /* path */path, /* permissions */permissions);
|
|
7460
7467
|
};
|
|
7461
7468
|
const canBeRestored$2 = true;
|
|
7462
7469
|
|
|
@@ -7600,7 +7607,7 @@ const requestPermission = async (handle, options) => {
|
|
|
7600
7607
|
// query permission, but from renderer process
|
|
7601
7608
|
// because handle.requestPermission is not implemented
|
|
7602
7609
|
// in a worker, see https://github.com/WICG/file-system-access/issues/289
|
|
7603
|
-
const permissionTypeNow = await invoke$
|
|
7610
|
+
const permissionTypeNow = await invoke$q('FileSystemHandle.requestPermission', handle, options);
|
|
7604
7611
|
return permissionTypeNow;
|
|
7605
7612
|
};
|
|
7606
7613
|
const queryPermission = async (handle, options) => {
|
|
@@ -7826,7 +7833,7 @@ const FileSystemHtml = {
|
|
|
7826
7833
|
|
|
7827
7834
|
const debugWorkerUrl = `${assetDir}/packages/debug-worker/dist/debugWorkerMain.js`;
|
|
7828
7835
|
|
|
7829
|
-
const getConfiguredWorkerUrl$
|
|
7836
|
+
const getConfiguredWorkerUrl$i = () => {
|
|
7830
7837
|
let configuredWorkerUrl = get$e('develop.debugWorkerPath') || '';
|
|
7831
7838
|
if (configuredWorkerUrl) {
|
|
7832
7839
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -7842,21 +7849,21 @@ const launchDebugWorker = async () => {
|
|
|
7842
7849
|
const ipc = await create$14({
|
|
7843
7850
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
7844
7851
|
name,
|
|
7845
|
-
url: getConfiguredWorkerUrl$
|
|
7852
|
+
url: getConfiguredWorkerUrl$i()
|
|
7846
7853
|
});
|
|
7847
7854
|
handleIpc(ipc);
|
|
7848
|
-
await invoke$
|
|
7855
|
+
await invoke$r(ipc, 'Initialize.initialize');
|
|
7849
7856
|
return ipc;
|
|
7850
7857
|
};
|
|
7851
7858
|
|
|
7852
7859
|
const {
|
|
7853
|
-
invoke: invoke$
|
|
7854
|
-
restart: restart$
|
|
7860
|
+
invoke: invoke$k,
|
|
7861
|
+
restart: restart$a
|
|
7855
7862
|
} = getOrCreateWorker(launchDebugWorker);
|
|
7856
7863
|
|
|
7857
7864
|
const name$2m = 'Debug';
|
|
7858
7865
|
const readFile$6 = uri => {
|
|
7859
|
-
return invoke$
|
|
7866
|
+
return invoke$k('RunAndDebug.readFile', uri);
|
|
7860
7867
|
};
|
|
7861
7868
|
const writeFile$6 = (uri, content) => {
|
|
7862
7869
|
throw new Error('not implemented');
|
|
@@ -8241,7 +8248,7 @@ const TryToGetActualImportErrorMessage = {
|
|
|
8241
8248
|
|
|
8242
8249
|
const aboutViewWorkerUrl = `${assetDir}/packages/about-view-worker/dist/aboutWorkerMain.js`;
|
|
8243
8250
|
|
|
8244
|
-
const getConfiguredWorkerUrl$
|
|
8251
|
+
const getConfiguredWorkerUrl$h = () => {
|
|
8245
8252
|
let configuredWorkerUrl = get$e('develop.aboutViewWorkerPath') || '';
|
|
8246
8253
|
if (configuredWorkerUrl) {
|
|
8247
8254
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -8257,18 +8264,18 @@ const launchAboutViewWorker = async () => {
|
|
|
8257
8264
|
const ipc = await create$14({
|
|
8258
8265
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
8259
8266
|
name,
|
|
8260
|
-
url: getConfiguredWorkerUrl$
|
|
8267
|
+
url: getConfiguredWorkerUrl$h()
|
|
8261
8268
|
});
|
|
8262
8269
|
handleIpc(ipc);
|
|
8263
8270
|
return ipc;
|
|
8264
8271
|
};
|
|
8265
8272
|
|
|
8266
8273
|
const {
|
|
8267
|
-
invoke: invoke$
|
|
8274
|
+
invoke: invoke$j
|
|
8268
8275
|
} = getOrCreateWorker(launchAboutViewWorker);
|
|
8269
8276
|
|
|
8270
8277
|
const showAboutElectron = async () => {
|
|
8271
|
-
return invoke$
|
|
8278
|
+
return invoke$j('About.showAboutElectron');
|
|
8272
8279
|
};
|
|
8273
8280
|
|
|
8274
8281
|
const showAboutDefault = async () => {
|
|
@@ -8378,7 +8385,7 @@ const Ajax_ipc = {
|
|
|
8378
8385
|
|
|
8379
8386
|
const playBell = async () => {
|
|
8380
8387
|
const src = '/sounds/bell.oga';
|
|
8381
|
-
await invoke$
|
|
8388
|
+
await invoke$q(/* Audio.play */3211, /* src */src);
|
|
8382
8389
|
};
|
|
8383
8390
|
|
|
8384
8391
|
const name$2j = 'Audio';
|
|
@@ -8431,25 +8438,25 @@ const i18nString = (key, placeholders = emptyObject) => {
|
|
|
8431
8438
|
/**
|
|
8432
8439
|
* @enum {string}
|
|
8433
8440
|
*/
|
|
8434
|
-
const UiStrings$
|
|
8441
|
+
const UiStrings$i = {
|
|
8435
8442
|
DoYouWantToUpdate: 'Do you want to update to version {PH1}?',
|
|
8436
8443
|
DoYouWantToRestart: 'The Update has been downloaded. Do you want to restart now?'
|
|
8437
8444
|
};
|
|
8438
8445
|
const promptMessage = version => {
|
|
8439
|
-
return i18nString(UiStrings$
|
|
8446
|
+
return i18nString(UiStrings$i.DoYouWantToUpdate, {
|
|
8440
8447
|
PH1: version
|
|
8441
8448
|
});
|
|
8442
8449
|
};
|
|
8443
8450
|
const promptRestart = () => {
|
|
8444
|
-
return i18nString(UiStrings$
|
|
8451
|
+
return i18nString(UiStrings$i.DoYouWantToRestart);
|
|
8445
8452
|
};
|
|
8446
8453
|
|
|
8447
8454
|
const getAutoUpdateType = () => {
|
|
8448
|
-
return invoke$
|
|
8455
|
+
return invoke$o('AutoUpdater.getAutoUpdateType');
|
|
8449
8456
|
};
|
|
8450
8457
|
|
|
8451
8458
|
const getLatestVersion = () => {
|
|
8452
|
-
return invoke$
|
|
8459
|
+
return invoke$o('AutoUpdater.getLatestVersion');
|
|
8453
8460
|
};
|
|
8454
8461
|
|
|
8455
8462
|
const checkForUpdates$1 = async () => {
|
|
@@ -8553,14 +8560,14 @@ const GetEditorSourceActions_ipc = {
|
|
|
8553
8560
|
};
|
|
8554
8561
|
|
|
8555
8562
|
const getFileHandles = ids => {
|
|
8556
|
-
return invoke$
|
|
8563
|
+
return invoke$q('FileHandles.get', ids);
|
|
8557
8564
|
};
|
|
8558
8565
|
const addFileHandle = fileHandle => {
|
|
8559
|
-
return invoke$
|
|
8566
|
+
return invoke$q('FileSystemHandle.addFileHandle', fileHandle);
|
|
8560
8567
|
};
|
|
8561
8568
|
|
|
8562
8569
|
const getFilePathElectron = async file => {
|
|
8563
|
-
return invoke$
|
|
8570
|
+
return invoke$q('GetFilePathElectron.getFilePathElectron', file);
|
|
8564
8571
|
};
|
|
8565
8572
|
|
|
8566
8573
|
const name$2f = 'FileSystemHandle';
|
|
@@ -8754,10 +8761,10 @@ const applyLegacyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
8754
8761
|
array(ranges);
|
|
8755
8762
|
string(replacement);
|
|
8756
8763
|
if (isSpecialScheme(files)) {
|
|
8757
|
-
await invoke$
|
|
8764
|
+
await invoke$n('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
|
|
8758
8765
|
return;
|
|
8759
8766
|
}
|
|
8760
|
-
await invoke$
|
|
8767
|
+
await invoke$o('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
|
|
8761
8768
|
};
|
|
8762
8769
|
|
|
8763
8770
|
const applyFileReplacement = async edit => {
|
|
@@ -8927,7 +8934,7 @@ const unmaximize = () => {
|
|
|
8927
8934
|
throw new Error('not implemented');
|
|
8928
8935
|
}
|
|
8929
8936
|
};
|
|
8930
|
-
const close$
|
|
8937
|
+
const close$3 = () => {
|
|
8931
8938
|
switch (platform) {
|
|
8932
8939
|
case Electron$1:
|
|
8933
8940
|
return execute$4('ElectronWindow.close');
|
|
@@ -8978,7 +8985,7 @@ const zoomReset = () => {
|
|
|
8978
8985
|
|
|
8979
8986
|
const name$2a = 'Chrome';
|
|
8980
8987
|
const Commands$24 = {
|
|
8981
|
-
close: close$
|
|
8988
|
+
close: close$3,
|
|
8982
8989
|
exit: exit$2,
|
|
8983
8990
|
maximize: maximize$1,
|
|
8984
8991
|
minimize: minimize$1,
|
|
@@ -8993,7 +9000,7 @@ const Chrome_ipc = {
|
|
|
8993
9000
|
|
|
8994
9001
|
const clipBoardWorkerUrl = `${assetDir}/packages/clipboard-worker/dist/clipBoardWorkerMain.js`;
|
|
8995
9002
|
|
|
8996
|
-
const getConfiguredWorkerUrl$
|
|
9003
|
+
const getConfiguredWorkerUrl$g = () => {
|
|
8997
9004
|
let configuredWorkerUrl = get$e('develop.clipBoardWorkerPath') || '';
|
|
8998
9005
|
if (configuredWorkerUrl) {
|
|
8999
9006
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -9009,47 +9016,47 @@ const launchClipBoardWorker = async () => {
|
|
|
9009
9016
|
const ipc = await create$14({
|
|
9010
9017
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
9011
9018
|
name,
|
|
9012
|
-
url: getConfiguredWorkerUrl$
|
|
9019
|
+
url: getConfiguredWorkerUrl$g()
|
|
9013
9020
|
});
|
|
9014
9021
|
handleIpc(ipc);
|
|
9015
|
-
await invoke$
|
|
9022
|
+
await invoke$r(ipc, 'ClipBoard.initialize', platform);
|
|
9016
9023
|
return ipc;
|
|
9017
9024
|
};
|
|
9018
9025
|
|
|
9019
9026
|
const {
|
|
9020
|
-
invoke: invoke$
|
|
9027
|
+
invoke: invoke$i} = getOrCreateWorker(launchClipBoardWorker);
|
|
9021
9028
|
|
|
9022
9029
|
const readText = async () => {
|
|
9023
|
-
return await invoke$
|
|
9030
|
+
return await invoke$i('ClipBoard.readText');
|
|
9024
9031
|
};
|
|
9025
9032
|
const writeText$1 = async text => {
|
|
9026
|
-
return await invoke$
|
|
9033
|
+
return await invoke$i('ClipBoard.writeText', text);
|
|
9027
9034
|
};
|
|
9028
9035
|
const enableMemoryClipBoard = async () => {
|
|
9029
|
-
return await invoke$
|
|
9036
|
+
return await invoke$i('ClipBoard.enableMemoryClipBoard');
|
|
9030
9037
|
};
|
|
9031
9038
|
const disableMemoryClipBoard = async () => {
|
|
9032
|
-
return await invoke$
|
|
9039
|
+
return await invoke$i('ClipBoard.disableMemoryClipBoard');
|
|
9033
9040
|
};
|
|
9034
|
-
const hotReload$
|
|
9035
|
-
return await invoke$
|
|
9041
|
+
const hotReload$c = async () => {
|
|
9042
|
+
return await invoke$i('ClipBoard.hotReload');
|
|
9036
9043
|
};
|
|
9037
9044
|
const writeNativeFiles = async (type, files) => {
|
|
9038
|
-
return await invoke$
|
|
9045
|
+
return await invoke$i('ClipBoard.writeNativeFiles', type, files);
|
|
9039
9046
|
};
|
|
9040
9047
|
const readNativeFiles = async () => {
|
|
9041
|
-
return await invoke$
|
|
9048
|
+
return await invoke$i('ClipBoard.readNativeFiles');
|
|
9042
9049
|
};
|
|
9043
9050
|
const writeImage = async blob => {
|
|
9044
9051
|
try {
|
|
9045
|
-
return await invoke$
|
|
9052
|
+
return await invoke$q('ClipBoard.writeImage', blob);
|
|
9046
9053
|
} catch (error) {
|
|
9047
9054
|
throw new VError(error, 'Failed to write image to clipboard');
|
|
9048
9055
|
}
|
|
9049
9056
|
};
|
|
9050
9057
|
const execCopy = async () => {
|
|
9051
9058
|
try {
|
|
9052
|
-
return await invoke$
|
|
9059
|
+
return await invoke$q('ClipBoard.execCopy');
|
|
9053
9060
|
} catch (error) {
|
|
9054
9061
|
throw new VError(error, 'Failed to copy selected text');
|
|
9055
9062
|
}
|
|
@@ -9058,7 +9065,7 @@ const execCopy = async () => {
|
|
|
9058
9065
|
const name$29 = 'ClipBoard';
|
|
9059
9066
|
const Commands$23 = {
|
|
9060
9067
|
execCopy: execCopy,
|
|
9061
|
-
hotReload: hotReload$
|
|
9068
|
+
hotReload: hotReload$c,
|
|
9062
9069
|
readNativeFiles: readNativeFiles,
|
|
9063
9070
|
readText: readText,
|
|
9064
9071
|
writeImage: writeImage,
|
|
@@ -9075,7 +9082,7 @@ const ClipBoard_ipc = {
|
|
|
9075
9082
|
};
|
|
9076
9083
|
|
|
9077
9084
|
const getColorThemeNames = async () => {
|
|
9078
|
-
return invoke$
|
|
9085
|
+
return invoke$n('ColorTheme.getColorThemeNames');
|
|
9079
9086
|
};
|
|
9080
9087
|
|
|
9081
9088
|
const name$28 = 'ColorTheme';
|
|
@@ -9098,7 +9105,7 @@ const getProductNameLong = () => {
|
|
|
9098
9105
|
};
|
|
9099
9106
|
|
|
9100
9107
|
const showOpenDialog = (title, properties) => {
|
|
9101
|
-
return invoke$
|
|
9108
|
+
return invoke$o('ElectronDialog.showOpenDialog', title, properties);
|
|
9102
9109
|
};
|
|
9103
9110
|
const showMessageBox = async options => {
|
|
9104
9111
|
// TODO maybe request window id here instead of at caller
|
|
@@ -9110,7 +9117,7 @@ const showMessageBox = async options => {
|
|
|
9110
9117
|
productName,
|
|
9111
9118
|
windowId
|
|
9112
9119
|
};
|
|
9113
|
-
return invoke$
|
|
9120
|
+
return invoke$o('ElectronDialog.showMessageBox', finalOptions);
|
|
9114
9121
|
};
|
|
9115
9122
|
|
|
9116
9123
|
const Question = 'question';
|
|
@@ -9127,22 +9134,22 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
|
|
|
9127
9134
|
};
|
|
9128
9135
|
|
|
9129
9136
|
const prompt$2 = async (message, confirmMessage, title) => {
|
|
9130
|
-
const result = await invoke$
|
|
9137
|
+
const result = await invoke$q('ConfirmPrompt.prompt', message);
|
|
9131
9138
|
return result;
|
|
9132
9139
|
};
|
|
9133
9140
|
|
|
9134
9141
|
/**
|
|
9135
9142
|
* @enum {string}
|
|
9136
9143
|
*/
|
|
9137
|
-
const UiStrings$
|
|
9144
|
+
const UiStrings$h = {
|
|
9138
9145
|
Cancel: 'Cancel',
|
|
9139
9146
|
Ok: 'Ok'
|
|
9140
9147
|
};
|
|
9141
9148
|
const cancel = () => {
|
|
9142
|
-
return i18nString(UiStrings$
|
|
9149
|
+
return i18nString(UiStrings$h.Cancel);
|
|
9143
9150
|
};
|
|
9144
9151
|
const ok = () => {
|
|
9145
|
-
return i18nString(UiStrings$
|
|
9152
|
+
return i18nString(UiStrings$h.Ok);
|
|
9146
9153
|
};
|
|
9147
9154
|
|
|
9148
9155
|
const prompt$1 = async (message, {
|
|
@@ -9171,21 +9178,21 @@ const ConfirmPrompt_ipc = {
|
|
|
9171
9178
|
};
|
|
9172
9179
|
|
|
9173
9180
|
const startRecording = options => {
|
|
9174
|
-
return invoke$
|
|
9181
|
+
return invoke$o('ElectronContentTracing.startRecording', options);
|
|
9175
9182
|
};
|
|
9176
9183
|
|
|
9177
9184
|
/**
|
|
9178
9185
|
* @returns {Promise<string>}
|
|
9179
9186
|
*/
|
|
9180
9187
|
const stopRecording = () => {
|
|
9181
|
-
return invoke$
|
|
9188
|
+
return invoke$o('ElectronContentTracing.stopRecording');
|
|
9182
9189
|
};
|
|
9183
9190
|
|
|
9184
9191
|
const showItemInFolder = fullPath => {
|
|
9185
|
-
return invoke$
|
|
9192
|
+
return invoke$o('OpenExternal.showItemInFolder', fullPath);
|
|
9186
9193
|
};
|
|
9187
9194
|
const openExternal$2 = url => {
|
|
9188
|
-
return invoke$
|
|
9195
|
+
return invoke$o('OpenExternal.openExternal', url);
|
|
9189
9196
|
};
|
|
9190
9197
|
|
|
9191
9198
|
const openNativeFolderWeb = absolutePath => {
|
|
@@ -9193,7 +9200,7 @@ const openNativeFolderWeb = absolutePath => {
|
|
|
9193
9200
|
};
|
|
9194
9201
|
const openNativeFolderRemote = async absolutePath => {
|
|
9195
9202
|
try {
|
|
9196
|
-
await invoke$
|
|
9203
|
+
await invoke$o(OpenNativeFolder, /* path */absolutePath);
|
|
9197
9204
|
} catch (error) {
|
|
9198
9205
|
throw new VError(error, `Failed to open folder ${absolutePath}`);
|
|
9199
9206
|
}
|
|
@@ -9306,26 +9313,26 @@ const Debug_ipc = {
|
|
|
9306
9313
|
|
|
9307
9314
|
const attachDebugger = async pid => {
|
|
9308
9315
|
number(pid);
|
|
9309
|
-
await invoke$
|
|
9316
|
+
await invoke$o('AttachDebugger.attachDebugger', pid);
|
|
9310
9317
|
};
|
|
9311
9318
|
|
|
9312
9319
|
const getPid = () => {
|
|
9313
|
-
return invoke$
|
|
9320
|
+
return invoke$o('Process.getPid');
|
|
9314
9321
|
};
|
|
9315
9322
|
const getElectronVersion = () => {
|
|
9316
|
-
return invoke$
|
|
9323
|
+
return invoke$o('ElectronProcess.getElectronVersion');
|
|
9317
9324
|
};
|
|
9318
9325
|
const getNodeVersion = () => {
|
|
9319
|
-
return invoke$
|
|
9326
|
+
return invoke$o('Process.getNodeVersion');
|
|
9320
9327
|
};
|
|
9321
9328
|
const getChromeVersion = () => {
|
|
9322
|
-
return invoke$
|
|
9329
|
+
return invoke$o('ElectronProcess.getChromeVersion');
|
|
9323
9330
|
};
|
|
9324
9331
|
const getV8Version = () => {
|
|
9325
|
-
return invoke$
|
|
9332
|
+
return invoke$o('Process.getV8Version');
|
|
9326
9333
|
};
|
|
9327
9334
|
const getArch = () => {
|
|
9328
|
-
return invoke$
|
|
9335
|
+
return invoke$o('Process.getArch');
|
|
9329
9336
|
};
|
|
9330
9337
|
|
|
9331
9338
|
const debugSharedProcess = async () => {
|
|
@@ -9345,10 +9352,10 @@ const DebugSharedProcess_ipc = {
|
|
|
9345
9352
|
};
|
|
9346
9353
|
|
|
9347
9354
|
const crashSharedProcess = () => {
|
|
9348
|
-
return invoke$
|
|
9355
|
+
return invoke$o('Crash.crashSharedProcess');
|
|
9349
9356
|
};
|
|
9350
9357
|
const crashMainProcess = () => {
|
|
9351
|
-
return invoke$
|
|
9358
|
+
return invoke$o('Crash.crashMainProcess');
|
|
9352
9359
|
};
|
|
9353
9360
|
|
|
9354
9361
|
const toggleDeveloperTools$1 = () => {
|
|
@@ -9364,7 +9371,7 @@ const openCacheFolder = async () => {
|
|
|
9364
9371
|
await openNativeFolder(cacheFolder);
|
|
9365
9372
|
};
|
|
9366
9373
|
const openDataFolder = async () => {
|
|
9367
|
-
const dataFolder = await invoke$
|
|
9374
|
+
const dataFolder = await invoke$o(/* Platform.getDataDir */'Platform.getDataDir');
|
|
9368
9375
|
await openNativeFolder(dataFolder);
|
|
9369
9376
|
};
|
|
9370
9377
|
const openLogsFolder = async () => {
|
|
@@ -9377,7 +9384,7 @@ const openLogsFolder = async () => {
|
|
|
9377
9384
|
};
|
|
9378
9385
|
|
|
9379
9386
|
const getPerformanceEntries = () => {
|
|
9380
|
-
return invoke$
|
|
9387
|
+
return invoke$o('ElectronDeveloper.getPerformanceEntries');
|
|
9381
9388
|
};
|
|
9382
9389
|
|
|
9383
9390
|
const toMarkdownTable = (header, rows) => {
|
|
@@ -9604,7 +9611,7 @@ const getModule$2 = () => {
|
|
|
9604
9611
|
throw new Error('unsupported platform');
|
|
9605
9612
|
}
|
|
9606
9613
|
};
|
|
9607
|
-
const open$
|
|
9614
|
+
const open$4 = async () => {
|
|
9608
9615
|
const module = await getModule$2();
|
|
9609
9616
|
return module.open();
|
|
9610
9617
|
};
|
|
@@ -9618,7 +9625,7 @@ const getNodeTiming = () => {
|
|
|
9618
9625
|
if (platform === Web$1) {
|
|
9619
9626
|
return undefined;
|
|
9620
9627
|
}
|
|
9621
|
-
return invoke$
|
|
9628
|
+
return invoke$o(/* command */'Performance.getNodeStartupTiming');
|
|
9622
9629
|
};
|
|
9623
9630
|
const getMeasureEntries = () => {
|
|
9624
9631
|
const measureEntries = getEntriesByType(Measure);
|
|
@@ -9707,13 +9714,13 @@ const formatRendererProcessData = ({
|
|
|
9707
9714
|
return toMarkdownTable(header, rows);
|
|
9708
9715
|
};
|
|
9709
9716
|
const getSharedProcessMemoryUsage = () => {
|
|
9710
|
-
return invoke$
|
|
9717
|
+
return invoke$o(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
|
|
9711
9718
|
};
|
|
9712
9719
|
const getPerformanceMemory = () => {
|
|
9713
|
-
return invoke$
|
|
9720
|
+
return invoke$q('Performance.getMemory');
|
|
9714
9721
|
};
|
|
9715
9722
|
const getPerformanceUserAgentSpecificMemory = () => {
|
|
9716
|
-
return invoke$
|
|
9723
|
+
return invoke$q('Performance.measureUserAgentSpecificMemory');
|
|
9717
9724
|
};
|
|
9718
9725
|
|
|
9719
9726
|
// TODO handle case when renderer process and renderer worker are same process communicating via messagePort
|
|
@@ -9762,13 +9769,13 @@ const showMemoryUsage = async () => {
|
|
|
9762
9769
|
|
|
9763
9770
|
// TODO not sure if this function is useful
|
|
9764
9771
|
const allocateMemoryInSharedProcess = () => {
|
|
9765
|
-
return invoke$
|
|
9772
|
+
return invoke$o(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
|
|
9766
9773
|
};
|
|
9767
9774
|
const createSharedProcessHeapSnapshot = async () => {
|
|
9768
|
-
await invoke$
|
|
9775
|
+
await invoke$o(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
|
|
9769
9776
|
};
|
|
9770
9777
|
const createSharedProcessProfile = async () => {
|
|
9771
|
-
await invoke$
|
|
9778
|
+
await invoke$o(/* Developer.createProfile */'Developer.createProfile');
|
|
9772
9779
|
};
|
|
9773
9780
|
const reloadIconTheme = async () => {
|
|
9774
9781
|
await hydrate$3();
|
|
@@ -9788,7 +9795,7 @@ const clearCache = async () => {
|
|
|
9788
9795
|
await execute$4(/* SessionStorage.clear */'SessionStorage.clear');
|
|
9789
9796
|
};
|
|
9790
9797
|
const openProcessExplorer$1 = () => {
|
|
9791
|
-
return open$
|
|
9798
|
+
return open$4();
|
|
9792
9799
|
};
|
|
9793
9800
|
const downloadViewletState = async () => {
|
|
9794
9801
|
const states = await execute$4('Viewlet.getAllStates');
|
|
@@ -9949,12 +9956,12 @@ const Dialog_ipc = {
|
|
|
9949
9956
|
const downloadFile = async (fileName, url) => {
|
|
9950
9957
|
string(fileName);
|
|
9951
9958
|
string(url);
|
|
9952
|
-
await invoke$
|
|
9959
|
+
await invoke$q(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
|
|
9953
9960
|
};
|
|
9954
9961
|
const downloadToDownloadsFolder = async (fileName, url) => {
|
|
9955
9962
|
const downloadFolder = await getDownloadDir();
|
|
9956
9963
|
const outFile = `${downloadFolder}/${fileName}`;
|
|
9957
|
-
await invoke$
|
|
9964
|
+
await invoke$o(DownloadDownload, /* url */url, /* outFile */outFile);
|
|
9958
9965
|
};
|
|
9959
9966
|
const downloadJson = async (json, fileName) => {
|
|
9960
9967
|
let url = '';
|
|
@@ -9975,7 +9982,7 @@ const downloadJson = async (json, fileName) => {
|
|
|
9975
9982
|
const downloadUrl = (url, outFile) => {
|
|
9976
9983
|
string(url);
|
|
9977
9984
|
string(outFile);
|
|
9978
|
-
return invoke$
|
|
9985
|
+
return invoke$o('Download.download', url, outFile);
|
|
9979
9986
|
};
|
|
9980
9987
|
|
|
9981
9988
|
const name$20 = 'Download';
|
|
@@ -10053,7 +10060,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
10053
10060
|
const x$1 = x(editor, rowIndex, columnIndex);
|
|
10054
10061
|
// @ts-ignore
|
|
10055
10062
|
const y$1 = y(editor, rowIndex);
|
|
10056
|
-
await invoke$
|
|
10063
|
+
await invoke$q(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
10057
10064
|
};
|
|
10058
10065
|
|
|
10059
10066
|
const Commands$1U = {
|
|
@@ -10068,7 +10075,7 @@ const EditorError_ipc = {
|
|
|
10068
10075
|
/**
|
|
10069
10076
|
* @enum {string}
|
|
10070
10077
|
*/
|
|
10071
|
-
const UiStrings$
|
|
10078
|
+
const UiStrings$g = {
|
|
10072
10079
|
Copy: 'Copy',
|
|
10073
10080
|
CopyLineDown: 'Copy Line Down',
|
|
10074
10081
|
CopyLineUp: 'Copy Line Up',
|
|
@@ -10088,58 +10095,58 @@ const UiStrings$h = {
|
|
|
10088
10095
|
FormatDocument: 'Format Document',
|
|
10089
10096
|
SourceActions: 'Source Actions'};
|
|
10090
10097
|
const goToDefinition = () => {
|
|
10091
|
-
return i18nString(UiStrings$
|
|
10098
|
+
return i18nString(UiStrings$g.GoToDefinition);
|
|
10092
10099
|
};
|
|
10093
10100
|
const goToTypeDefinition = () => {
|
|
10094
|
-
return i18nString(UiStrings$
|
|
10101
|
+
return i18nString(UiStrings$g.GoToTypeDefinition);
|
|
10095
10102
|
};
|
|
10096
10103
|
const findAllReferences = () => {
|
|
10097
|
-
return i18nString(UiStrings$
|
|
10104
|
+
return i18nString(UiStrings$g.FindAllReferences);
|
|
10098
10105
|
};
|
|
10099
10106
|
const findAllImplementations = () => {
|
|
10100
|
-
return i18nString(UiStrings$
|
|
10107
|
+
return i18nString(UiStrings$g.FindAllImplementations);
|
|
10101
10108
|
};
|
|
10102
10109
|
const cut = () => {
|
|
10103
|
-
return i18nString(UiStrings$
|
|
10110
|
+
return i18nString(UiStrings$g.Cut);
|
|
10104
10111
|
};
|
|
10105
10112
|
const copy$2 = () => {
|
|
10106
|
-
return i18nString(UiStrings$
|
|
10113
|
+
return i18nString(UiStrings$g.Copy);
|
|
10107
10114
|
};
|
|
10108
10115
|
const paste = () => {
|
|
10109
|
-
return i18nString(UiStrings$
|
|
10116
|
+
return i18nString(UiStrings$g.Paste);
|
|
10110
10117
|
};
|
|
10111
10118
|
const undo = () => {
|
|
10112
|
-
return i18nString(UiStrings$
|
|
10119
|
+
return i18nString(UiStrings$g.Undo);
|
|
10113
10120
|
};
|
|
10114
10121
|
const redo = () => {
|
|
10115
|
-
return i18nString(UiStrings$
|
|
10122
|
+
return i18nString(UiStrings$g.Redo);
|
|
10116
10123
|
};
|
|
10117
10124
|
const toggleLineComment = () => {
|
|
10118
|
-
return i18nString(UiStrings$
|
|
10125
|
+
return i18nString(UiStrings$g.ToggleLineComment);
|
|
10119
10126
|
};
|
|
10120
10127
|
const toggleBlockComment = () => {
|
|
10121
|
-
return i18nString(UiStrings$
|
|
10128
|
+
return i18nString(UiStrings$g.ToggleBlockComment);
|
|
10122
10129
|
};
|
|
10123
10130
|
const selectAll = () => {
|
|
10124
|
-
return i18nString(UiStrings$
|
|
10131
|
+
return i18nString(UiStrings$g.SelectAll);
|
|
10125
10132
|
};
|
|
10126
10133
|
const copyLineUp = () => {
|
|
10127
|
-
return i18nString(UiStrings$
|
|
10134
|
+
return i18nString(UiStrings$g.CopyLineUp);
|
|
10128
10135
|
};
|
|
10129
10136
|
const copyLineDown = () => {
|
|
10130
|
-
return i18nString(UiStrings$
|
|
10137
|
+
return i18nString(UiStrings$g.CopyLineDown);
|
|
10131
10138
|
};
|
|
10132
10139
|
const moveLineUp = () => {
|
|
10133
|
-
return i18nString(UiStrings$
|
|
10140
|
+
return i18nString(UiStrings$g.MoveLineUp);
|
|
10134
10141
|
};
|
|
10135
10142
|
const moveLineDown = () => {
|
|
10136
|
-
return i18nString(UiStrings$
|
|
10143
|
+
return i18nString(UiStrings$g.MoveLineDown);
|
|
10137
10144
|
};
|
|
10138
10145
|
const formatDocument = () => {
|
|
10139
|
-
return i18nString(UiStrings$
|
|
10146
|
+
return i18nString(UiStrings$g.FormatDocument);
|
|
10140
10147
|
};
|
|
10141
10148
|
const sourceAction = () => {
|
|
10142
|
-
return i18nString(UiStrings$
|
|
10149
|
+
return i18nString(UiStrings$g.SourceActions);
|
|
10143
10150
|
};
|
|
10144
10151
|
|
|
10145
10152
|
const Separator$3 = 1;
|
|
@@ -10233,7 +10240,7 @@ const MenuEntriesEdit = {
|
|
|
10233
10240
|
/**
|
|
10234
10241
|
* @enum {string}
|
|
10235
10242
|
*/
|
|
10236
|
-
const UiStrings$
|
|
10243
|
+
const UiStrings$f = {
|
|
10237
10244
|
NewFile: 'New File',
|
|
10238
10245
|
NewWindow: 'New Window',
|
|
10239
10246
|
OpenFile: 'Open File',
|
|
@@ -10244,28 +10251,28 @@ const UiStrings$g = {
|
|
|
10244
10251
|
SaveAll: 'Save All'
|
|
10245
10252
|
};
|
|
10246
10253
|
const newFile = () => {
|
|
10247
|
-
return i18nString(UiStrings$
|
|
10254
|
+
return i18nString(UiStrings$f.NewFile);
|
|
10248
10255
|
};
|
|
10249
10256
|
const newWindow$1 = () => {
|
|
10250
|
-
return i18nString(UiStrings$
|
|
10257
|
+
return i18nString(UiStrings$f.NewWindow);
|
|
10251
10258
|
};
|
|
10252
10259
|
const openFile$2 = () => {
|
|
10253
|
-
return i18nString(UiStrings$
|
|
10260
|
+
return i18nString(UiStrings$f.OpenFile);
|
|
10254
10261
|
};
|
|
10255
10262
|
const openFolder$3 = () => {
|
|
10256
|
-
return i18nString(UiStrings$
|
|
10263
|
+
return i18nString(UiStrings$f.OpenFolder);
|
|
10257
10264
|
};
|
|
10258
10265
|
const openRecent = () => {
|
|
10259
|
-
return i18nString(UiStrings$
|
|
10266
|
+
return i18nString(UiStrings$f.OpenRecent);
|
|
10260
10267
|
};
|
|
10261
10268
|
const save$1 = () => {
|
|
10262
|
-
return i18nString(UiStrings$
|
|
10269
|
+
return i18nString(UiStrings$f.Save);
|
|
10263
10270
|
};
|
|
10264
10271
|
const saveAll = () => {
|
|
10265
|
-
return i18nString(UiStrings$
|
|
10272
|
+
return i18nString(UiStrings$f.SaveAll);
|
|
10266
10273
|
};
|
|
10267
10274
|
const exit$1 = () => {
|
|
10268
|
-
return i18nString(UiStrings$
|
|
10275
|
+
return i18nString(UiStrings$f.Exit);
|
|
10269
10276
|
};
|
|
10270
10277
|
|
|
10271
10278
|
const id$k = File;
|
|
@@ -10337,7 +10344,7 @@ const MenuEntriesGo = {
|
|
|
10337
10344
|
/**
|
|
10338
10345
|
* @enum {string}
|
|
10339
10346
|
*/
|
|
10340
|
-
const UiStrings$
|
|
10347
|
+
const UiStrings$e = {
|
|
10341
10348
|
About: 'About',
|
|
10342
10349
|
CheckForUpdates: 'Check For Updates',
|
|
10343
10350
|
ColorTheme: 'Color Theme',
|
|
@@ -10348,35 +10355,35 @@ const UiStrings$f = {
|
|
|
10348
10355
|
ToggleDeveloperTools: 'Toggle Developer Tools'
|
|
10349
10356
|
};
|
|
10350
10357
|
const toggleDeveloperTools = () => {
|
|
10351
|
-
return i18nString(UiStrings$
|
|
10358
|
+
return i18nString(UiStrings$e.ToggleDeveloperTools);
|
|
10352
10359
|
};
|
|
10353
10360
|
const openProcessExplorer = () => {
|
|
10354
|
-
return i18nString(UiStrings$
|
|
10361
|
+
return i18nString(UiStrings$e.OpenProcessExplorer);
|
|
10355
10362
|
};
|
|
10356
10363
|
const checkForUpdates = () => {
|
|
10357
|
-
return i18nString(UiStrings$
|
|
10364
|
+
return i18nString(UiStrings$e.CheckForUpdates);
|
|
10358
10365
|
};
|
|
10359
10366
|
const about = () => {
|
|
10360
|
-
return i18nString(UiStrings$
|
|
10367
|
+
return i18nString(UiStrings$e.About);
|
|
10361
10368
|
};
|
|
10362
10369
|
const commandPalette = () => {
|
|
10363
|
-
return i18nString(UiStrings$
|
|
10370
|
+
return i18nString(UiStrings$e.CommandPalette);
|
|
10364
10371
|
};
|
|
10365
10372
|
const settings$1 = () => {
|
|
10366
|
-
return i18nString(UiStrings$
|
|
10373
|
+
return i18nString(UiStrings$e.Settings);
|
|
10367
10374
|
};
|
|
10368
10375
|
const keyboardShortcuts = () => {
|
|
10369
|
-
return i18nString(UiStrings$
|
|
10376
|
+
return i18nString(UiStrings$e.KeyboardShortcuts);
|
|
10370
10377
|
};
|
|
10371
10378
|
const colorTheme = () => {
|
|
10372
|
-
return i18nString(UiStrings$
|
|
10379
|
+
return i18nString(UiStrings$e.ColorTheme);
|
|
10373
10380
|
};
|
|
10374
10381
|
|
|
10375
10382
|
const isAutoUpdateSupported = () => {
|
|
10376
10383
|
if (platform !== Electron$1) {
|
|
10377
10384
|
return false;
|
|
10378
10385
|
}
|
|
10379
|
-
return invoke$
|
|
10386
|
+
return invoke$o('IsAutoUpdateSupported.isAutoUpdateSupported');
|
|
10380
10387
|
};
|
|
10381
10388
|
|
|
10382
10389
|
const id$i = Help$1;
|
|
@@ -10472,19 +10479,19 @@ const MenuEntriesSelection = {
|
|
|
10472
10479
|
/**
|
|
10473
10480
|
* @enum {string}
|
|
10474
10481
|
*/
|
|
10475
|
-
const UiStrings$
|
|
10482
|
+
const UiStrings$d = {
|
|
10476
10483
|
SplitTerminal: 'Split Terminal',
|
|
10477
10484
|
KillTerminal: 'Kill Terminal',
|
|
10478
10485
|
NewTerminal: 'New Terminal'
|
|
10479
10486
|
};
|
|
10480
10487
|
const splitTerminal = () => {
|
|
10481
|
-
return i18nString(UiStrings$
|
|
10488
|
+
return i18nString(UiStrings$d.SplitTerminal);
|
|
10482
10489
|
};
|
|
10483
10490
|
const killTerminal = () => {
|
|
10484
|
-
return i18nString(UiStrings$
|
|
10491
|
+
return i18nString(UiStrings$d.KillTerminal);
|
|
10485
10492
|
};
|
|
10486
10493
|
const newTerminal = () => {
|
|
10487
|
-
return i18nString(UiStrings$
|
|
10494
|
+
return i18nString(UiStrings$d.NewTerminal);
|
|
10488
10495
|
};
|
|
10489
10496
|
|
|
10490
10497
|
const id$f = Terminal;
|
|
@@ -10556,7 +10563,7 @@ const SubMenu = 'submenu';
|
|
|
10556
10563
|
/**
|
|
10557
10564
|
* @enum {string}
|
|
10558
10565
|
*/
|
|
10559
|
-
const UiStrings$
|
|
10566
|
+
const UiStrings$c = {
|
|
10560
10567
|
Help: 'Help',
|
|
10561
10568
|
File: 'File',
|
|
10562
10569
|
Edit: 'Edit',
|
|
@@ -10570,60 +10577,60 @@ const UiStrings$d = {
|
|
|
10570
10577
|
ToggleDeveloperTools: 'Toggle Developer Tools'};
|
|
10571
10578
|
const toElectronMenuItem = entry => {
|
|
10572
10579
|
switch (entry.label) {
|
|
10573
|
-
case UiStrings$
|
|
10580
|
+
case UiStrings$c.Help:
|
|
10574
10581
|
return {
|
|
10575
10582
|
label: entry.label,
|
|
10576
10583
|
role: Help,
|
|
10577
10584
|
submenu: []
|
|
10578
10585
|
};
|
|
10579
|
-
case UiStrings$
|
|
10586
|
+
case UiStrings$c.File:
|
|
10580
10587
|
return {
|
|
10581
10588
|
label: entry.label,
|
|
10582
10589
|
role: FileMenu,
|
|
10583
10590
|
submenu: []
|
|
10584
10591
|
};
|
|
10585
|
-
case UiStrings$
|
|
10592
|
+
case UiStrings$c.Edit:
|
|
10586
10593
|
return {
|
|
10587
10594
|
label: entry.label,
|
|
10588
10595
|
role: EditMenu,
|
|
10589
10596
|
submenu: []
|
|
10590
10597
|
};
|
|
10591
|
-
case UiStrings$
|
|
10598
|
+
case UiStrings$c.Exit:
|
|
10592
10599
|
return {
|
|
10593
10600
|
label: entry.label,
|
|
10594
10601
|
role: Quit
|
|
10595
10602
|
};
|
|
10596
|
-
case UiStrings$
|
|
10603
|
+
case UiStrings$c.Undo:
|
|
10597
10604
|
return {
|
|
10598
10605
|
label: entry.label,
|
|
10599
10606
|
role: Undo
|
|
10600
10607
|
};
|
|
10601
|
-
case UiStrings$
|
|
10608
|
+
case UiStrings$c.Redo:
|
|
10602
10609
|
return {
|
|
10603
10610
|
label: entry.label,
|
|
10604
10611
|
role: Redo
|
|
10605
10612
|
};
|
|
10606
|
-
case UiStrings$
|
|
10613
|
+
case UiStrings$c.Cut:
|
|
10607
10614
|
return {
|
|
10608
10615
|
label: entry.label,
|
|
10609
10616
|
role: Cut
|
|
10610
10617
|
};
|
|
10611
|
-
case UiStrings$
|
|
10618
|
+
case UiStrings$c.Copy:
|
|
10612
10619
|
return {
|
|
10613
10620
|
label: entry.label,
|
|
10614
10621
|
role: Copy
|
|
10615
10622
|
};
|
|
10616
|
-
case UiStrings$
|
|
10623
|
+
case UiStrings$c.Paste:
|
|
10617
10624
|
return {
|
|
10618
10625
|
label: entry.label,
|
|
10619
10626
|
role: Paste
|
|
10620
10627
|
};
|
|
10621
|
-
case UiStrings$
|
|
10628
|
+
case UiStrings$c.SelectAll:
|
|
10622
10629
|
return {
|
|
10623
10630
|
label: entry.label,
|
|
10624
10631
|
role: SelectAll
|
|
10625
10632
|
};
|
|
10626
|
-
case UiStrings$
|
|
10633
|
+
case UiStrings$c.ToggleDeveloperTools:
|
|
10627
10634
|
return {
|
|
10628
10635
|
label: entry.label,
|
|
10629
10636
|
role: ToggleDevTools
|
|
@@ -10688,7 +10695,7 @@ const state$g = {
|
|
|
10688
10695
|
};
|
|
10689
10696
|
const setItems = async items => {
|
|
10690
10697
|
const windowId = await getWindowId();
|
|
10691
|
-
return invoke$
|
|
10698
|
+
return invoke$o('ElectronApplicationMenu.setItems', windowId, items);
|
|
10692
10699
|
};
|
|
10693
10700
|
const getEntryMap = async modules => {
|
|
10694
10701
|
const map = Object.create(null);
|
|
@@ -10751,7 +10758,7 @@ const ElectronBrowserView_ipc = {
|
|
|
10751
10758
|
};
|
|
10752
10759
|
|
|
10753
10760
|
const writeText = text => {
|
|
10754
|
-
return invoke$
|
|
10761
|
+
return invoke$o('ElectronClipBoard.writeText', text);
|
|
10755
10762
|
};
|
|
10756
10763
|
|
|
10757
10764
|
const name$1Y = 'ElectronClipBoard';
|
|
@@ -10780,7 +10787,7 @@ const ElectronContextMenu_ipc = {
|
|
|
10780
10787
|
|
|
10781
10788
|
const name$1W = 'ElectronWindow';
|
|
10782
10789
|
const Commands$1P = {
|
|
10783
|
-
close: close$
|
|
10790
|
+
close: close$4,
|
|
10784
10791
|
maximize: maximize$2,
|
|
10785
10792
|
minimize: minimize$2,
|
|
10786
10793
|
openNew: openNew$1,
|
|
@@ -10799,7 +10806,7 @@ const ElectronWindow_ipc = {
|
|
|
10799
10806
|
|
|
10800
10807
|
const name$1V = 'ErrorHandling';
|
|
10801
10808
|
const Commands$1O = {
|
|
10802
|
-
handleError: handleError$
|
|
10809
|
+
handleError: handleError$1,
|
|
10803
10810
|
showErrorDialog: showErrorDialog
|
|
10804
10811
|
};
|
|
10805
10812
|
|
|
@@ -10810,7 +10817,7 @@ const ErrorHandling_ipc = {
|
|
|
10810
10817
|
};
|
|
10811
10818
|
|
|
10812
10819
|
const exit = () => {
|
|
10813
|
-
return invoke$
|
|
10820
|
+
return invoke$o('Exit.exit');
|
|
10814
10821
|
};
|
|
10815
10822
|
|
|
10816
10823
|
const name$1U = 'Exit';
|
|
@@ -10833,7 +10840,7 @@ const getCommandsFromExtension = extension => {
|
|
|
10833
10840
|
const getCommandsFromExtensions = extensions => {
|
|
10834
10841
|
return extensions.flatMap(getCommandsFromExtension);
|
|
10835
10842
|
};
|
|
10836
|
-
const getCommands$
|
|
10843
|
+
const getCommands$f = async () => {
|
|
10837
10844
|
const extensions = await getExtensions$1();
|
|
10838
10845
|
const commands = getCommandsFromExtensions(extensions);
|
|
10839
10846
|
return commands;
|
|
@@ -10851,13 +10858,13 @@ const executeCommand = (id, ...args) => {
|
|
|
10851
10858
|
});
|
|
10852
10859
|
};
|
|
10853
10860
|
const searchFileWithFetch = (...args) => {
|
|
10854
|
-
return invoke$
|
|
10861
|
+
return invoke$n('SearchFileWithFetch.searchFileWithFetch', ...args);
|
|
10855
10862
|
};
|
|
10856
10863
|
const searchFileWithHtml = (...args) => {
|
|
10857
|
-
return invoke$
|
|
10864
|
+
return invoke$n('SearchFileWithHtml.searchFileWithHtml', ...args);
|
|
10858
10865
|
};
|
|
10859
10866
|
const searchFileWithMemory = (...args) => {
|
|
10860
|
-
return invoke$
|
|
10867
|
+
return invoke$n('SearchFileWithMemory.searchFileWithMemory', ...args);
|
|
10861
10868
|
};
|
|
10862
10869
|
|
|
10863
10870
|
const state$f = {
|
|
@@ -10898,7 +10905,7 @@ const name$1T = 'ExtensionHost';
|
|
|
10898
10905
|
// prettier-ignore
|
|
10899
10906
|
const Commands$1M = {
|
|
10900
10907
|
loadWebExtension: loadWebExtension,
|
|
10901
|
-
getCommands: getCommands$
|
|
10908
|
+
getCommands: getCommands$f,
|
|
10902
10909
|
executeCommand: executeCommand,
|
|
10903
10910
|
searchFileWithFetch: searchFileWithFetch,
|
|
10904
10911
|
searchFileWithHtml: searchFileWithHtml,
|
|
@@ -10950,7 +10957,7 @@ const Extensions_ipc = {
|
|
|
10950
10957
|
|
|
10951
10958
|
const showDirectoryPicker = async options => {
|
|
10952
10959
|
try {
|
|
10953
|
-
return await invoke$
|
|
10960
|
+
return await invoke$q('FilePicker.showDirectoryPicker', options);
|
|
10954
10961
|
} catch (error) {
|
|
10955
10962
|
if (error &&
|
|
10956
10963
|
// @ts-ignore
|
|
@@ -10961,11 +10968,11 @@ const showDirectoryPicker = async options => {
|
|
|
10961
10968
|
}
|
|
10962
10969
|
};
|
|
10963
10970
|
const showFilePicker = options => {
|
|
10964
|
-
return invoke$
|
|
10971
|
+
return invoke$q('FilePicker.showFilePicker', options);
|
|
10965
10972
|
};
|
|
10966
10973
|
const showSaveFilePicker = async options => {
|
|
10967
10974
|
try {
|
|
10968
|
-
return await invoke$
|
|
10975
|
+
return await invoke$q('FilePicker.showSaveFilePicker', options);
|
|
10969
10976
|
} catch (error) {
|
|
10970
10977
|
if (error &&
|
|
10971
10978
|
// @ts-ignore
|
|
@@ -11051,15 +11058,15 @@ const show$8 = async (uri, top, left) => {
|
|
|
11051
11058
|
if (version !== state$e.versionId) {
|
|
11052
11059
|
return;
|
|
11053
11060
|
}
|
|
11054
|
-
await invoke$
|
|
11061
|
+
await invoke$q(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
11055
11062
|
} catch (error) {
|
|
11056
11063
|
console.error(error);
|
|
11057
|
-
await invoke$
|
|
11064
|
+
await invoke$q(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
11058
11065
|
}
|
|
11059
11066
|
};
|
|
11060
11067
|
const hide$4 = async () => {
|
|
11061
11068
|
++state$e.versionId;
|
|
11062
|
-
await invoke$
|
|
11069
|
+
await invoke$q(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
|
|
11063
11070
|
};
|
|
11064
11071
|
|
|
11065
11072
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
@@ -11114,7 +11121,7 @@ class RawDataEvent extends Event {
|
|
|
11114
11121
|
this.data = data;
|
|
11115
11122
|
}
|
|
11116
11123
|
}
|
|
11117
|
-
const handleData$
|
|
11124
|
+
const handleData$1 = (id, data) => {
|
|
11118
11125
|
const search = state$d.searches[id];
|
|
11119
11126
|
if (!search) {
|
|
11120
11127
|
return;
|
|
@@ -11130,7 +11137,7 @@ const handleCanceled = id => {
|
|
|
11130
11137
|
search.dispatchEvent(new Event('canceled'));
|
|
11131
11138
|
delete state$d.searches[id];
|
|
11132
11139
|
};
|
|
11133
|
-
const handleError
|
|
11140
|
+
const handleError = (id, error) => {
|
|
11134
11141
|
const search = state$d.searches[id];
|
|
11135
11142
|
if (!search) {
|
|
11136
11143
|
return;
|
|
@@ -11141,8 +11148,8 @@ const handleError$1 = (id, error) => {
|
|
|
11141
11148
|
const name$1L = 'IncrementalTextSearch';
|
|
11142
11149
|
const Commands$1E = {
|
|
11143
11150
|
handleCanceled: handleCanceled,
|
|
11144
|
-
handleData: handleData$
|
|
11145
|
-
handleError: handleError
|
|
11151
|
+
handleData: handleData$1,
|
|
11152
|
+
handleError: handleError,
|
|
11146
11153
|
handleExit: handleExit,
|
|
11147
11154
|
handleFinished: handleFinished
|
|
11148
11155
|
};
|
|
@@ -11209,7 +11216,7 @@ const getFindWidgetWorkerUrl = () => {
|
|
|
11209
11216
|
|
|
11210
11217
|
const extensionHostSubWorkerUrl = `${assetDir}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js`;
|
|
11211
11218
|
|
|
11212
|
-
const getConfiguredWorkerUrl$
|
|
11219
|
+
const getConfiguredWorkerUrl$f = () => {
|
|
11213
11220
|
let configuredWorkerUrl = get$e('develop.extensionHostSubWorkerPath') || '';
|
|
11214
11221
|
if (configuredWorkerUrl) {
|
|
11215
11222
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -11221,7 +11228,7 @@ const getConfiguredWorkerUrl$e = () => {
|
|
|
11221
11228
|
return configuredWorkerUrl;
|
|
11222
11229
|
};
|
|
11223
11230
|
const getExtensionHostSubWorkerUrl = () => {
|
|
11224
|
-
return getConfiguredWorkerUrl$
|
|
11231
|
+
return getConfiguredWorkerUrl$f();
|
|
11225
11232
|
};
|
|
11226
11233
|
|
|
11227
11234
|
const renameWorkerUrl = `${assetDir}/packages/rename-worker/dist/renameWorkerMain.js`;
|
|
@@ -12126,7 +12133,7 @@ const show$7 = async (x, y, id, mouseBlocking = false, ...args) => {
|
|
|
12126
12133
|
});
|
|
12127
12134
|
const visible = getVisible(menu.items, -1, false, menu.level);
|
|
12128
12135
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
12129
|
-
await invoke$
|
|
12136
|
+
await invoke$q(/* 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);
|
|
12130
12137
|
};
|
|
12131
12138
|
const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
12132
12139
|
// TODO delete old menus
|
|
@@ -12148,7 +12155,7 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
|
12148
12155
|
const height = getMenuHeight(subMenuItems);
|
|
12149
12156
|
const visible = getVisible(subMenu.items, -1, false, subMenu.level);
|
|
12150
12157
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
12151
|
-
invoke$
|
|
12158
|
+
invoke$q(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
|
|
12152
12159
|
};
|
|
12153
12160
|
const showSubMenu = async (level, index) => {
|
|
12154
12161
|
await showSubMenuAtEnter(level, index, -1, -1);
|
|
@@ -12208,7 +12215,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12208
12215
|
return;
|
|
12209
12216
|
}
|
|
12210
12217
|
state$b.menus = [];
|
|
12211
|
-
await invoke$
|
|
12218
|
+
await invoke$q(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
|
|
12212
12219
|
};
|
|
12213
12220
|
|
|
12214
12221
|
// TODO difference between focusing with mouse or keyboard
|
|
@@ -12218,7 +12225,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12218
12225
|
const hideSubMenus = async level => {
|
|
12219
12226
|
if (level < state$b.menus.length) {
|
|
12220
12227
|
state$b.menus = state$b.menus.slice(0, level + 1);
|
|
12221
|
-
await invoke$
|
|
12228
|
+
await invoke$q(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
|
|
12222
12229
|
}
|
|
12223
12230
|
};
|
|
12224
12231
|
const MENU_DELAY_TRIANGLE = 300;
|
|
@@ -12263,7 +12270,7 @@ const handleMouseLeave = async () => {
|
|
|
12263
12270
|
}
|
|
12264
12271
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12265
12272
|
menu.focusedIndex = -1;
|
|
12266
|
-
await invoke$
|
|
12273
|
+
await invoke$q(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
|
|
12267
12274
|
};
|
|
12268
12275
|
const focusIndex$4 = async (menu, index) => {
|
|
12269
12276
|
if (menu.items.length === 0) {
|
|
@@ -12271,7 +12278,7 @@ const focusIndex$4 = async (menu, index) => {
|
|
|
12271
12278
|
}
|
|
12272
12279
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12273
12280
|
menu.focusedIndex = index;
|
|
12274
|
-
await invoke$
|
|
12281
|
+
await invoke$q(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
|
|
12275
12282
|
};
|
|
12276
12283
|
const getIndexToFocusNextStartingAt = (items, startIndex) => {
|
|
12277
12284
|
for (let i = startIndex; i < startIndex + items.length; i++) {
|
|
@@ -12516,22 +12523,22 @@ const state$9 = {
|
|
|
12516
12523
|
focusedPart: PART_TITLE_BAR
|
|
12517
12524
|
};
|
|
12518
12525
|
const focusActivityBar = async () => {
|
|
12519
|
-
await invoke$
|
|
12526
|
+
await invoke$q(/* ActivityBar.focus */717115);
|
|
12520
12527
|
};
|
|
12521
12528
|
const focusStatusBar = async () => {
|
|
12522
|
-
await invoke$
|
|
12529
|
+
await invoke$q(/* StatusBar.focus */8882);
|
|
12523
12530
|
};
|
|
12524
12531
|
const focusPanel = async () => {
|
|
12525
|
-
await invoke$
|
|
12532
|
+
await invoke$q(/* Panel.focus */6664);
|
|
12526
12533
|
};
|
|
12527
12534
|
const focusSideBar = async () => {
|
|
12528
|
-
await invoke$
|
|
12535
|
+
await invoke$q(/* SideBar.focus */5554);
|
|
12529
12536
|
};
|
|
12530
12537
|
const focusTitleBar = async () => {
|
|
12531
|
-
await invoke$
|
|
12538
|
+
await invoke$q(/* TitleBar.focus */1331);
|
|
12532
12539
|
};
|
|
12533
12540
|
const focusMain = async () => {
|
|
12534
|
-
await invoke$
|
|
12541
|
+
await invoke$q(/* Main.focus */2145);
|
|
12535
12542
|
};
|
|
12536
12543
|
const focusPart = part => {
|
|
12537
12544
|
state$9.focusedPart = part;
|
|
@@ -12642,7 +12649,7 @@ const create$T = async (type, text) => {
|
|
|
12642
12649
|
type,
|
|
12643
12650
|
text
|
|
12644
12651
|
});
|
|
12645
|
-
await invoke$
|
|
12652
|
+
await invoke$q(/* Notification.create */'Notification.create', /* type */type, /* text */text);
|
|
12646
12653
|
};
|
|
12647
12654
|
const showWithOptions = async (type, text, options) => {
|
|
12648
12655
|
// @ts-ignore
|
|
@@ -12651,7 +12658,7 @@ const showWithOptions = async (type, text, options) => {
|
|
|
12651
12658
|
text,
|
|
12652
12659
|
options
|
|
12653
12660
|
});
|
|
12654
|
-
await invoke$
|
|
12661
|
+
await invoke$q(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
|
|
12655
12662
|
};
|
|
12656
12663
|
const handleClick$4 = index => {
|
|
12657
12664
|
console.log('handle click');
|
|
@@ -12666,14 +12673,14 @@ const handleClick$4 = index => {
|
|
|
12666
12673
|
option
|
|
12667
12674
|
});
|
|
12668
12675
|
};
|
|
12669
|
-
const dispose$
|
|
12670
|
-
await invoke$
|
|
12676
|
+
const dispose$r = async id => {
|
|
12677
|
+
await invoke$q(/* Notification.dispose */'Notification.dispose', /* id */id);
|
|
12671
12678
|
};
|
|
12672
12679
|
|
|
12673
12680
|
const name$1B = 'Notification';
|
|
12674
12681
|
const Commands$1t = {
|
|
12675
12682
|
create: create$T,
|
|
12676
|
-
dispose: dispose$
|
|
12683
|
+
dispose: dispose$r,
|
|
12677
12684
|
handleClick: handleClick$4,
|
|
12678
12685
|
showWithOptions: showWithOptions
|
|
12679
12686
|
};
|
|
@@ -12686,7 +12693,7 @@ const Notification_ipc = {
|
|
|
12686
12693
|
|
|
12687
12694
|
const openUrlWeb = async url => {
|
|
12688
12695
|
try {
|
|
12689
|
-
await invoke$
|
|
12696
|
+
await invoke$q(/* Open.openUrl */'Open.openUrl', /* url */url);
|
|
12690
12697
|
} catch (error) {
|
|
12691
12698
|
throw new VError(error, `Failed to open url ${url}`);
|
|
12692
12699
|
}
|
|
@@ -12762,7 +12769,7 @@ const Preferences_ipc = {
|
|
|
12762
12769
|
};
|
|
12763
12770
|
|
|
12764
12771
|
const prompt = (message, defaultValue) => {
|
|
12765
|
-
return invoke$
|
|
12772
|
+
return invoke$q('Prompt.prompt', message, defaultValue);
|
|
12766
12773
|
};
|
|
12767
12774
|
|
|
12768
12775
|
const name$1w = 'Prompt';
|
|
@@ -12777,7 +12784,7 @@ const Prompt_ipc = {
|
|
|
12777
12784
|
};
|
|
12778
12785
|
|
|
12779
12786
|
const rebuildNodePty = async () => {
|
|
12780
|
-
await invoke$
|
|
12787
|
+
await invoke$o('RebuildNodePty.rebuildNodePty');
|
|
12781
12788
|
};
|
|
12782
12789
|
|
|
12783
12790
|
const name$1v = 'RebuildNodePty';
|
|
@@ -12901,7 +12908,7 @@ const SessionStorage_ipc = {
|
|
|
12901
12908
|
name: name$1p
|
|
12902
12909
|
};
|
|
12903
12910
|
|
|
12904
|
-
const getConfiguredWorkerUrl$
|
|
12911
|
+
const getConfiguredWorkerUrl$e = (preferenceKey, fallback) => {
|
|
12905
12912
|
let configuredWorkerUrl = get$e(preferenceKey) || '';
|
|
12906
12913
|
if (configuredWorkerUrl) {
|
|
12907
12914
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -12916,7 +12923,7 @@ const getConfiguredWorkerUrl$d = (preferenceKey, fallback) => {
|
|
|
12916
12923
|
const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
|
|
12917
12924
|
|
|
12918
12925
|
const launchTestWorker = async () => {
|
|
12919
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
12926
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$e('develop.testWorkerPath', testWorkerUrl);
|
|
12920
12927
|
const ipc = await create$14({
|
|
12921
12928
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
12922
12929
|
url: configuredWorkerUrl,
|
|
@@ -12928,7 +12935,7 @@ const launchTestWorker = async () => {
|
|
|
12928
12935
|
|
|
12929
12936
|
const execute$1 = async href => {
|
|
12930
12937
|
const ipc = await launchTestWorker();
|
|
12931
|
-
await invoke$
|
|
12938
|
+
await invoke$r(ipc, 'Test.execute', href);
|
|
12932
12939
|
};
|
|
12933
12940
|
|
|
12934
12941
|
const name$1o = 'Test';
|
|
@@ -12943,19 +12950,19 @@ const Test_ipc = {
|
|
|
12943
12950
|
};
|
|
12944
12951
|
|
|
12945
12952
|
const checkSingleElementCondition = (locator, fnName, options) => {
|
|
12946
|
-
return invoke$
|
|
12953
|
+
return invoke$q('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
|
|
12947
12954
|
};
|
|
12948
12955
|
const checkMultiElementCondition = (locator, fnName, options) => {
|
|
12949
|
-
return invoke$
|
|
12956
|
+
return invoke$q('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
|
|
12950
12957
|
};
|
|
12951
12958
|
const showOverlay = (...args) => {
|
|
12952
|
-
return invoke$
|
|
12959
|
+
return invoke$q('TestFrameWork.showOverlay', ...args);
|
|
12953
12960
|
};
|
|
12954
12961
|
const performAction = (...args) => {
|
|
12955
|
-
return invoke$
|
|
12962
|
+
return invoke$q('TestFrameWork.performAction', ...args);
|
|
12956
12963
|
};
|
|
12957
12964
|
const checkConditionError = (...args) => {
|
|
12958
|
-
return invoke$
|
|
12965
|
+
return invoke$q('TestFrameWork.checkConditionError', ...args);
|
|
12959
12966
|
};
|
|
12960
12967
|
|
|
12961
12968
|
const name$1n = 'TestFrameWork';
|
|
@@ -12994,7 +13001,7 @@ const Commands$1d = {
|
|
|
12994
13001
|
getAllStates: getAllStates,
|
|
12995
13002
|
openWidget: openWidget,
|
|
12996
13003
|
send: send,
|
|
12997
|
-
dispose: dispose$
|
|
13004
|
+
dispose: dispose$s
|
|
12998
13005
|
};
|
|
12999
13006
|
|
|
13000
13007
|
const Viewlet_ipc = {
|
|
@@ -13005,7 +13012,7 @@ const Viewlet_ipc = {
|
|
|
13005
13012
|
|
|
13006
13013
|
const name$1k = 'Window';
|
|
13007
13014
|
const Commands$1c = {
|
|
13008
|
-
close: close$
|
|
13015
|
+
close: close$3,
|
|
13009
13016
|
exit: exit$2,
|
|
13010
13017
|
maximize: maximize$1,
|
|
13011
13018
|
minimize: minimize$1,
|
|
@@ -13024,7 +13031,7 @@ const Window_ipc = {
|
|
|
13024
13031
|
|
|
13025
13032
|
const name$1j = 'Workspace';
|
|
13026
13033
|
const Commands$1b = {
|
|
13027
|
-
close: close$
|
|
13034
|
+
close: close$5,
|
|
13028
13035
|
getPath: getPath,
|
|
13029
13036
|
getUri: getUri$1,
|
|
13030
13037
|
hydrate: hydrate$9,
|
|
@@ -13050,10 +13057,10 @@ const WindowTitle_ipc = {
|
|
|
13050
13057
|
};
|
|
13051
13058
|
|
|
13052
13059
|
const mock = () => {
|
|
13053
|
-
return invoke$
|
|
13060
|
+
return invoke$q('PointerCapture.mock');
|
|
13054
13061
|
};
|
|
13055
13062
|
const unmock = () => {
|
|
13056
|
-
return invoke$
|
|
13063
|
+
return invoke$q('PointerCapture.unmock');
|
|
13057
13064
|
};
|
|
13058
13065
|
|
|
13059
13066
|
const name$1h = 'PointerCapture';
|
|
@@ -13156,7 +13163,7 @@ const set$4 = async (url, contentSecurityPolicy) => {
|
|
|
13156
13163
|
if (platform === Web$1) {
|
|
13157
13164
|
return;
|
|
13158
13165
|
}
|
|
13159
|
-
await invoke$
|
|
13166
|
+
await invoke$o('ContentSecurityPolicy.set', url, contentSecurityPolicy);
|
|
13160
13167
|
};
|
|
13161
13168
|
|
|
13162
13169
|
const set$3 = async (url, contentSecurityPolicy) => {
|
|
@@ -13199,14 +13206,14 @@ const launchTerminalWorker = async () => {
|
|
|
13199
13206
|
};
|
|
13200
13207
|
|
|
13201
13208
|
const {
|
|
13202
|
-
invoke: invoke$
|
|
13209
|
+
invoke: invoke$h,
|
|
13203
13210
|
invokeAndTransfer: invokeAndTransfer$3
|
|
13204
13211
|
} = getOrCreateWorker(launchTerminalWorker);
|
|
13205
13212
|
|
|
13206
13213
|
const create$S = async canvasId => {
|
|
13207
13214
|
number(canvasId);
|
|
13208
13215
|
const id = create$13();
|
|
13209
|
-
await invoke$
|
|
13216
|
+
await invoke$q('OffscreenCanvas.create', canvasId, id);
|
|
13210
13217
|
const canvas = acquire(id);
|
|
13211
13218
|
return canvas;
|
|
13212
13219
|
};
|
|
@@ -13535,7 +13542,7 @@ const ExtensionHostHover_ipc = {
|
|
|
13535
13542
|
const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMain.js`;
|
|
13536
13543
|
|
|
13537
13544
|
const launchEditorWorker = async () => {
|
|
13538
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
13545
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$e('developer.editorWorkerPath', editorWorkerUrl);
|
|
13539
13546
|
const id = create$13();
|
|
13540
13547
|
let ipc = await create$14({
|
|
13541
13548
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
@@ -13552,19 +13559,19 @@ const launchEditorWorker = async () => {
|
|
|
13552
13559
|
handleIpc(ipc);
|
|
13553
13560
|
const syntaxHighlightingWorker = true;
|
|
13554
13561
|
const syncIncremental = true;
|
|
13555
|
-
await invoke$
|
|
13562
|
+
await invoke$r(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
|
|
13556
13563
|
return ipc;
|
|
13557
13564
|
};
|
|
13558
13565
|
|
|
13559
13566
|
const {
|
|
13560
|
-
invoke: invoke$
|
|
13567
|
+
invoke: invoke$g,
|
|
13561
13568
|
invokeAndTransfer: invokeAndTransfer$2
|
|
13562
13569
|
} = getOrCreateWorker(launchEditorWorker);
|
|
13563
|
-
const actualInvoke = invoke$
|
|
13570
|
+
const actualInvoke = invoke$g;
|
|
13564
13571
|
|
|
13565
13572
|
const markdownWorkerUrl = `${assetDir}/packages/markdown-worker/dist/markdownWorkerMain.js`;
|
|
13566
13573
|
|
|
13567
|
-
const getConfiguredWorkerUrl$
|
|
13574
|
+
const getConfiguredWorkerUrl$d = () => {
|
|
13568
13575
|
let configuredWorkerUrl = get$e('develop.markdownWorkerPath') || '';
|
|
13569
13576
|
if (configuredWorkerUrl) {
|
|
13570
13577
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -13580,14 +13587,14 @@ const launchMarkdownWorker = async () => {
|
|
|
13580
13587
|
const ipc = await create$14({
|
|
13581
13588
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13582
13589
|
name,
|
|
13583
|
-
url: getConfiguredWorkerUrl$
|
|
13590
|
+
url: getConfiguredWorkerUrl$d()
|
|
13584
13591
|
});
|
|
13585
13592
|
handleIpc(ipc);
|
|
13586
13593
|
return ipc;
|
|
13587
13594
|
};
|
|
13588
13595
|
|
|
13589
13596
|
const {
|
|
13590
|
-
invoke: invoke$
|
|
13597
|
+
invoke: invoke$f,
|
|
13591
13598
|
invokeAndTransfer: invokeAndTransfer$1
|
|
13592
13599
|
} = getOrCreateWorker(launchMarkdownWorker);
|
|
13593
13600
|
|
|
@@ -13659,7 +13666,7 @@ const ExtensionHostManagement_ipc = {
|
|
|
13659
13666
|
|
|
13660
13667
|
const syntaxHighlightingWorkerUrl = `${assetDir}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js`;
|
|
13661
13668
|
|
|
13662
|
-
const getConfiguredWorkerUrl$
|
|
13669
|
+
const getConfiguredWorkerUrl$c = () => {
|
|
13663
13670
|
let configuredWorkerUrl = get$e('developer.syntaxHighlightingWorkerPath') || '';
|
|
13664
13671
|
if (configuredWorkerUrl) {
|
|
13665
13672
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -13671,7 +13678,7 @@ const getConfiguredWorkerUrl$b = () => {
|
|
|
13671
13678
|
return configuredWorkerUrl;
|
|
13672
13679
|
};
|
|
13673
13680
|
const launchSyntaxHighlightingWorker = async () => {
|
|
13674
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
13681
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$c();
|
|
13675
13682
|
const name = 'Syntax Highlighting Worker';
|
|
13676
13683
|
const id = create$13();
|
|
13677
13684
|
let ipc = await create$14({
|
|
@@ -13724,7 +13731,7 @@ const Transferrable_ipc = {
|
|
|
13724
13731
|
};
|
|
13725
13732
|
|
|
13726
13733
|
const getWebViewsNode = async () => {
|
|
13727
|
-
const webViews = await invoke$
|
|
13734
|
+
const webViews = await invoke$o('ExtensionHost.getWebViews');
|
|
13728
13735
|
return webViews;
|
|
13729
13736
|
};
|
|
13730
13737
|
|
|
@@ -13764,13 +13771,13 @@ const setPort = async (uid, port, origin, portType) => {
|
|
|
13764
13771
|
* @deprecated
|
|
13765
13772
|
*/
|
|
13766
13773
|
const getWebViewInfo = providerId => {
|
|
13767
|
-
return invoke$
|
|
13774
|
+
return invoke$n('ExtensionHostWebView.getWebViewInfo', providerId);
|
|
13768
13775
|
};
|
|
13769
13776
|
const getWebViewInfo2 = providerId => {
|
|
13770
|
-
return invoke$
|
|
13777
|
+
return invoke$n('ExtensionHostWebView.getWebViewInfo2', providerId);
|
|
13771
13778
|
};
|
|
13772
13779
|
const create3 = async (uri, id) => {
|
|
13773
|
-
await invoke$
|
|
13780
|
+
await invoke$n('WebView.create3', {
|
|
13774
13781
|
id,
|
|
13775
13782
|
uri,
|
|
13776
13783
|
platform: platform,
|
|
@@ -13787,14 +13794,14 @@ const registerInterceptor = async (id, port) => {
|
|
|
13787
13794
|
await invokeAndTransfer$5('WebView.registerInterceptor', id, port);
|
|
13788
13795
|
};
|
|
13789
13796
|
const unregisterInterceptor = async id => {
|
|
13790
|
-
await invoke$
|
|
13797
|
+
await invoke$n('WebView.unregisterInterceptor', id);
|
|
13791
13798
|
};
|
|
13792
13799
|
const compat = {
|
|
13793
13800
|
sharedProcessInvoke(...args) {
|
|
13794
|
-
return invoke$
|
|
13801
|
+
return invoke$o(...args);
|
|
13795
13802
|
},
|
|
13796
13803
|
rendererProcessInvoke(...args) {
|
|
13797
|
-
return invoke$
|
|
13804
|
+
return invoke$q(...args);
|
|
13798
13805
|
},
|
|
13799
13806
|
rendererProcessInvokeAndTransfer(...args) {
|
|
13800
13807
|
return invokeAndTransfer$8(...args);
|
|
@@ -13803,7 +13810,7 @@ const compat = {
|
|
|
13803
13810
|
return invokeAndTransfer$5(...args);
|
|
13804
13811
|
},
|
|
13805
13812
|
extensionHostWorkerInvoke(...args) {
|
|
13806
|
-
return invoke$
|
|
13813
|
+
return invoke$n(...args);
|
|
13807
13814
|
},
|
|
13808
13815
|
getWebViews() {
|
|
13809
13816
|
return getWebViews$1();
|
|
@@ -13860,14 +13867,14 @@ const getOrCreate$1 = () => {
|
|
|
13860
13867
|
}
|
|
13861
13868
|
return state$7.ipc;
|
|
13862
13869
|
};
|
|
13863
|
-
const invoke$
|
|
13870
|
+
const invoke$e = async (method, ...params) => {
|
|
13864
13871
|
const ipc = await getOrCreate$1();
|
|
13865
|
-
return invoke$
|
|
13872
|
+
return invoke$r(ipc, method, ...params);
|
|
13866
13873
|
};
|
|
13867
13874
|
|
|
13868
13875
|
const name$U = 'SearchProcess';
|
|
13869
13876
|
const Commands$M = {
|
|
13870
|
-
invoke: invoke$
|
|
13877
|
+
invoke: invoke$e
|
|
13871
13878
|
};
|
|
13872
13879
|
|
|
13873
13880
|
const SearchProcess_ipc = {
|
|
@@ -13891,13 +13898,13 @@ const executeTextSearchProvider = async (scheme, query) => {
|
|
|
13891
13898
|
return result;
|
|
13892
13899
|
};
|
|
13893
13900
|
const textSearchHtml = (...args) => {
|
|
13894
|
-
return invoke$
|
|
13901
|
+
return invoke$n('TextSearchHtml.textSearch', ...args);
|
|
13895
13902
|
};
|
|
13896
13903
|
const textSearchFetch = (...args) => {
|
|
13897
|
-
return invoke$
|
|
13904
|
+
return invoke$n('TextSearchFetch.textSearch', ...args);
|
|
13898
13905
|
};
|
|
13899
13906
|
const textSearchMemory = (...args) => {
|
|
13900
|
-
return invoke$
|
|
13907
|
+
return invoke$n('TextSearchMemory.textSearch', ...args);
|
|
13901
13908
|
};
|
|
13902
13909
|
|
|
13903
13910
|
const name$T = 'ExtensionHostTextSearch';
|
|
@@ -13954,22 +13961,22 @@ const handleExtensionStatusUpdate = async () => {
|
|
|
13954
13961
|
// TODO inform all viewlets
|
|
13955
13962
|
};
|
|
13956
13963
|
const disable = async id => {
|
|
13957
|
-
return invoke$
|
|
13964
|
+
return invoke$o(/* ExtensionManagement.disable */'ExtensionManagement.disable', /* id */id);
|
|
13958
13965
|
};
|
|
13959
13966
|
const enable = async id => {
|
|
13960
|
-
return invoke$
|
|
13967
|
+
return invoke$o(/* ExtensionManagement.enable */'ExtensionManagement.enable', /* id */id);
|
|
13961
13968
|
};
|
|
13962
13969
|
const getAllExtensions = async () => {
|
|
13963
13970
|
if (platform === Web$1) {
|
|
13964
13971
|
return [];
|
|
13965
13972
|
}
|
|
13966
|
-
return invoke$
|
|
13973
|
+
return invoke$o(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
|
|
13967
13974
|
};
|
|
13968
13975
|
const getExtension2 = async id => {
|
|
13969
|
-
return invoke$
|
|
13976
|
+
return invoke$n('Extensions.getExtension', id);
|
|
13970
13977
|
};
|
|
13971
13978
|
const getExtensionsEtag = async () => {
|
|
13972
|
-
const etag = await invoke$
|
|
13979
|
+
const etag = await invoke$o('ExtensionManagement.getExtensionsEtag');
|
|
13973
13980
|
return etag;
|
|
13974
13981
|
};
|
|
13975
13982
|
|
|
@@ -13991,10 +13998,10 @@ const ExtensionManagement_ipc = {
|
|
|
13991
13998
|
};
|
|
13992
13999
|
|
|
13993
14000
|
const getVirtualDom$3 = html => {
|
|
13994
|
-
return invoke$
|
|
14001
|
+
return invoke$f('Markdown.getMarkDownVirtualDom', html);
|
|
13995
14002
|
};
|
|
13996
14003
|
const renderMarkdown = (markdown, options) => {
|
|
13997
|
-
return invoke$
|
|
14004
|
+
return invoke$f('Markdown.renderMarkdown', markdown, options);
|
|
13998
14005
|
};
|
|
13999
14006
|
|
|
14000
14007
|
const name$O = 'Markdown';
|
|
@@ -14016,10 +14023,10 @@ const create$R = id => {
|
|
|
14016
14023
|
};
|
|
14017
14024
|
};
|
|
14018
14025
|
const loadContent$N = async state => {
|
|
14019
|
-
await invoke$
|
|
14020
|
-
await invoke$
|
|
14021
|
-
const diffResult = await invoke$
|
|
14022
|
-
const commands = await invoke$
|
|
14026
|
+
await invoke$j('About.create', state.id);
|
|
14027
|
+
await invoke$j('About.loadContent2', state.id);
|
|
14028
|
+
const diffResult = await invoke$j('About.diff2', state.id);
|
|
14029
|
+
const commands = await invoke$j('About.render2', state.id, diffResult);
|
|
14023
14030
|
return {
|
|
14024
14031
|
...state,
|
|
14025
14032
|
commands
|
|
@@ -14028,9 +14035,9 @@ const loadContent$N = async state => {
|
|
|
14028
14035
|
|
|
14029
14036
|
const wrapAboutCommand = key => {
|
|
14030
14037
|
const fn = async (state, ...args) => {
|
|
14031
|
-
await invoke$
|
|
14032
|
-
const diffResult = await invoke$
|
|
14033
|
-
const commands = await invoke$
|
|
14038
|
+
await invoke$j(`About.${key}`, state.id, ...args);
|
|
14039
|
+
const diffResult = await invoke$j(`About.diff2`, state.id);
|
|
14040
|
+
const commands = await invoke$j('About.render2', state.id, diffResult);
|
|
14034
14041
|
if (commands.length === 0) {
|
|
14035
14042
|
return state;
|
|
14036
14043
|
}
|
|
@@ -14043,8 +14050,8 @@ const wrapAboutCommand = key => {
|
|
|
14043
14050
|
};
|
|
14044
14051
|
|
|
14045
14052
|
const Commands$F = {};
|
|
14046
|
-
const getCommands$
|
|
14047
|
-
const commands = await invoke$
|
|
14053
|
+
const getCommands$e = async () => {
|
|
14054
|
+
const commands = await invoke$j('About.getCommandIds');
|
|
14048
14055
|
for (const command of commands) {
|
|
14049
14056
|
Commands$F[command] = wrapAboutCommand(command);
|
|
14050
14057
|
}
|
|
@@ -14054,7 +14061,7 @@ const getCommands$d = async () => {
|
|
|
14054
14061
|
const Css$H = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
|
|
14055
14062
|
|
|
14056
14063
|
const getKeyBindings$j = () => {
|
|
14057
|
-
return invoke$
|
|
14064
|
+
return invoke$j('About.getKeyBindings');
|
|
14058
14065
|
};
|
|
14059
14066
|
|
|
14060
14067
|
const name$N = 'About';
|
|
@@ -14096,18 +14103,18 @@ const apply = (oldState, newState) => {
|
|
|
14096
14103
|
};
|
|
14097
14104
|
|
|
14098
14105
|
const hasFunctionalRender$F = true;
|
|
14099
|
-
const hasFunctionalRootRender$
|
|
14100
|
-
const hasFunctionalEvents$
|
|
14101
|
-
const renderDialog$
|
|
14106
|
+
const hasFunctionalRootRender$r = true;
|
|
14107
|
+
const hasFunctionalEvents$g = true;
|
|
14108
|
+
const renderDialog$2 = {
|
|
14102
14109
|
isEqual(oldState, newState) {
|
|
14103
14110
|
return false;
|
|
14104
14111
|
},
|
|
14105
14112
|
apply: apply,
|
|
14106
14113
|
multiple: true
|
|
14107
14114
|
};
|
|
14108
|
-
const render$I = [renderDialog$
|
|
14109
|
-
const renderEventListeners$
|
|
14110
|
-
const listeners = await invoke$
|
|
14115
|
+
const render$I = [renderDialog$2];
|
|
14116
|
+
const renderEventListeners$f = async () => {
|
|
14117
|
+
const listeners = await invoke$j('About.renderEventListeners');
|
|
14111
14118
|
return listeners;
|
|
14112
14119
|
};
|
|
14113
14120
|
|
|
@@ -14116,16 +14123,16 @@ const ViewletAbout_ipc = {
|
|
|
14116
14123
|
Commands: Commands$F,
|
|
14117
14124
|
Css: Css$H,
|
|
14118
14125
|
create: create$R,
|
|
14119
|
-
getCommands: getCommands$
|
|
14126
|
+
getCommands: getCommands$e,
|
|
14120
14127
|
getKeyBindings: getKeyBindings$j,
|
|
14121
|
-
hasFunctionalEvents: hasFunctionalEvents$
|
|
14128
|
+
hasFunctionalEvents: hasFunctionalEvents$g,
|
|
14122
14129
|
hasFunctionalRender: hasFunctionalRender$F,
|
|
14123
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
14130
|
+
hasFunctionalRootRender: hasFunctionalRootRender$r,
|
|
14124
14131
|
loadContent: loadContent$N,
|
|
14125
14132
|
name: name$N,
|
|
14126
14133
|
render: render$I,
|
|
14127
|
-
renderDialog: renderDialog$
|
|
14128
|
-
renderEventListeners: renderEventListeners$
|
|
14134
|
+
renderDialog: renderDialog$2,
|
|
14135
|
+
renderEventListeners: renderEventListeners$f
|
|
14129
14136
|
};
|
|
14130
14137
|
|
|
14131
14138
|
const Tab = 1;
|
|
@@ -14137,7 +14144,6 @@ const Focused = 1 << 5;
|
|
|
14137
14144
|
const MarginTop = 1 << 6;
|
|
14138
14145
|
|
|
14139
14146
|
const Add = 'Add';
|
|
14140
|
-
const Blank = 'Blank';
|
|
14141
14147
|
const ClearAll = 'ClearAll';
|
|
14142
14148
|
const CollapseAll = 'CollapseAll';
|
|
14143
14149
|
const DebugAlt2 = 'DebugAlt2';
|
|
@@ -14155,7 +14161,7 @@ const Trash = 'Trash';
|
|
|
14155
14161
|
/**
|
|
14156
14162
|
* @enum {string}
|
|
14157
14163
|
*/
|
|
14158
|
-
const UiStrings$
|
|
14164
|
+
const UiStrings$b = {
|
|
14159
14165
|
Explorer: 'Explorer',
|
|
14160
14166
|
Search: 'Search',
|
|
14161
14167
|
SourceControl: 'Source Control',
|
|
@@ -14169,37 +14175,37 @@ const UiStrings$c = {
|
|
|
14169
14175
|
HideActivityBar: 'Hide Activity Bar'
|
|
14170
14176
|
};
|
|
14171
14177
|
const explorer$1 = () => {
|
|
14172
|
-
return i18nString(UiStrings$
|
|
14178
|
+
return i18nString(UiStrings$b.Explorer);
|
|
14173
14179
|
};
|
|
14174
14180
|
const search = () => {
|
|
14175
|
-
return i18nString(UiStrings$
|
|
14181
|
+
return i18nString(UiStrings$b.Search);
|
|
14176
14182
|
};
|
|
14177
14183
|
const sourceControl = () => {
|
|
14178
|
-
return i18nString(UiStrings$
|
|
14184
|
+
return i18nString(UiStrings$b.SourceControl);
|
|
14179
14185
|
};
|
|
14180
14186
|
const runAndDebug = () => {
|
|
14181
|
-
return i18nString(UiStrings$
|
|
14187
|
+
return i18nString(UiStrings$b.RunAndDebug);
|
|
14182
14188
|
};
|
|
14183
14189
|
const extensions = () => {
|
|
14184
|
-
return i18nString(UiStrings$
|
|
14190
|
+
return i18nString(UiStrings$b.Extensions);
|
|
14185
14191
|
};
|
|
14186
14192
|
const settings = () => {
|
|
14187
|
-
return i18nString(UiStrings$
|
|
14193
|
+
return i18nString(UiStrings$b.Settings);
|
|
14188
14194
|
};
|
|
14189
14195
|
const additionalViews = () => {
|
|
14190
|
-
return i18nString(UiStrings$
|
|
14196
|
+
return i18nString(UiStrings$b.AdditionalViews);
|
|
14191
14197
|
};
|
|
14192
14198
|
const activityBar = () => {
|
|
14193
|
-
return i18nString(UiStrings$
|
|
14199
|
+
return i18nString(UiStrings$b.ActivityBar);
|
|
14194
14200
|
};
|
|
14195
14201
|
const moveSideBarRight$1 = () => {
|
|
14196
|
-
return i18nString(UiStrings$
|
|
14202
|
+
return i18nString(UiStrings$b.MoveSideBarRight);
|
|
14197
14203
|
};
|
|
14198
14204
|
const moveSideBarLeft$1 = () => {
|
|
14199
|
-
return i18nString(UiStrings$
|
|
14205
|
+
return i18nString(UiStrings$b.MoveSideBarLeft);
|
|
14200
14206
|
};
|
|
14201
14207
|
const hideActivityBar$1 = () => {
|
|
14202
|
-
return i18nString(UiStrings$
|
|
14208
|
+
return i18nString(UiStrings$b.HideActivityBar);
|
|
14203
14209
|
};
|
|
14204
14210
|
|
|
14205
14211
|
const getActivityBarItems = () => {
|
|
@@ -14780,7 +14786,7 @@ const getVisibleActivityBarItems = state => {
|
|
|
14780
14786
|
};
|
|
14781
14787
|
|
|
14782
14788
|
const hasFunctionalRender$E = true;
|
|
14783
|
-
const hasFunctionalRootRender$
|
|
14789
|
+
const hasFunctionalRootRender$q = true;
|
|
14784
14790
|
const renderItems$a = {
|
|
14785
14791
|
isEqual(oldState, newState) {
|
|
14786
14792
|
return oldState.filteredItems === newState.filteredItems && oldState.height === newState.height && oldState.selectedIndex === newState.selectedIndex && oldState.focusedIndex === newState.focusedIndex;
|
|
@@ -14846,7 +14852,7 @@ const ViewletActivityBar_ipc = {
|
|
|
14846
14852
|
handleSideBarViewletChange,
|
|
14847
14853
|
hasFunctionalRender: hasFunctionalRender$E,
|
|
14848
14854
|
hasFunctionalResize: hasFunctionalResize$j,
|
|
14849
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
14855
|
+
hasFunctionalRootRender: hasFunctionalRootRender$q,
|
|
14850
14856
|
loadContent: loadContent$M,
|
|
14851
14857
|
menus: menus$d,
|
|
14852
14858
|
name: name$M,
|
|
@@ -14861,11 +14867,11 @@ const ViewletActivityBar_ipc = {
|
|
|
14861
14867
|
/**
|
|
14862
14868
|
* @enum {string}
|
|
14863
14869
|
*/
|
|
14864
|
-
const UiStrings$
|
|
14870
|
+
const UiStrings$a = {
|
|
14865
14871
|
FailedToLoadAudio: 'Failed to load audio: {PH1}'
|
|
14866
14872
|
};
|
|
14867
14873
|
const getImprovedErrorMessage = message => {
|
|
14868
|
-
return i18nString(UiStrings$
|
|
14874
|
+
return i18nString(UiStrings$a.FailedToLoadAudio, {
|
|
14869
14875
|
PH1: message
|
|
14870
14876
|
});
|
|
14871
14877
|
};
|
|
@@ -14894,7 +14900,7 @@ const handleAudioError = (state, code, message) => {
|
|
|
14894
14900
|
audioErrorMessage: improvedMessage
|
|
14895
14901
|
};
|
|
14896
14902
|
};
|
|
14897
|
-
const dispose$
|
|
14903
|
+
const dispose$q = async state => {
|
|
14898
14904
|
const {
|
|
14899
14905
|
src
|
|
14900
14906
|
} = state;
|
|
@@ -14944,7 +14950,7 @@ const getAudioVirtualDom = (src, errorMessage) => {
|
|
|
14944
14950
|
};
|
|
14945
14951
|
|
|
14946
14952
|
const hasFunctionalRender$D = true;
|
|
14947
|
-
const hasFunctionalRootRender$
|
|
14953
|
+
const hasFunctionalRootRender$p = true;
|
|
14948
14954
|
const renderAudio = {
|
|
14949
14955
|
isEqual(oldState, newState) {
|
|
14950
14956
|
return oldState.src === newState.src && oldState.audioErrorMessage === newState.audioErrorMessage;
|
|
@@ -14963,10 +14969,10 @@ const ViewletAudio_ipc = {
|
|
|
14963
14969
|
Commands: Commands$D,
|
|
14964
14970
|
Css: Css$F,
|
|
14965
14971
|
create: create$P,
|
|
14966
|
-
dispose: dispose$
|
|
14972
|
+
dispose: dispose$q,
|
|
14967
14973
|
handleAudioError,
|
|
14968
14974
|
hasFunctionalRender: hasFunctionalRender$D,
|
|
14969
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
14975
|
+
hasFunctionalRootRender: hasFunctionalRootRender$p,
|
|
14970
14976
|
loadContent: loadContent$L,
|
|
14971
14977
|
name: name$L,
|
|
14972
14978
|
render: render$G
|
|
@@ -14982,7 +14988,7 @@ const create$O = (id, uri, x, y, width, height) => {
|
|
|
14982
14988
|
};
|
|
14983
14989
|
};
|
|
14984
14990
|
const loadContent$K = async state => {
|
|
14985
|
-
const browserViewMap = await invoke$
|
|
14991
|
+
const browserViewMap = await invoke$o('ElectronBrowserView.getAll');
|
|
14986
14992
|
return {
|
|
14987
14993
|
...state,
|
|
14988
14994
|
browserViewMap
|
|
@@ -15032,7 +15038,7 @@ const create$N = (id, uri, x, y, width, height) => {
|
|
|
15032
15038
|
};
|
|
15033
15039
|
const loadContent$J = state => {
|
|
15034
15040
|
const update = async () => {
|
|
15035
|
-
await invoke$
|
|
15041
|
+
await invoke$q(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
15036
15042
|
};
|
|
15037
15043
|
return {
|
|
15038
15044
|
...state,
|
|
@@ -15042,7 +15048,7 @@ const loadContent$J = state => {
|
|
|
15042
15048
|
|
|
15043
15049
|
// TODO use contentLoadedEffects
|
|
15044
15050
|
|
|
15045
|
-
const dispose$
|
|
15051
|
+
const dispose$p = state => {
|
|
15046
15052
|
clearInterval(state.interval);
|
|
15047
15053
|
state.interval = -1;
|
|
15048
15054
|
state.disposed = true;
|
|
@@ -15055,7 +15061,7 @@ const ViewletClock_ipc = {
|
|
|
15055
15061
|
__proto__: null,
|
|
15056
15062
|
Commands: Commands$C,
|
|
15057
15063
|
create: create$N,
|
|
15058
|
-
dispose: dispose$
|
|
15064
|
+
dispose: dispose$p,
|
|
15059
15065
|
loadContent: loadContent$J,
|
|
15060
15066
|
name: name$K
|
|
15061
15067
|
};
|
|
@@ -15104,8 +15110,8 @@ const getKeyBindings$h = () => {
|
|
|
15104
15110
|
};
|
|
15105
15111
|
|
|
15106
15112
|
const hasFunctionalRender$B = true;
|
|
15107
|
-
const hasFunctionalRootRender$
|
|
15108
|
-
const renderDialog = {
|
|
15113
|
+
const hasFunctionalRootRender$o = true;
|
|
15114
|
+
const renderDialog$1 = {
|
|
15109
15115
|
isEqual(oldState, newState) {
|
|
15110
15116
|
return oldState.productName === newState.productName && oldState.lines === newState.lines;
|
|
15111
15117
|
},
|
|
@@ -15122,7 +15128,7 @@ const renderFocus$2 = {
|
|
|
15122
15128
|
return ['setFocused', newState.focused];
|
|
15123
15129
|
}
|
|
15124
15130
|
};
|
|
15125
|
-
const render$E = [renderDialog, renderFocus$2];
|
|
15131
|
+
const render$E = [renderDialog$1, renderFocus$2];
|
|
15126
15132
|
|
|
15127
15133
|
const name$J = 'Confirm';
|
|
15128
15134
|
|
|
@@ -15137,11 +15143,11 @@ const ViewletConfirm_ipc = {
|
|
|
15137
15143
|
handleClickOk,
|
|
15138
15144
|
handleFocusIn,
|
|
15139
15145
|
hasFunctionalRender: hasFunctionalRender$B,
|
|
15140
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
15146
|
+
hasFunctionalRootRender: hasFunctionalRootRender$o,
|
|
15141
15147
|
loadContent: loadContent$I,
|
|
15142
15148
|
name: name$J,
|
|
15143
15149
|
render: render$E,
|
|
15144
|
-
renderDialog,
|
|
15150
|
+
renderDialog: renderDialog$1,
|
|
15145
15151
|
renderFocus: renderFocus$2
|
|
15146
15152
|
};
|
|
15147
15153
|
|
|
@@ -15256,7 +15262,7 @@ const getVirtualDom$1 = textContent => {
|
|
|
15256
15262
|
};
|
|
15257
15263
|
|
|
15258
15264
|
const hasFunctionalRender$A = true;
|
|
15259
|
-
const renderText
|
|
15265
|
+
const renderText = {
|
|
15260
15266
|
isEqual(oldState, newState) {
|
|
15261
15267
|
return oldState.text === newState.text;
|
|
15262
15268
|
},
|
|
@@ -15265,7 +15271,7 @@ const renderText$1 = {
|
|
|
15265
15271
|
return ['setDom', dom];
|
|
15266
15272
|
}
|
|
15267
15273
|
};
|
|
15268
|
-
const render$D = [renderText
|
|
15274
|
+
const render$D = [renderText];
|
|
15269
15275
|
|
|
15270
15276
|
const Button = 1;
|
|
15271
15277
|
const Select = 2;
|
|
@@ -15358,7 +15364,7 @@ const getActionsVirtualDom = actions => {
|
|
|
15358
15364
|
}, ...actions.flatMap(getActionVirtualDom$1)];
|
|
15359
15365
|
};
|
|
15360
15366
|
|
|
15361
|
-
const getActions$
|
|
15367
|
+
const getActions$6 = () => {
|
|
15362
15368
|
return [{
|
|
15363
15369
|
type: Filter$1,
|
|
15364
15370
|
id: ''
|
|
@@ -15375,7 +15381,7 @@ const renderActions$a = {
|
|
|
15375
15381
|
return oldState === newState;
|
|
15376
15382
|
},
|
|
15377
15383
|
apply(oldState, newState) {
|
|
15378
|
-
const actions = getActions$
|
|
15384
|
+
const actions = getActions$6();
|
|
15379
15385
|
const dom = getActionsVirtualDom(actions);
|
|
15380
15386
|
return dom;
|
|
15381
15387
|
}
|
|
@@ -15408,7 +15414,7 @@ const Escape = 'Escape';
|
|
|
15408
15414
|
/**
|
|
15409
15415
|
* @enum {string}
|
|
15410
15416
|
*/
|
|
15411
|
-
const UiStrings$
|
|
15417
|
+
const UiStrings$9 = {
|
|
15412
15418
|
PressDesiredKeyCombinationThenPressEnter: 'Press Desired Key Combination, Then Press Enter',
|
|
15413
15419
|
Copy: 'Copy',
|
|
15414
15420
|
CopyCommandId: 'Copy Command ID',
|
|
@@ -15421,34 +15427,34 @@ const UiStrings$a = {
|
|
|
15421
15427
|
ShowSameKeyBindings: 'Show Same Keybindings'
|
|
15422
15428
|
};
|
|
15423
15429
|
const pressDesiredKeyCombinationThenPressEnter = () => {
|
|
15424
|
-
return i18nString(UiStrings$
|
|
15430
|
+
return i18nString(UiStrings$9.PressDesiredKeyCombinationThenPressEnter);
|
|
15425
15431
|
};
|
|
15426
15432
|
const copy$1 = () => {
|
|
15427
|
-
return i18nString(UiStrings$
|
|
15433
|
+
return i18nString(UiStrings$9.Copy);
|
|
15428
15434
|
};
|
|
15429
15435
|
const copyCommandId = () => {
|
|
15430
|
-
return i18nString(UiStrings$
|
|
15436
|
+
return i18nString(UiStrings$9.CopyCommandId);
|
|
15431
15437
|
};
|
|
15432
15438
|
const copyCommandTitle = () => {
|
|
15433
|
-
return i18nString(UiStrings$
|
|
15439
|
+
return i18nString(UiStrings$9.CopyCommandTitle);
|
|
15434
15440
|
};
|
|
15435
15441
|
const changeKeyBinding = () => {
|
|
15436
|
-
return i18nString(UiStrings$
|
|
15442
|
+
return i18nString(UiStrings$9.ChangeKeyBinding);
|
|
15437
15443
|
};
|
|
15438
15444
|
const addKeyBinding = () => {
|
|
15439
|
-
return i18nString(UiStrings$
|
|
15445
|
+
return i18nString(UiStrings$9.AddKeyBinding);
|
|
15440
15446
|
};
|
|
15441
15447
|
const removeKeyBinding = () => {
|
|
15442
|
-
return i18nString(UiStrings$
|
|
15448
|
+
return i18nString(UiStrings$9.RemoveKeyBinding);
|
|
15443
15449
|
};
|
|
15444
15450
|
const resetKeyBinding = () => {
|
|
15445
|
-
return i18nString(UiStrings$
|
|
15451
|
+
return i18nString(UiStrings$9.ResetKeyBinding);
|
|
15446
15452
|
};
|
|
15447
15453
|
const changeWhenExpression = () => {
|
|
15448
|
-
return i18nString(UiStrings$
|
|
15454
|
+
return i18nString(UiStrings$9.ChangeWhenExpression);
|
|
15449
15455
|
};
|
|
15450
15456
|
const showSameKeyBindings = () => {
|
|
15451
|
-
return i18nString(UiStrings$
|
|
15457
|
+
return i18nString(UiStrings$9.ShowSameKeyBindings);
|
|
15452
15458
|
};
|
|
15453
15459
|
|
|
15454
15460
|
const create$K = (id, uri, x, y, width, height) => {
|
|
@@ -15467,7 +15473,7 @@ const loadContent$G = state => {
|
|
|
15467
15473
|
message: pressDesiredKeyCombinationThenPressEnter()
|
|
15468
15474
|
};
|
|
15469
15475
|
};
|
|
15470
|
-
const dispose$
|
|
15476
|
+
const dispose$o = (state, value) => {
|
|
15471
15477
|
const {
|
|
15472
15478
|
uid
|
|
15473
15479
|
} = state;
|
|
@@ -15475,7 +15481,7 @@ const dispose$p = (state, value) => {
|
|
|
15475
15481
|
return state;
|
|
15476
15482
|
};
|
|
15477
15483
|
const handleBlur$2 = state => {
|
|
15478
|
-
return dispose$
|
|
15484
|
+
return dispose$o(state, '');
|
|
15479
15485
|
};
|
|
15480
15486
|
const handleKeyDown$1 = (state, key, altKey, ctrlKey, shiftKey, metaKey) => {
|
|
15481
15487
|
// TODO handle with keybindings?
|
|
@@ -15483,10 +15489,10 @@ const handleKeyDown$1 = (state, key, altKey, ctrlKey, shiftKey, metaKey) => {
|
|
|
15483
15489
|
return state;
|
|
15484
15490
|
}
|
|
15485
15491
|
if (key === Enter) {
|
|
15486
|
-
return dispose$
|
|
15492
|
+
return dispose$o(state, key);
|
|
15487
15493
|
}
|
|
15488
15494
|
if (key === Escape) {
|
|
15489
|
-
return dispose$
|
|
15495
|
+
return dispose$o(state, '');
|
|
15490
15496
|
}
|
|
15491
15497
|
const keyBindingString = getKeyBindingString(key, altKey, ctrlKey, shiftKey);
|
|
15492
15498
|
return {
|
|
@@ -15525,7 +15531,7 @@ const getDefineKeyBindingsVirtualDom = message => {
|
|
|
15525
15531
|
};
|
|
15526
15532
|
|
|
15527
15533
|
const hasFunctionalRender$z = true;
|
|
15528
|
-
const hasFunctionalRootRender$
|
|
15534
|
+
const hasFunctionalRootRender$n = true;
|
|
15529
15535
|
const renderValue = {
|
|
15530
15536
|
isEqual(oldState, newState) {
|
|
15531
15537
|
return oldState.value === newState.value;
|
|
@@ -15561,7 +15567,7 @@ const ViewletDefineKeyBinding_ipc = {
|
|
|
15561
15567
|
handleBlur: handleBlur$2,
|
|
15562
15568
|
handleKeyDown: handleKeyDown$1,
|
|
15563
15569
|
hasFunctionalRender: hasFunctionalRender$z,
|
|
15564
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
15570
|
+
hasFunctionalRootRender: hasFunctionalRootRender$n,
|
|
15565
15571
|
loadContent: loadContent$G,
|
|
15566
15572
|
render: render$C
|
|
15567
15573
|
};
|
|
@@ -15604,7 +15610,7 @@ const loadContent$F = (state, savedState, ...args) => {
|
|
|
15604
15610
|
buttons
|
|
15605
15611
|
};
|
|
15606
15612
|
};
|
|
15607
|
-
const dispose$
|
|
15613
|
+
const dispose$n = async state => {};
|
|
15608
15614
|
const handleClick$3 = async (state, index) => {
|
|
15609
15615
|
const {
|
|
15610
15616
|
options
|
|
@@ -15613,7 +15619,7 @@ const handleClick$3 = async (state, index) => {
|
|
|
15613
15619
|
// TODO handle case when index is out of bounds
|
|
15614
15620
|
switch (option) {
|
|
15615
15621
|
case 'Show Command Output':
|
|
15616
|
-
await dispose$
|
|
15622
|
+
await dispose$n();
|
|
15617
15623
|
const uri = 'data://';
|
|
15618
15624
|
await execute$4(/* Main.openUri */'Main.openUri', uri);
|
|
15619
15625
|
// TODO show stderr in editor
|
|
@@ -15623,7 +15629,7 @@ const handleClick$3 = async (state, index) => {
|
|
|
15623
15629
|
};
|
|
15624
15630
|
|
|
15625
15631
|
const Commands$y = {
|
|
15626
|
-
close: dispose$
|
|
15632
|
+
close: dispose$n,
|
|
15627
15633
|
handleClick: handleClick$3
|
|
15628
15634
|
};
|
|
15629
15635
|
|
|
@@ -15679,7 +15685,7 @@ const ViewletDialog_ipc = {
|
|
|
15679
15685
|
Commands: Commands$y,
|
|
15680
15686
|
Css: Css$A,
|
|
15681
15687
|
create: create$J,
|
|
15682
|
-
dispose: dispose$
|
|
15688
|
+
dispose: dispose$n,
|
|
15683
15689
|
handleClick: handleClick$3,
|
|
15684
15690
|
hasFunctionalRender: hasFunctionalRender$y,
|
|
15685
15691
|
loadContent: loadContent$F,
|
|
@@ -15700,7 +15706,7 @@ const launchDiffWorker = async () => {
|
|
|
15700
15706
|
};
|
|
15701
15707
|
|
|
15702
15708
|
const {
|
|
15703
|
-
invoke: invoke$
|
|
15709
|
+
invoke: invoke$d} = getOrCreateWorker(launchDiffWorker);
|
|
15704
15710
|
|
|
15705
15711
|
/**
|
|
15706
15712
|
*
|
|
@@ -15709,7 +15715,7 @@ const {
|
|
|
15709
15715
|
* @returns
|
|
15710
15716
|
*/
|
|
15711
15717
|
const diff = (linesA, linesB) => {
|
|
15712
|
-
return invoke$
|
|
15718
|
+
return invoke$d('Diff.diff', linesA, linesB);
|
|
15713
15719
|
};
|
|
15714
15720
|
|
|
15715
15721
|
const getDiffEditorContents = async (left, right) => {
|
|
@@ -16387,11 +16393,10 @@ const getVisibleDiffLinesWithTokens = (lines, changes, minLineY, maxLineY, langu
|
|
|
16387
16393
|
|
|
16388
16394
|
const SetFocused = 'setFocused';
|
|
16389
16395
|
const SetScrollBar = 'setScrollBar';
|
|
16390
|
-
const SetText = 'setText';
|
|
16391
16396
|
const SetTitle = 'setTitle';
|
|
16392
16397
|
|
|
16393
16398
|
const hasFunctionalRender$x = true;
|
|
16394
|
-
const hasFunctionalRootRender$
|
|
16399
|
+
const hasFunctionalRootRender$m = true;
|
|
16395
16400
|
const renderChanges$1 = {
|
|
16396
16401
|
isEqual(oldState, newState) {
|
|
16397
16402
|
return oldState.changes === newState.changes && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY;
|
|
@@ -16429,7 +16434,7 @@ const ViewletDiffEditor_ipc = {
|
|
|
16429
16434
|
create: create$H,
|
|
16430
16435
|
getDynamicCss,
|
|
16431
16436
|
hasFunctionalRender: hasFunctionalRender$x,
|
|
16432
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
16437
|
+
hasFunctionalRootRender: hasFunctionalRootRender$m,
|
|
16433
16438
|
loadContent: loadContent$E,
|
|
16434
16439
|
name: name$G,
|
|
16435
16440
|
render: render$A,
|
|
@@ -16600,7 +16605,7 @@ const getE2eTestVirtualDom = content => {
|
|
|
16600
16605
|
};
|
|
16601
16606
|
|
|
16602
16607
|
const hasFunctionalRender$w = true;
|
|
16603
|
-
const hasFunctionalRootRender$
|
|
16608
|
+
const hasFunctionalRootRender$l = true;
|
|
16604
16609
|
const renderElements = {
|
|
16605
16610
|
isEqual(oldState, newState) {
|
|
16606
16611
|
return oldState.name === newState.name && oldState.content === newState.content;
|
|
@@ -16628,7 +16633,7 @@ const renderPreviewTransform = {
|
|
|
16628
16633
|
};
|
|
16629
16634
|
const render$z = [renderElements, renderIframe$2, renderPreviewTransform];
|
|
16630
16635
|
|
|
16631
|
-
const getActions$
|
|
16636
|
+
const getActions$5 = () => {
|
|
16632
16637
|
return [];
|
|
16633
16638
|
};
|
|
16634
16639
|
|
|
@@ -16637,7 +16642,7 @@ const renderActions$9 = {
|
|
|
16637
16642
|
return oldState.name === newState.name;
|
|
16638
16643
|
},
|
|
16639
16644
|
apply(oldState, newState) {
|
|
16640
|
-
const actions = getActions$
|
|
16645
|
+
const actions = getActions$5();
|
|
16641
16646
|
const dom = getActionsVirtualDom(actions);
|
|
16642
16647
|
return dom;
|
|
16643
16648
|
}
|
|
@@ -16657,7 +16662,7 @@ const ViewletE2eTest_ipc = {
|
|
|
16657
16662
|
handleSashCornerPointerUp,
|
|
16658
16663
|
hasFunctionalRender: hasFunctionalRender$w,
|
|
16659
16664
|
hasFunctionalResize: hasFunctionalResize$i,
|
|
16660
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
16665
|
+
hasFunctionalRootRender: hasFunctionalRootRender$l,
|
|
16661
16666
|
loadContent: loadContent$D,
|
|
16662
16667
|
menus: menus$c,
|
|
16663
16668
|
name: name$F,
|
|
@@ -16681,8 +16686,8 @@ const create$D = (id, uri, x, y, width, height) => {
|
|
|
16681
16686
|
};
|
|
16682
16687
|
};
|
|
16683
16688
|
const getTests = async () => {
|
|
16684
|
-
const root = await invoke$
|
|
16685
|
-
const testPath = await invoke$
|
|
16689
|
+
const root = await invoke$o('Platform.getRoot');
|
|
16690
|
+
const testPath = await invoke$o('Platform.getTestPath');
|
|
16686
16691
|
const absolutePath = `${root}/${testPath}/src`;
|
|
16687
16692
|
const dirents = await readDirWithFileTypes$9(absolutePath);
|
|
16688
16693
|
const filteredDirents = dirents.slice(1);
|
|
@@ -16848,7 +16853,7 @@ const getVisibleE2eTests = (tests, index) => {
|
|
|
16848
16853
|
};
|
|
16849
16854
|
|
|
16850
16855
|
const hasFunctionalRender$v = true;
|
|
16851
|
-
const hasFunctionalRootRender$
|
|
16856
|
+
const hasFunctionalRootRender$k = true;
|
|
16852
16857
|
const renderTests = {
|
|
16853
16858
|
isEqual(oldState, newState) {
|
|
16854
16859
|
return oldState.tests === newState.tests && oldState.index === newState.index;
|
|
@@ -16877,7 +16882,7 @@ const renderMessagePort = {
|
|
|
16877
16882
|
};
|
|
16878
16883
|
const render$y = [renderTests, renderIframe$1, renderMessagePort];
|
|
16879
16884
|
|
|
16880
|
-
const getActions$
|
|
16885
|
+
const getActions$4 = () => {
|
|
16881
16886
|
return [{
|
|
16882
16887
|
type: Button,
|
|
16883
16888
|
id: 'runAll',
|
|
@@ -16891,7 +16896,7 @@ const renderActions$8 = {
|
|
|
16891
16896
|
return oldState.tests === newState.tests;
|
|
16892
16897
|
},
|
|
16893
16898
|
apply(oldState, newState) {
|
|
16894
|
-
const actions = getActions$
|
|
16899
|
+
const actions = getActions$4();
|
|
16895
16900
|
const dom = getActionsVirtualDom(actions);
|
|
16896
16901
|
return dom;
|
|
16897
16902
|
}
|
|
@@ -16908,7 +16913,7 @@ const ViewletE2eTests_ipc = {
|
|
|
16908
16913
|
handleContextMenu: handleContextMenu$4,
|
|
16909
16914
|
handleLoad,
|
|
16910
16915
|
hasFunctionalRender: hasFunctionalRender$v,
|
|
16911
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
16916
|
+
hasFunctionalRootRender: hasFunctionalRootRender$k,
|
|
16912
16917
|
loadContent: loadContent$C,
|
|
16913
16918
|
menus: menus$b,
|
|
16914
16919
|
name: name$E,
|
|
@@ -17320,7 +17325,7 @@ const rerender = async state => {
|
|
|
17320
17325
|
commands
|
|
17321
17326
|
};
|
|
17322
17327
|
};
|
|
17323
|
-
const contentLoaded$
|
|
17328
|
+
const contentLoaded$6 = async state => {
|
|
17324
17329
|
const {
|
|
17325
17330
|
languageId
|
|
17326
17331
|
} = state;
|
|
@@ -17343,7 +17348,7 @@ const updateSemanticTokens = async state => {
|
|
|
17343
17348
|
if (error && error instanceof Error && error.message.startsWith('Failed to execute semantic token provider: VError: no semantic token provider found for')) {
|
|
17344
17349
|
return;
|
|
17345
17350
|
}
|
|
17346
|
-
await handleError$
|
|
17351
|
+
await handleError$1(error, false);
|
|
17347
17352
|
}
|
|
17348
17353
|
};
|
|
17349
17354
|
const updateDiagnostics = async state => {
|
|
@@ -17396,7 +17401,7 @@ const resize$l = (state, dimensions) => {
|
|
|
17396
17401
|
const newState = setBounds(state, dimensions.x, dimensions.y, dimensions.width, dimensions.height, state.columnWidth);
|
|
17397
17402
|
return newState;
|
|
17398
17403
|
};
|
|
17399
|
-
const dispose$
|
|
17404
|
+
const dispose$m = state => {
|
|
17400
17405
|
removeConnectedEditor(state.id);
|
|
17401
17406
|
};
|
|
17402
17407
|
const hasFunctionalRender$u = true;
|
|
@@ -17442,7 +17447,7 @@ const Commands$u = {
|
|
|
17442
17447
|
...wrapEditorCommands(ids),
|
|
17443
17448
|
// TODO
|
|
17444
17449
|
async showOverlayMessage(state, editor, ...args) {
|
|
17445
|
-
await invoke$
|
|
17450
|
+
await invoke$q(...args);
|
|
17446
17451
|
return state;
|
|
17447
17452
|
}
|
|
17448
17453
|
};
|
|
@@ -17493,11 +17498,11 @@ const ViewletEditorText_ipc = {
|
|
|
17493
17498
|
CommandsWithSideEffectsLazy: CommandsWithSideEffectsLazy$1,
|
|
17494
17499
|
Css: Css$z,
|
|
17495
17500
|
Events: Events$5,
|
|
17496
|
-
contentLoaded: contentLoaded$
|
|
17501
|
+
contentLoaded: contentLoaded$6,
|
|
17497
17502
|
contentLoadedEffects: contentLoadedEffects$1,
|
|
17498
17503
|
create: create$B,
|
|
17499
17504
|
customErrorRenderer,
|
|
17500
|
-
dispose: dispose$
|
|
17505
|
+
dispose: dispose$m,
|
|
17501
17506
|
focus: focus$5,
|
|
17502
17507
|
getDynamicCss,
|
|
17503
17508
|
getKeyBindings: getKeyBindings$d,
|
|
@@ -17667,7 +17672,7 @@ const loadContent$z = state => {
|
|
|
17667
17672
|
...state
|
|
17668
17673
|
};
|
|
17669
17674
|
};
|
|
17670
|
-
const dispose$
|
|
17675
|
+
const dispose$l = state => {};
|
|
17671
17676
|
|
|
17672
17677
|
const name$B = 'EmptyEditor';
|
|
17673
17678
|
const Commands$t = {};
|
|
@@ -17676,7 +17681,7 @@ const ViewletEmptyEditor_ipc = {
|
|
|
17676
17681
|
__proto__: null,
|
|
17677
17682
|
Commands: Commands$t,
|
|
17678
17683
|
create: create$y,
|
|
17679
|
-
dispose: dispose$
|
|
17684
|
+
dispose: dispose$l,
|
|
17680
17685
|
loadContent: loadContent$z,
|
|
17681
17686
|
name: name$B
|
|
17682
17687
|
};
|
|
@@ -17684,7 +17689,7 @@ const ViewletEmptyEditor_ipc = {
|
|
|
17684
17689
|
const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerViewWorkerMain.js`;
|
|
17685
17690
|
|
|
17686
17691
|
const launchExplorerWorker = async () => {
|
|
17687
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
17692
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$e('develop.explorerWorkerPath', explorerWorkerUrl);
|
|
17688
17693
|
const ipc = await create$14({
|
|
17689
17694
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
17690
17695
|
url: configuredWorkerUrl,
|
|
@@ -17695,8 +17700,8 @@ const launchExplorerWorker = async () => {
|
|
|
17695
17700
|
};
|
|
17696
17701
|
|
|
17697
17702
|
const {
|
|
17698
|
-
invoke: invoke$
|
|
17699
|
-
restart: restart$
|
|
17703
|
+
invoke: invoke$c,
|
|
17704
|
+
restart: restart$9
|
|
17700
17705
|
} = getOrCreateWorker(launchExplorerWorker);
|
|
17701
17706
|
|
|
17702
17707
|
// TODO viewlet should only have create and refresh functions
|
|
@@ -17721,18 +17726,18 @@ const create$x = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
17721
17726
|
};
|
|
17722
17727
|
};
|
|
17723
17728
|
const loadContent$y = async (state, savedState) => {
|
|
17724
|
-
await invoke$
|
|
17725
|
-
await invoke$
|
|
17726
|
-
const diffResult = await invoke$
|
|
17727
|
-
const commands = await invoke$
|
|
17728
|
-
const actionsDom = await invoke$
|
|
17729
|
+
await invoke$c('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
|
|
17730
|
+
await invoke$c('Explorer.loadContent', state.uid, savedState);
|
|
17731
|
+
const diffResult = await invoke$c('Explorer.diff2', state.uid);
|
|
17732
|
+
const commands = await invoke$c('Explorer.render2', state.uid, diffResult);
|
|
17733
|
+
const actionsDom = await invoke$c('Explorer.renderActions2', state.uid);
|
|
17729
17734
|
return {
|
|
17730
17735
|
...state,
|
|
17731
17736
|
commands,
|
|
17732
17737
|
actionsDom
|
|
17733
17738
|
};
|
|
17734
17739
|
};
|
|
17735
|
-
const dispose$
|
|
17740
|
+
const dispose$k = state => {};
|
|
17736
17741
|
const hasFunctionalResize$g = true;
|
|
17737
17742
|
const resize$k = (state, dimensions) => {
|
|
17738
17743
|
const {
|
|
@@ -17748,12 +17753,12 @@ const resize$k = (state, dimensions) => {
|
|
|
17748
17753
|
};
|
|
17749
17754
|
const getMouseActions = async () => {
|
|
17750
17755
|
try {
|
|
17751
|
-
return await invoke$
|
|
17756
|
+
return await invoke$c('Explorer.getMouseActions');
|
|
17752
17757
|
} catch {
|
|
17753
17758
|
return [];
|
|
17754
17759
|
}
|
|
17755
17760
|
};
|
|
17756
|
-
const hotReload$
|
|
17761
|
+
const hotReload$b = async state => {
|
|
17757
17762
|
if (state.isHotReloading) {
|
|
17758
17763
|
return state;
|
|
17759
17764
|
}
|
|
@@ -17761,16 +17766,16 @@ const hotReload$a = async state => {
|
|
|
17761
17766
|
state.isHotReloading = true;
|
|
17762
17767
|
// possible TODO race condition during hot reload
|
|
17763
17768
|
// there could still be pending promises when the worker is disposed
|
|
17764
|
-
const savedState = await invoke$
|
|
17765
|
-
await restart$
|
|
17769
|
+
const savedState = await invoke$c('Explorer.saveState', state.uid);
|
|
17770
|
+
await restart$9('Explorer.terminate');
|
|
17766
17771
|
const oldState = {
|
|
17767
17772
|
...state,
|
|
17768
17773
|
items: []
|
|
17769
17774
|
};
|
|
17770
|
-
await invoke$
|
|
17771
|
-
await invoke$
|
|
17772
|
-
const diffResult = await invoke$
|
|
17773
|
-
const commands = await invoke$
|
|
17775
|
+
await invoke$c('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
|
|
17776
|
+
await invoke$c('Explorer.loadContent', state.uid, savedState);
|
|
17777
|
+
const diffResult = await invoke$c('Explorer.diff2', state.uid);
|
|
17778
|
+
const commands = await invoke$c('Explorer.render2', state.uid, diffResult);
|
|
17774
17779
|
return {
|
|
17775
17780
|
...oldState,
|
|
17776
17781
|
commands,
|
|
@@ -17780,12 +17785,12 @@ const hotReload$a = async state => {
|
|
|
17780
17785
|
|
|
17781
17786
|
const wrapExplorerCommand = key => {
|
|
17782
17787
|
const fn = async (state, ...args) => {
|
|
17783
|
-
await invoke$
|
|
17784
|
-
const diffResult = await invoke$
|
|
17788
|
+
await invoke$c(`Explorer.${key}`, state.uid, ...args);
|
|
17789
|
+
const diffResult = await invoke$c('Explorer.diff2', state.uid);
|
|
17785
17790
|
if (diffResult.length === 0) {
|
|
17786
17791
|
return state;
|
|
17787
17792
|
}
|
|
17788
|
-
const commands = await invoke$
|
|
17793
|
+
const commands = await invoke$c('Explorer.render2', state.uid, diffResult);
|
|
17789
17794
|
if (commands.length === 0) {
|
|
17790
17795
|
return state;
|
|
17791
17796
|
}
|
|
@@ -17798,12 +17803,12 @@ const wrapExplorerCommand = key => {
|
|
|
17798
17803
|
};
|
|
17799
17804
|
|
|
17800
17805
|
const Commands$s = {};
|
|
17801
|
-
const getCommands$
|
|
17802
|
-
const commands = await invoke$
|
|
17806
|
+
const getCommands$d = async () => {
|
|
17807
|
+
const commands = await invoke$c('Explorer.getCommandIds');
|
|
17803
17808
|
for (const command of commands) {
|
|
17804
17809
|
Commands$s[command] = wrapExplorerCommand(command);
|
|
17805
17810
|
}
|
|
17806
|
-
Commands$s['hotReload'] = hotReload$
|
|
17811
|
+
Commands$s['hotReload'] = hotReload$b;
|
|
17807
17812
|
Commands$s['getMouseActions'] = getMouseActions;
|
|
17808
17813
|
return Commands$s;
|
|
17809
17814
|
};
|
|
@@ -17811,13 +17816,13 @@ const getCommands$c = async () => {
|
|
|
17811
17816
|
const Css$t = [];
|
|
17812
17817
|
|
|
17813
17818
|
const getKeyBindings$c = () => {
|
|
17814
|
-
return invoke$
|
|
17819
|
+
return invoke$c('Explorer.getKeyBindings');
|
|
17815
17820
|
};
|
|
17816
17821
|
|
|
17817
17822
|
const id$8 = Explorer;
|
|
17818
17823
|
const getMenuEntries$c = () => {
|
|
17819
17824
|
const explorerState = getState('Explorer');
|
|
17820
|
-
return invoke$
|
|
17825
|
+
return invoke$c('Explorer.getMenuEntries2', explorerState.uid);
|
|
17821
17826
|
};
|
|
17822
17827
|
|
|
17823
17828
|
const MenuEntriesExplorer = {
|
|
@@ -17831,15 +17836,15 @@ const menus$a = [MenuEntriesExplorer];
|
|
|
17831
17836
|
/**
|
|
17832
17837
|
* @enum {string}
|
|
17833
17838
|
*/
|
|
17834
|
-
const UiStrings$
|
|
17839
|
+
const UiStrings$8 = {
|
|
17835
17840
|
Explorer: 'Explorer',
|
|
17836
17841
|
NoFolderOpen: 'No Folder Open'
|
|
17837
17842
|
};
|
|
17838
17843
|
const explorer = () => {
|
|
17839
|
-
return i18nString(UiStrings$
|
|
17844
|
+
return i18nString(UiStrings$8.Explorer);
|
|
17840
17845
|
};
|
|
17841
17846
|
const noFolderOpen = () => {
|
|
17842
|
-
return i18nString(UiStrings$
|
|
17847
|
+
return i18nString(UiStrings$8.NoFolderOpen);
|
|
17843
17848
|
};
|
|
17844
17849
|
|
|
17845
17850
|
const name$A = 'Explorer';
|
|
@@ -17848,8 +17853,8 @@ const getDisplayName$1 = () => {
|
|
|
17848
17853
|
};
|
|
17849
17854
|
|
|
17850
17855
|
const hasFunctionalRender$t = true;
|
|
17851
|
-
const hasFunctionalRootRender$
|
|
17852
|
-
const hasFunctionalEvents$
|
|
17856
|
+
const hasFunctionalRootRender$j = true;
|
|
17857
|
+
const hasFunctionalEvents$f = true;
|
|
17853
17858
|
const renderItems$9 = {
|
|
17854
17859
|
isEqual(oldState, newState) {
|
|
17855
17860
|
return JSON.stringify(oldState.commands) === JSON.stringify(newState.commands);
|
|
@@ -17858,8 +17863,8 @@ const renderItems$9 = {
|
|
|
17858
17863
|
multiple: true
|
|
17859
17864
|
};
|
|
17860
17865
|
const render$t = [renderItems$9];
|
|
17861
|
-
const renderEventListeners$
|
|
17862
|
-
const listeners = await invoke$
|
|
17866
|
+
const renderEventListeners$e = async () => {
|
|
17867
|
+
const listeners = await invoke$c('Explorer.renderEventListeners');
|
|
17863
17868
|
return listeners;
|
|
17864
17869
|
};
|
|
17865
17870
|
|
|
@@ -17892,11 +17897,11 @@ const renderTitle$4 = {
|
|
|
17892
17897
|
};
|
|
17893
17898
|
|
|
17894
17899
|
const restoreState = savedState => {
|
|
17895
|
-
return invoke$
|
|
17900
|
+
return invoke$c('Explorer.restoreState', savedState);
|
|
17896
17901
|
};
|
|
17897
17902
|
|
|
17898
17903
|
const saveState$h = state => {
|
|
17899
|
-
return invoke$
|
|
17904
|
+
return invoke$c('Explorer.saveState', state.uid);
|
|
17900
17905
|
};
|
|
17901
17906
|
|
|
17902
17907
|
const Events$4 = {};
|
|
@@ -17907,22 +17912,22 @@ const ViewletExplorer_ipc = {
|
|
|
17907
17912
|
Css: Css$t,
|
|
17908
17913
|
Events: Events$4,
|
|
17909
17914
|
create: create$x,
|
|
17910
|
-
dispose: dispose$
|
|
17911
|
-
getCommands: getCommands$
|
|
17915
|
+
dispose: dispose$k,
|
|
17916
|
+
getCommands: getCommands$d,
|
|
17912
17917
|
getDisplayName: getDisplayName$1,
|
|
17913
17918
|
getKeyBindings: getKeyBindings$c,
|
|
17914
17919
|
getMouseActions,
|
|
17915
|
-
hasFunctionalEvents: hasFunctionalEvents$
|
|
17920
|
+
hasFunctionalEvents: hasFunctionalEvents$f,
|
|
17916
17921
|
hasFunctionalRender: hasFunctionalRender$t,
|
|
17917
17922
|
hasFunctionalResize: hasFunctionalResize$g,
|
|
17918
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
17919
|
-
hotReload: hotReload$
|
|
17923
|
+
hasFunctionalRootRender: hasFunctionalRootRender$j,
|
|
17924
|
+
hotReload: hotReload$b,
|
|
17920
17925
|
loadContent: loadContent$y,
|
|
17921
17926
|
menus: menus$a,
|
|
17922
17927
|
name: name$A,
|
|
17923
17928
|
render: render$t,
|
|
17924
17929
|
renderActions: renderActions$7,
|
|
17925
|
-
renderEventListeners: renderEventListeners$
|
|
17930
|
+
renderEventListeners: renderEventListeners$e,
|
|
17926
17931
|
renderTitle: renderTitle$4,
|
|
17927
17932
|
resize: resize$k,
|
|
17928
17933
|
restoreState,
|
|
@@ -17931,7 +17936,7 @@ const ViewletExplorer_ipc = {
|
|
|
17931
17936
|
|
|
17932
17937
|
const extensionDetailViewWorkerUrl = `${assetDir}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js`;
|
|
17933
17938
|
|
|
17934
|
-
const getConfiguredWorkerUrl$
|
|
17939
|
+
const getConfiguredWorkerUrl$b = () => {
|
|
17935
17940
|
let configuredWorkerUrl = get$e('develop.extensionDetailViewWorkerPath') || '';
|
|
17936
17941
|
if (configuredWorkerUrl) {
|
|
17937
17942
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -17947,16 +17952,16 @@ const launchExtensionDetailViewWorker = async () => {
|
|
|
17947
17952
|
const ipc = await create$14({
|
|
17948
17953
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
17949
17954
|
name,
|
|
17950
|
-
url: getConfiguredWorkerUrl$
|
|
17955
|
+
url: getConfiguredWorkerUrl$b()
|
|
17951
17956
|
});
|
|
17952
17957
|
handleIpc(ipc);
|
|
17953
|
-
await invoke$
|
|
17958
|
+
await invoke$r(ipc, 'ExtensionDetail.initialize');
|
|
17954
17959
|
return ipc;
|
|
17955
17960
|
};
|
|
17956
17961
|
|
|
17957
17962
|
const {
|
|
17958
|
-
invoke: invoke$
|
|
17959
|
-
restart: restart$
|
|
17963
|
+
invoke: invoke$b,
|
|
17964
|
+
restart: restart$8
|
|
17960
17965
|
} = getOrCreateWorker(launchExtensionDetailViewWorker);
|
|
17961
17966
|
|
|
17962
17967
|
const create$w = (id, uri, x, y, width, height) => {
|
|
@@ -17981,17 +17986,17 @@ const create$w = (id, uri, x, y, width, height) => {
|
|
|
17981
17986
|
// TODO when there are multiple extension with the same id,
|
|
17982
17987
|
// probably need to pass extension location from extensions viewlet
|
|
17983
17988
|
const loadContent$x = async (state, savedState) => {
|
|
17984
|
-
await invoke$
|
|
17989
|
+
await invoke$b('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
|
|
17985
17990
|
const isTest$1 = isTest();
|
|
17986
|
-
await invoke$
|
|
17987
|
-
const diffResult = await invoke$
|
|
17988
|
-
const commands = await invoke$
|
|
17991
|
+
await invoke$b('ExtensionDetail.loadContent2', state.uid, savedState, isTest$1);
|
|
17992
|
+
const diffResult = await invoke$b('ExtensionDetail.diff2', state.uid);
|
|
17993
|
+
const commands = await invoke$b('ExtensionDetail.render2', state.uid, diffResult);
|
|
17989
17994
|
return {
|
|
17990
17995
|
...state,
|
|
17991
17996
|
commands
|
|
17992
17997
|
};
|
|
17993
17998
|
};
|
|
17994
|
-
const hotReload$
|
|
17999
|
+
const hotReload$a = async state => {
|
|
17995
18000
|
if (state.isHotReloading) {
|
|
17996
18001
|
return state;
|
|
17997
18002
|
}
|
|
@@ -17999,11 +18004,11 @@ const hotReload$9 = async state => {
|
|
|
17999
18004
|
state.isHotReloading = true;
|
|
18000
18005
|
// possible TODO race condition during hot reload
|
|
18001
18006
|
// there could still be pending promises when the worker is disposed
|
|
18002
|
-
await restart$
|
|
18003
|
-
await invoke$
|
|
18004
|
-
await invoke$
|
|
18005
|
-
const diffResult = await invoke$
|
|
18006
|
-
const commands = await invoke$
|
|
18007
|
+
await restart$8('ExtensionDetail.terminate');
|
|
18008
|
+
await invoke$b('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
|
|
18009
|
+
await invoke$b('ExtensionDetail.loadContent2', state.uid, {});
|
|
18010
|
+
const diffResult = await invoke$b('ExtensionDetail.diff2', state.uid);
|
|
18011
|
+
const commands = await invoke$b('ExtensionDetail.render2', state.uid, diffResult);
|
|
18007
18012
|
state.isHotReloading = false;
|
|
18008
18013
|
return {
|
|
18009
18014
|
...state,
|
|
@@ -18011,19 +18016,19 @@ const hotReload$9 = async state => {
|
|
|
18011
18016
|
};
|
|
18012
18017
|
};
|
|
18013
18018
|
const saveState$g = async state => {
|
|
18014
|
-
const savedState = await invoke$
|
|
18019
|
+
const savedState = await invoke$b('ExtensionDetail.saveState', state.uid);
|
|
18015
18020
|
return savedState;
|
|
18016
18021
|
};
|
|
18017
18022
|
const hasFunctionalResize$f = true;
|
|
18018
18023
|
|
|
18019
18024
|
const wrapExtensionDetailCommand = key => {
|
|
18020
18025
|
const fn = async (state, ...args) => {
|
|
18021
|
-
await invoke$
|
|
18022
|
-
const diffResult = await invoke$
|
|
18026
|
+
await invoke$b(`ExtensionDetail.${key}`, state.uid, ...args);
|
|
18027
|
+
const diffResult = await invoke$b('ExtensionDetail.diff2', state.uid);
|
|
18023
18028
|
if (diffResult.length === 0) {
|
|
18024
18029
|
return state;
|
|
18025
18030
|
}
|
|
18026
|
-
const commands = await invoke$
|
|
18031
|
+
const commands = await invoke$b('ExtensionDetail.render2', state.uid, diffResult);
|
|
18027
18032
|
return {
|
|
18028
18033
|
...state,
|
|
18029
18034
|
commands
|
|
@@ -18033,12 +18038,12 @@ const wrapExtensionDetailCommand = key => {
|
|
|
18033
18038
|
};
|
|
18034
18039
|
|
|
18035
18040
|
const Commands$r = {};
|
|
18036
|
-
const getCommands$
|
|
18037
|
-
const commands = await invoke$
|
|
18041
|
+
const getCommands$c = async () => {
|
|
18042
|
+
const commands = await invoke$b('ExtensionDetail.getCommandIds');
|
|
18038
18043
|
for (const command of commands) {
|
|
18039
18044
|
Commands$r[command] = wrapExtensionDetailCommand(command);
|
|
18040
18045
|
}
|
|
18041
|
-
Commands$r['hotReload'] = hotReload$
|
|
18046
|
+
Commands$r['hotReload'] = hotReload$a;
|
|
18042
18047
|
return Commands$r;
|
|
18043
18048
|
};
|
|
18044
18049
|
|
|
@@ -18047,7 +18052,7 @@ const Css$s = ["/css/parts/AdditionalDetails.css", "/css/parts/BrowserScrollBar.
|
|
|
18047
18052
|
const menus$9 = [];
|
|
18048
18053
|
const getMenus$2 = async () => {
|
|
18049
18054
|
try {
|
|
18050
|
-
const modules = await invoke$
|
|
18055
|
+
const modules = await invoke$b('ExtensionDetail.getMenus');
|
|
18051
18056
|
const adjusted = modules.map(module => {
|
|
18052
18057
|
return {
|
|
18053
18058
|
...module,
|
|
@@ -18065,8 +18070,8 @@ const getMenus$2 = async () => {
|
|
|
18065
18070
|
const name$z = 'ExtensionDetail';
|
|
18066
18071
|
|
|
18067
18072
|
const hasFunctionalRender$s = true;
|
|
18068
|
-
const hasFunctionalRootRender$
|
|
18069
|
-
const hasFunctionalEvents$
|
|
18073
|
+
const hasFunctionalRootRender$i = true;
|
|
18074
|
+
const hasFunctionalEvents$e = true;
|
|
18070
18075
|
const renderDom$1 = {
|
|
18071
18076
|
isEqual(oldState, newState) {
|
|
18072
18077
|
return false;
|
|
@@ -18075,8 +18080,8 @@ const renderDom$1 = {
|
|
|
18075
18080
|
multiple: true
|
|
18076
18081
|
};
|
|
18077
18082
|
const render$s = [renderDom$1];
|
|
18078
|
-
const renderEventListeners$
|
|
18079
|
-
const listeners = await invoke$
|
|
18083
|
+
const renderEventListeners$d = async () => {
|
|
18084
|
+
const listeners = await invoke$b('ExtensionDetail.renderEventListeners');
|
|
18080
18085
|
return listeners;
|
|
18081
18086
|
};
|
|
18082
18087
|
|
|
@@ -18085,24 +18090,24 @@ const ViewletExtensionDetail_ipc = {
|
|
|
18085
18090
|
Commands: Commands$r,
|
|
18086
18091
|
Css: Css$s,
|
|
18087
18092
|
create: create$w,
|
|
18088
|
-
getCommands: getCommands$
|
|
18093
|
+
getCommands: getCommands$c,
|
|
18089
18094
|
getMenus: getMenus$2,
|
|
18090
|
-
hasFunctionalEvents: hasFunctionalEvents$
|
|
18095
|
+
hasFunctionalEvents: hasFunctionalEvents$e,
|
|
18091
18096
|
hasFunctionalRender: hasFunctionalRender$s,
|
|
18092
18097
|
hasFunctionalResize: hasFunctionalResize$f,
|
|
18093
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
18094
|
-
hotReload: hotReload$
|
|
18098
|
+
hasFunctionalRootRender: hasFunctionalRootRender$i,
|
|
18099
|
+
hotReload: hotReload$a,
|
|
18095
18100
|
loadContent: loadContent$x,
|
|
18096
18101
|
menus: menus$9,
|
|
18097
18102
|
name: name$z,
|
|
18098
18103
|
render: render$s,
|
|
18099
|
-
renderEventListeners: renderEventListeners$
|
|
18104
|
+
renderEventListeners: renderEventListeners$d,
|
|
18100
18105
|
saveState: saveState$g
|
|
18101
18106
|
};
|
|
18102
18107
|
|
|
18103
18108
|
const extensionSearchViewWorkerUrl = `${assetDir}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js`;
|
|
18104
18109
|
|
|
18105
|
-
const getConfiguredWorkerUrl$
|
|
18110
|
+
const getConfiguredWorkerUrl$a = () => {
|
|
18106
18111
|
let configuredWorkerUrl = get$e('develop.extensionSearchViewWorkerPath') || '';
|
|
18107
18112
|
if (configuredWorkerUrl) {
|
|
18108
18113
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -18118,21 +18123,21 @@ const launchExtensionSearchViewWorker = async () => {
|
|
|
18118
18123
|
const ipc = await create$14({
|
|
18119
18124
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
18120
18125
|
name,
|
|
18121
|
-
url: getConfiguredWorkerUrl$
|
|
18126
|
+
url: getConfiguredWorkerUrl$a()
|
|
18122
18127
|
});
|
|
18123
18128
|
handleIpc(ipc);
|
|
18124
18129
|
return ipc;
|
|
18125
18130
|
};
|
|
18126
18131
|
|
|
18127
18132
|
const {
|
|
18128
|
-
invoke: invoke$
|
|
18129
|
-
restart: restart$
|
|
18133
|
+
invoke: invoke$a,
|
|
18134
|
+
restart: restart$7
|
|
18130
18135
|
} = getOrCreateWorker(launchExtensionSearchViewWorker);
|
|
18131
18136
|
|
|
18132
18137
|
// then state can be recycled by Viewlet when there is only a single ViewletExtensions instance
|
|
18133
18138
|
|
|
18134
18139
|
const saveState$f = async state => {
|
|
18135
|
-
const savedState = await invoke$
|
|
18140
|
+
const savedState = await invoke$a('SearchExtensions.saveState', state.id);
|
|
18136
18141
|
return savedState;
|
|
18137
18142
|
};
|
|
18138
18143
|
const create$v = (id, uri, x, y, width, height) => {
|
|
@@ -18149,20 +18154,20 @@ const create$v = (id, uri, x, y, width, height) => {
|
|
|
18149
18154
|
};
|
|
18150
18155
|
};
|
|
18151
18156
|
const loadContent$w = async (state, savedState) => {
|
|
18152
|
-
await invoke$
|
|
18153
|
-
await invoke$
|
|
18154
|
-
const diffResult = await invoke$
|
|
18155
|
-
const commands = await invoke$
|
|
18157
|
+
await invoke$a('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
|
|
18158
|
+
await invoke$a('SearchExtensions.loadContent', state.id, savedState);
|
|
18159
|
+
const diffResult = await invoke$a('SearchExtensions.diff2', state.id);
|
|
18160
|
+
const commands = await invoke$a('SearchExtensions.render3', state.id, diffResult);
|
|
18156
18161
|
return {
|
|
18157
18162
|
...state,
|
|
18158
18163
|
commands
|
|
18159
18164
|
};
|
|
18160
18165
|
};
|
|
18161
|
-
const dispose$
|
|
18166
|
+
const dispose$j = () => {};
|
|
18162
18167
|
|
|
18163
18168
|
// TODO lazyload this
|
|
18164
18169
|
|
|
18165
|
-
const hotReload$
|
|
18170
|
+
const hotReload$9 = async state => {
|
|
18166
18171
|
if (state.isHotReloading) {
|
|
18167
18172
|
return state;
|
|
18168
18173
|
}
|
|
@@ -18170,16 +18175,16 @@ const hotReload$8 = async state => {
|
|
|
18170
18175
|
state.isHotReloading = true;
|
|
18171
18176
|
// possible TODO race condition during hot reload
|
|
18172
18177
|
// there could still be pending promises when the worker is disposed
|
|
18173
|
-
const savedState = await invoke$
|
|
18174
|
-
await restart$
|
|
18178
|
+
const savedState = await invoke$a('SearchExtensions.saveState', state.uid);
|
|
18179
|
+
await restart$7('SearchExtensions.terminate');
|
|
18175
18180
|
const oldState = {
|
|
18176
18181
|
...state,
|
|
18177
18182
|
items: []
|
|
18178
18183
|
};
|
|
18179
|
-
await invoke$
|
|
18180
|
-
await invoke$
|
|
18181
|
-
const diffResult = await invoke$
|
|
18182
|
-
const commands = await invoke$
|
|
18184
|
+
await invoke$a('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
|
|
18185
|
+
await invoke$a('SearchExtensions.loadContent', state.id, savedState);
|
|
18186
|
+
const diffResult = await invoke$a('SearchExtensions.diff2', state.id);
|
|
18187
|
+
const commands = await invoke$a('SearchExtensions.render3', oldState.id, diffResult);
|
|
18183
18188
|
return {
|
|
18184
18189
|
...oldState,
|
|
18185
18190
|
commands,
|
|
@@ -18189,9 +18194,9 @@ const hotReload$8 = async state => {
|
|
|
18189
18194
|
|
|
18190
18195
|
const wrapExtensionSearchCommand = key => {
|
|
18191
18196
|
const wrapped = async (state, ...args) => {
|
|
18192
|
-
await invoke$
|
|
18193
|
-
const diffResult = await invoke$
|
|
18194
|
-
const commands = await invoke$
|
|
18197
|
+
await invoke$a(`SearchExtensions.${key}`, state.uid, ...args);
|
|
18198
|
+
const diffResult = await invoke$a(`SearchExtensions.diff2`, state.uid);
|
|
18199
|
+
const commands = await invoke$a('SearchExtensions.render3', state.uid, diffResult);
|
|
18195
18200
|
return {
|
|
18196
18201
|
...state,
|
|
18197
18202
|
commands
|
|
@@ -18201,23 +18206,23 @@ const wrapExtensionSearchCommand = key => {
|
|
|
18201
18206
|
};
|
|
18202
18207
|
|
|
18203
18208
|
const Commands$q = {};
|
|
18204
|
-
const getCommands$
|
|
18205
|
-
const commands = await invoke$
|
|
18209
|
+
const getCommands$b = async () => {
|
|
18210
|
+
const commands = await invoke$a('SearchExtensions.getCommandIds');
|
|
18206
18211
|
for (const command of commands) {
|
|
18207
18212
|
Commands$q[command] = wrapExtensionSearchCommand(command);
|
|
18208
18213
|
}
|
|
18209
|
-
Commands$q['hotReload'] = hotReload$
|
|
18214
|
+
Commands$q['hotReload'] = hotReload$9;
|
|
18210
18215
|
return Commands$q;
|
|
18211
18216
|
};
|
|
18212
18217
|
|
|
18213
18218
|
const Css$r = ["/css/parts/ViewletExtensions.css"];
|
|
18214
18219
|
|
|
18215
18220
|
const getKeyBindings$b = () => {
|
|
18216
|
-
return invoke$
|
|
18221
|
+
return invoke$a('SearchExtensions.getKeyBindings');
|
|
18217
18222
|
};
|
|
18218
18223
|
|
|
18219
18224
|
const getMenuEntries$b = async () => {
|
|
18220
|
-
const entries = await invoke$
|
|
18225
|
+
const entries = await invoke$a('SearchExtensions.getMenuEntries');
|
|
18221
18226
|
return entries;
|
|
18222
18227
|
// {
|
|
18223
18228
|
// id: 'enable',
|
|
@@ -18258,8 +18263,8 @@ const menus$8 = [{
|
|
|
18258
18263
|
const name$y = 'Extensions';
|
|
18259
18264
|
|
|
18260
18265
|
const hasFunctionalRender$r = true;
|
|
18261
|
-
const hasFunctionalRootRender$
|
|
18262
|
-
const hasFunctionalEvents$
|
|
18266
|
+
const hasFunctionalRootRender$h = true;
|
|
18267
|
+
const hasFunctionalEvents$d = true;
|
|
18263
18268
|
const renderItems$8 = {
|
|
18264
18269
|
isEqual(oldState, newState) {
|
|
18265
18270
|
return JSON.stringify(oldState.commands) === JSON.stringify(newState.commands);
|
|
@@ -18268,8 +18273,8 @@ const renderItems$8 = {
|
|
|
18268
18273
|
multiple: true
|
|
18269
18274
|
};
|
|
18270
18275
|
const render$r = [renderItems$8];
|
|
18271
|
-
const renderEventListeners$
|
|
18272
|
-
const listeners = await invoke$
|
|
18276
|
+
const renderEventListeners$c = async () => {
|
|
18277
|
+
const listeners = await invoke$a('SearchExtensions.renderEventListeners');
|
|
18273
18278
|
return listeners;
|
|
18274
18279
|
};
|
|
18275
18280
|
|
|
@@ -18277,7 +18282,7 @@ const Check = 'Check';
|
|
|
18277
18282
|
const ListFlat = 'ListFlat';
|
|
18278
18283
|
const Refresh = 'Refresh';
|
|
18279
18284
|
|
|
18280
|
-
const getActions$
|
|
18285
|
+
const getActions$3 = () => {
|
|
18281
18286
|
// TODO compute from worker
|
|
18282
18287
|
return [{
|
|
18283
18288
|
type: Button,
|
|
@@ -18295,7 +18300,7 @@ const renderActions$6 = {
|
|
|
18295
18300
|
return oldState === newState;
|
|
18296
18301
|
},
|
|
18297
18302
|
apply(oldState, newState) {
|
|
18298
|
-
const actions = getActions$
|
|
18303
|
+
const actions = getActions$3();
|
|
18299
18304
|
const dom = getActionsVirtualDom(actions);
|
|
18300
18305
|
return dom;
|
|
18301
18306
|
}
|
|
@@ -18333,20 +18338,20 @@ const ViewletExtensions_ipc = {
|
|
|
18333
18338
|
Commands: Commands$q,
|
|
18334
18339
|
Css: Css$r,
|
|
18335
18340
|
create: create$v,
|
|
18336
|
-
dispose: dispose$
|
|
18337
|
-
getCommands: getCommands$
|
|
18341
|
+
dispose: dispose$j,
|
|
18342
|
+
getCommands: getCommands$b,
|
|
18338
18343
|
getKeyBindings: getKeyBindings$b,
|
|
18339
|
-
hasFunctionalEvents: hasFunctionalEvents$
|
|
18344
|
+
hasFunctionalEvents: hasFunctionalEvents$d,
|
|
18340
18345
|
hasFunctionalRender: hasFunctionalRender$r,
|
|
18341
18346
|
hasFunctionalResize: hasFunctionalResize$e,
|
|
18342
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
18343
|
-
hotReload: hotReload$
|
|
18347
|
+
hasFunctionalRootRender: hasFunctionalRootRender$h,
|
|
18348
|
+
hotReload: hotReload$9,
|
|
18344
18349
|
loadContent: loadContent$w,
|
|
18345
18350
|
menus: menus$8,
|
|
18346
18351
|
name: name$y,
|
|
18347
18352
|
render: render$r,
|
|
18348
18353
|
renderActions: renderActions$6,
|
|
18349
|
-
renderEventListeners: renderEventListeners$
|
|
18354
|
+
renderEventListeners: renderEventListeners$c,
|
|
18350
18355
|
renderTitle: renderTitle$3,
|
|
18351
18356
|
resize: resize$j,
|
|
18352
18357
|
saveState: saveState$f
|
|
@@ -18354,7 +18359,7 @@ const ViewletExtensions_ipc = {
|
|
|
18354
18359
|
|
|
18355
18360
|
const iframeInspectorWorkerUrl = `${assetDir}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js`;
|
|
18356
18361
|
|
|
18357
|
-
const getConfiguredWorkerUrl$
|
|
18362
|
+
const getConfiguredWorkerUrl$9 = () => {
|
|
18358
18363
|
let configuredWorkerUrl = get$e('develop.iframeInspectorWorkerPath') || '';
|
|
18359
18364
|
if (configuredWorkerUrl) {
|
|
18360
18365
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -18370,15 +18375,15 @@ const launchIframeInspectorWorker = async () => {
|
|
|
18370
18375
|
const ipc = await create$14({
|
|
18371
18376
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
18372
18377
|
name,
|
|
18373
|
-
url: getConfiguredWorkerUrl$
|
|
18378
|
+
url: getConfiguredWorkerUrl$9()
|
|
18374
18379
|
});
|
|
18375
18380
|
handleIpc(ipc);
|
|
18376
18381
|
return ipc;
|
|
18377
18382
|
};
|
|
18378
18383
|
|
|
18379
18384
|
const {
|
|
18380
|
-
invoke: invoke$
|
|
18381
|
-
restart: restart$
|
|
18385
|
+
invoke: invoke$9,
|
|
18386
|
+
restart: restart$6
|
|
18382
18387
|
} = getOrCreateWorker(launchIframeInspectorWorker);
|
|
18383
18388
|
|
|
18384
18389
|
const create$u = (id, uri, x, y, width, height) => {
|
|
@@ -18393,16 +18398,16 @@ const create$u = (id, uri, x, y, width, height) => {
|
|
|
18393
18398
|
};
|
|
18394
18399
|
};
|
|
18395
18400
|
const loadContent$v = async state => {
|
|
18396
|
-
await invoke$
|
|
18397
|
-
await invoke$
|
|
18398
|
-
const diffResult = await invoke$
|
|
18399
|
-
const commands = await invoke$
|
|
18401
|
+
await invoke$9('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
|
|
18402
|
+
await invoke$9('IframeInspector.loadContent', state.id);
|
|
18403
|
+
const diffResult = await invoke$9('IframeInspector.diff2', state.id);
|
|
18404
|
+
const commands = await invoke$9('IframeInspector.render2', state.id, diffResult);
|
|
18400
18405
|
return {
|
|
18401
18406
|
...state,
|
|
18402
18407
|
commands
|
|
18403
18408
|
};
|
|
18404
18409
|
};
|
|
18405
|
-
const hotReload$
|
|
18410
|
+
const hotReload$8 = async state => {
|
|
18406
18411
|
if (state.isHotReloading) {
|
|
18407
18412
|
return state;
|
|
18408
18413
|
}
|
|
@@ -18410,16 +18415,16 @@ const hotReload$7 = async state => {
|
|
|
18410
18415
|
state.isHotReloading = true;
|
|
18411
18416
|
// possible TODO race condition during hot reload
|
|
18412
18417
|
// there could still be pending promises when the worker is disposed
|
|
18413
|
-
const savedState = await invoke$
|
|
18414
|
-
await restart$
|
|
18418
|
+
const savedState = await invoke$9('IframeInspector.saveState', state.uid);
|
|
18419
|
+
await restart$6('IframeInspector.terminate');
|
|
18415
18420
|
const oldState = {
|
|
18416
18421
|
...state,
|
|
18417
18422
|
items: []
|
|
18418
18423
|
};
|
|
18419
|
-
await invoke$
|
|
18420
|
-
await invoke$
|
|
18421
|
-
const diffResult = await invoke$
|
|
18422
|
-
const commands = await invoke$
|
|
18424
|
+
await invoke$9('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
|
|
18425
|
+
await invoke$9('IframeInspector.loadContent', state.id, savedState);
|
|
18426
|
+
const diffResult = await invoke$9('IframeInspector.diff2', oldState.id);
|
|
18427
|
+
const commands = await invoke$9('IframeInspector.render2', oldState.id, diffResult);
|
|
18423
18428
|
return {
|
|
18424
18429
|
...oldState,
|
|
18425
18430
|
commands,
|
|
@@ -18429,9 +18434,9 @@ const hotReload$7 = async state => {
|
|
|
18429
18434
|
|
|
18430
18435
|
const wrapIframeInspectorCommand = key => {
|
|
18431
18436
|
const fn = async (state, ...args) => {
|
|
18432
|
-
await invoke$
|
|
18433
|
-
const diffResult = await invoke$
|
|
18434
|
-
const commands = await invoke$
|
|
18437
|
+
await invoke$9(`IframeInspector.${key}`, state.id, ...args);
|
|
18438
|
+
const diffResult = await invoke$9('IframeInspector.diff2', state.id);
|
|
18439
|
+
const commands = await invoke$9('IframeInspector.render2', state.id, diffResult);
|
|
18435
18440
|
if (commands.length === 0) {
|
|
18436
18441
|
return state;
|
|
18437
18442
|
}
|
|
@@ -18444,26 +18449,26 @@ const wrapIframeInspectorCommand = key => {
|
|
|
18444
18449
|
};
|
|
18445
18450
|
|
|
18446
18451
|
const Commands$p = {};
|
|
18447
|
-
const getCommands$
|
|
18448
|
-
const commands = await invoke$
|
|
18452
|
+
const getCommands$a = async () => {
|
|
18453
|
+
const commands = await invoke$9('IframeInspector.getCommandIds');
|
|
18449
18454
|
for (const command of commands) {
|
|
18450
18455
|
Commands$p[command] = wrapIframeInspectorCommand(command);
|
|
18451
18456
|
}
|
|
18452
|
-
Commands$p['hotReload'] = hotReload$
|
|
18457
|
+
Commands$p['hotReload'] = hotReload$8;
|
|
18453
18458
|
return Commands$p;
|
|
18454
18459
|
};
|
|
18455
18460
|
|
|
18456
18461
|
const Css$q = ["/css/parts/Table.css", "/css/parts/ViewletIframeInspector.css"];
|
|
18457
18462
|
|
|
18458
18463
|
const getKeyBindings$a = () => {
|
|
18459
|
-
return invoke$
|
|
18464
|
+
return invoke$9('IframeInspector.getKeyBindings');
|
|
18460
18465
|
};
|
|
18461
18466
|
|
|
18462
18467
|
const name$x = 'IframeInspector';
|
|
18463
18468
|
|
|
18464
18469
|
const hasFunctionalRender$q = true;
|
|
18465
|
-
const hasFunctionalRootRender$
|
|
18466
|
-
const hasFunctionalEvents$
|
|
18470
|
+
const hasFunctionalRootRender$g = true;
|
|
18471
|
+
const hasFunctionalEvents$c = true;
|
|
18467
18472
|
const renderContent = {
|
|
18468
18473
|
isEqual(oldState, newState) {
|
|
18469
18474
|
return false;
|
|
@@ -18472,8 +18477,8 @@ const renderContent = {
|
|
|
18472
18477
|
multiple: true
|
|
18473
18478
|
};
|
|
18474
18479
|
const render$q = [renderContent];
|
|
18475
|
-
const renderEventListeners$
|
|
18476
|
-
const listeners = await invoke$
|
|
18480
|
+
const renderEventListeners$b = async () => {
|
|
18481
|
+
const listeners = await invoke$9('IframeInspector.renderEventListeners');
|
|
18477
18482
|
return listeners;
|
|
18478
18483
|
};
|
|
18479
18484
|
|
|
@@ -18482,17 +18487,17 @@ const ViewletIframeInspector_ipc = {
|
|
|
18482
18487
|
Commands: Commands$p,
|
|
18483
18488
|
Css: Css$q,
|
|
18484
18489
|
create: create$u,
|
|
18485
|
-
getCommands: getCommands$
|
|
18490
|
+
getCommands: getCommands$a,
|
|
18486
18491
|
getKeyBindings: getKeyBindings$a,
|
|
18487
|
-
hasFunctionalEvents: hasFunctionalEvents$
|
|
18492
|
+
hasFunctionalEvents: hasFunctionalEvents$c,
|
|
18488
18493
|
hasFunctionalRender: hasFunctionalRender$q,
|
|
18489
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
18490
|
-
hotReload: hotReload$
|
|
18494
|
+
hasFunctionalRootRender: hasFunctionalRootRender$g,
|
|
18495
|
+
hotReload: hotReload$8,
|
|
18491
18496
|
loadContent: loadContent$v,
|
|
18492
18497
|
name: name$x,
|
|
18493
18498
|
render: render$q,
|
|
18494
18499
|
renderContent,
|
|
18495
|
-
renderEventListeners: renderEventListeners$
|
|
18500
|
+
renderEventListeners: renderEventListeners$b
|
|
18496
18501
|
};
|
|
18497
18502
|
|
|
18498
18503
|
const first = () => {
|
|
@@ -18517,7 +18522,7 @@ const Collapsed = 3;
|
|
|
18517
18522
|
|
|
18518
18523
|
const referencesWorkerUrl = `${assetDir}/packages/references-view/dist/referencesViewWorkerMain.js`;
|
|
18519
18524
|
|
|
18520
|
-
const getConfiguredWorkerUrl$
|
|
18525
|
+
const getConfiguredWorkerUrl$8 = () => {
|
|
18521
18526
|
let configuredWorkerUrl = get$e('develop.referencesWorkerPath') || '';
|
|
18522
18527
|
if (configuredWorkerUrl) {
|
|
18523
18528
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -18533,15 +18538,15 @@ const launchReferencesWorker = async () => {
|
|
|
18533
18538
|
const ipc = await create$14({
|
|
18534
18539
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
18535
18540
|
name,
|
|
18536
|
-
url: getConfiguredWorkerUrl$
|
|
18541
|
+
url: getConfiguredWorkerUrl$8()
|
|
18537
18542
|
});
|
|
18538
18543
|
handleIpc(ipc);
|
|
18539
|
-
await invoke$
|
|
18544
|
+
await invoke$r(ipc, 'References.initialize');
|
|
18540
18545
|
return ipc;
|
|
18541
18546
|
};
|
|
18542
18547
|
|
|
18543
18548
|
const {
|
|
18544
|
-
invoke: invoke$
|
|
18549
|
+
invoke: invoke$8} = getOrCreateWorker(launchReferencesWorker);
|
|
18545
18550
|
|
|
18546
18551
|
const create$t = (id, uri, x, y, width, height, args) => {
|
|
18547
18552
|
return {
|
|
@@ -18557,16 +18562,16 @@ const create$t = (id, uri, x, y, width, height, args) => {
|
|
|
18557
18562
|
// TODO speed up this function by 130% by not running activation event (onReferences) again and again
|
|
18558
18563
|
// e.g. (21ms activation event, 11ms getReferences) => (11ms getReferences)
|
|
18559
18564
|
const loadContent$u = async (state, savedState) => {
|
|
18560
|
-
await invoke$
|
|
18561
|
-
await invoke$
|
|
18562
|
-
const diff = await invoke$
|
|
18563
|
-
const commands = await invoke$
|
|
18565
|
+
await invoke$8('References.create', state.id, state.uri, state.x, state.y, state.width, state.height);
|
|
18566
|
+
await invoke$8('References.loadContent', state.id, savedState);
|
|
18567
|
+
const diff = await invoke$8('References.diff2', state.id);
|
|
18568
|
+
const commands = await invoke$8('References.render2', state.id, diff);
|
|
18564
18569
|
return {
|
|
18565
18570
|
...state,
|
|
18566
18571
|
commands
|
|
18567
18572
|
};
|
|
18568
18573
|
};
|
|
18569
|
-
const dispose$
|
|
18574
|
+
const dispose$i = state => {
|
|
18570
18575
|
return {
|
|
18571
18576
|
...state,
|
|
18572
18577
|
disposed: true
|
|
@@ -18625,7 +18630,7 @@ const focusIndex$2 = (state, index) => {
|
|
|
18625
18630
|
focusedIndex: index
|
|
18626
18631
|
};
|
|
18627
18632
|
};
|
|
18628
|
-
const hotReload$
|
|
18633
|
+
const hotReload$7 = state => {
|
|
18629
18634
|
return {
|
|
18630
18635
|
...state
|
|
18631
18636
|
};
|
|
@@ -18670,20 +18675,20 @@ const selectCurrent$1 = state => {
|
|
|
18670
18675
|
return selectIndex$1(state, state.focusedIndex);
|
|
18671
18676
|
};
|
|
18672
18677
|
const saveState$e = async state => {
|
|
18673
|
-
const savedState = await invoke$
|
|
18678
|
+
const savedState = await invoke$8('References.saveState', state.uid);
|
|
18674
18679
|
return savedState;
|
|
18675
18680
|
};
|
|
18676
18681
|
|
|
18677
18682
|
const ViewletLocations = {
|
|
18678
18683
|
__proto__: null,
|
|
18679
18684
|
create: create$t,
|
|
18680
|
-
dispose: dispose$
|
|
18685
|
+
dispose: dispose$i,
|
|
18681
18686
|
focusFirst: focusFirst$2,
|
|
18682
18687
|
focusIndex: focusIndex$2,
|
|
18683
18688
|
focusLast: focusLast$2,
|
|
18684
18689
|
focusNext: focusNext$2,
|
|
18685
18690
|
focusPrevious: focusPrevious$2,
|
|
18686
|
-
hotReload: hotReload$
|
|
18691
|
+
hotReload: hotReload$7,
|
|
18687
18692
|
loadContent: loadContent$u,
|
|
18688
18693
|
saveState: saveState$e,
|
|
18689
18694
|
selectCurrent: selectCurrent$1,
|
|
@@ -18702,18 +18707,18 @@ const loadContent$t = async (state, savedState) => {
|
|
|
18702
18707
|
// @ts-ignore
|
|
18703
18708
|
return loadContent$u(state, savedState);
|
|
18704
18709
|
};
|
|
18705
|
-
const contentLoaded$
|
|
18710
|
+
const contentLoaded$5 = state => {
|
|
18706
18711
|
set$a('Locations', {
|
|
18707
18712
|
factory: ViewletLocations,
|
|
18708
18713
|
state
|
|
18709
18714
|
});
|
|
18710
18715
|
return [];
|
|
18711
18716
|
};
|
|
18712
|
-
const dispose$
|
|
18717
|
+
const dispose$h = dispose$i;
|
|
18713
18718
|
|
|
18714
18719
|
const hasFunctionalRender$p = true;
|
|
18715
|
-
const hasFunctionalRootRender$
|
|
18716
|
-
const hasFunctionalEvents$
|
|
18720
|
+
const hasFunctionalRootRender$f = true;
|
|
18721
|
+
const hasFunctionalEvents$b = true;
|
|
18717
18722
|
const renderItems$7 = {
|
|
18718
18723
|
isEqual(oldState, newState) {
|
|
18719
18724
|
return newState.commands.length === 0;
|
|
@@ -18722,8 +18727,8 @@ const renderItems$7 = {
|
|
|
18722
18727
|
multiple: true
|
|
18723
18728
|
};
|
|
18724
18729
|
const render$p = [renderItems$7];
|
|
18725
|
-
const renderEventListeners$
|
|
18726
|
-
const listeners = await invoke$
|
|
18730
|
+
const renderEventListeners$a = async () => {
|
|
18731
|
+
const listeners = await invoke$8('References.renderEventListeners');
|
|
18727
18732
|
return listeners;
|
|
18728
18733
|
};
|
|
18729
18734
|
|
|
@@ -18733,20 +18738,20 @@ const Commands$o = {};
|
|
|
18733
18738
|
const ViewletImplementations_ipc = {
|
|
18734
18739
|
__proto__: null,
|
|
18735
18740
|
Commands: Commands$o,
|
|
18736
|
-
contentLoaded: contentLoaded$
|
|
18741
|
+
contentLoaded: contentLoaded$5,
|
|
18737
18742
|
create: create$s,
|
|
18738
|
-
dispose: dispose$
|
|
18739
|
-
hasFunctionalEvents: hasFunctionalEvents$
|
|
18743
|
+
dispose: dispose$h,
|
|
18744
|
+
hasFunctionalEvents: hasFunctionalEvents$b,
|
|
18740
18745
|
hasFunctionalRender: hasFunctionalRender$p,
|
|
18741
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
18746
|
+
hasFunctionalRootRender: hasFunctionalRootRender$f,
|
|
18742
18747
|
loadContent: loadContent$t,
|
|
18743
18748
|
name: name$w,
|
|
18744
18749
|
render: render$p,
|
|
18745
|
-
renderEventListeners: renderEventListeners$
|
|
18750
|
+
renderEventListeners: renderEventListeners$a
|
|
18746
18751
|
};
|
|
18747
18752
|
|
|
18748
18753
|
const getInlineDiffChanges = (linesLeft, linesRight) => {
|
|
18749
|
-
return invoke$
|
|
18754
|
+
return invoke$d('Diff.diffInline', linesLeft, linesRight);
|
|
18750
18755
|
};
|
|
18751
18756
|
|
|
18752
18757
|
const create$r = (id, uri, x, y, width, height) => {
|
|
@@ -18958,7 +18963,7 @@ const getVisibleInlineDiffEditorLines = (inlineDiffLines, minLineY, maxLineY) =>
|
|
|
18958
18963
|
};
|
|
18959
18964
|
|
|
18960
18965
|
const hasFunctionalRender$o = true;
|
|
18961
|
-
const hasFunctionalRootRender$
|
|
18966
|
+
const hasFunctionalRootRender$e = true;
|
|
18962
18967
|
const renderChanges = {
|
|
18963
18968
|
isEqual(oldState, newState) {
|
|
18964
18969
|
return oldState.inlineChanges === newState.inlineChanges && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.deltaY === newState.deltaY && oldState.height === newState.height && oldState.finalDeltaY === newState.finalDeltaY && oldState.lineNumbers === newState.lineNumbers;
|
|
@@ -18991,7 +18996,7 @@ const ViewletInlineDiffEditor_ipc = {
|
|
|
18991
18996
|
create: create$r,
|
|
18992
18997
|
getDynamicCss,
|
|
18993
18998
|
hasFunctionalRender: hasFunctionalRender$o,
|
|
18994
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
18999
|
+
hasFunctionalRootRender: hasFunctionalRootRender$e,
|
|
18995
19000
|
loadContent: loadContent$s,
|
|
18996
19001
|
name: name$v,
|
|
18997
19002
|
render: render$o,
|
|
@@ -19000,7 +19005,7 @@ const ViewletInlineDiffEditor_ipc = {
|
|
|
19000
19005
|
|
|
19001
19006
|
const keyBindingsViewWorkerUrl = `${assetDir}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js`;
|
|
19002
19007
|
|
|
19003
|
-
const getConfiguredWorkerUrl$
|
|
19008
|
+
const getConfiguredWorkerUrl$7 = () => {
|
|
19004
19009
|
let configuredWorkerUrl = get$e('develop.keyBindingsViewWorkerPath') || '';
|
|
19005
19010
|
if (configuredWorkerUrl) {
|
|
19006
19011
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -19016,15 +19021,15 @@ const launchKeyBindingsViewWorker = async () => {
|
|
|
19016
19021
|
const ipc = await create$14({
|
|
19017
19022
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
19018
19023
|
name,
|
|
19019
|
-
url: getConfiguredWorkerUrl$
|
|
19024
|
+
url: getConfiguredWorkerUrl$7()
|
|
19020
19025
|
});
|
|
19021
19026
|
handleIpc(ipc);
|
|
19022
19027
|
return ipc;
|
|
19023
19028
|
};
|
|
19024
19029
|
|
|
19025
19030
|
const {
|
|
19026
|
-
invoke: invoke$
|
|
19027
|
-
restart: restart$
|
|
19031
|
+
invoke: invoke$7,
|
|
19032
|
+
restart: restart$5
|
|
19028
19033
|
} = getOrCreateWorker(launchKeyBindingsViewWorker);
|
|
19029
19034
|
|
|
19030
19035
|
// Based on VS Code's KeyBindings Editor (License MIT):
|
|
@@ -19044,19 +19049,19 @@ const create$q = (id, uri, x, y, width, height) => {
|
|
|
19044
19049
|
};
|
|
19045
19050
|
};
|
|
19046
19051
|
const saveState$c = state => {
|
|
19047
|
-
return invoke$
|
|
19052
|
+
return invoke$7('KeyBindings.saveState', state.uid);
|
|
19048
19053
|
};
|
|
19049
19054
|
const loadContent$r = async (state, savedState) => {
|
|
19050
|
-
await invoke$
|
|
19051
|
-
await invoke$
|
|
19052
|
-
const diffResult = await invoke$
|
|
19053
|
-
const commands = await invoke$
|
|
19055
|
+
await invoke$7('KeyBindings.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
|
|
19056
|
+
await invoke$7('KeyBindings.loadContent', state.uid, savedState);
|
|
19057
|
+
const diffResult = await invoke$7('KeyBindings.diff2', state.uid);
|
|
19058
|
+
const commands = await invoke$7('KeyBindings.render3', state.uid, diffResult);
|
|
19054
19059
|
return {
|
|
19055
19060
|
...state,
|
|
19056
19061
|
commands
|
|
19057
19062
|
};
|
|
19058
19063
|
};
|
|
19059
|
-
const hotReload$
|
|
19064
|
+
const hotReload$6 = async state => {
|
|
19060
19065
|
if (state.isHotReloading) {
|
|
19061
19066
|
return state;
|
|
19062
19067
|
}
|
|
@@ -19064,16 +19069,16 @@ const hotReload$5 = async state => {
|
|
|
19064
19069
|
state.isHotReloading = true;
|
|
19065
19070
|
// possible TODO race condition during hot reload
|
|
19066
19071
|
// there could still be pending promises when the worker is disposed
|
|
19067
|
-
const savedState = await invoke$
|
|
19068
|
-
await restart$
|
|
19072
|
+
const savedState = await invoke$7('KeyBindings.saveState', state.uid);
|
|
19073
|
+
await restart$5('KeyBindings.terminate');
|
|
19069
19074
|
const oldState = {
|
|
19070
19075
|
...state,
|
|
19071
19076
|
items: []
|
|
19072
19077
|
};
|
|
19073
|
-
await invoke$
|
|
19074
|
-
await invoke$
|
|
19075
|
-
const diffResult = await invoke$
|
|
19076
|
-
const commands = await invoke$
|
|
19078
|
+
await invoke$7('KeyBindings.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
|
|
19079
|
+
await invoke$7('KeyBindings.loadContent', state.uid, savedState);
|
|
19080
|
+
const diffResult = await invoke$7('KeyBindings.diff2', state.uid);
|
|
19081
|
+
const commands = await invoke$7('KeyBindings.render3', oldState.uid, diffResult);
|
|
19077
19082
|
return {
|
|
19078
19083
|
...oldState,
|
|
19079
19084
|
commands,
|
|
@@ -19083,9 +19088,9 @@ const hotReload$5 = async state => {
|
|
|
19083
19088
|
|
|
19084
19089
|
const wrapKeyBindingCommand = key => {
|
|
19085
19090
|
const fn = async (state, ...args) => {
|
|
19086
|
-
await invoke$
|
|
19087
|
-
const diffResult = await invoke$
|
|
19088
|
-
const commands = await invoke$
|
|
19091
|
+
await invoke$7(`KeyBindings.${key}`, state.uid, ...args);
|
|
19092
|
+
const diffResult = await invoke$7('KeyBindings.diff2', state.uid);
|
|
19093
|
+
const commands = await invoke$7('KeyBindings.render3', state.uid, diffResult);
|
|
19089
19094
|
if (commands.length === 0) {
|
|
19090
19095
|
return state;
|
|
19091
19096
|
}
|
|
@@ -19098,19 +19103,19 @@ const wrapKeyBindingCommand = key => {
|
|
|
19098
19103
|
};
|
|
19099
19104
|
|
|
19100
19105
|
const Commands$m = {};
|
|
19101
|
-
const getCommands$
|
|
19102
|
-
const commands = await invoke$
|
|
19106
|
+
const getCommands$9 = async () => {
|
|
19107
|
+
const commands = await invoke$7('KeyBindings.getCommandIds');
|
|
19103
19108
|
for (const command of commands) {
|
|
19104
19109
|
Commands$m[command] = wrapKeyBindingCommand(command);
|
|
19105
19110
|
}
|
|
19106
|
-
Commands$m['hotReload'] = hotReload$
|
|
19111
|
+
Commands$m['hotReload'] = hotReload$6;
|
|
19107
19112
|
return Commands$m;
|
|
19108
19113
|
};
|
|
19109
19114
|
|
|
19110
19115
|
const Css$o = ["/css/parts/InputBadge.css", "/css/parts/Key.css", "/css/parts/KeyBindingsHeader.css", "/css/parts/KeyBindingsTable.css", "/css/parts/Table.css", "/css/parts/ViewletKeyBindings.css"];
|
|
19111
19116
|
|
|
19112
19117
|
const getKeyBindings$9 = () => {
|
|
19113
|
-
return invoke$
|
|
19118
|
+
return invoke$7('KeyBindings.getKeyBindings');
|
|
19114
19119
|
};
|
|
19115
19120
|
|
|
19116
19121
|
const id$7 = KeyBindingsTable;
|
|
@@ -19174,8 +19179,8 @@ const menus$7 = [MenuEntriesKeyBindingsTable];
|
|
|
19174
19179
|
const name$u = 'KeyBindings';
|
|
19175
19180
|
|
|
19176
19181
|
const hasFunctionalRender$n = true;
|
|
19177
|
-
const hasFunctionalRootRender$
|
|
19178
|
-
const hasFunctionalEvents$
|
|
19182
|
+
const hasFunctionalRootRender$d = true;
|
|
19183
|
+
const hasFunctionalEvents$a = true;
|
|
19179
19184
|
const renderKeyBindings = {
|
|
19180
19185
|
isEqual(oldState, newState) {
|
|
19181
19186
|
return newState.commands && newState.commands.length === 0;
|
|
@@ -19184,8 +19189,8 @@ const renderKeyBindings = {
|
|
|
19184
19189
|
multiple: true
|
|
19185
19190
|
};
|
|
19186
19191
|
const render$n = [renderKeyBindings];
|
|
19187
|
-
const renderEventListeners$
|
|
19188
|
-
const listeners = await invoke$
|
|
19192
|
+
const renderEventListeners$9 = async () => {
|
|
19193
|
+
const listeners = await invoke$7('KeyBindings.renderEventListeners');
|
|
19189
19194
|
return listeners;
|
|
19190
19195
|
};
|
|
19191
19196
|
|
|
@@ -19215,18 +19220,18 @@ const ViewletKeyBindings_ipc = {
|
|
|
19215
19220
|
Commands: Commands$m,
|
|
19216
19221
|
Css: Css$o,
|
|
19217
19222
|
create: create$q,
|
|
19218
|
-
getCommands: getCommands$
|
|
19223
|
+
getCommands: getCommands$9,
|
|
19219
19224
|
getKeyBindings: getKeyBindings$9,
|
|
19220
|
-
hasFunctionalEvents: hasFunctionalEvents$
|
|
19225
|
+
hasFunctionalEvents: hasFunctionalEvents$a,
|
|
19221
19226
|
hasFunctionalRender: hasFunctionalRender$n,
|
|
19222
19227
|
hasFunctionalResize: hasFunctionalResize$d,
|
|
19223
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
19224
|
-
hotReload: hotReload$
|
|
19228
|
+
hasFunctionalRootRender: hasFunctionalRootRender$d,
|
|
19229
|
+
hotReload: hotReload$6,
|
|
19225
19230
|
loadContent: loadContent$r,
|
|
19226
19231
|
menus: menus$7,
|
|
19227
19232
|
name: name$u,
|
|
19228
19233
|
render: render$n,
|
|
19229
|
-
renderEventListeners: renderEventListeners$
|
|
19234
|
+
renderEventListeners: renderEventListeners$9,
|
|
19230
19235
|
resize: resize$i,
|
|
19231
19236
|
saveState: saveState$c
|
|
19232
19237
|
};
|
|
@@ -20008,7 +20013,7 @@ const showAsync = async (uid, points, module) => {
|
|
|
20008
20013
|
if (commands) {
|
|
20009
20014
|
commands.push(['Viewlet.append', uid, viewletUid]);
|
|
20010
20015
|
}
|
|
20011
|
-
await invoke$
|
|
20016
|
+
await invoke$q('Viewlet.sendMultiple', commands);
|
|
20012
20017
|
// TODO
|
|
20013
20018
|
// 2. load module
|
|
20014
20019
|
// 3. if module is still visible, replace placeholder with actual viewlet
|
|
@@ -21870,7 +21875,7 @@ const loadContent$p = async (state, savedState) => {
|
|
|
21870
21875
|
once(Twelve, hydrateLazy);
|
|
21871
21876
|
addListener('editor.change', handleEditorChange);
|
|
21872
21877
|
addListener('titleUpdated', handleTitleUpdated$1);
|
|
21873
|
-
await invoke$
|
|
21878
|
+
await invoke$q('Viewlet.loadModule', MainTabs);
|
|
21874
21879
|
return {
|
|
21875
21880
|
...state,
|
|
21876
21881
|
groups,
|
|
@@ -21893,7 +21898,7 @@ const getChildren$4 = state => {
|
|
|
21893
21898
|
|
|
21894
21899
|
// TODO content loaded should return commands which
|
|
21895
21900
|
// get picked up by viewletlayout and sent to renderer process
|
|
21896
|
-
const contentLoaded$
|
|
21901
|
+
const contentLoaded$4 = async state => {
|
|
21897
21902
|
const {
|
|
21898
21903
|
groups,
|
|
21899
21904
|
y,
|
|
@@ -21959,7 +21964,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
21959
21964
|
const id = getModuleId(initialUri);
|
|
21960
21965
|
const tabLabel = 'Loading';
|
|
21961
21966
|
const tabTitle = 'Loading';
|
|
21962
|
-
await invoke$
|
|
21967
|
+
await invoke$q(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
|
|
21963
21968
|
const y = state.y + state.tabHeight;
|
|
21964
21969
|
const x = state.x;
|
|
21965
21970
|
const width = state.width;
|
|
@@ -21984,7 +21989,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
21984
21989
|
title,
|
|
21985
21990
|
...props
|
|
21986
21991
|
});
|
|
21987
|
-
await invoke$
|
|
21992
|
+
await invoke$q('Viewlet.send', 'Main', 'updateTab', 1, title);
|
|
21988
21993
|
// TODO update tab title with new title
|
|
21989
21994
|
return state;
|
|
21990
21995
|
};
|
|
@@ -22136,7 +22141,7 @@ const handleDragOver = (state, eventX, eventY) => {
|
|
|
22136
22141
|
dragOverlayVisible: true
|
|
22137
22142
|
};
|
|
22138
22143
|
};
|
|
22139
|
-
const dispose$
|
|
22144
|
+
const dispose$g = () => {};
|
|
22140
22145
|
const handleClickClose$1 = (state, button, index) => {
|
|
22141
22146
|
if (button !== LeftClick) {
|
|
22142
22147
|
return state;
|
|
@@ -22745,9 +22750,9 @@ const ViewletMain_ipc = {
|
|
|
22745
22750
|
Css: Css$m,
|
|
22746
22751
|
LazyCommands: LazyCommands$3,
|
|
22747
22752
|
Variables: Variables$7,
|
|
22748
|
-
contentLoaded: contentLoaded$
|
|
22753
|
+
contentLoaded: contentLoaded$4,
|
|
22749
22754
|
create: create$o,
|
|
22750
|
-
dispose: dispose$
|
|
22755
|
+
dispose: dispose$g,
|
|
22751
22756
|
focus: focus$3,
|
|
22752
22757
|
getChildren: getChildren$4,
|
|
22753
22758
|
getKeyBindings: getKeyBindings$7,
|
|
@@ -22784,7 +22789,7 @@ const create$n = (id, uri, x, y, width, height) => {
|
|
|
22784
22789
|
};
|
|
22785
22790
|
const loadContent$o = state => {
|
|
22786
22791
|
const update = async () => {
|
|
22787
|
-
await invoke$
|
|
22792
|
+
await invoke$q(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
22788
22793
|
};
|
|
22789
22794
|
return {
|
|
22790
22795
|
...state,
|
|
@@ -22794,7 +22799,7 @@ const loadContent$o = state => {
|
|
|
22794
22799
|
|
|
22795
22800
|
// TODO use contentLoadedEffects
|
|
22796
22801
|
|
|
22797
|
-
const dispose$
|
|
22802
|
+
const dispose$f = state => {
|
|
22798
22803
|
clearInterval(state.interval);
|
|
22799
22804
|
state.interval = -1;
|
|
22800
22805
|
state.disposed = true;
|
|
@@ -22807,7 +22812,7 @@ const ViewletMarkDownPreview_ipc = {
|
|
|
22807
22812
|
__proto__: null,
|
|
22808
22813
|
Commands: Commands$j,
|
|
22809
22814
|
create: create$n,
|
|
22810
|
-
dispose: dispose$
|
|
22815
|
+
dispose: dispose$f,
|
|
22811
22816
|
loadContent: loadContent$o,
|
|
22812
22817
|
name: name$r
|
|
22813
22818
|
};
|
|
@@ -22821,7 +22826,7 @@ const loadContent$n = async state => {
|
|
|
22821
22826
|
console.log('noop');
|
|
22822
22827
|
return state;
|
|
22823
22828
|
};
|
|
22824
|
-
const dispose$
|
|
22829
|
+
const dispose$e = state => {
|
|
22825
22830
|
return {
|
|
22826
22831
|
...state,
|
|
22827
22832
|
disposed: true
|
|
@@ -22834,48 +22839,42 @@ const ViewletNoop_ipc = {
|
|
|
22834
22839
|
__proto__: null,
|
|
22835
22840
|
Commands: Commands$i,
|
|
22836
22841
|
create: create$m,
|
|
22837
|
-
dispose: dispose$
|
|
22842
|
+
dispose: dispose$e,
|
|
22838
22843
|
loadContent: loadContent$n
|
|
22839
22844
|
};
|
|
22840
22845
|
|
|
22841
|
-
const
|
|
22842
|
-
await invoke$n(/* OutputChannel.open */'OutputChannel.open', id, /* path */file);
|
|
22843
|
-
};
|
|
22844
|
-
const close$3 = async id => {
|
|
22845
|
-
await invoke$n(/* OutputChannel.close */'OutputChannel.close', /* id */id);
|
|
22846
|
-
};
|
|
22846
|
+
const outputViewWorkerUrl = `${assetDir}/packages/output-view/dist/outputViewWorkerMain.js`;
|
|
22847
22847
|
|
|
22848
|
-
const
|
|
22849
|
-
|
|
22850
|
-
|
|
22848
|
+
const getConfiguredWorkerUrl$6 = () => {
|
|
22849
|
+
let configuredWorkerUrl = get$e('develop.outputViewWorkerPath') || '';
|
|
22850
|
+
if (configuredWorkerUrl) {
|
|
22851
|
+
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
22851
22852
|
}
|
|
22852
|
-
|
|
22853
|
-
|
|
22854
|
-
|
|
22855
|
-
|
|
22856
|
-
|
|
22857
|
-
|
|
22858
|
-
const toExtensionHostOption = outputChannel => {
|
|
22859
|
-
return {
|
|
22860
|
-
name: outputChannel.id,
|
|
22861
|
-
file: outputChannel.path
|
|
22862
|
-
};
|
|
22853
|
+
configuredWorkerUrl = configuredWorkerUrl || outputViewWorkerUrl;
|
|
22854
|
+
{
|
|
22855
|
+
configuredWorkerUrl = outputViewWorkerUrl;
|
|
22856
|
+
}
|
|
22857
|
+
return configuredWorkerUrl;
|
|
22863
22858
|
};
|
|
22864
|
-
const
|
|
22865
|
-
|
|
22866
|
-
const
|
|
22867
|
-
|
|
22868
|
-
name
|
|
22869
|
-
|
|
22870
|
-
}
|
|
22871
|
-
|
|
22872
|
-
|
|
22873
|
-
}, ...channels.map(toExtensionHostOption)];
|
|
22874
|
-
return options;
|
|
22859
|
+
const launchOutputViewWorker = async () => {
|
|
22860
|
+
const name = 'Output View Worker';
|
|
22861
|
+
const ipc = await create$14({
|
|
22862
|
+
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
22863
|
+
name,
|
|
22864
|
+
url: getConfiguredWorkerUrl$6()
|
|
22865
|
+
});
|
|
22866
|
+
handleIpc(ipc);
|
|
22867
|
+
return ipc;
|
|
22875
22868
|
};
|
|
22876
22869
|
|
|
22870
|
+
const {
|
|
22871
|
+
invoke: invoke$6,
|
|
22872
|
+
restart: restart$4
|
|
22873
|
+
} = getOrCreateWorker(launchOutputViewWorker);
|
|
22874
|
+
|
|
22877
22875
|
const create$l = uid => {
|
|
22878
22876
|
return {
|
|
22877
|
+
id: uid,
|
|
22879
22878
|
uid,
|
|
22880
22879
|
selectedIndex: -1,
|
|
22881
22880
|
// TODO get list of outputChannels from extension host
|
|
@@ -22885,140 +22884,92 @@ const create$l = uid => {
|
|
|
22885
22884
|
};
|
|
22886
22885
|
};
|
|
22887
22886
|
const loadContent$m = async state => {
|
|
22888
|
-
|
|
22889
|
-
|
|
22890
|
-
|
|
22891
|
-
const
|
|
22892
|
-
const
|
|
22893
|
-
await open$4(id, file);
|
|
22887
|
+
await invoke$6('Output.create', state.id, state.x, state.y, state.width, state.height);
|
|
22888
|
+
await invoke$6('Output.loadContent2', state.id);
|
|
22889
|
+
const diffResult = await invoke$6('Output.diff2', state.id);
|
|
22890
|
+
const commands = await invoke$6('Output.render2', state.id, diffResult);
|
|
22891
|
+
const actionsDom = await invoke$6('Output.renderActions', state.uid);
|
|
22894
22892
|
return {
|
|
22895
22893
|
...state,
|
|
22896
|
-
|
|
22897
|
-
|
|
22894
|
+
commands,
|
|
22895
|
+
actionsDom
|
|
22898
22896
|
};
|
|
22899
22897
|
};
|
|
22900
|
-
const
|
|
22901
|
-
|
|
22902
|
-
|
|
22903
|
-
|
|
22904
|
-
|
|
22905
|
-
|
|
22906
|
-
await invoke$
|
|
22907
|
-
|
|
22908
|
-
|
|
22909
|
-
await open$4('Output', state.selectedOption);
|
|
22910
|
-
};
|
|
22911
|
-
const handleData$1 = async (state, data) => {
|
|
22912
|
-
const {
|
|
22913
|
-
text
|
|
22914
|
-
} = state;
|
|
22915
|
-
const newText = text + data;
|
|
22916
|
-
return {
|
|
22898
|
+
const hotReload$5 = async (state, option) => {
|
|
22899
|
+
if (state.isHotReloading) {
|
|
22900
|
+
return state;
|
|
22901
|
+
}
|
|
22902
|
+
// TODO avoid mutation
|
|
22903
|
+
state.isHotReloading = true;
|
|
22904
|
+
const savedState = await invoke$6('Output.saveState', state.uid);
|
|
22905
|
+
await restart$4('Output.terminate');
|
|
22906
|
+
const oldState = {
|
|
22917
22907
|
...state,
|
|
22918
|
-
|
|
22908
|
+
items: []
|
|
22919
22909
|
};
|
|
22920
|
-
|
|
22921
|
-
|
|
22922
|
-
const
|
|
22923
|
-
|
|
22924
|
-
|
|
22925
|
-
const newText = text + data;
|
|
22910
|
+
await invoke$6('Output.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
|
|
22911
|
+
await invoke$6('Output.loadContent2', state.uid, savedState);
|
|
22912
|
+
const diffResult = await invoke$6('Output.diff2', state.uid);
|
|
22913
|
+
const commands = await invoke$6('Output.render2', state.uid, diffResult);
|
|
22914
|
+
const actionsDom = await invoke$6('Output.renderActions', state.uid);
|
|
22926
22915
|
return {
|
|
22927
|
-
...
|
|
22928
|
-
|
|
22916
|
+
...oldState,
|
|
22917
|
+
commands,
|
|
22918
|
+
actionsDom,
|
|
22919
|
+
isHotReloading: false
|
|
22929
22920
|
};
|
|
22930
22921
|
};
|
|
22931
|
-
const dispose$e = async state => {
|
|
22932
|
-
state.disposed = true;
|
|
22933
|
-
// TODO close output channel in shared process
|
|
22934
|
-
await close$3('Output');
|
|
22935
|
-
};
|
|
22936
|
-
const openFindWidget = async state => {
|
|
22937
|
-
// TODO use command.execute instead
|
|
22938
|
-
// TODO no lazy import here
|
|
22939
|
-
};
|
|
22940
|
-
const closeFindWidget = async state => {};
|
|
22941
22922
|
|
|
22942
|
-
|
|
22943
|
-
|
|
22944
|
-
|
|
22923
|
+
const wrapOutputCommand = key => {
|
|
22924
|
+
const fn = async (state, ...args) => {
|
|
22925
|
+
await invoke$6(`Output.${key}`, state.id, ...args);
|
|
22926
|
+
const diffResult = await invoke$6(`Output.diff2`, state.id);
|
|
22927
|
+
const commands = await invoke$6('Output.render2', state.id, diffResult);
|
|
22928
|
+
if (commands.length === 0) {
|
|
22929
|
+
return state;
|
|
22930
|
+
}
|
|
22931
|
+
return {
|
|
22932
|
+
...state,
|
|
22933
|
+
commands
|
|
22934
|
+
};
|
|
22935
|
+
};
|
|
22936
|
+
return fn;
|
|
22937
|
+
};
|
|
22945
22938
|
|
|
22946
|
-
const Commands$h = {
|
|
22947
|
-
|
|
22948
|
-
|
|
22939
|
+
const Commands$h = {};
|
|
22940
|
+
const getCommands$8 = async () => {
|
|
22941
|
+
const commands = await invoke$6('Output.getCommandIds');
|
|
22942
|
+
for (const command of commands) {
|
|
22943
|
+
Commands$h[command] = wrapOutputCommand(command);
|
|
22944
|
+
}
|
|
22945
|
+
Commands$h['hotReload'] = hotReload$5;
|
|
22946
|
+
return Commands$h;
|
|
22949
22947
|
};
|
|
22950
22948
|
|
|
22951
22949
|
const Css$l = ["/css/parts/ViewletOutput.css", "/css/parts/Select.css"];
|
|
22952
22950
|
|
|
22953
|
-
const
|
|
22951
|
+
const hasFunctionalRender$k = true;
|
|
22952
|
+
const hasFunctionalRootRender$c = true;
|
|
22953
|
+
const hasFunctionalEvents$9 = true;
|
|
22954
|
+
const renderDialog = {
|
|
22954
22955
|
isEqual(oldState, newState) {
|
|
22955
|
-
return
|
|
22956
|
+
return false;
|
|
22956
22957
|
},
|
|
22957
|
-
apply
|
|
22958
|
-
|
|
22959
|
-
}
|
|
22960
|
-
};
|
|
22961
|
-
const hasFunctionalRender$k = true;
|
|
22962
|
-
const render$k = [renderText];
|
|
22963
|
-
|
|
22964
|
-
/**
|
|
22965
|
-
* @enum {string}
|
|
22966
|
-
*/
|
|
22967
|
-
const UiStrings$8 = {
|
|
22968
|
-
Output: 'output',
|
|
22969
|
-
ClearOutput: 'clear output',
|
|
22970
|
-
TurnOffAutoScroll: 'Turn auto scrolling off',
|
|
22971
|
-
OpenLogFile: 'open output log file'
|
|
22972
|
-
};
|
|
22973
|
-
const output = () => {
|
|
22974
|
-
return i18nString(UiStrings$8.Output);
|
|
22975
|
-
};
|
|
22976
|
-
const clearOutput = () => {
|
|
22977
|
-
return i18nString(UiStrings$8.ClearOutput);
|
|
22978
|
-
};
|
|
22979
|
-
const turnOffAutoScroll = () => {
|
|
22980
|
-
return i18nString(UiStrings$8.TurnOffAutoScroll);
|
|
22981
|
-
};
|
|
22982
|
-
const openLogFile = () => {
|
|
22983
|
-
return i18nString(UiStrings$8.OpenLogFile);
|
|
22984
|
-
};
|
|
22985
|
-
|
|
22986
|
-
const toSelectOption = option => {
|
|
22987
|
-
return option.name;
|
|
22988
|
-
};
|
|
22989
|
-
const toSelectOptions = options => {
|
|
22990
|
-
return options.map(toSelectOption);
|
|
22958
|
+
apply: apply,
|
|
22959
|
+
multiple: true
|
|
22991
22960
|
};
|
|
22992
|
-
const
|
|
22993
|
-
|
|
22994
|
-
|
|
22995
|
-
|
|
22996
|
-
return [{
|
|
22997
|
-
type: Select,
|
|
22998
|
-
id: output(),
|
|
22999
|
-
options: toSelectOptions(options)
|
|
23000
|
-
}, {
|
|
23001
|
-
type: Button,
|
|
23002
|
-
id: clearOutput(),
|
|
23003
|
-
icon: ClearAll
|
|
23004
|
-
}, {
|
|
23005
|
-
type: Button,
|
|
23006
|
-
id: turnOffAutoScroll(),
|
|
23007
|
-
icon: Blank
|
|
23008
|
-
}, {
|
|
23009
|
-
type: Button,
|
|
23010
|
-
id: openLogFile(),
|
|
23011
|
-
icon: Blank
|
|
23012
|
-
}];
|
|
22961
|
+
const render$k = [renderDialog];
|
|
22962
|
+
const renderEventListeners$8 = async () => {
|
|
22963
|
+
const listeners = await invoke$6('Output.renderEventListeners');
|
|
22964
|
+
return listeners;
|
|
23013
22965
|
};
|
|
23014
22966
|
|
|
23015
22967
|
const renderActions$5 = {
|
|
23016
22968
|
isEqual(oldState, newState) {
|
|
23017
|
-
return
|
|
22969
|
+
return false;
|
|
23018
22970
|
},
|
|
23019
22971
|
apply(oldState, newState) {
|
|
23020
|
-
const
|
|
23021
|
-
const dom = getActionsVirtualDom(actions);
|
|
22972
|
+
const dom = newState.actionsDom;
|
|
23022
22973
|
return dom;
|
|
23023
22974
|
}
|
|
23024
22975
|
};
|
|
@@ -23029,19 +22980,18 @@ const ViewletOutput_ipc = {
|
|
|
23029
22980
|
__proto__: null,
|
|
23030
22981
|
Commands: Commands$h,
|
|
23031
22982
|
Css: Css$l,
|
|
23032
|
-
closeFindWidget,
|
|
23033
|
-
contentLoaded: contentLoaded$4,
|
|
23034
22983
|
create: create$l,
|
|
23035
|
-
|
|
23036
|
-
|
|
23037
|
-
handleError,
|
|
22984
|
+
getCommands: getCommands$8,
|
|
22985
|
+
hasFunctionalEvents: hasFunctionalEvents$9,
|
|
23038
22986
|
hasFunctionalRender: hasFunctionalRender$k,
|
|
22987
|
+
hasFunctionalRootRender: hasFunctionalRootRender$c,
|
|
22988
|
+
hotReload: hotReload$5,
|
|
23039
22989
|
loadContent: loadContent$m,
|
|
23040
22990
|
name: name$q,
|
|
23041
|
-
openFindWidget,
|
|
23042
22991
|
render: render$k,
|
|
23043
22992
|
renderActions: renderActions$5,
|
|
23044
|
-
|
|
22993
|
+
renderDialog,
|
|
22994
|
+
renderEventListeners: renderEventListeners$8
|
|
23045
22995
|
};
|
|
23046
22996
|
|
|
23047
22997
|
const getPanelViews = () => {
|
|
@@ -23189,7 +23139,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
|
|
|
23189
23139
|
const currentViewletUid = currentViewletState.uid;
|
|
23190
23140
|
number(currentViewletUid);
|
|
23191
23141
|
commands.unshift(...disposeFunctional(currentViewletUid));
|
|
23192
|
-
await invoke$
|
|
23142
|
+
await invoke$q('Viewlet.sendMultiple', commands);
|
|
23193
23143
|
if (commands.at(-1).includes(Error$3)) {
|
|
23194
23144
|
state.currentViewletId = Error$3;
|
|
23195
23145
|
}
|
|
@@ -23340,7 +23290,7 @@ const launchProblemsWorker = async () => {
|
|
|
23340
23290
|
url: getConfiguredWorkerUrl$5()
|
|
23341
23291
|
});
|
|
23342
23292
|
handleIpc(ipc);
|
|
23343
|
-
await invoke$
|
|
23293
|
+
await invoke$r(ipc, 'Problems.initialize');
|
|
23344
23294
|
return ipc;
|
|
23345
23295
|
};
|
|
23346
23296
|
|
|
@@ -23875,10 +23825,10 @@ const loadContent$j = async state => {
|
|
|
23875
23825
|
} = state;
|
|
23876
23826
|
const listItemHeight = 22;
|
|
23877
23827
|
const renderAllItems = true;
|
|
23878
|
-
await invoke$
|
|
23879
|
-
await invoke$
|
|
23880
|
-
const diffResult = await invoke$
|
|
23881
|
-
const commands = await invoke$
|
|
23828
|
+
await invoke$m('QuickPick.create2', state.uid, uri, listItemHeight, state.x, state.y, state.width, state.height, platform, args, renderAllItems, state$B.workspacePath);
|
|
23829
|
+
await invoke$m('QuickPick.loadContent', state.uid);
|
|
23830
|
+
const diffResult = await invoke$m('QuickPick.diff2', state.uid);
|
|
23831
|
+
const commands = await invoke$m('QuickPick.render2', state.uid, diffResult);
|
|
23882
23832
|
return {
|
|
23883
23833
|
...state,
|
|
23884
23834
|
commands
|
|
@@ -23890,12 +23840,12 @@ const dispose$c = state => {
|
|
|
23890
23840
|
|
|
23891
23841
|
const wrapQuickPickCommand = key => {
|
|
23892
23842
|
const fn = async (state, ...args) => {
|
|
23893
|
-
await invoke$
|
|
23894
|
-
const diffResult = await invoke$
|
|
23843
|
+
await invoke$m(`QuickPick.${key}`, state.uid, ...args);
|
|
23844
|
+
const diffResult = await invoke$m('QuickPick.diff2', state.uid);
|
|
23895
23845
|
if (diffResult.length === 0) {
|
|
23896
23846
|
return state;
|
|
23897
23847
|
}
|
|
23898
|
-
const commands = await invoke$
|
|
23848
|
+
const commands = await invoke$m('QuickPick.render2', state.uid, diffResult);
|
|
23899
23849
|
return {
|
|
23900
23850
|
...state,
|
|
23901
23851
|
commands
|
|
@@ -23906,7 +23856,7 @@ const wrapQuickPickCommand = key => {
|
|
|
23906
23856
|
|
|
23907
23857
|
const Commands$e = {};
|
|
23908
23858
|
const getCommands$6 = async () => {
|
|
23909
|
-
const commands = await invoke$
|
|
23859
|
+
const commands = await invoke$m('QuickPick.getCommandIds');
|
|
23910
23860
|
for (const command of commands) {
|
|
23911
23861
|
Commands$e[command] = wrapQuickPickCommand(command);
|
|
23912
23862
|
}
|
|
@@ -23920,7 +23870,7 @@ const Css$i = ["/css/parts/Progress.css"];
|
|
|
23920
23870
|
const Variables$5 = ['QuickPickBackground', 'ListForeground', 'ListHoverBackground', 'ListHoverForeground', 'ListActiveSelectionBackground'];
|
|
23921
23871
|
|
|
23922
23872
|
const getKeyBindings$5 = () => {
|
|
23923
|
-
return invoke$
|
|
23873
|
+
return invoke$m('QuickPick.getKeyBindings');
|
|
23924
23874
|
};
|
|
23925
23875
|
|
|
23926
23876
|
const hasFunctionalRender$h = true;
|
|
@@ -23935,7 +23885,7 @@ const renderItems$5 = {
|
|
|
23935
23885
|
};
|
|
23936
23886
|
const render$h = [renderItems$5];
|
|
23937
23887
|
const renderEventListeners$6 = async () => {
|
|
23938
|
-
const listeners = await invoke$
|
|
23888
|
+
const listeners = await invoke$m('QuickPick.renderEventListeners');
|
|
23939
23889
|
return listeners;
|
|
23940
23890
|
};
|
|
23941
23891
|
|
|
@@ -23980,7 +23930,7 @@ const contentLoaded$2 = state => {
|
|
|
23980
23930
|
});
|
|
23981
23931
|
return [];
|
|
23982
23932
|
};
|
|
23983
|
-
const dispose$b = dispose$
|
|
23933
|
+
const dispose$b = dispose$i;
|
|
23984
23934
|
|
|
23985
23935
|
/**
|
|
23986
23936
|
* @enum {string}
|
|
@@ -24021,13 +23971,13 @@ const getActions$2 = () => {
|
|
|
24021
23971
|
|
|
24022
23972
|
const wrapReferencesCommand = key => {
|
|
24023
23973
|
const fn = async (state, ...args) => {
|
|
24024
|
-
await invoke$
|
|
24025
|
-
const diffResult = await invoke$
|
|
23974
|
+
await invoke$8(`References.${key}`, state.uid, ...args);
|
|
23975
|
+
const diffResult = await invoke$8('References.diff2', state.uid);
|
|
24026
23976
|
if (diffResult.length === 0) {
|
|
24027
23977
|
return state;
|
|
24028
23978
|
}
|
|
24029
|
-
const commands = await invoke$
|
|
24030
|
-
const actionsDom = await invoke$
|
|
23979
|
+
const commands = await invoke$8('References.render2', state.uid, diffResult);
|
|
23980
|
+
const actionsDom = await invoke$8('References.renderActions', state.uid);
|
|
24031
23981
|
if (commands.length === 0) {
|
|
24032
23982
|
return state;
|
|
24033
23983
|
}
|
|
@@ -24044,11 +23994,11 @@ const wrapReferencesCommand = key => {
|
|
|
24044
23994
|
|
|
24045
23995
|
const Commands$d = {};
|
|
24046
23996
|
const getCommands$5 = async () => {
|
|
24047
|
-
const commands = await invoke$
|
|
23997
|
+
const commands = await invoke$8('References.getCommandIds');
|
|
24048
23998
|
for (const command of commands) {
|
|
24049
23999
|
Commands$d[command] = wrapReferencesCommand(command);
|
|
24050
24000
|
}
|
|
24051
|
-
Commands$d['hotReload'] = hotReload$
|
|
24001
|
+
Commands$d['hotReload'] = hotReload$7;
|
|
24052
24002
|
return Commands$d;
|
|
24053
24003
|
};
|
|
24054
24004
|
|
|
@@ -24076,13 +24026,13 @@ const ViewletReferences_ipc = {
|
|
|
24076
24026
|
getActions: getActions$2,
|
|
24077
24027
|
getCommands: getCommands$5,
|
|
24078
24028
|
getDisplayName,
|
|
24079
|
-
hasFunctionalEvents: hasFunctionalEvents$
|
|
24029
|
+
hasFunctionalEvents: hasFunctionalEvents$b,
|
|
24080
24030
|
hasFunctionalRender: hasFunctionalRender$p,
|
|
24081
|
-
hasFunctionalRootRender: hasFunctionalRootRender$
|
|
24031
|
+
hasFunctionalRootRender: hasFunctionalRootRender$f,
|
|
24082
24032
|
loadContent: loadContent$i,
|
|
24083
24033
|
name: name$k,
|
|
24084
24034
|
render: render$p,
|
|
24085
|
-
renderEventListeners: renderEventListeners$
|
|
24035
|
+
renderEventListeners: renderEventListeners$a,
|
|
24086
24036
|
saveState: saveState$6
|
|
24087
24037
|
};
|
|
24088
24038
|
|
|
@@ -24125,11 +24075,11 @@ const create$g = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
24125
24075
|
};
|
|
24126
24076
|
const loadContent$h = async (state, savedState) => {
|
|
24127
24077
|
const isTest$1 = isTest();
|
|
24128
|
-
await invoke$
|
|
24129
|
-
await invoke$
|
|
24130
|
-
const diffResult = await invoke$
|
|
24131
|
-
const commands = await invoke$
|
|
24132
|
-
const actionsDom = await invoke$
|
|
24078
|
+
await invoke$k('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
|
|
24079
|
+
await invoke$k('RunAndDebug.loadContent', state.uid, isTest$1, savedState);
|
|
24080
|
+
const diffResult = await invoke$k('RunAndDebug.diff2', state.uid);
|
|
24081
|
+
const commands = await invoke$k('RunAndDebug.render2', state.uid, diffResult);
|
|
24082
|
+
const actionsDom = await invoke$k('RunAndDebug.renderActions', state.uid);
|
|
24133
24083
|
const debugId = isTest$1 ? 'test-debug' : 'node-debug'; // TODO
|
|
24134
24084
|
return {
|
|
24135
24085
|
...state,
|
|
@@ -24150,17 +24100,17 @@ const hotReload$4 = async state => {
|
|
|
24150
24100
|
state.isHotReloading = true;
|
|
24151
24101
|
// possible TODO race condition during hot reload
|
|
24152
24102
|
// there could still be pending promises when the worker is disposed
|
|
24153
|
-
const savedState = await invoke$
|
|
24154
|
-
await restart$
|
|
24103
|
+
const savedState = await invoke$k('RunAndDebug.saveState', state.uid);
|
|
24104
|
+
await restart$a('RunAndDebug.terminate');
|
|
24155
24105
|
const oldState = {
|
|
24156
24106
|
...state,
|
|
24157
24107
|
items: []
|
|
24158
24108
|
};
|
|
24159
|
-
await invoke$
|
|
24160
|
-
await invoke$
|
|
24161
|
-
await invoke$
|
|
24162
|
-
const diffResult = await invoke$
|
|
24163
|
-
const commands = await invoke$
|
|
24109
|
+
await invoke$k('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
|
|
24110
|
+
await invoke$k('RunAndDebug.loadContent', state.uid, state.isTest, savedState);
|
|
24111
|
+
await invoke$k('RunAndDebug.loadContentLater', state.uid);
|
|
24112
|
+
const diffResult = await invoke$k('RunAndDebug.diff2', state.uid);
|
|
24113
|
+
const commands = await invoke$k('RunAndDebug.render2', state.uid, diffResult);
|
|
24164
24114
|
return {
|
|
24165
24115
|
...oldState,
|
|
24166
24116
|
commands,
|
|
@@ -24215,19 +24165,19 @@ const resize$e = (state, dimensions) => {
|
|
|
24215
24165
|
};
|
|
24216
24166
|
};
|
|
24217
24167
|
const saveState$5 = async state => {
|
|
24218
|
-
const savedState = await invoke$
|
|
24168
|
+
const savedState = await invoke$k('RunAndDebug.saveState', state.uid);
|
|
24219
24169
|
return savedState;
|
|
24220
24170
|
};
|
|
24221
24171
|
|
|
24222
24172
|
const wrapRunAndDebugCommand = key => {
|
|
24223
24173
|
const fn = async (state, ...args) => {
|
|
24224
|
-
await invoke$
|
|
24225
|
-
const diffResult = await invoke$
|
|
24174
|
+
await invoke$k(`RunAndDebug.${key}`, state.uid, ...args);
|
|
24175
|
+
const diffResult = await invoke$k('RunAndDebug.diff2', state.uid);
|
|
24226
24176
|
if (diffResult.length === 0) {
|
|
24227
24177
|
return state;
|
|
24228
24178
|
}
|
|
24229
|
-
const commands = await invoke$
|
|
24230
|
-
const actionsDom = await invoke$
|
|
24179
|
+
const commands = await invoke$k('RunAndDebug.render2', state.uid, diffResult);
|
|
24180
|
+
const actionsDom = await invoke$k('RunAndDebug.renderActions', state.uid);
|
|
24231
24181
|
if (commands.length === 0) {
|
|
24232
24182
|
return state;
|
|
24233
24183
|
}
|
|
@@ -24244,7 +24194,7 @@ const wrapRunAndDebugCommand = key => {
|
|
|
24244
24194
|
|
|
24245
24195
|
const Commands$c = {};
|
|
24246
24196
|
const getCommands$4 = async () => {
|
|
24247
|
-
const commands = await invoke$
|
|
24197
|
+
const commands = await invoke$k('RunAndDebug.getCommandIds');
|
|
24248
24198
|
for (const command of commands) {
|
|
24249
24199
|
Commands$c[command] = wrapRunAndDebugCommand(command);
|
|
24250
24200
|
}
|
|
@@ -24258,13 +24208,13 @@ const Variables$4 = ['TitleBarForeground', 'DebugSectionHeaderBackground', 'Side
|
|
|
24258
24208
|
const Events$3 = {};
|
|
24259
24209
|
|
|
24260
24210
|
const getKeyBindings$4 = () => {
|
|
24261
|
-
return invoke$
|
|
24211
|
+
return invoke$k('RunAndDebug.getKeyBindings');
|
|
24262
24212
|
};
|
|
24263
24213
|
|
|
24264
24214
|
const menus$5 = [];
|
|
24265
24215
|
const getMenus$1 = async () => {
|
|
24266
24216
|
try {
|
|
24267
|
-
const modules = await invoke$
|
|
24217
|
+
const modules = await invoke$k('RunAndDebug.getMenuEntries');
|
|
24268
24218
|
const adjusted = modules.map(module => {
|
|
24269
24219
|
return {
|
|
24270
24220
|
...module,
|
|
@@ -24291,7 +24241,7 @@ const renderItems$4 = {
|
|
|
24291
24241
|
};
|
|
24292
24242
|
const render$g = [renderItems$4];
|
|
24293
24243
|
const renderEventListeners$5 = async () => {
|
|
24294
|
-
const listeners = await invoke$
|
|
24244
|
+
const listeners = await invoke$k('RunAndDebug.renderEventListeners');
|
|
24295
24245
|
return listeners;
|
|
24296
24246
|
};
|
|
24297
24247
|
|
|
@@ -24337,18 +24287,18 @@ const ViewletRunAndDebug_ipc = {
|
|
|
24337
24287
|
};
|
|
24338
24288
|
|
|
24339
24289
|
const getSources = async options => {
|
|
24340
|
-
const sources = await invoke$
|
|
24290
|
+
const sources = await invoke$o('DesktopCapturer.getSources', options);
|
|
24341
24291
|
return sources;
|
|
24342
24292
|
};
|
|
24343
24293
|
|
|
24344
24294
|
const getUserMedia = async (captureId, options) => {
|
|
24345
24295
|
number(captureId);
|
|
24346
24296
|
object(options);
|
|
24347
|
-
await invoke$
|
|
24297
|
+
await invoke$q('ScreenCapture.start', captureId, options);
|
|
24348
24298
|
};
|
|
24349
24299
|
const dispose$9 = async captureId => {
|
|
24350
24300
|
number(captureId);
|
|
24351
|
-
await invoke$
|
|
24301
|
+
await invoke$q('ScreenCapture.dispose', captureId);
|
|
24352
24302
|
};
|
|
24353
24303
|
|
|
24354
24304
|
const createScreenCaptureStream = async captureId => {
|
|
@@ -24448,7 +24398,7 @@ const launchTextSearchWorker = async () => {
|
|
|
24448
24398
|
});
|
|
24449
24399
|
handleIpc(ipc);
|
|
24450
24400
|
try {
|
|
24451
|
-
await invoke$
|
|
24401
|
+
await invoke$r(ipc, 'TextSearch.initialize', platform);
|
|
24452
24402
|
} catch (error) {
|
|
24453
24403
|
// ignore
|
|
24454
24404
|
}
|
|
@@ -24664,7 +24614,7 @@ const launchSettingsWorker = async () => {
|
|
|
24664
24614
|
url: getConfiguredWorkerUrl$3()
|
|
24665
24615
|
});
|
|
24666
24616
|
handleIpc(ipc);
|
|
24667
|
-
await invoke$
|
|
24617
|
+
await invoke$r(ipc, 'Initialize.initialize');
|
|
24668
24618
|
return ipc;
|
|
24669
24619
|
};
|
|
24670
24620
|
|
|
@@ -24937,7 +24887,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
|
|
|
24937
24887
|
activityBar.state = newState;
|
|
24938
24888
|
commands.push(...extraCommands);
|
|
24939
24889
|
}
|
|
24940
|
-
await invoke$
|
|
24890
|
+
await invoke$q('Viewlet.sendMultiple', commands);
|
|
24941
24891
|
}
|
|
24942
24892
|
|
|
24943
24893
|
// // TODO race condition (check if disposed after created)
|
|
@@ -24968,7 +24918,7 @@ const openDefaultViewlet = async state => {
|
|
|
24968
24918
|
};
|
|
24969
24919
|
const close$2 = state => {
|
|
24970
24920
|
if (state.currentViewletId) {
|
|
24971
|
-
dispose$
|
|
24921
|
+
dispose$s(state.currentViewletId);
|
|
24972
24922
|
}
|
|
24973
24923
|
state.currentViewletId = undefined;
|
|
24974
24924
|
// RendererProcess.send([/* sideBarHide */ 5552, /* id */ id])
|
|
@@ -25084,7 +25034,7 @@ const launchEmbedsWorker = async () => {
|
|
|
25084
25034
|
name: 'Embeds Worker'
|
|
25085
25035
|
});
|
|
25086
25036
|
handleIpc(ipc);
|
|
25087
|
-
await invoke$
|
|
25037
|
+
await invoke$r(ipc, 'Initialize.initialize');
|
|
25088
25038
|
return ipc;
|
|
25089
25039
|
};
|
|
25090
25040
|
|
|
@@ -25111,7 +25061,7 @@ const disposeWebContentsView = async id => {
|
|
|
25111
25061
|
const getWindowZoomLevel = async () => {
|
|
25112
25062
|
// TODO speed up resizing by avoid too many round trips
|
|
25113
25063
|
const windowId = await getWindowId();
|
|
25114
|
-
const zoomLevel = await invoke$
|
|
25064
|
+
const zoomLevel = await invoke$o('ElectronWindow.getZoom', windowId);
|
|
25115
25065
|
return zoomLevel;
|
|
25116
25066
|
};
|
|
25117
25067
|
|
|
@@ -26057,7 +26007,7 @@ const launchSourceControlWorker = async () => {
|
|
|
26057
26007
|
url: getConfiguredWorkerUrl$1()
|
|
26058
26008
|
});
|
|
26059
26009
|
handleIpc(ipc);
|
|
26060
|
-
await invoke$
|
|
26010
|
+
await invoke$r(ipc, 'Initialize.initialize');
|
|
26061
26011
|
return ipc;
|
|
26062
26012
|
};
|
|
26063
26013
|
|
|
@@ -26750,7 +26700,7 @@ const ViewletStorage_ipc = {
|
|
|
26750
26700
|
};
|
|
26751
26701
|
|
|
26752
26702
|
const getTerminalSpawnOptions = () => {
|
|
26753
|
-
return invoke$
|
|
26703
|
+
return invoke$o('GetTerminalSpawnOptions.getTerminalSpawnOptions');
|
|
26754
26704
|
};
|
|
26755
26705
|
|
|
26756
26706
|
// TODO implement a functional terminal component, maybe using offscreencanvas
|
|
@@ -26779,16 +26729,16 @@ const loadContent$7 = async state => {
|
|
|
26779
26729
|
} = await getTerminalSpawnOptions();
|
|
26780
26730
|
const canvasTextId = create$13();
|
|
26781
26731
|
const canvasCursorId = create$13();
|
|
26782
|
-
await invoke$
|
|
26732
|
+
await invoke$h('Terminal.create', canvasTextId, canvasCursorId, uid, state$B.workspacePath, command, args);
|
|
26783
26733
|
const terminal = {
|
|
26784
26734
|
handleBlur() {
|
|
26785
|
-
return invoke$
|
|
26735
|
+
return invoke$h('Terminal.handleBlur', uid);
|
|
26786
26736
|
},
|
|
26787
26737
|
handleKeyDown(key) {
|
|
26788
|
-
return invoke$
|
|
26738
|
+
return invoke$h('Terminal.handleKeyDown', uid, key);
|
|
26789
26739
|
},
|
|
26790
26740
|
handleMouseDown() {
|
|
26791
|
-
return invoke$
|
|
26741
|
+
return invoke$h('Terminal.handleMouseDown', uid);
|
|
26792
26742
|
},
|
|
26793
26743
|
resize() {
|
|
26794
26744
|
// TODO
|
|
@@ -26868,7 +26818,7 @@ const resizeEffect = async state => {
|
|
|
26868
26818
|
// Terminal.resize(state, width, height)
|
|
26869
26819
|
};
|
|
26870
26820
|
const clear = async state => {
|
|
26871
|
-
await invoke$
|
|
26821
|
+
await invoke$q(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
|
|
26872
26822
|
};
|
|
26873
26823
|
|
|
26874
26824
|
const getActions = state => {
|
|
@@ -27016,7 +26966,7 @@ const addTerminal = async state => {
|
|
|
27016
26966
|
const oldTab = tabs[selectedIndex];
|
|
27017
26967
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
27018
26968
|
commands.push(...disposeCommands);
|
|
27019
|
-
await invoke$
|
|
26969
|
+
await invoke$q('Viewlet.sendMultiple', commands);
|
|
27020
26970
|
return {
|
|
27021
26971
|
...state,
|
|
27022
26972
|
tabs: newTabs,
|
|
@@ -27057,7 +27007,7 @@ const focusIndex = async (state, index) => {
|
|
|
27057
27007
|
const oldTab = tabs[selectedIndex];
|
|
27058
27008
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
27059
27009
|
commands.push(...disposeCommands);
|
|
27060
|
-
await invoke$
|
|
27010
|
+
await invoke$q('Viewlet.sendMultiple', commands);
|
|
27061
27011
|
return {
|
|
27062
27012
|
...state,
|
|
27063
27013
|
selectedIndex: index
|
|
@@ -27861,7 +27811,7 @@ const getRealUri = pathOrUri => {
|
|
|
27861
27811
|
if (protocol) {
|
|
27862
27812
|
return pathOrUri;
|
|
27863
27813
|
}
|
|
27864
|
-
return invoke$
|
|
27814
|
+
return invoke$o('FileSystem.getRealUri', pathOrUri);
|
|
27865
27815
|
};
|
|
27866
27816
|
|
|
27867
27817
|
const create = (id, uri, x, y, width, height) => {
|
|
@@ -27903,7 +27853,7 @@ const resize = (state, dimensions) => {
|
|
|
27903
27853
|
};
|
|
27904
27854
|
};
|
|
27905
27855
|
const dispose = async state => {
|
|
27906
|
-
await invoke$
|
|
27856
|
+
await invoke$q('WebView.dispose', state.uid);
|
|
27907
27857
|
return state;
|
|
27908
27858
|
};
|
|
27909
27859
|
|
|
@@ -28099,11 +28049,11 @@ const FileSystemAppKeyBindings = {
|
|
|
28099
28049
|
|
|
28100
28050
|
const downloadUpdate$2 = version => {
|
|
28101
28051
|
string(version);
|
|
28102
|
-
return invoke$
|
|
28052
|
+
return invoke$o('AutoUpdaterAppImage.downloadUpdate', version);
|
|
28103
28053
|
};
|
|
28104
28054
|
const installAndRestart$2 = downloadPath => {
|
|
28105
28055
|
string(downloadPath);
|
|
28106
|
-
return invoke$
|
|
28056
|
+
return invoke$o('AutoUpdaterAppImage.installAndRestart', downloadPath);
|
|
28107
28057
|
};
|
|
28108
28058
|
|
|
28109
28059
|
const AutoUpdaterAppImage = {
|
|
@@ -28114,11 +28064,11 @@ const AutoUpdaterAppImage = {
|
|
|
28114
28064
|
|
|
28115
28065
|
const downloadUpdate$1 = version => {
|
|
28116
28066
|
string(version);
|
|
28117
|
-
return invoke$
|
|
28067
|
+
return invoke$o('AutoUpdaterWindowsNsis.downloadUpdate', version);
|
|
28118
28068
|
};
|
|
28119
28069
|
const installAndRestart$1 = downloadPath => {
|
|
28120
28070
|
string(downloadPath);
|
|
28121
|
-
return invoke$
|
|
28071
|
+
return invoke$o('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
|
|
28122
28072
|
};
|
|
28123
28073
|
|
|
28124
28074
|
const AutoUpdaterNsis = {
|
|
@@ -28131,7 +28081,7 @@ const exec = (command, args, options) => {
|
|
|
28131
28081
|
string(command);
|
|
28132
28082
|
array(args);
|
|
28133
28083
|
object(options);
|
|
28134
|
-
return invoke$
|
|
28084
|
+
return invoke$o('Exec.exec', command, args, options);
|
|
28135
28085
|
};
|
|
28136
28086
|
|
|
28137
28087
|
const getDebArch = processArch => {
|
|
@@ -28156,7 +28106,7 @@ const getDownloadUrl = (repository, version, applicationName, debArch) => {
|
|
|
28156
28106
|
};
|
|
28157
28107
|
|
|
28158
28108
|
const getTmpDir = () => {
|
|
28159
|
-
return invoke$
|
|
28109
|
+
return invoke$o('Os.getTmpDir');
|
|
28160
28110
|
};
|
|
28161
28111
|
|
|
28162
28112
|
// TODO remove this code when auto update through apt is supported
|
|
@@ -28224,7 +28174,7 @@ const getItem = (items, label) => {
|
|
|
28224
28174
|
const openContextMenu = async (x, y, id, ...args) => {
|
|
28225
28175
|
const entries = await getMenuEntries$h(id, ...args);
|
|
28226
28176
|
const electronMenuItems = convertMenuItems(entries);
|
|
28227
|
-
const event = await invoke$
|
|
28177
|
+
const event = await invoke$o('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
|
|
28228
28178
|
if (event.type === 'close') {
|
|
28229
28179
|
return;
|
|
28230
28180
|
}
|
|
@@ -28261,7 +28211,7 @@ const ContextMenuBrowser = {
|
|
|
28261
28211
|
|
|
28262
28212
|
const open$3 = async () => {
|
|
28263
28213
|
try {
|
|
28264
|
-
await invoke$
|
|
28214
|
+
await invoke$o('ElectronWindowProcessExplorer.open');
|
|
28265
28215
|
} catch (error) {
|
|
28266
28216
|
throw new VError(error, 'Failed to open process explorer');
|
|
28267
28217
|
}
|
|
@@ -29665,7 +29615,7 @@ const prefixIdWithExt = item => {
|
|
|
29665
29615
|
const getExtensionPicks = async () => {
|
|
29666
29616
|
try {
|
|
29667
29617
|
// TODO don't call this every time
|
|
29668
|
-
const extensionPicks = await getCommands$
|
|
29618
|
+
const extensionPicks = await getCommands$f();
|
|
29669
29619
|
if (!extensionPicks) {
|
|
29670
29620
|
return [];
|
|
29671
29621
|
}
|
|
@@ -29708,7 +29658,7 @@ const selectPickExtension = async item => {
|
|
|
29708
29658
|
try {
|
|
29709
29659
|
await executeCommand(id);
|
|
29710
29660
|
} catch (error) {
|
|
29711
|
-
await handleError$
|
|
29661
|
+
await handleError$1(error, false);
|
|
29712
29662
|
await showErrorDialog(error);
|
|
29713
29663
|
}
|
|
29714
29664
|
return {
|
|
@@ -29908,7 +29858,7 @@ const QuickPickEntriesView = {
|
|
|
29908
29858
|
};
|
|
29909
29859
|
|
|
29910
29860
|
const searchFile$1 = async (path, value, prepare) => {
|
|
29911
|
-
return invoke$
|
|
29861
|
+
return invoke$m('SearchFile.searchFile', path, value, prepare, assetDir);
|
|
29912
29862
|
};
|
|
29913
29863
|
|
|
29914
29864
|
const searchFile = async (path, value) => {
|