@lvce-editor/static-server 0.91.8 → 0.91.9
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/{98fc4d9 → 2971fc5}/css/App.css +94 -94
- package/static/{98fc4d9 → 2971fc5}/manifest.json +2 -2
- package/static/{98fc4d9 → 2971fc5}/packages/auth-worker/dist/authWorkerMain.js +139 -82
- package/static/{98fc4d9 → 2971fc5}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +46 -21
- package/static/{98fc4d9 → 2971fc5}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{98fc4d9 → 2971fc5}/packages/extension-management-worker/dist/extensionManagementWorkerMain.js +2 -2
- package/static/{98fc4d9 → 2971fc5}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{98fc4d9 → 2971fc5}/packages/renderer-worker/dist/rendererWorkerMain.js +973 -962
- package/static/index.html +4 -4
- /package/static/{98fc4d9 → 2971fc5}/LICENSE +0 -0
- /package/static/{98fc4d9 → 2971fc5}/config/colorTheme.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/config/defaultSettings.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/config/fileMap.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/config/webExtensions.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/Animation.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/BrowserScrollBar.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/Category.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/DebugButtons.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/DebugChatDetails.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/DebugChatDetailsClose.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/DebugChatImagePreview.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/DebugChatTable.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/DebugChatTimeline.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/DebugChatTop.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/DebugValue.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/E2eTest.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/E2eTests.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/EditorHover.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/EditorMessage.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/FeatureContent.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/Features.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ImagePreview.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/InputBadge.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/Key.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/LegacyDialog.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/Markdown.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/Message.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/Preview.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ScrollToTop.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/SettingsHeader.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/SettingsItems.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/SettingsSideBar.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/SourceControlListItem.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/Table.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletAbout.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletLanguageModels.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletMainDragOverlay.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletMainEditorGroup.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletMainWaterMark.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletMedia.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletOutput.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletPanel.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletPdf.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletProblems.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletProcessExplorer.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletReferences.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletRunningExtensions.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletSearch.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletSettings.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletStorage.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-typescript/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-ayu/images/demo.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-gruvbox/images/demo.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/default_file.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/default_folder.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/default_folder_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/default_root_folder.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/default_root_folder_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_access.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_access2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_actionscript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_actionscript2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ada.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_advpl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_affectscript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_affinity.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_affinityphoto.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_agda.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_agents.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ai.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ai2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_al.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_al_dal.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_alchemy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_allcontributors.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_alloy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_allure.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_angular.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ansible.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_antlers_html.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_antlr.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_anyscript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_apache.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_apex.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_api_extractor.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_apib.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_apib2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_apl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_applescript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_appscript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_appsemble.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_appveyor.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_arduino.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_asciidoc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_aseprite.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_asp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_aspx.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_assembly.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_assembly_script.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_astro.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_astroconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_atom.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ats.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_attw.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_audio.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_aurelia.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_autohotkey.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_autoit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_avif.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_avro.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_awk.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_aws.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_azure.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_azurepipelines.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_babel.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_babel2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bak.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ballerina.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bat.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bats.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bazaar.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bazel.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bazel_version.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_befunge.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bicep.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_biml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_binary.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_biome.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bithound.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_blade.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_blender.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_blitzbasic.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bolt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bosque.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bower.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bower2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_browserslist.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bruno.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_buckbuild.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_buf.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bun.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bundlemon.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bundler.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_bunfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_c.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_c2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_c3.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_c_al.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cabal.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_caddy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cake.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cakephp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_capacitor.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_capnp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cargo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_casc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cddl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cert.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ceylon.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cf.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cf2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cfc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cfc2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cfm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cfm2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_changie.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cheader.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_chef.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_circleci.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_circom.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_class.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_claude.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_clojure.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_clojurescript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cloudflare.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cmake.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cobol.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_codacy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_codeclimate.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_codecov.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_codekit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_codemagic.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_codeowners.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_codeql.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_coderabbit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_coffeelint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_coffeescript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_commitizen.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_commitlint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_compass.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_composer.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_conan.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_conda.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_config.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_confluence.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_copilot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_coverage.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_coveralls.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cpp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cpp2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cpp3.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cppheader.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_craco.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_crowdin.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_crystal.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_csharp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_csharp2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cspell.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_csproj.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_css.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_css2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_css2map.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_csscomb.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_csslint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cssmap.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cucumber.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cuda.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cursorrules.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cvs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cypress.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cypress_spec.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_cython.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dal.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_darcs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dartlang.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_datadog.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_db.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_debian.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_delphi.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_deno.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_denoify.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dependabot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dependencies.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_design_tokens.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_devcontainer.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_devvit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dhall.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_diff.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_django.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dlang.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_docker.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_docker2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dockertest.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dockertest2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_docpad.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_docusaurus.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_docz.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dojo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_doppler.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dotenv.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dotjs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_doxygen.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_drawio.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_drone.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_drools.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dtd.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dune.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dustjs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dvc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_dylan.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_earthly.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_eas-metadata.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_edge.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_edge2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_editorconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_eex.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ejs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_elastic.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_electron.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_eleventy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_eleventy2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_elixir.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_elm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_elm2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_emacs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ember.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ensime.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_eps.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_epub.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_erb.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_erlang.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_erlang2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_esbuild.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_eslint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_eslint2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_esphome.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_excalidraw.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_excel.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_excel2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_expo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_falcon.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fantasticon.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fastly.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fauna.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_favicon.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fbx.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_firebase.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_firebasehosting.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_firebasestorage.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_firestore.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fitbit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fla.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_flareact.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_flash.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_floobits.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_flow.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_flutter.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_flutter_package.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_flyio.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_font.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_formkit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fortran.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fossa.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fossil.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_freemarker.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_frontcommerce.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fsharp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fsharp2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fsproj.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fthtml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_funding.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_fusebox.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_galen.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_galen2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gamemaker.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gamemaker2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gamemaker81.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gatsby.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gcloud.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gcode.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gdscript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gduid.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gemini.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_genstat.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_geojson.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gimp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_git.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_git2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gitlab.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gitpod.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gleam.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gleamconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_glide.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_glimmer.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_glitter.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_glsl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gltf.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_glyphs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gnu.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gnuplot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_go.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_go_aqua.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_go_black.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_go_gopher.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_go_lightblue.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_go_package.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_go_white.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_go_work.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_go_yellow.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_goctl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_godot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gpg.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gradle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gradle2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_grain.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_graphql.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_graphql_config.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_graphviz.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_greenkeeper.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gridsome.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_grit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_groovy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_groovy2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_grunt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_gulp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_haml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_handlebars.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_handlebars2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_harbour.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_hardhat.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_hashicorp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_haskell.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_haskell2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_haxe.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_haxedevelop.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_helix.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_helm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_histoire.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_hjson.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_hlsl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_homeassistant.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_horusec.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_host.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_html.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_htmlhint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_http.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_hugo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_humanstxt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_hunspell.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_husky.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_hy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_hygen.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_hypr.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_icl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_idris.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_idrisbin.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_idrispkg.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_image.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_imba.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_inc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_infopath.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_informix.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ini.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ink.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_innosetup.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_io.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_iodine.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ionic.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jake.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_janet.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jar.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jasmine.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_java.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jbuilder.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jekyll.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jenkins.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jest.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jetbrains.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jinja.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jpm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_js_official.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jsbeautify.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jsconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jscpd.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jshint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jsmap.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_json.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_json2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_json5.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_json_official.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_json_schema.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jsonld.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jsonnet.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jsp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jsr.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jss.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_juice.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_julia.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_julia2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_jupyter.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_just.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_k.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_karma.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_key.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_kitchenci.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_kite.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_kivy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_knip.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_kos.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_kotlin.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_kusto.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_language_configuration.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lark.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_latino.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_layout.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lean.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_leanconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lefthook.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lerna.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_less.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lex.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_liara.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_license.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_licensebat.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_ada.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_agda.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_agents.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_apl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_astro.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_babel.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_babel2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_cabal.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_circleci.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_codacy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_codeowners.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_config.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_copilot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_crystal.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_cypress.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_db.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_deno.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_dhall.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_docpad.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_drone.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_esphome.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_expo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_fla.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_font.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_gradle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_hjson.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_ini.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_io.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_jsmap.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_json.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_json5.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_json_schema.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_jsonld.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_kite.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_lark.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_lean.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_leanconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_lerna.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_mailing.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_markuplint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_mcp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_mdx.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_mlang.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_mustache.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_mypy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_neo4j.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_netlify.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_next.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_nim.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_nx.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_openHAB.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_packship.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_pcl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_pnpm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_prettier.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_prisma.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_purescript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_quasar.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_raku.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_razzle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_rehype.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_remark.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_replit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_retext.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_rome.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_rubocop.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_rust.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_safetensors.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_shadcn.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_solidity.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_spin.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_stylelint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_stylus.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_symfony.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_systemd.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_testcafe.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_testjs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_tex.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_tm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_tmux.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_todo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_toit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_toml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_toon.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_tree.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_turbo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_vash.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_vercel.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_vsix.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_xfl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_xorg.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_yaml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_light_zeit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lighthouse.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lilypond.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lime.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_liquid.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lisp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_livescript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lnk.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_locale.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_log.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lolcode.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lsl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lua.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_luau.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_lync.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mailing.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_makefile.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_manifest.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_manifest_bak.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_manifest_skip.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_map.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mariadb.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_markdown.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_markdownlint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_marko.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_markojs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_markuplint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_master-co.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_matlab.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_maven.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_maxscript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_maya.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mcp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mdx-components.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mdx.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mdxlint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mediawiki.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mercurial.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mermaid.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_meson.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_metal.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_meteor.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_minecraft.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mivascript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mjml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mlang.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mocha.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_modernizr.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mojo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mojolicious.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_moleculer.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mondoo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mongo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_monotone.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_motif.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mson.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mustache.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mvt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mvtcss.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mvtjs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mypy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_mysql.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nanostaged.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ndst.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nearly.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_neo4j.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_module_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_service_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nestjs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_netlify.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_next.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nextflow.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_component_css.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_component_html.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_component_less.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nginx.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nim.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nimble.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ninja.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nix.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_njsproj.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_noc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_node.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_node2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nodemon.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_npm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nsi.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nsri.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nuget.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_numpy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nunjucks.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nushell.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nuxt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nx.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_nyc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_objectivec.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_objectivecpp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_objidconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ocaml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ogone.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_onenote.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_opam.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_openHAB.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_opencl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_openscad.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_opentofu.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_org.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_outlook.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ovpn.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_oxc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_oxlint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_package.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_packship.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_paket.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pandacss.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_patch.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pcl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pddl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pddl_plan.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pdf.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pdf2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pdm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_peeky.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_perl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_perl2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_perl6.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pgsql.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_photoshop.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_photoshop2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_php.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_php2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_php3.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_phpstan.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_phpunit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_phraseapp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pine.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pip.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pipeline.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_plantuml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_platformio.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_playwright.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_plsql.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_plsql_package.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pm2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pnpm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_poedit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_poetry.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_polyglot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_polymer.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pony.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_postcss.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_postcssconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_postman.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_powerpoint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_powerpoint2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_powershell.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_powershell2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_powershell_format.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_powershell_types.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_preact.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_precommit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_prettier.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_prisma.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_prismaconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_processinglang.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_procfile.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_progress.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_prolog.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_prometheus.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_protobuf.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_protractor.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_publiccode.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_publisher.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pug.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pulumi.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_puppet.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_purescript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_purgecss.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pyenv.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pyret.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pyscript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pytest.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_python.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pythowo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pytyped.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_pyup.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_q.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_qbs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_qlikview.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_qml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_qmldir.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_qsharp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_quasar.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_r.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_racket.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rails.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rake.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_raku.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_raml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_razor.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_razzle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_reactjs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_reactrouter.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_reacttemplate.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_reactts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_reason.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_red.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_registry.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rego.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rehype.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_remark.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_renovate.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_replit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rescript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rest.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_retext.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rexx.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_riot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ripple.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rmd.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rnc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_robotframework.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_robots.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rolldown.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rollup.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rome.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ron.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rproj.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rspec.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rss.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rubocop.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ruby.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rust.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_s-lang.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_safetensors.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sails.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_saltstack.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_san.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sas.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sass.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sbt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_scala.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_scilab.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_script.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_scss.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_scss2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sdlang.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_search_result.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_seedkit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sentry.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sequelize.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_serverless.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_shadcn.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_shaderlab.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_shell.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_shellcheck.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_shuttle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_silverstripe.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sino.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sitemap.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_siyuan.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sketch.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_skipper.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_slang.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_slashup.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_slice.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_slim.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_slint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sln.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sln2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_smarty.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_smithery.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_snakemake.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_snapcraft.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_snaplet.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_snort.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_snyk.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_solidarity.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_solidity.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_source.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_spacengine.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sparql.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_spin.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sqf.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sql.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sqlite.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_squirrel.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sss.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sst.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_stackblitz.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_stan.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_stata.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_stencil.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_storyboard.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_storybook.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_stryker.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_stylable.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_style.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_styled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_stylelint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_stylus.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_sublime.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_subversion.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_svelte.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_svelteconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_svg.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_svgo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_swagger.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_swc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_swift.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_swig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_symfony.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_syncpack.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_systemd.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_systemverilog.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_t4tt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tailwind.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tamagui.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_taplo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_taskfile.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tauri.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tcl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_teal.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_templ.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tera.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_terraform.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_test.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_testcafe.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_testjs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_testplane.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_testts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tex.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_text.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_textile.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tfs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tiltfile.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tmux.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_todo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_toit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_toml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_toon.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tox.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_travis.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tree.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tres.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_truffle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_trunk.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tscn.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tsconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tsdoc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tsdown.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tslint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_ttcn.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_tuc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_turbo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_twig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_typedoc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_typescript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_typescript_official.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_typo3.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_uiua.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_unibeautify.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_unison.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_unlicense.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_unocss.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_uv.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vagrant.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vala.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vapi.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vapor.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vash.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vb.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vba.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vbhtml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vbproj.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vcxproj.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_velocity.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vento.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vercel.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_verilog.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vhdl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_video.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_view.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vim.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vite.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vitest.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vlang.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_volt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vroom.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vscode.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vscode2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vscode3.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vscode_test.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vsix.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vue.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vueconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vvvvvv.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_vyper.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wallaby.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wally.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wasm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wdio.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_weblate.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_webpack.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wenyan.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wercker.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wgsl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wikitext.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_windi.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wolfram.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_word.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_word2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wpml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wurst.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wxml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wxss.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_wxt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_xaml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_xcode.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_xfl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_xib.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_xliff.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_xmake.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_xml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_xo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_xorg.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_xquery.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_xsl.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_yacc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_yaml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_yaml_official.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_yamllint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_yandex.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_yang.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_yarn.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_yeoman.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_zeit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_zig.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_zip.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/file_type_zip2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_android.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_android_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_angular.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_angular_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_apache.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_apache_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_api.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_api_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_app.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_app_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_arangodb.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_asset.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_asset_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_astro.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_astro_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_audio.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_audio_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_aurelia.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_aws.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_aws_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_azure.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_azure_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_binary.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_binary_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_bloc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_blueprint.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_bot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_bot_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_bower.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_bower_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_buildkite.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cake.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cake_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cargo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cargo_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_certificate.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_changesets.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_chef.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_chef_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_circleci.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_claude.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_claude_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cli.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cli_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_client.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_client_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cloudflare.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cloudflare_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cmake.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_common.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_common_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_component.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_component_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_composer.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_composer_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_config.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_config_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_controller.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_controller_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_coverage.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_css.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_css2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_css2_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_css_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cubit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cursor.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cursor_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cypress.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_dapr.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_dart.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_dart_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_datadog.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_db.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_db_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_debian.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_debian_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_dependabot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_dist.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_dist_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_docker.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_docker_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_docs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_docs_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_e2e.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_electron.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_electron_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_expo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_expo_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_favicon.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_flow.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_flow_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_flutter.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_flutter_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_fonts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_gcp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_git.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_git_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_github.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_github_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_gitlab.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_godot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_godot_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_gradle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_graphql.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_grunt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_gulp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_haxelib.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_helper.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_helper_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_histoire.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_histoire_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_hook.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_hook_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_husky.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_husky_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_idea.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_idea_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_images.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_images_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_include.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_include_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_interfaces.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_ios.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_ios_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_js.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_js_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_json.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_json_official.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_json_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_junie.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_junie_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_kotlin.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_kotlin_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_less.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_less_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_library.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_library_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_cursor.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_cursor_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_electron.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_expo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_node.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_redux.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_sass.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_zed.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_light_zed_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_linux.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_linux_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_locale.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_locale_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_log.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_log_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_macos.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_macos_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mariadb.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_maven.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_maven_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_memcached.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_meteor.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_middleware.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_minecraft.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_minikube.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mjml.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mock.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mock_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_model.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_model_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_module.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_module_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mojo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mongodb.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mypy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mysql.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_netlify.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_next.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_next_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_nginx.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_nix.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_nix_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_node.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_node_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_notebooks.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_notification.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_notification_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_nuget.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_nuxt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_package.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_package_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_paket.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_paket_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_php.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_php_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_platformio.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_plugin.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_prisma.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_private.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_private_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_public.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_public_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_pytest.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_python.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_python_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_ravendb.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_redis.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_redis_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_redux.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_redux_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_route.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_route_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_sass.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_sass_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_script.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_script_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_seedkit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_server.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_server_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_services.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_services_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_shared.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_shared_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_snaplet.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_spin.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_spin_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_src.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_src_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_sso.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_sso_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_story.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_story_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_style.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_style_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_supabase.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_svelte.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_tauri.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_temp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_temp_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_template.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_template_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_test.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_test_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_theme.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_theme_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_tools.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_tools_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_travis.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_travis_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_trunk.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_turbo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_typescript.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_typings.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_typings2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_typings_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vagrant.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vercel.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_video.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_video_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_view.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_view_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vitepress.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vitepress_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vs.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vs2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vs_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vscode.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vscode2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vscode3.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_wasm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_wasm_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_webpack.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_windows.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_windows_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_windsurf.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_windsurf_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_wit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_wit_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_www.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_www_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_yarn.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_zed.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/extensions/builtin.vscode-icons/icons/folder_type_zed_opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/account.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/activate-breakpoints.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/add-small.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/add.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/agent.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/archive.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-both.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-circle-down.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-circle-left.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-circle-right.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-circle-up.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-down.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-left.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-right.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-small-down.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-small-left.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-small-right.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-small-up.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-swap.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/arrow-up.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/ask.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/attach.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/azure-devops.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/azure.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/beaker-stop.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/beaker.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/bell-dot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/bell-slash-dot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/bell-slash.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/bell.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/blank.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/bold.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/book.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/bookmark.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/bracket-dot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/bracket-error.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/briefcase.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/broadcast.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/browser.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/bug.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/build.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/calendar.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/call-incoming.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/call-outgoing.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/case-sensitive.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/chat-sparkle-error.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/chat-sparkle-warning.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/chat-sparkle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/check-all.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/check.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/checklist.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/chevron-down.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/chevron-left.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/chevron-right.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/chevron-up.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/chip.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/chrome-close.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/chrome-maximize.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/chrome-minimize.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/chrome-restore.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/circle-filled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/circle-large-filled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/circle-large.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/circle-slash.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/circle-small-filled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/circle-small.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/circle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/circuit-board.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/claude.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/clear-all.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/clippy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/clockface.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/close-all.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/close.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/cloud-download.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/cloud-small.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/cloud-upload.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/cloud.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/code-oss.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/code-review.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/code.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/coffee.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/collapse-all.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/collection-small.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/collection.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/color-mode.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/combine.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/comment-discussion-quote.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/comment-discussion-sparkle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/comment-discussion.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/comment-draft.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/comment-unresolved.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/comment.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/compass-active.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/compass-dot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/compass.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/copilot-blocked.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/copilot-error.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/copilot-in-progress.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/copilot-large.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/copilot-not-connected.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/copilot-snooze.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/copilot-success.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/copilot-unavailable.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/copilot-warning-large.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/copilot-warning.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/copilot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/copy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/coverage.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/credit-card.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/cursor.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/dash.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/dashboard.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/database.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-all.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-alt-2.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-alt-small.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-alt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-connected.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-console.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-continue-small.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-continue.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-coverage.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-disconnect.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-line-by-line.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-pause.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-rerun.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-restart-frame.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-restart.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-stackframe.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-start.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-step-back.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-step-into.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-step-out.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-step-over.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug-stop.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/debug.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/desktop-download.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/device-camera-video.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/device-camera.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/device-mobile.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/diff-added.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/diff-ignored.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/diff-modified.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/diff-multiple.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/diff-removed.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/diff-renamed.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/diff-single.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/diff.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/discard.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/download.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/edit-code.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/edit-session.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/edit-sparkle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/edit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/editor-layout.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/ellipsis.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/empty-window.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/eraser.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/error-small.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/error.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/exclude.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/expand-all.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/export.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/extensions-large.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/extensions.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/eye-closed.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/eye.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/feedback.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/file-binary.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/file-code.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/file-media.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/file-pdf.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/file-submodule.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/file-symlink-directory.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/file-symlink-file.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/file-text.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/file-zip.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/file.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/files.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/filter-filled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/filter.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/flag.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/flame.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/fold-down.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/fold-up.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/fold.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/folder-active.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/folder-library.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/folder-opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/folder.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/forward.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/game.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/gear.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/gift.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/gist-secret.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/gist.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-branch-changes.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-branch-conflicts.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-branch-staged-changes.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-branch.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-commit.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-compare.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-fetch.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-merge.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-pull-request-closed.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-pull-request-create.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-pull-request-done.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-pull-request-draft.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-pull-request-go-to-changes.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-pull-request-new-changes.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-pull-request.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-stash-apply.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-stash-pop.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/git-stash.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/github-action.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/github-alt.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/github-inverted.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/github-project.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/github.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/globe.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/go-to-editing-session.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/go-to-file.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/go-to-search.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/grabber.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/graph-left.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/graph-line.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/graph-scatter.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/graph.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/gripper.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/group-by-ref-type.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/heart-filled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/heart.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/history.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/home.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/horizontal-rule.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/hubot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/icon-close.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/icon-source-control.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/icon-sync.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/icon.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/icon.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/inbox.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/indent.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/index-zero.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/info.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/insert.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/inspect.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/issue-draft.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/issue-reopened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/issues.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/italic.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/jersey.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/json.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/kebab-vertical.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/key.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/keyboard-tab-above.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/keyboard-tab-below.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/keyboard-tab.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/language-icon.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/law.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layers-active.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layers-dot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layers.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-activitybar-left.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-activitybar-right.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-centered.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-menubar.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-panel-center.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-panel-dock.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-panel-justify.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-panel-left.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-panel-off.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-panel-right.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-panel.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-sidebar-left-dock.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-sidebar-left-off.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-sidebar-left.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-sidebar-right-dock.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-sidebar-right-off.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-sidebar-right.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout-statusbar.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/layout.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/library.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/lightbulb-autofix.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/lightbulb-empty.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/lightbulb-sparkle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/lightbulb.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/link-external.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/link.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/list-filter.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/list-flat.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/list-ordered.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/list-selection.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/list-tree.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/list-unordered.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/live-share.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/loading.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/location.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/lock-small.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/lock.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/magnet.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/mail-read.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/mail.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/map-filled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/map-vertical-filled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/map-vertical.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/map.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/markdown.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/mcp.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/megaphone.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/mention.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/menu.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/merge-into.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/merge.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/mic-filled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/mic.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/milestone.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/mirror.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/mortar-board.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/move.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/multiple-windows.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/music.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/mute.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/new-collection.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/new-file.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/new-folder.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/new-session.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/newline.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/no-newline.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/note.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/notebook-template.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/notebook.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/octoface.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/open-in-product.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/open-in-window.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/open-preview.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/openai.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/organization.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/output.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/package.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/paintcan.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/pass-filled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/pass.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/percentage.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/person-add.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/person.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/piano.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/pie-chart.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/pin.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/pinned-dirty.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/pinned.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/play-circle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/play.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/plug.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/preserve-case.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/preview.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/primitive-square.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/progress.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/project.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/pulse.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/pwa-icon-192.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/pwa-icon-512.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/python.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/question.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/quote.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/quotes.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/radio-tower.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/reactions.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/record-keys.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/record-small.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/record.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/redo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/references.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/refresh.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/regex.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/remote-explorer.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/remote.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/remove-small.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/remove.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/rename.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/replace-all.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/replace.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/reply.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/repo-clone.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/repo-fetch.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/repo-force-push.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/repo-forked.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/repo-pinned.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/repo-pull.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/repo-push.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/repo-selected.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/repo.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/report.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/request-changes.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/robot.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/rocket.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/root-folder-opened.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/root-folder.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/rss.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/ruby.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/run-above.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/run-all-coverage.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/run-all.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/run-below.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/run-coverage.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/run-errors.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/run-with-deps.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/save-all.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/save-as.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/save.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/screen-cut.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/screen-full.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/screen-normal.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/search-fuzzy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/search-large.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/search-sparkle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/search-stop.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/search.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/send-to-remote-agent.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/send.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/server-environment.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/server-process.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/server.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/session-in-progress.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/settings-gear.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/settings.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/share.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/shield.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/sign-in.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/sign-out.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/skip.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/smiley.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/snake.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/sort-precedence.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/source-control.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/sparkle-filled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/sparkle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/split-horizontal.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/split-vertical.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/squiggly-error.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/squiggly-warning.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/squirrel.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/star-empty.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/star-full.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/star-half.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/stop-circle.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/strikethrough.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/surround-with.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-array.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-boolean.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-class.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-color.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-constant.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-enum-member.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-enum.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-event.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-field.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-file.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-interface.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-key.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-keyword.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-method-arrow.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-method.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-misc.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-namespace.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-numeric.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-operator.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-parameter.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-property.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-ruler.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-snippet.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-string.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-structure.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/symbol-variable.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/sync-ignored.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/sync.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/table.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/tag.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/target.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/tasklist.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/telescope.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/terminal-bash.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/terminal-cmd.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/terminal-debian.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/terminal-git-bash.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/terminal-linux.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/terminal-powershell.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/terminal-tmux.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/terminal-ubuntu.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/terminal.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/text-size.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/theme-icon.png +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/thinking.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/three-bars.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/thumbsdown-filled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/thumbsdown.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/thumbsup-filled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/thumbsup.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/tools.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/trash.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/triangle-down.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/triangle-left.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/triangle-right.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/triangle-up.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/twitter.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/type-hierarchy-sub.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/type-hierarchy-super.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/type-hierarchy.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/unarchive.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/unfold.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/ungroup-by-ref-type.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/unlock.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/unmute.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/unverified.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/variable-group.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/verified-filled.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/verified.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/versions.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/vm-active.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/vm-connect.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/vm-outline.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/vm-pending.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/vm-running.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/vm-small.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/vm.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/vr.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/vscode-insiders.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/vscode.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/wand.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/warning.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/watch.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/whitespace.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/whole-word.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/window-active.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/window.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/word-wrap.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/workspace-trusted.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/workspace-unknown.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/workspace-untrusted.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/worktree-small.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/worktree.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/zoom-in.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/icons/zoom-out.svg +0 -0
- /package/static/{98fc4d9 → 2971fc5}/js/babel-parser.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/js/ky.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/js/lvce-editor-import-script.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/js/lvce-editor-ipc.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/js/lvce-editor-rpc.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/js/lvce-editor-verror.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/js/p-min-delay.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/js/pretty-bytes.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/js/preview-injected.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/js/yoctodelay.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/lib-css/termterm.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/lib-css/xterm.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/about-view-worker/dist/aboutWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/activity-bar-worker/dist/activityBarWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/chat-coordinator-worker/dist/chatCoordinatorWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/chat-debug-view/dist/chatDebugViewWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/chat-math-worker/dist/chatMathWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/chat-message-parsing-worker/dist/chatMessageParsingWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/chat-network-worker/dist/chatNetworkWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/chat-storage-worker/dist/chatStorageWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/chat-tool-worker/dist/chatToolWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/chat-view/dist/chatViewWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/chat-view-model/dist/chatViewModelWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/diff-view/dist/diffViewWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/hover-worker/dist/hoverWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/icon-theme-worker/dist/iconThemeWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/language-models-view/dist/languageModelsViewMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/main-area-worker/dist/mainAreaWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/menu-worker/dist/menuWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/opener-worker/dist/openerWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/output-view/dist/outputViewWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/panel-worker/dist/panelWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/preload/dist/index.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/preview-sandbox-worker/dist/previewSandBoxWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/preview-worker/dist/previewWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/problems-view/dist/problemsViewWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/process-explorer-worker/index.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/quick-pick-worker/dist/quickPickWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/renderer-process/LICENSE +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/renderer-process/README.md +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/renderer-process/package.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/running-extensions-view/dist/runningExtensionsViewMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/settings-view/dist/settingsViewWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/settings-view/dist/settingsWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/source-action-worker/dist/sourceActionWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/status-bar-worker/dist/statusBarWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/text-measurement-worker/dist/textMeasurementWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/packages/update-worker/dist/updateWorkerMain.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.cpp +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.css +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.csv +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.dart +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.env +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.ex +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.html +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.java +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.jl +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.js +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.kt +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.pl +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.py +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/index.ts +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/scrolling.txt +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/languages/tsconfig.json +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/sample-folder/a.txt +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/sample-folder/b.txt +0 -0
- /package/static/{98fc4d9 → 2971fc5}/playground/sample-folder/c.txt +0 -0
|
@@ -72,58 +72,18 @@ const fn = value => {
|
|
|
72
72
|
}
|
|
73
73
|
};
|
|
74
74
|
|
|
75
|
-
const
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
const
|
|
79
|
-
return state$C.pending[id];
|
|
80
|
-
};
|
|
81
|
-
const has$2 = id => {
|
|
82
|
-
return id in state$C.pending;
|
|
83
|
-
};
|
|
84
|
-
const set$h = (id, value) => {
|
|
85
|
-
state$C.pending[id] = value;
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
const Web$1 = 1;
|
|
89
|
-
const Electron$1 = 2;
|
|
90
|
-
const Remote = 3;
|
|
91
|
-
const Test$1 = 4;
|
|
92
|
-
|
|
93
|
-
/* istanbul ignore file */
|
|
94
|
-
|
|
95
|
-
// TODO this should always be completely tree shaken out during build, maybe need to be marked as @__Pure for terser to work
|
|
96
|
-
|
|
97
|
-
// TODO treeshake this function out when targeting electron
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* @returns {number}
|
|
101
|
-
*/
|
|
102
|
-
const getPlatform$2 = () => {
|
|
103
|
-
return platform;
|
|
104
|
-
};
|
|
105
|
-
const platform = Remote;
|
|
75
|
+
const ENOENT = 'ENOENT';
|
|
76
|
+
const ENOTDIR = 'ENOTDIR';
|
|
77
|
+
const E_MANIFEST_NOT_FOUND = 'E_MANIFEST_NOT_FOUND';
|
|
78
|
+
const E_COMMAND_NOT_FOUND$1 = 'E_COMMAND_NOT_FOUND';
|
|
106
79
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
80
|
+
let CommandNotFoundError$1 = class CommandNotFoundError extends Error {
|
|
81
|
+
constructor(id) {
|
|
82
|
+
super(`Command "${id}" not found (renderer worker)`);
|
|
83
|
+
this.name = 'CommandNotFoundError';
|
|
84
|
+
this.code = E_COMMAND_NOT_FOUND$1;
|
|
112
85
|
}
|
|
113
86
|
};
|
|
114
|
-
const assetDir = getAssetDir$2();
|
|
115
|
-
|
|
116
|
-
const NotFound = 404;
|
|
117
|
-
|
|
118
|
-
const getText$3 = response => {
|
|
119
|
-
return response.text();
|
|
120
|
-
};
|
|
121
|
-
const getJson$7 = response => {
|
|
122
|
-
return response.json();
|
|
123
|
-
};
|
|
124
|
-
const create$1c = (value, options) => {
|
|
125
|
-
return new Response(value, options);
|
|
126
|
-
};
|
|
127
87
|
|
|
128
88
|
const Dash = '-';
|
|
129
89
|
const Dot = '.';
|
|
@@ -131,108 +91,597 @@ const EmptyString = '';
|
|
|
131
91
|
const NewLine$2 = '\n';
|
|
132
92
|
const Slash$2 = '/';
|
|
133
93
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
const
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
const
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
const
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
94
|
+
// TODO rename to widgetFind and group together with other widgets (contextMenu, hover, tooltip)
|
|
95
|
+
const Ajax = 1;
|
|
96
|
+
const Audio$2 = 2;
|
|
97
|
+
const Blob$2 = 4;
|
|
98
|
+
const CacheStorage = 5;
|
|
99
|
+
const Callback = 6;
|
|
100
|
+
const ClipBoard = 7;
|
|
101
|
+
const ColorTheme = 9;
|
|
102
|
+
const ContextMenu$1 = 11;
|
|
103
|
+
const Developer = 12;
|
|
104
|
+
const Dialog$1 = 13;
|
|
105
|
+
const Download = 14;
|
|
106
|
+
const EditorDiagnostics = 15;
|
|
107
|
+
const EditorError = 16;
|
|
108
|
+
const ErrorHandling = 18;
|
|
109
|
+
const ExtensionHostCode = 19;
|
|
110
|
+
const ExtensionMeta = 20;
|
|
111
|
+
const Extensions$1 = 21;
|
|
112
|
+
const FileSystem = 22;
|
|
113
|
+
const Format = 23;
|
|
114
|
+
const IconTheme = 24;
|
|
115
|
+
const ImagePreview = 25;
|
|
116
|
+
const KeyBindings$1 = 26;
|
|
117
|
+
const KeyBindingsInitial = 27;
|
|
118
|
+
const Layout$1 = 28;
|
|
119
|
+
const Listener = 29;
|
|
120
|
+
const LocalStorage$1 = 30;
|
|
121
|
+
const Menu = 31;
|
|
122
|
+
const Navigation = 32;
|
|
123
|
+
const Notification = 33;
|
|
124
|
+
const Open$1 = 34;
|
|
125
|
+
const Preferences = 35;
|
|
126
|
+
const QuickPick$1 = 36;
|
|
127
|
+
const RecentlyOpened = 37;
|
|
128
|
+
const SaveState = 38;
|
|
129
|
+
const SessionReplay = 39;
|
|
130
|
+
const SessionStorage$1 = 40;
|
|
131
|
+
const Test$1 = 41;
|
|
132
|
+
const TestFrameworkComponent = 43;
|
|
133
|
+
const Viewlet = 44;
|
|
134
|
+
const Window = 45;
|
|
135
|
+
const Workbench = 46;
|
|
136
|
+
const Workspace = 47;
|
|
137
|
+
const ContentTracing = 48;
|
|
138
|
+
const OpenNativeFolder$1 = 49;
|
|
139
|
+
const ElectronWindow = 50;
|
|
140
|
+
const Url$1 = 51;
|
|
141
|
+
const Mime = 52;
|
|
142
|
+
const FilePicker = 54;
|
|
143
|
+
const PersistentFileHandle = 55;
|
|
144
|
+
const IndexedDb = 56;
|
|
145
|
+
const Chrome = 57;
|
|
146
|
+
const ElectronBrowserView = 58;
|
|
147
|
+
const Exit = 59;
|
|
148
|
+
const ElectronContextMenu = 60;
|
|
149
|
+
const ElectronClipBoard = 61;
|
|
150
|
+
const SaveFileAs = 62;
|
|
151
|
+
const About$1 = 64;
|
|
152
|
+
const ConfirmPrompt = 65;
|
|
153
|
+
const BulkReplacement = 66;
|
|
154
|
+
const AutoUpdater = 67;
|
|
155
|
+
const IpcParent = 68;
|
|
156
|
+
const NativeHost = 69;
|
|
157
|
+
const RebuildNodePty = 70;
|
|
158
|
+
const DebugSharedProcess = 71;
|
|
159
|
+
const Reload = 72;
|
|
160
|
+
const Prompt$1 = 74;
|
|
161
|
+
const WindowTitle = 75;
|
|
162
|
+
const Focus = 76;
|
|
163
|
+
const PointerCapture = 77;
|
|
164
|
+
const ExtensionHostQuickPick = 78;
|
|
165
|
+
const ExtensionHostDialog = 79;
|
|
166
|
+
const TestFrameWork = 80;
|
|
167
|
+
const ExtensionHostWorkerContentSecurityPolicy = 81;
|
|
168
|
+
const SendMessagePortToElectron = 82;
|
|
169
|
+
const OffscreenCanvas$1 = 83;
|
|
170
|
+
const Debug$1 = 84;
|
|
171
|
+
const Languages = 85;
|
|
172
|
+
const FileWatcher = 86;
|
|
173
|
+
const ExtensionHostBraceCompletion = 114;
|
|
174
|
+
const ExtensionHostDefinition = 115;
|
|
175
|
+
const ExtensionHostOrganizeImports = 117;
|
|
176
|
+
const ExtensionHostSelection = 119;
|
|
177
|
+
const ExtensionHostTabCompletion = 120;
|
|
178
|
+
const ExtensionHostTypeDefinition = 121;
|
|
179
|
+
const ExtensionHostClosingTag = 122;
|
|
180
|
+
const SendMessagePortToRendererProcess = 123;
|
|
181
|
+
const ExtensionHostHover = 124;
|
|
182
|
+
const SendMessagePortToExtensionHostWorker = 125;
|
|
183
|
+
const ExtensionHostManagement = 126;
|
|
184
|
+
const SendMessagePortToSyntaxHighlightingWorker = 127;
|
|
185
|
+
const Transferrable = 128;
|
|
186
|
+
const WebView$2 = 129;
|
|
187
|
+
const SearchProcess = 130;
|
|
188
|
+
const GetEditorSourceActions = 131;
|
|
189
|
+
const ExtensionHostTextSearch = 132;
|
|
190
|
+
const ExtensionStateStorage$2 = 133;
|
|
191
|
+
const GetWindowId = 134;
|
|
192
|
+
const ElectronDialog = 135;
|
|
193
|
+
const Process = 136;
|
|
194
|
+
const ExtensionManagement = 137;
|
|
195
|
+
const Markdown = 138;
|
|
196
|
+
const FileSystemHandle = 139;
|
|
197
|
+
const MouseActions = 140;
|
|
198
|
+
const Timeout = 141;
|
|
199
|
+
const GetActiveEditor = 142;
|
|
200
|
+
const PlatformPaths = 143;
|
|
201
|
+
const MeasureTextHeight = 144;
|
|
202
|
+
const Document = 145;
|
|
203
|
+
const Exec = 146;
|
|
204
|
+
const OAuthServer = 147;
|
|
205
|
+
const LaunchIsolatedExtensionHostWorker = 148;
|
|
206
|
+
const ExtensionNodeRpc = 149;
|
|
207
|
+
const License = 150;
|
|
171
208
|
|
|
172
|
-
const
|
|
173
|
-
if (
|
|
174
|
-
return
|
|
175
|
-
}
|
|
176
|
-
const errorPrefixes = ['Error: ', 'VError: '];
|
|
177
|
-
const stringifiedError = `${error}`;
|
|
178
|
-
for (const errorPrefix of errorPrefixes) {
|
|
179
|
-
if (stringifiedError.startsWith(errorPrefix)) {
|
|
180
|
-
return stringifiedError.slice(errorPrefix.length);
|
|
181
|
-
}
|
|
209
|
+
const getPrefix = commandId => {
|
|
210
|
+
if (!commandId || typeof commandId !== 'string') {
|
|
211
|
+
return commandId;
|
|
182
212
|
}
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
const stringifiedError = stringifyError(error);
|
|
187
|
-
if (message) {
|
|
188
|
-
return `${message}: ${stringifiedError}`;
|
|
213
|
+
const dotIndex = commandId.indexOf(Dot);
|
|
214
|
+
if (dotIndex === -1) {
|
|
215
|
+
return '';
|
|
189
216
|
}
|
|
190
|
-
return
|
|
217
|
+
return commandId.slice(0, dotIndex);
|
|
191
218
|
};
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
this.name = 'VError';
|
|
197
|
-
if (error instanceof Error) {
|
|
198
|
-
this.stack = mergeStacks(this.stack, error.stack);
|
|
199
|
-
}
|
|
200
|
-
if (error.codeFrame) {
|
|
201
|
-
this.codeFrame = error.codeFrame;
|
|
202
|
-
}
|
|
219
|
+
const getModuleId$2 = commandId => {
|
|
220
|
+
const prefix = getPrefix(commandId);
|
|
221
|
+
if (!prefix) {
|
|
222
|
+
throw new CommandNotFoundError$1(commandId);
|
|
203
223
|
}
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
224
|
+
switch (prefix) {
|
|
225
|
+
case 'About':
|
|
226
|
+
return About$1;
|
|
227
|
+
case 'Exec':
|
|
228
|
+
return Exec;
|
|
229
|
+
case 'Ajax':
|
|
230
|
+
return Ajax;
|
|
231
|
+
case 'Audio':
|
|
232
|
+
return Audio$2;
|
|
233
|
+
case 'Debug':
|
|
234
|
+
return Debug$1;
|
|
235
|
+
case 'AutoUpdater':
|
|
236
|
+
return AutoUpdater;
|
|
237
|
+
case 'Document':
|
|
238
|
+
return Document;
|
|
239
|
+
case 'Blob':
|
|
240
|
+
return Blob$2;
|
|
241
|
+
case 'GetActiveEditor':
|
|
242
|
+
return GetActiveEditor;
|
|
243
|
+
case 'BulkReplacement':
|
|
244
|
+
return BulkReplacement;
|
|
245
|
+
case 'CacheStorage':
|
|
246
|
+
return CacheStorage;
|
|
247
|
+
case 'Callback':
|
|
248
|
+
return Callback;
|
|
249
|
+
case 'Chrome':
|
|
250
|
+
return Chrome;
|
|
251
|
+
case 'ClipBoard':
|
|
252
|
+
return ClipBoard;
|
|
253
|
+
case 'ColorTheme':
|
|
254
|
+
return ColorTheme;
|
|
255
|
+
case 'ConfirmPrompt':
|
|
256
|
+
return ConfirmPrompt;
|
|
257
|
+
case 'ContentTracing':
|
|
258
|
+
return ContentTracing;
|
|
259
|
+
case 'ContextMenu':
|
|
260
|
+
return ContextMenu$1;
|
|
261
|
+
case 'DebugSharedProcess':
|
|
262
|
+
return DebugSharedProcess;
|
|
263
|
+
case 'Developer':
|
|
264
|
+
return Developer;
|
|
265
|
+
case 'Dialog':
|
|
266
|
+
return Dialog$1;
|
|
267
|
+
case 'Download':
|
|
268
|
+
return Download;
|
|
269
|
+
case 'EditorDiagnostics':
|
|
270
|
+
return EditorDiagnostics;
|
|
271
|
+
case 3900:
|
|
272
|
+
return EditorError;
|
|
273
|
+
case 'ElectronBrowserView':
|
|
274
|
+
return ElectronBrowserView;
|
|
275
|
+
case 'ElectronClipBoard':
|
|
276
|
+
return ElectronClipBoard;
|
|
277
|
+
case 'ElectronContextMenu':
|
|
278
|
+
return ElectronContextMenu;
|
|
279
|
+
case 'ElectronWindow':
|
|
280
|
+
return ElectronWindow;
|
|
281
|
+
case 'ErrorHandling':
|
|
282
|
+
return ErrorHandling;
|
|
283
|
+
case 'Exit':
|
|
284
|
+
return Exit;
|
|
285
|
+
case 'ExtensionHost':
|
|
286
|
+
return ExtensionHostCode;
|
|
287
|
+
case 'ExtensionMeta':
|
|
288
|
+
return ExtensionMeta;
|
|
289
|
+
case 'ExtensionNodeRpc':
|
|
290
|
+
return ExtensionNodeRpc;
|
|
291
|
+
case 'Extensions':
|
|
292
|
+
return Extensions$1;
|
|
293
|
+
case 'FilePicker':
|
|
294
|
+
return FilePicker;
|
|
295
|
+
case 'FileSystem':
|
|
296
|
+
return FileSystem;
|
|
297
|
+
case 'Format':
|
|
298
|
+
return Format;
|
|
299
|
+
case 'Focus':
|
|
300
|
+
return Focus;
|
|
301
|
+
case 'IconTheme':
|
|
302
|
+
return IconTheme;
|
|
303
|
+
case 'ImagePreview':
|
|
304
|
+
return ImagePreview;
|
|
305
|
+
case 'IndexedDb':
|
|
306
|
+
return IndexedDb;
|
|
307
|
+
case 'IpcParent':
|
|
308
|
+
return IpcParent;
|
|
309
|
+
case 'KeyBindings':
|
|
310
|
+
return KeyBindings$1;
|
|
311
|
+
case 'KeyBindingsInitial':
|
|
312
|
+
return KeyBindingsInitial;
|
|
313
|
+
case 'Layout':
|
|
314
|
+
return Layout$1;
|
|
315
|
+
case 'LaunchIsolatedExtensionHostWorker':
|
|
316
|
+
return LaunchIsolatedExtensionHostWorker;
|
|
317
|
+
case 3444:
|
|
318
|
+
return Listener;
|
|
319
|
+
case 'LocalStorage':
|
|
320
|
+
return LocalStorage$1;
|
|
321
|
+
case 'Menu':
|
|
322
|
+
return Menu;
|
|
323
|
+
case 'Mime':
|
|
324
|
+
return Mime;
|
|
325
|
+
case 'NativeHost':
|
|
326
|
+
return NativeHost;
|
|
327
|
+
case 'Navigation':
|
|
328
|
+
return Navigation;
|
|
329
|
+
case 'Notification':
|
|
330
|
+
return Notification;
|
|
331
|
+
case 'Open':
|
|
332
|
+
return Open$1;
|
|
333
|
+
case 'OAuthServer':
|
|
334
|
+
return OAuthServer;
|
|
335
|
+
case 'OpenNativeFolder':
|
|
336
|
+
return OpenNativeFolder$1;
|
|
337
|
+
case 'PersistentFileHandle':
|
|
338
|
+
return PersistentFileHandle;
|
|
339
|
+
case 'Preferences':
|
|
340
|
+
return Preferences;
|
|
341
|
+
case 'PlatformPaths':
|
|
342
|
+
return PlatformPaths;
|
|
343
|
+
case 'Prompt':
|
|
344
|
+
return Prompt$1;
|
|
345
|
+
case 'QuickPick':
|
|
346
|
+
return QuickPick$1;
|
|
347
|
+
case 'RebuildNodePty':
|
|
348
|
+
return RebuildNodePty;
|
|
349
|
+
case 'RecentlyOpened':
|
|
350
|
+
return RecentlyOpened;
|
|
351
|
+
case 'Reload':
|
|
352
|
+
return Reload;
|
|
353
|
+
case 'SaveFileAs':
|
|
354
|
+
return SaveFileAs;
|
|
355
|
+
case 'SaveState':
|
|
356
|
+
return SaveState;
|
|
357
|
+
case 'SessionReplay':
|
|
358
|
+
return SessionReplay;
|
|
359
|
+
case 'SessionStorage':
|
|
360
|
+
return SessionStorage$1;
|
|
361
|
+
case 'Test':
|
|
362
|
+
return Test$1;
|
|
363
|
+
case '002':
|
|
364
|
+
return TestFrameworkComponent;
|
|
365
|
+
case 'Url':
|
|
366
|
+
return Url$1;
|
|
367
|
+
case 'Viewlet':
|
|
368
|
+
case 2133:
|
|
369
|
+
return Viewlet;
|
|
370
|
+
case 'Window':
|
|
371
|
+
return Window;
|
|
372
|
+
case 'Workbench':
|
|
373
|
+
return Workbench;
|
|
374
|
+
case 'Workspace':
|
|
375
|
+
return Workspace;
|
|
376
|
+
case 'WindowTitle':
|
|
377
|
+
return WindowTitle;
|
|
378
|
+
case 'PointerCapture':
|
|
379
|
+
return PointerCapture;
|
|
380
|
+
case 'Timeout':
|
|
381
|
+
return Timeout;
|
|
382
|
+
case 'MouseActions':
|
|
383
|
+
return MouseActions;
|
|
384
|
+
case 'FileSystemHandle':
|
|
385
|
+
return FileSystemHandle;
|
|
386
|
+
case 'ExtensionHostQuickPick':
|
|
387
|
+
return ExtensionHostQuickPick;
|
|
388
|
+
case 'ExtensionHostDialog':
|
|
389
|
+
return ExtensionHostDialog;
|
|
390
|
+
case 'ExtensionHostDefinition':
|
|
391
|
+
return ExtensionHostDefinition;
|
|
392
|
+
case 'TestFrameWork':
|
|
393
|
+
return TestFrameWork;
|
|
394
|
+
case 'ExtensionHostWorkerContentSecurityPolicy':
|
|
395
|
+
return ExtensionHostWorkerContentSecurityPolicy;
|
|
396
|
+
case 'SendMessagePortToElectron':
|
|
397
|
+
return SendMessagePortToElectron;
|
|
398
|
+
case 'ExtensionHostBraceCompletion':
|
|
399
|
+
return ExtensionHostBraceCompletion;
|
|
400
|
+
case 'OffscreenCanvas':
|
|
401
|
+
return OffscreenCanvas$1;
|
|
402
|
+
case 'Languages':
|
|
403
|
+
return Languages;
|
|
404
|
+
case 'License':
|
|
405
|
+
return License;
|
|
406
|
+
case 'FileWatcher':
|
|
407
|
+
return FileWatcher;
|
|
408
|
+
case 'ExtensionHostTypeDefinition':
|
|
409
|
+
return ExtensionHostTypeDefinition;
|
|
410
|
+
case 'ExtensionHostSelection':
|
|
411
|
+
return ExtensionHostSelection;
|
|
412
|
+
case 'ExtensionHostOrganizeImports':
|
|
413
|
+
return ExtensionHostOrganizeImports;
|
|
414
|
+
case 'ExtensionHostTabCompletion':
|
|
415
|
+
return ExtensionHostTabCompletion;
|
|
416
|
+
case 'ExtensionHostClosingTagCompletion':
|
|
417
|
+
return ExtensionHostClosingTag;
|
|
418
|
+
case 'SendMessagePortToRendererProcess':
|
|
419
|
+
return SendMessagePortToRendererProcess;
|
|
420
|
+
case 'ExtensionHostHover':
|
|
421
|
+
return ExtensionHostHover;
|
|
422
|
+
case 'SendMessagePortToExtensionHostWorker':
|
|
423
|
+
return SendMessagePortToExtensionHostWorker;
|
|
424
|
+
case 'SendMessagePortToSyntaxHighlightingWorker':
|
|
425
|
+
return SendMessagePortToSyntaxHighlightingWorker;
|
|
426
|
+
case 'ExtensionHostManagement':
|
|
427
|
+
return ExtensionHostManagement;
|
|
428
|
+
case 'Transferrable':
|
|
429
|
+
return Transferrable;
|
|
430
|
+
case 'WebView':
|
|
431
|
+
return WebView$2;
|
|
432
|
+
case 'SearchProcess':
|
|
433
|
+
return SearchProcess;
|
|
434
|
+
case 'GetEditorSourceActions':
|
|
435
|
+
return GetEditorSourceActions;
|
|
436
|
+
case 'ExtensionHostTextSearch':
|
|
437
|
+
return ExtensionHostTextSearch;
|
|
438
|
+
case 'ExtensionStateStorage':
|
|
439
|
+
return ExtensionStateStorage$2;
|
|
440
|
+
case 'GetWindowId':
|
|
441
|
+
return GetWindowId;
|
|
442
|
+
case 'ElectronDialog':
|
|
443
|
+
return ElectronDialog;
|
|
444
|
+
case 'Process':
|
|
445
|
+
return Process;
|
|
446
|
+
case 'ExtensionManagement':
|
|
447
|
+
return ExtensionManagement;
|
|
448
|
+
case 'Markdown':
|
|
449
|
+
return Markdown;
|
|
450
|
+
case 'MeasureTextHeight':
|
|
451
|
+
return MeasureTextHeight;
|
|
452
|
+
default:
|
|
453
|
+
throw new Error(`module ${prefix} not found`);
|
|
220
454
|
}
|
|
221
455
|
};
|
|
222
456
|
|
|
223
|
-
|
|
224
|
-
|
|
457
|
+
/**
|
|
458
|
+
*
|
|
459
|
+
* @param {string} string
|
|
460
|
+
* @param {number|undefined} startIndex
|
|
461
|
+
* @returns
|
|
462
|
+
*/
|
|
463
|
+
const getNewLineIndex$2 = (string, startIndex = undefined) => {
|
|
464
|
+
return string.indexOf(NewLine$2, startIndex);
|
|
225
465
|
};
|
|
226
466
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
|
|
467
|
+
const normalizeLine = line => {
|
|
468
|
+
if (line.startsWith('Error: ')) {
|
|
469
|
+
return line.slice('Error: '.length);
|
|
470
|
+
}
|
|
471
|
+
if (line.startsWith('VError: ')) {
|
|
472
|
+
return line.slice('VError: '.length);
|
|
473
|
+
}
|
|
474
|
+
return line;
|
|
475
|
+
};
|
|
476
|
+
|
|
477
|
+
const mergeStacks = (parent, child) => {
|
|
478
|
+
if (!child) {
|
|
479
|
+
return parent;
|
|
480
|
+
}
|
|
481
|
+
const parentNewLineIndex = getNewLineIndex$2(parent);
|
|
482
|
+
const childNewLineIndex = getNewLineIndex$2(child);
|
|
483
|
+
if (childNewLineIndex === -1) {
|
|
484
|
+
return parent;
|
|
485
|
+
}
|
|
486
|
+
const parentFirstLine = parent.slice(0, parentNewLineIndex);
|
|
487
|
+
const childRest = child.slice(childNewLineIndex);
|
|
488
|
+
const childFirstLine = normalizeLine(child.slice(0, childNewLineIndex));
|
|
489
|
+
if (parentFirstLine.includes(childFirstLine)) {
|
|
490
|
+
return parentFirstLine + childRest;
|
|
491
|
+
}
|
|
492
|
+
return child;
|
|
493
|
+
};
|
|
494
|
+
|
|
495
|
+
const stringifyError = error => {
|
|
496
|
+
if (error instanceof DOMException && error.message) {
|
|
497
|
+
return `DOMException: ${error.message}`;
|
|
498
|
+
}
|
|
499
|
+
const errorPrefixes = ['Error: ', 'VError: '];
|
|
500
|
+
const stringifiedError = `${error}`;
|
|
501
|
+
for (const errorPrefix of errorPrefixes) {
|
|
502
|
+
if (stringifiedError.startsWith(errorPrefix)) {
|
|
503
|
+
return stringifiedError.slice(errorPrefix.length);
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
return stringifiedError;
|
|
507
|
+
};
|
|
508
|
+
const getCombinedMessage = (error, message) => {
|
|
509
|
+
const stringifiedError = stringifyError(error);
|
|
510
|
+
if (message) {
|
|
511
|
+
return `${message}: ${stringifiedError}`;
|
|
512
|
+
}
|
|
513
|
+
return `${stringifiedError}`;
|
|
514
|
+
};
|
|
515
|
+
class VError extends Error {
|
|
516
|
+
constructor(error, message) {
|
|
517
|
+
const combinedMessage = getCombinedMessage(error, message);
|
|
518
|
+
super(combinedMessage);
|
|
519
|
+
this.name = 'VError';
|
|
520
|
+
if (error instanceof Error) {
|
|
521
|
+
this.stack = mergeStacks(this.stack, error.stack);
|
|
522
|
+
}
|
|
523
|
+
if (error.codeFrame) {
|
|
524
|
+
this.codeFrame = error.codeFrame;
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
const state$C = {
|
|
530
|
+
commands: Object.create(null),
|
|
531
|
+
pendingModules: Object.create(null),
|
|
532
|
+
async load(moduleId) {
|
|
533
|
+
throw new Error('not implemented');
|
|
534
|
+
}
|
|
535
|
+
};
|
|
536
|
+
const initializeModule = module => {
|
|
537
|
+
if (module.Commands) {
|
|
538
|
+
for (const [key, value] of Object.entries(module.Commands)) {
|
|
539
|
+
if (module.name) {
|
|
540
|
+
const actualKey = key.includes('.') ? key : `${module.name}.${key}`;
|
|
541
|
+
register$2(actualKey, value);
|
|
542
|
+
} else {
|
|
543
|
+
register$2(key, value);
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
return;
|
|
547
|
+
}
|
|
548
|
+
throw new Error(`module ${module.name} is missing an initialize function and commands`);
|
|
549
|
+
};
|
|
550
|
+
const loadModule$4 = async moduleId => {
|
|
551
|
+
try {
|
|
552
|
+
const module = await state$C.load(moduleId);
|
|
553
|
+
initializeModule(module);
|
|
554
|
+
} catch (error) {
|
|
555
|
+
throw new VError(error, `failed to load module ${moduleId}`);
|
|
556
|
+
}
|
|
557
|
+
};
|
|
558
|
+
const getOrLoadModule = moduleId => {
|
|
559
|
+
if (!state$C.pendingModules[moduleId]) {
|
|
560
|
+
state$C.pendingModules[moduleId] = loadModule$4(moduleId);
|
|
561
|
+
}
|
|
562
|
+
return state$C.pendingModules[moduleId];
|
|
563
|
+
};
|
|
564
|
+
const loadCommand = async command => {
|
|
565
|
+
if (command in state$C.commands) {
|
|
566
|
+
return;
|
|
567
|
+
}
|
|
568
|
+
await getOrLoadModule(getModuleId$2(command));
|
|
569
|
+
};
|
|
570
|
+
const register$2 = (commandId, listener) => {
|
|
571
|
+
if (commandId.split('.').length >= 3) {
|
|
572
|
+
debugger;
|
|
573
|
+
}
|
|
574
|
+
state$C.commands[commandId] = listener;
|
|
575
|
+
};
|
|
576
|
+
const hasThrown = new Set();
|
|
577
|
+
const execute$4 = (command, ...args) => {
|
|
578
|
+
if (command in state$C.commands) {
|
|
579
|
+
const fn = state$C.commands[command];
|
|
580
|
+
if (typeof fn !== 'function') {
|
|
581
|
+
throw new TypeError(`[renderer-worker] Command ${command} is not a function`);
|
|
582
|
+
}
|
|
583
|
+
return fn(...args);
|
|
584
|
+
}
|
|
585
|
+
return loadCommand(command)
|
|
586
|
+
// TODO can skip then block in prod (only to prevent endless loop in dev)
|
|
587
|
+
.then(() => {
|
|
588
|
+
if (!(command in state$C.commands)) {
|
|
589
|
+
if (hasThrown.has(command)) {
|
|
590
|
+
return;
|
|
591
|
+
}
|
|
592
|
+
hasThrown.add(command);
|
|
593
|
+
throw new CommandNotFoundError$1(command);
|
|
594
|
+
}
|
|
595
|
+
return execute$4(command, ...args);
|
|
596
|
+
});
|
|
597
|
+
};
|
|
598
|
+
const setLoad = load => {
|
|
599
|
+
state$C.load = load;
|
|
600
|
+
};
|
|
601
|
+
|
|
602
|
+
const state$B = {
|
|
603
|
+
pending: Object.create(null)
|
|
604
|
+
};
|
|
605
|
+
const get$i = id => {
|
|
606
|
+
return state$B.pending[id];
|
|
607
|
+
};
|
|
608
|
+
const has$2 = id => {
|
|
609
|
+
return id in state$B.pending;
|
|
610
|
+
};
|
|
611
|
+
const set$h = (id, value) => {
|
|
612
|
+
state$B.pending[id] = value;
|
|
613
|
+
};
|
|
614
|
+
|
|
615
|
+
const Web$1 = 1;
|
|
616
|
+
const Electron$1 = 2;
|
|
617
|
+
const Remote = 3;
|
|
618
|
+
const Test = 4;
|
|
619
|
+
|
|
620
|
+
/* istanbul ignore file */
|
|
621
|
+
|
|
622
|
+
// TODO this should always be completely tree shaken out during build, maybe need to be marked as @__Pure for terser to work
|
|
623
|
+
|
|
624
|
+
// TODO treeshake this function out when targeting electron
|
|
625
|
+
|
|
626
|
+
/**
|
|
627
|
+
* @returns {number}
|
|
628
|
+
*/
|
|
629
|
+
const getPlatform$2 = () => {
|
|
630
|
+
return platform;
|
|
631
|
+
};
|
|
632
|
+
const platform = Remote;
|
|
633
|
+
|
|
634
|
+
const getAssetDir$2 = () => {
|
|
635
|
+
// @ts-ignore
|
|
636
|
+
{
|
|
637
|
+
// @ts-ignore
|
|
638
|
+
return '/2971fc5';
|
|
639
|
+
}
|
|
640
|
+
};
|
|
641
|
+
const assetDir = getAssetDir$2();
|
|
642
|
+
|
|
643
|
+
const NotFound = 404;
|
|
644
|
+
|
|
645
|
+
const getText$3 = response => {
|
|
646
|
+
return response.text();
|
|
647
|
+
};
|
|
648
|
+
const getJson$7 = response => {
|
|
649
|
+
return response.json();
|
|
650
|
+
};
|
|
651
|
+
const create$1c = (value, options) => {
|
|
652
|
+
return new Response(value, options);
|
|
653
|
+
};
|
|
654
|
+
|
|
655
|
+
const getCss$2 = async relativePath => {
|
|
656
|
+
try {
|
|
657
|
+
const url = `${assetDir}${relativePath}`;
|
|
658
|
+
const response = await fetch(url);
|
|
659
|
+
if (!response.ok) {
|
|
660
|
+
if (response.status === NotFound) {
|
|
661
|
+
throw new Error(`File not found ${url}`);
|
|
662
|
+
}
|
|
663
|
+
throw new Error(response.statusText);
|
|
664
|
+
}
|
|
665
|
+
const text = await getText$3(response);
|
|
666
|
+
return text;
|
|
667
|
+
} catch (error) {
|
|
668
|
+
throw new VError(error, `Failed to load css "${relativePath}"`);
|
|
669
|
+
}
|
|
670
|
+
};
|
|
671
|
+
|
|
672
|
+
const getCssId$1 = path => {
|
|
673
|
+
return 'Css' + path.replace('/css/parts/', '').replaceAll(Slash$2, Dash).replace('.css', EmptyString);
|
|
674
|
+
};
|
|
675
|
+
|
|
676
|
+
// @ts-nocheck
|
|
677
|
+
const isMessagePort$1 = value => {
|
|
678
|
+
return value && value instanceof MessagePort;
|
|
679
|
+
};
|
|
680
|
+
const isMessagePortMain = value => {
|
|
681
|
+
return value && value.constructor && value.constructor.name === 'MessagePortMain';
|
|
682
|
+
};
|
|
683
|
+
const isOffscreenCanvas = value => {
|
|
684
|
+
return typeof OffscreenCanvas !== 'undefined' && value instanceof OffscreenCanvas;
|
|
236
685
|
};
|
|
237
686
|
const isInstanceOf = (value, constructorName) => {
|
|
238
687
|
return value?.constructor?.name === constructorName;
|
|
@@ -501,7 +950,7 @@ const resolve$1 = (id, response) => {
|
|
|
501
950
|
fn(response);
|
|
502
951
|
remove$d(id);
|
|
503
952
|
};
|
|
504
|
-
const E_COMMAND_NOT_FOUND
|
|
953
|
+
const E_COMMAND_NOT_FOUND = 'E_COMMAND_NOT_FOUND';
|
|
505
954
|
const getErrorType = prettyError => {
|
|
506
955
|
if (prettyError && prettyError.type) {
|
|
507
956
|
return prettyError.type;
|
|
@@ -523,7 +972,7 @@ const getStack = prettyError => {
|
|
|
523
972
|
return stackString;
|
|
524
973
|
};
|
|
525
974
|
const getErrorProperty = (error, prettyError) => {
|
|
526
|
-
if (error && error.code === E_COMMAND_NOT_FOUND
|
|
975
|
+
if (error && error.code === E_COMMAND_NOT_FOUND) {
|
|
527
976
|
return {
|
|
528
977
|
code: MethodNotFound$1,
|
|
529
978
|
message: error.message,
|
|
@@ -621,701 +1070,252 @@ const normalizeParams = args => {
|
|
|
621
1070
|
resolve: args[3],
|
|
622
1071
|
preparePrettyError: args[4],
|
|
623
1072
|
logError: args[5],
|
|
624
|
-
requiresSocket: args[6]
|
|
625
|
-
};
|
|
626
|
-
};
|
|
627
|
-
const handleJsonRpcMessage$1 = async (...args) => {
|
|
628
|
-
const options = normalizeParams(args);
|
|
629
|
-
const {
|
|
630
|
-
message,
|
|
631
|
-
ipc,
|
|
632
|
-
execute,
|
|
633
|
-
resolve,
|
|
634
|
-
preparePrettyError,
|
|
635
|
-
logError,
|
|
636
|
-
requiresSocket
|
|
637
|
-
} = options;
|
|
638
|
-
if ('id' in message) {
|
|
639
|
-
if ('method' in message) {
|
|
640
|
-
const response = await getResponse$2(message, ipc, execute, preparePrettyError, logError, requiresSocket);
|
|
641
|
-
try {
|
|
642
|
-
ipc.send(response);
|
|
643
|
-
} catch (error) {
|
|
644
|
-
const errorResponse = getErrorResponse(message.id, error, preparePrettyError, logError);
|
|
645
|
-
ipc.send(errorResponse);
|
|
646
|
-
}
|
|
647
|
-
return;
|
|
648
|
-
}
|
|
649
|
-
resolve(message.id, message);
|
|
650
|
-
return;
|
|
651
|
-
}
|
|
652
|
-
if ('method' in message) {
|
|
653
|
-
await getResponse$2(message, ipc, execute, preparePrettyError, logError, requiresSocket);
|
|
654
|
-
return;
|
|
655
|
-
}
|
|
656
|
-
throw new JsonRpcError$1('unexpected message');
|
|
657
|
-
};
|
|
658
|
-
let CommandNotFoundError$1 = class CommandNotFoundError extends Error {
|
|
659
|
-
constructor(command) {
|
|
660
|
-
super(`Command not found ${command}`);
|
|
661
|
-
this.name = 'CommandNotFoundError';
|
|
662
|
-
}
|
|
663
|
-
};
|
|
664
|
-
const commands = Object.create(null);
|
|
665
|
-
const register$2 = commandMap => {
|
|
666
|
-
Object.assign(commands, commandMap);
|
|
667
|
-
};
|
|
668
|
-
const getCommand = key => {
|
|
669
|
-
return commands[key];
|
|
670
|
-
};
|
|
671
|
-
const execute$4 = (command, ...args) => {
|
|
672
|
-
const fn = getCommand(command);
|
|
673
|
-
if (!fn) {
|
|
674
|
-
throw new CommandNotFoundError$1(command);
|
|
675
|
-
}
|
|
676
|
-
return fn(...args);
|
|
677
|
-
};
|
|
678
|
-
const Two$2 = '2.0';
|
|
679
|
-
const create$o$1 = (method, params) => {
|
|
680
|
-
return {
|
|
681
|
-
jsonrpc: Two$2,
|
|
682
|
-
method,
|
|
683
|
-
params
|
|
684
|
-
};
|
|
685
|
-
};
|
|
686
|
-
const create$n$1 = (id, method, params) => {
|
|
687
|
-
const message = {
|
|
688
|
-
id,
|
|
689
|
-
jsonrpc: Two$2,
|
|
690
|
-
method,
|
|
691
|
-
params
|
|
692
|
-
};
|
|
693
|
-
return message;
|
|
694
|
-
};
|
|
695
|
-
let id$6 = 0;
|
|
696
|
-
const create$m$1 = () => {
|
|
697
|
-
return ++id$6;
|
|
698
|
-
};
|
|
699
|
-
|
|
700
|
-
/* eslint-disable n/no-unsupported-features/es-syntax */
|
|
701
|
-
|
|
702
|
-
const registerPromise$1 = map => {
|
|
703
|
-
const id = create$m$1();
|
|
704
|
-
const {
|
|
705
|
-
promise,
|
|
706
|
-
resolve
|
|
707
|
-
} = Promise.withResolvers();
|
|
708
|
-
map[id] = resolve;
|
|
709
|
-
return {
|
|
710
|
-
id,
|
|
711
|
-
promise
|
|
712
|
-
};
|
|
713
|
-
};
|
|
714
|
-
|
|
715
|
-
// @ts-ignore
|
|
716
|
-
const invokeHelper$1 = async (callbacks, ipc, method, params, useSendAndTransfer) => {
|
|
717
|
-
const {
|
|
718
|
-
id,
|
|
719
|
-
promise
|
|
720
|
-
} = registerPromise$1(callbacks);
|
|
721
|
-
const message = create$n$1(id, method, params);
|
|
722
|
-
if (useSendAndTransfer && ipc.sendAndTransfer) {
|
|
723
|
-
ipc.sendAndTransfer(message);
|
|
724
|
-
} else {
|
|
725
|
-
ipc.send(message);
|
|
726
|
-
}
|
|
727
|
-
const responseMessage = await promise;
|
|
728
|
-
return unwrapJsonRpcResult$1(responseMessage);
|
|
729
|
-
};
|
|
730
|
-
const createRpc = ipc => {
|
|
731
|
-
const callbacks = Object.create(null);
|
|
732
|
-
ipc._resolve = (id, response) => {
|
|
733
|
-
const fn = callbacks[id];
|
|
734
|
-
if (!fn) {
|
|
735
|
-
console.warn(`callback ${id} may already be disposed`);
|
|
736
|
-
return;
|
|
737
|
-
}
|
|
738
|
-
fn(response);
|
|
739
|
-
delete callbacks[id];
|
|
740
|
-
};
|
|
741
|
-
const rpc = {
|
|
742
|
-
async dispose() {
|
|
743
|
-
await ipc?.dispose();
|
|
744
|
-
},
|
|
745
|
-
invoke(method, ...params) {
|
|
746
|
-
return invokeHelper$1(callbacks, ipc, method, params, false);
|
|
747
|
-
},
|
|
748
|
-
invokeAndTransfer(method, ...params) {
|
|
749
|
-
return invokeHelper$1(callbacks, ipc, method, params, true);
|
|
750
|
-
},
|
|
751
|
-
// @ts-ignore
|
|
752
|
-
ipc,
|
|
753
|
-
/**
|
|
754
|
-
* @deprecated
|
|
755
|
-
*/
|
|
756
|
-
send(method, ...params) {
|
|
757
|
-
const message = create$o$1(method, params);
|
|
758
|
-
ipc.send(message);
|
|
759
|
-
}
|
|
760
|
-
};
|
|
761
|
-
return rpc;
|
|
762
|
-
};
|
|
763
|
-
const requiresSocket = () => {
|
|
764
|
-
return false;
|
|
765
|
-
};
|
|
766
|
-
const preparePrettyError = error => {
|
|
767
|
-
return error;
|
|
768
|
-
};
|
|
769
|
-
const logError$1 = () => {
|
|
770
|
-
// handled by renderer worker
|
|
771
|
-
};
|
|
772
|
-
const handleMessage$2 = event => {
|
|
773
|
-
const actualRequiresSocket = event?.target?.requiresSocket || requiresSocket;
|
|
774
|
-
const actualExecute = event?.target?.execute || execute$4;
|
|
775
|
-
return handleJsonRpcMessage$1(event.target, event.data, actualExecute, event.target._resolve, preparePrettyError, logError$1, actualRequiresSocket);
|
|
776
|
-
};
|
|
777
|
-
const handleIpc$1 = ipc => {
|
|
778
|
-
if ('addEventListener' in ipc) {
|
|
779
|
-
ipc.addEventListener('message', handleMessage$2);
|
|
780
|
-
} else if ('on' in ipc) {
|
|
781
|
-
// deprecated
|
|
782
|
-
ipc.on('message', handleMessage$2);
|
|
783
|
-
}
|
|
784
|
-
};
|
|
785
|
-
const listen$2 = async (module, options) => {
|
|
786
|
-
const rawIpc = await module.listen(options);
|
|
787
|
-
if (module.signal) {
|
|
788
|
-
module.signal(rawIpc);
|
|
789
|
-
}
|
|
790
|
-
const ipc = module.wrap(rawIpc);
|
|
791
|
-
return ipc;
|
|
792
|
-
};
|
|
793
|
-
const create$1b = async ({
|
|
794
|
-
commandMap
|
|
795
|
-
}) => {
|
|
796
|
-
// TODO create a commandMap per rpc instance
|
|
797
|
-
register$2(commandMap);
|
|
798
|
-
const ipc = await listen$2(IpcChildWithModuleWorker$1);
|
|
799
|
-
handleIpc$1(ipc);
|
|
800
|
-
const rpc = createRpc(ipc);
|
|
801
|
-
return rpc;
|
|
802
|
-
};
|
|
803
|
-
const WebWorkerRpcClient2 = {
|
|
804
|
-
__proto__: null,
|
|
805
|
-
create: create$1b
|
|
806
|
-
};
|
|
807
|
-
|
|
808
|
-
const commandMapRef = {};
|
|
809
|
-
|
|
810
|
-
// @ts-ignore
|
|
811
|
-
const state$B = {
|
|
812
|
-
pendingMessages: [],
|
|
813
|
-
/**
|
|
814
|
-
* @type {any}
|
|
815
|
-
*/
|
|
816
|
-
rpc: undefined
|
|
817
|
-
};
|
|
818
|
-
const getRpc$1 = async () => {
|
|
819
|
-
// TODO replace this with a static commandmap
|
|
820
|
-
|
|
821
|
-
const rpc = await WebWorkerRpcClient2.create({
|
|
822
|
-
commandMap: commandMapRef
|
|
823
|
-
});
|
|
824
|
-
return rpc;
|
|
825
|
-
};
|
|
826
|
-
const listen$1 = async () => {
|
|
827
|
-
console.assert(state$B.pendingMessages.length === 0);
|
|
828
|
-
const rpc = await getRpc$1();
|
|
829
|
-
state$B.rpc = rpc;
|
|
830
|
-
};
|
|
831
|
-
const invoke$I = (method, ...params) => {
|
|
832
|
-
return state$B.rpc.invoke(method, ...params);
|
|
833
|
-
};
|
|
834
|
-
const invokeAndTransfer$u = (method, ...params) => {
|
|
835
|
-
return state$B.rpc.invokeAndTransfer(method, ...params);
|
|
836
|
-
};
|
|
837
|
-
|
|
838
|
-
const escapeCssComment = value => {
|
|
839
|
-
return value.replaceAll('*/', '* /');
|
|
840
|
-
};
|
|
841
|
-
const prependCssSourceComment = (cssPath, id, text) => {
|
|
842
|
-
return `/* ${escapeCssComment(cssPath)} (${escapeCssComment(id)}) */\n${text}`;
|
|
843
|
-
};
|
|
844
|
-
const actuallyLoadCssStyleSheet = async css => {
|
|
845
|
-
const text = await getCss$2(css);
|
|
846
|
-
const id = getCssId$1(css);
|
|
847
|
-
await addCssStyleSheet(id, prependCssSourceComment(css, id, text));
|
|
848
|
-
};
|
|
849
|
-
const loadCssStyleSheet = id => {
|
|
850
|
-
if (!has$2(id)) {
|
|
851
|
-
set$h(id, actuallyLoadCssStyleSheet(id));
|
|
852
|
-
}
|
|
853
|
-
return get$i(id);
|
|
854
|
-
};
|
|
855
|
-
const loadCssStyleSheets = css => {
|
|
856
|
-
return Promise.all(css.map(loadCssStyleSheet));
|
|
857
|
-
};
|
|
858
|
-
const addCssStyleSheet = (id, css) => {
|
|
859
|
-
return invoke$I('Css.addCssStyleSheet', id, css);
|
|
860
|
-
};
|
|
861
|
-
const actuallyAddDynamicCss = async (id, getCss, preferences) => {
|
|
862
|
-
const css = await getCss(preferences);
|
|
863
|
-
await addCssStyleSheet(id, css);
|
|
864
|
-
};
|
|
865
|
-
const addDynamicCss = (id, getCss, preferences) => {
|
|
866
|
-
if (!has$2(id)) {
|
|
867
|
-
set$h(id, actuallyAddDynamicCss(id, getCss, preferences));
|
|
868
|
-
}
|
|
869
|
-
return get$i(id);
|
|
870
|
-
};
|
|
871
|
-
|
|
872
|
-
const ENOENT = 'ENOENT';
|
|
873
|
-
const ENOTDIR = 'ENOTDIR';
|
|
874
|
-
const E_MANIFEST_NOT_FOUND = 'E_MANIFEST_NOT_FOUND';
|
|
875
|
-
const E_COMMAND_NOT_FOUND = 'E_COMMAND_NOT_FOUND';
|
|
876
|
-
|
|
877
|
-
class CommandNotFoundError extends Error {
|
|
878
|
-
constructor(id) {
|
|
879
|
-
super(`Command "${id}" not found (renderer worker)`);
|
|
880
|
-
this.name = 'CommandNotFoundError';
|
|
881
|
-
this.code = E_COMMAND_NOT_FOUND;
|
|
882
|
-
}
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
// TODO rename to widgetFind and group together with other widgets (contextMenu, hover, tooltip)
|
|
886
|
-
const Ajax = 1;
|
|
887
|
-
const Audio$2 = 2;
|
|
888
|
-
const Blob$2 = 4;
|
|
889
|
-
const CacheStorage = 5;
|
|
890
|
-
const Callback = 6;
|
|
891
|
-
const ClipBoard = 7;
|
|
892
|
-
const ColorTheme = 9;
|
|
893
|
-
const ContextMenu$1 = 11;
|
|
894
|
-
const Developer = 12;
|
|
895
|
-
const Dialog$1 = 13;
|
|
896
|
-
const Download = 14;
|
|
897
|
-
const EditorDiagnostics = 15;
|
|
898
|
-
const EditorError = 16;
|
|
899
|
-
const ErrorHandling = 18;
|
|
900
|
-
const ExtensionHostCode = 19;
|
|
901
|
-
const ExtensionMeta = 20;
|
|
902
|
-
const Extensions$1 = 21;
|
|
903
|
-
const FileSystem = 22;
|
|
904
|
-
const Format = 23;
|
|
905
|
-
const IconTheme = 24;
|
|
906
|
-
const ImagePreview = 25;
|
|
907
|
-
const KeyBindings$1 = 26;
|
|
908
|
-
const KeyBindingsInitial = 27;
|
|
909
|
-
const Layout$1 = 28;
|
|
910
|
-
const Listener = 29;
|
|
911
|
-
const LocalStorage$1 = 30;
|
|
912
|
-
const Menu = 31;
|
|
913
|
-
const Navigation = 32;
|
|
914
|
-
const Notification = 33;
|
|
915
|
-
const Open$1 = 34;
|
|
916
|
-
const Preferences = 35;
|
|
917
|
-
const QuickPick$1 = 36;
|
|
918
|
-
const RecentlyOpened = 37;
|
|
919
|
-
const SaveState = 38;
|
|
920
|
-
const SessionReplay = 39;
|
|
921
|
-
const SessionStorage$1 = 40;
|
|
922
|
-
const Test = 41;
|
|
923
|
-
const TestFrameworkComponent = 43;
|
|
924
|
-
const Viewlet = 44;
|
|
925
|
-
const Window = 45;
|
|
926
|
-
const Workbench = 46;
|
|
927
|
-
const Workspace = 47;
|
|
928
|
-
const ContentTracing = 48;
|
|
929
|
-
const OpenNativeFolder$1 = 49;
|
|
930
|
-
const ElectronWindow = 50;
|
|
931
|
-
const Url$1 = 51;
|
|
932
|
-
const Mime = 52;
|
|
933
|
-
const FilePicker = 54;
|
|
934
|
-
const PersistentFileHandle = 55;
|
|
935
|
-
const IndexedDb = 56;
|
|
936
|
-
const Chrome = 57;
|
|
937
|
-
const ElectronBrowserView = 58;
|
|
938
|
-
const Exit = 59;
|
|
939
|
-
const ElectronContextMenu = 60;
|
|
940
|
-
const ElectronClipBoard = 61;
|
|
941
|
-
const SaveFileAs = 62;
|
|
942
|
-
const About$1 = 64;
|
|
943
|
-
const ConfirmPrompt = 65;
|
|
944
|
-
const BulkReplacement = 66;
|
|
945
|
-
const AutoUpdater = 67;
|
|
946
|
-
const IpcParent = 68;
|
|
947
|
-
const NativeHost = 69;
|
|
948
|
-
const RebuildNodePty = 70;
|
|
949
|
-
const DebugSharedProcess = 71;
|
|
950
|
-
const Reload = 72;
|
|
951
|
-
const Prompt$1 = 74;
|
|
952
|
-
const WindowTitle = 75;
|
|
953
|
-
const Focus = 76;
|
|
954
|
-
const PointerCapture = 77;
|
|
955
|
-
const ExtensionHostQuickPick = 78;
|
|
956
|
-
const ExtensionHostDialog = 79;
|
|
957
|
-
const TestFrameWork = 80;
|
|
958
|
-
const ExtensionHostWorkerContentSecurityPolicy = 81;
|
|
959
|
-
const SendMessagePortToElectron = 82;
|
|
960
|
-
const OffscreenCanvas$1 = 83;
|
|
961
|
-
const Debug$1 = 84;
|
|
962
|
-
const Languages = 85;
|
|
963
|
-
const FileWatcher = 86;
|
|
964
|
-
const ExtensionHostBraceCompletion = 114;
|
|
965
|
-
const ExtensionHostDefinition = 115;
|
|
966
|
-
const ExtensionHostOrganizeImports = 117;
|
|
967
|
-
const ExtensionHostSelection = 119;
|
|
968
|
-
const ExtensionHostTabCompletion = 120;
|
|
969
|
-
const ExtensionHostTypeDefinition = 121;
|
|
970
|
-
const ExtensionHostClosingTag = 122;
|
|
971
|
-
const SendMessagePortToRendererProcess = 123;
|
|
972
|
-
const ExtensionHostHover = 124;
|
|
973
|
-
const SendMessagePortToExtensionHostWorker = 125;
|
|
974
|
-
const ExtensionHostManagement = 126;
|
|
975
|
-
const SendMessagePortToSyntaxHighlightingWorker = 127;
|
|
976
|
-
const Transferrable = 128;
|
|
977
|
-
const WebView$2 = 129;
|
|
978
|
-
const SearchProcess = 130;
|
|
979
|
-
const GetEditorSourceActions = 131;
|
|
980
|
-
const ExtensionHostTextSearch = 132;
|
|
981
|
-
const ExtensionStateStorage$2 = 133;
|
|
982
|
-
const GetWindowId = 134;
|
|
983
|
-
const ElectronDialog = 135;
|
|
984
|
-
const Process = 136;
|
|
985
|
-
const ExtensionManagement = 137;
|
|
986
|
-
const Markdown = 138;
|
|
987
|
-
const FileSystemHandle = 139;
|
|
988
|
-
const MouseActions = 140;
|
|
989
|
-
const Timeout = 141;
|
|
990
|
-
const GetActiveEditor = 142;
|
|
991
|
-
const PlatformPaths = 143;
|
|
992
|
-
const MeasureTextHeight = 144;
|
|
993
|
-
const Document = 145;
|
|
994
|
-
const Exec = 146;
|
|
995
|
-
const OAuthServer = 147;
|
|
996
|
-
const LaunchIsolatedExtensionHostWorker = 148;
|
|
997
|
-
const ExtensionNodeRpc = 149;
|
|
998
|
-
const License = 150;
|
|
999
|
-
|
|
1000
|
-
const getPrefix = commandId => {
|
|
1001
|
-
if (!commandId || typeof commandId !== 'string') {
|
|
1002
|
-
return commandId;
|
|
1003
|
-
}
|
|
1004
|
-
const dotIndex = commandId.indexOf(Dot);
|
|
1005
|
-
if (dotIndex === -1) {
|
|
1006
|
-
return '';
|
|
1007
|
-
}
|
|
1008
|
-
return commandId.slice(0, dotIndex);
|
|
1009
|
-
};
|
|
1010
|
-
const getModuleId$2 = commandId => {
|
|
1011
|
-
const prefix = getPrefix(commandId);
|
|
1012
|
-
if (!prefix) {
|
|
1013
|
-
throw new CommandNotFoundError(commandId);
|
|
1014
|
-
}
|
|
1015
|
-
switch (prefix) {
|
|
1016
|
-
case 'About':
|
|
1017
|
-
return About$1;
|
|
1018
|
-
case 'Exec':
|
|
1019
|
-
return Exec;
|
|
1020
|
-
case 'Ajax':
|
|
1021
|
-
return Ajax;
|
|
1022
|
-
case 'Audio':
|
|
1023
|
-
return Audio$2;
|
|
1024
|
-
case 'Debug':
|
|
1025
|
-
return Debug$1;
|
|
1026
|
-
case 'AutoUpdater':
|
|
1027
|
-
return AutoUpdater;
|
|
1028
|
-
case 'Document':
|
|
1029
|
-
return Document;
|
|
1030
|
-
case 'Blob':
|
|
1031
|
-
return Blob$2;
|
|
1032
|
-
case 'GetActiveEditor':
|
|
1033
|
-
return GetActiveEditor;
|
|
1034
|
-
case 'BulkReplacement':
|
|
1035
|
-
return BulkReplacement;
|
|
1036
|
-
case 'CacheStorage':
|
|
1037
|
-
return CacheStorage;
|
|
1038
|
-
case 'Callback':
|
|
1039
|
-
return Callback;
|
|
1040
|
-
case 'Chrome':
|
|
1041
|
-
return Chrome;
|
|
1042
|
-
case 'ClipBoard':
|
|
1043
|
-
return ClipBoard;
|
|
1044
|
-
case 'ColorTheme':
|
|
1045
|
-
return ColorTheme;
|
|
1046
|
-
case 'ConfirmPrompt':
|
|
1047
|
-
return ConfirmPrompt;
|
|
1048
|
-
case 'ContentTracing':
|
|
1049
|
-
return ContentTracing;
|
|
1050
|
-
case 'ContextMenu':
|
|
1051
|
-
return ContextMenu$1;
|
|
1052
|
-
case 'DebugSharedProcess':
|
|
1053
|
-
return DebugSharedProcess;
|
|
1054
|
-
case 'Developer':
|
|
1055
|
-
return Developer;
|
|
1056
|
-
case 'Dialog':
|
|
1057
|
-
return Dialog$1;
|
|
1058
|
-
case 'Download':
|
|
1059
|
-
return Download;
|
|
1060
|
-
case 'EditorDiagnostics':
|
|
1061
|
-
return EditorDiagnostics;
|
|
1062
|
-
case 3900:
|
|
1063
|
-
return EditorError;
|
|
1064
|
-
case 'ElectronBrowserView':
|
|
1065
|
-
return ElectronBrowserView;
|
|
1066
|
-
case 'ElectronClipBoard':
|
|
1067
|
-
return ElectronClipBoard;
|
|
1068
|
-
case 'ElectronContextMenu':
|
|
1069
|
-
return ElectronContextMenu;
|
|
1070
|
-
case 'ElectronWindow':
|
|
1071
|
-
return ElectronWindow;
|
|
1072
|
-
case 'ErrorHandling':
|
|
1073
|
-
return ErrorHandling;
|
|
1074
|
-
case 'Exit':
|
|
1075
|
-
return Exit;
|
|
1076
|
-
case 'ExtensionHost':
|
|
1077
|
-
return ExtensionHostCode;
|
|
1078
|
-
case 'ExtensionMeta':
|
|
1079
|
-
return ExtensionMeta;
|
|
1080
|
-
case 'ExtensionNodeRpc':
|
|
1081
|
-
return ExtensionNodeRpc;
|
|
1082
|
-
case 'Extensions':
|
|
1083
|
-
return Extensions$1;
|
|
1084
|
-
case 'FilePicker':
|
|
1085
|
-
return FilePicker;
|
|
1086
|
-
case 'FileSystem':
|
|
1087
|
-
return FileSystem;
|
|
1088
|
-
case 'Format':
|
|
1089
|
-
return Format;
|
|
1090
|
-
case 'Focus':
|
|
1091
|
-
return Focus;
|
|
1092
|
-
case 'IconTheme':
|
|
1093
|
-
return IconTheme;
|
|
1094
|
-
case 'ImagePreview':
|
|
1095
|
-
return ImagePreview;
|
|
1096
|
-
case 'IndexedDb':
|
|
1097
|
-
return IndexedDb;
|
|
1098
|
-
case 'IpcParent':
|
|
1099
|
-
return IpcParent;
|
|
1100
|
-
case 'KeyBindings':
|
|
1101
|
-
return KeyBindings$1;
|
|
1102
|
-
case 'KeyBindingsInitial':
|
|
1103
|
-
return KeyBindingsInitial;
|
|
1104
|
-
case 'Layout':
|
|
1105
|
-
return Layout$1;
|
|
1106
|
-
case 'LaunchIsolatedExtensionHostWorker':
|
|
1107
|
-
return LaunchIsolatedExtensionHostWorker;
|
|
1108
|
-
case 3444:
|
|
1109
|
-
return Listener;
|
|
1110
|
-
case 'LocalStorage':
|
|
1111
|
-
return LocalStorage$1;
|
|
1112
|
-
case 'Menu':
|
|
1113
|
-
return Menu;
|
|
1114
|
-
case 'Mime':
|
|
1115
|
-
return Mime;
|
|
1116
|
-
case 'NativeHost':
|
|
1117
|
-
return NativeHost;
|
|
1118
|
-
case 'Navigation':
|
|
1119
|
-
return Navigation;
|
|
1120
|
-
case 'Notification':
|
|
1121
|
-
return Notification;
|
|
1122
|
-
case 'Open':
|
|
1123
|
-
return Open$1;
|
|
1124
|
-
case 'OAuthServer':
|
|
1125
|
-
return OAuthServer;
|
|
1126
|
-
case 'OpenNativeFolder':
|
|
1127
|
-
return OpenNativeFolder$1;
|
|
1128
|
-
case 'PersistentFileHandle':
|
|
1129
|
-
return PersistentFileHandle;
|
|
1130
|
-
case 'Preferences':
|
|
1131
|
-
return Preferences;
|
|
1132
|
-
case 'PlatformPaths':
|
|
1133
|
-
return PlatformPaths;
|
|
1134
|
-
case 'Prompt':
|
|
1135
|
-
return Prompt$1;
|
|
1136
|
-
case 'QuickPick':
|
|
1137
|
-
return QuickPick$1;
|
|
1138
|
-
case 'RebuildNodePty':
|
|
1139
|
-
return RebuildNodePty;
|
|
1140
|
-
case 'RecentlyOpened':
|
|
1141
|
-
return RecentlyOpened;
|
|
1142
|
-
case 'Reload':
|
|
1143
|
-
return Reload;
|
|
1144
|
-
case 'SaveFileAs':
|
|
1145
|
-
return SaveFileAs;
|
|
1146
|
-
case 'SaveState':
|
|
1147
|
-
return SaveState;
|
|
1148
|
-
case 'SessionReplay':
|
|
1149
|
-
return SessionReplay;
|
|
1150
|
-
case 'SessionStorage':
|
|
1151
|
-
return SessionStorage$1;
|
|
1152
|
-
case 'Test':
|
|
1153
|
-
return Test;
|
|
1154
|
-
case '002':
|
|
1155
|
-
return TestFrameworkComponent;
|
|
1156
|
-
case 'Url':
|
|
1157
|
-
return Url$1;
|
|
1158
|
-
case 'Viewlet':
|
|
1159
|
-
case 2133:
|
|
1160
|
-
return Viewlet;
|
|
1161
|
-
case 'Window':
|
|
1162
|
-
return Window;
|
|
1163
|
-
case 'Workbench':
|
|
1164
|
-
return Workbench;
|
|
1165
|
-
case 'Workspace':
|
|
1166
|
-
return Workspace;
|
|
1167
|
-
case 'WindowTitle':
|
|
1168
|
-
return WindowTitle;
|
|
1169
|
-
case 'PointerCapture':
|
|
1170
|
-
return PointerCapture;
|
|
1171
|
-
case 'Timeout':
|
|
1172
|
-
return Timeout;
|
|
1173
|
-
case 'MouseActions':
|
|
1174
|
-
return MouseActions;
|
|
1175
|
-
case 'FileSystemHandle':
|
|
1176
|
-
return FileSystemHandle;
|
|
1177
|
-
case 'ExtensionHostQuickPick':
|
|
1178
|
-
return ExtensionHostQuickPick;
|
|
1179
|
-
case 'ExtensionHostDialog':
|
|
1180
|
-
return ExtensionHostDialog;
|
|
1181
|
-
case 'ExtensionHostDefinition':
|
|
1182
|
-
return ExtensionHostDefinition;
|
|
1183
|
-
case 'TestFrameWork':
|
|
1184
|
-
return TestFrameWork;
|
|
1185
|
-
case 'ExtensionHostWorkerContentSecurityPolicy':
|
|
1186
|
-
return ExtensionHostWorkerContentSecurityPolicy;
|
|
1187
|
-
case 'SendMessagePortToElectron':
|
|
1188
|
-
return SendMessagePortToElectron;
|
|
1189
|
-
case 'ExtensionHostBraceCompletion':
|
|
1190
|
-
return ExtensionHostBraceCompletion;
|
|
1191
|
-
case 'OffscreenCanvas':
|
|
1192
|
-
return OffscreenCanvas$1;
|
|
1193
|
-
case 'Languages':
|
|
1194
|
-
return Languages;
|
|
1195
|
-
case 'License':
|
|
1196
|
-
return License;
|
|
1197
|
-
case 'FileWatcher':
|
|
1198
|
-
return FileWatcher;
|
|
1199
|
-
case 'ExtensionHostTypeDefinition':
|
|
1200
|
-
return ExtensionHostTypeDefinition;
|
|
1201
|
-
case 'ExtensionHostSelection':
|
|
1202
|
-
return ExtensionHostSelection;
|
|
1203
|
-
case 'ExtensionHostOrganizeImports':
|
|
1204
|
-
return ExtensionHostOrganizeImports;
|
|
1205
|
-
case 'ExtensionHostTabCompletion':
|
|
1206
|
-
return ExtensionHostTabCompletion;
|
|
1207
|
-
case 'ExtensionHostClosingTagCompletion':
|
|
1208
|
-
return ExtensionHostClosingTag;
|
|
1209
|
-
case 'SendMessagePortToRendererProcess':
|
|
1210
|
-
return SendMessagePortToRendererProcess;
|
|
1211
|
-
case 'ExtensionHostHover':
|
|
1212
|
-
return ExtensionHostHover;
|
|
1213
|
-
case 'SendMessagePortToExtensionHostWorker':
|
|
1214
|
-
return SendMessagePortToExtensionHostWorker;
|
|
1215
|
-
case 'SendMessagePortToSyntaxHighlightingWorker':
|
|
1216
|
-
return SendMessagePortToSyntaxHighlightingWorker;
|
|
1217
|
-
case 'ExtensionHostManagement':
|
|
1218
|
-
return ExtensionHostManagement;
|
|
1219
|
-
case 'Transferrable':
|
|
1220
|
-
return Transferrable;
|
|
1221
|
-
case 'WebView':
|
|
1222
|
-
return WebView$2;
|
|
1223
|
-
case 'SearchProcess':
|
|
1224
|
-
return SearchProcess;
|
|
1225
|
-
case 'GetEditorSourceActions':
|
|
1226
|
-
return GetEditorSourceActions;
|
|
1227
|
-
case 'ExtensionHostTextSearch':
|
|
1228
|
-
return ExtensionHostTextSearch;
|
|
1229
|
-
case 'ExtensionStateStorage':
|
|
1230
|
-
return ExtensionStateStorage$2;
|
|
1231
|
-
case 'GetWindowId':
|
|
1232
|
-
return GetWindowId;
|
|
1233
|
-
case 'ElectronDialog':
|
|
1234
|
-
return ElectronDialog;
|
|
1235
|
-
case 'Process':
|
|
1236
|
-
return Process;
|
|
1237
|
-
case 'ExtensionManagement':
|
|
1238
|
-
return ExtensionManagement;
|
|
1239
|
-
case 'Markdown':
|
|
1240
|
-
return Markdown;
|
|
1241
|
-
case 'MeasureTextHeight':
|
|
1242
|
-
return MeasureTextHeight;
|
|
1243
|
-
default:
|
|
1244
|
-
throw new Error(`module ${prefix} not found`);
|
|
1245
|
-
}
|
|
1246
|
-
};
|
|
1247
|
-
|
|
1248
|
-
const state$A = {
|
|
1249
|
-
commands: Object.create(null),
|
|
1250
|
-
pendingModules: Object.create(null),
|
|
1251
|
-
async load(moduleId) {
|
|
1252
|
-
throw new Error('not implemented');
|
|
1253
|
-
}
|
|
1254
|
-
};
|
|
1255
|
-
const initializeModule = module => {
|
|
1256
|
-
if (module.Commands) {
|
|
1257
|
-
for (const [key, value] of Object.entries(module.Commands)) {
|
|
1258
|
-
if (module.name) {
|
|
1259
|
-
const actualKey = key.includes('.') ? key : `${module.name}.${key}`;
|
|
1260
|
-
register$1(actualKey, value);
|
|
1261
|
-
} else {
|
|
1262
|
-
register$1(key, value);
|
|
1073
|
+
requiresSocket: args[6]
|
|
1074
|
+
};
|
|
1075
|
+
};
|
|
1076
|
+
const handleJsonRpcMessage$1 = async (...args) => {
|
|
1077
|
+
const options = normalizeParams(args);
|
|
1078
|
+
const {
|
|
1079
|
+
message,
|
|
1080
|
+
ipc,
|
|
1081
|
+
execute,
|
|
1082
|
+
resolve,
|
|
1083
|
+
preparePrettyError,
|
|
1084
|
+
logError,
|
|
1085
|
+
requiresSocket
|
|
1086
|
+
} = options;
|
|
1087
|
+
if ('id' in message) {
|
|
1088
|
+
if ('method' in message) {
|
|
1089
|
+
const response = await getResponse$2(message, ipc, execute, preparePrettyError, logError, requiresSocket);
|
|
1090
|
+
try {
|
|
1091
|
+
ipc.send(response);
|
|
1092
|
+
} catch (error) {
|
|
1093
|
+
const errorResponse = getErrorResponse(message.id, error, preparePrettyError, logError);
|
|
1094
|
+
ipc.send(errorResponse);
|
|
1263
1095
|
}
|
|
1096
|
+
return;
|
|
1264
1097
|
}
|
|
1098
|
+
resolve(message.id, message);
|
|
1265
1099
|
return;
|
|
1266
1100
|
}
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
try {
|
|
1271
|
-
const module = await state$A.load(moduleId);
|
|
1272
|
-
initializeModule(module);
|
|
1273
|
-
} catch (error) {
|
|
1274
|
-
throw new VError(error, `failed to load module ${moduleId}`);
|
|
1101
|
+
if ('method' in message) {
|
|
1102
|
+
await getResponse$2(message, ipc, execute, preparePrettyError, logError, requiresSocket);
|
|
1103
|
+
return;
|
|
1275
1104
|
}
|
|
1105
|
+
throw new JsonRpcError$1('unexpected message');
|
|
1276
1106
|
};
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1107
|
+
class CommandNotFoundError extends Error {
|
|
1108
|
+
constructor(command) {
|
|
1109
|
+
super(`Command not found ${command}`);
|
|
1110
|
+
this.name = 'CommandNotFoundError';
|
|
1280
1111
|
}
|
|
1281
|
-
|
|
1112
|
+
}
|
|
1113
|
+
const commands = Object.create(null);
|
|
1114
|
+
const register$1 = commandMap => {
|
|
1115
|
+
Object.assign(commands, commandMap);
|
|
1282
1116
|
};
|
|
1283
|
-
const
|
|
1284
|
-
|
|
1285
|
-
|
|
1117
|
+
const getCommand = key => {
|
|
1118
|
+
return commands[key];
|
|
1119
|
+
};
|
|
1120
|
+
const execute$3 = (command, ...args) => {
|
|
1121
|
+
const fn = getCommand(command);
|
|
1122
|
+
if (!fn) {
|
|
1123
|
+
throw new CommandNotFoundError(command);
|
|
1286
1124
|
}
|
|
1287
|
-
|
|
1125
|
+
return fn(...args);
|
|
1288
1126
|
};
|
|
1289
|
-
const
|
|
1290
|
-
|
|
1291
|
-
|
|
1127
|
+
const Two$2 = '2.0';
|
|
1128
|
+
const create$o$1 = (method, params) => {
|
|
1129
|
+
return {
|
|
1130
|
+
jsonrpc: Two$2,
|
|
1131
|
+
method,
|
|
1132
|
+
params
|
|
1133
|
+
};
|
|
1134
|
+
};
|
|
1135
|
+
const create$n$1 = (id, method, params) => {
|
|
1136
|
+
const message = {
|
|
1137
|
+
id,
|
|
1138
|
+
jsonrpc: Two$2,
|
|
1139
|
+
method,
|
|
1140
|
+
params
|
|
1141
|
+
};
|
|
1142
|
+
return message;
|
|
1143
|
+
};
|
|
1144
|
+
let id$6 = 0;
|
|
1145
|
+
const create$m$1 = () => {
|
|
1146
|
+
return ++id$6;
|
|
1147
|
+
};
|
|
1148
|
+
|
|
1149
|
+
/* eslint-disable n/no-unsupported-features/es-syntax */
|
|
1150
|
+
|
|
1151
|
+
const registerPromise$1 = map => {
|
|
1152
|
+
const id = create$m$1();
|
|
1153
|
+
const {
|
|
1154
|
+
promise,
|
|
1155
|
+
resolve
|
|
1156
|
+
} = Promise.withResolvers();
|
|
1157
|
+
map[id] = resolve;
|
|
1158
|
+
return {
|
|
1159
|
+
id,
|
|
1160
|
+
promise
|
|
1161
|
+
};
|
|
1162
|
+
};
|
|
1163
|
+
|
|
1164
|
+
// @ts-ignore
|
|
1165
|
+
const invokeHelper$1 = async (callbacks, ipc, method, params, useSendAndTransfer) => {
|
|
1166
|
+
const {
|
|
1167
|
+
id,
|
|
1168
|
+
promise
|
|
1169
|
+
} = registerPromise$1(callbacks);
|
|
1170
|
+
const message = create$n$1(id, method, params);
|
|
1171
|
+
if (useSendAndTransfer && ipc.sendAndTransfer) {
|
|
1172
|
+
ipc.sendAndTransfer(message);
|
|
1173
|
+
} else {
|
|
1174
|
+
ipc.send(message);
|
|
1292
1175
|
}
|
|
1293
|
-
|
|
1176
|
+
const responseMessage = await promise;
|
|
1177
|
+
return unwrapJsonRpcResult$1(responseMessage);
|
|
1294
1178
|
};
|
|
1295
|
-
const
|
|
1296
|
-
const
|
|
1297
|
-
|
|
1298
|
-
const fn =
|
|
1299
|
-
if (
|
|
1300
|
-
|
|
1179
|
+
const createRpc = ipc => {
|
|
1180
|
+
const callbacks = Object.create(null);
|
|
1181
|
+
ipc._resolve = (id, response) => {
|
|
1182
|
+
const fn = callbacks[id];
|
|
1183
|
+
if (!fn) {
|
|
1184
|
+
console.warn(`callback ${id} may already be disposed`);
|
|
1185
|
+
return;
|
|
1301
1186
|
}
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1187
|
+
fn(response);
|
|
1188
|
+
delete callbacks[id];
|
|
1189
|
+
};
|
|
1190
|
+
const rpc = {
|
|
1191
|
+
async dispose() {
|
|
1192
|
+
await ipc?.dispose();
|
|
1193
|
+
},
|
|
1194
|
+
invoke(method, ...params) {
|
|
1195
|
+
return invokeHelper$1(callbacks, ipc, method, params, false);
|
|
1196
|
+
},
|
|
1197
|
+
invokeAndTransfer(method, ...params) {
|
|
1198
|
+
return invokeHelper$1(callbacks, ipc, method, params, true);
|
|
1199
|
+
},
|
|
1200
|
+
// @ts-ignore
|
|
1201
|
+
ipc,
|
|
1202
|
+
/**
|
|
1203
|
+
* @deprecated
|
|
1204
|
+
*/
|
|
1205
|
+
send(method, ...params) {
|
|
1206
|
+
const message = create$o$1(method, params);
|
|
1207
|
+
ipc.send(message);
|
|
1313
1208
|
}
|
|
1314
|
-
|
|
1209
|
+
};
|
|
1210
|
+
return rpc;
|
|
1211
|
+
};
|
|
1212
|
+
const requiresSocket = () => {
|
|
1213
|
+
return false;
|
|
1214
|
+
};
|
|
1215
|
+
const preparePrettyError = error => {
|
|
1216
|
+
return error;
|
|
1217
|
+
};
|
|
1218
|
+
const logError$1 = () => {
|
|
1219
|
+
// handled by renderer worker
|
|
1220
|
+
};
|
|
1221
|
+
const handleMessage$2 = event => {
|
|
1222
|
+
const actualRequiresSocket = event?.target?.requiresSocket || requiresSocket;
|
|
1223
|
+
const actualExecute = event?.target?.execute || execute$3;
|
|
1224
|
+
return handleJsonRpcMessage$1(event.target, event.data, actualExecute, event.target._resolve, preparePrettyError, logError$1, actualRequiresSocket);
|
|
1225
|
+
};
|
|
1226
|
+
const handleIpc$1 = ipc => {
|
|
1227
|
+
if ('addEventListener' in ipc) {
|
|
1228
|
+
ipc.addEventListener('message', handleMessage$2);
|
|
1229
|
+
} else if ('on' in ipc) {
|
|
1230
|
+
// deprecated
|
|
1231
|
+
ipc.on('message', handleMessage$2);
|
|
1232
|
+
}
|
|
1233
|
+
};
|
|
1234
|
+
const listen$2 = async (module, options) => {
|
|
1235
|
+
const rawIpc = await module.listen(options);
|
|
1236
|
+
if (module.signal) {
|
|
1237
|
+
module.signal(rawIpc);
|
|
1238
|
+
}
|
|
1239
|
+
const ipc = module.wrap(rawIpc);
|
|
1240
|
+
return ipc;
|
|
1241
|
+
};
|
|
1242
|
+
const create$1b = async ({
|
|
1243
|
+
commandMap
|
|
1244
|
+
}) => {
|
|
1245
|
+
// TODO create a commandMap per rpc instance
|
|
1246
|
+
register$1(commandMap);
|
|
1247
|
+
const ipc = await listen$2(IpcChildWithModuleWorker$1);
|
|
1248
|
+
handleIpc$1(ipc);
|
|
1249
|
+
const rpc = createRpc(ipc);
|
|
1250
|
+
return rpc;
|
|
1251
|
+
};
|
|
1252
|
+
const WebWorkerRpcClient2 = {
|
|
1253
|
+
__proto__: null,
|
|
1254
|
+
create: create$1b
|
|
1255
|
+
};
|
|
1256
|
+
|
|
1257
|
+
const commandMapRef = {};
|
|
1258
|
+
|
|
1259
|
+
// @ts-ignore
|
|
1260
|
+
const state$A = {
|
|
1261
|
+
pendingMessages: [],
|
|
1262
|
+
/**
|
|
1263
|
+
* @type {any}
|
|
1264
|
+
*/
|
|
1265
|
+
rpc: undefined
|
|
1266
|
+
};
|
|
1267
|
+
const getRpc$1 = async () => {
|
|
1268
|
+
// TODO replace this with a static commandmap
|
|
1269
|
+
|
|
1270
|
+
const rpc = await WebWorkerRpcClient2.create({
|
|
1271
|
+
commandMap: commandMapRef
|
|
1315
1272
|
});
|
|
1273
|
+
return rpc;
|
|
1316
1274
|
};
|
|
1317
|
-
const
|
|
1318
|
-
state$A.
|
|
1275
|
+
const listen$1 = async () => {
|
|
1276
|
+
console.assert(state$A.pendingMessages.length === 0);
|
|
1277
|
+
const rpc = await getRpc$1();
|
|
1278
|
+
state$A.rpc = rpc;
|
|
1279
|
+
};
|
|
1280
|
+
const invoke$I = (method, ...params) => {
|
|
1281
|
+
return state$A.rpc.invoke(method, ...params);
|
|
1282
|
+
};
|
|
1283
|
+
const invokeAndTransfer$u = (method, ...params) => {
|
|
1284
|
+
return state$A.rpc.invokeAndTransfer(method, ...params);
|
|
1285
|
+
};
|
|
1286
|
+
|
|
1287
|
+
const escapeCssComment = value => {
|
|
1288
|
+
return value.replaceAll('*/', '* /');
|
|
1289
|
+
};
|
|
1290
|
+
const prependCssSourceComment = (cssPath, id, text) => {
|
|
1291
|
+
return `/* ${escapeCssComment(cssPath)} (${escapeCssComment(id)}) */\n${text}`;
|
|
1292
|
+
};
|
|
1293
|
+
const actuallyLoadCssStyleSheet = async css => {
|
|
1294
|
+
const text = await getCss$2(css);
|
|
1295
|
+
const id = getCssId$1(css);
|
|
1296
|
+
await addCssStyleSheet(id, prependCssSourceComment(css, id, text));
|
|
1297
|
+
};
|
|
1298
|
+
const loadCssStyleSheet = id => {
|
|
1299
|
+
if (!has$2(id)) {
|
|
1300
|
+
set$h(id, actuallyLoadCssStyleSheet(id));
|
|
1301
|
+
}
|
|
1302
|
+
return get$i(id);
|
|
1303
|
+
};
|
|
1304
|
+
const loadCssStyleSheets = css => {
|
|
1305
|
+
return Promise.all(css.map(loadCssStyleSheet));
|
|
1306
|
+
};
|
|
1307
|
+
const addCssStyleSheet = (id, css) => {
|
|
1308
|
+
return invoke$I('Css.addCssStyleSheet', id, css);
|
|
1309
|
+
};
|
|
1310
|
+
const actuallyAddDynamicCss = async (id, getCss, preferences) => {
|
|
1311
|
+
const css = await getCss(preferences);
|
|
1312
|
+
await addCssStyleSheet(id, css);
|
|
1313
|
+
};
|
|
1314
|
+
const addDynamicCss = (id, getCss, preferences) => {
|
|
1315
|
+
if (!has$2(id)) {
|
|
1316
|
+
set$h(id, actuallyAddDynamicCss(id, getCss, preferences));
|
|
1317
|
+
}
|
|
1318
|
+
return get$i(id);
|
|
1319
1319
|
};
|
|
1320
1320
|
|
|
1321
1321
|
// @ts-nocheck
|
|
@@ -1603,7 +1603,7 @@ const handleJsonRpcMessage = async (ipc, message, execute, resolve, source) => {
|
|
|
1603
1603
|
};
|
|
1604
1604
|
|
|
1605
1605
|
const handleMessage$1 = event => {
|
|
1606
|
-
return handleJsonRpcMessage(event.target, event.data, execute$
|
|
1606
|
+
return handleJsonRpcMessage(event.target, event.data, execute$4, resolve, 'process');
|
|
1607
1607
|
};
|
|
1608
1608
|
|
|
1609
1609
|
const handleIpc = ipc => {
|
|
@@ -1759,7 +1759,7 @@ const handleError = async (error, notify = true, prefix = '') => {
|
|
|
1759
1759
|
try {
|
|
1760
1760
|
const prettyError = await logError(error, prefix);
|
|
1761
1761
|
if (notify) {
|
|
1762
|
-
await execute$
|
|
1762
|
+
await execute$4(/* Notification.create */'Notification.create', /* type */'error', /* text */getMessage$3(prettyError));
|
|
1763
1763
|
}
|
|
1764
1764
|
} catch (otherError) {
|
|
1765
1765
|
console.warn('ErrorHandling error');
|
|
@@ -1773,7 +1773,7 @@ const showErrorDialog = async error => {
|
|
|
1773
1773
|
if (prettyError && prettyError.type === 'Object') {
|
|
1774
1774
|
prettyError.type = 'Error';
|
|
1775
1775
|
}
|
|
1776
|
-
await execute$
|
|
1776
|
+
await execute$4(/* Dialog.showMessage */'Dialog.showMessage', /* message */prettyError);
|
|
1777
1777
|
} catch {
|
|
1778
1778
|
// ignore
|
|
1779
1779
|
}
|
|
@@ -1847,7 +1847,7 @@ const getPath$5 = (protocol, uri) => {
|
|
|
1847
1847
|
};
|
|
1848
1848
|
|
|
1849
1849
|
const notifyWorkspaceChanged = async () => {
|
|
1850
|
-
await Promise.allSettled([execute$
|
|
1850
|
+
await Promise.allSettled([execute$4('Layout.handleWorkspaceRefresh'), execute$4('Layout.refreshSourceControlBadgeCount')]);
|
|
1851
1851
|
};
|
|
1852
1852
|
const readFile$f = async (uri, encoding = Utf8) => {
|
|
1853
1853
|
const protocol = getProtocol(uri);
|
|
@@ -2040,7 +2040,7 @@ const parse = content => {
|
|
|
2040
2040
|
};
|
|
2041
2041
|
|
|
2042
2042
|
const openUri$1 = async (path, focus = true, props = {}) => {
|
|
2043
|
-
await execute$
|
|
2043
|
+
await execute$4(/* Main.openUri */'Main.openUri', /* uri */path, /* focus */focus, props);
|
|
2044
2044
|
};
|
|
2045
2045
|
|
|
2046
2046
|
const state$w = {
|
|
@@ -2089,12 +2089,12 @@ const openKeyBindingsJson = async () => {
|
|
|
2089
2089
|
|
|
2090
2090
|
const getPreferencesJson = async () => {
|
|
2091
2091
|
if (getPlatform$2() === Web$1) {
|
|
2092
|
-
const cachedPreferences = await execute$
|
|
2092
|
+
const cachedPreferences = await execute$4(/* LocalStorage.getJson */'LocalStorage.getJson', /* key */'settings');
|
|
2093
2093
|
if (cachedPreferences) {
|
|
2094
2094
|
return cachedPreferences;
|
|
2095
2095
|
}
|
|
2096
2096
|
const url = `${assetDir}/config/defaultSettings.json`;
|
|
2097
|
-
return execute$
|
|
2097
|
+
return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
|
|
2098
2098
|
}
|
|
2099
2099
|
return invoke$F(PreferencesGetAll);
|
|
2100
2100
|
};
|
|
@@ -2132,7 +2132,7 @@ const set$e = async (key, value) => {
|
|
|
2132
2132
|
...getAll$3(),
|
|
2133
2133
|
[key]: value
|
|
2134
2134
|
};
|
|
2135
|
-
await execute$
|
|
2135
|
+
await execute$4(/* LocalStorage.setJson */'LocalStorage.setJson', /* key */'preferences', /* value */preferences);
|
|
2136
2136
|
return;
|
|
2137
2137
|
}
|
|
2138
2138
|
const content = stringify(getAll$3());
|
|
@@ -2279,6 +2279,7 @@ const setColorTheme = async colorThemeId => {
|
|
|
2279
2279
|
}
|
|
2280
2280
|
// TODO should preferences throw errors or should it call handleError directly?
|
|
2281
2281
|
await set$e('workbench.colorTheme', colorThemeId);
|
|
2282
|
+
await execute$4('Layout.handleColorThemeChanged', colorThemeId);
|
|
2282
2283
|
return undefined;
|
|
2283
2284
|
};
|
|
2284
2285
|
const watch$1 = async id => {
|
|
@@ -3434,7 +3435,7 @@ const isValid$1 = resolvedRoot => {
|
|
|
3434
3435
|
return resolvedRoot && typeof resolvedRoot.path === 'string' && typeof resolvedRoot.uri === 'string' && typeof resolvedRoot.homeDir === 'string' && typeof resolvedRoot.pathSeparator === 'string';
|
|
3435
3436
|
};
|
|
3436
3437
|
const getResolveRootFromSessionStorage = async () => {
|
|
3437
|
-
const resolvedRoot = await execute$
|
|
3438
|
+
const resolvedRoot = await execute$4(/* SessionStorage.getJson */'SessionStorage.getJson', /* key */'workspace');
|
|
3438
3439
|
if (!isValid$1(resolvedRoot)) {
|
|
3439
3440
|
return undefined;
|
|
3440
3441
|
}
|
|
@@ -4281,20 +4282,20 @@ const getRenderCommands = (module, oldState, newState, uid = newState.uid || mod
|
|
|
4281
4282
|
};
|
|
4282
4283
|
const registerWrappedCommand = (moduleName, key, wrappedCommand) => {
|
|
4283
4284
|
if (key.startsWith(moduleName)) {
|
|
4284
|
-
register$
|
|
4285
|
+
register$2(key, wrappedCommand);
|
|
4285
4286
|
} else {
|
|
4286
4287
|
// TODO rename editorText to editor
|
|
4287
4288
|
if (moduleName === 'EditorText') {
|
|
4288
4289
|
if (key.includes('.')) {
|
|
4289
|
-
register$
|
|
4290
|
+
register$2(key, wrappedCommand);
|
|
4290
4291
|
} else {
|
|
4291
|
-
register$
|
|
4292
|
+
register$2(`Editor.${key}`, wrappedCommand);
|
|
4292
4293
|
}
|
|
4293
4294
|
} else {
|
|
4294
4295
|
if (key.includes('.')) {
|
|
4295
|
-
register$
|
|
4296
|
+
register$2(key, wrappedCommand);
|
|
4296
4297
|
} else {
|
|
4297
|
-
register$
|
|
4298
|
+
register$2(`${moduleName}.${key}`, wrappedCommand);
|
|
4298
4299
|
}
|
|
4299
4300
|
}
|
|
4300
4301
|
}
|
|
@@ -4566,7 +4567,7 @@ const load$4 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4566
4567
|
}
|
|
4567
4568
|
setFocusedInstanceByType(viewletUid, moduleId);
|
|
4568
4569
|
if (newState.badgeCount) {
|
|
4569
|
-
await execute$
|
|
4570
|
+
await execute$4('Layout.handleBadgeCountChange');
|
|
4570
4571
|
}
|
|
4571
4572
|
if (module.hasFunctionalRootRender) {
|
|
4572
4573
|
commands.push([kCreateFunctionalRoot, viewlet.id, viewletUid, module.hasFunctionalEvents]);
|
|
@@ -4764,7 +4765,7 @@ const run$1 = async (method, overlayId) => {
|
|
|
4764
4765
|
return;
|
|
4765
4766
|
}
|
|
4766
4767
|
try {
|
|
4767
|
-
await execute$
|
|
4768
|
+
await execute$4(`SimpleBrowser.${method}`, overlayId);
|
|
4768
4769
|
} catch (error) {
|
|
4769
4770
|
console.error(`[renderer-worker] Failed to ${method} for Simple Browser`, error);
|
|
4770
4771
|
}
|
|
@@ -5177,7 +5178,7 @@ const handleKeyBinding$1 = async identifier => {
|
|
|
5177
5178
|
if (!keyBinding) {
|
|
5178
5179
|
throw new Error(`keybinding not found for identifier ${identifier}`);
|
|
5179
5180
|
}
|
|
5180
|
-
await execute$
|
|
5181
|
+
await execute$4(/* command */keyBinding.command,
|
|
5181
5182
|
// TODO should args always be defined? (probably yes -> monomorphism & simpler code since all objects are the same)
|
|
5182
5183
|
...(keyBinding.args || []));
|
|
5183
5184
|
// TODO
|
|
@@ -5858,7 +5859,7 @@ const getLanguageConfigurationFromWebExtension = async languageId => {
|
|
|
5858
5859
|
if (!languageConfigurationPath) {
|
|
5859
5860
|
return undefined;
|
|
5860
5861
|
}
|
|
5861
|
-
const json = await execute$
|
|
5862
|
+
const json = await execute$4('Ajax.getJson', languageConfigurationPath);
|
|
5862
5863
|
return json;
|
|
5863
5864
|
};
|
|
5864
5865
|
const getLanguageConfiguration$3 = async languageId => {
|
|
@@ -6347,7 +6348,7 @@ const load$1 = moduleId => {
|
|
|
6347
6348
|
return Promise.resolve().then(function () { return SessionReplay_ipc; });
|
|
6348
6349
|
case SessionStorage$1:
|
|
6349
6350
|
return Promise.resolve().then(function () { return SessionStorage_ipc; });
|
|
6350
|
-
case Test:
|
|
6351
|
+
case Test$1:
|
|
6351
6352
|
return Promise.resolve().then(function () { return Test_ipc; });
|
|
6352
6353
|
case TestFrameWork:
|
|
6353
6354
|
return Promise.resolve().then(function () { return TestFrameWork_ipc; });
|
|
@@ -6497,8 +6498,8 @@ const exit$1 = code => {
|
|
|
6497
6498
|
return invoke$F('Exit.exit', code);
|
|
6498
6499
|
};
|
|
6499
6500
|
|
|
6500
|
-
const version = '0.91.
|
|
6501
|
-
const commit$1 = '
|
|
6501
|
+
const version = '0.91.9';
|
|
6502
|
+
const commit$1 = '2971fc5';
|
|
6502
6503
|
const productNameLong$1 = 'Lvce Editor - OSS';
|
|
6503
6504
|
const getPid = () => {
|
|
6504
6505
|
return invoke$F('Process.getPid');
|
|
@@ -6857,7 +6858,7 @@ const run = async (promptOrOptions, authState) => {
|
|
|
6857
6858
|
}
|
|
6858
6859
|
fileSystemAccess = getFileSystemAccess(options);
|
|
6859
6860
|
const commandArguments = getCommandArguments(prompt, fileSystemAccess, accessToken);
|
|
6860
|
-
result = await execute$
|
|
6861
|
+
result = await execute$4('ExtensionHost.executeCommand', 'chat2.runPrompt', ...commandArguments);
|
|
6861
6862
|
if (result?.status !== 'completed') {
|
|
6862
6863
|
throw new Error(result?.error || 'Chat task failed without an error message');
|
|
6863
6864
|
}
|
|
@@ -7086,7 +7087,7 @@ const replayCurrentSession = async () => {
|
|
|
7086
7087
|
|
|
7087
7088
|
const href = await getHref$1();
|
|
7088
7089
|
const replayUrl = addSearchParam(href, 'replayId', getSessionId());
|
|
7089
|
-
await execute$
|
|
7090
|
+
await execute$4('Open.openUrl', /* url */replayUrl);
|
|
7090
7091
|
};
|
|
7091
7092
|
const getSessionContent = async () => {
|
|
7092
7093
|
const sessionId = getSessionId();
|
|
@@ -7096,7 +7097,7 @@ const getSessionContent = async () => {
|
|
|
7096
7097
|
const DONT_REPLAY = new Set(['Open.openUrl', 'Download.downloadFile']);
|
|
7097
7098
|
const replaySession = async sessionId => {
|
|
7098
7099
|
const events = await getSessionEvents(sessionId);
|
|
7099
|
-
const originalIpc = state$
|
|
7100
|
+
const originalIpc = state$A.rpc.ipc;
|
|
7100
7101
|
unhandleIpc(originalIpc);
|
|
7101
7102
|
const originalSend = originalIpc.send.bind(originalIpc);
|
|
7102
7103
|
const originalAddEventListsner = originalIpc.addEventListener.bind(originalIpc);
|
|
@@ -7111,33 +7112,33 @@ const replaySession = async sessionId => {
|
|
|
7111
7112
|
} else if ('method' in data) {
|
|
7112
7113
|
switch (data.method) {
|
|
7113
7114
|
case 'TitleBar.handleTitleBarButtonClickClose':
|
|
7114
|
-
state$
|
|
7115
|
-
state$
|
|
7116
|
-
await execute$
|
|
7117
|
-
state$
|
|
7118
|
-
state$
|
|
7115
|
+
state$A.rpc.ipc.onmessage = originalAddEventListsner;
|
|
7116
|
+
state$A.rpc.ipc.send = originalSend;
|
|
7117
|
+
await execute$4('ElectronWindow.close');
|
|
7118
|
+
state$A.rpc.ipc.onmessage = wrappedOnMessage;
|
|
7119
|
+
state$A.rpc.ipc.send = wrappedSend;
|
|
7119
7120
|
break;
|
|
7120
7121
|
case 'TitleBar.handleTitleBarButtonClickMinimize':
|
|
7121
|
-
state$
|
|
7122
|
-
state$
|
|
7123
|
-
await execute$
|
|
7124
|
-
state$
|
|
7125
|
-
state$
|
|
7122
|
+
state$A.rpc.ipc.onmessage = originalAddEventListsner;
|
|
7123
|
+
state$A.rpc.ipc.send = originalSend;
|
|
7124
|
+
await execute$4('ElectronWindow.minimize');
|
|
7125
|
+
state$A.rpc.ipc.onmessage = wrappedOnMessage;
|
|
7126
|
+
state$A.rpc.ipc.send = wrappedSend;
|
|
7126
7127
|
break;
|
|
7127
7128
|
case 'TitleBar.handleTitleBarButtonClickToggleMaximize':
|
|
7128
|
-
state$
|
|
7129
|
-
state$
|
|
7130
|
-
await execute$
|
|
7131
|
-
state$
|
|
7132
|
-
state$
|
|
7129
|
+
state$A.rpc.ipc.onmessage = originalAddEventListsner;
|
|
7130
|
+
state$A.rpc.ipc.send = originalSend;
|
|
7131
|
+
await execute$4('ElectronWindow.maximize');
|
|
7132
|
+
state$A.rpc.ipc.onmessage = wrappedOnMessage;
|
|
7133
|
+
state$A.rpc.ipc.send = wrappedSend;
|
|
7133
7134
|
break;
|
|
7134
7135
|
}
|
|
7135
7136
|
} else {
|
|
7136
7137
|
throw new Error('unexpected message from renderer worker');
|
|
7137
7138
|
}
|
|
7138
7139
|
};
|
|
7139
|
-
state$
|
|
7140
|
-
state$
|
|
7140
|
+
state$A.rpc.send = wrappedSend;
|
|
7141
|
+
state$A.rpc.addEventListener('message', wrappedOnMessage);
|
|
7141
7142
|
const callbacks = Object.create(null);
|
|
7142
7143
|
const invoke = event => {
|
|
7143
7144
|
const {
|
|
@@ -7168,7 +7169,7 @@ const downloadSession = async () => {
|
|
|
7168
7169
|
const sessionId = getSessionId();
|
|
7169
7170
|
const events = await getSessionEvents(sessionId);
|
|
7170
7171
|
const fileName = `${sessionId}.json`;
|
|
7171
|
-
await execute$
|
|
7172
|
+
await execute$4(/* Download.downloadJson */'Download.downloadJson', /* json */events, /* fileName */fileName);
|
|
7172
7173
|
} catch (error) {
|
|
7173
7174
|
throw new VError(error, 'Failed to download session');
|
|
7174
7175
|
}
|
|
@@ -7209,11 +7210,11 @@ const wrapIpc = (ipc, name, getData) => {
|
|
|
7209
7210
|
return wrappedIpc;
|
|
7210
7211
|
};
|
|
7211
7212
|
const startRecording$1 = () => {
|
|
7212
|
-
state$
|
|
7213
|
+
state$A.rpc.ipc = wrapIpc(state$A.rpc, 'renderer-process', event => event.data);
|
|
7213
7214
|
state$w.ipc = wrapIpc(state$w.ipc, 'shared-process', event => event);
|
|
7214
7215
|
};
|
|
7215
7216
|
const openSession = async () => {
|
|
7216
|
-
await execute$
|
|
7217
|
+
await execute$4(/* Main.openUri */'Main.openUri', /* uri */'app://session.json');
|
|
7217
7218
|
};
|
|
7218
7219
|
|
|
7219
7220
|
const shouldInitializeAuth = (hasAuthCallback, isPromptMode) => {
|
|
@@ -7381,31 +7382,31 @@ const watchFilesForHotReload = async platform => {
|
|
|
7381
7382
|
|
|
7382
7383
|
const actions = [async () => {
|
|
7383
7384
|
mark(WillLoadMain);
|
|
7384
|
-
await execute$
|
|
7385
|
+
await execute$4('Layout.loadMainIfVisible');
|
|
7385
7386
|
mark(DidLoadMain);
|
|
7386
7387
|
}, async () => {
|
|
7387
7388
|
mark$1(Six);
|
|
7388
7389
|
mark$1(Seven);
|
|
7389
7390
|
mark(WillLoadSideBar);
|
|
7390
|
-
await Promise.all([execute$
|
|
7391
|
+
await Promise.all([execute$4('Layout.loadSideBarIfVisible'), execute$4('Layout.loadSecondarySideBarIfVisible')]);
|
|
7391
7392
|
mark(DidLoadSideBar);
|
|
7392
7393
|
}, async () => {
|
|
7393
7394
|
mark$1(Eight);
|
|
7394
7395
|
mark(WillLoadPanel);
|
|
7395
|
-
await execute$
|
|
7396
|
+
await execute$4('Layout.loadPanelIfVisible');
|
|
7396
7397
|
mark(DidLoadPanel);
|
|
7397
7398
|
}, async () => {
|
|
7398
7399
|
mark$1(Nine);
|
|
7399
7400
|
mark(WillLoadActivityBar);
|
|
7400
|
-
await execute$
|
|
7401
|
+
await execute$4('Layout.loadActivityBarIfVisible');
|
|
7401
7402
|
mark(DidLoadActivityBar);
|
|
7402
7403
|
}, async () => {
|
|
7403
7404
|
mark$1(Ten);
|
|
7404
7405
|
mark(WillLoadStatusBar);
|
|
7405
|
-
await execute$
|
|
7406
|
+
await execute$4('Layout.loadStatusBarIfVisible');
|
|
7406
7407
|
mark(DidLoadStatusBar);
|
|
7407
7408
|
}, async () => {
|
|
7408
|
-
await execute$
|
|
7409
|
+
await execute$4('Layout.loadPreviewIfVisible');
|
|
7409
7410
|
}, async (platform, assetDir) => {
|
|
7410
7411
|
mark$1(Eleven);
|
|
7411
7412
|
mark(WillLoadIconTheme);
|
|
@@ -7417,7 +7418,7 @@ const actions = [async () => {
|
|
|
7417
7418
|
mark$1(Thirteen);
|
|
7418
7419
|
mark$1(Fourteen);
|
|
7419
7420
|
mark(WillLoadTitleBar);
|
|
7420
|
-
await execute$
|
|
7421
|
+
await execute$4('Layout.loadTitleBarIfVisible');
|
|
7421
7422
|
mark(DidLoadTitleBar);
|
|
7422
7423
|
}];
|
|
7423
7424
|
|
|
@@ -7470,7 +7471,7 @@ const startup = async (platform, assetDir) => {
|
|
|
7470
7471
|
mark(DidOpenWorkspace);
|
|
7471
7472
|
if (promptOptions !== undefined) {
|
|
7472
7473
|
await initialize$1(initData);
|
|
7473
|
-
await execute$
|
|
7474
|
+
await execute$4('Layout.setAuthState', authState);
|
|
7474
7475
|
await run(promptOptions, authState);
|
|
7475
7476
|
return;
|
|
7476
7477
|
}
|
|
@@ -7509,7 +7510,7 @@ const startup = async (platform, assetDir) => {
|
|
|
7509
7510
|
commands.push(['Viewlet.appendToBody', layout.uid]);
|
|
7510
7511
|
await invoke$I('Viewlet.executeCommands', commands);
|
|
7511
7512
|
if (authState) {
|
|
7512
|
-
await execute$
|
|
7513
|
+
await execute$4('Layout.setAuthState', authState);
|
|
7513
7514
|
}
|
|
7514
7515
|
// await Layout.hydrate(initData)
|
|
7515
7516
|
mark(DidShowLayout);
|
|
@@ -7548,7 +7549,7 @@ const startup = async (platform, assetDir) => {
|
|
|
7548
7549
|
const supportsAutoUpdate = platform === Electron$1; // TODO also check if auto update is supported on this platform, e.g. windows
|
|
7549
7550
|
if (autoUpdate && autoUpdate !== 'none' && supportsAutoUpdate) {
|
|
7550
7551
|
try {
|
|
7551
|
-
await execute$
|
|
7552
|
+
await execute$4('AutoUpdater.checkForUpdates', autoUpdate);
|
|
7552
7553
|
} catch {
|
|
7553
7554
|
// ignore
|
|
7554
7555
|
}
|
|
@@ -7558,7 +7559,7 @@ const startup = async (platform, assetDir) => {
|
|
|
7558
7559
|
|
|
7559
7560
|
const lazy = key => async (...args) => {
|
|
7560
7561
|
await loadCommand(key);
|
|
7561
|
-
return execute$
|
|
7562
|
+
return execute$4(key, ...args);
|
|
7562
7563
|
};
|
|
7563
7564
|
const commandMap = {
|
|
7564
7565
|
'About.showAbout': lazy('About.showAbout'),
|
|
@@ -8027,6 +8028,7 @@ const commandMap = {
|
|
|
8027
8028
|
'Layout.getUserInfo': lazy('Layout.getUserInfo'),
|
|
8028
8029
|
'Layout.handleBadgeCountChange': lazy('Layout.handleBadgeCountChange'),
|
|
8029
8030
|
'Layout.handleBlur': lazy('Layout.handleBlur'),
|
|
8031
|
+
'Layout.handleColorThemeChanged': lazy('Layout.handleColorThemeChanged'),
|
|
8030
8032
|
'Layout.handleContextMenu': lazy('Layout.handleContextMenu'),
|
|
8031
8033
|
'Layout.handleExtensionsChanged': lazy('Layout.handleExtensionsChanged'),
|
|
8032
8034
|
'Layout.handleFocus': lazy('Layout.handleFocus'),
|
|
@@ -8789,7 +8791,7 @@ const addWebExtension = async path => {
|
|
|
8789
8791
|
}
|
|
8790
8792
|
await invoke$E('Extensions.addExtension', manifest);
|
|
8791
8793
|
{
|
|
8792
|
-
await execute$
|
|
8794
|
+
await execute$4(`Layout.handleExtensionsChanged`);
|
|
8793
8795
|
}
|
|
8794
8796
|
// TODO avoid side effect here
|
|
8795
8797
|
if (manifest.languages) {
|
|
@@ -9954,7 +9956,7 @@ const addHandle = async (uri, handle) => {
|
|
|
9954
9956
|
try {
|
|
9955
9957
|
// TODO save handle in indexeddb
|
|
9956
9958
|
handles[uri] = handle;
|
|
9957
|
-
await execute$
|
|
9959
|
+
await execute$4('IndexedDb.addHandle', uri, handle);
|
|
9958
9960
|
} catch (error) {
|
|
9959
9961
|
throw new VError(error, 'Failed to add handle');
|
|
9960
9962
|
}
|
|
@@ -9987,11 +9989,11 @@ const getHandle = async uri => {
|
|
|
9987
9989
|
if (uri in handles) {
|
|
9988
9990
|
return handles[uri];
|
|
9989
9991
|
}
|
|
9990
|
-
let handle = await execute$
|
|
9992
|
+
let handle = await execute$4('IndexedDb.getHandle', uri);
|
|
9991
9993
|
if (!handle) {
|
|
9992
9994
|
const legacyKeys = getLegacyHtmlKeys(uri);
|
|
9993
9995
|
for (const legacyKey of legacyKeys) {
|
|
9994
|
-
handle = await execute$
|
|
9996
|
+
handle = await execute$4('IndexedDb.getHandle', legacyKey);
|
|
9995
9997
|
if (handle) {
|
|
9996
9998
|
await addHandle(uri, handle);
|
|
9997
9999
|
handles[legacyKey] = handle;
|
|
@@ -10648,7 +10650,7 @@ const getSrc = uri => {
|
|
|
10648
10650
|
};
|
|
10649
10651
|
const disposeSrc = async src => {
|
|
10650
10652
|
if (src.startsWith(Blob$1)) {
|
|
10651
|
-
await execute$
|
|
10653
|
+
await execute$4('Url.revokeObjectUrl', src);
|
|
10652
10654
|
}
|
|
10653
10655
|
};
|
|
10654
10656
|
|
|
@@ -10864,7 +10866,7 @@ const Callback_ipc = {
|
|
|
10864
10866
|
const minimize = () => {
|
|
10865
10867
|
switch (getPlatform$2()) {
|
|
10866
10868
|
case Electron$1:
|
|
10867
|
-
return execute$
|
|
10869
|
+
return execute$4('ElectronWindow.minimize');
|
|
10868
10870
|
default:
|
|
10869
10871
|
throw new Error('not implemented');
|
|
10870
10872
|
}
|
|
@@ -10872,7 +10874,7 @@ const minimize = () => {
|
|
|
10872
10874
|
const maximize = () => {
|
|
10873
10875
|
switch (getPlatform$2()) {
|
|
10874
10876
|
case Electron$1:
|
|
10875
|
-
return execute$
|
|
10877
|
+
return execute$4('ElectronWindow.maximize');
|
|
10876
10878
|
default:
|
|
10877
10879
|
throw new Error('not implemented');
|
|
10878
10880
|
}
|
|
@@ -10880,7 +10882,7 @@ const maximize = () => {
|
|
|
10880
10882
|
const unmaximize = () => {
|
|
10881
10883
|
switch (getPlatform$2()) {
|
|
10882
10884
|
case Electron$1:
|
|
10883
|
-
return execute$
|
|
10885
|
+
return execute$4('ElectronWindow.unmaximize');
|
|
10884
10886
|
default:
|
|
10885
10887
|
throw new Error('not implemented');
|
|
10886
10888
|
}
|
|
@@ -10888,7 +10890,7 @@ const unmaximize = () => {
|
|
|
10888
10890
|
const close$2 = () => {
|
|
10889
10891
|
switch (getPlatform$2()) {
|
|
10890
10892
|
case Electron$1:
|
|
10891
|
-
return execute$
|
|
10893
|
+
return execute$4('ElectronWindow.close');
|
|
10892
10894
|
default:
|
|
10893
10895
|
throw new Error('not implemented');
|
|
10894
10896
|
}
|
|
@@ -10896,7 +10898,7 @@ const close$2 = () => {
|
|
|
10896
10898
|
const exit = () => {
|
|
10897
10899
|
switch (getPlatform$2()) {
|
|
10898
10900
|
case Electron$1:
|
|
10899
|
-
return execute$
|
|
10901
|
+
return execute$4('Exit.exit');
|
|
10900
10902
|
default:
|
|
10901
10903
|
throw new Error('not implemented');
|
|
10902
10904
|
}
|
|
@@ -10904,7 +10906,7 @@ const exit = () => {
|
|
|
10904
10906
|
const openNew = () => {
|
|
10905
10907
|
switch (getPlatform$2()) {
|
|
10906
10908
|
case Electron$1:
|
|
10907
|
-
return execute$
|
|
10909
|
+
return execute$4('ElectronWindow.openNew');
|
|
10908
10910
|
default:
|
|
10909
10911
|
throw new Error('not implemented');
|
|
10910
10912
|
}
|
|
@@ -10912,7 +10914,7 @@ const openNew = () => {
|
|
|
10912
10914
|
const zoomIn = () => {
|
|
10913
10915
|
switch (getPlatform$2()) {
|
|
10914
10916
|
case Electron$1:
|
|
10915
|
-
return execute$
|
|
10917
|
+
return execute$4('ElectronWindow.zoomIn');
|
|
10916
10918
|
default:
|
|
10917
10919
|
throw new Error('not implemented');
|
|
10918
10920
|
}
|
|
@@ -10920,7 +10922,7 @@ const zoomIn = () => {
|
|
|
10920
10922
|
const zoomOut = () => {
|
|
10921
10923
|
switch (getPlatform$2()) {
|
|
10922
10924
|
case Electron$1:
|
|
10923
|
-
return execute$
|
|
10925
|
+
return execute$4('ElectronWindow.zoomOut');
|
|
10924
10926
|
default:
|
|
10925
10927
|
throw new Error('not implemented');
|
|
10926
10928
|
}
|
|
@@ -10928,7 +10930,7 @@ const zoomOut = () => {
|
|
|
10928
10930
|
const zoomReset = () => {
|
|
10929
10931
|
switch (getPlatform$2()) {
|
|
10930
10932
|
case Electron$1:
|
|
10931
|
-
return execute$
|
|
10933
|
+
return execute$4('ElectronWindow.zoomReset');
|
|
10932
10934
|
default:
|
|
10933
10935
|
throw new Error('not implemented');
|
|
10934
10936
|
}
|
|
@@ -11833,9 +11835,9 @@ const showColorThemeCss = async () => {
|
|
|
11833
11835
|
Main.openRawText('css://color-theme.css', colorThemeCss);
|
|
11834
11836
|
};
|
|
11835
11837
|
const clearCache = async () => {
|
|
11836
|
-
await execute$
|
|
11837
|
-
await execute$
|
|
11838
|
-
await execute$
|
|
11838
|
+
await execute$4(/* CacheStorage.clearCache */'CacheStorage.clearCache');
|
|
11839
|
+
await execute$4(/* LocalStorage.clear */'LocalStorage.clear');
|
|
11840
|
+
await execute$4(/* SessionStorage.clear */'SessionStorage.clear');
|
|
11839
11841
|
};
|
|
11840
11842
|
const openProcessExplorer = () => {
|
|
11841
11843
|
return open();
|
|
@@ -11844,8 +11846,8 @@ const showGpuInfo = () => {
|
|
|
11844
11846
|
return invoke$F('Developer.showGpuInfo');
|
|
11845
11847
|
};
|
|
11846
11848
|
const downloadViewletState = async () => {
|
|
11847
|
-
const states = await execute$
|
|
11848
|
-
await execute$
|
|
11849
|
+
const states = await execute$4('Viewlet.getAllStates');
|
|
11850
|
+
await execute$4('Download.downloadJson', /* json */states, /* fileName */'viewlets.json');
|
|
11849
11851
|
};
|
|
11850
11852
|
const openStorageOverview = async () => {
|
|
11851
11853
|
await openUri$1('storage-overview://');
|
|
@@ -11928,14 +11930,14 @@ const state$9 = {
|
|
|
11928
11930
|
};
|
|
11929
11931
|
const openFileWeb = async () => {
|
|
11930
11932
|
try {
|
|
11931
|
-
const [fileHandle] = await execute$
|
|
11933
|
+
const [fileHandle] = await execute$4('FilePicker.showFilePicker', {
|
|
11932
11934
|
multiple: false
|
|
11933
11935
|
});
|
|
11934
11936
|
if (!fileHandle) {
|
|
11935
11937
|
return;
|
|
11936
11938
|
}
|
|
11937
11939
|
const uri = `html:///${fileHandle.name}`;
|
|
11938
|
-
await execute$
|
|
11940
|
+
await execute$4('PersistentFileHandle.addHandle', uri, fileHandle);
|
|
11939
11941
|
await openUri$1(uri);
|
|
11940
11942
|
} catch (error) {
|
|
11941
11943
|
if (isAbortError(error)) {
|
|
@@ -12286,7 +12288,7 @@ const state$8 = {
|
|
|
12286
12288
|
};
|
|
12287
12289
|
const getWebExtensionManifest = async path => {
|
|
12288
12290
|
const manifestPath = `${path}/extension.json`;
|
|
12289
|
-
const manifest = await execute$
|
|
12291
|
+
const manifest = await execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */manifestPath);
|
|
12290
12292
|
return {
|
|
12291
12293
|
...manifest,
|
|
12292
12294
|
path
|
|
@@ -13644,7 +13646,7 @@ const Viewlet_ipc = {
|
|
|
13644
13646
|
|
|
13645
13647
|
const toggleFullScreen = () => {
|
|
13646
13648
|
if (getPlatform$2() === Electron$1) {
|
|
13647
|
-
return execute$
|
|
13649
|
+
return execute$4('ElectronWindow.toggleFullScreen');
|
|
13648
13650
|
}
|
|
13649
13651
|
return invoke$I('Window.toggleFullScreen');
|
|
13650
13652
|
};
|
|
@@ -13744,7 +13746,7 @@ const executeCallback2 = (callbackId, ...args) => {
|
|
|
13744
13746
|
|
|
13745
13747
|
const show$6 = async (...args) => {
|
|
13746
13748
|
// TODO show custom quickpick
|
|
13747
|
-
await execute$
|
|
13749
|
+
await execute$4('Viewlet.openWidget', QuickPick, ...args);
|
|
13748
13750
|
return undefined;
|
|
13749
13751
|
};
|
|
13750
13752
|
const showFile = () => {
|
|
@@ -13800,7 +13802,7 @@ const show$5 = async picks => {
|
|
|
13800
13802
|
resolve,
|
|
13801
13803
|
promise
|
|
13802
13804
|
} = withResolvers();
|
|
13803
|
-
await execute$
|
|
13805
|
+
await execute$4('QuickPick.showCustom', picks, resolve);
|
|
13804
13806
|
return promise;
|
|
13805
13807
|
};
|
|
13806
13808
|
const showQuickPick = options => {
|
|
@@ -13823,7 +13825,7 @@ const ExtensionHostQuickPick_ipc = {
|
|
|
13823
13825
|
|
|
13824
13826
|
const showInformationMessage = async message => {
|
|
13825
13827
|
string(message);
|
|
13826
|
-
const result = await execute$
|
|
13828
|
+
const result = await execute$4('ConfirmPrompt.prompt', message);
|
|
13827
13829
|
return result;
|
|
13828
13830
|
};
|
|
13829
13831
|
|
|
@@ -14843,14 +14845,14 @@ const getWebViewsWeb = async () => {
|
|
|
14843
14845
|
const url = `${assetDir}/config/webViews.json`;
|
|
14844
14846
|
// TODO move this to shared-process-web / network-process-web
|
|
14845
14847
|
// TODO handle error ?
|
|
14846
|
-
return execute$
|
|
14848
|
+
return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
|
|
14847
14849
|
};
|
|
14848
14850
|
|
|
14849
14851
|
const getWebViewsDefault = async () => {
|
|
14850
14852
|
switch (getPlatform$2()) {
|
|
14851
14853
|
case Web$1:
|
|
14852
14854
|
return getWebViewsWeb();
|
|
14853
|
-
case Test
|
|
14855
|
+
case Test:
|
|
14854
14856
|
return [];
|
|
14855
14857
|
default:
|
|
14856
14858
|
return getWebViewsNode();
|
|
@@ -15085,8 +15087,8 @@ const doInvalidateExtensionsCache = async () => {
|
|
|
15085
15087
|
};
|
|
15086
15088
|
const handleExtensionsCacheInvalidated = async () => {
|
|
15087
15089
|
try {
|
|
15088
|
-
await execute$
|
|
15089
|
-
await execute$
|
|
15090
|
+
await execute$4('KeyBindings.hydrate');
|
|
15091
|
+
await execute$4('Layout.handleExtensionsChanged');
|
|
15090
15092
|
} catch {
|
|
15091
15093
|
// ignore
|
|
15092
15094
|
}
|
|
@@ -16233,7 +16235,7 @@ const handleClickOk = async state => {
|
|
|
16233
16235
|
const {
|
|
16234
16236
|
okCommand
|
|
16235
16237
|
} = state;
|
|
16236
|
-
await execute$
|
|
16238
|
+
await execute$4(okCommand);
|
|
16237
16239
|
return state;
|
|
16238
16240
|
};
|
|
16239
16241
|
const handleClickClose = async state => {
|
|
@@ -16766,7 +16768,7 @@ const handleClick$1 = async (state, index) => {
|
|
|
16766
16768
|
case 'Show Command Output':
|
|
16767
16769
|
await dispose$q();
|
|
16768
16770
|
const uri = 'data://';
|
|
16769
|
-
await execute$
|
|
16771
|
+
await execute$4(/* Main.openUri */'Main.openUri', uri);
|
|
16770
16772
|
// TODO show stderr in editor
|
|
16771
16773
|
// TODO close dialog
|
|
16772
16774
|
break;
|
|
@@ -17166,11 +17168,11 @@ const handleClickAt$1 = async (state, eventX, eventY) => {
|
|
|
17166
17168
|
return state;
|
|
17167
17169
|
};
|
|
17168
17170
|
const handleSashCornerPointerDown = async (state, eventX, eventY) => {
|
|
17169
|
-
await execute$
|
|
17171
|
+
await execute$4('Layout.handleSashPointerDown', Preview$2);
|
|
17170
17172
|
return state;
|
|
17171
17173
|
};
|
|
17172
17174
|
const handleSashCornerPointerMove = async (state, eventX, eventY) => {
|
|
17173
|
-
await execute$
|
|
17175
|
+
await execute$4('Layout.handleSashPointerMove', eventX, eventY);
|
|
17174
17176
|
return state;
|
|
17175
17177
|
};
|
|
17176
17178
|
const handleSashCornerPointerUp = state => {
|
|
@@ -18535,7 +18537,7 @@ const updateSemanticTokens = async state => {
|
|
|
18535
18537
|
console.log({
|
|
18536
18538
|
newSemanticTokens
|
|
18537
18539
|
});
|
|
18538
|
-
await execute$
|
|
18540
|
+
await execute$4(/* Editor.setDecorations */'Editor.setDecorations', /* decorations */newSemanticTokens);
|
|
18539
18541
|
// TODO apply semantic tokens to editor and rerender
|
|
18540
18542
|
// TODO possibly overlay semantic tokens as decorations
|
|
18541
18543
|
} catch (error) {
|
|
@@ -19607,7 +19609,7 @@ const rerender = async state => {
|
|
|
19607
19609
|
};
|
|
19608
19610
|
};
|
|
19609
19611
|
const handleClickAction$1 = async (state, index, command) => {
|
|
19610
|
-
await execute$
|
|
19612
|
+
await execute$4('ExtensionHost.executeCommand', command);
|
|
19611
19613
|
return state;
|
|
19612
19614
|
};
|
|
19613
19615
|
const handleInput$2 = (state, name, value) => {
|
|
@@ -20252,7 +20254,7 @@ const getUri = (state, index) => {
|
|
|
20252
20254
|
const selectIndexLead = async (state, index) => {
|
|
20253
20255
|
const uri = getUri(state, index);
|
|
20254
20256
|
// TODO open file and jump to line
|
|
20255
|
-
await execute$
|
|
20257
|
+
await execute$4(/* Main.openUri */'Main.openUri', /* uri */uri);
|
|
20256
20258
|
return {
|
|
20257
20259
|
...state,
|
|
20258
20260
|
focusedIndex: index
|
|
@@ -20638,7 +20640,7 @@ const ViewletKeyBindings_ipc = {
|
|
|
20638
20640
|
|
|
20639
20641
|
const Deb = 'Deb';
|
|
20640
20642
|
|
|
20641
|
-
const commit = '
|
|
20643
|
+
const commit = '2971fc5';
|
|
20642
20644
|
|
|
20643
20645
|
const getAutoUpdateType = () => {
|
|
20644
20646
|
return invoke$F('AutoUpdater.getAutoUpdateType');
|
|
@@ -21855,7 +21857,7 @@ const closeChat = state => {
|
|
|
21855
21857
|
return hideSecondarySideBar(state);
|
|
21856
21858
|
};
|
|
21857
21859
|
const openCommandPalette = async state => {
|
|
21858
|
-
await execute$
|
|
21860
|
+
await execute$4('QuickPick.showCommands');
|
|
21859
21861
|
return {
|
|
21860
21862
|
newState: state,
|
|
21861
21863
|
commands: []
|
|
@@ -22026,7 +22028,7 @@ const showPreview = async (state, uri = state.previewUri) => {
|
|
|
22026
22028
|
return replacePreview(state, uri, previewViewletId);
|
|
22027
22029
|
}
|
|
22028
22030
|
if (previewViewletId === Preview$3) {
|
|
22029
|
-
await execute$
|
|
22031
|
+
await execute$4('Preview.setUri', uri);
|
|
22030
22032
|
}
|
|
22031
22033
|
return {
|
|
22032
22034
|
newState: {
|
|
@@ -22690,7 +22692,7 @@ const handleFocus = state => {
|
|
|
22690
22692
|
return handleFocusChange$1(state, true);
|
|
22691
22693
|
};
|
|
22692
22694
|
const showE2eTests = async state => {
|
|
22693
|
-
await execute$
|
|
22695
|
+
await execute$4('SideBar.show', 'E2eTests');
|
|
22694
22696
|
return state;
|
|
22695
22697
|
};
|
|
22696
22698
|
const handleBlur$1 = state => {
|
|
@@ -22943,7 +22945,7 @@ const refreshSourceControlBadgeCount = async state => {
|
|
|
22943
22945
|
}
|
|
22944
22946
|
};
|
|
22945
22947
|
const contentLoadedEffects = async () => {
|
|
22946
|
-
await execute$
|
|
22948
|
+
await execute$4('Layout.refreshSourceControlBadgeCount');
|
|
22947
22949
|
};
|
|
22948
22950
|
const handleBadgeCountChange = async (state, changes) => {
|
|
22949
22951
|
return callGlobalEvent(state, 'handleBadgeCountChange', changes);
|
|
@@ -22973,6 +22975,9 @@ const setBadgeCount = async (state, moduleId, badgeCount) => {
|
|
|
22973
22975
|
const handleExtensionsChanged = async state => {
|
|
22974
22976
|
return callGlobalEvent(state, 'handleExtensionsChanged');
|
|
22975
22977
|
};
|
|
22978
|
+
const handleColorThemeChanged = async (state, colorThemeId) => {
|
|
22979
|
+
return callGlobalEvent(state, 'handleColorThemeChanged', colorThemeId);
|
|
22980
|
+
};
|
|
22976
22981
|
const getActiveSideBarView = state => {
|
|
22977
22982
|
return state.sideBarView;
|
|
22978
22983
|
};
|
|
@@ -23033,9 +23038,9 @@ const getHref = state => {
|
|
|
23033
23038
|
const defaultColorTheme = 'slime';
|
|
23034
23039
|
const defaultTitleTemplate = '${folderName}';
|
|
23035
23040
|
const closeWidgets = async () => {
|
|
23036
|
-
await execute$
|
|
23037
|
-
await execute$
|
|
23038
|
-
await execute$
|
|
23041
|
+
await execute$4('Viewlet.closeWidget', QuickPick);
|
|
23042
|
+
await execute$4('Viewlet.closeWidget', Dialog);
|
|
23043
|
+
await execute$4('Viewlet.closeWidget', Confirm$1);
|
|
23039
23044
|
};
|
|
23040
23045
|
const getActivityBarBounds = () => {
|
|
23041
23046
|
const state = getState$1(Layout);
|
|
@@ -23053,35 +23058,39 @@ const resetActivityBar = async () => {
|
|
|
23053
23058
|
x,
|
|
23054
23059
|
y
|
|
23055
23060
|
} = getActivityBarBounds();
|
|
23056
|
-
await execute$
|
|
23057
|
-
await execute$
|
|
23061
|
+
await execute$4('ActivityBar.create', '', x, y, width, height, null, null, -1);
|
|
23062
|
+
await execute$4('ActivityBar.loadContent', {});
|
|
23058
23063
|
};
|
|
23059
23064
|
const reset = async state => {
|
|
23060
|
-
await execute$
|
|
23061
|
-
await execute$
|
|
23062
|
-
await execute$
|
|
23063
|
-
await execute$
|
|
23065
|
+
await execute$4('Menu.hide', false);
|
|
23066
|
+
await execute$4('TitleBar.closeMenu');
|
|
23067
|
+
await execute$4('TitleBar.setTitleTemplate', defaultTitleTemplate);
|
|
23068
|
+
await execute$4('TitleBar.setWidth', state.titleBarWidth);
|
|
23064
23069
|
await closeWidgets();
|
|
23065
|
-
await execute$
|
|
23066
|
-
await execute$
|
|
23067
|
-
const workspacePath = await execute$
|
|
23070
|
+
await execute$4('ColorTheme.setColorTheme', defaultColorTheme);
|
|
23071
|
+
await execute$4('Main.closeAllEditors');
|
|
23072
|
+
const workspacePath = await execute$4('Workspace.getPath');
|
|
23068
23073
|
if (workspacePath) {
|
|
23069
|
-
await execute$
|
|
23074
|
+
await execute$4('Workspace.close');
|
|
23070
23075
|
}
|
|
23071
23076
|
if (state.sideBarFocusMode) {
|
|
23072
|
-
await execute$
|
|
23077
|
+
await execute$4('Layout.leaveSideBarFocusMode');
|
|
23073
23078
|
}
|
|
23074
23079
|
if (state.sideBarLocation !== Right) {
|
|
23075
|
-
await execute$
|
|
23080
|
+
await execute$4('Layout.moveSideBarRight');
|
|
23076
23081
|
}
|
|
23077
23082
|
if (!state.sideBarVisible || state.sideBarView !== Explorer$1) {
|
|
23078
|
-
await execute$
|
|
23083
|
+
await execute$4('Layout.showSideBar', Explorer$1);
|
|
23079
23084
|
}
|
|
23080
|
-
|
|
23085
|
+
const panelViewNeedsReset = state.panelView !== Problems;
|
|
23086
|
+
if (state.panelVisible || panelViewNeedsReset) {
|
|
23081
23087
|
if (state.panelMaximized) {
|
|
23082
|
-
await execute$
|
|
23088
|
+
await execute$4('Layout.unmaximizePanel');
|
|
23089
|
+
}
|
|
23090
|
+
if (panelViewNeedsReset) {
|
|
23091
|
+
await execute$4('Layout.showPanel', Problems);
|
|
23083
23092
|
}
|
|
23084
|
-
await execute$
|
|
23093
|
+
await execute$4('Layout.hidePanel');
|
|
23085
23094
|
}
|
|
23086
23095
|
await resetActivityBar();
|
|
23087
23096
|
return {
|
|
@@ -23113,6 +23122,7 @@ const Commands$m = {
|
|
|
23113
23122
|
const CommandsWithSideEffects = {
|
|
23114
23123
|
attachViewlet: attachViewlet,
|
|
23115
23124
|
handleBadgeCountChange: handleBadgeCountChange,
|
|
23125
|
+
handleColorThemeChanged: handleColorThemeChanged,
|
|
23116
23126
|
handleExtensionsChanged: handleExtensionsChanged,
|
|
23117
23127
|
handleBlur: handleBlur$1,
|
|
23118
23128
|
handleContextMenu: handleContextMenu$1,
|
|
@@ -24179,6 +24189,7 @@ const ViewletLayout_ipc = {
|
|
|
24179
24189
|
getUserInfo,
|
|
24180
24190
|
handleBadgeCountChange,
|
|
24181
24191
|
handleBlur: handleBlur$1,
|
|
24192
|
+
handleColorThemeChanged,
|
|
24182
24193
|
handleContextMenu: handleContextMenu$1,
|
|
24183
24194
|
handleExtensionsChanged,
|
|
24184
24195
|
handleFocus,
|
|
@@ -26726,11 +26737,11 @@ const handleClickAction = async (state, index, command) => {
|
|
|
26726
26737
|
}
|
|
26727
26738
|
const currentViewletId = getId$1(state);
|
|
26728
26739
|
if (currentViewletId.includes('.')) {
|
|
26729
|
-
await execute$
|
|
26740
|
+
await execute$4('ExtensionHost.executeCommand', command);
|
|
26730
26741
|
return state;
|
|
26731
26742
|
}
|
|
26732
26743
|
const fullCommand = `${currentViewletId}.${command}`;
|
|
26733
|
-
await execute$
|
|
26744
|
+
await execute$4(fullCommand);
|
|
26734
26745
|
return state;
|
|
26735
26746
|
};
|
|
26736
26747
|
|
|
@@ -26773,7 +26784,7 @@ const create$9 = (id, uri, x, y, width, height) => {
|
|
|
26773
26784
|
const loadContent$9 = async (state, savedState, targetViewletId) => {
|
|
26774
26785
|
// TODO get it from layout state
|
|
26775
26786
|
const restore = savedState?.restore !== false;
|
|
26776
|
-
let savedViewletId = restore ? targetViewletId || (await execute$
|
|
26787
|
+
let savedViewletId = restore ? targetViewletId || (await execute$4('Layout.getActiveSideBarView')) : Explorer$1;
|
|
26777
26788
|
if (!savedViewletId) {
|
|
26778
26789
|
savedViewletId = Explorer$1;
|
|
26779
26790
|
}
|
|
@@ -26941,7 +26952,7 @@ const setTitle = (state, title) => {
|
|
|
26941
26952
|
|
|
26942
26953
|
// TODO no default parameter -> monomorphism
|
|
26943
26954
|
const openViewlet$1 = async (state, moduleId, focus = false, args) => {
|
|
26944
|
-
await execute$
|
|
26955
|
+
await execute$4('Layout.openSideBarViewlet', moduleId);
|
|
26945
26956
|
return state;
|
|
26946
26957
|
};
|
|
26947
26958
|
const dispose$6 = state => {
|
|
@@ -26988,7 +26999,7 @@ const focus$2 = async state => {
|
|
|
26988
26999
|
if (!currentViewlet) {
|
|
26989
27000
|
return state;
|
|
26990
27001
|
}
|
|
26991
|
-
await execute$
|
|
27002
|
+
await execute$4(`${currentViewletId}.focus`);
|
|
26992
27003
|
// if (!currentViewlet.factory.focus) {
|
|
26993
27004
|
// throw new Error(`missing focus function for ${currentViewletId}`)
|
|
26994
27005
|
// }
|
|
@@ -27115,7 +27126,7 @@ const create$8 = (id, uri, x, y, width, height) => {
|
|
|
27115
27126
|
};
|
|
27116
27127
|
};
|
|
27117
27128
|
const loadContent$8 = async (state, savedState) => {
|
|
27118
|
-
let savedViewletId = await execute$
|
|
27129
|
+
let savedViewletId = await execute$4('Layout.getActiveSecondarySideBarView');
|
|
27119
27130
|
if (!savedViewletId) {
|
|
27120
27131
|
savedViewletId = Chat;
|
|
27121
27132
|
}
|
|
@@ -27173,8 +27184,8 @@ const handleSecondarySideBarViewletChange = async (state, moduleId) => {
|
|
|
27173
27184
|
};
|
|
27174
27185
|
};
|
|
27175
27186
|
const openViewlet = async (state, moduleId, focus = false, args) => {
|
|
27176
|
-
await execute$
|
|
27177
|
-
await execute$
|
|
27187
|
+
await execute$4('Layout.showSecondarySideBar');
|
|
27188
|
+
await execute$4('Layout.openSecondarySideBarViewlet', moduleId);
|
|
27178
27189
|
return state;
|
|
27179
27190
|
};
|
|
27180
27191
|
const dispose$5 = state => {};
|
|
@@ -27213,7 +27224,7 @@ const focus$1 = async state => {
|
|
|
27213
27224
|
if (!currentViewlet) {
|
|
27214
27225
|
return state;
|
|
27215
27226
|
}
|
|
27216
|
-
await execute$
|
|
27227
|
+
await execute$4(`${currentViewletId}.focus`);
|
|
27217
27228
|
return state;
|
|
27218
27229
|
};
|
|
27219
27230
|
const handleUpdateStateChange = state => {
|
|
@@ -28188,7 +28199,7 @@ const loadContent$6 = async (state, savedState) => {
|
|
|
28188
28199
|
const commands = await invoke$n('SourceControl.render2', state.uid, diffResult);
|
|
28189
28200
|
const actionsDom = await invoke$n('SourceControl.renderActions2', state.uid);
|
|
28190
28201
|
const badgeCount = await invoke$n('SourceControl.getBadgeCount', state.uid);
|
|
28191
|
-
await execute$
|
|
28202
|
+
await execute$4('Layout.setBadgeCount', SourceControl, badgeCount);
|
|
28192
28203
|
return {
|
|
28193
28204
|
...state,
|
|
28194
28205
|
commands,
|
|
@@ -28313,7 +28324,7 @@ const wrapSourceControlCommand = key => {
|
|
|
28313
28324
|
};
|
|
28314
28325
|
setState$1(state.uid, newState);
|
|
28315
28326
|
setRenderedState(state.uid, newState);
|
|
28316
|
-
await execute$
|
|
28327
|
+
await execute$4('Layout.setBadgeCount', SourceControl, badgeCount);
|
|
28317
28328
|
}
|
|
28318
28329
|
return {
|
|
28319
28330
|
...state,
|
|
@@ -28948,7 +28959,7 @@ const getTerminalModuleId = () => {
|
|
|
28948
28959
|
};
|
|
28949
28960
|
const createViewlet = async (state, childUid) => {
|
|
28950
28961
|
const bounds = getChildBounds(state);
|
|
28951
|
-
await execute$
|
|
28962
|
+
await execute$4('Layout.createViewlet', getTerminalModuleId(), childUid, 0, bounds, '');
|
|
28952
28963
|
};
|
|
28953
28964
|
const loadContent$2 = async state => {
|
|
28954
28965
|
const terminalTabsEnabled = get$d('terminal.tabs.enabled');
|
|
@@ -29478,7 +29489,7 @@ const ViewletWebView_ipc = {
|
|
|
29478
29489
|
};
|
|
29479
29490
|
|
|
29480
29491
|
const readFile$5 = () => {
|
|
29481
|
-
return execute$
|
|
29492
|
+
return execute$4(/* Developer.getStartupPerformanceContent */'Developer.getStartupPerformanceContent');
|
|
29482
29493
|
};
|
|
29483
29494
|
const writeFile$5 = () => {
|
|
29484
29495
|
throw new Error('not implemented');
|
|
@@ -29491,7 +29502,7 @@ const FileSystemAppStartupPerformance = {
|
|
|
29491
29502
|
};
|
|
29492
29503
|
|
|
29493
29504
|
const readFile$4 = () => {
|
|
29494
|
-
return execute$
|
|
29505
|
+
return execute$4('Developer.getMemoryUsageContent');
|
|
29495
29506
|
};
|
|
29496
29507
|
const writeFile$4 = () => {
|
|
29497
29508
|
throw new Error('not implemened');
|
|
@@ -29581,7 +29592,7 @@ const readJsonInternal = async (getPath, defaultContent = '') => {
|
|
|
29581
29592
|
};
|
|
29582
29593
|
const writeFileWeb = async (path, content) => {
|
|
29583
29594
|
if (getPlatform$2() === Web$1) {
|
|
29584
|
-
await execute$
|
|
29595
|
+
await execute$4(/* LocalStorage.setText */'LocalStorage.setText', /* key */path, /* value */content);
|
|
29585
29596
|
}
|
|
29586
29597
|
};
|
|
29587
29598
|
const writeFileNode = async (path, content) => {
|
|
@@ -29725,7 +29736,7 @@ const openContextMenu = async (x, y, id, ...args) => {
|
|
|
29725
29736
|
return;
|
|
29726
29737
|
}
|
|
29727
29738
|
const commandArgs = item.args || [];
|
|
29728
|
-
await execute$
|
|
29739
|
+
await execute$4(item.command, ...commandArgs);
|
|
29729
29740
|
};
|
|
29730
29741
|
const openContextMenu2 = async (x, y, uid, menuId, ...args) => {
|
|
29731
29742
|
const entries = await getMenuEntries2(uid, menuId, ...args);
|
|
@@ -29739,7 +29750,7 @@ const openContextMenu2 = async (x, y, uid, menuId, ...args) => {
|
|
|
29739
29750
|
return;
|
|
29740
29751
|
}
|
|
29741
29752
|
const commandArgs = item.args || [];
|
|
29742
|
-
await execute$
|
|
29753
|
+
await execute$4(item.command, ...commandArgs);
|
|
29743
29754
|
};
|
|
29744
29755
|
|
|
29745
29756
|
const show$1 = (x, y, id, ...args) => {
|
|
@@ -29780,13 +29791,13 @@ const ContextMenuBrowser = {
|
|
|
29780
29791
|
|
|
29781
29792
|
const openFolder$2 = async () => {
|
|
29782
29793
|
try {
|
|
29783
|
-
const result = await execute$
|
|
29794
|
+
const result = await execute$4('FilePicker.showDirectoryPicker', {
|
|
29784
29795
|
startIn: 'pictures',
|
|
29785
29796
|
mode: 'readwrite'
|
|
29786
29797
|
});
|
|
29787
29798
|
const uri = `html:///${result.name}`;
|
|
29788
|
-
await execute$
|
|
29789
|
-
await execute$
|
|
29799
|
+
await execute$4('PersistentFileHandle.addHandle', uri, result);
|
|
29800
|
+
await execute$4('Workspace.setPath', uri);
|
|
29790
29801
|
} catch (error) {
|
|
29791
29802
|
if (isAbortError(error)) {
|
|
29792
29803
|
return;
|
|
@@ -29805,7 +29816,7 @@ const openFolder$1 = async () => {
|
|
|
29805
29816
|
if (!path) {
|
|
29806
29817
|
return;
|
|
29807
29818
|
}
|
|
29808
|
-
await execute$
|
|
29819
|
+
await execute$4(/* Workspace.setPath */'Workspace.setPath', /* path */path);
|
|
29809
29820
|
};
|
|
29810
29821
|
|
|
29811
29822
|
const OpenFolderRemote = {
|
|
@@ -29819,7 +29830,7 @@ const openFolder = async () => {
|
|
|
29819
29830
|
return;
|
|
29820
29831
|
}
|
|
29821
29832
|
const path = folders[0];
|
|
29822
|
-
await execute$
|
|
29833
|
+
await execute$4(/* Workspace.setPath */'Workspace.setPath', /* path */path);
|
|
29823
29834
|
};
|
|
29824
29835
|
|
|
29825
29836
|
const OpenFolderElectron = {
|
|
@@ -29831,7 +29842,7 @@ const openExternal = async state => {
|
|
|
29831
29842
|
const {
|
|
29832
29843
|
iframeSrc
|
|
29833
29844
|
} = state;
|
|
29834
|
-
await execute$
|
|
29845
|
+
await execute$4('Open.openExternal', iframeSrc);
|
|
29835
29846
|
return state;
|
|
29836
29847
|
};
|
|
29837
29848
|
|
|
@@ -29842,7 +29853,7 @@ const ViewletSimpleBrowserOpenExternal = {
|
|
|
29842
29853
|
|
|
29843
29854
|
const openBackgroundTab = async (state, url) => {
|
|
29844
29855
|
const simpleBrowserUrl = 'simple-browser://';
|
|
29845
|
-
await execute$
|
|
29856
|
+
await execute$4('Main.openBackgroundTab', simpleBrowserUrl, {
|
|
29846
29857
|
iframeSrc: url
|
|
29847
29858
|
});
|
|
29848
29859
|
// TODO
|