@lvce-editor/static-server 0.64.5 → 0.66.6
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 +1877 -1878
- package/package.json +1 -1
- package/static/{488a9bc → 26ac40c}/css/App.css +106 -83
- package/static/{488a9bc → 26ac40c}/css/parts/ViewletExtensionDetail.css +19 -0
- package/static/{488a9bc → 26ac40c}/css/parts/ViewletExtensions.css +7 -0
- package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_docusaurus.svg +0 -0
- package/static/26ac40c/icons/repo.svg +1 -0
- package/static/{488a9bc → 26ac40c}/manifest.json +2 -2
- package/static/{488a9bc → 26ac40c}/packages/about-view-worker/dist/aboutWorkerMain.js +23 -41
- package/static/{488a9bc → 26ac40c}/packages/activity-bar-worker/dist/activityBarWorkerMain.js +157 -41
- package/static/{488a9bc → 26ac40c}/packages/error-worker/dist/errorWorkerMain.js +813 -271
- package/static/{488a9bc → 26ac40c}/packages/explorer-worker/dist/explorerViewWorkerMain.js +8 -0
- package/static/{488a9bc → 26ac40c}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +252 -107
- package/static/{488a9bc → 26ac40c}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{488a9bc → 26ac40c}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +205 -112
- package/static/{488a9bc → 26ac40c}/packages/file-search-worker/dist/fileSearchWorkerMain.js +10 -2
- package/static/{488a9bc → 26ac40c}/packages/file-system-worker/dist/fileSystemWorkerMain.js +142 -84
- package/static/26ac40c/packages/menu-worker/dist/menuWorkerMain.js +2817 -0
- package/static/{488a9bc → 26ac40c}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{488a9bc → 26ac40c}/packages/renderer-worker/dist/rendererWorkerMain.js +773 -802
- package/static/{488a9bc → 26ac40c}/packages/test-worker/dist/testWorkerMain.js +172 -33
- package/static/{488a9bc → 26ac40c}/packages/text-search-worker/dist/textSearchWorkerMain.js +24 -15
- package/static/{488a9bc → 26ac40c}/packages/title-bar-worker/dist/titleBarWorkerMain.js +1 -2
- package/static/index.html +4 -4
- package/static/488a9bc/extensions/builtin.language-basics-graphql/README.md +0 -14
- package/static/488a9bc/extensions/builtin.language-basics-graphql/extension.json +0 -12
- package/static/488a9bc/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
- /package/static/{488a9bc → 26ac40c}/config/colorTheme.json +0 -0
- /package/static/{488a9bc → 26ac40c}/config/defaultSettings.json +0 -0
- /package/static/{488a9bc → 26ac40c}/config/fileMap.json +0 -0
- /package/static/{488a9bc → 26ac40c}/config/webExtensions.json +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/Animation.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/BrowserScrollBar.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/Category.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/DebugButtons.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/DebugValue.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/E2eTest.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/E2eTests.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/EditorHover.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/EditorMessage.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/FeatureContent.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/Features.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ImagePreview.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/InputBadge.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/Key.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/LegacyDialog.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/Markdown.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/Message.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/Progress.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ScrollToTop.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/Select.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/SettingsHeader.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/SettingsItems.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/SettingsSideBar.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/Table.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletAbout.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletDialog.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletMedia.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletOutput.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletPanel.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletPdf.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletProblems.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletReferences.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletSearch.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletSettings.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletStorage.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{488a9bc → 26ac40c}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-typescript/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/default_file.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/default_folder.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/default_folder_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/default_root_folder.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/default_root_folder_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_access.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_access2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_actionscript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_actionscript2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ada.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_advpl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_affectscript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_affinityphoto.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_agda.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ai.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ai2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_al.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_al_dal.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_allcontributors.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_angular.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ansible.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_antlers_html.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_antlr.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_anyscript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_apache.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_apex.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_api_extractor.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_apib.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_apib2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_apl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_applescript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_appscript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_appsemble.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_appveyor.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_arduino.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_asciidoc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_asp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_aspx.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_assembly.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_astro.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_astroconfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_atom.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ats.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_attw.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_audio.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_aurelia.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_autohotkey.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_autoit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_avif.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_avro.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_awk.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_aws.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_azure.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_azurepipelines.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_babel.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_babel2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bak.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ballerina.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bat.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bats.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bazaar.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bazel.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bazel_version.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_befunge.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bicep.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_biml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_binary.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_biome.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bithound.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_blade.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_blender.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_blitzbasic.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bolt.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bosque.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bower.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bower2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_browserslist.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bruno.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_buckbuild.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_buf.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bun.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bundlemon.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bundler.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bunfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_c.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_c2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_c3.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_c_al.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cabal.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_caddy.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cake.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cakephp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_capacitor.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_capnp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cargo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_casc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cddl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cert.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ceylon.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cf.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cf2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cfc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cfc2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cfm.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cfm2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_changie.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cheader.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_chef.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_circleci.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_class.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_claude.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_clojure.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_clojurescript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cmake.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cobol.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codacy.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codeclimate.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codecov.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codekit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codemagic.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codeowners.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codeql.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_coderabbit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_coffeelint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_coffeescript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_commitizen.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_commitlint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_compass.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_composer.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_conan.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_conda.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_config.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_confluence.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_copilot.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_coverage.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_coveralls.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cpp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cpp2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cpp3.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cppheader.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_craco.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_crowdin.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_crystal.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_csharp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_csharp2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cspell.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_csproj.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_css.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_css2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_css2map.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_csscomb.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_csslint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cssmap.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cucumber.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cuda.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cursorrules.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cvs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cypress.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cypress_spec.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cython.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dal.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_darcs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dartlang.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_datadog.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_db.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_debian.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_delphi.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_deno.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_denoify.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dependabot.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dependencies.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_devcontainer.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dhall.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_diff.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_django.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dlang.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_docker.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_docker2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dockertest.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dockertest2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_docpad.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_docz.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dojo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_doppler.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dotenv.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dotjs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_doxygen.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_drawio.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_drone.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_drools.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dtd.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dune.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dustjs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dvc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dylan.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_earthly.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eas-metadata.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_edge.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_edge2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_editorconfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eex.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ejs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_elastic.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eleventy.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eleventy2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_elixir.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_elm.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_elm2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_emacs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ember.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ensime.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eps.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_epub.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_erb.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_erlang.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_erlang2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_esbuild.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eslint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eslint2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_esphome.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_excalidraw.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_excel.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_excel2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_expo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_falcon.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fantasticon.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fastly.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fauna.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_favicon.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fbx.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_firebase.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_firebasehosting.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_firestore.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fitbit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fla.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_flareact.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_flash.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_floobits.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_flow.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_flutter.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_flutter_package.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_flyio.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_font.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_formkit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fortran.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fossa.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fossil.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_freemarker.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_frontcommerce.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fsharp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fsharp2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fsproj.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fthtml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_funding.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fusebox.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_galen.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_galen2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gamemaker.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gamemaker2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gamemaker81.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gatsby.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gcloud.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gcode.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gdscript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_genstat.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_git.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_git2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gitlab.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gitpod.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gleam.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gleamconfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_glide.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_glitter.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_glsl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gltf.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_glyphs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gnu.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gnuplot.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_aqua.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_black.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_gopher.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_lightblue.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_package.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_white.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_work.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_yellow.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_goctl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_godot.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gpg.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gradle.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gradle2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_grain.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_graphql.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_graphql_config.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_graphviz.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_greenkeeper.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gridsome.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_groovy.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_groovy2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_grunt.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gulp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_haml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_handlebars.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_handlebars2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_harbour.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hardhat.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hashicorp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_haskell.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_haskell2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_haxe.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_haxedevelop.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_helix.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_helm.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_histoire.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hjson.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hlsl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_homeassistant.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_horusec.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_host.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_html.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_htmlhint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_http.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hugo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_humanstxt.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hunspell.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_husky.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hy.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hygen.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hypr.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_icl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_idris.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_idrisbin.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_idrispkg.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_image.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_imba.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_inc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_infopath.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_informix.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ini.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ink.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_innosetup.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_io.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_iodine.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ionic.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jake.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_janet.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jar.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jasmine.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_java.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jbuilder.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jekyll.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jenkins.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jest.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jinja.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jpm.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_js_official.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsbeautify.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsconfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jscpd.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jshint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsmap.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_json.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_json2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_json5.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_json_official.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_json_schema.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsonld.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsonnet.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsr.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jss.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_juice.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_julia.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_julia2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jupyter.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_just.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_k.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_karma.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_key.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_kitchenci.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_kite.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_kivy.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_knip.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_kos.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_kotlin.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_kusto.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_language_configuration.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lark.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_latino.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_layout.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lefthook.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lerna.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_less.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lex.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_liara.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_license.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_licensebat.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_ada.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_agda.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_apl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_astro.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_babel.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_babel2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_cabal.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_circleci.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_codacy.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_codeowners.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_config.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_copilot.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_crystal.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_cypress.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_db.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_deno.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_dhall.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_docpad.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_drone.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_esphome.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_expo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_fla.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_font.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_gradle.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_hjson.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_ini.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_io.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_jsmap.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_json.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_json5.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_json_schema.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_jsonld.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_kite.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_lark.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_lerna.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_mailing.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_markuplint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_mdx.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_mlang.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_mustache.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_mypy.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_neo4j.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_netlify.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_next.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_nim.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_nx.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_openHAB.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_pcl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_pnpm.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_prettier.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_prisma.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_purescript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_quasar.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_raku.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_razzle.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_rehype.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_remark.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_replit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_retext.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_rome.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_rubocop.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_rust.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_safetensors.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_solidity.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_spin.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_stylelint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_stylus.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_symfony.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_systemd.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_testcafe.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_testjs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_tex.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_tm.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_tmux.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_todo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_toit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_toml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_tree.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_turbo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_vash.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_vercel.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_vsix.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_xfl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_xorg.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_yaml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_zeit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lighthouse.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lilypond.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lime.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_liquid.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lisp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_livescript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lnk.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_locale.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_log.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lolcode.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lsl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lua.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_luau.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lync.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mailing.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_makefile.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_manifest.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_manifest_bak.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_manifest_skip.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_map.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mariadb.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_markdown.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_markdownlint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_marko.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_markojs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_markuplint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_master-co.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_matlab.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_maven.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_maxscript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_maya.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mdx-components.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mdx.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mediawiki.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mercurial.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mermaid.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_meson.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_metal.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_meteor.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_minecraft.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mivascript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mjml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mlang.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mocha.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_modernizr.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mojo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mojolicious.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_moleculer.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mondoo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mongo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_monotone.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_motif.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mson.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mustache.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mvt.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mvtcss.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mvtjs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mypy.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mysql.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ndst.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nearly.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_neo4j.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_module_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_service_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nestjs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_netlify.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_next.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nextflow.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_css.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_html.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_less.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nginx.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nim.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nimble.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ninja.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nix.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_njsproj.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_noc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_node.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_node2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nodemon.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_npm.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nsi.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nsri.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nuget.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_numpy.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nunjucks.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nuxt.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nx.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nyc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_objectivec.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_objectivecpp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_objidconfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ocaml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ogone.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_onenote.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_opam.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_openHAB.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_opencl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_openscad.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_opentofu.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_org.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_outlook.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ovpn.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_oxlint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_package.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_paket.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pandacss.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_patch.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pcl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pddl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pddl_plan.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pdf.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pdf2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pdm.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_peeky.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_perl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_perl2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_perl6.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pgsql.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_photoshop.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_photoshop2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_php.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_php2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_php3.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_phpstan.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_phpunit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_phraseapp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pine.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pip.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pipeline.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_plantuml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_platformio.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_playwright.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_plsql.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_plsql_package.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pm2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pnpm.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_poedit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_poetry.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_polymer.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pony.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_postcss.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_postcssconfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_postman.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powerpoint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powerpoint2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell_format.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell_types.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_preact.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_precommit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_prettier.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_prisma.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_processinglang.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_procfile.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_progress.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_prolog.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_prometheus.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_protobuf.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_protractor.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_publiccode.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_publisher.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pug.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pulumi.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_puppet.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_purescript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_purgecss.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pyenv.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pyret.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pyscript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pytest.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_python.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pythowo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pytyped.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pyup.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_q.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_qbs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_qlikview.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_qml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_qmldir.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_qsharp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_quasar.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_r.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_racket.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rails.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rake.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_raku.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_raml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_razor.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_razzle.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_reactjs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_reactrouter.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_reacttemplate.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_reactts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_reason.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_red.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_registry.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rego.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rehype.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_remark.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_renovate.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_replit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rescript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rest.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_retext.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rexx.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_riot.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rmd.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rnc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_robotframework.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_robots.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rolldown.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rollup.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rome.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ron.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rproj.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rspec.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rss.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rubocop.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ruby.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rust.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_s-lang.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_safetensors.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sails.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_saltstack.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_san.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sas.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sass.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sbt.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_scala.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_scilab.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_script.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_scss.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_scss2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sdlang.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_search_result.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_seedkit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sentry.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sequelize.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_serverless.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_shaderlab.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_shell.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_shellcheck.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_shuttle.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_silverstripe.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sino.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_siyuan.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sketch.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_skipper.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_slang.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_slashup.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_slice.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_slim.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_slint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sln.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sln2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_smarty.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_snakemake.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_snapcraft.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_snaplet.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_snort.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_snyk.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_solidarity.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_solidity.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_source.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_spacengine.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sparql.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_spin.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sqf.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sql.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sqlite.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_squirrel.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sss.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sst.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stackblitz.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stan.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stata.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stencil.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_storyboard.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_storybook.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stryker.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stylable.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_style.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_styled.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stylelint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stylus.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sublime.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_subversion.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_svelte.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_svelteconfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_svg.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_svgo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_swagger.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_swc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_swift.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_swig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_symfony.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_syncpack.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_systemd.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_systemverilog.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_t4tt.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tailwind.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tamagui.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_taplo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_taskfile.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tauri.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tcl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_teal.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_templ.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tera.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_terraform.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_test.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_testcafe.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_testjs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_testplane.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_testts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tex.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_text.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_textile.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tfs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tiltfile.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tm.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tmux.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_todo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_toit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_toml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tox.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_travis.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tree.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tres.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_truffle.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_trunk.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tscn.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tsconfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tsdoc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tslint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tt.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ttcn.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tuc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_turbo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_twig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_typedoc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_typescript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_typescript_official.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_typo3.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_uiua.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_unibeautify.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_unison.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_unlicense.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_unocss.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vagrant.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vala.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vapi.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vapor.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vash.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vb.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vba.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vbhtml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vbproj.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vcxproj.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_velocity.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vento.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vercel.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_verilog.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vhdl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_video.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_view.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vim.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vite.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vitest.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vlang.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_volt.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vscode.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vscode2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vscode3.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vscode_test.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vsix.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vue.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vueconfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vyper.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wallaby.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wally.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wasm.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wdio.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_weblate.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_webpack.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wenyan.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wercker.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wgsl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wikitext.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_windi.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wolfram.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_word.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_word2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wpml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wurst.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wxml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wxss.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wxt.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xcode.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xfl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xib.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xliff.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xmake.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xorg.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xquery.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xsl.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yacc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yaml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yaml_official.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yamllint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yandex.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yang.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yarn.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yeoman.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_zeit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_zig.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_zip.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_zip2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_android.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_android_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_api.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_api_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_app.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_app_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_arangodb.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_asset.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_asset_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_audio.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_audio_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_aurelia.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_aws.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_aws_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_azure.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_azure_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_binary.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_binary_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_bloc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_blueprint.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_bot.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_bot_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_bower.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_bower_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_buildkite.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cake.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cake_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_certificate.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_changesets.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_chef.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_chef_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_circleci.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cli.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cli_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_client.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_client_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cmake.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_common.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_common_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_component.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_component_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_composer.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_composer_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_config.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_config_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_controller.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_controller_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_coverage.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_css.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_css2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_css2_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_css_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cubit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cypress.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_dapr.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_datadog.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_db.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_db_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_debian.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_debian_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_dependabot.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_dist.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_dist_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_docker.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_docker_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_docs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_docs_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_e2e.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_electron.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_electron_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_expo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_expo_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_favicon.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_flow.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_flow_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_fonts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gcp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_git.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_git_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_github.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_github_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gitlab.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gradle.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_graphql.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_grunt.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gulp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_haxelib.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_helper.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_helper_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_hook.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_hook_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_husky.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_husky_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_idea.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_idea_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_images.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_images_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_include.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_include_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_interfaces.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_ios.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_ios_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_js.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_js_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_json.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_json_official.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_json_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_less.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_less_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_library.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_library_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_electron.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_expo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_node.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_redux.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_sass.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_linux.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_linux_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_locale.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_locale_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_log.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_log_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_macos.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_macos_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mariadb.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_maven.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_maven_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_memcached.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_meteor.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_middleware.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_minecraft.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_minikube.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mjml.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mock.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mock_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_model.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_model_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_module.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_module_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mojo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mongodb.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mypy.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mysql.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_netlify.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_next.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_next_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nginx.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nix.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nix_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_node.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_node_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_notebooks.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_notification.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_notification_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nuget.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nuxt.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_package.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_package_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_paket.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_paket_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_php.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_php_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_platformio.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_plugin.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_prisma.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_private.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_private_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_public.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_public_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_pytest.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_python.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_python_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_ravendb.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_redis.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_redis_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_redux.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_redux_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_route.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_route_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_sass.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_sass_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_script.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_script_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_seedkit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_server.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_server_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_services.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_services_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_shared.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_shared_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_snaplet.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_spin.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_spin_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_src.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_src_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_sso.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_sso_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_story.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_story_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_style.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_style_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_supabase.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_svelte.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_tauri.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_temp.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_temp_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_template.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_template_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_test.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_test_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_theme.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_theme_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_tools.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_tools_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_travis.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_travis_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_trunk.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_turbo.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_typescript.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_typings.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_typings2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_typings_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vagrant.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vercel.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_video.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_video_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_view.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_view_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vs.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vs2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vs_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode3.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_webpack.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_windows.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_windows_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_wit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_wit_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_www.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_www_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_yarn.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/add.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/arrow-down.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/arrow-left.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/arrow-right.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/arrow-up.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/blank.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/book.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/case-sensitive.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/check.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/chevron-down.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/chevron-left.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/chevron-right.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/chevron-up.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/chrome-close.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/chrome-maximize.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/chrome-minimize.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/chrome-restore.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/circle-filled.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/clear-all.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/close.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/cloud.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/collapse-all.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-all.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-alt-2.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-alt-small.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-alt.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-console.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-continue-small.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-continue.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-coverage.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-disconnect.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-line-by-line.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-pause.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-rerun.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-restart-frame.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-restart.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-stackframe.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-start.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-step-back.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-step-into.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-step-out.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-step-over.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug-stop.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/debug.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/discard.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/edit.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/ellipsis.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/error.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/exclude.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/extensions.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/files.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/filter.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/go-to-file.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/icon-close.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/icon-source-control.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/icon-sync.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/icon.png +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/icon.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/info.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/language-icon.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/link-external.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/list-flat.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/list-tree.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/new-file.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/new-folder.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/newline.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/open-preview.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/play.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/preserve-case.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/progress.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/pwa-icon-192.png +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/pwa-icon-512.png +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/record-keys.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/refresh.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/regex.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/remove.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/replace-all.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/replace.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/run-all.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/search.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/settings-gear.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/sort-precedence.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/source-control.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/split-horizontal.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/squiggly-error.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/squiggly-warning.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-array.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-boolean.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-class.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-color.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-constant.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-enum-member.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-enum.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-event.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-field.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-file.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-interface.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-key.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-keyword.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-method.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-misc.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-namespace.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-numeric.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-operator.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-parameter.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-property.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-ruler.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-snippet.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-string.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-structure.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/symbol-variable.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/tag.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/terminal-bash.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/terminal.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/theme-icon.png +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/trash.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/triangle-down.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/triangle-left.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/triangle-right.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/triangle-up.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/warning.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/whole-word.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/zoom-in.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/icons/zoom-out.svg +0 -0
- /package/static/{488a9bc → 26ac40c}/js/babel-parser.js +0 -0
- /package/static/{488a9bc → 26ac40c}/js/blob-util.js +0 -0
- /package/static/{488a9bc → 26ac40c}/js/ky.js +0 -0
- /package/static/{488a9bc → 26ac40c}/js/lvce-editor-import-script.js +0 -0
- /package/static/{488a9bc → 26ac40c}/js/lvce-editor-ipc.js +0 -0
- /package/static/{488a9bc → 26ac40c}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{488a9bc → 26ac40c}/js/lvce-editor-verror.js +0 -0
- /package/static/{488a9bc → 26ac40c}/js/p-min-delay.js +0 -0
- /package/static/{488a9bc → 26ac40c}/js/pretty-bytes.js +0 -0
- /package/static/{488a9bc → 26ac40c}/js/preview-injected.js +0 -0
- /package/static/{488a9bc → 26ac40c}/js/yoctodelay.js +0 -0
- /package/static/{488a9bc → 26ac40c}/lib-css/termterm.css +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/hover-worker/dist/hoverWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/icon-theme-worker/dist/iconThemeWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/output-view/dist/outputViewWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/problems-view/dist/problemsViewWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/renderer-process/LICENSE +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/renderer-process/README.md +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/renderer-process/package.json +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/settings-view/dist/settingsViewWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/source-action-worker/dist/sourceActionWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.cpp +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.css +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.csv +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.dart +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.env +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.ex +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.html +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.java +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.jl +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.js +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.json +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.kt +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.pl +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.py +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/index.ts +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/scrolling.txt +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/languages/tsconfig.json +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/sample-folder/a.txt +0 -0
- /package/static/{488a9bc → 26ac40c}/playground/sample-folder/b.txt +0 -0
- /package/static/{488a9bc → 26ac40c}/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 '/26ac40c';
|
|
100
100
|
}
|
|
101
101
|
};
|
|
102
102
|
const assetDir = getAssetDir();
|
|
@@ -225,9 +225,9 @@ const get$h = id => {
|
|
|
225
225
|
const remove$b = id => {
|
|
226
226
|
delete callbacks[id];
|
|
227
227
|
};
|
|
228
|
-
let id$
|
|
228
|
+
let id$m = 0;
|
|
229
229
|
const create$3$1 = () => {
|
|
230
|
-
return ++id$
|
|
230
|
+
return ++id$m;
|
|
231
231
|
};
|
|
232
232
|
const registerPromise = () => {
|
|
233
233
|
const id = create$3$1();
|
|
@@ -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$v = (ipc, method, ...params) => {
|
|
424
424
|
return invokeHelper(ipc, method, params, false);
|
|
425
425
|
};
|
|
426
426
|
const invokeAndTransfer$a = (ipc, method, ...params) => {
|
|
@@ -1037,7 +1037,7 @@ const IpcChildWithModuleWorker$1 = {
|
|
|
1037
1037
|
wrap: wrap$6$1
|
|
1038
1038
|
};
|
|
1039
1039
|
|
|
1040
|
-
const getModule$
|
|
1040
|
+
const getModule$7 = method => {
|
|
1041
1041
|
switch (method) {
|
|
1042
1042
|
case ModuleWorker$1:
|
|
1043
1043
|
return IpcChildWithModuleWorker$1;
|
|
@@ -1049,7 +1049,7 @@ const getModule$8 = method => {
|
|
|
1049
1049
|
const listen$2 = async ({
|
|
1050
1050
|
method
|
|
1051
1051
|
}) => {
|
|
1052
|
-
const module = await getModule$
|
|
1052
|
+
const module = await getModule$7(method);
|
|
1053
1053
|
const rawIpc = await module.listen();
|
|
1054
1054
|
// @ts-ignore
|
|
1055
1055
|
if (module.signal) {
|
|
@@ -1079,8 +1079,8 @@ const listen$1 = async () => {
|
|
|
1079
1079
|
handleIpc(ipc);
|
|
1080
1080
|
state$G.ipc = ipc;
|
|
1081
1081
|
};
|
|
1082
|
-
const invoke$
|
|
1083
|
-
return invoke$
|
|
1082
|
+
const invoke$u = (method, ...params) => {
|
|
1083
|
+
return invoke$v(state$G.ipc, method, ...params);
|
|
1084
1084
|
};
|
|
1085
1085
|
const invokeAndTransfer$9 = (method, ...params) => {
|
|
1086
1086
|
return invokeAndTransfer$a(state$G.ipc, method, ...params);
|
|
@@ -1101,7 +1101,7 @@ const loadCssStyleSheets = css => {
|
|
|
1101
1101
|
return Promise.all(css.map(loadCssStyleSheet));
|
|
1102
1102
|
};
|
|
1103
1103
|
const addCssStyleSheet = (id, css) => {
|
|
1104
|
-
return invoke$
|
|
1104
|
+
return invoke$u('Css.addCssStyleSheet', id, css);
|
|
1105
1105
|
};
|
|
1106
1106
|
const actuallyAddDynamicCss = async (id, getCss, preferences) => {
|
|
1107
1107
|
const css = await getCss(preferences);
|
|
@@ -1125,7 +1125,7 @@ const getOrCreateWorker = fn => {
|
|
|
1125
1125
|
return {
|
|
1126
1126
|
async invoke(method, ...params) {
|
|
1127
1127
|
const ipc = await getOrCreate$2(fn);
|
|
1128
|
-
return invoke$
|
|
1128
|
+
return invoke$v(ipc, method, ...params);
|
|
1129
1129
|
},
|
|
1130
1130
|
async invokeAndTransfer(method, ...params) {
|
|
1131
1131
|
const ipc = await getOrCreate$2(fn);
|
|
@@ -1163,7 +1163,7 @@ const ModuleWorkerAndWorkaroundForChromeDevtoolsBug = 6;
|
|
|
1163
1163
|
const Node = 7;
|
|
1164
1164
|
const NodeAlternate = 8;
|
|
1165
1165
|
|
|
1166
|
-
const getModule$
|
|
1166
|
+
const getModule$6 = method => {
|
|
1167
1167
|
switch (method) {
|
|
1168
1168
|
case ElectronMessagePort:
|
|
1169
1169
|
return Promise.resolve().then(function () { return IpcParentWithElectronMessagePort; });
|
|
@@ -1190,7 +1190,7 @@ const create$10 = async ({
|
|
|
1190
1190
|
method,
|
|
1191
1191
|
...options
|
|
1192
1192
|
}) => {
|
|
1193
|
-
const module = await getModule$
|
|
1193
|
+
const module = await getModule$6(method);
|
|
1194
1194
|
// @ts-ignore
|
|
1195
1195
|
const rawIpc = await module.create(options);
|
|
1196
1196
|
if (options.noReturn) {
|
|
@@ -1217,7 +1217,7 @@ const set$h = async (key, value) => {
|
|
|
1217
1217
|
state$F[key] = value;
|
|
1218
1218
|
};
|
|
1219
1219
|
|
|
1220
|
-
const getConfiguredWorkerUrl$
|
|
1220
|
+
const getConfiguredWorkerUrl$o = () => {
|
|
1221
1221
|
let configuredWorkerUrl = get$g('develop.errorWorkerPath') || '';
|
|
1222
1222
|
if (configuredWorkerUrl) {
|
|
1223
1223
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -1233,14 +1233,14 @@ const launchErrorWorker = async () => {
|
|
|
1233
1233
|
const ipc = await create$10({
|
|
1234
1234
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
1235
1235
|
name,
|
|
1236
|
-
url: getConfiguredWorkerUrl$
|
|
1236
|
+
url: getConfiguredWorkerUrl$o()
|
|
1237
1237
|
});
|
|
1238
1238
|
handleIpc(ipc);
|
|
1239
1239
|
return ipc;
|
|
1240
1240
|
};
|
|
1241
1241
|
|
|
1242
1242
|
const {
|
|
1243
|
-
invoke: invoke$
|
|
1243
|
+
invoke: invoke$t,
|
|
1244
1244
|
invokeAndTransfer: invokeAndTransfer$8
|
|
1245
1245
|
} = getOrCreateWorker(launchErrorWorker);
|
|
1246
1246
|
|
|
@@ -1262,14 +1262,14 @@ const serializeError = error => {
|
|
|
1262
1262
|
const prepare = async error => {
|
|
1263
1263
|
try {
|
|
1264
1264
|
const serialized = serializeError(error);
|
|
1265
|
-
const prepared = await invoke$
|
|
1265
|
+
const prepared = await invoke$t('Errors.prepare', serialized);
|
|
1266
1266
|
return prepared;
|
|
1267
1267
|
} catch {
|
|
1268
1268
|
return error;
|
|
1269
1269
|
}
|
|
1270
1270
|
};
|
|
1271
1271
|
const print = async (error, prefix = '') => {
|
|
1272
|
-
await invoke$
|
|
1272
|
+
await invoke$t('Errors.print', error, prefix);
|
|
1273
1273
|
};
|
|
1274
1274
|
const getMessage$3 = error => {
|
|
1275
1275
|
if (error && error.type && error.message) {
|
|
@@ -1635,6 +1635,12 @@ const writeFile$f = async (uri, content, encoding = Utf8) => {
|
|
|
1635
1635
|
const fileSystem = await getFileSystem(protocol);
|
|
1636
1636
|
await fileSystem.writeFile(path, content, encoding);
|
|
1637
1637
|
};
|
|
1638
|
+
const writeBlob$1 = async (uri, blob) => {
|
|
1639
|
+
const protocol = getProtocol(uri);
|
|
1640
|
+
const path = getPath$1(protocol, uri);
|
|
1641
|
+
const fileSystem = await getFileSystem(protocol);
|
|
1642
|
+
await fileSystem.writeBlob(path, blob);
|
|
1643
|
+
};
|
|
1638
1644
|
const readDirWithFileTypes$9 = async uri => {
|
|
1639
1645
|
const protocol = getProtocol(uri);
|
|
1640
1646
|
const path = getPath$1(protocol, uri);
|
|
@@ -1763,11 +1769,11 @@ const state$A = {
|
|
|
1763
1769
|
};
|
|
1764
1770
|
|
|
1765
1771
|
/* istanbul ignore file */
|
|
1766
|
-
const invoke$
|
|
1772
|
+
const invoke$s = async (method, ...params) => {
|
|
1767
1773
|
const {
|
|
1768
1774
|
ipc
|
|
1769
1775
|
} = state$A;
|
|
1770
|
-
const result = await invoke$
|
|
1776
|
+
const result = await invoke$v(ipc, method, ...params);
|
|
1771
1777
|
return result;
|
|
1772
1778
|
};
|
|
1773
1779
|
const invokeAndTransfer$7 = async (method, ...params) => {
|
|
@@ -1812,7 +1818,7 @@ const getPreferencesJson = async () => {
|
|
|
1812
1818
|
const url = `${assetDir}/config/defaultSettings.json`;
|
|
1813
1819
|
return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
|
|
1814
1820
|
}
|
|
1815
|
-
return invoke$
|
|
1821
|
+
return invoke$s(PreferencesGetAll);
|
|
1816
1822
|
};
|
|
1817
1823
|
const getPreferences = async () => {
|
|
1818
1824
|
// TODO cache preferences, but they should not be stale
|
|
@@ -1871,7 +1877,7 @@ const state$z = {
|
|
|
1871
1877
|
};
|
|
1872
1878
|
|
|
1873
1879
|
const getResolvedRootFromSharedProcess = async () => {
|
|
1874
|
-
const resolvedRoot = await invoke$
|
|
1880
|
+
const resolvedRoot = await invoke$s(/* Workspace.resolveRoot */WorkspaceResolveRoot);
|
|
1875
1881
|
return resolvedRoot;
|
|
1876
1882
|
};
|
|
1877
1883
|
const isValid$1 = resolvedRoot => {
|
|
@@ -1937,20 +1943,20 @@ const getResolvedRoot = async href => {
|
|
|
1937
1943
|
};
|
|
1938
1944
|
|
|
1939
1945
|
const getHref = () => {
|
|
1940
|
-
return invoke$
|
|
1946
|
+
return invoke$u(/* Location.getHref */'Location.getHref');
|
|
1941
1947
|
};
|
|
1942
1948
|
const setPathName = pathName => {
|
|
1943
|
-
return invoke$
|
|
1949
|
+
return invoke$u(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
|
|
1944
1950
|
};
|
|
1945
1951
|
const hydrate$a = () => {
|
|
1946
|
-
return invoke$
|
|
1952
|
+
return invoke$u(/* Location.hydrate */'Location.hydrate');
|
|
1947
1953
|
};
|
|
1948
1954
|
const getHost = () => {
|
|
1949
1955
|
return location.host;
|
|
1950
1956
|
};
|
|
1951
1957
|
|
|
1952
1958
|
const set$f = title => {
|
|
1953
|
-
return invoke$
|
|
1959
|
+
return invoke$u('WindowTitle.set', title);
|
|
1954
1960
|
};
|
|
1955
1961
|
|
|
1956
1962
|
/**
|
|
@@ -2082,15 +2088,15 @@ const launchExtensionHostWorker = async () => {
|
|
|
2082
2088
|
ipc = wrap$7(port);
|
|
2083
2089
|
}
|
|
2084
2090
|
handleIpc(ipc);
|
|
2085
|
-
await invoke$
|
|
2091
|
+
await invoke$v(ipc, 'Workspace.setWorkspacePath', state$z.workspacePath);
|
|
2086
2092
|
addListener('workspace.change', async () => {
|
|
2087
|
-
await invoke$
|
|
2093
|
+
await invoke$v(ipc, 'Workspace.setWorkspacePath', state$z.workspacePath);
|
|
2088
2094
|
});
|
|
2089
2095
|
return ipc;
|
|
2090
2096
|
};
|
|
2091
2097
|
|
|
2092
2098
|
const {
|
|
2093
|
-
invoke: invoke$
|
|
2099
|
+
invoke: invoke$r,
|
|
2094
2100
|
invokeAndTransfer: invokeAndTransfer$6
|
|
2095
2101
|
} = getOrCreateWorker(launchExtensionHostWorker);
|
|
2096
2102
|
|
|
@@ -2120,11 +2126,11 @@ const getColorThemeCssCached = async (colorThemeId, getData) => {
|
|
|
2120
2126
|
};
|
|
2121
2127
|
|
|
2122
2128
|
const getColorThemeJson = colorThemeId => {
|
|
2123
|
-
return invoke$
|
|
2129
|
+
return invoke$r('ColorTheme.getColorThemeJson', colorThemeId);
|
|
2124
2130
|
};
|
|
2125
2131
|
|
|
2126
2132
|
const getColorThemeCssFromJson = async (colorThemeId, colorThemeJson) => {
|
|
2127
|
-
return invoke$
|
|
2133
|
+
return invoke$r('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
|
|
2128
2134
|
};
|
|
2129
2135
|
const getColorThemeCssNew = async colorThemeId => {
|
|
2130
2136
|
const colorThemeJson = await getColorThemeJson(colorThemeId);
|
|
@@ -2140,7 +2146,7 @@ const getMetaThemeColor = colorThemeJson => {
|
|
|
2140
2146
|
};
|
|
2141
2147
|
|
|
2142
2148
|
const setThemeColor = async themeColor => {
|
|
2143
|
-
await invoke$
|
|
2149
|
+
await invoke$u(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
|
|
2144
2150
|
};
|
|
2145
2151
|
|
|
2146
2152
|
// TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
|
|
@@ -2189,7 +2195,7 @@ const watch$1 = async id => {
|
|
|
2189
2195
|
return;
|
|
2190
2196
|
}
|
|
2191
2197
|
state$y.watchedTheme = id;
|
|
2192
|
-
await invoke$
|
|
2198
|
+
await invoke$s('ExtensionHost.watchColorTheme', id);
|
|
2193
2199
|
};
|
|
2194
2200
|
const getPreferredColorTheme = () => {
|
|
2195
2201
|
const preferredColorTheme = get$e('workbench.colorTheme');
|
|
@@ -2216,10 +2222,34 @@ const hydrate$8 = async () => {
|
|
|
2216
2222
|
}
|
|
2217
2223
|
};
|
|
2218
2224
|
|
|
2225
|
+
const state$x = {
|
|
2226
|
+
ipc: undefined
|
|
2227
|
+
};
|
|
2228
|
+
|
|
2229
|
+
/**
|
|
2230
|
+
*
|
|
2231
|
+
* @returns {any}
|
|
2232
|
+
*/
|
|
2233
|
+
const get$d = () => {
|
|
2234
|
+
return state$x.ipc;
|
|
2235
|
+
};
|
|
2236
|
+
const set$e = ipc => {
|
|
2237
|
+
state$x.ipc = ipc;
|
|
2238
|
+
};
|
|
2239
|
+
|
|
2219
2240
|
const map$3 = Object.create(null);
|
|
2220
|
-
const handleEvent = (id, event) => {
|
|
2241
|
+
const handleEvent = async (id, event) => {
|
|
2221
2242
|
const eventTarget = map$3[id];
|
|
2222
2243
|
if (!eventTarget) {
|
|
2244
|
+
const alternate = map2[id];
|
|
2245
|
+
if (alternate) {
|
|
2246
|
+
const ipc = get$d();
|
|
2247
|
+
if (!ipc) {
|
|
2248
|
+
return;
|
|
2249
|
+
}
|
|
2250
|
+
await invoke$v(ipc, alternate.callBackCommandId, event);
|
|
2251
|
+
return;
|
|
2252
|
+
}
|
|
2223
2253
|
console.warn(`target not found ${id}`);
|
|
2224
2254
|
return;
|
|
2225
2255
|
}
|
|
@@ -2227,28 +2257,39 @@ const handleEvent = (id, event) => {
|
|
|
2227
2257
|
detail: event
|
|
2228
2258
|
}));
|
|
2229
2259
|
};
|
|
2260
|
+
const map2 = Object.create(null);
|
|
2261
|
+
const watchFile = async (rpcId, callBackCommandId, uri) => {
|
|
2262
|
+
const id = create$$();
|
|
2263
|
+
map2[id] = {
|
|
2264
|
+
rpcId,
|
|
2265
|
+
callBackCommandId
|
|
2266
|
+
};
|
|
2267
|
+
// TODO use filesystem worker / file watcher worker
|
|
2268
|
+
await invoke$s('FileWatcher.watchFile2', id, uri);
|
|
2269
|
+
return map$3[id];
|
|
2270
|
+
};
|
|
2230
2271
|
|
|
2231
|
-
const state$
|
|
2272
|
+
const state$w = {
|
|
2232
2273
|
id: 0
|
|
2233
2274
|
};
|
|
2234
|
-
const set$
|
|
2235
|
-
state$
|
|
2275
|
+
const set$d = value => {
|
|
2276
|
+
state$w.id = value;
|
|
2236
2277
|
};
|
|
2237
|
-
const get$
|
|
2238
|
-
return state$
|
|
2278
|
+
const get$c = () => {
|
|
2279
|
+
return state$w.id;
|
|
2239
2280
|
};
|
|
2240
2281
|
|
|
2241
2282
|
// TODO cache window id
|
|
2242
2283
|
|
|
2243
2284
|
const getWindowId = async () => {
|
|
2244
|
-
const webContentsId = get$
|
|
2245
|
-
const windowId = await invoke$
|
|
2285
|
+
const webContentsId = get$c();
|
|
2286
|
+
const windowId = await invoke$s('GetWindowId.getWindowId', webContentsId);
|
|
2246
2287
|
return windowId;
|
|
2247
2288
|
};
|
|
2248
2289
|
|
|
2249
2290
|
const forward$2 = key => async (...args) => {
|
|
2250
2291
|
const windowId = await getWindowId();
|
|
2251
|
-
return invoke$
|
|
2292
|
+
return invoke$s(key, windowId, ...args);
|
|
2252
2293
|
};
|
|
2253
2294
|
const reload$3 = forward$2('ElectronWindow.reload');
|
|
2254
2295
|
const minimize$1 = forward$2('ElectronWindow.minimize');
|
|
@@ -2267,7 +2308,7 @@ const reloadElectron = () => {
|
|
|
2267
2308
|
};
|
|
2268
2309
|
|
|
2269
2310
|
const reloadWeb = () => {
|
|
2270
|
-
return invoke$
|
|
2311
|
+
return invoke$u('Window.reload');
|
|
2271
2312
|
};
|
|
2272
2313
|
|
|
2273
2314
|
const getFn$2 = () => {
|
|
@@ -2306,49 +2347,49 @@ const getUrlBaseName = href => {
|
|
|
2306
2347
|
// TODO treeshake this function out when targeting electron
|
|
2307
2348
|
|
|
2308
2349
|
const getExtensionsPath = () => {
|
|
2309
|
-
return invoke$
|
|
2350
|
+
return invoke$s(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
|
|
2310
2351
|
};
|
|
2311
2352
|
const getCachedExtensionsPath = () => {
|
|
2312
|
-
return invoke$
|
|
2353
|
+
return invoke$s(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
|
|
2313
2354
|
};
|
|
2314
2355
|
const getLogsDir = () => {
|
|
2315
2356
|
if (platform === Web$1) {
|
|
2316
2357
|
return 'memfs://output';
|
|
2317
2358
|
}
|
|
2318
|
-
return invoke$
|
|
2359
|
+
return invoke$s(/* Platform.getLogsDir */'Platform.getLogsDir');
|
|
2319
2360
|
};
|
|
2320
2361
|
const getDownloadDir = () => {
|
|
2321
|
-
return invoke$
|
|
2362
|
+
return invoke$s(/* Platform.getDownloadDir */'Platform.getDownloadDir');
|
|
2322
2363
|
};
|
|
2323
2364
|
const getUserSettingsPath = () => {
|
|
2324
2365
|
if (platform === Web$1) {
|
|
2325
2366
|
return 'settings';
|
|
2326
2367
|
}
|
|
2327
|
-
return invoke$
|
|
2368
|
+
return invoke$s(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
|
|
2328
2369
|
};
|
|
2329
2370
|
const getUserKeyBindingsPath = () => {
|
|
2330
2371
|
if (platform === Web$1) {
|
|
2331
2372
|
return 'settings';
|
|
2332
2373
|
}
|
|
2333
|
-
return invoke$
|
|
2374
|
+
return invoke$s(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
|
|
2334
2375
|
};
|
|
2335
2376
|
const getRecentlyOpenedPath = () => {
|
|
2336
2377
|
if (platform === Web$1) {
|
|
2337
2378
|
return 'recently-opened';
|
|
2338
2379
|
}
|
|
2339
|
-
return invoke$
|
|
2380
|
+
return invoke$s(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
|
|
2340
2381
|
};
|
|
2341
2382
|
const getConfigPath = () => {
|
|
2342
|
-
return invoke$
|
|
2383
|
+
return invoke$s(/* Platform.getConfigDir */'Platform.getConfigDir');
|
|
2343
2384
|
};
|
|
2344
2385
|
const getCachePath = () => {
|
|
2345
|
-
return invoke$
|
|
2386
|
+
return invoke$s(/* Platform.getCacheDir */'Platform.getCacheDir');
|
|
2346
2387
|
};
|
|
2347
2388
|
const getCacheName = () => {
|
|
2348
2389
|
return 'lvce-runtime';
|
|
2349
2390
|
};
|
|
2350
2391
|
const getTestPathRemote = () => {
|
|
2351
|
-
return invoke$
|
|
2392
|
+
return invoke$s(/* Platform.getTestPath */'Platform.getTestPath');
|
|
2352
2393
|
};
|
|
2353
2394
|
const getTestPathWeb = () => {
|
|
2354
2395
|
return `${assetDir}/packages/extension-host-worker-tests`;
|
|
@@ -2364,29 +2405,19 @@ const getTestPath = () => {
|
|
|
2364
2405
|
return getTestPathWeb();
|
|
2365
2406
|
}
|
|
2366
2407
|
};
|
|
2367
|
-
const getTmpDir
|
|
2408
|
+
const getTmpDir = () => {
|
|
2368
2409
|
if (platform === Web$1) {
|
|
2369
2410
|
throw new Error('not implemented in web');
|
|
2370
2411
|
}
|
|
2371
|
-
return invoke$
|
|
2372
|
-
};
|
|
2373
|
-
const getRepository = () => {
|
|
2374
|
-
return invoke$q('Platform.getRepository');
|
|
2412
|
+
return invoke$s(/* Platform.getTmpDir */'Platform.getTmpDir');
|
|
2375
2413
|
};
|
|
2376
2414
|
|
|
2377
|
-
// TODO determine with websocket request or some
|
|
2378
|
-
// data in html that shows whether this test is
|
|
2379
|
-
// a typescript or javascript file
|
|
2380
2415
|
const existsTest = async url => {
|
|
2381
|
-
const
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
if (tsResponse.ok) {
|
|
2385
|
-
return true;
|
|
2386
|
-
}
|
|
2387
|
-
return false;
|
|
2416
|
+
const uri = url.replace('/remote', 'file://');
|
|
2417
|
+
const exists = await exists$2(uri);
|
|
2418
|
+
return exists;
|
|
2388
2419
|
};
|
|
2389
|
-
const getTestFilePath = async href => {
|
|
2420
|
+
const getTestFilePath = async (platform, href) => {
|
|
2390
2421
|
const testPath = await getTestPath();
|
|
2391
2422
|
const baseName = getUrlBaseName(href);
|
|
2392
2423
|
const jsFileName = baseName + '.js';
|
|
@@ -2403,7 +2434,7 @@ const getTestFilePath = async href => {
|
|
|
2403
2434
|
return jsPath;
|
|
2404
2435
|
};
|
|
2405
2436
|
|
|
2406
|
-
const getConfiguredWorkerUrl$
|
|
2437
|
+
const getConfiguredWorkerUrl$n = (preferenceKey, fallback) => {
|
|
2407
2438
|
let configuredWorkerUrl = get$e(preferenceKey) || '';
|
|
2408
2439
|
if (configuredWorkerUrl) {
|
|
2409
2440
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -2415,37 +2446,27 @@ const getConfiguredWorkerUrl$l = (preferenceKey, fallback) => {
|
|
|
2415
2446
|
return configuredWorkerUrl;
|
|
2416
2447
|
};
|
|
2417
2448
|
|
|
2418
|
-
const state$w = {
|
|
2419
|
-
ipc: undefined
|
|
2420
|
-
};
|
|
2421
|
-
const get$c = () => {
|
|
2422
|
-
return state$w.ipc;
|
|
2423
|
-
};
|
|
2424
|
-
const set$d = ipc => {
|
|
2425
|
-
state$w.ipc = ipc;
|
|
2426
|
-
};
|
|
2427
|
-
|
|
2428
2449
|
const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
|
|
2429
2450
|
|
|
2430
2451
|
const launchTestWorker = async () => {
|
|
2431
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
2452
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$n('develop.testWorkerPath', testWorkerUrl);
|
|
2432
2453
|
const ipc = await create$10({
|
|
2433
2454
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
2434
2455
|
url: configuredWorkerUrl,
|
|
2435
2456
|
name: 'Test Worker'
|
|
2436
2457
|
});
|
|
2437
2458
|
handleIpc(ipc);
|
|
2438
|
-
set$
|
|
2459
|
+
set$e(ipc);
|
|
2439
2460
|
return ipc;
|
|
2440
2461
|
};
|
|
2441
2462
|
|
|
2442
2463
|
const execute$3 = async href => {
|
|
2443
2464
|
const ipc = await launchTestWorker();
|
|
2444
|
-
await invoke$
|
|
2465
|
+
await invoke$v(ipc, 'Test.execute', href, platform, assetDir);
|
|
2445
2466
|
};
|
|
2446
2467
|
|
|
2447
|
-
const executeCurrentTest = async initData => {
|
|
2448
|
-
const jsPath = await getTestFilePath(initData.Location.href);
|
|
2468
|
+
const executeCurrentTest = async (platform, initData) => {
|
|
2469
|
+
const jsPath = await getTestFilePath(platform, initData.Location.href);
|
|
2449
2470
|
await execute$3(jsPath);
|
|
2450
2471
|
};
|
|
2451
2472
|
|
|
@@ -2564,7 +2585,7 @@ const getAvailableKeyBindings = keyBindings => {
|
|
|
2564
2585
|
const update = () => {
|
|
2565
2586
|
const matchingKeyBindings = getMatchingKeyBindings(state$u.keyBindingSets);
|
|
2566
2587
|
const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
|
|
2567
|
-
invoke$
|
|
2588
|
+
invoke$u('KeyBindings.setIdentifiers', keyBindingIdentifiers);
|
|
2568
2589
|
state$u.matchingKeyBindings = matchingKeyBindings;
|
|
2569
2590
|
state$u.keyBindingIdentifiers = keyBindingIdentifiers;
|
|
2570
2591
|
};
|
|
@@ -2741,13 +2762,13 @@ const serializeObjects = objects => {
|
|
|
2741
2762
|
};
|
|
2742
2763
|
|
|
2743
2764
|
const clear$5 = async storageType => {
|
|
2744
|
-
await invoke$
|
|
2765
|
+
await invoke$u(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
|
|
2745
2766
|
};
|
|
2746
2767
|
const getAll$1 = storageType => {
|
|
2747
|
-
return invoke$
|
|
2768
|
+
return invoke$u('WebStorage.getAll', storageType);
|
|
2748
2769
|
};
|
|
2749
2770
|
const getText$2 = async (storageType, key) => {
|
|
2750
|
-
const item = await invoke$
|
|
2771
|
+
const item = await invoke$u(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
|
|
2751
2772
|
return item || '';
|
|
2752
2773
|
};
|
|
2753
2774
|
const getJson$6 = async (storageType, key) => {
|
|
@@ -2762,7 +2783,7 @@ const getJson$6 = async (storageType, key) => {
|
|
|
2762
2783
|
}
|
|
2763
2784
|
};
|
|
2764
2785
|
const setText$1 = async (storageType, key, value) => {
|
|
2765
|
-
await invoke$
|
|
2786
|
+
await invoke$u(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
|
|
2766
2787
|
};
|
|
2767
2788
|
const setJson$5 = async (storageType, key, value) => {
|
|
2768
2789
|
const stringifiedValue = stringifyCompact(value);
|
|
@@ -2770,7 +2791,7 @@ const setJson$5 = async (storageType, key, value) => {
|
|
|
2770
2791
|
};
|
|
2771
2792
|
const setJsonObjects$2 = async (storageType, objects) => {
|
|
2772
2793
|
const serializedObjects = serializeObjects(objects);
|
|
2773
|
-
await invoke$
|
|
2794
|
+
await invoke$u('WebStorage.setJsonObjects', storageType, serializedObjects);
|
|
2774
2795
|
};
|
|
2775
2796
|
|
|
2776
2797
|
const LocalStorage = 1;
|
|
@@ -2957,7 +2978,7 @@ const ExtensionStateStorage = {
|
|
|
2957
2978
|
};
|
|
2958
2979
|
|
|
2959
2980
|
const saveState$k = async () => {
|
|
2960
|
-
const state = await invoke$
|
|
2981
|
+
const state = await invoke$r('SaveState.saveState');
|
|
2961
2982
|
return state;
|
|
2962
2983
|
};
|
|
2963
2984
|
const getSavedState = async () => {
|
|
@@ -3012,7 +3033,7 @@ const hydrate$5 = async () => {
|
|
|
3012
3033
|
console.info('[info] not saving state on visibility change - disabled by settings');
|
|
3013
3034
|
return;
|
|
3014
3035
|
}
|
|
3015
|
-
await invoke$
|
|
3036
|
+
await invoke$u('Window.onVisibilityChange');
|
|
3016
3037
|
};
|
|
3017
3038
|
const getSavedViewletState = viewletId => {
|
|
3018
3039
|
return getJson$4(viewletId);
|
|
@@ -3036,7 +3057,7 @@ const ViewletManagerVisitorCss = {
|
|
|
3036
3057
|
|
|
3037
3058
|
const fileSearchWorkerUrl = `${assetDir}/packages/file-search-worker/dist/fileSearchWorkerMain.js`;
|
|
3038
3059
|
|
|
3039
|
-
const getConfiguredWorkerUrl$
|
|
3060
|
+
const getConfiguredWorkerUrl$m = () => {
|
|
3040
3061
|
let configuredWorkerUrl = get$e('develop.fileSearchWorkerPath') || '';
|
|
3041
3062
|
if (configuredWorkerUrl) {
|
|
3042
3063
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -3052,14 +3073,14 @@ const launchFileSearchWorker = async () => {
|
|
|
3052
3073
|
const ipc = await create$10({
|
|
3053
3074
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
3054
3075
|
name,
|
|
3055
|
-
url: getConfiguredWorkerUrl$
|
|
3076
|
+
url: getConfiguredWorkerUrl$m()
|
|
3056
3077
|
});
|
|
3057
3078
|
handleIpc(ipc);
|
|
3058
3079
|
return ipc;
|
|
3059
3080
|
};
|
|
3060
3081
|
|
|
3061
3082
|
const {
|
|
3062
|
-
invoke: invoke$
|
|
3083
|
+
invoke: invoke$q} = getOrCreateWorker(launchFileSearchWorker);
|
|
3063
3084
|
|
|
3064
3085
|
const state$r = {
|
|
3065
3086
|
/**
|
|
@@ -3075,7 +3096,7 @@ const add$1 = async menuEntries => {
|
|
|
3075
3096
|
// TODO store menu entries here or in file search worker?
|
|
3076
3097
|
// Usually don't want to start worker for the menu entries
|
|
3077
3098
|
// But also quickpick menu entries would be better stored there
|
|
3078
|
-
await invoke$
|
|
3099
|
+
await invoke$q('QuickPick.addMenuEntries', menuEntries);
|
|
3079
3100
|
};
|
|
3080
3101
|
|
|
3081
3102
|
const loadModule$2 = async (id, module) => {
|
|
@@ -3134,7 +3155,7 @@ const QuickPick = 'QuickPick';
|
|
|
3134
3155
|
const References = 'References';
|
|
3135
3156
|
const RunAndDebug = 'Run And Debug';
|
|
3136
3157
|
const ScreenCapture = 'ScreenCapture';
|
|
3137
|
-
const Search
|
|
3158
|
+
const Search = 'Search';
|
|
3138
3159
|
const SideBar$2 = 'SideBar';
|
|
3139
3160
|
const SimpleBrowser$1 = 'SimpleBrowser';
|
|
3140
3161
|
const SourceControl$1 = 'Source Control';
|
|
@@ -3205,7 +3226,7 @@ const ViewletModuleId = {
|
|
|
3205
3226
|
References,
|
|
3206
3227
|
RunAndDebug,
|
|
3207
3228
|
ScreenCapture,
|
|
3208
|
-
Search
|
|
3229
|
+
Search,
|
|
3209
3230
|
Settings: Settings$1,
|
|
3210
3231
|
SideBar: SideBar$2,
|
|
3211
3232
|
SimpleBrowser: SimpleBrowser$1,
|
|
@@ -3251,6 +3272,9 @@ const runFn = async (instance, id, key, fn, args) => {
|
|
|
3251
3272
|
if (instance.factory && instance.factory.hasFunctionalRender) {
|
|
3252
3273
|
const oldState = instance.state;
|
|
3253
3274
|
const newState = await fn(oldState, ...args);
|
|
3275
|
+
if (key === 'getAllQuickPickMenuEntries') {
|
|
3276
|
+
return newState;
|
|
3277
|
+
}
|
|
3254
3278
|
if (!newState) {
|
|
3255
3279
|
console.log({
|
|
3256
3280
|
fn
|
|
@@ -3264,7 +3288,7 @@ const runFn = async (instance, id, key, fn, args) => {
|
|
|
3264
3288
|
const commands = render$F(instance.factory, oldState, newState, newState.uid || id);
|
|
3265
3289
|
updateDynamicFocusContext(commands);
|
|
3266
3290
|
setRenderedState(id, newState);
|
|
3267
|
-
await invoke$
|
|
3291
|
+
await invoke$u(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3268
3292
|
} else {
|
|
3269
3293
|
return fn(instance.state, ...args);
|
|
3270
3294
|
}
|
|
@@ -3290,7 +3314,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
|
|
|
3290
3314
|
return;
|
|
3291
3315
|
}
|
|
3292
3316
|
updateDynamicFocusContext(commands);
|
|
3293
|
-
await invoke$
|
|
3317
|
+
await invoke$u(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3294
3318
|
};
|
|
3295
3319
|
|
|
3296
3320
|
// TODO maybe wrapViewletCommand should accept module instead of id string
|
|
@@ -3311,7 +3335,8 @@ const wrapViewletCommand = (id, key, fn$1) => {
|
|
|
3311
3335
|
const wrappedViewletCommand = async (...args) => {
|
|
3312
3336
|
// TODO get actual focused instance
|
|
3313
3337
|
const activeInstance = getInstance(id);
|
|
3314
|
-
await runFn(activeInstance, id, key, fn$1, args);
|
|
3338
|
+
const result = await runFn(activeInstance, id, key, fn$1, args);
|
|
3339
|
+
return result;
|
|
3315
3340
|
};
|
|
3316
3341
|
nameAnonymousFunction(wrappedViewletCommand, `${id}/${key}`);
|
|
3317
3342
|
return wrappedViewletCommand;
|
|
@@ -3495,7 +3520,7 @@ const maybeRegisterEvents = module => {
|
|
|
3495
3520
|
const commands = render$F(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3496
3521
|
instance.state = newState;
|
|
3497
3522
|
instance.renderedState = newState;
|
|
3498
|
-
await invoke$
|
|
3523
|
+
await invoke$u(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3499
3524
|
};
|
|
3500
3525
|
addListener('workspace.change', handleUpdate);
|
|
3501
3526
|
}
|
|
@@ -3522,7 +3547,7 @@ const maybeRegisterEvents = module => {
|
|
|
3522
3547
|
const commands = render$F(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3523
3548
|
instance.state = newState;
|
|
3524
3549
|
instance.renderedState = newState;
|
|
3525
|
-
await invoke$
|
|
3550
|
+
await invoke$u(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3526
3551
|
};
|
|
3527
3552
|
addListener(key, handleUpdate);
|
|
3528
3553
|
}
|
|
@@ -3550,7 +3575,7 @@ const maybeRegisterMenuEntries = async module => {
|
|
|
3550
3575
|
const actuallyLoadModule = async (getModule, id) => {
|
|
3551
3576
|
const module = await getModule(id);
|
|
3552
3577
|
if (!module.hasFunctionalEvents) {
|
|
3553
|
-
await invoke$
|
|
3578
|
+
await invoke$u(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
|
|
3554
3579
|
}
|
|
3555
3580
|
await loadModule$1(id, module);
|
|
3556
3581
|
await maybeRegisterWrappedCommands(id, module);
|
|
@@ -3644,7 +3669,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3644
3669
|
if (module.renderEventListeners) {
|
|
3645
3670
|
// TODO reuse event listeners between components
|
|
3646
3671
|
const eventListeners = await module.renderEventListeners();
|
|
3647
|
-
await invoke$
|
|
3672
|
+
await invoke$u('Viewlet.registerEventListeners', viewletUid, eventListeners);
|
|
3648
3673
|
}
|
|
3649
3674
|
if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
|
|
3650
3675
|
await module.show(newState);
|
|
@@ -3698,7 +3723,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3698
3723
|
}
|
|
3699
3724
|
state = ViewletState.ContentLoaded;
|
|
3700
3725
|
if (viewlet.show === false) {} else {
|
|
3701
|
-
await invoke$
|
|
3726
|
+
await invoke$u(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
3702
3727
|
}
|
|
3703
3728
|
if (viewlet.disposed) {
|
|
3704
3729
|
// TODO unload the module from renderer process
|
|
@@ -3756,7 +3781,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3756
3781
|
}
|
|
3757
3782
|
commands.push(...extraCommands);
|
|
3758
3783
|
updateDynamicFocusContext(commands);
|
|
3759
|
-
await invoke$
|
|
3784
|
+
await invoke$u(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3760
3785
|
} else if (!module.hasFunctionalEvents && shouldRender) {
|
|
3761
3786
|
const allCommands = [...commands, ...extraCommands
|
|
3762
3787
|
// ['Viewlet.show', viewlet.id],
|
|
@@ -3777,7 +3802,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3777
3802
|
}
|
|
3778
3803
|
state = ViewletState.ContentRendered;
|
|
3779
3804
|
if (viewlet.parentUid && viewlet.show !== false) {
|
|
3780
|
-
await invoke$
|
|
3805
|
+
await invoke$u(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
|
|
3781
3806
|
}
|
|
3782
3807
|
state = ViewletState.Appended;
|
|
3783
3808
|
if (viewlet.disposed) {
|
|
@@ -3799,10 +3824,10 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3799
3824
|
}
|
|
3800
3825
|
const commands = [];
|
|
3801
3826
|
if (state < ViewletState.RendererProcessViewletLoaded) {
|
|
3802
|
-
await invoke$
|
|
3827
|
+
await invoke$u(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
3803
3828
|
}
|
|
3804
3829
|
const parentUid = viewlet.parentUid;
|
|
3805
|
-
await invoke$
|
|
3830
|
+
await invoke$u(kLoadModule, Error$3);
|
|
3806
3831
|
commands.push([kCreate, Error$3, viewletUid]);
|
|
3807
3832
|
// @ts-ignore
|
|
3808
3833
|
if (viewlet.setBounds !== false) {
|
|
@@ -3811,7 +3836,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3811
3836
|
if (module && module.customErrorRenderer) {
|
|
3812
3837
|
const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
|
|
3813
3838
|
const dom = await errorModule.render(error);
|
|
3814
|
-
await invoke$
|
|
3839
|
+
await invoke$u(kLoadModule, module.customErrorRenderer);
|
|
3815
3840
|
commands.push([kCreate, module.customErrorRenderer, viewletUid]);
|
|
3816
3841
|
commands.push(['Viewlet.setDom2', viewletUid, dom]);
|
|
3817
3842
|
commands.push([kAppend, parentUid, viewletUid]);
|
|
@@ -3863,7 +3888,7 @@ const load$4 = async moduleId => {
|
|
|
3863
3888
|
};
|
|
3864
3889
|
|
|
3865
3890
|
const disposeBrowserViewQuickPick = () => {
|
|
3866
|
-
return invoke$
|
|
3891
|
+
return invoke$s('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
|
|
3867
3892
|
};
|
|
3868
3893
|
|
|
3869
3894
|
const handleKeyBinding$1 = async identifier => {
|
|
@@ -3913,7 +3938,7 @@ const focus$5 = async id => {
|
|
|
3913
3938
|
commands.push(...render$F(instance.factory, oldState, newState));
|
|
3914
3939
|
}
|
|
3915
3940
|
setFocusedInstance(instance);
|
|
3916
|
-
await invoke$
|
|
3941
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
3917
3942
|
};
|
|
3918
3943
|
|
|
3919
3944
|
/**
|
|
@@ -3956,7 +3981,7 @@ const dispose$r = async id => {
|
|
|
3956
3981
|
throw new Error(`${id} is missing a factory function`);
|
|
3957
3982
|
}
|
|
3958
3983
|
instance.factory.dispose(instance.state);
|
|
3959
|
-
await invoke$
|
|
3984
|
+
await invoke$u(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
|
|
3960
3985
|
if (instance.factory.getKeyBindings) {
|
|
3961
3986
|
removeKeyBindings(instanceUid);
|
|
3962
3987
|
}
|
|
@@ -4137,7 +4162,7 @@ const setStateFunctional = (id, newState) => {
|
|
|
4137
4162
|
const setState = async (id, newState) => {
|
|
4138
4163
|
const commands = setStateFunctional(id, newState);
|
|
4139
4164
|
if (commands.length > 0) {
|
|
4140
|
-
await invoke$
|
|
4165
|
+
await invoke$u(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4141
4166
|
}
|
|
4142
4167
|
};
|
|
4143
4168
|
const getAllStates = () => {
|
|
@@ -4180,7 +4205,7 @@ const openWidget = async (moduleId, ...args) => {
|
|
|
4180
4205
|
// TODO send focus changes to renderer process together with other message
|
|
4181
4206
|
updateDynamicFocusContext(commands);
|
|
4182
4207
|
commands.push(['Viewlet.focus', childUid]);
|
|
4183
|
-
await invoke$
|
|
4208
|
+
await invoke$u('Viewlet.executeCommands', commands);
|
|
4184
4209
|
};
|
|
4185
4210
|
const closeWidget = async id => {
|
|
4186
4211
|
try {
|
|
@@ -4192,7 +4217,7 @@ const closeWidget = async id => {
|
|
|
4192
4217
|
const child = childInstance.state;
|
|
4193
4218
|
const childUid = child.uid;
|
|
4194
4219
|
const commands = disposeFunctional(childUid);
|
|
4195
|
-
await invoke$
|
|
4220
|
+
await invoke$u(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
|
|
4196
4221
|
// TODO restore focus
|
|
4197
4222
|
} catch (error) {
|
|
4198
4223
|
throw new VError(error, `Failed to close widget ${id}`);
|
|
@@ -4250,7 +4275,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
|
|
|
4250
4275
|
if (commands.length === 0) {
|
|
4251
4276
|
return;
|
|
4252
4277
|
}
|
|
4253
|
-
await invoke$
|
|
4278
|
+
await invoke$u(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4254
4279
|
};
|
|
4255
4280
|
|
|
4256
4281
|
// @ts-ignore
|
|
@@ -4290,7 +4315,7 @@ const disposeWidgetWithValue = async (id, value) => {
|
|
|
4290
4315
|
instance.status = 'disposed';
|
|
4291
4316
|
remove$8(id);
|
|
4292
4317
|
remove$8(uid);
|
|
4293
|
-
await invoke$
|
|
4318
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
4294
4319
|
// return commands
|
|
4295
4320
|
const parentInstance = getInstance(KeyBindings);
|
|
4296
4321
|
if (!parentInstance) {
|
|
@@ -4326,7 +4351,7 @@ const handleIconThemeChange$1 = async () => {
|
|
|
4326
4351
|
|
|
4327
4352
|
const iconThemeWorkerUrl = `${assetDir}/packages/icon-theme-worker/dist/iconThemeWorkerMain.js`;
|
|
4328
4353
|
|
|
4329
|
-
const getConfiguredWorkerUrl$
|
|
4354
|
+
const getConfiguredWorkerUrl$l = () => {
|
|
4330
4355
|
let configuredWorkerUrl = get$e('develop.iconThemeWorkerPath') || '';
|
|
4331
4356
|
if (configuredWorkerUrl) {
|
|
4332
4357
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -4342,37 +4367,37 @@ const launchIconThemeWorker = async () => {
|
|
|
4342
4367
|
const ipc = await create$10({
|
|
4343
4368
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
4344
4369
|
name,
|
|
4345
|
-
url: getConfiguredWorkerUrl$
|
|
4370
|
+
url: getConfiguredWorkerUrl$l()
|
|
4346
4371
|
});
|
|
4347
4372
|
handleIpc(ipc);
|
|
4348
4373
|
return ipc;
|
|
4349
4374
|
};
|
|
4350
4375
|
|
|
4351
4376
|
const {
|
|
4352
|
-
invoke: invoke$
|
|
4377
|
+
invoke: invoke$p,
|
|
4353
4378
|
invokeAndTransfer: invokeAndTransfer$5
|
|
4354
4379
|
} = getOrCreateWorker(launchIconThemeWorker);
|
|
4355
4380
|
|
|
4356
4381
|
const getFileIcon$1 = file => {
|
|
4357
|
-
return invoke$
|
|
4382
|
+
return invoke$p('IconTheme.getFileIcon', file);
|
|
4358
4383
|
};
|
|
4359
4384
|
const getFileIcons = fileNames => {
|
|
4360
|
-
return invoke$
|
|
4385
|
+
return invoke$p('IconTheme.getFileIcons', fileNames);
|
|
4361
4386
|
};
|
|
4362
4387
|
const getFolderIcon = folder => {
|
|
4363
|
-
return invoke$
|
|
4388
|
+
return invoke$p('IconTheme.getFolderIcon', folder);
|
|
4364
4389
|
};
|
|
4365
4390
|
const getIcon = dirent => {
|
|
4366
|
-
return invoke$
|
|
4391
|
+
return invoke$p('IconTheme.getIcon', dirent);
|
|
4367
4392
|
};
|
|
4368
4393
|
const getIcons = iconRequests => {
|
|
4369
|
-
return invoke$
|
|
4394
|
+
return invoke$p('IconTheme.getIcons', iconRequests);
|
|
4370
4395
|
};
|
|
4371
4396
|
|
|
4372
4397
|
const setIconTheme = async iconThemeId => {
|
|
4373
4398
|
try {
|
|
4374
|
-
const extensions = await invoke$
|
|
4375
|
-
await invoke$
|
|
4399
|
+
const extensions = await invoke$r('Extensions.getExtensions');
|
|
4400
|
+
await invoke$p('IconTheme.getIconThemeJson', extensions, iconThemeId, assetDir, platform);
|
|
4376
4401
|
await handleIconThemeChange$1();
|
|
4377
4402
|
} catch (error) {
|
|
4378
4403
|
if (isTest()) ; else {
|
|
@@ -4387,7 +4412,7 @@ const hydrate$4 = async () => {
|
|
|
4387
4412
|
};
|
|
4388
4413
|
|
|
4389
4414
|
const getInitData = async () => {
|
|
4390
|
-
const rendererProcessInitData = await invoke$
|
|
4415
|
+
const rendererProcessInitData = await invoke$u('InitData.getInitData');
|
|
4391
4416
|
// TODO get the following items
|
|
4392
4417
|
// - location.href
|
|
4393
4418
|
// - workspace
|
|
@@ -4536,7 +4561,7 @@ const getLanguageConfigurationFromWebExtension = async languageId => {
|
|
|
4536
4561
|
return json;
|
|
4537
4562
|
};
|
|
4538
4563
|
const getLanguageConfiguration$3 = async languageId => {
|
|
4539
|
-
const languageConfiguration = await invoke$
|
|
4564
|
+
const languageConfiguration = await invoke$s(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
|
|
4540
4565
|
if (languageConfiguration) {
|
|
4541
4566
|
return languageConfiguration;
|
|
4542
4567
|
}
|
|
@@ -4549,7 +4574,7 @@ const getLanguageConfiguration$2 = async languageId => {
|
|
|
4549
4574
|
|
|
4550
4575
|
const getLanguages = async () => {
|
|
4551
4576
|
try {
|
|
4552
|
-
return invoke$
|
|
4577
|
+
return invoke$r('Languages.getLanguages');
|
|
4553
4578
|
} catch (error) {
|
|
4554
4579
|
throw new VError(error, 'Failed to load languages');
|
|
4555
4580
|
}
|
|
@@ -4693,7 +4718,7 @@ const hydrate$3 = async () => {
|
|
|
4693
4718
|
const languages = await getLanguages();
|
|
4694
4719
|
// TODO avoid side effect here, but how?
|
|
4695
4720
|
// possible icon theme worker can ask for languages to be loaded, that way the dependency is reversed
|
|
4696
|
-
await invoke$
|
|
4721
|
+
await invoke$p('IconTheme.addLanguages', languages);
|
|
4697
4722
|
await addLanguages(languages);
|
|
4698
4723
|
const useJsx = get$e('languages.jsFilesAsJsx');
|
|
4699
4724
|
if (useJsx) {
|
|
@@ -5215,7 +5240,7 @@ const addToRecentlyOpenedWeb = async path => {
|
|
|
5215
5240
|
await setRecentlyOpened(newRecentlyOpened);
|
|
5216
5241
|
};
|
|
5217
5242
|
const addToRecentlyOpenedRemote = async path => {
|
|
5218
|
-
await invoke$
|
|
5243
|
+
await invoke$s(RecentlyOpenedAddPath, path);
|
|
5219
5244
|
};
|
|
5220
5245
|
const addToRecentlyOpened = async path => {
|
|
5221
5246
|
switch (platform) {
|
|
@@ -5253,16 +5278,16 @@ const hydrate$2 = async () => {
|
|
|
5253
5278
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
5254
5279
|
|
|
5255
5280
|
const saveValue$1 = async (storeId, value) => {
|
|
5256
|
-
await invoke$
|
|
5281
|
+
await invoke$r('IndexedDb.saveValue', storeId, value);
|
|
5257
5282
|
};
|
|
5258
5283
|
const getValuesByIndexName$1 = async (storeId, indexName, only) => {
|
|
5259
|
-
return invoke$
|
|
5284
|
+
return invoke$r('IndexedDb.getValuesByIndexName', storeId, indexName, only);
|
|
5260
5285
|
};
|
|
5261
5286
|
const addHandle$1 = async (uri, handle) => {
|
|
5262
|
-
return invoke$
|
|
5287
|
+
return invoke$r('IndexedDb.addHandle', uri, handle);
|
|
5263
5288
|
};
|
|
5264
5289
|
const getHandle$1 = async uri => {
|
|
5265
|
-
return invoke$
|
|
5290
|
+
return invoke$r('IndexedDb.getHandle', uri);
|
|
5266
5291
|
};
|
|
5267
5292
|
|
|
5268
5293
|
const saveValue = async (sessionId, value) => {
|
|
@@ -5539,7 +5564,7 @@ const map = {
|
|
|
5539
5564
|
[References]: () => Promise.resolve().then(function () { return ViewletReferences_ipc; }),
|
|
5540
5565
|
[RunAndDebug]: () => Promise.resolve().then(function () { return ViewletRunAndDebug_ipc; }),
|
|
5541
5566
|
[ScreenCapture]: () => Promise.resolve().then(function () { return ViewletScreenCapture_ipc; }),
|
|
5542
|
-
[Search
|
|
5567
|
+
[Search]: () => Promise.resolve().then(function () { return ViewletSearch_ipc; }),
|
|
5543
5568
|
[Settings$1]: () => Promise.resolve().then(function () { return ViewletSettings_ipc; }),
|
|
5544
5569
|
[SideBar$2]: () => Promise.resolve().then(function () { return ViewletSideBar_ipc; }),
|
|
5545
5570
|
[SimpleBrowser$1]: () => Promise.resolve().then(function () { return ViewletSimpleBrowser_ipc; }),
|
|
@@ -5655,7 +5680,7 @@ const watchFilesForHotReload = async platform => {
|
|
|
5655
5680
|
if (config.length === 0) {
|
|
5656
5681
|
return;
|
|
5657
5682
|
}
|
|
5658
|
-
await invoke$
|
|
5683
|
+
await invoke$s('ExtensionHost.watchForHotReload', config);
|
|
5659
5684
|
} catch (error) {
|
|
5660
5685
|
console.warn(`Failed to watch ${error}`);
|
|
5661
5686
|
}
|
|
@@ -5773,7 +5798,7 @@ const startup = async () => {
|
|
|
5773
5798
|
const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
|
|
5774
5799
|
commands.push(...placeholderCommands);
|
|
5775
5800
|
commands.push(['Viewlet.appendToBody', layout.uid]);
|
|
5776
|
-
await invoke$
|
|
5801
|
+
await invoke$u('Viewlet.executeCommands', commands);
|
|
5777
5802
|
// await Layout.hydrate(initData)
|
|
5778
5803
|
mark(DidShowLayout);
|
|
5779
5804
|
mark(WillLoadLanguages);
|
|
@@ -5783,7 +5808,7 @@ const startup = async () => {
|
|
|
5783
5808
|
await Promise.all(actions.map(action => action()));
|
|
5784
5809
|
mark$1(Fifteen);
|
|
5785
5810
|
if (isTest()) {
|
|
5786
|
-
await executeCurrentTest(initData);
|
|
5811
|
+
await executeCurrentTest(platform, initData);
|
|
5787
5812
|
return;
|
|
5788
5813
|
}
|
|
5789
5814
|
mark(WillLoadSaveState);
|
|
@@ -5799,8 +5824,7 @@ const startup = async () => {
|
|
|
5799
5824
|
mark(WillLoadLocation);
|
|
5800
5825
|
await hydrate$a();
|
|
5801
5826
|
mark(DidLoadLocation);
|
|
5802
|
-
|
|
5803
|
-
await watchFilesForHotReload();
|
|
5827
|
+
const watcherPromises = Promise.all([hydrate$7(), watchFilesForHotReload()]);
|
|
5804
5828
|
measure(OpenWorkspace, WillOpenWorkspace, DidOpenWorkspace);
|
|
5805
5829
|
measure(LoadMain, WillLoadMain, DidLoadMain);
|
|
5806
5830
|
measure(LoadSideBar, WillLoadSideBar, DidLoadSideBar);
|
|
@@ -5811,6 +5835,16 @@ const startup = async () => {
|
|
|
5811
5835
|
measure(LoadPreferences, WillLoadPreferences, DidLoadPreferences);
|
|
5812
5836
|
measure(LoadColorTheme, WillLoadColorTheme, DidLoadColorTheme);
|
|
5813
5837
|
measure(LoadIconTheme, WillLoadIconTheme, DidLoadIconTheme);
|
|
5838
|
+
const autoUpdate = get$e('application.updateMode');
|
|
5839
|
+
const supportsAutoUpdate = platform === Electron$1; // TODO also check if auto update is supported on this platform, e.g. windows
|
|
5840
|
+
if (autoUpdate && autoUpdate !== 'none' && supportsAutoUpdate) {
|
|
5841
|
+
try {
|
|
5842
|
+
await execute$4('AutoUpdater.checkForUpdates', autoUpdate);
|
|
5843
|
+
} catch {
|
|
5844
|
+
// ignore
|
|
5845
|
+
}
|
|
5846
|
+
}
|
|
5847
|
+
await watcherPromises;
|
|
5814
5848
|
};
|
|
5815
5849
|
|
|
5816
5850
|
const main = async () => {
|
|
@@ -5874,7 +5908,7 @@ const getPort = async ipcId => {
|
|
|
5874
5908
|
ipcId
|
|
5875
5909
|
});
|
|
5876
5910
|
// TODO avoid side effect?
|
|
5877
|
-
set$
|
|
5911
|
+
set$d(webContentsId);
|
|
5878
5912
|
return port2;
|
|
5879
5913
|
};
|
|
5880
5914
|
const create$X = async options => {
|
|
@@ -6310,7 +6344,7 @@ const IpcParentWithWebSocket = {
|
|
|
6310
6344
|
wrap: wrap$2
|
|
6311
6345
|
};
|
|
6312
6346
|
|
|
6313
|
-
const getModule$
|
|
6347
|
+
const getModule$5 = () => {
|
|
6314
6348
|
switch (platform) {
|
|
6315
6349
|
case Web$1:
|
|
6316
6350
|
case Remote:
|
|
@@ -6322,7 +6356,7 @@ const getModule$6 = () => {
|
|
|
6322
6356
|
}
|
|
6323
6357
|
};
|
|
6324
6358
|
const create$R = async options => {
|
|
6325
|
-
const module = await getModule$
|
|
6359
|
+
const module = await getModule$5();
|
|
6326
6360
|
const rawIpc = await module.create(options);
|
|
6327
6361
|
if (options.raw) {
|
|
6328
6362
|
return rawIpc;
|
|
@@ -6436,10 +6470,10 @@ const GetColorThemeCssCachedLocalStorage = {
|
|
|
6436
6470
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
6437
6471
|
|
|
6438
6472
|
const set$8 = async (key, value) => {
|
|
6439
|
-
await invoke$
|
|
6473
|
+
await invoke$r('IndexedDb.set', key, value);
|
|
6440
6474
|
};
|
|
6441
6475
|
const get$6 = async key => {
|
|
6442
|
-
return invoke$
|
|
6476
|
+
return invoke$r('IndexedDb.get', key);
|
|
6443
6477
|
};
|
|
6444
6478
|
|
|
6445
6479
|
const getCacheKey = colorThemeId => {
|
|
@@ -6511,7 +6545,7 @@ const get$3 = () => {
|
|
|
6511
6545
|
};
|
|
6512
6546
|
|
|
6513
6547
|
const addWebExtension = async path => {
|
|
6514
|
-
const manifest = await invoke$
|
|
6548
|
+
const manifest = await invoke$r('Extensions.addWebExtension', path);
|
|
6515
6549
|
// TODO avoid side effect here
|
|
6516
6550
|
if (manifest.languages) {
|
|
6517
6551
|
for (const language of manifest.languages) {
|
|
@@ -6625,7 +6659,7 @@ const handleRejectedExtensions = async extensions => {
|
|
|
6625
6659
|
}
|
|
6626
6660
|
};
|
|
6627
6661
|
const getExtensions$1 = async () => {
|
|
6628
|
-
return invoke$
|
|
6662
|
+
return invoke$r('Extensions.getExtensions');
|
|
6629
6663
|
};
|
|
6630
6664
|
const addNodeExtension = async path => {
|
|
6631
6665
|
// TODO add support for dynamically loading node extensions
|
|
@@ -6667,13 +6701,13 @@ const state$j = {
|
|
|
6667
6701
|
const actuallyActivateExtension = async (extension, event) => {
|
|
6668
6702
|
if (!(extension.id in state$j.activatedExtensions)) {
|
|
6669
6703
|
const absolutePath = getExtensionAbsolutePath(extension.id, extension.isWeb, extension.builtin, extension.path, extension.browser, origin, platform);
|
|
6670
|
-
state$j.activatedExtensions[extension.id] = invoke$
|
|
6704
|
+
state$j.activatedExtensions[extension.id] = invoke$r(ExtensionActivate, extension, absolutePath, event);
|
|
6671
6705
|
}
|
|
6672
6706
|
return state$j.activatedExtensions[extension.id];
|
|
6673
6707
|
};
|
|
6674
6708
|
const actuallyActivateByEvent = async event => {
|
|
6675
6709
|
// TODO should not query extensions multiple times
|
|
6676
|
-
const extensions = await invoke$
|
|
6710
|
+
const extensions = await invoke$r('Extensions.getExtensions');
|
|
6677
6711
|
const {
|
|
6678
6712
|
resolved,
|
|
6679
6713
|
rejected
|
|
@@ -6719,7 +6753,7 @@ const executeProviders = async ({
|
|
|
6719
6753
|
combineResults
|
|
6720
6754
|
}) => {
|
|
6721
6755
|
await activateByEvent(event);
|
|
6722
|
-
const result = await invoke$
|
|
6756
|
+
const result = await invoke$r(method, ...params);
|
|
6723
6757
|
return result;
|
|
6724
6758
|
};
|
|
6725
6759
|
const executeProvider = async ({
|
|
@@ -6729,14 +6763,14 @@ const executeProvider = async ({
|
|
|
6729
6763
|
noProviderFoundMessage
|
|
6730
6764
|
}) => {
|
|
6731
6765
|
await activateByEvent(event);
|
|
6732
|
-
const result = invoke$
|
|
6766
|
+
const result = invoke$r(method, ...params);
|
|
6733
6767
|
return result;
|
|
6734
6768
|
};
|
|
6735
6769
|
const execute$2 = async ({
|
|
6736
6770
|
method,
|
|
6737
6771
|
params
|
|
6738
6772
|
}) => {
|
|
6739
|
-
await invoke$
|
|
6773
|
+
await invoke$r(method, ...params);
|
|
6740
6774
|
};
|
|
6741
6775
|
|
|
6742
6776
|
const readFile$e = uri => {
|
|
@@ -6853,7 +6887,7 @@ const ExtensionHostFileSystem = {
|
|
|
6853
6887
|
};
|
|
6854
6888
|
|
|
6855
6889
|
const name$2r = 'App';
|
|
6856
|
-
const getModule$
|
|
6890
|
+
const getModule$4 = uri => {
|
|
6857
6891
|
switch (uri) {
|
|
6858
6892
|
case 'startup-performance':
|
|
6859
6893
|
return Promise.resolve().then(function () { return FileSystemAppStartupPerformance; });
|
|
@@ -6872,16 +6906,16 @@ const getModule$5 = uri => {
|
|
|
6872
6906
|
}
|
|
6873
6907
|
};
|
|
6874
6908
|
const readFile$d = async uri => {
|
|
6875
|
-
const module = await getModule$
|
|
6909
|
+
const module = await getModule$4(uri);
|
|
6876
6910
|
return module.readFile();
|
|
6877
6911
|
};
|
|
6878
6912
|
const readJson$5 = async uri => {
|
|
6879
|
-
const module = await getModule$
|
|
6913
|
+
const module = await getModule$4(uri);
|
|
6880
6914
|
// @ts-ignore
|
|
6881
6915
|
return module.readJson();
|
|
6882
6916
|
};
|
|
6883
6917
|
const writeFile$d = async (uri, content) => {
|
|
6884
|
-
const module = await getModule$
|
|
6918
|
+
const module = await getModule$4(uri);
|
|
6885
6919
|
return module.writeFile(content);
|
|
6886
6920
|
};
|
|
6887
6921
|
const readDirWithFileTypes$7 = () => {
|
|
@@ -6962,46 +6996,46 @@ const FileSystemData = {
|
|
|
6962
6996
|
|
|
6963
6997
|
const name$2p = 'Memory';
|
|
6964
6998
|
const readFile$b = uri => {
|
|
6965
|
-
return invoke$
|
|
6999
|
+
return invoke$r('FileSystemMemory.readFile', uri);
|
|
6966
7000
|
};
|
|
6967
7001
|
const exists$1 = uri => {
|
|
6968
|
-
return invoke$
|
|
7002
|
+
return invoke$r('FileSystemMemory.exists', uri);
|
|
6969
7003
|
};
|
|
6970
7004
|
const writeFile$b = (uri, content) => {
|
|
6971
|
-
return invoke$
|
|
7005
|
+
return invoke$r('FileSystemMemory.writeFile', uri, content);
|
|
6972
7006
|
};
|
|
6973
7007
|
const mkdir$4 = uri => {
|
|
6974
|
-
return invoke$
|
|
7008
|
+
return invoke$r('FileSystemMemory.mkdir', uri);
|
|
6975
7009
|
};
|
|
6976
7010
|
const getPathSeparator$5 = () => {
|
|
6977
7011
|
return Slash;
|
|
6978
7012
|
};
|
|
6979
7013
|
const remove$4 = uri => {
|
|
6980
|
-
return invoke$
|
|
7014
|
+
return invoke$r('FileSystemMemory.remove', uri);
|
|
6981
7015
|
};
|
|
6982
7016
|
const readDirWithFileTypes$5 = uri => {
|
|
6983
|
-
return invoke$
|
|
7017
|
+
return invoke$r('FileSystemMemory.readDirWithFileTypes', uri);
|
|
6984
7018
|
};
|
|
6985
7019
|
const getBlobUrl$2 = uri => {
|
|
6986
|
-
return invoke$
|
|
7020
|
+
return invoke$r('FileSystemMemory.getBlobUrl', uri);
|
|
6987
7021
|
};
|
|
6988
7022
|
const getBlob$5 = async uri => {
|
|
6989
|
-
return invoke$
|
|
7023
|
+
return invoke$r('FileSystemMemory.getBlob', uri);
|
|
6990
7024
|
};
|
|
6991
7025
|
const chmod$3 = (path, permissions) => {
|
|
6992
|
-
return invoke$
|
|
7026
|
+
return invoke$r('FileSystemMemory.chmod', path, permissions);
|
|
6993
7027
|
};
|
|
6994
7028
|
const rename$3 = (oldPath, newPath) => {
|
|
6995
|
-
return invoke$
|
|
7029
|
+
return invoke$r('FileSystemMemory.rename', oldPath, newPath);
|
|
6996
7030
|
};
|
|
6997
7031
|
const copy$4 = (oldPath, newPath) => {
|
|
6998
|
-
return invoke$
|
|
7032
|
+
return invoke$r('FileSystemMemory.copy', oldPath, newPath);
|
|
6999
7033
|
};
|
|
7000
7034
|
const stat$1 = uri => {
|
|
7001
|
-
return invoke$
|
|
7035
|
+
return invoke$r('FileSystemMemory.stat', uri);
|
|
7002
7036
|
};
|
|
7003
7037
|
const getFiles$1 = () => {
|
|
7004
|
-
return invoke$
|
|
7038
|
+
return invoke$r('FileSystemMemory.getFiles');
|
|
7005
7039
|
};
|
|
7006
7040
|
|
|
7007
7041
|
const FileSystemMemory = {
|
|
@@ -7324,7 +7358,7 @@ const FileSystemWeb = {
|
|
|
7324
7358
|
|
|
7325
7359
|
const fileSystemWorkerUrl = `${assetDir}/packages/file-system-worker/dist/fileSystemWorkerMain.js`;
|
|
7326
7360
|
|
|
7327
|
-
const getConfiguredWorkerUrl$
|
|
7361
|
+
const getConfiguredWorkerUrl$k = () => {
|
|
7328
7362
|
let configuredWorkerUrl = get$e('develop.fileSystemWorkerPath') || '';
|
|
7329
7363
|
if (configuredWorkerUrl) {
|
|
7330
7364
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -7340,15 +7374,15 @@ const launchFileSystemWorker = async () => {
|
|
|
7340
7374
|
const ipc = await create$10({
|
|
7341
7375
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
7342
7376
|
name,
|
|
7343
|
-
url: getConfiguredWorkerUrl$
|
|
7377
|
+
url: getConfiguredWorkerUrl$k()
|
|
7344
7378
|
});
|
|
7345
7379
|
handleIpc(ipc);
|
|
7346
|
-
await invoke$
|
|
7380
|
+
await invoke$v(ipc, 'Initialize.initialize', platform);
|
|
7347
7381
|
return ipc;
|
|
7348
7382
|
};
|
|
7349
7383
|
|
|
7350
7384
|
const {
|
|
7351
|
-
invoke: invoke$
|
|
7385
|
+
invoke: invoke$o,
|
|
7352
7386
|
invokeAndTransfer: invokeAndTransfer$4} = getOrCreateWorker(launchFileSystemWorker);
|
|
7353
7387
|
|
|
7354
7388
|
// TODO move all of this to an extension
|
|
@@ -7360,42 +7394,42 @@ const state$h = {
|
|
|
7360
7394
|
};
|
|
7361
7395
|
const readFile$9 = async uri => {
|
|
7362
7396
|
if (uri.startsWith('localhost:') || uri.startsWith(location.host)) {
|
|
7363
|
-
return invoke$
|
|
7397
|
+
return invoke$o('FileSystem.readFile', `${location.protocol}//${uri}`);
|
|
7364
7398
|
}
|
|
7365
7399
|
if (uri.startsWith('http://') || uri.startsWith('https://')) {
|
|
7366
|
-
return invoke$
|
|
7400
|
+
return invoke$o('FileSystemFetch.readFile', uri);
|
|
7367
7401
|
}
|
|
7368
|
-
return invoke$
|
|
7402
|
+
return invoke$r('FileSystemFetch.readFile', uri);
|
|
7369
7403
|
};
|
|
7370
7404
|
const readJson$4 = async uri => {
|
|
7371
7405
|
if (uri.startsWith('localhost:') || uri.startsWith(location.host)) {
|
|
7372
|
-
return invoke$
|
|
7406
|
+
return invoke$o('FileSystem.readJson', `${location.protocol}//${uri}`);
|
|
7373
7407
|
}
|
|
7374
7408
|
if (uri.startsWith('http://') || uri.startsWith('https://')) {
|
|
7375
|
-
return invoke$
|
|
7409
|
+
return invoke$o('FileSystem.readJson', uri);
|
|
7376
7410
|
}
|
|
7377
|
-
return invoke$
|
|
7411
|
+
return invoke$r('FileSystemFetch.readJson', uri);
|
|
7378
7412
|
};
|
|
7379
7413
|
const writeFile$9 = (uri, content) => {
|
|
7380
|
-
return invoke$
|
|
7414
|
+
return invoke$r('FileSystemFetch.writeFile', uri);
|
|
7381
7415
|
};
|
|
7382
7416
|
const mkdir$2 = uri => {
|
|
7383
|
-
return invoke$
|
|
7417
|
+
return invoke$r('FileSystemFetch.mkdir', uri);
|
|
7384
7418
|
};
|
|
7385
7419
|
const getPathSeparator$3 = () => {
|
|
7386
7420
|
return Slash;
|
|
7387
7421
|
};
|
|
7388
7422
|
const remove$2 = uri => {
|
|
7389
|
-
return invoke$
|
|
7423
|
+
return invoke$r('FileSystemFetch.remove', uri);
|
|
7390
7424
|
};
|
|
7391
7425
|
const readDirWithFileTypes$3 = async uri => {
|
|
7392
|
-
return invoke$
|
|
7426
|
+
return invoke$r('FileSystemFetch.readDirWithFileTypes', uri);
|
|
7393
7427
|
};
|
|
7394
7428
|
const chmod$2 = (path, permissions) => {
|
|
7395
|
-
return invoke$
|
|
7429
|
+
return invoke$r('FileSystemFetch.chmod', path, permissions);
|
|
7396
7430
|
};
|
|
7397
7431
|
const getBlob$4 = async (uri, type) => {
|
|
7398
|
-
return invoke$
|
|
7432
|
+
return invoke$r('FileSystemFetch.getBlob', uri, type);
|
|
7399
7433
|
};
|
|
7400
7434
|
|
|
7401
7435
|
const FileSystemFetch = {
|
|
@@ -7429,41 +7463,45 @@ const toUri = item => {
|
|
|
7429
7463
|
const copy$3 = (source, target) => {
|
|
7430
7464
|
source = toUri(source);
|
|
7431
7465
|
target = toUri(target);
|
|
7432
|
-
return invoke$
|
|
7466
|
+
return invoke$o('FileSystem.copy', /* source */source, /* target */target);
|
|
7433
7467
|
};
|
|
7434
7468
|
const readFile$8 = (path, encoding) => {
|
|
7435
7469
|
path = toUri(path);
|
|
7436
|
-
return invoke$
|
|
7470
|
+
return invoke$o('FileSystem.readFile', /* path */path, /* encoding */encoding);
|
|
7437
7471
|
};
|
|
7438
7472
|
const exists = (path, encoding) => {
|
|
7439
7473
|
path = toUri(path);
|
|
7440
|
-
return invoke$
|
|
7474
|
+
return invoke$o('FileSystem.exists', /* path */path);
|
|
7441
7475
|
};
|
|
7442
7476
|
const readJson$3 = path => {
|
|
7443
7477
|
path = toUri(path);
|
|
7444
|
-
return invoke$
|
|
7478
|
+
return invoke$o('FileSystem.readJson', /* path */path);
|
|
7445
7479
|
};
|
|
7446
7480
|
const remove$1 = path => {
|
|
7447
7481
|
path = toUri(path);
|
|
7448
|
-
return invoke$
|
|
7482
|
+
return invoke$o('FileSystem.remove', /* path */path);
|
|
7449
7483
|
};
|
|
7450
7484
|
const rename$1 = (oldUri, newUri) => {
|
|
7451
7485
|
oldUri = toUri(oldUri);
|
|
7452
7486
|
newUri = toUri(newUri);
|
|
7453
|
-
return invoke$
|
|
7487
|
+
return invoke$o('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
|
|
7454
7488
|
};
|
|
7455
7489
|
const mkdir$1 = path => {
|
|
7456
7490
|
path = toUri(path);
|
|
7457
|
-
return invoke$
|
|
7491
|
+
return invoke$o('FileSystem.mkdir', /* path */path);
|
|
7458
7492
|
};
|
|
7459
7493
|
const writeFile$8 = async (path, content, encoding) => {
|
|
7460
7494
|
path = toUri(path);
|
|
7461
|
-
await invoke$
|
|
7495
|
+
await invoke$o(/* FileSystem.writeFile */'FileSystem.writeFile', /* path */path, /* content */content, /* encoding */encoding);
|
|
7496
|
+
};
|
|
7497
|
+
const writeBlob = async (path, blob) => {
|
|
7498
|
+
path = toUri(path);
|
|
7499
|
+
await invoke$o('FileSystem.writeBlob', path, blob);
|
|
7462
7500
|
};
|
|
7463
7501
|
const ensureFile = async () => {};
|
|
7464
7502
|
const readDirWithFileTypes$2 = path => {
|
|
7465
7503
|
path = toUri(path);
|
|
7466
|
-
return invoke$
|
|
7504
|
+
return invoke$o('FileSystem.readDirWithFileTypes', /* path */path);
|
|
7467
7505
|
};
|
|
7468
7506
|
const getBlobUrl$1 = path => {
|
|
7469
7507
|
if (!path.startsWith('/')) {
|
|
@@ -7472,7 +7510,7 @@ const getBlobUrl$1 = path => {
|
|
|
7472
7510
|
return getRemoteSrc(path);
|
|
7473
7511
|
};
|
|
7474
7512
|
const getBlob$3 = async (path, type) => {
|
|
7475
|
-
const content = await invoke$
|
|
7513
|
+
const content = await invoke$o('FileSystem.readFileAsBuffer', path);
|
|
7476
7514
|
const array = new Uint8Array(content.data);
|
|
7477
7515
|
const blob = new Blob([array], {
|
|
7478
7516
|
type
|
|
@@ -7483,22 +7521,22 @@ const getPathSeparator$2 = () => {
|
|
|
7483
7521
|
if (platform === Web$1) {
|
|
7484
7522
|
return Slash;
|
|
7485
7523
|
}
|
|
7486
|
-
return invoke$
|
|
7524
|
+
return invoke$o('FileSystem.getPathSeparator');
|
|
7487
7525
|
};
|
|
7488
7526
|
const getRealPath = path => {
|
|
7489
|
-
return invoke$
|
|
7527
|
+
return invoke$o('FileSystem.getRealPath', /* path */path);
|
|
7490
7528
|
};
|
|
7491
7529
|
const stat = path => {
|
|
7492
7530
|
path = toUri(path);
|
|
7493
|
-
return invoke$
|
|
7531
|
+
return invoke$o('FileSystem.stat', /* path */path);
|
|
7494
7532
|
};
|
|
7495
7533
|
const getFolderSize = path => {
|
|
7496
7534
|
path = toUri(path);
|
|
7497
|
-
return invoke$
|
|
7535
|
+
return invoke$o('FileSystem.getFolderSize', /* path */path);
|
|
7498
7536
|
};
|
|
7499
7537
|
const chmod$1 = (path, permissions) => {
|
|
7500
7538
|
path = toUri(path);
|
|
7501
|
-
return invoke$
|
|
7539
|
+
return invoke$o('FileSystem.chmod', /* path */path, /* permissions */permissions);
|
|
7502
7540
|
};
|
|
7503
7541
|
const canBeRestored$2 = true;
|
|
7504
7542
|
|
|
@@ -7522,6 +7560,7 @@ const FileSystemDisk = {
|
|
|
7522
7560
|
remove: remove$1,
|
|
7523
7561
|
rename: rename$1,
|
|
7524
7562
|
stat,
|
|
7563
|
+
writeBlob,
|
|
7525
7564
|
writeFile: writeFile$8
|
|
7526
7565
|
};
|
|
7527
7566
|
|
|
@@ -7638,7 +7677,7 @@ const requestPermission = async (handle, options) => {
|
|
|
7638
7677
|
// query permission, but from renderer process
|
|
7639
7678
|
// because handle.requestPermission is not implemented
|
|
7640
7679
|
// in a worker, see https://github.com/WICG/file-system-access/issues/289
|
|
7641
|
-
const permissionTypeNow = await invoke$
|
|
7680
|
+
const permissionTypeNow = await invoke$u('FileSystemHandle.requestPermission', handle, options);
|
|
7642
7681
|
return permissionTypeNow;
|
|
7643
7682
|
};
|
|
7644
7683
|
const queryPermission = async (handle, options) => {
|
|
@@ -7696,36 +7735,36 @@ const getHandle = async uri => {
|
|
|
7696
7735
|
}
|
|
7697
7736
|
};
|
|
7698
7737
|
|
|
7699
|
-
const pathSeparator$
|
|
7738
|
+
const pathSeparator$2 = '/';
|
|
7700
7739
|
const getDirectoryHandle = async uri => {
|
|
7701
7740
|
const handle = await getHandle(uri);
|
|
7702
7741
|
if (handle) {
|
|
7703
7742
|
return handle;
|
|
7704
7743
|
}
|
|
7705
|
-
const dirname$1 = dirname(pathSeparator$
|
|
7744
|
+
const dirname$1 = dirname(pathSeparator$2, uri);
|
|
7706
7745
|
if (uri === dirname$1) {
|
|
7707
7746
|
return undefined;
|
|
7708
7747
|
}
|
|
7709
7748
|
return getDirectoryHandle(dirname$1);
|
|
7710
7749
|
};
|
|
7711
7750
|
|
|
7712
|
-
const pathSeparator$
|
|
7751
|
+
const pathSeparator$1 = '/';
|
|
7713
7752
|
const getFileHandle = async uri => {
|
|
7714
7753
|
const handle = await getHandle(uri);
|
|
7715
7754
|
if (handle) {
|
|
7716
7755
|
return handle;
|
|
7717
7756
|
}
|
|
7718
|
-
const dirname$1 = dirname(pathSeparator$
|
|
7757
|
+
const dirname$1 = dirname(pathSeparator$1, uri);
|
|
7719
7758
|
const parentHandle = await getDirectoryHandle(dirname$1);
|
|
7720
7759
|
if (!parentHandle) {
|
|
7721
7760
|
return undefined;
|
|
7722
7761
|
}
|
|
7723
|
-
const baseName = getBaseName(pathSeparator$
|
|
7762
|
+
const baseName = getBaseName(pathSeparator$1, uri);
|
|
7724
7763
|
const fileHandle = await getFileHandle$1(parentHandle, baseName);
|
|
7725
7764
|
return fileHandle;
|
|
7726
7765
|
};
|
|
7727
7766
|
|
|
7728
|
-
const pathSeparator
|
|
7767
|
+
const pathSeparator = '/';
|
|
7729
7768
|
const getDirent = handle => {
|
|
7730
7769
|
const {
|
|
7731
7770
|
name,
|
|
@@ -7827,7 +7866,7 @@ const writeFile$7 = async (uri, content) => {
|
|
|
7827
7866
|
}
|
|
7828
7867
|
};
|
|
7829
7868
|
const getPathSeparator$1 = () => {
|
|
7830
|
-
return pathSeparator
|
|
7869
|
+
return pathSeparator;
|
|
7831
7870
|
};
|
|
7832
7871
|
const getBlobSrc = async uri => {
|
|
7833
7872
|
const handle = await getFileHandle(uri);
|
|
@@ -7864,7 +7903,7 @@ const FileSystemHtml = {
|
|
|
7864
7903
|
|
|
7865
7904
|
const debugWorkerUrl = `${assetDir}/packages/debug-worker/dist/debugWorkerMain.js`;
|
|
7866
7905
|
|
|
7867
|
-
const getConfiguredWorkerUrl$
|
|
7906
|
+
const getConfiguredWorkerUrl$j = () => {
|
|
7868
7907
|
let configuredWorkerUrl = get$e('develop.debugWorkerPath') || '';
|
|
7869
7908
|
if (configuredWorkerUrl) {
|
|
7870
7909
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -7880,21 +7919,21 @@ const launchDebugWorker = async () => {
|
|
|
7880
7919
|
const ipc = await create$10({
|
|
7881
7920
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
7882
7921
|
name,
|
|
7883
|
-
url: getConfiguredWorkerUrl$
|
|
7922
|
+
url: getConfiguredWorkerUrl$j()
|
|
7884
7923
|
});
|
|
7885
7924
|
handleIpc(ipc);
|
|
7886
|
-
await invoke$
|
|
7925
|
+
await invoke$v(ipc, 'Initialize.initialize');
|
|
7887
7926
|
return ipc;
|
|
7888
7927
|
};
|
|
7889
7928
|
|
|
7890
7929
|
const {
|
|
7891
|
-
invoke: invoke$
|
|
7930
|
+
invoke: invoke$n,
|
|
7892
7931
|
restart: restart$9
|
|
7893
7932
|
} = getOrCreateWorker(launchDebugWorker);
|
|
7894
7933
|
|
|
7895
7934
|
const name$2l = 'Debug';
|
|
7896
7935
|
const readFile$6 = uri => {
|
|
7897
|
-
return invoke$
|
|
7936
|
+
return invoke$n('RunAndDebug.readFile', uri);
|
|
7898
7937
|
};
|
|
7899
7938
|
const writeFile$6 = (uri, content) => {
|
|
7900
7939
|
throw new Error('not implemented');
|
|
@@ -7966,7 +8005,7 @@ const IsImportError = {
|
|
|
7966
8005
|
|
|
7967
8006
|
const aboutViewWorkerUrl = `${assetDir}/packages/about-view-worker/dist/aboutWorkerMain.js`;
|
|
7968
8007
|
|
|
7969
|
-
const getConfiguredWorkerUrl$
|
|
8008
|
+
const getConfiguredWorkerUrl$i = () => {
|
|
7970
8009
|
let configuredWorkerUrl = get$e('develop.aboutViewWorkerPath') || '';
|
|
7971
8010
|
if (configuredWorkerUrl) {
|
|
7972
8011
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -7982,18 +8021,18 @@ const launchAboutViewWorker = async () => {
|
|
|
7982
8021
|
const ipc = await create$10({
|
|
7983
8022
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
7984
8023
|
name,
|
|
7985
|
-
url: getConfiguredWorkerUrl$
|
|
8024
|
+
url: getConfiguredWorkerUrl$i()
|
|
7986
8025
|
});
|
|
7987
8026
|
handleIpc(ipc);
|
|
7988
8027
|
return ipc;
|
|
7989
8028
|
};
|
|
7990
8029
|
|
|
7991
8030
|
const {
|
|
7992
|
-
invoke: invoke$
|
|
8031
|
+
invoke: invoke$m
|
|
7993
8032
|
} = getOrCreateWorker(launchAboutViewWorker);
|
|
7994
8033
|
|
|
7995
8034
|
const showAboutElectron = async () => {
|
|
7996
|
-
return invoke$
|
|
8035
|
+
return invoke$m('About.showAboutElectron');
|
|
7997
8036
|
};
|
|
7998
8037
|
|
|
7999
8038
|
const showAboutDefault = async () => {
|
|
@@ -8103,7 +8142,7 @@ const Ajax_ipc = {
|
|
|
8103
8142
|
|
|
8104
8143
|
const playBell = async () => {
|
|
8105
8144
|
const src = '/sounds/bell.oga';
|
|
8106
|
-
await invoke$
|
|
8145
|
+
await invoke$u(/* Audio.play */3211, /* src */src);
|
|
8107
8146
|
};
|
|
8108
8147
|
|
|
8109
8148
|
const name$2i = 'Audio';
|
|
@@ -8117,88 +8156,37 @@ const Audio_ipc = {
|
|
|
8117
8156
|
name: name$2i
|
|
8118
8157
|
};
|
|
8119
8158
|
|
|
8120
|
-
const
|
|
8121
|
-
const WindowsNsis = 'WindowsNsis';
|
|
8122
|
-
const Deb = 'Deb';
|
|
8159
|
+
const updateWorkerUrl = `${assetDir}/packages/update-worker/dist/updateWorkerMain.js`;
|
|
8123
8160
|
|
|
8124
|
-
const
|
|
8125
|
-
|
|
8126
|
-
|
|
8127
|
-
|
|
8128
|
-
case WindowsNsis:
|
|
8129
|
-
return Promise.resolve().then(function () { return AutoUpdaterNsis; });
|
|
8130
|
-
case Deb:
|
|
8131
|
-
return Promise.resolve().then(function () { return AutoUpdaterDeb; });
|
|
8132
|
-
default:
|
|
8133
|
-
return undefined;
|
|
8161
|
+
const getConfiguredWorkerUrl$h = () => {
|
|
8162
|
+
let configuredWorkerUrl = get$e('develop.updateWorkerPath') || '';
|
|
8163
|
+
if (configuredWorkerUrl) {
|
|
8164
|
+
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
8134
8165
|
}
|
|
8135
|
-
|
|
8136
|
-
|
|
8137
|
-
|
|
8138
|
-
const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
|
|
8139
|
-
|
|
8140
|
-
/**
|
|
8141
|
-
*
|
|
8142
|
-
* @param {string} key
|
|
8143
|
-
* @param {any} placeholders
|
|
8144
|
-
* @returns {string}
|
|
8145
|
-
*/
|
|
8146
|
-
const i18nString = (key, placeholders = emptyObject) => {
|
|
8147
|
-
if (placeholders === emptyObject) {
|
|
8148
|
-
return key;
|
|
8166
|
+
configuredWorkerUrl = configuredWorkerUrl || updateWorkerUrl;
|
|
8167
|
+
{
|
|
8168
|
+
configuredWorkerUrl = updateWorkerUrl;
|
|
8149
8169
|
}
|
|
8150
|
-
|
|
8151
|
-
return placeholders[rest];
|
|
8152
|
-
};
|
|
8153
|
-
return key.replaceAll(RE_PLACEHOLDER, replacer);
|
|
8154
|
-
};
|
|
8155
|
-
|
|
8156
|
-
/**
|
|
8157
|
-
* @enum {string}
|
|
8158
|
-
*/
|
|
8159
|
-
const UiStrings$h = {
|
|
8160
|
-
DoYouWantToUpdate: 'Do you want to update to version {PH1}?',
|
|
8161
|
-
DoYouWantToRestart: 'The Update has been downloaded. Do you want to restart now?'
|
|
8170
|
+
return configuredWorkerUrl;
|
|
8162
8171
|
};
|
|
8163
|
-
const
|
|
8164
|
-
|
|
8165
|
-
|
|
8172
|
+
const launchUpdateWorker = async () => {
|
|
8173
|
+
const name = 'Update Worker';
|
|
8174
|
+
const ipc = await create$10({
|
|
8175
|
+
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
8176
|
+
name,
|
|
8177
|
+
url: getConfiguredWorkerUrl$h()
|
|
8166
8178
|
});
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
return i18nString(UiStrings$h.DoYouWantToRestart);
|
|
8179
|
+
handleIpc(ipc);
|
|
8180
|
+
return ipc;
|
|
8170
8181
|
};
|
|
8171
8182
|
|
|
8172
|
-
const
|
|
8173
|
-
|
|
8174
|
-
};
|
|
8183
|
+
const {
|
|
8184
|
+
invoke: invoke$l
|
|
8185
|
+
} = getOrCreateWorker(launchUpdateWorker);
|
|
8175
8186
|
|
|
8176
|
-
const
|
|
8177
|
-
|
|
8178
|
-
|
|
8179
|
-
|
|
8180
|
-
const checkForUpdates$1 = async () => {
|
|
8181
|
-
const info = await getLatestVersion();
|
|
8182
|
-
if (!info || !info.version) {
|
|
8183
|
-
return;
|
|
8184
|
-
}
|
|
8185
|
-
const type = await getAutoUpdateType();
|
|
8186
|
-
const message = promptMessage(info.version);
|
|
8187
|
-
const shouldUpdate = await execute$4('ConfirmPrompt.prompt', message);
|
|
8188
|
-
if (!shouldUpdate) {
|
|
8189
|
-
return;
|
|
8190
|
-
}
|
|
8191
|
-
const module = await getModule$4(type);
|
|
8192
|
-
if (!module) {
|
|
8193
|
-
return;
|
|
8194
|
-
}
|
|
8195
|
-
const downloadPath = await module.downloadUpdate(info.version);
|
|
8196
|
-
const messageRestart = promptRestart();
|
|
8197
|
-
const shouldRestart = await execute$4('ConfirmPrompt.prompt', messageRestart);
|
|
8198
|
-
if (!shouldRestart) {
|
|
8199
|
-
return;
|
|
8200
|
-
}
|
|
8201
|
-
await module.installAndRestart(downloadPath);
|
|
8187
|
+
const checkForUpdates$1 = async updateSetting => {
|
|
8188
|
+
const repository = 'lvce-editor/lvce-editor';
|
|
8189
|
+
await invoke$l('Update.checkForUpdates', updateSetting, repository);
|
|
8202
8190
|
};
|
|
8203
8191
|
|
|
8204
8192
|
const name$2h = 'AutoUpdater';
|
|
@@ -8232,7 +8220,7 @@ const GetActiveEditor_ipc = {
|
|
|
8232
8220
|
};
|
|
8233
8221
|
|
|
8234
8222
|
const getSelectionText = () => {
|
|
8235
|
-
return invoke$
|
|
8223
|
+
return invoke$u('Css.getSelectionText');
|
|
8236
8224
|
};
|
|
8237
8225
|
|
|
8238
8226
|
const name$2f = 'Document';
|
|
@@ -8247,15 +8235,15 @@ const Document_ipc = {
|
|
|
8247
8235
|
};
|
|
8248
8236
|
|
|
8249
8237
|
const cache = Object.create(null);
|
|
8250
|
-
const id$
|
|
8238
|
+
const id$l = 1;
|
|
8251
8239
|
const get$2 = () => {
|
|
8252
|
-
return cache[id$
|
|
8240
|
+
return cache[id$l];
|
|
8253
8241
|
};
|
|
8254
8242
|
const has$1 = () => {
|
|
8255
|
-
return id$
|
|
8243
|
+
return id$l in cache;
|
|
8256
8244
|
};
|
|
8257
8245
|
const set$5 = value => {
|
|
8258
|
-
cache[id$
|
|
8246
|
+
cache[id$l] = value;
|
|
8259
8247
|
};
|
|
8260
8248
|
|
|
8261
8249
|
const getExtensions = () => {
|
|
@@ -8295,7 +8283,8 @@ const GetEditorSourceActions_ipc = {
|
|
|
8295
8283
|
const name$2d = 'PlatformPaths';
|
|
8296
8284
|
const Commands$29 = {
|
|
8297
8285
|
getLogsDir: getLogsDir,
|
|
8298
|
-
getTmpDir: getTmpDir
|
|
8286
|
+
getTmpDir: getTmpDir,
|
|
8287
|
+
getCachePath: getCachePath
|
|
8299
8288
|
};
|
|
8300
8289
|
|
|
8301
8290
|
const PlatformPaths_ipc = {
|
|
@@ -8305,14 +8294,14 @@ const PlatformPaths_ipc = {
|
|
|
8305
8294
|
};
|
|
8306
8295
|
|
|
8307
8296
|
const getFileHandles = ids => {
|
|
8308
|
-
return invoke$
|
|
8297
|
+
return invoke$u('FileHandles.get', ids);
|
|
8309
8298
|
};
|
|
8310
8299
|
const addFileHandle = fileHandle => {
|
|
8311
|
-
return invoke$
|
|
8300
|
+
return invoke$u('FileSystemHandle.addFileHandle', fileHandle);
|
|
8312
8301
|
};
|
|
8313
8302
|
|
|
8314
8303
|
const getFilePathElectron = async file => {
|
|
8315
|
-
return invoke$
|
|
8304
|
+
return invoke$u('GetFilePathElectron.getFilePathElectron', file);
|
|
8316
8305
|
};
|
|
8317
8306
|
|
|
8318
8307
|
const name$2c = 'FileSystemHandle';
|
|
@@ -8506,10 +8495,10 @@ const applyLegacyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
8506
8495
|
array(ranges);
|
|
8507
8496
|
string(replacement);
|
|
8508
8497
|
if (isSpecialScheme(files)) {
|
|
8509
|
-
await invoke$
|
|
8498
|
+
await invoke$r('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
|
|
8510
8499
|
return;
|
|
8511
8500
|
}
|
|
8512
|
-
await invoke$
|
|
8501
|
+
await invoke$s('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
|
|
8513
8502
|
};
|
|
8514
8503
|
|
|
8515
8504
|
const applyFileReplacement = async edit => {
|
|
@@ -8745,7 +8734,7 @@ const Chrome_ipc = {
|
|
|
8745
8734
|
|
|
8746
8735
|
const clipBoardWorkerUrl = `${assetDir}/packages/clipboard-worker/dist/clipBoardWorkerMain.js`;
|
|
8747
8736
|
|
|
8748
|
-
const getConfiguredWorkerUrl$
|
|
8737
|
+
const getConfiguredWorkerUrl$g = () => {
|
|
8749
8738
|
let configuredWorkerUrl = get$e('develop.clipBoardWorkerPath') || '';
|
|
8750
8739
|
if (configuredWorkerUrl) {
|
|
8751
8740
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -8761,50 +8750,50 @@ const launchClipBoardWorker = async () => {
|
|
|
8761
8750
|
const ipc = await create$10({
|
|
8762
8751
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
8763
8752
|
name,
|
|
8764
|
-
url: getConfiguredWorkerUrl$
|
|
8753
|
+
url: getConfiguredWorkerUrl$g()
|
|
8765
8754
|
});
|
|
8766
8755
|
handleIpc(ipc);
|
|
8767
|
-
await invoke$
|
|
8756
|
+
await invoke$v(ipc, 'ClipBoard.initialize', platform);
|
|
8768
8757
|
return ipc;
|
|
8769
8758
|
};
|
|
8770
8759
|
|
|
8771
8760
|
const {
|
|
8772
|
-
invoke: invoke$
|
|
8761
|
+
invoke: invoke$k} = getOrCreateWorker(launchClipBoardWorker);
|
|
8773
8762
|
|
|
8774
8763
|
const readText = async () => {
|
|
8775
|
-
return await invoke$
|
|
8764
|
+
return await invoke$k('ClipBoard.readText');
|
|
8776
8765
|
};
|
|
8777
8766
|
const writeText$1 = async text => {
|
|
8778
|
-
return await invoke$
|
|
8767
|
+
return await invoke$k('ClipBoard.writeText', text);
|
|
8779
8768
|
};
|
|
8780
8769
|
const enableMemoryClipBoard = async () => {
|
|
8781
|
-
return await invoke$
|
|
8770
|
+
return await invoke$k('ClipBoard.enableMemoryClipBoard');
|
|
8782
8771
|
};
|
|
8783
8772
|
const readMemoryText = async () => {
|
|
8784
|
-
return await invoke$
|
|
8773
|
+
return await invoke$k('ClipBoard.readMemoryText');
|
|
8785
8774
|
};
|
|
8786
8775
|
const disableMemoryClipBoard = async () => {
|
|
8787
|
-
return await invoke$
|
|
8776
|
+
return await invoke$k('ClipBoard.disableMemoryClipBoard');
|
|
8788
8777
|
};
|
|
8789
8778
|
const hotReload$b = async () => {
|
|
8790
|
-
return await invoke$
|
|
8779
|
+
return await invoke$k('ClipBoard.hotReload');
|
|
8791
8780
|
};
|
|
8792
8781
|
const writeNativeFiles = async (type, files) => {
|
|
8793
|
-
return await invoke$
|
|
8782
|
+
return await invoke$k('ClipBoard.writeNativeFiles', type, files);
|
|
8794
8783
|
};
|
|
8795
8784
|
const readNativeFiles = async () => {
|
|
8796
|
-
return await invoke$
|
|
8785
|
+
return await invoke$k('ClipBoard.readNativeFiles');
|
|
8797
8786
|
};
|
|
8798
8787
|
const writeImage = async blob => {
|
|
8799
8788
|
try {
|
|
8800
|
-
return await invoke$
|
|
8789
|
+
return await invoke$u('ClipBoard.writeImage', blob);
|
|
8801
8790
|
} catch (error) {
|
|
8802
8791
|
throw new VError(error, 'Failed to write image to clipboard');
|
|
8803
8792
|
}
|
|
8804
8793
|
};
|
|
8805
8794
|
const execCopy = async () => {
|
|
8806
8795
|
try {
|
|
8807
|
-
return await invoke$
|
|
8796
|
+
return await invoke$u('ClipBoard.execCopy');
|
|
8808
8797
|
} catch (error) {
|
|
8809
8798
|
throw new VError(error, 'Failed to copy selected text');
|
|
8810
8799
|
}
|
|
@@ -8831,7 +8820,7 @@ const ClipBoard_ipc = {
|
|
|
8831
8820
|
};
|
|
8832
8821
|
|
|
8833
8822
|
const getColorThemeNames = async () => {
|
|
8834
|
-
return invoke$
|
|
8823
|
+
return invoke$r('ColorTheme.getColorThemeNames');
|
|
8835
8824
|
};
|
|
8836
8825
|
|
|
8837
8826
|
const name$25 = 'ColorTheme';
|
|
@@ -8854,7 +8843,7 @@ const getProductNameLong = () => {
|
|
|
8854
8843
|
};
|
|
8855
8844
|
|
|
8856
8845
|
const showOpenDialog = (title, properties) => {
|
|
8857
|
-
return invoke$
|
|
8846
|
+
return invoke$s('ElectronDialog.showOpenDialog', title, properties);
|
|
8858
8847
|
};
|
|
8859
8848
|
const showMessageBox = async options => {
|
|
8860
8849
|
// TODO maybe request window id here instead of at caller
|
|
@@ -8866,7 +8855,7 @@ const showMessageBox = async options => {
|
|
|
8866
8855
|
productName,
|
|
8867
8856
|
windowId
|
|
8868
8857
|
};
|
|
8869
|
-
return invoke$
|
|
8858
|
+
return invoke$s('ElectronDialog.showMessageBox', finalOptions);
|
|
8870
8859
|
};
|
|
8871
8860
|
|
|
8872
8861
|
const Question = 'question';
|
|
@@ -8883,10 +8872,29 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
|
|
|
8883
8872
|
};
|
|
8884
8873
|
|
|
8885
8874
|
const prompt$2 = async (message, confirmMessage, title) => {
|
|
8886
|
-
const result = await invoke$
|
|
8875
|
+
const result = await invoke$u('ConfirmPrompt.prompt', message);
|
|
8887
8876
|
return result;
|
|
8888
8877
|
};
|
|
8889
8878
|
|
|
8879
|
+
const emptyObject = {};
|
|
8880
|
+
const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
|
|
8881
|
+
|
|
8882
|
+
/**
|
|
8883
|
+
*
|
|
8884
|
+
* @param {string} key
|
|
8885
|
+
* @param {any} placeholders
|
|
8886
|
+
* @returns {string}
|
|
8887
|
+
*/
|
|
8888
|
+
const i18nString = (key, placeholders = emptyObject) => {
|
|
8889
|
+
if (placeholders === emptyObject) {
|
|
8890
|
+
return key;
|
|
8891
|
+
}
|
|
8892
|
+
const replacer = (match, rest) => {
|
|
8893
|
+
return placeholders[rest];
|
|
8894
|
+
};
|
|
8895
|
+
return key.replaceAll(RE_PLACEHOLDER, replacer);
|
|
8896
|
+
};
|
|
8897
|
+
|
|
8890
8898
|
/**
|
|
8891
8899
|
* @enum {string}
|
|
8892
8900
|
*/
|
|
@@ -8903,11 +8911,12 @@ const ok = () => {
|
|
|
8903
8911
|
|
|
8904
8912
|
let _mockId$1 = 0;
|
|
8905
8913
|
const showMockConfirmPrompt = async (message, options) => {
|
|
8906
|
-
const ipc = get$
|
|
8907
|
-
const result = await invoke$
|
|
8914
|
+
const ipc = get$d();
|
|
8915
|
+
const result = await invoke$v(ipc, 'Test.executeMock', _mockId$1, message, options);
|
|
8908
8916
|
return result;
|
|
8909
8917
|
};
|
|
8910
8918
|
const prompt$1 = async (message, {
|
|
8919
|
+
platform: platform$1 = platform,
|
|
8911
8920
|
confirmMessage = ok(),
|
|
8912
8921
|
title = '',
|
|
8913
8922
|
cancelMessage = cancel()
|
|
@@ -8922,7 +8931,7 @@ const prompt$1 = async (message, {
|
|
|
8922
8931
|
// TODO always ask shared process for prompts
|
|
8923
8932
|
// when running in electron it uses native prompts
|
|
8924
8933
|
// when running in node or web it uses browser prompts
|
|
8925
|
-
if (platform === Electron$1) {
|
|
8934
|
+
if (platform$1 === Electron$1) {
|
|
8926
8935
|
return prompt$3(message, confirmMessage, title, cancelMessage);
|
|
8927
8936
|
}
|
|
8928
8937
|
return prompt$2(message);
|
|
@@ -8944,21 +8953,21 @@ const ConfirmPrompt_ipc = {
|
|
|
8944
8953
|
};
|
|
8945
8954
|
|
|
8946
8955
|
const startRecording = options => {
|
|
8947
|
-
return invoke$
|
|
8956
|
+
return invoke$s('ElectronContentTracing.startRecording', options);
|
|
8948
8957
|
};
|
|
8949
8958
|
|
|
8950
8959
|
/**
|
|
8951
8960
|
* @returns {Promise<string>}
|
|
8952
8961
|
*/
|
|
8953
8962
|
const stopRecording = () => {
|
|
8954
|
-
return invoke$
|
|
8963
|
+
return invoke$s('ElectronContentTracing.stopRecording');
|
|
8955
8964
|
};
|
|
8956
8965
|
|
|
8957
8966
|
const showItemInFolder = fullPath => {
|
|
8958
|
-
return invoke$
|
|
8967
|
+
return invoke$s('OpenExternal.showItemInFolder', fullPath);
|
|
8959
8968
|
};
|
|
8960
8969
|
const openExternal$2 = url => {
|
|
8961
|
-
return invoke$
|
|
8970
|
+
return invoke$s('OpenExternal.openExternal', url);
|
|
8962
8971
|
};
|
|
8963
8972
|
|
|
8964
8973
|
const openNativeFolderWeb = absolutePath => {
|
|
@@ -8966,7 +8975,7 @@ const openNativeFolderWeb = absolutePath => {
|
|
|
8966
8975
|
};
|
|
8967
8976
|
const openNativeFolderRemote = async absolutePath => {
|
|
8968
8977
|
try {
|
|
8969
|
-
await invoke$
|
|
8978
|
+
await invoke$s(OpenNativeFolder, /* path */absolutePath);
|
|
8970
8979
|
} catch (error) {
|
|
8971
8980
|
throw new VError(error, `Failed to open folder ${absolutePath}`);
|
|
8972
8981
|
}
|
|
@@ -9089,26 +9098,26 @@ const Debug_ipc = {
|
|
|
9089
9098
|
|
|
9090
9099
|
const attachDebugger = async pid => {
|
|
9091
9100
|
number(pid);
|
|
9092
|
-
await invoke$
|
|
9101
|
+
await invoke$s('AttachDebugger.attachDebugger', pid);
|
|
9093
9102
|
};
|
|
9094
9103
|
|
|
9095
9104
|
const getPid = () => {
|
|
9096
|
-
return invoke$
|
|
9105
|
+
return invoke$s('Process.getPid');
|
|
9097
9106
|
};
|
|
9098
9107
|
const getElectronVersion = () => {
|
|
9099
|
-
return invoke$
|
|
9108
|
+
return invoke$s('ElectronProcess.getElectronVersion');
|
|
9100
9109
|
};
|
|
9101
9110
|
const getNodeVersion = () => {
|
|
9102
|
-
return invoke$
|
|
9111
|
+
return invoke$s('Process.getNodeVersion');
|
|
9103
9112
|
};
|
|
9104
9113
|
const getChromeVersion = () => {
|
|
9105
|
-
return invoke$
|
|
9114
|
+
return invoke$s('ElectronProcess.getChromeVersion');
|
|
9106
9115
|
};
|
|
9107
9116
|
const getV8Version = () => {
|
|
9108
|
-
return invoke$
|
|
9117
|
+
return invoke$s('Process.getV8Version');
|
|
9109
9118
|
};
|
|
9110
9119
|
const getArch = () => {
|
|
9111
|
-
return invoke$
|
|
9120
|
+
return invoke$s('Process.getArch');
|
|
9112
9121
|
};
|
|
9113
9122
|
|
|
9114
9123
|
const debugSharedProcess = async () => {
|
|
@@ -9128,10 +9137,10 @@ const DebugSharedProcess_ipc = {
|
|
|
9128
9137
|
};
|
|
9129
9138
|
|
|
9130
9139
|
const crashSharedProcess = () => {
|
|
9131
|
-
return invoke$
|
|
9140
|
+
return invoke$s('Crash.crashSharedProcess');
|
|
9132
9141
|
};
|
|
9133
9142
|
const crashMainProcess = () => {
|
|
9134
|
-
return invoke$
|
|
9143
|
+
return invoke$s('Crash.crashMainProcess');
|
|
9135
9144
|
};
|
|
9136
9145
|
|
|
9137
9146
|
const toggleDeveloperTools$1 = () => {
|
|
@@ -9147,7 +9156,7 @@ const openCacheFolder = async () => {
|
|
|
9147
9156
|
await openNativeFolder(cacheFolder);
|
|
9148
9157
|
};
|
|
9149
9158
|
const openDataFolder = async () => {
|
|
9150
|
-
const dataFolder = await invoke$
|
|
9159
|
+
const dataFolder = await invoke$s(/* Platform.getDataDir */'Platform.getDataDir');
|
|
9151
9160
|
await openNativeFolder(dataFolder);
|
|
9152
9161
|
};
|
|
9153
9162
|
const openLogsFolder = async () => {
|
|
@@ -9156,11 +9165,12 @@ const openLogsFolder = async () => {
|
|
|
9156
9165
|
return;
|
|
9157
9166
|
}
|
|
9158
9167
|
const logsFolder = await getLogsDir();
|
|
9168
|
+
await invoke$s('FileSystem.mkdir', /* path */logsFolder);
|
|
9159
9169
|
await openNativeFolder(logsFolder);
|
|
9160
9170
|
};
|
|
9161
9171
|
|
|
9162
9172
|
const getPerformanceEntries = () => {
|
|
9163
|
-
return invoke$
|
|
9173
|
+
return invoke$s('ElectronDeveloper.getPerformanceEntries');
|
|
9164
9174
|
};
|
|
9165
9175
|
|
|
9166
9176
|
const toMarkdownTable = (header, rows) => {
|
|
@@ -9401,7 +9411,7 @@ const getNodeTiming = () => {
|
|
|
9401
9411
|
if (platform === Web$1) {
|
|
9402
9412
|
return undefined;
|
|
9403
9413
|
}
|
|
9404
|
-
return invoke$
|
|
9414
|
+
return invoke$s(/* command */'Performance.getNodeStartupTiming');
|
|
9405
9415
|
};
|
|
9406
9416
|
const getMeasureEntries = () => {
|
|
9407
9417
|
const measureEntries = getEntriesByType(Measure);
|
|
@@ -9490,13 +9500,13 @@ const formatRendererProcessData = ({
|
|
|
9490
9500
|
return toMarkdownTable(header, rows);
|
|
9491
9501
|
};
|
|
9492
9502
|
const getSharedProcessMemoryUsage = () => {
|
|
9493
|
-
return invoke$
|
|
9503
|
+
return invoke$s(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
|
|
9494
9504
|
};
|
|
9495
9505
|
const getPerformanceMemory = () => {
|
|
9496
|
-
return invoke$
|
|
9506
|
+
return invoke$u('Performance.getMemory');
|
|
9497
9507
|
};
|
|
9498
9508
|
const getPerformanceUserAgentSpecificMemory = () => {
|
|
9499
|
-
return invoke$
|
|
9509
|
+
return invoke$u('Performance.measureUserAgentSpecificMemory');
|
|
9500
9510
|
};
|
|
9501
9511
|
|
|
9502
9512
|
// TODO handle case when renderer process and renderer worker are same process communicating via messagePort
|
|
@@ -9545,13 +9555,13 @@ const showMemoryUsage = async () => {
|
|
|
9545
9555
|
|
|
9546
9556
|
// TODO not sure if this function is useful
|
|
9547
9557
|
const allocateMemoryInSharedProcess = () => {
|
|
9548
|
-
return invoke$
|
|
9558
|
+
return invoke$s(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
|
|
9549
9559
|
};
|
|
9550
9560
|
const createSharedProcessHeapSnapshot = async () => {
|
|
9551
|
-
await invoke$
|
|
9561
|
+
await invoke$s(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
|
|
9552
9562
|
};
|
|
9553
9563
|
const createSharedProcessProfile = async () => {
|
|
9554
|
-
await invoke$
|
|
9564
|
+
await invoke$s(/* Developer.createProfile */'Developer.createProfile');
|
|
9555
9565
|
};
|
|
9556
9566
|
const reloadIconTheme = async () => {
|
|
9557
9567
|
await hydrate$4();
|
|
@@ -9739,12 +9749,12 @@ const revokeObjectUrl = url => {
|
|
|
9739
9749
|
const downloadFile = async (fileName, url) => {
|
|
9740
9750
|
string(fileName);
|
|
9741
9751
|
string(url);
|
|
9742
|
-
await invoke$
|
|
9752
|
+
await invoke$u(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
|
|
9743
9753
|
};
|
|
9744
9754
|
const downloadToDownloadsFolder = async (fileName, url) => {
|
|
9745
9755
|
const downloadFolder = await getDownloadDir();
|
|
9746
9756
|
const outFile = `${downloadFolder}/${fileName}`;
|
|
9747
|
-
await invoke$
|
|
9757
|
+
await invoke$s(DownloadDownload, /* url */url, /* outFile */outFile);
|
|
9748
9758
|
};
|
|
9749
9759
|
const downloadJson = async (json, fileName) => {
|
|
9750
9760
|
let url = '';
|
|
@@ -9762,11 +9772,6 @@ const downloadJson = async (json, fileName) => {
|
|
|
9762
9772
|
revokeObjectUrl(url);
|
|
9763
9773
|
}
|
|
9764
9774
|
};
|
|
9765
|
-
const downloadUrl = (url, outFile) => {
|
|
9766
|
-
string(url);
|
|
9767
|
-
string(outFile);
|
|
9768
|
-
return invoke$q('Download.download', url, outFile);
|
|
9769
|
-
};
|
|
9770
9775
|
|
|
9771
9776
|
const name$1Z = 'Download';
|
|
9772
9777
|
const Commands$1V = {
|
|
@@ -9843,7 +9848,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
9843
9848
|
const x$1 = x(editor, rowIndex, columnIndex);
|
|
9844
9849
|
// @ts-ignore
|
|
9845
9850
|
const y$1 = y(editor, rowIndex);
|
|
9846
|
-
await invoke$
|
|
9851
|
+
await invoke$u(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
9847
9852
|
};
|
|
9848
9853
|
|
|
9849
9854
|
const Commands$1T = {
|
|
@@ -9965,7 +9970,6 @@ const Terminal = 14;
|
|
|
9965
9970
|
const TitleBar$1 = 15;
|
|
9966
9971
|
const View$1 = 16;
|
|
9967
9972
|
const ActivityBarAdditionalViews = 17;
|
|
9968
|
-
const Search = 18;
|
|
9969
9973
|
const SimpleBrowser = 21;
|
|
9970
9974
|
const SourceControl = 22;
|
|
9971
9975
|
const Problems = 23;
|
|
@@ -9974,8 +9978,8 @@ const ProblemsFilter = 25;
|
|
|
9974
9978
|
const KeyBindingsTable = 26;
|
|
9975
9979
|
const E2eTests = 27;
|
|
9976
9980
|
|
|
9977
|
-
const id$
|
|
9978
|
-
const getMenuEntries$
|
|
9981
|
+
const id$k = Edit;
|
|
9982
|
+
const getMenuEntries$p = () => {
|
|
9979
9983
|
return [{
|
|
9980
9984
|
id: 'undo',
|
|
9981
9985
|
label: undo(),
|
|
@@ -10016,8 +10020,8 @@ const getMenuEntries$q = () => {
|
|
|
10016
10020
|
|
|
10017
10021
|
const MenuEntriesEdit = {
|
|
10018
10022
|
__proto__: null,
|
|
10019
|
-
getMenuEntries: getMenuEntries$
|
|
10020
|
-
id: id$
|
|
10023
|
+
getMenuEntries: getMenuEntries$p,
|
|
10024
|
+
id: id$k
|
|
10021
10025
|
};
|
|
10022
10026
|
|
|
10023
10027
|
/**
|
|
@@ -10058,8 +10062,8 @@ const exit$1 = () => {
|
|
|
10058
10062
|
return i18nString(UiStrings$e.Exit);
|
|
10059
10063
|
};
|
|
10060
10064
|
|
|
10061
|
-
const id$
|
|
10062
|
-
const getMenuEntries$
|
|
10065
|
+
const id$j = File;
|
|
10066
|
+
const getMenuEntries$o = () => {
|
|
10063
10067
|
const entries = [{
|
|
10064
10068
|
id: 'newFile',
|
|
10065
10069
|
label: newFile(),
|
|
@@ -10109,19 +10113,19 @@ const getMenuEntries$p = () => {
|
|
|
10109
10113
|
|
|
10110
10114
|
const MenuEntriesFile = {
|
|
10111
10115
|
__proto__: null,
|
|
10112
|
-
getMenuEntries: getMenuEntries$
|
|
10113
|
-
id: id$
|
|
10116
|
+
getMenuEntries: getMenuEntries$o,
|
|
10117
|
+
id: id$j
|
|
10114
10118
|
};
|
|
10115
10119
|
|
|
10116
|
-
const id$
|
|
10117
|
-
const getMenuEntries$
|
|
10120
|
+
const id$i = Go;
|
|
10121
|
+
const getMenuEntries$n = () => {
|
|
10118
10122
|
return [];
|
|
10119
10123
|
};
|
|
10120
10124
|
|
|
10121
10125
|
const MenuEntriesGo = {
|
|
10122
10126
|
__proto__: null,
|
|
10123
|
-
getMenuEntries: getMenuEntries$
|
|
10124
|
-
id: id$
|
|
10127
|
+
getMenuEntries: getMenuEntries$n,
|
|
10128
|
+
id: id$i
|
|
10125
10129
|
};
|
|
10126
10130
|
|
|
10127
10131
|
/**
|
|
@@ -10166,11 +10170,11 @@ const isAutoUpdateSupported = () => {
|
|
|
10166
10170
|
if (platform !== Electron$1) {
|
|
10167
10171
|
return false;
|
|
10168
10172
|
}
|
|
10169
|
-
return invoke$
|
|
10173
|
+
return invoke$s('IsAutoUpdateSupported.isAutoUpdateSupported');
|
|
10170
10174
|
};
|
|
10171
10175
|
|
|
10172
|
-
const id$
|
|
10173
|
-
const getMenuEntries$
|
|
10176
|
+
const id$h = Help$1;
|
|
10177
|
+
const getMenuEntries$m = async () => {
|
|
10174
10178
|
const autoUpdateSupported = await isAutoUpdateSupported();
|
|
10175
10179
|
const entries = [];
|
|
10176
10180
|
if (platform !== Web$1) {
|
|
@@ -10208,23 +10212,23 @@ const getMenuEntries$n = async () => {
|
|
|
10208
10212
|
|
|
10209
10213
|
const MenuEntriesHelp = {
|
|
10210
10214
|
__proto__: null,
|
|
10211
|
-
getMenuEntries: getMenuEntries$
|
|
10212
|
-
id: id$
|
|
10215
|
+
getMenuEntries: getMenuEntries$m,
|
|
10216
|
+
id: id$h
|
|
10213
10217
|
};
|
|
10214
10218
|
|
|
10215
|
-
const id$
|
|
10216
|
-
const getMenuEntries$
|
|
10219
|
+
const id$g = Run;
|
|
10220
|
+
const getMenuEntries$l = () => {
|
|
10217
10221
|
return [];
|
|
10218
10222
|
};
|
|
10219
10223
|
|
|
10220
10224
|
const MenuEntriesRun = {
|
|
10221
10225
|
__proto__: null,
|
|
10222
|
-
getMenuEntries: getMenuEntries$
|
|
10223
|
-
id: id$
|
|
10226
|
+
getMenuEntries: getMenuEntries$l,
|
|
10227
|
+
id: id$g
|
|
10224
10228
|
};
|
|
10225
10229
|
|
|
10226
|
-
const id$
|
|
10227
|
-
const getMenuEntries$
|
|
10230
|
+
const id$f = Selection;
|
|
10231
|
+
const getMenuEntries$k = () => {
|
|
10228
10232
|
return [{
|
|
10229
10233
|
id: 'selectAll',
|
|
10230
10234
|
label: selectAll(),
|
|
@@ -10255,8 +10259,8 @@ const getMenuEntries$l = () => {
|
|
|
10255
10259
|
|
|
10256
10260
|
const MenuEntriesSelection = {
|
|
10257
10261
|
__proto__: null,
|
|
10258
|
-
getMenuEntries: getMenuEntries$
|
|
10259
|
-
id: id$
|
|
10262
|
+
getMenuEntries: getMenuEntries$k,
|
|
10263
|
+
id: id$f
|
|
10260
10264
|
};
|
|
10261
10265
|
|
|
10262
10266
|
/**
|
|
@@ -10277,8 +10281,8 @@ const newTerminal = () => {
|
|
|
10277
10281
|
return i18nString(UiStrings$c.NewTerminal);
|
|
10278
10282
|
};
|
|
10279
10283
|
|
|
10280
|
-
const id$
|
|
10281
|
-
const getMenuEntries$
|
|
10284
|
+
const id$e = Terminal;
|
|
10285
|
+
const getMenuEntries$j = () => {
|
|
10282
10286
|
return [{
|
|
10283
10287
|
id: 'newTerminal',
|
|
10284
10288
|
label: newTerminal(),
|
|
@@ -10290,8 +10294,8 @@ const getMenuEntries$k = () => {
|
|
|
10290
10294
|
|
|
10291
10295
|
const MenuEntriesTerminal = {
|
|
10292
10296
|
__proto__: null,
|
|
10293
|
-
getMenuEntries: getMenuEntries$
|
|
10294
|
-
id: id$
|
|
10297
|
+
getMenuEntries: getMenuEntries$j,
|
|
10298
|
+
id: id$e
|
|
10295
10299
|
};
|
|
10296
10300
|
|
|
10297
10301
|
const getModule$1 = () => {
|
|
@@ -10302,27 +10306,27 @@ const getModule$1 = () => {
|
|
|
10302
10306
|
return Promise.resolve().then(function () { return MenuEntriesTitleBarRemote; });
|
|
10303
10307
|
}
|
|
10304
10308
|
};
|
|
10305
|
-
const id$
|
|
10306
|
-
const getMenuEntries$
|
|
10309
|
+
const id$d = TitleBar$1;
|
|
10310
|
+
const getMenuEntries$i = async () => {
|
|
10307
10311
|
const module = await getModule$1();
|
|
10308
10312
|
return module.getMenuEntries();
|
|
10309
10313
|
};
|
|
10310
10314
|
|
|
10311
10315
|
const MenuEntriesTitleBar = {
|
|
10312
10316
|
__proto__: null,
|
|
10313
|
-
getMenuEntries: getMenuEntries$
|
|
10314
|
-
id: id$
|
|
10317
|
+
getMenuEntries: getMenuEntries$i,
|
|
10318
|
+
id: id$d
|
|
10315
10319
|
};
|
|
10316
10320
|
|
|
10317
|
-
const id$
|
|
10318
|
-
const getMenuEntries$
|
|
10321
|
+
const id$c = View$1;
|
|
10322
|
+
const getMenuEntries$h = () => {
|
|
10319
10323
|
return [];
|
|
10320
10324
|
};
|
|
10321
10325
|
|
|
10322
10326
|
const MenuEntriesView = {
|
|
10323
10327
|
__proto__: null,
|
|
10324
|
-
getMenuEntries: getMenuEntries$
|
|
10325
|
-
id: id$
|
|
10328
|
+
getMenuEntries: getMenuEntries$h,
|
|
10329
|
+
id: id$c
|
|
10326
10330
|
};
|
|
10327
10331
|
|
|
10328
10332
|
// based on https://www.electronjs.org/docs/latest/api/menu-item#new-menuitemoptions
|
|
@@ -10478,7 +10482,7 @@ const state$f = {
|
|
|
10478
10482
|
};
|
|
10479
10483
|
const setItems = async items => {
|
|
10480
10484
|
const windowId = await getWindowId();
|
|
10481
|
-
return invoke$
|
|
10485
|
+
return invoke$s('ElectronApplicationMenu.setItems', windowId, items);
|
|
10482
10486
|
};
|
|
10483
10487
|
const getEntryMap = async modules => {
|
|
10484
10488
|
const map = Object.create(null);
|
|
@@ -10541,7 +10545,7 @@ const ElectronBrowserView_ipc = {
|
|
|
10541
10545
|
};
|
|
10542
10546
|
|
|
10543
10547
|
const writeText = text => {
|
|
10544
|
-
return invoke$
|
|
10548
|
+
return invoke$s('ElectronClipBoard.writeText', text);
|
|
10545
10549
|
};
|
|
10546
10550
|
|
|
10547
10551
|
const name$1V = 'ElectronClipBoard';
|
|
@@ -10600,7 +10604,7 @@ const ErrorHandling_ipc = {
|
|
|
10600
10604
|
};
|
|
10601
10605
|
|
|
10602
10606
|
const exit = () => {
|
|
10603
|
-
return invoke$
|
|
10607
|
+
return invoke$s('Exit.exit');
|
|
10604
10608
|
};
|
|
10605
10609
|
|
|
10606
10610
|
const name$1R = 'Exit';
|
|
@@ -10641,13 +10645,13 @@ const executeCommand = (id, ...args) => {
|
|
|
10641
10645
|
});
|
|
10642
10646
|
};
|
|
10643
10647
|
const searchFileWithFetch = (...args) => {
|
|
10644
|
-
return invoke$
|
|
10648
|
+
return invoke$r('SearchFileWithFetch.searchFileWithFetch', ...args);
|
|
10645
10649
|
};
|
|
10646
10650
|
const searchFileWithHtml = (...args) => {
|
|
10647
|
-
return invoke$
|
|
10651
|
+
return invoke$r('SearchFileWithHtml.searchFileWithHtml', ...args);
|
|
10648
10652
|
};
|
|
10649
10653
|
const searchFileWithMemory = (...args) => {
|
|
10650
|
-
return invoke$
|
|
10654
|
+
return invoke$r('SearchFileWithMemory.searchFileWithMemory', ...args);
|
|
10651
10655
|
};
|
|
10652
10656
|
|
|
10653
10657
|
const state$e = {
|
|
@@ -10740,7 +10744,7 @@ const Extensions_ipc = {
|
|
|
10740
10744
|
|
|
10741
10745
|
const showDirectoryPicker = async options => {
|
|
10742
10746
|
try {
|
|
10743
|
-
return await invoke$
|
|
10747
|
+
return await invoke$u('FilePicker.showDirectoryPicker', options);
|
|
10744
10748
|
} catch (error) {
|
|
10745
10749
|
if (error &&
|
|
10746
10750
|
// @ts-ignore
|
|
@@ -10751,11 +10755,11 @@ const showDirectoryPicker = async options => {
|
|
|
10751
10755
|
}
|
|
10752
10756
|
};
|
|
10753
10757
|
const showFilePicker = options => {
|
|
10754
|
-
return invoke$
|
|
10758
|
+
return invoke$u('FilePicker.showFilePicker', options);
|
|
10755
10759
|
};
|
|
10756
10760
|
const doShowSaveFilePicker = async options => {
|
|
10757
10761
|
try {
|
|
10758
|
-
return await invoke$
|
|
10762
|
+
return await invoke$u('FilePicker.showSaveFilePicker', options);
|
|
10759
10763
|
} catch (error) {
|
|
10760
10764
|
if (error &&
|
|
10761
10765
|
// @ts-ignore
|
|
@@ -10767,8 +10771,8 @@ const doShowSaveFilePicker = async options => {
|
|
|
10767
10771
|
};
|
|
10768
10772
|
let _mockId = 0;
|
|
10769
10773
|
const doShowMockSaveFilePicker = async () => {
|
|
10770
|
-
const ipc = get$
|
|
10771
|
-
const result = await invoke$
|
|
10774
|
+
const ipc = get$d();
|
|
10775
|
+
const result = await invoke$v(ipc, 'Test.executeMock', _mockId);
|
|
10772
10776
|
return result;
|
|
10773
10777
|
};
|
|
10774
10778
|
const showSaveFilePicker = async options => {
|
|
@@ -10811,7 +10815,8 @@ const Commands$1H = {
|
|
|
10811
10815
|
remove: remove$a,
|
|
10812
10816
|
rename: rename$7,
|
|
10813
10817
|
stat: stat$2,
|
|
10814
|
-
writeFile: writeFile$f
|
|
10818
|
+
writeFile: writeFile$f,
|
|
10819
|
+
writeBlob: writeBlob$1
|
|
10815
10820
|
};
|
|
10816
10821
|
|
|
10817
10822
|
const FileSystem_ipc = {
|
|
@@ -10858,15 +10863,15 @@ const show$8 = async (uri, top, left) => {
|
|
|
10858
10863
|
if (version !== state$d.versionId) {
|
|
10859
10864
|
return;
|
|
10860
10865
|
}
|
|
10861
|
-
await invoke$
|
|
10866
|
+
await invoke$u(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
10862
10867
|
} catch (error) {
|
|
10863
10868
|
console.error(error);
|
|
10864
|
-
await invoke$
|
|
10869
|
+
await invoke$u(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
10865
10870
|
}
|
|
10866
10871
|
};
|
|
10867
10872
|
const hide$4 = async () => {
|
|
10868
10873
|
++state$d.versionId;
|
|
10869
|
-
await invoke$
|
|
10874
|
+
await invoke$u(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
|
|
10870
10875
|
};
|
|
10871
10876
|
|
|
10872
10877
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
@@ -11002,7 +11007,7 @@ const getCompletionWorkerUrl = () => {
|
|
|
11002
11007
|
|
|
11003
11008
|
const extensionHostSubWorkerUrl = `${assetDir}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js`;
|
|
11004
11009
|
|
|
11005
|
-
const getConfiguredWorkerUrl$
|
|
11010
|
+
const getConfiguredWorkerUrl$f = () => {
|
|
11006
11011
|
let configuredWorkerUrl = get$e('develop.extensionHostSubWorkerPath') || '';
|
|
11007
11012
|
if (configuredWorkerUrl) {
|
|
11008
11013
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -11014,7 +11019,7 @@ const getConfiguredWorkerUrl$e = () => {
|
|
|
11014
11019
|
return configuredWorkerUrl;
|
|
11015
11020
|
};
|
|
11016
11021
|
const getExtensionHostSubWorkerUrl = () => {
|
|
11017
|
-
return getConfiguredWorkerUrl$
|
|
11022
|
+
return getConfiguredWorkerUrl$f();
|
|
11018
11023
|
};
|
|
11019
11024
|
|
|
11020
11025
|
const findWidgetWorkerUrl = `${assetDir}/packages/find-widget-worker/dist/findWidgetWorkerMain.js`;
|
|
@@ -11203,41 +11208,6 @@ const LocalStorage_ipc = {
|
|
|
11203
11208
|
name: name$1D
|
|
11204
11209
|
};
|
|
11205
11210
|
|
|
11206
|
-
const executeMenuItemCommand = async item => {
|
|
11207
|
-
if (!item.command) {
|
|
11208
|
-
warn('item has missing command', item);
|
|
11209
|
-
return;
|
|
11210
|
-
}
|
|
11211
|
-
const args = item.args || [];
|
|
11212
|
-
await execute$4(item.command, ...args);
|
|
11213
|
-
};
|
|
11214
|
-
|
|
11215
|
-
const matchesArgs = (a, b) => {
|
|
11216
|
-
if (!a && !b) {
|
|
11217
|
-
return true;
|
|
11218
|
-
}
|
|
11219
|
-
if (!a && b || !b && a) {
|
|
11220
|
-
return false;
|
|
11221
|
-
}
|
|
11222
|
-
if (a.length !== b.length) {
|
|
11223
|
-
return false;
|
|
11224
|
-
}
|
|
11225
|
-
for (let i = 0; i < a.length; i++) {
|
|
11226
|
-
if (a[i] !== b[i]) {
|
|
11227
|
-
return false;
|
|
11228
|
-
}
|
|
11229
|
-
}
|
|
11230
|
-
return true;
|
|
11231
|
-
};
|
|
11232
|
-
const getCommandKeyBinding = (keyBindings, command, args) => {
|
|
11233
|
-
for (const keyBinding of keyBindings) {
|
|
11234
|
-
if (keyBinding.command === command && matchesArgs(keyBinding.args, args)) {
|
|
11235
|
-
return keyBinding;
|
|
11236
|
-
}
|
|
11237
|
-
}
|
|
11238
|
-
return undefined;
|
|
11239
|
-
};
|
|
11240
|
-
|
|
11241
11211
|
const load$1 = id => {
|
|
11242
11212
|
switch (id) {
|
|
11243
11213
|
case TitleBar$1:
|
|
@@ -11260,7 +11230,7 @@ const getModule = id => {
|
|
|
11260
11230
|
}
|
|
11261
11231
|
return load$1(id);
|
|
11262
11232
|
};
|
|
11263
|
-
const getMenuEntries$
|
|
11233
|
+
const getMenuEntries$g = async (id, ...args) => {
|
|
11264
11234
|
try {
|
|
11265
11235
|
const module = await getModule(id);
|
|
11266
11236
|
// @ts-ignore
|
|
@@ -11281,6 +11251,41 @@ const getMenuEntries2 = async (uid, menuId, ...args) => {
|
|
|
11281
11251
|
}
|
|
11282
11252
|
};
|
|
11283
11253
|
|
|
11254
|
+
const executeMenuItemCommand = async item => {
|
|
11255
|
+
if (!item.command) {
|
|
11256
|
+
warn('item has missing command', item);
|
|
11257
|
+
return;
|
|
11258
|
+
}
|
|
11259
|
+
const args = item.args || [];
|
|
11260
|
+
await execute$4(item.command, ...args);
|
|
11261
|
+
};
|
|
11262
|
+
|
|
11263
|
+
const matchesArgs = (a, b) => {
|
|
11264
|
+
if (!a && !b) {
|
|
11265
|
+
return true;
|
|
11266
|
+
}
|
|
11267
|
+
if (!a && b || !b && a) {
|
|
11268
|
+
return false;
|
|
11269
|
+
}
|
|
11270
|
+
if (a.length !== b.length) {
|
|
11271
|
+
return false;
|
|
11272
|
+
}
|
|
11273
|
+
for (let i = 0; i < a.length; i++) {
|
|
11274
|
+
if (a[i] !== b[i]) {
|
|
11275
|
+
return false;
|
|
11276
|
+
}
|
|
11277
|
+
}
|
|
11278
|
+
return true;
|
|
11279
|
+
};
|
|
11280
|
+
const getCommandKeyBinding = (keyBindings, command, args) => {
|
|
11281
|
+
for (const keyBinding of keyBindings) {
|
|
11282
|
+
if (keyBinding.command === command && matchesArgs(keyBinding.args, args)) {
|
|
11283
|
+
return keyBinding;
|
|
11284
|
+
}
|
|
11285
|
+
}
|
|
11286
|
+
return undefined;
|
|
11287
|
+
};
|
|
11288
|
+
|
|
11284
11289
|
const addKeyBindings = menuEntries => {
|
|
11285
11290
|
const keyBindings = state$u.matchingKeyBindings;
|
|
11286
11291
|
const newMenuEntries = [];
|
|
@@ -11296,7 +11301,7 @@ const addKeyBindings = menuEntries => {
|
|
|
11296
11301
|
return newMenuEntries;
|
|
11297
11302
|
};
|
|
11298
11303
|
const getMenuEntriesWithKeyBindings = async (id, ...args) => {
|
|
11299
|
-
const menuEntries = await getMenuEntries$
|
|
11304
|
+
const menuEntries = await getMenuEntries$g(id, ...args);
|
|
11300
11305
|
const newMenuEntries = addKeyBindings(menuEntries);
|
|
11301
11306
|
return newMenuEntries;
|
|
11302
11307
|
};
|
|
@@ -11897,6 +11902,34 @@ const getVisible = (items, focusedIndex, expanded, level) => {
|
|
|
11897
11902
|
return visibleItems;
|
|
11898
11903
|
};
|
|
11899
11904
|
|
|
11905
|
+
const menuWorkerUrl = `${assetDir}/packages/menu-worker/dist/menuWorkerMain.js`;
|
|
11906
|
+
|
|
11907
|
+
const getConfiguredWorkerUrl$e = () => {
|
|
11908
|
+
let configuredWorkerUrl = get$e('develop.menuWorkerPath') || '';
|
|
11909
|
+
if (configuredWorkerUrl) {
|
|
11910
|
+
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
11911
|
+
}
|
|
11912
|
+
configuredWorkerUrl = configuredWorkerUrl || menuWorkerUrl;
|
|
11913
|
+
{
|
|
11914
|
+
configuredWorkerUrl = menuWorkerUrl;
|
|
11915
|
+
}
|
|
11916
|
+
return configuredWorkerUrl;
|
|
11917
|
+
};
|
|
11918
|
+
const launchMenuWorker = async () => {
|
|
11919
|
+
const name = 'Menu Worker';
|
|
11920
|
+
const ipc = await create$10({
|
|
11921
|
+
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
11922
|
+
name,
|
|
11923
|
+
url: getConfiguredWorkerUrl$e()
|
|
11924
|
+
});
|
|
11925
|
+
handleIpc(ipc);
|
|
11926
|
+
return ipc;
|
|
11927
|
+
};
|
|
11928
|
+
|
|
11929
|
+
const {
|
|
11930
|
+
invoke: invoke$j
|
|
11931
|
+
} = getOrCreateWorker(launchMenuWorker);
|
|
11932
|
+
|
|
11900
11933
|
const state$a = {
|
|
11901
11934
|
/**
|
|
11902
11935
|
* @type {any[]}
|
|
@@ -11938,64 +11971,30 @@ const addMenuInternal = menu => {
|
|
|
11938
11971
|
state$a.menus.push(menu);
|
|
11939
11972
|
return menu;
|
|
11940
11973
|
};
|
|
11941
|
-
const
|
|
11942
|
-
const
|
|
11943
|
-
const
|
|
11944
|
-
|
|
11945
|
-
|
|
11946
|
-
|
|
11947
|
-
|
|
11948
|
-
|
|
11949
|
-
|
|
11950
|
-
if (x + menuWidth > windowWidth) {
|
|
11951
|
-
x -= menuWidth;
|
|
11952
|
-
}
|
|
11953
|
-
if (y + menuHeight > windowHeight) {
|
|
11954
|
-
y -= menuHeight;
|
|
11955
|
-
}
|
|
11956
|
-
return {
|
|
11957
|
-
x,
|
|
11958
|
-
y,
|
|
11959
|
-
width: menuWidth,
|
|
11960
|
-
height: menuHeight
|
|
11961
|
-
};
|
|
11962
|
-
};
|
|
11963
|
-
const show$7 = async (x, y, id, mouseBlocking = false, ...args) => {
|
|
11964
|
-
const items = await getMenuEntriesWithKeyBindings(id, ...args);
|
|
11965
|
-
const bounds = getMenuBounds(x, y, items);
|
|
11966
|
-
const menu = addMenuInternal({
|
|
11967
|
-
id,
|
|
11968
|
-
items,
|
|
11969
|
-
focusedIndex: -1,
|
|
11970
|
-
level: state$a.menus.length,
|
|
11971
|
-
x: bounds.x,
|
|
11972
|
-
y: bounds.y
|
|
11973
|
-
});
|
|
11974
|
-
const visible = getVisible(menu.items, -1, false, menu.level);
|
|
11975
|
-
const dom = getMenuVirtualDom(visible).slice(1);
|
|
11976
|
-
await invoke$s(/* 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);
|
|
11974
|
+
const show$7 = async (x, y, menuId, mouseBlocking = false, ...args) => {
|
|
11975
|
+
const items = await getMenuEntriesWithKeyBindings(menuId, ...args);
|
|
11976
|
+
const {
|
|
11977
|
+
commands,
|
|
11978
|
+
menu
|
|
11979
|
+
} = await invoke$j('Menu.getShowCommands', items, menuId, x, y, mouseBlocking);
|
|
11980
|
+
addMenuInternal(menu);
|
|
11981
|
+
await invoke$u(...commands);
|
|
11977
11982
|
};
|
|
11978
11983
|
const show2$1 = async (uid, menuId, x, y, mouseBlocking = false, ...args) => {
|
|
11979
11984
|
const items = await getMenuEntriesWithKeyBindings2(uid, menuId, ...args);
|
|
11980
|
-
const
|
|
11981
|
-
|
|
11982
|
-
|
|
11983
|
-
|
|
11984
|
-
|
|
11985
|
-
|
|
11986
|
-
x: bounds.x,
|
|
11987
|
-
y: bounds.y
|
|
11988
|
-
});
|
|
11989
|
-
const visible = getVisible(menu.items, -1, false, menu.level);
|
|
11990
|
-
const dom = getMenuVirtualDom(visible).slice(1);
|
|
11991
|
-
await invoke$s(/* 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);
|
|
11985
|
+
const {
|
|
11986
|
+
commands,
|
|
11987
|
+
menu
|
|
11988
|
+
} = await invoke$j('Menu.getShowCommands', items, menuId, x, y, mouseBlocking);
|
|
11989
|
+
addMenuInternal(menu);
|
|
11990
|
+
await invoke$u(...commands);
|
|
11992
11991
|
};
|
|
11993
11992
|
const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
11994
11993
|
// TODO delete old menus
|
|
11995
11994
|
state$a.menus = state$a.menus.slice(0, level + 1);
|
|
11996
11995
|
const parentMenu = state$a.menus[level];
|
|
11997
11996
|
const item = parentMenu.items[index];
|
|
11998
|
-
const subMenuItems = await getMenuEntries$
|
|
11997
|
+
const subMenuItems = await getMenuEntries$g(item.id);
|
|
11999
11998
|
const subMenu = addMenuInternal({
|
|
12000
11999
|
id: item.id,
|
|
12001
12000
|
items: subMenuItems,
|
|
@@ -12010,15 +12009,15 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
|
12010
12009
|
const height = getMenuHeight(subMenuItems);
|
|
12011
12010
|
const visible = getVisible(subMenu.items, -1, false, subMenu.level);
|
|
12012
12011
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
12013
|
-
invoke$
|
|
12012
|
+
invoke$u(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
|
|
12014
12013
|
};
|
|
12015
12014
|
const showSubMenu = async (level, index) => {
|
|
12016
12015
|
await showSubMenuAtEnter(level, index, -1, -1);
|
|
12017
12016
|
};
|
|
12018
|
-
const selectIndexNone = async (menu, item
|
|
12017
|
+
const selectIndexNone = async (menu, item) => {
|
|
12019
12018
|
await Promise.all([hide$3(/* restoreFocus */false), executeMenuItemCommand(item)]);
|
|
12020
12019
|
};
|
|
12021
|
-
const selectIndexRestoreFocus = async (menu, item
|
|
12020
|
+
const selectIndexRestoreFocus = async (menu, item) => {
|
|
12022
12021
|
await Promise.all([hide$3(/* restoreFocus */true), executeMenuItemCommand(item)]);
|
|
12023
12022
|
};
|
|
12024
12023
|
const selectIndexSubMenu = async (menu, item, index) => {
|
|
@@ -12027,8 +12026,8 @@ const selectIndexSubMenu = async (menu, item, index) => {
|
|
|
12027
12026
|
}
|
|
12028
12027
|
await showSubMenu(menu.level, menu.focusedIndex);
|
|
12029
12028
|
};
|
|
12030
|
-
const selectIndexDefault = async (
|
|
12031
|
-
const selectIndexIgnore = async (menu, item
|
|
12029
|
+
const selectIndexDefault = async () => {};
|
|
12030
|
+
const selectIndexIgnore = async (menu, item) => {
|
|
12032
12031
|
await executeMenuItemCommand(item);
|
|
12033
12032
|
};
|
|
12034
12033
|
const getSelectIndexFunction = flags => {
|
|
@@ -12066,11 +12065,14 @@ const selectItem = text => {
|
|
|
12066
12065
|
throw new Error(`menu item not found: ${text}`);
|
|
12067
12066
|
};
|
|
12068
12067
|
const hide$3 = async (restoreFocus = true) => {
|
|
12069
|
-
|
|
12070
|
-
|
|
12068
|
+
const {
|
|
12069
|
+
commands,
|
|
12070
|
+
newMenus
|
|
12071
|
+
} = await invoke$j('Menu.getHideCommands', restoreFocus);
|
|
12072
|
+
state$a.menus = newMenus;
|
|
12073
|
+
if (commands.length > 0) {
|
|
12074
|
+
await invoke$u(...commands);
|
|
12071
12075
|
}
|
|
12072
|
-
state$a.menus = [];
|
|
12073
|
-
await invoke$s(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
|
|
12074
12076
|
};
|
|
12075
12077
|
|
|
12076
12078
|
// TODO difference between focusing with mouse or keyboard
|
|
@@ -12080,7 +12082,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12080
12082
|
const hideSubMenus = async level => {
|
|
12081
12083
|
if (level < state$a.menus.length) {
|
|
12082
12084
|
state$a.menus = state$a.menus.slice(0, level + 1);
|
|
12083
|
-
await invoke$
|
|
12085
|
+
await invoke$u(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
|
|
12084
12086
|
}
|
|
12085
12087
|
};
|
|
12086
12088
|
const MENU_DELAY_TRIANGLE = 300;
|
|
@@ -12125,7 +12127,7 @@ const handleMouseLeave = async () => {
|
|
|
12125
12127
|
}
|
|
12126
12128
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12127
12129
|
menu.focusedIndex = -1;
|
|
12128
|
-
await invoke$
|
|
12130
|
+
await invoke$u(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
|
|
12129
12131
|
};
|
|
12130
12132
|
const focusIndex$3 = async (menu, index) => {
|
|
12131
12133
|
if (menu.items.length === 0) {
|
|
@@ -12133,7 +12135,7 @@ const focusIndex$3 = async (menu, index) => {
|
|
|
12133
12135
|
}
|
|
12134
12136
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12135
12137
|
menu.focusedIndex = index;
|
|
12136
|
-
await invoke$
|
|
12138
|
+
await invoke$u(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
|
|
12137
12139
|
};
|
|
12138
12140
|
const getIndexToFocusNextStartingAt = (items, startIndex) => {
|
|
12139
12141
|
for (let i = startIndex; i < startIndex + items.length; i++) {
|
|
@@ -12225,7 +12227,9 @@ const Commands$1w = {
|
|
|
12225
12227
|
hide: hide$3,
|
|
12226
12228
|
selectIndex: selectIndex$2,
|
|
12227
12229
|
selectItem: selectItem,
|
|
12228
|
-
show: show$7
|
|
12230
|
+
show: show$7,
|
|
12231
|
+
getMenuEntries: getMenuEntries$g,
|
|
12232
|
+
getMenuEntries2
|
|
12229
12233
|
};
|
|
12230
12234
|
|
|
12231
12235
|
const Menu_ipc = {
|
|
@@ -12361,22 +12365,22 @@ const state$9 = {
|
|
|
12361
12365
|
focusedPart: PART_TITLE_BAR
|
|
12362
12366
|
};
|
|
12363
12367
|
const focusActivityBar = async () => {
|
|
12364
|
-
await invoke$
|
|
12368
|
+
await invoke$u(/* ActivityBar.focus */717115);
|
|
12365
12369
|
};
|
|
12366
12370
|
const focusStatusBar = async () => {
|
|
12367
|
-
await invoke$
|
|
12371
|
+
await invoke$u(/* StatusBar.focus */8882);
|
|
12368
12372
|
};
|
|
12369
12373
|
const focusPanel = async () => {
|
|
12370
|
-
await invoke$
|
|
12374
|
+
await invoke$u(/* Panel.focus */6664);
|
|
12371
12375
|
};
|
|
12372
12376
|
const focusSideBar = async () => {
|
|
12373
|
-
await invoke$
|
|
12377
|
+
await invoke$u(/* SideBar.focus */5554);
|
|
12374
12378
|
};
|
|
12375
12379
|
const focusTitleBar = async () => {
|
|
12376
|
-
await invoke$
|
|
12380
|
+
await invoke$u(/* TitleBar.focus */1331);
|
|
12377
12381
|
};
|
|
12378
12382
|
const focusMain = async () => {
|
|
12379
|
-
await invoke$
|
|
12383
|
+
await invoke$u(/* Main.focus */2145);
|
|
12380
12384
|
};
|
|
12381
12385
|
const focusPart = part => {
|
|
12382
12386
|
state$9.focusedPart = part;
|
|
@@ -12487,7 +12491,7 @@ const create$P = async (type, text) => {
|
|
|
12487
12491
|
type,
|
|
12488
12492
|
text
|
|
12489
12493
|
});
|
|
12490
|
-
await invoke$
|
|
12494
|
+
await invoke$u(/* Notification.create */'Notification.create', /* type */type, /* text */text);
|
|
12491
12495
|
};
|
|
12492
12496
|
const showWithOptions = async (type, text, options) => {
|
|
12493
12497
|
// @ts-ignore
|
|
@@ -12496,7 +12500,7 @@ const showWithOptions = async (type, text, options) => {
|
|
|
12496
12500
|
text,
|
|
12497
12501
|
options
|
|
12498
12502
|
});
|
|
12499
|
-
await invoke$
|
|
12503
|
+
await invoke$u(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
|
|
12500
12504
|
};
|
|
12501
12505
|
const handleClick$2 = index => {
|
|
12502
12506
|
console.log('handle click');
|
|
@@ -12512,7 +12516,7 @@ const handleClick$2 = index => {
|
|
|
12512
12516
|
});
|
|
12513
12517
|
};
|
|
12514
12518
|
const dispose$q = async id => {
|
|
12515
|
-
await invoke$
|
|
12519
|
+
await invoke$u(/* Notification.dispose */'Notification.dispose', /* id */id);
|
|
12516
12520
|
};
|
|
12517
12521
|
|
|
12518
12522
|
const name$1y = 'Notification';
|
|
@@ -12531,7 +12535,7 @@ const Notification_ipc = {
|
|
|
12531
12535
|
|
|
12532
12536
|
const openUrlWeb = async url => {
|
|
12533
12537
|
try {
|
|
12534
|
-
await invoke$
|
|
12538
|
+
await invoke$u(/* Open.openUrl */'Open.openUrl', /* url */url);
|
|
12535
12539
|
} catch (error) {
|
|
12536
12540
|
throw new VError(error, `Failed to open url ${url}`);
|
|
12537
12541
|
}
|
|
@@ -12608,7 +12612,7 @@ const Preferences_ipc = {
|
|
|
12608
12612
|
};
|
|
12609
12613
|
|
|
12610
12614
|
const prompt = (message, defaultValue) => {
|
|
12611
|
-
return invoke$
|
|
12615
|
+
return invoke$u('Prompt.prompt', message, defaultValue);
|
|
12612
12616
|
};
|
|
12613
12617
|
|
|
12614
12618
|
const name$1t = 'Prompt';
|
|
@@ -12623,7 +12627,7 @@ const Prompt_ipc = {
|
|
|
12623
12627
|
};
|
|
12624
12628
|
|
|
12625
12629
|
const rebuildNodePty = async () => {
|
|
12626
|
-
await invoke$
|
|
12630
|
+
await invoke$s('RebuildNodePty.rebuildNodePty');
|
|
12627
12631
|
};
|
|
12628
12632
|
|
|
12629
12633
|
const name$1s = 'RebuildNodePty';
|
|
@@ -12759,19 +12763,19 @@ const Test_ipc = {
|
|
|
12759
12763
|
};
|
|
12760
12764
|
|
|
12761
12765
|
const checkSingleElementCondition = (locator, fnName, options) => {
|
|
12762
|
-
return invoke$
|
|
12766
|
+
return invoke$u('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
|
|
12763
12767
|
};
|
|
12764
12768
|
const checkMultiElementCondition = (locator, fnName, options) => {
|
|
12765
|
-
return invoke$
|
|
12769
|
+
return invoke$u('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
|
|
12766
12770
|
};
|
|
12767
12771
|
const showOverlay = (...args) => {
|
|
12768
|
-
return invoke$
|
|
12772
|
+
return invoke$u('TestFrameWork.showOverlay', ...args);
|
|
12769
12773
|
};
|
|
12770
12774
|
const performAction = (...args) => {
|
|
12771
|
-
return invoke$
|
|
12775
|
+
return invoke$u('TestFrameWork.performAction', ...args);
|
|
12772
12776
|
};
|
|
12773
12777
|
const checkConditionError = (...args) => {
|
|
12774
|
-
return invoke$
|
|
12778
|
+
return invoke$u('TestFrameWork.checkConditionError', ...args);
|
|
12775
12779
|
};
|
|
12776
12780
|
|
|
12777
12781
|
const name$1k = 'TestFrameWork';
|
|
@@ -12866,10 +12870,10 @@ const WindowTitle_ipc = {
|
|
|
12866
12870
|
};
|
|
12867
12871
|
|
|
12868
12872
|
const mock = () => {
|
|
12869
|
-
return invoke$
|
|
12873
|
+
return invoke$u('PointerCapture.mock');
|
|
12870
12874
|
};
|
|
12871
12875
|
const unmock = () => {
|
|
12872
|
-
return invoke$
|
|
12876
|
+
return invoke$u('PointerCapture.unmock');
|
|
12873
12877
|
};
|
|
12874
12878
|
|
|
12875
12879
|
const name$1e = 'PointerCapture';
|
|
@@ -12972,7 +12976,7 @@ const set$4 = async (url, contentSecurityPolicy) => {
|
|
|
12972
12976
|
if (platform === Web$1) {
|
|
12973
12977
|
return;
|
|
12974
12978
|
}
|
|
12975
|
-
await invoke$
|
|
12979
|
+
await invoke$s('ContentSecurityPolicy.set', url, contentSecurityPolicy);
|
|
12976
12980
|
};
|
|
12977
12981
|
|
|
12978
12982
|
const set$3 = async (url, contentSecurityPolicy) => {
|
|
@@ -13022,7 +13026,7 @@ const {
|
|
|
13022
13026
|
const create$O = async canvasId => {
|
|
13023
13027
|
number(canvasId);
|
|
13024
13028
|
const id = create$$();
|
|
13025
|
-
await invoke$
|
|
13029
|
+
await invoke$u('OffscreenCanvas.create', canvasId, id);
|
|
13026
13030
|
const canvas = acquire(id);
|
|
13027
13031
|
return canvas;
|
|
13028
13032
|
};
|
|
@@ -13079,7 +13083,8 @@ const Languages_ipc = {
|
|
|
13079
13083
|
|
|
13080
13084
|
const name$14 = 'FileWatcher';
|
|
13081
13085
|
const Commands$_ = {
|
|
13082
|
-
handleEvent: handleEvent
|
|
13086
|
+
handleEvent: handleEvent,
|
|
13087
|
+
watchFile: watchFile
|
|
13083
13088
|
};
|
|
13084
13089
|
|
|
13085
13090
|
const FileWatcher_ipc = {
|
|
@@ -13351,7 +13356,7 @@ const ExtensionHostHover_ipc = {
|
|
|
13351
13356
|
const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMain.js`;
|
|
13352
13357
|
|
|
13353
13358
|
const launchEditorWorker = async () => {
|
|
13354
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
13359
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$n('developer.editorWorkerPath', editorWorkerUrl);
|
|
13355
13360
|
const id = create$$();
|
|
13356
13361
|
let ipc = await create$10({
|
|
13357
13362
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
@@ -13368,7 +13373,7 @@ const launchEditorWorker = async () => {
|
|
|
13368
13373
|
handleIpc(ipc);
|
|
13369
13374
|
const syntaxHighlightingWorker = true;
|
|
13370
13375
|
const syncIncremental = true;
|
|
13371
|
-
await invoke$
|
|
13376
|
+
await invoke$v(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
|
|
13372
13377
|
return ipc;
|
|
13373
13378
|
};
|
|
13374
13379
|
|
|
@@ -13546,7 +13551,7 @@ const Transferrable_ipc = {
|
|
|
13546
13551
|
};
|
|
13547
13552
|
|
|
13548
13553
|
const getWebViewsNode = async () => {
|
|
13549
|
-
const webViews = await invoke$
|
|
13554
|
+
const webViews = await invoke$s('ExtensionHost.getWebViews');
|
|
13550
13555
|
return webViews;
|
|
13551
13556
|
};
|
|
13552
13557
|
|
|
@@ -13586,13 +13591,13 @@ const setPort = async (uid, port, origin, portType) => {
|
|
|
13586
13591
|
* @deprecated
|
|
13587
13592
|
*/
|
|
13588
13593
|
const getWebViewInfo = providerId => {
|
|
13589
|
-
return invoke$
|
|
13594
|
+
return invoke$r('ExtensionHostWebView.getWebViewInfo', providerId);
|
|
13590
13595
|
};
|
|
13591
13596
|
const getWebViewInfo2 = providerId => {
|
|
13592
|
-
return invoke$
|
|
13597
|
+
return invoke$r('ExtensionHostWebView.getWebViewInfo2', providerId);
|
|
13593
13598
|
};
|
|
13594
13599
|
const create3 = async (uri, id) => {
|
|
13595
|
-
await invoke$
|
|
13600
|
+
await invoke$r('WebView.create3', {
|
|
13596
13601
|
id,
|
|
13597
13602
|
uri,
|
|
13598
13603
|
platform: platform,
|
|
@@ -13609,14 +13614,14 @@ const registerInterceptor = async (id, port) => {
|
|
|
13609
13614
|
await invokeAndTransfer$6('WebView.registerInterceptor', id, port);
|
|
13610
13615
|
};
|
|
13611
13616
|
const unregisterInterceptor = async id => {
|
|
13612
|
-
await invoke$
|
|
13617
|
+
await invoke$r('WebView.unregisterInterceptor', id);
|
|
13613
13618
|
};
|
|
13614
13619
|
const compat = {
|
|
13615
13620
|
sharedProcessInvoke(...args) {
|
|
13616
|
-
return invoke$
|
|
13621
|
+
return invoke$s(...args);
|
|
13617
13622
|
},
|
|
13618
13623
|
rendererProcessInvoke(...args) {
|
|
13619
|
-
return invoke$
|
|
13624
|
+
return invoke$u(...args);
|
|
13620
13625
|
},
|
|
13621
13626
|
rendererProcessInvokeAndTransfer(...args) {
|
|
13622
13627
|
return invokeAndTransfer$9(...args);
|
|
@@ -13625,7 +13630,7 @@ const compat = {
|
|
|
13625
13630
|
return invokeAndTransfer$6(...args);
|
|
13626
13631
|
},
|
|
13627
13632
|
extensionHostWorkerInvoke(...args) {
|
|
13628
|
-
return invoke$
|
|
13633
|
+
return invoke$r(...args);
|
|
13629
13634
|
},
|
|
13630
13635
|
getWebViews() {
|
|
13631
13636
|
return getWebViews$1();
|
|
@@ -13684,7 +13689,7 @@ const getOrCreate$1 = () => {
|
|
|
13684
13689
|
};
|
|
13685
13690
|
const invoke$f = async (method, ...params) => {
|
|
13686
13691
|
const ipc = await getOrCreate$1();
|
|
13687
|
-
return invoke$
|
|
13692
|
+
return invoke$v(ipc, method, ...params);
|
|
13688
13693
|
};
|
|
13689
13694
|
|
|
13690
13695
|
const name$R = 'SearchProcess';
|
|
@@ -13713,16 +13718,16 @@ const executeTextSearchProvider = async (scheme, query) => {
|
|
|
13713
13718
|
return result;
|
|
13714
13719
|
};
|
|
13715
13720
|
const textSearchHtml = (...args) => {
|
|
13716
|
-
return invoke$
|
|
13721
|
+
return invoke$r('TextSearchHtml.textSearch', ...args);
|
|
13717
13722
|
};
|
|
13718
13723
|
const textSearchFetch = (...args) => {
|
|
13719
|
-
return invoke$
|
|
13724
|
+
return invoke$r('TextSearchFetch.textSearch', ...args);
|
|
13720
13725
|
};
|
|
13721
13726
|
const textSearchMemory = (...args) => {
|
|
13722
|
-
return invoke$
|
|
13727
|
+
return invoke$r('TextSearchMemory.textSearch', ...args);
|
|
13723
13728
|
};
|
|
13724
13729
|
const textSearchMemory2 = (...args) => {
|
|
13725
|
-
return invoke$
|
|
13730
|
+
return invoke$r('TextSearchMemory.textSearch2', ...args);
|
|
13726
13731
|
};
|
|
13727
13732
|
|
|
13728
13733
|
const name$Q = 'ExtensionHostTextSearch';
|
|
@@ -13767,7 +13772,8 @@ const Commands$H = {
|
|
|
13767
13772
|
getNodeVersion: getNodeVersion,
|
|
13768
13773
|
getElectronVersion: getElectronVersion,
|
|
13769
13774
|
getChromeVersion: getChromeVersion,
|
|
13770
|
-
getV8Version: getV8Version
|
|
13775
|
+
getV8Version: getV8Version,
|
|
13776
|
+
getArch: getArch
|
|
13771
13777
|
};
|
|
13772
13778
|
|
|
13773
13779
|
const Process_ipc = {
|
|
@@ -13781,17 +13787,21 @@ const handleExtensionStatusUpdate = async () => {
|
|
|
13781
13787
|
};
|
|
13782
13788
|
const invalidateExtensionsCache = async () => {
|
|
13783
13789
|
try {
|
|
13784
|
-
await invoke$
|
|
13790
|
+
await invoke$r('Extensions.invalidateExtensionsCache');
|
|
13785
13791
|
} catch {
|
|
13786
13792
|
// ignore
|
|
13787
13793
|
}
|
|
13788
13794
|
};
|
|
13795
|
+
const uninstall = async id => {
|
|
13796
|
+
await invoke$s(/* ExtensionManagement.uninstall */'ExtensionManagement.uninstall', /* id */id);
|
|
13797
|
+
invalidateExtensionsCache();
|
|
13798
|
+
};
|
|
13789
13799
|
const disable = async id => {
|
|
13790
13800
|
try {
|
|
13791
13801
|
if (isTest()) {
|
|
13792
13802
|
disabledIds = [...disabledIds, id];
|
|
13793
13803
|
} else {
|
|
13794
|
-
await invoke$
|
|
13804
|
+
await invoke$s(/* ExtensionManagement.disable */'ExtensionManagement.disable', /* id */id);
|
|
13795
13805
|
}
|
|
13796
13806
|
await invalidateExtensionsCache();
|
|
13797
13807
|
return undefined;
|
|
@@ -13804,7 +13814,7 @@ const enable = async id => {
|
|
|
13804
13814
|
if (isTest()) {
|
|
13805
13815
|
disabledIds = disabledIds.filter(existing => existing !== id);
|
|
13806
13816
|
} else {
|
|
13807
|
-
await invoke$
|
|
13817
|
+
await invoke$s(/* ExtensionManagement.enable */'ExtensionManagement.enable', /* id */id);
|
|
13808
13818
|
}
|
|
13809
13819
|
await invalidateExtensionsCache();
|
|
13810
13820
|
return undefined;
|
|
@@ -13816,11 +13826,11 @@ const getAllExtensions = async () => {
|
|
|
13816
13826
|
if (platform === Web$1) {
|
|
13817
13827
|
return [];
|
|
13818
13828
|
}
|
|
13819
|
-
return invoke$
|
|
13829
|
+
return invoke$s(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
|
|
13820
13830
|
};
|
|
13821
13831
|
let disabledIds = [];
|
|
13822
13832
|
const getExtension2 = async id => {
|
|
13823
|
-
const extension = await invoke$
|
|
13833
|
+
const extension = await invoke$r('Extensions.getExtension', id);
|
|
13824
13834
|
if (disabledIds.includes(id)) {
|
|
13825
13835
|
return {
|
|
13826
13836
|
...extension,
|
|
@@ -13831,7 +13841,7 @@ const getExtension2 = async id => {
|
|
|
13831
13841
|
return extension;
|
|
13832
13842
|
};
|
|
13833
13843
|
const getExtensionsEtag = async () => {
|
|
13834
|
-
const etag = await invoke$
|
|
13844
|
+
const etag = await invoke$s('ExtensionManagement.getExtensionsEtag');
|
|
13835
13845
|
return etag;
|
|
13836
13846
|
};
|
|
13837
13847
|
|
|
@@ -13843,7 +13853,8 @@ const Commands$G = {
|
|
|
13843
13853
|
getExtension: getExtension2,
|
|
13844
13854
|
getExtensions: getAllExtensions,
|
|
13845
13855
|
getExtensionsEtag: getExtensionsEtag,
|
|
13846
|
-
handleExtensionStatusUpdate: handleExtensionStatusUpdate
|
|
13856
|
+
handleExtensionStatusUpdate: handleExtensionStatusUpdate,
|
|
13857
|
+
uninstall: uninstall
|
|
13847
13858
|
};
|
|
13848
13859
|
|
|
13849
13860
|
const ExtensionManagement_ipc = {
|
|
@@ -13872,10 +13883,10 @@ const Markdown_ipc = {
|
|
|
13872
13883
|
};
|
|
13873
13884
|
|
|
13874
13885
|
const measureTextHeight = (text, fontFamily, fontSize) => {
|
|
13875
|
-
return invoke$
|
|
13886
|
+
return invoke$u('MeasureTextHeight.measureTextHeight', text, fontFamily, fontSize);
|
|
13876
13887
|
};
|
|
13877
13888
|
const measureTextBlockHeight = (text, fontFamily, fontSize, lineHeight, width) => {
|
|
13878
|
-
return invoke$
|
|
13889
|
+
return invoke$u('MeasureTextBlockHeight.measureTextBlockHeight', text, fontSize, fontFamily, lineHeight, width);
|
|
13879
13890
|
};
|
|
13880
13891
|
|
|
13881
13892
|
const name$K = 'MeasureTextHeight';
|
|
@@ -13900,10 +13911,10 @@ const loadContent$J = async state => {
|
|
|
13900
13911
|
const {
|
|
13901
13912
|
id
|
|
13902
13913
|
} = state;
|
|
13903
|
-
await invoke$
|
|
13904
|
-
await invoke$
|
|
13905
|
-
const diffResult = await invoke$
|
|
13906
|
-
const commands = await invoke$
|
|
13914
|
+
await invoke$m('About.create', id);
|
|
13915
|
+
await invoke$m('About.loadContent2', id);
|
|
13916
|
+
const diffResult = await invoke$m('About.diff2', id);
|
|
13917
|
+
const commands = await invoke$m('About.render2', id, diffResult);
|
|
13907
13918
|
return {
|
|
13908
13919
|
...state,
|
|
13909
13920
|
commands
|
|
@@ -13912,9 +13923,9 @@ const loadContent$J = async state => {
|
|
|
13912
13923
|
|
|
13913
13924
|
const wrapAboutCommand = key => {
|
|
13914
13925
|
const fn = async (state, ...args) => {
|
|
13915
|
-
await invoke$
|
|
13916
|
-
const diffResult = await invoke$
|
|
13917
|
-
const commands = await invoke$
|
|
13926
|
+
await invoke$m(`About.${key}`, state.id, ...args);
|
|
13927
|
+
const diffResult = await invoke$m(`About.diff2`, state.id);
|
|
13928
|
+
const commands = await invoke$m('About.render2', state.id, diffResult);
|
|
13918
13929
|
if (commands.length === 0) {
|
|
13919
13930
|
return state;
|
|
13920
13931
|
}
|
|
@@ -13928,8 +13939,11 @@ const wrapAboutCommand = key => {
|
|
|
13928
13939
|
|
|
13929
13940
|
const Commands$D = {};
|
|
13930
13941
|
const getCommands$f = async () => {
|
|
13931
|
-
const commands = await invoke$
|
|
13942
|
+
const commands = await invoke$m('About.getCommandIds');
|
|
13932
13943
|
for (const command of commands) {
|
|
13944
|
+
if (command === 'About.showAbout') {
|
|
13945
|
+
continue;
|
|
13946
|
+
}
|
|
13933
13947
|
Commands$D[command] = wrapAboutCommand(command);
|
|
13934
13948
|
}
|
|
13935
13949
|
return Commands$D;
|
|
@@ -13938,7 +13952,7 @@ const getCommands$f = async () => {
|
|
|
13938
13952
|
const Css$D = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
|
|
13939
13953
|
|
|
13940
13954
|
const getKeyBindings$i = () => {
|
|
13941
|
-
return invoke$
|
|
13955
|
+
return invoke$m('About.getKeyBindings');
|
|
13942
13956
|
};
|
|
13943
13957
|
|
|
13944
13958
|
const name$J = 'About';
|
|
@@ -13997,7 +14011,7 @@ const renderDialog$2 = {
|
|
|
13997
14011
|
};
|
|
13998
14012
|
const render$E = [renderDialog$2];
|
|
13999
14013
|
const renderEventListeners$f = async () => {
|
|
14000
|
-
const listeners = await invoke$
|
|
14014
|
+
const listeners = await invoke$m('About.renderEventListeners');
|
|
14001
14015
|
return listeners;
|
|
14002
14016
|
};
|
|
14003
14017
|
|
|
@@ -14021,7 +14035,7 @@ const ViewletAbout_ipc = {
|
|
|
14021
14035
|
const activityBarWorkerUrl = `${assetDir}/packages/activity-bar-worker/dist/activityBarWorkerMain.js`;
|
|
14022
14036
|
|
|
14023
14037
|
const launchActivityBarWorker = async () => {
|
|
14024
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
14038
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$n('develop.activityBarWorkerPath', activityBarWorkerUrl);
|
|
14025
14039
|
const ipc = await create$10({
|
|
14026
14040
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
14027
14041
|
url: configuredWorkerUrl,
|
|
@@ -14158,21 +14172,21 @@ const toContextMenuItem$1 = activityBarItem => {
|
|
|
14158
14172
|
command: -1
|
|
14159
14173
|
};
|
|
14160
14174
|
};
|
|
14161
|
-
const id$
|
|
14162
|
-
const getMenuEntries$
|
|
14175
|
+
const id$b = ActivityBarAdditionalViews;
|
|
14176
|
+
const getMenuEntries$f = async () => {
|
|
14163
14177
|
const hiddenActivityBarItems = await execute$4(/* ActivityBar.getHiddenItems */8011);
|
|
14164
14178
|
return hiddenActivityBarItems.map(toContextMenuItem$1);
|
|
14165
14179
|
};
|
|
14166
14180
|
|
|
14167
14181
|
const MenuEntriesActivityBarAdditionalViews = {
|
|
14168
14182
|
__proto__: null,
|
|
14169
|
-
getMenuEntries: getMenuEntries$
|
|
14170
|
-
id: id$
|
|
14183
|
+
getMenuEntries: getMenuEntries$f,
|
|
14184
|
+
id: id$b
|
|
14171
14185
|
};
|
|
14172
14186
|
|
|
14173
14187
|
const keyBindingsUri = 'app://keybindings';
|
|
14174
|
-
const id$
|
|
14175
|
-
const getMenuEntries$
|
|
14188
|
+
const id$a = Settings;
|
|
14189
|
+
const getMenuEntries$e = () => {
|
|
14176
14190
|
return [{
|
|
14177
14191
|
id: 'commandPalette',
|
|
14178
14192
|
label: commandPalette(),
|
|
@@ -14204,8 +14218,8 @@ const getMenuEntries$f = () => {
|
|
|
14204
14218
|
|
|
14205
14219
|
const MenuEntriesSettings = {
|
|
14206
14220
|
__proto__: null,
|
|
14207
|
-
getMenuEntries: getMenuEntries$
|
|
14208
|
-
id: id$
|
|
14221
|
+
getMenuEntries: getMenuEntries$e,
|
|
14222
|
+
id: id$a
|
|
14209
14223
|
};
|
|
14210
14224
|
|
|
14211
14225
|
const Left$1 = 1;
|
|
@@ -14269,8 +14283,8 @@ const menuEntryMoveSideBar = sideBarLocation => {
|
|
|
14269
14283
|
throw new Error('unexpected side bar location');
|
|
14270
14284
|
}
|
|
14271
14285
|
};
|
|
14272
|
-
const id$
|
|
14273
|
-
const getMenuEntries$
|
|
14286
|
+
const id$9 = ActivityBar$1;
|
|
14287
|
+
const getMenuEntries$d = async (layoutState, activityBarState) => {
|
|
14274
14288
|
const {
|
|
14275
14289
|
activityBarItems
|
|
14276
14290
|
} = activityBarState;
|
|
@@ -14288,8 +14302,8 @@ const inject = [Layout, ActivityBar$2];
|
|
|
14288
14302
|
|
|
14289
14303
|
const MenuEntriesActivityBar = {
|
|
14290
14304
|
__proto__: null,
|
|
14291
|
-
getMenuEntries: getMenuEntries$
|
|
14292
|
-
id: id$
|
|
14305
|
+
getMenuEntries: getMenuEntries$d,
|
|
14306
|
+
id: id$9,
|
|
14293
14307
|
inject
|
|
14294
14308
|
};
|
|
14295
14309
|
|
|
@@ -14543,7 +14557,7 @@ const create$K = (id, uri, x, y, width, height) => {
|
|
|
14543
14557
|
};
|
|
14544
14558
|
};
|
|
14545
14559
|
const loadContent$G = async state => {
|
|
14546
|
-
const browserViewMap = await invoke$
|
|
14560
|
+
const browserViewMap = await invoke$s('ElectronBrowserView.getAll');
|
|
14547
14561
|
return {
|
|
14548
14562
|
...state,
|
|
14549
14563
|
browserViewMap
|
|
@@ -14593,7 +14607,7 @@ const create$J = (id, uri, x, y, width, height) => {
|
|
|
14593
14607
|
};
|
|
14594
14608
|
const loadContent$F = state => {
|
|
14595
14609
|
const update = async () => {
|
|
14596
|
-
await invoke$
|
|
14610
|
+
await invoke$u(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
14597
14611
|
};
|
|
14598
14612
|
return {
|
|
14599
14613
|
...state,
|
|
@@ -16125,8 +16139,8 @@ const getKeyBindings$e = () => {
|
|
|
16125
16139
|
return [];
|
|
16126
16140
|
};
|
|
16127
16141
|
|
|
16128
|
-
const id$
|
|
16129
|
-
const getMenuEntries$
|
|
16142
|
+
const id$8 = E2eTests;
|
|
16143
|
+
const getMenuEntries$c = () => {
|
|
16130
16144
|
return [{
|
|
16131
16145
|
id: 'openInNewTab',
|
|
16132
16146
|
label: 'Open in New Tab',
|
|
@@ -16137,8 +16151,8 @@ const getMenuEntries$d = () => {
|
|
|
16137
16151
|
|
|
16138
16152
|
const MenuEntriesE2eTests = {
|
|
16139
16153
|
__proto__: null,
|
|
16140
|
-
getMenuEntries: getMenuEntries$
|
|
16141
|
-
id: id$
|
|
16154
|
+
getMenuEntries: getMenuEntries$c,
|
|
16155
|
+
id: id$8
|
|
16142
16156
|
};
|
|
16143
16157
|
|
|
16144
16158
|
const menus$b = [MenuEntriesE2eTests];
|
|
@@ -16248,8 +16262,8 @@ const create$z = (id, uri, x, y, width, height) => {
|
|
|
16248
16262
|
};
|
|
16249
16263
|
};
|
|
16250
16264
|
const getTests = async () => {
|
|
16251
|
-
const root = await invoke$
|
|
16252
|
-
const testPath = await invoke$
|
|
16265
|
+
const root = await invoke$s('Platform.getRoot');
|
|
16266
|
+
const testPath = await invoke$s('Platform.getTestPath');
|
|
16253
16267
|
const absolutePath = `${root}/${testPath}/src`;
|
|
16254
16268
|
const dirents = await readDirWithFileTypes$9(absolutePath);
|
|
16255
16269
|
const filteredDirents = dirents.slice(1);
|
|
@@ -17013,7 +17027,7 @@ const Commands$s = {
|
|
|
17013
17027
|
...wrapEditorCommands(ids),
|
|
17014
17028
|
// TODO
|
|
17015
17029
|
async showOverlayMessage(state, editor, ...args) {
|
|
17016
|
-
await invoke$
|
|
17030
|
+
await invoke$u(...args);
|
|
17017
17031
|
return state;
|
|
17018
17032
|
},
|
|
17019
17033
|
async hotReload(state, editor, ...args) {
|
|
@@ -17260,14 +17274,14 @@ const ViewletEmptyEditor_ipc = {
|
|
|
17260
17274
|
const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerViewWorkerMain.js`;
|
|
17261
17275
|
|
|
17262
17276
|
const launchExplorerWorker = async () => {
|
|
17263
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
17277
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$n('develop.explorerWorkerPath', explorerWorkerUrl);
|
|
17264
17278
|
const ipc = await create$10({
|
|
17265
17279
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
17266
17280
|
url: configuredWorkerUrl,
|
|
17267
17281
|
name: 'Explorer Worker'
|
|
17268
17282
|
});
|
|
17269
17283
|
handleIpc(ipc);
|
|
17270
|
-
await invoke$
|
|
17284
|
+
await invoke$v(ipc, 'Explorer.initialize');
|
|
17271
17285
|
return ipc;
|
|
17272
17286
|
};
|
|
17273
17287
|
|
|
@@ -17391,16 +17405,16 @@ const getKeyBindings$b = () => {
|
|
|
17391
17405
|
return invoke$c('Explorer.getKeyBindings');
|
|
17392
17406
|
};
|
|
17393
17407
|
|
|
17394
|
-
const id$
|
|
17395
|
-
const getMenuEntries$
|
|
17408
|
+
const id$7 = Explorer;
|
|
17409
|
+
const getMenuEntries$b = () => {
|
|
17396
17410
|
const explorerState = getState('Explorer');
|
|
17397
17411
|
return invoke$c('Explorer.getMenuEntries2', explorerState.uid);
|
|
17398
17412
|
};
|
|
17399
17413
|
|
|
17400
17414
|
const MenuEntriesExplorer = {
|
|
17401
17415
|
__proto__: null,
|
|
17402
|
-
getMenuEntries: getMenuEntries$
|
|
17403
|
-
id: id$
|
|
17416
|
+
getMenuEntries: getMenuEntries$b,
|
|
17417
|
+
id: id$7
|
|
17404
17418
|
};
|
|
17405
17419
|
|
|
17406
17420
|
const menus$9 = [MenuEntriesExplorer];
|
|
@@ -17527,7 +17541,7 @@ const launchExtensionDetailViewWorker = async () => {
|
|
|
17527
17541
|
url: getConfiguredWorkerUrl$b()
|
|
17528
17542
|
});
|
|
17529
17543
|
handleIpc(ipc);
|
|
17530
|
-
await invoke$
|
|
17544
|
+
await invoke$v(ipc, 'ExtensionDetail.initialize');
|
|
17531
17545
|
return ipc;
|
|
17532
17546
|
};
|
|
17533
17547
|
|
|
@@ -17622,14 +17636,16 @@ const getCommands$c = async () => {
|
|
|
17622
17636
|
const Css$o = ["/css/parts/AdditionalDetails.css", "/css/parts/BrowserScrollBar.css", "/css/parts/Category.css", "/css/parts/FeatureContent.css", "/css/parts/Features.css", "/css/parts/Markdown.css", "/css/parts/Message.css", "/css/parts/ScrollToTop.css", "/css/parts/ViewletExtensionDetail.css", "/css/parts/ViewletExtensionDetailHeader.css", "/css/parts/ViewletExtensionDetailTabs.css"];
|
|
17623
17637
|
|
|
17624
17638
|
const menus$8 = [];
|
|
17625
|
-
const getMenus$
|
|
17639
|
+
const getMenus$2 = async () => {
|
|
17626
17640
|
try {
|
|
17627
|
-
const
|
|
17628
|
-
const adjusted =
|
|
17641
|
+
const ids = await invoke$b('ExtensionDetail.getMenuIds');
|
|
17642
|
+
const adjusted = ids.map(id => {
|
|
17629
17643
|
return {
|
|
17630
|
-
|
|
17631
|
-
async getMenuEntries() {
|
|
17632
|
-
|
|
17644
|
+
id,
|
|
17645
|
+
async getMenuEntries(...args) {
|
|
17646
|
+
// TODO pass menu id also
|
|
17647
|
+
const entries = await invoke$b('ExtensionDetail.getMenuEntries2', ...args);
|
|
17648
|
+
return entries;
|
|
17633
17649
|
}
|
|
17634
17650
|
};
|
|
17635
17651
|
});
|
|
@@ -17663,7 +17679,7 @@ const ViewletExtensionDetail_ipc = {
|
|
|
17663
17679
|
Css: Css$o,
|
|
17664
17680
|
create: create$s,
|
|
17665
17681
|
getCommands: getCommands$c,
|
|
17666
|
-
getMenus: getMenus$
|
|
17682
|
+
getMenus: getMenus$2,
|
|
17667
17683
|
hasFunctionalEvents: hasFunctionalEvents$c,
|
|
17668
17684
|
hasFunctionalRender: hasFunctionalRender$o,
|
|
17669
17685
|
hasFunctionalResize: hasFunctionalResize$d,
|
|
@@ -17699,7 +17715,7 @@ const launchExtensionSearchViewWorker = async () => {
|
|
|
17699
17715
|
});
|
|
17700
17716
|
handleIpc(ipc);
|
|
17701
17717
|
try {
|
|
17702
|
-
await invoke$
|
|
17718
|
+
await invoke$v(ipc, 'SearchExtensions.initialize');
|
|
17703
17719
|
} catch {
|
|
17704
17720
|
// ignore
|
|
17705
17721
|
}
|
|
@@ -17798,7 +17814,7 @@ const getKeyBindings$a = () => {
|
|
|
17798
17814
|
return invoke$a('SearchExtensions.getKeyBindings');
|
|
17799
17815
|
};
|
|
17800
17816
|
|
|
17801
|
-
const getMenuEntries$
|
|
17817
|
+
const getMenuEntries$a = async () => {
|
|
17802
17818
|
const entries = await invoke$a('SearchExtensions.getMenuEntries');
|
|
17803
17819
|
return entries;
|
|
17804
17820
|
// {
|
|
@@ -17829,7 +17845,7 @@ const getMenuEntries$b = async () => {
|
|
|
17829
17845
|
|
|
17830
17846
|
const MenuEntriesManageExtension = {
|
|
17831
17847
|
__proto__: null,
|
|
17832
|
-
getMenuEntries: getMenuEntries$
|
|
17848
|
+
getMenuEntries: getMenuEntries$a
|
|
17833
17849
|
};
|
|
17834
17850
|
|
|
17835
17851
|
const menus$7 = [{
|
|
@@ -18118,7 +18134,7 @@ const launchReferencesWorker = async () => {
|
|
|
18118
18134
|
url: getConfiguredWorkerUrl$8()
|
|
18119
18135
|
});
|
|
18120
18136
|
handleIpc(ipc);
|
|
18121
|
-
await invoke$
|
|
18137
|
+
await invoke$v(ipc, 'References.initialize');
|
|
18122
18138
|
return ipc;
|
|
18123
18139
|
};
|
|
18124
18140
|
|
|
@@ -18708,8 +18724,8 @@ const getKeyBindings$8 = () => {
|
|
|
18708
18724
|
return invoke$7('KeyBindings.getKeyBindings');
|
|
18709
18725
|
};
|
|
18710
18726
|
|
|
18711
|
-
const id$
|
|
18712
|
-
const getMenuEntries$
|
|
18727
|
+
const id$6 = KeyBindingsTable;
|
|
18728
|
+
const getMenuEntries$9 = () => {
|
|
18713
18729
|
return [{
|
|
18714
18730
|
id: 'copy',
|
|
18715
18731
|
label: copy$1(),
|
|
@@ -18760,8 +18776,8 @@ const getMenuEntries$a = () => {
|
|
|
18760
18776
|
|
|
18761
18777
|
const MenuEntriesKeyBindingsTable = {
|
|
18762
18778
|
__proto__: null,
|
|
18763
|
-
getMenuEntries: getMenuEntries$
|
|
18764
|
-
id: id$
|
|
18779
|
+
getMenuEntries: getMenuEntries$9,
|
|
18780
|
+
id: id$6
|
|
18765
18781
|
};
|
|
18766
18782
|
|
|
18767
18783
|
const menus$6 = [MenuEntriesKeyBindingsTable];
|
|
@@ -19157,7 +19173,9 @@ const create$l = id => {
|
|
|
19157
19173
|
sideBarVisible: false,
|
|
19158
19174
|
statusBarVisible: false,
|
|
19159
19175
|
titleBarVisible: false,
|
|
19160
|
-
workbenchVisible: false
|
|
19176
|
+
workbenchVisible: false,
|
|
19177
|
+
updateState: 'none',
|
|
19178
|
+
updateProgress: 0
|
|
19161
19179
|
};
|
|
19162
19180
|
};
|
|
19163
19181
|
const saveState$b = state => {
|
|
@@ -19712,7 +19730,7 @@ const showAsync = async (uid, points, module) => {
|
|
|
19712
19730
|
if (commands) {
|
|
19713
19731
|
commands.push(['Viewlet.append', uid, viewletUid]);
|
|
19714
19732
|
}
|
|
19715
|
-
await invoke$
|
|
19733
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
19716
19734
|
// TODO
|
|
19717
19735
|
// 2. load module
|
|
19718
19736
|
// 3. if module is still visible, replace placeholder with actual viewlet
|
|
@@ -19926,9 +19944,50 @@ const getInitialPlaceholderCommands = state => {
|
|
|
19926
19944
|
}
|
|
19927
19945
|
return commands;
|
|
19928
19946
|
};
|
|
19947
|
+
const getAllQuickPickMenuEntries = () => {
|
|
19948
|
+
return getAll();
|
|
19949
|
+
};
|
|
19950
|
+
const setUpdateState = async (state, updateState) => {
|
|
19951
|
+
if (state.updateState === updateState.state && state.updateProgress === updateState.progress) {
|
|
19952
|
+
return {
|
|
19953
|
+
newState: state,
|
|
19954
|
+
commands: []
|
|
19955
|
+
};
|
|
19956
|
+
}
|
|
19957
|
+
const instances = getAllInstances();
|
|
19958
|
+
const allCommands = [];
|
|
19959
|
+
// @ts-ignore
|
|
19960
|
+
for (const [key, value] of Object.entries(instances)) {
|
|
19961
|
+
// @ts-ignore
|
|
19962
|
+
if (value.factory.Commands && value.factory.Commands.handleUpdateStateChange) {
|
|
19963
|
+
// @ts-ignore
|
|
19964
|
+
const oldState = value.state;
|
|
19965
|
+
// @ts-ignore
|
|
19966
|
+
const newState = await value.factory.Commands.handleUpdateStateChange(oldState, updateState);
|
|
19967
|
+
if (oldState !== newState) {
|
|
19968
|
+
// @ts-ignore
|
|
19969
|
+
const commands = render$F(value.factory, value.renderedState, newState);
|
|
19970
|
+
// @ts-ignore
|
|
19971
|
+
allCommands.push(...commands);
|
|
19972
|
+
}
|
|
19973
|
+
}
|
|
19974
|
+
}
|
|
19975
|
+
// TODO send all commands to renderer process, and update viewlet states
|
|
19976
|
+
// TODO update all viewlets with this new update info
|
|
19977
|
+
return {
|
|
19978
|
+
newState: {
|
|
19979
|
+
...state,
|
|
19980
|
+
updateState: updateState.state,
|
|
19981
|
+
updateProgress: updateState.progress
|
|
19982
|
+
},
|
|
19983
|
+
commands: allCommands
|
|
19984
|
+
};
|
|
19985
|
+
};
|
|
19929
19986
|
|
|
19930
19987
|
// prettier-ignore
|
|
19931
|
-
const Commands$j = {
|
|
19988
|
+
const Commands$j = {
|
|
19989
|
+
getAllQuickPickMenuEntries: getAllQuickPickMenuEntries
|
|
19990
|
+
};
|
|
19932
19991
|
const CommandsWithSideEffects$1 = {
|
|
19933
19992
|
handleSashPointerDown: handleSashPointerDown,
|
|
19934
19993
|
handleSashPointerUp: handleSashPointerUp,
|
|
@@ -19968,7 +20027,8 @@ const CommandsWithSideEffects$1 = {
|
|
|
19968
20027
|
toggleSideBarPosition: toggleSideBarPosition,
|
|
19969
20028
|
handleBlur: handleBlur$1,
|
|
19970
20029
|
handleFocus: handleFocus,
|
|
19971
|
-
showE2eTests: showE2eTests
|
|
20030
|
+
showE2eTests: showE2eTests,
|
|
20031
|
+
setUpdateState: setUpdateState
|
|
19972
20032
|
};
|
|
19973
20033
|
|
|
19974
20034
|
const Css$j = [];
|
|
@@ -20145,6 +20205,9 @@ const getKeyBindings$7 = () => {
|
|
|
20145
20205
|
|
|
20146
20206
|
const getQuickPickMenuEntries$1 = () => {
|
|
20147
20207
|
return [{
|
|
20208
|
+
id: 'AutoUpdater.checkForUpdates',
|
|
20209
|
+
label: 'Updater: Check for Updates'
|
|
20210
|
+
}, {
|
|
20148
20211
|
id: 'Layout.toggleSideBar',
|
|
20149
20212
|
label: 'Layout: Toggle Side Bar'
|
|
20150
20213
|
}, {
|
|
@@ -20686,6 +20749,7 @@ const ViewletLayout_ipc = {
|
|
|
20686
20749
|
CommandsWithSideEffects: CommandsWithSideEffects$1,
|
|
20687
20750
|
Css: Css$j,
|
|
20688
20751
|
create: create$l,
|
|
20752
|
+
getAllQuickPickMenuEntries,
|
|
20689
20753
|
getInitialPlaceholderCommands,
|
|
20690
20754
|
getKeyBindings: getKeyBindings$7,
|
|
20691
20755
|
getPoints,
|
|
@@ -20720,6 +20784,7 @@ const ViewletLayout_ipc = {
|
|
|
20720
20784
|
name: name$p,
|
|
20721
20785
|
render: render$i,
|
|
20722
20786
|
saveState: saveState$b,
|
|
20787
|
+
setUpdateState,
|
|
20723
20788
|
showActivityBar,
|
|
20724
20789
|
showE2eTests,
|
|
20725
20790
|
showMain,
|
|
@@ -21783,7 +21848,7 @@ const loadContent$l = async (state, savedState) => {
|
|
|
21783
21848
|
once(Twelve, hydrateLazy);
|
|
21784
21849
|
addListener('editor.change', handleEditorChange);
|
|
21785
21850
|
addListener('titleUpdated', handleTitleUpdated$1);
|
|
21786
|
-
await invoke$
|
|
21851
|
+
await invoke$u('Viewlet.loadModule', MainTabs);
|
|
21787
21852
|
return {
|
|
21788
21853
|
...state,
|
|
21789
21854
|
groups,
|
|
@@ -21872,7 +21937,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
21872
21937
|
const id = getModuleId(initialUri);
|
|
21873
21938
|
const tabLabel = 'Loading';
|
|
21874
21939
|
const tabTitle = 'Loading';
|
|
21875
|
-
await invoke$
|
|
21940
|
+
await invoke$u(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
|
|
21876
21941
|
const y = state.y + state.tabHeight;
|
|
21877
21942
|
const x = state.x;
|
|
21878
21943
|
const width = state.width;
|
|
@@ -21897,7 +21962,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
21897
21962
|
title,
|
|
21898
21963
|
...props
|
|
21899
21964
|
});
|
|
21900
|
-
await invoke$
|
|
21965
|
+
await invoke$u('Viewlet.send', 'Main', 'updateTab', 1, title);
|
|
21901
21966
|
// TODO update tab title with new title
|
|
21902
21967
|
return state;
|
|
21903
21968
|
};
|
|
@@ -22697,7 +22762,7 @@ const create$j = (id, uri, x, y, width, height) => {
|
|
|
22697
22762
|
};
|
|
22698
22763
|
const loadContent$k = state => {
|
|
22699
22764
|
const update = async () => {
|
|
22700
|
-
await invoke$
|
|
22765
|
+
await invoke$u(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
22701
22766
|
};
|
|
22702
22767
|
return {
|
|
22703
22768
|
...state,
|
|
@@ -22772,7 +22837,7 @@ const launchOutputViewWorker = async () => {
|
|
|
22772
22837
|
url: getConfiguredWorkerUrl$6()
|
|
22773
22838
|
});
|
|
22774
22839
|
handleIpc(ipc);
|
|
22775
|
-
await invoke$
|
|
22840
|
+
await invoke$v(ipc, 'Output.initialize');
|
|
22776
22841
|
return ipc;
|
|
22777
22842
|
};
|
|
22778
22843
|
|
|
@@ -23056,7 +23121,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
|
|
|
23056
23121
|
const currentViewletUid = currentViewletState.uid;
|
|
23057
23122
|
number(currentViewletUid);
|
|
23058
23123
|
commands.unshift(...disposeFunctional(currentViewletUid));
|
|
23059
|
-
await invoke$
|
|
23124
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
23060
23125
|
if (commands.at(-1).includes(Error$3)) {
|
|
23061
23126
|
state.currentViewletId = Error$3;
|
|
23062
23127
|
}
|
|
@@ -23207,7 +23272,7 @@ const launchProblemsWorker = async () => {
|
|
|
23207
23272
|
url: getConfiguredWorkerUrl$5()
|
|
23208
23273
|
});
|
|
23209
23274
|
handleIpc(ipc);
|
|
23210
|
-
await invoke$
|
|
23275
|
+
await invoke$v(ipc, 'Problems.initialize');
|
|
23211
23276
|
return ipc;
|
|
23212
23277
|
};
|
|
23213
23278
|
|
|
@@ -23325,8 +23390,8 @@ const getKeyBindings$5 = () => {
|
|
|
23325
23390
|
}];
|
|
23326
23391
|
};
|
|
23327
23392
|
|
|
23328
|
-
const id$
|
|
23329
|
-
const getMenuEntries$
|
|
23393
|
+
const id$5 = Problems;
|
|
23394
|
+
const getMenuEntries$8 = () => {
|
|
23330
23395
|
// TODO
|
|
23331
23396
|
return [
|
|
23332
23397
|
// {
|
|
@@ -23346,12 +23411,12 @@ const getMenuEntries$9 = () => {
|
|
|
23346
23411
|
|
|
23347
23412
|
const MenuEntriesProblems = {
|
|
23348
23413
|
__proto__: null,
|
|
23349
|
-
getMenuEntries: getMenuEntries$
|
|
23350
|
-
id: id$
|
|
23414
|
+
getMenuEntries: getMenuEntries$8,
|
|
23415
|
+
id: id$5
|
|
23351
23416
|
};
|
|
23352
23417
|
|
|
23353
|
-
const id$
|
|
23354
|
-
const getMenuEntries$
|
|
23418
|
+
const id$4 = ProblemsFilter;
|
|
23419
|
+
const getMenuEntries$7 = () => {
|
|
23355
23420
|
return [{
|
|
23356
23421
|
id: 'show-errors',
|
|
23357
23422
|
label: 'Show Errors',
|
|
@@ -23372,8 +23437,8 @@ const getMenuEntries$8 = () => {
|
|
|
23372
23437
|
|
|
23373
23438
|
const MenuEntriesProblemsFilter = {
|
|
23374
23439
|
__proto__: null,
|
|
23375
|
-
getMenuEntries: getMenuEntries$
|
|
23376
|
-
id: id$
|
|
23440
|
+
getMenuEntries: getMenuEntries$7,
|
|
23441
|
+
id: id$4
|
|
23377
23442
|
};
|
|
23378
23443
|
|
|
23379
23444
|
const menus$5 = [MenuEntriesProblems, MenuEntriesProblemsFilter];
|
|
@@ -23742,10 +23807,10 @@ const loadContent$f = async state => {
|
|
|
23742
23807
|
} = state;
|
|
23743
23808
|
const listItemHeight = 22;
|
|
23744
23809
|
const renderAllItems = true;
|
|
23745
|
-
await invoke$
|
|
23746
|
-
await invoke$
|
|
23747
|
-
const diffResult = await invoke$
|
|
23748
|
-
const commands = await invoke$
|
|
23810
|
+
await invoke$q('QuickPick.create2', state.uid, uri, listItemHeight, state.x, state.y, state.width, state.height, platform, args, renderAllItems, state$z.workspacePath);
|
|
23811
|
+
await invoke$q('QuickPick.loadContent', state.uid);
|
|
23812
|
+
const diffResult = await invoke$q('QuickPick.diff2', state.uid);
|
|
23813
|
+
const commands = await invoke$q('QuickPick.render2', state.uid, diffResult);
|
|
23749
23814
|
return {
|
|
23750
23815
|
...state,
|
|
23751
23816
|
commands
|
|
@@ -23757,12 +23822,12 @@ const dispose$b = state => {
|
|
|
23757
23822
|
|
|
23758
23823
|
const wrapQuickPickCommand = key => {
|
|
23759
23824
|
const fn = async (state, ...args) => {
|
|
23760
|
-
await invoke$
|
|
23761
|
-
const diffResult = await invoke$
|
|
23825
|
+
await invoke$q(`QuickPick.${key}`, state.uid, ...args);
|
|
23826
|
+
const diffResult = await invoke$q('QuickPick.diff2', state.uid);
|
|
23762
23827
|
if (diffResult.length === 0) {
|
|
23763
23828
|
return state;
|
|
23764
23829
|
}
|
|
23765
|
-
const commands = await invoke$
|
|
23830
|
+
const commands = await invoke$q('QuickPick.render2', state.uid, diffResult);
|
|
23766
23831
|
return {
|
|
23767
23832
|
...state,
|
|
23768
23833
|
commands
|
|
@@ -23773,7 +23838,7 @@ const wrapQuickPickCommand = key => {
|
|
|
23773
23838
|
|
|
23774
23839
|
const Commands$c = {};
|
|
23775
23840
|
const getCommands$6 = async () => {
|
|
23776
|
-
const commands = await invoke$
|
|
23841
|
+
const commands = await invoke$q('QuickPick.getCommandIds');
|
|
23777
23842
|
for (const command of commands) {
|
|
23778
23843
|
Commands$c[command] = wrapQuickPickCommand(command);
|
|
23779
23844
|
}
|
|
@@ -23787,7 +23852,7 @@ const Css$e = ["/css/parts/Progress.css"];
|
|
|
23787
23852
|
const Variables$3 = ['QuickPickBackground', 'ListForeground', 'ListHoverBackground', 'ListHoverForeground', 'ListActiveSelectionBackground'];
|
|
23788
23853
|
|
|
23789
23854
|
const getKeyBindings$4 = () => {
|
|
23790
|
-
return invoke$
|
|
23855
|
+
return invoke$q('QuickPick.getKeyBindings');
|
|
23791
23856
|
};
|
|
23792
23857
|
|
|
23793
23858
|
const hasFunctionalRender$d = true;
|
|
@@ -23802,7 +23867,7 @@ const renderItems$5 = {
|
|
|
23802
23867
|
};
|
|
23803
23868
|
const render$d = [renderItems$5];
|
|
23804
23869
|
const renderEventListeners$5 = async () => {
|
|
23805
|
-
const listeners = await invoke$
|
|
23870
|
+
const listeners = await invoke$q('QuickPick.renderEventListeners');
|
|
23806
23871
|
return listeners;
|
|
23807
23872
|
};
|
|
23808
23873
|
|
|
@@ -23994,11 +24059,11 @@ const create$c = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
23994
24059
|
};
|
|
23995
24060
|
const loadContent$d = async (state, savedState) => {
|
|
23996
24061
|
const isTest$1 = isTest();
|
|
23997
|
-
await invoke$
|
|
23998
|
-
await invoke$
|
|
23999
|
-
const diffResult = await invoke$
|
|
24000
|
-
const commands = await invoke$
|
|
24001
|
-
const actionsDom = await invoke$
|
|
24062
|
+
await invoke$n('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
|
|
24063
|
+
await invoke$n('RunAndDebug.loadContent', state.uid, isTest$1, savedState);
|
|
24064
|
+
const diffResult = await invoke$n('RunAndDebug.diff2', state.uid);
|
|
24065
|
+
const commands = await invoke$n('RunAndDebug.render2', state.uid, diffResult);
|
|
24066
|
+
const actionsDom = await invoke$n('RunAndDebug.renderActions', state.uid);
|
|
24002
24067
|
const debugId = isTest$1 ? 'test-debug' : 'node-debug'; // TODO
|
|
24003
24068
|
return {
|
|
24004
24069
|
...state,
|
|
@@ -24019,17 +24084,17 @@ const hotReload$3 = async state => {
|
|
|
24019
24084
|
state.isHotReloading = true;
|
|
24020
24085
|
// possible TODO race condition during hot reload
|
|
24021
24086
|
// there could still be pending promises when the worker is disposed
|
|
24022
|
-
const savedState = await invoke$
|
|
24087
|
+
const savedState = await invoke$n('RunAndDebug.saveState', state.uid);
|
|
24023
24088
|
await restart$9('RunAndDebug.terminate');
|
|
24024
24089
|
const oldState = {
|
|
24025
24090
|
...state,
|
|
24026
24091
|
items: []
|
|
24027
24092
|
};
|
|
24028
|
-
await invoke$
|
|
24029
|
-
await invoke$
|
|
24030
|
-
await invoke$
|
|
24031
|
-
const diffResult = await invoke$
|
|
24032
|
-
const commands = await invoke$
|
|
24093
|
+
await invoke$n('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
|
|
24094
|
+
await invoke$n('RunAndDebug.loadContent', state.uid, state.isTest, savedState);
|
|
24095
|
+
await invoke$n('RunAndDebug.loadContentLater', state.uid);
|
|
24096
|
+
const diffResult = await invoke$n('RunAndDebug.diff2', state.uid);
|
|
24097
|
+
const commands = await invoke$n('RunAndDebug.render2', state.uid, diffResult);
|
|
24033
24098
|
return {
|
|
24034
24099
|
...oldState,
|
|
24035
24100
|
commands,
|
|
@@ -24084,19 +24149,19 @@ const resize$a = (state, dimensions) => {
|
|
|
24084
24149
|
};
|
|
24085
24150
|
};
|
|
24086
24151
|
const saveState$4 = async state => {
|
|
24087
|
-
const savedState = await invoke$
|
|
24152
|
+
const savedState = await invoke$n('RunAndDebug.saveState', state.uid);
|
|
24088
24153
|
return savedState;
|
|
24089
24154
|
};
|
|
24090
24155
|
|
|
24091
24156
|
const wrapRunAndDebugCommand = key => {
|
|
24092
24157
|
const fn = async (state, ...args) => {
|
|
24093
|
-
await invoke$
|
|
24094
|
-
const diffResult = await invoke$
|
|
24158
|
+
await invoke$n(`RunAndDebug.${key}`, state.uid, ...args);
|
|
24159
|
+
const diffResult = await invoke$n('RunAndDebug.diff2', state.uid);
|
|
24095
24160
|
if (diffResult.length === 0) {
|
|
24096
24161
|
return state;
|
|
24097
24162
|
}
|
|
24098
|
-
const commands = await invoke$
|
|
24099
|
-
const actionsDom = await invoke$
|
|
24163
|
+
const commands = await invoke$n('RunAndDebug.render2', state.uid, diffResult);
|
|
24164
|
+
const actionsDom = await invoke$n('RunAndDebug.renderActions', state.uid);
|
|
24100
24165
|
if (commands.length === 0) {
|
|
24101
24166
|
return state;
|
|
24102
24167
|
}
|
|
@@ -24113,7 +24178,7 @@ const wrapRunAndDebugCommand = key => {
|
|
|
24113
24178
|
|
|
24114
24179
|
const Commands$a = {};
|
|
24115
24180
|
const getCommands$4 = async () => {
|
|
24116
|
-
const commands = await invoke$
|
|
24181
|
+
const commands = await invoke$n('RunAndDebug.getCommandIds');
|
|
24117
24182
|
for (const command of commands) {
|
|
24118
24183
|
Commands$a[command] = wrapRunAndDebugCommand(command);
|
|
24119
24184
|
}
|
|
@@ -24127,13 +24192,13 @@ const Variables$2 = ['TitleBarForeground', 'DebugSectionHeaderBackground', 'Side
|
|
|
24127
24192
|
const Events$2 = {};
|
|
24128
24193
|
|
|
24129
24194
|
const getKeyBindings$3 = () => {
|
|
24130
|
-
return invoke$
|
|
24195
|
+
return invoke$n('RunAndDebug.getKeyBindings');
|
|
24131
24196
|
};
|
|
24132
24197
|
|
|
24133
24198
|
const menus$4 = [];
|
|
24134
|
-
const getMenus = async () => {
|
|
24199
|
+
const getMenus$1 = async () => {
|
|
24135
24200
|
try {
|
|
24136
|
-
const modules = await invoke$
|
|
24201
|
+
const modules = await invoke$n('RunAndDebug.getMenuEntries');
|
|
24137
24202
|
const adjusted = modules.map(module => {
|
|
24138
24203
|
return {
|
|
24139
24204
|
...module,
|
|
@@ -24160,7 +24225,7 @@ const renderItems$4 = {
|
|
|
24160
24225
|
};
|
|
24161
24226
|
const render$c = [renderItems$4];
|
|
24162
24227
|
const renderEventListeners$4 = async () => {
|
|
24163
|
-
const listeners = await invoke$
|
|
24228
|
+
const listeners = await invoke$n('RunAndDebug.renderEventListeners');
|
|
24164
24229
|
return listeners;
|
|
24165
24230
|
};
|
|
24166
24231
|
|
|
@@ -24187,7 +24252,7 @@ const ViewletRunAndDebug_ipc = {
|
|
|
24187
24252
|
dispose: dispose$9,
|
|
24188
24253
|
getCommands: getCommands$4,
|
|
24189
24254
|
getKeyBindings: getKeyBindings$3,
|
|
24190
|
-
getMenus,
|
|
24255
|
+
getMenus: getMenus$1,
|
|
24191
24256
|
handleDebugInput,
|
|
24192
24257
|
handleEvaluate,
|
|
24193
24258
|
hasFunctionalEvents: hasFunctionalEvents$4,
|
|
@@ -24206,18 +24271,18 @@ const ViewletRunAndDebug_ipc = {
|
|
|
24206
24271
|
};
|
|
24207
24272
|
|
|
24208
24273
|
const getSources = async options => {
|
|
24209
|
-
const sources = await invoke$
|
|
24274
|
+
const sources = await invoke$s('DesktopCapturer.getSources', options);
|
|
24210
24275
|
return sources;
|
|
24211
24276
|
};
|
|
24212
24277
|
|
|
24213
24278
|
const getUserMedia = async (captureId, options) => {
|
|
24214
24279
|
number(captureId);
|
|
24215
24280
|
object(options);
|
|
24216
|
-
await invoke$
|
|
24281
|
+
await invoke$u('ScreenCapture.start', captureId, options);
|
|
24217
24282
|
};
|
|
24218
24283
|
const dispose$8 = async captureId => {
|
|
24219
24284
|
number(captureId);
|
|
24220
|
-
await invoke$
|
|
24285
|
+
await invoke$u('ScreenCapture.dispose', captureId);
|
|
24221
24286
|
};
|
|
24222
24287
|
|
|
24223
24288
|
const createScreenCaptureStream = async captureId => {
|
|
@@ -24317,7 +24382,7 @@ const launchTextSearchWorker = async () => {
|
|
|
24317
24382
|
});
|
|
24318
24383
|
handleIpc(ipc);
|
|
24319
24384
|
try {
|
|
24320
|
-
await invoke$
|
|
24385
|
+
await invoke$v(ipc, 'TextSearch.initialize', platform);
|
|
24321
24386
|
} catch (error) {
|
|
24322
24387
|
// ignore
|
|
24323
24388
|
}
|
|
@@ -24430,30 +24495,25 @@ const getKeyBindings$2 = async () => {
|
|
|
24430
24495
|
return keyBindings;
|
|
24431
24496
|
};
|
|
24432
24497
|
|
|
24433
|
-
const
|
|
24434
|
-
const
|
|
24435
|
-
|
|
24436
|
-
|
|
24437
|
-
id
|
|
24438
|
-
|
|
24439
|
-
|
|
24440
|
-
|
|
24441
|
-
|
|
24442
|
-
|
|
24443
|
-
|
|
24444
|
-
|
|
24445
|
-
|
|
24446
|
-
|
|
24447
|
-
}
|
|
24448
|
-
|
|
24449
|
-
|
|
24450
|
-
__proto__: null,
|
|
24451
|
-
getMenuEntries: getMenuEntries$7,
|
|
24452
|
-
id: id$4
|
|
24498
|
+
const menus$3 = [];
|
|
24499
|
+
const getMenus = async () => {
|
|
24500
|
+
try {
|
|
24501
|
+
const ids = await invoke$4('Search.getMenuEntryIds');
|
|
24502
|
+
const adjusted = ids.map(id => {
|
|
24503
|
+
return {
|
|
24504
|
+
id,
|
|
24505
|
+
async getMenuEntries(...args) {
|
|
24506
|
+
const entries = await invoke$4('Search.getMenuEntries', ...args);
|
|
24507
|
+
return entries;
|
|
24508
|
+
}
|
|
24509
|
+
};
|
|
24510
|
+
});
|
|
24511
|
+
return adjusted;
|
|
24512
|
+
} catch {
|
|
24513
|
+
return [];
|
|
24514
|
+
}
|
|
24453
24515
|
};
|
|
24454
24516
|
|
|
24455
|
-
const menus$3 = [MenuEntriesSearch];
|
|
24456
|
-
|
|
24457
24517
|
const name$e = 'Search';
|
|
24458
24518
|
|
|
24459
24519
|
const hasFunctionalRender$a = true;
|
|
@@ -24497,6 +24557,7 @@ const ViewletSearch_ipc = {
|
|
|
24497
24557
|
dispose: dispose$6,
|
|
24498
24558
|
getCommands: getCommands$3,
|
|
24499
24559
|
getKeyBindings: getKeyBindings$2,
|
|
24560
|
+
getMenus,
|
|
24500
24561
|
hasFunctionalEvents: hasFunctionalEvents$3,
|
|
24501
24562
|
hasFunctionalRender: hasFunctionalRender$a,
|
|
24502
24563
|
hasFunctionalResize: hasFunctionalResize$7,
|
|
@@ -24533,7 +24594,7 @@ const launchSettingsWorker = async () => {
|
|
|
24533
24594
|
url: getConfiguredWorkerUrl$3()
|
|
24534
24595
|
});
|
|
24535
24596
|
handleIpc(ipc);
|
|
24536
|
-
await invoke$
|
|
24597
|
+
await invoke$v(ipc, 'Initialize.initialize');
|
|
24537
24598
|
return ipc;
|
|
24538
24599
|
};
|
|
24539
24600
|
|
|
@@ -24806,7 +24867,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
|
|
|
24806
24867
|
activityBar.state = newState;
|
|
24807
24868
|
commands.push(...extraCommands);
|
|
24808
24869
|
}
|
|
24809
|
-
await invoke$
|
|
24870
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
24810
24871
|
}
|
|
24811
24872
|
|
|
24812
24873
|
// // TODO race condition (check if disposed after created)
|
|
@@ -24886,6 +24947,9 @@ const focus$1 = async state => {
|
|
|
24886
24947
|
// currentViewlet.state = newState
|
|
24887
24948
|
return state;
|
|
24888
24949
|
};
|
|
24950
|
+
const handleUpdateStateChange = state => {
|
|
24951
|
+
return state;
|
|
24952
|
+
};
|
|
24889
24953
|
|
|
24890
24954
|
// prettier-ignore
|
|
24891
24955
|
const Commands$7 = {
|
|
@@ -24893,7 +24957,8 @@ const Commands$7 = {
|
|
|
24893
24957
|
openViewlet: openViewlet,
|
|
24894
24958
|
show: openViewlet,
|
|
24895
24959
|
open: openViewlet,
|
|
24896
|
-
handleClickAction: handleClickAction
|
|
24960
|
+
handleClickAction: handleClickAction,
|
|
24961
|
+
handleUpdateStateChange: handleUpdateStateChange
|
|
24897
24962
|
};
|
|
24898
24963
|
|
|
24899
24964
|
const Css$8 = [];
|
|
@@ -24922,6 +24987,7 @@ const ViewletSideBar_ipc = {
|
|
|
24922
24987
|
focus: focus$1,
|
|
24923
24988
|
getChildren: getChildren$1,
|
|
24924
24989
|
handleClickAction,
|
|
24990
|
+
handleUpdateStateChange,
|
|
24925
24991
|
hasFunctionalRender: hasFunctionalRender$8,
|
|
24926
24992
|
loadContent: loadContent$9,
|
|
24927
24993
|
name: name$c,
|
|
@@ -24954,7 +25020,7 @@ const launchEmbedsWorker = async () => {
|
|
|
24954
25020
|
name: 'Embeds Worker'
|
|
24955
25021
|
});
|
|
24956
25022
|
handleIpc(ipc);
|
|
24957
|
-
await invoke$
|
|
25023
|
+
await invoke$v(ipc, 'Initialize.initialize');
|
|
24958
25024
|
return ipc;
|
|
24959
25025
|
};
|
|
24960
25026
|
|
|
@@ -24981,7 +25047,7 @@ const disposeWebContentsView = async id => {
|
|
|
24981
25047
|
const getWindowZoomLevel = async () => {
|
|
24982
25048
|
// TODO speed up resizing by avoid too many round trips
|
|
24983
25049
|
const windowId = await getWindowId();
|
|
24984
|
-
const zoomLevel = await invoke$
|
|
25050
|
+
const zoomLevel = await invoke$s('ElectronWindow.getZoom', windowId);
|
|
24985
25051
|
return zoomLevel;
|
|
24986
25052
|
};
|
|
24987
25053
|
|
|
@@ -25927,7 +25993,7 @@ const launchSourceControlWorker = async () => {
|
|
|
25927
25993
|
url: getConfiguredWorkerUrl$1()
|
|
25928
25994
|
});
|
|
25929
25995
|
handleIpc(ipc);
|
|
25930
|
-
await invoke$
|
|
25996
|
+
await invoke$v(ipc, 'Initialize.initialize');
|
|
25931
25997
|
return ipc;
|
|
25932
25998
|
};
|
|
25933
25999
|
|
|
@@ -26620,7 +26686,7 @@ const ViewletStorage_ipc = {
|
|
|
26620
26686
|
};
|
|
26621
26687
|
|
|
26622
26688
|
const getTerminalSpawnOptions = () => {
|
|
26623
|
-
return invoke$
|
|
26689
|
+
return invoke$s('GetTerminalSpawnOptions.getTerminalSpawnOptions');
|
|
26624
26690
|
};
|
|
26625
26691
|
|
|
26626
26692
|
// TODO implement a functional terminal component, maybe using offscreencanvas
|
|
@@ -26738,7 +26804,7 @@ const resizeEffect = async state => {
|
|
|
26738
26804
|
// Terminal.resize(state, width, height)
|
|
26739
26805
|
};
|
|
26740
26806
|
const clear = async state => {
|
|
26741
|
-
await invoke$
|
|
26807
|
+
await invoke$u(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
|
|
26742
26808
|
};
|
|
26743
26809
|
|
|
26744
26810
|
const getActions = state => {
|
|
@@ -26886,7 +26952,7 @@ const addTerminal = async state => {
|
|
|
26886
26952
|
const oldTab = tabs[selectedIndex];
|
|
26887
26953
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
26888
26954
|
commands.push(...disposeCommands);
|
|
26889
|
-
await invoke$
|
|
26955
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
26890
26956
|
return {
|
|
26891
26957
|
...state,
|
|
26892
26958
|
tabs: newTabs,
|
|
@@ -26927,7 +26993,7 @@ const focusIndex = async (state, index) => {
|
|
|
26927
26993
|
const oldTab = tabs[selectedIndex];
|
|
26928
26994
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
26929
26995
|
commands.push(...disposeCommands);
|
|
26930
|
-
await invoke$
|
|
26996
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
26931
26997
|
return {
|
|
26932
26998
|
...state,
|
|
26933
26999
|
selectedIndex: index
|
|
@@ -27199,7 +27265,7 @@ const getRealUri = pathOrUri => {
|
|
|
27199
27265
|
if (protocol) {
|
|
27200
27266
|
return pathOrUri;
|
|
27201
27267
|
}
|
|
27202
|
-
return invoke$
|
|
27268
|
+
return invoke$s('FileSystem.getRealUri', pathOrUri);
|
|
27203
27269
|
};
|
|
27204
27270
|
|
|
27205
27271
|
const create = (id, uri, x, y, width, height) => {
|
|
@@ -27241,7 +27307,7 @@ const resize = (state, dimensions) => {
|
|
|
27241
27307
|
};
|
|
27242
27308
|
};
|
|
27243
27309
|
const dispose = async state => {
|
|
27244
|
-
await invoke$
|
|
27310
|
+
await invoke$u('WebView.dispose', state.uid);
|
|
27245
27311
|
return state;
|
|
27246
27312
|
};
|
|
27247
27313
|
|
|
@@ -27472,101 +27538,6 @@ const FileSystemAppKeyBindings = {
|
|
|
27472
27538
|
writeJson
|
|
27473
27539
|
};
|
|
27474
27540
|
|
|
27475
|
-
const downloadUpdate$2 = version => {
|
|
27476
|
-
string(version);
|
|
27477
|
-
return invoke$q('AutoUpdaterAppImage.downloadUpdate', version);
|
|
27478
|
-
};
|
|
27479
|
-
const installAndRestart$2 = downloadPath => {
|
|
27480
|
-
string(downloadPath);
|
|
27481
|
-
return invoke$q('AutoUpdaterAppImage.installAndRestart', downloadPath);
|
|
27482
|
-
};
|
|
27483
|
-
|
|
27484
|
-
const AutoUpdaterAppImage = {
|
|
27485
|
-
__proto__: null,
|
|
27486
|
-
downloadUpdate: downloadUpdate$2,
|
|
27487
|
-
installAndRestart: installAndRestart$2
|
|
27488
|
-
};
|
|
27489
|
-
|
|
27490
|
-
const downloadUpdate$1 = version => {
|
|
27491
|
-
string(version);
|
|
27492
|
-
return invoke$q('AutoUpdaterWindowsNsis.downloadUpdate', version);
|
|
27493
|
-
};
|
|
27494
|
-
const installAndRestart$1 = downloadPath => {
|
|
27495
|
-
string(downloadPath);
|
|
27496
|
-
return invoke$q('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
|
|
27497
|
-
};
|
|
27498
|
-
|
|
27499
|
-
const AutoUpdaterNsis = {
|
|
27500
|
-
__proto__: null,
|
|
27501
|
-
downloadUpdate: downloadUpdate$1,
|
|
27502
|
-
installAndRestart: installAndRestart$1
|
|
27503
|
-
};
|
|
27504
|
-
|
|
27505
|
-
const exec = (command, args, options) => {
|
|
27506
|
-
string(command);
|
|
27507
|
-
array(args);
|
|
27508
|
-
object(options);
|
|
27509
|
-
return invoke$q('Exec.exec', command, args, options);
|
|
27510
|
-
};
|
|
27511
|
-
|
|
27512
|
-
const getDebArch = processArch => {
|
|
27513
|
-
switch (processArch) {
|
|
27514
|
-
case 'arm64':
|
|
27515
|
-
return 'arm64';
|
|
27516
|
-
case 'x64':
|
|
27517
|
-
return 'amd64';
|
|
27518
|
-
case 'arm':
|
|
27519
|
-
return 'armhf';
|
|
27520
|
-
default:
|
|
27521
|
-
return '';
|
|
27522
|
-
}
|
|
27523
|
-
};
|
|
27524
|
-
|
|
27525
|
-
const getDownloadUrl = (repository, version, applicationName, debArch) => {
|
|
27526
|
-
string(repository);
|
|
27527
|
-
string(version);
|
|
27528
|
-
string(applicationName);
|
|
27529
|
-
string(debArch);
|
|
27530
|
-
return `https://github.com/${repository}/releases/download/v${version}/${applicationName}-v${version}_${debArch}.deb`;
|
|
27531
|
-
};
|
|
27532
|
-
|
|
27533
|
-
const getTmpDir = () => {
|
|
27534
|
-
return invoke$q('Os.getTmpDir');
|
|
27535
|
-
};
|
|
27536
|
-
|
|
27537
|
-
// TODO remove this code when auto update through apt is supported
|
|
27538
|
-
|
|
27539
|
-
const pathSeparator = '/';
|
|
27540
|
-
const getOutFilePath = (tmpDir, applicationName, debArch, version) => {
|
|
27541
|
-
return `${tmpDir}${pathSeparator}${applicationName}-${version}_${debArch}.deb`;
|
|
27542
|
-
};
|
|
27543
|
-
const downloadUpdate = async version => {
|
|
27544
|
-
string(version);
|
|
27545
|
-
const repository = await getRepository();
|
|
27546
|
-
const applicationName = await getRepository();
|
|
27547
|
-
const arch = await getArch();
|
|
27548
|
-
const debArch = getDebArch(arch);
|
|
27549
|
-
const downloadUrl$1 = getDownloadUrl(repository, version, applicationName, debArch);
|
|
27550
|
-
const tmpDir = await getTmpDir();
|
|
27551
|
-
const outFilePath = getOutFilePath(tmpDir, applicationName, debArch, version);
|
|
27552
|
-
await downloadUrl(downloadUrl$1, outFilePath);
|
|
27553
|
-
return outFilePath;
|
|
27554
|
-
};
|
|
27555
|
-
const installAndRestart = async downloadPath => {
|
|
27556
|
-
try {
|
|
27557
|
-
string(downloadPath);
|
|
27558
|
-
await exec('sudo', ['dpkg', '-i', downloadPath]);
|
|
27559
|
-
} catch (error) {
|
|
27560
|
-
throw new VError(error, 'Failed to install deb update');
|
|
27561
|
-
}
|
|
27562
|
-
};
|
|
27563
|
-
|
|
27564
|
-
const AutoUpdaterDeb = {
|
|
27565
|
-
__proto__: null,
|
|
27566
|
-
downloadUpdate,
|
|
27567
|
-
installAndRestart
|
|
27568
|
-
};
|
|
27569
|
-
|
|
27570
27541
|
const Separator = 'separator';
|
|
27571
27542
|
|
|
27572
27543
|
const convertMenuItem = menuItem => {
|
|
@@ -27597,9 +27568,9 @@ const getItem = (items, label) => {
|
|
|
27597
27568
|
return undefined;
|
|
27598
27569
|
};
|
|
27599
27570
|
const openContextMenu = async (x, y, id, ...args) => {
|
|
27600
|
-
const entries = await getMenuEntries$
|
|
27571
|
+
const entries = await getMenuEntries$g(id, ...args);
|
|
27601
27572
|
const electronMenuItems = convertMenuItems(entries);
|
|
27602
|
-
const event = await invoke$
|
|
27573
|
+
const event = await invoke$s('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
|
|
27603
27574
|
if (event.type === 'close') {
|
|
27604
27575
|
return;
|
|
27605
27576
|
}
|
|
@@ -27645,7 +27616,7 @@ const ContextMenuBrowser = {
|
|
|
27645
27616
|
|
|
27646
27617
|
const open$3 = async () => {
|
|
27647
27618
|
try {
|
|
27648
|
-
await invoke$
|
|
27619
|
+
await invoke$s('ElectronWindowProcessExplorer.open');
|
|
27649
27620
|
} catch (error) {
|
|
27650
27621
|
throw new VError(error, 'Failed to open process explorer');
|
|
27651
27622
|
}
|
|
@@ -29137,7 +29108,7 @@ const QuickPickEntriesView = {
|
|
|
29137
29108
|
};
|
|
29138
29109
|
|
|
29139
29110
|
const searchFile$1 = async (path, value, prepare) => {
|
|
29140
|
-
return invoke$
|
|
29111
|
+
return invoke$q('SearchFile.searchFile', path, value, prepare, assetDir);
|
|
29141
29112
|
};
|
|
29142
29113
|
|
|
29143
29114
|
const searchFile = async (path, value) => {
|