@lvce-editor/static-server 0.64.4 → 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/{f04e70d → 26ac40c}/css/App.css +106 -83
- package/static/{f04e70d → 26ac40c}/css/parts/ViewletExtensionDetail.css +19 -0
- package/static/{f04e70d → 26ac40c}/css/parts/ViewletExtensions.css +7 -0
- package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_docusaurus.svg +0 -0
- package/static/26ac40c/icons/repo.svg +1 -0
- package/static/{f04e70d → 26ac40c}/manifest.json +2 -2
- package/static/{f04e70d → 26ac40c}/packages/about-view-worker/dist/aboutWorkerMain.js +23 -41
- package/static/{f04e70d → 26ac40c}/packages/activity-bar-worker/dist/activityBarWorkerMain.js +157 -41
- package/static/{f04e70d → 26ac40c}/packages/error-worker/dist/errorWorkerMain.js +813 -271
- package/static/{f04e70d → 26ac40c}/packages/explorer-worker/dist/explorerViewWorkerMain.js +8 -0
- package/static/{f04e70d → 26ac40c}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +521 -209
- package/static/{f04e70d → 26ac40c}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{f04e70d → 26ac40c}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +205 -112
- package/static/{f04e70d → 26ac40c}/packages/file-search-worker/dist/fileSearchWorkerMain.js +10 -2
- package/static/{f04e70d → 26ac40c}/packages/file-system-worker/dist/fileSystemWorkerMain.js +142 -84
- package/static/{f04e70d → 26ac40c}/packages/markdown-worker/dist/markdownWorkerMain.js +4 -0
- package/static/26ac40c/packages/menu-worker/dist/menuWorkerMain.js +2817 -0
- package/static/{f04e70d → 26ac40c}/packages/renderer-process/dist/rendererProcessMain.js +7 -21
- package/static/{f04e70d → 26ac40c}/packages/renderer-process/package.json +1 -1
- package/static/{f04e70d → 26ac40c}/packages/renderer-worker/dist/rendererWorkerMain.js +863 -824
- package/static/{f04e70d → 26ac40c}/packages/test-worker/dist/testWorkerMain.js +172 -33
- package/static/{f04e70d → 26ac40c}/packages/text-search-worker/dist/textSearchWorkerMain.js +24 -15
- package/static/{f04e70d → 26ac40c}/packages/title-bar-worker/dist/titleBarWorkerMain.js +1 -2
- package/static/index.html +4 -4
- package/static/f04e70d/extensions/builtin.language-basics-graphql/README.md +0 -14
- package/static/f04e70d/extensions/builtin.language-basics-graphql/extension.json +0 -12
- package/static/f04e70d/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
- /package/static/{f04e70d → 26ac40c}/config/colorTheme.json +0 -0
- /package/static/{f04e70d → 26ac40c}/config/defaultSettings.json +0 -0
- /package/static/{f04e70d → 26ac40c}/config/fileMap.json +0 -0
- /package/static/{f04e70d → 26ac40c}/config/webExtensions.json +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/Animation.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/BrowserScrollBar.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/Category.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/DebugButtons.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/DebugValue.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/E2eTest.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/E2eTests.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/EditorHover.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/EditorMessage.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/FeatureContent.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/Features.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ImagePreview.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/InputBadge.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/Key.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/LegacyDialog.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/Markdown.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/Message.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/Progress.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ScrollToTop.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/Select.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/SettingsHeader.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/SettingsItems.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/SettingsSideBar.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/Table.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletAbout.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletDialog.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletMedia.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletOutput.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletPanel.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletPdf.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletProblems.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletReferences.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletSearch.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletSettings.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletStorage.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{f04e70d → 26ac40c}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-typescript/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/default_file.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/default_folder.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/default_folder_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/default_root_folder.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/default_root_folder_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_access.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_access2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_actionscript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_actionscript2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ada.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_advpl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_affectscript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_affinityphoto.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_agda.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ai.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ai2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_al.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_al_dal.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_allcontributors.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_angular.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ansible.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_antlers_html.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_antlr.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_anyscript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_apache.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_apex.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_api_extractor.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_apib.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_apib2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_apl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_applescript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_appscript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_appsemble.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_appveyor.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_arduino.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_asciidoc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_asp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_aspx.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_assembly.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_astro.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_astroconfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_atom.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ats.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_attw.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_audio.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_aurelia.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_autohotkey.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_autoit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_avif.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_avro.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_awk.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_aws.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_azure.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_azurepipelines.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_babel.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_babel2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bak.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ballerina.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bat.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bats.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bazaar.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bazel.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bazel_version.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_befunge.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bicep.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_biml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_binary.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_biome.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bithound.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_blade.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_blender.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_blitzbasic.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bolt.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bosque.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bower.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bower2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_browserslist.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bruno.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_buckbuild.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_buf.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bun.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bundlemon.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bundler.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_bunfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_c.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_c2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_c3.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_c_al.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cabal.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_caddy.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cake.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cakephp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_capacitor.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_capnp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cargo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_casc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cddl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cert.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ceylon.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cf.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cf2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cfc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cfc2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cfm.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cfm2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_changie.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cheader.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_chef.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_circleci.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_class.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_claude.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_clojure.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_clojurescript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cmake.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cobol.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codacy.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codeclimate.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codecov.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codekit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codemagic.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codeowners.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_codeql.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_coderabbit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_coffeelint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_coffeescript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_commitizen.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_commitlint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_compass.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_composer.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_conan.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_conda.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_config.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_confluence.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_copilot.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_coverage.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_coveralls.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cpp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cpp2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cpp3.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cppheader.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_craco.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_crowdin.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_crystal.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_csharp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_csharp2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cspell.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_csproj.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_css.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_css2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_css2map.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_csscomb.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_csslint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cssmap.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cucumber.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cuda.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cursorrules.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cvs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cypress.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cypress_spec.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_cython.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dal.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_darcs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dartlang.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_datadog.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_db.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_debian.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_delphi.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_deno.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_denoify.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dependabot.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dependencies.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_devcontainer.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dhall.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_diff.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_django.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dlang.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_docker.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_docker2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dockertest.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dockertest2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_docpad.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_docz.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dojo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_doppler.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dotenv.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dotjs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_doxygen.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_drawio.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_drone.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_drools.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dtd.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dune.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dustjs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dvc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_dylan.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_earthly.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eas-metadata.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_edge.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_edge2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_editorconfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eex.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ejs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_elastic.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eleventy.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eleventy2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_elixir.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_elm.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_elm2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_emacs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ember.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ensime.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eps.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_epub.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_erb.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_erlang.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_erlang2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_esbuild.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eslint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_eslint2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_esphome.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_excalidraw.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_excel.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_excel2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_expo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_falcon.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fantasticon.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fastly.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fauna.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_favicon.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fbx.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_firebase.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_firebasehosting.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_firestore.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fitbit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fla.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_flareact.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_flash.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_floobits.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_flow.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_flutter.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_flutter_package.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_flyio.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_font.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_formkit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fortran.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fossa.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fossil.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_freemarker.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_frontcommerce.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fsharp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fsharp2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fsproj.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fthtml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_funding.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_fusebox.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_galen.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_galen2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gamemaker.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gamemaker2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gamemaker81.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gatsby.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gcloud.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gcode.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gdscript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_genstat.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_git.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_git2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gitlab.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gitpod.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gleam.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gleamconfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_glide.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_glitter.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_glsl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gltf.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_glyphs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gnu.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gnuplot.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_aqua.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_black.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_gopher.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_lightblue.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_package.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_white.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_work.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_go_yellow.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_goctl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_godot.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gpg.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gradle.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gradle2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_grain.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_graphql.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_graphql_config.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_graphviz.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_greenkeeper.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gridsome.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_groovy.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_groovy2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_grunt.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_gulp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_haml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_handlebars.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_handlebars2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_harbour.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hardhat.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hashicorp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_haskell.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_haskell2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_haxe.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_haxedevelop.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_helix.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_helm.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_histoire.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hjson.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hlsl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_homeassistant.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_horusec.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_host.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_html.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_htmlhint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_http.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hugo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_humanstxt.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hunspell.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_husky.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hy.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hygen.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_hypr.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_icl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_idris.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_idrisbin.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_idrispkg.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_image.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_imba.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_inc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_infopath.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_informix.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ini.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ink.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_innosetup.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_io.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_iodine.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ionic.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jake.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_janet.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jar.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jasmine.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_java.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jbuilder.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jekyll.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jenkins.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jest.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jinja.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jpm.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_js_official.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsbeautify.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsconfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jscpd.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jshint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsmap.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_json.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_json2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_json5.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_json_official.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_json_schema.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsonld.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsonnet.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jsr.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jss.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_juice.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_julia.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_julia2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_jupyter.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_just.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_k.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_karma.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_key.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_kitchenci.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_kite.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_kivy.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_knip.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_kos.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_kotlin.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_kusto.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_language_configuration.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lark.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_latino.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_layout.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lefthook.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lerna.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_less.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lex.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_liara.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_license.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_licensebat.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_ada.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_agda.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_apl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_astro.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_babel.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_babel2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_cabal.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_circleci.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_codacy.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_codeowners.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_config.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_copilot.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_crystal.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_cypress.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_db.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_deno.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_dhall.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_docpad.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_drone.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_esphome.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_expo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_fla.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_font.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_gradle.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_hjson.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_ini.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_io.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_jsmap.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_json.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_json5.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_json_schema.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_jsonld.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_kite.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_lark.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_lerna.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_mailing.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_markuplint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_mdx.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_mlang.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_mustache.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_mypy.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_neo4j.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_netlify.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_next.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_nim.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_nx.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_openHAB.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_pcl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_pnpm.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_prettier.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_prisma.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_purescript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_quasar.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_raku.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_razzle.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_rehype.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_remark.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_replit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_retext.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_rome.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_rubocop.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_rust.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_safetensors.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_solidity.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_spin.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_stylelint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_stylus.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_symfony.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_systemd.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_testcafe.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_testjs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_tex.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_tm.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_tmux.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_todo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_toit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_toml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_tree.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_turbo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_vash.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_vercel.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_vsix.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_xfl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_xorg.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_yaml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_light_zeit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lighthouse.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lilypond.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lime.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_liquid.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lisp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_livescript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lnk.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_locale.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_log.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lolcode.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lsl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lua.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_luau.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_lync.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mailing.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_makefile.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_manifest.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_manifest_bak.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_manifest_skip.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_map.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mariadb.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_markdown.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_markdownlint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_marko.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_markojs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_markuplint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_master-co.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_matlab.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_maven.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_maxscript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_maya.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mdx-components.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mdx.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mediawiki.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mercurial.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mermaid.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_meson.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_metal.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_meteor.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_minecraft.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mivascript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mjml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mlang.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mocha.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_modernizr.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mojo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mojolicious.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_moleculer.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mondoo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mongo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_monotone.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_motif.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mson.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mustache.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mvt.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mvtcss.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mvtjs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mypy.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_mysql.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ndst.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nearly.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_neo4j.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_module_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_service_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nestjs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_netlify.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_next.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nextflow.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_css.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_html.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_less.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nginx.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nim.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nimble.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ninja.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nix.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_njsproj.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_noc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_node.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_node2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nodemon.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_npm.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nsi.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nsri.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nuget.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_numpy.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nunjucks.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nuxt.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nx.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_nyc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_objectivec.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_objectivecpp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_objidconfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ocaml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ogone.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_onenote.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_opam.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_openHAB.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_opencl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_openscad.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_opentofu.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_org.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_outlook.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ovpn.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_oxlint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_package.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_paket.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pandacss.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_patch.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pcl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pddl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pddl_plan.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pdf.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pdf2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pdm.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_peeky.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_perl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_perl2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_perl6.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pgsql.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_photoshop.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_photoshop2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_php.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_php2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_php3.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_phpstan.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_phpunit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_phraseapp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pine.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pip.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pipeline.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_plantuml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_platformio.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_playwright.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_plsql.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_plsql_package.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pm2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pnpm.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_poedit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_poetry.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_polymer.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pony.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_postcss.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_postcssconfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_postman.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powerpoint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powerpoint2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell_format.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_powershell_types.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_preact.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_precommit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_prettier.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_prisma.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_processinglang.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_procfile.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_progress.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_prolog.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_prometheus.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_protobuf.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_protractor.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_publiccode.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_publisher.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pug.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pulumi.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_puppet.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_purescript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_purgecss.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pyenv.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pyret.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pyscript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pytest.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_python.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pythowo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pytyped.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_pyup.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_q.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_qbs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_qlikview.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_qml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_qmldir.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_qsharp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_quasar.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_r.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_racket.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rails.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rake.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_raku.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_raml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_razor.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_razzle.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_reactjs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_reactrouter.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_reacttemplate.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_reactts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_reason.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_red.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_registry.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rego.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rehype.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_remark.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_renovate.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_replit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rescript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rest.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_retext.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rexx.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_riot.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rmd.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rnc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_robotframework.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_robots.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rolldown.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rollup.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rome.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ron.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rproj.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rspec.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rss.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rubocop.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ruby.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rust.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_s-lang.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_safetensors.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sails.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_saltstack.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_san.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sas.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sass.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sbt.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_scala.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_scilab.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_script.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_scss.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_scss2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sdlang.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_search_result.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_seedkit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sentry.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sequelize.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_serverless.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_shaderlab.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_shell.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_shellcheck.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_shuttle.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_silverstripe.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sino.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_siyuan.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sketch.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_skipper.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_slang.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_slashup.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_slice.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_slim.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_slint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sln.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sln2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_smarty.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_snakemake.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_snapcraft.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_snaplet.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_snort.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_snyk.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_solidarity.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_solidity.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_source.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_spacengine.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sparql.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_spin.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sqf.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sql.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sqlite.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_squirrel.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sss.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sst.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stackblitz.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stan.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stata.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stencil.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_storyboard.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_storybook.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stryker.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stylable.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_style.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_styled.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stylelint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_stylus.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_sublime.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_subversion.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_svelte.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_svelteconfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_svg.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_svgo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_swagger.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_swc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_swift.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_swig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_symfony.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_syncpack.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_systemd.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_systemverilog.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_t4tt.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tailwind.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tamagui.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_taplo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_taskfile.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tauri.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tcl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_teal.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_templ.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tera.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_terraform.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_test.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_testcafe.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_testjs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_testplane.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_testts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tex.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_text.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_textile.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tfs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tiltfile.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tm.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tmux.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_todo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_toit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_toml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tox.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_travis.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tree.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tres.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_truffle.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_trunk.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tscn.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tsconfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tsdoc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tslint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tt.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_ttcn.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_tuc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_turbo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_twig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_typedoc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_typescript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_typescript_official.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_typo3.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_uiua.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_unibeautify.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_unison.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_unlicense.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_unocss.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vagrant.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vala.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vapi.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vapor.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vash.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vb.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vba.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vbhtml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vbproj.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vcxproj.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_velocity.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vento.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vercel.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_verilog.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vhdl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_video.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_view.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vim.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vite.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vitest.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vlang.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_volt.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vscode.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vscode2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vscode3.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vscode_test.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vsix.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vue.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vueconfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_vyper.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wallaby.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wally.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wasm.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wdio.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_weblate.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_webpack.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wenyan.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wercker.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wgsl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wikitext.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_windi.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wolfram.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_word.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_word2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wpml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wurst.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wxml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wxss.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_wxt.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xcode.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xfl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xib.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xliff.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xmake.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xorg.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xquery.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_xsl.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yacc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yaml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yaml_official.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yamllint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yandex.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yang.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yarn.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_yeoman.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_zeit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_zig.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_zip.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/file_type_zip2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_android.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_android_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_api.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_api_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_app.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_app_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_arangodb.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_asset.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_asset_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_audio.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_audio_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_aurelia.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_aws.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_aws_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_azure.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_azure_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_binary.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_binary_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_bloc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_blueprint.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_bot.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_bot_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_bower.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_bower_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_buildkite.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cake.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cake_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_certificate.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_changesets.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_chef.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_chef_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_circleci.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cli.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cli_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_client.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_client_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cmake.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_common.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_common_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_component.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_component_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_composer.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_composer_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_config.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_config_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_controller.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_controller_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_coverage.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_css.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_css2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_css2_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_css_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cubit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cypress.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_dapr.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_datadog.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_db.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_db_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_debian.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_debian_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_dependabot.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_dist.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_dist_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_docker.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_docker_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_docs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_docs_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_e2e.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_electron.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_electron_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_expo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_expo_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_favicon.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_flow.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_flow_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_fonts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gcp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_git.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_git_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_github.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_github_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gitlab.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gradle.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_graphql.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_grunt.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gulp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_haxelib.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_helper.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_helper_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_hook.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_hook_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_husky.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_husky_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_idea.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_idea_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_images.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_images_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_include.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_include_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_interfaces.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_ios.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_ios_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_js.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_js_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_json.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_json_official.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_json_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_less.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_less_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_library.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_library_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_electron.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_expo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_node.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_redux.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_sass.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_linux.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_linux_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_locale.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_locale_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_log.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_log_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_macos.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_macos_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mariadb.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_maven.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_maven_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_memcached.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_meteor.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_middleware.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_minecraft.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_minikube.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mjml.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mock.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mock_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_model.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_model_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_module.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_module_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mojo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mongodb.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mypy.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mysql.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_netlify.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_next.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_next_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nginx.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nix.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nix_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_node.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_node_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_notebooks.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_notification.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_notification_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nuget.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nuxt.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_package.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_package_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_paket.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_paket_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_php.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_php_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_platformio.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_plugin.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_prisma.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_private.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_private_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_public.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_public_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_pytest.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_python.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_python_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_ravendb.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_redis.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_redis_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_redux.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_redux_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_route.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_route_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_sass.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_sass_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_script.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_script_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_seedkit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_server.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_server_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_services.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_services_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_shared.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_shared_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_snaplet.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_spin.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_spin_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_src.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_src_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_sso.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_sso_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_story.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_story_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_style.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_style_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_supabase.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_svelte.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_tauri.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_temp.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_temp_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_template.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_template_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_test.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_test_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_theme.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_theme_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_tools.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_tools_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_travis.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_travis_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_trunk.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_turbo.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_typescript.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_typings.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_typings2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_typings_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vagrant.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vercel.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_video.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_video_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_view.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_view_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vs.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vs2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vs_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode3.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_webpack.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_windows.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_windows_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_wit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_wit_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_www.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_www_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_yarn.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/extensions/builtin.vscode-icons/icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/add.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/arrow-down.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/arrow-left.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/arrow-right.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/arrow-up.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/blank.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/book.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/case-sensitive.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/check.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/chevron-down.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/chevron-left.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/chevron-right.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/chevron-up.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/chrome-close.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/chrome-maximize.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/chrome-minimize.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/chrome-restore.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/circle-filled.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/clear-all.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/close.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/cloud.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/collapse-all.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-all.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-alt-2.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-alt-small.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-alt.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-console.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-continue-small.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-continue.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-coverage.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-disconnect.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-line-by-line.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-pause.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-rerun.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-restart-frame.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-restart.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-stackframe.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-start.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-step-back.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-step-into.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-step-out.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-step-over.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug-stop.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/debug.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/discard.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/edit.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/ellipsis.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/error.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/exclude.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/extensions.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/files.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/filter.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/go-to-file.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/icon-close.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/icon-source-control.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/icon-sync.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/icon.png +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/icon.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/info.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/language-icon.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/link-external.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/list-flat.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/list-tree.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/new-file.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/new-folder.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/newline.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/open-preview.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/play.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/preserve-case.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/progress.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/pwa-icon-192.png +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/pwa-icon-512.png +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/record-keys.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/refresh.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/regex.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/remove.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/replace-all.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/replace.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/run-all.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/search.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/settings-gear.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/sort-precedence.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/source-control.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/split-horizontal.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/squiggly-error.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/squiggly-warning.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-array.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-boolean.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-class.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-color.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-constant.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-enum-member.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-enum.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-event.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-field.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-file.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-interface.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-key.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-keyword.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-method.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-misc.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-namespace.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-numeric.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-operator.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-parameter.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-property.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-ruler.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-snippet.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-string.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-structure.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/symbol-variable.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/tag.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/terminal-bash.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/terminal.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/theme-icon.png +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/trash.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/triangle-down.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/triangle-left.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/triangle-right.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/triangle-up.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/warning.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/whole-word.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/zoom-in.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/icons/zoom-out.svg +0 -0
- /package/static/{f04e70d → 26ac40c}/js/babel-parser.js +0 -0
- /package/static/{f04e70d → 26ac40c}/js/blob-util.js +0 -0
- /package/static/{f04e70d → 26ac40c}/js/ky.js +0 -0
- /package/static/{f04e70d → 26ac40c}/js/lvce-editor-import-script.js +0 -0
- /package/static/{f04e70d → 26ac40c}/js/lvce-editor-ipc.js +0 -0
- /package/static/{f04e70d → 26ac40c}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{f04e70d → 26ac40c}/js/lvce-editor-verror.js +0 -0
- /package/static/{f04e70d → 26ac40c}/js/p-min-delay.js +0 -0
- /package/static/{f04e70d → 26ac40c}/js/pretty-bytes.js +0 -0
- /package/static/{f04e70d → 26ac40c}/js/preview-injected.js +0 -0
- /package/static/{f04e70d → 26ac40c}/js/yoctodelay.js +0 -0
- /package/static/{f04e70d → 26ac40c}/lib-css/termterm.css +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/hover-worker/dist/hoverWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/icon-theme-worker/dist/iconThemeWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/output-view/dist/outputViewWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/problems-view/dist/problemsViewWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/renderer-process/LICENSE +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/renderer-process/README.md +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/settings-view/dist/settingsViewWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/source-action-worker/dist/sourceActionWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.cpp +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.css +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.csv +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.dart +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.env +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.ex +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.html +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.java +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.jl +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.js +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.json +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.kt +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.pl +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.py +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/index.ts +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/scrolling.txt +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/languages/tsconfig.json +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/sample-folder/a.txt +0 -0
- /package/static/{f04e70d → 26ac40c}/playground/sample-folder/b.txt +0 -0
- /package/static/{f04e70d → 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) => {
|
|
@@ -550,6 +550,7 @@ const Timeout = 141;
|
|
|
550
550
|
const GetActiveEditor = 142;
|
|
551
551
|
const PlatformPaths = 143;
|
|
552
552
|
const MeasureTextHeight = 144;
|
|
553
|
+
const Document = 145;
|
|
553
554
|
|
|
554
555
|
const getPrefix$3 = commandId => {
|
|
555
556
|
if (!commandId || typeof commandId !== 'string') {
|
|
@@ -577,6 +578,8 @@ const getModuleId$1 = commandId => {
|
|
|
577
578
|
return Debug$1;
|
|
578
579
|
case 'AutoUpdater':
|
|
579
580
|
return AutoUpdater;
|
|
581
|
+
case 'Document':
|
|
582
|
+
return Document;
|
|
580
583
|
case 'Blob':
|
|
581
584
|
return Blob$2;
|
|
582
585
|
case 'GetActiveEditor':
|
|
@@ -1034,7 +1037,7 @@ const IpcChildWithModuleWorker$1 = {
|
|
|
1034
1037
|
wrap: wrap$6$1
|
|
1035
1038
|
};
|
|
1036
1039
|
|
|
1037
|
-
const getModule$
|
|
1040
|
+
const getModule$7 = method => {
|
|
1038
1041
|
switch (method) {
|
|
1039
1042
|
case ModuleWorker$1:
|
|
1040
1043
|
return IpcChildWithModuleWorker$1;
|
|
@@ -1046,7 +1049,7 @@ const getModule$8 = method => {
|
|
|
1046
1049
|
const listen$2 = async ({
|
|
1047
1050
|
method
|
|
1048
1051
|
}) => {
|
|
1049
|
-
const module = await getModule$
|
|
1052
|
+
const module = await getModule$7(method);
|
|
1050
1053
|
const rawIpc = await module.listen();
|
|
1051
1054
|
// @ts-ignore
|
|
1052
1055
|
if (module.signal) {
|
|
@@ -1076,8 +1079,8 @@ const listen$1 = async () => {
|
|
|
1076
1079
|
handleIpc(ipc);
|
|
1077
1080
|
state$G.ipc = ipc;
|
|
1078
1081
|
};
|
|
1079
|
-
const invoke$
|
|
1080
|
-
return invoke$
|
|
1082
|
+
const invoke$u = (method, ...params) => {
|
|
1083
|
+
return invoke$v(state$G.ipc, method, ...params);
|
|
1081
1084
|
};
|
|
1082
1085
|
const invokeAndTransfer$9 = (method, ...params) => {
|
|
1083
1086
|
return invokeAndTransfer$a(state$G.ipc, method, ...params);
|
|
@@ -1098,7 +1101,7 @@ const loadCssStyleSheets = css => {
|
|
|
1098
1101
|
return Promise.all(css.map(loadCssStyleSheet));
|
|
1099
1102
|
};
|
|
1100
1103
|
const addCssStyleSheet = (id, css) => {
|
|
1101
|
-
return invoke$
|
|
1104
|
+
return invoke$u('Css.addCssStyleSheet', id, css);
|
|
1102
1105
|
};
|
|
1103
1106
|
const actuallyAddDynamicCss = async (id, getCss, preferences) => {
|
|
1104
1107
|
const css = await getCss(preferences);
|
|
@@ -1122,7 +1125,7 @@ const getOrCreateWorker = fn => {
|
|
|
1122
1125
|
return {
|
|
1123
1126
|
async invoke(method, ...params) {
|
|
1124
1127
|
const ipc = await getOrCreate$2(fn);
|
|
1125
|
-
return invoke$
|
|
1128
|
+
return invoke$v(ipc, method, ...params);
|
|
1126
1129
|
},
|
|
1127
1130
|
async invokeAndTransfer(method, ...params) {
|
|
1128
1131
|
const ipc = await getOrCreate$2(fn);
|
|
@@ -1160,7 +1163,7 @@ const ModuleWorkerAndWorkaroundForChromeDevtoolsBug = 6;
|
|
|
1160
1163
|
const Node = 7;
|
|
1161
1164
|
const NodeAlternate = 8;
|
|
1162
1165
|
|
|
1163
|
-
const getModule$
|
|
1166
|
+
const getModule$6 = method => {
|
|
1164
1167
|
switch (method) {
|
|
1165
1168
|
case ElectronMessagePort:
|
|
1166
1169
|
return Promise.resolve().then(function () { return IpcParentWithElectronMessagePort; });
|
|
@@ -1187,7 +1190,7 @@ const create$10 = async ({
|
|
|
1187
1190
|
method,
|
|
1188
1191
|
...options
|
|
1189
1192
|
}) => {
|
|
1190
|
-
const module = await getModule$
|
|
1193
|
+
const module = await getModule$6(method);
|
|
1191
1194
|
// @ts-ignore
|
|
1192
1195
|
const rawIpc = await module.create(options);
|
|
1193
1196
|
if (options.noReturn) {
|
|
@@ -1214,7 +1217,7 @@ const set$h = async (key, value) => {
|
|
|
1214
1217
|
state$F[key] = value;
|
|
1215
1218
|
};
|
|
1216
1219
|
|
|
1217
|
-
const getConfiguredWorkerUrl$
|
|
1220
|
+
const getConfiguredWorkerUrl$o = () => {
|
|
1218
1221
|
let configuredWorkerUrl = get$g('develop.errorWorkerPath') || '';
|
|
1219
1222
|
if (configuredWorkerUrl) {
|
|
1220
1223
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -1230,14 +1233,14 @@ const launchErrorWorker = async () => {
|
|
|
1230
1233
|
const ipc = await create$10({
|
|
1231
1234
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
1232
1235
|
name,
|
|
1233
|
-
url: getConfiguredWorkerUrl$
|
|
1236
|
+
url: getConfiguredWorkerUrl$o()
|
|
1234
1237
|
});
|
|
1235
1238
|
handleIpc(ipc);
|
|
1236
1239
|
return ipc;
|
|
1237
1240
|
};
|
|
1238
1241
|
|
|
1239
1242
|
const {
|
|
1240
|
-
invoke: invoke$
|
|
1243
|
+
invoke: invoke$t,
|
|
1241
1244
|
invokeAndTransfer: invokeAndTransfer$8
|
|
1242
1245
|
} = getOrCreateWorker(launchErrorWorker);
|
|
1243
1246
|
|
|
@@ -1259,14 +1262,14 @@ const serializeError = error => {
|
|
|
1259
1262
|
const prepare = async error => {
|
|
1260
1263
|
try {
|
|
1261
1264
|
const serialized = serializeError(error);
|
|
1262
|
-
const prepared = await invoke$
|
|
1265
|
+
const prepared = await invoke$t('Errors.prepare', serialized);
|
|
1263
1266
|
return prepared;
|
|
1264
1267
|
} catch {
|
|
1265
1268
|
return error;
|
|
1266
1269
|
}
|
|
1267
1270
|
};
|
|
1268
1271
|
const print = async (error, prefix = '') => {
|
|
1269
|
-
await invoke$
|
|
1272
|
+
await invoke$t('Errors.print', error, prefix);
|
|
1270
1273
|
};
|
|
1271
1274
|
const getMessage$3 = error => {
|
|
1272
1275
|
if (error && error.type && error.message) {
|
|
@@ -1632,6 +1635,12 @@ const writeFile$f = async (uri, content, encoding = Utf8) => {
|
|
|
1632
1635
|
const fileSystem = await getFileSystem(protocol);
|
|
1633
1636
|
await fileSystem.writeFile(path, content, encoding);
|
|
1634
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
|
+
};
|
|
1635
1644
|
const readDirWithFileTypes$9 = async uri => {
|
|
1636
1645
|
const protocol = getProtocol(uri);
|
|
1637
1646
|
const path = getPath$1(protocol, uri);
|
|
@@ -1760,11 +1769,11 @@ const state$A = {
|
|
|
1760
1769
|
};
|
|
1761
1770
|
|
|
1762
1771
|
/* istanbul ignore file */
|
|
1763
|
-
const invoke$
|
|
1772
|
+
const invoke$s = async (method, ...params) => {
|
|
1764
1773
|
const {
|
|
1765
1774
|
ipc
|
|
1766
1775
|
} = state$A;
|
|
1767
|
-
const result = await invoke$
|
|
1776
|
+
const result = await invoke$v(ipc, method, ...params);
|
|
1768
1777
|
return result;
|
|
1769
1778
|
};
|
|
1770
1779
|
const invokeAndTransfer$7 = async (method, ...params) => {
|
|
@@ -1809,7 +1818,7 @@ const getPreferencesJson = async () => {
|
|
|
1809
1818
|
const url = `${assetDir}/config/defaultSettings.json`;
|
|
1810
1819
|
return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
|
|
1811
1820
|
}
|
|
1812
|
-
return invoke$
|
|
1821
|
+
return invoke$s(PreferencesGetAll);
|
|
1813
1822
|
};
|
|
1814
1823
|
const getPreferences = async () => {
|
|
1815
1824
|
// TODO cache preferences, but they should not be stale
|
|
@@ -1868,7 +1877,7 @@ const state$z = {
|
|
|
1868
1877
|
};
|
|
1869
1878
|
|
|
1870
1879
|
const getResolvedRootFromSharedProcess = async () => {
|
|
1871
|
-
const resolvedRoot = await invoke$
|
|
1880
|
+
const resolvedRoot = await invoke$s(/* Workspace.resolveRoot */WorkspaceResolveRoot);
|
|
1872
1881
|
return resolvedRoot;
|
|
1873
1882
|
};
|
|
1874
1883
|
const isValid$1 = resolvedRoot => {
|
|
@@ -1934,20 +1943,20 @@ const getResolvedRoot = async href => {
|
|
|
1934
1943
|
};
|
|
1935
1944
|
|
|
1936
1945
|
const getHref = () => {
|
|
1937
|
-
return invoke$
|
|
1946
|
+
return invoke$u(/* Location.getHref */'Location.getHref');
|
|
1938
1947
|
};
|
|
1939
1948
|
const setPathName = pathName => {
|
|
1940
|
-
return invoke$
|
|
1949
|
+
return invoke$u(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
|
|
1941
1950
|
};
|
|
1942
1951
|
const hydrate$a = () => {
|
|
1943
|
-
return invoke$
|
|
1952
|
+
return invoke$u(/* Location.hydrate */'Location.hydrate');
|
|
1944
1953
|
};
|
|
1945
1954
|
const getHost = () => {
|
|
1946
1955
|
return location.host;
|
|
1947
1956
|
};
|
|
1948
1957
|
|
|
1949
1958
|
const set$f = title => {
|
|
1950
|
-
return invoke$
|
|
1959
|
+
return invoke$u('WindowTitle.set', title);
|
|
1951
1960
|
};
|
|
1952
1961
|
|
|
1953
1962
|
/**
|
|
@@ -2079,15 +2088,15 @@ const launchExtensionHostWorker = async () => {
|
|
|
2079
2088
|
ipc = wrap$7(port);
|
|
2080
2089
|
}
|
|
2081
2090
|
handleIpc(ipc);
|
|
2082
|
-
await invoke$
|
|
2091
|
+
await invoke$v(ipc, 'Workspace.setWorkspacePath', state$z.workspacePath);
|
|
2083
2092
|
addListener('workspace.change', async () => {
|
|
2084
|
-
await invoke$
|
|
2093
|
+
await invoke$v(ipc, 'Workspace.setWorkspacePath', state$z.workspacePath);
|
|
2085
2094
|
});
|
|
2086
2095
|
return ipc;
|
|
2087
2096
|
};
|
|
2088
2097
|
|
|
2089
2098
|
const {
|
|
2090
|
-
invoke: invoke$
|
|
2099
|
+
invoke: invoke$r,
|
|
2091
2100
|
invokeAndTransfer: invokeAndTransfer$6
|
|
2092
2101
|
} = getOrCreateWorker(launchExtensionHostWorker);
|
|
2093
2102
|
|
|
@@ -2117,11 +2126,11 @@ const getColorThemeCssCached = async (colorThemeId, getData) => {
|
|
|
2117
2126
|
};
|
|
2118
2127
|
|
|
2119
2128
|
const getColorThemeJson = colorThemeId => {
|
|
2120
|
-
return invoke$
|
|
2129
|
+
return invoke$r('ColorTheme.getColorThemeJson', colorThemeId);
|
|
2121
2130
|
};
|
|
2122
2131
|
|
|
2123
2132
|
const getColorThemeCssFromJson = async (colorThemeId, colorThemeJson) => {
|
|
2124
|
-
return invoke$
|
|
2133
|
+
return invoke$r('ColorTheme.getColorThemeCssFromJson', colorThemeId, colorThemeJson);
|
|
2125
2134
|
};
|
|
2126
2135
|
const getColorThemeCssNew = async colorThemeId => {
|
|
2127
2136
|
const colorThemeJson = await getColorThemeJson(colorThemeId);
|
|
@@ -2137,7 +2146,7 @@ const getMetaThemeColor = colorThemeJson => {
|
|
|
2137
2146
|
};
|
|
2138
2147
|
|
|
2139
2148
|
const setThemeColor = async themeColor => {
|
|
2140
|
-
await invoke$
|
|
2149
|
+
await invoke$u(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
|
|
2141
2150
|
};
|
|
2142
2151
|
|
|
2143
2152
|
// TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
|
|
@@ -2186,7 +2195,7 @@ const watch$1 = async id => {
|
|
|
2186
2195
|
return;
|
|
2187
2196
|
}
|
|
2188
2197
|
state$y.watchedTheme = id;
|
|
2189
|
-
await invoke$
|
|
2198
|
+
await invoke$s('ExtensionHost.watchColorTheme', id);
|
|
2190
2199
|
};
|
|
2191
2200
|
const getPreferredColorTheme = () => {
|
|
2192
2201
|
const preferredColorTheme = get$e('workbench.colorTheme');
|
|
@@ -2213,10 +2222,34 @@ const hydrate$8 = async () => {
|
|
|
2213
2222
|
}
|
|
2214
2223
|
};
|
|
2215
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
|
+
|
|
2216
2240
|
const map$3 = Object.create(null);
|
|
2217
|
-
const handleEvent = (id, event) => {
|
|
2241
|
+
const handleEvent = async (id, event) => {
|
|
2218
2242
|
const eventTarget = map$3[id];
|
|
2219
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
|
+
}
|
|
2220
2253
|
console.warn(`target not found ${id}`);
|
|
2221
2254
|
return;
|
|
2222
2255
|
}
|
|
@@ -2224,28 +2257,39 @@ const handleEvent = (id, event) => {
|
|
|
2224
2257
|
detail: event
|
|
2225
2258
|
}));
|
|
2226
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
|
+
};
|
|
2227
2271
|
|
|
2228
|
-
const state$
|
|
2272
|
+
const state$w = {
|
|
2229
2273
|
id: 0
|
|
2230
2274
|
};
|
|
2231
|
-
const set$
|
|
2232
|
-
state$
|
|
2275
|
+
const set$d = value => {
|
|
2276
|
+
state$w.id = value;
|
|
2233
2277
|
};
|
|
2234
|
-
const get$
|
|
2235
|
-
return state$
|
|
2278
|
+
const get$c = () => {
|
|
2279
|
+
return state$w.id;
|
|
2236
2280
|
};
|
|
2237
2281
|
|
|
2238
2282
|
// TODO cache window id
|
|
2239
2283
|
|
|
2240
2284
|
const getWindowId = async () => {
|
|
2241
|
-
const webContentsId = get$
|
|
2242
|
-
const windowId = await invoke$
|
|
2285
|
+
const webContentsId = get$c();
|
|
2286
|
+
const windowId = await invoke$s('GetWindowId.getWindowId', webContentsId);
|
|
2243
2287
|
return windowId;
|
|
2244
2288
|
};
|
|
2245
2289
|
|
|
2246
2290
|
const forward$2 = key => async (...args) => {
|
|
2247
2291
|
const windowId = await getWindowId();
|
|
2248
|
-
return invoke$
|
|
2292
|
+
return invoke$s(key, windowId, ...args);
|
|
2249
2293
|
};
|
|
2250
2294
|
const reload$3 = forward$2('ElectronWindow.reload');
|
|
2251
2295
|
const minimize$1 = forward$2('ElectronWindow.minimize');
|
|
@@ -2264,7 +2308,7 @@ const reloadElectron = () => {
|
|
|
2264
2308
|
};
|
|
2265
2309
|
|
|
2266
2310
|
const reloadWeb = () => {
|
|
2267
|
-
return invoke$
|
|
2311
|
+
return invoke$u('Window.reload');
|
|
2268
2312
|
};
|
|
2269
2313
|
|
|
2270
2314
|
const getFn$2 = () => {
|
|
@@ -2303,49 +2347,49 @@ const getUrlBaseName = href => {
|
|
|
2303
2347
|
// TODO treeshake this function out when targeting electron
|
|
2304
2348
|
|
|
2305
2349
|
const getExtensionsPath = () => {
|
|
2306
|
-
return invoke$
|
|
2350
|
+
return invoke$s(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
|
|
2307
2351
|
};
|
|
2308
2352
|
const getCachedExtensionsPath = () => {
|
|
2309
|
-
return invoke$
|
|
2353
|
+
return invoke$s(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
|
|
2310
2354
|
};
|
|
2311
2355
|
const getLogsDir = () => {
|
|
2312
2356
|
if (platform === Web$1) {
|
|
2313
2357
|
return 'memfs://output';
|
|
2314
2358
|
}
|
|
2315
|
-
return invoke$
|
|
2359
|
+
return invoke$s(/* Platform.getLogsDir */'Platform.getLogsDir');
|
|
2316
2360
|
};
|
|
2317
2361
|
const getDownloadDir = () => {
|
|
2318
|
-
return invoke$
|
|
2362
|
+
return invoke$s(/* Platform.getDownloadDir */'Platform.getDownloadDir');
|
|
2319
2363
|
};
|
|
2320
2364
|
const getUserSettingsPath = () => {
|
|
2321
2365
|
if (platform === Web$1) {
|
|
2322
2366
|
return 'settings';
|
|
2323
2367
|
}
|
|
2324
|
-
return invoke$
|
|
2368
|
+
return invoke$s(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
|
|
2325
2369
|
};
|
|
2326
2370
|
const getUserKeyBindingsPath = () => {
|
|
2327
2371
|
if (platform === Web$1) {
|
|
2328
2372
|
return 'settings';
|
|
2329
2373
|
}
|
|
2330
|
-
return invoke$
|
|
2374
|
+
return invoke$s(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
|
|
2331
2375
|
};
|
|
2332
2376
|
const getRecentlyOpenedPath = () => {
|
|
2333
2377
|
if (platform === Web$1) {
|
|
2334
2378
|
return 'recently-opened';
|
|
2335
2379
|
}
|
|
2336
|
-
return invoke$
|
|
2380
|
+
return invoke$s(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
|
|
2337
2381
|
};
|
|
2338
2382
|
const getConfigPath = () => {
|
|
2339
|
-
return invoke$
|
|
2383
|
+
return invoke$s(/* Platform.getConfigDir */'Platform.getConfigDir');
|
|
2340
2384
|
};
|
|
2341
2385
|
const getCachePath = () => {
|
|
2342
|
-
return invoke$
|
|
2386
|
+
return invoke$s(/* Platform.getCacheDir */'Platform.getCacheDir');
|
|
2343
2387
|
};
|
|
2344
2388
|
const getCacheName = () => {
|
|
2345
2389
|
return 'lvce-runtime';
|
|
2346
2390
|
};
|
|
2347
2391
|
const getTestPathRemote = () => {
|
|
2348
|
-
return invoke$
|
|
2392
|
+
return invoke$s(/* Platform.getTestPath */'Platform.getTestPath');
|
|
2349
2393
|
};
|
|
2350
2394
|
const getTestPathWeb = () => {
|
|
2351
2395
|
return `${assetDir}/packages/extension-host-worker-tests`;
|
|
@@ -2361,29 +2405,19 @@ const getTestPath = () => {
|
|
|
2361
2405
|
return getTestPathWeb();
|
|
2362
2406
|
}
|
|
2363
2407
|
};
|
|
2364
|
-
const getTmpDir
|
|
2408
|
+
const getTmpDir = () => {
|
|
2365
2409
|
if (platform === Web$1) {
|
|
2366
2410
|
throw new Error('not implemented in web');
|
|
2367
2411
|
}
|
|
2368
|
-
return invoke$
|
|
2369
|
-
};
|
|
2370
|
-
const getRepository = () => {
|
|
2371
|
-
return invoke$q('Platform.getRepository');
|
|
2412
|
+
return invoke$s(/* Platform.getTmpDir */'Platform.getTmpDir');
|
|
2372
2413
|
};
|
|
2373
2414
|
|
|
2374
|
-
// TODO determine with websocket request or some
|
|
2375
|
-
// data in html that shows whether this test is
|
|
2376
|
-
// a typescript or javascript file
|
|
2377
2415
|
const existsTest = async url => {
|
|
2378
|
-
const
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
if (tsResponse.ok) {
|
|
2382
|
-
return true;
|
|
2383
|
-
}
|
|
2384
|
-
return false;
|
|
2416
|
+
const uri = url.replace('/remote', 'file://');
|
|
2417
|
+
const exists = await exists$2(uri);
|
|
2418
|
+
return exists;
|
|
2385
2419
|
};
|
|
2386
|
-
const getTestFilePath = async href => {
|
|
2420
|
+
const getTestFilePath = async (platform, href) => {
|
|
2387
2421
|
const testPath = await getTestPath();
|
|
2388
2422
|
const baseName = getUrlBaseName(href);
|
|
2389
2423
|
const jsFileName = baseName + '.js';
|
|
@@ -2400,7 +2434,7 @@ const getTestFilePath = async href => {
|
|
|
2400
2434
|
return jsPath;
|
|
2401
2435
|
};
|
|
2402
2436
|
|
|
2403
|
-
const getConfiguredWorkerUrl$
|
|
2437
|
+
const getConfiguredWorkerUrl$n = (preferenceKey, fallback) => {
|
|
2404
2438
|
let configuredWorkerUrl = get$e(preferenceKey) || '';
|
|
2405
2439
|
if (configuredWorkerUrl) {
|
|
2406
2440
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -2412,37 +2446,27 @@ const getConfiguredWorkerUrl$l = (preferenceKey, fallback) => {
|
|
|
2412
2446
|
return configuredWorkerUrl;
|
|
2413
2447
|
};
|
|
2414
2448
|
|
|
2415
|
-
const state$w = {
|
|
2416
|
-
ipc: undefined
|
|
2417
|
-
};
|
|
2418
|
-
const get$c = () => {
|
|
2419
|
-
return state$w.ipc;
|
|
2420
|
-
};
|
|
2421
|
-
const set$d = ipc => {
|
|
2422
|
-
state$w.ipc = ipc;
|
|
2423
|
-
};
|
|
2424
|
-
|
|
2425
2449
|
const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
|
|
2426
2450
|
|
|
2427
2451
|
const launchTestWorker = async () => {
|
|
2428
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
2452
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$n('develop.testWorkerPath', testWorkerUrl);
|
|
2429
2453
|
const ipc = await create$10({
|
|
2430
2454
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
2431
2455
|
url: configuredWorkerUrl,
|
|
2432
2456
|
name: 'Test Worker'
|
|
2433
2457
|
});
|
|
2434
2458
|
handleIpc(ipc);
|
|
2435
|
-
set$
|
|
2459
|
+
set$e(ipc);
|
|
2436
2460
|
return ipc;
|
|
2437
2461
|
};
|
|
2438
2462
|
|
|
2439
2463
|
const execute$3 = async href => {
|
|
2440
2464
|
const ipc = await launchTestWorker();
|
|
2441
|
-
await invoke$
|
|
2465
|
+
await invoke$v(ipc, 'Test.execute', href, platform, assetDir);
|
|
2442
2466
|
};
|
|
2443
2467
|
|
|
2444
|
-
const executeCurrentTest = async initData => {
|
|
2445
|
-
const jsPath = await getTestFilePath(initData.Location.href);
|
|
2468
|
+
const executeCurrentTest = async (platform, initData) => {
|
|
2469
|
+
const jsPath = await getTestFilePath(platform, initData.Location.href);
|
|
2446
2470
|
await execute$3(jsPath);
|
|
2447
2471
|
};
|
|
2448
2472
|
|
|
@@ -2561,7 +2585,7 @@ const getAvailableKeyBindings = keyBindings => {
|
|
|
2561
2585
|
const update = () => {
|
|
2562
2586
|
const matchingKeyBindings = getMatchingKeyBindings(state$u.keyBindingSets);
|
|
2563
2587
|
const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
|
|
2564
|
-
invoke$
|
|
2588
|
+
invoke$u('KeyBindings.setIdentifiers', keyBindingIdentifiers);
|
|
2565
2589
|
state$u.matchingKeyBindings = matchingKeyBindings;
|
|
2566
2590
|
state$u.keyBindingIdentifiers = keyBindingIdentifiers;
|
|
2567
2591
|
};
|
|
@@ -2738,13 +2762,13 @@ const serializeObjects = objects => {
|
|
|
2738
2762
|
};
|
|
2739
2763
|
|
|
2740
2764
|
const clear$5 = async storageType => {
|
|
2741
|
-
await invoke$
|
|
2765
|
+
await invoke$u(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
|
|
2742
2766
|
};
|
|
2743
2767
|
const getAll$1 = storageType => {
|
|
2744
|
-
return invoke$
|
|
2768
|
+
return invoke$u('WebStorage.getAll', storageType);
|
|
2745
2769
|
};
|
|
2746
2770
|
const getText$2 = async (storageType, key) => {
|
|
2747
|
-
const item = await invoke$
|
|
2771
|
+
const item = await invoke$u(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
|
|
2748
2772
|
return item || '';
|
|
2749
2773
|
};
|
|
2750
2774
|
const getJson$6 = async (storageType, key) => {
|
|
@@ -2759,7 +2783,7 @@ const getJson$6 = async (storageType, key) => {
|
|
|
2759
2783
|
}
|
|
2760
2784
|
};
|
|
2761
2785
|
const setText$1 = async (storageType, key, value) => {
|
|
2762
|
-
await invoke$
|
|
2786
|
+
await invoke$u(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
|
|
2763
2787
|
};
|
|
2764
2788
|
const setJson$5 = async (storageType, key, value) => {
|
|
2765
2789
|
const stringifiedValue = stringifyCompact(value);
|
|
@@ -2767,7 +2791,7 @@ const setJson$5 = async (storageType, key, value) => {
|
|
|
2767
2791
|
};
|
|
2768
2792
|
const setJsonObjects$2 = async (storageType, objects) => {
|
|
2769
2793
|
const serializedObjects = serializeObjects(objects);
|
|
2770
|
-
await invoke$
|
|
2794
|
+
await invoke$u('WebStorage.setJsonObjects', storageType, serializedObjects);
|
|
2771
2795
|
};
|
|
2772
2796
|
|
|
2773
2797
|
const LocalStorage = 1;
|
|
@@ -2954,7 +2978,7 @@ const ExtensionStateStorage = {
|
|
|
2954
2978
|
};
|
|
2955
2979
|
|
|
2956
2980
|
const saveState$k = async () => {
|
|
2957
|
-
const state = await invoke$
|
|
2981
|
+
const state = await invoke$r('SaveState.saveState');
|
|
2958
2982
|
return state;
|
|
2959
2983
|
};
|
|
2960
2984
|
const getSavedState = async () => {
|
|
@@ -3009,7 +3033,7 @@ const hydrate$5 = async () => {
|
|
|
3009
3033
|
console.info('[info] not saving state on visibility change - disabled by settings');
|
|
3010
3034
|
return;
|
|
3011
3035
|
}
|
|
3012
|
-
await invoke$
|
|
3036
|
+
await invoke$u('Window.onVisibilityChange');
|
|
3013
3037
|
};
|
|
3014
3038
|
const getSavedViewletState = viewletId => {
|
|
3015
3039
|
return getJson$4(viewletId);
|
|
@@ -3033,7 +3057,7 @@ const ViewletManagerVisitorCss = {
|
|
|
3033
3057
|
|
|
3034
3058
|
const fileSearchWorkerUrl = `${assetDir}/packages/file-search-worker/dist/fileSearchWorkerMain.js`;
|
|
3035
3059
|
|
|
3036
|
-
const getConfiguredWorkerUrl$
|
|
3060
|
+
const getConfiguredWorkerUrl$m = () => {
|
|
3037
3061
|
let configuredWorkerUrl = get$e('develop.fileSearchWorkerPath') || '';
|
|
3038
3062
|
if (configuredWorkerUrl) {
|
|
3039
3063
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -3049,14 +3073,14 @@ const launchFileSearchWorker = async () => {
|
|
|
3049
3073
|
const ipc = await create$10({
|
|
3050
3074
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
3051
3075
|
name,
|
|
3052
|
-
url: getConfiguredWorkerUrl$
|
|
3076
|
+
url: getConfiguredWorkerUrl$m()
|
|
3053
3077
|
});
|
|
3054
3078
|
handleIpc(ipc);
|
|
3055
3079
|
return ipc;
|
|
3056
3080
|
};
|
|
3057
3081
|
|
|
3058
3082
|
const {
|
|
3059
|
-
invoke: invoke$
|
|
3083
|
+
invoke: invoke$q} = getOrCreateWorker(launchFileSearchWorker);
|
|
3060
3084
|
|
|
3061
3085
|
const state$r = {
|
|
3062
3086
|
/**
|
|
@@ -3072,7 +3096,7 @@ const add$1 = async menuEntries => {
|
|
|
3072
3096
|
// TODO store menu entries here or in file search worker?
|
|
3073
3097
|
// Usually don't want to start worker for the menu entries
|
|
3074
3098
|
// But also quickpick menu entries would be better stored there
|
|
3075
|
-
await invoke$
|
|
3099
|
+
await invoke$q('QuickPick.addMenuEntries', menuEntries);
|
|
3076
3100
|
};
|
|
3077
3101
|
|
|
3078
3102
|
const loadModule$2 = async (id, module) => {
|
|
@@ -3131,7 +3155,7 @@ const QuickPick = 'QuickPick';
|
|
|
3131
3155
|
const References = 'References';
|
|
3132
3156
|
const RunAndDebug = 'Run And Debug';
|
|
3133
3157
|
const ScreenCapture = 'ScreenCapture';
|
|
3134
|
-
const Search
|
|
3158
|
+
const Search = 'Search';
|
|
3135
3159
|
const SideBar$2 = 'SideBar';
|
|
3136
3160
|
const SimpleBrowser$1 = 'SimpleBrowser';
|
|
3137
3161
|
const SourceControl$1 = 'Source Control';
|
|
@@ -3202,7 +3226,7 @@ const ViewletModuleId = {
|
|
|
3202
3226
|
References,
|
|
3203
3227
|
RunAndDebug,
|
|
3204
3228
|
ScreenCapture,
|
|
3205
|
-
Search
|
|
3229
|
+
Search,
|
|
3206
3230
|
Settings: Settings$1,
|
|
3207
3231
|
SideBar: SideBar$2,
|
|
3208
3232
|
SimpleBrowser: SimpleBrowser$1,
|
|
@@ -3248,6 +3272,9 @@ const runFn = async (instance, id, key, fn, args) => {
|
|
|
3248
3272
|
if (instance.factory && instance.factory.hasFunctionalRender) {
|
|
3249
3273
|
const oldState = instance.state;
|
|
3250
3274
|
const newState = await fn(oldState, ...args);
|
|
3275
|
+
if (key === 'getAllQuickPickMenuEntries') {
|
|
3276
|
+
return newState;
|
|
3277
|
+
}
|
|
3251
3278
|
if (!newState) {
|
|
3252
3279
|
console.log({
|
|
3253
3280
|
fn
|
|
@@ -3261,7 +3288,7 @@ const runFn = async (instance, id, key, fn, args) => {
|
|
|
3261
3288
|
const commands = render$F(instance.factory, oldState, newState, newState.uid || id);
|
|
3262
3289
|
updateDynamicFocusContext(commands);
|
|
3263
3290
|
setRenderedState(id, newState);
|
|
3264
|
-
await invoke$
|
|
3291
|
+
await invoke$u(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3265
3292
|
} else {
|
|
3266
3293
|
return fn(instance.state, ...args);
|
|
3267
3294
|
}
|
|
@@ -3287,7 +3314,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
|
|
|
3287
3314
|
return;
|
|
3288
3315
|
}
|
|
3289
3316
|
updateDynamicFocusContext(commands);
|
|
3290
|
-
await invoke$
|
|
3317
|
+
await invoke$u(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3291
3318
|
};
|
|
3292
3319
|
|
|
3293
3320
|
// TODO maybe wrapViewletCommand should accept module instead of id string
|
|
@@ -3308,7 +3335,8 @@ const wrapViewletCommand = (id, key, fn$1) => {
|
|
|
3308
3335
|
const wrappedViewletCommand = async (...args) => {
|
|
3309
3336
|
// TODO get actual focused instance
|
|
3310
3337
|
const activeInstance = getInstance(id);
|
|
3311
|
-
await runFn(activeInstance, id, key, fn$1, args);
|
|
3338
|
+
const result = await runFn(activeInstance, id, key, fn$1, args);
|
|
3339
|
+
return result;
|
|
3312
3340
|
};
|
|
3313
3341
|
nameAnonymousFunction(wrappedViewletCommand, `${id}/${key}`);
|
|
3314
3342
|
return wrappedViewletCommand;
|
|
@@ -3492,7 +3520,7 @@ const maybeRegisterEvents = module => {
|
|
|
3492
3520
|
const commands = render$F(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3493
3521
|
instance.state = newState;
|
|
3494
3522
|
instance.renderedState = newState;
|
|
3495
|
-
await invoke$
|
|
3523
|
+
await invoke$u(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3496
3524
|
};
|
|
3497
3525
|
addListener('workspace.change', handleUpdate);
|
|
3498
3526
|
}
|
|
@@ -3519,7 +3547,7 @@ const maybeRegisterEvents = module => {
|
|
|
3519
3547
|
const commands = render$F(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3520
3548
|
instance.state = newState;
|
|
3521
3549
|
instance.renderedState = newState;
|
|
3522
|
-
await invoke$
|
|
3550
|
+
await invoke$u(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3523
3551
|
};
|
|
3524
3552
|
addListener(key, handleUpdate);
|
|
3525
3553
|
}
|
|
@@ -3547,7 +3575,7 @@ const maybeRegisterMenuEntries = async module => {
|
|
|
3547
3575
|
const actuallyLoadModule = async (getModule, id) => {
|
|
3548
3576
|
const module = await getModule(id);
|
|
3549
3577
|
if (!module.hasFunctionalEvents) {
|
|
3550
|
-
await invoke$
|
|
3578
|
+
await invoke$u(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
|
|
3551
3579
|
}
|
|
3552
3580
|
await loadModule$1(id, module);
|
|
3553
3581
|
await maybeRegisterWrappedCommands(id, module);
|
|
@@ -3641,7 +3669,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3641
3669
|
if (module.renderEventListeners) {
|
|
3642
3670
|
// TODO reuse event listeners between components
|
|
3643
3671
|
const eventListeners = await module.renderEventListeners();
|
|
3644
|
-
await invoke$
|
|
3672
|
+
await invoke$u('Viewlet.registerEventListeners', viewletUid, eventListeners);
|
|
3645
3673
|
}
|
|
3646
3674
|
if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
|
|
3647
3675
|
await module.show(newState);
|
|
@@ -3695,7 +3723,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3695
3723
|
}
|
|
3696
3724
|
state = ViewletState.ContentLoaded;
|
|
3697
3725
|
if (viewlet.show === false) {} else {
|
|
3698
|
-
await invoke$
|
|
3726
|
+
await invoke$u(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
3699
3727
|
}
|
|
3700
3728
|
if (viewlet.disposed) {
|
|
3701
3729
|
// TODO unload the module from renderer process
|
|
@@ -3753,7 +3781,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3753
3781
|
}
|
|
3754
3782
|
commands.push(...extraCommands);
|
|
3755
3783
|
updateDynamicFocusContext(commands);
|
|
3756
|
-
await invoke$
|
|
3784
|
+
await invoke$u(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3757
3785
|
} else if (!module.hasFunctionalEvents && shouldRender) {
|
|
3758
3786
|
const allCommands = [...commands, ...extraCommands
|
|
3759
3787
|
// ['Viewlet.show', viewlet.id],
|
|
@@ -3774,7 +3802,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3774
3802
|
}
|
|
3775
3803
|
state = ViewletState.ContentRendered;
|
|
3776
3804
|
if (viewlet.parentUid && viewlet.show !== false) {
|
|
3777
|
-
await invoke$
|
|
3805
|
+
await invoke$u(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
|
|
3778
3806
|
}
|
|
3779
3807
|
state = ViewletState.Appended;
|
|
3780
3808
|
if (viewlet.disposed) {
|
|
@@ -3796,10 +3824,10 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3796
3824
|
}
|
|
3797
3825
|
const commands = [];
|
|
3798
3826
|
if (state < ViewletState.RendererProcessViewletLoaded) {
|
|
3799
|
-
await invoke$
|
|
3827
|
+
await invoke$u(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
3800
3828
|
}
|
|
3801
3829
|
const parentUid = viewlet.parentUid;
|
|
3802
|
-
await invoke$
|
|
3830
|
+
await invoke$u(kLoadModule, Error$3);
|
|
3803
3831
|
commands.push([kCreate, Error$3, viewletUid]);
|
|
3804
3832
|
// @ts-ignore
|
|
3805
3833
|
if (viewlet.setBounds !== false) {
|
|
@@ -3808,7 +3836,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3808
3836
|
if (module && module.customErrorRenderer) {
|
|
3809
3837
|
const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
|
|
3810
3838
|
const dom = await errorModule.render(error);
|
|
3811
|
-
await invoke$
|
|
3839
|
+
await invoke$u(kLoadModule, module.customErrorRenderer);
|
|
3812
3840
|
commands.push([kCreate, module.customErrorRenderer, viewletUid]);
|
|
3813
3841
|
commands.push(['Viewlet.setDom2', viewletUid, dom]);
|
|
3814
3842
|
commands.push([kAppend, parentUid, viewletUid]);
|
|
@@ -3860,7 +3888,7 @@ const load$4 = async moduleId => {
|
|
|
3860
3888
|
};
|
|
3861
3889
|
|
|
3862
3890
|
const disposeBrowserViewQuickPick = () => {
|
|
3863
|
-
return invoke$
|
|
3891
|
+
return invoke$s('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
|
|
3864
3892
|
};
|
|
3865
3893
|
|
|
3866
3894
|
const handleKeyBinding$1 = async identifier => {
|
|
@@ -3910,7 +3938,7 @@ const focus$5 = async id => {
|
|
|
3910
3938
|
commands.push(...render$F(instance.factory, oldState, newState));
|
|
3911
3939
|
}
|
|
3912
3940
|
setFocusedInstance(instance);
|
|
3913
|
-
await invoke$
|
|
3941
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
3914
3942
|
};
|
|
3915
3943
|
|
|
3916
3944
|
/**
|
|
@@ -3953,7 +3981,7 @@ const dispose$r = async id => {
|
|
|
3953
3981
|
throw new Error(`${id} is missing a factory function`);
|
|
3954
3982
|
}
|
|
3955
3983
|
instance.factory.dispose(instance.state);
|
|
3956
|
-
await invoke$
|
|
3984
|
+
await invoke$u(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
|
|
3957
3985
|
if (instance.factory.getKeyBindings) {
|
|
3958
3986
|
removeKeyBindings(instanceUid);
|
|
3959
3987
|
}
|
|
@@ -4134,7 +4162,7 @@ const setStateFunctional = (id, newState) => {
|
|
|
4134
4162
|
const setState = async (id, newState) => {
|
|
4135
4163
|
const commands = setStateFunctional(id, newState);
|
|
4136
4164
|
if (commands.length > 0) {
|
|
4137
|
-
await invoke$
|
|
4165
|
+
await invoke$u(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4138
4166
|
}
|
|
4139
4167
|
};
|
|
4140
4168
|
const getAllStates = () => {
|
|
@@ -4177,7 +4205,7 @@ const openWidget = async (moduleId, ...args) => {
|
|
|
4177
4205
|
// TODO send focus changes to renderer process together with other message
|
|
4178
4206
|
updateDynamicFocusContext(commands);
|
|
4179
4207
|
commands.push(['Viewlet.focus', childUid]);
|
|
4180
|
-
await invoke$
|
|
4208
|
+
await invoke$u('Viewlet.executeCommands', commands);
|
|
4181
4209
|
};
|
|
4182
4210
|
const closeWidget = async id => {
|
|
4183
4211
|
try {
|
|
@@ -4189,7 +4217,7 @@ const closeWidget = async id => {
|
|
|
4189
4217
|
const child = childInstance.state;
|
|
4190
4218
|
const childUid = child.uid;
|
|
4191
4219
|
const commands = disposeFunctional(childUid);
|
|
4192
|
-
await invoke$
|
|
4220
|
+
await invoke$u(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
|
|
4193
4221
|
// TODO restore focus
|
|
4194
4222
|
} catch (error) {
|
|
4195
4223
|
throw new VError(error, `Failed to close widget ${id}`);
|
|
@@ -4247,7 +4275,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
|
|
|
4247
4275
|
if (commands.length === 0) {
|
|
4248
4276
|
return;
|
|
4249
4277
|
}
|
|
4250
|
-
await invoke$
|
|
4278
|
+
await invoke$u(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4251
4279
|
};
|
|
4252
4280
|
|
|
4253
4281
|
// @ts-ignore
|
|
@@ -4287,7 +4315,7 @@ const disposeWidgetWithValue = async (id, value) => {
|
|
|
4287
4315
|
instance.status = 'disposed';
|
|
4288
4316
|
remove$8(id);
|
|
4289
4317
|
remove$8(uid);
|
|
4290
|
-
await invoke$
|
|
4318
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
4291
4319
|
// return commands
|
|
4292
4320
|
const parentInstance = getInstance(KeyBindings);
|
|
4293
4321
|
if (!parentInstance) {
|
|
@@ -4323,7 +4351,7 @@ const handleIconThemeChange$1 = async () => {
|
|
|
4323
4351
|
|
|
4324
4352
|
const iconThemeWorkerUrl = `${assetDir}/packages/icon-theme-worker/dist/iconThemeWorkerMain.js`;
|
|
4325
4353
|
|
|
4326
|
-
const getConfiguredWorkerUrl$
|
|
4354
|
+
const getConfiguredWorkerUrl$l = () => {
|
|
4327
4355
|
let configuredWorkerUrl = get$e('develop.iconThemeWorkerPath') || '';
|
|
4328
4356
|
if (configuredWorkerUrl) {
|
|
4329
4357
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -4339,37 +4367,37 @@ const launchIconThemeWorker = async () => {
|
|
|
4339
4367
|
const ipc = await create$10({
|
|
4340
4368
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
4341
4369
|
name,
|
|
4342
|
-
url: getConfiguredWorkerUrl$
|
|
4370
|
+
url: getConfiguredWorkerUrl$l()
|
|
4343
4371
|
});
|
|
4344
4372
|
handleIpc(ipc);
|
|
4345
4373
|
return ipc;
|
|
4346
4374
|
};
|
|
4347
4375
|
|
|
4348
4376
|
const {
|
|
4349
|
-
invoke: invoke$
|
|
4377
|
+
invoke: invoke$p,
|
|
4350
4378
|
invokeAndTransfer: invokeAndTransfer$5
|
|
4351
4379
|
} = getOrCreateWorker(launchIconThemeWorker);
|
|
4352
4380
|
|
|
4353
4381
|
const getFileIcon$1 = file => {
|
|
4354
|
-
return invoke$
|
|
4382
|
+
return invoke$p('IconTheme.getFileIcon', file);
|
|
4355
4383
|
};
|
|
4356
4384
|
const getFileIcons = fileNames => {
|
|
4357
|
-
return invoke$
|
|
4385
|
+
return invoke$p('IconTheme.getFileIcons', fileNames);
|
|
4358
4386
|
};
|
|
4359
4387
|
const getFolderIcon = folder => {
|
|
4360
|
-
return invoke$
|
|
4388
|
+
return invoke$p('IconTheme.getFolderIcon', folder);
|
|
4361
4389
|
};
|
|
4362
4390
|
const getIcon = dirent => {
|
|
4363
|
-
return invoke$
|
|
4391
|
+
return invoke$p('IconTheme.getIcon', dirent);
|
|
4364
4392
|
};
|
|
4365
4393
|
const getIcons = iconRequests => {
|
|
4366
|
-
return invoke$
|
|
4394
|
+
return invoke$p('IconTheme.getIcons', iconRequests);
|
|
4367
4395
|
};
|
|
4368
4396
|
|
|
4369
4397
|
const setIconTheme = async iconThemeId => {
|
|
4370
4398
|
try {
|
|
4371
|
-
const extensions = await invoke$
|
|
4372
|
-
await invoke$
|
|
4399
|
+
const extensions = await invoke$r('Extensions.getExtensions');
|
|
4400
|
+
await invoke$p('IconTheme.getIconThemeJson', extensions, iconThemeId, assetDir, platform);
|
|
4373
4401
|
await handleIconThemeChange$1();
|
|
4374
4402
|
} catch (error) {
|
|
4375
4403
|
if (isTest()) ; else {
|
|
@@ -4384,7 +4412,7 @@ const hydrate$4 = async () => {
|
|
|
4384
4412
|
};
|
|
4385
4413
|
|
|
4386
4414
|
const getInitData = async () => {
|
|
4387
|
-
const rendererProcessInitData = await invoke$
|
|
4415
|
+
const rendererProcessInitData = await invoke$u('InitData.getInitData');
|
|
4388
4416
|
// TODO get the following items
|
|
4389
4417
|
// - location.href
|
|
4390
4418
|
// - workspace
|
|
@@ -4533,7 +4561,7 @@ const getLanguageConfigurationFromWebExtension = async languageId => {
|
|
|
4533
4561
|
return json;
|
|
4534
4562
|
};
|
|
4535
4563
|
const getLanguageConfiguration$3 = async languageId => {
|
|
4536
|
-
const languageConfiguration = await invoke$
|
|
4564
|
+
const languageConfiguration = await invoke$s(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
|
|
4537
4565
|
if (languageConfiguration) {
|
|
4538
4566
|
return languageConfiguration;
|
|
4539
4567
|
}
|
|
@@ -4546,7 +4574,7 @@ const getLanguageConfiguration$2 = async languageId => {
|
|
|
4546
4574
|
|
|
4547
4575
|
const getLanguages = async () => {
|
|
4548
4576
|
try {
|
|
4549
|
-
return invoke$
|
|
4577
|
+
return invoke$r('Languages.getLanguages');
|
|
4550
4578
|
} catch (error) {
|
|
4551
4579
|
throw new VError(error, 'Failed to load languages');
|
|
4552
4580
|
}
|
|
@@ -4690,7 +4718,7 @@ const hydrate$3 = async () => {
|
|
|
4690
4718
|
const languages = await getLanguages();
|
|
4691
4719
|
// TODO avoid side effect here, but how?
|
|
4692
4720
|
// possible icon theme worker can ask for languages to be loaded, that way the dependency is reversed
|
|
4693
|
-
await invoke$
|
|
4721
|
+
await invoke$p('IconTheme.addLanguages', languages);
|
|
4694
4722
|
await addLanguages(languages);
|
|
4695
4723
|
const useJsx = get$e('languages.jsFilesAsJsx');
|
|
4696
4724
|
if (useJsx) {
|
|
@@ -4899,6 +4927,8 @@ const load$3 = moduleId => {
|
|
|
4899
4927
|
return Promise.resolve().then(function () { return AutoUpdater_ipc; });
|
|
4900
4928
|
case GetActiveEditor:
|
|
4901
4929
|
return Promise.resolve().then(function () { return GetActiveEditor_ipc; });
|
|
4930
|
+
case Document:
|
|
4931
|
+
return Promise.resolve().then(function () { return Document_ipc; });
|
|
4902
4932
|
case GetEditorSourceActions:
|
|
4903
4933
|
return Promise.resolve().then(function () { return GetEditorSourceActions_ipc; });
|
|
4904
4934
|
case PlatformPaths:
|
|
@@ -5210,7 +5240,7 @@ const addToRecentlyOpenedWeb = async path => {
|
|
|
5210
5240
|
await setRecentlyOpened(newRecentlyOpened);
|
|
5211
5241
|
};
|
|
5212
5242
|
const addToRecentlyOpenedRemote = async path => {
|
|
5213
|
-
await invoke$
|
|
5243
|
+
await invoke$s(RecentlyOpenedAddPath, path);
|
|
5214
5244
|
};
|
|
5215
5245
|
const addToRecentlyOpened = async path => {
|
|
5216
5246
|
switch (platform) {
|
|
@@ -5248,16 +5278,16 @@ const hydrate$2 = async () => {
|
|
|
5248
5278
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
5249
5279
|
|
|
5250
5280
|
const saveValue$1 = async (storeId, value) => {
|
|
5251
|
-
await invoke$
|
|
5281
|
+
await invoke$r('IndexedDb.saveValue', storeId, value);
|
|
5252
5282
|
};
|
|
5253
5283
|
const getValuesByIndexName$1 = async (storeId, indexName, only) => {
|
|
5254
|
-
return invoke$
|
|
5284
|
+
return invoke$r('IndexedDb.getValuesByIndexName', storeId, indexName, only);
|
|
5255
5285
|
};
|
|
5256
5286
|
const addHandle$1 = async (uri, handle) => {
|
|
5257
|
-
return invoke$
|
|
5287
|
+
return invoke$r('IndexedDb.addHandle', uri, handle);
|
|
5258
5288
|
};
|
|
5259
5289
|
const getHandle$1 = async uri => {
|
|
5260
|
-
return invoke$
|
|
5290
|
+
return invoke$r('IndexedDb.getHandle', uri);
|
|
5261
5291
|
};
|
|
5262
5292
|
|
|
5263
5293
|
const saveValue = async (sessionId, value) => {
|
|
@@ -5534,7 +5564,7 @@ const map = {
|
|
|
5534
5564
|
[References]: () => Promise.resolve().then(function () { return ViewletReferences_ipc; }),
|
|
5535
5565
|
[RunAndDebug]: () => Promise.resolve().then(function () { return ViewletRunAndDebug_ipc; }),
|
|
5536
5566
|
[ScreenCapture]: () => Promise.resolve().then(function () { return ViewletScreenCapture_ipc; }),
|
|
5537
|
-
[Search
|
|
5567
|
+
[Search]: () => Promise.resolve().then(function () { return ViewletSearch_ipc; }),
|
|
5538
5568
|
[Settings$1]: () => Promise.resolve().then(function () { return ViewletSettings_ipc; }),
|
|
5539
5569
|
[SideBar$2]: () => Promise.resolve().then(function () { return ViewletSideBar_ipc; }),
|
|
5540
5570
|
[SimpleBrowser$1]: () => Promise.resolve().then(function () { return ViewletSimpleBrowser_ipc; }),
|
|
@@ -5650,7 +5680,7 @@ const watchFilesForHotReload = async platform => {
|
|
|
5650
5680
|
if (config.length === 0) {
|
|
5651
5681
|
return;
|
|
5652
5682
|
}
|
|
5653
|
-
await invoke$
|
|
5683
|
+
await invoke$s('ExtensionHost.watchForHotReload', config);
|
|
5654
5684
|
} catch (error) {
|
|
5655
5685
|
console.warn(`Failed to watch ${error}`);
|
|
5656
5686
|
}
|
|
@@ -5768,7 +5798,7 @@ const startup = async () => {
|
|
|
5768
5798
|
const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
|
|
5769
5799
|
commands.push(...placeholderCommands);
|
|
5770
5800
|
commands.push(['Viewlet.appendToBody', layout.uid]);
|
|
5771
|
-
await invoke$
|
|
5801
|
+
await invoke$u('Viewlet.executeCommands', commands);
|
|
5772
5802
|
// await Layout.hydrate(initData)
|
|
5773
5803
|
mark(DidShowLayout);
|
|
5774
5804
|
mark(WillLoadLanguages);
|
|
@@ -5778,7 +5808,7 @@ const startup = async () => {
|
|
|
5778
5808
|
await Promise.all(actions.map(action => action()));
|
|
5779
5809
|
mark$1(Fifteen);
|
|
5780
5810
|
if (isTest()) {
|
|
5781
|
-
await executeCurrentTest(initData);
|
|
5811
|
+
await executeCurrentTest(platform, initData);
|
|
5782
5812
|
return;
|
|
5783
5813
|
}
|
|
5784
5814
|
mark(WillLoadSaveState);
|
|
@@ -5794,8 +5824,7 @@ const startup = async () => {
|
|
|
5794
5824
|
mark(WillLoadLocation);
|
|
5795
5825
|
await hydrate$a();
|
|
5796
5826
|
mark(DidLoadLocation);
|
|
5797
|
-
|
|
5798
|
-
await watchFilesForHotReload();
|
|
5827
|
+
const watcherPromises = Promise.all([hydrate$7(), watchFilesForHotReload()]);
|
|
5799
5828
|
measure(OpenWorkspace, WillOpenWorkspace, DidOpenWorkspace);
|
|
5800
5829
|
measure(LoadMain, WillLoadMain, DidLoadMain);
|
|
5801
5830
|
measure(LoadSideBar, WillLoadSideBar, DidLoadSideBar);
|
|
@@ -5806,6 +5835,16 @@ const startup = async () => {
|
|
|
5806
5835
|
measure(LoadPreferences, WillLoadPreferences, DidLoadPreferences);
|
|
5807
5836
|
measure(LoadColorTheme, WillLoadColorTheme, DidLoadColorTheme);
|
|
5808
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;
|
|
5809
5848
|
};
|
|
5810
5849
|
|
|
5811
5850
|
const main = async () => {
|
|
@@ -5869,7 +5908,7 @@ const getPort = async ipcId => {
|
|
|
5869
5908
|
ipcId
|
|
5870
5909
|
});
|
|
5871
5910
|
// TODO avoid side effect?
|
|
5872
|
-
set$
|
|
5911
|
+
set$d(webContentsId);
|
|
5873
5912
|
return port2;
|
|
5874
5913
|
};
|
|
5875
5914
|
const create$X = async options => {
|
|
@@ -6305,7 +6344,7 @@ const IpcParentWithWebSocket = {
|
|
|
6305
6344
|
wrap: wrap$2
|
|
6306
6345
|
};
|
|
6307
6346
|
|
|
6308
|
-
const getModule$
|
|
6347
|
+
const getModule$5 = () => {
|
|
6309
6348
|
switch (platform) {
|
|
6310
6349
|
case Web$1:
|
|
6311
6350
|
case Remote:
|
|
@@ -6317,7 +6356,7 @@ const getModule$6 = () => {
|
|
|
6317
6356
|
}
|
|
6318
6357
|
};
|
|
6319
6358
|
const create$R = async options => {
|
|
6320
|
-
const module = await getModule$
|
|
6359
|
+
const module = await getModule$5();
|
|
6321
6360
|
const rawIpc = await module.create(options);
|
|
6322
6361
|
if (options.raw) {
|
|
6323
6362
|
return rawIpc;
|
|
@@ -6431,10 +6470,10 @@ const GetColorThemeCssCachedLocalStorage = {
|
|
|
6431
6470
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
6432
6471
|
|
|
6433
6472
|
const set$8 = async (key, value) => {
|
|
6434
|
-
await invoke$
|
|
6473
|
+
await invoke$r('IndexedDb.set', key, value);
|
|
6435
6474
|
};
|
|
6436
6475
|
const get$6 = async key => {
|
|
6437
|
-
return invoke$
|
|
6476
|
+
return invoke$r('IndexedDb.get', key);
|
|
6438
6477
|
};
|
|
6439
6478
|
|
|
6440
6479
|
const getCacheKey = colorThemeId => {
|
|
@@ -6506,7 +6545,7 @@ const get$3 = () => {
|
|
|
6506
6545
|
};
|
|
6507
6546
|
|
|
6508
6547
|
const addWebExtension = async path => {
|
|
6509
|
-
const manifest = await invoke$
|
|
6548
|
+
const manifest = await invoke$r('Extensions.addWebExtension', path);
|
|
6510
6549
|
// TODO avoid side effect here
|
|
6511
6550
|
if (manifest.languages) {
|
|
6512
6551
|
for (const language of manifest.languages) {
|
|
@@ -6620,7 +6659,7 @@ const handleRejectedExtensions = async extensions => {
|
|
|
6620
6659
|
}
|
|
6621
6660
|
};
|
|
6622
6661
|
const getExtensions$1 = async () => {
|
|
6623
|
-
return invoke$
|
|
6662
|
+
return invoke$r('Extensions.getExtensions');
|
|
6624
6663
|
};
|
|
6625
6664
|
const addNodeExtension = async path => {
|
|
6626
6665
|
// TODO add support for dynamically loading node extensions
|
|
@@ -6662,13 +6701,13 @@ const state$j = {
|
|
|
6662
6701
|
const actuallyActivateExtension = async (extension, event) => {
|
|
6663
6702
|
if (!(extension.id in state$j.activatedExtensions)) {
|
|
6664
6703
|
const absolutePath = getExtensionAbsolutePath(extension.id, extension.isWeb, extension.builtin, extension.path, extension.browser, origin, platform);
|
|
6665
|
-
state$j.activatedExtensions[extension.id] = invoke$
|
|
6704
|
+
state$j.activatedExtensions[extension.id] = invoke$r(ExtensionActivate, extension, absolutePath, event);
|
|
6666
6705
|
}
|
|
6667
6706
|
return state$j.activatedExtensions[extension.id];
|
|
6668
6707
|
};
|
|
6669
6708
|
const actuallyActivateByEvent = async event => {
|
|
6670
6709
|
// TODO should not query extensions multiple times
|
|
6671
|
-
const extensions = await invoke$
|
|
6710
|
+
const extensions = await invoke$r('Extensions.getExtensions');
|
|
6672
6711
|
const {
|
|
6673
6712
|
resolved,
|
|
6674
6713
|
rejected
|
|
@@ -6714,7 +6753,7 @@ const executeProviders = async ({
|
|
|
6714
6753
|
combineResults
|
|
6715
6754
|
}) => {
|
|
6716
6755
|
await activateByEvent(event);
|
|
6717
|
-
const result = await invoke$
|
|
6756
|
+
const result = await invoke$r(method, ...params);
|
|
6718
6757
|
return result;
|
|
6719
6758
|
};
|
|
6720
6759
|
const executeProvider = async ({
|
|
@@ -6724,14 +6763,14 @@ const executeProvider = async ({
|
|
|
6724
6763
|
noProviderFoundMessage
|
|
6725
6764
|
}) => {
|
|
6726
6765
|
await activateByEvent(event);
|
|
6727
|
-
const result = invoke$
|
|
6766
|
+
const result = invoke$r(method, ...params);
|
|
6728
6767
|
return result;
|
|
6729
6768
|
};
|
|
6730
6769
|
const execute$2 = async ({
|
|
6731
6770
|
method,
|
|
6732
6771
|
params
|
|
6733
6772
|
}) => {
|
|
6734
|
-
await invoke$
|
|
6773
|
+
await invoke$r(method, ...params);
|
|
6735
6774
|
};
|
|
6736
6775
|
|
|
6737
6776
|
const readFile$e = uri => {
|
|
@@ -6847,8 +6886,8 @@ const ExtensionHostFileSystem = {
|
|
|
6847
6886
|
writeFile: writeFile$e
|
|
6848
6887
|
};
|
|
6849
6888
|
|
|
6850
|
-
const name$
|
|
6851
|
-
const getModule$
|
|
6889
|
+
const name$2r = 'App';
|
|
6890
|
+
const getModule$4 = uri => {
|
|
6852
6891
|
switch (uri) {
|
|
6853
6892
|
case 'startup-performance':
|
|
6854
6893
|
return Promise.resolve().then(function () { return FileSystemAppStartupPerformance; });
|
|
@@ -6867,16 +6906,16 @@ const getModule$5 = uri => {
|
|
|
6867
6906
|
}
|
|
6868
6907
|
};
|
|
6869
6908
|
const readFile$d = async uri => {
|
|
6870
|
-
const module = await getModule$
|
|
6909
|
+
const module = await getModule$4(uri);
|
|
6871
6910
|
return module.readFile();
|
|
6872
6911
|
};
|
|
6873
6912
|
const readJson$5 = async uri => {
|
|
6874
|
-
const module = await getModule$
|
|
6913
|
+
const module = await getModule$4(uri);
|
|
6875
6914
|
// @ts-ignore
|
|
6876
6915
|
return module.readJson();
|
|
6877
6916
|
};
|
|
6878
6917
|
const writeFile$d = async (uri, content) => {
|
|
6879
|
-
const module = await getModule$
|
|
6918
|
+
const module = await getModule$4(uri);
|
|
6880
6919
|
return module.writeFile(content);
|
|
6881
6920
|
};
|
|
6882
6921
|
const readDirWithFileTypes$7 = () => {
|
|
@@ -6901,7 +6940,7 @@ const FileSystemApp = {
|
|
|
6901
6940
|
canBeRestored: canBeRestored$5,
|
|
6902
6941
|
getPathSeparator: getPathSeparator$7,
|
|
6903
6942
|
mkdir: mkdir$6,
|
|
6904
|
-
name: name$
|
|
6943
|
+
name: name$2r,
|
|
6905
6944
|
readDirWithFileTypes: readDirWithFileTypes$7,
|
|
6906
6945
|
readFile: readFile$d,
|
|
6907
6946
|
readJson: readJson$5,
|
|
@@ -6910,7 +6949,7 @@ const FileSystemApp = {
|
|
|
6910
6949
|
writeFile: writeFile$d
|
|
6911
6950
|
};
|
|
6912
6951
|
|
|
6913
|
-
const name$
|
|
6952
|
+
const name$2q = 'Data';
|
|
6914
6953
|
const copy$5 = (source, target) => {
|
|
6915
6954
|
throw new Error('not implemented');
|
|
6916
6955
|
};
|
|
@@ -6947,7 +6986,7 @@ const FileSystemData = {
|
|
|
6947
6986
|
getBlobUrl: getBlobUrl$3,
|
|
6948
6987
|
getPathSeparator: getPathSeparator$6,
|
|
6949
6988
|
mkdir: mkdir$5,
|
|
6950
|
-
name: name$
|
|
6989
|
+
name: name$2q,
|
|
6951
6990
|
readDirWithFileTypes: readDirWithFileTypes$6,
|
|
6952
6991
|
readFile: readFile$c,
|
|
6953
6992
|
remove: remove$5,
|
|
@@ -6955,48 +6994,48 @@ const FileSystemData = {
|
|
|
6955
6994
|
writeFile: writeFile$c
|
|
6956
6995
|
};
|
|
6957
6996
|
|
|
6958
|
-
const name$
|
|
6997
|
+
const name$2p = 'Memory';
|
|
6959
6998
|
const readFile$b = uri => {
|
|
6960
|
-
return invoke$
|
|
6999
|
+
return invoke$r('FileSystemMemory.readFile', uri);
|
|
6961
7000
|
};
|
|
6962
7001
|
const exists$1 = uri => {
|
|
6963
|
-
return invoke$
|
|
7002
|
+
return invoke$r('FileSystemMemory.exists', uri);
|
|
6964
7003
|
};
|
|
6965
7004
|
const writeFile$b = (uri, content) => {
|
|
6966
|
-
return invoke$
|
|
7005
|
+
return invoke$r('FileSystemMemory.writeFile', uri, content);
|
|
6967
7006
|
};
|
|
6968
7007
|
const mkdir$4 = uri => {
|
|
6969
|
-
return invoke$
|
|
7008
|
+
return invoke$r('FileSystemMemory.mkdir', uri);
|
|
6970
7009
|
};
|
|
6971
7010
|
const getPathSeparator$5 = () => {
|
|
6972
7011
|
return Slash;
|
|
6973
7012
|
};
|
|
6974
7013
|
const remove$4 = uri => {
|
|
6975
|
-
return invoke$
|
|
7014
|
+
return invoke$r('FileSystemMemory.remove', uri);
|
|
6976
7015
|
};
|
|
6977
7016
|
const readDirWithFileTypes$5 = uri => {
|
|
6978
|
-
return invoke$
|
|
7017
|
+
return invoke$r('FileSystemMemory.readDirWithFileTypes', uri);
|
|
6979
7018
|
};
|
|
6980
7019
|
const getBlobUrl$2 = uri => {
|
|
6981
|
-
return invoke$
|
|
7020
|
+
return invoke$r('FileSystemMemory.getBlobUrl', uri);
|
|
6982
7021
|
};
|
|
6983
7022
|
const getBlob$5 = async uri => {
|
|
6984
|
-
return invoke$
|
|
7023
|
+
return invoke$r('FileSystemMemory.getBlob', uri);
|
|
6985
7024
|
};
|
|
6986
7025
|
const chmod$3 = (path, permissions) => {
|
|
6987
|
-
return invoke$
|
|
7026
|
+
return invoke$r('FileSystemMemory.chmod', path, permissions);
|
|
6988
7027
|
};
|
|
6989
7028
|
const rename$3 = (oldPath, newPath) => {
|
|
6990
|
-
return invoke$
|
|
7029
|
+
return invoke$r('FileSystemMemory.rename', oldPath, newPath);
|
|
6991
7030
|
};
|
|
6992
7031
|
const copy$4 = (oldPath, newPath) => {
|
|
6993
|
-
return invoke$
|
|
7032
|
+
return invoke$r('FileSystemMemory.copy', oldPath, newPath);
|
|
6994
7033
|
};
|
|
6995
7034
|
const stat$1 = uri => {
|
|
6996
|
-
return invoke$
|
|
7035
|
+
return invoke$r('FileSystemMemory.stat', uri);
|
|
6997
7036
|
};
|
|
6998
7037
|
const getFiles$1 = () => {
|
|
6999
|
-
return invoke$
|
|
7038
|
+
return invoke$r('FileSystemMemory.getFiles');
|
|
7000
7039
|
};
|
|
7001
7040
|
|
|
7002
7041
|
const FileSystemMemory = {
|
|
@@ -7009,7 +7048,7 @@ const FileSystemMemory = {
|
|
|
7009
7048
|
getFiles: getFiles$1,
|
|
7010
7049
|
getPathSeparator: getPathSeparator$5,
|
|
7011
7050
|
mkdir: mkdir$4,
|
|
7012
|
-
name: name$
|
|
7051
|
+
name: name$2p,
|
|
7013
7052
|
readDirWithFileTypes: readDirWithFileTypes$5,
|
|
7014
7053
|
readFile: readFile$b,
|
|
7015
7054
|
remove: remove$4,
|
|
@@ -7026,7 +7065,7 @@ const Unknown$1 = 12;
|
|
|
7026
7065
|
// TODO when it rejects, it should throw a custom error,
|
|
7027
7066
|
// FileSystemError
|
|
7028
7067
|
|
|
7029
|
-
const name$
|
|
7068
|
+
const name$2o = 'Web';
|
|
7030
7069
|
const state$i = {
|
|
7031
7070
|
watchers: Object.create(null),
|
|
7032
7071
|
saveListeners: [],
|
|
@@ -7304,7 +7343,7 @@ const FileSystemWeb = {
|
|
|
7304
7343
|
createFolder,
|
|
7305
7344
|
getPathSeparator: getPathSeparator$4,
|
|
7306
7345
|
mkdir: mkdir$3,
|
|
7307
|
-
name: name$
|
|
7346
|
+
name: name$2o,
|
|
7308
7347
|
onDidSave,
|
|
7309
7348
|
readDirWithFileTypes: readDirWithFileTypes$4,
|
|
7310
7349
|
readFile: readFile$a,
|
|
@@ -7319,7 +7358,7 @@ const FileSystemWeb = {
|
|
|
7319
7358
|
|
|
7320
7359
|
const fileSystemWorkerUrl = `${assetDir}/packages/file-system-worker/dist/fileSystemWorkerMain.js`;
|
|
7321
7360
|
|
|
7322
|
-
const getConfiguredWorkerUrl$
|
|
7361
|
+
const getConfiguredWorkerUrl$k = () => {
|
|
7323
7362
|
let configuredWorkerUrl = get$e('develop.fileSystemWorkerPath') || '';
|
|
7324
7363
|
if (configuredWorkerUrl) {
|
|
7325
7364
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -7335,62 +7374,62 @@ const launchFileSystemWorker = async () => {
|
|
|
7335
7374
|
const ipc = await create$10({
|
|
7336
7375
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
7337
7376
|
name,
|
|
7338
|
-
url: getConfiguredWorkerUrl$
|
|
7377
|
+
url: getConfiguredWorkerUrl$k()
|
|
7339
7378
|
});
|
|
7340
7379
|
handleIpc(ipc);
|
|
7341
|
-
await invoke$
|
|
7380
|
+
await invoke$v(ipc, 'Initialize.initialize', platform);
|
|
7342
7381
|
return ipc;
|
|
7343
7382
|
};
|
|
7344
7383
|
|
|
7345
7384
|
const {
|
|
7346
|
-
invoke: invoke$
|
|
7385
|
+
invoke: invoke$o,
|
|
7347
7386
|
invokeAndTransfer: invokeAndTransfer$4} = getOrCreateWorker(launchFileSystemWorker);
|
|
7348
7387
|
|
|
7349
7388
|
// TODO move all of this to an extension
|
|
7350
7389
|
|
|
7351
7390
|
const canBeRestored$3 = true;
|
|
7352
|
-
const name$
|
|
7391
|
+
const name$2n = 'Fetch';
|
|
7353
7392
|
const state$h = {
|
|
7354
7393
|
files: Object.create(null)
|
|
7355
7394
|
};
|
|
7356
7395
|
const readFile$9 = async uri => {
|
|
7357
7396
|
if (uri.startsWith('localhost:') || uri.startsWith(location.host)) {
|
|
7358
|
-
return invoke$
|
|
7397
|
+
return invoke$o('FileSystem.readFile', `${location.protocol}//${uri}`);
|
|
7359
7398
|
}
|
|
7360
7399
|
if (uri.startsWith('http://') || uri.startsWith('https://')) {
|
|
7361
|
-
return invoke$
|
|
7400
|
+
return invoke$o('FileSystemFetch.readFile', uri);
|
|
7362
7401
|
}
|
|
7363
|
-
return invoke$
|
|
7402
|
+
return invoke$r('FileSystemFetch.readFile', uri);
|
|
7364
7403
|
};
|
|
7365
7404
|
const readJson$4 = async uri => {
|
|
7366
7405
|
if (uri.startsWith('localhost:') || uri.startsWith(location.host)) {
|
|
7367
|
-
return invoke$
|
|
7406
|
+
return invoke$o('FileSystem.readJson', `${location.protocol}//${uri}`);
|
|
7368
7407
|
}
|
|
7369
7408
|
if (uri.startsWith('http://') || uri.startsWith('https://')) {
|
|
7370
|
-
return invoke$
|
|
7409
|
+
return invoke$o('FileSystem.readJson', uri);
|
|
7371
7410
|
}
|
|
7372
|
-
return invoke$
|
|
7411
|
+
return invoke$r('FileSystemFetch.readJson', uri);
|
|
7373
7412
|
};
|
|
7374
7413
|
const writeFile$9 = (uri, content) => {
|
|
7375
|
-
return invoke$
|
|
7414
|
+
return invoke$r('FileSystemFetch.writeFile', uri);
|
|
7376
7415
|
};
|
|
7377
7416
|
const mkdir$2 = uri => {
|
|
7378
|
-
return invoke$
|
|
7417
|
+
return invoke$r('FileSystemFetch.mkdir', uri);
|
|
7379
7418
|
};
|
|
7380
7419
|
const getPathSeparator$3 = () => {
|
|
7381
7420
|
return Slash;
|
|
7382
7421
|
};
|
|
7383
7422
|
const remove$2 = uri => {
|
|
7384
|
-
return invoke$
|
|
7423
|
+
return invoke$r('FileSystemFetch.remove', uri);
|
|
7385
7424
|
};
|
|
7386
7425
|
const readDirWithFileTypes$3 = async uri => {
|
|
7387
|
-
return invoke$
|
|
7426
|
+
return invoke$r('FileSystemFetch.readDirWithFileTypes', uri);
|
|
7388
7427
|
};
|
|
7389
7428
|
const chmod$2 = (path, permissions) => {
|
|
7390
|
-
return invoke$
|
|
7429
|
+
return invoke$r('FileSystemFetch.chmod', path, permissions);
|
|
7391
7430
|
};
|
|
7392
7431
|
const getBlob$4 = async (uri, type) => {
|
|
7393
|
-
return invoke$
|
|
7432
|
+
return invoke$r('FileSystemFetch.getBlob', uri, type);
|
|
7394
7433
|
};
|
|
7395
7434
|
|
|
7396
7435
|
const FileSystemFetch = {
|
|
@@ -7400,7 +7439,7 @@ const FileSystemFetch = {
|
|
|
7400
7439
|
getBlob: getBlob$4,
|
|
7401
7440
|
getPathSeparator: getPathSeparator$3,
|
|
7402
7441
|
mkdir: mkdir$2,
|
|
7403
|
-
name: name$
|
|
7442
|
+
name: name$2n,
|
|
7404
7443
|
readDirWithFileTypes: readDirWithFileTypes$3,
|
|
7405
7444
|
readFile: readFile$9,
|
|
7406
7445
|
readJson: readJson$4,
|
|
@@ -7414,7 +7453,7 @@ const getRemoteSrc = uri => {
|
|
|
7414
7453
|
return src;
|
|
7415
7454
|
};
|
|
7416
7455
|
|
|
7417
|
-
const name$
|
|
7456
|
+
const name$2m = 'Disk';
|
|
7418
7457
|
const toUri = item => {
|
|
7419
7458
|
if (item.startsWith('file://')) {
|
|
7420
7459
|
return item;
|
|
@@ -7424,41 +7463,45 @@ const toUri = item => {
|
|
|
7424
7463
|
const copy$3 = (source, target) => {
|
|
7425
7464
|
source = toUri(source);
|
|
7426
7465
|
target = toUri(target);
|
|
7427
|
-
return invoke$
|
|
7466
|
+
return invoke$o('FileSystem.copy', /* source */source, /* target */target);
|
|
7428
7467
|
};
|
|
7429
7468
|
const readFile$8 = (path, encoding) => {
|
|
7430
7469
|
path = toUri(path);
|
|
7431
|
-
return invoke$
|
|
7470
|
+
return invoke$o('FileSystem.readFile', /* path */path, /* encoding */encoding);
|
|
7432
7471
|
};
|
|
7433
7472
|
const exists = (path, encoding) => {
|
|
7434
7473
|
path = toUri(path);
|
|
7435
|
-
return invoke$
|
|
7474
|
+
return invoke$o('FileSystem.exists', /* path */path);
|
|
7436
7475
|
};
|
|
7437
7476
|
const readJson$3 = path => {
|
|
7438
7477
|
path = toUri(path);
|
|
7439
|
-
return invoke$
|
|
7478
|
+
return invoke$o('FileSystem.readJson', /* path */path);
|
|
7440
7479
|
};
|
|
7441
7480
|
const remove$1 = path => {
|
|
7442
7481
|
path = toUri(path);
|
|
7443
|
-
return invoke$
|
|
7482
|
+
return invoke$o('FileSystem.remove', /* path */path);
|
|
7444
7483
|
};
|
|
7445
7484
|
const rename$1 = (oldUri, newUri) => {
|
|
7446
7485
|
oldUri = toUri(oldUri);
|
|
7447
7486
|
newUri = toUri(newUri);
|
|
7448
|
-
return invoke$
|
|
7487
|
+
return invoke$o('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
|
|
7449
7488
|
};
|
|
7450
7489
|
const mkdir$1 = path => {
|
|
7451
7490
|
path = toUri(path);
|
|
7452
|
-
return invoke$
|
|
7491
|
+
return invoke$o('FileSystem.mkdir', /* path */path);
|
|
7453
7492
|
};
|
|
7454
7493
|
const writeFile$8 = async (path, content, encoding) => {
|
|
7455
7494
|
path = toUri(path);
|
|
7456
|
-
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);
|
|
7457
7500
|
};
|
|
7458
7501
|
const ensureFile = async () => {};
|
|
7459
7502
|
const readDirWithFileTypes$2 = path => {
|
|
7460
7503
|
path = toUri(path);
|
|
7461
|
-
return invoke$
|
|
7504
|
+
return invoke$o('FileSystem.readDirWithFileTypes', /* path */path);
|
|
7462
7505
|
};
|
|
7463
7506
|
const getBlobUrl$1 = path => {
|
|
7464
7507
|
if (!path.startsWith('/')) {
|
|
@@ -7467,7 +7510,7 @@ const getBlobUrl$1 = path => {
|
|
|
7467
7510
|
return getRemoteSrc(path);
|
|
7468
7511
|
};
|
|
7469
7512
|
const getBlob$3 = async (path, type) => {
|
|
7470
|
-
const content = await invoke$
|
|
7513
|
+
const content = await invoke$o('FileSystem.readFileAsBuffer', path);
|
|
7471
7514
|
const array = new Uint8Array(content.data);
|
|
7472
7515
|
const blob = new Blob([array], {
|
|
7473
7516
|
type
|
|
@@ -7478,22 +7521,22 @@ const getPathSeparator$2 = () => {
|
|
|
7478
7521
|
if (platform === Web$1) {
|
|
7479
7522
|
return Slash;
|
|
7480
7523
|
}
|
|
7481
|
-
return invoke$
|
|
7524
|
+
return invoke$o('FileSystem.getPathSeparator');
|
|
7482
7525
|
};
|
|
7483
7526
|
const getRealPath = path => {
|
|
7484
|
-
return invoke$
|
|
7527
|
+
return invoke$o('FileSystem.getRealPath', /* path */path);
|
|
7485
7528
|
};
|
|
7486
7529
|
const stat = path => {
|
|
7487
7530
|
path = toUri(path);
|
|
7488
|
-
return invoke$
|
|
7531
|
+
return invoke$o('FileSystem.stat', /* path */path);
|
|
7489
7532
|
};
|
|
7490
7533
|
const getFolderSize = path => {
|
|
7491
7534
|
path = toUri(path);
|
|
7492
|
-
return invoke$
|
|
7535
|
+
return invoke$o('FileSystem.getFolderSize', /* path */path);
|
|
7493
7536
|
};
|
|
7494
7537
|
const chmod$1 = (path, permissions) => {
|
|
7495
7538
|
path = toUri(path);
|
|
7496
|
-
return invoke$
|
|
7539
|
+
return invoke$o('FileSystem.chmod', /* path */path, /* permissions */permissions);
|
|
7497
7540
|
};
|
|
7498
7541
|
const canBeRestored$2 = true;
|
|
7499
7542
|
|
|
@@ -7510,13 +7553,14 @@ const FileSystemDisk = {
|
|
|
7510
7553
|
getPathSeparator: getPathSeparator$2,
|
|
7511
7554
|
getRealPath,
|
|
7512
7555
|
mkdir: mkdir$1,
|
|
7513
|
-
name: name$
|
|
7556
|
+
name: name$2m,
|
|
7514
7557
|
readDirWithFileTypes: readDirWithFileTypes$2,
|
|
7515
7558
|
readFile: readFile$8,
|
|
7516
7559
|
readJson: readJson$3,
|
|
7517
7560
|
remove: remove$1,
|
|
7518
7561
|
rename: rename$1,
|
|
7519
7562
|
stat,
|
|
7563
|
+
writeBlob,
|
|
7520
7564
|
writeFile: writeFile$8
|
|
7521
7565
|
};
|
|
7522
7566
|
|
|
@@ -7633,7 +7677,7 @@ const requestPermission = async (handle, options) => {
|
|
|
7633
7677
|
// query permission, but from renderer process
|
|
7634
7678
|
// because handle.requestPermission is not implemented
|
|
7635
7679
|
// in a worker, see https://github.com/WICG/file-system-access/issues/289
|
|
7636
|
-
const permissionTypeNow = await invoke$
|
|
7680
|
+
const permissionTypeNow = await invoke$u('FileSystemHandle.requestPermission', handle, options);
|
|
7637
7681
|
return permissionTypeNow;
|
|
7638
7682
|
};
|
|
7639
7683
|
const queryPermission = async (handle, options) => {
|
|
@@ -7691,36 +7735,36 @@ const getHandle = async uri => {
|
|
|
7691
7735
|
}
|
|
7692
7736
|
};
|
|
7693
7737
|
|
|
7694
|
-
const pathSeparator$
|
|
7738
|
+
const pathSeparator$2 = '/';
|
|
7695
7739
|
const getDirectoryHandle = async uri => {
|
|
7696
7740
|
const handle = await getHandle(uri);
|
|
7697
7741
|
if (handle) {
|
|
7698
7742
|
return handle;
|
|
7699
7743
|
}
|
|
7700
|
-
const dirname$1 = dirname(pathSeparator$
|
|
7744
|
+
const dirname$1 = dirname(pathSeparator$2, uri);
|
|
7701
7745
|
if (uri === dirname$1) {
|
|
7702
7746
|
return undefined;
|
|
7703
7747
|
}
|
|
7704
7748
|
return getDirectoryHandle(dirname$1);
|
|
7705
7749
|
};
|
|
7706
7750
|
|
|
7707
|
-
const pathSeparator$
|
|
7751
|
+
const pathSeparator$1 = '/';
|
|
7708
7752
|
const getFileHandle = async uri => {
|
|
7709
7753
|
const handle = await getHandle(uri);
|
|
7710
7754
|
if (handle) {
|
|
7711
7755
|
return handle;
|
|
7712
7756
|
}
|
|
7713
|
-
const dirname$1 = dirname(pathSeparator$
|
|
7757
|
+
const dirname$1 = dirname(pathSeparator$1, uri);
|
|
7714
7758
|
const parentHandle = await getDirectoryHandle(dirname$1);
|
|
7715
7759
|
if (!parentHandle) {
|
|
7716
7760
|
return undefined;
|
|
7717
7761
|
}
|
|
7718
|
-
const baseName = getBaseName(pathSeparator$
|
|
7762
|
+
const baseName = getBaseName(pathSeparator$1, uri);
|
|
7719
7763
|
const fileHandle = await getFileHandle$1(parentHandle, baseName);
|
|
7720
7764
|
return fileHandle;
|
|
7721
7765
|
};
|
|
7722
7766
|
|
|
7723
|
-
const pathSeparator
|
|
7767
|
+
const pathSeparator = '/';
|
|
7724
7768
|
const getDirent = handle => {
|
|
7725
7769
|
const {
|
|
7726
7770
|
name,
|
|
@@ -7822,7 +7866,7 @@ const writeFile$7 = async (uri, content) => {
|
|
|
7822
7866
|
}
|
|
7823
7867
|
};
|
|
7824
7868
|
const getPathSeparator$1 = () => {
|
|
7825
|
-
return pathSeparator
|
|
7869
|
+
return pathSeparator;
|
|
7826
7870
|
};
|
|
7827
7871
|
const getBlobSrc = async uri => {
|
|
7828
7872
|
const handle = await getFileHandle(uri);
|
|
@@ -7859,7 +7903,7 @@ const FileSystemHtml = {
|
|
|
7859
7903
|
|
|
7860
7904
|
const debugWorkerUrl = `${assetDir}/packages/debug-worker/dist/debugWorkerMain.js`;
|
|
7861
7905
|
|
|
7862
|
-
const getConfiguredWorkerUrl$
|
|
7906
|
+
const getConfiguredWorkerUrl$j = () => {
|
|
7863
7907
|
let configuredWorkerUrl = get$e('develop.debugWorkerPath') || '';
|
|
7864
7908
|
if (configuredWorkerUrl) {
|
|
7865
7909
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -7875,21 +7919,21 @@ const launchDebugWorker = async () => {
|
|
|
7875
7919
|
const ipc = await create$10({
|
|
7876
7920
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
7877
7921
|
name,
|
|
7878
|
-
url: getConfiguredWorkerUrl$
|
|
7922
|
+
url: getConfiguredWorkerUrl$j()
|
|
7879
7923
|
});
|
|
7880
7924
|
handleIpc(ipc);
|
|
7881
|
-
await invoke$
|
|
7925
|
+
await invoke$v(ipc, 'Initialize.initialize');
|
|
7882
7926
|
return ipc;
|
|
7883
7927
|
};
|
|
7884
7928
|
|
|
7885
7929
|
const {
|
|
7886
|
-
invoke: invoke$
|
|
7930
|
+
invoke: invoke$n,
|
|
7887
7931
|
restart: restart$9
|
|
7888
7932
|
} = getOrCreateWorker(launchDebugWorker);
|
|
7889
7933
|
|
|
7890
|
-
const name$
|
|
7934
|
+
const name$2l = 'Debug';
|
|
7891
7935
|
const readFile$6 = uri => {
|
|
7892
|
-
return invoke$
|
|
7936
|
+
return invoke$n('RunAndDebug.readFile', uri);
|
|
7893
7937
|
};
|
|
7894
7938
|
const writeFile$6 = (uri, content) => {
|
|
7895
7939
|
throw new Error('not implemented');
|
|
@@ -7930,7 +7974,7 @@ const FileSystemDebug = {
|
|
|
7930
7974
|
getFiles,
|
|
7931
7975
|
getPathSeparator,
|
|
7932
7976
|
mkdir,
|
|
7933
|
-
name: name$
|
|
7977
|
+
name: name$2l,
|
|
7934
7978
|
readDirWithFileTypes,
|
|
7935
7979
|
readFile: readFile$6,
|
|
7936
7980
|
remove,
|
|
@@ -7961,7 +8005,7 @@ const IsImportError = {
|
|
|
7961
8005
|
|
|
7962
8006
|
const aboutViewWorkerUrl = `${assetDir}/packages/about-view-worker/dist/aboutWorkerMain.js`;
|
|
7963
8007
|
|
|
7964
|
-
const getConfiguredWorkerUrl$
|
|
8008
|
+
const getConfiguredWorkerUrl$i = () => {
|
|
7965
8009
|
let configuredWorkerUrl = get$e('develop.aboutViewWorkerPath') || '';
|
|
7966
8010
|
if (configuredWorkerUrl) {
|
|
7967
8011
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -7977,18 +8021,18 @@ const launchAboutViewWorker = async () => {
|
|
|
7977
8021
|
const ipc = await create$10({
|
|
7978
8022
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
7979
8023
|
name,
|
|
7980
|
-
url: getConfiguredWorkerUrl$
|
|
8024
|
+
url: getConfiguredWorkerUrl$i()
|
|
7981
8025
|
});
|
|
7982
8026
|
handleIpc(ipc);
|
|
7983
8027
|
return ipc;
|
|
7984
8028
|
};
|
|
7985
8029
|
|
|
7986
8030
|
const {
|
|
7987
|
-
invoke: invoke$
|
|
8031
|
+
invoke: invoke$m
|
|
7988
8032
|
} = getOrCreateWorker(launchAboutViewWorker);
|
|
7989
8033
|
|
|
7990
8034
|
const showAboutElectron = async () => {
|
|
7991
|
-
return invoke$
|
|
8035
|
+
return invoke$m('About.showAboutElectron');
|
|
7992
8036
|
};
|
|
7993
8037
|
|
|
7994
8038
|
const showAboutDefault = async () => {
|
|
@@ -8007,15 +8051,15 @@ const showAbout = async () => {
|
|
|
8007
8051
|
await fn();
|
|
8008
8052
|
};
|
|
8009
8053
|
|
|
8010
|
-
const name$
|
|
8011
|
-
const Commands$
|
|
8054
|
+
const name$2k = 'About';
|
|
8055
|
+
const Commands$2g = {
|
|
8012
8056
|
showAbout: showAbout
|
|
8013
8057
|
};
|
|
8014
8058
|
|
|
8015
8059
|
const About_ipc = {
|
|
8016
8060
|
__proto__: null,
|
|
8017
|
-
Commands: Commands$
|
|
8018
|
-
name: name$
|
|
8061
|
+
Commands: Commands$2g,
|
|
8062
|
+
name: name$2k
|
|
8019
8063
|
};
|
|
8020
8064
|
|
|
8021
8065
|
/**
|
|
@@ -8083,8 +8127,8 @@ const getResponse$1 = async (url, options) => {
|
|
|
8083
8127
|
|
|
8084
8128
|
// TODO only use Ajax module via ipc -> that way is is always lazyloaded
|
|
8085
8129
|
|
|
8086
|
-
const name$
|
|
8087
|
-
const Commands$
|
|
8130
|
+
const name$2j = 'Ajax';
|
|
8131
|
+
const Commands$2f = {
|
|
8088
8132
|
getBlob: getBlob,
|
|
8089
8133
|
getJson: getJson$1,
|
|
8090
8134
|
getText: getText
|
|
@@ -8092,119 +8136,68 @@ const Commands$2e = {
|
|
|
8092
8136
|
|
|
8093
8137
|
const Ajax_ipc = {
|
|
8094
8138
|
__proto__: null,
|
|
8095
|
-
Commands: Commands$
|
|
8096
|
-
name: name$
|
|
8139
|
+
Commands: Commands$2f,
|
|
8140
|
+
name: name$2j
|
|
8097
8141
|
};
|
|
8098
8142
|
|
|
8099
8143
|
const playBell = async () => {
|
|
8100
8144
|
const src = '/sounds/bell.oga';
|
|
8101
|
-
await invoke$
|
|
8145
|
+
await invoke$u(/* Audio.play */3211, /* src */src);
|
|
8102
8146
|
};
|
|
8103
8147
|
|
|
8104
|
-
const name$
|
|
8105
|
-
const Commands$
|
|
8148
|
+
const name$2i = 'Audio';
|
|
8149
|
+
const Commands$2e = {
|
|
8106
8150
|
playBell: playBell
|
|
8107
8151
|
};
|
|
8108
8152
|
|
|
8109
8153
|
const Audio_ipc = {
|
|
8110
8154
|
__proto__: null,
|
|
8111
|
-
Commands: Commands$
|
|
8112
|
-
name: name$
|
|
8155
|
+
Commands: Commands$2e,
|
|
8156
|
+
name: name$2i
|
|
8113
8157
|
};
|
|
8114
8158
|
|
|
8115
|
-
const
|
|
8116
|
-
const WindowsNsis = 'WindowsNsis';
|
|
8117
|
-
const Deb = 'Deb';
|
|
8159
|
+
const updateWorkerUrl = `${assetDir}/packages/update-worker/dist/updateWorkerMain.js`;
|
|
8118
8160
|
|
|
8119
|
-
const
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
|
|
8123
|
-
case WindowsNsis:
|
|
8124
|
-
return Promise.resolve().then(function () { return AutoUpdaterNsis; });
|
|
8125
|
-
case Deb:
|
|
8126
|
-
return Promise.resolve().then(function () { return AutoUpdaterDeb; });
|
|
8127
|
-
default:
|
|
8128
|
-
return undefined;
|
|
8161
|
+
const getConfiguredWorkerUrl$h = () => {
|
|
8162
|
+
let configuredWorkerUrl = get$e('develop.updateWorkerPath') || '';
|
|
8163
|
+
if (configuredWorkerUrl) {
|
|
8164
|
+
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
8129
8165
|
}
|
|
8130
|
-
|
|
8131
|
-
|
|
8132
|
-
|
|
8133
|
-
const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
|
|
8134
|
-
|
|
8135
|
-
/**
|
|
8136
|
-
*
|
|
8137
|
-
* @param {string} key
|
|
8138
|
-
* @param {any} placeholders
|
|
8139
|
-
* @returns {string}
|
|
8140
|
-
*/
|
|
8141
|
-
const i18nString = (key, placeholders = emptyObject) => {
|
|
8142
|
-
if (placeholders === emptyObject) {
|
|
8143
|
-
return key;
|
|
8166
|
+
configuredWorkerUrl = configuredWorkerUrl || updateWorkerUrl;
|
|
8167
|
+
{
|
|
8168
|
+
configuredWorkerUrl = updateWorkerUrl;
|
|
8144
8169
|
}
|
|
8145
|
-
|
|
8146
|
-
return placeholders[rest];
|
|
8147
|
-
};
|
|
8148
|
-
return key.replaceAll(RE_PLACEHOLDER, replacer);
|
|
8149
|
-
};
|
|
8150
|
-
|
|
8151
|
-
/**
|
|
8152
|
-
* @enum {string}
|
|
8153
|
-
*/
|
|
8154
|
-
const UiStrings$h = {
|
|
8155
|
-
DoYouWantToUpdate: 'Do you want to update to version {PH1}?',
|
|
8156
|
-
DoYouWantToRestart: 'The Update has been downloaded. Do you want to restart now?'
|
|
8170
|
+
return configuredWorkerUrl;
|
|
8157
8171
|
};
|
|
8158
|
-
const
|
|
8159
|
-
|
|
8160
|
-
|
|
8172
|
+
const launchUpdateWorker = async () => {
|
|
8173
|
+
const name = 'Update Worker';
|
|
8174
|
+
const ipc = await create$10({
|
|
8175
|
+
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
8176
|
+
name,
|
|
8177
|
+
url: getConfiguredWorkerUrl$h()
|
|
8161
8178
|
});
|
|
8162
|
-
|
|
8163
|
-
|
|
8164
|
-
return i18nString(UiStrings$h.DoYouWantToRestart);
|
|
8165
|
-
};
|
|
8166
|
-
|
|
8167
|
-
const getAutoUpdateType = () => {
|
|
8168
|
-
return invoke$q('AutoUpdater.getAutoUpdateType');
|
|
8179
|
+
handleIpc(ipc);
|
|
8180
|
+
return ipc;
|
|
8169
8181
|
};
|
|
8170
8182
|
|
|
8171
|
-
const
|
|
8172
|
-
|
|
8173
|
-
};
|
|
8183
|
+
const {
|
|
8184
|
+
invoke: invoke$l
|
|
8185
|
+
} = getOrCreateWorker(launchUpdateWorker);
|
|
8174
8186
|
|
|
8175
|
-
const checkForUpdates$1 = async
|
|
8176
|
-
const
|
|
8177
|
-
|
|
8178
|
-
return;
|
|
8179
|
-
}
|
|
8180
|
-
const type = await getAutoUpdateType();
|
|
8181
|
-
const message = promptMessage(info.version);
|
|
8182
|
-
const shouldUpdate = await execute$4('ConfirmPrompt.prompt', message);
|
|
8183
|
-
if (!shouldUpdate) {
|
|
8184
|
-
return;
|
|
8185
|
-
}
|
|
8186
|
-
const module = await getModule$4(type);
|
|
8187
|
-
if (!module) {
|
|
8188
|
-
return;
|
|
8189
|
-
}
|
|
8190
|
-
const downloadPath = await module.downloadUpdate(info.version);
|
|
8191
|
-
const messageRestart = promptRestart();
|
|
8192
|
-
const shouldRestart = await execute$4('ConfirmPrompt.prompt', messageRestart);
|
|
8193
|
-
if (!shouldRestart) {
|
|
8194
|
-
return;
|
|
8195
|
-
}
|
|
8196
|
-
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);
|
|
8197
8190
|
};
|
|
8198
8191
|
|
|
8199
|
-
const name$
|
|
8200
|
-
const Commands$
|
|
8192
|
+
const name$2h = 'AutoUpdater';
|
|
8193
|
+
const Commands$2d = {
|
|
8201
8194
|
checkForUpdates: checkForUpdates$1
|
|
8202
8195
|
};
|
|
8203
8196
|
|
|
8204
8197
|
const AutoUpdater_ipc = {
|
|
8205
8198
|
__proto__: null,
|
|
8206
|
-
Commands: Commands$
|
|
8207
|
-
name: name$
|
|
8199
|
+
Commands: Commands$2d,
|
|
8200
|
+
name: name$2h
|
|
8208
8201
|
};
|
|
8209
8202
|
|
|
8210
8203
|
const getActiveEditorId = () => {
|
|
@@ -8215,27 +8208,42 @@ const getActiveEditorId = () => {
|
|
|
8215
8208
|
return instance.state.id;
|
|
8216
8209
|
};
|
|
8217
8210
|
|
|
8218
|
-
const name$
|
|
8219
|
-
const Commands$
|
|
8211
|
+
const name$2g = 'GetActiveEditor';
|
|
8212
|
+
const Commands$2c = {
|
|
8220
8213
|
getActiveEditorId: getActiveEditorId
|
|
8221
8214
|
};
|
|
8222
8215
|
|
|
8223
8216
|
const GetActiveEditor_ipc = {
|
|
8217
|
+
__proto__: null,
|
|
8218
|
+
Commands: Commands$2c,
|
|
8219
|
+
name: name$2g
|
|
8220
|
+
};
|
|
8221
|
+
|
|
8222
|
+
const getSelectionText = () => {
|
|
8223
|
+
return invoke$u('Css.getSelectionText');
|
|
8224
|
+
};
|
|
8225
|
+
|
|
8226
|
+
const name$2f = 'Document';
|
|
8227
|
+
const Commands$2b = {
|
|
8228
|
+
getSelectionText: getSelectionText
|
|
8229
|
+
};
|
|
8230
|
+
|
|
8231
|
+
const Document_ipc = {
|
|
8224
8232
|
__proto__: null,
|
|
8225
8233
|
Commands: Commands$2b,
|
|
8226
8234
|
name: name$2f
|
|
8227
8235
|
};
|
|
8228
8236
|
|
|
8229
8237
|
const cache = Object.create(null);
|
|
8230
|
-
const id$
|
|
8238
|
+
const id$l = 1;
|
|
8231
8239
|
const get$2 = () => {
|
|
8232
|
-
return cache[id$
|
|
8240
|
+
return cache[id$l];
|
|
8233
8241
|
};
|
|
8234
8242
|
const has$1 = () => {
|
|
8235
|
-
return id$
|
|
8243
|
+
return id$l in cache;
|
|
8236
8244
|
};
|
|
8237
8245
|
const set$5 = value => {
|
|
8238
|
-
cache[id$
|
|
8246
|
+
cache[id$l] = value;
|
|
8239
8247
|
};
|
|
8240
8248
|
|
|
8241
8249
|
const getExtensions = () => {
|
|
@@ -8275,7 +8283,8 @@ const GetEditorSourceActions_ipc = {
|
|
|
8275
8283
|
const name$2d = 'PlatformPaths';
|
|
8276
8284
|
const Commands$29 = {
|
|
8277
8285
|
getLogsDir: getLogsDir,
|
|
8278
|
-
getTmpDir: getTmpDir
|
|
8286
|
+
getTmpDir: getTmpDir,
|
|
8287
|
+
getCachePath: getCachePath
|
|
8279
8288
|
};
|
|
8280
8289
|
|
|
8281
8290
|
const PlatformPaths_ipc = {
|
|
@@ -8285,14 +8294,14 @@ const PlatformPaths_ipc = {
|
|
|
8285
8294
|
};
|
|
8286
8295
|
|
|
8287
8296
|
const getFileHandles = ids => {
|
|
8288
|
-
return invoke$
|
|
8297
|
+
return invoke$u('FileHandles.get', ids);
|
|
8289
8298
|
};
|
|
8290
8299
|
const addFileHandle = fileHandle => {
|
|
8291
|
-
return invoke$
|
|
8300
|
+
return invoke$u('FileSystemHandle.addFileHandle', fileHandle);
|
|
8292
8301
|
};
|
|
8293
8302
|
|
|
8294
8303
|
const getFilePathElectron = async file => {
|
|
8295
|
-
return invoke$
|
|
8304
|
+
return invoke$u('GetFilePathElectron.getFilePathElectron', file);
|
|
8296
8305
|
};
|
|
8297
8306
|
|
|
8298
8307
|
const name$2c = 'FileSystemHandle';
|
|
@@ -8486,10 +8495,10 @@ const applyLegacyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
8486
8495
|
array(ranges);
|
|
8487
8496
|
string(replacement);
|
|
8488
8497
|
if (isSpecialScheme(files)) {
|
|
8489
|
-
await invoke$
|
|
8498
|
+
await invoke$r('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
|
|
8490
8499
|
return;
|
|
8491
8500
|
}
|
|
8492
|
-
await invoke$
|
|
8501
|
+
await invoke$s('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
|
|
8493
8502
|
};
|
|
8494
8503
|
|
|
8495
8504
|
const applyFileReplacement = async edit => {
|
|
@@ -8725,7 +8734,7 @@ const Chrome_ipc = {
|
|
|
8725
8734
|
|
|
8726
8735
|
const clipBoardWorkerUrl = `${assetDir}/packages/clipboard-worker/dist/clipBoardWorkerMain.js`;
|
|
8727
8736
|
|
|
8728
|
-
const getConfiguredWorkerUrl$
|
|
8737
|
+
const getConfiguredWorkerUrl$g = () => {
|
|
8729
8738
|
let configuredWorkerUrl = get$e('develop.clipBoardWorkerPath') || '';
|
|
8730
8739
|
if (configuredWorkerUrl) {
|
|
8731
8740
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -8741,50 +8750,50 @@ const launchClipBoardWorker = async () => {
|
|
|
8741
8750
|
const ipc = await create$10({
|
|
8742
8751
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
8743
8752
|
name,
|
|
8744
|
-
url: getConfiguredWorkerUrl$
|
|
8753
|
+
url: getConfiguredWorkerUrl$g()
|
|
8745
8754
|
});
|
|
8746
8755
|
handleIpc(ipc);
|
|
8747
|
-
await invoke$
|
|
8756
|
+
await invoke$v(ipc, 'ClipBoard.initialize', platform);
|
|
8748
8757
|
return ipc;
|
|
8749
8758
|
};
|
|
8750
8759
|
|
|
8751
8760
|
const {
|
|
8752
|
-
invoke: invoke$
|
|
8761
|
+
invoke: invoke$k} = getOrCreateWorker(launchClipBoardWorker);
|
|
8753
8762
|
|
|
8754
8763
|
const readText = async () => {
|
|
8755
|
-
return await invoke$
|
|
8764
|
+
return await invoke$k('ClipBoard.readText');
|
|
8756
8765
|
};
|
|
8757
8766
|
const writeText$1 = async text => {
|
|
8758
|
-
return await invoke$
|
|
8767
|
+
return await invoke$k('ClipBoard.writeText', text);
|
|
8759
8768
|
};
|
|
8760
8769
|
const enableMemoryClipBoard = async () => {
|
|
8761
|
-
return await invoke$
|
|
8770
|
+
return await invoke$k('ClipBoard.enableMemoryClipBoard');
|
|
8762
8771
|
};
|
|
8763
8772
|
const readMemoryText = async () => {
|
|
8764
|
-
return await invoke$
|
|
8773
|
+
return await invoke$k('ClipBoard.readMemoryText');
|
|
8765
8774
|
};
|
|
8766
8775
|
const disableMemoryClipBoard = async () => {
|
|
8767
|
-
return await invoke$
|
|
8776
|
+
return await invoke$k('ClipBoard.disableMemoryClipBoard');
|
|
8768
8777
|
};
|
|
8769
8778
|
const hotReload$b = async () => {
|
|
8770
|
-
return await invoke$
|
|
8779
|
+
return await invoke$k('ClipBoard.hotReload');
|
|
8771
8780
|
};
|
|
8772
8781
|
const writeNativeFiles = async (type, files) => {
|
|
8773
|
-
return await invoke$
|
|
8782
|
+
return await invoke$k('ClipBoard.writeNativeFiles', type, files);
|
|
8774
8783
|
};
|
|
8775
8784
|
const readNativeFiles = async () => {
|
|
8776
|
-
return await invoke$
|
|
8785
|
+
return await invoke$k('ClipBoard.readNativeFiles');
|
|
8777
8786
|
};
|
|
8778
8787
|
const writeImage = async blob => {
|
|
8779
8788
|
try {
|
|
8780
|
-
return await invoke$
|
|
8789
|
+
return await invoke$u('ClipBoard.writeImage', blob);
|
|
8781
8790
|
} catch (error) {
|
|
8782
8791
|
throw new VError(error, 'Failed to write image to clipboard');
|
|
8783
8792
|
}
|
|
8784
8793
|
};
|
|
8785
8794
|
const execCopy = async () => {
|
|
8786
8795
|
try {
|
|
8787
|
-
return await invoke$
|
|
8796
|
+
return await invoke$u('ClipBoard.execCopy');
|
|
8788
8797
|
} catch (error) {
|
|
8789
8798
|
throw new VError(error, 'Failed to copy selected text');
|
|
8790
8799
|
}
|
|
@@ -8811,7 +8820,7 @@ const ClipBoard_ipc = {
|
|
|
8811
8820
|
};
|
|
8812
8821
|
|
|
8813
8822
|
const getColorThemeNames = async () => {
|
|
8814
|
-
return invoke$
|
|
8823
|
+
return invoke$r('ColorTheme.getColorThemeNames');
|
|
8815
8824
|
};
|
|
8816
8825
|
|
|
8817
8826
|
const name$25 = 'ColorTheme';
|
|
@@ -8834,7 +8843,7 @@ const getProductNameLong = () => {
|
|
|
8834
8843
|
};
|
|
8835
8844
|
|
|
8836
8845
|
const showOpenDialog = (title, properties) => {
|
|
8837
|
-
return invoke$
|
|
8846
|
+
return invoke$s('ElectronDialog.showOpenDialog', title, properties);
|
|
8838
8847
|
};
|
|
8839
8848
|
const showMessageBox = async options => {
|
|
8840
8849
|
// TODO maybe request window id here instead of at caller
|
|
@@ -8846,7 +8855,7 @@ const showMessageBox = async options => {
|
|
|
8846
8855
|
productName,
|
|
8847
8856
|
windowId
|
|
8848
8857
|
};
|
|
8849
|
-
return invoke$
|
|
8858
|
+
return invoke$s('ElectronDialog.showMessageBox', finalOptions);
|
|
8850
8859
|
};
|
|
8851
8860
|
|
|
8852
8861
|
const Question = 'question';
|
|
@@ -8863,10 +8872,29 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
|
|
|
8863
8872
|
};
|
|
8864
8873
|
|
|
8865
8874
|
const prompt$2 = async (message, confirmMessage, title) => {
|
|
8866
|
-
const result = await invoke$
|
|
8875
|
+
const result = await invoke$u('ConfirmPrompt.prompt', message);
|
|
8867
8876
|
return result;
|
|
8868
8877
|
};
|
|
8869
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
|
+
|
|
8870
8898
|
/**
|
|
8871
8899
|
* @enum {string}
|
|
8872
8900
|
*/
|
|
@@ -8883,11 +8911,12 @@ const ok = () => {
|
|
|
8883
8911
|
|
|
8884
8912
|
let _mockId$1 = 0;
|
|
8885
8913
|
const showMockConfirmPrompt = async (message, options) => {
|
|
8886
|
-
const ipc = get$
|
|
8887
|
-
const result = await invoke$
|
|
8914
|
+
const ipc = get$d();
|
|
8915
|
+
const result = await invoke$v(ipc, 'Test.executeMock', _mockId$1, message, options);
|
|
8888
8916
|
return result;
|
|
8889
8917
|
};
|
|
8890
8918
|
const prompt$1 = async (message, {
|
|
8919
|
+
platform: platform$1 = platform,
|
|
8891
8920
|
confirmMessage = ok(),
|
|
8892
8921
|
title = '',
|
|
8893
8922
|
cancelMessage = cancel()
|
|
@@ -8902,7 +8931,7 @@ const prompt$1 = async (message, {
|
|
|
8902
8931
|
// TODO always ask shared process for prompts
|
|
8903
8932
|
// when running in electron it uses native prompts
|
|
8904
8933
|
// when running in node or web it uses browser prompts
|
|
8905
|
-
if (platform === Electron$1) {
|
|
8934
|
+
if (platform$1 === Electron$1) {
|
|
8906
8935
|
return prompt$3(message, confirmMessage, title, cancelMessage);
|
|
8907
8936
|
}
|
|
8908
8937
|
return prompt$2(message);
|
|
@@ -8924,21 +8953,21 @@ const ConfirmPrompt_ipc = {
|
|
|
8924
8953
|
};
|
|
8925
8954
|
|
|
8926
8955
|
const startRecording = options => {
|
|
8927
|
-
return invoke$
|
|
8956
|
+
return invoke$s('ElectronContentTracing.startRecording', options);
|
|
8928
8957
|
};
|
|
8929
8958
|
|
|
8930
8959
|
/**
|
|
8931
8960
|
* @returns {Promise<string>}
|
|
8932
8961
|
*/
|
|
8933
8962
|
const stopRecording = () => {
|
|
8934
|
-
return invoke$
|
|
8963
|
+
return invoke$s('ElectronContentTracing.stopRecording');
|
|
8935
8964
|
};
|
|
8936
8965
|
|
|
8937
8966
|
const showItemInFolder = fullPath => {
|
|
8938
|
-
return invoke$
|
|
8967
|
+
return invoke$s('OpenExternal.showItemInFolder', fullPath);
|
|
8939
8968
|
};
|
|
8940
8969
|
const openExternal$2 = url => {
|
|
8941
|
-
return invoke$
|
|
8970
|
+
return invoke$s('OpenExternal.openExternal', url);
|
|
8942
8971
|
};
|
|
8943
8972
|
|
|
8944
8973
|
const openNativeFolderWeb = absolutePath => {
|
|
@@ -8946,7 +8975,7 @@ const openNativeFolderWeb = absolutePath => {
|
|
|
8946
8975
|
};
|
|
8947
8976
|
const openNativeFolderRemote = async absolutePath => {
|
|
8948
8977
|
try {
|
|
8949
|
-
await invoke$
|
|
8978
|
+
await invoke$s(OpenNativeFolder, /* path */absolutePath);
|
|
8950
8979
|
} catch (error) {
|
|
8951
8980
|
throw new VError(error, `Failed to open folder ${absolutePath}`);
|
|
8952
8981
|
}
|
|
@@ -9010,10 +9039,20 @@ const show$a = async (x, y, id, ...args) => {
|
|
|
9010
9039
|
const module = await getModule$3();
|
|
9011
9040
|
return module.show(x, y, id, ...args);
|
|
9012
9041
|
};
|
|
9042
|
+
const show2$2 = async (uid, menuId, x, y, ...args) => {
|
|
9043
|
+
number(uid);
|
|
9044
|
+
number(menuId);
|
|
9045
|
+
number(x);
|
|
9046
|
+
number(y);
|
|
9047
|
+
const module = await getModule$3();
|
|
9048
|
+
// @ts-ignore
|
|
9049
|
+
return module.show2(uid, menuId, x, y, ...args);
|
|
9050
|
+
};
|
|
9013
9051
|
|
|
9014
9052
|
const name$22 = 'ContextMenu';
|
|
9015
9053
|
const Commands$1_ = {
|
|
9016
|
-
show: show$a
|
|
9054
|
+
show: show$a,
|
|
9055
|
+
show2: show2$2
|
|
9017
9056
|
};
|
|
9018
9057
|
|
|
9019
9058
|
const ContextMenu_ipc = {
|
|
@@ -9059,26 +9098,26 @@ const Debug_ipc = {
|
|
|
9059
9098
|
|
|
9060
9099
|
const attachDebugger = async pid => {
|
|
9061
9100
|
number(pid);
|
|
9062
|
-
await invoke$
|
|
9101
|
+
await invoke$s('AttachDebugger.attachDebugger', pid);
|
|
9063
9102
|
};
|
|
9064
9103
|
|
|
9065
9104
|
const getPid = () => {
|
|
9066
|
-
return invoke$
|
|
9105
|
+
return invoke$s('Process.getPid');
|
|
9067
9106
|
};
|
|
9068
9107
|
const getElectronVersion = () => {
|
|
9069
|
-
return invoke$
|
|
9108
|
+
return invoke$s('ElectronProcess.getElectronVersion');
|
|
9070
9109
|
};
|
|
9071
9110
|
const getNodeVersion = () => {
|
|
9072
|
-
return invoke$
|
|
9111
|
+
return invoke$s('Process.getNodeVersion');
|
|
9073
9112
|
};
|
|
9074
9113
|
const getChromeVersion = () => {
|
|
9075
|
-
return invoke$
|
|
9114
|
+
return invoke$s('ElectronProcess.getChromeVersion');
|
|
9076
9115
|
};
|
|
9077
9116
|
const getV8Version = () => {
|
|
9078
|
-
return invoke$
|
|
9117
|
+
return invoke$s('Process.getV8Version');
|
|
9079
9118
|
};
|
|
9080
9119
|
const getArch = () => {
|
|
9081
|
-
return invoke$
|
|
9120
|
+
return invoke$s('Process.getArch');
|
|
9082
9121
|
};
|
|
9083
9122
|
|
|
9084
9123
|
const debugSharedProcess = async () => {
|
|
@@ -9098,10 +9137,10 @@ const DebugSharedProcess_ipc = {
|
|
|
9098
9137
|
};
|
|
9099
9138
|
|
|
9100
9139
|
const crashSharedProcess = () => {
|
|
9101
|
-
return invoke$
|
|
9140
|
+
return invoke$s('Crash.crashSharedProcess');
|
|
9102
9141
|
};
|
|
9103
9142
|
const crashMainProcess = () => {
|
|
9104
|
-
return invoke$
|
|
9143
|
+
return invoke$s('Crash.crashMainProcess');
|
|
9105
9144
|
};
|
|
9106
9145
|
|
|
9107
9146
|
const toggleDeveloperTools$1 = () => {
|
|
@@ -9117,7 +9156,7 @@ const openCacheFolder = async () => {
|
|
|
9117
9156
|
await openNativeFolder(cacheFolder);
|
|
9118
9157
|
};
|
|
9119
9158
|
const openDataFolder = async () => {
|
|
9120
|
-
const dataFolder = await invoke$
|
|
9159
|
+
const dataFolder = await invoke$s(/* Platform.getDataDir */'Platform.getDataDir');
|
|
9121
9160
|
await openNativeFolder(dataFolder);
|
|
9122
9161
|
};
|
|
9123
9162
|
const openLogsFolder = async () => {
|
|
@@ -9126,11 +9165,12 @@ const openLogsFolder = async () => {
|
|
|
9126
9165
|
return;
|
|
9127
9166
|
}
|
|
9128
9167
|
const logsFolder = await getLogsDir();
|
|
9168
|
+
await invoke$s('FileSystem.mkdir', /* path */logsFolder);
|
|
9129
9169
|
await openNativeFolder(logsFolder);
|
|
9130
9170
|
};
|
|
9131
9171
|
|
|
9132
9172
|
const getPerformanceEntries = () => {
|
|
9133
|
-
return invoke$
|
|
9173
|
+
return invoke$s('ElectronDeveloper.getPerformanceEntries');
|
|
9134
9174
|
};
|
|
9135
9175
|
|
|
9136
9176
|
const toMarkdownTable = (header, rows) => {
|
|
@@ -9371,7 +9411,7 @@ const getNodeTiming = () => {
|
|
|
9371
9411
|
if (platform === Web$1) {
|
|
9372
9412
|
return undefined;
|
|
9373
9413
|
}
|
|
9374
|
-
return invoke$
|
|
9414
|
+
return invoke$s(/* command */'Performance.getNodeStartupTiming');
|
|
9375
9415
|
};
|
|
9376
9416
|
const getMeasureEntries = () => {
|
|
9377
9417
|
const measureEntries = getEntriesByType(Measure);
|
|
@@ -9460,13 +9500,13 @@ const formatRendererProcessData = ({
|
|
|
9460
9500
|
return toMarkdownTable(header, rows);
|
|
9461
9501
|
};
|
|
9462
9502
|
const getSharedProcessMemoryUsage = () => {
|
|
9463
|
-
return invoke$
|
|
9503
|
+
return invoke$s(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
|
|
9464
9504
|
};
|
|
9465
9505
|
const getPerformanceMemory = () => {
|
|
9466
|
-
return invoke$
|
|
9506
|
+
return invoke$u('Performance.getMemory');
|
|
9467
9507
|
};
|
|
9468
9508
|
const getPerformanceUserAgentSpecificMemory = () => {
|
|
9469
|
-
return invoke$
|
|
9509
|
+
return invoke$u('Performance.measureUserAgentSpecificMemory');
|
|
9470
9510
|
};
|
|
9471
9511
|
|
|
9472
9512
|
// TODO handle case when renderer process and renderer worker are same process communicating via messagePort
|
|
@@ -9515,13 +9555,13 @@ const showMemoryUsage = async () => {
|
|
|
9515
9555
|
|
|
9516
9556
|
// TODO not sure if this function is useful
|
|
9517
9557
|
const allocateMemoryInSharedProcess = () => {
|
|
9518
|
-
return invoke$
|
|
9558
|
+
return invoke$s(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
|
|
9519
9559
|
};
|
|
9520
9560
|
const createSharedProcessHeapSnapshot = async () => {
|
|
9521
|
-
await invoke$
|
|
9561
|
+
await invoke$s(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
|
|
9522
9562
|
};
|
|
9523
9563
|
const createSharedProcessProfile = async () => {
|
|
9524
|
-
await invoke$
|
|
9564
|
+
await invoke$s(/* Developer.createProfile */'Developer.createProfile');
|
|
9525
9565
|
};
|
|
9526
9566
|
const reloadIconTheme = async () => {
|
|
9527
9567
|
await hydrate$4();
|
|
@@ -9709,12 +9749,12 @@ const revokeObjectUrl = url => {
|
|
|
9709
9749
|
const downloadFile = async (fileName, url) => {
|
|
9710
9750
|
string(fileName);
|
|
9711
9751
|
string(url);
|
|
9712
|
-
await invoke$
|
|
9752
|
+
await invoke$u(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
|
|
9713
9753
|
};
|
|
9714
9754
|
const downloadToDownloadsFolder = async (fileName, url) => {
|
|
9715
9755
|
const downloadFolder = await getDownloadDir();
|
|
9716
9756
|
const outFile = `${downloadFolder}/${fileName}`;
|
|
9717
|
-
await invoke$
|
|
9757
|
+
await invoke$s(DownloadDownload, /* url */url, /* outFile */outFile);
|
|
9718
9758
|
};
|
|
9719
9759
|
const downloadJson = async (json, fileName) => {
|
|
9720
9760
|
let url = '';
|
|
@@ -9732,11 +9772,6 @@ const downloadJson = async (json, fileName) => {
|
|
|
9732
9772
|
revokeObjectUrl(url);
|
|
9733
9773
|
}
|
|
9734
9774
|
};
|
|
9735
|
-
const downloadUrl = (url, outFile) => {
|
|
9736
|
-
string(url);
|
|
9737
|
-
string(outFile);
|
|
9738
|
-
return invoke$q('Download.download', url, outFile);
|
|
9739
|
-
};
|
|
9740
9775
|
|
|
9741
9776
|
const name$1Z = 'Download';
|
|
9742
9777
|
const Commands$1V = {
|
|
@@ -9813,7 +9848,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
9813
9848
|
const x$1 = x(editor, rowIndex, columnIndex);
|
|
9814
9849
|
// @ts-ignore
|
|
9815
9850
|
const y$1 = y(editor, rowIndex);
|
|
9816
|
-
await invoke$
|
|
9851
|
+
await invoke$u(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
9817
9852
|
};
|
|
9818
9853
|
|
|
9819
9854
|
const Commands$1T = {
|
|
@@ -9935,7 +9970,6 @@ const Terminal = 14;
|
|
|
9935
9970
|
const TitleBar$1 = 15;
|
|
9936
9971
|
const View$1 = 16;
|
|
9937
9972
|
const ActivityBarAdditionalViews = 17;
|
|
9938
|
-
const Search = 18;
|
|
9939
9973
|
const SimpleBrowser = 21;
|
|
9940
9974
|
const SourceControl = 22;
|
|
9941
9975
|
const Problems = 23;
|
|
@@ -9944,8 +9978,8 @@ const ProblemsFilter = 25;
|
|
|
9944
9978
|
const KeyBindingsTable = 26;
|
|
9945
9979
|
const E2eTests = 27;
|
|
9946
9980
|
|
|
9947
|
-
const id$
|
|
9948
|
-
const getMenuEntries$
|
|
9981
|
+
const id$k = Edit;
|
|
9982
|
+
const getMenuEntries$p = () => {
|
|
9949
9983
|
return [{
|
|
9950
9984
|
id: 'undo',
|
|
9951
9985
|
label: undo(),
|
|
@@ -9986,8 +10020,8 @@ const getMenuEntries$q = () => {
|
|
|
9986
10020
|
|
|
9987
10021
|
const MenuEntriesEdit = {
|
|
9988
10022
|
__proto__: null,
|
|
9989
|
-
getMenuEntries: getMenuEntries$
|
|
9990
|
-
id: id$
|
|
10023
|
+
getMenuEntries: getMenuEntries$p,
|
|
10024
|
+
id: id$k
|
|
9991
10025
|
};
|
|
9992
10026
|
|
|
9993
10027
|
/**
|
|
@@ -10028,8 +10062,8 @@ const exit$1 = () => {
|
|
|
10028
10062
|
return i18nString(UiStrings$e.Exit);
|
|
10029
10063
|
};
|
|
10030
10064
|
|
|
10031
|
-
const id$
|
|
10032
|
-
const getMenuEntries$
|
|
10065
|
+
const id$j = File;
|
|
10066
|
+
const getMenuEntries$o = () => {
|
|
10033
10067
|
const entries = [{
|
|
10034
10068
|
id: 'newFile',
|
|
10035
10069
|
label: newFile(),
|
|
@@ -10079,19 +10113,19 @@ const getMenuEntries$p = () => {
|
|
|
10079
10113
|
|
|
10080
10114
|
const MenuEntriesFile = {
|
|
10081
10115
|
__proto__: null,
|
|
10082
|
-
getMenuEntries: getMenuEntries$
|
|
10083
|
-
id: id$
|
|
10116
|
+
getMenuEntries: getMenuEntries$o,
|
|
10117
|
+
id: id$j
|
|
10084
10118
|
};
|
|
10085
10119
|
|
|
10086
|
-
const id$
|
|
10087
|
-
const getMenuEntries$
|
|
10120
|
+
const id$i = Go;
|
|
10121
|
+
const getMenuEntries$n = () => {
|
|
10088
10122
|
return [];
|
|
10089
10123
|
};
|
|
10090
10124
|
|
|
10091
10125
|
const MenuEntriesGo = {
|
|
10092
10126
|
__proto__: null,
|
|
10093
|
-
getMenuEntries: getMenuEntries$
|
|
10094
|
-
id: id$
|
|
10127
|
+
getMenuEntries: getMenuEntries$n,
|
|
10128
|
+
id: id$i
|
|
10095
10129
|
};
|
|
10096
10130
|
|
|
10097
10131
|
/**
|
|
@@ -10136,11 +10170,11 @@ const isAutoUpdateSupported = () => {
|
|
|
10136
10170
|
if (platform !== Electron$1) {
|
|
10137
10171
|
return false;
|
|
10138
10172
|
}
|
|
10139
|
-
return invoke$
|
|
10173
|
+
return invoke$s('IsAutoUpdateSupported.isAutoUpdateSupported');
|
|
10140
10174
|
};
|
|
10141
10175
|
|
|
10142
|
-
const id$
|
|
10143
|
-
const getMenuEntries$
|
|
10176
|
+
const id$h = Help$1;
|
|
10177
|
+
const getMenuEntries$m = async () => {
|
|
10144
10178
|
const autoUpdateSupported = await isAutoUpdateSupported();
|
|
10145
10179
|
const entries = [];
|
|
10146
10180
|
if (platform !== Web$1) {
|
|
@@ -10178,23 +10212,23 @@ const getMenuEntries$n = async () => {
|
|
|
10178
10212
|
|
|
10179
10213
|
const MenuEntriesHelp = {
|
|
10180
10214
|
__proto__: null,
|
|
10181
|
-
getMenuEntries: getMenuEntries$
|
|
10182
|
-
id: id$
|
|
10215
|
+
getMenuEntries: getMenuEntries$m,
|
|
10216
|
+
id: id$h
|
|
10183
10217
|
};
|
|
10184
10218
|
|
|
10185
|
-
const id$
|
|
10186
|
-
const getMenuEntries$
|
|
10219
|
+
const id$g = Run;
|
|
10220
|
+
const getMenuEntries$l = () => {
|
|
10187
10221
|
return [];
|
|
10188
10222
|
};
|
|
10189
10223
|
|
|
10190
10224
|
const MenuEntriesRun = {
|
|
10191
10225
|
__proto__: null,
|
|
10192
|
-
getMenuEntries: getMenuEntries$
|
|
10193
|
-
id: id$
|
|
10226
|
+
getMenuEntries: getMenuEntries$l,
|
|
10227
|
+
id: id$g
|
|
10194
10228
|
};
|
|
10195
10229
|
|
|
10196
|
-
const id$
|
|
10197
|
-
const getMenuEntries$
|
|
10230
|
+
const id$f = Selection;
|
|
10231
|
+
const getMenuEntries$k = () => {
|
|
10198
10232
|
return [{
|
|
10199
10233
|
id: 'selectAll',
|
|
10200
10234
|
label: selectAll(),
|
|
@@ -10225,8 +10259,8 @@ const getMenuEntries$l = () => {
|
|
|
10225
10259
|
|
|
10226
10260
|
const MenuEntriesSelection = {
|
|
10227
10261
|
__proto__: null,
|
|
10228
|
-
getMenuEntries: getMenuEntries$
|
|
10229
|
-
id: id$
|
|
10262
|
+
getMenuEntries: getMenuEntries$k,
|
|
10263
|
+
id: id$f
|
|
10230
10264
|
};
|
|
10231
10265
|
|
|
10232
10266
|
/**
|
|
@@ -10247,8 +10281,8 @@ const newTerminal = () => {
|
|
|
10247
10281
|
return i18nString(UiStrings$c.NewTerminal);
|
|
10248
10282
|
};
|
|
10249
10283
|
|
|
10250
|
-
const id$
|
|
10251
|
-
const getMenuEntries$
|
|
10284
|
+
const id$e = Terminal;
|
|
10285
|
+
const getMenuEntries$j = () => {
|
|
10252
10286
|
return [{
|
|
10253
10287
|
id: 'newTerminal',
|
|
10254
10288
|
label: newTerminal(),
|
|
@@ -10260,8 +10294,8 @@ const getMenuEntries$k = () => {
|
|
|
10260
10294
|
|
|
10261
10295
|
const MenuEntriesTerminal = {
|
|
10262
10296
|
__proto__: null,
|
|
10263
|
-
getMenuEntries: getMenuEntries$
|
|
10264
|
-
id: id$
|
|
10297
|
+
getMenuEntries: getMenuEntries$j,
|
|
10298
|
+
id: id$e
|
|
10265
10299
|
};
|
|
10266
10300
|
|
|
10267
10301
|
const getModule$1 = () => {
|
|
@@ -10272,27 +10306,27 @@ const getModule$1 = () => {
|
|
|
10272
10306
|
return Promise.resolve().then(function () { return MenuEntriesTitleBarRemote; });
|
|
10273
10307
|
}
|
|
10274
10308
|
};
|
|
10275
|
-
const id$
|
|
10276
|
-
const getMenuEntries$
|
|
10309
|
+
const id$d = TitleBar$1;
|
|
10310
|
+
const getMenuEntries$i = async () => {
|
|
10277
10311
|
const module = await getModule$1();
|
|
10278
10312
|
return module.getMenuEntries();
|
|
10279
10313
|
};
|
|
10280
10314
|
|
|
10281
10315
|
const MenuEntriesTitleBar = {
|
|
10282
10316
|
__proto__: null,
|
|
10283
|
-
getMenuEntries: getMenuEntries$
|
|
10284
|
-
id: id$
|
|
10317
|
+
getMenuEntries: getMenuEntries$i,
|
|
10318
|
+
id: id$d
|
|
10285
10319
|
};
|
|
10286
10320
|
|
|
10287
|
-
const id$
|
|
10288
|
-
const getMenuEntries$
|
|
10321
|
+
const id$c = View$1;
|
|
10322
|
+
const getMenuEntries$h = () => {
|
|
10289
10323
|
return [];
|
|
10290
10324
|
};
|
|
10291
10325
|
|
|
10292
10326
|
const MenuEntriesView = {
|
|
10293
10327
|
__proto__: null,
|
|
10294
|
-
getMenuEntries: getMenuEntries$
|
|
10295
|
-
id: id$
|
|
10328
|
+
getMenuEntries: getMenuEntries$h,
|
|
10329
|
+
id: id$c
|
|
10296
10330
|
};
|
|
10297
10331
|
|
|
10298
10332
|
// based on https://www.electronjs.org/docs/latest/api/menu-item#new-menuitemoptions
|
|
@@ -10448,7 +10482,7 @@ const state$f = {
|
|
|
10448
10482
|
};
|
|
10449
10483
|
const setItems = async items => {
|
|
10450
10484
|
const windowId = await getWindowId();
|
|
10451
|
-
return invoke$
|
|
10485
|
+
return invoke$s('ElectronApplicationMenu.setItems', windowId, items);
|
|
10452
10486
|
};
|
|
10453
10487
|
const getEntryMap = async modules => {
|
|
10454
10488
|
const map = Object.create(null);
|
|
@@ -10511,7 +10545,7 @@ const ElectronBrowserView_ipc = {
|
|
|
10511
10545
|
};
|
|
10512
10546
|
|
|
10513
10547
|
const writeText = text => {
|
|
10514
|
-
return invoke$
|
|
10548
|
+
return invoke$s('ElectronClipBoard.writeText', text);
|
|
10515
10549
|
};
|
|
10516
10550
|
|
|
10517
10551
|
const name$1V = 'ElectronClipBoard';
|
|
@@ -10570,7 +10604,7 @@ const ErrorHandling_ipc = {
|
|
|
10570
10604
|
};
|
|
10571
10605
|
|
|
10572
10606
|
const exit = () => {
|
|
10573
|
-
return invoke$
|
|
10607
|
+
return invoke$s('Exit.exit');
|
|
10574
10608
|
};
|
|
10575
10609
|
|
|
10576
10610
|
const name$1R = 'Exit';
|
|
@@ -10611,13 +10645,13 @@ const executeCommand = (id, ...args) => {
|
|
|
10611
10645
|
});
|
|
10612
10646
|
};
|
|
10613
10647
|
const searchFileWithFetch = (...args) => {
|
|
10614
|
-
return invoke$
|
|
10648
|
+
return invoke$r('SearchFileWithFetch.searchFileWithFetch', ...args);
|
|
10615
10649
|
};
|
|
10616
10650
|
const searchFileWithHtml = (...args) => {
|
|
10617
|
-
return invoke$
|
|
10651
|
+
return invoke$r('SearchFileWithHtml.searchFileWithHtml', ...args);
|
|
10618
10652
|
};
|
|
10619
10653
|
const searchFileWithMemory = (...args) => {
|
|
10620
|
-
return invoke$
|
|
10654
|
+
return invoke$r('SearchFileWithMemory.searchFileWithMemory', ...args);
|
|
10621
10655
|
};
|
|
10622
10656
|
|
|
10623
10657
|
const state$e = {
|
|
@@ -10710,7 +10744,7 @@ const Extensions_ipc = {
|
|
|
10710
10744
|
|
|
10711
10745
|
const showDirectoryPicker = async options => {
|
|
10712
10746
|
try {
|
|
10713
|
-
return await invoke$
|
|
10747
|
+
return await invoke$u('FilePicker.showDirectoryPicker', options);
|
|
10714
10748
|
} catch (error) {
|
|
10715
10749
|
if (error &&
|
|
10716
10750
|
// @ts-ignore
|
|
@@ -10721,11 +10755,11 @@ const showDirectoryPicker = async options => {
|
|
|
10721
10755
|
}
|
|
10722
10756
|
};
|
|
10723
10757
|
const showFilePicker = options => {
|
|
10724
|
-
return invoke$
|
|
10758
|
+
return invoke$u('FilePicker.showFilePicker', options);
|
|
10725
10759
|
};
|
|
10726
10760
|
const doShowSaveFilePicker = async options => {
|
|
10727
10761
|
try {
|
|
10728
|
-
return await invoke$
|
|
10762
|
+
return await invoke$u('FilePicker.showSaveFilePicker', options);
|
|
10729
10763
|
} catch (error) {
|
|
10730
10764
|
if (error &&
|
|
10731
10765
|
// @ts-ignore
|
|
@@ -10737,8 +10771,8 @@ const doShowSaveFilePicker = async options => {
|
|
|
10737
10771
|
};
|
|
10738
10772
|
let _mockId = 0;
|
|
10739
10773
|
const doShowMockSaveFilePicker = async () => {
|
|
10740
|
-
const ipc = get$
|
|
10741
|
-
const result = await invoke$
|
|
10774
|
+
const ipc = get$d();
|
|
10775
|
+
const result = await invoke$v(ipc, 'Test.executeMock', _mockId);
|
|
10742
10776
|
return result;
|
|
10743
10777
|
};
|
|
10744
10778
|
const showSaveFilePicker = async options => {
|
|
@@ -10781,7 +10815,8 @@ const Commands$1H = {
|
|
|
10781
10815
|
remove: remove$a,
|
|
10782
10816
|
rename: rename$7,
|
|
10783
10817
|
stat: stat$2,
|
|
10784
|
-
writeFile: writeFile$f
|
|
10818
|
+
writeFile: writeFile$f,
|
|
10819
|
+
writeBlob: writeBlob$1
|
|
10785
10820
|
};
|
|
10786
10821
|
|
|
10787
10822
|
const FileSystem_ipc = {
|
|
@@ -10828,15 +10863,15 @@ const show$8 = async (uri, top, left) => {
|
|
|
10828
10863
|
if (version !== state$d.versionId) {
|
|
10829
10864
|
return;
|
|
10830
10865
|
}
|
|
10831
|
-
await invoke$
|
|
10866
|
+
await invoke$u(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
10832
10867
|
} catch (error) {
|
|
10833
10868
|
console.error(error);
|
|
10834
|
-
await invoke$
|
|
10869
|
+
await invoke$u(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
10835
10870
|
}
|
|
10836
10871
|
};
|
|
10837
10872
|
const hide$4 = async () => {
|
|
10838
10873
|
++state$d.versionId;
|
|
10839
|
-
await invoke$
|
|
10874
|
+
await invoke$u(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
|
|
10840
10875
|
};
|
|
10841
10876
|
|
|
10842
10877
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
@@ -10972,7 +11007,7 @@ const getCompletionWorkerUrl = () => {
|
|
|
10972
11007
|
|
|
10973
11008
|
const extensionHostSubWorkerUrl = `${assetDir}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js`;
|
|
10974
11009
|
|
|
10975
|
-
const getConfiguredWorkerUrl$
|
|
11010
|
+
const getConfiguredWorkerUrl$f = () => {
|
|
10976
11011
|
let configuredWorkerUrl = get$e('develop.extensionHostSubWorkerPath') || '';
|
|
10977
11012
|
if (configuredWorkerUrl) {
|
|
10978
11013
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -10984,7 +11019,7 @@ const getConfiguredWorkerUrl$e = () => {
|
|
|
10984
11019
|
return configuredWorkerUrl;
|
|
10985
11020
|
};
|
|
10986
11021
|
const getExtensionHostSubWorkerUrl = () => {
|
|
10987
|
-
return getConfiguredWorkerUrl$
|
|
11022
|
+
return getConfiguredWorkerUrl$f();
|
|
10988
11023
|
};
|
|
10989
11024
|
|
|
10990
11025
|
const findWidgetWorkerUrl = `${assetDir}/packages/find-widget-worker/dist/findWidgetWorkerMain.js`;
|
|
@@ -11167,10 +11202,53 @@ const Commands$1x = {
|
|
|
11167
11202
|
setText: setText
|
|
11168
11203
|
};
|
|
11169
11204
|
|
|
11170
|
-
const LocalStorage_ipc = {
|
|
11171
|
-
__proto__: null,
|
|
11172
|
-
Commands: Commands$1x,
|
|
11173
|
-
name: name$1D
|
|
11205
|
+
const LocalStorage_ipc = {
|
|
11206
|
+
__proto__: null,
|
|
11207
|
+
Commands: Commands$1x,
|
|
11208
|
+
name: name$1D
|
|
11209
|
+
};
|
|
11210
|
+
|
|
11211
|
+
const load$1 = id => {
|
|
11212
|
+
switch (id) {
|
|
11213
|
+
case TitleBar$1:
|
|
11214
|
+
return Promise.resolve().then(function () { return MenuEntriesTitleBar; });
|
|
11215
|
+
case Editor$1:
|
|
11216
|
+
return Promise.resolve().then(function () { return MenuEntriesEditor; });
|
|
11217
|
+
case Tab$3:
|
|
11218
|
+
return Promise.resolve().then(function () { return MenuEntriesTab; });
|
|
11219
|
+
case Main$2:
|
|
11220
|
+
return Promise.resolve().then(function () { return MenuEntriesMain; });
|
|
11221
|
+
default:
|
|
11222
|
+
throw new Error(`Module not found "${id}"`);
|
|
11223
|
+
}
|
|
11224
|
+
};
|
|
11225
|
+
|
|
11226
|
+
const getModule = id => {
|
|
11227
|
+
const module = get$9(id);
|
|
11228
|
+
if (module) {
|
|
11229
|
+
return module;
|
|
11230
|
+
}
|
|
11231
|
+
return load$1(id);
|
|
11232
|
+
};
|
|
11233
|
+
const getMenuEntries$g = async (id, ...args) => {
|
|
11234
|
+
try {
|
|
11235
|
+
const module = await getModule(id);
|
|
11236
|
+
// @ts-ignore
|
|
11237
|
+
const inject = module.inject || [];
|
|
11238
|
+
const viewletStates = inject.map(getState$1);
|
|
11239
|
+
return module.getMenuEntries(...viewletStates, ...args);
|
|
11240
|
+
} catch (error) {
|
|
11241
|
+
throw new VError(error, `Failed to load menu entries for id ${id}`);
|
|
11242
|
+
}
|
|
11243
|
+
};
|
|
11244
|
+
const getMenuEntries2 = async (uid, menuId, ...args) => {
|
|
11245
|
+
try {
|
|
11246
|
+
const module = await getModule(menuId);
|
|
11247
|
+
// @ts-ignore
|
|
11248
|
+
return module.getMenuEntries(uid, ...args);
|
|
11249
|
+
} catch (error) {
|
|
11250
|
+
throw new VError(error, `Failed to load menu entries for id ${menuId}`);
|
|
11251
|
+
}
|
|
11174
11252
|
};
|
|
11175
11253
|
|
|
11176
11254
|
const executeMenuItemCommand = async item => {
|
|
@@ -11208,40 +11286,6 @@ const getCommandKeyBinding = (keyBindings, command, args) => {
|
|
|
11208
11286
|
return undefined;
|
|
11209
11287
|
};
|
|
11210
11288
|
|
|
11211
|
-
const load$1 = id => {
|
|
11212
|
-
switch (id) {
|
|
11213
|
-
case TitleBar$1:
|
|
11214
|
-
return Promise.resolve().then(function () { return MenuEntriesTitleBar; });
|
|
11215
|
-
case Editor$1:
|
|
11216
|
-
return Promise.resolve().then(function () { return MenuEntriesEditor; });
|
|
11217
|
-
case Tab$3:
|
|
11218
|
-
return Promise.resolve().then(function () { return MenuEntriesTab; });
|
|
11219
|
-
case Main$2:
|
|
11220
|
-
return Promise.resolve().then(function () { return MenuEntriesMain; });
|
|
11221
|
-
default:
|
|
11222
|
-
throw new Error(`Module not found "${id}"`);
|
|
11223
|
-
}
|
|
11224
|
-
};
|
|
11225
|
-
|
|
11226
|
-
const getModule = id => {
|
|
11227
|
-
const module = get$9(id);
|
|
11228
|
-
if (module) {
|
|
11229
|
-
return module;
|
|
11230
|
-
}
|
|
11231
|
-
return load$1(id);
|
|
11232
|
-
};
|
|
11233
|
-
const getMenuEntries$h = async (id, ...args) => {
|
|
11234
|
-
try {
|
|
11235
|
-
const module = await getModule(id);
|
|
11236
|
-
// @ts-ignore
|
|
11237
|
-
const inject = module.inject || [];
|
|
11238
|
-
const viewletStates = inject.map(getState$1);
|
|
11239
|
-
return module.getMenuEntries(...viewletStates, ...args);
|
|
11240
|
-
} catch (error) {
|
|
11241
|
-
throw new VError(error, `Failed to load menu entries for id ${id}`);
|
|
11242
|
-
}
|
|
11243
|
-
};
|
|
11244
|
-
|
|
11245
11289
|
const addKeyBindings = menuEntries => {
|
|
11246
11290
|
const keyBindings = state$u.matchingKeyBindings;
|
|
11247
11291
|
const newMenuEntries = [];
|
|
@@ -11257,7 +11301,12 @@ const addKeyBindings = menuEntries => {
|
|
|
11257
11301
|
return newMenuEntries;
|
|
11258
11302
|
};
|
|
11259
11303
|
const getMenuEntriesWithKeyBindings = async (id, ...args) => {
|
|
11260
|
-
const menuEntries = await getMenuEntries$
|
|
11304
|
+
const menuEntries = await getMenuEntries$g(id, ...args);
|
|
11305
|
+
const newMenuEntries = addKeyBindings(menuEntries);
|
|
11306
|
+
return newMenuEntries;
|
|
11307
|
+
};
|
|
11308
|
+
const getMenuEntriesWithKeyBindings2 = async (uid, menuId, ...args) => {
|
|
11309
|
+
const menuEntries = await getMenuEntries2(uid, menuId, ...args);
|
|
11261
11310
|
const newMenuEntries = addKeyBindings(menuEntries);
|
|
11262
11311
|
return newMenuEntries;
|
|
11263
11312
|
};
|
|
@@ -11853,6 +11902,34 @@ const getVisible = (items, focusedIndex, expanded, level) => {
|
|
|
11853
11902
|
return visibleItems;
|
|
11854
11903
|
};
|
|
11855
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
|
+
|
|
11856
11933
|
const state$a = {
|
|
11857
11934
|
/**
|
|
11858
11935
|
* @type {any[]}
|
|
@@ -11894,49 +11971,30 @@ const addMenuInternal = menu => {
|
|
|
11894
11971
|
state$a.menus.push(menu);
|
|
11895
11972
|
return menu;
|
|
11896
11973
|
};
|
|
11897
|
-
const
|
|
11898
|
-
const
|
|
11899
|
-
const
|
|
11900
|
-
|
|
11901
|
-
|
|
11902
|
-
|
|
11903
|
-
|
|
11904
|
-
|
|
11905
|
-
|
|
11906
|
-
if (x + menuWidth > windowWidth) {
|
|
11907
|
-
x -= menuWidth;
|
|
11908
|
-
}
|
|
11909
|
-
if (y + menuHeight > windowHeight) {
|
|
11910
|
-
y -= menuHeight;
|
|
11911
|
-
}
|
|
11912
|
-
return {
|
|
11913
|
-
x,
|
|
11914
|
-
y,
|
|
11915
|
-
width: menuWidth,
|
|
11916
|
-
height: menuHeight
|
|
11917
|
-
};
|
|
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);
|
|
11918
11982
|
};
|
|
11919
|
-
const
|
|
11920
|
-
const items = await
|
|
11921
|
-
const
|
|
11922
|
-
|
|
11923
|
-
|
|
11924
|
-
|
|
11925
|
-
|
|
11926
|
-
|
|
11927
|
-
x: bounds.x,
|
|
11928
|
-
y: bounds.y
|
|
11929
|
-
});
|
|
11930
|
-
const visible = getVisible(menu.items, -1, false, menu.level);
|
|
11931
|
-
const dom = getMenuVirtualDom(visible).slice(1);
|
|
11932
|
-
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);
|
|
11983
|
+
const show2$1 = async (uid, menuId, x, y, mouseBlocking = false, ...args) => {
|
|
11984
|
+
const items = await getMenuEntriesWithKeyBindings2(uid, menuId, ...args);
|
|
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);
|
|
11933
11991
|
};
|
|
11934
11992
|
const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
11935
11993
|
// TODO delete old menus
|
|
11936
11994
|
state$a.menus = state$a.menus.slice(0, level + 1);
|
|
11937
11995
|
const parentMenu = state$a.menus[level];
|
|
11938
11996
|
const item = parentMenu.items[index];
|
|
11939
|
-
const subMenuItems = await getMenuEntries$
|
|
11997
|
+
const subMenuItems = await getMenuEntries$g(item.id);
|
|
11940
11998
|
const subMenu = addMenuInternal({
|
|
11941
11999
|
id: item.id,
|
|
11942
12000
|
items: subMenuItems,
|
|
@@ -11951,15 +12009,15 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
|
11951
12009
|
const height = getMenuHeight(subMenuItems);
|
|
11952
12010
|
const visible = getVisible(subMenu.items, -1, false, subMenu.level);
|
|
11953
12011
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
11954
|
-
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);
|
|
11955
12013
|
};
|
|
11956
12014
|
const showSubMenu = async (level, index) => {
|
|
11957
12015
|
await showSubMenuAtEnter(level, index, -1, -1);
|
|
11958
12016
|
};
|
|
11959
|
-
const selectIndexNone = async (menu, item
|
|
12017
|
+
const selectIndexNone = async (menu, item) => {
|
|
11960
12018
|
await Promise.all([hide$3(/* restoreFocus */false), executeMenuItemCommand(item)]);
|
|
11961
12019
|
};
|
|
11962
|
-
const selectIndexRestoreFocus = async (menu, item
|
|
12020
|
+
const selectIndexRestoreFocus = async (menu, item) => {
|
|
11963
12021
|
await Promise.all([hide$3(/* restoreFocus */true), executeMenuItemCommand(item)]);
|
|
11964
12022
|
};
|
|
11965
12023
|
const selectIndexSubMenu = async (menu, item, index) => {
|
|
@@ -11968,8 +12026,8 @@ const selectIndexSubMenu = async (menu, item, index) => {
|
|
|
11968
12026
|
}
|
|
11969
12027
|
await showSubMenu(menu.level, menu.focusedIndex);
|
|
11970
12028
|
};
|
|
11971
|
-
const selectIndexDefault = async (
|
|
11972
|
-
const selectIndexIgnore = async (menu, item
|
|
12029
|
+
const selectIndexDefault = async () => {};
|
|
12030
|
+
const selectIndexIgnore = async (menu, item) => {
|
|
11973
12031
|
await executeMenuItemCommand(item);
|
|
11974
12032
|
};
|
|
11975
12033
|
const getSelectIndexFunction = flags => {
|
|
@@ -12007,11 +12065,14 @@ const selectItem = text => {
|
|
|
12007
12065
|
throw new Error(`menu item not found: ${text}`);
|
|
12008
12066
|
};
|
|
12009
12067
|
const hide$3 = async (restoreFocus = true) => {
|
|
12010
|
-
|
|
12011
|
-
|
|
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);
|
|
12012
12075
|
}
|
|
12013
|
-
state$a.menus = [];
|
|
12014
|
-
await invoke$s(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
|
|
12015
12076
|
};
|
|
12016
12077
|
|
|
12017
12078
|
// TODO difference between focusing with mouse or keyboard
|
|
@@ -12021,7 +12082,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12021
12082
|
const hideSubMenus = async level => {
|
|
12022
12083
|
if (level < state$a.menus.length) {
|
|
12023
12084
|
state$a.menus = state$a.menus.slice(0, level + 1);
|
|
12024
|
-
await invoke$
|
|
12085
|
+
await invoke$u(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
|
|
12025
12086
|
}
|
|
12026
12087
|
};
|
|
12027
12088
|
const MENU_DELAY_TRIANGLE = 300;
|
|
@@ -12066,7 +12127,7 @@ const handleMouseLeave = async () => {
|
|
|
12066
12127
|
}
|
|
12067
12128
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12068
12129
|
menu.focusedIndex = -1;
|
|
12069
|
-
await invoke$
|
|
12130
|
+
await invoke$u(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
|
|
12070
12131
|
};
|
|
12071
12132
|
const focusIndex$3 = async (menu, index) => {
|
|
12072
12133
|
if (menu.items.length === 0) {
|
|
@@ -12074,7 +12135,7 @@ const focusIndex$3 = async (menu, index) => {
|
|
|
12074
12135
|
}
|
|
12075
12136
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12076
12137
|
menu.focusedIndex = index;
|
|
12077
|
-
await invoke$
|
|
12138
|
+
await invoke$u(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
|
|
12078
12139
|
};
|
|
12079
12140
|
const getIndexToFocusNextStartingAt = (items, startIndex) => {
|
|
12080
12141
|
for (let i = startIndex; i < startIndex + items.length; i++) {
|
|
@@ -12166,7 +12227,9 @@ const Commands$1w = {
|
|
|
12166
12227
|
hide: hide$3,
|
|
12167
12228
|
selectIndex: selectIndex$2,
|
|
12168
12229
|
selectItem: selectItem,
|
|
12169
|
-
show: show$7
|
|
12230
|
+
show: show$7,
|
|
12231
|
+
getMenuEntries: getMenuEntries$g,
|
|
12232
|
+
getMenuEntries2
|
|
12170
12233
|
};
|
|
12171
12234
|
|
|
12172
12235
|
const Menu_ipc = {
|
|
@@ -12302,22 +12365,22 @@ const state$9 = {
|
|
|
12302
12365
|
focusedPart: PART_TITLE_BAR
|
|
12303
12366
|
};
|
|
12304
12367
|
const focusActivityBar = async () => {
|
|
12305
|
-
await invoke$
|
|
12368
|
+
await invoke$u(/* ActivityBar.focus */717115);
|
|
12306
12369
|
};
|
|
12307
12370
|
const focusStatusBar = async () => {
|
|
12308
|
-
await invoke$
|
|
12371
|
+
await invoke$u(/* StatusBar.focus */8882);
|
|
12309
12372
|
};
|
|
12310
12373
|
const focusPanel = async () => {
|
|
12311
|
-
await invoke$
|
|
12374
|
+
await invoke$u(/* Panel.focus */6664);
|
|
12312
12375
|
};
|
|
12313
12376
|
const focusSideBar = async () => {
|
|
12314
|
-
await invoke$
|
|
12377
|
+
await invoke$u(/* SideBar.focus */5554);
|
|
12315
12378
|
};
|
|
12316
12379
|
const focusTitleBar = async () => {
|
|
12317
|
-
await invoke$
|
|
12380
|
+
await invoke$u(/* TitleBar.focus */1331);
|
|
12318
12381
|
};
|
|
12319
12382
|
const focusMain = async () => {
|
|
12320
|
-
await invoke$
|
|
12383
|
+
await invoke$u(/* Main.focus */2145);
|
|
12321
12384
|
};
|
|
12322
12385
|
const focusPart = part => {
|
|
12323
12386
|
state$9.focusedPart = part;
|
|
@@ -12428,7 +12491,7 @@ const create$P = async (type, text) => {
|
|
|
12428
12491
|
type,
|
|
12429
12492
|
text
|
|
12430
12493
|
});
|
|
12431
|
-
await invoke$
|
|
12494
|
+
await invoke$u(/* Notification.create */'Notification.create', /* type */type, /* text */text);
|
|
12432
12495
|
};
|
|
12433
12496
|
const showWithOptions = async (type, text, options) => {
|
|
12434
12497
|
// @ts-ignore
|
|
@@ -12437,7 +12500,7 @@ const showWithOptions = async (type, text, options) => {
|
|
|
12437
12500
|
text,
|
|
12438
12501
|
options
|
|
12439
12502
|
});
|
|
12440
|
-
await invoke$
|
|
12503
|
+
await invoke$u(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
|
|
12441
12504
|
};
|
|
12442
12505
|
const handleClick$2 = index => {
|
|
12443
12506
|
console.log('handle click');
|
|
@@ -12453,7 +12516,7 @@ const handleClick$2 = index => {
|
|
|
12453
12516
|
});
|
|
12454
12517
|
};
|
|
12455
12518
|
const dispose$q = async id => {
|
|
12456
|
-
await invoke$
|
|
12519
|
+
await invoke$u(/* Notification.dispose */'Notification.dispose', /* id */id);
|
|
12457
12520
|
};
|
|
12458
12521
|
|
|
12459
12522
|
const name$1y = 'Notification';
|
|
@@ -12472,7 +12535,7 @@ const Notification_ipc = {
|
|
|
12472
12535
|
|
|
12473
12536
|
const openUrlWeb = async url => {
|
|
12474
12537
|
try {
|
|
12475
|
-
await invoke$
|
|
12538
|
+
await invoke$u(/* Open.openUrl */'Open.openUrl', /* url */url);
|
|
12476
12539
|
} catch (error) {
|
|
12477
12540
|
throw new VError(error, `Failed to open url ${url}`);
|
|
12478
12541
|
}
|
|
@@ -12549,7 +12612,7 @@ const Preferences_ipc = {
|
|
|
12549
12612
|
};
|
|
12550
12613
|
|
|
12551
12614
|
const prompt = (message, defaultValue) => {
|
|
12552
|
-
return invoke$
|
|
12615
|
+
return invoke$u('Prompt.prompt', message, defaultValue);
|
|
12553
12616
|
};
|
|
12554
12617
|
|
|
12555
12618
|
const name$1t = 'Prompt';
|
|
@@ -12564,7 +12627,7 @@ const Prompt_ipc = {
|
|
|
12564
12627
|
};
|
|
12565
12628
|
|
|
12566
12629
|
const rebuildNodePty = async () => {
|
|
12567
|
-
await invoke$
|
|
12630
|
+
await invoke$s('RebuildNodePty.rebuildNodePty');
|
|
12568
12631
|
};
|
|
12569
12632
|
|
|
12570
12633
|
const name$1s = 'RebuildNodePty';
|
|
@@ -12700,19 +12763,19 @@ const Test_ipc = {
|
|
|
12700
12763
|
};
|
|
12701
12764
|
|
|
12702
12765
|
const checkSingleElementCondition = (locator, fnName, options) => {
|
|
12703
|
-
return invoke$
|
|
12766
|
+
return invoke$u('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
|
|
12704
12767
|
};
|
|
12705
12768
|
const checkMultiElementCondition = (locator, fnName, options) => {
|
|
12706
|
-
return invoke$
|
|
12769
|
+
return invoke$u('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
|
|
12707
12770
|
};
|
|
12708
12771
|
const showOverlay = (...args) => {
|
|
12709
|
-
return invoke$
|
|
12772
|
+
return invoke$u('TestFrameWork.showOverlay', ...args);
|
|
12710
12773
|
};
|
|
12711
12774
|
const performAction = (...args) => {
|
|
12712
|
-
return invoke$
|
|
12775
|
+
return invoke$u('TestFrameWork.performAction', ...args);
|
|
12713
12776
|
};
|
|
12714
12777
|
const checkConditionError = (...args) => {
|
|
12715
|
-
return invoke$
|
|
12778
|
+
return invoke$u('TestFrameWork.checkConditionError', ...args);
|
|
12716
12779
|
};
|
|
12717
12780
|
|
|
12718
12781
|
const name$1k = 'TestFrameWork';
|
|
@@ -12807,10 +12870,10 @@ const WindowTitle_ipc = {
|
|
|
12807
12870
|
};
|
|
12808
12871
|
|
|
12809
12872
|
const mock = () => {
|
|
12810
|
-
return invoke$
|
|
12873
|
+
return invoke$u('PointerCapture.mock');
|
|
12811
12874
|
};
|
|
12812
12875
|
const unmock = () => {
|
|
12813
|
-
return invoke$
|
|
12876
|
+
return invoke$u('PointerCapture.unmock');
|
|
12814
12877
|
};
|
|
12815
12878
|
|
|
12816
12879
|
const name$1e = 'PointerCapture';
|
|
@@ -12913,7 +12976,7 @@ const set$4 = async (url, contentSecurityPolicy) => {
|
|
|
12913
12976
|
if (platform === Web$1) {
|
|
12914
12977
|
return;
|
|
12915
12978
|
}
|
|
12916
|
-
await invoke$
|
|
12979
|
+
await invoke$s('ContentSecurityPolicy.set', url, contentSecurityPolicy);
|
|
12917
12980
|
};
|
|
12918
12981
|
|
|
12919
12982
|
const set$3 = async (url, contentSecurityPolicy) => {
|
|
@@ -12963,7 +13026,7 @@ const {
|
|
|
12963
13026
|
const create$O = async canvasId => {
|
|
12964
13027
|
number(canvasId);
|
|
12965
13028
|
const id = create$$();
|
|
12966
|
-
await invoke$
|
|
13029
|
+
await invoke$u('OffscreenCanvas.create', canvasId, id);
|
|
12967
13030
|
const canvas = acquire(id);
|
|
12968
13031
|
return canvas;
|
|
12969
13032
|
};
|
|
@@ -13020,7 +13083,8 @@ const Languages_ipc = {
|
|
|
13020
13083
|
|
|
13021
13084
|
const name$14 = 'FileWatcher';
|
|
13022
13085
|
const Commands$_ = {
|
|
13023
|
-
handleEvent: handleEvent
|
|
13086
|
+
handleEvent: handleEvent,
|
|
13087
|
+
watchFile: watchFile
|
|
13024
13088
|
};
|
|
13025
13089
|
|
|
13026
13090
|
const FileWatcher_ipc = {
|
|
@@ -13292,7 +13356,7 @@ const ExtensionHostHover_ipc = {
|
|
|
13292
13356
|
const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMain.js`;
|
|
13293
13357
|
|
|
13294
13358
|
const launchEditorWorker = async () => {
|
|
13295
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
13359
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$n('developer.editorWorkerPath', editorWorkerUrl);
|
|
13296
13360
|
const id = create$$();
|
|
13297
13361
|
let ipc = await create$10({
|
|
13298
13362
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
@@ -13309,7 +13373,7 @@ const launchEditorWorker = async () => {
|
|
|
13309
13373
|
handleIpc(ipc);
|
|
13310
13374
|
const syntaxHighlightingWorker = true;
|
|
13311
13375
|
const syncIncremental = true;
|
|
13312
|
-
await invoke$
|
|
13376
|
+
await invoke$v(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
|
|
13313
13377
|
return ipc;
|
|
13314
13378
|
};
|
|
13315
13379
|
|
|
@@ -13487,7 +13551,7 @@ const Transferrable_ipc = {
|
|
|
13487
13551
|
};
|
|
13488
13552
|
|
|
13489
13553
|
const getWebViewsNode = async () => {
|
|
13490
|
-
const webViews = await invoke$
|
|
13554
|
+
const webViews = await invoke$s('ExtensionHost.getWebViews');
|
|
13491
13555
|
return webViews;
|
|
13492
13556
|
};
|
|
13493
13557
|
|
|
@@ -13527,13 +13591,13 @@ const setPort = async (uid, port, origin, portType) => {
|
|
|
13527
13591
|
* @deprecated
|
|
13528
13592
|
*/
|
|
13529
13593
|
const getWebViewInfo = providerId => {
|
|
13530
|
-
return invoke$
|
|
13594
|
+
return invoke$r('ExtensionHostWebView.getWebViewInfo', providerId);
|
|
13531
13595
|
};
|
|
13532
13596
|
const getWebViewInfo2 = providerId => {
|
|
13533
|
-
return invoke$
|
|
13597
|
+
return invoke$r('ExtensionHostWebView.getWebViewInfo2', providerId);
|
|
13534
13598
|
};
|
|
13535
13599
|
const create3 = async (uri, id) => {
|
|
13536
|
-
await invoke$
|
|
13600
|
+
await invoke$r('WebView.create3', {
|
|
13537
13601
|
id,
|
|
13538
13602
|
uri,
|
|
13539
13603
|
platform: platform,
|
|
@@ -13550,14 +13614,14 @@ const registerInterceptor = async (id, port) => {
|
|
|
13550
13614
|
await invokeAndTransfer$6('WebView.registerInterceptor', id, port);
|
|
13551
13615
|
};
|
|
13552
13616
|
const unregisterInterceptor = async id => {
|
|
13553
|
-
await invoke$
|
|
13617
|
+
await invoke$r('WebView.unregisterInterceptor', id);
|
|
13554
13618
|
};
|
|
13555
13619
|
const compat = {
|
|
13556
13620
|
sharedProcessInvoke(...args) {
|
|
13557
|
-
return invoke$
|
|
13621
|
+
return invoke$s(...args);
|
|
13558
13622
|
},
|
|
13559
13623
|
rendererProcessInvoke(...args) {
|
|
13560
|
-
return invoke$
|
|
13624
|
+
return invoke$u(...args);
|
|
13561
13625
|
},
|
|
13562
13626
|
rendererProcessInvokeAndTransfer(...args) {
|
|
13563
13627
|
return invokeAndTransfer$9(...args);
|
|
@@ -13566,7 +13630,7 @@ const compat = {
|
|
|
13566
13630
|
return invokeAndTransfer$6(...args);
|
|
13567
13631
|
},
|
|
13568
13632
|
extensionHostWorkerInvoke(...args) {
|
|
13569
|
-
return invoke$
|
|
13633
|
+
return invoke$r(...args);
|
|
13570
13634
|
},
|
|
13571
13635
|
getWebViews() {
|
|
13572
13636
|
return getWebViews$1();
|
|
@@ -13625,7 +13689,7 @@ const getOrCreate$1 = () => {
|
|
|
13625
13689
|
};
|
|
13626
13690
|
const invoke$f = async (method, ...params) => {
|
|
13627
13691
|
const ipc = await getOrCreate$1();
|
|
13628
|
-
return invoke$
|
|
13692
|
+
return invoke$v(ipc, method, ...params);
|
|
13629
13693
|
};
|
|
13630
13694
|
|
|
13631
13695
|
const name$R = 'SearchProcess';
|
|
@@ -13654,16 +13718,16 @@ const executeTextSearchProvider = async (scheme, query) => {
|
|
|
13654
13718
|
return result;
|
|
13655
13719
|
};
|
|
13656
13720
|
const textSearchHtml = (...args) => {
|
|
13657
|
-
return invoke$
|
|
13721
|
+
return invoke$r('TextSearchHtml.textSearch', ...args);
|
|
13658
13722
|
};
|
|
13659
13723
|
const textSearchFetch = (...args) => {
|
|
13660
|
-
return invoke$
|
|
13724
|
+
return invoke$r('TextSearchFetch.textSearch', ...args);
|
|
13661
13725
|
};
|
|
13662
13726
|
const textSearchMemory = (...args) => {
|
|
13663
|
-
return invoke$
|
|
13727
|
+
return invoke$r('TextSearchMemory.textSearch', ...args);
|
|
13664
13728
|
};
|
|
13665
13729
|
const textSearchMemory2 = (...args) => {
|
|
13666
|
-
return invoke$
|
|
13730
|
+
return invoke$r('TextSearchMemory.textSearch2', ...args);
|
|
13667
13731
|
};
|
|
13668
13732
|
|
|
13669
13733
|
const name$Q = 'ExtensionHostTextSearch';
|
|
@@ -13708,7 +13772,8 @@ const Commands$H = {
|
|
|
13708
13772
|
getNodeVersion: getNodeVersion,
|
|
13709
13773
|
getElectronVersion: getElectronVersion,
|
|
13710
13774
|
getChromeVersion: getChromeVersion,
|
|
13711
|
-
getV8Version: getV8Version
|
|
13775
|
+
getV8Version: getV8Version,
|
|
13776
|
+
getArch: getArch
|
|
13712
13777
|
};
|
|
13713
13778
|
|
|
13714
13779
|
const Process_ipc = {
|
|
@@ -13722,17 +13787,21 @@ const handleExtensionStatusUpdate = async () => {
|
|
|
13722
13787
|
};
|
|
13723
13788
|
const invalidateExtensionsCache = async () => {
|
|
13724
13789
|
try {
|
|
13725
|
-
await invoke$
|
|
13790
|
+
await invoke$r('Extensions.invalidateExtensionsCache');
|
|
13726
13791
|
} catch {
|
|
13727
13792
|
// ignore
|
|
13728
13793
|
}
|
|
13729
13794
|
};
|
|
13795
|
+
const uninstall = async id => {
|
|
13796
|
+
await invoke$s(/* ExtensionManagement.uninstall */'ExtensionManagement.uninstall', /* id */id);
|
|
13797
|
+
invalidateExtensionsCache();
|
|
13798
|
+
};
|
|
13730
13799
|
const disable = async id => {
|
|
13731
13800
|
try {
|
|
13732
13801
|
if (isTest()) {
|
|
13733
13802
|
disabledIds = [...disabledIds, id];
|
|
13734
13803
|
} else {
|
|
13735
|
-
await invoke$
|
|
13804
|
+
await invoke$s(/* ExtensionManagement.disable */'ExtensionManagement.disable', /* id */id);
|
|
13736
13805
|
}
|
|
13737
13806
|
await invalidateExtensionsCache();
|
|
13738
13807
|
return undefined;
|
|
@@ -13745,7 +13814,7 @@ const enable = async id => {
|
|
|
13745
13814
|
if (isTest()) {
|
|
13746
13815
|
disabledIds = disabledIds.filter(existing => existing !== id);
|
|
13747
13816
|
} else {
|
|
13748
|
-
await invoke$
|
|
13817
|
+
await invoke$s(/* ExtensionManagement.enable */'ExtensionManagement.enable', /* id */id);
|
|
13749
13818
|
}
|
|
13750
13819
|
await invalidateExtensionsCache();
|
|
13751
13820
|
return undefined;
|
|
@@ -13757,11 +13826,11 @@ const getAllExtensions = async () => {
|
|
|
13757
13826
|
if (platform === Web$1) {
|
|
13758
13827
|
return [];
|
|
13759
13828
|
}
|
|
13760
|
-
return invoke$
|
|
13829
|
+
return invoke$s(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
|
|
13761
13830
|
};
|
|
13762
13831
|
let disabledIds = [];
|
|
13763
13832
|
const getExtension2 = async id => {
|
|
13764
|
-
const extension = await invoke$
|
|
13833
|
+
const extension = await invoke$r('Extensions.getExtension', id);
|
|
13765
13834
|
if (disabledIds.includes(id)) {
|
|
13766
13835
|
return {
|
|
13767
13836
|
...extension,
|
|
@@ -13772,7 +13841,7 @@ const getExtension2 = async id => {
|
|
|
13772
13841
|
return extension;
|
|
13773
13842
|
};
|
|
13774
13843
|
const getExtensionsEtag = async () => {
|
|
13775
|
-
const etag = await invoke$
|
|
13844
|
+
const etag = await invoke$s('ExtensionManagement.getExtensionsEtag');
|
|
13776
13845
|
return etag;
|
|
13777
13846
|
};
|
|
13778
13847
|
|
|
@@ -13784,7 +13853,8 @@ const Commands$G = {
|
|
|
13784
13853
|
getExtension: getExtension2,
|
|
13785
13854
|
getExtensions: getAllExtensions,
|
|
13786
13855
|
getExtensionsEtag: getExtensionsEtag,
|
|
13787
|
-
handleExtensionStatusUpdate: handleExtensionStatusUpdate
|
|
13856
|
+
handleExtensionStatusUpdate: handleExtensionStatusUpdate,
|
|
13857
|
+
uninstall: uninstall
|
|
13788
13858
|
};
|
|
13789
13859
|
|
|
13790
13860
|
const ExtensionManagement_ipc = {
|
|
@@ -13813,10 +13883,10 @@ const Markdown_ipc = {
|
|
|
13813
13883
|
};
|
|
13814
13884
|
|
|
13815
13885
|
const measureTextHeight = (text, fontFamily, fontSize) => {
|
|
13816
|
-
return invoke$
|
|
13886
|
+
return invoke$u('MeasureTextHeight.measureTextHeight', text, fontFamily, fontSize);
|
|
13817
13887
|
};
|
|
13818
13888
|
const measureTextBlockHeight = (text, fontFamily, fontSize, lineHeight, width) => {
|
|
13819
|
-
return invoke$
|
|
13889
|
+
return invoke$u('MeasureTextBlockHeight.measureTextBlockHeight', text, fontSize, fontFamily, lineHeight, width);
|
|
13820
13890
|
};
|
|
13821
13891
|
|
|
13822
13892
|
const name$K = 'MeasureTextHeight';
|
|
@@ -13841,10 +13911,10 @@ const loadContent$J = async state => {
|
|
|
13841
13911
|
const {
|
|
13842
13912
|
id
|
|
13843
13913
|
} = state;
|
|
13844
|
-
await invoke$
|
|
13845
|
-
await invoke$
|
|
13846
|
-
const diffResult = await invoke$
|
|
13847
|
-
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);
|
|
13848
13918
|
return {
|
|
13849
13919
|
...state,
|
|
13850
13920
|
commands
|
|
@@ -13853,9 +13923,9 @@ const loadContent$J = async state => {
|
|
|
13853
13923
|
|
|
13854
13924
|
const wrapAboutCommand = key => {
|
|
13855
13925
|
const fn = async (state, ...args) => {
|
|
13856
|
-
await invoke$
|
|
13857
|
-
const diffResult = await invoke$
|
|
13858
|
-
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);
|
|
13859
13929
|
if (commands.length === 0) {
|
|
13860
13930
|
return state;
|
|
13861
13931
|
}
|
|
@@ -13869,8 +13939,11 @@ const wrapAboutCommand = key => {
|
|
|
13869
13939
|
|
|
13870
13940
|
const Commands$D = {};
|
|
13871
13941
|
const getCommands$f = async () => {
|
|
13872
|
-
const commands = await invoke$
|
|
13942
|
+
const commands = await invoke$m('About.getCommandIds');
|
|
13873
13943
|
for (const command of commands) {
|
|
13944
|
+
if (command === 'About.showAbout') {
|
|
13945
|
+
continue;
|
|
13946
|
+
}
|
|
13874
13947
|
Commands$D[command] = wrapAboutCommand(command);
|
|
13875
13948
|
}
|
|
13876
13949
|
return Commands$D;
|
|
@@ -13879,7 +13952,7 @@ const getCommands$f = async () => {
|
|
|
13879
13952
|
const Css$D = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
|
|
13880
13953
|
|
|
13881
13954
|
const getKeyBindings$i = () => {
|
|
13882
|
-
return invoke$
|
|
13955
|
+
return invoke$m('About.getKeyBindings');
|
|
13883
13956
|
};
|
|
13884
13957
|
|
|
13885
13958
|
const name$J = 'About';
|
|
@@ -13938,7 +14011,7 @@ const renderDialog$2 = {
|
|
|
13938
14011
|
};
|
|
13939
14012
|
const render$E = [renderDialog$2];
|
|
13940
14013
|
const renderEventListeners$f = async () => {
|
|
13941
|
-
const listeners = await invoke$
|
|
14014
|
+
const listeners = await invoke$m('About.renderEventListeners');
|
|
13942
14015
|
return listeners;
|
|
13943
14016
|
};
|
|
13944
14017
|
|
|
@@ -13962,7 +14035,7 @@ const ViewletAbout_ipc = {
|
|
|
13962
14035
|
const activityBarWorkerUrl = `${assetDir}/packages/activity-bar-worker/dist/activityBarWorkerMain.js`;
|
|
13963
14036
|
|
|
13964
14037
|
const launchActivityBarWorker = async () => {
|
|
13965
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
14038
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$n('develop.activityBarWorkerPath', activityBarWorkerUrl);
|
|
13966
14039
|
const ipc = await create$10({
|
|
13967
14040
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13968
14041
|
url: configuredWorkerUrl,
|
|
@@ -14099,21 +14172,21 @@ const toContextMenuItem$1 = activityBarItem => {
|
|
|
14099
14172
|
command: -1
|
|
14100
14173
|
};
|
|
14101
14174
|
};
|
|
14102
|
-
const id$
|
|
14103
|
-
const getMenuEntries$
|
|
14175
|
+
const id$b = ActivityBarAdditionalViews;
|
|
14176
|
+
const getMenuEntries$f = async () => {
|
|
14104
14177
|
const hiddenActivityBarItems = await execute$4(/* ActivityBar.getHiddenItems */8011);
|
|
14105
14178
|
return hiddenActivityBarItems.map(toContextMenuItem$1);
|
|
14106
14179
|
};
|
|
14107
14180
|
|
|
14108
14181
|
const MenuEntriesActivityBarAdditionalViews = {
|
|
14109
14182
|
__proto__: null,
|
|
14110
|
-
getMenuEntries: getMenuEntries$
|
|
14111
|
-
id: id$
|
|
14183
|
+
getMenuEntries: getMenuEntries$f,
|
|
14184
|
+
id: id$b
|
|
14112
14185
|
};
|
|
14113
14186
|
|
|
14114
14187
|
const keyBindingsUri = 'app://keybindings';
|
|
14115
|
-
const id$
|
|
14116
|
-
const getMenuEntries$
|
|
14188
|
+
const id$a = Settings;
|
|
14189
|
+
const getMenuEntries$e = () => {
|
|
14117
14190
|
return [{
|
|
14118
14191
|
id: 'commandPalette',
|
|
14119
14192
|
label: commandPalette(),
|
|
@@ -14145,8 +14218,8 @@ const getMenuEntries$f = () => {
|
|
|
14145
14218
|
|
|
14146
14219
|
const MenuEntriesSettings = {
|
|
14147
14220
|
__proto__: null,
|
|
14148
|
-
getMenuEntries: getMenuEntries$
|
|
14149
|
-
id: id$
|
|
14221
|
+
getMenuEntries: getMenuEntries$e,
|
|
14222
|
+
id: id$a
|
|
14150
14223
|
};
|
|
14151
14224
|
|
|
14152
14225
|
const Left$1 = 1;
|
|
@@ -14210,8 +14283,8 @@ const menuEntryMoveSideBar = sideBarLocation => {
|
|
|
14210
14283
|
throw new Error('unexpected side bar location');
|
|
14211
14284
|
}
|
|
14212
14285
|
};
|
|
14213
|
-
const id$
|
|
14214
|
-
const getMenuEntries$
|
|
14286
|
+
const id$9 = ActivityBar$1;
|
|
14287
|
+
const getMenuEntries$d = async (layoutState, activityBarState) => {
|
|
14215
14288
|
const {
|
|
14216
14289
|
activityBarItems
|
|
14217
14290
|
} = activityBarState;
|
|
@@ -14229,8 +14302,8 @@ const inject = [Layout, ActivityBar$2];
|
|
|
14229
14302
|
|
|
14230
14303
|
const MenuEntriesActivityBar = {
|
|
14231
14304
|
__proto__: null,
|
|
14232
|
-
getMenuEntries: getMenuEntries$
|
|
14233
|
-
id: id$
|
|
14305
|
+
getMenuEntries: getMenuEntries$d,
|
|
14306
|
+
id: id$9,
|
|
14234
14307
|
inject
|
|
14235
14308
|
};
|
|
14236
14309
|
|
|
@@ -14484,7 +14557,7 @@ const create$K = (id, uri, x, y, width, height) => {
|
|
|
14484
14557
|
};
|
|
14485
14558
|
};
|
|
14486
14559
|
const loadContent$G = async state => {
|
|
14487
|
-
const browserViewMap = await invoke$
|
|
14560
|
+
const browserViewMap = await invoke$s('ElectronBrowserView.getAll');
|
|
14488
14561
|
return {
|
|
14489
14562
|
...state,
|
|
14490
14563
|
browserViewMap
|
|
@@ -14534,7 +14607,7 @@ const create$J = (id, uri, x, y, width, height) => {
|
|
|
14534
14607
|
};
|
|
14535
14608
|
const loadContent$F = state => {
|
|
14536
14609
|
const update = async () => {
|
|
14537
|
-
await invoke$
|
|
14610
|
+
await invoke$u(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
14538
14611
|
};
|
|
14539
14612
|
return {
|
|
14540
14613
|
...state,
|
|
@@ -16066,8 +16139,8 @@ const getKeyBindings$e = () => {
|
|
|
16066
16139
|
return [];
|
|
16067
16140
|
};
|
|
16068
16141
|
|
|
16069
|
-
const id$
|
|
16070
|
-
const getMenuEntries$
|
|
16142
|
+
const id$8 = E2eTests;
|
|
16143
|
+
const getMenuEntries$c = () => {
|
|
16071
16144
|
return [{
|
|
16072
16145
|
id: 'openInNewTab',
|
|
16073
16146
|
label: 'Open in New Tab',
|
|
@@ -16078,8 +16151,8 @@ const getMenuEntries$d = () => {
|
|
|
16078
16151
|
|
|
16079
16152
|
const MenuEntriesE2eTests = {
|
|
16080
16153
|
__proto__: null,
|
|
16081
|
-
getMenuEntries: getMenuEntries$
|
|
16082
|
-
id: id$
|
|
16154
|
+
getMenuEntries: getMenuEntries$c,
|
|
16155
|
+
id: id$8
|
|
16083
16156
|
};
|
|
16084
16157
|
|
|
16085
16158
|
const menus$b = [MenuEntriesE2eTests];
|
|
@@ -16189,8 +16262,8 @@ const create$z = (id, uri, x, y, width, height) => {
|
|
|
16189
16262
|
};
|
|
16190
16263
|
};
|
|
16191
16264
|
const getTests = async () => {
|
|
16192
|
-
const root = await invoke$
|
|
16193
|
-
const testPath = await invoke$
|
|
16265
|
+
const root = await invoke$s('Platform.getRoot');
|
|
16266
|
+
const testPath = await invoke$s('Platform.getTestPath');
|
|
16194
16267
|
const absolutePath = `${root}/${testPath}/src`;
|
|
16195
16268
|
const dirents = await readDirWithFileTypes$9(absolutePath);
|
|
16196
16269
|
const filteredDirents = dirents.slice(1);
|
|
@@ -16954,7 +17027,7 @@ const Commands$s = {
|
|
|
16954
17027
|
...wrapEditorCommands(ids),
|
|
16955
17028
|
// TODO
|
|
16956
17029
|
async showOverlayMessage(state, editor, ...args) {
|
|
16957
|
-
await invoke$
|
|
17030
|
+
await invoke$u(...args);
|
|
16958
17031
|
return state;
|
|
16959
17032
|
},
|
|
16960
17033
|
async hotReload(state, editor, ...args) {
|
|
@@ -17201,14 +17274,14 @@ const ViewletEmptyEditor_ipc = {
|
|
|
17201
17274
|
const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerViewWorkerMain.js`;
|
|
17202
17275
|
|
|
17203
17276
|
const launchExplorerWorker = async () => {
|
|
17204
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
17277
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$n('develop.explorerWorkerPath', explorerWorkerUrl);
|
|
17205
17278
|
const ipc = await create$10({
|
|
17206
17279
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
17207
17280
|
url: configuredWorkerUrl,
|
|
17208
17281
|
name: 'Explorer Worker'
|
|
17209
17282
|
});
|
|
17210
17283
|
handleIpc(ipc);
|
|
17211
|
-
await invoke$
|
|
17284
|
+
await invoke$v(ipc, 'Explorer.initialize');
|
|
17212
17285
|
return ipc;
|
|
17213
17286
|
};
|
|
17214
17287
|
|
|
@@ -17332,16 +17405,16 @@ const getKeyBindings$b = () => {
|
|
|
17332
17405
|
return invoke$c('Explorer.getKeyBindings');
|
|
17333
17406
|
};
|
|
17334
17407
|
|
|
17335
|
-
const id$
|
|
17336
|
-
const getMenuEntries$
|
|
17408
|
+
const id$7 = Explorer;
|
|
17409
|
+
const getMenuEntries$b = () => {
|
|
17337
17410
|
const explorerState = getState('Explorer');
|
|
17338
17411
|
return invoke$c('Explorer.getMenuEntries2', explorerState.uid);
|
|
17339
17412
|
};
|
|
17340
17413
|
|
|
17341
17414
|
const MenuEntriesExplorer = {
|
|
17342
17415
|
__proto__: null,
|
|
17343
|
-
getMenuEntries: getMenuEntries$
|
|
17344
|
-
id: id$
|
|
17416
|
+
getMenuEntries: getMenuEntries$b,
|
|
17417
|
+
id: id$7
|
|
17345
17418
|
};
|
|
17346
17419
|
|
|
17347
17420
|
const menus$9 = [MenuEntriesExplorer];
|
|
@@ -17468,7 +17541,7 @@ const launchExtensionDetailViewWorker = async () => {
|
|
|
17468
17541
|
url: getConfiguredWorkerUrl$b()
|
|
17469
17542
|
});
|
|
17470
17543
|
handleIpc(ipc);
|
|
17471
|
-
await invoke$
|
|
17544
|
+
await invoke$v(ipc, 'ExtensionDetail.initialize');
|
|
17472
17545
|
return ipc;
|
|
17473
17546
|
};
|
|
17474
17547
|
|
|
@@ -17563,14 +17636,16 @@ const getCommands$c = async () => {
|
|
|
17563
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"];
|
|
17564
17637
|
|
|
17565
17638
|
const menus$8 = [];
|
|
17566
|
-
const getMenus$
|
|
17639
|
+
const getMenus$2 = async () => {
|
|
17567
17640
|
try {
|
|
17568
|
-
const
|
|
17569
|
-
const adjusted =
|
|
17641
|
+
const ids = await invoke$b('ExtensionDetail.getMenuIds');
|
|
17642
|
+
const adjusted = ids.map(id => {
|
|
17570
17643
|
return {
|
|
17571
|
-
|
|
17572
|
-
async getMenuEntries() {
|
|
17573
|
-
|
|
17644
|
+
id,
|
|
17645
|
+
async getMenuEntries(...args) {
|
|
17646
|
+
// TODO pass menu id also
|
|
17647
|
+
const entries = await invoke$b('ExtensionDetail.getMenuEntries2', ...args);
|
|
17648
|
+
return entries;
|
|
17574
17649
|
}
|
|
17575
17650
|
};
|
|
17576
17651
|
});
|
|
@@ -17604,7 +17679,7 @@ const ViewletExtensionDetail_ipc = {
|
|
|
17604
17679
|
Css: Css$o,
|
|
17605
17680
|
create: create$s,
|
|
17606
17681
|
getCommands: getCommands$c,
|
|
17607
|
-
getMenus: getMenus$
|
|
17682
|
+
getMenus: getMenus$2,
|
|
17608
17683
|
hasFunctionalEvents: hasFunctionalEvents$c,
|
|
17609
17684
|
hasFunctionalRender: hasFunctionalRender$o,
|
|
17610
17685
|
hasFunctionalResize: hasFunctionalResize$d,
|
|
@@ -17640,7 +17715,7 @@ const launchExtensionSearchViewWorker = async () => {
|
|
|
17640
17715
|
});
|
|
17641
17716
|
handleIpc(ipc);
|
|
17642
17717
|
try {
|
|
17643
|
-
await invoke$
|
|
17718
|
+
await invoke$v(ipc, 'SearchExtensions.initialize');
|
|
17644
17719
|
} catch {
|
|
17645
17720
|
// ignore
|
|
17646
17721
|
}
|
|
@@ -17739,7 +17814,7 @@ const getKeyBindings$a = () => {
|
|
|
17739
17814
|
return invoke$a('SearchExtensions.getKeyBindings');
|
|
17740
17815
|
};
|
|
17741
17816
|
|
|
17742
|
-
const getMenuEntries$
|
|
17817
|
+
const getMenuEntries$a = async () => {
|
|
17743
17818
|
const entries = await invoke$a('SearchExtensions.getMenuEntries');
|
|
17744
17819
|
return entries;
|
|
17745
17820
|
// {
|
|
@@ -17770,7 +17845,7 @@ const getMenuEntries$b = async () => {
|
|
|
17770
17845
|
|
|
17771
17846
|
const MenuEntriesManageExtension = {
|
|
17772
17847
|
__proto__: null,
|
|
17773
|
-
getMenuEntries: getMenuEntries$
|
|
17848
|
+
getMenuEntries: getMenuEntries$a
|
|
17774
17849
|
};
|
|
17775
17850
|
|
|
17776
17851
|
const menus$7 = [{
|
|
@@ -18059,7 +18134,7 @@ const launchReferencesWorker = async () => {
|
|
|
18059
18134
|
url: getConfiguredWorkerUrl$8()
|
|
18060
18135
|
});
|
|
18061
18136
|
handleIpc(ipc);
|
|
18062
|
-
await invoke$
|
|
18137
|
+
await invoke$v(ipc, 'References.initialize');
|
|
18063
18138
|
return ipc;
|
|
18064
18139
|
};
|
|
18065
18140
|
|
|
@@ -18649,8 +18724,8 @@ const getKeyBindings$8 = () => {
|
|
|
18649
18724
|
return invoke$7('KeyBindings.getKeyBindings');
|
|
18650
18725
|
};
|
|
18651
18726
|
|
|
18652
|
-
const id$
|
|
18653
|
-
const getMenuEntries$
|
|
18727
|
+
const id$6 = KeyBindingsTable;
|
|
18728
|
+
const getMenuEntries$9 = () => {
|
|
18654
18729
|
return [{
|
|
18655
18730
|
id: 'copy',
|
|
18656
18731
|
label: copy$1(),
|
|
@@ -18701,8 +18776,8 @@ const getMenuEntries$a = () => {
|
|
|
18701
18776
|
|
|
18702
18777
|
const MenuEntriesKeyBindingsTable = {
|
|
18703
18778
|
__proto__: null,
|
|
18704
|
-
getMenuEntries: getMenuEntries$
|
|
18705
|
-
id: id$
|
|
18779
|
+
getMenuEntries: getMenuEntries$9,
|
|
18780
|
+
id: id$6
|
|
18706
18781
|
};
|
|
18707
18782
|
|
|
18708
18783
|
const menus$6 = [MenuEntriesKeyBindingsTable];
|
|
@@ -19098,7 +19173,9 @@ const create$l = id => {
|
|
|
19098
19173
|
sideBarVisible: false,
|
|
19099
19174
|
statusBarVisible: false,
|
|
19100
19175
|
titleBarVisible: false,
|
|
19101
|
-
workbenchVisible: false
|
|
19176
|
+
workbenchVisible: false,
|
|
19177
|
+
updateState: 'none',
|
|
19178
|
+
updateProgress: 0
|
|
19102
19179
|
};
|
|
19103
19180
|
};
|
|
19104
19181
|
const saveState$b = state => {
|
|
@@ -19653,7 +19730,7 @@ const showAsync = async (uid, points, module) => {
|
|
|
19653
19730
|
if (commands) {
|
|
19654
19731
|
commands.push(['Viewlet.append', uid, viewletUid]);
|
|
19655
19732
|
}
|
|
19656
|
-
await invoke$
|
|
19733
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
19657
19734
|
// TODO
|
|
19658
19735
|
// 2. load module
|
|
19659
19736
|
// 3. if module is still visible, replace placeholder with actual viewlet
|
|
@@ -19867,9 +19944,50 @@ const getInitialPlaceholderCommands = state => {
|
|
|
19867
19944
|
}
|
|
19868
19945
|
return commands;
|
|
19869
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
|
+
};
|
|
19870
19986
|
|
|
19871
19987
|
// prettier-ignore
|
|
19872
|
-
const Commands$j = {
|
|
19988
|
+
const Commands$j = {
|
|
19989
|
+
getAllQuickPickMenuEntries: getAllQuickPickMenuEntries
|
|
19990
|
+
};
|
|
19873
19991
|
const CommandsWithSideEffects$1 = {
|
|
19874
19992
|
handleSashPointerDown: handleSashPointerDown,
|
|
19875
19993
|
handleSashPointerUp: handleSashPointerUp,
|
|
@@ -19909,7 +20027,8 @@ const CommandsWithSideEffects$1 = {
|
|
|
19909
20027
|
toggleSideBarPosition: toggleSideBarPosition,
|
|
19910
20028
|
handleBlur: handleBlur$1,
|
|
19911
20029
|
handleFocus: handleFocus,
|
|
19912
|
-
showE2eTests: showE2eTests
|
|
20030
|
+
showE2eTests: showE2eTests,
|
|
20031
|
+
setUpdateState: setUpdateState
|
|
19913
20032
|
};
|
|
19914
20033
|
|
|
19915
20034
|
const Css$j = [];
|
|
@@ -20086,6 +20205,9 @@ const getKeyBindings$7 = () => {
|
|
|
20086
20205
|
|
|
20087
20206
|
const getQuickPickMenuEntries$1 = () => {
|
|
20088
20207
|
return [{
|
|
20208
|
+
id: 'AutoUpdater.checkForUpdates',
|
|
20209
|
+
label: 'Updater: Check for Updates'
|
|
20210
|
+
}, {
|
|
20089
20211
|
id: 'Layout.toggleSideBar',
|
|
20090
20212
|
label: 'Layout: Toggle Side Bar'
|
|
20091
20213
|
}, {
|
|
@@ -20627,6 +20749,7 @@ const ViewletLayout_ipc = {
|
|
|
20627
20749
|
CommandsWithSideEffects: CommandsWithSideEffects$1,
|
|
20628
20750
|
Css: Css$j,
|
|
20629
20751
|
create: create$l,
|
|
20752
|
+
getAllQuickPickMenuEntries,
|
|
20630
20753
|
getInitialPlaceholderCommands,
|
|
20631
20754
|
getKeyBindings: getKeyBindings$7,
|
|
20632
20755
|
getPoints,
|
|
@@ -20661,6 +20784,7 @@ const ViewletLayout_ipc = {
|
|
|
20661
20784
|
name: name$p,
|
|
20662
20785
|
render: render$i,
|
|
20663
20786
|
saveState: saveState$b,
|
|
20787
|
+
setUpdateState,
|
|
20664
20788
|
showActivityBar,
|
|
20665
20789
|
showE2eTests,
|
|
20666
20790
|
showMain,
|
|
@@ -21724,7 +21848,7 @@ const loadContent$l = async (state, savedState) => {
|
|
|
21724
21848
|
once(Twelve, hydrateLazy);
|
|
21725
21849
|
addListener('editor.change', handleEditorChange);
|
|
21726
21850
|
addListener('titleUpdated', handleTitleUpdated$1);
|
|
21727
|
-
await invoke$
|
|
21851
|
+
await invoke$u('Viewlet.loadModule', MainTabs);
|
|
21728
21852
|
return {
|
|
21729
21853
|
...state,
|
|
21730
21854
|
groups,
|
|
@@ -21813,7 +21937,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
21813
21937
|
const id = getModuleId(initialUri);
|
|
21814
21938
|
const tabLabel = 'Loading';
|
|
21815
21939
|
const tabTitle = 'Loading';
|
|
21816
|
-
await invoke$
|
|
21940
|
+
await invoke$u(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
|
|
21817
21941
|
const y = state.y + state.tabHeight;
|
|
21818
21942
|
const x = state.x;
|
|
21819
21943
|
const width = state.width;
|
|
@@ -21838,7 +21962,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
21838
21962
|
title,
|
|
21839
21963
|
...props
|
|
21840
21964
|
});
|
|
21841
|
-
await invoke$
|
|
21965
|
+
await invoke$u('Viewlet.send', 'Main', 'updateTab', 1, title);
|
|
21842
21966
|
// TODO update tab title with new title
|
|
21843
21967
|
return state;
|
|
21844
21968
|
};
|
|
@@ -22638,7 +22762,7 @@ const create$j = (id, uri, x, y, width, height) => {
|
|
|
22638
22762
|
};
|
|
22639
22763
|
const loadContent$k = state => {
|
|
22640
22764
|
const update = async () => {
|
|
22641
|
-
await invoke$
|
|
22765
|
+
await invoke$u(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
22642
22766
|
};
|
|
22643
22767
|
return {
|
|
22644
22768
|
...state,
|
|
@@ -22713,7 +22837,7 @@ const launchOutputViewWorker = async () => {
|
|
|
22713
22837
|
url: getConfiguredWorkerUrl$6()
|
|
22714
22838
|
});
|
|
22715
22839
|
handleIpc(ipc);
|
|
22716
|
-
await invoke$
|
|
22840
|
+
await invoke$v(ipc, 'Output.initialize');
|
|
22717
22841
|
return ipc;
|
|
22718
22842
|
};
|
|
22719
22843
|
|
|
@@ -22997,7 +23121,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
|
|
|
22997
23121
|
const currentViewletUid = currentViewletState.uid;
|
|
22998
23122
|
number(currentViewletUid);
|
|
22999
23123
|
commands.unshift(...disposeFunctional(currentViewletUid));
|
|
23000
|
-
await invoke$
|
|
23124
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
23001
23125
|
if (commands.at(-1).includes(Error$3)) {
|
|
23002
23126
|
state.currentViewletId = Error$3;
|
|
23003
23127
|
}
|
|
@@ -23148,7 +23272,7 @@ const launchProblemsWorker = async () => {
|
|
|
23148
23272
|
url: getConfiguredWorkerUrl$5()
|
|
23149
23273
|
});
|
|
23150
23274
|
handleIpc(ipc);
|
|
23151
|
-
await invoke$
|
|
23275
|
+
await invoke$v(ipc, 'Problems.initialize');
|
|
23152
23276
|
return ipc;
|
|
23153
23277
|
};
|
|
23154
23278
|
|
|
@@ -23266,8 +23390,8 @@ const getKeyBindings$5 = () => {
|
|
|
23266
23390
|
}];
|
|
23267
23391
|
};
|
|
23268
23392
|
|
|
23269
|
-
const id$
|
|
23270
|
-
const getMenuEntries$
|
|
23393
|
+
const id$5 = Problems;
|
|
23394
|
+
const getMenuEntries$8 = () => {
|
|
23271
23395
|
// TODO
|
|
23272
23396
|
return [
|
|
23273
23397
|
// {
|
|
@@ -23287,12 +23411,12 @@ const getMenuEntries$9 = () => {
|
|
|
23287
23411
|
|
|
23288
23412
|
const MenuEntriesProblems = {
|
|
23289
23413
|
__proto__: null,
|
|
23290
|
-
getMenuEntries: getMenuEntries$
|
|
23291
|
-
id: id$
|
|
23414
|
+
getMenuEntries: getMenuEntries$8,
|
|
23415
|
+
id: id$5
|
|
23292
23416
|
};
|
|
23293
23417
|
|
|
23294
|
-
const id$
|
|
23295
|
-
const getMenuEntries$
|
|
23418
|
+
const id$4 = ProblemsFilter;
|
|
23419
|
+
const getMenuEntries$7 = () => {
|
|
23296
23420
|
return [{
|
|
23297
23421
|
id: 'show-errors',
|
|
23298
23422
|
label: 'Show Errors',
|
|
@@ -23313,8 +23437,8 @@ const getMenuEntries$8 = () => {
|
|
|
23313
23437
|
|
|
23314
23438
|
const MenuEntriesProblemsFilter = {
|
|
23315
23439
|
__proto__: null,
|
|
23316
|
-
getMenuEntries: getMenuEntries$
|
|
23317
|
-
id: id$
|
|
23440
|
+
getMenuEntries: getMenuEntries$7,
|
|
23441
|
+
id: id$4
|
|
23318
23442
|
};
|
|
23319
23443
|
|
|
23320
23444
|
const menus$5 = [MenuEntriesProblems, MenuEntriesProblemsFilter];
|
|
@@ -23683,10 +23807,10 @@ const loadContent$f = async state => {
|
|
|
23683
23807
|
} = state;
|
|
23684
23808
|
const listItemHeight = 22;
|
|
23685
23809
|
const renderAllItems = true;
|
|
23686
|
-
await invoke$
|
|
23687
|
-
await invoke$
|
|
23688
|
-
const diffResult = await invoke$
|
|
23689
|
-
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);
|
|
23690
23814
|
return {
|
|
23691
23815
|
...state,
|
|
23692
23816
|
commands
|
|
@@ -23698,12 +23822,12 @@ const dispose$b = state => {
|
|
|
23698
23822
|
|
|
23699
23823
|
const wrapQuickPickCommand = key => {
|
|
23700
23824
|
const fn = async (state, ...args) => {
|
|
23701
|
-
await invoke$
|
|
23702
|
-
const diffResult = await invoke$
|
|
23825
|
+
await invoke$q(`QuickPick.${key}`, state.uid, ...args);
|
|
23826
|
+
const diffResult = await invoke$q('QuickPick.diff2', state.uid);
|
|
23703
23827
|
if (diffResult.length === 0) {
|
|
23704
23828
|
return state;
|
|
23705
23829
|
}
|
|
23706
|
-
const commands = await invoke$
|
|
23830
|
+
const commands = await invoke$q('QuickPick.render2', state.uid, diffResult);
|
|
23707
23831
|
return {
|
|
23708
23832
|
...state,
|
|
23709
23833
|
commands
|
|
@@ -23714,7 +23838,7 @@ const wrapQuickPickCommand = key => {
|
|
|
23714
23838
|
|
|
23715
23839
|
const Commands$c = {};
|
|
23716
23840
|
const getCommands$6 = async () => {
|
|
23717
|
-
const commands = await invoke$
|
|
23841
|
+
const commands = await invoke$q('QuickPick.getCommandIds');
|
|
23718
23842
|
for (const command of commands) {
|
|
23719
23843
|
Commands$c[command] = wrapQuickPickCommand(command);
|
|
23720
23844
|
}
|
|
@@ -23728,7 +23852,7 @@ const Css$e = ["/css/parts/Progress.css"];
|
|
|
23728
23852
|
const Variables$3 = ['QuickPickBackground', 'ListForeground', 'ListHoverBackground', 'ListHoverForeground', 'ListActiveSelectionBackground'];
|
|
23729
23853
|
|
|
23730
23854
|
const getKeyBindings$4 = () => {
|
|
23731
|
-
return invoke$
|
|
23855
|
+
return invoke$q('QuickPick.getKeyBindings');
|
|
23732
23856
|
};
|
|
23733
23857
|
|
|
23734
23858
|
const hasFunctionalRender$d = true;
|
|
@@ -23743,7 +23867,7 @@ const renderItems$5 = {
|
|
|
23743
23867
|
};
|
|
23744
23868
|
const render$d = [renderItems$5];
|
|
23745
23869
|
const renderEventListeners$5 = async () => {
|
|
23746
|
-
const listeners = await invoke$
|
|
23870
|
+
const listeners = await invoke$q('QuickPick.renderEventListeners');
|
|
23747
23871
|
return listeners;
|
|
23748
23872
|
};
|
|
23749
23873
|
|
|
@@ -23935,11 +24059,11 @@ const create$c = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
23935
24059
|
};
|
|
23936
24060
|
const loadContent$d = async (state, savedState) => {
|
|
23937
24061
|
const isTest$1 = isTest();
|
|
23938
|
-
await invoke$
|
|
23939
|
-
await invoke$
|
|
23940
|
-
const diffResult = await invoke$
|
|
23941
|
-
const commands = await invoke$
|
|
23942
|
-
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);
|
|
23943
24067
|
const debugId = isTest$1 ? 'test-debug' : 'node-debug'; // TODO
|
|
23944
24068
|
return {
|
|
23945
24069
|
...state,
|
|
@@ -23960,17 +24084,17 @@ const hotReload$3 = async state => {
|
|
|
23960
24084
|
state.isHotReloading = true;
|
|
23961
24085
|
// possible TODO race condition during hot reload
|
|
23962
24086
|
// there could still be pending promises when the worker is disposed
|
|
23963
|
-
const savedState = await invoke$
|
|
24087
|
+
const savedState = await invoke$n('RunAndDebug.saveState', state.uid);
|
|
23964
24088
|
await restart$9('RunAndDebug.terminate');
|
|
23965
24089
|
const oldState = {
|
|
23966
24090
|
...state,
|
|
23967
24091
|
items: []
|
|
23968
24092
|
};
|
|
23969
|
-
await invoke$
|
|
23970
|
-
await invoke$
|
|
23971
|
-
await invoke$
|
|
23972
|
-
const diffResult = await invoke$
|
|
23973
|
-
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);
|
|
23974
24098
|
return {
|
|
23975
24099
|
...oldState,
|
|
23976
24100
|
commands,
|
|
@@ -24025,19 +24149,19 @@ const resize$a = (state, dimensions) => {
|
|
|
24025
24149
|
};
|
|
24026
24150
|
};
|
|
24027
24151
|
const saveState$4 = async state => {
|
|
24028
|
-
const savedState = await invoke$
|
|
24152
|
+
const savedState = await invoke$n('RunAndDebug.saveState', state.uid);
|
|
24029
24153
|
return savedState;
|
|
24030
24154
|
};
|
|
24031
24155
|
|
|
24032
24156
|
const wrapRunAndDebugCommand = key => {
|
|
24033
24157
|
const fn = async (state, ...args) => {
|
|
24034
|
-
await invoke$
|
|
24035
|
-
const diffResult = await invoke$
|
|
24158
|
+
await invoke$n(`RunAndDebug.${key}`, state.uid, ...args);
|
|
24159
|
+
const diffResult = await invoke$n('RunAndDebug.diff2', state.uid);
|
|
24036
24160
|
if (diffResult.length === 0) {
|
|
24037
24161
|
return state;
|
|
24038
24162
|
}
|
|
24039
|
-
const commands = await invoke$
|
|
24040
|
-
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);
|
|
24041
24165
|
if (commands.length === 0) {
|
|
24042
24166
|
return state;
|
|
24043
24167
|
}
|
|
@@ -24054,7 +24178,7 @@ const wrapRunAndDebugCommand = key => {
|
|
|
24054
24178
|
|
|
24055
24179
|
const Commands$a = {};
|
|
24056
24180
|
const getCommands$4 = async () => {
|
|
24057
|
-
const commands = await invoke$
|
|
24181
|
+
const commands = await invoke$n('RunAndDebug.getCommandIds');
|
|
24058
24182
|
for (const command of commands) {
|
|
24059
24183
|
Commands$a[command] = wrapRunAndDebugCommand(command);
|
|
24060
24184
|
}
|
|
@@ -24068,13 +24192,13 @@ const Variables$2 = ['TitleBarForeground', 'DebugSectionHeaderBackground', 'Side
|
|
|
24068
24192
|
const Events$2 = {};
|
|
24069
24193
|
|
|
24070
24194
|
const getKeyBindings$3 = () => {
|
|
24071
|
-
return invoke$
|
|
24195
|
+
return invoke$n('RunAndDebug.getKeyBindings');
|
|
24072
24196
|
};
|
|
24073
24197
|
|
|
24074
24198
|
const menus$4 = [];
|
|
24075
|
-
const getMenus = async () => {
|
|
24199
|
+
const getMenus$1 = async () => {
|
|
24076
24200
|
try {
|
|
24077
|
-
const modules = await invoke$
|
|
24201
|
+
const modules = await invoke$n('RunAndDebug.getMenuEntries');
|
|
24078
24202
|
const adjusted = modules.map(module => {
|
|
24079
24203
|
return {
|
|
24080
24204
|
...module,
|
|
@@ -24101,7 +24225,7 @@ const renderItems$4 = {
|
|
|
24101
24225
|
};
|
|
24102
24226
|
const render$c = [renderItems$4];
|
|
24103
24227
|
const renderEventListeners$4 = async () => {
|
|
24104
|
-
const listeners = await invoke$
|
|
24228
|
+
const listeners = await invoke$n('RunAndDebug.renderEventListeners');
|
|
24105
24229
|
return listeners;
|
|
24106
24230
|
};
|
|
24107
24231
|
|
|
@@ -24128,7 +24252,7 @@ const ViewletRunAndDebug_ipc = {
|
|
|
24128
24252
|
dispose: dispose$9,
|
|
24129
24253
|
getCommands: getCommands$4,
|
|
24130
24254
|
getKeyBindings: getKeyBindings$3,
|
|
24131
|
-
getMenus,
|
|
24255
|
+
getMenus: getMenus$1,
|
|
24132
24256
|
handleDebugInput,
|
|
24133
24257
|
handleEvaluate,
|
|
24134
24258
|
hasFunctionalEvents: hasFunctionalEvents$4,
|
|
@@ -24147,18 +24271,18 @@ const ViewletRunAndDebug_ipc = {
|
|
|
24147
24271
|
};
|
|
24148
24272
|
|
|
24149
24273
|
const getSources = async options => {
|
|
24150
|
-
const sources = await invoke$
|
|
24274
|
+
const sources = await invoke$s('DesktopCapturer.getSources', options);
|
|
24151
24275
|
return sources;
|
|
24152
24276
|
};
|
|
24153
24277
|
|
|
24154
24278
|
const getUserMedia = async (captureId, options) => {
|
|
24155
24279
|
number(captureId);
|
|
24156
24280
|
object(options);
|
|
24157
|
-
await invoke$
|
|
24281
|
+
await invoke$u('ScreenCapture.start', captureId, options);
|
|
24158
24282
|
};
|
|
24159
24283
|
const dispose$8 = async captureId => {
|
|
24160
24284
|
number(captureId);
|
|
24161
|
-
await invoke$
|
|
24285
|
+
await invoke$u('ScreenCapture.dispose', captureId);
|
|
24162
24286
|
};
|
|
24163
24287
|
|
|
24164
24288
|
const createScreenCaptureStream = async captureId => {
|
|
@@ -24258,7 +24382,7 @@ const launchTextSearchWorker = async () => {
|
|
|
24258
24382
|
});
|
|
24259
24383
|
handleIpc(ipc);
|
|
24260
24384
|
try {
|
|
24261
|
-
await invoke$
|
|
24385
|
+
await invoke$v(ipc, 'TextSearch.initialize', platform);
|
|
24262
24386
|
} catch (error) {
|
|
24263
24387
|
// ignore
|
|
24264
24388
|
}
|
|
@@ -24371,30 +24495,25 @@ const getKeyBindings$2 = async () => {
|
|
|
24371
24495
|
return keyBindings;
|
|
24372
24496
|
};
|
|
24373
24497
|
|
|
24374
|
-
const
|
|
24375
|
-
const
|
|
24376
|
-
|
|
24377
|
-
|
|
24378
|
-
id
|
|
24379
|
-
|
|
24380
|
-
|
|
24381
|
-
|
|
24382
|
-
|
|
24383
|
-
|
|
24384
|
-
|
|
24385
|
-
|
|
24386
|
-
|
|
24387
|
-
|
|
24388
|
-
}
|
|
24389
|
-
|
|
24390
|
-
|
|
24391
|
-
__proto__: null,
|
|
24392
|
-
getMenuEntries: getMenuEntries$7,
|
|
24393
|
-
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
|
+
}
|
|
24394
24515
|
};
|
|
24395
24516
|
|
|
24396
|
-
const menus$3 = [MenuEntriesSearch];
|
|
24397
|
-
|
|
24398
24517
|
const name$e = 'Search';
|
|
24399
24518
|
|
|
24400
24519
|
const hasFunctionalRender$a = true;
|
|
@@ -24438,6 +24557,7 @@ const ViewletSearch_ipc = {
|
|
|
24438
24557
|
dispose: dispose$6,
|
|
24439
24558
|
getCommands: getCommands$3,
|
|
24440
24559
|
getKeyBindings: getKeyBindings$2,
|
|
24560
|
+
getMenus,
|
|
24441
24561
|
hasFunctionalEvents: hasFunctionalEvents$3,
|
|
24442
24562
|
hasFunctionalRender: hasFunctionalRender$a,
|
|
24443
24563
|
hasFunctionalResize: hasFunctionalResize$7,
|
|
@@ -24474,7 +24594,7 @@ const launchSettingsWorker = async () => {
|
|
|
24474
24594
|
url: getConfiguredWorkerUrl$3()
|
|
24475
24595
|
});
|
|
24476
24596
|
handleIpc(ipc);
|
|
24477
|
-
await invoke$
|
|
24597
|
+
await invoke$v(ipc, 'Initialize.initialize');
|
|
24478
24598
|
return ipc;
|
|
24479
24599
|
};
|
|
24480
24600
|
|
|
@@ -24747,7 +24867,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
|
|
|
24747
24867
|
activityBar.state = newState;
|
|
24748
24868
|
commands.push(...extraCommands);
|
|
24749
24869
|
}
|
|
24750
|
-
await invoke$
|
|
24870
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
24751
24871
|
}
|
|
24752
24872
|
|
|
24753
24873
|
// // TODO race condition (check if disposed after created)
|
|
@@ -24827,6 +24947,9 @@ const focus$1 = async state => {
|
|
|
24827
24947
|
// currentViewlet.state = newState
|
|
24828
24948
|
return state;
|
|
24829
24949
|
};
|
|
24950
|
+
const handleUpdateStateChange = state => {
|
|
24951
|
+
return state;
|
|
24952
|
+
};
|
|
24830
24953
|
|
|
24831
24954
|
// prettier-ignore
|
|
24832
24955
|
const Commands$7 = {
|
|
@@ -24834,7 +24957,8 @@ const Commands$7 = {
|
|
|
24834
24957
|
openViewlet: openViewlet,
|
|
24835
24958
|
show: openViewlet,
|
|
24836
24959
|
open: openViewlet,
|
|
24837
|
-
handleClickAction: handleClickAction
|
|
24960
|
+
handleClickAction: handleClickAction,
|
|
24961
|
+
handleUpdateStateChange: handleUpdateStateChange
|
|
24838
24962
|
};
|
|
24839
24963
|
|
|
24840
24964
|
const Css$8 = [];
|
|
@@ -24863,6 +24987,7 @@ const ViewletSideBar_ipc = {
|
|
|
24863
24987
|
focus: focus$1,
|
|
24864
24988
|
getChildren: getChildren$1,
|
|
24865
24989
|
handleClickAction,
|
|
24990
|
+
handleUpdateStateChange,
|
|
24866
24991
|
hasFunctionalRender: hasFunctionalRender$8,
|
|
24867
24992
|
loadContent: loadContent$9,
|
|
24868
24993
|
name: name$c,
|
|
@@ -24895,7 +25020,7 @@ const launchEmbedsWorker = async () => {
|
|
|
24895
25020
|
name: 'Embeds Worker'
|
|
24896
25021
|
});
|
|
24897
25022
|
handleIpc(ipc);
|
|
24898
|
-
await invoke$
|
|
25023
|
+
await invoke$v(ipc, 'Initialize.initialize');
|
|
24899
25024
|
return ipc;
|
|
24900
25025
|
};
|
|
24901
25026
|
|
|
@@ -24922,7 +25047,7 @@ const disposeWebContentsView = async id => {
|
|
|
24922
25047
|
const getWindowZoomLevel = async () => {
|
|
24923
25048
|
// TODO speed up resizing by avoid too many round trips
|
|
24924
25049
|
const windowId = await getWindowId();
|
|
24925
|
-
const zoomLevel = await invoke$
|
|
25050
|
+
const zoomLevel = await invoke$s('ElectronWindow.getZoom', windowId);
|
|
24926
25051
|
return zoomLevel;
|
|
24927
25052
|
};
|
|
24928
25053
|
|
|
@@ -25868,7 +25993,7 @@ const launchSourceControlWorker = async () => {
|
|
|
25868
25993
|
url: getConfiguredWorkerUrl$1()
|
|
25869
25994
|
});
|
|
25870
25995
|
handleIpc(ipc);
|
|
25871
|
-
await invoke$
|
|
25996
|
+
await invoke$v(ipc, 'Initialize.initialize');
|
|
25872
25997
|
return ipc;
|
|
25873
25998
|
};
|
|
25874
25999
|
|
|
@@ -26561,7 +26686,7 @@ const ViewletStorage_ipc = {
|
|
|
26561
26686
|
};
|
|
26562
26687
|
|
|
26563
26688
|
const getTerminalSpawnOptions = () => {
|
|
26564
|
-
return invoke$
|
|
26689
|
+
return invoke$s('GetTerminalSpawnOptions.getTerminalSpawnOptions');
|
|
26565
26690
|
};
|
|
26566
26691
|
|
|
26567
26692
|
// TODO implement a functional terminal component, maybe using offscreencanvas
|
|
@@ -26679,7 +26804,7 @@ const resizeEffect = async state => {
|
|
|
26679
26804
|
// Terminal.resize(state, width, height)
|
|
26680
26805
|
};
|
|
26681
26806
|
const clear = async state => {
|
|
26682
|
-
await invoke$
|
|
26807
|
+
await invoke$u(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
|
|
26683
26808
|
};
|
|
26684
26809
|
|
|
26685
26810
|
const getActions = state => {
|
|
@@ -26827,7 +26952,7 @@ const addTerminal = async state => {
|
|
|
26827
26952
|
const oldTab = tabs[selectedIndex];
|
|
26828
26953
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
26829
26954
|
commands.push(...disposeCommands);
|
|
26830
|
-
await invoke$
|
|
26955
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
26831
26956
|
return {
|
|
26832
26957
|
...state,
|
|
26833
26958
|
tabs: newTabs,
|
|
@@ -26868,7 +26993,7 @@ const focusIndex = async (state, index) => {
|
|
|
26868
26993
|
const oldTab = tabs[selectedIndex];
|
|
26869
26994
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
26870
26995
|
commands.push(...disposeCommands);
|
|
26871
|
-
await invoke$
|
|
26996
|
+
await invoke$u('Viewlet.sendMultiple', commands);
|
|
26872
26997
|
return {
|
|
26873
26998
|
...state,
|
|
26874
26999
|
selectedIndex: index
|
|
@@ -27140,7 +27265,7 @@ const getRealUri = pathOrUri => {
|
|
|
27140
27265
|
if (protocol) {
|
|
27141
27266
|
return pathOrUri;
|
|
27142
27267
|
}
|
|
27143
|
-
return invoke$
|
|
27268
|
+
return invoke$s('FileSystem.getRealUri', pathOrUri);
|
|
27144
27269
|
};
|
|
27145
27270
|
|
|
27146
27271
|
const create = (id, uri, x, y, width, height) => {
|
|
@@ -27182,7 +27307,7 @@ const resize = (state, dimensions) => {
|
|
|
27182
27307
|
};
|
|
27183
27308
|
};
|
|
27184
27309
|
const dispose = async state => {
|
|
27185
|
-
await invoke$
|
|
27310
|
+
await invoke$u('WebView.dispose', state.uid);
|
|
27186
27311
|
return state;
|
|
27187
27312
|
};
|
|
27188
27313
|
|
|
@@ -27413,101 +27538,6 @@ const FileSystemAppKeyBindings = {
|
|
|
27413
27538
|
writeJson
|
|
27414
27539
|
};
|
|
27415
27540
|
|
|
27416
|
-
const downloadUpdate$2 = version => {
|
|
27417
|
-
string(version);
|
|
27418
|
-
return invoke$q('AutoUpdaterAppImage.downloadUpdate', version);
|
|
27419
|
-
};
|
|
27420
|
-
const installAndRestart$2 = downloadPath => {
|
|
27421
|
-
string(downloadPath);
|
|
27422
|
-
return invoke$q('AutoUpdaterAppImage.installAndRestart', downloadPath);
|
|
27423
|
-
};
|
|
27424
|
-
|
|
27425
|
-
const AutoUpdaterAppImage = {
|
|
27426
|
-
__proto__: null,
|
|
27427
|
-
downloadUpdate: downloadUpdate$2,
|
|
27428
|
-
installAndRestart: installAndRestart$2
|
|
27429
|
-
};
|
|
27430
|
-
|
|
27431
|
-
const downloadUpdate$1 = version => {
|
|
27432
|
-
string(version);
|
|
27433
|
-
return invoke$q('AutoUpdaterWindowsNsis.downloadUpdate', version);
|
|
27434
|
-
};
|
|
27435
|
-
const installAndRestart$1 = downloadPath => {
|
|
27436
|
-
string(downloadPath);
|
|
27437
|
-
return invoke$q('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
|
|
27438
|
-
};
|
|
27439
|
-
|
|
27440
|
-
const AutoUpdaterNsis = {
|
|
27441
|
-
__proto__: null,
|
|
27442
|
-
downloadUpdate: downloadUpdate$1,
|
|
27443
|
-
installAndRestart: installAndRestart$1
|
|
27444
|
-
};
|
|
27445
|
-
|
|
27446
|
-
const exec = (command, args, options) => {
|
|
27447
|
-
string(command);
|
|
27448
|
-
array(args);
|
|
27449
|
-
object(options);
|
|
27450
|
-
return invoke$q('Exec.exec', command, args, options);
|
|
27451
|
-
};
|
|
27452
|
-
|
|
27453
|
-
const getDebArch = processArch => {
|
|
27454
|
-
switch (processArch) {
|
|
27455
|
-
case 'arm64':
|
|
27456
|
-
return 'arm64';
|
|
27457
|
-
case 'x64':
|
|
27458
|
-
return 'amd64';
|
|
27459
|
-
case 'arm':
|
|
27460
|
-
return 'armhf';
|
|
27461
|
-
default:
|
|
27462
|
-
return '';
|
|
27463
|
-
}
|
|
27464
|
-
};
|
|
27465
|
-
|
|
27466
|
-
const getDownloadUrl = (repository, version, applicationName, debArch) => {
|
|
27467
|
-
string(repository);
|
|
27468
|
-
string(version);
|
|
27469
|
-
string(applicationName);
|
|
27470
|
-
string(debArch);
|
|
27471
|
-
return `https://github.com/${repository}/releases/download/v${version}/${applicationName}-v${version}_${debArch}.deb`;
|
|
27472
|
-
};
|
|
27473
|
-
|
|
27474
|
-
const getTmpDir = () => {
|
|
27475
|
-
return invoke$q('Os.getTmpDir');
|
|
27476
|
-
};
|
|
27477
|
-
|
|
27478
|
-
// TODO remove this code when auto update through apt is supported
|
|
27479
|
-
|
|
27480
|
-
const pathSeparator = '/';
|
|
27481
|
-
const getOutFilePath = (tmpDir, applicationName, debArch, version) => {
|
|
27482
|
-
return `${tmpDir}${pathSeparator}${applicationName}-${version}_${debArch}.deb`;
|
|
27483
|
-
};
|
|
27484
|
-
const downloadUpdate = async version => {
|
|
27485
|
-
string(version);
|
|
27486
|
-
const repository = await getRepository();
|
|
27487
|
-
const applicationName = await getRepository();
|
|
27488
|
-
const arch = await getArch();
|
|
27489
|
-
const debArch = getDebArch(arch);
|
|
27490
|
-
const downloadUrl$1 = getDownloadUrl(repository, version, applicationName, debArch);
|
|
27491
|
-
const tmpDir = await getTmpDir();
|
|
27492
|
-
const outFilePath = getOutFilePath(tmpDir, applicationName, debArch, version);
|
|
27493
|
-
await downloadUrl(downloadUrl$1, outFilePath);
|
|
27494
|
-
return outFilePath;
|
|
27495
|
-
};
|
|
27496
|
-
const installAndRestart = async downloadPath => {
|
|
27497
|
-
try {
|
|
27498
|
-
string(downloadPath);
|
|
27499
|
-
await exec('sudo', ['dpkg', '-i', downloadPath]);
|
|
27500
|
-
} catch (error) {
|
|
27501
|
-
throw new VError(error, 'Failed to install deb update');
|
|
27502
|
-
}
|
|
27503
|
-
};
|
|
27504
|
-
|
|
27505
|
-
const AutoUpdaterDeb = {
|
|
27506
|
-
__proto__: null,
|
|
27507
|
-
downloadUpdate,
|
|
27508
|
-
installAndRestart
|
|
27509
|
-
};
|
|
27510
|
-
|
|
27511
27541
|
const Separator = 'separator';
|
|
27512
27542
|
|
|
27513
27543
|
const convertMenuItem = menuItem => {
|
|
@@ -27538,9 +27568,9 @@ const getItem = (items, label) => {
|
|
|
27538
27568
|
return undefined;
|
|
27539
27569
|
};
|
|
27540
27570
|
const openContextMenu = async (x, y, id, ...args) => {
|
|
27541
|
-
const entries = await getMenuEntries$
|
|
27571
|
+
const entries = await getMenuEntries$g(id, ...args);
|
|
27542
27572
|
const electronMenuItems = convertMenuItems(entries);
|
|
27543
|
-
const event = await invoke$
|
|
27573
|
+
const event = await invoke$s('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
|
|
27544
27574
|
if (event.type === 'close') {
|
|
27545
27575
|
return;
|
|
27546
27576
|
}
|
|
@@ -27569,15 +27599,24 @@ const show = async (x, y, id, ...args) => {
|
|
|
27569
27599
|
// TODO maybe only send labels and keybindings to ui (id not needed on ui)
|
|
27570
27600
|
// TODO what about separators?
|
|
27571
27601
|
};
|
|
27602
|
+
const show2 = async (uid, menuId, x, y, ...args) => {
|
|
27603
|
+
await hide$3();
|
|
27604
|
+
// TODO handle error
|
|
27605
|
+
// TODO race condition
|
|
27606
|
+
await show2$1(uid, menuId, x, y, /* mouseBlocking */true, ...args);
|
|
27607
|
+
// TODO maybe only send labels and keybindings to ui (id not needed on ui)
|
|
27608
|
+
// TODO what about separators?
|
|
27609
|
+
};
|
|
27572
27610
|
|
|
27573
27611
|
const ContextMenuBrowser = {
|
|
27574
27612
|
__proto__: null,
|
|
27575
|
-
show
|
|
27613
|
+
show,
|
|
27614
|
+
show2
|
|
27576
27615
|
};
|
|
27577
27616
|
|
|
27578
27617
|
const open$3 = async () => {
|
|
27579
27618
|
try {
|
|
27580
|
-
await invoke$
|
|
27619
|
+
await invoke$s('ElectronWindowProcessExplorer.open');
|
|
27581
27620
|
} catch (error) {
|
|
27582
27621
|
throw new VError(error, 'Failed to open process explorer');
|
|
27583
27622
|
}
|
|
@@ -29069,7 +29108,7 @@ const QuickPickEntriesView = {
|
|
|
29069
29108
|
};
|
|
29070
29109
|
|
|
29071
29110
|
const searchFile$1 = async (path, value, prepare) => {
|
|
29072
|
-
return invoke$
|
|
29111
|
+
return invoke$q('SearchFile.searchFile', path, value, prepare, assetDir);
|
|
29073
29112
|
};
|
|
29074
29113
|
|
|
29075
29114
|
const searchFile = async (path, value) => {
|