@lvce-editor/static-server 0.87.3 → 0.89.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config.json +2432 -2432
- package/dist/static-server.js +1 -1
- package/package.json +1 -1
- package/static/{2d299f4 → 632c255}/css/App.css +98 -94
- package/static/{2d299f4 → 632c255}/css/parts/ViewletSimpleBrowser.css +14 -0
- package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-bat/extension.json +2 -2
- package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-dotenv/extension.json +2 -2
- package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-go/extension.json +2 -2
- package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-java/extension.json +2 -2
- package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-javascript/extension.json +2 -2
- package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-json/extension.json +2 -2
- package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-python/extension.json +2 -2
- package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-toml/extension.json +2 -2
- package/static/{2d299f4 → 632c255}/extensions/builtin.theme-ayu/extension.json +2 -2
- package/static/{2d299f4 → 632c255}/extensions/builtin.theme-gruvbox/extension.json +2 -2
- package/static/{2d299f4 → 632c255}/extensions/builtin.theme-monokai/extension.json +2 -2
- package/static/{2d299f4 → 632c255}/extensions/builtin.theme-palenight/extension.json +2 -2
- package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/extension.json +2 -2
- package/static/{2d299f4 → 632c255}/manifest.json +2 -2
- package/static/{2d299f4 → 632c255}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{2d299f4 → 632c255}/packages/diff-view/dist/diffViewWorkerMain.js +2954 -1267
- package/static/{2d299f4 → 632c255}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{2d299f4 → 632c255}/packages/extension-management-worker/dist/extensionManagementWorkerMain.js +116 -78
- package/static/{2d299f4 → 632c255}/packages/process-explorer-worker/index.js +39 -17
- package/static/{2d299f4 → 632c255}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{2d299f4 → 632c255}/packages/renderer-worker/dist/rendererWorkerMain.js +838 -422
- package/static/{2d299f4 → 632c255}/packages/running-extensions-view/dist/runningExtensionsViewMain.js +284 -14
- package/static/{2d299f4 → 632c255}/packages/status-bar-worker/dist/statusBarWorkerMain.js +11 -280
- package/static/{2d299f4 → 632c255}/packages/test-worker/dist/testWorkerMain.js +62 -21
- package/static/index.html +5 -5
- /package/static/{2d299f4 → 632c255}/LICENSE +0 -0
- /package/static/{2d299f4 → 632c255}/config/colorTheme.json +0 -0
- /package/static/{2d299f4 → 632c255}/config/defaultSettings.json +0 -0
- /package/static/{2d299f4 → 632c255}/config/fileMap.json +0 -0
- /package/static/{2d299f4 → 632c255}/config/webExtensions.json +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/Animation.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/BrowserScrollBar.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/Category.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/DebugButtons.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/DebugChatDetails.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/DebugChatDetailsClose.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/DebugChatImagePreview.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/DebugChatTable.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/DebugChatTimeline.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/DebugChatTop.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/DebugValue.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/E2eTest.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/E2eTests.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/EditorHover.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/EditorMessage.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/FeatureContent.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/Features.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ImagePreview.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/InputBadge.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/Key.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/LegacyDialog.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/Markdown.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/Message.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/Preview.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ScrollToTop.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/SettingsHeader.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/SettingsItems.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/SettingsSideBar.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/SourceControlListItem.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/Table.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletAbout.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletLanguageModels.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletMainDragOverlay.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletMainEditorGroup.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletMainWaterMark.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletMedia.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletOutput.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletPanel.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletPdf.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletProblems.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletProcessExplorer.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletReferences.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletRunningExtensions.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletSearch.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletSettings.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletStorage.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{2d299f4 → 632c255}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-typescript/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-ayu/images/demo.png +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-gruvbox/images/demo.png +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/default_file.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/default_folder.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/default_folder_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/default_root_folder.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/default_root_folder_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_access.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_access2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_actionscript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_actionscript2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ada.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_advpl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_affectscript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_affinity.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_affinityphoto.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_agda.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_agents.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ai.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ai2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_al.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_al_dal.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_alchemy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_allcontributors.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_alloy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_allure.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_angular.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ansible.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_antlers_html.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_antlr.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_anyscript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_apache.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_apex.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_api_extractor.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_apib.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_apib2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_apl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_applescript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_appscript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_appsemble.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_appveyor.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_arduino.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_asciidoc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_aseprite.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_asp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_aspx.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_assembly.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_assembly_script.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_astro.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_astroconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_atom.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ats.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_attw.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_audio.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_aurelia.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_autohotkey.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_autoit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_avif.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_avro.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_awk.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_aws.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_azure.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_azurepipelines.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_babel.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_babel2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bak.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ballerina.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bat.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bats.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bazaar.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bazel.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bazel_version.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_befunge.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bicep.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_biml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_binary.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_biome.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bithound.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_blade.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_blender.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_blitzbasic.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bolt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bosque.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bower.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bower2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_browserslist.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bruno.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_buckbuild.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_buf.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bun.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bundlemon.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bundler.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_bunfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_c.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_c2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_c3.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_c_al.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cabal.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_caddy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cake.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cakephp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_capacitor.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_capnp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cargo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_casc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cddl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cert.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ceylon.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cf.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cf2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cfc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cfc2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cfm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cfm2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_changie.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cheader.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_chef.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_circleci.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_circom.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_class.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_claude.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_clojure.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_clojurescript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cloudflare.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cmake.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cobol.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_codacy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_codeclimate.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_codecov.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_codekit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_codemagic.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_codeowners.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_codeql.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_coderabbit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_coffeelint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_coffeescript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_commitizen.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_commitlint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_compass.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_composer.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_conan.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_conda.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_config.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_confluence.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_copilot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_coverage.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_coveralls.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cpp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cpp2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cpp3.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cppheader.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_craco.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_crowdin.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_crystal.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_csharp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_csharp2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cspell.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_csproj.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_css.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_css2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_css2map.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_csscomb.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_csslint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cssmap.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cucumber.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cuda.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cursorrules.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cvs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cypress.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cypress_spec.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_cython.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dal.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_darcs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dartlang.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_datadog.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_db.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_debian.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_delphi.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_deno.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_denoify.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dependabot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dependencies.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_design_tokens.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_devcontainer.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_devvit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dhall.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_diff.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_django.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dlang.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_docker.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_docker2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dockertest.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dockertest2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_docpad.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_docusaurus.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_docz.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dojo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_doppler.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dotenv.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dotjs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_doxygen.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_drawio.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_drone.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_drools.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dtd.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dune.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dustjs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dvc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_dylan.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_earthly.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_eas-metadata.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_edge.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_edge2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_editorconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_eex.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ejs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_elastic.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_electron.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_eleventy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_eleventy2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_elixir.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_elm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_elm2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_emacs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ember.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ensime.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_eps.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_epub.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_erb.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_erlang.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_erlang2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_esbuild.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_eslint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_eslint2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_esphome.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_excalidraw.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_excel.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_excel2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_expo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_falcon.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fantasticon.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fastly.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fauna.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_favicon.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fbx.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_firebase.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_firebasehosting.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_firebasestorage.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_firestore.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fitbit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fla.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_flareact.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_flash.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_floobits.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_flow.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_flutter.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_flutter_package.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_flyio.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_font.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_formkit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fortran.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fossa.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fossil.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_freemarker.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_frontcommerce.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fsharp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fsharp2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fsproj.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fthtml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_funding.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_fusebox.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_galen.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_galen2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gamemaker.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gamemaker2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gamemaker81.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gatsby.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gcloud.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gcode.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gdscript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gduid.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gemini.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_genstat.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_geojson.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gimp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_git.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_git2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gitlab.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gitpod.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gleam.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gleamconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_glide.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_glimmer.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_glitter.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_glsl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gltf.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_glyphs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gnu.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gnuplot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_go.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_go_aqua.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_go_black.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_go_gopher.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_go_lightblue.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_go_package.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_go_white.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_go_work.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_go_yellow.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_goctl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_godot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gpg.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gradle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gradle2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_grain.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_graphql.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_graphql_config.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_graphviz.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_greenkeeper.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gridsome.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_grit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_groovy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_groovy2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_grunt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_gulp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_haml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_handlebars.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_handlebars2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_harbour.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_hardhat.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_hashicorp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_haskell.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_haskell2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_haxe.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_haxedevelop.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_helix.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_helm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_histoire.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_hjson.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_hlsl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_homeassistant.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_horusec.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_host.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_html.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_htmlhint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_http.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_hugo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_humanstxt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_hunspell.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_husky.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_hy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_hygen.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_hypr.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_icl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_idris.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_idrisbin.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_idrispkg.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_image.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_imba.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_inc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_infopath.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_informix.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ini.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ink.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_innosetup.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_io.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_iodine.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ionic.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jake.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_janet.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jar.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jasmine.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_java.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jbuilder.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jekyll.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jenkins.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jest.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jetbrains.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jinja.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jpm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_js_official.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jsbeautify.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jsconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jscpd.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jshint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jsmap.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_json.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_json2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_json5.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_json_official.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_json_schema.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jsonld.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jsonnet.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jsp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jsr.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jss.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_juice.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_julia.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_julia2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_jupyter.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_just.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_k.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_karma.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_key.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_kitchenci.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_kite.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_kivy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_knip.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_kos.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_kotlin.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_kusto.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_language_configuration.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lark.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_latino.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_layout.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lean.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_leanconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lefthook.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lerna.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_less.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lex.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_liara.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_license.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_licensebat.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_ada.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_agda.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_agents.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_apl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_astro.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_babel.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_babel2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_cabal.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_circleci.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_codacy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_codeowners.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_config.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_copilot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_crystal.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_cypress.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_db.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_deno.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_dhall.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_docpad.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_drone.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_esphome.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_expo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_fla.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_font.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_gradle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_hjson.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_ini.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_io.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_jsmap.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_json.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_json5.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_json_schema.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_jsonld.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_kite.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_lark.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_lean.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_leanconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_lerna.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_mailing.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_markuplint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_mcp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_mdx.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_mlang.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_mustache.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_mypy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_neo4j.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_netlify.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_next.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_nim.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_nx.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_openHAB.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_packship.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_pcl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_pnpm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_prettier.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_prisma.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_purescript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_quasar.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_raku.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_razzle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_rehype.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_remark.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_replit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_retext.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_rome.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_rubocop.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_rust.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_safetensors.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_shadcn.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_solidity.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_spin.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_stylelint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_stylus.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_symfony.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_systemd.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_testcafe.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_testjs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_tex.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_tm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_tmux.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_todo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_toit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_toml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_toon.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_tree.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_turbo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_vash.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_vercel.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_vsix.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_xfl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_xorg.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_yaml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_light_zeit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lighthouse.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lilypond.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lime.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_liquid.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lisp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_livescript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lnk.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_locale.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_log.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lolcode.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lsl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lua.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_luau.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_lync.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mailing.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_makefile.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_manifest.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_manifest_bak.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_manifest_skip.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_map.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mariadb.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_markdown.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_markdownlint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_marko.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_markojs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_markuplint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_master-co.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_matlab.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_maven.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_maxscript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_maya.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mcp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mdx-components.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mdx.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mdxlint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mediawiki.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mercurial.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mermaid.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_meson.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_metal.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_meteor.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_minecraft.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mivascript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mjml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mlang.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mocha.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_modernizr.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mojo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mojolicious.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_moleculer.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mondoo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mongo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_monotone.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_motif.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mson.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mustache.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mvt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mvtcss.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mvtjs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mypy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_mysql.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nanostaged.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ndst.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nearly.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_neo4j.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_module_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_service_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nestjs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_netlify.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_next.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nextflow.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_component_css.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_component_html.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_component_less.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nginx.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nim.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nimble.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ninja.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nix.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_njsproj.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_noc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_node.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_node2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nodemon.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_npm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nsi.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nsri.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nuget.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_numpy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nunjucks.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nushell.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nuxt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nx.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_nyc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_objectivec.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_objectivecpp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_objidconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ocaml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ogone.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_onenote.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_opam.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_openHAB.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_opencl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_openscad.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_opentofu.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_org.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_outlook.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ovpn.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_oxc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_oxlint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_package.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_packship.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_paket.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pandacss.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_patch.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pcl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pddl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pddl_plan.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pdf.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pdf2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pdm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_peeky.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_perl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_perl2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_perl6.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pgsql.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_photoshop.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_photoshop2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_php.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_php2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_php3.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_phpstan.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_phpunit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_phraseapp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pine.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pip.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pipeline.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_plantuml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_platformio.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_playwright.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_plsql.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_plsql_package.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pm2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pnpm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_poedit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_poetry.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_polyglot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_polymer.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pony.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_postcss.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_postcssconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_postman.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_powerpoint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_powerpoint2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_powershell.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_powershell2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_powershell_format.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_powershell_types.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_preact.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_precommit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_prettier.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_prisma.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_prismaconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_processinglang.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_procfile.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_progress.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_prolog.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_prometheus.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_protobuf.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_protractor.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_publiccode.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_publisher.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pug.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pulumi.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_puppet.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_purescript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_purgecss.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pyenv.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pyret.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pyscript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pytest.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_python.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pythowo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pytyped.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_pyup.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_q.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_qbs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_qlikview.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_qml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_qmldir.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_qsharp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_quasar.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_r.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_racket.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rails.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rake.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_raku.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_raml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_razor.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_razzle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_reactjs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_reactrouter.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_reacttemplate.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_reactts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_reason.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_red.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_registry.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rego.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rehype.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_remark.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_renovate.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_replit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rescript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rest.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_retext.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rexx.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_riot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ripple.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rmd.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rnc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_robotframework.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_robots.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rolldown.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rollup.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rome.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ron.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rproj.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rspec.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rss.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rubocop.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ruby.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rust.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_s-lang.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_safetensors.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sails.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_saltstack.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_san.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sas.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sass.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sbt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_scala.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_scilab.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_script.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_scss.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_scss2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sdlang.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_search_result.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_seedkit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sentry.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sequelize.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_serverless.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_shadcn.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_shaderlab.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_shell.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_shellcheck.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_shuttle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_silverstripe.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sino.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sitemap.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_siyuan.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sketch.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_skipper.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_slang.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_slashup.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_slice.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_slim.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_slint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sln.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sln2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_smarty.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_smithery.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_snakemake.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_snapcraft.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_snaplet.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_snort.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_snyk.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_solidarity.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_solidity.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_source.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_spacengine.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sparql.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_spin.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sqf.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sql.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sqlite.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_squirrel.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sss.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sst.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_stackblitz.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_stan.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_stata.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_stencil.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_storyboard.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_storybook.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_stryker.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_stylable.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_style.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_styled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_stylelint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_stylus.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_sublime.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_subversion.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_svelte.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_svelteconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_svg.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_svgo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_swagger.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_swc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_swift.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_swig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_symfony.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_syncpack.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_systemd.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_systemverilog.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_t4tt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tailwind.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tamagui.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_taplo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_taskfile.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tauri.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tcl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_teal.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_templ.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tera.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_terraform.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_test.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_testcafe.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_testjs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_testplane.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_testts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tex.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_text.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_textile.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tfs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tiltfile.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tmux.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_todo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_toit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_toml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_toon.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tox.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_travis.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tree.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tres.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_truffle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_trunk.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tscn.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tsconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tsdoc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tsdown.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tslint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_ttcn.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_tuc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_turbo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_twig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_typedoc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_typescript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_typescript_official.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_typo3.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_uiua.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_unibeautify.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_unison.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_unlicense.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_unocss.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_uv.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vagrant.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vala.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vapi.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vapor.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vash.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vb.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vba.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vbhtml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vbproj.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vcxproj.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_velocity.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vento.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vercel.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_verilog.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vhdl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_video.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_view.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vim.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vite.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vitest.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vlang.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_volt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vroom.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vscode.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vscode2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vscode3.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vscode_test.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vsix.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vue.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vueconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vvvvvv.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_vyper.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wallaby.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wally.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wasm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wdio.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_weblate.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_webpack.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wenyan.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wercker.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wgsl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wikitext.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_windi.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wolfram.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_word.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_word2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wpml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wurst.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wxml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wxss.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_wxt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_xaml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_xcode.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_xfl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_xib.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_xliff.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_xmake.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_xml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_xo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_xorg.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_xquery.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_xsl.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_yacc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_yaml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_yaml_official.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_yamllint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_yandex.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_yang.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_yarn.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_yeoman.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_zeit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_zig.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_zip.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/file_type_zip2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_android.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_android_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_angular.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_angular_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_apache.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_apache_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_api.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_api_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_app.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_app_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_arangodb.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_asset.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_asset_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_astro.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_astro_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_audio.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_audio_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_aurelia.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_aws.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_aws_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_azure.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_azure_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_binary.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_binary_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_bloc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_blueprint.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_bot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_bot_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_bower.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_bower_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_buildkite.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cake.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cake_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cargo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cargo_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_certificate.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_changesets.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_chef.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_chef_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_circleci.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_claude.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_claude_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cli.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cli_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_client.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_client_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cloudflare.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cloudflare_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cmake.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_common.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_common_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_component.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_component_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_composer.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_composer_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_config.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_config_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_controller.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_controller_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_coverage.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_css.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_css2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_css2_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_css_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cubit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cursor.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cursor_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cypress.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_dapr.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_dart.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_dart_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_datadog.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_db.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_db_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_debian.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_debian_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_dependabot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_dist.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_dist_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_docker.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_docker_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_docs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_docs_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_e2e.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_electron.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_electron_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_expo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_expo_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_favicon.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_flow.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_flow_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_flutter.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_flutter_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_fonts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_gcp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_git.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_git_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_github.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_github_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_gitlab.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_godot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_godot_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_gradle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_graphql.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_grunt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_gulp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_haxelib.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_helper.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_helper_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_histoire.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_histoire_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_hook.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_hook_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_husky.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_husky_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_idea.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_idea_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_images.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_images_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_include.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_include_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_interfaces.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_ios.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_ios_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_js.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_js_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_json.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_json_official.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_json_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_junie.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_junie_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_kotlin.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_kotlin_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_less.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_less_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_library.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_library_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_cursor.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_cursor_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_electron.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_expo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_node.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_redux.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_sass.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_zed.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_light_zed_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_linux.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_linux_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_locale.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_locale_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_log.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_log_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_macos.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_macos_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mariadb.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_maven.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_maven_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_memcached.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_meteor.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_middleware.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_minecraft.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_minikube.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mjml.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mock.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mock_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_model.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_model_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_module.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_module_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mojo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mongodb.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mypy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mysql.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_netlify.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_next.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_next_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_nginx.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_nix.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_nix_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_node.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_node_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_notebooks.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_notification.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_notification_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_nuget.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_nuxt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_package.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_package_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_paket.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_paket_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_php.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_php_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_platformio.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_plugin.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_prisma.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_private.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_private_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_public.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_public_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_pytest.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_python.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_python_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_ravendb.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_redis.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_redis_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_redux.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_redux_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_route.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_route_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_sass.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_sass_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_script.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_script_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_seedkit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_server.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_server_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_services.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_services_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_shared.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_shared_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_snaplet.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_spin.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_spin_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_src.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_src_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_sso.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_sso_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_story.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_story_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_style.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_style_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_supabase.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_svelte.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_tauri.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_temp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_temp_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_template.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_template_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_test.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_test_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_theme.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_theme_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_tools.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_tools_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_travis.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_travis_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_trunk.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_turbo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_typescript.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_typings.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_typings2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_typings_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vagrant.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vercel.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_video.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_video_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_view.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_view_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vitepress.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vitepress_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vs.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vs2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vs_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vscode.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vscode2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vscode3.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_wasm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_wasm_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_webpack.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_windows.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_windows_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_windsurf.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_windsurf_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_wit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_wit_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_www.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_www_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_yarn.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_zed.svg +0 -0
- /package/static/{2d299f4 → 632c255}/extensions/builtin.vscode-icons/icons/folder_type_zed_opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{2d299f4 → 632c255}/icons/account.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/activate-breakpoints.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/add-small.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/add.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/agent.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/archive.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-both.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-circle-down.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-circle-left.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-circle-right.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-circle-up.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-down.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-left.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-right.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-small-down.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-small-left.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-small-right.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-small-up.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-swap.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/arrow-up.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/ask.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/attach.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/azure-devops.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/azure.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/beaker-stop.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/beaker.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/bell-dot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/bell-slash-dot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/bell-slash.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/bell.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/blank.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/bold.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/book.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/bookmark.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/bracket-dot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/bracket-error.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/briefcase.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/broadcast.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/browser.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/bug.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/build.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/calendar.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/call-incoming.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/call-outgoing.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/case-sensitive.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/chat-sparkle-error.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/chat-sparkle-warning.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/chat-sparkle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/check-all.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/check.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/checklist.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/chevron-down.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/chevron-left.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/chevron-right.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/chevron-up.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/chip.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/chrome-close.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/chrome-maximize.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/chrome-minimize.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/chrome-restore.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/circle-filled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/circle-large-filled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/circle-large.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/circle-slash.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/circle-small-filled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/circle-small.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/circle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/circuit-board.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/claude.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/clear-all.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/clippy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/clockface.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/close-all.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/close.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/cloud-download.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/cloud-small.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/cloud-upload.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/cloud.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/code-oss.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/code-review.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/code.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/coffee.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/collapse-all.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/collection-small.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/collection.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/color-mode.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/combine.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/comment-discussion-quote.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/comment-discussion-sparkle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/comment-discussion.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/comment-draft.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/comment-unresolved.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/comment.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/compass-active.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/compass-dot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/compass.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/copilot-blocked.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/copilot-error.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/copilot-in-progress.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/copilot-large.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/copilot-not-connected.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/copilot-snooze.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/copilot-success.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/copilot-unavailable.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/copilot-warning-large.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/copilot-warning.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/copilot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/copy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/coverage.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/credit-card.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/cursor.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/dash.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/dashboard.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/database.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-all.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-alt-2.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-alt-small.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-alt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-connected.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-console.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-continue-small.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-continue.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-coverage.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-disconnect.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-line-by-line.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-pause.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-rerun.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-restart-frame.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-restart.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-stackframe.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-start.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-step-back.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-step-into.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-step-out.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-step-over.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug-stop.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/debug.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/desktop-download.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/device-camera-video.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/device-camera.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/device-mobile.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/diff-added.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/diff-ignored.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/diff-modified.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/diff-multiple.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/diff-removed.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/diff-renamed.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/diff-single.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/diff.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/discard.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/download.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/edit-code.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/edit-session.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/edit-sparkle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/edit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/editor-layout.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/ellipsis.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/empty-window.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/eraser.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/error-small.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/error.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/exclude.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/expand-all.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/export.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{2d299f4 → 632c255}/icons/extensions-large.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/extensions.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/eye-closed.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/eye.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/feedback.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/file-binary.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/file-code.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/file-media.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/file-pdf.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/file-submodule.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/file-symlink-directory.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/file-symlink-file.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/file-text.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/file-zip.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/file.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/files.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/filter-filled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/filter.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/flag.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/flame.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/fold-down.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/fold-up.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/fold.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/folder-active.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/folder-library.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/folder-opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/folder.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/forward.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/game.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/gear.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/gift.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/gist-secret.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/gist.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-branch-changes.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-branch-conflicts.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-branch-staged-changes.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-branch.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-commit.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-compare.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-fetch.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-merge.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-pull-request-closed.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-pull-request-create.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-pull-request-done.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-pull-request-draft.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-pull-request-go-to-changes.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-pull-request-new-changes.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-pull-request.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-stash-apply.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-stash-pop.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/git-stash.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/github-action.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/github-alt.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/github-inverted.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/github-project.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/github.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/globe.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/go-to-editing-session.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/go-to-file.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/go-to-search.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/grabber.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/graph-left.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/graph-line.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/graph-scatter.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/graph.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/gripper.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/group-by-ref-type.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/heart-filled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/heart.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/history.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/home.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/horizontal-rule.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/hubot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/icon-close.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/icon-source-control.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/icon-sync.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/icon.png +0 -0
- /package/static/{2d299f4 → 632c255}/icons/icon.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/inbox.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/indent.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/index-zero.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/info.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/insert.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/inspect.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/issue-draft.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/issue-reopened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/issues.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/italic.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/jersey.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/json.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/kebab-vertical.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/key.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/keyboard-tab-above.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/keyboard-tab-below.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/keyboard-tab.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/language-icon.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/law.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layers-active.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layers-dot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layers.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-activitybar-left.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-activitybar-right.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-centered.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-menubar.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-panel-center.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-panel-dock.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-panel-justify.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-panel-left.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-panel-off.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-panel-right.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-panel.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-sidebar-left-dock.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-sidebar-left-off.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-sidebar-left.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-sidebar-right-dock.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-sidebar-right-off.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-sidebar-right.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout-statusbar.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/layout.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/library.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/lightbulb-autofix.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/lightbulb-empty.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/lightbulb-sparkle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/lightbulb.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/link-external.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/link.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/list-filter.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/list-flat.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/list-ordered.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/list-selection.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/list-tree.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/list-unordered.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/live-share.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/loading.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/location.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/lock-small.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/lock.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/magnet.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/mail-read.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/mail.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/map-filled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/map-vertical-filled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/map-vertical.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/map.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/markdown.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/mcp.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/megaphone.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/mention.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/menu.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/merge-into.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/merge.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/mic-filled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/mic.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/milestone.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/mirror.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/mortar-board.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/move.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/multiple-windows.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/music.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/mute.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/new-collection.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/new-file.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/new-folder.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/new-session.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/newline.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/no-newline.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/note.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/notebook-template.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/notebook.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/octoface.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/open-in-product.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/open-in-window.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/open-preview.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/openai.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/organization.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/output.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/package.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/paintcan.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/pass-filled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/pass.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/percentage.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/person-add.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/person.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/piano.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/pie-chart.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/pin.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/pinned-dirty.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/pinned.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/play-circle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/play.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/plug.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/preserve-case.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/preview.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/primitive-square.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/progress.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/project.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/pulse.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/pwa-icon-192.png +0 -0
- /package/static/{2d299f4 → 632c255}/icons/pwa-icon-512.png +0 -0
- /package/static/{2d299f4 → 632c255}/icons/python.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/question.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/quote.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/quotes.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/radio-tower.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/reactions.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/record-keys.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/record-small.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/record.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/redo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/references.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/refresh.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/regex.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/remote-explorer.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/remote.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/remove-small.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/remove.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/rename.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/replace-all.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/replace.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/reply.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/repo-clone.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/repo-fetch.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/repo-force-push.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/repo-forked.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/repo-pinned.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/repo-pull.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/repo-push.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/repo-selected.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/repo.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/report.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/request-changes.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/robot.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/rocket.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/root-folder-opened.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/root-folder.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/rss.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/ruby.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/run-above.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/run-all-coverage.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/run-all.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/run-below.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/run-coverage.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/run-errors.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/run-with-deps.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/save-all.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/save-as.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/save.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/screen-cut.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/screen-full.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/screen-normal.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/search-fuzzy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/search-large.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/search-sparkle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/search-stop.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/search.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/send-to-remote-agent.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/send.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/server-environment.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/server-process.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/server.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/session-in-progress.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/settings-gear.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/settings.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/share.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/shield.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/sign-in.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/sign-out.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/skip.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/smiley.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/snake.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/sort-precedence.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/source-control.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/sparkle-filled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/sparkle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/split-horizontal.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/split-vertical.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/squiggly-error.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/squiggly-warning.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/squirrel.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/star-empty.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/star-full.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/star-half.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/stop-circle.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/strikethrough.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/surround-with.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-array.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-boolean.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-class.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-color.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-constant.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-enum-member.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-enum.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-event.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-field.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-file.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-interface.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-key.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-keyword.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-method-arrow.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-method.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-misc.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-namespace.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-numeric.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-operator.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-parameter.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-property.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-ruler.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-snippet.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-string.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-structure.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/symbol-variable.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/sync-ignored.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/sync.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/table.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/tag.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/target.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/tasklist.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/telescope.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/terminal-bash.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/terminal-cmd.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/terminal-debian.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/terminal-git-bash.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/terminal-linux.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/terminal-powershell.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/terminal-tmux.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/terminal-ubuntu.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/terminal.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/text-size.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/theme-icon.png +0 -0
- /package/static/{2d299f4 → 632c255}/icons/thinking.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/three-bars.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/thumbsdown-filled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/thumbsdown.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/thumbsup-filled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/thumbsup.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/tools.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/trash.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/triangle-down.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/triangle-left.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/triangle-right.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/triangle-up.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/twitter.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/type-hierarchy-sub.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/type-hierarchy-super.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/type-hierarchy.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/unarchive.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/unfold.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/ungroup-by-ref-type.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/unlock.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/unmute.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/unverified.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/variable-group.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/verified-filled.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/verified.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/versions.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/vm-active.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/vm-connect.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/vm-outline.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/vm-pending.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/vm-running.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/vm-small.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/vm.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/vr.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/vscode-insiders.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/vscode.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/wand.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/warning.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/watch.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/whitespace.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/whole-word.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/window-active.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/window.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/word-wrap.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/workspace-trusted.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/workspace-unknown.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/workspace-untrusted.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/worktree-small.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/worktree.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/zoom-in.svg +0 -0
- /package/static/{2d299f4 → 632c255}/icons/zoom-out.svg +0 -0
- /package/static/{2d299f4 → 632c255}/js/babel-parser.js +0 -0
- /package/static/{2d299f4 → 632c255}/js/ky.js +0 -0
- /package/static/{2d299f4 → 632c255}/js/lvce-editor-import-script.js +0 -0
- /package/static/{2d299f4 → 632c255}/js/lvce-editor-ipc.js +0 -0
- /package/static/{2d299f4 → 632c255}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{2d299f4 → 632c255}/js/lvce-editor-rpc.js +0 -0
- /package/static/{2d299f4 → 632c255}/js/lvce-editor-verror.js +0 -0
- /package/static/{2d299f4 → 632c255}/js/p-min-delay.js +0 -0
- /package/static/{2d299f4 → 632c255}/js/pretty-bytes.js +0 -0
- /package/static/{2d299f4 → 632c255}/js/preview-injected.js +0 -0
- /package/static/{2d299f4 → 632c255}/js/register-extension-file-system-service-worker.js +0 -0
- /package/static/{2d299f4 → 632c255}/js/yoctodelay.js +0 -0
- /package/static/{2d299f4 → 632c255}/lib-css/termterm.css +0 -0
- /package/static/{2d299f4 → 632c255}/lib-css/xterm.css +0 -0
- /package/static/{2d299f4 → 632c255}/packages/activity-bar-worker/dist/activityBarWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/auth-worker/dist/authWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/chat-coordinator-worker/dist/chatCoordinatorWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/chat-debug-view/dist/chatDebugViewWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/chat-math-worker/dist/chatMathWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/chat-message-parsing-worker/dist/chatMessageParsingWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/chat-network-worker/dist/chatNetworkWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/chat-storage-worker/dist/chatStorageWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/chat-tool-worker/dist/chatToolWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/chat-view/dist/chatViewWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/chat-view-model/dist/chatViewModelWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/hover-worker/dist/hoverWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/icon-theme-worker/dist/iconThemeWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/language-models-view/dist/languageModelsViewMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/main-area-worker/dist/mainAreaWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/menu-worker/dist/menuWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/opener-worker/dist/openerWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/output-view/dist/outputViewWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/panel-worker/dist/panelWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/preload/dist/index.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/preview-sandbox-worker/dist/previewSandBoxWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/preview-worker/dist/previewWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/problems-view/dist/problemsViewWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/quick-pick-worker/dist/quickPickWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/renderer-process/LICENSE +0 -0
- /package/static/{2d299f4 → 632c255}/packages/renderer-process/README.md +0 -0
- /package/static/{2d299f4 → 632c255}/packages/renderer-process/package.json +0 -0
- /package/static/{2d299f4 → 632c255}/packages/settings-view/dist/settingsViewWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/settings-view/dist/settingsWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/source-action-worker/dist/sourceActionWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/text-measurement-worker/dist/textMeasurementWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/packages/update-worker/dist/updateWorkerMain.js +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.cpp +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.css +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.csv +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.dart +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.env +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.ex +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.html +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.java +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.jl +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.js +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.json +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.kt +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.pl +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.py +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/index.ts +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/scrolling.txt +0 -0
- /package/static/{2d299f4 → 632c255}/playground/languages/tsconfig.json +0 -0
- /package/static/{2d299f4 → 632c255}/playground/sample-folder/a.txt +0 -0
- /package/static/{2d299f4 → 632c255}/playground/sample-folder/b.txt +0 -0
- /package/static/{2d299f4 → 632c255}/playground/sample-folder/c.txt +0 -0
|
@@ -108,7 +108,7 @@ const getAssetDir$1 = () => {
|
|
|
108
108
|
// @ts-ignore
|
|
109
109
|
{
|
|
110
110
|
// @ts-ignore
|
|
111
|
-
return '/
|
|
111
|
+
return '/632c255';
|
|
112
112
|
}
|
|
113
113
|
};
|
|
114
114
|
const assetDir = getAssetDir$1();
|
|
@@ -2715,7 +2715,7 @@ const get$a = key => {
|
|
|
2715
2715
|
return contexts$1[key];
|
|
2716
2716
|
};
|
|
2717
2717
|
const toKeep = [BrowserChromium, BrowserElectron, BrowserFirefox];
|
|
2718
|
-
const reset = () => {
|
|
2718
|
+
const reset$1 = () => {
|
|
2719
2719
|
const oldContexts = contexts$1;
|
|
2720
2720
|
contexts$1 = Object.create(null);
|
|
2721
2721
|
for (const key of toKeep) {
|
|
@@ -2992,7 +2992,7 @@ const clearFocusedInstanceByType = (uid, moduleId) => {
|
|
|
2992
2992
|
*/
|
|
2993
2993
|
const setFocus = (focusKey, additionalFocusKey, uid, viewletModuleId) => {
|
|
2994
2994
|
number(focusKey);
|
|
2995
|
-
reset();
|
|
2995
|
+
reset$1();
|
|
2996
2996
|
set$a(focusKey);
|
|
2997
2997
|
set$b(get$9(), true);
|
|
2998
2998
|
if (additionalFocusKey) {
|
|
@@ -3068,6 +3068,20 @@ const isOpen = () => {
|
|
|
3068
3068
|
return false;
|
|
3069
3069
|
};
|
|
3070
3070
|
|
|
3071
|
+
const run = async (method, overlayId) => {
|
|
3072
|
+
try {
|
|
3073
|
+
await execute$3(`SimpleBrowser.${method}`, overlayId);
|
|
3074
|
+
} catch (error) {
|
|
3075
|
+
console.error(`[renderer-worker] Failed to ${method} for Simple Browser`, error);
|
|
3076
|
+
}
|
|
3077
|
+
};
|
|
3078
|
+
const show$b = overlayId => {
|
|
3079
|
+
return run('showOverlay', overlayId);
|
|
3080
|
+
};
|
|
3081
|
+
const hide$5 = overlayId => {
|
|
3082
|
+
return run('hideOverlay', overlayId);
|
|
3083
|
+
};
|
|
3084
|
+
|
|
3071
3085
|
const updateDynamic = (commands, key, fn) => {
|
|
3072
3086
|
const keyIndex = commands.findIndex(command => command[0] === key);
|
|
3073
3087
|
let args = [];
|
|
@@ -3907,18 +3921,24 @@ const handleVisibilityChange = async visibilityState => {
|
|
|
3907
3921
|
const getStorageKey = viewletId => {
|
|
3908
3922
|
return getViewletStorageKey(viewletId, getWorkspacePath());
|
|
3909
3923
|
};
|
|
3910
|
-
const
|
|
3911
|
-
const instance = getInstance(
|
|
3924
|
+
const saveViewletStateAs = async (instanceId, storageId) => {
|
|
3925
|
+
const instance = getInstance(instanceId);
|
|
3912
3926
|
const savedState = await serializeInstance(instance);
|
|
3913
3927
|
if (savedState === undefined) {
|
|
3914
3928
|
return;
|
|
3915
3929
|
}
|
|
3916
|
-
await setJson$3(getStorageKey(
|
|
3930
|
+
await setJson$3(getStorageKey(storageId), savedState);
|
|
3917
3931
|
if (instance && instance.factory.saveChildState) {
|
|
3918
3932
|
const childIds = instance.factory.saveChildState(instance.state);
|
|
3919
3933
|
await Promise.all(childIds.map(saveViewletState));
|
|
3920
3934
|
}
|
|
3921
3935
|
};
|
|
3936
|
+
const saveViewletState = async id => {
|
|
3937
|
+
return saveViewletStateAs(id, id);
|
|
3938
|
+
};
|
|
3939
|
+
const saveViewletStateWithStorageId = async (instanceId, storageId) => {
|
|
3940
|
+
return saveViewletStateAs(instanceId, storageId);
|
|
3941
|
+
};
|
|
3922
3942
|
const hydrate$5 = async () => {
|
|
3923
3943
|
addListener('workspace.beforeChange', saveWorkspaceViewletStates);
|
|
3924
3944
|
// TODO should set up listener in renderer process
|
|
@@ -5392,7 +5412,18 @@ const openWidget = async (moduleId, ...args) => {
|
|
|
5392
5412
|
// TODO send focus changes to renderer process together with other message
|
|
5393
5413
|
updateDynamicFocusContext(commands);
|
|
5394
5414
|
commands.push(['Viewlet.focus', childUid]);
|
|
5395
|
-
|
|
5415
|
+
const hasSimpleBrowserOverlay = moduleId === QuickPick;
|
|
5416
|
+
if (hasSimpleBrowserOverlay) {
|
|
5417
|
+
await show$b('quick-pick');
|
|
5418
|
+
}
|
|
5419
|
+
try {
|
|
5420
|
+
await invoke$I('Viewlet.executeCommands', commands);
|
|
5421
|
+
} catch (error) {
|
|
5422
|
+
if (hasSimpleBrowserOverlay) {
|
|
5423
|
+
await hide$5('quick-pick');
|
|
5424
|
+
}
|
|
5425
|
+
throw error;
|
|
5426
|
+
}
|
|
5396
5427
|
};
|
|
5397
5428
|
const closeWidget = async id => {
|
|
5398
5429
|
try {
|
|
@@ -5401,10 +5432,17 @@ const closeWidget = async id => {
|
|
|
5401
5432
|
if (!childInstance) {
|
|
5402
5433
|
return;
|
|
5403
5434
|
}
|
|
5435
|
+
const hasSimpleBrowserOverlay = childInstance.moduleId === QuickPick;
|
|
5404
5436
|
const child = childInstance.state;
|
|
5405
5437
|
const childUid = child.uid;
|
|
5406
5438
|
const commands = disposeFunctional(childUid);
|
|
5407
|
-
|
|
5439
|
+
try {
|
|
5440
|
+
await invoke$I(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
|
|
5441
|
+
} finally {
|
|
5442
|
+
if (hasSimpleBrowserOverlay) {
|
|
5443
|
+
await hide$5('quick-pick');
|
|
5444
|
+
}
|
|
5445
|
+
}
|
|
5408
5446
|
// TODO restore focus
|
|
5409
5447
|
} catch (error) {
|
|
5410
5448
|
throw new VError(error, `Failed to close widget ${id}`);
|
|
@@ -7486,6 +7524,7 @@ const commandMap = {
|
|
|
7486
7524
|
'ExtensionHostManagement.getStatusBarItems': lazy('ExtensionHostManagement.getStatusBarItems'),
|
|
7487
7525
|
'ExtensionHostOrganizeImports.organizeImports': lazy('ExtensionHostOrganizeImports.organizeImports'),
|
|
7488
7526
|
'ExtensionHostQuickPick.show': lazy('ExtensionHostQuickPick.show'),
|
|
7527
|
+
'ExtensionHostQuickPick.showQuickPick': lazy('ExtensionHostQuickPick.showQuickPick'),
|
|
7489
7528
|
'ExtensionHostSelection.executeGrowSelection': lazy('ExtensionHostSelection.executeGrowSelection'),
|
|
7490
7529
|
'ExtensionHostState.getSavedState': lazy('ExtensionHostState.getSavedState'),
|
|
7491
7530
|
'ExtensionHostState.saveState': lazy('ExtensionHostState.saveState'),
|
|
@@ -7817,6 +7856,7 @@ const commandMap = {
|
|
|
7817
7856
|
'Layout.getActiveSideBarView': lazy('Layout.getActiveSideBarView'),
|
|
7818
7857
|
'Layout.getActiveSecondarySideBarView': lazy('Layout.getActiveSecondarySideBarView'),
|
|
7819
7858
|
'Layout.getSecondarySideBarVisible': lazy('Layout.getSecondarySideBarVisible'),
|
|
7859
|
+
'Layout.getSideBarFocusMode': lazy('Layout.getSideBarFocusMode'),
|
|
7820
7860
|
'Layout.getAssetDir': lazy('Layout.getAssetDir'),
|
|
7821
7861
|
'Layout.getAuthState': lazy('Layout.getAuthState'),
|
|
7822
7862
|
'Layout.getBackendUrl': lazy('Layout.getBackendUrl'),
|
|
@@ -7837,7 +7877,9 @@ const commandMap = {
|
|
|
7837
7877
|
'Layout.handleSashPointerUp': lazy('Layout.handleSashPointerUp'),
|
|
7838
7878
|
'Layout.handleWorkspaceRefresh': lazy('Layout.handleWorkspaceRefresh'),
|
|
7839
7879
|
'Layout.refreshSourceControlBadgeCount': lazy('Layout.refreshSourceControlBadgeCount'),
|
|
7880
|
+
'Layout.reset': lazy('Layout.reset'),
|
|
7840
7881
|
'Layout.closeChat': lazy('Layout.closeChat'),
|
|
7882
|
+
'Layout.enterSideBarFocusMode': lazy('Layout.enterSideBarFocusMode'),
|
|
7841
7883
|
'Layout.hideActivityBar': lazy('Layout.hideActivityBar'),
|
|
7842
7884
|
'Layout.hideMain': lazy('Layout.hideMain'),
|
|
7843
7885
|
'Layout.hidePanel': lazy('Layout.hidePanel'),
|
|
@@ -7854,6 +7896,7 @@ const commandMap = {
|
|
|
7854
7896
|
'Layout.loadSecondarySideBarIfVisible': lazy('Layout.loadSecondarySideBarIfVisible'),
|
|
7855
7897
|
'Layout.loadStatusBarIfVisible': lazy('Layout.loadStatusBarIfVisible'),
|
|
7856
7898
|
'Layout.loadTitleBarIfVisible': lazy('Layout.loadTitleBarIfVisible'),
|
|
7899
|
+
'Layout.leaveSideBarFocusMode': lazy('Layout.leaveSideBarFocusMode'),
|
|
7857
7900
|
'Layout.moveSideBarLeft': lazy('Layout.moveSideBarLeft'),
|
|
7858
7901
|
'Layout.moveSideBarRight': lazy('Layout.moveSideBarRight'),
|
|
7859
7902
|
'Layout.openChat': lazy('Layout.openChat'),
|
|
@@ -8848,7 +8891,7 @@ const ExtensionHostFileSystem = {
|
|
|
8848
8891
|
writeFile: writeFile$e
|
|
8849
8892
|
};
|
|
8850
8893
|
|
|
8851
|
-
const name$
|
|
8894
|
+
const name$2t = 'App';
|
|
8852
8895
|
const appPrefix = 'app://';
|
|
8853
8896
|
const getPath$3 = uri => {
|
|
8854
8897
|
if (uri.startsWith(appPrefix)) {
|
|
@@ -8913,7 +8956,7 @@ const FileSystemApp = {
|
|
|
8913
8956
|
getPathSeparator: getPathSeparator$7,
|
|
8914
8957
|
isReadonly: isReadonly$7,
|
|
8915
8958
|
mkdir: mkdir$7,
|
|
8916
|
-
name: name$
|
|
8959
|
+
name: name$2t,
|
|
8917
8960
|
readDirWithFileTypes: readDirWithFileTypes$7,
|
|
8918
8961
|
readFile: readFile$d,
|
|
8919
8962
|
readJson: readJson$5,
|
|
@@ -8922,7 +8965,7 @@ const FileSystemApp = {
|
|
|
8922
8965
|
writeFile: writeFile$d
|
|
8923
8966
|
};
|
|
8924
8967
|
|
|
8925
|
-
const name$
|
|
8968
|
+
const name$2s = 'Data';
|
|
8926
8969
|
const dataPrefix = 'data://';
|
|
8927
8970
|
const getPath$2 = uri => {
|
|
8928
8971
|
if (uri.startsWith(dataPrefix)) {
|
|
@@ -8970,7 +9013,7 @@ const FileSystemData = {
|
|
|
8970
9013
|
getPathSeparator: getPathSeparator$6,
|
|
8971
9014
|
isReadonly: isReadonly$6,
|
|
8972
9015
|
mkdir: mkdir$6,
|
|
8973
|
-
name: name$
|
|
9016
|
+
name: name$2s,
|
|
8974
9017
|
readDirWithFileTypes: readDirWithFileTypes$6,
|
|
8975
9018
|
readFile: readFile$c,
|
|
8976
9019
|
remove: remove$6,
|
|
@@ -8978,7 +9021,7 @@ const FileSystemData = {
|
|
|
8978
9021
|
writeFile: writeFile$c
|
|
8979
9022
|
};
|
|
8980
9023
|
|
|
8981
|
-
const name$
|
|
9024
|
+
const name$2r = 'Memory';
|
|
8982
9025
|
const memfsPrefix = 'memfs://';
|
|
8983
9026
|
const getPath$1 = uri => {
|
|
8984
9027
|
if (uri.startsWith(memfsPrefix)) {
|
|
@@ -9043,7 +9086,7 @@ const FileSystemMemory = {
|
|
|
9043
9086
|
getPathSeparator: getPathSeparator$5,
|
|
9044
9087
|
isReadonly: isReadonly$5,
|
|
9045
9088
|
mkdir: mkdir$5,
|
|
9046
|
-
name: name$
|
|
9089
|
+
name: name$2r,
|
|
9047
9090
|
readDirWithFileTypes: readDirWithFileTypes$5,
|
|
9048
9091
|
readFile: readFile$b,
|
|
9049
9092
|
remove: remove$5,
|
|
@@ -9059,7 +9102,7 @@ const Unknown = 12;
|
|
|
9059
9102
|
// TODO when it rejects, it should throw a custom error,
|
|
9060
9103
|
// FileSystemError
|
|
9061
9104
|
|
|
9062
|
-
const name$
|
|
9105
|
+
const name$2q = 'Web';
|
|
9063
9106
|
const state$c = {
|
|
9064
9107
|
watchers: Object.create(null),
|
|
9065
9108
|
saveListeners: [],
|
|
@@ -9351,7 +9394,7 @@ const FileSystemWeb = {
|
|
|
9351
9394
|
getPathSeparator: getPathSeparator$4,
|
|
9352
9395
|
isReadonly: isReadonly$4,
|
|
9353
9396
|
mkdir: mkdir$4,
|
|
9354
|
-
name: name$
|
|
9397
|
+
name: name$2q,
|
|
9355
9398
|
onDidSave,
|
|
9356
9399
|
readDirWithFileTypes: readDirWithFileTypes$4,
|
|
9357
9400
|
readFile: readFile$a,
|
|
@@ -9385,7 +9428,7 @@ const {
|
|
|
9385
9428
|
// TODO move all of this to an extension
|
|
9386
9429
|
|
|
9387
9430
|
const canBeRestored$2 = true;
|
|
9388
|
-
const name$
|
|
9431
|
+
const name$2p = 'Fetch';
|
|
9389
9432
|
const state$b = {
|
|
9390
9433
|
files: Object.create(null)
|
|
9391
9434
|
};
|
|
@@ -9464,7 +9507,7 @@ const FileSystemFetch = {
|
|
|
9464
9507
|
getPathSeparator: getPathSeparator$3,
|
|
9465
9508
|
isReadonly: isReadonly$3,
|
|
9466
9509
|
mkdir: mkdir$3,
|
|
9467
|
-
name: name$
|
|
9510
|
+
name: name$2p,
|
|
9468
9511
|
readDirWithFileTypes: readDirWithFileTypes$3,
|
|
9469
9512
|
readFile: readFile$9,
|
|
9470
9513
|
readJson: readJson$4,
|
|
@@ -9478,7 +9521,7 @@ const getRemoteSrc = uri => {
|
|
|
9478
9521
|
return src;
|
|
9479
9522
|
};
|
|
9480
9523
|
|
|
9481
|
-
const name$
|
|
9524
|
+
const name$2o = 'Disk';
|
|
9482
9525
|
const toUri = item => {
|
|
9483
9526
|
if (item.startsWith('file://')) {
|
|
9484
9527
|
return item;
|
|
@@ -9582,7 +9625,7 @@ const FileSystemDisk = {
|
|
|
9582
9625
|
getRealPath,
|
|
9583
9626
|
isReadonly: isReadonly$2,
|
|
9584
9627
|
mkdir: mkdir$2,
|
|
9585
|
-
name: name$
|
|
9628
|
+
name: name$2o,
|
|
9586
9629
|
readDirWithFileTypes: readDirWithFileTypes$2,
|
|
9587
9630
|
readFile: readFile$8,
|
|
9588
9631
|
readJson: readJson$3,
|
|
@@ -9973,7 +10016,7 @@ const {
|
|
|
9973
10016
|
restart: restart$j
|
|
9974
10017
|
} = getOrCreateWorker(launchDebugWorker);
|
|
9975
10018
|
|
|
9976
|
-
const name$
|
|
10019
|
+
const name$2n = 'Debug';
|
|
9977
10020
|
const readFile$6 = uri => {
|
|
9978
10021
|
return invoke$y('RunAndDebug.readFile', uri);
|
|
9979
10022
|
};
|
|
@@ -10020,7 +10063,7 @@ const FileSystemDebug = {
|
|
|
10020
10063
|
getPathSeparator,
|
|
10021
10064
|
isReadonly,
|
|
10022
10065
|
mkdir,
|
|
10023
|
-
name: name$
|
|
10066
|
+
name: name$2n,
|
|
10024
10067
|
readDirWithFileTypes,
|
|
10025
10068
|
readFile: readFile$6,
|
|
10026
10069
|
remove,
|
|
@@ -10070,7 +10113,7 @@ const showAbout = async () => {
|
|
|
10070
10113
|
await invoke$x('About.showAbout', getPlatform$1());
|
|
10071
10114
|
};
|
|
10072
10115
|
|
|
10073
|
-
const name$
|
|
10116
|
+
const name$2m = 'About';
|
|
10074
10117
|
const Commands$2r = {
|
|
10075
10118
|
showAbout: showAbout
|
|
10076
10119
|
};
|
|
@@ -10078,7 +10121,7 @@ const Commands$2r = {
|
|
|
10078
10121
|
const About_ipc = {
|
|
10079
10122
|
__proto__: null,
|
|
10080
10123
|
Commands: Commands$2r,
|
|
10081
|
-
name: name$
|
|
10124
|
+
name: name$2m
|
|
10082
10125
|
};
|
|
10083
10126
|
|
|
10084
10127
|
/**
|
|
@@ -10146,7 +10189,7 @@ const getResponse$1 = async (url, options) => {
|
|
|
10146
10189
|
|
|
10147
10190
|
// TODO only use Ajax module via ipc -> that way is is always lazyloaded
|
|
10148
10191
|
|
|
10149
|
-
const name$
|
|
10192
|
+
const name$2l = 'Ajax';
|
|
10150
10193
|
const Commands$2q = {
|
|
10151
10194
|
getBlob: getBlob,
|
|
10152
10195
|
getJson: getJson$1,
|
|
@@ -10156,7 +10199,7 @@ const Commands$2q = {
|
|
|
10156
10199
|
const Ajax_ipc = {
|
|
10157
10200
|
__proto__: null,
|
|
10158
10201
|
Commands: Commands$2q,
|
|
10159
|
-
name: name$
|
|
10202
|
+
name: name$2l
|
|
10160
10203
|
};
|
|
10161
10204
|
|
|
10162
10205
|
const playBell = async () => {
|
|
@@ -10167,7 +10210,7 @@ const play = async url => {
|
|
|
10167
10210
|
await invoke$I('Audio.play', /* src */url);
|
|
10168
10211
|
};
|
|
10169
10212
|
|
|
10170
|
-
const name$
|
|
10213
|
+
const name$2k = 'Audio';
|
|
10171
10214
|
const Commands$2p = {
|
|
10172
10215
|
playBell: playBell,
|
|
10173
10216
|
play: play
|
|
@@ -10176,7 +10219,7 @@ const Commands$2p = {
|
|
|
10176
10219
|
const Audio_ipc = {
|
|
10177
10220
|
__proto__: null,
|
|
10178
10221
|
Commands: Commands$2p,
|
|
10179
|
-
name: name$
|
|
10222
|
+
name: name$2k
|
|
10180
10223
|
};
|
|
10181
10224
|
|
|
10182
10225
|
const updateWorkerUrl = `${assetDir}/packages/update-worker/dist/updateWorkerMain.js`;
|
|
@@ -10201,7 +10244,7 @@ const checkForUpdates = async updateSetting => {
|
|
|
10201
10244
|
await invoke$w('Update.checkForUpdates', updateSetting, repository);
|
|
10202
10245
|
};
|
|
10203
10246
|
|
|
10204
|
-
const name$
|
|
10247
|
+
const name$2j = 'AutoUpdater';
|
|
10205
10248
|
const Commands$2o = {
|
|
10206
10249
|
checkForUpdates: checkForUpdates
|
|
10207
10250
|
};
|
|
@@ -10209,7 +10252,7 @@ const Commands$2o = {
|
|
|
10209
10252
|
const AutoUpdater_ipc = {
|
|
10210
10253
|
__proto__: null,
|
|
10211
10254
|
Commands: Commands$2o,
|
|
10212
|
-
name: name$
|
|
10255
|
+
name: name$2j
|
|
10213
10256
|
};
|
|
10214
10257
|
|
|
10215
10258
|
const getActiveEditorId = () => {
|
|
@@ -10220,7 +10263,7 @@ const getActiveEditorId = () => {
|
|
|
10220
10263
|
return instance.state.id;
|
|
10221
10264
|
};
|
|
10222
10265
|
|
|
10223
|
-
const name$
|
|
10266
|
+
const name$2i = 'GetActiveEditor';
|
|
10224
10267
|
const Commands$2n = {
|
|
10225
10268
|
getActiveEditorId: getActiveEditorId
|
|
10226
10269
|
};
|
|
@@ -10228,14 +10271,14 @@ const Commands$2n = {
|
|
|
10228
10271
|
const GetActiveEditor_ipc = {
|
|
10229
10272
|
__proto__: null,
|
|
10230
10273
|
Commands: Commands$2n,
|
|
10231
|
-
name: name$
|
|
10274
|
+
name: name$2i
|
|
10232
10275
|
};
|
|
10233
10276
|
|
|
10234
10277
|
const getSelectionText$1 = () => {
|
|
10235
10278
|
return invoke$I('Css.getSelectionText');
|
|
10236
10279
|
};
|
|
10237
10280
|
|
|
10238
|
-
const name$
|
|
10281
|
+
const name$2h = 'Document';
|
|
10239
10282
|
const Commands$2m = {
|
|
10240
10283
|
getSelectionText: getSelectionText$1
|
|
10241
10284
|
};
|
|
@@ -10243,7 +10286,7 @@ const Commands$2m = {
|
|
|
10243
10286
|
const Document_ipc = {
|
|
10244
10287
|
__proto__: null,
|
|
10245
10288
|
Commands: Commands$2m,
|
|
10246
|
-
name: name$
|
|
10289
|
+
name: name$2h
|
|
10247
10290
|
};
|
|
10248
10291
|
|
|
10249
10292
|
const exec = (command, args, options) => {
|
|
@@ -10253,7 +10296,7 @@ const exec = (command, args, options) => {
|
|
|
10253
10296
|
return invoke$F('Exec.exec', command, args, options);
|
|
10254
10297
|
};
|
|
10255
10298
|
|
|
10256
|
-
const name$
|
|
10299
|
+
const name$2g = 'Exec';
|
|
10257
10300
|
const Commands$2l = {
|
|
10258
10301
|
exec: exec
|
|
10259
10302
|
};
|
|
@@ -10261,7 +10304,7 @@ const Commands$2l = {
|
|
|
10261
10304
|
const Exec_ipc = {
|
|
10262
10305
|
__proto__: null,
|
|
10263
10306
|
Commands: Commands$2l,
|
|
10264
|
-
name: name$
|
|
10307
|
+
name: name$2g
|
|
10265
10308
|
};
|
|
10266
10309
|
|
|
10267
10310
|
const cache = Object.create(null);
|
|
@@ -10299,7 +10342,7 @@ const getEditorSourceActions = async () => {
|
|
|
10299
10342
|
return codeActions;
|
|
10300
10343
|
};
|
|
10301
10344
|
|
|
10302
|
-
const name$
|
|
10345
|
+
const name$2f = 'GetEditorSourceActions';
|
|
10303
10346
|
const Commands$2k = {
|
|
10304
10347
|
getEditorSourceActions: getEditorSourceActions
|
|
10305
10348
|
};
|
|
@@ -10307,10 +10350,10 @@ const Commands$2k = {
|
|
|
10307
10350
|
const GetEditorSourceActions_ipc = {
|
|
10308
10351
|
__proto__: null,
|
|
10309
10352
|
Commands: Commands$2k,
|
|
10310
|
-
name: name$
|
|
10353
|
+
name: name$2f
|
|
10311
10354
|
};
|
|
10312
10355
|
|
|
10313
|
-
const name$
|
|
10356
|
+
const name$2e = 'PlatformPaths';
|
|
10314
10357
|
const Commands$2j = {
|
|
10315
10358
|
getLogsDir: getLogsDir,
|
|
10316
10359
|
getTmpDir: getTmpDir,
|
|
@@ -10323,7 +10366,7 @@ const Commands$2j = {
|
|
|
10323
10366
|
const PlatformPaths_ipc = {
|
|
10324
10367
|
__proto__: null,
|
|
10325
10368
|
Commands: Commands$2j,
|
|
10326
|
-
name: name$
|
|
10369
|
+
name: name$2e
|
|
10327
10370
|
};
|
|
10328
10371
|
|
|
10329
10372
|
const getFileHandles = ids => {
|
|
@@ -10337,7 +10380,7 @@ const getFilePathElectron = async file => {
|
|
|
10337
10380
|
return invoke$I('GetFilePathElectron.getFilePathElectron', file);
|
|
10338
10381
|
};
|
|
10339
10382
|
|
|
10340
|
-
const name$
|
|
10383
|
+
const name$2d = 'FileSystemHandle';
|
|
10341
10384
|
const Commands$2i = {
|
|
10342
10385
|
addFileHandle: addFileHandle,
|
|
10343
10386
|
getFileHandles: getFileHandles,
|
|
@@ -10347,7 +10390,7 @@ const Commands$2i = {
|
|
|
10347
10390
|
const FileSystemHandle_ipc = {
|
|
10348
10391
|
__proto__: null,
|
|
10349
10392
|
Commands: Commands$2i,
|
|
10350
|
-
name: name$
|
|
10393
|
+
name: name$2d
|
|
10351
10394
|
};
|
|
10352
10395
|
|
|
10353
10396
|
const base64StringToBlob = base64String => {
|
|
@@ -10369,7 +10412,7 @@ const disposeSrc = async src => {
|
|
|
10369
10412
|
}
|
|
10370
10413
|
};
|
|
10371
10414
|
|
|
10372
|
-
const name$
|
|
10415
|
+
const name$2c = 'Blob';
|
|
10373
10416
|
const Commands$2h = {
|
|
10374
10417
|
base64StringToBlob: base64StringToBlob,
|
|
10375
10418
|
binaryStringToBlob: binaryStringToBlob,
|
|
@@ -10380,7 +10423,7 @@ const Commands$2h = {
|
|
|
10380
10423
|
const Blob_ipc = {
|
|
10381
10424
|
__proto__: null,
|
|
10382
10425
|
Commands: Commands$2h,
|
|
10383
|
-
name: name$
|
|
10426
|
+
name: name$2c
|
|
10384
10427
|
};
|
|
10385
10428
|
|
|
10386
10429
|
const getNewContent = (oldContent, changes) => {
|
|
@@ -10453,7 +10496,7 @@ const applyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
10453
10496
|
await Promise.all(edits.map(applyFileReplacement));
|
|
10454
10497
|
};
|
|
10455
10498
|
|
|
10456
|
-
const name$
|
|
10499
|
+
const name$2b = 'BulkReplacement';
|
|
10457
10500
|
const Commands$2g = {
|
|
10458
10501
|
applyBulkReplacement: applyBulkReplacement
|
|
10459
10502
|
};
|
|
@@ -10461,7 +10504,7 @@ const Commands$2g = {
|
|
|
10461
10504
|
const BulkReplacement_ipc = {
|
|
10462
10505
|
__proto__: null,
|
|
10463
10506
|
Commands: Commands$2g,
|
|
10464
|
-
name: name$
|
|
10507
|
+
name: name$2b
|
|
10465
10508
|
};
|
|
10466
10509
|
|
|
10467
10510
|
const ApplicationJson = 'aplication/json';
|
|
@@ -10554,7 +10597,7 @@ const clearCache$1 = async () => {
|
|
|
10554
10597
|
|
|
10555
10598
|
// TODO only use CacheStorage module via ipc -> that way is is always lazyloaded
|
|
10556
10599
|
|
|
10557
|
-
const name$
|
|
10600
|
+
const name$2a = 'CacheStorage';
|
|
10558
10601
|
const Commands$2f = {
|
|
10559
10602
|
clearCache: clearCache$1,
|
|
10560
10603
|
getJson: getJson,
|
|
@@ -10564,10 +10607,10 @@ const Commands$2f = {
|
|
|
10564
10607
|
const CacheStorage_ipc = {
|
|
10565
10608
|
__proto__: null,
|
|
10566
10609
|
Commands: Commands$2f,
|
|
10567
|
-
name: name$
|
|
10610
|
+
name: name$2a
|
|
10568
10611
|
};
|
|
10569
10612
|
|
|
10570
|
-
const name$
|
|
10613
|
+
const name$29 = 'Callback';
|
|
10571
10614
|
const Commands$2e = {
|
|
10572
10615
|
resolve: resolve
|
|
10573
10616
|
};
|
|
@@ -10575,7 +10618,7 @@ const Commands$2e = {
|
|
|
10575
10618
|
const Callback_ipc = {
|
|
10576
10619
|
__proto__: null,
|
|
10577
10620
|
Commands: Commands$2e,
|
|
10578
|
-
name: name$
|
|
10621
|
+
name: name$29
|
|
10579
10622
|
};
|
|
10580
10623
|
|
|
10581
10624
|
const minimize = () => {
|
|
@@ -10651,7 +10694,7 @@ const zoomReset = () => {
|
|
|
10651
10694
|
}
|
|
10652
10695
|
};
|
|
10653
10696
|
|
|
10654
|
-
const name$
|
|
10697
|
+
const name$28 = 'Chrome';
|
|
10655
10698
|
const Commands$2d = {
|
|
10656
10699
|
close: close$2,
|
|
10657
10700
|
exit: exit$1,
|
|
@@ -10663,7 +10706,7 @@ const Commands$2d = {
|
|
|
10663
10706
|
const Chrome_ipc = {
|
|
10664
10707
|
__proto__: null,
|
|
10665
10708
|
Commands: Commands$2d,
|
|
10666
|
-
name: name$
|
|
10709
|
+
name: name$28
|
|
10667
10710
|
};
|
|
10668
10711
|
|
|
10669
10712
|
const clipBoardWorkerUrl = `${assetDir}/packages/clipboard-worker/dist/clipBoardWorkerMain.js`;
|
|
@@ -10726,7 +10769,7 @@ const execCopy = async () => {
|
|
|
10726
10769
|
}
|
|
10727
10770
|
};
|
|
10728
10771
|
|
|
10729
|
-
const name$
|
|
10772
|
+
const name$27 = 'ClipBoard';
|
|
10730
10773
|
const Commands$2c = {
|
|
10731
10774
|
disableMemoryClipBoard: disableMemoryClipBoard,
|
|
10732
10775
|
enableMemoryClipBoard: enableMemoryClipBoard,
|
|
@@ -10744,14 +10787,14 @@ const Commands$2c = {
|
|
|
10744
10787
|
const ClipBoard_ipc = {
|
|
10745
10788
|
__proto__: null,
|
|
10746
10789
|
Commands: Commands$2c,
|
|
10747
|
-
name: name$
|
|
10790
|
+
name: name$27
|
|
10748
10791
|
};
|
|
10749
10792
|
|
|
10750
10793
|
const getColorThemeNames = async (assetDir, platform) => {
|
|
10751
10794
|
return invoke$E('Extensions.getColorThemeNames', assetDir, platform);
|
|
10752
10795
|
};
|
|
10753
10796
|
|
|
10754
|
-
const name$
|
|
10797
|
+
const name$26 = 'ColorTheme';
|
|
10755
10798
|
const Commands$2b = {
|
|
10756
10799
|
hydrate: hydrate$a,
|
|
10757
10800
|
reload: reload$4,
|
|
@@ -10762,7 +10805,7 @@ const Commands$2b = {
|
|
|
10762
10805
|
const ColorTheme_ipc = {
|
|
10763
10806
|
__proto__: null,
|
|
10764
10807
|
Commands: Commands$2b,
|
|
10765
|
-
name: name$
|
|
10808
|
+
name: name$26
|
|
10766
10809
|
};
|
|
10767
10810
|
|
|
10768
10811
|
let mockOpenDialogPaths = undefined;
|
|
@@ -10899,7 +10942,7 @@ const showErrorMessage = ({
|
|
|
10899
10942
|
return prompt$2(message);
|
|
10900
10943
|
};
|
|
10901
10944
|
|
|
10902
|
-
const name$
|
|
10945
|
+
const name$25 = 'ConfirmPrompt';
|
|
10903
10946
|
const Commands$2a = {
|
|
10904
10947
|
mock: mock$1,
|
|
10905
10948
|
prompt: prompt$1,
|
|
@@ -10909,7 +10952,7 @@ const Commands$2a = {
|
|
|
10909
10952
|
const ConfirmPrompt_ipc = {
|
|
10910
10953
|
__proto__: null,
|
|
10911
10954
|
Commands: Commands$2a,
|
|
10912
|
-
name: name$
|
|
10955
|
+
name: name$25
|
|
10913
10956
|
};
|
|
10914
10957
|
|
|
10915
10958
|
const startRecording = options => {
|
|
@@ -10970,7 +11013,7 @@ const stop = async () => {
|
|
|
10970
11013
|
await openNativeFolder(path);
|
|
10971
11014
|
};
|
|
10972
11015
|
|
|
10973
|
-
const name$
|
|
11016
|
+
const name$24 = 'ContentTracing';
|
|
10974
11017
|
const Commands$29 = {
|
|
10975
11018
|
start: start,
|
|
10976
11019
|
stop: stop
|
|
@@ -10979,7 +11022,7 @@ const Commands$29 = {
|
|
|
10979
11022
|
const ContentTracing_ipc = {
|
|
10980
11023
|
__proto__: null,
|
|
10981
11024
|
Commands: Commands$29,
|
|
10982
|
-
name: name$
|
|
11025
|
+
name: name$24
|
|
10983
11026
|
};
|
|
10984
11027
|
|
|
10985
11028
|
const hasContextMenuNativePreference = () => {
|
|
@@ -11005,7 +11048,7 @@ const show2$3 = async (uid, menuId, x, y, ...args) => {
|
|
|
11005
11048
|
return module.show2(uid, menuId, x, y, ...args);
|
|
11006
11049
|
};
|
|
11007
11050
|
|
|
11008
|
-
const name$
|
|
11051
|
+
const name$23 = 'ContextMenu';
|
|
11009
11052
|
const Commands$28 = {
|
|
11010
11053
|
show: show$a,
|
|
11011
11054
|
show2: show2$3
|
|
@@ -11014,7 +11057,7 @@ const Commands$28 = {
|
|
|
11014
11057
|
const ContextMenu_ipc = {
|
|
11015
11058
|
__proto__: null,
|
|
11016
11059
|
Commands: Commands$28,
|
|
11017
|
-
name: name$
|
|
11060
|
+
name: name$23
|
|
11018
11061
|
};
|
|
11019
11062
|
|
|
11020
11063
|
const evaluate$3 = (debugId, expression, callFrameId) => {
|
|
@@ -11039,7 +11082,7 @@ const resumed = params => {
|
|
|
11039
11082
|
emitEvent('Debug.resumed', params);
|
|
11040
11083
|
};
|
|
11041
11084
|
|
|
11042
|
-
const name$
|
|
11085
|
+
const name$22 = 'Debug';
|
|
11043
11086
|
const Commands$27 = {
|
|
11044
11087
|
scriptParsed: scriptParsed,
|
|
11045
11088
|
paused: paused,
|
|
@@ -11049,7 +11092,7 @@ const Commands$27 = {
|
|
|
11049
11092
|
const Debug_ipc = {
|
|
11050
11093
|
__proto__: null,
|
|
11051
11094
|
Commands: Commands$27,
|
|
11052
|
-
name: name$
|
|
11095
|
+
name: name$22
|
|
11053
11096
|
};
|
|
11054
11097
|
|
|
11055
11098
|
const attachDebugger = async pid => {
|
|
@@ -11057,8 +11100,8 @@ const attachDebugger = async pid => {
|
|
|
11057
11100
|
await invoke$F('AttachDebugger.attachDebugger', pid);
|
|
11058
11101
|
};
|
|
11059
11102
|
|
|
11060
|
-
const version = '0.
|
|
11061
|
-
const commit$1 = '
|
|
11103
|
+
const version = '0.89.0';
|
|
11104
|
+
const commit$1 = '632c255';
|
|
11062
11105
|
const productNameLong = 'Lvce Editor - OSS';
|
|
11063
11106
|
const getPid = () => {
|
|
11064
11107
|
return invoke$F('Process.getPid');
|
|
@@ -11093,7 +11136,7 @@ const debugSharedProcess = async () => {
|
|
|
11093
11136
|
await attachDebugger(pid);
|
|
11094
11137
|
};
|
|
11095
11138
|
|
|
11096
|
-
const name$
|
|
11139
|
+
const name$21 = 'DebugSharedProcess';
|
|
11097
11140
|
const Commands$26 = {
|
|
11098
11141
|
debugSharedProcess: debugSharedProcess
|
|
11099
11142
|
};
|
|
@@ -11101,7 +11144,7 @@ const Commands$26 = {
|
|
|
11101
11144
|
const DebugSharedProcess_ipc = {
|
|
11102
11145
|
__proto__: null,
|
|
11103
11146
|
Commands: Commands$26,
|
|
11104
|
-
name: name$
|
|
11147
|
+
name: name$21
|
|
11105
11148
|
};
|
|
11106
11149
|
|
|
11107
11150
|
const crashSharedProcess = () => {
|
|
@@ -11608,7 +11651,7 @@ const openIframeInspector = async () => {
|
|
|
11608
11651
|
await openUri$1('iframe-inspector://');
|
|
11609
11652
|
};
|
|
11610
11653
|
|
|
11611
|
-
const name$
|
|
11654
|
+
const name$20 = 'Developer';
|
|
11612
11655
|
|
|
11613
11656
|
// prettier-ignore
|
|
11614
11657
|
const Commands$25 = {
|
|
@@ -11645,7 +11688,7 @@ const Commands$25 = {
|
|
|
11645
11688
|
const Developer_ipc = {
|
|
11646
11689
|
__proto__: null,
|
|
11647
11690
|
Commands: Commands$25,
|
|
11648
|
-
name: name$
|
|
11691
|
+
name: name$20
|
|
11649
11692
|
};
|
|
11650
11693
|
|
|
11651
11694
|
const load = () => {
|
|
@@ -11748,7 +11791,7 @@ const showMessage = async (message, options) => {
|
|
|
11748
11791
|
}
|
|
11749
11792
|
};
|
|
11750
11793
|
|
|
11751
|
-
const name$
|
|
11794
|
+
const name$1$ = 'Dialog';
|
|
11752
11795
|
const Commands$24 = {
|
|
11753
11796
|
// @ts-ignore
|
|
11754
11797
|
close: undefined,
|
|
@@ -11761,7 +11804,7 @@ const Commands$24 = {
|
|
|
11761
11804
|
const Dialog_ipc = {
|
|
11762
11805
|
__proto__: null,
|
|
11763
11806
|
Commands: Commands$24,
|
|
11764
|
-
name: name$
|
|
11807
|
+
name: name$1$
|
|
11765
11808
|
};
|
|
11766
11809
|
|
|
11767
11810
|
const createObjectUrl = blob => {
|
|
@@ -11798,7 +11841,7 @@ const downloadJson = async (json, fileName) => {
|
|
|
11798
11841
|
}
|
|
11799
11842
|
};
|
|
11800
11843
|
|
|
11801
|
-
const name$
|
|
11844
|
+
const name$1_ = 'Download';
|
|
11802
11845
|
const Commands$23 = {
|
|
11803
11846
|
downloadFile: downloadFile,
|
|
11804
11847
|
downloadJson: downloadJson,
|
|
@@ -11808,7 +11851,7 @@ const Commands$23 = {
|
|
|
11808
11851
|
const Download_ipc = {
|
|
11809
11852
|
__proto__: null,
|
|
11810
11853
|
Commands: Commands$23,
|
|
11811
|
-
name: name$
|
|
11854
|
+
name: name$1_
|
|
11812
11855
|
};
|
|
11813
11856
|
|
|
11814
11857
|
const hydrate = () => {
|
|
@@ -11832,7 +11875,7 @@ const hydrate = () => {
|
|
|
11832
11875
|
|
|
11833
11876
|
// see also https://tink.uk/using-the-web-speech-api-to-simulate-css-speech-support/
|
|
11834
11877
|
|
|
11835
|
-
const name$
|
|
11878
|
+
const name$1Z = 'EditorDiagnostics';
|
|
11836
11879
|
const Commands$22 = {
|
|
11837
11880
|
hydrate: hydrate
|
|
11838
11881
|
};
|
|
@@ -11840,7 +11883,7 @@ const Commands$22 = {
|
|
|
11840
11883
|
const EditorDiagnostics_ipc = {
|
|
11841
11884
|
__proto__: null,
|
|
11842
11885
|
Commands: Commands$22,
|
|
11843
|
-
name: name$
|
|
11886
|
+
name: name$1Z
|
|
11844
11887
|
};
|
|
11845
11888
|
|
|
11846
11889
|
/**
|
|
@@ -11885,7 +11928,7 @@ const EditorError_ipc = {
|
|
|
11885
11928
|
Commands: Commands$21
|
|
11886
11929
|
};
|
|
11887
11930
|
|
|
11888
|
-
const name$
|
|
11931
|
+
const name$1Y = 'ElectronBrowserView';
|
|
11889
11932
|
const Commands$20 = {
|
|
11890
11933
|
handleDidNavigate: handleDidNavigate$1,
|
|
11891
11934
|
handleTitleUpdated: handleTitleUpdated$1,
|
|
@@ -11895,14 +11938,14 @@ const Commands$20 = {
|
|
|
11895
11938
|
const ElectronBrowserView_ipc = {
|
|
11896
11939
|
__proto__: null,
|
|
11897
11940
|
Commands: Commands$20,
|
|
11898
|
-
name: name$
|
|
11941
|
+
name: name$1Y
|
|
11899
11942
|
};
|
|
11900
11943
|
|
|
11901
11944
|
const writeText = text => {
|
|
11902
11945
|
return invoke$F('ElectronClipBoard.writeText', text);
|
|
11903
11946
|
};
|
|
11904
11947
|
|
|
11905
|
-
const name$
|
|
11948
|
+
const name$1X = 'ElectronClipBoard';
|
|
11906
11949
|
|
|
11907
11950
|
// prettier-ignore
|
|
11908
11951
|
const Commands$1$ = {
|
|
@@ -11912,10 +11955,10 @@ const Commands$1$ = {
|
|
|
11912
11955
|
const ElectronClipBoard_ipc = {
|
|
11913
11956
|
__proto__: null,
|
|
11914
11957
|
Commands: Commands$1$,
|
|
11915
|
-
name: name$
|
|
11958
|
+
name: name$1X
|
|
11916
11959
|
};
|
|
11917
11960
|
|
|
11918
|
-
const name$
|
|
11961
|
+
const name$1W = 'ElectronContextMenu';
|
|
11919
11962
|
|
|
11920
11963
|
// prettier-ignore
|
|
11921
11964
|
const Commands$1_ = {};
|
|
@@ -11923,10 +11966,10 @@ const Commands$1_ = {};
|
|
|
11923
11966
|
const ElectronContextMenu_ipc = {
|
|
11924
11967
|
__proto__: null,
|
|
11925
11968
|
Commands: Commands$1_,
|
|
11926
|
-
name: name$
|
|
11969
|
+
name: name$1W
|
|
11927
11970
|
};
|
|
11928
11971
|
|
|
11929
|
-
const name$
|
|
11972
|
+
const name$1V = 'ElectronWindow';
|
|
11930
11973
|
const Commands$1Z = {
|
|
11931
11974
|
close: close$4,
|
|
11932
11975
|
maximize: maximize$1,
|
|
@@ -11942,10 +11985,10 @@ const Commands$1Z = {
|
|
|
11942
11985
|
const ElectronWindow_ipc = {
|
|
11943
11986
|
__proto__: null,
|
|
11944
11987
|
Commands: Commands$1Z,
|
|
11945
|
-
name: name$
|
|
11988
|
+
name: name$1V
|
|
11946
11989
|
};
|
|
11947
11990
|
|
|
11948
|
-
const name$
|
|
11991
|
+
const name$1U = 'ErrorHandling';
|
|
11949
11992
|
const Commands$1Y = {
|
|
11950
11993
|
handleError: handleError,
|
|
11951
11994
|
showErrorDialog: showErrorDialog
|
|
@@ -11954,14 +11997,14 @@ const Commands$1Y = {
|
|
|
11954
11997
|
const ErrorHandling_ipc = {
|
|
11955
11998
|
__proto__: null,
|
|
11956
11999
|
Commands: Commands$1Y,
|
|
11957
|
-
name: name$
|
|
12000
|
+
name: name$1U
|
|
11958
12001
|
};
|
|
11959
12002
|
|
|
11960
12003
|
const exit = () => {
|
|
11961
12004
|
return invoke$F('Exit.exit');
|
|
11962
12005
|
};
|
|
11963
12006
|
|
|
11964
|
-
const name$
|
|
12007
|
+
const name$1T = 'Exit';
|
|
11965
12008
|
const Commands$1X = {
|
|
11966
12009
|
exit: exit
|
|
11967
12010
|
};
|
|
@@ -11969,7 +12012,7 @@ const Commands$1X = {
|
|
|
11969
12012
|
const Exit_ipc = {
|
|
11970
12013
|
__proto__: null,
|
|
11971
12014
|
Commands: Commands$1X,
|
|
11972
|
-
name: name$
|
|
12015
|
+
name: name$1T
|
|
11973
12016
|
};
|
|
11974
12017
|
|
|
11975
12018
|
const getCommandsFromExtension = extension => {
|
|
@@ -12054,7 +12097,7 @@ const loadWebExtension = async path => {
|
|
|
12054
12097
|
// })
|
|
12055
12098
|
};
|
|
12056
12099
|
|
|
12057
|
-
const name$
|
|
12100
|
+
const name$1S = 'ExtensionHost';
|
|
12058
12101
|
|
|
12059
12102
|
// prettier-ignore
|
|
12060
12103
|
const Commands$1W = {
|
|
@@ -12069,10 +12112,10 @@ const Commands$1W = {
|
|
|
12069
12112
|
const ExtensionHostCore_ipc = {
|
|
12070
12113
|
__proto__: null,
|
|
12071
12114
|
Commands: Commands$1W,
|
|
12072
|
-
name: name$
|
|
12115
|
+
name: name$1S
|
|
12073
12116
|
};
|
|
12074
12117
|
|
|
12075
|
-
const name$
|
|
12118
|
+
const name$1R = 'ExtensionMeta';
|
|
12076
12119
|
|
|
12077
12120
|
// prettier-ignore
|
|
12078
12121
|
const Commands$1V = {
|
|
@@ -12083,7 +12126,7 @@ const Commands$1V = {
|
|
|
12083
12126
|
const ExtensionMeta_ipc = {
|
|
12084
12127
|
__proto__: null,
|
|
12085
12128
|
Commands: Commands$1V,
|
|
12086
|
-
name: name$
|
|
12129
|
+
name: name$1R
|
|
12087
12130
|
};
|
|
12088
12131
|
|
|
12089
12132
|
const rpcs = Object.create(null);
|
|
@@ -12116,7 +12159,7 @@ const dispose$v = id => {
|
|
|
12116
12159
|
rpc.dispose();
|
|
12117
12160
|
};
|
|
12118
12161
|
|
|
12119
|
-
const name$
|
|
12162
|
+
const name$1Q = 'ExtensionNodeRpc';
|
|
12120
12163
|
const Commands$1U = {
|
|
12121
12164
|
create: create$X,
|
|
12122
12165
|
dispose: dispose$v,
|
|
@@ -12126,7 +12169,7 @@ const Commands$1U = {
|
|
|
12126
12169
|
const ExtensionNodeRpc_ipc = {
|
|
12127
12170
|
__proto__: null,
|
|
12128
12171
|
Commands: Commands$1U,
|
|
12129
|
-
name: name$
|
|
12172
|
+
name: name$1Q
|
|
12130
12173
|
};
|
|
12131
12174
|
|
|
12132
12175
|
const openExtensionsFolder = async () => {
|
|
@@ -12168,7 +12211,7 @@ const saveViewInstanceState = async (viewId, uid) => {
|
|
|
12168
12211
|
return invoke$E('Extensions.saveViewInstanceState', viewId, uid, assetDir, getPlatform$1());
|
|
12169
12212
|
};
|
|
12170
12213
|
|
|
12171
|
-
const name$
|
|
12214
|
+
const name$1P = 'Extensions';
|
|
12172
12215
|
|
|
12173
12216
|
// prettier-ignore
|
|
12174
12217
|
const Commands$1T = {
|
|
@@ -12184,10 +12227,10 @@ const Commands$1T = {
|
|
|
12184
12227
|
const Extensions_ipc = {
|
|
12185
12228
|
__proto__: null,
|
|
12186
12229
|
Commands: Commands$1T,
|
|
12187
|
-
name: name$
|
|
12230
|
+
name: name$1P
|
|
12188
12231
|
};
|
|
12189
12232
|
|
|
12190
|
-
const name$
|
|
12233
|
+
const name$1O = 'FilePicker';
|
|
12191
12234
|
const Commands$1S = {
|
|
12192
12235
|
showDirectoryPicker: showDirectoryPicker,
|
|
12193
12236
|
showFilePicker: showFilePicker,
|
|
@@ -12198,10 +12241,10 @@ const Commands$1S = {
|
|
|
12198
12241
|
const FilePicker_ipc = {
|
|
12199
12242
|
__proto__: null,
|
|
12200
12243
|
Commands: Commands$1S,
|
|
12201
|
-
name: name$
|
|
12244
|
+
name: name$1O
|
|
12202
12245
|
};
|
|
12203
12246
|
|
|
12204
|
-
const name$
|
|
12247
|
+
const name$1N = 'FileSystem';
|
|
12205
12248
|
const Commands$1R = {
|
|
12206
12249
|
chmod: chmod$4,
|
|
12207
12250
|
copy: copy$4,
|
|
@@ -12225,10 +12268,10 @@ const Commands$1R = {
|
|
|
12225
12268
|
const FileSystem_ipc = {
|
|
12226
12269
|
__proto__: null,
|
|
12227
12270
|
Commands: Commands$1R,
|
|
12228
|
-
name: name$
|
|
12271
|
+
name: name$1N
|
|
12229
12272
|
};
|
|
12230
12273
|
|
|
12231
|
-
const name$
|
|
12274
|
+
const name$1M = 'IconTheme';
|
|
12232
12275
|
const Commands$1Q = {
|
|
12233
12276
|
// TODO command necessary?
|
|
12234
12277
|
// TODO hydrate should be an alias for reload/load
|
|
@@ -12244,7 +12287,7 @@ const Commands$1Q = {
|
|
|
12244
12287
|
const IconTheme_ipc = {
|
|
12245
12288
|
__proto__: null,
|
|
12246
12289
|
Commands: Commands$1Q,
|
|
12247
|
-
name: name$
|
|
12290
|
+
name: name$1M
|
|
12248
12291
|
};
|
|
12249
12292
|
|
|
12250
12293
|
const state$7 = {
|
|
@@ -12279,7 +12322,7 @@ const hide$4 = async () => {
|
|
|
12279
12322
|
|
|
12280
12323
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
12281
12324
|
|
|
12282
|
-
const name$
|
|
12325
|
+
const name$1L = 'ImagePreview';
|
|
12283
12326
|
const Commands$1P = {
|
|
12284
12327
|
hide: hide$4,
|
|
12285
12328
|
show: show$8
|
|
@@ -12288,10 +12331,10 @@ const Commands$1P = {
|
|
|
12288
12331
|
const ImagePreview_ipc = {
|
|
12289
12332
|
__proto__: null,
|
|
12290
12333
|
Commands: Commands$1P,
|
|
12291
|
-
name: name$
|
|
12334
|
+
name: name$1L
|
|
12292
12335
|
};
|
|
12293
12336
|
|
|
12294
|
-
const name$
|
|
12337
|
+
const name$1K = 'Focus';
|
|
12295
12338
|
const Commands$1O = {
|
|
12296
12339
|
setFocus: setFocus,
|
|
12297
12340
|
setAdditionalFocus: setAdditionalFocus,
|
|
@@ -12301,10 +12344,10 @@ const Commands$1O = {
|
|
|
12301
12344
|
const Focus_ipc = {
|
|
12302
12345
|
__proto__: null,
|
|
12303
12346
|
Commands: Commands$1O,
|
|
12304
|
-
name: name$
|
|
12347
|
+
name: name$1K
|
|
12305
12348
|
};
|
|
12306
12349
|
|
|
12307
|
-
const name$
|
|
12350
|
+
const name$1J = 'IndexedDb';
|
|
12308
12351
|
const Commands$1N = {
|
|
12309
12352
|
addHandle: addHandle,
|
|
12310
12353
|
getHandle: getHandle
|
|
@@ -12313,7 +12356,7 @@ const Commands$1N = {
|
|
|
12313
12356
|
const IndexedDb_ipc = {
|
|
12314
12357
|
__proto__: null,
|
|
12315
12358
|
Commands: Commands$1N,
|
|
12316
|
-
name: name$
|
|
12359
|
+
name: name$1J
|
|
12317
12360
|
};
|
|
12318
12361
|
|
|
12319
12362
|
const colorPickerWorkerUrl = `${assetDir}/packages/color-picker-worker/dist/colorPickerWorkerMain.js`;
|
|
@@ -12406,7 +12449,7 @@ const getSourceActionWorkerUrl = () => {
|
|
|
12406
12449
|
return configuredWorkerUrl;
|
|
12407
12450
|
};
|
|
12408
12451
|
|
|
12409
|
-
const name$
|
|
12452
|
+
const name$1I = 'IpcParent';
|
|
12410
12453
|
const wrappedCreate = options => {
|
|
12411
12454
|
// TODO
|
|
12412
12455
|
if (options && options.url && options.url.endsWith('extensionHostSubWorkerMain.js')) {
|
|
@@ -12440,10 +12483,10 @@ const Commands$1M = {
|
|
|
12440
12483
|
const IpcParent_ipc = {
|
|
12441
12484
|
__proto__: null,
|
|
12442
12485
|
Commands: Commands$1M,
|
|
12443
|
-
name: name$
|
|
12486
|
+
name: name$1I
|
|
12444
12487
|
};
|
|
12445
12488
|
|
|
12446
|
-
const name$
|
|
12489
|
+
const name$1H = 'KeyBindings';
|
|
12447
12490
|
const Commands$1L = {
|
|
12448
12491
|
handleKeyBinding: handleKeyBinding$1,
|
|
12449
12492
|
// @ts-ignore
|
|
@@ -12455,7 +12498,7 @@ const Commands$1L = {
|
|
|
12455
12498
|
const KeyBindings_ipc = {
|
|
12456
12499
|
__proto__: null,
|
|
12457
12500
|
Commands: Commands$1L,
|
|
12458
|
-
name: name$
|
|
12501
|
+
name: name$1H
|
|
12459
12502
|
};
|
|
12460
12503
|
|
|
12461
12504
|
const getViewletKeyBindings = async module => {
|
|
@@ -12490,7 +12533,7 @@ const getKeyBindings$r = async () => {
|
|
|
12490
12533
|
return keyBindingsPromises.flat(1);
|
|
12491
12534
|
};
|
|
12492
12535
|
|
|
12493
|
-
const name$
|
|
12536
|
+
const name$1G = 'KeyBindingsInitial';
|
|
12494
12537
|
|
|
12495
12538
|
// prettier-ignore
|
|
12496
12539
|
const Commands$1K = {
|
|
@@ -12500,7 +12543,7 @@ const Commands$1K = {
|
|
|
12500
12543
|
const KeyBindingsInitial_ipc = {
|
|
12501
12544
|
__proto__: null,
|
|
12502
12545
|
Commands: Commands$1K,
|
|
12503
|
-
name: name$
|
|
12546
|
+
name: name$1G
|
|
12504
12547
|
};
|
|
12505
12548
|
|
|
12506
12549
|
const getLicenseUri = async (platform = getPlatform$1(), assetDir$1 = assetDir) => {
|
|
@@ -12516,7 +12559,7 @@ const openLicense = async () => {
|
|
|
12516
12559
|
await openUri$1(uri);
|
|
12517
12560
|
};
|
|
12518
12561
|
|
|
12519
|
-
const name$
|
|
12562
|
+
const name$1F = 'License';
|
|
12520
12563
|
const Commands$1J = {
|
|
12521
12564
|
openLicense: openLicense
|
|
12522
12565
|
};
|
|
@@ -12524,7 +12567,7 @@ const Commands$1J = {
|
|
|
12524
12567
|
const License_ipc = {
|
|
12525
12568
|
__proto__: null,
|
|
12526
12569
|
Commands: Commands$1J,
|
|
12527
|
-
name: name$
|
|
12570
|
+
name: name$1F
|
|
12528
12571
|
};
|
|
12529
12572
|
|
|
12530
12573
|
const launchIsolatedExtensionHostWorker = async (port, extensionId, url, workerName = '') => {
|
|
@@ -12542,7 +12585,7 @@ const launchIsolatedExtensionHostWorker = async (port, extensionId, url, workerN
|
|
|
12542
12585
|
});
|
|
12543
12586
|
};
|
|
12544
12587
|
|
|
12545
|
-
const name$
|
|
12588
|
+
const name$1E = 'LaunchIsolatedExtensionHostWorker';
|
|
12546
12589
|
const Commands$1I = {
|
|
12547
12590
|
launchIsolatedExtensionHostWorker: launchIsolatedExtensionHostWorker
|
|
12548
12591
|
};
|
|
@@ -12550,7 +12593,7 @@ const Commands$1I = {
|
|
|
12550
12593
|
const LaunchIsolatedExtensionHostWorker_ipc = {
|
|
12551
12594
|
__proto__: null,
|
|
12552
12595
|
Commands: Commands$1I,
|
|
12553
|
-
name: name$
|
|
12596
|
+
name: name$1E
|
|
12554
12597
|
};
|
|
12555
12598
|
|
|
12556
12599
|
const state$6 = Object.create(null);
|
|
@@ -12575,7 +12618,7 @@ const Listener_ipc = {
|
|
|
12575
12618
|
|
|
12576
12619
|
// TODO only use LocalStorage module via ipc -> that way is is always lazyloaded
|
|
12577
12620
|
|
|
12578
|
-
const name$
|
|
12621
|
+
const name$1D = 'LocalStorage';
|
|
12579
12622
|
const Commands$1G = {
|
|
12580
12623
|
clear: clear$5,
|
|
12581
12624
|
getJson: getJson$5,
|
|
@@ -12587,7 +12630,7 @@ const Commands$1G = {
|
|
|
12587
12630
|
const LocalStorage_ipc = {
|
|
12588
12631
|
__proto__: null,
|
|
12589
12632
|
Commands: Commands$1G,
|
|
12590
|
-
name: name$
|
|
12633
|
+
name: name$1D
|
|
12591
12634
|
};
|
|
12592
12635
|
|
|
12593
12636
|
const getModule = id => {
|
|
@@ -12636,10 +12679,22 @@ const {
|
|
|
12636
12679
|
} = getOrCreateWorker(launchMenuWorker);
|
|
12637
12680
|
|
|
12638
12681
|
const show$7 = async (x, y, menuId, ...args) => {
|
|
12639
|
-
await
|
|
12682
|
+
await show$b('menu');
|
|
12683
|
+
try {
|
|
12684
|
+
await invoke$t('Menu.show', menuId, x, y, ...args);
|
|
12685
|
+
} catch (error) {
|
|
12686
|
+
await hide$5('menu');
|
|
12687
|
+
throw error;
|
|
12688
|
+
}
|
|
12640
12689
|
};
|
|
12641
12690
|
const show2$2 = async (uid, menuId, x, y, ...args) => {
|
|
12642
|
-
await
|
|
12691
|
+
await show$b('menu');
|
|
12692
|
+
try {
|
|
12693
|
+
await invoke$t('Menu.show2', uid, menuId, x, y, ...args);
|
|
12694
|
+
} catch (error) {
|
|
12695
|
+
await hide$5('menu');
|
|
12696
|
+
throw error;
|
|
12697
|
+
}
|
|
12643
12698
|
};
|
|
12644
12699
|
const selectIndex$1 = async (level, index) => {
|
|
12645
12700
|
await invoke$t('Menu.selectIndex', level, index);
|
|
@@ -12648,7 +12703,11 @@ const selectItem = async text => {
|
|
|
12648
12703
|
await invoke$t('Menu.selectItem', text);
|
|
12649
12704
|
};
|
|
12650
12705
|
const hide$3 = async (restoreFocus = true) => {
|
|
12651
|
-
|
|
12706
|
+
try {
|
|
12707
|
+
await invoke$t('Menu.hide', restoreFocus);
|
|
12708
|
+
} finally {
|
|
12709
|
+
await hide$5('menu');
|
|
12710
|
+
}
|
|
12652
12711
|
};
|
|
12653
12712
|
|
|
12654
12713
|
// TODO difference between focusing with mouse or keyboard
|
|
@@ -12683,7 +12742,7 @@ const focusNext$1 = async () => {
|
|
|
12683
12742
|
|
|
12684
12743
|
// TODO more tests
|
|
12685
12744
|
|
|
12686
|
-
const name$
|
|
12745
|
+
const name$1C = 'Menu';
|
|
12687
12746
|
const Commands$1F = {
|
|
12688
12747
|
focusFirst: focusFirst$1,
|
|
12689
12748
|
focusIndex: focusIndex$3,
|
|
@@ -12703,7 +12762,7 @@ const Commands$1F = {
|
|
|
12703
12762
|
const Menu_ipc = {
|
|
12704
12763
|
__proto__: null,
|
|
12705
12764
|
Commands: Commands$1F,
|
|
12706
|
-
name: name$
|
|
12765
|
+
name: name$1C
|
|
12707
12766
|
};
|
|
12708
12767
|
|
|
12709
12768
|
// based on https://github.com/microsoft/vscode/blob/bd782eb059e133d3a20fdb446b8feb0010a278ad/src/vs/base/common/mime.ts (License MIT)
|
|
@@ -12782,7 +12841,7 @@ const getMediaMimeType = uri => {
|
|
|
12782
12841
|
return mapExtToMediaMimes[extension] || defaultMimeType;
|
|
12783
12842
|
};
|
|
12784
12843
|
|
|
12785
|
-
const name$
|
|
12844
|
+
const name$1B = 'Mime';
|
|
12786
12845
|
const Commands$1E = {
|
|
12787
12846
|
getMediaMimeType: getMediaMimeType,
|
|
12788
12847
|
getTextMime: getTextMime
|
|
@@ -12791,7 +12850,7 @@ const Commands$1E = {
|
|
|
12791
12850
|
const Mime_ipc = {
|
|
12792
12851
|
__proto__: null,
|
|
12793
12852
|
Commands: Commands$1E,
|
|
12794
|
-
name: name$
|
|
12853
|
+
name: name$1B
|
|
12795
12854
|
};
|
|
12796
12855
|
|
|
12797
12856
|
const HandleMaximized = 'handleMaximized';
|
|
@@ -12808,7 +12867,7 @@ const handleMinimized = () => {
|
|
|
12808
12867
|
emitEvent(HandleMinimized);
|
|
12809
12868
|
};
|
|
12810
12869
|
|
|
12811
|
-
const name$
|
|
12870
|
+
const name$1A = 'NativeHost';
|
|
12812
12871
|
const Commands$1D = {
|
|
12813
12872
|
handleMaximized: handleMaximized,
|
|
12814
12873
|
handleMinimized: handleMinimized,
|
|
@@ -12818,7 +12877,7 @@ const Commands$1D = {
|
|
|
12818
12877
|
const NativeHost_ipc = {
|
|
12819
12878
|
__proto__: null,
|
|
12820
12879
|
Commands: Commands$1D,
|
|
12821
|
-
name: name$
|
|
12880
|
+
name: name$1A
|
|
12822
12881
|
};
|
|
12823
12882
|
|
|
12824
12883
|
// TODO maybe rename this module to Focus
|
|
@@ -12932,7 +12991,7 @@ const focusPreviousPart = async () => {
|
|
|
12932
12991
|
await focusPart(previousPart);
|
|
12933
12992
|
};
|
|
12934
12993
|
|
|
12935
|
-
const name$
|
|
12994
|
+
const name$1z = 'Navigation';
|
|
12936
12995
|
const Commands$1C = {
|
|
12937
12996
|
focusActivityBar: focusActivityBar,
|
|
12938
12997
|
focusMain: focusMain,
|
|
@@ -12947,10 +13006,10 @@ const Commands$1C = {
|
|
|
12947
13006
|
const Navigation_ipc = {
|
|
12948
13007
|
__proto__: null,
|
|
12949
13008
|
Commands: Commands$1C,
|
|
12950
|
-
name: name$
|
|
13009
|
+
name: name$1z
|
|
12951
13010
|
};
|
|
12952
13011
|
|
|
12953
|
-
const name$
|
|
13012
|
+
const name$1y = 'Notification';
|
|
12954
13013
|
const Commands$1B = {
|
|
12955
13014
|
create: create$Y,
|
|
12956
13015
|
dispose: dispose$w,
|
|
@@ -12961,7 +13020,7 @@ const Commands$1B = {
|
|
|
12961
13020
|
const Notification_ipc = {
|
|
12962
13021
|
__proto__: null,
|
|
12963
13022
|
Commands: Commands$1B,
|
|
12964
|
-
name: name$
|
|
13023
|
+
name: name$1y
|
|
12965
13024
|
};
|
|
12966
13025
|
|
|
12967
13026
|
const openUrlWeb = async (url, useRedirect) => {
|
|
@@ -12984,7 +13043,7 @@ const openUrl = async (url, useRedirect) => {
|
|
|
12984
13043
|
};
|
|
12985
13044
|
const openExternal$1 = openExternal$2;
|
|
12986
13045
|
|
|
12987
|
-
const name$
|
|
13046
|
+
const name$1x = 'Open';
|
|
12988
13047
|
const Commands$1A = {
|
|
12989
13048
|
openExternal: openExternal$1,
|
|
12990
13049
|
openUrl: openUrl
|
|
@@ -12993,7 +13052,7 @@ const Commands$1A = {
|
|
|
12993
13052
|
const Open_ipc = {
|
|
12994
13053
|
__proto__: null,
|
|
12995
13054
|
Commands: Commands$1A,
|
|
12996
|
-
name: name$
|
|
13055
|
+
name: name$1x
|
|
12997
13056
|
};
|
|
12998
13057
|
|
|
12999
13058
|
const create$W = (id, successHtml, errorHtml) => {
|
|
@@ -13006,7 +13065,7 @@ const dispose$u = id => {
|
|
|
13006
13065
|
return invoke$F('OAuthServer.dispose', id);
|
|
13007
13066
|
};
|
|
13008
13067
|
|
|
13009
|
-
const name$
|
|
13068
|
+
const name$1w = 'OAuthServer';
|
|
13010
13069
|
const Commands$1z = {
|
|
13011
13070
|
create: create$W,
|
|
13012
13071
|
getCode: getCode,
|
|
@@ -13016,10 +13075,10 @@ const Commands$1z = {
|
|
|
13016
13075
|
const OAuthServer_ipc = {
|
|
13017
13076
|
__proto__: null,
|
|
13018
13077
|
Commands: Commands$1z,
|
|
13019
|
-
name: name$
|
|
13078
|
+
name: name$1w
|
|
13020
13079
|
};
|
|
13021
13080
|
|
|
13022
|
-
const name$
|
|
13081
|
+
const name$1v = 'OpenNativeFolder';
|
|
13023
13082
|
const Commands$1y = {
|
|
13024
13083
|
openNativeFolder: openNativeFolder
|
|
13025
13084
|
};
|
|
@@ -13027,10 +13086,10 @@ const Commands$1y = {
|
|
|
13027
13086
|
const OpenNativeFolder_ipc = {
|
|
13028
13087
|
__proto__: null,
|
|
13029
13088
|
Commands: Commands$1y,
|
|
13030
|
-
name: name$
|
|
13089
|
+
name: name$1v
|
|
13031
13090
|
};
|
|
13032
13091
|
|
|
13033
|
-
const name$
|
|
13092
|
+
const name$1u = 'PersistentFileHandle';
|
|
13034
13093
|
const Commands$1x = {
|
|
13035
13094
|
addHandle: addHandle$1,
|
|
13036
13095
|
getHandle: getHandle$1,
|
|
@@ -13040,10 +13099,10 @@ const Commands$1x = {
|
|
|
13040
13099
|
const PersistentFileHandle_ipc = {
|
|
13041
13100
|
__proto__: null,
|
|
13042
13101
|
Commands: Commands$1x,
|
|
13043
|
-
name: name$
|
|
13102
|
+
name: name$1u
|
|
13044
13103
|
};
|
|
13045
13104
|
|
|
13046
|
-
const name$
|
|
13105
|
+
const name$1t = 'Preferences';
|
|
13047
13106
|
|
|
13048
13107
|
// prettier-ignore
|
|
13049
13108
|
const Commands$1w = {
|
|
@@ -13063,14 +13122,14 @@ const Commands$1w = {
|
|
|
13063
13122
|
const Preferences_ipc = {
|
|
13064
13123
|
__proto__: null,
|
|
13065
13124
|
Commands: Commands$1w,
|
|
13066
|
-
name: name$
|
|
13125
|
+
name: name$1t
|
|
13067
13126
|
};
|
|
13068
13127
|
|
|
13069
13128
|
const prompt = (message, defaultValue) => {
|
|
13070
13129
|
return invoke$I('Prompt.prompt', message, defaultValue);
|
|
13071
13130
|
};
|
|
13072
13131
|
|
|
13073
|
-
const name$
|
|
13132
|
+
const name$1s = 'Prompt';
|
|
13074
13133
|
const Commands$1v = {
|
|
13075
13134
|
prompt: prompt
|
|
13076
13135
|
};
|
|
@@ -13078,14 +13137,14 @@ const Commands$1v = {
|
|
|
13078
13137
|
const Prompt_ipc = {
|
|
13079
13138
|
__proto__: null,
|
|
13080
13139
|
Commands: Commands$1v,
|
|
13081
|
-
name: name$
|
|
13140
|
+
name: name$1s
|
|
13082
13141
|
};
|
|
13083
13142
|
|
|
13084
13143
|
const rebuildNodePty = async () => {
|
|
13085
13144
|
await invoke$F('RebuildNodePty.rebuildNodePty');
|
|
13086
13145
|
};
|
|
13087
13146
|
|
|
13088
|
-
const name$
|
|
13147
|
+
const name$1r = 'RebuildNodePty';
|
|
13089
13148
|
const Commands$1u = {
|
|
13090
13149
|
rebuildNodePty: rebuildNodePty
|
|
13091
13150
|
};
|
|
@@ -13093,10 +13152,10 @@ const Commands$1u = {
|
|
|
13093
13152
|
const RebuildNodePty_ipc = {
|
|
13094
13153
|
__proto__: null,
|
|
13095
13154
|
Commands: Commands$1u,
|
|
13096
|
-
name: name$
|
|
13155
|
+
name: name$1r
|
|
13097
13156
|
};
|
|
13098
13157
|
|
|
13099
|
-
const name$
|
|
13158
|
+
const name$1q = 'RecentlyOpened';
|
|
13100
13159
|
|
|
13101
13160
|
// prettier-ignore
|
|
13102
13161
|
const Commands$1t = {
|
|
@@ -13109,10 +13168,10 @@ const Commands$1t = {
|
|
|
13109
13168
|
const RecentlyOpened_ipc = {
|
|
13110
13169
|
__proto__: null,
|
|
13111
13170
|
Commands: Commands$1t,
|
|
13112
|
-
name: name$
|
|
13171
|
+
name: name$1q
|
|
13113
13172
|
};
|
|
13114
13173
|
|
|
13115
|
-
const name$
|
|
13174
|
+
const name$1p = 'Reload';
|
|
13116
13175
|
const Commands$1s = {
|
|
13117
13176
|
reload: reload$2
|
|
13118
13177
|
};
|
|
@@ -13120,7 +13179,7 @@ const Commands$1s = {
|
|
|
13120
13179
|
const Reload_ipc = {
|
|
13121
13180
|
__proto__: null,
|
|
13122
13181
|
Commands: Commands$1s,
|
|
13123
|
-
name: name$
|
|
13182
|
+
name: name$1p
|
|
13124
13183
|
};
|
|
13125
13184
|
|
|
13126
13185
|
const Downloads = 'downloads';
|
|
@@ -13147,7 +13206,7 @@ const saveFileAs = async (fileName, url) => {
|
|
|
13147
13206
|
}
|
|
13148
13207
|
};
|
|
13149
13208
|
|
|
13150
|
-
const name$
|
|
13209
|
+
const name$1o = 'SaveFileAs';
|
|
13151
13210
|
|
|
13152
13211
|
// prettier-ignore
|
|
13153
13212
|
const Commands$1r = {
|
|
@@ -13157,10 +13216,10 @@ const Commands$1r = {
|
|
|
13157
13216
|
const SaveFileAs_ipc = {
|
|
13158
13217
|
__proto__: null,
|
|
13159
13218
|
Commands: Commands$1r,
|
|
13160
|
-
name: name$
|
|
13219
|
+
name: name$1o
|
|
13161
13220
|
};
|
|
13162
13221
|
|
|
13163
|
-
const name$
|
|
13222
|
+
const name$1n = 'SaveState';
|
|
13164
13223
|
|
|
13165
13224
|
// prettier-ignore
|
|
13166
13225
|
const Commands$1q = {
|
|
@@ -13171,10 +13230,10 @@ const Commands$1q = {
|
|
|
13171
13230
|
const SaveState_ipc = {
|
|
13172
13231
|
__proto__: null,
|
|
13173
13232
|
Commands: Commands$1q,
|
|
13174
|
-
name: name$
|
|
13233
|
+
name: name$1n
|
|
13175
13234
|
};
|
|
13176
13235
|
|
|
13177
|
-
const name$
|
|
13236
|
+
const name$1m = 'SessionReplay';
|
|
13178
13237
|
const Commands$1p = {
|
|
13179
13238
|
downloadSession: downloadSession,
|
|
13180
13239
|
openSession: openSession,
|
|
@@ -13185,12 +13244,12 @@ const Commands$1p = {
|
|
|
13185
13244
|
const SessionReplay_ipc = {
|
|
13186
13245
|
__proto__: null,
|
|
13187
13246
|
Commands: Commands$1p,
|
|
13188
|
-
name: name$
|
|
13247
|
+
name: name$1m
|
|
13189
13248
|
};
|
|
13190
13249
|
|
|
13191
13250
|
// TODO only use SessionStorage module via ipc -> that way is is always lazyloaded
|
|
13192
13251
|
|
|
13193
|
-
const name$
|
|
13252
|
+
const name$1l = 'SessionStorage';
|
|
13194
13253
|
const Commands$1o = {
|
|
13195
13254
|
clear: clear$4,
|
|
13196
13255
|
getJson: getJson$3
|
|
@@ -13199,10 +13258,10 @@ const Commands$1o = {
|
|
|
13199
13258
|
const SessionStorage_ipc = {
|
|
13200
13259
|
__proto__: null,
|
|
13201
13260
|
Commands: Commands$1o,
|
|
13202
|
-
name: name$
|
|
13261
|
+
name: name$1l
|
|
13203
13262
|
};
|
|
13204
13263
|
|
|
13205
|
-
const name$
|
|
13264
|
+
const name$1k = 'Test';
|
|
13206
13265
|
const Commands$1n = {
|
|
13207
13266
|
execute: execute$2,
|
|
13208
13267
|
executeAll: executeAll,
|
|
@@ -13212,7 +13271,7 @@ const Commands$1n = {
|
|
|
13212
13271
|
const Test_ipc = {
|
|
13213
13272
|
__proto__: null,
|
|
13214
13273
|
Commands: Commands$1n,
|
|
13215
|
-
name: name$
|
|
13274
|
+
name: name$1k
|
|
13216
13275
|
};
|
|
13217
13276
|
|
|
13218
13277
|
const defaultTimeout = 1000;
|
|
@@ -13239,7 +13298,7 @@ const checkSingleElementCondition = (locator, fnName, options) => {
|
|
|
13239
13298
|
const checkMultiElementCondition = (locator, fnName, options) => {
|
|
13240
13299
|
return checkCondition('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
|
|
13241
13300
|
};
|
|
13242
|
-
const showOverlay = (...args) => {
|
|
13301
|
+
const showOverlay$1 = (...args) => {
|
|
13243
13302
|
return invoke$I('TestFrameWork.showOverlay', ...args);
|
|
13244
13303
|
};
|
|
13245
13304
|
const showTestResults = (...args) => {
|
|
@@ -13255,11 +13314,11 @@ const checkConditionError = (...args) => {
|
|
|
13255
13314
|
return invoke$I('TestFrameWork.checkConditionError', ...args);
|
|
13256
13315
|
};
|
|
13257
13316
|
|
|
13258
|
-
const name$
|
|
13317
|
+
const name$1j = 'TestFrameWork';
|
|
13259
13318
|
const Commands$1m = {
|
|
13260
13319
|
checkMultiElementCondition: checkMultiElementCondition,
|
|
13261
13320
|
checkSingleElementCondition: checkSingleElementCondition,
|
|
13262
|
-
showOverlay: showOverlay,
|
|
13321
|
+
showOverlay: showOverlay$1,
|
|
13263
13322
|
showTestResults: showTestResults,
|
|
13264
13323
|
performAction: performAction,
|
|
13265
13324
|
performKeyBoardAction: performKeyBoardAction,
|
|
@@ -13269,10 +13328,10 @@ const Commands$1m = {
|
|
|
13269
13328
|
const TestFrameWork_ipc = {
|
|
13270
13329
|
__proto__: null,
|
|
13271
13330
|
Commands: Commands$1m,
|
|
13272
|
-
name: name$
|
|
13331
|
+
name: name$1j
|
|
13273
13332
|
};
|
|
13274
13333
|
|
|
13275
|
-
const name$
|
|
13334
|
+
const name$1i = 'Url';
|
|
13276
13335
|
const Commands$1l = {
|
|
13277
13336
|
createObjectUrl: createObjectUrl,
|
|
13278
13337
|
revokeObjectUrl: revokeObjectUrl
|
|
@@ -13281,10 +13340,10 @@ const Commands$1l = {
|
|
|
13281
13340
|
const Url_ipc = {
|
|
13282
13341
|
__proto__: null,
|
|
13283
13342
|
Commands: Commands$1l,
|
|
13284
|
-
name: name$
|
|
13343
|
+
name: name$1i
|
|
13285
13344
|
};
|
|
13286
13345
|
|
|
13287
|
-
const name$
|
|
13346
|
+
const name$1h = 'Viewlet';
|
|
13288
13347
|
const Commands$1k = {
|
|
13289
13348
|
2133: send,
|
|
13290
13349
|
closeWidget: closeWidget,
|
|
@@ -13300,10 +13359,10 @@ const Commands$1k = {
|
|
|
13300
13359
|
const Viewlet_ipc = {
|
|
13301
13360
|
__proto__: null,
|
|
13302
13361
|
Commands: Commands$1k,
|
|
13303
|
-
name: name$
|
|
13362
|
+
name: name$1h
|
|
13304
13363
|
};
|
|
13305
13364
|
|
|
13306
|
-
const name$
|
|
13365
|
+
const name$1g = 'Window';
|
|
13307
13366
|
const Commands$1j = {
|
|
13308
13367
|
close: close$2,
|
|
13309
13368
|
exit: exit$1,
|
|
@@ -13319,10 +13378,10 @@ const Commands$1j = {
|
|
|
13319
13378
|
const Window_ipc = {
|
|
13320
13379
|
__proto__: null,
|
|
13321
13380
|
Commands: Commands$1j,
|
|
13322
|
-
name: name$
|
|
13381
|
+
name: name$1g
|
|
13323
13382
|
};
|
|
13324
13383
|
|
|
13325
|
-
const name$
|
|
13384
|
+
const name$1f = 'Workspace';
|
|
13326
13385
|
const Commands$1i = {
|
|
13327
13386
|
close: close$3,
|
|
13328
13387
|
getPath: getPath$4,
|
|
@@ -13335,10 +13394,10 @@ const Commands$1i = {
|
|
|
13335
13394
|
const Workspace_ipc = {
|
|
13336
13395
|
__proto__: null,
|
|
13337
13396
|
Commands: Commands$1i,
|
|
13338
|
-
name: name$
|
|
13397
|
+
name: name$1f
|
|
13339
13398
|
};
|
|
13340
13399
|
|
|
13341
|
-
const name$
|
|
13400
|
+
const name$1e = 'WindowTitle';
|
|
13342
13401
|
const Commands$1h = {
|
|
13343
13402
|
set: set$8
|
|
13344
13403
|
};
|
|
@@ -13346,7 +13405,7 @@ const Commands$1h = {
|
|
|
13346
13405
|
const WindowTitle_ipc = {
|
|
13347
13406
|
__proto__: null,
|
|
13348
13407
|
Commands: Commands$1h,
|
|
13349
|
-
name: name$
|
|
13408
|
+
name: name$1e
|
|
13350
13409
|
};
|
|
13351
13410
|
|
|
13352
13411
|
const mock = () => {
|
|
@@ -13356,7 +13415,7 @@ const unmock = () => {
|
|
|
13356
13415
|
return invoke$I('PointerCapture.unmock');
|
|
13357
13416
|
};
|
|
13358
13417
|
|
|
13359
|
-
const name$
|
|
13418
|
+
const name$1d = 'PointerCapture';
|
|
13360
13419
|
const Commands$1g = {
|
|
13361
13420
|
mock: mock,
|
|
13362
13421
|
unmock: unmock
|
|
@@ -13365,7 +13424,7 @@ const Commands$1g = {
|
|
|
13365
13424
|
const PointerCapture_ipc = {
|
|
13366
13425
|
__proto__: null,
|
|
13367
13426
|
Commands: Commands$1g,
|
|
13368
|
-
name: name$
|
|
13427
|
+
name: name$1d
|
|
13369
13428
|
};
|
|
13370
13429
|
|
|
13371
13430
|
const Add = 'Add';
|
|
@@ -13430,7 +13489,7 @@ const executeCallback = (callbackId, ...args) => {
|
|
|
13430
13489
|
return executeCallback2(callbackId, ...args);
|
|
13431
13490
|
};
|
|
13432
13491
|
|
|
13433
|
-
const name$
|
|
13492
|
+
const name$1c = 'QuickPick';
|
|
13434
13493
|
const Commands$1f = {
|
|
13435
13494
|
show: show$6,
|
|
13436
13495
|
showColorTheme: showColorTheme,
|
|
@@ -13445,7 +13504,7 @@ const Commands$1f = {
|
|
|
13445
13504
|
const QuickPick_ipc = {
|
|
13446
13505
|
__proto__: null,
|
|
13447
13506
|
Commands: Commands$1f,
|
|
13448
|
-
name: name$
|
|
13507
|
+
name: name$1c
|
|
13449
13508
|
};
|
|
13450
13509
|
|
|
13451
13510
|
const show$5 = async picks => {
|
|
@@ -13456,18 +13515,22 @@ const show$5 = async picks => {
|
|
|
13456
13515
|
await execute$3('QuickPick.showCustom', picks, resolve);
|
|
13457
13516
|
return promise;
|
|
13458
13517
|
};
|
|
13518
|
+
const showQuickPick = options => {
|
|
13519
|
+
return invoke$C('QuickPick.showQuickPick', options);
|
|
13520
|
+
};
|
|
13459
13521
|
|
|
13460
|
-
const name$
|
|
13522
|
+
const name$1b = 'ExtensionHostQuickPick';
|
|
13461
13523
|
|
|
13462
13524
|
// prettier-ignore
|
|
13463
13525
|
const Commands$1e = {
|
|
13464
|
-
show: show$5
|
|
13526
|
+
show: show$5,
|
|
13527
|
+
showQuickPick: showQuickPick
|
|
13465
13528
|
};
|
|
13466
13529
|
|
|
13467
13530
|
const ExtensionHostQuickPick_ipc = {
|
|
13468
13531
|
__proto__: null,
|
|
13469
13532
|
Commands: Commands$1e,
|
|
13470
|
-
name: name$
|
|
13533
|
+
name: name$1b
|
|
13471
13534
|
};
|
|
13472
13535
|
|
|
13473
13536
|
const showInformationMessage = async message => {
|
|
@@ -13476,7 +13539,7 @@ const showInformationMessage = async message => {
|
|
|
13476
13539
|
return result;
|
|
13477
13540
|
};
|
|
13478
13541
|
|
|
13479
|
-
const name$
|
|
13542
|
+
const name$1a = 'ExtensionHostDialog';
|
|
13480
13543
|
|
|
13481
13544
|
// prettier-ignore
|
|
13482
13545
|
const Commands$1d = {
|
|
@@ -13486,7 +13549,7 @@ const Commands$1d = {
|
|
|
13486
13549
|
const ExtensionHostDialog_ipc = {
|
|
13487
13550
|
__proto__: null,
|
|
13488
13551
|
Commands: Commands$1d,
|
|
13489
|
-
name: name$
|
|
13552
|
+
name: name$1a
|
|
13490
13553
|
};
|
|
13491
13554
|
|
|
13492
13555
|
const set$2 = async (url, contentSecurityPolicy) => {
|
|
@@ -13502,7 +13565,7 @@ const set$1 = async (url, contentSecurityPolicy) => {
|
|
|
13502
13565
|
await set$2(url, contentSecurityPolicy);
|
|
13503
13566
|
};
|
|
13504
13567
|
|
|
13505
|
-
const name$
|
|
13568
|
+
const name$19 = 'ExtensionHostWorkerContentSecurityPolicy';
|
|
13506
13569
|
const Commands$1c = {
|
|
13507
13570
|
set: set$1
|
|
13508
13571
|
};
|
|
@@ -13510,10 +13573,10 @@ const Commands$1c = {
|
|
|
13510
13573
|
const ExtensionHostWorkerContentSecurityPolicy_ipc = {
|
|
13511
13574
|
__proto__: null,
|
|
13512
13575
|
Commands: Commands$1c,
|
|
13513
|
-
name: name$
|
|
13576
|
+
name: name$19
|
|
13514
13577
|
};
|
|
13515
13578
|
|
|
13516
|
-
const name$
|
|
13579
|
+
const name$18 = 'SendMessagePortToElectron';
|
|
13517
13580
|
const Commands$1b = {
|
|
13518
13581
|
sendMessagePortToElectron: sendMessagePortToElectron
|
|
13519
13582
|
};
|
|
@@ -13521,7 +13584,7 @@ const Commands$1b = {
|
|
|
13521
13584
|
const SendMessagePortToElectron_ipc = {
|
|
13522
13585
|
__proto__: null,
|
|
13523
13586
|
Commands: Commands$1b,
|
|
13524
|
-
name: name$
|
|
13587
|
+
name: name$18
|
|
13525
13588
|
};
|
|
13526
13589
|
|
|
13527
13590
|
const terminalWorkerUrl = `${assetDir}/packages/terminal-worker/dist/terminalWorkerMain.js`;
|
|
@@ -13586,7 +13649,7 @@ const createForPreview = async (callbackId, width, height) => {
|
|
|
13586
13649
|
await invokeAndTransfer$i('Preview.executeCallback', callbackId, canvas, canvasId);
|
|
13587
13650
|
};
|
|
13588
13651
|
|
|
13589
|
-
const name$
|
|
13652
|
+
const name$17 = 'OffscreenCanvas';
|
|
13590
13653
|
const Commands$1a = {
|
|
13591
13654
|
create: create$V,
|
|
13592
13655
|
createForTerminal: createForTerminal,
|
|
@@ -13596,10 +13659,10 @@ const Commands$1a = {
|
|
|
13596
13659
|
const OffscreenCanvas_ipc = {
|
|
13597
13660
|
__proto__: null,
|
|
13598
13661
|
Commands: Commands$1a,
|
|
13599
|
-
name: name$
|
|
13662
|
+
name: name$17
|
|
13600
13663
|
};
|
|
13601
13664
|
|
|
13602
|
-
const name$
|
|
13665
|
+
const name$16 = 'Timeout';
|
|
13603
13666
|
const Commands$19 = {
|
|
13604
13667
|
sleep: sleep
|
|
13605
13668
|
};
|
|
@@ -13607,10 +13670,10 @@ const Commands$19 = {
|
|
|
13607
13670
|
const Timeout_ipc = {
|
|
13608
13671
|
__proto__: null,
|
|
13609
13672
|
Commands: Commands$19,
|
|
13610
|
-
name: name$
|
|
13673
|
+
name: name$16
|
|
13611
13674
|
};
|
|
13612
13675
|
|
|
13613
|
-
const name$
|
|
13676
|
+
const name$15 = 'MouseActions';
|
|
13614
13677
|
const Commands$18 = {
|
|
13615
13678
|
add: add$1,
|
|
13616
13679
|
get: get$7
|
|
@@ -13619,10 +13682,10 @@ const Commands$18 = {
|
|
|
13619
13682
|
const MouseActions_ipc = {
|
|
13620
13683
|
__proto__: null,
|
|
13621
13684
|
Commands: Commands$18,
|
|
13622
|
-
name: name$
|
|
13685
|
+
name: name$15
|
|
13623
13686
|
};
|
|
13624
13687
|
|
|
13625
|
-
const name$
|
|
13688
|
+
const name$14 = 'Languages';
|
|
13626
13689
|
const Commands$17 = {
|
|
13627
13690
|
getLanguageConfiguration: getLanguageConfiguration
|
|
13628
13691
|
};
|
|
@@ -13630,10 +13693,10 @@ const Commands$17 = {
|
|
|
13630
13693
|
const Languages_ipc = {
|
|
13631
13694
|
__proto__: null,
|
|
13632
13695
|
Commands: Commands$17,
|
|
13633
|
-
name: name$
|
|
13696
|
+
name: name$14
|
|
13634
13697
|
};
|
|
13635
13698
|
|
|
13636
|
-
const name$
|
|
13699
|
+
const name$13 = 'FileWatcher';
|
|
13637
13700
|
const Commands$16 = {
|
|
13638
13701
|
handleEvent: handleEvent,
|
|
13639
13702
|
watchFile: watchFile
|
|
@@ -13642,7 +13705,7 @@ const Commands$16 = {
|
|
|
13642
13705
|
const FileWatcher_ipc = {
|
|
13643
13706
|
__proto__: null,
|
|
13644
13707
|
Commands: Commands$16,
|
|
13645
|
-
name: name$
|
|
13708
|
+
name: name$13
|
|
13646
13709
|
};
|
|
13647
13710
|
|
|
13648
13711
|
const OnBraceCompletion = 'onBraceCompletion';
|
|
@@ -13696,7 +13759,7 @@ const executeGrowSelection = (editor, positions) => {
|
|
|
13696
13759
|
});
|
|
13697
13760
|
};
|
|
13698
13761
|
|
|
13699
|
-
const name$
|
|
13762
|
+
const name$12 = 'ExtensionHostSelection';
|
|
13700
13763
|
const Commands$15 = {
|
|
13701
13764
|
executeGrowSelection: executeGrowSelection
|
|
13702
13765
|
};
|
|
@@ -13704,7 +13767,7 @@ const Commands$15 = {
|
|
|
13704
13767
|
const ExtensionHostSelection_ipc = {
|
|
13705
13768
|
__proto__: null,
|
|
13706
13769
|
Commands: Commands$15,
|
|
13707
|
-
name: name$
|
|
13770
|
+
name: name$12
|
|
13708
13771
|
};
|
|
13709
13772
|
|
|
13710
13773
|
const combineResults$8 = results => {
|
|
@@ -13725,7 +13788,7 @@ const executeBraceCompletionProvider = (editor, offset, openingBrace) => {
|
|
|
13725
13788
|
});
|
|
13726
13789
|
};
|
|
13727
13790
|
|
|
13728
|
-
const name$
|
|
13791
|
+
const name$11 = 'ExtensionHostBraceCompletion';
|
|
13729
13792
|
const Commands$14 = {
|
|
13730
13793
|
executeBraceCompletionProvider: executeBraceCompletionProvider
|
|
13731
13794
|
};
|
|
@@ -13733,7 +13796,7 @@ const Commands$14 = {
|
|
|
13733
13796
|
const ExtensionHostBraceCompletion_ipc = {
|
|
13734
13797
|
__proto__: null,
|
|
13735
13798
|
Commands: Commands$14,
|
|
13736
|
-
name: name$
|
|
13799
|
+
name: name$11
|
|
13737
13800
|
};
|
|
13738
13801
|
|
|
13739
13802
|
const combineResults$7 = results => {
|
|
@@ -13750,7 +13813,7 @@ const executeDefinitionProvider = (editor, offset) => {
|
|
|
13750
13813
|
});
|
|
13751
13814
|
};
|
|
13752
13815
|
|
|
13753
|
-
const name
|
|
13816
|
+
const name$10 = 'ExtensionHostDefinition';
|
|
13754
13817
|
const Commands$13 = {
|
|
13755
13818
|
executeDefinitionProvider: executeDefinitionProvider
|
|
13756
13819
|
};
|
|
@@ -13758,7 +13821,7 @@ const Commands$13 = {
|
|
|
13758
13821
|
const ExtensionHostDefinition_ipc = {
|
|
13759
13822
|
__proto__: null,
|
|
13760
13823
|
Commands: Commands$13,
|
|
13761
|
-
name: name
|
|
13824
|
+
name: name$10
|
|
13762
13825
|
};
|
|
13763
13826
|
|
|
13764
13827
|
const combineResults$6 = results => {
|
|
@@ -13776,7 +13839,7 @@ const executeTypeDefinitionProvider = (editor, offset) => {
|
|
|
13776
13839
|
});
|
|
13777
13840
|
};
|
|
13778
13841
|
|
|
13779
|
-
const name
|
|
13842
|
+
const name$$ = 'ExtensionHostTypeDefinition';
|
|
13780
13843
|
const Commands$12 = {
|
|
13781
13844
|
executeTypeDefinitionProvider: executeTypeDefinitionProvider
|
|
13782
13845
|
};
|
|
@@ -13784,7 +13847,7 @@ const Commands$12 = {
|
|
|
13784
13847
|
const ExtensionHostTypeDefinition_ipc = {
|
|
13785
13848
|
__proto__: null,
|
|
13786
13849
|
Commands: Commands$12,
|
|
13787
|
-
name: name
|
|
13850
|
+
name: name$$
|
|
13788
13851
|
};
|
|
13789
13852
|
|
|
13790
13853
|
const combineResults$5 = results => {
|
|
@@ -13802,7 +13865,7 @@ const executeOrganizeImports = editor => {
|
|
|
13802
13865
|
});
|
|
13803
13866
|
};
|
|
13804
13867
|
|
|
13805
|
-
const name$
|
|
13868
|
+
const name$_ = 'ExtensionHostOrganizeImports';
|
|
13806
13869
|
const Commands$11 = {
|
|
13807
13870
|
organizeImports: executeOrganizeImports
|
|
13808
13871
|
};
|
|
@@ -13810,7 +13873,7 @@ const Commands$11 = {
|
|
|
13810
13873
|
const ExtensionHostOrganizeImports_ipc = {
|
|
13811
13874
|
__proto__: null,
|
|
13812
13875
|
Commands: Commands$11,
|
|
13813
|
-
name: name$
|
|
13876
|
+
name: name$_
|
|
13814
13877
|
};
|
|
13815
13878
|
|
|
13816
13879
|
const combineResults$4 = results => {
|
|
@@ -13828,7 +13891,7 @@ const executeTabCompletionProvider = (editor, offset) => {
|
|
|
13828
13891
|
});
|
|
13829
13892
|
};
|
|
13830
13893
|
|
|
13831
|
-
const name$
|
|
13894
|
+
const name$Z = 'ExtensionHostTabCompletion';
|
|
13832
13895
|
const Commands$10 = {
|
|
13833
13896
|
executeTabCompletionProvider: executeTabCompletionProvider
|
|
13834
13897
|
};
|
|
@@ -13836,7 +13899,7 @@ const Commands$10 = {
|
|
|
13836
13899
|
const ExtensionHostTabCompletion_ipc = {
|
|
13837
13900
|
__proto__: null,
|
|
13838
13901
|
Commands: Commands$10,
|
|
13839
|
-
name: name$
|
|
13902
|
+
name: name$Z
|
|
13840
13903
|
};
|
|
13841
13904
|
|
|
13842
13905
|
const combineResults$3 = results => {
|
|
@@ -13853,7 +13916,7 @@ const executeClosingTagProvider = (editor, offset, openingBrace) => {
|
|
|
13853
13916
|
});
|
|
13854
13917
|
};
|
|
13855
13918
|
|
|
13856
|
-
const name$
|
|
13919
|
+
const name$Y = 'ExtensionHostClosingTagCompletion';
|
|
13857
13920
|
const Commands$$ = {
|
|
13858
13921
|
executeClosingTagProvider: executeClosingTagProvider
|
|
13859
13922
|
};
|
|
@@ -13861,7 +13924,7 @@ const Commands$$ = {
|
|
|
13861
13924
|
const ExtensionHostClosingTagCompletion_ipc = {
|
|
13862
13925
|
__proto__: null,
|
|
13863
13926
|
Commands: Commands$$,
|
|
13864
|
-
name: name$
|
|
13927
|
+
name: name$Y
|
|
13865
13928
|
};
|
|
13866
13929
|
|
|
13867
13930
|
const sendMessagePortToRendererProcess$1 = async (port, initialCommand) => {
|
|
@@ -13870,7 +13933,7 @@ const sendMessagePortToRendererProcess$1 = async (port, initialCommand) => {
|
|
|
13870
13933
|
await invokeAndTransfer$u(initialCommand, port);
|
|
13871
13934
|
};
|
|
13872
13935
|
|
|
13873
|
-
const name$
|
|
13936
|
+
const name$X = 'SendMessagePortToRendererProcess';
|
|
13874
13937
|
const Commands$_ = {
|
|
13875
13938
|
sendMessagePortToRendererProcess: sendMessagePortToRendererProcess$1
|
|
13876
13939
|
};
|
|
@@ -13878,7 +13941,7 @@ const Commands$_ = {
|
|
|
13878
13941
|
const SendMessagePortToRendererProcess_ipc = {
|
|
13879
13942
|
__proto__: null,
|
|
13880
13943
|
Commands: Commands$_,
|
|
13881
|
-
name: name$
|
|
13944
|
+
name: name$X
|
|
13882
13945
|
};
|
|
13883
13946
|
|
|
13884
13947
|
const combineResults$2 = results => {
|
|
@@ -13897,7 +13960,7 @@ const executeHoverProvider = (editor, offset) => {
|
|
|
13897
13960
|
});
|
|
13898
13961
|
};
|
|
13899
13962
|
|
|
13900
|
-
const name$
|
|
13963
|
+
const name$W = 'ExtensionHostHover';
|
|
13901
13964
|
const Commands$Z = {
|
|
13902
13965
|
executeHoverProvider: executeHoverProvider
|
|
13903
13966
|
};
|
|
@@ -13905,7 +13968,7 @@ const Commands$Z = {
|
|
|
13905
13968
|
const ExtensionHostHover_ipc = {
|
|
13906
13969
|
__proto__: null,
|
|
13907
13970
|
Commands: Commands$Z,
|
|
13908
|
-
name: name$
|
|
13971
|
+
name: name$W
|
|
13909
13972
|
};
|
|
13910
13973
|
|
|
13911
13974
|
const chatCoordinatorWorkerUrl = `${assetDir}/packages/chat-coordinator-worker/dist/chatCoordinatorWorkerMain.js`;
|
|
@@ -14376,7 +14439,7 @@ const sendMessagePortToDiffWorker = async (port, initialCommand, rpcId) => {
|
|
|
14376
14439
|
|
|
14377
14440
|
// TODO add only one function sendMessagePortToRpc(rpcId) which sends it to the matching rpc module
|
|
14378
14441
|
|
|
14379
|
-
const name$
|
|
14442
|
+
const name$V = 'SendMessagePortToExtensionHostWorker';
|
|
14380
14443
|
const Commands$Y = {
|
|
14381
14444
|
sendMessagePortToAuthWorker: sendMessagePortToAuthWorker,
|
|
14382
14445
|
sendMessagePortToChatCoordinatorWorker: sendMessagePortToChatCoordinatorWorker,
|
|
@@ -14413,10 +14476,10 @@ const Commands$Y = {
|
|
|
14413
14476
|
const SendMessagePortToExtensionHostWorker_ipc = {
|
|
14414
14477
|
__proto__: null,
|
|
14415
14478
|
Commands: Commands$Y,
|
|
14416
|
-
name: name$
|
|
14479
|
+
name: name$V
|
|
14417
14480
|
};
|
|
14418
14481
|
|
|
14419
|
-
const name$
|
|
14482
|
+
const name$U = 'ExtensionHostManagement';
|
|
14420
14483
|
const Commands$X = {
|
|
14421
14484
|
activateByEvent: activateByEvent,
|
|
14422
14485
|
getStatusBarItems: getStatusBarItems
|
|
@@ -14425,7 +14488,7 @@ const Commands$X = {
|
|
|
14425
14488
|
const ExtensionHostManagement_ipc = {
|
|
14426
14489
|
__proto__: null,
|
|
14427
14490
|
Commands: Commands$X,
|
|
14428
|
-
name: name$
|
|
14491
|
+
name: name$U
|
|
14429
14492
|
};
|
|
14430
14493
|
|
|
14431
14494
|
const syntaxHighlightingWorkerUrl = `${assetDir}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js`;
|
|
@@ -14459,7 +14522,7 @@ const sendMessagePortToSyntaxHighlightingWorker = async (port, initialCommand) =
|
|
|
14459
14522
|
await invokeAndTransfer(initialCommand, port);
|
|
14460
14523
|
};
|
|
14461
14524
|
|
|
14462
|
-
const name$
|
|
14525
|
+
const name$T = 'SendMessagePortToSyntaxHighlightingWorker';
|
|
14463
14526
|
const Commands$W = {
|
|
14464
14527
|
sendMessagePortToSyntaxHighlightingWorker: sendMessagePortToSyntaxHighlightingWorker
|
|
14465
14528
|
};
|
|
@@ -14467,10 +14530,10 @@ const Commands$W = {
|
|
|
14467
14530
|
const SendMessagePortToSyntaxHighlightingWorker_ipc = {
|
|
14468
14531
|
__proto__: null,
|
|
14469
14532
|
Commands: Commands$W,
|
|
14470
|
-
name: name$
|
|
14533
|
+
name: name$T
|
|
14471
14534
|
};
|
|
14472
14535
|
|
|
14473
|
-
const name$
|
|
14536
|
+
const name$S = 'Transferrable';
|
|
14474
14537
|
const Commands$V = {
|
|
14475
14538
|
transferToRendererProcess: transferToRendererProcess,
|
|
14476
14539
|
transfer: transfer,
|
|
@@ -14480,7 +14543,7 @@ const Commands$V = {
|
|
|
14480
14543
|
const Transferrable_ipc = {
|
|
14481
14544
|
__proto__: null,
|
|
14482
14545
|
Commands: Commands$V,
|
|
14483
|
-
name: name$
|
|
14546
|
+
name: name$S
|
|
14484
14547
|
};
|
|
14485
14548
|
|
|
14486
14549
|
const getWebViewsNode = async () => {
|
|
@@ -14562,7 +14625,7 @@ const compat = {
|
|
|
14562
14625
|
}
|
|
14563
14626
|
};
|
|
14564
14627
|
|
|
14565
|
-
const name$
|
|
14628
|
+
const name$R = 'WebView';
|
|
14566
14629
|
const Commands$U = {
|
|
14567
14630
|
compatExtensionHostWorkerInvoke: compat.extensionHostWorkerInvoke,
|
|
14568
14631
|
compatExtensionHostWorkerInvokeAndTransfer: compat.extensionHostWorkerInvokeAndTransfer,
|
|
@@ -14582,7 +14645,7 @@ const Commands$U = {
|
|
|
14582
14645
|
const WebView_ipc = {
|
|
14583
14646
|
__proto__: null,
|
|
14584
14647
|
Commands: Commands$U,
|
|
14585
|
-
name: name$
|
|
14648
|
+
name: name$R
|
|
14586
14649
|
};
|
|
14587
14650
|
|
|
14588
14651
|
const launchSearchProcess = async () => {
|
|
@@ -14614,7 +14677,7 @@ const invoke$l = async (method, ...params) => {
|
|
|
14614
14677
|
return invoke$H(ipc, method, ...params);
|
|
14615
14678
|
};
|
|
14616
14679
|
|
|
14617
|
-
const name$
|
|
14680
|
+
const name$Q = 'SearchProcess';
|
|
14618
14681
|
const Commands$T = {
|
|
14619
14682
|
invoke: invoke$l
|
|
14620
14683
|
};
|
|
@@ -14622,7 +14685,7 @@ const Commands$T = {
|
|
|
14622
14685
|
const SearchProcess_ipc = {
|
|
14623
14686
|
__proto__: null,
|
|
14624
14687
|
Commands: Commands$T,
|
|
14625
|
-
name: name$
|
|
14688
|
+
name: name$Q
|
|
14626
14689
|
};
|
|
14627
14690
|
|
|
14628
14691
|
const combineResults$1 = results => {
|
|
@@ -14654,7 +14717,7 @@ const textSearchMemory2 = (...args) => {
|
|
|
14654
14717
|
return invoke$D('TextSearchMemory.textSearch2', ...args);
|
|
14655
14718
|
};
|
|
14656
14719
|
|
|
14657
|
-
const name$
|
|
14720
|
+
const name$P = 'ExtensionHostTextSearch';
|
|
14658
14721
|
const Commands$S = {
|
|
14659
14722
|
executeTextSearchProvider: executeTextSearchProvider,
|
|
14660
14723
|
textSearchFetch: textSearchFetch,
|
|
@@ -14666,10 +14729,10 @@ const Commands$S = {
|
|
|
14666
14729
|
const ExtensionHostTextSearch_ipc = {
|
|
14667
14730
|
__proto__: null,
|
|
14668
14731
|
Commands: Commands$S,
|
|
14669
|
-
name: name$
|
|
14732
|
+
name: name$P
|
|
14670
14733
|
};
|
|
14671
14734
|
|
|
14672
|
-
const name$
|
|
14735
|
+
const name$O = 'GetWindowId';
|
|
14673
14736
|
const Commands$R = {
|
|
14674
14737
|
getWindowId: getWindowId
|
|
14675
14738
|
};
|
|
@@ -14677,10 +14740,10 @@ const Commands$R = {
|
|
|
14677
14740
|
const GetWindowId_ipc = {
|
|
14678
14741
|
__proto__: null,
|
|
14679
14742
|
Commands: Commands$R,
|
|
14680
|
-
name: name$
|
|
14743
|
+
name: name$O
|
|
14681
14744
|
};
|
|
14682
14745
|
|
|
14683
|
-
const name$
|
|
14746
|
+
const name$N = 'ElectronDialog';
|
|
14684
14747
|
const Commands$Q = {
|
|
14685
14748
|
mockOpenDialog: mockOpenDialog,
|
|
14686
14749
|
resetMockOpenDialog: resetMockOpenDialog,
|
|
@@ -14691,10 +14754,10 @@ const Commands$Q = {
|
|
|
14691
14754
|
const ElectronDialog_ipc = {
|
|
14692
14755
|
__proto__: null,
|
|
14693
14756
|
Commands: Commands$Q,
|
|
14694
|
-
name: name$
|
|
14757
|
+
name: name$N
|
|
14695
14758
|
};
|
|
14696
14759
|
|
|
14697
|
-
const name$
|
|
14760
|
+
const name$M = 'Process';
|
|
14698
14761
|
const Commands$P = {
|
|
14699
14762
|
getNodeVersion: getNodeVersion,
|
|
14700
14763
|
getElectronVersion: getElectronVersion,
|
|
@@ -14709,7 +14772,7 @@ const Commands$P = {
|
|
|
14709
14772
|
const Process_ipc = {
|
|
14710
14773
|
__proto__: null,
|
|
14711
14774
|
Commands: Commands$P,
|
|
14712
|
-
name: name$
|
|
14775
|
+
name: name$M
|
|
14713
14776
|
};
|
|
14714
14777
|
|
|
14715
14778
|
const contexts = Object.create(null);
|
|
@@ -14832,7 +14895,7 @@ const getRunningExtensions = async () => {
|
|
|
14832
14895
|
return invoke$E('Extensions.getRunningExtensions', assetDir, getPlatform$1());
|
|
14833
14896
|
};
|
|
14834
14897
|
|
|
14835
|
-
const name$
|
|
14898
|
+
const name$L = 'ExtensionManagement';
|
|
14836
14899
|
const Commands$O = {
|
|
14837
14900
|
disable: disable,
|
|
14838
14901
|
enable: enable,
|
|
@@ -14851,7 +14914,7 @@ const Commands$O = {
|
|
|
14851
14914
|
const ExtensionManagement_ipc = {
|
|
14852
14915
|
__proto__: null,
|
|
14853
14916
|
Commands: Commands$O,
|
|
14854
|
-
name: name$
|
|
14917
|
+
name: name$L
|
|
14855
14918
|
};
|
|
14856
14919
|
|
|
14857
14920
|
const getVirtualDom$1 = html => {
|
|
@@ -14861,7 +14924,7 @@ const renderMarkdown = (markdown, options) => {
|
|
|
14861
14924
|
return invoke$o('Markdown.renderMarkdown', markdown, options);
|
|
14862
14925
|
};
|
|
14863
14926
|
|
|
14864
|
-
const name$
|
|
14927
|
+
const name$K = 'Markdown';
|
|
14865
14928
|
const Commands$N = {
|
|
14866
14929
|
renderMarkdown: renderMarkdown,
|
|
14867
14930
|
getVirtualDom: getVirtualDom$1
|
|
@@ -14870,7 +14933,7 @@ const Commands$N = {
|
|
|
14870
14933
|
const Markdown_ipc = {
|
|
14871
14934
|
__proto__: null,
|
|
14872
14935
|
Commands: Commands$N,
|
|
14873
|
-
name: name$
|
|
14936
|
+
name: name$K
|
|
14874
14937
|
};
|
|
14875
14938
|
|
|
14876
14939
|
const measureTextHeight = (text, fontFamily, fontSize) => {
|
|
@@ -14880,7 +14943,7 @@ const measureTextBlockHeight = (text, fontFamily, fontSize, lineHeight, width) =
|
|
|
14880
14943
|
return invoke$I('MeasureTextBlockHeight.measureTextBlockHeight', text, fontSize, fontFamily, lineHeight, width);
|
|
14881
14944
|
};
|
|
14882
14945
|
|
|
14883
|
-
const name$
|
|
14946
|
+
const name$J = 'MeasureTextHeight';
|
|
14884
14947
|
const Commands$M = {
|
|
14885
14948
|
measureTextBlockHeight: measureTextBlockHeight,
|
|
14886
14949
|
measureTextHeight: measureTextHeight
|
|
@@ -14889,7 +14952,7 @@ const Commands$M = {
|
|
|
14889
14952
|
const MeasureTextHeight_ipc = {
|
|
14890
14953
|
__proto__: null,
|
|
14891
14954
|
Commands: Commands$M,
|
|
14892
|
-
name: name$
|
|
14955
|
+
name: name$J
|
|
14893
14956
|
};
|
|
14894
14957
|
|
|
14895
14958
|
const create$U = id => {
|
|
@@ -14946,7 +15009,7 @@ const getKeyBindings$q = () => {
|
|
|
14946
15009
|
return invoke$x('About.getKeyBindings');
|
|
14947
15010
|
};
|
|
14948
15011
|
|
|
14949
|
-
const name$
|
|
15012
|
+
const name$I = 'About';
|
|
14950
15013
|
|
|
14951
15014
|
const apply = (oldState, newState) => {
|
|
14952
15015
|
const commands = newState.commands;
|
|
@@ -15026,7 +15089,7 @@ const ViewletAbout_ipc = {
|
|
|
15026
15089
|
hasFunctionalRender: hasFunctionalRender$J,
|
|
15027
15090
|
hasFunctionalRootRender: hasFunctionalRootRender$D,
|
|
15028
15091
|
loadContent: loadContent$Q,
|
|
15029
|
-
name: name$
|
|
15092
|
+
name: name$I,
|
|
15030
15093
|
render: render$M,
|
|
15031
15094
|
renderDialog: renderDialog$4,
|
|
15032
15095
|
renderEventListeners: renderEventListeners$t
|
|
@@ -15177,8 +15240,8 @@ const getKeyBindings$p = () => {
|
|
|
15177
15240
|
}];
|
|
15178
15241
|
};
|
|
15179
15242
|
|
|
15180
|
-
const menus$
|
|
15181
|
-
const getMenus$
|
|
15243
|
+
const menus$n = [];
|
|
15244
|
+
const getMenus$h = async () => {
|
|
15182
15245
|
try {
|
|
15183
15246
|
const ids = await invoke$k('ActivityBar.getMenuEntryIds');
|
|
15184
15247
|
const adjusted = ids.map(id => {
|
|
@@ -15196,7 +15259,7 @@ const getMenus$g = async () => {
|
|
|
15196
15259
|
}
|
|
15197
15260
|
};
|
|
15198
15261
|
|
|
15199
|
-
const name$
|
|
15262
|
+
const name$H = 'ActivityBar';
|
|
15200
15263
|
const getDisplayName$2 = () => {
|
|
15201
15264
|
return 'ActivityBar';
|
|
15202
15265
|
};
|
|
@@ -15246,15 +15309,15 @@ const ViewletActivityBar_ipc = {
|
|
|
15246
15309
|
getCommands: getCommands$q,
|
|
15247
15310
|
getDisplayName: getDisplayName$2,
|
|
15248
15311
|
getKeyBindings: getKeyBindings$p,
|
|
15249
|
-
getMenus: getMenus$
|
|
15312
|
+
getMenus: getMenus$h,
|
|
15250
15313
|
getQuickPickMenuEntries: getQuickPickMenuEntries$5,
|
|
15251
15314
|
hasFunctionalEvents: hasFunctionalEvents$u,
|
|
15252
15315
|
hasFunctionalRender: hasFunctionalRender$I,
|
|
15253
15316
|
hasFunctionalRootRender: hasFunctionalRootRender$C,
|
|
15254
15317
|
hotReload: hotReload$m,
|
|
15255
15318
|
loadContent: loadContent$P,
|
|
15256
|
-
menus: menus$
|
|
15257
|
-
name: name$
|
|
15319
|
+
menus: menus$n,
|
|
15320
|
+
name: name$H,
|
|
15258
15321
|
render: render$L,
|
|
15259
15322
|
renderEventListeners: renderEventListeners$s
|
|
15260
15323
|
};
|
|
@@ -15349,6 +15412,7 @@ const Th = 13;
|
|
|
15349
15412
|
const THead = 14;
|
|
15350
15413
|
const Tr = 15;
|
|
15351
15414
|
const I = 16;
|
|
15415
|
+
const Img = 17;
|
|
15352
15416
|
const H2 = 22;
|
|
15353
15417
|
const Select$1 = 63;
|
|
15354
15418
|
const Option = 64;
|
|
@@ -15440,7 +15504,7 @@ const renderAudio = {
|
|
|
15440
15504
|
};
|
|
15441
15505
|
const render$K = [renderAudio];
|
|
15442
15506
|
|
|
15443
|
-
const name$
|
|
15507
|
+
const name$G = 'Audio';
|
|
15444
15508
|
|
|
15445
15509
|
const ViewletAudio_ipc = {
|
|
15446
15510
|
__proto__: null,
|
|
@@ -15452,7 +15516,7 @@ const ViewletAudio_ipc = {
|
|
|
15452
15516
|
hasFunctionalRender: hasFunctionalRender$H,
|
|
15453
15517
|
hasFunctionalRootRender: hasFunctionalRootRender$B,
|
|
15454
15518
|
loadContent: loadContent$O,
|
|
15455
|
-
name: name$
|
|
15519
|
+
name: name$G,
|
|
15456
15520
|
render: render$K
|
|
15457
15521
|
};
|
|
15458
15522
|
|
|
@@ -15609,7 +15673,7 @@ const getKeyBindings$o = () => {
|
|
|
15609
15673
|
return invoke$j('Chat.getKeyBindings');
|
|
15610
15674
|
};
|
|
15611
15675
|
|
|
15612
|
-
const name$
|
|
15676
|
+
const name$F = 'Chat';
|
|
15613
15677
|
|
|
15614
15678
|
const hasFunctionalRender$F = true;
|
|
15615
15679
|
const hasFunctionalRootRender$A = true;
|
|
@@ -15628,12 +15692,12 @@ const renderEventListeners$r = async () => {
|
|
|
15628
15692
|
return listeners;
|
|
15629
15693
|
};
|
|
15630
15694
|
|
|
15631
|
-
const menus$
|
|
15695
|
+
const menus$m = [];
|
|
15632
15696
|
const getQuickPickMenuEntries$4 = async () => {
|
|
15633
15697
|
const entries = await invoke$j('Chat.getQuickPickMenuEntries');
|
|
15634
15698
|
return entries;
|
|
15635
15699
|
};
|
|
15636
|
-
const getMenus$
|
|
15700
|
+
const getMenus$g = async () => {
|
|
15637
15701
|
try {
|
|
15638
15702
|
const ids = await invoke$j('Chat.getMenuEntryIds');
|
|
15639
15703
|
const adjusted = ids.map(id => {
|
|
@@ -15658,7 +15722,7 @@ const ViewletChat_ipc = {
|
|
|
15658
15722
|
create: create$Q,
|
|
15659
15723
|
getCommands: getCommands$p,
|
|
15660
15724
|
getKeyBindings: getKeyBindings$o,
|
|
15661
|
-
getMenus: getMenus$
|
|
15725
|
+
getMenus: getMenus$g,
|
|
15662
15726
|
getQuickPickMenuEntries: getQuickPickMenuEntries$4,
|
|
15663
15727
|
hasFunctionalEvents: hasFunctionalEvents$t,
|
|
15664
15728
|
hasFunctionalRender: hasFunctionalRender$F,
|
|
@@ -15666,8 +15730,8 @@ const ViewletChat_ipc = {
|
|
|
15666
15730
|
hasFunctionalRootRender: hasFunctionalRootRender$A,
|
|
15667
15731
|
hotReload: hotReload$l,
|
|
15668
15732
|
loadContent: loadContent$M,
|
|
15669
|
-
menus: menus$
|
|
15670
|
-
name: name$
|
|
15733
|
+
menus: menus$m,
|
|
15734
|
+
name: name$F,
|
|
15671
15735
|
render: render$I,
|
|
15672
15736
|
renderDialog: renderDialog$3,
|
|
15673
15737
|
renderEventListeners: renderEventListeners$r,
|
|
@@ -15768,8 +15832,8 @@ const getCommands$o = async () => {
|
|
|
15768
15832
|
|
|
15769
15833
|
const Css$F = ["/css/parts/DebugChatDetails.css", "/css/parts/DebugChatImagePreview.css", "/css/parts/DebugChatDetailsClose.css", "/css/parts/DebugChatTable.css", "/css/parts/DebugChatTimeline.css", "/css/parts/DebugChatTop.css", "/css/parts/EditorMessage.css", "/css/parts/Table.css", "/css/parts/ViewletPanel.css", "/css/parts/ViewletPanelTabs.css"];
|
|
15770
15834
|
|
|
15771
|
-
const menus$
|
|
15772
|
-
const getMenus$
|
|
15835
|
+
const menus$l = [];
|
|
15836
|
+
const getMenus$f = async () => {
|
|
15773
15837
|
try {
|
|
15774
15838
|
const ids = await invoke$i('ChatDebug.getMenuIds');
|
|
15775
15839
|
const adjusted = ids.map(id => {
|
|
@@ -15822,7 +15886,7 @@ const getKeyBindings$n = () => {
|
|
|
15822
15886
|
return invoke$i('ChatDebug.getKeyBindings');
|
|
15823
15887
|
};
|
|
15824
15888
|
|
|
15825
|
-
const name$
|
|
15889
|
+
const name$E = 'StatusBar';
|
|
15826
15890
|
|
|
15827
15891
|
const ViewletChatDebug_ipc = {
|
|
15828
15892
|
__proto__: null,
|
|
@@ -15831,15 +15895,15 @@ const ViewletChatDebug_ipc = {
|
|
|
15831
15895
|
create: create$P,
|
|
15832
15896
|
getCommands: getCommands$o,
|
|
15833
15897
|
getKeyBindings: getKeyBindings$n,
|
|
15834
|
-
getMenus: getMenus$
|
|
15898
|
+
getMenus: getMenus$f,
|
|
15835
15899
|
hasFunctionalEvents: hasFunctionalEvents$s,
|
|
15836
15900
|
hasFunctionalRender: hasFunctionalRender$E,
|
|
15837
15901
|
hasFunctionalResize: hasFunctionalResize$o,
|
|
15838
15902
|
hasFunctionalRootRender: hasFunctionalRootRender$z,
|
|
15839
15903
|
hotReload: hotReload$k,
|
|
15840
15904
|
loadContent: loadContent$L,
|
|
15841
|
-
menus: menus$
|
|
15842
|
-
name: name$
|
|
15905
|
+
menus: menus$l,
|
|
15906
|
+
name: name$E,
|
|
15843
15907
|
render: render$H,
|
|
15844
15908
|
renderEventListeners: renderEventListeners$q,
|
|
15845
15909
|
resize: resize$n,
|
|
@@ -15871,7 +15935,7 @@ const dispose$s = state => {
|
|
|
15871
15935
|
state.disposed = true;
|
|
15872
15936
|
};
|
|
15873
15937
|
|
|
15874
|
-
const name$
|
|
15938
|
+
const name$D = 'Clock';
|
|
15875
15939
|
const Commands$G = {};
|
|
15876
15940
|
|
|
15877
15941
|
const ViewletClock_ipc = {
|
|
@@ -15880,7 +15944,7 @@ const ViewletClock_ipc = {
|
|
|
15880
15944
|
create: create$O,
|
|
15881
15945
|
dispose: dispose$s,
|
|
15882
15946
|
loadContent: loadContent$K,
|
|
15883
|
-
name: name$
|
|
15947
|
+
name: name$D
|
|
15884
15948
|
};
|
|
15885
15949
|
|
|
15886
15950
|
// TODO remove this file and merge with whenExpressions
|
|
@@ -15946,7 +16010,7 @@ const renderFocus$2 = {
|
|
|
15946
16010
|
};
|
|
15947
16011
|
const render$G = [renderDialog$2, renderFocus$2];
|
|
15948
16012
|
|
|
15949
|
-
const name$
|
|
16013
|
+
const name$C = 'Confirm';
|
|
15950
16014
|
|
|
15951
16015
|
const ViewletConfirm_ipc = {
|
|
15952
16016
|
__proto__: null,
|
|
@@ -15961,7 +16025,7 @@ const ViewletConfirm_ipc = {
|
|
|
15961
16025
|
hasFunctionalRender: hasFunctionalRender$D,
|
|
15962
16026
|
hasFunctionalRootRender: hasFunctionalRootRender$y,
|
|
15963
16027
|
loadContent: loadContent$J,
|
|
15964
|
-
name: name$
|
|
16028
|
+
name: name$C,
|
|
15965
16029
|
render: render$G,
|
|
15966
16030
|
renderDialog: renderDialog$2,
|
|
15967
16031
|
renderFocus: renderFocus$2
|
|
@@ -16055,7 +16119,7 @@ const getQuickPickMenuEntries$3 = () => {
|
|
|
16055
16119
|
}];
|
|
16056
16120
|
};
|
|
16057
16121
|
|
|
16058
|
-
const name$
|
|
16122
|
+
const name$B = 'DebugConsole';
|
|
16059
16123
|
|
|
16060
16124
|
const getVirtualDom = textContent => {
|
|
16061
16125
|
const dom = [];
|
|
@@ -16230,7 +16294,7 @@ const ViewletDebugConsole_ipc = {
|
|
|
16230
16294
|
handleInput: handleInput$4,
|
|
16231
16295
|
hasFunctionalRender: hasFunctionalRender$C,
|
|
16232
16296
|
loadContent: loadContent$I,
|
|
16233
|
-
name: name$
|
|
16297
|
+
name: name$B,
|
|
16234
16298
|
render: render$F,
|
|
16235
16299
|
renderActions: renderActions$d
|
|
16236
16300
|
};
|
|
@@ -16495,7 +16559,7 @@ const renderStack = {
|
|
|
16495
16559
|
};
|
|
16496
16560
|
const render$D = [renderHeader, renderButtons, renderCodeFrame, renderMessage$2, renderStack];
|
|
16497
16561
|
|
|
16498
|
-
const name$
|
|
16562
|
+
const name$A = 'Dialog';
|
|
16499
16563
|
|
|
16500
16564
|
const ViewletDialog_ipc = {
|
|
16501
16565
|
__proto__: null,
|
|
@@ -16506,7 +16570,7 @@ const ViewletDialog_ipc = {
|
|
|
16506
16570
|
handleClick: handleClick$1,
|
|
16507
16571
|
hasFunctionalRender: hasFunctionalRender$A,
|
|
16508
16572
|
loadContent: loadContent$G,
|
|
16509
|
-
name: name$
|
|
16573
|
+
name: name$A,
|
|
16510
16574
|
render: render$D
|
|
16511
16575
|
};
|
|
16512
16576
|
|
|
@@ -16578,8 +16642,8 @@ const {
|
|
|
16578
16642
|
restart: restart$c
|
|
16579
16643
|
} = getOrCreateWorker(launchDiffViewWorker);
|
|
16580
16644
|
|
|
16581
|
-
const menus$
|
|
16582
|
-
const getMenus$
|
|
16645
|
+
const menus$k = [];
|
|
16646
|
+
const getMenus$e = async () => {
|
|
16583
16647
|
try {
|
|
16584
16648
|
const ids = await invoke$h('DiffView.getMenuIds');
|
|
16585
16649
|
const adjusted = ids.map(id => {
|
|
@@ -16597,7 +16661,7 @@ const getMenus$d = async () => {
|
|
|
16597
16661
|
}
|
|
16598
16662
|
};
|
|
16599
16663
|
|
|
16600
|
-
const name$
|
|
16664
|
+
const name$z = 'DiffView';
|
|
16601
16665
|
const create$H = (uid, uri, x, y, width, height, args, parentUid) => {
|
|
16602
16666
|
return {
|
|
16603
16667
|
id: uid,
|
|
@@ -16729,15 +16793,15 @@ const ViewletDiffEditor2_ipc = {
|
|
|
16729
16793
|
getCommands: getCommands$n,
|
|
16730
16794
|
getDynamicCss,
|
|
16731
16795
|
getKeyBindings: getKeyBindings$k,
|
|
16732
|
-
getMenus: getMenus$
|
|
16796
|
+
getMenus: getMenus$e,
|
|
16733
16797
|
hasFunctionalEvents: hasFunctionalEvents$r,
|
|
16734
16798
|
hasFunctionalRender: hasFunctionalRender$z,
|
|
16735
16799
|
hasFunctionalResize: hasFunctionalResize$n,
|
|
16736
16800
|
hasFunctionalRootRender: hasFunctionalRootRender$w,
|
|
16737
16801
|
hotReload: hotReload$j,
|
|
16738
16802
|
loadContent: loadContent$F,
|
|
16739
|
-
menus: menus$
|
|
16740
|
-
name: name$
|
|
16803
|
+
menus: menus$k,
|
|
16804
|
+
name: name$z,
|
|
16741
16805
|
render: render$C,
|
|
16742
16806
|
renderEventListeners: renderEventListeners$p,
|
|
16743
16807
|
resize: resize$m,
|
|
@@ -16890,9 +16954,9 @@ const MenuEntriesE2eTests = {
|
|
|
16890
16954
|
id: id$3
|
|
16891
16955
|
};
|
|
16892
16956
|
|
|
16893
|
-
const menus$
|
|
16957
|
+
const menus$j = [MenuEntriesE2eTests];
|
|
16894
16958
|
|
|
16895
|
-
const name$
|
|
16959
|
+
const name$y = 'E2e Test';
|
|
16896
16960
|
|
|
16897
16961
|
const getE2eTestVirtualDom = content => {
|
|
16898
16962
|
return [{
|
|
@@ -16976,8 +17040,8 @@ const ViewletE2eTest_ipc = {
|
|
|
16976
17040
|
hasFunctionalResize: hasFunctionalResize$m,
|
|
16977
17041
|
hasFunctionalRootRender: hasFunctionalRootRender$v,
|
|
16978
17042
|
loadContent: loadContent$E,
|
|
16979
|
-
menus: menus$
|
|
16980
|
-
name: name$
|
|
17043
|
+
menus: menus$j,
|
|
17044
|
+
name: name$y,
|
|
16981
17045
|
render: render$B,
|
|
16982
17046
|
renderActions: renderActions$c,
|
|
16983
17047
|
resize: resize$l
|
|
@@ -17044,8 +17108,8 @@ const hotReload$i = async state => {
|
|
|
17044
17108
|
commands
|
|
17045
17109
|
};
|
|
17046
17110
|
};
|
|
17047
|
-
const menus$
|
|
17048
|
-
const getMenus$
|
|
17111
|
+
const menus$i = [];
|
|
17112
|
+
const getMenus$d = async () => {
|
|
17049
17113
|
try {
|
|
17050
17114
|
const ids = await invoke$g('LanguageModels.getMenuEntryIds');
|
|
17051
17115
|
const adjusted = ids.map(id => {
|
|
@@ -17118,13 +17182,13 @@ const ViewletLanguageModels_ipc = {
|
|
|
17118
17182
|
create: create$F,
|
|
17119
17183
|
getCommands: getCommands$m,
|
|
17120
17184
|
getKeyBindings: getKeyBindings$i,
|
|
17121
|
-
getMenus: getMenus$
|
|
17185
|
+
getMenus: getMenus$d,
|
|
17122
17186
|
hasFunctionalEvents: hasFunctionalEvents$q,
|
|
17123
17187
|
hasFunctionalRender: hasFunctionalRender$x,
|
|
17124
17188
|
hasFunctionalRootRender: hasFunctionalRootRender$u,
|
|
17125
17189
|
hotReload: hotReload$i,
|
|
17126
17190
|
loadContent: loadContent$D,
|
|
17127
|
-
menus: menus$
|
|
17191
|
+
menus: menus$i,
|
|
17128
17192
|
render: render$A,
|
|
17129
17193
|
renderDialog: renderDialog$1,
|
|
17130
17194
|
renderEventListeners: renderEventListeners$o
|
|
@@ -17238,7 +17302,7 @@ const renderItems$e = {
|
|
|
17238
17302
|
const render$z = [renderItems$e];
|
|
17239
17303
|
const Css$w = ['/css/parts/Preview.css'];
|
|
17240
17304
|
|
|
17241
|
-
const name$
|
|
17305
|
+
const name$x = 'Preview';
|
|
17242
17306
|
|
|
17243
17307
|
const ViewletPreview_ipc = {
|
|
17244
17308
|
__proto__: null,
|
|
@@ -17255,7 +17319,7 @@ const ViewletPreview_ipc = {
|
|
|
17255
17319
|
hotReload: hotReload$h,
|
|
17256
17320
|
increment,
|
|
17257
17321
|
loadContent: loadContent$C,
|
|
17258
|
-
name: name$
|
|
17322
|
+
name: name$x,
|
|
17259
17323
|
render: render$z,
|
|
17260
17324
|
renderEventListeners: renderEventListeners$n
|
|
17261
17325
|
};
|
|
@@ -17373,7 +17437,7 @@ const render$y = [renderTerminal];
|
|
|
17373
17437
|
|
|
17374
17438
|
const Css$v = ['/css/parts/ViewletTerminal.css', '/lib-css/xterm.css'];
|
|
17375
17439
|
|
|
17376
|
-
const name$
|
|
17440
|
+
const name$w = 'Terminal2';
|
|
17377
17441
|
|
|
17378
17442
|
const ViewletTerminal2_ipc = {
|
|
17379
17443
|
__proto__: null,
|
|
@@ -17391,7 +17455,7 @@ const ViewletTerminal2_ipc = {
|
|
|
17391
17455
|
hasFunctionalRender: hasFunctionalRender$v,
|
|
17392
17456
|
hasFunctionalResize: hasFunctionalResize$k,
|
|
17393
17457
|
loadContent: loadContent$B,
|
|
17394
|
-
name: name$
|
|
17458
|
+
name: name$w,
|
|
17395
17459
|
render: render$y,
|
|
17396
17460
|
resize: resize$k,
|
|
17397
17461
|
resizeEffect: resizeEffect$2
|
|
@@ -17516,9 +17580,9 @@ const getKeyBindings$h = () => {
|
|
|
17516
17580
|
return [];
|
|
17517
17581
|
};
|
|
17518
17582
|
|
|
17519
|
-
const menus$
|
|
17583
|
+
const menus$h = [MenuEntriesE2eTests];
|
|
17520
17584
|
|
|
17521
|
-
const name$
|
|
17585
|
+
const name$v = 'E2e Tests';
|
|
17522
17586
|
|
|
17523
17587
|
const mergeClassNames = (...classNames) => {
|
|
17524
17588
|
return classNames.filter(Boolean).join(' ');
|
|
@@ -17648,8 +17712,8 @@ const ViewletE2eTests_ipc = {
|
|
|
17648
17712
|
hasFunctionalRender: hasFunctionalRender$u,
|
|
17649
17713
|
hasFunctionalRootRender: hasFunctionalRootRender$s,
|
|
17650
17714
|
loadContent: loadContent$A,
|
|
17651
|
-
menus: menus$
|
|
17652
|
-
name: name$
|
|
17715
|
+
menus: menus$h,
|
|
17716
|
+
name: name$v,
|
|
17653
17717
|
openInNewTab,
|
|
17654
17718
|
render: render$x,
|
|
17655
17719
|
renderActions: renderActions$b,
|
|
@@ -18349,8 +18413,8 @@ const getQuickPickMenuEntries$2 = async () => {
|
|
|
18349
18413
|
const entries = await actualInvoke('Editor.getQuickPickMenuEntries');
|
|
18350
18414
|
return entries;
|
|
18351
18415
|
};
|
|
18352
|
-
const menus$
|
|
18353
|
-
const getMenus$
|
|
18416
|
+
const menus$g = [];
|
|
18417
|
+
const getMenus$c = async () => {
|
|
18354
18418
|
try {
|
|
18355
18419
|
// @ts-ignore
|
|
18356
18420
|
const ids = await actualInvoke('Editor.getMenuIds');
|
|
@@ -18371,7 +18435,7 @@ const getMenus$b = async () => {
|
|
|
18371
18435
|
}
|
|
18372
18436
|
};
|
|
18373
18437
|
|
|
18374
|
-
const name$
|
|
18438
|
+
const name$u = 'EditorText';
|
|
18375
18439
|
|
|
18376
18440
|
const saveState$g = state => {
|
|
18377
18441
|
// @ts-ignore
|
|
@@ -18408,7 +18472,7 @@ const ViewletEditorText_ipc = {
|
|
|
18408
18472
|
getCommands: getCommands$k,
|
|
18409
18473
|
getDynamicCss,
|
|
18410
18474
|
getKeyBindings: getKeyBindings$g,
|
|
18411
|
-
getMenus: getMenus$
|
|
18475
|
+
getMenus: getMenus$c,
|
|
18412
18476
|
getQuickPickMenuEntries: getQuickPickMenuEntries$2,
|
|
18413
18477
|
handleEditorChange,
|
|
18414
18478
|
handleLanguagesChanged,
|
|
@@ -18418,8 +18482,8 @@ const ViewletEditorText_ipc = {
|
|
|
18418
18482
|
hasFunctionalResize: hasFunctionalResize$j,
|
|
18419
18483
|
hasFunctionalRootRender: hasFunctionalRootRender$r,
|
|
18420
18484
|
loadContent: loadContent$z,
|
|
18421
|
-
menus: menus$
|
|
18422
|
-
name: name$
|
|
18485
|
+
menus: menus$g,
|
|
18486
|
+
name: name$u,
|
|
18423
18487
|
render: render$v,
|
|
18424
18488
|
renderEventListeners: renderEventListeners$m,
|
|
18425
18489
|
rerender: rerender$1,
|
|
@@ -18473,7 +18537,7 @@ const getEditorErrorInfo = error => {
|
|
|
18473
18537
|
};
|
|
18474
18538
|
};
|
|
18475
18539
|
|
|
18476
|
-
const name$
|
|
18540
|
+
const name$t = 'TextEditorError';
|
|
18477
18541
|
const create$z = () => {
|
|
18478
18542
|
return {
|
|
18479
18543
|
id: 0,
|
|
@@ -18500,7 +18564,7 @@ const ViewletTextEditorError_ipc = {
|
|
|
18500
18564
|
create: create$z,
|
|
18501
18565
|
handleClickCreate,
|
|
18502
18566
|
loadContent: loadContent$y,
|
|
18503
|
-
name: name$
|
|
18567
|
+
name: name$t,
|
|
18504
18568
|
render: render$u
|
|
18505
18569
|
};
|
|
18506
18570
|
|
|
@@ -18581,7 +18645,7 @@ const loadContent$x = state => {
|
|
|
18581
18645
|
};
|
|
18582
18646
|
const dispose$m = state => {};
|
|
18583
18647
|
|
|
18584
|
-
const name$
|
|
18648
|
+
const name$s = 'EmptyEditor';
|
|
18585
18649
|
const Commands$u = {};
|
|
18586
18650
|
|
|
18587
18651
|
const ViewletEmptyEditor_ipc = {
|
|
@@ -18590,7 +18654,7 @@ const ViewletEmptyEditor_ipc = {
|
|
|
18590
18654
|
create: create$x,
|
|
18591
18655
|
dispose: dispose$m,
|
|
18592
18656
|
loadContent: loadContent$x,
|
|
18593
|
-
name: name$
|
|
18657
|
+
name: name$s
|
|
18594
18658
|
};
|
|
18595
18659
|
|
|
18596
18660
|
const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerViewWorkerMain.js`;
|
|
@@ -18764,7 +18828,7 @@ const MenuEntriesExplorer = {
|
|
|
18764
18828
|
id: id$2
|
|
18765
18829
|
};
|
|
18766
18830
|
|
|
18767
|
-
const menus$
|
|
18831
|
+
const menus$f = [MenuEntriesExplorer];
|
|
18768
18832
|
|
|
18769
18833
|
/**
|
|
18770
18834
|
* @enum {string}
|
|
@@ -18775,7 +18839,7 @@ const explorer = () => {
|
|
|
18775
18839
|
return i18nString(UiStrings$4.Explorer);
|
|
18776
18840
|
};
|
|
18777
18841
|
|
|
18778
|
-
const name$
|
|
18842
|
+
const name$r = 'Explorer';
|
|
18779
18843
|
const getDisplayName$1 = () => {
|
|
18780
18844
|
return explorer();
|
|
18781
18845
|
};
|
|
@@ -18806,7 +18870,7 @@ const renderActions$a = {
|
|
|
18806
18870
|
}
|
|
18807
18871
|
};
|
|
18808
18872
|
|
|
18809
|
-
const renderTitle$
|
|
18873
|
+
const renderTitle$4 = {
|
|
18810
18874
|
isEqual(oldState, newState) {
|
|
18811
18875
|
return oldState.title === newState.title;
|
|
18812
18876
|
},
|
|
@@ -18843,12 +18907,12 @@ const ViewletExplorer_ipc = {
|
|
|
18843
18907
|
hasFunctionalRootRender: hasFunctionalRootRender$q,
|
|
18844
18908
|
hotReload: hotReload$f,
|
|
18845
18909
|
loadContent: loadContent$w,
|
|
18846
|
-
menus: menus$
|
|
18847
|
-
name: name$
|
|
18910
|
+
menus: menus$f,
|
|
18911
|
+
name: name$r,
|
|
18848
18912
|
render: render$s,
|
|
18849
18913
|
renderActions: renderActions$a,
|
|
18850
18914
|
renderEventListeners: renderEventListeners$l,
|
|
18851
|
-
renderTitle: renderTitle$
|
|
18915
|
+
renderTitle: renderTitle$4,
|
|
18852
18916
|
resize: resize$i,
|
|
18853
18917
|
restoreState,
|
|
18854
18918
|
saveState: saveState$f
|
|
@@ -18966,8 +19030,8 @@ const getKeyBindings$e = async () => {
|
|
|
18966
19030
|
}
|
|
18967
19031
|
};
|
|
18968
19032
|
|
|
18969
|
-
const menus$
|
|
18970
|
-
const getMenus$
|
|
19033
|
+
const menus$e = [];
|
|
19034
|
+
const getMenus$b = async () => {
|
|
18971
19035
|
try {
|
|
18972
19036
|
const ids = await invoke$e('ExtensionDetail.getMenuIds');
|
|
18973
19037
|
const adjusted = ids.map(id => {
|
|
@@ -18986,7 +19050,7 @@ const getMenus$a = async () => {
|
|
|
18986
19050
|
}
|
|
18987
19051
|
};
|
|
18988
19052
|
|
|
18989
|
-
const name$
|
|
19053
|
+
const name$q = 'ExtensionDetail';
|
|
18990
19054
|
|
|
18991
19055
|
const hasFunctionalRender$r = true;
|
|
18992
19056
|
const hasFunctionalRootRender$p = true;
|
|
@@ -19011,15 +19075,15 @@ const ViewletExtensionDetail_ipc = {
|
|
|
19011
19075
|
create: create$v,
|
|
19012
19076
|
getCommands: getCommands$i,
|
|
19013
19077
|
getKeyBindings: getKeyBindings$e,
|
|
19014
|
-
getMenus: getMenus$
|
|
19078
|
+
getMenus: getMenus$b,
|
|
19015
19079
|
hasFunctionalEvents: hasFunctionalEvents$m,
|
|
19016
19080
|
hasFunctionalRender: hasFunctionalRender$r,
|
|
19017
19081
|
hasFunctionalResize: hasFunctionalResize$h,
|
|
19018
19082
|
hasFunctionalRootRender: hasFunctionalRootRender$p,
|
|
19019
19083
|
hotReload: hotReload$e,
|
|
19020
19084
|
loadContent: loadContent$v,
|
|
19021
|
-
menus: menus$
|
|
19022
|
-
name: name$
|
|
19085
|
+
menus: menus$e,
|
|
19086
|
+
name: name$q,
|
|
19023
19087
|
render: render$r,
|
|
19024
19088
|
renderEventListeners: renderEventListeners$k,
|
|
19025
19089
|
saveState: saveState$e
|
|
@@ -19366,7 +19430,7 @@ const renderActions$9 = {
|
|
|
19366
19430
|
return newState.actionsDom;
|
|
19367
19431
|
}
|
|
19368
19432
|
};
|
|
19369
|
-
const renderTitle$
|
|
19433
|
+
const renderTitle$3 = {
|
|
19370
19434
|
isEqual(oldState, newState) {
|
|
19371
19435
|
return oldState.title === newState.title;
|
|
19372
19436
|
},
|
|
@@ -19424,7 +19488,7 @@ const getMenuEntries$2 = async (uid, props = {}) => {
|
|
|
19424
19488
|
}
|
|
19425
19489
|
return invoke$E('Extensions.getViewMenuEntries', state.uri, uid, props.menuId, assetDir, getPlatform$1());
|
|
19426
19490
|
};
|
|
19427
|
-
const menus$
|
|
19491
|
+
const menus$d = [{
|
|
19428
19492
|
getMenuEntries: getMenuEntries$2,
|
|
19429
19493
|
id: ExtensionView
|
|
19430
19494
|
}];
|
|
@@ -19447,11 +19511,11 @@ const ViewletExtensionView_ipc = {
|
|
|
19447
19511
|
hasFunctionalResize: hasFunctionalResize$g,
|
|
19448
19512
|
hasFunctionalRootRender: hasFunctionalRootRender$o,
|
|
19449
19513
|
loadContent: loadContent$u,
|
|
19450
|
-
menus: menus$
|
|
19514
|
+
menus: menus$d,
|
|
19451
19515
|
render: render$q,
|
|
19452
19516
|
renderActions: renderActions$9,
|
|
19453
19517
|
renderEventListeners: renderEventListeners$j,
|
|
19454
|
-
renderTitle: renderTitle$
|
|
19518
|
+
renderTitle: renderTitle$3,
|
|
19455
19519
|
rerender,
|
|
19456
19520
|
resize: resize$h,
|
|
19457
19521
|
saveState: saveState$d
|
|
@@ -19567,8 +19631,8 @@ const getKeyBindings$d = () => {
|
|
|
19567
19631
|
return invoke$d('SearchExtensions.getKeyBindings');
|
|
19568
19632
|
};
|
|
19569
19633
|
|
|
19570
|
-
const menus$
|
|
19571
|
-
const getMenus$
|
|
19634
|
+
const menus$c = [];
|
|
19635
|
+
const getMenus$a = async () => {
|
|
19572
19636
|
try {
|
|
19573
19637
|
const ids = await invoke$d('SearchExtensions.getMenuIds');
|
|
19574
19638
|
const adjusted = ids.map(id => {
|
|
@@ -19587,7 +19651,7 @@ const getMenus$9 = async () => {
|
|
|
19587
19651
|
}
|
|
19588
19652
|
};
|
|
19589
19653
|
|
|
19590
|
-
const name$
|
|
19654
|
+
const name$p = 'Extensions';
|
|
19591
19655
|
|
|
19592
19656
|
const hasFunctionalRender$p = true;
|
|
19593
19657
|
const hasFunctionalRootRender$n = true;
|
|
@@ -19631,7 +19695,7 @@ const renderActions$8 = {
|
|
|
19631
19695
|
}
|
|
19632
19696
|
};
|
|
19633
19697
|
|
|
19634
|
-
const renderTitle$
|
|
19698
|
+
const renderTitle$2 = {
|
|
19635
19699
|
isEqual(oldState, newState) {
|
|
19636
19700
|
return oldState === newState;
|
|
19637
19701
|
},
|
|
@@ -19666,19 +19730,19 @@ const ViewletExtensions_ipc = {
|
|
|
19666
19730
|
dispose: dispose$j,
|
|
19667
19731
|
getCommands: getCommands$h,
|
|
19668
19732
|
getKeyBindings: getKeyBindings$d,
|
|
19669
|
-
getMenus: getMenus$
|
|
19733
|
+
getMenus: getMenus$a,
|
|
19670
19734
|
hasFunctionalEvents: hasFunctionalEvents$k,
|
|
19671
19735
|
hasFunctionalRender: hasFunctionalRender$p,
|
|
19672
19736
|
hasFunctionalResize: hasFunctionalResize$f,
|
|
19673
19737
|
hasFunctionalRootRender: hasFunctionalRootRender$n,
|
|
19674
19738
|
hotReload: hotReload$d,
|
|
19675
19739
|
loadContent: loadContent$t,
|
|
19676
|
-
menus: menus$
|
|
19677
|
-
name: name$
|
|
19740
|
+
menus: menus$c,
|
|
19741
|
+
name: name$p,
|
|
19678
19742
|
render: render$p,
|
|
19679
19743
|
renderActions: renderActions$8,
|
|
19680
19744
|
renderEventListeners: renderEventListeners$i,
|
|
19681
|
-
renderTitle: renderTitle$
|
|
19745
|
+
renderTitle: renderTitle$2,
|
|
19682
19746
|
resize: resize$g,
|
|
19683
19747
|
saveState: saveState$c
|
|
19684
19748
|
};
|
|
@@ -19779,7 +19843,7 @@ const getKeyBindings$c = () => {
|
|
|
19779
19843
|
return invoke$c('IframeInspector.getKeyBindings');
|
|
19780
19844
|
};
|
|
19781
19845
|
|
|
19782
|
-
const name$
|
|
19846
|
+
const name$o = 'IframeInspector';
|
|
19783
19847
|
|
|
19784
19848
|
const hasFunctionalRender$o = true;
|
|
19785
19849
|
const hasFunctionalRootRender$m = true;
|
|
@@ -19809,7 +19873,7 @@ const ViewletIframeInspector_ipc = {
|
|
|
19809
19873
|
hasFunctionalRootRender: hasFunctionalRootRender$m,
|
|
19810
19874
|
hotReload: hotReload$c,
|
|
19811
19875
|
loadContent: loadContent$s,
|
|
19812
|
-
name: name$
|
|
19876
|
+
name: name$o,
|
|
19813
19877
|
render: render$o,
|
|
19814
19878
|
renderContent,
|
|
19815
19879
|
renderEventListeners: renderEventListeners$h
|
|
@@ -20051,7 +20115,7 @@ const renderEventListeners$g = async () => {
|
|
|
20051
20115
|
return listeners;
|
|
20052
20116
|
};
|
|
20053
20117
|
|
|
20054
|
-
const name$
|
|
20118
|
+
const name$n = 'Implementations';
|
|
20055
20119
|
const Commands$o = {};
|
|
20056
20120
|
|
|
20057
20121
|
const ViewletImplementations_ipc = {
|
|
@@ -20064,7 +20128,7 @@ const ViewletImplementations_ipc = {
|
|
|
20064
20128
|
hasFunctionalRender: hasFunctionalRender$n,
|
|
20065
20129
|
hasFunctionalRootRender: hasFunctionalRootRender$l,
|
|
20066
20130
|
loadContent: loadContent$q,
|
|
20067
|
-
name: name$
|
|
20131
|
+
name: name$n,
|
|
20068
20132
|
render: render$n,
|
|
20069
20133
|
renderEventListeners: renderEventListeners$g
|
|
20070
20134
|
};
|
|
@@ -20084,15 +20148,15 @@ const ViewletInlineDiffEditor_ipc = {
|
|
|
20084
20148
|
getCommands: getCommands$n,
|
|
20085
20149
|
getDynamicCss,
|
|
20086
20150
|
getKeyBindings: getKeyBindings$k,
|
|
20087
|
-
getMenus: getMenus$
|
|
20151
|
+
getMenus: getMenus$e,
|
|
20088
20152
|
hasFunctionalEvents: hasFunctionalEvents$r,
|
|
20089
20153
|
hasFunctionalRender: hasFunctionalRender$z,
|
|
20090
20154
|
hasFunctionalResize: hasFunctionalResize$n,
|
|
20091
20155
|
hasFunctionalRootRender: hasFunctionalRootRender$w,
|
|
20092
20156
|
hotReload: hotReload$j,
|
|
20093
20157
|
loadContent: loadContent$F,
|
|
20094
|
-
menus: menus$
|
|
20095
|
-
name: name$
|
|
20158
|
+
menus: menus$k,
|
|
20159
|
+
name: name$z,
|
|
20096
20160
|
render: render$C,
|
|
20097
20161
|
renderEventListeners: renderEventListeners$p,
|
|
20098
20162
|
resize: resize$m,
|
|
@@ -20200,8 +20264,8 @@ const getKeyBindings$b = () => {
|
|
|
20200
20264
|
return invoke$a('KeyBindings.getKeyBindings');
|
|
20201
20265
|
};
|
|
20202
20266
|
|
|
20203
|
-
const menus$
|
|
20204
|
-
const getMenus$
|
|
20267
|
+
const menus$b = [];
|
|
20268
|
+
const getMenus$9 = async () => {
|
|
20205
20269
|
try {
|
|
20206
20270
|
const ids = await invoke$a('KeyBindings.getMenuEntryIds');
|
|
20207
20271
|
const adjusted = ids.map(id => {
|
|
@@ -20220,7 +20284,7 @@ const getMenus$8 = async () => {
|
|
|
20220
20284
|
}
|
|
20221
20285
|
};
|
|
20222
20286
|
|
|
20223
|
-
const name$
|
|
20287
|
+
const name$m = 'KeyBindings';
|
|
20224
20288
|
|
|
20225
20289
|
const hasFunctionalRender$m = true;
|
|
20226
20290
|
const hasFunctionalRootRender$k = true;
|
|
@@ -20266,15 +20330,15 @@ const ViewletKeyBindings_ipc = {
|
|
|
20266
20330
|
create: create$p,
|
|
20267
20331
|
getCommands: getCommands$f,
|
|
20268
20332
|
getKeyBindings: getKeyBindings$b,
|
|
20269
|
-
getMenus: getMenus$
|
|
20333
|
+
getMenus: getMenus$9,
|
|
20270
20334
|
hasFunctionalEvents: hasFunctionalEvents$h,
|
|
20271
20335
|
hasFunctionalRender: hasFunctionalRender$m,
|
|
20272
20336
|
hasFunctionalResize: hasFunctionalResize$e,
|
|
20273
20337
|
hasFunctionalRootRender: hasFunctionalRootRender$k,
|
|
20274
20338
|
hotReload: hotReload$a,
|
|
20275
20339
|
loadContent: loadContent$p,
|
|
20276
|
-
menus: menus$
|
|
20277
|
-
name: name$
|
|
20340
|
+
menus: menus$b,
|
|
20341
|
+
name: name$m,
|
|
20278
20342
|
render: render$m,
|
|
20279
20343
|
renderEventListeners: renderEventListeners$f,
|
|
20280
20344
|
resize: resize$f,
|
|
@@ -20283,7 +20347,7 @@ const ViewletKeyBindings_ipc = {
|
|
|
20283
20347
|
|
|
20284
20348
|
const Deb = 'Deb';
|
|
20285
20349
|
|
|
20286
|
-
const commit = '
|
|
20350
|
+
const commit = '632c255';
|
|
20287
20351
|
|
|
20288
20352
|
const getAutoUpdateType = () => {
|
|
20289
20353
|
return invoke$F('AutoUpdater.getAutoUpdateType');
|
|
@@ -20589,6 +20653,31 @@ const getPoints = (source, sideBarLocation = Right) => {
|
|
|
20589
20653
|
const newPanelHeight = clamp(panelHeight, panelMinHeight, panelMaxHeight); // TODO check that it is in bounds of window
|
|
20590
20654
|
const preferredPreviewWidth = previewWidth > 0 ? previewWidth : windowWidth / 2;
|
|
20591
20655
|
const availableWidth = previewVisible ? Math.max(0, windowWidth - Math.max(previewMinWidth, preferredPreviewWidth)) : windowWidth;
|
|
20656
|
+
if (source.sideBarFocusMode) {
|
|
20657
|
+
const contentTop = titleBarVisible ? titleBarHeight : 0;
|
|
20658
|
+
const contentBottom = statusBarVisible ? windowHeight - statusBarHeight : windowHeight;
|
|
20659
|
+
return {
|
|
20660
|
+
...source,
|
|
20661
|
+
activityBarSashVisible: false,
|
|
20662
|
+
activityBarVisible: false,
|
|
20663
|
+
activityBarWidth: 0,
|
|
20664
|
+
mainVisible: false,
|
|
20665
|
+
panelSashVisible: false,
|
|
20666
|
+
panelVisible: false,
|
|
20667
|
+
previewSashVisible: false,
|
|
20668
|
+
previewVisible: false,
|
|
20669
|
+
secondarySideBarVisible: false,
|
|
20670
|
+
sideBarHeight: Math.max(0, contentBottom - contentTop),
|
|
20671
|
+
sideBarLeft: 0,
|
|
20672
|
+
sideBarSashVisible: false,
|
|
20673
|
+
sideBarTop: contentTop,
|
|
20674
|
+
sideBarVisible: true,
|
|
20675
|
+
sideBarWidth: windowWidth,
|
|
20676
|
+
statusBarTop: contentBottom,
|
|
20677
|
+
statusBarWidth: windowWidth,
|
|
20678
|
+
titleBarWidth: windowWidth
|
|
20679
|
+
};
|
|
20680
|
+
}
|
|
20592
20681
|
if (sideBarLocation === Right) {
|
|
20593
20682
|
const p1 = /* Top */0;
|
|
20594
20683
|
let p2 = /* End of Title Bar */0;
|
|
@@ -20913,6 +21002,8 @@ const create$o = id => {
|
|
|
20913
21002
|
previewSashVisible: false,
|
|
20914
21003
|
previewVisible: false,
|
|
20915
21004
|
sideBarSashVisible: false,
|
|
21005
|
+
sideBarFocusMode: false,
|
|
21006
|
+
sideBarFocusModeLayout: undefined,
|
|
20916
21007
|
sideBarVisible: false,
|
|
20917
21008
|
secondarySideBarVisible: false,
|
|
20918
21009
|
statusBarVisible: false,
|
|
@@ -20979,16 +21070,22 @@ const create$o = id => {
|
|
|
20979
21070
|
commands: [],
|
|
20980
21071
|
sashId: None$6,
|
|
20981
21072
|
previewUri: '',
|
|
21073
|
+
previewViewletId: Preview$3,
|
|
20982
21074
|
panelView: Problems,
|
|
20983
21075
|
initial: true
|
|
20984
21076
|
};
|
|
20985
21077
|
};
|
|
20986
21078
|
const saveState$9 = state => {
|
|
21079
|
+
const stateToSave = state.sideBarFocusModeLayout ? {
|
|
21080
|
+
...state,
|
|
21081
|
+
...state.sideBarFocusModeLayout
|
|
21082
|
+
} : state;
|
|
20987
21083
|
const {
|
|
20988
21084
|
activityBarVisible,
|
|
20989
21085
|
panelHeight,
|
|
20990
21086
|
panelVisible,
|
|
20991
21087
|
previewUri,
|
|
21088
|
+
previewViewletId,
|
|
20992
21089
|
previewVisible,
|
|
20993
21090
|
previewWidth,
|
|
20994
21091
|
sideBarLocation,
|
|
@@ -20998,12 +21095,13 @@ const saveState$9 = state => {
|
|
|
20998
21095
|
secondarySideBarView,
|
|
20999
21096
|
secondarySideBarVisible,
|
|
21000
21097
|
secondarySideBarWidth
|
|
21001
|
-
} =
|
|
21098
|
+
} = stateToSave;
|
|
21002
21099
|
return {
|
|
21003
21100
|
activityBarVisible,
|
|
21004
21101
|
panelHeight,
|
|
21005
21102
|
panelVisible,
|
|
21006
21103
|
previewUri,
|
|
21104
|
+
previewViewletId,
|
|
21007
21105
|
previewVisible,
|
|
21008
21106
|
previewWidth,
|
|
21009
21107
|
sideBarLocation,
|
|
@@ -21073,6 +21171,12 @@ const getSavedSecondarySideBarView = savedState => {
|
|
|
21073
21171
|
}
|
|
21074
21172
|
return Chat;
|
|
21075
21173
|
};
|
|
21174
|
+
const getSavedPreviewViewletId = savedState => {
|
|
21175
|
+
if (savedState?.previewViewletId === SimpleBrowser$1) {
|
|
21176
|
+
return SimpleBrowser$1;
|
|
21177
|
+
}
|
|
21178
|
+
return Preview$3;
|
|
21179
|
+
};
|
|
21076
21180
|
const loadContent$o = (state, savedState) => {
|
|
21077
21181
|
const {
|
|
21078
21182
|
Layout
|
|
@@ -21100,6 +21204,7 @@ const loadContent$o = (state, savedState) => {
|
|
|
21100
21204
|
const savedView = getSavedSideBarView(stateToRestore);
|
|
21101
21205
|
const savedSecondaryView = getSavedSecondarySideBarView(stateToRestore);
|
|
21102
21206
|
const previewUri = stateToRestore?.previewUri || '';
|
|
21207
|
+
const previewViewletId = getSavedPreviewViewletId(stateToRestore);
|
|
21103
21208
|
const intermediateState = {
|
|
21104
21209
|
...state,
|
|
21105
21210
|
activityBarVisible: true,
|
|
@@ -21135,9 +21240,12 @@ const loadContent$o = (state, savedState) => {
|
|
|
21135
21240
|
panelSashVisible: true,
|
|
21136
21241
|
previewSashVisible: previewVisible,
|
|
21137
21242
|
previewUri,
|
|
21243
|
+
previewViewletId,
|
|
21138
21244
|
restore,
|
|
21139
21245
|
sideBarLocation,
|
|
21140
21246
|
sideBarSashVisible: true,
|
|
21247
|
+
sideBarFocusMode: false,
|
|
21248
|
+
sideBarFocusModeLayout: undefined,
|
|
21141
21249
|
sideBarView: savedView,
|
|
21142
21250
|
secondarySideBarView: savedSecondaryView,
|
|
21143
21251
|
workbenchVisible: true,
|
|
@@ -21148,6 +21256,12 @@ const loadContent$o = (state, savedState) => {
|
|
|
21148
21256
|
return newState;
|
|
21149
21257
|
};
|
|
21150
21258
|
const show$4 = async (state, module, currentViewletId) => {
|
|
21259
|
+
if (state.sideBarFocusMode && module !== SideBar && module !== StatusBar && module !== TitleBar) {
|
|
21260
|
+
return {
|
|
21261
|
+
newState: state,
|
|
21262
|
+
commands: []
|
|
21263
|
+
};
|
|
21264
|
+
}
|
|
21151
21265
|
const {
|
|
21152
21266
|
kVisible,
|
|
21153
21267
|
kTop,
|
|
@@ -21176,6 +21290,7 @@ const show$4 = async (state, module, currentViewletId) => {
|
|
|
21176
21290
|
const height = intermediateState[kHeight];
|
|
21177
21291
|
const uid = state.uid;
|
|
21178
21292
|
const childUid = create$18();
|
|
21293
|
+
const viewletModuleId = module === Preview$1 ? state.previewViewletId : moduleId;
|
|
21179
21294
|
let uri = '';
|
|
21180
21295
|
if (module === Preview$1 && state.previewUri) {
|
|
21181
21296
|
uri = state.previewUri;
|
|
@@ -21184,7 +21299,7 @@ const show$4 = async (state, module, currentViewletId) => {
|
|
|
21184
21299
|
disposed: false,
|
|
21185
21300
|
getModule: load$2,
|
|
21186
21301
|
args: module === SideBar && currentViewletId ? [currentViewletId] : [],
|
|
21187
|
-
id:
|
|
21302
|
+
id: viewletModuleId,
|
|
21188
21303
|
type: 0,
|
|
21189
21304
|
// @ts-ignore
|
|
21190
21305
|
uri,
|
|
@@ -21251,6 +21366,59 @@ const toggle = (state, module, moduleId) => {
|
|
|
21251
21366
|
}
|
|
21252
21367
|
return show$4(state, module, moduleId);
|
|
21253
21368
|
};
|
|
21369
|
+
const getSideBarFocusModeLayoutSnapshot = state => {
|
|
21370
|
+
return {
|
|
21371
|
+
activityBarSashVisible: state.activityBarSashVisible,
|
|
21372
|
+
activityBarVisible: state.activityBarVisible,
|
|
21373
|
+
mainVisible: state.mainVisible,
|
|
21374
|
+
panelSashVisible: state.panelSashVisible,
|
|
21375
|
+
panelVisible: state.panelVisible,
|
|
21376
|
+
previewSashVisible: state.previewSashVisible,
|
|
21377
|
+
previewVisible: state.previewVisible,
|
|
21378
|
+
secondarySideBarVisible: state.secondarySideBarVisible,
|
|
21379
|
+
sideBarSashVisible: state.sideBarSashVisible,
|
|
21380
|
+
sideBarVisible: state.sideBarVisible,
|
|
21381
|
+
sideBarWidth: state.sideBarWidth
|
|
21382
|
+
};
|
|
21383
|
+
};
|
|
21384
|
+
const getSideBarFocusMode = state => {
|
|
21385
|
+
return state.sideBarFocusMode;
|
|
21386
|
+
};
|
|
21387
|
+
const enterSideBarFocusMode = async state => {
|
|
21388
|
+
if (state.sideBarFocusMode || !state.sideBarVisible) {
|
|
21389
|
+
return {
|
|
21390
|
+
newState: state,
|
|
21391
|
+
commands: []
|
|
21392
|
+
};
|
|
21393
|
+
}
|
|
21394
|
+
const newState = getPoints({
|
|
21395
|
+
...state,
|
|
21396
|
+
sideBarFocusMode: true,
|
|
21397
|
+
sideBarFocusModeLayout: getSideBarFocusModeLayoutSnapshot(state)
|
|
21398
|
+
});
|
|
21399
|
+
return {
|
|
21400
|
+
newState,
|
|
21401
|
+
commands: await getResizeCommands(state, newState)
|
|
21402
|
+
};
|
|
21403
|
+
};
|
|
21404
|
+
const leaveSideBarFocusMode = async state => {
|
|
21405
|
+
if (!state.sideBarFocusMode || !state.sideBarFocusModeLayout) {
|
|
21406
|
+
return {
|
|
21407
|
+
newState: state,
|
|
21408
|
+
commands: []
|
|
21409
|
+
};
|
|
21410
|
+
}
|
|
21411
|
+
const newState = getPoints({
|
|
21412
|
+
...state,
|
|
21413
|
+
...state.sideBarFocusModeLayout,
|
|
21414
|
+
sideBarFocusMode: false,
|
|
21415
|
+
sideBarFocusModeLayout: undefined
|
|
21416
|
+
});
|
|
21417
|
+
return {
|
|
21418
|
+
newState,
|
|
21419
|
+
commands: await getResizeCommands(state, newState)
|
|
21420
|
+
};
|
|
21421
|
+
};
|
|
21254
21422
|
const showSideBar = async (state, moduleId = state.sideBarView) => {
|
|
21255
21423
|
const sideBarView = moduleId || state.sideBarView || Explorer$1;
|
|
21256
21424
|
if (state.sideBarVisible) {
|
|
@@ -21288,21 +21456,35 @@ const showSideBar = async (state, moduleId = state.sideBarView) => {
|
|
|
21288
21456
|
};
|
|
21289
21457
|
};
|
|
21290
21458
|
const hide$2 = async (state, module) => {
|
|
21459
|
+
if (state.sideBarFocusMode && module !== SideBar && module !== StatusBar && module !== TitleBar) {
|
|
21460
|
+
return {
|
|
21461
|
+
newState: state,
|
|
21462
|
+
commands: []
|
|
21463
|
+
};
|
|
21464
|
+
}
|
|
21291
21465
|
const {
|
|
21292
21466
|
kVisible,
|
|
21293
21467
|
moduleId
|
|
21294
21468
|
} = module;
|
|
21469
|
+
const isPreview = module === Preview$1;
|
|
21470
|
+
const instanceId = isPreview ? state.previewId : moduleId;
|
|
21471
|
+
const storageId = isPreview ? state.previewViewletId : moduleId;
|
|
21295
21472
|
const newState = getPoints({
|
|
21296
21473
|
...state,
|
|
21297
21474
|
[kVisible]: false,
|
|
21298
|
-
...(
|
|
21475
|
+
...(isPreview ? {
|
|
21476
|
+
previewId: -1,
|
|
21299
21477
|
previewSashVisible: false
|
|
21300
21478
|
} : {})
|
|
21301
21479
|
});
|
|
21302
21480
|
// TODO save state to local storage after rending (in background)
|
|
21303
|
-
|
|
21481
|
+
if (isPreview) {
|
|
21482
|
+
await saveViewletStateWithStorageId(instanceId, storageId);
|
|
21483
|
+
} else {
|
|
21484
|
+
await saveViewletState(instanceId);
|
|
21485
|
+
}
|
|
21304
21486
|
// TODO also resize other viewlets if necessary
|
|
21305
|
-
const commands = disposeFunctional(
|
|
21487
|
+
const commands = disposeFunctional(instanceId);
|
|
21306
21488
|
const resizeCommands = await getResizeCommands(state, newState);
|
|
21307
21489
|
commands.push(...resizeCommands);
|
|
21308
21490
|
|
|
@@ -21316,10 +21498,11 @@ const hide$2 = async (state, module) => {
|
|
|
21316
21498
|
};
|
|
21317
21499
|
};
|
|
21318
21500
|
const hideSideBar = async state => {
|
|
21501
|
+
const focusResult = await leaveSideBarFocusMode(state);
|
|
21319
21502
|
const {
|
|
21320
21503
|
newState,
|
|
21321
21504
|
commands
|
|
21322
|
-
} = await hide$2(
|
|
21505
|
+
} = await hide$2(focusResult.newState, SideBar);
|
|
21323
21506
|
const {
|
|
21324
21507
|
activityBarId
|
|
21325
21508
|
} = newState;
|
|
@@ -21329,10 +21512,13 @@ const hideSideBar = async state => {
|
|
|
21329
21512
|
...newState,
|
|
21330
21513
|
sideBarVisible: false
|
|
21331
21514
|
},
|
|
21332
|
-
commands: [...commands, ...activityBarCommands]
|
|
21515
|
+
commands: [...focusResult.commands, ...commands, ...activityBarCommands]
|
|
21333
21516
|
};
|
|
21334
21517
|
};
|
|
21335
21518
|
const toggleSideBar = state => {
|
|
21519
|
+
if (state.sideBarFocusMode) {
|
|
21520
|
+
return hideSideBar(state);
|
|
21521
|
+
}
|
|
21336
21522
|
// @ts-ignore
|
|
21337
21523
|
return toggle(state, SideBar);
|
|
21338
21524
|
};
|
|
@@ -21428,7 +21614,7 @@ const togglePanel = (state, moduleId = None$8) => {
|
|
|
21428
21614
|
};
|
|
21429
21615
|
const mainMinHeight = 100;
|
|
21430
21616
|
const maximizePanel = async state => {
|
|
21431
|
-
if (state.panelMaximized) {
|
|
21617
|
+
if (state.panelMaximized || state.sideBarFocusMode) {
|
|
21432
21618
|
return {
|
|
21433
21619
|
newState: state,
|
|
21434
21620
|
commands: []
|
|
@@ -21451,7 +21637,7 @@ const maximizePanel = async state => {
|
|
|
21451
21637
|
};
|
|
21452
21638
|
};
|
|
21453
21639
|
const unmaximizePanel = async state => {
|
|
21454
|
-
if (!state.panelMaximized || !state.panelVisible) {
|
|
21640
|
+
if (!state.panelMaximized || !state.panelVisible || state.sideBarFocusMode) {
|
|
21455
21641
|
return {
|
|
21456
21642
|
newState: state,
|
|
21457
21643
|
commands: []
|
|
@@ -21492,25 +21678,76 @@ const toggleStatusBar = state => {
|
|
|
21492
21678
|
// @ts-ignore
|
|
21493
21679
|
return toggle(state, StatusBar);
|
|
21494
21680
|
};
|
|
21495
|
-
const
|
|
21681
|
+
const getPreviewViewletId = uri => {
|
|
21682
|
+
if (uri.startsWith('simple-browser://')) {
|
|
21683
|
+
return SimpleBrowser$1;
|
|
21684
|
+
}
|
|
21685
|
+
return Preview$3;
|
|
21686
|
+
};
|
|
21687
|
+
const replacePreview = async (state, uri, previewViewletId) => {
|
|
21688
|
+
await saveViewletStateWithStorageId(state.previewId, state.previewViewletId);
|
|
21689
|
+
const commands = disposeFunctional(state.previewId);
|
|
21690
|
+
const childUid = create$18();
|
|
21691
|
+
const newState = {
|
|
21692
|
+
...state,
|
|
21693
|
+
previewId: childUid,
|
|
21694
|
+
previewUri: uri,
|
|
21695
|
+
previewViewletId
|
|
21696
|
+
};
|
|
21697
|
+
setState$1(state.uid, newState);
|
|
21698
|
+
const viewlet = {
|
|
21699
|
+
disposed: false,
|
|
21700
|
+
getModule: load$2,
|
|
21701
|
+
args: [],
|
|
21702
|
+
id: previewViewletId,
|
|
21703
|
+
type: 0,
|
|
21704
|
+
uri,
|
|
21705
|
+
show: false,
|
|
21706
|
+
focus: false,
|
|
21707
|
+
x: state.previewLeft,
|
|
21708
|
+
y: state.previewTop,
|
|
21709
|
+
width: state.previewWidth,
|
|
21710
|
+
height: state.previewHeight,
|
|
21711
|
+
parentUid: state.uid,
|
|
21712
|
+
uid: childUid
|
|
21713
|
+
};
|
|
21714
|
+
const loadCommands = await load$4(viewlet, false, true, undefined);
|
|
21715
|
+
commands.push(...loadCommands);
|
|
21716
|
+
return {
|
|
21717
|
+
newState,
|
|
21718
|
+
commands
|
|
21719
|
+
};
|
|
21720
|
+
};
|
|
21721
|
+
const showPreview = async (state, uri = state.previewUri) => {
|
|
21496
21722
|
const {
|
|
21497
21723
|
previewVisible,
|
|
21498
21724
|
previewId,
|
|
21499
21725
|
uid
|
|
21500
21726
|
} = state;
|
|
21727
|
+
const previewViewletId = getPreviewViewletId(uri);
|
|
21501
21728
|
if (previewVisible && previewId !== -1) {
|
|
21502
|
-
|
|
21729
|
+
if (state.previewViewletId !== previewViewletId) {
|
|
21730
|
+
return replacePreview(state, uri, previewViewletId);
|
|
21731
|
+
}
|
|
21732
|
+
if (previewViewletId === Preview$3) {
|
|
21733
|
+
await execute$3('Preview.setUri', uri);
|
|
21734
|
+
}
|
|
21503
21735
|
return {
|
|
21504
21736
|
newState: {
|
|
21505
21737
|
...state,
|
|
21506
|
-
previewUri: uri
|
|
21738
|
+
previewUri: uri,
|
|
21739
|
+
previewViewletId
|
|
21507
21740
|
},
|
|
21508
21741
|
commands: []
|
|
21509
21742
|
};
|
|
21510
21743
|
}
|
|
21511
21744
|
const partialNewState = {
|
|
21512
21745
|
...state,
|
|
21513
|
-
previewUri: uri
|
|
21746
|
+
previewUri: uri,
|
|
21747
|
+
previewViewletId,
|
|
21748
|
+
...(previewVisible ? {
|
|
21749
|
+
previewVisible: false
|
|
21750
|
+
} : {})
|
|
21514
21751
|
};
|
|
21515
21752
|
setState$1(uid, partialNewState);
|
|
21516
21753
|
// @ts-ignore
|
|
@@ -21523,11 +21760,11 @@ const showPreview = async (state, uri) => {
|
|
|
21523
21760
|
const hidePreview = state => {
|
|
21524
21761
|
return hide$2(state, Preview$1);
|
|
21525
21762
|
};
|
|
21526
|
-
const togglePreview = (state, uri) => {
|
|
21527
|
-
|
|
21528
|
-
|
|
21529
|
-
|
|
21530
|
-
|
|
21763
|
+
const togglePreview = (state, uri = state.previewUri) => {
|
|
21764
|
+
if (state.previewVisible) {
|
|
21765
|
+
return hidePreview(state);
|
|
21766
|
+
}
|
|
21767
|
+
return showPreview(state, uri);
|
|
21531
21768
|
};
|
|
21532
21769
|
const showTitleBar = state => {
|
|
21533
21770
|
// @ts-ignore
|
|
@@ -21631,6 +21868,8 @@ const loadIfVisible = async (state, module) => {
|
|
|
21631
21868
|
kId,
|
|
21632
21869
|
kReady
|
|
21633
21870
|
} = module;
|
|
21871
|
+
const viewletModuleId = module === Preview$1 ? state.previewViewletId : moduleId;
|
|
21872
|
+
const uri = module === Preview$1 ? state.previewUri : '';
|
|
21634
21873
|
const visible = state[kVisible];
|
|
21635
21874
|
const x = state[kLeft];
|
|
21636
21875
|
const y = state[kTop];
|
|
@@ -21646,10 +21885,10 @@ const loadIfVisible = async (state, module) => {
|
|
|
21646
21885
|
};
|
|
21647
21886
|
commands = await load$4({
|
|
21648
21887
|
getModule: load$2,
|
|
21649
|
-
id:
|
|
21888
|
+
id: viewletModuleId,
|
|
21650
21889
|
type: 0,
|
|
21651
21890
|
// @ts-ignore
|
|
21652
|
-
uri
|
|
21891
|
+
uri,
|
|
21653
21892
|
show: false,
|
|
21654
21893
|
focus: false,
|
|
21655
21894
|
x,
|
|
@@ -21951,7 +22190,8 @@ const getResizeCommands = async (oldState, newState) => {
|
|
|
21951
22190
|
kHeight,
|
|
21952
22191
|
moduleId
|
|
21953
22192
|
} = module;
|
|
21954
|
-
const
|
|
22193
|
+
const instanceId = module === Preview$1 ? newState.previewId : moduleId;
|
|
22194
|
+
const instance = getInstance(instanceId);
|
|
21955
22195
|
if (!instance) {
|
|
21956
22196
|
return [];
|
|
21957
22197
|
}
|
|
@@ -22010,25 +22250,25 @@ const getFocusChangeCommands = isFocused => {
|
|
|
22010
22250
|
}
|
|
22011
22251
|
return commands;
|
|
22012
22252
|
};
|
|
22013
|
-
const showAsync = async (uid, points, module) => {
|
|
22253
|
+
const showAsync = async (uid, points, module, viewletUid) => {
|
|
22014
22254
|
try {
|
|
22015
22255
|
number(uid);
|
|
22016
22256
|
const {
|
|
22017
|
-
moduleId,
|
|
22257
|
+
moduleId: defaultModuleId,
|
|
22018
22258
|
kTop,
|
|
22019
22259
|
kLeft,
|
|
22020
22260
|
kWidth,
|
|
22021
22261
|
kHeight
|
|
22022
22262
|
} = module;
|
|
22023
|
-
const
|
|
22263
|
+
const moduleId = module === Preview$1 ? points.previewViewletId : defaultModuleId;
|
|
22264
|
+
const uri = module === Preview$1 ? points.previewUri : '';
|
|
22024
22265
|
const commands = await load$4({
|
|
22025
22266
|
getModule: load$2,
|
|
22026
22267
|
id: moduleId,
|
|
22027
22268
|
// @ts-ignore
|
|
22028
22269
|
uid: viewletUid,
|
|
22029
22270
|
type: 0,
|
|
22030
|
-
|
|
22031
|
-
uri: '',
|
|
22271
|
+
uri,
|
|
22032
22272
|
show: false,
|
|
22033
22273
|
focus: false,
|
|
22034
22274
|
x: points[kLeft],
|
|
@@ -22051,12 +22291,13 @@ const showAsync = async (uid, points, module) => {
|
|
|
22051
22291
|
const showPlaceholder = (uid, points, module) => {
|
|
22052
22292
|
number(uid);
|
|
22053
22293
|
const {
|
|
22054
|
-
moduleId,
|
|
22294
|
+
moduleId: defaultModuleId,
|
|
22055
22295
|
kTop,
|
|
22056
22296
|
kLeft,
|
|
22057
22297
|
kWidth,
|
|
22058
22298
|
kHeight
|
|
22059
22299
|
} = module;
|
|
22300
|
+
const moduleId = module === Preview$1 ? points.previewViewletId : defaultModuleId;
|
|
22060
22301
|
return ['Viewlet.createPlaceholder', /* id */moduleId, /* parentId */uid, /* top */points[kTop], /* left */points[kLeft], /* width */points[kWidth], /* height */points[kHeight]];
|
|
22061
22302
|
};
|
|
22062
22303
|
const handleSashPointerMove = async (state, x, y) => {
|
|
@@ -22077,25 +22318,34 @@ const handleSashPointerMove = async (state, x, y) => {
|
|
|
22077
22318
|
} = module;
|
|
22078
22319
|
if (state[kVisible] !== newState[kVisible]) {
|
|
22079
22320
|
if (newState[kVisible]) {
|
|
22080
|
-
|
|
22321
|
+
const viewletUid = create$18();
|
|
22322
|
+
showAsync(uid, newState, module, viewletUid); // TODO avoid side effect
|
|
22081
22323
|
const commands = showPlaceholder(uid, newState, module);
|
|
22082
22324
|
// @ts-ignore
|
|
22083
22325
|
allCommands.push(commands);
|
|
22084
22326
|
if (moduleId === Preview$3) {
|
|
22085
22327
|
newState = {
|
|
22086
22328
|
...newState,
|
|
22329
|
+
previewId: viewletUid,
|
|
22087
22330
|
previewVisible: true,
|
|
22088
22331
|
previewSashVisible: true
|
|
22089
22332
|
};
|
|
22090
22333
|
}
|
|
22091
22334
|
} else {
|
|
22092
|
-
|
|
22093
|
-
const
|
|
22335
|
+
const instanceId = module === Preview$1 ? state.previewId : moduleId;
|
|
22336
|
+
const storageId = module === Preview$1 ? state.previewViewletId : moduleId;
|
|
22337
|
+
if (module === Preview$1) {
|
|
22338
|
+
await saveViewletStateWithStorageId(instanceId, storageId);
|
|
22339
|
+
} else {
|
|
22340
|
+
await saveViewletState(instanceId);
|
|
22341
|
+
}
|
|
22342
|
+
const commands = disposeFunctional(instanceId);
|
|
22094
22343
|
// @ts-ignore
|
|
22095
22344
|
allCommands.push(...commands);
|
|
22096
22345
|
if (moduleId === Preview$3) {
|
|
22097
22346
|
newState = {
|
|
22098
22347
|
...newState,
|
|
22348
|
+
previewId: -1,
|
|
22099
22349
|
previewVisible: false,
|
|
22100
22350
|
previewSashVisible: false
|
|
22101
22351
|
};
|
|
@@ -22485,6 +22735,52 @@ const getHref = state => {
|
|
|
22485
22735
|
return getHref$1();
|
|
22486
22736
|
};
|
|
22487
22737
|
|
|
22738
|
+
const defaultColorTheme = 'slime';
|
|
22739
|
+
const closeWidgets = async () => {
|
|
22740
|
+
await execute$3('Viewlet.closeWidget', QuickPick);
|
|
22741
|
+
await execute$3('Viewlet.closeWidget', Dialog);
|
|
22742
|
+
await execute$3('Viewlet.closeWidget', Confirm$1);
|
|
22743
|
+
};
|
|
22744
|
+
const getActivityBarBounds = () => {
|
|
22745
|
+
const state = getState$1(Layout);
|
|
22746
|
+
return {
|
|
22747
|
+
height: state.activityBarHeight,
|
|
22748
|
+
width: state.activityBarWidth,
|
|
22749
|
+
x: state.activityBarLeft,
|
|
22750
|
+
y: state.activityBarTop
|
|
22751
|
+
};
|
|
22752
|
+
};
|
|
22753
|
+
const reset = async state => {
|
|
22754
|
+
await execute$3('Menu.hide', false);
|
|
22755
|
+
await closeWidgets();
|
|
22756
|
+
await execute$3('ColorTheme.setColorTheme', defaultColorTheme);
|
|
22757
|
+
await execute$3('Main.closeAllEditors');
|
|
22758
|
+
const workspacePath = await execute$3('Workspace.getPath');
|
|
22759
|
+
if (workspacePath) {
|
|
22760
|
+
await execute$3('Workspace.close');
|
|
22761
|
+
}
|
|
22762
|
+
if (state.sideBarFocusMode) {
|
|
22763
|
+
await execute$3('Layout.leaveSideBarFocusMode');
|
|
22764
|
+
}
|
|
22765
|
+
if (state.sideBarLocation !== Right) {
|
|
22766
|
+
await execute$3('Layout.moveSideBarRight');
|
|
22767
|
+
}
|
|
22768
|
+
if (!state.sideBarVisible || state.sideBarView !== Explorer$1) {
|
|
22769
|
+
await execute$3('Layout.showSideBar', Explorer$1);
|
|
22770
|
+
}
|
|
22771
|
+
if (state.panelVisible) {
|
|
22772
|
+
if (state.panelMaximized) {
|
|
22773
|
+
await execute$3('Layout.unmaximizePanel');
|
|
22774
|
+
}
|
|
22775
|
+
await execute$3('Layout.hidePanel');
|
|
22776
|
+
}
|
|
22777
|
+
await execute$3('ActivityBar.reset', getActivityBarBounds());
|
|
22778
|
+
return {
|
|
22779
|
+
commands: [],
|
|
22780
|
+
newState: state
|
|
22781
|
+
};
|
|
22782
|
+
};
|
|
22783
|
+
|
|
22488
22784
|
// prettier-ignore
|
|
22489
22785
|
const Commands$m = {
|
|
22490
22786
|
getAllQuickPickMenuEntries: getAllQuickPickMenuEntries,
|
|
@@ -22494,6 +22790,7 @@ const Commands$m = {
|
|
|
22494
22790
|
getSideBarVisible: getSideBarVisible,
|
|
22495
22791
|
getSecondarySideBarVisible: getSecondarySideBarVisible,
|
|
22496
22792
|
getSideBarPosition: getSideBarPosition,
|
|
22793
|
+
getSideBarFocusMode: getSideBarFocusMode,
|
|
22497
22794
|
getCommit: getCommit,
|
|
22498
22795
|
getPlatform: getPlatform,
|
|
22499
22796
|
getAssetDir: getAssetDir,
|
|
@@ -22522,7 +22819,9 @@ const CommandsWithSideEffects = {
|
|
|
22522
22819
|
handleSashPointerUp: handleSashPointerUp,
|
|
22523
22820
|
handleWorkspaceRefresh: handleWorkspaceRefresh,
|
|
22524
22821
|
refreshSourceControlBadgeCount: refreshSourceControlBadgeCount,
|
|
22822
|
+
reset: reset,
|
|
22525
22823
|
closeChat: closeChat,
|
|
22824
|
+
enterSideBarFocusMode: enterSideBarFocusMode,
|
|
22526
22825
|
hideActivityBar: hideActivityBar,
|
|
22527
22826
|
hideMain: hideMain,
|
|
22528
22827
|
hidePanel: hidePanel,
|
|
@@ -22539,6 +22838,7 @@ const CommandsWithSideEffects = {
|
|
|
22539
22838
|
loadSecondarySideBarIfVisible: loadSecondarySideBarIfVisible,
|
|
22540
22839
|
loadStatusBarIfVisible: loadStatusBarIfVisible,
|
|
22541
22840
|
loadTitleBarIfVisible: loadTitleBarIfVisible,
|
|
22841
|
+
leaveSideBarFocusMode: leaveSideBarFocusMode,
|
|
22542
22842
|
moveSideBarLeft: moveSideBarLeft,
|
|
22543
22843
|
moveSideBarRight: moveSideBarRight,
|
|
22544
22844
|
openChat: openChat,
|
|
@@ -23083,6 +23383,10 @@ const getQuickPickMenuEntries$1 = () => {
|
|
|
23083
23383
|
id: 'Main.openUri',
|
|
23084
23384
|
label: 'Simple Browser: Open',
|
|
23085
23385
|
args: ['simple-browser://']
|
|
23386
|
+
}, {
|
|
23387
|
+
id: 'Layout.showPreview',
|
|
23388
|
+
label: 'Simple Browser: Open in Preview Area',
|
|
23389
|
+
args: ['simple-browser://']
|
|
23086
23390
|
}, {
|
|
23087
23391
|
id: 'SimpleBrowser.openDevtools',
|
|
23088
23392
|
label: 'Simple Browser: Open Dev Devtools'
|
|
@@ -23095,7 +23399,7 @@ const getQuickPickMenuEntries$1 = () => {
|
|
|
23095
23399
|
}];
|
|
23096
23400
|
};
|
|
23097
23401
|
|
|
23098
|
-
const name$
|
|
23402
|
+
const name$l = 'Layout';
|
|
23099
23403
|
|
|
23100
23404
|
const getSashSideBarDom = () => {
|
|
23101
23405
|
return [{
|
|
@@ -23549,6 +23853,7 @@ const ViewletLayout_ipc = {
|
|
|
23549
23853
|
create: create$o,
|
|
23550
23854
|
createPanelViewlet,
|
|
23551
23855
|
createViewlet: createViewlet$1,
|
|
23856
|
+
enterSideBarFocusMode,
|
|
23552
23857
|
getActivePanelView,
|
|
23553
23858
|
getActiveSecondarySideBarView,
|
|
23554
23859
|
getActiveSideBarView,
|
|
@@ -23564,6 +23869,7 @@ const ViewletLayout_ipc = {
|
|
|
23564
23869
|
getPlatform,
|
|
23565
23870
|
getQuickPickMenuEntries: getQuickPickMenuEntries$1,
|
|
23566
23871
|
getSecondarySideBarVisible,
|
|
23872
|
+
getSideBarFocusMode,
|
|
23567
23873
|
getSideBarPosition,
|
|
23568
23874
|
getSideBarVisible,
|
|
23569
23875
|
getUserInfo,
|
|
@@ -23594,6 +23900,7 @@ const ViewletLayout_ipc = {
|
|
|
23594
23900
|
hideStatusBar,
|
|
23595
23901
|
hideTitleBar,
|
|
23596
23902
|
isSideBarVisible,
|
|
23903
|
+
leaveSideBarFocusMode,
|
|
23597
23904
|
loadActivityBarIfVisible,
|
|
23598
23905
|
loadContent: loadContent$o,
|
|
23599
23906
|
loadMainIfVisible,
|
|
@@ -23607,7 +23914,7 @@ const ViewletLayout_ipc = {
|
|
|
23607
23914
|
moveSideBar,
|
|
23608
23915
|
moveSideBarLeft,
|
|
23609
23916
|
moveSideBarRight,
|
|
23610
|
-
name: name$
|
|
23917
|
+
name: name$l,
|
|
23611
23918
|
openChat,
|
|
23612
23919
|
openCommandPalette,
|
|
23613
23920
|
openPanelView,
|
|
@@ -24185,8 +24492,8 @@ const getQuickPickMenuEntries = () => {
|
|
|
24185
24492
|
label: 'Main: Reopen Editor With'
|
|
24186
24493
|
}];
|
|
24187
24494
|
};
|
|
24188
|
-
const menus$
|
|
24189
|
-
const getMenus$
|
|
24495
|
+
const menus$a = [];
|
|
24496
|
+
const getMenus$8 = async () => {
|
|
24190
24497
|
try {
|
|
24191
24498
|
const ids = await invoke$8('MainArea.getMenuIds');
|
|
24192
24499
|
const adjusted = ids.map(id => {
|
|
@@ -24282,7 +24589,7 @@ const resize$e = async (state, dimensions) => {
|
|
|
24282
24589
|
};
|
|
24283
24590
|
};
|
|
24284
24591
|
|
|
24285
|
-
const name$
|
|
24592
|
+
const name$k = 'Main';
|
|
24286
24593
|
|
|
24287
24594
|
const ViewletMain_ipc = {
|
|
24288
24595
|
__proto__: null,
|
|
@@ -24294,7 +24601,7 @@ const ViewletMain_ipc = {
|
|
|
24294
24601
|
focus: focus$3,
|
|
24295
24602
|
getCommands: getCommands$e,
|
|
24296
24603
|
getKeyBindings: getKeyBindings$9,
|
|
24297
|
-
getMenus: getMenus$
|
|
24604
|
+
getMenus: getMenus$8,
|
|
24298
24605
|
getQuickPickMenuEntries,
|
|
24299
24606
|
hasFunctionalEvents: hasFunctionalEvents$f,
|
|
24300
24607
|
hasFunctionalRender: hasFunctionalRender$k,
|
|
@@ -24302,8 +24609,8 @@ const ViewletMain_ipc = {
|
|
|
24302
24609
|
hasFunctionalRootRender: hasFunctionalRootRender$i,
|
|
24303
24610
|
hotReload: hotReload$9,
|
|
24304
24611
|
loadContent: loadContent$n,
|
|
24305
|
-
menus: menus$
|
|
24306
|
-
name: name$
|
|
24612
|
+
menus: menus$a,
|
|
24613
|
+
name: name$k,
|
|
24307
24614
|
openEditorWithType,
|
|
24308
24615
|
openKeyBindings,
|
|
24309
24616
|
render: render$k,
|
|
@@ -24338,7 +24645,7 @@ const dispose$f = state => {
|
|
|
24338
24645
|
state.disposed = true;
|
|
24339
24646
|
};
|
|
24340
24647
|
|
|
24341
|
-
const name$
|
|
24648
|
+
const name$j = 'MarkDownPreview';
|
|
24342
24649
|
const Commands$k = {};
|
|
24343
24650
|
|
|
24344
24651
|
const ViewletMarkDownPreview_ipc = {
|
|
@@ -24347,7 +24654,7 @@ const ViewletMarkDownPreview_ipc = {
|
|
|
24347
24654
|
create: create$m,
|
|
24348
24655
|
dispose: dispose$f,
|
|
24349
24656
|
loadContent: loadContent$m,
|
|
24350
|
-
name: name$
|
|
24657
|
+
name: name$j
|
|
24351
24658
|
};
|
|
24352
24659
|
|
|
24353
24660
|
const create$l = id => {
|
|
@@ -24503,7 +24810,7 @@ const renderActions$6 = {
|
|
|
24503
24810
|
}
|
|
24504
24811
|
};
|
|
24505
24812
|
|
|
24506
|
-
const name$
|
|
24813
|
+
const name$i = 'Output';
|
|
24507
24814
|
|
|
24508
24815
|
const ViewletOutput_ipc = {
|
|
24509
24816
|
__proto__: null,
|
|
@@ -24517,7 +24824,7 @@ const ViewletOutput_ipc = {
|
|
|
24517
24824
|
hasFunctionalRootRender: hasFunctionalRootRender$h,
|
|
24518
24825
|
hotReload: hotReload$8,
|
|
24519
24826
|
loadContent: loadContent$k,
|
|
24520
|
-
name: name$
|
|
24827
|
+
name: name$i,
|
|
24521
24828
|
render: render$j,
|
|
24522
24829
|
renderActions: renderActions$6,
|
|
24523
24830
|
renderDialog,
|
|
@@ -24630,7 +24937,7 @@ const resize$d = async (state, dimensions) => {
|
|
|
24630
24937
|
};
|
|
24631
24938
|
};
|
|
24632
24939
|
|
|
24633
|
-
const name$
|
|
24940
|
+
const name$h = 'Panel';
|
|
24634
24941
|
|
|
24635
24942
|
const ViewletPanel_ipc = {
|
|
24636
24943
|
__proto__: null,
|
|
@@ -24645,7 +24952,7 @@ const ViewletPanel_ipc = {
|
|
|
24645
24952
|
hasFunctionalRootRender: hasFunctionalRootRender$g,
|
|
24646
24953
|
hotReload: hotReload$7,
|
|
24647
24954
|
loadContent: loadContent$j,
|
|
24648
|
-
name: name$
|
|
24955
|
+
name: name$h,
|
|
24649
24956
|
render: render$i,
|
|
24650
24957
|
renderEventListeners: renderEventListeners$b,
|
|
24651
24958
|
resize: resize$d
|
|
@@ -24779,8 +25086,8 @@ const getKeyBindings$8 = () => {
|
|
|
24779
25086
|
}];
|
|
24780
25087
|
};
|
|
24781
25088
|
|
|
24782
|
-
const menus$
|
|
24783
|
-
const getMenus$
|
|
25089
|
+
const menus$9 = [];
|
|
25090
|
+
const getMenus$7 = async () => {
|
|
24784
25091
|
try {
|
|
24785
25092
|
const ids = await invoke$6('Problems.getMenuIds');
|
|
24786
25093
|
const adjusted = ids.map(id => {
|
|
@@ -24837,7 +25144,7 @@ const saveState$6 = async state => {
|
|
|
24837
25144
|
return savedState;
|
|
24838
25145
|
};
|
|
24839
25146
|
|
|
24840
|
-
const name$
|
|
25147
|
+
const name$g = 'Problems';
|
|
24841
25148
|
|
|
24842
25149
|
const ViewletProblems_ipc = {
|
|
24843
25150
|
__proto__: null,
|
|
@@ -24847,14 +25154,14 @@ const ViewletProblems_ipc = {
|
|
|
24847
25154
|
getBadgeCount,
|
|
24848
25155
|
getCommands: getCommands$b,
|
|
24849
25156
|
getKeyBindings: getKeyBindings$8,
|
|
24850
|
-
getMenus: getMenus$
|
|
25157
|
+
getMenus: getMenus$7,
|
|
24851
25158
|
hasFunctionalEvents: hasFunctionalEvents$c,
|
|
24852
25159
|
hasFunctionalRender: hasFunctionalRender$h,
|
|
24853
25160
|
hasFunctionalResize: hasFunctionalResize$a,
|
|
24854
25161
|
hasFunctionalRootRender: hasFunctionalRootRender$f,
|
|
24855
25162
|
loadContent: loadContent$i,
|
|
24856
|
-
menus: menus$
|
|
24857
|
-
name: name$
|
|
25163
|
+
menus: menus$9,
|
|
25164
|
+
name: name$g,
|
|
24858
25165
|
render: render$h,
|
|
24859
25166
|
renderActions: renderActions$5,
|
|
24860
25167
|
renderEventListeners: renderEventListeners$a,
|
|
@@ -24971,9 +25278,9 @@ const MenuEntriesProcessExplorer = {
|
|
|
24971
25278
|
id: id$1
|
|
24972
25279
|
};
|
|
24973
25280
|
|
|
24974
|
-
const menus$
|
|
25281
|
+
const menus$8 = [MenuEntriesProcessExplorer];
|
|
24975
25282
|
|
|
24976
|
-
const name$
|
|
25283
|
+
const name$f = 'ProcessExplorer';
|
|
24977
25284
|
|
|
24978
25285
|
const hasFunctionalRender$g = true;
|
|
24979
25286
|
const hasFunctionalRootRender$e = true;
|
|
@@ -25003,8 +25310,8 @@ const ViewletProcessExplorer_ipc = {
|
|
|
25003
25310
|
hasFunctionalRootRender: hasFunctionalRootRender$e,
|
|
25004
25311
|
hotReload: hotReload$6,
|
|
25005
25312
|
loadContent: loadContent$h,
|
|
25006
|
-
menus: menus$
|
|
25007
|
-
name: name$
|
|
25313
|
+
menus: menus$8,
|
|
25314
|
+
name: name$f,
|
|
25008
25315
|
render: render$g,
|
|
25009
25316
|
renderEventListeners: renderEventListeners$9
|
|
25010
25317
|
};
|
|
@@ -25123,7 +25430,7 @@ const renderEventListeners$8 = async () => {
|
|
|
25123
25430
|
return listeners;
|
|
25124
25431
|
};
|
|
25125
25432
|
|
|
25126
|
-
const name$
|
|
25433
|
+
const name$e = 'QuickPick';
|
|
25127
25434
|
|
|
25128
25435
|
const ViewletQuickPick_ipc = {
|
|
25129
25436
|
__proto__: null,
|
|
@@ -25138,7 +25445,7 @@ const ViewletQuickPick_ipc = {
|
|
|
25138
25445
|
hasFunctionalRender: hasFunctionalRender$f,
|
|
25139
25446
|
hasFunctionalRootRender: hasFunctionalRootRender$d,
|
|
25140
25447
|
loadContent: loadContent$g,
|
|
25141
|
-
name: name$
|
|
25448
|
+
name: name$e,
|
|
25142
25449
|
render: render$f,
|
|
25143
25450
|
renderEventListeners: renderEventListeners$8,
|
|
25144
25451
|
renderItems: renderItems$6,
|
|
@@ -25249,7 +25556,7 @@ const getDisplayName = () => {
|
|
|
25249
25556
|
return i18nString(UiStrings$2.References);
|
|
25250
25557
|
};
|
|
25251
25558
|
|
|
25252
|
-
const name$
|
|
25559
|
+
const name$d = 'References';
|
|
25253
25560
|
|
|
25254
25561
|
const ViewletReferences_ipc = {
|
|
25255
25562
|
__proto__: null,
|
|
@@ -25265,7 +25572,7 @@ const ViewletReferences_ipc = {
|
|
|
25265
25572
|
hasFunctionalRender: hasFunctionalRender$n,
|
|
25266
25573
|
hasFunctionalRootRender: hasFunctionalRootRender$l,
|
|
25267
25574
|
loadContent: loadContent$f,
|
|
25268
|
-
name: name$
|
|
25575
|
+
name: name$d,
|
|
25269
25576
|
render: render$n,
|
|
25270
25577
|
renderActions: renderActions$4,
|
|
25271
25578
|
renderEventListeners: renderEventListeners$g,
|
|
@@ -25447,8 +25754,8 @@ const getKeyBindings$5 = () => {
|
|
|
25447
25754
|
return invoke$y('RunAndDebug.getKeyBindings');
|
|
25448
25755
|
};
|
|
25449
25756
|
|
|
25450
|
-
const menus$
|
|
25451
|
-
const getMenus$
|
|
25757
|
+
const menus$7 = [];
|
|
25758
|
+
const getMenus$6 = async () => {
|
|
25452
25759
|
try {
|
|
25453
25760
|
const modules = await invoke$y('RunAndDebug.getMenuEntries');
|
|
25454
25761
|
const adjusted = modules.map(module => {
|
|
@@ -25491,7 +25798,7 @@ const renderActions$3 = {
|
|
|
25491
25798
|
}
|
|
25492
25799
|
};
|
|
25493
25800
|
|
|
25494
|
-
const name$
|
|
25801
|
+
const name$c = 'Run And Debug';
|
|
25495
25802
|
|
|
25496
25803
|
const ViewletRunAndDebug_ipc = {
|
|
25497
25804
|
__proto__: null,
|
|
@@ -25504,7 +25811,7 @@ const ViewletRunAndDebug_ipc = {
|
|
|
25504
25811
|
dispose: dispose$a,
|
|
25505
25812
|
getCommands: getCommands$7,
|
|
25506
25813
|
getKeyBindings: getKeyBindings$5,
|
|
25507
|
-
getMenus: getMenus$
|
|
25814
|
+
getMenus: getMenus$6,
|
|
25508
25815
|
handleDebugInput,
|
|
25509
25816
|
handleEvaluate,
|
|
25510
25817
|
hasFunctionalEvents: hasFunctionalEvents$9,
|
|
@@ -25513,8 +25820,8 @@ const ViewletRunAndDebug_ipc = {
|
|
|
25513
25820
|
hasFunctionalRootRender: hasFunctionalRootRender$c,
|
|
25514
25821
|
hotReload: hotReload$5,
|
|
25515
25822
|
loadContent: loadContent$e,
|
|
25516
|
-
menus: menus$
|
|
25517
|
-
name: name$
|
|
25823
|
+
menus: menus$7,
|
|
25824
|
+
name: name$c,
|
|
25518
25825
|
render: render$e,
|
|
25519
25826
|
renderActions: renderActions$3,
|
|
25520
25827
|
renderEventListeners: renderEventListeners$7,
|
|
@@ -25541,6 +25848,7 @@ const create$d = (uid, uri, x, y, width, height) => {
|
|
|
25541
25848
|
return {
|
|
25542
25849
|
commands: [],
|
|
25543
25850
|
height,
|
|
25851
|
+
title: 'Running Extensions',
|
|
25544
25852
|
uid,
|
|
25545
25853
|
uri,
|
|
25546
25854
|
width,
|
|
@@ -25566,6 +25874,22 @@ const loadContent$d = async state => {
|
|
|
25566
25874
|
commands
|
|
25567
25875
|
};
|
|
25568
25876
|
};
|
|
25877
|
+
const menus$6 = [];
|
|
25878
|
+
const getMenus$5 = async () => {
|
|
25879
|
+
try {
|
|
25880
|
+
const ids = await invoke$4('RunningExtensions.getMenuEntryIds');
|
|
25881
|
+
return ids.map(id => {
|
|
25882
|
+
return {
|
|
25883
|
+
id,
|
|
25884
|
+
async getMenuEntries(...args) {
|
|
25885
|
+
return invoke$4('RunningExtensions.getMenuEntries', ...args);
|
|
25886
|
+
}
|
|
25887
|
+
};
|
|
25888
|
+
});
|
|
25889
|
+
} catch {
|
|
25890
|
+
return [];
|
|
25891
|
+
}
|
|
25892
|
+
};
|
|
25569
25893
|
|
|
25570
25894
|
const wrapRunningExtensionsCommand = key => {
|
|
25571
25895
|
return async (state, ...args) => {
|
|
@@ -25590,6 +25914,8 @@ const getCommands$6 = async () => {
|
|
|
25590
25914
|
|
|
25591
25915
|
const Css$d = ["/css/parts/ViewletRunningExtensions.css"];
|
|
25592
25916
|
|
|
25917
|
+
const name$b = 'RunningExtensions';
|
|
25918
|
+
|
|
25593
25919
|
const hasFunctionalEvents$8 = true;
|
|
25594
25920
|
const hasFunctionalRender$d = true;
|
|
25595
25921
|
const hasFunctionalRootRender$b = true;
|
|
@@ -25605,18 +25931,31 @@ const renderEventListeners$6 = async () => {
|
|
|
25605
25931
|
return invoke$4('RunningExtensions.renderEventListeners');
|
|
25606
25932
|
};
|
|
25607
25933
|
|
|
25934
|
+
const renderTitle$1 = {
|
|
25935
|
+
isEqual(oldState, newState) {
|
|
25936
|
+
return oldState.title === newState.title;
|
|
25937
|
+
},
|
|
25938
|
+
apply(_oldState, newState) {
|
|
25939
|
+
return newState.title;
|
|
25940
|
+
}
|
|
25941
|
+
};
|
|
25942
|
+
|
|
25608
25943
|
const ViewletRunningExtensions_ipc = {
|
|
25609
25944
|
__proto__: null,
|
|
25610
25945
|
Commands: Commands$b,
|
|
25611
25946
|
Css: Css$d,
|
|
25612
25947
|
create: create$d,
|
|
25613
25948
|
getCommands: getCommands$6,
|
|
25949
|
+
getMenus: getMenus$5,
|
|
25614
25950
|
hasFunctionalEvents: hasFunctionalEvents$8,
|
|
25615
25951
|
hasFunctionalRender: hasFunctionalRender$d,
|
|
25616
25952
|
hasFunctionalRootRender: hasFunctionalRootRender$b,
|
|
25617
25953
|
loadContent: loadContent$d,
|
|
25954
|
+
menus: menus$6,
|
|
25955
|
+
name: name$b,
|
|
25618
25956
|
render: render$d,
|
|
25619
|
-
renderEventListeners: renderEventListeners$6
|
|
25957
|
+
renderEventListeners: renderEventListeners$6,
|
|
25958
|
+
renderTitle: renderTitle$1
|
|
25620
25959
|
};
|
|
25621
25960
|
|
|
25622
25961
|
const getSources = async options => {
|
|
@@ -26090,6 +26429,7 @@ const handleClickAction = async (state, index, command) => {
|
|
|
26090
26429
|
return state;
|
|
26091
26430
|
};
|
|
26092
26431
|
|
|
26432
|
+
const defaultTitleAreaHeight = 35;
|
|
26093
26433
|
const create$9 = (id, uri, x, y, width, height) => {
|
|
26094
26434
|
return {
|
|
26095
26435
|
uid: id,
|
|
@@ -26099,7 +26439,7 @@ const create$9 = (id, uri, x, y, width, height) => {
|
|
|
26099
26439
|
y,
|
|
26100
26440
|
width,
|
|
26101
26441
|
height,
|
|
26102
|
-
titleAreaHeight:
|
|
26442
|
+
titleAreaHeight: defaultTitleAreaHeight,
|
|
26103
26443
|
actions: [],
|
|
26104
26444
|
title: EmptyString,
|
|
26105
26445
|
childUid: -1
|
|
@@ -26169,6 +26509,10 @@ const getChildModuleId = moduleId => {
|
|
|
26169
26509
|
}
|
|
26170
26510
|
return ExtensionView$1;
|
|
26171
26511
|
};
|
|
26512
|
+
const getExtensionViewTitleAreaHeight = async moduleId => {
|
|
26513
|
+
const view = await getExtensionView(moduleId);
|
|
26514
|
+
return view?.showSideBarHeader === false ? 0 : defaultTitleAreaHeight;
|
|
26515
|
+
};
|
|
26172
26516
|
|
|
26173
26517
|
// TODO
|
|
26174
26518
|
// export const getChildren = (state) => {
|
|
@@ -26196,17 +26540,21 @@ const handleSideBarViewletChange = async (state, moduleId, restore = true) => {
|
|
|
26196
26540
|
}
|
|
26197
26541
|
// TODO set it in layout
|
|
26198
26542
|
const {
|
|
26199
|
-
currentViewletId
|
|
26200
|
-
titleAreaHeight
|
|
26543
|
+
currentViewletId
|
|
26201
26544
|
} = state;
|
|
26202
26545
|
const requestId = state.currentViewletRequestId + 1;
|
|
26203
26546
|
const savePromise = saveViewletState(currentViewletId);
|
|
26204
26547
|
state.currentViewletRequestId = requestId;
|
|
26205
26548
|
state.currentViewletId = moduleId;
|
|
26206
|
-
const childDimensions = getContentDimensions$1(state, titleAreaHeight);
|
|
26207
26549
|
const uid = state.uid;
|
|
26208
|
-
const childUid = create$18();
|
|
26209
26550
|
const childModuleId = getChildModuleId(moduleId);
|
|
26551
|
+
const titleAreaHeight = childModuleId === ExtensionView$1 ? await getExtensionViewTitleAreaHeight(moduleId) : defaultTitleAreaHeight;
|
|
26552
|
+
if (state.currentViewletRequestId !== requestId || state.currentViewletId !== moduleId) {
|
|
26553
|
+
await savePromise;
|
|
26554
|
+
return state;
|
|
26555
|
+
}
|
|
26556
|
+
const childDimensions = getContentDimensions$1(state, titleAreaHeight);
|
|
26557
|
+
const childUid = create$18();
|
|
26210
26558
|
const commands = await load$4({
|
|
26211
26559
|
getModule: load$2,
|
|
26212
26560
|
id: childModuleId,
|
|
@@ -26253,7 +26601,7 @@ const handleSideBarViewletChange = async (state, moduleId, restore = true) => {
|
|
|
26253
26601
|
title = childInstance?.state?.title || EmptyString;
|
|
26254
26602
|
}
|
|
26255
26603
|
const eventsIndex = commands.findIndex(command => command[0] === 'Viewlet.registerEventListeners');
|
|
26256
|
-
if (actionsDom.length > 0) {
|
|
26604
|
+
if (titleAreaHeight > 0 && actionsDom.length > 0) {
|
|
26257
26605
|
const events = eventsIndex >= 0 ? commands[eventsIndex][2] : [];
|
|
26258
26606
|
actionsUid = create$18();
|
|
26259
26607
|
commands.push(['Viewlet.createFunctionalRoot', moduleId, actionsUid, true], ['Viewlet.registerEventListeners', actionsUid, events], ['Viewlet.setDom2', actionsUid, actionsDom], ['Viewlet.setUid', actionsUid, childUid]);
|
|
@@ -26275,6 +26623,7 @@ const handleSideBarViewletChange = async (state, moduleId, restore = true) => {
|
|
|
26275
26623
|
currentViewletId: moduleId,
|
|
26276
26624
|
childUid,
|
|
26277
26625
|
actionsUid,
|
|
26626
|
+
titleAreaHeight,
|
|
26278
26627
|
title
|
|
26279
26628
|
};
|
|
26280
26629
|
};
|
|
@@ -26396,11 +26745,12 @@ const getSideBarDom = newState => {
|
|
|
26396
26745
|
const {
|
|
26397
26746
|
childUid
|
|
26398
26747
|
} = newState;
|
|
26748
|
+
const showHeader = newState.titleAreaHeight !== 0;
|
|
26399
26749
|
return [{
|
|
26400
26750
|
type: Div,
|
|
26401
26751
|
className: 'SideBar',
|
|
26402
|
-
childCount: 2
|
|
26403
|
-
}, ...getTitleAreaDom(newState), {
|
|
26752
|
+
childCount: showHeader ? 2 : 1
|
|
26753
|
+
}, ...(showHeader ? getTitleAreaDom(newState) : []), {
|
|
26404
26754
|
type: Reference,
|
|
26405
26755
|
uid: childUid
|
|
26406
26756
|
}];
|
|
@@ -26707,6 +27057,9 @@ const setIframeSrc = async (id, iframeSrc) => {
|
|
|
26707
27057
|
const focus = id => {
|
|
26708
27058
|
return invoke$2('ElectronWebContentsView.focus', id);
|
|
26709
27059
|
};
|
|
27060
|
+
const capturePage = id => {
|
|
27061
|
+
return invoke$2('ElectronWebContentsView.capturePage', id);
|
|
27062
|
+
};
|
|
26710
27063
|
const show$3 = id => {
|
|
26711
27064
|
return invoke$2('ElectronWebContentsView.show', id);
|
|
26712
27065
|
};
|
|
@@ -26821,6 +27174,8 @@ const create$7 = (id, uri, x, y, width, height) => {
|
|
|
26821
27174
|
canGoBack: true,
|
|
26822
27175
|
isLoading: false,
|
|
26823
27176
|
hasSuggestionsOverlay: false,
|
|
27177
|
+
overlayIds: [],
|
|
27178
|
+
snapshot: '',
|
|
26824
27179
|
suggestionsEnabled: false,
|
|
26825
27180
|
shortcuts: []
|
|
26826
27181
|
};
|
|
@@ -26946,6 +27301,52 @@ const hide = async state => {
|
|
|
26946
27301
|
} = state;
|
|
26947
27302
|
await hide$1(browserViewId);
|
|
26948
27303
|
};
|
|
27304
|
+
const showOverlay = async (state, overlayId) => {
|
|
27305
|
+
if (state.overlayIds.includes(overlayId)) {
|
|
27306
|
+
return state;
|
|
27307
|
+
}
|
|
27308
|
+
const overlayIds = [...state.overlayIds, overlayId];
|
|
27309
|
+
if (state.snapshot) {
|
|
27310
|
+
return {
|
|
27311
|
+
...state,
|
|
27312
|
+
overlayIds
|
|
27313
|
+
};
|
|
27314
|
+
}
|
|
27315
|
+
try {
|
|
27316
|
+
const snapshot = await capturePage(state.browserViewId);
|
|
27317
|
+
await hide$1(state.browserViewId);
|
|
27318
|
+
return {
|
|
27319
|
+
...state,
|
|
27320
|
+
overlayIds,
|
|
27321
|
+
snapshot
|
|
27322
|
+
};
|
|
27323
|
+
} catch (error) {
|
|
27324
|
+
console.error('[renderer-worker] Failed to capture Simple Browser page', error);
|
|
27325
|
+
return state;
|
|
27326
|
+
}
|
|
27327
|
+
};
|
|
27328
|
+
const hideOverlay = async (state, overlayId) => {
|
|
27329
|
+
if (!state.overlayIds.includes(overlayId)) {
|
|
27330
|
+
return state;
|
|
27331
|
+
}
|
|
27332
|
+
const overlayIds = state.overlayIds.filter(id => id !== overlayId);
|
|
27333
|
+
if (overlayIds.length > 0) {
|
|
27334
|
+
return {
|
|
27335
|
+
...state,
|
|
27336
|
+
overlayIds
|
|
27337
|
+
};
|
|
27338
|
+
}
|
|
27339
|
+
try {
|
|
27340
|
+
await show$3(state.browserViewId);
|
|
27341
|
+
} catch (error) {
|
|
27342
|
+
console.error('[renderer-worker] Failed to restore Simple Browser page', error);
|
|
27343
|
+
}
|
|
27344
|
+
return {
|
|
27345
|
+
...state,
|
|
27346
|
+
overlayIds,
|
|
27347
|
+
snapshot: ''
|
|
27348
|
+
};
|
|
27349
|
+
};
|
|
26949
27350
|
const handleInput$1 = async (state, value) => {
|
|
26950
27351
|
const {
|
|
26951
27352
|
hasSuggestionsOverlay,
|
|
@@ -27114,9 +27515,11 @@ const Commands$6 = {
|
|
|
27114
27515
|
handleKeyBinding: handleKeyBinding,
|
|
27115
27516
|
handleTitleUpdated: handleTitleUpdated,
|
|
27116
27517
|
handleWillNavigate: handleWillNavigate,
|
|
27518
|
+
hideOverlay: hideOverlay,
|
|
27117
27519
|
insertCss: insertCss,
|
|
27118
27520
|
insertJavaScript: insertJavaScript,
|
|
27119
|
-
setUrl: setUrl
|
|
27521
|
+
setUrl: setUrl,
|
|
27522
|
+
showOverlay: showOverlay
|
|
27120
27523
|
};
|
|
27121
27524
|
const LazyCommands = {
|
|
27122
27525
|
openExternal: () => Promise.resolve().then(function () { return ViewletSimpleBrowserOpenExternal; }),
|
|
@@ -27260,11 +27663,12 @@ const menus$3 = [MenuEntriesSimpleBrowser];
|
|
|
27260
27663
|
|
|
27261
27664
|
const Url = 'url';
|
|
27262
27665
|
|
|
27263
|
-
const getSimpleBrowserVirtualDom = (canGoBack, canGoForward, isLoading, value) => {
|
|
27264
|
-
|
|
27666
|
+
const getSimpleBrowserVirtualDom = (canGoBack, canGoForward, isLoading, value, snapshot = '') => {
|
|
27667
|
+
/** @type {any[]} */
|
|
27668
|
+
const dom = [{
|
|
27265
27669
|
type: Div,
|
|
27266
27670
|
className: 'Viewlet SimpleBrowser',
|
|
27267
|
-
childCount: 1
|
|
27671
|
+
childCount: snapshot ? 2 : 1
|
|
27268
27672
|
}, {
|
|
27269
27673
|
type: Div,
|
|
27270
27674
|
className: SimpleBrowserHeader,
|
|
@@ -27319,16 +27723,26 @@ const getSimpleBrowserVirtualDom = (canGoBack, canGoForward, isLoading, value) =
|
|
|
27319
27723
|
childCount: 0,
|
|
27320
27724
|
onClick: HandleClickOpenExternal
|
|
27321
27725
|
}];
|
|
27726
|
+
if (snapshot) {
|
|
27727
|
+
dom.push({
|
|
27728
|
+
type: Img,
|
|
27729
|
+
className: 'SimpleBrowserSnapshot',
|
|
27730
|
+
src: snapshot,
|
|
27731
|
+
draggable: false,
|
|
27732
|
+
childCount: 0
|
|
27733
|
+
});
|
|
27734
|
+
}
|
|
27735
|
+
return dom;
|
|
27322
27736
|
};
|
|
27323
27737
|
|
|
27324
27738
|
const hasFunctionalRender$7 = true;
|
|
27325
27739
|
const hasFunctionalRootRender$6 = true;
|
|
27326
27740
|
const renderDom$1 = {
|
|
27327
27741
|
isEqual(oldState, newState) {
|
|
27328
|
-
return oldState.iframeSrc === newState.iframeSrc && oldState.canGoBack === newState.canGoBack && oldState.canGoForward === newState.canGoForward && oldState.isLoading === newState.isLoading;
|
|
27742
|
+
return oldState.iframeSrc === newState.iframeSrc && oldState.canGoBack === newState.canGoBack && oldState.canGoForward === newState.canGoForward && oldState.isLoading === newState.isLoading && oldState.snapshot === newState.snapshot;
|
|
27329
27743
|
},
|
|
27330
27744
|
apply(oldState, newState) {
|
|
27331
|
-
const dom = getSimpleBrowserVirtualDom(newState.canGoBack, newState.canGoForward, newState.isLoading, newState.iframeSrc);
|
|
27745
|
+
const dom = getSimpleBrowserVirtualDom(newState.canGoBack, newState.canGoForward, newState.isLoading, newState.iframeSrc, newState.snapshot);
|
|
27332
27746
|
return ['Viewlet.setDom2', dom];
|
|
27333
27747
|
}
|
|
27334
27748
|
};
|
|
@@ -27386,6 +27800,7 @@ const ViewletSimpleBrowser_ipc = {
|
|
|
27386
27800
|
hasFunctionalResize: hasFunctionalResize$5,
|
|
27387
27801
|
hasFunctionalRootRender: hasFunctionalRootRender$6,
|
|
27388
27802
|
hide,
|
|
27803
|
+
hideOverlay,
|
|
27389
27804
|
loadContent: loadContent$7,
|
|
27390
27805
|
menus: menus$3,
|
|
27391
27806
|
name: name$6,
|
|
@@ -27394,7 +27809,8 @@ const ViewletSimpleBrowser_ipc = {
|
|
|
27394
27809
|
resizeEffect: resizeEffect$1,
|
|
27395
27810
|
saveState,
|
|
27396
27811
|
setUrl,
|
|
27397
|
-
show: show$2
|
|
27812
|
+
show: show$2,
|
|
27813
|
+
showOverlay
|
|
27398
27814
|
};
|
|
27399
27815
|
|
|
27400
27816
|
const state = {
|