@lvce-editor/static-server 0.108.19 → 0.108.21
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 +2570 -2570
- package/dist/static-server.js +1 -1
- package/package.json +1 -1
- package/static/{6a87653 → 246e0b8}/css/App.css +100 -100
- package/static/{6a87653 → 246e0b8}/css/parts/ViewletExtensions.css +1 -1
- package/static/{6a87653 → 246e0b8}/css/parts/ViewletRunningExtensions.css +1 -1
- package/static/{6a87653 → 246e0b8}/css/parts/ViewletTerminalTabs.css +1 -1
- package/static/{6a87653 → 246e0b8}/manifest.json +2 -2
- package/static/{6a87653 → 246e0b8}/packages/explorer-worker/dist/explorerViewWorkerMain.js +205 -79
- package/static/{6a87653 → 246e0b8}/packages/main-area-worker/dist/mainAreaWorkerMain.js +107 -14
- package/static/{6a87653 → 246e0b8}/packages/problems-view/dist/problemsViewWorkerMain.js +6 -5
- package/static/{6a87653 → 246e0b8}/packages/references-view/dist/referencesViewWorkerMain.js +12 -7
- package/static/{6a87653 → 246e0b8}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{6a87653 → 246e0b8}/packages/renderer-worker/dist/rendererWorkerMain.js +998 -860
- package/static/{6a87653 → 246e0b8}/packages/source-control-worker/dist/sourceControlWorkerMain.js +6 -2
- package/static/index.html +4 -4
- /package/static/{6a87653 → 246e0b8}/LICENSE +0 -0
- /package/static/{6a87653 → 246e0b8}/builtin-settings/editor-worker.json +0 -0
- /package/static/{6a87653 → 246e0b8}/builtin-settings/explorer-worker.json +0 -0
- /package/static/{6a87653 → 246e0b8}/builtin-settings/index.json +0 -0
- /package/static/{6a87653 → 246e0b8}/builtin-settings/source-control-worker.json +0 -0
- /package/static/{6a87653 → 246e0b8}/builtin-settings/status-bar-worker.json +0 -0
- /package/static/{6a87653 → 246e0b8}/builtin-settings/text-search-view.json +0 -0
- /package/static/{6a87653 → 246e0b8}/builtin-settings/title-bar-worker.json +0 -0
- /package/static/{6a87653 → 246e0b8}/config/colorTheme.json +0 -0
- /package/static/{6a87653 → 246e0b8}/config/defaultSettings.json +0 -0
- /package/static/{6a87653 → 246e0b8}/config/fileMap.json +0 -0
- /package/static/{6a87653 → 246e0b8}/config/webExtensions.json +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/Animation.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/BrowserScrollBar.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/Category.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/Changelog.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/DebugButtons.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/DebugChatDetails.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/DebugChatDetailsClose.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/DebugChatImagePreview.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/DebugChatTable.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/DebugChatTimeline.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/DebugChatTop.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/DebugValue.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/E2eTest.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/E2eTests.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/EditorHover.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/EditorMessage.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/FeatureContent.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/Features.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ImagePreview.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/InputBadge.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/Key.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/LegacyDialog.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/Markdown.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/Message.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/NotificationCenter.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/Preview.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ScrollToTop.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/SettingsHeader.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/SettingsItems.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/SettingsSideBar.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/SourceControlListItem.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/Table.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletAbout.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletLanguageModels.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletMedia.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletOutput.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletPanel.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletPdf.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletProblems.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletProcessExplorer.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletReferences.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletSearch.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletSettings.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletStorage.css +0 -0
- /package/static/{6a87653 → 246e0b8}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-cobol/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-cobol/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-cobol/src/tokenizeCobol.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-erlang/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-erlang/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-erlang/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-erlang/src/tokenizeErlang.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-gleam/LICENSE +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-gleam/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-gleam/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-gleam/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-gleam/src/tokenizeGleam.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-roc/LICENSE +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-roc/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-roc/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-roc/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-roc/src/tokenizeRoc.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-typescript/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScriptReact.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-zig/LICENSE +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-zig/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-zig/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-zig/languageConfiguration.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.language-basics-zig/src/tokenizeZig.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.media-preview/LICENSE +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.media-preview/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.media-preview/dist/imageConversionWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.media-preview/dist/mediaPreviewMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.media-preview/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.media-preview/media/index.css +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.media-preview/package.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-ayu/images/demo.png +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-gruvbox/images/demo.png +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.video-preview/LICENSE +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.video-preview/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.video-preview/dist/videoPreviewMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.video-preview/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.video-preview/media/index.css +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.video-preview/package.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/default_file.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/default_folder.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/default_folder_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/default_root_folder.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/default_root_folder_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_access.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_access2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_actionscript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_actionscript2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ada.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_advpl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_affectscript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_affinity.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_affinityphoto.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_agda.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_agents.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ai.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ai2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_al.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_al_dal.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_alchemy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_allcontributors.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_alloy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_allure.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_angular.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ansible.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_antlers_html.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_antlr.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_anyscript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_apache.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_apex.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_api_extractor.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_apib.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_apib2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_apl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_applescript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_appscript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_appsemble.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_appveyor.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_arduino.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_asciidoc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_aseprite.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_asp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_aspx.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_assembly.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_assembly_script.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_astro.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_astroconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_atom.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ats.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_attw.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_audio.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_aurelia.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_autohotkey.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_autoit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_avif.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_avro.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_awk.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_aws.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_azure.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_azurepipelines.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_azurestreamanalytics.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_babel.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_babel2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bak.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ballerina.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bat.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bats.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bazaar.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bazel.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bazel_version.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_befunge.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bicep.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_biml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_binary.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_biome.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bithound.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_blade.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_blender.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_blitzbasic.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bolt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bosque.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bower.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bower2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_brew.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_browserslist.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bruno.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_buckbuild.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_buf.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bun.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bundlemon.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bundler.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_bunfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_c.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_c2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_c3.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_c_al.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cabal.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_caddy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cake.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cakephp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cangjie.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_capacitor.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_capnp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cargo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_casc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cddl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cert.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ceylon.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cf.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cf2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cfc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cfc2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cfm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cfm2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_changie.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cheader.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_chef.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_circleci.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_circom.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_clangd.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_class.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_claude.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_clojure.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_clojurescript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cloudflare.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cmake.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cobol.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_codacy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_codeclimate.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_codecov.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_codekit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_codemagic.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_codeowners.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_codeql.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_coderabbit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_coffeelint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_coffeescript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_commitizen.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_commitlint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_compass.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_composer.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_conan.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_conda.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_config.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_confluence.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_context7.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_copilot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_coverage.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_coveralls.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cpp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cpp2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cpp3.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cppheader.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_craco.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_crowdin.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_crystal.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_csharp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_csharp2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cspell.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_csproj.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_css.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_css2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_css2map.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_csscomb.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_csslint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cssmap.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cucumber.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cuda.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cue.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cursorrules.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cvs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cypress.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cypress_spec.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_cython.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dal.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_darcs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dartlang.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_databricks.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_datadog.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_db.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dbt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_debian.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_delphi.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_deno.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_denoify.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dependabot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dependencies.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_design_tokens.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_devcontainer.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_devenv.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_devvit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dhall.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_diff.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_django.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dlang.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_docker.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_docker2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dockertest.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dockertest2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_docpad.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_docusaurus.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_docz.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dojo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_doppler.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dotenv.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dotjs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_doxyfile.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_doxygen.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_drawio.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_drizzle_orm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_drone.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_drools.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dtd.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_duckdb.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dune.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dustjs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dvc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_dylan.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_earthly.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_eas-metadata.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_edge.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_edge2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_editorconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_eex.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ejs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_elastic.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_electron.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_eleventy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_eleventy2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_elixir.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_elm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_elm2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_emacs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ember.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ensime.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_eps.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_epub.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_erb.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_erlang.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_erlang2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_esbuild.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_eslint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_eslint2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_esphome.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_excalidraw.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_excel.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_excel2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_expo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_falcon.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fantasticon.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fastly.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fauna.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_favicon.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fbx.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_firebase.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_firebasehosting.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_firebasestorage.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_firestore.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fitbit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fla.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_flareact.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_flash.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_flatbuffers.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fleet.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_floobits.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_flow.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_flowgorithm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_flutter.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_flutter_package.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_flyio.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_font.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_formkit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fortran.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fossa.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fossil.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_freemarker.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fritzing.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_frontcommerce.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fsharp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fsharp2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fsproj.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fthtml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_funding.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_fusebox.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_galen.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_galen2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gamemaker.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gamemaker2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gamemaker81.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gatsby.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gcloud.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gcode.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gdscript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gduid.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gemini.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_genstat.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_geojson.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gimp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_git.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_git2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gitlab.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gitpod.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gleam.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gleamconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_glide.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_glimmer.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_glitter.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_glsl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gltf.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_glyphs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gnu.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gnuplot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_go.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_go_aqua.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_go_black.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_go_gopher.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_go_lightblue.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_go_package.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_go_white.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_go_work.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_go_yellow.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_goctl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_godot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gpg.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gradle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gradle2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_grain.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_graphql.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_graphql_config.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_graphviz.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_greenkeeper.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gridsome.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_grit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_groovy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_groovy2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_grunt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_gulp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_haml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_handlebars.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_handlebars2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_harbour.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_hardhat.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_hashicorp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_haskell.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_haskell2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_haxe.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_haxedevelop.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_helix.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_helm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_histoire.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_hjson.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_hlsl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_homeassistant.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_horusec.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_host.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_html.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_htmlhint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_http.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_huff.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_hugo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_humanstxt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_hunspell.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_hurl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_husky.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_hy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_hygen.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_hypr.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_icl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_idris.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_idrisbin.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_idrispkg.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_image.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_imba.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_inc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_infopath.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_informix.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ini.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ink.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_innosetup.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_io.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_iodine.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ionic.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jake.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_janet.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jar.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jasmine.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_java.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jbuilder.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jekyll.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jenkins.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jest.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jetbrains.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jinja.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jpm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_js_official.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jsbeautify.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jsconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jscpd.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jshint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jsmap.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_json.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_json2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_json5.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_json_official.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_json_schema.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jsonld.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jsonnet.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jsp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jsr.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jss.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_juice.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_julia.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_julia2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_jupyter.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_just.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_k.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_karma.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_key.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_kitchenci.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_kite.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_kivy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_knex.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_knip.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_kos.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_kotlin.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_kusto.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_language_configuration.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lark.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_latino.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_layout.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lean.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_leanconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lefthook.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lemon.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lerna.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_less.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lex.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_liara.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_license.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_licensebat.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_ada.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_agda.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_agents.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_apl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_astro.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_babel.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_babel2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_cabal.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_circleci.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_codacy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_codeowners.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_config.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_copilot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_crystal.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_cue.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_cypress.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_db.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_deno.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_devenv.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_dhall.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_docpad.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_drizzle_orm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_drone.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_duckdb.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_esphome.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_expo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_fla.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_font.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_gradle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_hjson.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_huff.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_ini.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_io.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_jsmap.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_json.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_json5.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_json_schema.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_jsonld.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_kite.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_lark.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_lean.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_leanconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_lerna.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_mailing.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_markuplint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_mcp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_mdx.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_mikro_orm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_mlang.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_mustache.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_mypy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_neo4j.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_netlify.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_next.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_nim.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_nx.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_openHAB.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_opencode.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_oxc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_packship.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_pcl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_pnpm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_prettier.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_prisma.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_purescript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_quasar.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_railway.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_raku.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_razzle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_readthedocs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_rehype.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_remark.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_render.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_replit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_retext.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_rolldown.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_rome.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_rubocop.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_rust.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_safetensors.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_shadcn.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_skill.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_solidity.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_spin.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_stylelint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_stylus.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_symfony.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_systemd.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_testcafe.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_testjs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_tex.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_tm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_tmux.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_todo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_toit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_toml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_toon.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_tree.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_trivy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_turbo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_vash.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_vercel.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_vite.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_vitest.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_vsix.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_warp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_wesl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_xfl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_xorg.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_yaml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_light_zeit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lighthouse.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lilypond.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lime.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_liquid.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lisp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_livescript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lnk.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_locale.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_log.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lolcode.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lsl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lua.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_luau.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lychee.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_lync.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mailing.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_makefile.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_manifest.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_manifest_bak.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_manifest_skip.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_map.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mariadb.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_markdown.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_markdownlint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_marko.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_markojs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_markuplint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_master-co.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_matlab.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_maven.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_maxscript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_maya.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mcp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mdx-components.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mdx.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mdxlint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mediawiki.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mercurial.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mermaid.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_meson.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_metal.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_meteor.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_metro.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mikro_orm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_minecraft.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mise.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mivascript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mjml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mlang.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mocha.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_modernizr.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_modernjs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mojo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mojolicious.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_moleculer.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mondoo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mongo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_monotone.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_motif.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mson.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_msw.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mustache.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mvt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mvtcss.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mvtjs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mypy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_mysql.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_n64.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nanostaged.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ndst.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nearly.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_neo4j.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_module_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_service_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nestjs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_netlify.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_next.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nextflow.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_component_css.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_component_html.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_component_less.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nginx.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nim.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nimble.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ninja.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nix.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_njsproj.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_noc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_node.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_node2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nodemon.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_npm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nsi.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nsri.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nuget.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_numpy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nunjucks.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nushell.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nuxt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nx.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_nyc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_objectivec.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_objectivecpp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_objidconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ocaml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ogone.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_onenote.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_opam.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_openHAB.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_opencl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_opencode.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_openscad.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_opentofu.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_org.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_orval.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_outlook.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ovpn.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_oxc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_oxlint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_package.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_packship.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_paket.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pandacss.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_parcel.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_parquet.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_patch.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pawn.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pcl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pddl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pddl_plan.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pdf.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pdf2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pdm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_peeky.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_perl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_perl2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_perl6.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pgsql.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_photoshop.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_photoshop2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_php.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_php2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_php3.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_phpstan.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_phpunit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_phraseapp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pine.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pip.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pipeline.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pixi.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_plantuml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_platformio.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_playwright.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_plsql.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_plsql_package.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pm2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pnpm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_poedit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_poetry.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_polyglot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_polymer.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pony.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_postcss.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_postcssconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_postman.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_postscript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_powerbi.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_powerpoint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_powerpoint2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_powershell.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_powershell2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_powershell_format.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_powershell_types.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_preact.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_precommit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_prettier.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_prisma.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_prismaconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_processinglang.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_procfile.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_progress.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_prolog.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_prometheus.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_protobuf.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_protractor.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_publiccode.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_publisher.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pug.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pulumi.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_puppet.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_purescript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_purgecss.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pyenv.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pypi.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pyret.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pyscript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pytest.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_python.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pythonconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pythowo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pytyped.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_pyup.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_q.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_qbs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_qlikview.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_qml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_qmldir.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_qrc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_qsharp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_quasar.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_quokka.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_r.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_racket.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rails.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_railway.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rake.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_raku.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_raml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_razor.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_razzle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_reactjs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_reactrouter.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_reacttemplate.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_reactts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_readthedocs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_reason.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_red.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_registry.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rego.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rehype.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_remark.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_render.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_renovate.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_replit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rescript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rest.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_retext.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rexx.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_riot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ripple.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rmd.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rnc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_robotframework.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_robots.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rolldown.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rollup.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rome.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ron.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rproj.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rspec.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rss.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rubocop.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ruby.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ruff.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rust.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_s-lang.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_safetensors.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sails.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_saltstack.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_san.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sas.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sass.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sbt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_scala.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_scilab.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_script.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_scss.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_scss2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sdlang.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_search_result.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_seedkit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sentry.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sequelize.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_serverless.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_shadcn.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_shaderlab.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_shell.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_shellcheck.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_shuttle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_silverstripe.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sino.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sitemap.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_siyuan.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sketch.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_skill.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_skipper.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_slang.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_slashup.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_slice.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_slim.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_slint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sln.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sln2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_smarty.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_smithery.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_snakemake.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_snapcraft.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_snaplet.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_snort.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_snyk.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_solidarity.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_solidity.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_source.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_spacengine.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sparql.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_spin.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sqf.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sql.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sqlite.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_squirrel.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sss.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sst.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_stackblitz.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_stan.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_stata.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_stencil.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_storyboard.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_storybook.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_stryker.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_stylable.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_style.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_styled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_stylelint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_stylus.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_sublime.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_subversion.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_svelte.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_svelteconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_svg.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_svgo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_swagger.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_swc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_swift.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_swig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_symfony.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_syncpack.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_systemd.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_systemverilog.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_t4tt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tailwind.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tamagui.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_taplo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_taskfile.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tauri.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tcl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_teal.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_templ.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tera.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_terraform.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_test.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_testcafe.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_testjs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_testplane.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_testts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tex.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_text.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_textile.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_textlint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tfs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_thinkscript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tiltfile.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tmux.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_todo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_toit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_toml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_toon.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tox.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_travis.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tree.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tres.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_trivy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_truffle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_trunk.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tscn.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tsconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tsdoc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tsdown.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tslint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_ttcn.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_tuc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_turbo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_twig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_typedoc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_typescript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_typescript_official.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_typo3.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_uiua.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_unibeautify.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_unison.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_unlicense.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_unocss.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_uv.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vagrant.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vala.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vale.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vapi.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vapor.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vash.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vb.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vba.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vbhtml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vbproj.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vcxproj.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_velocity.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vento.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vercel.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_verilog.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vhdl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_video.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_view.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vim.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vite.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vitest.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vlang.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_volt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vroom.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vscode.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vscode2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vscode3.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vscode_test.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vsix.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vue.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vueconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vvvvvv.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_vyper.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wallaby.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wally.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_warp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wasm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wasp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wdio.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_weblate.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_webpack.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wenyan.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wercker.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wesl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wgsl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wikitext.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_windi.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wolfram.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_word.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_word2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wpml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wurst.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wxml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wxss.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_wxt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_xaml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_xcode.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_xfl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_xib.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_xliff.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_xmake.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_xml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_xo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_xorg.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_xquery.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_xsl.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_yacc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_yaml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_yaml_official.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_yamllint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_yandex.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_yang.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_yarn.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_yeoman.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_zeit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_zig.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_zip.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_zip2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/file_type_zizmor.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_android.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_android_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_angular.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_angular_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_apache.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_apache_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_api.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_api_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_app.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_app_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_arangodb.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_asset.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_asset_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_astro.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_astro_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_audio.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_audio_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_aurelia.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_aws.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_aws_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_azure.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_azure_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_binary.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_binary_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_bloc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_blueprint.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_bot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_bot_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_bower.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_bower_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_buildkite.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cake.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cake_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cargo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cargo_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_certificate.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_changesets.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_chef.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_chef_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_circleci.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_claude.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_claude_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cli.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cli_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_client.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_client_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cloudflare.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cloudflare_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cmake.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_common.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_common_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_component.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_component_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_composer.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_composer_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_config.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_config_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_controller.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_controller_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_coverage.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_css.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_css2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_css2_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_css_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cubit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cursor.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cursor_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cypress.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_dapr.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_dart.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_dart_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_databricks.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_databricks_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_datadog.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_db.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_db_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_debian.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_debian_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_dependabot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_devenv.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_devenv_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_dist.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_dist_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_docker.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_docker_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_docs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_docs_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_e2e.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_electron.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_electron_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_environments.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_environments_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_expo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_expo_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_favicon.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_flow.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_flow_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_flutter.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_flutter_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_fonts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_gcp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_gemini.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_gemini_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_git.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_git_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_github.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_github_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_gitlab.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_godot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_godot_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_gradle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_graphql.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_grunt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_gulp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_haxelib.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_helper.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_helper_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_histoire.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_histoire_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_hook.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_hook_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_husky.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_husky_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_idea.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_idea_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_images.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_images_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_include.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_include_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_interfaces.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_ios.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_ios_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_js.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_js_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_json.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_json_official.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_json_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_junie.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_junie_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_kiro.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_kiro_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_kotlin.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_kotlin_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_less.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_less_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_library.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_library_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_cursor.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_cursor_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_devenv.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_devenv_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_electron.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_expo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_node.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_redux.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_sass.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_zed.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_light_zed_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_linux.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_linux_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_locale.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_locale_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_log.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_log_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_macos.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_macos_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mariadb.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_maven.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_maven_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_memcached.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_meteor.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_middleware.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_minecraft.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_minikube.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mjml.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mobile.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mobile_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mock.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mock_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_model.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_model_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_module.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_module_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mojo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mongodb.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mypy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mysql.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_netlify.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_next.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_next_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_nginx.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_nix.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_nix_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_node.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_node_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_notebooks.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_notification.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_notification_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_nuget.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_nuxt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_package.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_package_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_paket.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_paket_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_php.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_php_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_platformio.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_plugin.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_prisma.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_private.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_private_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_public.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_public_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_pytest.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_python.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_python_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_ravendb.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_redis.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_redis_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_redux.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_redux_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_route.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_route_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_sass.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_sass_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_script.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_script_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_seedkit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_server.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_server_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_services.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_services_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_shared.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_shared_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_snaplet.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_spin.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_spin_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_src.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_src_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_sso.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_sso_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_story.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_story_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_style.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_style_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_supabase.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_svelte.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_swagger.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_swagger_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_tauri.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_temp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_temp_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_template.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_template_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_test.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_test_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_theme.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_theme_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_tools.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_tools_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_travis.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_travis_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_trunk.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_turbo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_typescript.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_typings.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_typings2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_typings_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vagrant.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vercel.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_video.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_video_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_view.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_view_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vitepress.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vitepress_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vs.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vs2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vs_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vscode.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vscode2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vscode3.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_wasm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_wasm_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_wasp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_wasp_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_webpack.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_windows.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_windows_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_windsurf.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_windsurf_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_wit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_wit_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_www.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_www_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_yarn.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_zed.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/extensions/builtin.vscode-icons/icons/folder_type_zed_opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/account.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/activate-breakpoints.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/add-small.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/add.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/agent.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/archive.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-both.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-circle-down.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-circle-left.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-circle-right.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-circle-up.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-down.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-left.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-right.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-small-down.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-small-left.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-small-right.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-small-up.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-swap.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/arrow-up.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/ask.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/attach.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/azure-devops.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/azure.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/beaker-stop.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/beaker.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/bell-dot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/bell-slash-dot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/bell-slash.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/bell.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/blank.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/bold.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/book.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/bookmark.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/bracket-dot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/bracket-error.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/briefcase.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/broadcast.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/browser.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/bug.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/build.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/calendar.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/call-incoming.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/call-outgoing.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/case-sensitive.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/chat-sparkle-error.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/chat-sparkle-warning.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/chat-sparkle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/check-all.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/check.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/checklist.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/chevron-down.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/chevron-left.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/chevron-right.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/chevron-up.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/chip.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/chrome-close.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/chrome-maximize.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/chrome-minimize.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/chrome-restore.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/circle-filled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/circle-large-filled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/circle-large.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/circle-slash.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/circle-small-filled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/circle-small.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/circle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/circuit-board.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/claude.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/clear-all.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/clippy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/clockface.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/close-all.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/close.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/cloud-download.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/cloud-small.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/cloud-upload.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/cloud.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/code-oss.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/code-review.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/code.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/coffee.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/collapse-all.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/collection-small.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/collection.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/color-mode.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/combine.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/comment-discussion-quote.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/comment-discussion-sparkle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/comment-discussion.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/comment-draft.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/comment-unresolved.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/comment.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/compass-active.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/compass-dot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/compass.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/copilot-blocked.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/copilot-error.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/copilot-in-progress.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/copilot-large.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/copilot-not-connected.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/copilot-snooze.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/copilot-success.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/copilot-unavailable.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/copilot-warning-large.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/copilot-warning.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/copilot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/copy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/coverage.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/credit-card.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/cursor.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/dash.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/dashboard.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/database.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-all.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-alt-2.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-alt-small.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-alt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-connected.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-console.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-continue-small.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-continue.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-coverage.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-disconnect.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-line-by-line.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-pause.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-rerun.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-restart-frame.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-restart.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-stackframe.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-start.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-step-back.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-step-into.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-step-out.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-step-over.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug-stop.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/debug.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/desktop-download.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/device-camera-video.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/device-camera.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/device-mobile.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/diff-added.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/diff-ignored.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/diff-modified.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/diff-multiple.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/diff-removed.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/diff-renamed.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/diff-single.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/diff.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/discard.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/download.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/edit-code.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/edit-session.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/edit-sparkle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/edit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/editor-layout.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/ellipsis.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/empty-window.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/eraser.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/error-small.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/error.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/exclude.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/expand-all.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/export.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/extensions-large.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/extensions.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/eye-closed.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/eye.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/feedback.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/file-binary.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/file-code.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/file-media.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/file-pdf.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/file-submodule.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/file-symlink-directory.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/file-symlink-file.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/file-text.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/file-zip.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/file.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/files.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/filter-filled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/filter.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/flag.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/flame.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/fold-down.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/fold-up.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/fold.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/folder-active.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/folder-library.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/folder-opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/folder.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/forward.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/game.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/gear.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/gift.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/gist-secret.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/gist.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-branch-changes.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-branch-conflicts.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-branch-staged-changes.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-branch.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-commit.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-compare.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-fetch.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-merge.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-pull-request-closed.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-pull-request-create.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-pull-request-done.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-pull-request-draft.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-pull-request-go-to-changes.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-pull-request-new-changes.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-pull-request.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-stash-apply.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-stash-pop.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/git-stash.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/github-action.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/github-alt.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/github-inverted.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/github-project.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/github.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/globe.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/go-to-editing-session.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/go-to-file.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/go-to-search.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/grabber.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/graph-left.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/graph-line.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/graph-scatter.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/graph.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/gripper.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/group-by-ref-type.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/heart-filled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/heart.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/history.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/home.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/horizontal-rule.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/hubot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/icon-close.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/icon-source-control.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/icon-sync.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/icon.png +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/icon.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/inbox.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/indent.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/index-zero.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/info.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/insert.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/inspect.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/issue-draft.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/issue-reopened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/issues.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/italic.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/jersey.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/json.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/kebab-vertical.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/key.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/keyboard-tab-above.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/keyboard-tab-below.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/keyboard-tab.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/language-icon.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/law.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layers-active.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layers-dot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layers.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-activitybar-left.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-activitybar-right.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-centered.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-menubar.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-panel-center.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-panel-dock.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-panel-justify.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-panel-left.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-panel-off.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-panel-right.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-panel.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-sidebar-left-dock.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-sidebar-left-off.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-sidebar-left.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-sidebar-right-dock.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-sidebar-right-off.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-sidebar-right.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout-statusbar.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/layout.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/library.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/lightbulb-autofix.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/lightbulb-empty.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/lightbulb-sparkle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/lightbulb.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/link-external.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/link.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/list-filter.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/list-flat.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/list-ordered.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/list-selection.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/list-tree.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/list-unordered.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/live-share.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/loading.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/location.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/lock-small.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/lock.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/magnet.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/mail-read.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/mail.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/map-filled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/map-vertical-filled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/map-vertical.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/map.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/markdown.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/mcp.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/megaphone.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/mention.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/menu.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/merge-into.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/merge.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/mic-filled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/mic.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/milestone.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/mirror.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/mortar-board.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/move.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/multiple-windows.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/music.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/mute.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/new-collection.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/new-file.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/new-folder.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/new-session.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/newline.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/no-newline.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/note.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/notebook-template.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/notebook.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/octoface.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/open-in-product.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/open-in-window.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/open-preview.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/openai.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/organization.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/output.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/package.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/paintcan.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/pass-filled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/pass.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/percentage.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/person-add.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/person.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/piano.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/pie-chart.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/pin.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/pinned-dirty.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/pinned.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/play-circle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/play.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/plug.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/preserve-case.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/preview.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/primitive-square.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/progress.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/project.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/pulse.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/pwa-icon-192.png +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/pwa-icon-512.png +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/python.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/question.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/quote.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/quotes.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/radio-tower.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/reactions.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/record-keys.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/record-small.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/record.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/redo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/references.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/refresh.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/regex.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/remote-explorer.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/remote.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/remove-small.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/remove.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/rename.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/replace-all.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/replace.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/reply.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/repo-clone.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/repo-fetch.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/repo-force-push.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/repo-forked.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/repo-pinned.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/repo-pull.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/repo-push.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/repo-selected.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/repo.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/report.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/request-changes.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/robot.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/rocket.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/root-folder-opened.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/root-folder.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/rss.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/ruby.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/run-above.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/run-all-coverage.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/run-all.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/run-below.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/run-coverage.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/run-errors.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/run-with-deps.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/save-all.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/save-as.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/save.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/screen-cut.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/screen-full.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/screen-normal.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/search-fuzzy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/search-large.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/search-sparkle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/search-stop.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/search.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/send-to-remote-agent.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/send.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/server-environment.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/server-process.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/server.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/session-in-progress.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/settings-gear.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/settings.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/share.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/shield.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/sign-in.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/sign-out.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/skip.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/smiley.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/snake.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/sort-precedence.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/source-control.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/sparkle-filled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/sparkle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/split-horizontal.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/split-vertical.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/squiggly-error.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/squiggly-warning.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/squirrel.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/star-empty.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/star-full.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/star-half.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/stop-circle.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/strikethrough.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/surround-with.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-array.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-boolean.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-class.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-color.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-constant.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-enum-member.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-enum.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-event.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-field.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-file.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-interface.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-key.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-keyword.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-method-arrow.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-method.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-misc.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-namespace.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-numeric.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-operator.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-parameter.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-property.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-ruler.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-snippet.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-string.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-structure.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/symbol-variable.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/sync-ignored.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/sync.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/table.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/tag.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/target.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/tasklist.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/telescope.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/terminal-bash.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/terminal-cmd.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/terminal-debian.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/terminal-git-bash.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/terminal-linux.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/terminal-powershell.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/terminal-tmux.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/terminal-ubuntu.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/terminal.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/text-size.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/theme-icon.png +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/thinking.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/three-bars.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/thumbsdown-filled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/thumbsdown.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/thumbsup-filled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/thumbsup.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/tools.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/trash.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/triangle-down.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/triangle-left.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/triangle-right.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/triangle-up.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/twitter.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/type-hierarchy-sub.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/type-hierarchy-super.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/type-hierarchy.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/unarchive.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/unfold.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/ungroup-by-ref-type.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/unlock.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/unmute.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/unverified.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/variable-group.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/verified-filled.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/verified.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/versions.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/vm-active.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/vm-connect.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/vm-outline.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/vm-pending.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/vm-running.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/vm-small.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/vm.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/vr.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/vscode-insiders.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/vscode.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/wand.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/warning.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/watch.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/whitespace.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/whole-word.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/window-active.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/window.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/word-wrap.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/workspace-trusted.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/workspace-unknown.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/workspace-untrusted.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/worktree-small.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/worktree.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/zoom-in.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/icons/zoom-out.svg +0 -0
- /package/static/{6a87653 → 246e0b8}/js/babel-parser.js +0 -0
- /package/static/{6a87653 → 246e0b8}/js/ky.js +0 -0
- /package/static/{6a87653 → 246e0b8}/js/lvce-editor-import-script.js +0 -0
- /package/static/{6a87653 → 246e0b8}/js/lvce-editor-ipc.js +0 -0
- /package/static/{6a87653 → 246e0b8}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{6a87653 → 246e0b8}/js/lvce-editor-rpc.js +0 -0
- /package/static/{6a87653 → 246e0b8}/js/lvce-editor-verror.js +0 -0
- /package/static/{6a87653 → 246e0b8}/js/p-min-delay.js +0 -0
- /package/static/{6a87653 → 246e0b8}/js/pretty-bytes.js +0 -0
- /package/static/{6a87653 → 246e0b8}/js/preview-injected.js +0 -0
- /package/static/{6a87653 → 246e0b8}/js/yoctodelay.js +0 -0
- /package/static/{6a87653 → 246e0b8}/lib-css/xterm.css +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/about-view-worker/dist/aboutWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/activity-bar-worker/dist/activityBarWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/auth-worker/dist/authWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/chat-coordinator-worker/dist/chatCoordinatorWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/chat-debug-view/dist/chatDebugViewWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/chat-math-worker/dist/chatMathWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/chat-message-parsing-worker/dist/chatMessageParsingWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/chat-network-worker/dist/chatNetworkWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/chat-storage-worker/dist/chatStorageWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/chat-tool-worker/dist/chatToolWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/chat-view/dist/chatViewWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/chat-view-model/dist/chatViewModelWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/dialog-worker/dist/dialogWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/diff-view/dist/diffViewWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/drag-and-drop-worker/dist/dragAndDropWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/extension-management-worker/dist/extensionManagementWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/hover-worker/dist/hoverWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/icon-theme-worker/dist/iconThemeWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/language-models-view/dist/languageModelsViewMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/menu-worker/dist/menuWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/notification-center-view/dist/notificationCenterWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/opener-worker/dist/openerWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/output-view/dist/outputViewWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/panel-worker/dist/panelWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/preload/dist/index.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/preview-sandbox-worker/dist/previewSandBoxWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/preview-worker/dist/previewWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/process-explorer-worker/index.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/quick-pick-worker/dist/quickPickWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/renderer-process/LICENSE +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/renderer-process/README.md +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/renderer-process/dist/editorOnly.css +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/renderer-process/dist/editorOnlyRendererProcessMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/renderer-process/dist/xterm.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/renderer-process/package.json +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/running-extensions-view/dist/runningExtensionsViewMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/settings-view/dist/settingsViewWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/settings-worker/dist/settingsWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/source-action-worker/dist/sourceActionWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/status-bar-worker/dist/statusBarWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/text-measurement-worker/dist/textMeasurementWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/text-search-view/dist/textSearchViewMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/packages/update-worker/dist/updateWorkerMain.js +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.cpp +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.css +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.csv +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.dart +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.env +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.ex +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.html +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.java +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.jl +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.js +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.json +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.kt +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.pl +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.py +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/index.ts +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/scrolling.txt +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/languages/tsconfig.json +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/sample-folder/a.txt +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/sample-folder/b.txt +0 -0
- /package/static/{6a87653 → 246e0b8}/playground/sample-folder/c.txt +0 -0
|
@@ -95,7 +95,7 @@ const getAssetDir$2 = () => {
|
|
|
95
95
|
// @ts-ignore
|
|
96
96
|
{
|
|
97
97
|
// @ts-ignore
|
|
98
|
-
return '/
|
|
98
|
+
return '/246e0b8';
|
|
99
99
|
}
|
|
100
100
|
};
|
|
101
101
|
const assetDir = getAssetDir$2();
|
|
@@ -233,6 +233,7 @@ const License = 150;
|
|
|
233
233
|
const SendMessagePortToMainProcess = 151;
|
|
234
234
|
const FileSystemMemory$1 = 152;
|
|
235
235
|
const WebSocketCapability = 153;
|
|
236
|
+
const ExtensionHotReload = 154;
|
|
236
237
|
|
|
237
238
|
const getPrefix = commandId => {
|
|
238
239
|
if (!commandId || typeof commandId !== 'string') {
|
|
@@ -312,6 +313,8 @@ const getModuleId$3 = commandId => {
|
|
|
312
313
|
return Exit;
|
|
313
314
|
case 'ExtensionHost':
|
|
314
315
|
return ExtensionHostCode;
|
|
316
|
+
case 'ExtensionHotReload':
|
|
317
|
+
return ExtensionHotReload;
|
|
315
318
|
case 'ExtensionMeta':
|
|
316
319
|
return ExtensionMeta;
|
|
317
320
|
case 'ExtensionNodeRpc':
|
|
@@ -563,7 +566,7 @@ class VError extends Error {
|
|
|
563
566
|
}
|
|
564
567
|
}
|
|
565
568
|
|
|
566
|
-
const state$
|
|
569
|
+
const state$J = {
|
|
567
570
|
commands: Object.create(null),
|
|
568
571
|
pendingModules: Object.create(null),
|
|
569
572
|
async load(moduleId) {
|
|
@@ -586,20 +589,20 @@ const initializeModule = module => {
|
|
|
586
589
|
};
|
|
587
590
|
const loadModule$3 = async moduleId => {
|
|
588
591
|
try {
|
|
589
|
-
const module = await state$
|
|
592
|
+
const module = await state$J.load(moduleId);
|
|
590
593
|
initializeModule(module);
|
|
591
594
|
} catch (error) {
|
|
592
595
|
throw new VError(error, `failed to load module ${moduleId}`);
|
|
593
596
|
}
|
|
594
597
|
};
|
|
595
598
|
const getOrLoadModule = moduleId => {
|
|
596
|
-
if (!state$
|
|
597
|
-
state$
|
|
599
|
+
if (!state$J.pendingModules[moduleId]) {
|
|
600
|
+
state$J.pendingModules[moduleId] = loadModule$3(moduleId);
|
|
598
601
|
}
|
|
599
|
-
return state$
|
|
602
|
+
return state$J.pendingModules[moduleId];
|
|
600
603
|
};
|
|
601
604
|
const loadCommand = async command => {
|
|
602
|
-
if (command in state$
|
|
605
|
+
if (command in state$J.commands) {
|
|
603
606
|
return;
|
|
604
607
|
}
|
|
605
608
|
await getOrLoadModule(getModuleId$3(command));
|
|
@@ -608,12 +611,12 @@ const register$2 = (commandId, listener) => {
|
|
|
608
611
|
if (commandId.split('.').length >= 3) {
|
|
609
612
|
debugger;
|
|
610
613
|
}
|
|
611
|
-
state$
|
|
614
|
+
state$J.commands[commandId] = listener;
|
|
612
615
|
};
|
|
613
616
|
const hasThrown = new Set();
|
|
614
617
|
const execute$4 = (command, ...args) => {
|
|
615
|
-
if (command in state$
|
|
616
|
-
const fn = state$
|
|
618
|
+
if (command in state$J.commands) {
|
|
619
|
+
const fn = state$J.commands[command];
|
|
617
620
|
if (typeof fn !== 'function') {
|
|
618
621
|
throw new TypeError(`[renderer-worker] Command ${command} is not a function`);
|
|
619
622
|
}
|
|
@@ -622,7 +625,7 @@ const execute$4 = (command, ...args) => {
|
|
|
622
625
|
return loadCommand(command)
|
|
623
626
|
// TODO can skip then block in prod (only to prevent endless loop in dev)
|
|
624
627
|
.then(() => {
|
|
625
|
-
if (!(command in state$
|
|
628
|
+
if (!(command in state$J.commands)) {
|
|
626
629
|
if (hasThrown.has(command)) {
|
|
627
630
|
return;
|
|
628
631
|
}
|
|
@@ -633,38 +636,38 @@ const execute$4 = (command, ...args) => {
|
|
|
633
636
|
});
|
|
634
637
|
};
|
|
635
638
|
const setLoad = load => {
|
|
636
|
-
state$
|
|
639
|
+
state$J.load = load;
|
|
637
640
|
};
|
|
638
641
|
|
|
639
|
-
const state$
|
|
642
|
+
const state$I = {
|
|
640
643
|
pending: Object.create(null),
|
|
641
644
|
references: Object.create(null)
|
|
642
645
|
};
|
|
643
646
|
const get$k = id => {
|
|
644
|
-
return state$
|
|
647
|
+
return state$I.pending[id];
|
|
645
648
|
};
|
|
646
649
|
const has$2 = id => {
|
|
647
|
-
return id in state$
|
|
650
|
+
return id in state$I.pending;
|
|
648
651
|
};
|
|
649
652
|
const set$j = (id, value) => {
|
|
650
|
-
state$
|
|
653
|
+
state$I.pending[id] = value;
|
|
651
654
|
};
|
|
652
655
|
const remove$e = id => {
|
|
653
|
-
delete state$
|
|
656
|
+
delete state$I.pending[id];
|
|
654
657
|
};
|
|
655
658
|
const addReference = id => {
|
|
656
|
-
const count = (state$
|
|
657
|
-
state$
|
|
659
|
+
const count = (state$I.references[id] || 0) + 1;
|
|
660
|
+
state$I.references[id] = count;
|
|
658
661
|
return count;
|
|
659
662
|
};
|
|
660
663
|
const removeReference = id => {
|
|
661
|
-
const count = state$
|
|
664
|
+
const count = state$I.references[id] || 0;
|
|
662
665
|
if (count <= 1) {
|
|
663
|
-
delete state$
|
|
666
|
+
delete state$I.references[id];
|
|
664
667
|
return 0;
|
|
665
668
|
}
|
|
666
669
|
const newCount = count - 1;
|
|
667
|
-
state$
|
|
670
|
+
state$I.references[id] = newCount;
|
|
668
671
|
return newCount;
|
|
669
672
|
};
|
|
670
673
|
|
|
@@ -1284,18 +1287,18 @@ const WebWorkerRpcClient2 = {
|
|
|
1284
1287
|
|
|
1285
1288
|
const commandMapRef = {};
|
|
1286
1289
|
|
|
1287
|
-
const state$
|
|
1290
|
+
const state$H = {
|
|
1288
1291
|
isTest: false
|
|
1289
1292
|
};
|
|
1290
1293
|
const isTest = () => {
|
|
1291
|
-
return state$
|
|
1294
|
+
return state$H.isTest;
|
|
1292
1295
|
};
|
|
1293
1296
|
|
|
1294
1297
|
const kDispose$1 = 'Viewlet.dispose';
|
|
1295
1298
|
const kRemoveCssStyleSheet = 'Css.removeCssStyleSheet';
|
|
1296
1299
|
const kSetCss$1 = 'Viewlet.setCss';
|
|
1297
1300
|
const kSetPatches$1 = 'Viewlet.setPatches';
|
|
1298
|
-
const state$
|
|
1301
|
+
const state$G = {
|
|
1299
1302
|
/** @type {Map<string | number, string>} */
|
|
1300
1303
|
cssTexts: new Map()
|
|
1301
1304
|
};
|
|
@@ -1305,11 +1308,11 @@ const normalizeSetCss = command => {
|
|
|
1305
1308
|
if (typeof id !== 'string' && typeof id !== 'number' || typeof newText !== 'string') {
|
|
1306
1309
|
return command;
|
|
1307
1310
|
}
|
|
1308
|
-
const oldText = state$
|
|
1311
|
+
const oldText = state$G.cssTexts.get(id);
|
|
1309
1312
|
if (oldText === newText) {
|
|
1310
1313
|
return undefined;
|
|
1311
1314
|
}
|
|
1312
|
-
state$
|
|
1315
|
+
state$G.cssTexts.set(id, newText);
|
|
1313
1316
|
return command;
|
|
1314
1317
|
};
|
|
1315
1318
|
const normalizeCommand = command => {
|
|
@@ -1323,7 +1326,7 @@ const normalizeCommand = command => {
|
|
|
1323
1326
|
return normalizeSetCss(command);
|
|
1324
1327
|
}
|
|
1325
1328
|
if (command[0] === kDispose$1 || command[0] === kRemoveCssStyleSheet) {
|
|
1326
|
-
state$
|
|
1329
|
+
state$G.cssTexts.delete(command[1]);
|
|
1327
1330
|
}
|
|
1328
1331
|
return command;
|
|
1329
1332
|
};
|
|
@@ -1338,13 +1341,13 @@ const normalizeCommands = commands => {
|
|
|
1338
1341
|
return normalized;
|
|
1339
1342
|
};
|
|
1340
1343
|
const getCssText = id => {
|
|
1341
|
-
return state$
|
|
1344
|
+
return state$G.cssTexts.get(id);
|
|
1342
1345
|
};
|
|
1343
1346
|
const setCssText = (id, text) => {
|
|
1344
|
-
state$
|
|
1347
|
+
state$G.cssTexts.set(id, text);
|
|
1345
1348
|
};
|
|
1346
1349
|
const reset$4 = () => {
|
|
1347
|
-
state$
|
|
1350
|
+
state$G.cssTexts.clear();
|
|
1348
1351
|
};
|
|
1349
1352
|
|
|
1350
1353
|
const requestAnimationFrame = fn => {
|
|
@@ -1361,7 +1364,7 @@ const kSendMultiple$1 = 'Viewlet.sendMultiple';
|
|
|
1361
1364
|
const kSetCss = 'Viewlet.setCss';
|
|
1362
1365
|
const kSetPatches = 'Viewlet.setPatches';
|
|
1363
1366
|
const minimumFrameDuration = 16;
|
|
1364
|
-
const state$
|
|
1367
|
+
const state$F = {
|
|
1365
1368
|
frameCount: 0,
|
|
1366
1369
|
lastFrameTime: Number.NEGATIVE_INFINITY,
|
|
1367
1370
|
/** @type {{commands: any[], promise: Promise<any>} | undefined} */
|
|
@@ -1371,8 +1374,8 @@ const state$E = {
|
|
|
1371
1374
|
tail: Promise.resolve()
|
|
1372
1375
|
};
|
|
1373
1376
|
const enqueue = operation => {
|
|
1374
|
-
const promise = state$
|
|
1375
|
-
state$
|
|
1377
|
+
const promise = state$F.tail.then(operation);
|
|
1378
|
+
state$F.tail = promise.catch(() => {});
|
|
1376
1379
|
return promise;
|
|
1377
1380
|
};
|
|
1378
1381
|
const waitForEligibleFrame = () => {
|
|
@@ -1381,7 +1384,7 @@ const waitForEligibleFrame = () => {
|
|
|
1381
1384
|
}
|
|
1382
1385
|
return new Promise(resolve => {
|
|
1383
1386
|
const handleFrame = timestamp => {
|
|
1384
|
-
if (timestamp - state$
|
|
1387
|
+
if (timestamp - state$F.lastFrameTime < minimumFrameDuration) {
|
|
1385
1388
|
requestAnimationFrame(handleFrame);
|
|
1386
1389
|
return;
|
|
1387
1390
|
}
|
|
@@ -1392,7 +1395,7 @@ const waitForEligibleFrame = () => {
|
|
|
1392
1395
|
};
|
|
1393
1396
|
const invokeWithCacheRecovery = async (method, ...params) => {
|
|
1394
1397
|
try {
|
|
1395
|
-
return await state$
|
|
1398
|
+
return await state$F.rpc.invoke(method, ...params);
|
|
1396
1399
|
} catch (error) {
|
|
1397
1400
|
reset$4();
|
|
1398
1401
|
throw error;
|
|
@@ -1400,22 +1403,22 @@ const invokeWithCacheRecovery = async (method, ...params) => {
|
|
|
1400
1403
|
};
|
|
1401
1404
|
const runFrame = async frame => {
|
|
1402
1405
|
const timestamp = await waitForEligibleFrame();
|
|
1403
|
-
if (state$
|
|
1404
|
-
state$
|
|
1406
|
+
if (state$F.pendingFrame === frame) {
|
|
1407
|
+
state$F.pendingFrame = undefined;
|
|
1405
1408
|
}
|
|
1406
1409
|
const commands = normalizeCommands(frame.commands);
|
|
1407
1410
|
if (commands.length === 0) {
|
|
1408
1411
|
return;
|
|
1409
1412
|
}
|
|
1410
|
-
state$
|
|
1413
|
+
state$F.frameCount++;
|
|
1411
1414
|
try {
|
|
1412
1415
|
return await invokeWithCacheRecovery(kSendMultiple$1, commands);
|
|
1413
1416
|
} finally {
|
|
1414
|
-
state$
|
|
1417
|
+
state$F.lastFrameTime = Math.max(timestamp, now());
|
|
1415
1418
|
}
|
|
1416
1419
|
};
|
|
1417
1420
|
const sealPendingFrame = () => {
|
|
1418
|
-
state$
|
|
1421
|
+
state$F.pendingFrame = undefined;
|
|
1419
1422
|
};
|
|
1420
1423
|
const invokeDirectRendererCommand = async (method, params) => {
|
|
1421
1424
|
const commands = normalizeCommands([[method, ...params]]);
|
|
@@ -1434,23 +1437,23 @@ const invokeCssStyleSheet = async (id, text) => {
|
|
|
1434
1437
|
};
|
|
1435
1438
|
const reset$3 = rpc => {
|
|
1436
1439
|
reset$4();
|
|
1437
|
-
state$
|
|
1438
|
-
state$
|
|
1439
|
-
state$
|
|
1440
|
-
state$
|
|
1441
|
-
state$
|
|
1440
|
+
state$F.frameCount = 0;
|
|
1441
|
+
state$F.lastFrameTime = Number.NEGATIVE_INFINITY;
|
|
1442
|
+
state$F.pendingFrame = undefined;
|
|
1443
|
+
state$F.rpc = rpc;
|
|
1444
|
+
state$F.tail = Promise.resolve();
|
|
1442
1445
|
};
|
|
1443
1446
|
const sendMultiple = commands => {
|
|
1444
|
-
if (state$
|
|
1445
|
-
state$
|
|
1446
|
-
return state$
|
|
1447
|
+
if (state$F.pendingFrame) {
|
|
1448
|
+
state$F.pendingFrame.commands.push(...commands);
|
|
1449
|
+
return state$F.pendingFrame.promise;
|
|
1447
1450
|
}
|
|
1448
1451
|
/** @type {{commands: any[], promise: Promise<any>}} */
|
|
1449
1452
|
const frame = {
|
|
1450
1453
|
commands: [...commands],
|
|
1451
1454
|
promise: Promise.resolve()
|
|
1452
1455
|
};
|
|
1453
|
-
state$
|
|
1456
|
+
state$F.pendingFrame = frame;
|
|
1454
1457
|
frame.promise = enqueue(() => runFrame(frame));
|
|
1455
1458
|
return frame.promise;
|
|
1456
1459
|
};
|
|
@@ -1473,7 +1476,7 @@ const invokeAndTransfer$P = (method, ...params) => {
|
|
|
1473
1476
|
sealPendingFrame();
|
|
1474
1477
|
return enqueue(async () => {
|
|
1475
1478
|
try {
|
|
1476
|
-
return await state$
|
|
1479
|
+
return await state$F.rpc.invokeAndTransfer(method, ...params);
|
|
1477
1480
|
} catch (error) {
|
|
1478
1481
|
reset$4();
|
|
1479
1482
|
throw error;
|
|
@@ -1482,7 +1485,7 @@ const invokeAndTransfer$P = (method, ...params) => {
|
|
|
1482
1485
|
};
|
|
1483
1486
|
|
|
1484
1487
|
// @ts-ignore
|
|
1485
|
-
const state$
|
|
1488
|
+
const state$E = {
|
|
1486
1489
|
pendingMessages: [],
|
|
1487
1490
|
/**
|
|
1488
1491
|
* @type {any}
|
|
@@ -1498,9 +1501,9 @@ const getRpc = async () => {
|
|
|
1498
1501
|
return rpc;
|
|
1499
1502
|
};
|
|
1500
1503
|
const listen$1 = async () => {
|
|
1501
|
-
console.assert(state$
|
|
1504
|
+
console.assert(state$E.pendingMessages.length === 0);
|
|
1502
1505
|
const rpc = await getRpc();
|
|
1503
|
-
state$
|
|
1506
|
+
state$E.rpc = rpc;
|
|
1504
1507
|
reset$3(rpc);
|
|
1505
1508
|
};
|
|
1506
1509
|
const invoke$I = (method, ...params) => {
|
|
@@ -1946,18 +1949,21 @@ const create$1b = async ({
|
|
|
1946
1949
|
|
|
1947
1950
|
const isProduction = true;
|
|
1948
1951
|
|
|
1949
|
-
const state$
|
|
1952
|
+
const state$D = Object.create(null);
|
|
1950
1953
|
const setAll = preferences => {
|
|
1951
|
-
Object.
|
|
1954
|
+
for (const key of Object.keys(state$D)) {
|
|
1955
|
+
delete state$D[key];
|
|
1956
|
+
}
|
|
1957
|
+
Object.assign(state$D, preferences);
|
|
1952
1958
|
};
|
|
1953
1959
|
const get$h = key => {
|
|
1954
|
-
return state$
|
|
1960
|
+
return state$D[key];
|
|
1955
1961
|
};
|
|
1956
1962
|
const getAll$3 = () => {
|
|
1957
|
-
return state$
|
|
1963
|
+
return state$D;
|
|
1958
1964
|
};
|
|
1959
1965
|
const set$h = (key, value) => {
|
|
1960
|
-
state$
|
|
1966
|
+
state$D[key] = value;
|
|
1961
1967
|
};
|
|
1962
1968
|
|
|
1963
1969
|
const getConfiguredWorkerUrl$2 = () => {
|
|
@@ -2062,24 +2068,24 @@ const showErrorDialog = async error => {
|
|
|
2062
2068
|
// 1. it decouples event emitter (e.g. Editor creation) from other module (Document syncing when editor was created)
|
|
2063
2069
|
|
|
2064
2070
|
// TODO use normal event target
|
|
2065
|
-
const state$
|
|
2071
|
+
const state$C = {
|
|
2066
2072
|
listenerMap: Object.create(null)
|
|
2067
2073
|
};
|
|
2068
2074
|
const emitEvent = async (event, ...args) => {
|
|
2069
|
-
const listeners = state$
|
|
2075
|
+
const listeners = state$C.listenerMap[event] || [];
|
|
2070
2076
|
for (const listener of listeners) {
|
|
2071
2077
|
await listener(...args);
|
|
2072
2078
|
}
|
|
2073
2079
|
};
|
|
2074
2080
|
const addListener = (event, fn, options = {}) => {
|
|
2075
|
-
state$
|
|
2076
|
-
if (state$
|
|
2081
|
+
state$C.listenerMap[event] ||= [];
|
|
2082
|
+
if (state$C.listenerMap[event].includes(fn)) {
|
|
2077
2083
|
return;
|
|
2078
2084
|
}
|
|
2079
2085
|
if (options.prepend) {
|
|
2080
|
-
state$
|
|
2086
|
+
state$C.listenerMap[event].unshift(fn);
|
|
2081
2087
|
} else {
|
|
2082
|
-
state$
|
|
2088
|
+
state$C.listenerMap[event].push(fn);
|
|
2083
2089
|
}
|
|
2084
2090
|
};
|
|
2085
2091
|
|
|
@@ -2318,7 +2324,7 @@ const openUri$1 = async (path, focus = true, props = {}) => {
|
|
|
2318
2324
|
await execute$4(/* Main.openUri */'Main.openUri', /* uri */path, /* focus */focus, props);
|
|
2319
2325
|
};
|
|
2320
2326
|
|
|
2321
|
-
const state$
|
|
2327
|
+
const state$B = {
|
|
2322
2328
|
/**
|
|
2323
2329
|
* @type {any}
|
|
2324
2330
|
*/
|
|
@@ -2329,14 +2335,14 @@ const state$A = {
|
|
|
2329
2335
|
const invoke$F = async (method, ...params) => {
|
|
2330
2336
|
const {
|
|
2331
2337
|
ipc
|
|
2332
|
-
} = state$
|
|
2338
|
+
} = state$B;
|
|
2333
2339
|
const result = await invoke$H(ipc, method, ...params);
|
|
2334
2340
|
return result;
|
|
2335
2341
|
};
|
|
2336
2342
|
const invokeAndTransfer$L = async (method, ...params) => {
|
|
2337
2343
|
const {
|
|
2338
2344
|
ipc
|
|
2339
|
-
} = state$
|
|
2345
|
+
} = state$B;
|
|
2340
2346
|
const result = await invokeAndTransfer$N(ipc, method, ...params);
|
|
2341
2347
|
return result;
|
|
2342
2348
|
};
|
|
@@ -2378,16 +2384,28 @@ const getPreferences = async () => {
|
|
|
2378
2384
|
const preferences = getPreferencesJson();
|
|
2379
2385
|
return preferences;
|
|
2380
2386
|
};
|
|
2381
|
-
const
|
|
2387
|
+
const load$5 = async () => {
|
|
2388
|
+
const preferences = await getPreferences();
|
|
2389
|
+
setAll(preferences);
|
|
2390
|
+
};
|
|
2391
|
+
const hydrate$e = async () => {
|
|
2382
2392
|
try {
|
|
2383
2393
|
// TODO should configuration be together with all other preferences (e.g. selecting color theme code is not needed on startup)
|
|
2384
2394
|
// TODO probably not all preferences need to be kept in memory
|
|
2385
|
-
|
|
2386
|
-
setAll(preferences);
|
|
2395
|
+
await load$5();
|
|
2387
2396
|
} catch (error) {
|
|
2388
2397
|
logError(error);
|
|
2389
2398
|
}
|
|
2390
2399
|
};
|
|
2400
|
+
const reload$6 = async () => {
|
|
2401
|
+
try {
|
|
2402
|
+
await load$5();
|
|
2403
|
+
} catch (error) {
|
|
2404
|
+
logError(error);
|
|
2405
|
+
return;
|
|
2406
|
+
}
|
|
2407
|
+
await emitEvent('preferences.changed');
|
|
2408
|
+
};
|
|
2391
2409
|
const get$f = key => {
|
|
2392
2410
|
return get$h(key);
|
|
2393
2411
|
};
|
|
@@ -2433,14 +2451,14 @@ const toggleAutoSave = async () => {
|
|
|
2433
2451
|
});
|
|
2434
2452
|
};
|
|
2435
2453
|
|
|
2436
|
-
const state$
|
|
2454
|
+
const state$A = {
|
|
2437
2455
|
paths: {}
|
|
2438
2456
|
};
|
|
2439
2457
|
const initialize$4 = (paths = {}) => {
|
|
2440
|
-
state$
|
|
2458
|
+
state$A.paths = paths;
|
|
2441
2459
|
};
|
|
2442
2460
|
const get$e = key => {
|
|
2443
|
-
return state$
|
|
2461
|
+
return state$A.paths[key] || '';
|
|
2444
2462
|
};
|
|
2445
2463
|
|
|
2446
2464
|
const getConfiguredWorkerUrl$1 = (preferenceKey, fallback) => {
|
|
@@ -2462,13 +2480,14 @@ const getConfiguredWorkerUrl$1 = (preferenceKey, fallback) => {
|
|
|
2462
2480
|
|
|
2463
2481
|
const launchExtensionManagementWorker = async () => {
|
|
2464
2482
|
const name = 'Extension Management Worker';
|
|
2483
|
+
const developmentConfig = await invoke$F('ExtensionManagement.getLinkedExtensionDevelopmentConfig');
|
|
2465
2484
|
const ipc = await create$1b({
|
|
2466
2485
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
2467
2486
|
name,
|
|
2468
2487
|
url: getConfiguredWorkerUrl$1('develop.extensionManagementWorkerPath', extensionManagementWorkerUrl)
|
|
2469
2488
|
});
|
|
2470
2489
|
handleIpc(ipc);
|
|
2471
|
-
await invoke$H(ipc, 'Extensions.initialize', getPlatform$3());
|
|
2490
|
+
await invoke$H(ipc, 'Extensions.initialize', getPlatform$3(), developmentConfig);
|
|
2472
2491
|
return ipc;
|
|
2473
2492
|
};
|
|
2474
2493
|
|
|
@@ -2478,7 +2497,7 @@ const {
|
|
|
2478
2497
|
const disposeAllRuntimes = () => {
|
|
2479
2498
|
return invoke$E('Extensions.disposeAllRuntimes');
|
|
2480
2499
|
};
|
|
2481
|
-
const hydrate$
|
|
2500
|
+
const hydrate$d = () => {
|
|
2482
2501
|
addListener('workspace.beforeChange', disposeAllRuntimes);
|
|
2483
2502
|
};
|
|
2484
2503
|
|
|
@@ -2542,7 +2561,7 @@ const setThemeColor = async themeColor => {
|
|
|
2542
2561
|
// TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
|
|
2543
2562
|
// actual color theme can be computed after workbench has loaded (most times will be the same and doesn't need to be computed)
|
|
2544
2563
|
|
|
2545
|
-
const state$
|
|
2564
|
+
const state$z = {
|
|
2546
2565
|
watchedTheme: ''
|
|
2547
2566
|
};
|
|
2548
2567
|
const FALLBACK_COLOR_THEME_ID = 'slime';
|
|
@@ -2553,7 +2572,7 @@ const FALLBACK_COLOR_THEME_ID = 'slime';
|
|
|
2553
2572
|
const applyColorTheme = async colorThemeId => {
|
|
2554
2573
|
try {
|
|
2555
2574
|
string(colorThemeId);
|
|
2556
|
-
state$
|
|
2575
|
+
state$z.colorTheme = colorThemeId;
|
|
2557
2576
|
const colorThemeCss = await getColorThemeCss(colorThemeId);
|
|
2558
2577
|
if (!colorThemeCss) {
|
|
2559
2578
|
return new Error(`Color theme is empty`);
|
|
@@ -2564,7 +2583,7 @@ const applyColorTheme = async colorThemeId => {
|
|
|
2564
2583
|
await setThemeColor(themeColor);
|
|
2565
2584
|
}
|
|
2566
2585
|
if (getPlatform$3() !== Web$1 && get$f('development.watchColorTheme')) {
|
|
2567
|
-
watch$
|
|
2586
|
+
watch$3(colorThemeId);
|
|
2568
2587
|
}
|
|
2569
2588
|
return undefined;
|
|
2570
2589
|
} catch (error) {
|
|
@@ -2581,11 +2600,11 @@ const setColorTheme = async colorThemeId => {
|
|
|
2581
2600
|
await execute$4('Layout.handleColorThemeChanged', colorThemeId);
|
|
2582
2601
|
return undefined;
|
|
2583
2602
|
};
|
|
2584
|
-
const watch$
|
|
2585
|
-
if (state$
|
|
2603
|
+
const watch$3 = async id => {
|
|
2604
|
+
if (state$z.watchedTheme === id) {
|
|
2586
2605
|
return;
|
|
2587
2606
|
}
|
|
2588
|
-
state$
|
|
2607
|
+
state$z.watchedTheme = id;
|
|
2589
2608
|
await invoke$F('ExtensionHost.watchColorTheme', id);
|
|
2590
2609
|
};
|
|
2591
2610
|
const getPreferredColorTheme = () => {
|
|
@@ -2622,26 +2641,26 @@ const reload$5 = async () => {
|
|
|
2622
2641
|
};
|
|
2623
2642
|
|
|
2624
2643
|
// TODO have icon theme, color theme together (maybe)
|
|
2625
|
-
const hydrate$
|
|
2644
|
+
const hydrate$c = async () => {
|
|
2626
2645
|
await applyPreferredColorTheme();
|
|
2627
2646
|
};
|
|
2628
2647
|
|
|
2629
|
-
const state$
|
|
2648
|
+
const state$y = {
|
|
2630
2649
|
href: ''
|
|
2631
2650
|
};
|
|
2632
2651
|
|
|
2633
2652
|
const initialize$3 = href => {
|
|
2634
|
-
state$
|
|
2653
|
+
state$y.href = href;
|
|
2635
2654
|
};
|
|
2636
2655
|
const getHref$1 = async () => {
|
|
2637
2656
|
const href = await invoke$I(/* Location.getHref */'Location.getHref');
|
|
2638
|
-
state$
|
|
2657
|
+
state$y.href = href;
|
|
2639
2658
|
return href;
|
|
2640
2659
|
};
|
|
2641
2660
|
const setPathName = async pathName => {
|
|
2642
2661
|
const {
|
|
2643
2662
|
href
|
|
2644
|
-
} = state$
|
|
2663
|
+
} = state$y;
|
|
2645
2664
|
if (!href) {
|
|
2646
2665
|
return invoke$I(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
|
|
2647
2666
|
}
|
|
@@ -2651,12 +2670,12 @@ const setPathName = async pathName => {
|
|
|
2651
2670
|
return;
|
|
2652
2671
|
}
|
|
2653
2672
|
await invoke$I(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
|
|
2654
|
-
state$
|
|
2673
|
+
state$y.href = resolvedUrl.href;
|
|
2655
2674
|
};
|
|
2656
2675
|
const setWorkspaceUri = async workspaceUri => {
|
|
2657
2676
|
const {
|
|
2658
2677
|
href
|
|
2659
|
-
} = state$
|
|
2678
|
+
} = state$y;
|
|
2660
2679
|
if (!href) {
|
|
2661
2680
|
return invoke$I(/* Location.setWorkspaceUri */'Location.setWorkspaceUri', /* workspaceUri */workspaceUri);
|
|
2662
2681
|
}
|
|
@@ -2666,9 +2685,9 @@ const setWorkspaceUri = async workspaceUri => {
|
|
|
2666
2685
|
return;
|
|
2667
2686
|
}
|
|
2668
2687
|
await invoke$I(/* Location.setWorkspaceUri */'Location.setWorkspaceUri', /* workspaceUri */workspaceUri);
|
|
2669
|
-
state$
|
|
2688
|
+
state$y.href = url.href;
|
|
2670
2689
|
};
|
|
2671
|
-
const hydrate$
|
|
2690
|
+
const hydrate$b = () => {
|
|
2672
2691
|
return invoke$I(/* Location.hydrate */'Location.hydrate');
|
|
2673
2692
|
};
|
|
2674
2693
|
const getHost = () => {
|
|
@@ -3308,7 +3327,7 @@ const ViewletModuleId = {
|
|
|
3308
3327
|
// to allow having multiple instances of the same
|
|
3309
3328
|
// type. for example multiple editors
|
|
3310
3329
|
|
|
3311
|
-
const state$
|
|
3330
|
+
const state$x = {
|
|
3312
3331
|
instances: Object.create(null),
|
|
3313
3332
|
/**
|
|
3314
3333
|
* Track focused instance by module ID/type
|
|
@@ -3342,10 +3361,10 @@ const set$f = (key, value) => {
|
|
|
3342
3361
|
object(value.factory);
|
|
3343
3362
|
object(value.state);
|
|
3344
3363
|
object(value.renderedState);
|
|
3345
|
-
state$
|
|
3364
|
+
state$x.instances[key] = value;
|
|
3346
3365
|
};
|
|
3347
3366
|
const getByUid = uid => {
|
|
3348
|
-
for (const value of Object.values(state$
|
|
3367
|
+
for (const value of Object.values(state$x.instances)) {
|
|
3349
3368
|
if (value.renderedState.uid === uid) {
|
|
3350
3369
|
return value;
|
|
3351
3370
|
}
|
|
@@ -3353,7 +3372,7 @@ const getByUid = uid => {
|
|
|
3353
3372
|
return undefined;
|
|
3354
3373
|
};
|
|
3355
3374
|
const getInstance = key => {
|
|
3356
|
-
const fast = state$
|
|
3375
|
+
const fast = state$x.instances[key];
|
|
3357
3376
|
if (fast) {
|
|
3358
3377
|
return fast;
|
|
3359
3378
|
}
|
|
@@ -3365,7 +3384,7 @@ const getInstance = key => {
|
|
|
3365
3384
|
}
|
|
3366
3385
|
const normalizedKey = normalizeModuleId(key);
|
|
3367
3386
|
if (normalizedKey !== key) {
|
|
3368
|
-
const normalizedFast = state$
|
|
3387
|
+
const normalizedFast = state$x.instances[normalizedKey];
|
|
3369
3388
|
if (normalizedFast) {
|
|
3370
3389
|
return normalizedFast;
|
|
3371
3390
|
}
|
|
@@ -3374,7 +3393,7 @@ const getInstance = key => {
|
|
|
3374
3393
|
if (focusedInstance) {
|
|
3375
3394
|
return focusedInstance;
|
|
3376
3395
|
}
|
|
3377
|
-
for (const value of Object.values(state$
|
|
3396
|
+
for (const value of Object.values(state$x.instances)) {
|
|
3378
3397
|
if (value.moduleId === key || value.moduleId === normalizedKey) {
|
|
3379
3398
|
return value;
|
|
3380
3399
|
}
|
|
@@ -3382,17 +3401,17 @@ const getInstance = key => {
|
|
|
3382
3401
|
return undefined;
|
|
3383
3402
|
};
|
|
3384
3403
|
const hasInstance = key => {
|
|
3385
|
-
return key in state$
|
|
3404
|
+
return key in state$x.instances;
|
|
3386
3405
|
};
|
|
3387
3406
|
const remove$a = key => {
|
|
3388
|
-
const instance = state$
|
|
3407
|
+
const instance = state$x.instances[key];
|
|
3389
3408
|
if (instance) {
|
|
3390
3409
|
clearFocusedInstanceByType(instance.renderedState?.uid, instance.moduleId);
|
|
3391
3410
|
}
|
|
3392
|
-
delete state$
|
|
3411
|
+
delete state$x.instances[key];
|
|
3393
3412
|
};
|
|
3394
3413
|
const getAllInstances = () => {
|
|
3395
|
-
return state$
|
|
3414
|
+
return state$x.instances;
|
|
3396
3415
|
};
|
|
3397
3416
|
const getState$1 = key => {
|
|
3398
3417
|
const instance = getInstance(key);
|
|
@@ -3434,7 +3453,7 @@ const setFocusedInstanceByType = (uid, moduleId) => {
|
|
|
3434
3453
|
if (typeof moduleId !== 'string') {
|
|
3435
3454
|
return;
|
|
3436
3455
|
}
|
|
3437
|
-
state$
|
|
3456
|
+
state$x.focusedInstanceByType[moduleId] = uid;
|
|
3438
3457
|
};
|
|
3439
3458
|
|
|
3440
3459
|
/**
|
|
@@ -3443,7 +3462,7 @@ const setFocusedInstanceByType = (uid, moduleId) => {
|
|
|
3443
3462
|
* @returns {number|undefined} The UID of the focused instance, or undefined
|
|
3444
3463
|
*/
|
|
3445
3464
|
const getFocusedInstanceByType = moduleId => {
|
|
3446
|
-
return state$
|
|
3465
|
+
return state$x.focusedInstanceByType[moduleId];
|
|
3447
3466
|
};
|
|
3448
3467
|
|
|
3449
3468
|
/**
|
|
@@ -3452,8 +3471,8 @@ const getFocusedInstanceByType = moduleId => {
|
|
|
3452
3471
|
* @param {string} moduleId - The module ID/type
|
|
3453
3472
|
*/
|
|
3454
3473
|
const clearFocusedInstanceByType = (uid, moduleId) => {
|
|
3455
|
-
if (state$
|
|
3456
|
-
delete state$
|
|
3474
|
+
if (state$x.focusedInstanceByType[moduleId] === uid) {
|
|
3475
|
+
delete state$x.focusedInstanceByType[moduleId];
|
|
3457
3476
|
}
|
|
3458
3477
|
};
|
|
3459
3478
|
|
|
@@ -3477,14 +3496,14 @@ const cleanUpWorkersAfterLoad = async () => {
|
|
|
3477
3496
|
await Promise.all(promises);
|
|
3478
3497
|
};
|
|
3479
3498
|
|
|
3480
|
-
const state$
|
|
3499
|
+
const state$w = {
|
|
3481
3500
|
id: 0
|
|
3482
3501
|
};
|
|
3483
3502
|
const create$1a = () => {
|
|
3484
|
-
return ++state$
|
|
3503
|
+
return ++state$w.id;
|
|
3485
3504
|
};
|
|
3486
3505
|
|
|
3487
|
-
const state$
|
|
3506
|
+
const state$v = {
|
|
3488
3507
|
ipc: undefined
|
|
3489
3508
|
};
|
|
3490
3509
|
|
|
@@ -3493,15 +3512,15 @@ const state$u = {
|
|
|
3493
3512
|
* @returns {any}
|
|
3494
3513
|
*/
|
|
3495
3514
|
const get$d = () => {
|
|
3496
|
-
return state$
|
|
3515
|
+
return state$v.ipc;
|
|
3497
3516
|
};
|
|
3498
3517
|
const set$e = ipc => {
|
|
3499
|
-
state$
|
|
3518
|
+
state$v.ipc = ipc;
|
|
3500
3519
|
};
|
|
3501
3520
|
|
|
3502
3521
|
const map$3 = Object.create(null);
|
|
3503
3522
|
const ids = new WeakMap();
|
|
3504
|
-
const handleEvent$
|
|
3523
|
+
const handleEvent$3 = async (id, event) => {
|
|
3505
3524
|
const eventTarget = map$3[id];
|
|
3506
3525
|
if (!eventTarget) {
|
|
3507
3526
|
const alternate = map2[id];
|
|
@@ -3520,7 +3539,7 @@ const handleEvent$1 = async (id, event) => {
|
|
|
3520
3539
|
detail: event
|
|
3521
3540
|
}));
|
|
3522
3541
|
};
|
|
3523
|
-
const watch$
|
|
3542
|
+
const watch$2 = async options => {
|
|
3524
3543
|
const id = create$1a();
|
|
3525
3544
|
const target = new EventTarget();
|
|
3526
3545
|
map$3[id] = target;
|
|
@@ -3528,7 +3547,7 @@ const watch$1 = async options => {
|
|
|
3528
3547
|
await invoke$F('FileWatcher.watch', id, options);
|
|
3529
3548
|
return target;
|
|
3530
3549
|
};
|
|
3531
|
-
const dispose$
|
|
3550
|
+
const dispose$T = async target => {
|
|
3532
3551
|
const id = ids.get(target);
|
|
3533
3552
|
if (id === undefined) {
|
|
3534
3553
|
return;
|
|
@@ -3549,14 +3568,14 @@ const watchFile = async (rpcId, callBackCommandId, uri) => {
|
|
|
3549
3568
|
return map$3[id];
|
|
3550
3569
|
};
|
|
3551
3570
|
|
|
3552
|
-
const state$
|
|
3571
|
+
const state$u = {
|
|
3553
3572
|
id: 0
|
|
3554
3573
|
};
|
|
3555
3574
|
const set$d = value => {
|
|
3556
|
-
state$
|
|
3575
|
+
state$u.id = value;
|
|
3557
3576
|
};
|
|
3558
3577
|
const get$c = () => {
|
|
3559
|
-
return state$
|
|
3578
|
+
return state$u.id;
|
|
3560
3579
|
};
|
|
3561
3580
|
|
|
3562
3581
|
// TODO cache window id
|
|
@@ -3608,7 +3627,7 @@ const reload$3 = () => {
|
|
|
3608
3627
|
return fn();
|
|
3609
3628
|
};
|
|
3610
3629
|
|
|
3611
|
-
const hydrate$
|
|
3630
|
+
const hydrate$a = async () => {
|
|
3612
3631
|
{
|
|
3613
3632
|
return;
|
|
3614
3633
|
}
|
|
@@ -3657,18 +3676,18 @@ const createTestWorker = async () => {
|
|
|
3657
3676
|
await invoke$H(ipc, 'RendererProcess.initialize');
|
|
3658
3677
|
return ipc;
|
|
3659
3678
|
};
|
|
3660
|
-
const state$
|
|
3679
|
+
const state$t = {
|
|
3661
3680
|
launchPromise: undefined
|
|
3662
3681
|
};
|
|
3663
3682
|
const getOrCreateLaunchPromise = () => {
|
|
3664
3683
|
const {
|
|
3665
3684
|
launchPromise
|
|
3666
|
-
} = state$
|
|
3685
|
+
} = state$t;
|
|
3667
3686
|
if (launchPromise) {
|
|
3668
3687
|
return launchPromise;
|
|
3669
3688
|
}
|
|
3670
3689
|
const promise = createTestWorker();
|
|
3671
|
-
state$
|
|
3690
|
+
state$t.launchPromise = promise;
|
|
3672
3691
|
return promise;
|
|
3673
3692
|
};
|
|
3674
3693
|
const shouldPreloadTestWorker = (href, isPromptMode) => {
|
|
@@ -3692,9 +3711,9 @@ const launchTestWorker = async () => {
|
|
|
3692
3711
|
} catch (error) {
|
|
3693
3712
|
const {
|
|
3694
3713
|
launchPromise
|
|
3695
|
-
} = state$
|
|
3714
|
+
} = state$t;
|
|
3696
3715
|
if (launchPromise === promise) {
|
|
3697
|
-
state$
|
|
3716
|
+
state$t.launchPromise = undefined;
|
|
3698
3717
|
}
|
|
3699
3718
|
throw error;
|
|
3700
3719
|
}
|
|
@@ -3875,7 +3894,7 @@ const isEqualUint32Array = (a, b) => {
|
|
|
3875
3894
|
return true;
|
|
3876
3895
|
};
|
|
3877
3896
|
|
|
3878
|
-
const state$
|
|
3897
|
+
const state$s = {
|
|
3879
3898
|
keyBindingSets: Object.create(null),
|
|
3880
3899
|
keyBindingSetCounts: Object.create(null),
|
|
3881
3900
|
/**
|
|
@@ -3888,7 +3907,7 @@ const state$r = {
|
|
|
3888
3907
|
matchingKeyBindings: []
|
|
3889
3908
|
};
|
|
3890
3909
|
const getKeyBinding = identifier => {
|
|
3891
|
-
for (const keyBinding of state$
|
|
3910
|
+
for (const keyBinding of state$s.matchingKeyBindings) {
|
|
3892
3911
|
if (keyBinding.key === identifier) {
|
|
3893
3912
|
return keyBinding;
|
|
3894
3913
|
}
|
|
@@ -3914,39 +3933,39 @@ const update = () => {
|
|
|
3914
3933
|
const {
|
|
3915
3934
|
keyBindingIdentifiers: oldKeyBindingIdentifiers,
|
|
3916
3935
|
keyBindingSets
|
|
3917
|
-
} = state$
|
|
3936
|
+
} = state$s;
|
|
3918
3937
|
const matchingKeyBindings = getMatchingKeyBindings(keyBindingSets);
|
|
3919
3938
|
const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
|
|
3920
|
-
state$
|
|
3939
|
+
state$s.matchingKeyBindings = matchingKeyBindings;
|
|
3921
3940
|
if (isEqualUint32Array(oldKeyBindingIdentifiers, keyBindingIdentifiers)) {
|
|
3922
3941
|
return;
|
|
3923
3942
|
}
|
|
3924
3943
|
invoke$I('KeyBindings.setIdentifiers', keyBindingIdentifiers);
|
|
3925
|
-
state$
|
|
3944
|
+
state$s.keyBindingIdentifiers = keyBindingIdentifiers;
|
|
3926
3945
|
};
|
|
3927
3946
|
const addKeyBindings = (id, keyBindings) => {
|
|
3928
3947
|
string(id);
|
|
3929
3948
|
array(keyBindings);
|
|
3930
|
-
if (id in state$
|
|
3931
|
-
state$
|
|
3949
|
+
if (id in state$s.keyBindingSets) {
|
|
3950
|
+
state$s.keyBindingSetCounts[id]++;
|
|
3932
3951
|
return;
|
|
3933
3952
|
}
|
|
3934
|
-
state$
|
|
3935
|
-
state$
|
|
3953
|
+
state$s.keyBindingSets[id] = keyBindings;
|
|
3954
|
+
state$s.keyBindingSetCounts[id] = 1;
|
|
3936
3955
|
update();
|
|
3937
3956
|
};
|
|
3938
3957
|
const setKeyBindings = (id, keyBindings) => {
|
|
3939
3958
|
string(id);
|
|
3940
3959
|
array(keyBindings);
|
|
3941
|
-
state$
|
|
3942
|
-
state$
|
|
3960
|
+
state$s.keyBindingSets[id] = keyBindings;
|
|
3961
|
+
state$s.keyBindingSetCounts[id] = 1;
|
|
3943
3962
|
update();
|
|
3944
3963
|
};
|
|
3945
3964
|
const removeKeyBindings = id => {
|
|
3946
3965
|
const {
|
|
3947
3966
|
keyBindingSets,
|
|
3948
3967
|
keyBindingSetCounts
|
|
3949
|
-
} = state$
|
|
3968
|
+
} = state$s;
|
|
3950
3969
|
if (!(id in keyBindingSets)) {
|
|
3951
3970
|
warn(`cannot remove keybindings that are not registered: ${id}`);
|
|
3952
3971
|
return;
|
|
@@ -3999,14 +4018,14 @@ const handleViewContextChange$1 = (uid, viewId, context) => {
|
|
|
3999
4018
|
update();
|
|
4000
4019
|
};
|
|
4001
4020
|
|
|
4002
|
-
const state$
|
|
4021
|
+
const state$r = {
|
|
4003
4022
|
currentFocus: 0
|
|
4004
4023
|
};
|
|
4005
4024
|
const get$a = () => {
|
|
4006
|
-
return state$
|
|
4025
|
+
return state$r.currentFocus;
|
|
4007
4026
|
};
|
|
4008
4027
|
const set$b = value => {
|
|
4009
|
-
state$
|
|
4028
|
+
state$r.currentFocus = value;
|
|
4010
4029
|
};
|
|
4011
4030
|
|
|
4012
4031
|
/**
|
|
@@ -4079,7 +4098,7 @@ const getBrowserContextString = browser => {
|
|
|
4079
4098
|
return Empty;
|
|
4080
4099
|
}
|
|
4081
4100
|
};
|
|
4082
|
-
const hydrate$
|
|
4101
|
+
const hydrate$9 = async () => {
|
|
4083
4102
|
// TODO is this the right place for browser context ?
|
|
4084
4103
|
// maybe in env file / env service
|
|
4085
4104
|
const browser = getBrowser();
|
|
@@ -4823,7 +4842,7 @@ const declareWidget = (parentUid, uid, commands) => {
|
|
|
4823
4842
|
return reconcile([...commands, [setWidgetsCommand, parentUid, revision, [uid]]]);
|
|
4824
4843
|
};
|
|
4825
4844
|
|
|
4826
|
-
const state$
|
|
4845
|
+
const state$q = {
|
|
4827
4846
|
idMap: Object.create(null),
|
|
4828
4847
|
idMapByModuleId: Object.create(null)
|
|
4829
4848
|
};
|
|
@@ -4831,7 +4850,7 @@ const register = (id, module, moduleId) => {
|
|
|
4831
4850
|
const {
|
|
4832
4851
|
idMap,
|
|
4833
4852
|
idMapByModuleId
|
|
4834
|
-
} = state$
|
|
4853
|
+
} = state$q;
|
|
4835
4854
|
idMap[id] = module;
|
|
4836
4855
|
if (moduleId) {
|
|
4837
4856
|
idMapByModuleId[id] ||= Object.create(null);
|
|
@@ -4841,13 +4860,13 @@ const register = (id, module, moduleId) => {
|
|
|
4841
4860
|
const get$9 = id => {
|
|
4842
4861
|
const {
|
|
4843
4862
|
idMap
|
|
4844
|
-
} = state$
|
|
4863
|
+
} = state$q;
|
|
4845
4864
|
return idMap[id];
|
|
4846
4865
|
};
|
|
4847
4866
|
const getForModuleId = (id, moduleId) => {
|
|
4848
4867
|
const {
|
|
4849
4868
|
idMapByModuleId
|
|
4850
|
-
} = state$
|
|
4869
|
+
} = state$q;
|
|
4851
4870
|
return idMapByModuleId[id]?.[moduleId] || get$9(id);
|
|
4852
4871
|
};
|
|
4853
4872
|
|
|
@@ -4964,7 +4983,7 @@ const Unknown$1 = 12;
|
|
|
4964
4983
|
|
|
4965
4984
|
const Resolved = 'resolved';
|
|
4966
4985
|
|
|
4967
|
-
const state$
|
|
4986
|
+
const state$p = {
|
|
4968
4987
|
/**
|
|
4969
4988
|
* @type {any[]}
|
|
4970
4989
|
*/
|
|
@@ -5091,7 +5110,7 @@ const getLanguageConfigurationPathFromExtensions = (extensions, languageId) => {
|
|
|
5091
5110
|
return '';
|
|
5092
5111
|
};
|
|
5093
5112
|
const getLanguageConfigurationFromWebExtension = async languageId => {
|
|
5094
|
-
const languageConfigurationPath = getLanguageConfigurationPathFromExtensions(state$
|
|
5113
|
+
const languageConfigurationPath = getLanguageConfigurationPathFromExtensions(state$p.webExtensions, languageId);
|
|
5095
5114
|
if (!languageConfigurationPath) {
|
|
5096
5115
|
return undefined;
|
|
5097
5116
|
}
|
|
@@ -5146,7 +5165,7 @@ const splitLines = lines => {
|
|
|
5146
5165
|
|
|
5147
5166
|
// TODO merge all of this with extension host languages module
|
|
5148
5167
|
|
|
5149
|
-
const state$
|
|
5168
|
+
const state$o = {
|
|
5150
5169
|
isHydrating: false,
|
|
5151
5170
|
fileNameMap: Object.create(null),
|
|
5152
5171
|
extensionMap: Object.create(null),
|
|
@@ -5161,53 +5180,53 @@ const state$n = {
|
|
|
5161
5180
|
hasWarned: []
|
|
5162
5181
|
};
|
|
5163
5182
|
const getFirstLines = () => {
|
|
5164
|
-
return state$
|
|
5183
|
+
return state$o.firstLines;
|
|
5165
5184
|
};
|
|
5166
5185
|
const hasLanguageByExtension = extension => {
|
|
5167
|
-
return extension in state$
|
|
5186
|
+
return extension in state$o.extensionMap;
|
|
5168
5187
|
};
|
|
5169
5188
|
const getLanguageByExtension = extension => {
|
|
5170
|
-
return state$
|
|
5189
|
+
return state$o.extensionMap[extension];
|
|
5171
5190
|
};
|
|
5172
5191
|
const hasLanguageByFileName = fileName => {
|
|
5173
|
-
return fileName in state$
|
|
5192
|
+
return fileName in state$o.fileNameMap;
|
|
5174
5193
|
};
|
|
5175
5194
|
const getLanguageByFileName = fileName => {
|
|
5176
|
-
return state$
|
|
5195
|
+
return state$o.fileNameMap[fileName];
|
|
5177
5196
|
};
|
|
5178
5197
|
const getTokenizeFunctionPath$1 = languageId => {
|
|
5179
5198
|
// TODO what if language.tokenize is not of type string? -> handle error gracefully
|
|
5180
|
-
return state$
|
|
5199
|
+
return state$o.tokenizerMap[languageId] || '';
|
|
5181
5200
|
};
|
|
5182
5201
|
const setHydrating = value => {
|
|
5183
|
-
state$
|
|
5202
|
+
state$o.isHydrating = value;
|
|
5184
5203
|
};
|
|
5185
5204
|
const setLoaded = value => {
|
|
5186
|
-
state$
|
|
5205
|
+
state$o.loaded = true;
|
|
5187
5206
|
};
|
|
5188
5207
|
const addExtension = (extension, languageId) => {
|
|
5189
|
-
state$
|
|
5208
|
+
state$o.extensionMap[extension] = languageId;
|
|
5190
5209
|
};
|
|
5191
5210
|
const addFirstLine = (regex, languageId) => {
|
|
5192
|
-
state$
|
|
5211
|
+
state$o.firstLines.push({
|
|
5193
5212
|
regex,
|
|
5194
5213
|
languageId
|
|
5195
5214
|
});
|
|
5196
5215
|
};
|
|
5197
5216
|
const hasWarned = languageId => {
|
|
5198
|
-
return state$
|
|
5217
|
+
return state$o.hasWarned.includes(languageId);
|
|
5199
5218
|
};
|
|
5200
5219
|
const addWarned = languageId => {
|
|
5201
|
-
return state$
|
|
5220
|
+
return state$o.hasWarned.push(languageId);
|
|
5202
5221
|
};
|
|
5203
5222
|
const addFileName = (fileName, languageId) => {
|
|
5204
|
-
state$
|
|
5223
|
+
state$o.fileNameMap[fileName] = languageId;
|
|
5205
5224
|
};
|
|
5206
5225
|
const addTokenizer = (languageId, tokenizer) => {
|
|
5207
|
-
state$
|
|
5226
|
+
state$o.tokenizerMap[languageId] = tokenizer;
|
|
5208
5227
|
};
|
|
5209
5228
|
const hasLoaded$1 = () => {
|
|
5210
|
-
return state$
|
|
5229
|
+
return state$o.loaded;
|
|
5211
5230
|
};
|
|
5212
5231
|
|
|
5213
5232
|
const iconThemeWorkerUrl = `${assetDir}/packages/icon-theme-worker/dist/iconThemeWorkerMain.js`;
|
|
@@ -5267,7 +5286,7 @@ const getTokenizeFunctionPath = languageId => {
|
|
|
5267
5286
|
// TODO what if language.tokenize is not of type string? -> handle error gracefully
|
|
5268
5287
|
return getTokenizeFunctionPath$1(languageId);
|
|
5269
5288
|
};
|
|
5270
|
-
const hydrate$
|
|
5289
|
+
const hydrate$8 = async (platform, assetDir) => {
|
|
5271
5290
|
setHydrating(true);
|
|
5272
5291
|
// TODO handle error
|
|
5273
5292
|
// TODO main parts should have nothing todo with shared process -> only sub components
|
|
@@ -5413,14 +5432,14 @@ const getLanguageConfiguration = async editor => {
|
|
|
5413
5432
|
}
|
|
5414
5433
|
};
|
|
5415
5434
|
|
|
5416
|
-
const state$
|
|
5435
|
+
const state$n = {
|
|
5417
5436
|
webViews: []
|
|
5418
5437
|
};
|
|
5419
5438
|
const addMany = webViews => {
|
|
5420
|
-
state$
|
|
5439
|
+
state$n.webViews = [...state$n.webViews, ...webViews];
|
|
5421
5440
|
};
|
|
5422
5441
|
const get$7 = () => {
|
|
5423
|
-
return state$
|
|
5442
|
+
return state$n.webViews;
|
|
5424
5443
|
};
|
|
5425
5444
|
|
|
5426
5445
|
const addWebExtension = async path => {
|
|
@@ -5439,7 +5458,7 @@ const addWebExtension = async path => {
|
|
|
5439
5458
|
}
|
|
5440
5459
|
}
|
|
5441
5460
|
manifest.status = Resolved;
|
|
5442
|
-
state$
|
|
5461
|
+
state$p.webExtensions.push(manifest);
|
|
5443
5462
|
if (manifest.languages) {
|
|
5444
5463
|
// TODO handle case when languages is not of type array
|
|
5445
5464
|
await addLanguages(manifest.languages);
|
|
@@ -5931,7 +5950,7 @@ const FileSystemHtml = {
|
|
|
5931
5950
|
|
|
5932
5951
|
const Slash$1 = Slash$2;
|
|
5933
5952
|
|
|
5934
|
-
const name$
|
|
5953
|
+
const name$2z = 'Memory';
|
|
5935
5954
|
const files = Object.create(null);
|
|
5936
5955
|
const memfsPrefix = 'memfs://';
|
|
5937
5956
|
const getPath$4 = uri => uri.startsWith(memfsPrefix) ? uri.slice(memfsPrefix.length) : uri;
|
|
@@ -6064,7 +6083,7 @@ const FileSystemMemory = {
|
|
|
6064
6083
|
getPathSeparator: getPathSeparator$7,
|
|
6065
6084
|
isReadonly: isReadonly$7,
|
|
6066
6085
|
mkdir: mkdir$7,
|
|
6067
|
-
name: name$
|
|
6086
|
+
name: name$2z,
|
|
6068
6087
|
readDirWithFileTypes: readDirWithFileTypes$7,
|
|
6069
6088
|
readFile: readFile$d,
|
|
6070
6089
|
remove: remove$7,
|
|
@@ -6315,7 +6334,7 @@ const IpcParentWithWebSocket = {
|
|
|
6315
6334
|
wrap: wrap$7
|
|
6316
6335
|
};
|
|
6317
6336
|
|
|
6318
|
-
const state$
|
|
6337
|
+
const state$m = {
|
|
6319
6338
|
workspacePath: '',
|
|
6320
6339
|
homeDir: '',
|
|
6321
6340
|
pathSeparator: '',
|
|
@@ -6325,7 +6344,7 @@ const state$l = {
|
|
|
6325
6344
|
isTest: false
|
|
6326
6345
|
};
|
|
6327
6346
|
|
|
6328
|
-
const state$
|
|
6347
|
+
const state$l = {
|
|
6329
6348
|
command: '',
|
|
6330
6349
|
workspaceUri: ''
|
|
6331
6350
|
};
|
|
@@ -6333,19 +6352,19 @@ const set$a = (workspaceUri, command) => {
|
|
|
6333
6352
|
if (typeof workspaceUri !== 'string' || typeof command !== 'string' || !command) {
|
|
6334
6353
|
throw new TypeError('Invalid workspace connection');
|
|
6335
6354
|
}
|
|
6336
|
-
state$
|
|
6337
|
-
state$
|
|
6355
|
+
state$l.workspaceUri = workspaceUri;
|
|
6356
|
+
state$l.command = command;
|
|
6338
6357
|
};
|
|
6339
6358
|
const reset$1 = () => {
|
|
6340
|
-
state$
|
|
6341
|
-
state$
|
|
6359
|
+
state$l.workspaceUri = '';
|
|
6360
|
+
state$l.command = '';
|
|
6342
6361
|
};
|
|
6343
|
-
const isActive = () => Boolean(state$
|
|
6362
|
+
const isActive = () => Boolean(state$l.command && state$m.workspaceUri === state$l.workspaceUri);
|
|
6344
6363
|
const getWebSocketUrl = async type => {
|
|
6345
6364
|
if (!isActive()) {
|
|
6346
6365
|
return '';
|
|
6347
6366
|
}
|
|
6348
|
-
const value = await executeCommand(state$
|
|
6367
|
+
const value = await executeCommand(state$l.command, type);
|
|
6349
6368
|
if (typeof value !== 'string') {
|
|
6350
6369
|
throw new TypeError('Workspace connection command returned an invalid WebSocket URL');
|
|
6351
6370
|
}
|
|
@@ -6390,7 +6409,7 @@ const launchFileSystemWorker = async () => {
|
|
|
6390
6409
|
};
|
|
6391
6410
|
|
|
6392
6411
|
const {
|
|
6393
|
-
dispose: dispose$
|
|
6412
|
+
dispose: dispose$S,
|
|
6394
6413
|
invoke: invoke$A,
|
|
6395
6414
|
invokeAndTransfer: invokeAndTransfer$G} = getOrCreateWorker(launchFileSystemWorker);
|
|
6396
6415
|
|
|
@@ -6412,7 +6431,7 @@ const getResolveRootFromSessionStorage = async () => {
|
|
|
6412
6431
|
const getResolvedRootFromRendererProcess = async href => {
|
|
6413
6432
|
const url = new URL(href);
|
|
6414
6433
|
if (href.includes('tests/')) {
|
|
6415
|
-
state$
|
|
6434
|
+
state$H.isTest = true;
|
|
6416
6435
|
return {
|
|
6417
6436
|
path: href,
|
|
6418
6437
|
homeDir: '',
|
|
@@ -6465,12 +6484,12 @@ const getResolvedRoot = async href => {
|
|
|
6465
6484
|
}
|
|
6466
6485
|
};
|
|
6467
6486
|
|
|
6468
|
-
const state$
|
|
6487
|
+
const state$k = {
|
|
6469
6488
|
notifications: []
|
|
6470
6489
|
};
|
|
6471
6490
|
const create$16 = async (type, text) => {
|
|
6472
6491
|
// @ts-ignore
|
|
6473
|
-
state$
|
|
6492
|
+
state$k.notifications.push({
|
|
6474
6493
|
type,
|
|
6475
6494
|
text
|
|
6476
6495
|
});
|
|
@@ -6478,7 +6497,7 @@ const create$16 = async (type, text) => {
|
|
|
6478
6497
|
};
|
|
6479
6498
|
const showWithOptions = async (type, text, options) => {
|
|
6480
6499
|
// @ts-ignore
|
|
6481
|
-
state$
|
|
6500
|
+
state$k.notifications.push({
|
|
6482
6501
|
type,
|
|
6483
6502
|
text,
|
|
6484
6503
|
options
|
|
@@ -6487,7 +6506,7 @@ const showWithOptions = async (type, text, options) => {
|
|
|
6487
6506
|
};
|
|
6488
6507
|
const handleClick$2 = index => {
|
|
6489
6508
|
console.log('handle click');
|
|
6490
|
-
const notification = state$
|
|
6509
|
+
const notification = state$k.notifications[0];
|
|
6491
6510
|
if (!notification.options) {
|
|
6492
6511
|
throw new Error('notification has no options that can be clicked');
|
|
6493
6512
|
}
|
|
@@ -6498,7 +6517,7 @@ const handleClick$2 = index => {
|
|
|
6498
6517
|
option
|
|
6499
6518
|
});
|
|
6500
6519
|
};
|
|
6501
|
-
const dispose$
|
|
6520
|
+
const dispose$R = async id => {
|
|
6502
6521
|
await invoke$I(/* Notification.dispose */'Notification.dispose', /* id */id);
|
|
6503
6522
|
};
|
|
6504
6523
|
|
|
@@ -6619,8 +6638,8 @@ const shouldTrace = (selectors, traceId) => {
|
|
|
6619
6638
|
return selectors.has('*') || Boolean(traceId && selectors.has(traceId));
|
|
6620
6639
|
};
|
|
6621
6640
|
|
|
6622
|
-
const version = '0.108.
|
|
6623
|
-
const commit$1 = '
|
|
6641
|
+
const version = '0.108.21';
|
|
6642
|
+
const commit$1 = '246e0b8';
|
|
6624
6643
|
const productNameLong = 'Lvce Editor - OSS';
|
|
6625
6644
|
const getPid = () => {
|
|
6626
6645
|
return invoke$F('Process.getPid');
|
|
@@ -6767,7 +6786,7 @@ const createEmptyOptions = () => ({
|
|
|
6767
6786
|
});
|
|
6768
6787
|
|
|
6769
6788
|
/** @type {any} */
|
|
6770
|
-
const state$
|
|
6789
|
+
const state$j = {
|
|
6771
6790
|
batches: new Map(),
|
|
6772
6791
|
connectionId: 0,
|
|
6773
6792
|
disabled: false,
|
|
@@ -6786,30 +6805,30 @@ const state$i = {
|
|
|
6786
6805
|
writeStderr: writeStderr
|
|
6787
6806
|
};
|
|
6788
6807
|
const reportError = error => {
|
|
6789
|
-
if (state$
|
|
6808
|
+
if (state$j.disabled) {
|
|
6790
6809
|
return;
|
|
6791
6810
|
}
|
|
6792
|
-
state$
|
|
6793
|
-
if (state$
|
|
6794
|
-
clearTimeout(state$
|
|
6795
|
-
state$
|
|
6811
|
+
state$j.disabled = true;
|
|
6812
|
+
if (state$j.flushTimer !== undefined) {
|
|
6813
|
+
clearTimeout(state$j.flushTimer);
|
|
6814
|
+
state$j.flushTimer = undefined;
|
|
6796
6815
|
}
|
|
6797
|
-
state$
|
|
6798
|
-
state$
|
|
6816
|
+
state$j.batches.clear();
|
|
6817
|
+
state$j.pendingRecordCount = 0;
|
|
6799
6818
|
const message = error instanceof Error ? error.message : String(error);
|
|
6800
6819
|
console.error(`IPC tracing disabled: ${message}`);
|
|
6801
|
-
void Promise.resolve(state$
|
|
6820
|
+
void Promise.resolve(state$j.writeStderr(`IPC tracing disabled: ${message}\n`)).catch(() => {});
|
|
6802
6821
|
};
|
|
6803
6822
|
const initialize$2 = async () => {
|
|
6804
6823
|
try {
|
|
6805
|
-
const argv = await state$
|
|
6806
|
-
state$
|
|
6807
|
-
if (state$
|
|
6808
|
-
reportError(new Error(state$
|
|
6824
|
+
const argv = await state$j.getArgv();
|
|
6825
|
+
state$j.options = parseTraceIpc(argv);
|
|
6826
|
+
if (state$j.options.error) {
|
|
6827
|
+
reportError(new Error(state$j.options.error));
|
|
6809
6828
|
}
|
|
6810
6829
|
} catch (error) {
|
|
6811
6830
|
reportError(error);
|
|
6812
|
-
state$
|
|
6831
|
+
state$j.options = createEmptyOptions();
|
|
6813
6832
|
}
|
|
6814
6833
|
};
|
|
6815
6834
|
const getWorkerId = (traceId, name, runtimeId) => {
|
|
@@ -6820,44 +6839,44 @@ const getWorkerId = (traceId, name, runtimeId) => {
|
|
|
6820
6839
|
return `runtime-${runtimeId}${suffix}`;
|
|
6821
6840
|
};
|
|
6822
6841
|
const writeBatches = batches => {
|
|
6823
|
-
state$
|
|
6842
|
+
state$j.writeChain = state$j.writeChain.then(async () => {
|
|
6824
6843
|
for (const [workerId, records] of batches) {
|
|
6825
|
-
await state$
|
|
6844
|
+
await state$j.write(workerId, records);
|
|
6826
6845
|
}
|
|
6827
6846
|
}).catch(reportError);
|
|
6828
6847
|
};
|
|
6829
6848
|
const flush = async () => {
|
|
6830
|
-
if (state$
|
|
6831
|
-
clearTimeout(state$
|
|
6832
|
-
state$
|
|
6849
|
+
if (state$j.flushTimer !== undefined) {
|
|
6850
|
+
clearTimeout(state$j.flushTimer);
|
|
6851
|
+
state$j.flushTimer = undefined;
|
|
6833
6852
|
}
|
|
6834
|
-
if (state$
|
|
6835
|
-
await state$
|
|
6853
|
+
if (state$j.pendingRecordCount === 0) {
|
|
6854
|
+
await state$j.writeChain;
|
|
6836
6855
|
return;
|
|
6837
6856
|
}
|
|
6838
|
-
const batches = state$
|
|
6839
|
-
state$
|
|
6840
|
-
state$
|
|
6857
|
+
const batches = state$j.batches;
|
|
6858
|
+
state$j.batches = new Map();
|
|
6859
|
+
state$j.pendingRecordCount = 0;
|
|
6841
6860
|
writeBatches(batches);
|
|
6842
|
-
await state$
|
|
6861
|
+
await state$j.writeChain;
|
|
6843
6862
|
};
|
|
6844
6863
|
const queueRecord = (workerId, record) => {
|
|
6845
|
-
if (state$
|
|
6864
|
+
if (state$j.disabled) {
|
|
6846
6865
|
return;
|
|
6847
6866
|
}
|
|
6848
|
-
let records = state$
|
|
6867
|
+
let records = state$j.batches.get(workerId);
|
|
6849
6868
|
if (!records) {
|
|
6850
6869
|
records = [];
|
|
6851
|
-
state$
|
|
6870
|
+
state$j.batches.set(workerId, records);
|
|
6852
6871
|
}
|
|
6853
6872
|
records.push(record);
|
|
6854
|
-
state$
|
|
6855
|
-
if (state$
|
|
6873
|
+
state$j.pendingRecordCount++;
|
|
6874
|
+
if (state$j.pendingRecordCount >= flushRecordCount) {
|
|
6856
6875
|
void flush();
|
|
6857
6876
|
return;
|
|
6858
6877
|
}
|
|
6859
|
-
state$
|
|
6860
|
-
state$
|
|
6878
|
+
state$j.flushTimer ||= state$j.setTimeout(() => {
|
|
6879
|
+
state$j.flushTimer = undefined;
|
|
6861
6880
|
void flush();
|
|
6862
6881
|
}, flushDelay);
|
|
6863
6882
|
};
|
|
@@ -6870,19 +6889,19 @@ const getData$2 = event => {
|
|
|
6870
6889
|
const createForwarder = (source, target, workerId, connectionId, direction, sequence) => {
|
|
6871
6890
|
source.onmessage = event => {
|
|
6872
6891
|
const message = getData$2(event);
|
|
6873
|
-
const monotonicTime = state$
|
|
6892
|
+
const monotonicTime = state$j.now();
|
|
6874
6893
|
const startTime = monotonicTime;
|
|
6875
6894
|
let serializedMessage;
|
|
6876
6895
|
try {
|
|
6877
|
-
serializedMessage = state$
|
|
6896
|
+
serializedMessage = state$j.serialize(message);
|
|
6878
6897
|
} catch (error) {
|
|
6879
6898
|
serializedMessage = {
|
|
6880
6899
|
$type: 'SerializationError',
|
|
6881
6900
|
message: error instanceof Error ? error.message : String(error)
|
|
6882
6901
|
};
|
|
6883
6902
|
}
|
|
6884
|
-
const serializationDuration = state$
|
|
6885
|
-
const transferables = state$
|
|
6903
|
+
const serializationDuration = state$j.now() - startTime;
|
|
6904
|
+
const transferables = state$j.getTransferrables(message);
|
|
6886
6905
|
target.postMessage(message, transferables);
|
|
6887
6906
|
queueRecord(workerId, {
|
|
6888
6907
|
connectionId,
|
|
@@ -6892,7 +6911,7 @@ const createForwarder = (source, target, workerId, connectionId, direction, sequ
|
|
|
6892
6911
|
sequence: sequence.value++,
|
|
6893
6912
|
serializationDuration,
|
|
6894
6913
|
version: 1,
|
|
6895
|
-
wallTime: state$
|
|
6914
|
+
wallTime: state$j.wallTime(),
|
|
6896
6915
|
workerId
|
|
6897
6916
|
});
|
|
6898
6917
|
};
|
|
@@ -6904,14 +6923,14 @@ const maybeCreateProxy = async ({
|
|
|
6904
6923
|
port,
|
|
6905
6924
|
traceId = ''
|
|
6906
6925
|
}) => {
|
|
6907
|
-
if (!port || state$
|
|
6926
|
+
if (!port || state$j.disabled) {
|
|
6908
6927
|
return port;
|
|
6909
6928
|
}
|
|
6910
|
-
if (!shouldTrace(state$
|
|
6929
|
+
if (!shouldTrace(state$j.options.selectors, traceId)) {
|
|
6911
6930
|
return port;
|
|
6912
6931
|
}
|
|
6913
6932
|
const workerId = getWorkerId(traceId, name, id);
|
|
6914
|
-
const connectionId = `${state$
|
|
6933
|
+
const connectionId = `${state$j.timeOrigin()}-${state$j.connectionId++}`;
|
|
6915
6934
|
try {
|
|
6916
6935
|
const {
|
|
6917
6936
|
port1: proxyPort,
|
|
@@ -7018,14 +7037,14 @@ const IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug = {
|
|
|
7018
7037
|
wrap: wrap$6
|
|
7019
7038
|
};
|
|
7020
7039
|
|
|
7021
|
-
const state$
|
|
7040
|
+
const state$i = {
|
|
7022
7041
|
shouldLaunchMultipleWorkers: false
|
|
7023
7042
|
};
|
|
7024
7043
|
const setConfig = shouldLaunchMultipleWorkers => {
|
|
7025
|
-
state$
|
|
7044
|
+
state$i.shouldLaunchMultipleWorkers = shouldLaunchMultipleWorkers;
|
|
7026
7045
|
};
|
|
7027
7046
|
const getConfig = () => {
|
|
7028
|
-
return state$
|
|
7047
|
+
return state$i.shouldLaunchMultipleWorkers;
|
|
7029
7048
|
};
|
|
7030
7049
|
|
|
7031
7050
|
const objects = Object.create(null);
|
|
@@ -7137,7 +7156,7 @@ const launchTextSearchWorker = async () => {
|
|
|
7137
7156
|
};
|
|
7138
7157
|
|
|
7139
7158
|
const {
|
|
7140
|
-
dispose: dispose$
|
|
7159
|
+
dispose: dispose$Q,
|
|
7141
7160
|
invokeAndTransfer: invokeAndTransfer$D} = getOrCreateWorker(launchTextSearchWorker);
|
|
7142
7161
|
|
|
7143
7162
|
const set$9 = title => {
|
|
@@ -7164,17 +7183,17 @@ const setPath = async path => {
|
|
|
7164
7183
|
// TODO not in electron
|
|
7165
7184
|
const pathSeparator = await getPathSeparator$9(path);
|
|
7166
7185
|
await updateWindowTitle(path, pathSeparator);
|
|
7167
|
-
if (path !== state$
|
|
7168
|
-
await emitEvent('workspace.beforeChange', state$
|
|
7186
|
+
if (path !== state$m.workspacePath) {
|
|
7187
|
+
await emitEvent('workspace.beforeChange', state$m.workspacePath, path);
|
|
7169
7188
|
}
|
|
7170
7189
|
// @ts-ignore
|
|
7171
|
-
state$
|
|
7190
|
+
state$m.workspacePath = path;
|
|
7172
7191
|
// @ts-ignore
|
|
7173
|
-
state$
|
|
7174
|
-
state$
|
|
7192
|
+
state$m.workspaceUri = path;
|
|
7193
|
+
state$m.pathSeparator = pathSeparator;
|
|
7175
7194
|
reset$1();
|
|
7195
|
+
await dispose$S();
|
|
7176
7196
|
await dispose$Q();
|
|
7177
|
-
await dispose$O();
|
|
7178
7197
|
await onWorkspaceChange();
|
|
7179
7198
|
};
|
|
7180
7199
|
const setUri = async (uri, providedPathSeparator, connection) => {
|
|
@@ -7188,26 +7207,26 @@ const setUri = async (uri, providedPathSeparator, connection) => {
|
|
|
7188
7207
|
if (getPlatform$3() === Electron$1) {
|
|
7189
7208
|
await setWorkspaceUri(uri);
|
|
7190
7209
|
}
|
|
7191
|
-
if (path !== state$
|
|
7192
|
-
await emitEvent('workspace.beforeChange', state$
|
|
7210
|
+
if (path !== state$m.workspacePath) {
|
|
7211
|
+
await emitEvent('workspace.beforeChange', state$m.workspacePath, path);
|
|
7193
7212
|
}
|
|
7194
|
-
state$
|
|
7195
|
-
state$
|
|
7196
|
-
state$
|
|
7213
|
+
state$m.workspacePath = path;
|
|
7214
|
+
state$m.workspaceUri = uri;
|
|
7215
|
+
state$m.pathSeparator = pathSeparator;
|
|
7197
7216
|
if (connection) {
|
|
7198
7217
|
set$a(uri, connection.command);
|
|
7199
7218
|
} else {
|
|
7200
7219
|
reset$1();
|
|
7201
7220
|
}
|
|
7221
|
+
await dispose$S();
|
|
7202
7222
|
await dispose$Q();
|
|
7203
|
-
await dispose$O();
|
|
7204
7223
|
await onWorkspaceChange();
|
|
7205
7224
|
};
|
|
7206
7225
|
const getPath$3 = () => {
|
|
7207
|
-
return state$
|
|
7226
|
+
return state$m.workspacePath;
|
|
7208
7227
|
};
|
|
7209
7228
|
const getUri$1 = () => {
|
|
7210
|
-
return state$
|
|
7229
|
+
return state$m.workspaceUri;
|
|
7211
7230
|
};
|
|
7212
7231
|
const supportsConnectionCommand = () => true;
|
|
7213
7232
|
const close$3 = async () => {
|
|
@@ -7241,46 +7260,46 @@ const getPathName$1 = workspacePath => {
|
|
|
7241
7260
|
};
|
|
7242
7261
|
const onWorkspaceChange = async () => {
|
|
7243
7262
|
if (getPlatform$3() === Web$1 || getPlatform$3() === Remote) {
|
|
7244
|
-
const pathName = getPathName$1(state$
|
|
7263
|
+
const pathName = getPathName$1(state$m.workspacePath);
|
|
7245
7264
|
await setPathName(pathName);
|
|
7246
7265
|
}
|
|
7247
|
-
await emitEvent('workspace.change', state$
|
|
7266
|
+
await emitEvent('workspace.change', state$m.workspacePath);
|
|
7248
7267
|
};
|
|
7249
|
-
const hydrate$
|
|
7268
|
+
const hydrate$7 = async ({
|
|
7250
7269
|
href
|
|
7251
7270
|
}) => {
|
|
7252
|
-
if (state$
|
|
7271
|
+
if (state$m.workspacePath) {
|
|
7253
7272
|
return;
|
|
7254
7273
|
}
|
|
7255
7274
|
const resolvedRoot = await getResolvedRoot(href);
|
|
7256
|
-
if (state$
|
|
7275
|
+
if (state$m.workspacePath) {
|
|
7257
7276
|
return;
|
|
7258
7277
|
}
|
|
7259
7278
|
// TODO why is this if statement here?
|
|
7260
|
-
if (state$
|
|
7261
|
-
state$
|
|
7279
|
+
if (state$m.homeDir !== resolvedRoot.homeDir) {
|
|
7280
|
+
state$m.homeDir = resolvedRoot.homeDir;
|
|
7262
7281
|
}
|
|
7263
7282
|
if (!canBeRestored$5(resolvedRoot.path)) {
|
|
7264
7283
|
return;
|
|
7265
7284
|
}
|
|
7266
7285
|
// TODO how to check that path from renderer process is valid?
|
|
7267
7286
|
// TODO also need to check whether it is a folder or file
|
|
7268
|
-
state$
|
|
7269
|
-
state$
|
|
7270
|
-
state$
|
|
7271
|
-
state$
|
|
7272
|
-
state$
|
|
7273
|
-
if (state$
|
|
7274
|
-
state$
|
|
7275
|
-
}
|
|
7276
|
-
await updateWindowTitle(state$
|
|
7287
|
+
state$m.workspacePath = resolvedRoot.path;
|
|
7288
|
+
state$m.homeDir = resolvedRoot.homeDir;
|
|
7289
|
+
state$m.pathSeparator = resolvedRoot.pathSeparator;
|
|
7290
|
+
state$m.workspaceUri = resolvedRoot.uri;
|
|
7291
|
+
state$m.source = resolvedRoot.source;
|
|
7292
|
+
if (state$m.workspaceUri && state$m.workspaceUri.startsWith('/')) {
|
|
7293
|
+
state$m.workspaceUri = `file://${state$m.workspaceUri}`;
|
|
7294
|
+
}
|
|
7295
|
+
await updateWindowTitle(state$m.workspacePath, state$m.pathSeparator);
|
|
7277
7296
|
await onWorkspaceChange();
|
|
7278
7297
|
};
|
|
7279
7298
|
const getWorkspaceUri = () => {
|
|
7280
|
-
return state$
|
|
7299
|
+
return state$m.workspaceUri;
|
|
7281
7300
|
};
|
|
7282
7301
|
const getHomeDir = () => {
|
|
7283
|
-
return state$
|
|
7302
|
+
return state$m.homeDir;
|
|
7284
7303
|
};
|
|
7285
7304
|
|
|
7286
7305
|
// TODO this should be in FileSystem module
|
|
@@ -7299,10 +7318,10 @@ const getStateToSave = async () => {
|
|
|
7299
7318
|
instances: getWorkspaceScopedViewletStates(savedInstances, workspaceUri),
|
|
7300
7319
|
mainEditors: [],
|
|
7301
7320
|
workspace: {
|
|
7302
|
-
path: state$
|
|
7303
|
-
homeDir: state$
|
|
7304
|
-
pathSeparator: state$
|
|
7305
|
-
uri: state$
|
|
7321
|
+
path: state$m.workspacePath,
|
|
7322
|
+
homeDir: state$m.homeDir,
|
|
7323
|
+
pathSeparator: state$m.pathSeparator,
|
|
7324
|
+
uri: state$m.workspaceUri
|
|
7306
7325
|
}
|
|
7307
7326
|
};
|
|
7308
7327
|
};
|
|
@@ -7428,7 +7447,7 @@ const saveViewletState = async id => {
|
|
|
7428
7447
|
const saveViewletStateWithStorageId = async (instanceId, storageId) => {
|
|
7429
7448
|
return saveViewletStateAs(instanceId, storageId);
|
|
7430
7449
|
};
|
|
7431
|
-
const hydrate$
|
|
7450
|
+
const hydrate$6 = async () => {
|
|
7432
7451
|
addListener('workspace.beforeChange', saveWorkspaceViewletStates);
|
|
7433
7452
|
// TODO should set up listener in renderer process
|
|
7434
7453
|
if (!get$f('workbench.saveStateOnVisibilityChange')) {
|
|
@@ -7478,7 +7497,7 @@ const loadInstance$1 = async (id, module) => {
|
|
|
7478
7497
|
await Promise.all(styleSheets.map(acquireCssStyleSheet));
|
|
7479
7498
|
}
|
|
7480
7499
|
if (module.getDynamicCss) {
|
|
7481
|
-
await acquireDynamicCss(id, module.getDynamicCss, state$
|
|
7500
|
+
await acquireDynamicCss(id, module.getDynamicCss, state$D);
|
|
7482
7501
|
}
|
|
7483
7502
|
};
|
|
7484
7503
|
const disposeInstance$1 = (id, module) => {
|
|
@@ -7528,17 +7547,17 @@ const QuickPickWorker = {
|
|
|
7528
7547
|
restart: restart$j
|
|
7529
7548
|
};
|
|
7530
7549
|
|
|
7531
|
-
const state$
|
|
7550
|
+
const state$h = {
|
|
7532
7551
|
/**
|
|
7533
7552
|
* @type {any[]}
|
|
7534
7553
|
*/
|
|
7535
7554
|
menuEntries: []
|
|
7536
7555
|
};
|
|
7537
7556
|
const getAll = () => {
|
|
7538
|
-
return state$
|
|
7557
|
+
return state$h.menuEntries;
|
|
7539
7558
|
};
|
|
7540
7559
|
const add$1 = async menuEntries => {
|
|
7541
|
-
state$
|
|
7560
|
+
state$h.menuEntries = [...state$h.menuEntries, ...menuEntries];
|
|
7542
7561
|
if (isCreated()) {
|
|
7543
7562
|
await invoke$w('QuickPick.addMenuEntries', menuEntries);
|
|
7544
7563
|
}
|
|
@@ -7570,7 +7589,7 @@ const disposeInstance = (id, module) => {
|
|
|
7570
7589
|
};
|
|
7571
7590
|
|
|
7572
7591
|
// @ts-nocheck
|
|
7573
|
-
const state$
|
|
7592
|
+
const state$g = {
|
|
7574
7593
|
pendingModules: Object.create(null)
|
|
7575
7594
|
};
|
|
7576
7595
|
const runLoadContentLaterWithErrorHandling = async (loadContentLater, viewletState) => {
|
|
@@ -8011,10 +8030,10 @@ const actuallyLoadModule = async (getModule, id) => {
|
|
|
8011
8030
|
return module;
|
|
8012
8031
|
};
|
|
8013
8032
|
const loadModule = (getModule, id) => {
|
|
8014
|
-
if (!(id in state$
|
|
8015
|
-
state$
|
|
8033
|
+
if (!(id in state$g.pendingModules)) {
|
|
8034
|
+
state$g.pendingModules[id] = actuallyLoadModule(getModule, id);
|
|
8016
8035
|
}
|
|
8017
|
-
return state$
|
|
8036
|
+
return state$g.pendingModules[id];
|
|
8018
8037
|
};
|
|
8019
8038
|
/**
|
|
8020
8039
|
*
|
|
@@ -8812,7 +8831,7 @@ const handleKeyBinding$1 = async identifier => {
|
|
|
8812
8831
|
// )
|
|
8813
8832
|
// }
|
|
8814
8833
|
};
|
|
8815
|
-
const hydrate$
|
|
8834
|
+
const hydrate$5 = async () => {
|
|
8816
8835
|
const keyBindings = await getKeyBindings$E();
|
|
8817
8836
|
setKeyBindings('extensions', keyBindings);
|
|
8818
8837
|
};
|
|
@@ -8855,15 +8874,15 @@ const restoreMainFocus = async (invoke = invoke$v) => {
|
|
|
8855
8874
|
}
|
|
8856
8875
|
};
|
|
8857
8876
|
|
|
8858
|
-
const state$
|
|
8877
|
+
const state$f = {
|
|
8859
8878
|
isQuickPickOpen: false
|
|
8860
8879
|
};
|
|
8861
8880
|
const isQuickPickOpen = () => {
|
|
8862
|
-
return state$
|
|
8881
|
+
return state$f.isQuickPickOpen;
|
|
8863
8882
|
};
|
|
8864
8883
|
const closeWidgetElectronQuickPick = async (restoreFocus = true) => {
|
|
8865
8884
|
const id = QuickPick;
|
|
8866
|
-
state$
|
|
8885
|
+
state$f.isQuickPickOpen = false;
|
|
8867
8886
|
remove$a(id);
|
|
8868
8887
|
await disposeBrowserViewQuickPick();
|
|
8869
8888
|
await focus$i();
|
|
@@ -8971,7 +8990,7 @@ const send = (id, method, ...args) => {
|
|
|
8971
8990
|
/**
|
|
8972
8991
|
* @deprecated
|
|
8973
8992
|
*/
|
|
8974
|
-
const dispose$
|
|
8993
|
+
const dispose$P = async id => {
|
|
8975
8994
|
if (!id) {
|
|
8976
8995
|
console.warn('no instance to dispose');
|
|
8977
8996
|
return;
|
|
@@ -9467,7 +9486,7 @@ const getIcons = iconRequests => {
|
|
|
9467
9486
|
};
|
|
9468
9487
|
|
|
9469
9488
|
const FALLBACK_ICON_THEME_ID = 'vscode-icons';
|
|
9470
|
-
const state$
|
|
9489
|
+
const state$e = {
|
|
9471
9490
|
assetDir: '',
|
|
9472
9491
|
iconThemeId: undefined,
|
|
9473
9492
|
platform: Web$1
|
|
@@ -9502,20 +9521,20 @@ const handlePreferencesChanged = async () => {
|
|
|
9502
9521
|
assetDir,
|
|
9503
9522
|
iconThemeId: currentIconThemeId,
|
|
9504
9523
|
platform
|
|
9505
|
-
} = state$
|
|
9524
|
+
} = state$e;
|
|
9506
9525
|
if (iconThemeId === currentIconThemeId) {
|
|
9507
9526
|
return;
|
|
9508
9527
|
}
|
|
9509
|
-
state$
|
|
9528
|
+
state$e.iconThemeId = iconThemeId;
|
|
9510
9529
|
await setIconTheme(iconThemeId, platform, assetDir);
|
|
9511
9530
|
};
|
|
9512
|
-
const hydrate$
|
|
9531
|
+
const hydrate$4 = async (platform, assetDir) => {
|
|
9513
9532
|
// TODO do this all in worker
|
|
9514
|
-
state$
|
|
9515
|
-
state$
|
|
9533
|
+
state$e.platform = platform;
|
|
9534
|
+
state$e.assetDir = assetDir;
|
|
9516
9535
|
addListener('preferences.changed', handlePreferencesChanged);
|
|
9517
9536
|
const iconThemeId = getPreferredIconThemeId();
|
|
9518
|
-
state$
|
|
9537
|
+
state$e.iconThemeId = iconThemeId;
|
|
9519
9538
|
await setIconTheme(iconThemeId, platform, assetDir);
|
|
9520
9539
|
};
|
|
9521
9540
|
|
|
@@ -9548,7 +9567,7 @@ const listen = method => {
|
|
|
9548
9567
|
const launchSharedProcess = async () => {
|
|
9549
9568
|
const ipc = await listen(Node);
|
|
9550
9569
|
handleIpc(ipc);
|
|
9551
|
-
state$
|
|
9570
|
+
state$B.ipc = ipc;
|
|
9552
9571
|
};
|
|
9553
9572
|
|
|
9554
9573
|
const Zero = 0;
|
|
@@ -9568,18 +9587,18 @@ const Fourteen = 14;
|
|
|
9568
9587
|
const Fifteen = 15;
|
|
9569
9588
|
const Sixteen = 16;
|
|
9570
9589
|
|
|
9571
|
-
const state$
|
|
9590
|
+
const state$d = {
|
|
9572
9591
|
listenerMap: Object.create(null),
|
|
9573
9592
|
phase: Zero
|
|
9574
9593
|
};
|
|
9575
9594
|
const mark$1 = event => {
|
|
9576
|
-
const listeners = state$
|
|
9595
|
+
const listeners = state$d.listenerMap[event] || [];
|
|
9577
9596
|
for (const listener of listeners) {
|
|
9578
9597
|
listener();
|
|
9579
9598
|
}
|
|
9580
|
-
state$
|
|
9599
|
+
state$d.phase = event;
|
|
9581
9600
|
if (event === Twelve) {
|
|
9582
|
-
state$
|
|
9601
|
+
state$d.listenerMap = Object.create(null);
|
|
9583
9602
|
}
|
|
9584
9603
|
};
|
|
9585
9604
|
|
|
@@ -9810,6 +9829,8 @@ const load$1 = moduleId => {
|
|
|
9810
9829
|
return Promise.resolve().then(function () { return FileSystemMemory_ipc; });
|
|
9811
9830
|
case WebSocketCapability:
|
|
9812
9831
|
return Promise.resolve().then(function () { return WebSocketCapability_ipc; });
|
|
9832
|
+
case ExtensionHotReload:
|
|
9833
|
+
return Promise.resolve().then(function () { return ExtensionHotReload_ipc; });
|
|
9813
9834
|
default:
|
|
9814
9835
|
throw new Error(`module ${moduleId} not found`);
|
|
9815
9836
|
}
|
|
@@ -9886,7 +9907,7 @@ const getResponse = async (url, options) => {
|
|
|
9886
9907
|
}
|
|
9887
9908
|
};
|
|
9888
9909
|
|
|
9889
|
-
const defaultDependencies$
|
|
9910
|
+
const defaultDependencies$3 = {
|
|
9890
9911
|
executeCommand: execute$4,
|
|
9891
9912
|
getJson: getJson
|
|
9892
9913
|
};
|
|
@@ -9912,7 +9933,7 @@ const executeOnLoadCommands = async (commands, executeCommand = execute$4) => {
|
|
|
9912
9933
|
await executeCommand('ExtensionHost.executeCommand', command, ...args);
|
|
9913
9934
|
}
|
|
9914
9935
|
};
|
|
9915
|
-
const run$1 = async (assetDir, platform, dependencies = defaultDependencies$
|
|
9936
|
+
const run$1 = async (assetDir, platform, dependencies = defaultDependencies$3) => {
|
|
9916
9937
|
if (platform !== Web$1) {
|
|
9917
9938
|
return;
|
|
9918
9939
|
}
|
|
@@ -9975,6 +9996,73 @@ const LoadPreferences = 'code/loadPreferences';
|
|
|
9975
9996
|
const LoadColorTheme = 'code/loadColorTheme';
|
|
9976
9997
|
const LoadIconTheme = 'code/loadIconTheme';
|
|
9977
9998
|
|
|
9999
|
+
const getPathDirName = path => {
|
|
10000
|
+
const slashIndex = path.lastIndexOf('/');
|
|
10001
|
+
const backslashIndex = path.lastIndexOf('\\');
|
|
10002
|
+
const index = Math.max(slashIndex, backslashIndex);
|
|
10003
|
+
if (index === -1) {
|
|
10004
|
+
return '';
|
|
10005
|
+
}
|
|
10006
|
+
return path.slice(0, index);
|
|
10007
|
+
};
|
|
10008
|
+
|
|
10009
|
+
const pathToFileUri = path => {
|
|
10010
|
+
const url = new URL('file:///');
|
|
10011
|
+
url.pathname = path.replaceAll('\\', '/').replaceAll('%', '%25');
|
|
10012
|
+
return url.toString();
|
|
10013
|
+
};
|
|
10014
|
+
|
|
10015
|
+
const ReloadDelay = 100;
|
|
10016
|
+
let reloadTimeout;
|
|
10017
|
+
let settingsUri = '';
|
|
10018
|
+
let watcher$1;
|
|
10019
|
+
const scheduleReload = () => {
|
|
10020
|
+
if (reloadTimeout !== undefined) {
|
|
10021
|
+
clearTimeout(reloadTimeout);
|
|
10022
|
+
}
|
|
10023
|
+
reloadTimeout = setTimeout(async () => {
|
|
10024
|
+
reloadTimeout = undefined;
|
|
10025
|
+
await reload$6();
|
|
10026
|
+
}, ReloadDelay);
|
|
10027
|
+
};
|
|
10028
|
+
const handleEvent$2 = event => {
|
|
10029
|
+
if (event.detail.uri !== settingsUri) {
|
|
10030
|
+
return;
|
|
10031
|
+
}
|
|
10032
|
+
scheduleReload();
|
|
10033
|
+
};
|
|
10034
|
+
const dispose$O = async () => {
|
|
10035
|
+
if (reloadTimeout !== undefined) {
|
|
10036
|
+
clearTimeout(reloadTimeout);
|
|
10037
|
+
reloadTimeout = undefined;
|
|
10038
|
+
}
|
|
10039
|
+
if (!watcher$1) {
|
|
10040
|
+
return;
|
|
10041
|
+
}
|
|
10042
|
+
const oldWatcher = watcher$1;
|
|
10043
|
+
watcher$1 = undefined;
|
|
10044
|
+
oldWatcher.removeEventListener('watcher-event', handleEvent$2);
|
|
10045
|
+
await dispose$T(oldWatcher);
|
|
10046
|
+
};
|
|
10047
|
+
const hydrate$3 = async () => {
|
|
10048
|
+
await dispose$O();
|
|
10049
|
+
if (getPlatform$3() === Web$1) {
|
|
10050
|
+
return;
|
|
10051
|
+
}
|
|
10052
|
+
try {
|
|
10053
|
+
const settingsPath = await getUserSettingsPath();
|
|
10054
|
+
const settingsDirectory = getPathDirName(settingsPath);
|
|
10055
|
+
settingsUri = pathToFileUri(settingsPath);
|
|
10056
|
+
watcher$1 = await watch$2({
|
|
10057
|
+
exclude: [],
|
|
10058
|
+
roots: [pathToFileUri(settingsDirectory)]
|
|
10059
|
+
});
|
|
10060
|
+
watcher$1.addEventListener('watcher-event', handleEvent$2);
|
|
10061
|
+
} catch (error) {
|
|
10062
|
+
console.warn(`Failed to watch user settings: ${error}`);
|
|
10063
|
+
}
|
|
10064
|
+
};
|
|
10065
|
+
|
|
9978
10066
|
const exit$1 = code => {
|
|
9979
10067
|
if (code === undefined) {
|
|
9980
10068
|
return invoke$F('Exit.exit');
|
|
@@ -9999,7 +10087,7 @@ const getRemoteSrc = uri => {
|
|
|
9999
10087
|
return normalizedUri.startsWith('/') ? `/remote${normalizedUri}` : `/remote/${normalizedUri}`;
|
|
10000
10088
|
};
|
|
10001
10089
|
|
|
10002
|
-
const name$
|
|
10090
|
+
const name$2y = 'Disk';
|
|
10003
10091
|
const toUri = item => {
|
|
10004
10092
|
if (item.startsWith('file://')) {
|
|
10005
10093
|
return item;
|
|
@@ -10101,7 +10189,7 @@ const FileSystemDisk = {
|
|
|
10101
10189
|
getRealPath,
|
|
10102
10190
|
isReadonly: isReadonly$6,
|
|
10103
10191
|
mkdir: mkdir$6,
|
|
10104
|
-
name: name$
|
|
10192
|
+
name: name$2y,
|
|
10105
10193
|
readDirWithFileTypes: readDirWithFileTypes$6,
|
|
10106
10194
|
readFile: readFile$c,
|
|
10107
10195
|
readJson: readJson$5,
|
|
@@ -10510,12 +10598,12 @@ const creareSessionId = () => {
|
|
|
10510
10598
|
return `session-${new Date().toISOString()}`;
|
|
10511
10599
|
};
|
|
10512
10600
|
|
|
10513
|
-
const state$
|
|
10601
|
+
const state$c = {
|
|
10514
10602
|
sessionId: ''
|
|
10515
10603
|
};
|
|
10516
10604
|
const getSessionId = () => {
|
|
10517
|
-
state$
|
|
10518
|
-
return state$
|
|
10605
|
+
state$c.sessionId ||= creareSessionId();
|
|
10606
|
+
return state$c.sessionId;
|
|
10519
10607
|
};
|
|
10520
10608
|
|
|
10521
10609
|
const sleep = duration => {
|
|
@@ -10552,7 +10640,7 @@ const addSearchParam = (href, key, value) => {
|
|
|
10552
10640
|
return parsedUrl.toString();
|
|
10553
10641
|
};
|
|
10554
10642
|
const replayCurrentSession = async () => {
|
|
10555
|
-
if (!state$
|
|
10643
|
+
if (!state$c.sessionId) {
|
|
10556
10644
|
throw new VError('session replay is disabled in settings');
|
|
10557
10645
|
}
|
|
10558
10646
|
// TODO
|
|
@@ -10572,7 +10660,7 @@ const getSessionContent = async () => {
|
|
|
10572
10660
|
const DONT_REPLAY = new Set(['Open.openUrl', 'Download.downloadFile']);
|
|
10573
10661
|
const replaySession = async sessionId => {
|
|
10574
10662
|
const events = await getSessionEvents(sessionId);
|
|
10575
|
-
const originalIpc = state$
|
|
10663
|
+
const originalIpc = state$E.rpc.ipc;
|
|
10576
10664
|
unhandleIpc(originalIpc);
|
|
10577
10665
|
const originalSend = originalIpc.send.bind(originalIpc);
|
|
10578
10666
|
const originalAddEventListsner = originalIpc.addEventListener.bind(originalIpc);
|
|
@@ -10587,33 +10675,33 @@ const replaySession = async sessionId => {
|
|
|
10587
10675
|
} else if ('method' in data) {
|
|
10588
10676
|
switch (data.method) {
|
|
10589
10677
|
case 'TitleBar.handleTitleBarButtonClickClose':
|
|
10590
|
-
state$
|
|
10591
|
-
state$
|
|
10678
|
+
state$E.rpc.ipc.onmessage = originalAddEventListsner;
|
|
10679
|
+
state$E.rpc.ipc.send = originalSend;
|
|
10592
10680
|
await execute$4('ElectronWindow.close');
|
|
10593
|
-
state$
|
|
10594
|
-
state$
|
|
10681
|
+
state$E.rpc.ipc.onmessage = wrappedOnMessage;
|
|
10682
|
+
state$E.rpc.ipc.send = wrappedSend;
|
|
10595
10683
|
break;
|
|
10596
10684
|
case 'TitleBar.handleTitleBarButtonClickMinimize':
|
|
10597
|
-
state$
|
|
10598
|
-
state$
|
|
10685
|
+
state$E.rpc.ipc.onmessage = originalAddEventListsner;
|
|
10686
|
+
state$E.rpc.ipc.send = originalSend;
|
|
10599
10687
|
await execute$4('ElectronWindow.minimize');
|
|
10600
|
-
state$
|
|
10601
|
-
state$
|
|
10688
|
+
state$E.rpc.ipc.onmessage = wrappedOnMessage;
|
|
10689
|
+
state$E.rpc.ipc.send = wrappedSend;
|
|
10602
10690
|
break;
|
|
10603
10691
|
case 'TitleBar.handleTitleBarButtonClickToggleMaximize':
|
|
10604
|
-
state$
|
|
10605
|
-
state$
|
|
10692
|
+
state$E.rpc.ipc.onmessage = originalAddEventListsner;
|
|
10693
|
+
state$E.rpc.ipc.send = originalSend;
|
|
10606
10694
|
await execute$4('ElectronWindow.maximize');
|
|
10607
|
-
state$
|
|
10608
|
-
state$
|
|
10695
|
+
state$E.rpc.ipc.onmessage = wrappedOnMessage;
|
|
10696
|
+
state$E.rpc.ipc.send = wrappedSend;
|
|
10609
10697
|
break;
|
|
10610
10698
|
}
|
|
10611
10699
|
} else {
|
|
10612
10700
|
throw new Error('unexpected message from renderer worker');
|
|
10613
10701
|
}
|
|
10614
10702
|
};
|
|
10615
|
-
state$
|
|
10616
|
-
state$
|
|
10703
|
+
state$E.rpc.send = wrappedSend;
|
|
10704
|
+
state$E.rpc.addEventListener('message', wrappedOnMessage);
|
|
10617
10705
|
const callbacks = Object.create(null);
|
|
10618
10706
|
const invoke = event => {
|
|
10619
10707
|
const {
|
|
@@ -10685,8 +10773,8 @@ const wrapIpc = (ipc, name, getData) => {
|
|
|
10685
10773
|
return wrappedIpc;
|
|
10686
10774
|
};
|
|
10687
10775
|
const startRecording$1 = () => {
|
|
10688
|
-
state$
|
|
10689
|
-
state$
|
|
10776
|
+
state$E.rpc.ipc = wrapIpc(state$E.rpc, 'renderer-process', event => event.data);
|
|
10777
|
+
state$B.ipc = wrapIpc(state$B.ipc, 'shared-process', event => event);
|
|
10690
10778
|
};
|
|
10691
10779
|
const openSession = async () => {
|
|
10692
10780
|
await execute$4(/* Main.openUri */'Main.openUri', /* uri */'app://session.json');
|
|
@@ -10894,10 +10982,10 @@ const disposeWatcher = async () => {
|
|
|
10894
10982
|
}
|
|
10895
10983
|
const oldWatcher = watcher;
|
|
10896
10984
|
watcher = undefined;
|
|
10897
|
-
oldWatcher.removeEventListener('watcher-event', handleEvent);
|
|
10898
|
-
await dispose$
|
|
10985
|
+
oldWatcher.removeEventListener('watcher-event', handleEvent$1);
|
|
10986
|
+
await dispose$T(oldWatcher);
|
|
10899
10987
|
};
|
|
10900
|
-
const handleEvent = event => {
|
|
10988
|
+
const handleEvent$1 = event => {
|
|
10901
10989
|
scheduleRefresh(event.detail);
|
|
10902
10990
|
};
|
|
10903
10991
|
const watchWorkspace = async workspaceUri => {
|
|
@@ -10905,11 +10993,11 @@ const watchWorkspace = async workspaceUri => {
|
|
|
10905
10993
|
if (!workspaceUri || !workspaceUri.startsWith('file://')) {
|
|
10906
10994
|
return;
|
|
10907
10995
|
}
|
|
10908
|
-
watcher = await watch$
|
|
10996
|
+
watcher = await watch$2({
|
|
10909
10997
|
exclude: ['.git', 'node_modules'],
|
|
10910
10998
|
roots: [workspaceUri]
|
|
10911
10999
|
});
|
|
10912
|
-
watcher.addEventListener('watcher-event', handleEvent);
|
|
11000
|
+
watcher.addEventListener('watcher-event', handleEvent$1);
|
|
10913
11001
|
};
|
|
10914
11002
|
const handleWorkspaceChange$1 = async () => {
|
|
10915
11003
|
await watchWorkspace(getWorkspaceUri());
|
|
@@ -10951,7 +11039,7 @@ const actions = [async () => {
|
|
|
10951
11039
|
mark$1(Eleven);
|
|
10952
11040
|
mark(WillLoadIconTheme);
|
|
10953
11041
|
// TODO check preferences if icon theme is enabled
|
|
10954
|
-
await hydrate$
|
|
11042
|
+
await hydrate$4(platform, assetDir);
|
|
10955
11043
|
mark(DidLoadIconTheme);
|
|
10956
11044
|
}, async platform => {
|
|
10957
11045
|
mark$1(Twelve);
|
|
@@ -10982,7 +11070,7 @@ const startup = async (platform, assetDir) => {
|
|
|
10982
11070
|
mark$1(One);
|
|
10983
11071
|
setConfig(initData.Config?.shouldLaunchMultipleWorkers);
|
|
10984
11072
|
initialize$4(initData.Config?.workerUrls);
|
|
10985
|
-
hydrate$
|
|
11073
|
+
hydrate$d();
|
|
10986
11074
|
const promptOptions = platform === Electron$1 ? await getPromptOptions() : undefined;
|
|
10987
11075
|
if (initData.Location.href.includes('?replayId')) {
|
|
10988
11076
|
const url = new URL(initData.Location.href);
|
|
@@ -10992,7 +11080,7 @@ const startup = async (platform, assetDir) => {
|
|
|
10992
11080
|
}
|
|
10993
11081
|
if (initData.Location.href.startsWith('http://localhost:3001/tests/')) ;
|
|
10994
11082
|
mark(WillLoadPreferences);
|
|
10995
|
-
await hydrate$
|
|
11083
|
+
await hydrate$e();
|
|
10996
11084
|
if (promptOptions?.backendUrl) {
|
|
10997
11085
|
set$h('layout.backendUrl', promptOptions.backendUrl);
|
|
10998
11086
|
}
|
|
@@ -11012,7 +11100,7 @@ const startup = async (platform, assetDir) => {
|
|
|
11012
11100
|
const authState = shouldInitializeAuth(hasAuthCallback, promptOptions !== undefined) ? await initializeAuth(platform, initData.Location.href) : undefined;
|
|
11013
11101
|
mark$1(Twelve);
|
|
11014
11102
|
mark(WillOpenWorkspace);
|
|
11015
|
-
await hydrate$
|
|
11103
|
+
await hydrate$7(initData.Location);
|
|
11016
11104
|
mark(DidOpenWorkspace);
|
|
11017
11105
|
if (promptOptions !== undefined) {
|
|
11018
11106
|
await initialize$1(initData);
|
|
@@ -11021,11 +11109,11 @@ const startup = async (platform, assetDir) => {
|
|
|
11021
11109
|
return;
|
|
11022
11110
|
}
|
|
11023
11111
|
const isTestRun = isTest() || initData.Location.href.includes('/tests/');
|
|
11024
|
-
await hydrate$
|
|
11025
|
-
await hydrate$
|
|
11112
|
+
await hydrate$9();
|
|
11113
|
+
await hydrate$5();
|
|
11026
11114
|
mark$1(Three);
|
|
11027
11115
|
mark(WillLoadColorTheme);
|
|
11028
|
-
await hydrate$
|
|
11116
|
+
await hydrate$c();
|
|
11029
11117
|
mark(DidLoadColorTheme);
|
|
11030
11118
|
mark$1(Four);
|
|
11031
11119
|
mark(WillShowLayout);
|
|
@@ -11060,7 +11148,7 @@ const startup = async (platform, assetDir) => {
|
|
|
11060
11148
|
// await Layout.hydrate(initData)
|
|
11061
11149
|
mark(DidShowLayout);
|
|
11062
11150
|
mark(WillLoadLanguages);
|
|
11063
|
-
await hydrate$
|
|
11151
|
+
await hydrate$8(platform, assetDir);
|
|
11064
11152
|
mark(DidLoadLanguages);
|
|
11065
11153
|
mark$1(Five);
|
|
11066
11154
|
await Promise.all(actions.map(action => action(platform, assetDir)));
|
|
@@ -11076,16 +11164,16 @@ const startup = async (platform, assetDir) => {
|
|
|
11076
11164
|
return;
|
|
11077
11165
|
}
|
|
11078
11166
|
mark(WillLoadSaveState);
|
|
11079
|
-
await hydrate$
|
|
11167
|
+
await hydrate$6();
|
|
11080
11168
|
mark(DidLoadSaveState);
|
|
11081
11169
|
mark$1(Sixteen);
|
|
11082
11170
|
mark(WillLoadRecentlyOpened);
|
|
11083
11171
|
await hydrate$2();
|
|
11084
11172
|
mark(DidLoadRecentlyOpened);
|
|
11085
11173
|
mark(WillLoadLocation);
|
|
11086
|
-
await hydrate$
|
|
11174
|
+
await hydrate$b();
|
|
11087
11175
|
mark(DidLoadLocation);
|
|
11088
|
-
const watcherPromises = Promise.all([hydrate$
|
|
11176
|
+
const watcherPromises = Promise.all([hydrate$a(), hydrate$3(), watchFilesForHotReload(), hydrate$1()]);
|
|
11089
11177
|
measure(OpenWorkspace, WillOpenWorkspace, DidOpenWorkspace);
|
|
11090
11178
|
measure(LoadMain, WillLoadMain, DidLoadMain);
|
|
11091
11179
|
measure(LoadSideBar, WillLoadSideBar, DidLoadSideBar);
|
|
@@ -11249,6 +11337,8 @@ const commandMap = {
|
|
|
11249
11337
|
'ExtensionHostTextSearch.textSearchMemory2': lazy('ExtensionHostTextSearch.textSearchMemory2'),
|
|
11250
11338
|
'ExtensionHostTypeDefinition.executeTypeDefinitionProvider': lazy('ExtensionHostTypeDefinition.executeTypeDefinitionProvider'),
|
|
11251
11339
|
'ExtensionHostWorkerContentSecurityPolicy.set': lazy('ExtensionHostWorkerContentSecurityPolicy.set'),
|
|
11340
|
+
'ExtensionHotReload.dispose': lazy('ExtensionHotReload.dispose'),
|
|
11341
|
+
'ExtensionHotReload.watch': lazy('ExtensionHotReload.watch'),
|
|
11252
11342
|
'ExtensionManagement.activateByEvent': lazy('ExtensionManagement.activateByEvent'),
|
|
11253
11343
|
'ExtensionManagement.disable': lazy('ExtensionManagement.disable'),
|
|
11254
11344
|
'ExtensionManagement.enable': lazy('ExtensionManagement.enable'),
|
|
@@ -12516,7 +12606,7 @@ const ExtensionHostFileSystem = {
|
|
|
12516
12606
|
writeFile: writeFile$b
|
|
12517
12607
|
};
|
|
12518
12608
|
|
|
12519
|
-
const name$
|
|
12609
|
+
const name$2x = 'App';
|
|
12520
12610
|
const appPrefix = 'app://';
|
|
12521
12611
|
const getPath$2 = uri => {
|
|
12522
12612
|
if (uri.startsWith(appPrefix)) {
|
|
@@ -12581,7 +12671,7 @@ const FileSystemApp = {
|
|
|
12581
12671
|
getPathSeparator: getPathSeparator$4,
|
|
12582
12672
|
isReadonly: isReadonly$4,
|
|
12583
12673
|
mkdir: mkdir$4,
|
|
12584
|
-
name: name$
|
|
12674
|
+
name: name$2x,
|
|
12585
12675
|
readDirWithFileTypes: readDirWithFileTypes$4,
|
|
12586
12676
|
readFile: readFile$a,
|
|
12587
12677
|
readJson: readJson$4,
|
|
@@ -12590,7 +12680,7 @@ const FileSystemApp = {
|
|
|
12590
12680
|
writeFile: writeFile$a
|
|
12591
12681
|
};
|
|
12592
12682
|
|
|
12593
|
-
const name$
|
|
12683
|
+
const name$2w = 'Data';
|
|
12594
12684
|
const dataPrefix = 'data://';
|
|
12595
12685
|
const getPath$1 = uri => {
|
|
12596
12686
|
if (uri.startsWith(dataPrefix)) {
|
|
@@ -12638,7 +12728,7 @@ const FileSystemData = {
|
|
|
12638
12728
|
getPathSeparator: getPathSeparator$3,
|
|
12639
12729
|
isReadonly: isReadonly$3,
|
|
12640
12730
|
mkdir: mkdir$3,
|
|
12641
|
-
name: name$
|
|
12731
|
+
name: name$2w,
|
|
12642
12732
|
readDirWithFileTypes: readDirWithFileTypes$3,
|
|
12643
12733
|
readFile: readFile$9,
|
|
12644
12734
|
remove: remove$3,
|
|
@@ -12649,8 +12739,8 @@ const FileSystemData = {
|
|
|
12649
12739
|
// TODO when it rejects, it should throw a custom error,
|
|
12650
12740
|
// FileSystemError
|
|
12651
12741
|
|
|
12652
|
-
const name$
|
|
12653
|
-
const state$
|
|
12742
|
+
const name$2v = 'Web';
|
|
12743
|
+
const state$b = {
|
|
12654
12744
|
watchers: Object.create(null),
|
|
12655
12745
|
saveListeners: [],
|
|
12656
12746
|
files: Object.create(null)
|
|
@@ -12662,13 +12752,13 @@ const getPath = uri => {
|
|
|
12662
12752
|
}
|
|
12663
12753
|
return uri;
|
|
12664
12754
|
};
|
|
12665
|
-
state$
|
|
12755
|
+
state$b.files['/languages/index.dart'] = `void main() {
|
|
12666
12756
|
print('Hello, World!');
|
|
12667
12757
|
}`;
|
|
12668
|
-
state$
|
|
12758
|
+
state$b.files['/languages/index.js'] = `const add = (a, b) => {
|
|
12669
12759
|
return a + b;
|
|
12670
12760
|
}`;
|
|
12671
|
-
state$
|
|
12761
|
+
state$b.files['/languages/scrolling.txt'] = `line 1
|
|
12672
12762
|
line 2
|
|
12673
12763
|
line 3
|
|
12674
12764
|
line 4
|
|
@@ -12769,8 +12859,8 @@ line 98
|
|
|
12769
12859
|
line 99
|
|
12770
12860
|
line 100
|
|
12771
12861
|
`;
|
|
12772
|
-
state$
|
|
12773
|
-
state$
|
|
12862
|
+
state$b.files['/languages/index.html'] = '<h1 class="abc">hello world</h1>';
|
|
12863
|
+
state$b.files['/languages/index.css'] = `h1 {
|
|
12774
12864
|
font-size: 24px;
|
|
12775
12865
|
}
|
|
12776
12866
|
|
|
@@ -12790,7 +12880,7 @@ state$a.files['/languages/index.css'] = `h1 {
|
|
|
12790
12880
|
tab-size: 2;
|
|
12791
12881
|
}
|
|
12792
12882
|
`;
|
|
12793
|
-
state$
|
|
12883
|
+
state$b.files['/languages/index.ex'] = `defmodule RealWorld do
|
|
12794
12884
|
@moduledoc """
|
|
12795
12885
|
RealWorld keeps the contexts that define your domain
|
|
12796
12886
|
and business logic.
|
|
@@ -12798,7 +12888,7 @@ state$a.files['/languages/index.ex'] = `defmodule RealWorld do
|
|
|
12798
12888
|
if it comes from the database, an external API or others.
|
|
12799
12889
|
"""
|
|
12800
12890
|
end`;
|
|
12801
|
-
state$
|
|
12891
|
+
state$b.files['/languages/index.jl'] = `function mandelbrot(a)
|
|
12802
12892
|
z = 0
|
|
12803
12893
|
for i=1:50
|
|
12804
12894
|
z = z^2 + a
|
|
@@ -12812,7 +12902,7 @@ abs(mandelbrot(complex(x, y))) < 2 ? print("*") : print(" ")
|
|
|
12812
12902
|
end
|
|
12813
12903
|
println()
|
|
12814
12904
|
end`;
|
|
12815
|
-
state$
|
|
12905
|
+
state$b.files['/languages/index.pl'] = `#!/usr/bin/perl
|
|
12816
12906
|
#
|
|
12817
12907
|
# The traditional first program.
|
|
12818
12908
|
|
|
@@ -12822,15 +12912,15 @@ use warnings;
|
|
|
12822
12912
|
|
|
12823
12913
|
# Print a message.
|
|
12824
12914
|
print "Hello, World!\n";`;
|
|
12825
|
-
state$
|
|
12915
|
+
state$b.files['/languages/index.kt'] = `fun main(args : Array<String>) {
|
|
12826
12916
|
println("Hello, World!")
|
|
12827
12917
|
}`;
|
|
12828
|
-
state$
|
|
12918
|
+
state$b.files['/languages/index.java'] = `class HelloWorld {
|
|
12829
12919
|
public static void main(String[] args) {
|
|
12830
12920
|
System.out.println("Hello, World!");
|
|
12831
12921
|
}
|
|
12832
12922
|
}`;
|
|
12833
|
-
state$
|
|
12923
|
+
state$b.files['/languages/index.cpp'] = `using namespace std;
|
|
12834
12924
|
|
|
12835
12925
|
template <class ANYTYPE>
|
|
12836
12926
|
void thing(int a, Blah other_thing, double c=10, ANYTYPE f) {
|
|
@@ -12849,10 +12939,10 @@ int main(char arg_num, char** vargs) {
|
|
|
12849
12939
|
|
|
12850
12940
|
#error I should be able to write single quotes in here: Don't make errors
|
|
12851
12941
|
}`;
|
|
12852
|
-
state$
|
|
12853
|
-
state$
|
|
12854
|
-
state$
|
|
12855
|
-
state$
|
|
12942
|
+
state$b.files['/languages/index.env'] = 'KEY=42';
|
|
12943
|
+
state$b.files['/sample-folder/a.txt'] = '';
|
|
12944
|
+
state$b.files['/sample-folder/b.txt'] = '';
|
|
12945
|
+
state$b.files['/sample-folder/c.txt'] = '';
|
|
12856
12946
|
|
|
12857
12947
|
// const getRelativePath = (path) => {
|
|
12858
12948
|
// return path.slice('/workspace'.length)
|
|
@@ -12860,7 +12950,7 @@ state$a.files['/sample-folder/c.txt'] = '';
|
|
|
12860
12950
|
|
|
12861
12951
|
const readFile$8 = async path => {
|
|
12862
12952
|
path = getPath(path);
|
|
12863
|
-
const file = state$
|
|
12953
|
+
const file = state$b.files[path];
|
|
12864
12954
|
if (file === undefined) {
|
|
12865
12955
|
throw new Error(`file not found ${path}`);
|
|
12866
12956
|
}
|
|
@@ -12883,7 +12973,7 @@ const createFolder = async path => {
|
|
|
12883
12973
|
};
|
|
12884
12974
|
const writeFile$8 = async (path, content) => {
|
|
12885
12975
|
path = getPath(path);
|
|
12886
|
-
state$
|
|
12976
|
+
state$b.files[path] = content;
|
|
12887
12977
|
};
|
|
12888
12978
|
const getDirent = (path, relativePath) => {
|
|
12889
12979
|
const rest = path.slice(relativePath.length + 1);
|
|
@@ -12901,7 +12991,7 @@ const getDirent = (path, relativePath) => {
|
|
|
12901
12991
|
const readDirWithFileTypes$2 = path => {
|
|
12902
12992
|
path = getPath(path);
|
|
12903
12993
|
const dirents = [];
|
|
12904
|
-
for (const key in state$
|
|
12994
|
+
for (const key in state$b.files) {
|
|
12905
12995
|
if (key.startsWith(path)) {
|
|
12906
12996
|
const dirent = getDirent(key, path);
|
|
12907
12997
|
if (!dirents.some(otherDirent => otherDirent.name === dirent.name)) {
|
|
@@ -12911,7 +13001,7 @@ const readDirWithFileTypes$2 = path => {
|
|
|
12911
13001
|
}
|
|
12912
13002
|
return dirents;
|
|
12913
13003
|
};
|
|
12914
|
-
const watch = async path => {
|
|
13004
|
+
const watch$1 = async path => {
|
|
12915
13005
|
throw new Error('not implemented');
|
|
12916
13006
|
};
|
|
12917
13007
|
const unwatch = id => {
|
|
@@ -12941,24 +13031,24 @@ const FileSystemWeb = {
|
|
|
12941
13031
|
getPathSeparator: getPathSeparator$2,
|
|
12942
13032
|
isReadonly: isReadonly$2,
|
|
12943
13033
|
mkdir: mkdir$2,
|
|
12944
|
-
name: name$
|
|
13034
|
+
name: name$2v,
|
|
12945
13035
|
onDidSave,
|
|
12946
13036
|
readDirWithFileTypes: readDirWithFileTypes$2,
|
|
12947
13037
|
readFile: readFile$8,
|
|
12948
13038
|
remove: remove$2,
|
|
12949
13039
|
rename: rename$1,
|
|
12950
|
-
state: state$
|
|
13040
|
+
state: state$b,
|
|
12951
13041
|
unwatch,
|
|
12952
13042
|
unwatchAll,
|
|
12953
|
-
watch,
|
|
13043
|
+
watch: watch$1,
|
|
12954
13044
|
writeFile: writeFile$8
|
|
12955
13045
|
};
|
|
12956
13046
|
|
|
12957
13047
|
// TODO move all of this to an extension
|
|
12958
13048
|
|
|
12959
13049
|
const canBeRestored = true;
|
|
12960
|
-
const name$
|
|
12961
|
-
const state$
|
|
13050
|
+
const name$2u = 'Fetch';
|
|
13051
|
+
const state$a = {
|
|
12962
13052
|
files: Object.create(null)
|
|
12963
13053
|
};
|
|
12964
13054
|
const fetchPrefix = 'fetch://';
|
|
@@ -13077,12 +13167,12 @@ const FileSystemFetch = {
|
|
|
13077
13167
|
getPathSeparator: getPathSeparator$1,
|
|
13078
13168
|
isReadonly: isReadonly$1,
|
|
13079
13169
|
mkdir: mkdir$1,
|
|
13080
|
-
name: name$
|
|
13170
|
+
name: name$2u,
|
|
13081
13171
|
readDirWithFileTypes: readDirWithFileTypes$1,
|
|
13082
13172
|
readFile: readFile$7,
|
|
13083
13173
|
readJson: readJson$3,
|
|
13084
13174
|
remove: remove$1,
|
|
13085
|
-
state: state$
|
|
13175
|
+
state: state$a,
|
|
13086
13176
|
writeFile: writeFile$7
|
|
13087
13177
|
};
|
|
13088
13178
|
|
|
@@ -13105,7 +13195,7 @@ const {
|
|
|
13105
13195
|
restart: restart$h
|
|
13106
13196
|
} = getOrCreateWorker(launchDebugWorker);
|
|
13107
13197
|
|
|
13108
|
-
const name$
|
|
13198
|
+
const name$2t = 'Debug';
|
|
13109
13199
|
const readFile$6 = uri => {
|
|
13110
13200
|
return invoke$t('RunAndDebug.readFile', uri);
|
|
13111
13201
|
};
|
|
@@ -13152,7 +13242,7 @@ const FileSystemDebug = {
|
|
|
13152
13242
|
getPathSeparator,
|
|
13153
13243
|
isReadonly,
|
|
13154
13244
|
mkdir,
|
|
13155
|
-
name: name$
|
|
13245
|
+
name: name$2t,
|
|
13156
13246
|
readDirWithFileTypes,
|
|
13157
13247
|
readFile: readFile$6,
|
|
13158
13248
|
remove,
|
|
@@ -13214,21 +13304,21 @@ const showAbout = async () => {
|
|
|
13214
13304
|
await invoke$s('About.showAbout', getPlatform$3());
|
|
13215
13305
|
};
|
|
13216
13306
|
|
|
13217
|
-
const name$
|
|
13218
|
-
const Commands$
|
|
13307
|
+
const name$2s = 'About';
|
|
13308
|
+
const Commands$2w = {
|
|
13219
13309
|
showAbout: showAbout
|
|
13220
13310
|
};
|
|
13221
13311
|
|
|
13222
13312
|
const About_ipc = {
|
|
13223
13313
|
__proto__: null,
|
|
13224
|
-
Commands: Commands$
|
|
13225
|
-
name: name$
|
|
13314
|
+
Commands: Commands$2w,
|
|
13315
|
+
name: name$2s
|
|
13226
13316
|
};
|
|
13227
13317
|
|
|
13228
13318
|
// TODO only use Ajax module via ipc -> that way is is always lazyloaded
|
|
13229
13319
|
|
|
13230
|
-
const name$
|
|
13231
|
-
const Commands$
|
|
13320
|
+
const name$2r = 'Ajax';
|
|
13321
|
+
const Commands$2v = {
|
|
13232
13322
|
getBlob: getBlob$4,
|
|
13233
13323
|
getJson: getJson,
|
|
13234
13324
|
getText: getText
|
|
@@ -13236,8 +13326,8 @@ const Commands$2u = {
|
|
|
13236
13326
|
|
|
13237
13327
|
const Ajax_ipc = {
|
|
13238
13328
|
__proto__: null,
|
|
13239
|
-
Commands: Commands$
|
|
13240
|
-
name: name$
|
|
13329
|
+
Commands: Commands$2v,
|
|
13330
|
+
name: name$2r
|
|
13241
13331
|
};
|
|
13242
13332
|
|
|
13243
13333
|
const playBell = async () => {
|
|
@@ -13248,16 +13338,16 @@ const play = async url => {
|
|
|
13248
13338
|
await invoke$I('Audio.play', /* src */url);
|
|
13249
13339
|
};
|
|
13250
13340
|
|
|
13251
|
-
const name$
|
|
13252
|
-
const Commands$
|
|
13341
|
+
const name$2q = 'Audio';
|
|
13342
|
+
const Commands$2u = {
|
|
13253
13343
|
playBell: playBell,
|
|
13254
13344
|
play: play
|
|
13255
13345
|
};
|
|
13256
13346
|
|
|
13257
13347
|
const Audio_ipc = {
|
|
13258
13348
|
__proto__: null,
|
|
13259
|
-
Commands: Commands$
|
|
13260
|
-
name: name$
|
|
13349
|
+
Commands: Commands$2u,
|
|
13350
|
+
name: name$2q
|
|
13261
13351
|
};
|
|
13262
13352
|
|
|
13263
13353
|
const getLatestVersion = () => {
|
|
@@ -13316,15 +13406,15 @@ const checkForUpdates = async (updateSetting, silent = Boolean(updateSetting)) =
|
|
|
13316
13406
|
});
|
|
13317
13407
|
};
|
|
13318
13408
|
|
|
13319
|
-
const name$
|
|
13320
|
-
const Commands$
|
|
13409
|
+
const name$2p = 'AutoUpdater';
|
|
13410
|
+
const Commands$2t = {
|
|
13321
13411
|
checkForUpdates: checkForUpdates
|
|
13322
13412
|
};
|
|
13323
13413
|
|
|
13324
13414
|
const AutoUpdater_ipc = {
|
|
13325
13415
|
__proto__: null,
|
|
13326
|
-
Commands: Commands$
|
|
13327
|
-
name: name$
|
|
13416
|
+
Commands: Commands$2t,
|
|
13417
|
+
name: name$2p
|
|
13328
13418
|
};
|
|
13329
13419
|
|
|
13330
13420
|
const getActiveEditorId = () => {
|
|
@@ -13411,8 +13501,8 @@ const updateAllDiagnostics = async () => {
|
|
|
13411
13501
|
await updateAllDiagnosticsWithCommand(actualInvoke);
|
|
13412
13502
|
};
|
|
13413
13503
|
|
|
13414
|
-
const name$
|
|
13415
|
-
const Commands$
|
|
13504
|
+
const name$2o = 'GetActiveEditor';
|
|
13505
|
+
const Commands$2s = {
|
|
13416
13506
|
getActiveEditorId: getActiveEditorId,
|
|
13417
13507
|
getDiagnostics: getDiagnostics,
|
|
13418
13508
|
getOpenEditorUris: getOpenEditorUris,
|
|
@@ -13425,23 +13515,23 @@ const Commands$2r = {
|
|
|
13425
13515
|
|
|
13426
13516
|
const GetActiveEditor_ipc = {
|
|
13427
13517
|
__proto__: null,
|
|
13428
|
-
Commands: Commands$
|
|
13429
|
-
name: name$
|
|
13518
|
+
Commands: Commands$2s,
|
|
13519
|
+
name: name$2o
|
|
13430
13520
|
};
|
|
13431
13521
|
|
|
13432
13522
|
const getSelectionText$1 = () => {
|
|
13433
13523
|
return invoke$I('Css.getSelectionText');
|
|
13434
13524
|
};
|
|
13435
13525
|
|
|
13436
|
-
const name$
|
|
13437
|
-
const Commands$
|
|
13526
|
+
const name$2n = 'Document';
|
|
13527
|
+
const Commands$2r = {
|
|
13438
13528
|
getSelectionText: getSelectionText$1
|
|
13439
13529
|
};
|
|
13440
13530
|
|
|
13441
13531
|
const Document_ipc = {
|
|
13442
13532
|
__proto__: null,
|
|
13443
|
-
Commands: Commands$
|
|
13444
|
-
name: name$
|
|
13533
|
+
Commands: Commands$2r,
|
|
13534
|
+
name: name$2n
|
|
13445
13535
|
};
|
|
13446
13536
|
|
|
13447
13537
|
const exec = (command, args, options) => {
|
|
@@ -13451,15 +13541,15 @@ const exec = (command, args, options) => {
|
|
|
13451
13541
|
return invoke$F('Exec.exec', command, args, options);
|
|
13452
13542
|
};
|
|
13453
13543
|
|
|
13454
|
-
const name$
|
|
13455
|
-
const Commands$
|
|
13544
|
+
const name$2m = 'Exec';
|
|
13545
|
+
const Commands$2q = {
|
|
13456
13546
|
exec: exec
|
|
13457
13547
|
};
|
|
13458
13548
|
|
|
13459
13549
|
const Exec_ipc = {
|
|
13460
13550
|
__proto__: null,
|
|
13461
|
-
Commands: Commands$
|
|
13462
|
-
name: name$
|
|
13551
|
+
Commands: Commands$2q,
|
|
13552
|
+
name: name$2m
|
|
13463
13553
|
};
|
|
13464
13554
|
|
|
13465
13555
|
const cache = Object.create(null);
|
|
@@ -13497,19 +13587,19 @@ const getEditorSourceActions = async () => {
|
|
|
13497
13587
|
return codeActions;
|
|
13498
13588
|
};
|
|
13499
13589
|
|
|
13500
|
-
const name$
|
|
13501
|
-
const Commands$
|
|
13590
|
+
const name$2l = 'GetEditorSourceActions';
|
|
13591
|
+
const Commands$2p = {
|
|
13502
13592
|
getEditorSourceActions: getEditorSourceActions
|
|
13503
13593
|
};
|
|
13504
13594
|
|
|
13505
13595
|
const GetEditorSourceActions_ipc = {
|
|
13506
13596
|
__proto__: null,
|
|
13507
|
-
Commands: Commands$
|
|
13508
|
-
name: name$
|
|
13597
|
+
Commands: Commands$2p,
|
|
13598
|
+
name: name$2l
|
|
13509
13599
|
};
|
|
13510
13600
|
|
|
13511
|
-
const name$
|
|
13512
|
-
const Commands$
|
|
13601
|
+
const name$2k = 'PlatformPaths';
|
|
13602
|
+
const Commands$2o = {
|
|
13513
13603
|
'Platform.getUserDataDir': getUserDataDir,
|
|
13514
13604
|
getBuiltinExtensionsPath: getBuiltinExtensionsPath,
|
|
13515
13605
|
getLogsDir: getLogsDir,
|
|
@@ -13523,8 +13613,8 @@ const Commands$2n = {
|
|
|
13523
13613
|
|
|
13524
13614
|
const PlatformPaths_ipc = {
|
|
13525
13615
|
__proto__: null,
|
|
13526
|
-
Commands: Commands$
|
|
13527
|
-
name: name$
|
|
13616
|
+
Commands: Commands$2o,
|
|
13617
|
+
name: name$2k
|
|
13528
13618
|
};
|
|
13529
13619
|
|
|
13530
13620
|
const getFileHandles = ids => {
|
|
@@ -13538,8 +13628,8 @@ const getFilePathElectron = async file => {
|
|
|
13538
13628
|
return invoke$I('GetFilePathElectron.getFilePathElectron', file);
|
|
13539
13629
|
};
|
|
13540
13630
|
|
|
13541
|
-
const name$
|
|
13542
|
-
const Commands$
|
|
13631
|
+
const name$2j = 'FileSystemHandle';
|
|
13632
|
+
const Commands$2n = {
|
|
13543
13633
|
addFileHandle: addFileHandle,
|
|
13544
13634
|
getFileHandles: getFileHandles,
|
|
13545
13635
|
getFilePathElectron: getFilePathElectron
|
|
@@ -13547,8 +13637,8 @@ const Commands$2m = {
|
|
|
13547
13637
|
|
|
13548
13638
|
const FileSystemHandle_ipc = {
|
|
13549
13639
|
__proto__: null,
|
|
13550
|
-
Commands: Commands$
|
|
13551
|
-
name: name$
|
|
13640
|
+
Commands: Commands$2n,
|
|
13641
|
+
name: name$2j
|
|
13552
13642
|
};
|
|
13553
13643
|
|
|
13554
13644
|
const base64StringToBlob = base64String => {
|
|
@@ -13647,8 +13737,8 @@ const disposeSrc = async src => {
|
|
|
13647
13737
|
}
|
|
13648
13738
|
};
|
|
13649
13739
|
|
|
13650
|
-
const name$
|
|
13651
|
-
const Commands$
|
|
13740
|
+
const name$2i = 'Blob';
|
|
13741
|
+
const Commands$2m = {
|
|
13652
13742
|
base64StringToBlob: base64StringToBlob,
|
|
13653
13743
|
binaryStringToBlob: binaryStringToBlob,
|
|
13654
13744
|
blobToBinaryString: blobToBinaryString,
|
|
@@ -13657,8 +13747,8 @@ const Commands$2l = {
|
|
|
13657
13747
|
|
|
13658
13748
|
const Blob_ipc = {
|
|
13659
13749
|
__proto__: null,
|
|
13660
|
-
Commands: Commands$
|
|
13661
|
-
name: name$
|
|
13750
|
+
Commands: Commands$2m,
|
|
13751
|
+
name: name$2i
|
|
13662
13752
|
};
|
|
13663
13753
|
|
|
13664
13754
|
const getNewContent = (oldContent, changes) => {
|
|
@@ -13730,21 +13820,21 @@ const applyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
13730
13820
|
await Promise.all(edits.map(applyFileReplacement));
|
|
13731
13821
|
};
|
|
13732
13822
|
|
|
13733
|
-
const name$
|
|
13734
|
-
const Commands$
|
|
13823
|
+
const name$2h = 'BulkReplacement';
|
|
13824
|
+
const Commands$2l = {
|
|
13735
13825
|
applyBulkReplacement: applyBulkReplacement
|
|
13736
13826
|
};
|
|
13737
13827
|
|
|
13738
13828
|
const BulkReplacement_ipc = {
|
|
13739
13829
|
__proto__: null,
|
|
13740
|
-
Commands: Commands$
|
|
13741
|
-
name: name$
|
|
13830
|
+
Commands: Commands$2l,
|
|
13831
|
+
name: name$2h
|
|
13742
13832
|
};
|
|
13743
13833
|
|
|
13744
13834
|
// TODO only use CacheStorage module via ipc -> that way is is always lazyloaded
|
|
13745
13835
|
|
|
13746
|
-
const name$
|
|
13747
|
-
const Commands$
|
|
13836
|
+
const name$2g = 'CacheStorage';
|
|
13837
|
+
const Commands$2k = {
|
|
13748
13838
|
clearCache: clearCache$1,
|
|
13749
13839
|
getJson: getJson$6,
|
|
13750
13840
|
setJson: setJson$5
|
|
@@ -13752,19 +13842,19 @@ const Commands$2j = {
|
|
|
13752
13842
|
|
|
13753
13843
|
const CacheStorage_ipc = {
|
|
13754
13844
|
__proto__: null,
|
|
13755
|
-
Commands: Commands$
|
|
13756
|
-
name: name$
|
|
13845
|
+
Commands: Commands$2k,
|
|
13846
|
+
name: name$2g
|
|
13757
13847
|
};
|
|
13758
13848
|
|
|
13759
|
-
const name$
|
|
13760
|
-
const Commands$
|
|
13849
|
+
const name$2f = 'Callback';
|
|
13850
|
+
const Commands$2j = {
|
|
13761
13851
|
resolve: resolve
|
|
13762
13852
|
};
|
|
13763
13853
|
|
|
13764
13854
|
const Callback_ipc = {
|
|
13765
13855
|
__proto__: null,
|
|
13766
|
-
Commands: Commands$
|
|
13767
|
-
name: name$
|
|
13856
|
+
Commands: Commands$2j,
|
|
13857
|
+
name: name$2f
|
|
13768
13858
|
};
|
|
13769
13859
|
|
|
13770
13860
|
const minimize = () => {
|
|
@@ -13840,8 +13930,8 @@ const zoomReset = () => {
|
|
|
13840
13930
|
}
|
|
13841
13931
|
};
|
|
13842
13932
|
|
|
13843
|
-
const name$
|
|
13844
|
-
const Commands$
|
|
13933
|
+
const name$2e = 'Chrome';
|
|
13934
|
+
const Commands$2i = {
|
|
13845
13935
|
close: close$2,
|
|
13846
13936
|
exit: exit,
|
|
13847
13937
|
maximize: maximize,
|
|
@@ -13851,8 +13941,8 @@ const Commands$2h = {
|
|
|
13851
13941
|
|
|
13852
13942
|
const Chrome_ipc = {
|
|
13853
13943
|
__proto__: null,
|
|
13854
|
-
Commands: Commands$
|
|
13855
|
-
name: name$
|
|
13944
|
+
Commands: Commands$2i,
|
|
13945
|
+
name: name$2e
|
|
13856
13946
|
};
|
|
13857
13947
|
|
|
13858
13948
|
const clipBoardWorkerUrl = `${assetDir}/packages/clipboard-worker/dist/clipBoardWorkerMain.js`;
|
|
@@ -13925,8 +14015,8 @@ const execCopy = async () => {
|
|
|
13925
14015
|
}
|
|
13926
14016
|
};
|
|
13927
14017
|
|
|
13928
|
-
const name$
|
|
13929
|
-
const Commands$
|
|
14018
|
+
const name$2d = 'ClipBoard';
|
|
14019
|
+
const Commands$2h = {
|
|
13930
14020
|
disableMemoryClipBoard: disableMemoryClipBoard,
|
|
13931
14021
|
enableMemoryClipBoard: enableMemoryClipBoard,
|
|
13932
14022
|
execCopy: execCopy,
|
|
@@ -13944,13 +14034,13 @@ const Commands$2g = {
|
|
|
13944
14034
|
|
|
13945
14035
|
const ClipBoard_ipc = {
|
|
13946
14036
|
__proto__: null,
|
|
13947
|
-
Commands: Commands$
|
|
13948
|
-
name: name$
|
|
14037
|
+
Commands: Commands$2h,
|
|
14038
|
+
name: name$2d
|
|
13949
14039
|
};
|
|
13950
14040
|
|
|
13951
|
-
const name$
|
|
13952
|
-
const Commands$
|
|
13953
|
-
hydrate: hydrate$
|
|
14041
|
+
const name$2c = 'ColorTheme';
|
|
14042
|
+
const Commands$2g = {
|
|
14043
|
+
hydrate: hydrate$c,
|
|
13954
14044
|
reload: reload$5,
|
|
13955
14045
|
setColorTheme: setColorTheme,
|
|
13956
14046
|
getColorThemeNames: getColorThemeNames
|
|
@@ -13958,8 +14048,8 @@ const Commands$2f = {
|
|
|
13958
14048
|
|
|
13959
14049
|
const ColorTheme_ipc = {
|
|
13960
14050
|
__proto__: null,
|
|
13961
|
-
Commands: Commands$
|
|
13962
|
-
name: name$
|
|
14051
|
+
Commands: Commands$2g,
|
|
14052
|
+
name: name$2c
|
|
13963
14053
|
};
|
|
13964
14054
|
|
|
13965
14055
|
const emptyObject = {};
|
|
@@ -14067,8 +14157,8 @@ const showErrorMessage = ({
|
|
|
14067
14157
|
});
|
|
14068
14158
|
};
|
|
14069
14159
|
|
|
14070
|
-
const name$
|
|
14071
|
-
const Commands$
|
|
14160
|
+
const name$2b = 'ConfirmPrompt';
|
|
14161
|
+
const Commands$2f = {
|
|
14072
14162
|
mock: mock$1,
|
|
14073
14163
|
prompt: prompt$1,
|
|
14074
14164
|
showErrorMessage: showErrorMessage
|
|
@@ -14076,8 +14166,8 @@ const Commands$2e = {
|
|
|
14076
14166
|
|
|
14077
14167
|
const ConfirmPrompt_ipc = {
|
|
14078
14168
|
__proto__: null,
|
|
14079
|
-
Commands: Commands$
|
|
14080
|
-
name: name$
|
|
14169
|
+
Commands: Commands$2f,
|
|
14170
|
+
name: name$2b
|
|
14081
14171
|
};
|
|
14082
14172
|
|
|
14083
14173
|
const startRecording = options => {
|
|
@@ -14138,16 +14228,16 @@ const stop = async () => {
|
|
|
14138
14228
|
await openNativeFolder(path);
|
|
14139
14229
|
};
|
|
14140
14230
|
|
|
14141
|
-
const name$
|
|
14142
|
-
const Commands$
|
|
14231
|
+
const name$2a = 'ContentTracing';
|
|
14232
|
+
const Commands$2e = {
|
|
14143
14233
|
start: start,
|
|
14144
14234
|
stop: stop
|
|
14145
14235
|
};
|
|
14146
14236
|
|
|
14147
14237
|
const ContentTracing_ipc = {
|
|
14148
14238
|
__proto__: null,
|
|
14149
|
-
Commands: Commands$
|
|
14150
|
-
name: name$
|
|
14239
|
+
Commands: Commands$2e,
|
|
14240
|
+
name: name$2a
|
|
14151
14241
|
};
|
|
14152
14242
|
|
|
14153
14243
|
const hasContextMenuNativePreference = () => {
|
|
@@ -14173,16 +14263,16 @@ const show2$3 = async (uid, menuId, x, y, ...args) => {
|
|
|
14173
14263
|
return module.show2(uid, menuId, x, y, ...args);
|
|
14174
14264
|
};
|
|
14175
14265
|
|
|
14176
|
-
const name$
|
|
14177
|
-
const Commands$
|
|
14266
|
+
const name$29 = 'ContextMenu';
|
|
14267
|
+
const Commands$2d = {
|
|
14178
14268
|
show: show$b,
|
|
14179
14269
|
show2: show2$3
|
|
14180
14270
|
};
|
|
14181
14271
|
|
|
14182
14272
|
const ContextMenu_ipc = {
|
|
14183
14273
|
__proto__: null,
|
|
14184
|
-
Commands: Commands$
|
|
14185
|
-
name: name$
|
|
14274
|
+
Commands: Commands$2d,
|
|
14275
|
+
name: name$29
|
|
14186
14276
|
};
|
|
14187
14277
|
|
|
14188
14278
|
const evaluate$3 = (debugId, expression, callFrameId) => {
|
|
@@ -14207,8 +14297,8 @@ const resumed = params => {
|
|
|
14207
14297
|
emitEvent('Debug.resumed', params);
|
|
14208
14298
|
};
|
|
14209
14299
|
|
|
14210
|
-
const name$
|
|
14211
|
-
const Commands$
|
|
14300
|
+
const name$28 = 'Debug';
|
|
14301
|
+
const Commands$2c = {
|
|
14212
14302
|
scriptParsed: scriptParsed,
|
|
14213
14303
|
paused: paused,
|
|
14214
14304
|
resumed: resumed
|
|
@@ -14216,8 +14306,8 @@ const Commands$2b = {
|
|
|
14216
14306
|
|
|
14217
14307
|
const Debug_ipc = {
|
|
14218
14308
|
__proto__: null,
|
|
14219
|
-
Commands: Commands$
|
|
14220
|
-
name: name$
|
|
14309
|
+
Commands: Commands$2c,
|
|
14310
|
+
name: name$28
|
|
14221
14311
|
};
|
|
14222
14312
|
|
|
14223
14313
|
const attachDebugger = async pid => {
|
|
@@ -14230,15 +14320,15 @@ const debugSharedProcess = async () => {
|
|
|
14230
14320
|
await attachDebugger(pid);
|
|
14231
14321
|
};
|
|
14232
14322
|
|
|
14233
|
-
const name$
|
|
14234
|
-
const Commands$
|
|
14323
|
+
const name$27 = 'DebugSharedProcess';
|
|
14324
|
+
const Commands$2b = {
|
|
14235
14325
|
debugSharedProcess: debugSharedProcess
|
|
14236
14326
|
};
|
|
14237
14327
|
|
|
14238
14328
|
const DebugSharedProcess_ipc = {
|
|
14239
14329
|
__proto__: null,
|
|
14240
|
-
Commands: Commands$
|
|
14241
|
-
name: name$
|
|
14330
|
+
Commands: Commands$2b,
|
|
14331
|
+
name: name$27
|
|
14242
14332
|
};
|
|
14243
14333
|
|
|
14244
14334
|
const crashSharedProcess = () => {
|
|
@@ -14669,10 +14759,10 @@ const createSharedProcessProfile = async () => {
|
|
|
14669
14759
|
await invoke$F(/* Developer.createProfile */'Developer.createProfile');
|
|
14670
14760
|
};
|
|
14671
14761
|
const reloadIconTheme = async (platform, assetDir) => {
|
|
14672
|
-
await hydrate$
|
|
14762
|
+
await hydrate$4(platform, assetDir);
|
|
14673
14763
|
};
|
|
14674
14764
|
const reloadColorTheme = async () => {
|
|
14675
|
-
await hydrate$
|
|
14765
|
+
await hydrate$c();
|
|
14676
14766
|
};
|
|
14677
14767
|
const showColorThemeCss = async () => {
|
|
14678
14768
|
// @ts-ignore
|
|
@@ -14708,10 +14798,10 @@ const openIframeInspector = async () => {
|
|
|
14708
14798
|
await openUri$1('iframe-inspector://');
|
|
14709
14799
|
};
|
|
14710
14800
|
|
|
14711
|
-
const name$
|
|
14801
|
+
const name$26 = 'Developer';
|
|
14712
14802
|
|
|
14713
14803
|
// prettier-ignore
|
|
14714
|
-
const Commands$
|
|
14804
|
+
const Commands$2a = {
|
|
14715
14805
|
// TODO certain commands are only available in electron -> treeshake them out
|
|
14716
14806
|
allocateMemoryInSharedProcess: allocateMemoryInSharedProcess,
|
|
14717
14807
|
openIframeInspector: openIframeInspector,
|
|
@@ -14744,8 +14834,8 @@ const Commands$29 = {
|
|
|
14744
14834
|
|
|
14745
14835
|
const Developer_ipc = {
|
|
14746
14836
|
__proto__: null,
|
|
14747
|
-
Commands: Commands$
|
|
14748
|
-
name: name$
|
|
14837
|
+
Commands: Commands$2a,
|
|
14838
|
+
name: name$26
|
|
14749
14839
|
};
|
|
14750
14840
|
|
|
14751
14841
|
const load = () => {
|
|
@@ -14800,7 +14890,7 @@ const isAbortError = error => {
|
|
|
14800
14890
|
};
|
|
14801
14891
|
|
|
14802
14892
|
// @ts-ignore
|
|
14803
|
-
const state$
|
|
14893
|
+
const state$9 = {
|
|
14804
14894
|
dialog: undefined
|
|
14805
14895
|
};
|
|
14806
14896
|
const openFileWeb = async () => {
|
|
@@ -14842,7 +14932,7 @@ const handleClick$1 = async index => {
|
|
|
14842
14932
|
// @ts-ignore
|
|
14843
14933
|
const {
|
|
14844
14934
|
options
|
|
14845
|
-
} = state$
|
|
14935
|
+
} = state$9.dialog;
|
|
14846
14936
|
const option = options[index];
|
|
14847
14937
|
// TODO handle case when index is out of bounds
|
|
14848
14938
|
switch (option) {
|
|
@@ -14855,7 +14945,7 @@ const handleClick$1 = async index => {
|
|
|
14855
14945
|
}
|
|
14856
14946
|
};
|
|
14857
14947
|
const showMessage = async (message, options) => {
|
|
14858
|
-
if (state$
|
|
14948
|
+
if (state$9.dialog) {
|
|
14859
14949
|
console.info('cannot show multiple dialogs at the same time', message);
|
|
14860
14950
|
return;
|
|
14861
14951
|
}
|
|
@@ -14864,7 +14954,7 @@ const showMessage = async (message, options) => {
|
|
|
14864
14954
|
// TODO on electron use native dialog
|
|
14865
14955
|
options ||= ['Show Command Output', 'Cancel', 'Open Git Log'];
|
|
14866
14956
|
// @ts-ignore
|
|
14867
|
-
state$
|
|
14957
|
+
state$9.dialog = {
|
|
14868
14958
|
message,
|
|
14869
14959
|
options
|
|
14870
14960
|
};
|
|
@@ -14887,8 +14977,8 @@ const showWarning = async options => {
|
|
|
14887
14977
|
await invoke$p('Dialog.showWarning', options);
|
|
14888
14978
|
};
|
|
14889
14979
|
|
|
14890
|
-
const name$
|
|
14891
|
-
const Commands$
|
|
14980
|
+
const name$25 = 'Dialog';
|
|
14981
|
+
const Commands$29 = {
|
|
14892
14982
|
handleClick: handleClick$1,
|
|
14893
14983
|
openFile: openFile,
|
|
14894
14984
|
openFolder: openFolder$3,
|
|
@@ -14899,8 +14989,8 @@ const Commands$28 = {
|
|
|
14899
14989
|
|
|
14900
14990
|
const Dialog_ipc = {
|
|
14901
14991
|
__proto__: null,
|
|
14902
|
-
Commands: Commands$
|
|
14903
|
-
name: name$
|
|
14992
|
+
Commands: Commands$29,
|
|
14993
|
+
name: name$25
|
|
14904
14994
|
};
|
|
14905
14995
|
|
|
14906
14996
|
const createObjectUrl = blob => {
|
|
@@ -14937,8 +15027,8 @@ const downloadJson = async (json, fileName) => {
|
|
|
14937
15027
|
}
|
|
14938
15028
|
};
|
|
14939
15029
|
|
|
14940
|
-
const name$
|
|
14941
|
-
const Commands$
|
|
15030
|
+
const name$24 = 'Download';
|
|
15031
|
+
const Commands$28 = {
|
|
14942
15032
|
downloadFile: downloadFile,
|
|
14943
15033
|
downloadJson: downloadJson,
|
|
14944
15034
|
downloadToDownloadsFolder: downloadToDownloadsFolder
|
|
@@ -14946,8 +15036,8 @@ const Commands$27 = {
|
|
|
14946
15036
|
|
|
14947
15037
|
const Download_ipc = {
|
|
14948
15038
|
__proto__: null,
|
|
14949
|
-
Commands: Commands$
|
|
14950
|
-
name: name$
|
|
15039
|
+
Commands: Commands$28,
|
|
15040
|
+
name: name$24
|
|
14951
15041
|
};
|
|
14952
15042
|
|
|
14953
15043
|
const hydrate = () => {
|
|
@@ -14971,15 +15061,15 @@ const hydrate = () => {
|
|
|
14971
15061
|
|
|
14972
15062
|
// see also https://tink.uk/using-the-web-speech-api-to-simulate-css-speech-support/
|
|
14973
15063
|
|
|
14974
|
-
const name$
|
|
14975
|
-
const Commands$
|
|
15064
|
+
const name$23 = 'EditorDiagnostics';
|
|
15065
|
+
const Commands$27 = {
|
|
14976
15066
|
hydrate: hydrate
|
|
14977
15067
|
};
|
|
14978
15068
|
|
|
14979
15069
|
const EditorDiagnostics_ipc = {
|
|
14980
15070
|
__proto__: null,
|
|
14981
|
-
Commands: Commands$
|
|
14982
|
-
name: name$
|
|
15071
|
+
Commands: Commands$27,
|
|
15072
|
+
name: name$23
|
|
14983
15073
|
};
|
|
14984
15074
|
|
|
14985
15075
|
/**
|
|
@@ -15015,17 +15105,17 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
15015
15105
|
await invoke$I(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
15016
15106
|
};
|
|
15017
15107
|
|
|
15018
|
-
const Commands$
|
|
15108
|
+
const Commands$26 = {
|
|
15019
15109
|
3900: show$9
|
|
15020
15110
|
};
|
|
15021
15111
|
|
|
15022
15112
|
const EditorError_ipc = {
|
|
15023
15113
|
__proto__: null,
|
|
15024
|
-
Commands: Commands$
|
|
15114
|
+
Commands: Commands$26
|
|
15025
15115
|
};
|
|
15026
15116
|
|
|
15027
|
-
const name$
|
|
15028
|
-
const Commands$
|
|
15117
|
+
const name$22 = 'ElectronBrowserView';
|
|
15118
|
+
const Commands$25 = {
|
|
15029
15119
|
handleDidNavigate: handleDidNavigate$1,
|
|
15030
15120
|
handleTitleUpdated: handleTitleUpdated$1,
|
|
15031
15121
|
handleWillNavigate: handleWillNavigate$1
|
|
@@ -15033,40 +15123,40 @@ const Commands$24 = {
|
|
|
15033
15123
|
|
|
15034
15124
|
const ElectronBrowserView_ipc = {
|
|
15035
15125
|
__proto__: null,
|
|
15036
|
-
Commands: Commands$
|
|
15037
|
-
name: name$
|
|
15126
|
+
Commands: Commands$25,
|
|
15127
|
+
name: name$22
|
|
15038
15128
|
};
|
|
15039
15129
|
|
|
15040
15130
|
const writeText = text => {
|
|
15041
15131
|
return invoke$F('ElectronClipBoard.writeText', text);
|
|
15042
15132
|
};
|
|
15043
15133
|
|
|
15044
|
-
const name$
|
|
15134
|
+
const name$21 = 'ElectronClipBoard';
|
|
15045
15135
|
|
|
15046
15136
|
// prettier-ignore
|
|
15047
|
-
const Commands$
|
|
15137
|
+
const Commands$24 = {
|
|
15048
15138
|
writeText: writeText
|
|
15049
15139
|
};
|
|
15050
15140
|
|
|
15051
15141
|
const ElectronClipBoard_ipc = {
|
|
15052
15142
|
__proto__: null,
|
|
15053
|
-
Commands: Commands$
|
|
15054
|
-
name: name$
|
|
15143
|
+
Commands: Commands$24,
|
|
15144
|
+
name: name$21
|
|
15055
15145
|
};
|
|
15056
15146
|
|
|
15057
|
-
const name$
|
|
15147
|
+
const name$20 = 'ElectronContextMenu';
|
|
15058
15148
|
|
|
15059
15149
|
// prettier-ignore
|
|
15060
|
-
const Commands$
|
|
15150
|
+
const Commands$23 = {};
|
|
15061
15151
|
|
|
15062
15152
|
const ElectronContextMenu_ipc = {
|
|
15063
15153
|
__proto__: null,
|
|
15064
|
-
Commands: Commands$
|
|
15065
|
-
name: name$
|
|
15154
|
+
Commands: Commands$23,
|
|
15155
|
+
name: name$20
|
|
15066
15156
|
};
|
|
15067
15157
|
|
|
15068
|
-
const name$
|
|
15069
|
-
const Commands$
|
|
15158
|
+
const name$1$ = 'ElectronWindow';
|
|
15159
|
+
const Commands$22 = {
|
|
15070
15160
|
close: close$4,
|
|
15071
15161
|
maximize: maximize$1,
|
|
15072
15162
|
minimize: minimize$1,
|
|
@@ -15081,41 +15171,41 @@ const Commands$21 = {
|
|
|
15081
15171
|
|
|
15082
15172
|
const ElectronWindow_ipc = {
|
|
15083
15173
|
__proto__: null,
|
|
15084
|
-
Commands: Commands$
|
|
15085
|
-
name: name$
|
|
15174
|
+
Commands: Commands$22,
|
|
15175
|
+
name: name$1$
|
|
15086
15176
|
};
|
|
15087
15177
|
|
|
15088
|
-
const name$
|
|
15089
|
-
const Commands$
|
|
15178
|
+
const name$1_ = 'ErrorHandling';
|
|
15179
|
+
const Commands$21 = {
|
|
15090
15180
|
handleError: handleError,
|
|
15091
15181
|
showErrorDialog: showErrorDialog
|
|
15092
15182
|
};
|
|
15093
15183
|
|
|
15094
15184
|
const ErrorHandling_ipc = {
|
|
15095
15185
|
__proto__: null,
|
|
15096
|
-
Commands: Commands$
|
|
15097
|
-
name: name$
|
|
15186
|
+
Commands: Commands$21,
|
|
15187
|
+
name: name$1_
|
|
15098
15188
|
};
|
|
15099
15189
|
|
|
15100
|
-
const name$
|
|
15101
|
-
const Commands$
|
|
15190
|
+
const name$1Z = 'Exit';
|
|
15191
|
+
const Commands$20 = {
|
|
15102
15192
|
exit: exit$1
|
|
15103
15193
|
};
|
|
15104
15194
|
|
|
15105
15195
|
const Exit_ipc = {
|
|
15106
15196
|
__proto__: null,
|
|
15107
|
-
Commands: Commands$
|
|
15108
|
-
name: name$
|
|
15197
|
+
Commands: Commands$20,
|
|
15198
|
+
name: name$1Z
|
|
15109
15199
|
};
|
|
15110
15200
|
|
|
15111
15201
|
const handleEditorCreate = () => {};
|
|
15112
15202
|
const handleEditorChange$1 = () => {};
|
|
15113
15203
|
const handleEditorLanguageChange = () => {};
|
|
15114
15204
|
|
|
15115
|
-
const name$
|
|
15205
|
+
const name$1Y = 'ExtensionHost';
|
|
15116
15206
|
|
|
15117
15207
|
// prettier-ignore
|
|
15118
|
-
const Commands$
|
|
15208
|
+
const Commands$1$ = {
|
|
15119
15209
|
'ExtensionHostTextDocument.setLanguageId': handleEditorLanguageChange,
|
|
15120
15210
|
'ExtensionHostTextDocument.syncFull': handleEditorCreate,
|
|
15121
15211
|
'ExtensionHostTextDocument.syncIncremental': handleEditorChange$1,
|
|
@@ -15130,22 +15220,22 @@ const Commands$1_ = {
|
|
|
15130
15220
|
|
|
15131
15221
|
const ExtensionHostCore_ipc = {
|
|
15132
15222
|
__proto__: null,
|
|
15133
|
-
Commands: Commands$
|
|
15134
|
-
name: name$
|
|
15223
|
+
Commands: Commands$1$,
|
|
15224
|
+
name: name$1Y
|
|
15135
15225
|
};
|
|
15136
15226
|
|
|
15137
|
-
const name$
|
|
15227
|
+
const name$1X = 'ExtensionMeta';
|
|
15138
15228
|
|
|
15139
15229
|
// prettier-ignore
|
|
15140
|
-
const Commands$
|
|
15230
|
+
const Commands$1_ = {
|
|
15141
15231
|
addNodeExtension: addNodeExtension,
|
|
15142
15232
|
addWebExtension: addWebExtension
|
|
15143
15233
|
};
|
|
15144
15234
|
|
|
15145
15235
|
const ExtensionMeta_ipc = {
|
|
15146
15236
|
__proto__: null,
|
|
15147
|
-
Commands: Commands$
|
|
15148
|
-
name: name$
|
|
15237
|
+
Commands: Commands$1_,
|
|
15238
|
+
name: name$1X
|
|
15149
15239
|
};
|
|
15150
15240
|
|
|
15151
15241
|
const create$Y = async type => {
|
|
@@ -15171,8 +15261,8 @@ const createMessagePort = async (port, extensionId, rpcId) => {
|
|
|
15171
15261
|
await invokeAndTransfer$L('HandleMessagePortForExtensionNodeProcess.handleMessagePortForExtensionNodeProcess', port, extensionId, rpcId);
|
|
15172
15262
|
};
|
|
15173
15263
|
|
|
15174
|
-
const name$
|
|
15175
|
-
const Commands$
|
|
15264
|
+
const name$1W = 'ExtensionNodeRpc';
|
|
15265
|
+
const Commands$1Z = {
|
|
15176
15266
|
createConnection: createConnection,
|
|
15177
15267
|
createMessagePort: createMessagePort,
|
|
15178
15268
|
supportsDirectConnection: supportsDirectConnection
|
|
@@ -15180,8 +15270,8 @@ const Commands$1Y = {
|
|
|
15180
15270
|
|
|
15181
15271
|
const ExtensionNodeRpc_ipc = {
|
|
15182
15272
|
__proto__: null,
|
|
15183
|
-
Commands: Commands$
|
|
15184
|
-
name: name$
|
|
15273
|
+
Commands: Commands$1Z,
|
|
15274
|
+
name: name$1W
|
|
15185
15275
|
};
|
|
15186
15276
|
|
|
15187
15277
|
const openExtensionsFolder = async () => {
|
|
@@ -15222,10 +15312,10 @@ const saveViewInstanceState = async (viewId, uid) => {
|
|
|
15222
15312
|
return invoke$E('Extensions.saveViewInstanceState', viewId, uid, assetDir, getPlatform$3());
|
|
15223
15313
|
};
|
|
15224
15314
|
|
|
15225
|
-
const name$
|
|
15315
|
+
const name$1V = 'Extensions';
|
|
15226
15316
|
|
|
15227
15317
|
// prettier-ignore
|
|
15228
|
-
const Commands$
|
|
15318
|
+
const Commands$1Y = {
|
|
15229
15319
|
createViewInstance: createViewInstance,
|
|
15230
15320
|
dispatchViewEvent: dispatchViewEvent,
|
|
15231
15321
|
disposeViewInstance: disposeViewInstance,
|
|
@@ -15236,8 +15326,8 @@ const Commands$1X = {
|
|
|
15236
15326
|
|
|
15237
15327
|
const Extensions_ipc = {
|
|
15238
15328
|
__proto__: null,
|
|
15239
|
-
Commands: Commands$
|
|
15240
|
-
name: name$
|
|
15329
|
+
Commands: Commands$1Y,
|
|
15330
|
+
name: name$1V
|
|
15241
15331
|
};
|
|
15242
15332
|
|
|
15243
15333
|
let _openFolderSupported = true;
|
|
@@ -15299,8 +15389,8 @@ const setOpenFolderSupported = supported => {
|
|
|
15299
15389
|
_openFolderSupported = supported;
|
|
15300
15390
|
};
|
|
15301
15391
|
|
|
15302
|
-
const name$
|
|
15303
|
-
const Commands$
|
|
15392
|
+
const name$1U = 'FilePicker';
|
|
15393
|
+
const Commands$1X = {
|
|
15304
15394
|
setOpenFolderSupported: setOpenFolderSupported,
|
|
15305
15395
|
showDirectoryPicker: showDirectoryPicker,
|
|
15306
15396
|
showFilePicker: showFilePicker,
|
|
@@ -15310,12 +15400,12 @@ const Commands$1W = {
|
|
|
15310
15400
|
|
|
15311
15401
|
const FilePicker_ipc = {
|
|
15312
15402
|
__proto__: null,
|
|
15313
|
-
Commands: Commands$
|
|
15314
|
-
name: name$
|
|
15403
|
+
Commands: Commands$1X,
|
|
15404
|
+
name: name$1U
|
|
15315
15405
|
};
|
|
15316
15406
|
|
|
15317
|
-
const name$
|
|
15318
|
-
const Commands$
|
|
15407
|
+
const name$1T = 'FileSystem';
|
|
15408
|
+
const Commands$1W = {
|
|
15319
15409
|
chmod: chmod$4,
|
|
15320
15410
|
copy: copy$4,
|
|
15321
15411
|
exists: exists$4,
|
|
@@ -15337,15 +15427,15 @@ const Commands$1V = {
|
|
|
15337
15427
|
|
|
15338
15428
|
const FileSystem_ipc = {
|
|
15339
15429
|
__proto__: null,
|
|
15340
|
-
Commands: Commands$
|
|
15341
|
-
name: name$
|
|
15430
|
+
Commands: Commands$1W,
|
|
15431
|
+
name: name$1T
|
|
15342
15432
|
};
|
|
15343
15433
|
|
|
15344
|
-
const name$
|
|
15345
|
-
const Commands$
|
|
15434
|
+
const name$1S = 'IconTheme';
|
|
15435
|
+
const Commands$1V = {
|
|
15346
15436
|
// TODO command necessary?
|
|
15347
15437
|
// TODO hydrate should be an alias for reload/load
|
|
15348
|
-
hydrate: hydrate$
|
|
15438
|
+
hydrate: hydrate$4,
|
|
15349
15439
|
setIconTheme: setIconTheme,
|
|
15350
15440
|
getFileIcon: getFileIcon$1,
|
|
15351
15441
|
getFileIcons: getFileIcons,
|
|
@@ -15356,11 +15446,11 @@ const Commands$1U = {
|
|
|
15356
15446
|
|
|
15357
15447
|
const IconTheme_ipc = {
|
|
15358
15448
|
__proto__: null,
|
|
15359
|
-
Commands: Commands$
|
|
15360
|
-
name: name$
|
|
15449
|
+
Commands: Commands$1V,
|
|
15450
|
+
name: name$1S
|
|
15361
15451
|
};
|
|
15362
15452
|
|
|
15363
|
-
const state$
|
|
15453
|
+
const state$8 = {
|
|
15364
15454
|
uri: '',
|
|
15365
15455
|
versionId: 0
|
|
15366
15456
|
};
|
|
@@ -15372,11 +15462,11 @@ const TREE_ITEM_HEIGHT = 22;
|
|
|
15372
15462
|
const TOP = TRIANGLE_OFFSET_TOP + (TREE_ITEM_HEIGHT - TRIANGLE_HEIGHT) / 2;
|
|
15373
15463
|
const show$8 = async (uri, top, left) => {
|
|
15374
15464
|
try {
|
|
15375
|
-
const version = ++state$
|
|
15465
|
+
const version = ++state$8.versionId;
|
|
15376
15466
|
// TODO what to do on web? probably need to create blob url
|
|
15377
15467
|
// or use https url for external images
|
|
15378
15468
|
const blobUrl = await getBlobUrl$5(uri);
|
|
15379
|
-
if (version !== state$
|
|
15469
|
+
if (version !== state$8.versionId) {
|
|
15380
15470
|
return;
|
|
15381
15471
|
}
|
|
15382
15472
|
await invoke$I(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
@@ -15386,26 +15476,26 @@ const show$8 = async (uri, top, left) => {
|
|
|
15386
15476
|
}
|
|
15387
15477
|
};
|
|
15388
15478
|
const hide$4 = async () => {
|
|
15389
|
-
++state$
|
|
15479
|
+
++state$8.versionId;
|
|
15390
15480
|
await invoke$I(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
|
|
15391
15481
|
};
|
|
15392
15482
|
|
|
15393
15483
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
15394
15484
|
|
|
15395
|
-
const name$
|
|
15396
|
-
const Commands$
|
|
15485
|
+
const name$1R = 'ImagePreview';
|
|
15486
|
+
const Commands$1U = {
|
|
15397
15487
|
hide: hide$4,
|
|
15398
15488
|
show: show$8
|
|
15399
15489
|
};
|
|
15400
15490
|
|
|
15401
15491
|
const ImagePreview_ipc = {
|
|
15402
15492
|
__proto__: null,
|
|
15403
|
-
Commands: Commands$
|
|
15404
|
-
name: name$
|
|
15493
|
+
Commands: Commands$1U,
|
|
15494
|
+
name: name$1R
|
|
15405
15495
|
};
|
|
15406
15496
|
|
|
15407
|
-
const name$
|
|
15408
|
-
const Commands$
|
|
15497
|
+
const name$1Q = 'Focus';
|
|
15498
|
+
const Commands$1T = {
|
|
15409
15499
|
setFocus: setFocus,
|
|
15410
15500
|
setAdditionalFocus: setAdditionalFocus,
|
|
15411
15501
|
removeAdditionalFocus: removeAdditionalFocus
|
|
@@ -15413,20 +15503,20 @@ const Commands$1S = {
|
|
|
15413
15503
|
|
|
15414
15504
|
const Focus_ipc = {
|
|
15415
15505
|
__proto__: null,
|
|
15416
|
-
Commands: Commands$
|
|
15417
|
-
name: name$
|
|
15506
|
+
Commands: Commands$1T,
|
|
15507
|
+
name: name$1Q
|
|
15418
15508
|
};
|
|
15419
15509
|
|
|
15420
|
-
const name$
|
|
15421
|
-
const Commands$
|
|
15510
|
+
const name$1P = 'IndexedDb';
|
|
15511
|
+
const Commands$1S = {
|
|
15422
15512
|
addHandle: addHandle,
|
|
15423
15513
|
getHandle: getHandle
|
|
15424
15514
|
};
|
|
15425
15515
|
|
|
15426
15516
|
const IndexedDb_ipc = {
|
|
15427
15517
|
__proto__: null,
|
|
15428
|
-
Commands: Commands$
|
|
15429
|
-
name: name$
|
|
15518
|
+
Commands: Commands$1S,
|
|
15519
|
+
name: name$1P
|
|
15430
15520
|
};
|
|
15431
15521
|
|
|
15432
15522
|
const colorPickerWorkerUrl = `${assetDir}/packages/color-picker-worker/dist/colorPickerWorkerMain.js`;
|
|
@@ -15519,7 +15609,7 @@ const getSourceActionWorkerUrl = () => {
|
|
|
15519
15609
|
return configuredWorkerUrl;
|
|
15520
15610
|
};
|
|
15521
15611
|
|
|
15522
|
-
const name$
|
|
15612
|
+
const name$1O = 'IpcParent';
|
|
15523
15613
|
const wrappedCreate = options => {
|
|
15524
15614
|
// TODO
|
|
15525
15615
|
if (options && options.url && options.url.endsWith('extensionHostSubWorkerMain.js')) {
|
|
@@ -15546,29 +15636,29 @@ const wrappedCreate = options => {
|
|
|
15546
15636
|
}
|
|
15547
15637
|
return create$1b(options);
|
|
15548
15638
|
};
|
|
15549
|
-
const Commands$
|
|
15639
|
+
const Commands$1R = {
|
|
15550
15640
|
create: wrappedCreate
|
|
15551
15641
|
};
|
|
15552
15642
|
|
|
15553
15643
|
const IpcParent_ipc = {
|
|
15554
15644
|
__proto__: null,
|
|
15555
|
-
Commands: Commands$
|
|
15556
|
-
name: name$
|
|
15645
|
+
Commands: Commands$1R,
|
|
15646
|
+
name: name$1O
|
|
15557
15647
|
};
|
|
15558
15648
|
|
|
15559
|
-
const name$
|
|
15560
|
-
const Commands$
|
|
15649
|
+
const name$1N = 'KeyBindings';
|
|
15650
|
+
const Commands$1Q = {
|
|
15561
15651
|
handleKeyBinding: handleKeyBinding$1,
|
|
15562
15652
|
// @ts-ignore
|
|
15563
15653
|
setIdentifiers: undefined,
|
|
15564
15654
|
// @ts-ignore
|
|
15565
|
-
hydrate: hydrate$
|
|
15655
|
+
hydrate: hydrate$5
|
|
15566
15656
|
};
|
|
15567
15657
|
|
|
15568
15658
|
const KeyBindings_ipc = {
|
|
15569
15659
|
__proto__: null,
|
|
15570
|
-
Commands: Commands$
|
|
15571
|
-
name: name$
|
|
15660
|
+
Commands: Commands$1Q,
|
|
15661
|
+
name: name$1N
|
|
15572
15662
|
};
|
|
15573
15663
|
|
|
15574
15664
|
const getViewletKeyBindings = async module => {
|
|
@@ -15603,17 +15693,17 @@ const getKeyBindings$D = async () => {
|
|
|
15603
15693
|
return keyBindingsPromises.flat(1);
|
|
15604
15694
|
};
|
|
15605
15695
|
|
|
15606
|
-
const name$
|
|
15696
|
+
const name$1M = 'KeyBindingsInitial';
|
|
15607
15697
|
|
|
15608
15698
|
// prettier-ignore
|
|
15609
|
-
const Commands$
|
|
15699
|
+
const Commands$1P = {
|
|
15610
15700
|
getKeyBindings: getKeyBindings$D
|
|
15611
15701
|
};
|
|
15612
15702
|
|
|
15613
15703
|
const KeyBindingsInitial_ipc = {
|
|
15614
15704
|
__proto__: null,
|
|
15615
|
-
Commands: Commands$
|
|
15616
|
-
name: name$
|
|
15705
|
+
Commands: Commands$1P,
|
|
15706
|
+
name: name$1M
|
|
15617
15707
|
};
|
|
15618
15708
|
|
|
15619
15709
|
const getApplicationName = () => {
|
|
@@ -15626,8 +15716,8 @@ const getPlatform$2 = () => {
|
|
|
15626
15716
|
return getPlatform$3();
|
|
15627
15717
|
};
|
|
15628
15718
|
|
|
15629
|
-
const name$
|
|
15630
|
-
const Commands$
|
|
15719
|
+
const name$1L = 'Layout';
|
|
15720
|
+
const Commands$1O = {
|
|
15631
15721
|
getApplicationName: getApplicationName,
|
|
15632
15722
|
getAssetDir: getAssetDir$1,
|
|
15633
15723
|
getPlatform: getPlatform$2
|
|
@@ -15635,8 +15725,8 @@ const Commands$1N = {
|
|
|
15635
15725
|
|
|
15636
15726
|
const Layout_ipc = {
|
|
15637
15727
|
__proto__: null,
|
|
15638
|
-
Commands: Commands$
|
|
15639
|
-
name: name$
|
|
15728
|
+
Commands: Commands$1O,
|
|
15729
|
+
name: name$1L
|
|
15640
15730
|
};
|
|
15641
15731
|
|
|
15642
15732
|
const getLicenseUri = async (platform = getPlatform$3(), assetDir$1 = assetDir) => {
|
|
@@ -15652,15 +15742,15 @@ const openLicense = async () => {
|
|
|
15652
15742
|
await openUri$1(uri);
|
|
15653
15743
|
};
|
|
15654
15744
|
|
|
15655
|
-
const name$
|
|
15656
|
-
const Commands$
|
|
15745
|
+
const name$1K = 'License';
|
|
15746
|
+
const Commands$1N = {
|
|
15657
15747
|
openLicense: openLicense
|
|
15658
15748
|
};
|
|
15659
15749
|
|
|
15660
15750
|
const License_ipc = {
|
|
15661
15751
|
__proto__: null,
|
|
15662
|
-
Commands: Commands$
|
|
15663
|
-
name: name$
|
|
15752
|
+
Commands: Commands$1N,
|
|
15753
|
+
name: name$1K
|
|
15664
15754
|
};
|
|
15665
15755
|
|
|
15666
15756
|
const set$2 = async (url, contentSecurityPolicy) => {
|
|
@@ -15749,8 +15839,8 @@ const disposeIsolatedExtensionHostWorker = async extensionId => {
|
|
|
15749
15839
|
await invoke$I('IpcParent.dispose', id);
|
|
15750
15840
|
};
|
|
15751
15841
|
|
|
15752
|
-
const name$
|
|
15753
|
-
const Commands$
|
|
15842
|
+
const name$1J = 'LaunchIsolatedExtensionHostWorker';
|
|
15843
|
+
const Commands$1M = {
|
|
15754
15844
|
disposeIsolatedExtensionHostWorker: disposeIsolatedExtensionHostWorker,
|
|
15755
15845
|
getMemoryUsage: getMemoryUsage,
|
|
15756
15846
|
launchIsolatedExtensionHostWorker: launchIsolatedExtensionHostWorker
|
|
@@ -15758,14 +15848,14 @@ const Commands$1L = {
|
|
|
15758
15848
|
|
|
15759
15849
|
const LaunchIsolatedExtensionHostWorker_ipc = {
|
|
15760
15850
|
__proto__: null,
|
|
15761
|
-
Commands: Commands$
|
|
15762
|
-
name: name$
|
|
15851
|
+
Commands: Commands$1M,
|
|
15852
|
+
name: name$1J
|
|
15763
15853
|
};
|
|
15764
15854
|
|
|
15765
|
-
const state$
|
|
15855
|
+
const state$7 = Object.create(null);
|
|
15766
15856
|
const execute$1 = (id, ...args) => {
|
|
15767
15857
|
number(id);
|
|
15768
|
-
const listener = state$
|
|
15858
|
+
const listener = state$7[id];
|
|
15769
15859
|
if (!listener) {
|
|
15770
15860
|
warn(`listener with id ${id} not found`);
|
|
15771
15861
|
return;
|
|
@@ -15773,19 +15863,19 @@ const execute$1 = (id, ...args) => {
|
|
|
15773
15863
|
return listener(...args);
|
|
15774
15864
|
};
|
|
15775
15865
|
|
|
15776
|
-
const Commands$
|
|
15866
|
+
const Commands$1L = {
|
|
15777
15867
|
3444: execute$1
|
|
15778
15868
|
};
|
|
15779
15869
|
|
|
15780
15870
|
const Listener_ipc = {
|
|
15781
15871
|
__proto__: null,
|
|
15782
|
-
Commands: Commands$
|
|
15872
|
+
Commands: Commands$1L
|
|
15783
15873
|
};
|
|
15784
15874
|
|
|
15785
15875
|
// TODO only use LocalStorage module via ipc -> that way is is always lazyloaded
|
|
15786
15876
|
|
|
15787
|
-
const name$
|
|
15788
|
-
const Commands$
|
|
15877
|
+
const name$1I = 'LocalStorage';
|
|
15878
|
+
const Commands$1K = {
|
|
15789
15879
|
clear: clear$4,
|
|
15790
15880
|
getJson: getJson$4,
|
|
15791
15881
|
getText: getText$1,
|
|
@@ -15795,8 +15885,8 @@ const Commands$1J = {
|
|
|
15795
15885
|
|
|
15796
15886
|
const LocalStorage_ipc = {
|
|
15797
15887
|
__proto__: null,
|
|
15798
|
-
Commands: Commands$
|
|
15799
|
-
name: name$
|
|
15888
|
+
Commands: Commands$1K,
|
|
15889
|
+
name: name$1I
|
|
15800
15890
|
};
|
|
15801
15891
|
|
|
15802
15892
|
const getModule = id => {
|
|
@@ -15915,8 +16005,8 @@ const focusNext$1 = async () => {
|
|
|
15915
16005
|
|
|
15916
16006
|
// TODO more tests
|
|
15917
16007
|
|
|
15918
|
-
const name$
|
|
15919
|
-
const Commands$
|
|
16008
|
+
const name$1H = 'Menu';
|
|
16009
|
+
const Commands$1J = {
|
|
15920
16010
|
focusFirst: focusFirst$1,
|
|
15921
16011
|
focusIndex: focusIndex$3,
|
|
15922
16012
|
focusLast: focusLast$1,
|
|
@@ -15935,20 +16025,20 @@ const Commands$1I = {
|
|
|
15935
16025
|
|
|
15936
16026
|
const Menu_ipc = {
|
|
15937
16027
|
__proto__: null,
|
|
15938
|
-
Commands: Commands$
|
|
15939
|
-
name: name$
|
|
16028
|
+
Commands: Commands$1J,
|
|
16029
|
+
name: name$1H
|
|
15940
16030
|
};
|
|
15941
16031
|
|
|
15942
|
-
const name$
|
|
15943
|
-
const Commands$
|
|
16032
|
+
const name$1G = 'Mime';
|
|
16033
|
+
const Commands$1I = {
|
|
15944
16034
|
getMediaMimeType: getMediaMimeType,
|
|
15945
16035
|
getTextMime: getTextMime
|
|
15946
16036
|
};
|
|
15947
16037
|
|
|
15948
16038
|
const Mime_ipc = {
|
|
15949
16039
|
__proto__: null,
|
|
15950
|
-
Commands: Commands$
|
|
15951
|
-
name: name$
|
|
16040
|
+
Commands: Commands$1I,
|
|
16041
|
+
name: name$1G
|
|
15952
16042
|
};
|
|
15953
16043
|
|
|
15954
16044
|
const HandleMaximized = 'handleMaximized';
|
|
@@ -15965,8 +16055,8 @@ const handleMinimized = () => {
|
|
|
15965
16055
|
emitEvent(HandleMinimized);
|
|
15966
16056
|
};
|
|
15967
16057
|
|
|
15968
|
-
const name$
|
|
15969
|
-
const Commands$
|
|
16058
|
+
const name$1F = 'NativeHost';
|
|
16059
|
+
const Commands$1H = {
|
|
15970
16060
|
handleMaximized: handleMaximized,
|
|
15971
16061
|
handleMinimized: handleMinimized,
|
|
15972
16062
|
handleUnmaximized: handleUnmaximized
|
|
@@ -15974,8 +16064,8 @@ const Commands$1G = {
|
|
|
15974
16064
|
|
|
15975
16065
|
const NativeHost_ipc = {
|
|
15976
16066
|
__proto__: null,
|
|
15977
|
-
Commands: Commands$
|
|
15978
|
-
name: name$
|
|
16067
|
+
Commands: Commands$1H,
|
|
16068
|
+
name: name$1F
|
|
15979
16069
|
};
|
|
15980
16070
|
|
|
15981
16071
|
// TODO maybe rename this module to Focus
|
|
@@ -15986,7 +16076,7 @@ const PART_PANEL = 3;
|
|
|
15986
16076
|
const PART_STATUS_BAR = 4;
|
|
15987
16077
|
const PART_SIDE_BAR = 5;
|
|
15988
16078
|
const PART_ACTIVITY_BAR = 6;
|
|
15989
|
-
const state$
|
|
16079
|
+
const state$6 = {
|
|
15990
16080
|
focusedPart: PART_TITLE_BAR
|
|
15991
16081
|
};
|
|
15992
16082
|
const focusActivityBar = async () => {
|
|
@@ -16008,8 +16098,8 @@ const focusMain = async () => {
|
|
|
16008
16098
|
await invoke$I(/* Main.focus */2145);
|
|
16009
16099
|
};
|
|
16010
16100
|
const focusPart = part => {
|
|
16011
|
-
state$
|
|
16012
|
-
switch (state$
|
|
16101
|
+
state$6.focusedPart = part;
|
|
16102
|
+
switch (state$6.focusedPart) {
|
|
16013
16103
|
case PART_TITLE_BAR:
|
|
16014
16104
|
return focusTitleBar();
|
|
16015
16105
|
case PART_MAIN:
|
|
@@ -16076,7 +16166,7 @@ const getVisiblePartPrevious = part => {
|
|
|
16076
16166
|
};
|
|
16077
16167
|
const getCurrentPart = () => {
|
|
16078
16168
|
// TODO ask renderer process
|
|
16079
|
-
return state$
|
|
16169
|
+
return state$6.focusedPart;
|
|
16080
16170
|
};
|
|
16081
16171
|
const focusNextPart = async () => {
|
|
16082
16172
|
const currentPart = getCurrentPart();
|
|
@@ -16089,8 +16179,8 @@ const focusPreviousPart = async () => {
|
|
|
16089
16179
|
await focusPart(previousPart);
|
|
16090
16180
|
};
|
|
16091
16181
|
|
|
16092
|
-
const name$
|
|
16093
|
-
const Commands$
|
|
16182
|
+
const name$1E = 'Navigation';
|
|
16183
|
+
const Commands$1G = {
|
|
16094
16184
|
focusActivityBar: focusActivityBar,
|
|
16095
16185
|
focusMain: focusMain,
|
|
16096
16186
|
focusNextPart: focusNextPart,
|
|
@@ -16103,22 +16193,22 @@ const Commands$1F = {
|
|
|
16103
16193
|
|
|
16104
16194
|
const Navigation_ipc = {
|
|
16105
16195
|
__proto__: null,
|
|
16106
|
-
Commands: Commands$
|
|
16107
|
-
name: name$
|
|
16196
|
+
Commands: Commands$1G,
|
|
16197
|
+
name: name$1E
|
|
16108
16198
|
};
|
|
16109
16199
|
|
|
16110
|
-
const name$
|
|
16111
|
-
const Commands$
|
|
16200
|
+
const name$1D = 'Notification';
|
|
16201
|
+
const Commands$1F = {
|
|
16112
16202
|
create: create$16,
|
|
16113
|
-
dispose: dispose$
|
|
16203
|
+
dispose: dispose$R,
|
|
16114
16204
|
handleClick: handleClick$2,
|
|
16115
16205
|
showWithOptions: showWithOptions
|
|
16116
16206
|
};
|
|
16117
16207
|
|
|
16118
16208
|
const Notification_ipc = {
|
|
16119
16209
|
__proto__: null,
|
|
16120
|
-
Commands: Commands$
|
|
16121
|
-
name: name$
|
|
16210
|
+
Commands: Commands$1F,
|
|
16211
|
+
name: name$1D
|
|
16122
16212
|
};
|
|
16123
16213
|
|
|
16124
16214
|
const openUrlWeb = async (url, useRedirect) => {
|
|
@@ -16141,16 +16231,16 @@ const openUrl = async (url, useRedirect) => {
|
|
|
16141
16231
|
};
|
|
16142
16232
|
const openExternal$1 = openExternal$2;
|
|
16143
16233
|
|
|
16144
|
-
const name$
|
|
16145
|
-
const Commands$
|
|
16234
|
+
const name$1C = 'Open';
|
|
16235
|
+
const Commands$1E = {
|
|
16146
16236
|
openExternal: openExternal$1,
|
|
16147
16237
|
openUrl: openUrl
|
|
16148
16238
|
};
|
|
16149
16239
|
|
|
16150
16240
|
const Open_ipc = {
|
|
16151
16241
|
__proto__: null,
|
|
16152
|
-
Commands: Commands$
|
|
16153
|
-
name: name$
|
|
16242
|
+
Commands: Commands$1E,
|
|
16243
|
+
name: name$1C
|
|
16154
16244
|
};
|
|
16155
16245
|
|
|
16156
16246
|
const create$X = (id, successHtml, errorHtml) => {
|
|
@@ -16159,36 +16249,36 @@ const create$X = (id, successHtml, errorHtml) => {
|
|
|
16159
16249
|
const getCode = id => {
|
|
16160
16250
|
return invoke$F('OAuthServer.getCode', id);
|
|
16161
16251
|
};
|
|
16162
|
-
const dispose$
|
|
16252
|
+
const dispose$N = id => {
|
|
16163
16253
|
return invoke$F('OAuthServer.dispose', id);
|
|
16164
16254
|
};
|
|
16165
16255
|
|
|
16166
|
-
const name$
|
|
16167
|
-
const Commands$
|
|
16256
|
+
const name$1B = 'OAuthServer';
|
|
16257
|
+
const Commands$1D = {
|
|
16168
16258
|
create: create$X,
|
|
16169
16259
|
getCode: getCode,
|
|
16170
|
-
dispose: dispose$
|
|
16260
|
+
dispose: dispose$N
|
|
16171
16261
|
};
|
|
16172
16262
|
|
|
16173
16263
|
const OAuthServer_ipc = {
|
|
16174
16264
|
__proto__: null,
|
|
16175
|
-
Commands: Commands$
|
|
16176
|
-
name: name$
|
|
16265
|
+
Commands: Commands$1D,
|
|
16266
|
+
name: name$1B
|
|
16177
16267
|
};
|
|
16178
16268
|
|
|
16179
|
-
const name$
|
|
16180
|
-
const Commands$
|
|
16269
|
+
const name$1A = 'OpenNativeFolder';
|
|
16270
|
+
const Commands$1C = {
|
|
16181
16271
|
openNativeFolder: openNativeFolder
|
|
16182
16272
|
};
|
|
16183
16273
|
|
|
16184
16274
|
const OpenNativeFolder_ipc = {
|
|
16185
16275
|
__proto__: null,
|
|
16186
|
-
Commands: Commands$
|
|
16187
|
-
name: name$
|
|
16276
|
+
Commands: Commands$1C,
|
|
16277
|
+
name: name$1A
|
|
16188
16278
|
};
|
|
16189
16279
|
|
|
16190
|
-
const name$
|
|
16191
|
-
const Commands$
|
|
16280
|
+
const name$1z = 'PersistentFileHandle';
|
|
16281
|
+
const Commands$1B = {
|
|
16192
16282
|
addHandle: addHandle$1,
|
|
16193
16283
|
getHandle: getHandle$1,
|
|
16194
16284
|
removeHandle: removeHandle
|
|
@@ -16196,17 +16286,17 @@ const Commands$1A = {
|
|
|
16196
16286
|
|
|
16197
16287
|
const PersistentFileHandle_ipc = {
|
|
16198
16288
|
__proto__: null,
|
|
16199
|
-
Commands: Commands$
|
|
16200
|
-
name: name$
|
|
16289
|
+
Commands: Commands$1B,
|
|
16290
|
+
name: name$1z
|
|
16201
16291
|
};
|
|
16202
16292
|
|
|
16203
|
-
const name$
|
|
16293
|
+
const name$1y = 'Preferences';
|
|
16204
16294
|
|
|
16205
16295
|
// prettier-ignore
|
|
16206
|
-
const Commands$
|
|
16296
|
+
const Commands$1A = {
|
|
16207
16297
|
// TODO is this needed?
|
|
16208
16298
|
// TODO rename to openKeyBindingsJson -> similar to openSettingsJson
|
|
16209
|
-
hydrate: hydrate$
|
|
16299
|
+
hydrate: hydrate$e,
|
|
16210
16300
|
openKeyBindingsJson: openKeyBindingsJson,
|
|
16211
16301
|
openSettingsJson: openSettingsJson,
|
|
16212
16302
|
openSettingsUi: openSettingsUi,
|
|
@@ -16219,44 +16309,44 @@ const Commands$1z = {
|
|
|
16219
16309
|
|
|
16220
16310
|
const Preferences_ipc = {
|
|
16221
16311
|
__proto__: null,
|
|
16222
|
-
Commands: Commands$
|
|
16223
|
-
name: name$
|
|
16312
|
+
Commands: Commands$1A,
|
|
16313
|
+
name: name$1y
|
|
16224
16314
|
};
|
|
16225
16315
|
|
|
16226
16316
|
const prompt = (message, defaultValue) => {
|
|
16227
16317
|
return invoke$I('Prompt.prompt', message, defaultValue);
|
|
16228
16318
|
};
|
|
16229
16319
|
|
|
16230
|
-
const name$
|
|
16231
|
-
const Commands$
|
|
16320
|
+
const name$1x = 'Prompt';
|
|
16321
|
+
const Commands$1z = {
|
|
16232
16322
|
prompt: prompt
|
|
16233
16323
|
};
|
|
16234
16324
|
|
|
16235
16325
|
const Prompt_ipc = {
|
|
16236
16326
|
__proto__: null,
|
|
16237
|
-
Commands: Commands$
|
|
16238
|
-
name: name$
|
|
16327
|
+
Commands: Commands$1z,
|
|
16328
|
+
name: name$1x
|
|
16239
16329
|
};
|
|
16240
16330
|
|
|
16241
16331
|
const rebuildNodePty = async () => {
|
|
16242
16332
|
await invoke$F('RebuildNodePty.rebuildNodePty');
|
|
16243
16333
|
};
|
|
16244
16334
|
|
|
16245
|
-
const name$
|
|
16246
|
-
const Commands$
|
|
16335
|
+
const name$1w = 'RebuildNodePty';
|
|
16336
|
+
const Commands$1y = {
|
|
16247
16337
|
rebuildNodePty: rebuildNodePty
|
|
16248
16338
|
};
|
|
16249
16339
|
|
|
16250
16340
|
const RebuildNodePty_ipc = {
|
|
16251
16341
|
__proto__: null,
|
|
16252
|
-
Commands: Commands$
|
|
16253
|
-
name: name$
|
|
16342
|
+
Commands: Commands$1y,
|
|
16343
|
+
name: name$1w
|
|
16254
16344
|
};
|
|
16255
16345
|
|
|
16256
|
-
const name$
|
|
16346
|
+
const name$1v = 'RecentlyOpened';
|
|
16257
16347
|
|
|
16258
16348
|
// prettier-ignore
|
|
16259
|
-
const Commands$
|
|
16349
|
+
const Commands$1x = {
|
|
16260
16350
|
addToRecentlyOpened: addToRecentlyOpened,
|
|
16261
16351
|
clearRecentlyOpened: clearRecentlyOpened,
|
|
16262
16352
|
getRecentlyOpened: getRecentlyOpened,
|
|
@@ -16265,19 +16355,19 @@ const Commands$1w = {
|
|
|
16265
16355
|
|
|
16266
16356
|
const RecentlyOpened_ipc = {
|
|
16267
16357
|
__proto__: null,
|
|
16268
|
-
Commands: Commands$
|
|
16269
|
-
name: name$
|
|
16358
|
+
Commands: Commands$1x,
|
|
16359
|
+
name: name$1v
|
|
16270
16360
|
};
|
|
16271
16361
|
|
|
16272
|
-
const name$
|
|
16273
|
-
const Commands$
|
|
16362
|
+
const name$1u = 'Reload';
|
|
16363
|
+
const Commands$1w = {
|
|
16274
16364
|
reload: reload$3
|
|
16275
16365
|
};
|
|
16276
16366
|
|
|
16277
16367
|
const Reload_ipc = {
|
|
16278
16368
|
__proto__: null,
|
|
16279
|
-
Commands: Commands$
|
|
16280
|
-
name: name$
|
|
16369
|
+
Commands: Commands$1w,
|
|
16370
|
+
name: name$1u
|
|
16281
16371
|
};
|
|
16282
16372
|
|
|
16283
16373
|
const Downloads = 'downloads';
|
|
@@ -16304,36 +16394,36 @@ const saveFileAs = async (fileName, url) => {
|
|
|
16304
16394
|
}
|
|
16305
16395
|
};
|
|
16306
16396
|
|
|
16307
|
-
const name$
|
|
16397
|
+
const name$1t = 'SaveFileAs';
|
|
16308
16398
|
|
|
16309
16399
|
// prettier-ignore
|
|
16310
|
-
const Commands$
|
|
16400
|
+
const Commands$1v = {
|
|
16311
16401
|
saveFileAs: saveFileAs
|
|
16312
16402
|
};
|
|
16313
16403
|
|
|
16314
16404
|
const SaveFileAs_ipc = {
|
|
16315
16405
|
__proto__: null,
|
|
16316
|
-
Commands: Commands$
|
|
16317
|
-
name: name$
|
|
16406
|
+
Commands: Commands$1v,
|
|
16407
|
+
name: name$1t
|
|
16318
16408
|
};
|
|
16319
16409
|
|
|
16320
|
-
const name$
|
|
16410
|
+
const name$1s = 'SaveState';
|
|
16321
16411
|
|
|
16322
16412
|
// prettier-ignore
|
|
16323
|
-
const Commands$
|
|
16413
|
+
const Commands$1u = {
|
|
16324
16414
|
handleVisibilityChange: handleVisibilityChange,
|
|
16325
|
-
hydrate: hydrate$
|
|
16415
|
+
hydrate: hydrate$6,
|
|
16326
16416
|
saveViewletStateWithStorageId: saveViewletStateWithStorageId
|
|
16327
16417
|
};
|
|
16328
16418
|
|
|
16329
16419
|
const SaveState_ipc = {
|
|
16330
16420
|
__proto__: null,
|
|
16331
|
-
Commands: Commands$
|
|
16332
|
-
name: name$
|
|
16421
|
+
Commands: Commands$1u,
|
|
16422
|
+
name: name$1s
|
|
16333
16423
|
};
|
|
16334
16424
|
|
|
16335
|
-
const name$
|
|
16336
|
-
const Commands$
|
|
16425
|
+
const name$1r = 'SessionReplay';
|
|
16426
|
+
const Commands$1t = {
|
|
16337
16427
|
downloadSession: downloadSession,
|
|
16338
16428
|
openSession: openSession,
|
|
16339
16429
|
replayCurrentSession: replayCurrentSession,
|
|
@@ -16342,26 +16432,26 @@ const Commands$1s = {
|
|
|
16342
16432
|
|
|
16343
16433
|
const SessionReplay_ipc = {
|
|
16344
16434
|
__proto__: null,
|
|
16345
|
-
Commands: Commands$
|
|
16346
|
-
name: name$
|
|
16435
|
+
Commands: Commands$1t,
|
|
16436
|
+
name: name$1r
|
|
16347
16437
|
};
|
|
16348
16438
|
|
|
16349
16439
|
// TODO only use SessionStorage module via ipc -> that way is is always lazyloaded
|
|
16350
16440
|
|
|
16351
|
-
const name$
|
|
16352
|
-
const Commands$
|
|
16441
|
+
const name$1q = 'SessionStorage';
|
|
16442
|
+
const Commands$1s = {
|
|
16353
16443
|
clear: clear$3,
|
|
16354
16444
|
getJson: getJson$2
|
|
16355
16445
|
};
|
|
16356
16446
|
|
|
16357
16447
|
const SessionStorage_ipc = {
|
|
16358
16448
|
__proto__: null,
|
|
16359
|
-
Commands: Commands$
|
|
16360
|
-
name: name$
|
|
16449
|
+
Commands: Commands$1s,
|
|
16450
|
+
name: name$1q
|
|
16361
16451
|
};
|
|
16362
16452
|
|
|
16363
|
-
const name$
|
|
16364
|
-
const Commands$
|
|
16453
|
+
const name$1p = 'Test';
|
|
16454
|
+
const Commands$1r = {
|
|
16365
16455
|
execute: execute$2,
|
|
16366
16456
|
executeAll: executeAll,
|
|
16367
16457
|
tryAutoFix: tryAutoFix
|
|
@@ -16369,8 +16459,8 @@ const Commands$1q = {
|
|
|
16369
16459
|
|
|
16370
16460
|
const Test_ipc = {
|
|
16371
16461
|
__proto__: null,
|
|
16372
|
-
Commands: Commands$
|
|
16373
|
-
name: name$
|
|
16462
|
+
Commands: Commands$1r,
|
|
16463
|
+
name: name$1p
|
|
16374
16464
|
};
|
|
16375
16465
|
|
|
16376
16466
|
const checkSingleElementCondition = (locator, fnName, options) => {
|
|
@@ -16395,8 +16485,8 @@ const checkConditionError = (...args) => {
|
|
|
16395
16485
|
return invoke$I('TestFrameWork.checkConditionError', ...args);
|
|
16396
16486
|
};
|
|
16397
16487
|
|
|
16398
|
-
const name$
|
|
16399
|
-
const Commands$
|
|
16488
|
+
const name$1o = 'TestFrameWork';
|
|
16489
|
+
const Commands$1q = {
|
|
16400
16490
|
checkMultiElementCondition: checkMultiElementCondition,
|
|
16401
16491
|
checkSingleElementCondition: checkSingleElementCondition,
|
|
16402
16492
|
showOverlay: showOverlay$1,
|
|
@@ -16408,24 +16498,24 @@ const Commands$1p = {
|
|
|
16408
16498
|
|
|
16409
16499
|
const TestFrameWork_ipc = {
|
|
16410
16500
|
__proto__: null,
|
|
16411
|
-
Commands: Commands$
|
|
16412
|
-
name: name$
|
|
16501
|
+
Commands: Commands$1q,
|
|
16502
|
+
name: name$1o
|
|
16413
16503
|
};
|
|
16414
16504
|
|
|
16415
|
-
const name$
|
|
16416
|
-
const Commands$
|
|
16505
|
+
const name$1n = 'Url';
|
|
16506
|
+
const Commands$1p = {
|
|
16417
16507
|
createObjectUrl: createObjectUrl,
|
|
16418
16508
|
revokeObjectUrl: revokeObjectUrl
|
|
16419
16509
|
};
|
|
16420
16510
|
|
|
16421
16511
|
const Url_ipc = {
|
|
16422
16512
|
__proto__: null,
|
|
16423
|
-
Commands: Commands$
|
|
16424
|
-
name: name$
|
|
16513
|
+
Commands: Commands$1p,
|
|
16514
|
+
name: name$1n
|
|
16425
16515
|
};
|
|
16426
16516
|
|
|
16427
|
-
const name$
|
|
16428
|
-
const Commands$
|
|
16517
|
+
const name$1m = 'Viewlet';
|
|
16518
|
+
const Commands$1o = {
|
|
16429
16519
|
2133: send,
|
|
16430
16520
|
closeWidget: closeWidget,
|
|
16431
16521
|
executeViewletCommand: executeViewletCommand,
|
|
@@ -16438,14 +16528,14 @@ const Commands$1n = {
|
|
|
16438
16528
|
openWidget: openWidget,
|
|
16439
16529
|
reload: reload$2,
|
|
16440
16530
|
send: send,
|
|
16441
|
-
dispose: dispose$
|
|
16531
|
+
dispose: dispose$P,
|
|
16442
16532
|
resize: resize$C
|
|
16443
16533
|
};
|
|
16444
16534
|
|
|
16445
16535
|
const Viewlet_ipc = {
|
|
16446
16536
|
__proto__: null,
|
|
16447
|
-
Commands: Commands$
|
|
16448
|
-
name: name$
|
|
16537
|
+
Commands: Commands$1o,
|
|
16538
|
+
name: name$1m
|
|
16449
16539
|
};
|
|
16450
16540
|
|
|
16451
16541
|
const toggleFullScreen = () => {
|
|
@@ -16455,8 +16545,8 @@ const toggleFullScreen = () => {
|
|
|
16455
16545
|
return invoke$I('Window.toggleFullScreen');
|
|
16456
16546
|
};
|
|
16457
16547
|
|
|
16458
|
-
const name$
|
|
16459
|
-
const Commands$
|
|
16548
|
+
const name$1l = 'Window';
|
|
16549
|
+
const Commands$1n = {
|
|
16460
16550
|
close: close$2,
|
|
16461
16551
|
exit: exit,
|
|
16462
16552
|
maximize: maximize,
|
|
@@ -16471,16 +16561,16 @@ const Commands$1m = {
|
|
|
16471
16561
|
|
|
16472
16562
|
const Window_ipc = {
|
|
16473
16563
|
__proto__: null,
|
|
16474
|
-
Commands: Commands$
|
|
16475
|
-
name: name$
|
|
16564
|
+
Commands: Commands$1n,
|
|
16565
|
+
name: name$1l
|
|
16476
16566
|
};
|
|
16477
16567
|
|
|
16478
|
-
const name$
|
|
16479
|
-
const Commands$
|
|
16568
|
+
const name$1k = 'Workspace';
|
|
16569
|
+
const Commands$1m = {
|
|
16480
16570
|
close: close$3,
|
|
16481
16571
|
getPath: getPath$3,
|
|
16482
16572
|
getUri: getUri$1,
|
|
16483
|
-
hydrate: hydrate$
|
|
16573
|
+
hydrate: hydrate$7,
|
|
16484
16574
|
setPath: setPath,
|
|
16485
16575
|
setUri: setUri,
|
|
16486
16576
|
supportsConnectionCommand: supportsConnectionCommand
|
|
@@ -16488,19 +16578,19 @@ const Commands$1l = {
|
|
|
16488
16578
|
|
|
16489
16579
|
const Workspace_ipc = {
|
|
16490
16580
|
__proto__: null,
|
|
16491
|
-
Commands: Commands$
|
|
16492
|
-
name: name$
|
|
16581
|
+
Commands: Commands$1m,
|
|
16582
|
+
name: name$1k
|
|
16493
16583
|
};
|
|
16494
16584
|
|
|
16495
|
-
const name$
|
|
16496
|
-
const Commands$
|
|
16585
|
+
const name$1j = 'WindowTitle';
|
|
16586
|
+
const Commands$1l = {
|
|
16497
16587
|
set: set$9
|
|
16498
16588
|
};
|
|
16499
16589
|
|
|
16500
16590
|
const WindowTitle_ipc = {
|
|
16501
16591
|
__proto__: null,
|
|
16502
|
-
Commands: Commands$
|
|
16503
|
-
name: name$
|
|
16592
|
+
Commands: Commands$1l,
|
|
16593
|
+
name: name$1j
|
|
16504
16594
|
};
|
|
16505
16595
|
|
|
16506
16596
|
const mock = () => {
|
|
@@ -16510,16 +16600,16 @@ const unmock = () => {
|
|
|
16510
16600
|
return invoke$I('PointerCapture.unmock');
|
|
16511
16601
|
};
|
|
16512
16602
|
|
|
16513
|
-
const name$
|
|
16514
|
-
const Commands$
|
|
16603
|
+
const name$1i = 'PointerCapture';
|
|
16604
|
+
const Commands$1k = {
|
|
16515
16605
|
mock: mock,
|
|
16516
16606
|
unmock: unmock
|
|
16517
16607
|
};
|
|
16518
16608
|
|
|
16519
16609
|
const PointerCapture_ipc = {
|
|
16520
16610
|
__proto__: null,
|
|
16521
|
-
Commands: Commands$
|
|
16522
|
-
name: name$
|
|
16611
|
+
Commands: Commands$1k,
|
|
16612
|
+
name: name$1i
|
|
16523
16613
|
};
|
|
16524
16614
|
|
|
16525
16615
|
const Add = 'Add';
|
|
@@ -16589,8 +16679,8 @@ const executeCallback = (callbackId, ...args) => {
|
|
|
16589
16679
|
return executeCallback2(callbackId, ...args);
|
|
16590
16680
|
};
|
|
16591
16681
|
|
|
16592
|
-
const name$
|
|
16593
|
-
const Commands$
|
|
16682
|
+
const name$1h = 'QuickPick';
|
|
16683
|
+
const Commands$1j = {
|
|
16594
16684
|
openGoToLine: openGoToLine,
|
|
16595
16685
|
show: show$6,
|
|
16596
16686
|
showColorTheme: showColorTheme,
|
|
@@ -16604,8 +16694,8 @@ const Commands$1i = {
|
|
|
16604
16694
|
|
|
16605
16695
|
const QuickPick_ipc = {
|
|
16606
16696
|
__proto__: null,
|
|
16607
|
-
Commands: Commands$
|
|
16608
|
-
name: name$
|
|
16697
|
+
Commands: Commands$1j,
|
|
16698
|
+
name: name$1h
|
|
16609
16699
|
};
|
|
16610
16700
|
|
|
16611
16701
|
const show$5 = async picks => {
|
|
@@ -16630,10 +16720,10 @@ const showQuickInput = async (options = {}) => {
|
|
|
16630
16720
|
return result.inputValue;
|
|
16631
16721
|
};
|
|
16632
16722
|
|
|
16633
|
-
const name$
|
|
16723
|
+
const name$1g = 'ExtensionHostQuickPick';
|
|
16634
16724
|
|
|
16635
16725
|
// prettier-ignore
|
|
16636
|
-
const Commands$
|
|
16726
|
+
const Commands$1i = {
|
|
16637
16727
|
show: show$5,
|
|
16638
16728
|
showQuickInput: showQuickInput,
|
|
16639
16729
|
showQuickPick: showQuickPick
|
|
@@ -16641,8 +16731,8 @@ const Commands$1h = {
|
|
|
16641
16731
|
|
|
16642
16732
|
const ExtensionHostQuickPick_ipc = {
|
|
16643
16733
|
__proto__: null,
|
|
16644
|
-
Commands: Commands$
|
|
16645
|
-
name: name$
|
|
16734
|
+
Commands: Commands$1i,
|
|
16735
|
+
name: name$1g
|
|
16646
16736
|
};
|
|
16647
16737
|
|
|
16648
16738
|
const showInformationMessage = async message => {
|
|
@@ -16651,43 +16741,43 @@ const showInformationMessage = async message => {
|
|
|
16651
16741
|
return result;
|
|
16652
16742
|
};
|
|
16653
16743
|
|
|
16654
|
-
const name$
|
|
16744
|
+
const name$1f = 'ExtensionHostDialog';
|
|
16655
16745
|
|
|
16656
16746
|
// prettier-ignore
|
|
16657
|
-
const Commands$
|
|
16747
|
+
const Commands$1h = {
|
|
16658
16748
|
showInformationMessage: showInformationMessage
|
|
16659
16749
|
};
|
|
16660
16750
|
|
|
16661
16751
|
const ExtensionHostDialog_ipc = {
|
|
16662
16752
|
__proto__: null,
|
|
16663
|
-
Commands: Commands$
|
|
16664
|
-
name: name$
|
|
16753
|
+
Commands: Commands$1h,
|
|
16754
|
+
name: name$1f
|
|
16665
16755
|
};
|
|
16666
16756
|
|
|
16667
16757
|
const set$1 = async (url, contentSecurityPolicy) => {
|
|
16668
16758
|
await set$2(url, contentSecurityPolicy);
|
|
16669
16759
|
};
|
|
16670
16760
|
|
|
16671
|
-
const name$
|
|
16672
|
-
const Commands$
|
|
16761
|
+
const name$1e = 'ExtensionHostWorkerContentSecurityPolicy';
|
|
16762
|
+
const Commands$1g = {
|
|
16673
16763
|
set: set$1
|
|
16674
16764
|
};
|
|
16675
16765
|
|
|
16676
16766
|
const ExtensionHostWorkerContentSecurityPolicy_ipc = {
|
|
16677
16767
|
__proto__: null,
|
|
16678
|
-
Commands: Commands$
|
|
16679
|
-
name: name$
|
|
16768
|
+
Commands: Commands$1g,
|
|
16769
|
+
name: name$1e
|
|
16680
16770
|
};
|
|
16681
16771
|
|
|
16682
|
-
const name$
|
|
16683
|
-
const Commands$
|
|
16772
|
+
const name$1d = 'SendMessagePortToElectron';
|
|
16773
|
+
const Commands$1f = {
|
|
16684
16774
|
sendMessagePortToElectron: sendMessagePortToElectron
|
|
16685
16775
|
};
|
|
16686
16776
|
|
|
16687
16777
|
const SendMessagePortToElectron_ipc = {
|
|
16688
16778
|
__proto__: null,
|
|
16689
|
-
Commands: Commands$
|
|
16690
|
-
name: name$
|
|
16779
|
+
Commands: Commands$1f,
|
|
16780
|
+
name: name$1d
|
|
16691
16781
|
};
|
|
16692
16782
|
|
|
16693
16783
|
const sendMessagePortToMainProcess = async (port, initialCommand, ipcId) => {
|
|
@@ -16697,15 +16787,15 @@ const sendMessagePortToMainProcess = async (port, initialCommand, ipcId) => {
|
|
|
16697
16787
|
await invokeAndTransfer$L('SendMessagePortToMainProcess.sendMessagePortToMainProcess', port, initialCommand, ipcId);
|
|
16698
16788
|
};
|
|
16699
16789
|
|
|
16700
|
-
const name$
|
|
16701
|
-
const Commands$
|
|
16790
|
+
const name$1c = 'SendMessagePortToMainProcess';
|
|
16791
|
+
const Commands$1e = {
|
|
16702
16792
|
sendMessagePortToMainProcess: sendMessagePortToMainProcess
|
|
16703
16793
|
};
|
|
16704
16794
|
|
|
16705
16795
|
const SendMessagePortToMainProcess_ipc = {
|
|
16706
16796
|
__proto__: null,
|
|
16707
|
-
Commands: Commands$
|
|
16708
|
-
name: name$
|
|
16797
|
+
Commands: Commands$1e,
|
|
16798
|
+
name: name$1c
|
|
16709
16799
|
};
|
|
16710
16800
|
|
|
16711
16801
|
const previewWorkerUrl = `${assetDir}/packages/preview-worker/dist/previewWorkerMain.js`;
|
|
@@ -16754,62 +16844,62 @@ const createForPreview = async (callbackId, width, height) => {
|
|
|
16754
16844
|
await invokeAndTransfer$v('Preview.executeCallback', callbackId, canvas, canvasId);
|
|
16755
16845
|
};
|
|
16756
16846
|
|
|
16757
|
-
const name$
|
|
16758
|
-
const Commands$
|
|
16847
|
+
const name$1b = 'OffscreenCanvas';
|
|
16848
|
+
const Commands$1d = {
|
|
16759
16849
|
create: create$W,
|
|
16760
16850
|
createForPreview: createForPreview
|
|
16761
16851
|
};
|
|
16762
16852
|
|
|
16763
16853
|
const OffscreenCanvas_ipc = {
|
|
16764
16854
|
__proto__: null,
|
|
16765
|
-
Commands: Commands$
|
|
16766
|
-
name: name$
|
|
16855
|
+
Commands: Commands$1d,
|
|
16856
|
+
name: name$1b
|
|
16767
16857
|
};
|
|
16768
16858
|
|
|
16769
|
-
const name$
|
|
16770
|
-
const Commands$
|
|
16859
|
+
const name$1a = 'Timeout';
|
|
16860
|
+
const Commands$1c = {
|
|
16771
16861
|
sleep: sleep
|
|
16772
16862
|
};
|
|
16773
16863
|
|
|
16774
16864
|
const Timeout_ipc = {
|
|
16775
16865
|
__proto__: null,
|
|
16776
|
-
Commands: Commands$
|
|
16777
|
-
name: name$
|
|
16866
|
+
Commands: Commands$1c,
|
|
16867
|
+
name: name$1a
|
|
16778
16868
|
};
|
|
16779
16869
|
|
|
16780
|
-
const name$
|
|
16781
|
-
const Commands$
|
|
16870
|
+
const name$19 = 'MouseActions';
|
|
16871
|
+
const Commands$1b = {
|
|
16782
16872
|
add: add$2,
|
|
16783
16873
|
get: get$8
|
|
16784
16874
|
};
|
|
16785
16875
|
|
|
16786
16876
|
const MouseActions_ipc = {
|
|
16787
16877
|
__proto__: null,
|
|
16788
|
-
Commands: Commands$
|
|
16789
|
-
name: name$
|
|
16878
|
+
Commands: Commands$1b,
|
|
16879
|
+
name: name$19
|
|
16790
16880
|
};
|
|
16791
16881
|
|
|
16792
|
-
const name$
|
|
16793
|
-
const Commands$
|
|
16882
|
+
const name$18 = 'Languages';
|
|
16883
|
+
const Commands$1a = {
|
|
16794
16884
|
getLanguageConfiguration: getLanguageConfiguration
|
|
16795
16885
|
};
|
|
16796
16886
|
|
|
16797
16887
|
const Languages_ipc = {
|
|
16798
16888
|
__proto__: null,
|
|
16799
|
-
Commands: Commands$
|
|
16800
|
-
name: name$
|
|
16889
|
+
Commands: Commands$1a,
|
|
16890
|
+
name: name$18
|
|
16801
16891
|
};
|
|
16802
16892
|
|
|
16803
|
-
const name$
|
|
16804
|
-
const Commands$
|
|
16805
|
-
handleEvent: handleEvent$
|
|
16893
|
+
const name$17 = 'FileWatcher';
|
|
16894
|
+
const Commands$19 = {
|
|
16895
|
+
handleEvent: handleEvent$3,
|
|
16806
16896
|
watchFile: watchFile
|
|
16807
16897
|
};
|
|
16808
16898
|
|
|
16809
16899
|
const FileWatcher_ipc = {
|
|
16810
16900
|
__proto__: null,
|
|
16811
|
-
Commands: Commands$
|
|
16812
|
-
name: name$
|
|
16901
|
+
Commands: Commands$19,
|
|
16902
|
+
name: name$17
|
|
16813
16903
|
};
|
|
16814
16904
|
|
|
16815
16905
|
const languageProviderByMethod = {
|
|
@@ -16865,15 +16955,15 @@ const executeGrowSelection = (editor, positions) => {
|
|
|
16865
16955
|
args: [positions]});
|
|
16866
16956
|
};
|
|
16867
16957
|
|
|
16868
|
-
const name$
|
|
16869
|
-
const Commands$
|
|
16958
|
+
const name$16 = 'ExtensionHostSelection';
|
|
16959
|
+
const Commands$18 = {
|
|
16870
16960
|
executeGrowSelection: executeGrowSelection
|
|
16871
16961
|
};
|
|
16872
16962
|
|
|
16873
16963
|
const ExtensionHostSelection_ipc = {
|
|
16874
16964
|
__proto__: null,
|
|
16875
|
-
Commands: Commands$
|
|
16876
|
-
name: name$
|
|
16965
|
+
Commands: Commands$18,
|
|
16966
|
+
name: name$16
|
|
16877
16967
|
};
|
|
16878
16968
|
|
|
16879
16969
|
const executeBraceCompletionProvider = (editor, offset, openingBrace) => {
|
|
@@ -16887,15 +16977,15 @@ const executeBraceCompletionProvider = (editor, offset, openingBrace) => {
|
|
|
16887
16977
|
noProviderFoundResult: undefined});
|
|
16888
16978
|
};
|
|
16889
16979
|
|
|
16890
|
-
const name$
|
|
16891
|
-
const Commands$
|
|
16980
|
+
const name$15 = 'ExtensionHostBraceCompletion';
|
|
16981
|
+
const Commands$17 = {
|
|
16892
16982
|
executeBraceCompletionProvider: executeBraceCompletionProvider
|
|
16893
16983
|
};
|
|
16894
16984
|
|
|
16895
16985
|
const ExtensionHostBraceCompletion_ipc = {
|
|
16896
16986
|
__proto__: null,
|
|
16897
|
-
Commands: Commands$
|
|
16898
|
-
name: name$
|
|
16987
|
+
Commands: Commands$17,
|
|
16988
|
+
name: name$15
|
|
16899
16989
|
};
|
|
16900
16990
|
|
|
16901
16991
|
const executeDefinitionProvider = (editor, offset) => {
|
|
@@ -16905,15 +16995,15 @@ const executeDefinitionProvider = (editor, offset) => {
|
|
|
16905
16995
|
args: [offset]});
|
|
16906
16996
|
};
|
|
16907
16997
|
|
|
16908
|
-
const name$
|
|
16909
|
-
const Commands$
|
|
16998
|
+
const name$14 = 'ExtensionHostDefinition';
|
|
16999
|
+
const Commands$16 = {
|
|
16910
17000
|
executeDefinitionProvider: executeDefinitionProvider
|
|
16911
17001
|
};
|
|
16912
17002
|
|
|
16913
17003
|
const ExtensionHostDefinition_ipc = {
|
|
16914
17004
|
__proto__: null,
|
|
16915
|
-
Commands: Commands$
|
|
16916
|
-
name: name$
|
|
17005
|
+
Commands: Commands$16,
|
|
17006
|
+
name: name$14
|
|
16917
17007
|
};
|
|
16918
17008
|
|
|
16919
17009
|
const executeTypeDefinitionProvider = (editor, offset) => {
|
|
@@ -16924,15 +17014,15 @@ const executeTypeDefinitionProvider = (editor, offset) => {
|
|
|
16924
17014
|
noProviderFoundResult: undefined});
|
|
16925
17015
|
};
|
|
16926
17016
|
|
|
16927
|
-
const name$
|
|
16928
|
-
const Commands$
|
|
17017
|
+
const name$13 = 'ExtensionHostTypeDefinition';
|
|
17018
|
+
const Commands$15 = {
|
|
16929
17019
|
executeTypeDefinitionProvider: executeTypeDefinitionProvider
|
|
16930
17020
|
};
|
|
16931
17021
|
|
|
16932
17022
|
const ExtensionHostTypeDefinition_ipc = {
|
|
16933
17023
|
__proto__: null,
|
|
16934
|
-
Commands: Commands$
|
|
16935
|
-
name: name$
|
|
17024
|
+
Commands: Commands$15,
|
|
17025
|
+
name: name$13
|
|
16936
17026
|
};
|
|
16937
17027
|
|
|
16938
17028
|
const executeOrganizeImports = editor => {
|
|
@@ -16943,15 +17033,15 @@ const executeOrganizeImports = editor => {
|
|
|
16943
17033
|
noProviderFoundResult: []});
|
|
16944
17034
|
};
|
|
16945
17035
|
|
|
16946
|
-
const name$
|
|
16947
|
-
const Commands$
|
|
17036
|
+
const name$12 = 'ExtensionHostOrganizeImports';
|
|
17037
|
+
const Commands$14 = {
|
|
16948
17038
|
organizeImports: executeOrganizeImports
|
|
16949
17039
|
};
|
|
16950
17040
|
|
|
16951
17041
|
const ExtensionHostOrganizeImports_ipc = {
|
|
16952
17042
|
__proto__: null,
|
|
16953
|
-
Commands: Commands$
|
|
16954
|
-
name: name$
|
|
17043
|
+
Commands: Commands$14,
|
|
17044
|
+
name: name$12
|
|
16955
17045
|
};
|
|
16956
17046
|
|
|
16957
17047
|
const executeTabCompletionProvider = (editor, offset) => {
|
|
@@ -16963,15 +17053,15 @@ const executeTabCompletionProvider = (editor, offset) => {
|
|
|
16963
17053
|
});
|
|
16964
17054
|
};
|
|
16965
17055
|
|
|
16966
|
-
const name$
|
|
16967
|
-
const Commands$
|
|
17056
|
+
const name$11 = 'ExtensionHostTabCompletion';
|
|
17057
|
+
const Commands$13 = {
|
|
16968
17058
|
executeTabCompletionProvider: executeTabCompletionProvider
|
|
16969
17059
|
};
|
|
16970
17060
|
|
|
16971
17061
|
const ExtensionHostTabCompletion_ipc = {
|
|
16972
17062
|
__proto__: null,
|
|
16973
|
-
Commands: Commands$
|
|
16974
|
-
name: name$
|
|
17063
|
+
Commands: Commands$13,
|
|
17064
|
+
name: name$11
|
|
16975
17065
|
};
|
|
16976
17066
|
|
|
16977
17067
|
const executeClosingTagProvider = (editor, offset, openingBrace) => {
|
|
@@ -16981,15 +17071,15 @@ const executeClosingTagProvider = (editor, offset, openingBrace) => {
|
|
|
16981
17071
|
args: [offset, openingBrace]});
|
|
16982
17072
|
};
|
|
16983
17073
|
|
|
16984
|
-
const name
|
|
16985
|
-
const Commands$
|
|
17074
|
+
const name$10 = 'ExtensionHostClosingTagCompletion';
|
|
17075
|
+
const Commands$12 = {
|
|
16986
17076
|
executeClosingTagProvider: executeClosingTagProvider
|
|
16987
17077
|
};
|
|
16988
17078
|
|
|
16989
17079
|
const ExtensionHostClosingTagCompletion_ipc = {
|
|
16990
17080
|
__proto__: null,
|
|
16991
|
-
Commands: Commands$
|
|
16992
|
-
name: name
|
|
17081
|
+
Commands: Commands$12,
|
|
17082
|
+
name: name$10
|
|
16993
17083
|
};
|
|
16994
17084
|
|
|
16995
17085
|
const sendMessagePortToRendererProcess$1 = async (port, initialCommand) => {
|
|
@@ -16998,15 +17088,15 @@ const sendMessagePortToRendererProcess$1 = async (port, initialCommand) => {
|
|
|
16998
17088
|
await invokeAndTransfer$O(initialCommand, port);
|
|
16999
17089
|
};
|
|
17000
17090
|
|
|
17001
|
-
const name
|
|
17002
|
-
const Commands$
|
|
17091
|
+
const name$$ = 'SendMessagePortToRendererProcess';
|
|
17092
|
+
const Commands$11 = {
|
|
17003
17093
|
sendMessagePortToRendererProcess: sendMessagePortToRendererProcess$1
|
|
17004
17094
|
};
|
|
17005
17095
|
|
|
17006
17096
|
const SendMessagePortToRendererProcess_ipc = {
|
|
17007
17097
|
__proto__: null,
|
|
17008
|
-
Commands: Commands$
|
|
17009
|
-
name: name
|
|
17098
|
+
Commands: Commands$11,
|
|
17099
|
+
name: name$$
|
|
17010
17100
|
};
|
|
17011
17101
|
|
|
17012
17102
|
const executeHoverProvider = (editor, offset) => {
|
|
@@ -17018,15 +17108,15 @@ const executeHoverProvider = (editor, offset) => {
|
|
|
17018
17108
|
args: [offset]});
|
|
17019
17109
|
};
|
|
17020
17110
|
|
|
17021
|
-
const name$
|
|
17022
|
-
const Commands
|
|
17111
|
+
const name$_ = 'ExtensionHostHover';
|
|
17112
|
+
const Commands$10 = {
|
|
17023
17113
|
executeHoverProvider: executeHoverProvider
|
|
17024
17114
|
};
|
|
17025
17115
|
|
|
17026
17116
|
const ExtensionHostHover_ipc = {
|
|
17027
17117
|
__proto__: null,
|
|
17028
|
-
Commands: Commands
|
|
17029
|
-
name: name$
|
|
17118
|
+
Commands: Commands$10,
|
|
17119
|
+
name: name$_
|
|
17030
17120
|
};
|
|
17031
17121
|
|
|
17032
17122
|
const chatCoordinatorWorkerUrl = `${assetDir}/packages/chat-coordinator-worker/dist/chatCoordinatorWorkerMain.js`;
|
|
@@ -17552,7 +17642,7 @@ const launchPreviewSandBoxWorker = async () => {
|
|
|
17552
17642
|
};
|
|
17553
17643
|
|
|
17554
17644
|
const {
|
|
17555
|
-
dispose: dispose$
|
|
17645
|
+
dispose: dispose$M,
|
|
17556
17646
|
invokeAndTransfer: invokeAndTransfer$9} = getOrCreateWorker(launchPreviewSandBoxWorker);
|
|
17557
17647
|
|
|
17558
17648
|
const problemsViewWorkerUrl = `${assetDir}/packages/problems-view/dist/problemsViewWorkerMain.js`;
|
|
@@ -17977,8 +18067,8 @@ const sendMessagePortToDiffWorker = async (port, initialCommand, rpcId) => {
|
|
|
17977
18067
|
|
|
17978
18068
|
// TODO add only one function sendMessagePortToRpc(rpcId) which sends it to the matching rpc module
|
|
17979
18069
|
|
|
17980
|
-
const name$
|
|
17981
|
-
const Commands
|
|
18070
|
+
const name$Z = 'SendMessagePortToExtensionHostWorker';
|
|
18071
|
+
const Commands$$ = {
|
|
17982
18072
|
sendMessagePortToAuthWorker: sendMessagePortToAuthWorker,
|
|
17983
18073
|
sendMessagePortToChatCoordinatorWorker: sendMessagePortToChatCoordinatorWorker,
|
|
17984
18074
|
sendMessagePortToChatMathWorker: sendMessagePortToChatMathWorker,
|
|
@@ -18016,8 +18106,8 @@ const Commands$_ = {
|
|
|
18016
18106
|
|
|
18017
18107
|
const SendMessagePortToExtensionHostWorker_ipc = {
|
|
18018
18108
|
__proto__: null,
|
|
18019
|
-
Commands: Commands
|
|
18020
|
-
name: name$
|
|
18109
|
+
Commands: Commands$$,
|
|
18110
|
+
name: name$Z
|
|
18021
18111
|
};
|
|
18022
18112
|
|
|
18023
18113
|
const syntaxHighlightingWorkerUrl = `${assetDir}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js`;
|
|
@@ -18051,19 +18141,19 @@ const sendMessagePortToSyntaxHighlightingWorker = async (port, initialCommand) =
|
|
|
18051
18141
|
await invokeAndTransfer(initialCommand, port);
|
|
18052
18142
|
};
|
|
18053
18143
|
|
|
18054
|
-
const name$
|
|
18055
|
-
const Commands$
|
|
18144
|
+
const name$Y = 'SendMessagePortToSyntaxHighlightingWorker';
|
|
18145
|
+
const Commands$_ = {
|
|
18056
18146
|
sendMessagePortToSyntaxHighlightingWorker: sendMessagePortToSyntaxHighlightingWorker
|
|
18057
18147
|
};
|
|
18058
18148
|
|
|
18059
18149
|
const SendMessagePortToSyntaxHighlightingWorker_ipc = {
|
|
18060
18150
|
__proto__: null,
|
|
18061
|
-
Commands: Commands$
|
|
18062
|
-
name: name$
|
|
18151
|
+
Commands: Commands$_,
|
|
18152
|
+
name: name$Y
|
|
18063
18153
|
};
|
|
18064
18154
|
|
|
18065
|
-
const name$
|
|
18066
|
-
const Commands$
|
|
18155
|
+
const name$X = 'Transferrable';
|
|
18156
|
+
const Commands$Z = {
|
|
18067
18157
|
transferToRendererProcess: transferToRendererProcess,
|
|
18068
18158
|
transfer: transfer,
|
|
18069
18159
|
acquire: acquire
|
|
@@ -18071,8 +18161,8 @@ const Commands$Y = {
|
|
|
18071
18161
|
|
|
18072
18162
|
const Transferrable_ipc = {
|
|
18073
18163
|
__proto__: null,
|
|
18074
|
-
Commands: Commands$
|
|
18075
|
-
name: name$
|
|
18164
|
+
Commands: Commands$Z,
|
|
18165
|
+
name: name$X
|
|
18076
18166
|
};
|
|
18077
18167
|
|
|
18078
18168
|
const getExtensionAbsolutePath = (id, isWeb, isBuiltin, path, relativePath, origin, platform) => {
|
|
@@ -18267,8 +18357,8 @@ const compat = {
|
|
|
18267
18357
|
}
|
|
18268
18358
|
};
|
|
18269
18359
|
|
|
18270
|
-
const name$
|
|
18271
|
-
const Commands$
|
|
18360
|
+
const name$W = 'WebView';
|
|
18361
|
+
const Commands$Y = {
|
|
18272
18362
|
compatExtensionHostWorkerInvoke: compat.extensionHostWorkerInvoke,
|
|
18273
18363
|
compatExtensionHostWorkerInvokeAndTransfer: compat.extensionHostWorkerInvokeAndTransfer,
|
|
18274
18364
|
compatRendererProcessInvoke: compat.rendererProcessInvoke,
|
|
@@ -18289,8 +18379,8 @@ const Commands$X = {
|
|
|
18289
18379
|
|
|
18290
18380
|
const WebView_ipc = {
|
|
18291
18381
|
__proto__: null,
|
|
18292
|
-
Commands: Commands$
|
|
18293
|
-
name: name$
|
|
18382
|
+
Commands: Commands$Y,
|
|
18383
|
+
name: name$W
|
|
18294
18384
|
};
|
|
18295
18385
|
|
|
18296
18386
|
const launchSearchProcess = async () => {
|
|
@@ -18304,33 +18394,33 @@ const launchSearchProcess = async () => {
|
|
|
18304
18394
|
return ipc;
|
|
18305
18395
|
};
|
|
18306
18396
|
|
|
18307
|
-
const state$
|
|
18397
|
+
const state$5 = {
|
|
18308
18398
|
/**
|
|
18309
18399
|
* @type {Promise<any>|undefined}
|
|
18310
18400
|
*/
|
|
18311
18401
|
ipc: undefined
|
|
18312
18402
|
};
|
|
18313
18403
|
const getOrCreate$1 = () => {
|
|
18314
|
-
if (!state$
|
|
18404
|
+
if (!state$5.ipc) {
|
|
18315
18405
|
// @ts-ignore
|
|
18316
|
-
state$
|
|
18406
|
+
state$5.ipc = launchSearchProcess();
|
|
18317
18407
|
}
|
|
18318
|
-
return state$
|
|
18408
|
+
return state$5.ipc;
|
|
18319
18409
|
};
|
|
18320
18410
|
const invoke$5 = async (method, ...params) => {
|
|
18321
18411
|
const ipc = await getOrCreate$1();
|
|
18322
18412
|
return invoke$H(ipc, method, ...params);
|
|
18323
18413
|
};
|
|
18324
18414
|
|
|
18325
|
-
const name$
|
|
18326
|
-
const Commands$
|
|
18415
|
+
const name$V = 'SearchProcess';
|
|
18416
|
+
const Commands$X = {
|
|
18327
18417
|
invoke: invoke$5
|
|
18328
18418
|
};
|
|
18329
18419
|
|
|
18330
18420
|
const SearchProcess_ipc = {
|
|
18331
18421
|
__proto__: null,
|
|
18332
|
-
Commands: Commands$
|
|
18333
|
-
name: name$
|
|
18422
|
+
Commands: Commands$X,
|
|
18423
|
+
name: name$V
|
|
18334
18424
|
};
|
|
18335
18425
|
|
|
18336
18426
|
const FILE_RESULT = 1;
|
|
@@ -18445,8 +18535,8 @@ const textSearchMemory = async (...args) => {
|
|
|
18445
18535
|
return results;
|
|
18446
18536
|
};
|
|
18447
18537
|
|
|
18448
|
-
const name$
|
|
18449
|
-
const Commands$
|
|
18538
|
+
const name$U = 'ExtensionHostTextSearch';
|
|
18539
|
+
const Commands$W = {
|
|
18450
18540
|
executeTextSearchProvider: executeTextSearchProvider,
|
|
18451
18541
|
textSearchFetch: textSearchFetch,
|
|
18452
18542
|
textSearchMemory: textSearchMemory,
|
|
@@ -18456,23 +18546,23 @@ const Commands$V = {
|
|
|
18456
18546
|
|
|
18457
18547
|
const ExtensionHostTextSearch_ipc = {
|
|
18458
18548
|
__proto__: null,
|
|
18459
|
-
Commands: Commands$
|
|
18460
|
-
name: name$
|
|
18549
|
+
Commands: Commands$W,
|
|
18550
|
+
name: name$U
|
|
18461
18551
|
};
|
|
18462
18552
|
|
|
18463
|
-
const name$
|
|
18464
|
-
const Commands$
|
|
18553
|
+
const name$T = 'GetWindowId';
|
|
18554
|
+
const Commands$V = {
|
|
18465
18555
|
getWindowId: getWindowId
|
|
18466
18556
|
};
|
|
18467
18557
|
|
|
18468
18558
|
const GetWindowId_ipc = {
|
|
18469
18559
|
__proto__: null,
|
|
18470
|
-
Commands: Commands$
|
|
18471
|
-
name: name$
|
|
18560
|
+
Commands: Commands$V,
|
|
18561
|
+
name: name$T
|
|
18472
18562
|
};
|
|
18473
18563
|
|
|
18474
|
-
const name$
|
|
18475
|
-
const Commands$
|
|
18564
|
+
const name$S = 'ElectronDialog';
|
|
18565
|
+
const Commands$U = {
|
|
18476
18566
|
mockOpenDialog: mockOpenDialog,
|
|
18477
18567
|
resetMockOpenDialog: resetMockOpenDialog,
|
|
18478
18568
|
showOpenDialog: showOpenDialog,
|
|
@@ -18481,12 +18571,12 @@ const Commands$T = {
|
|
|
18481
18571
|
|
|
18482
18572
|
const ElectronDialog_ipc = {
|
|
18483
18573
|
__proto__: null,
|
|
18484
|
-
Commands: Commands$
|
|
18485
|
-
name: name$
|
|
18574
|
+
Commands: Commands$U,
|
|
18575
|
+
name: name$S
|
|
18486
18576
|
};
|
|
18487
18577
|
|
|
18488
|
-
const name$
|
|
18489
|
-
const Commands$
|
|
18578
|
+
const name$R = 'Process';
|
|
18579
|
+
const Commands$T = {
|
|
18490
18580
|
getArgv: getArgv,
|
|
18491
18581
|
getNodeVersion: getNodeVersion,
|
|
18492
18582
|
getElectronVersion: getElectronVersion,
|
|
@@ -18502,8 +18592,8 @@ const Commands$S = {
|
|
|
18502
18592
|
|
|
18503
18593
|
const Process_ipc = {
|
|
18504
18594
|
__proto__: null,
|
|
18505
|
-
Commands: Commands$
|
|
18506
|
-
name: name$
|
|
18595
|
+
Commands: Commands$T,
|
|
18596
|
+
name: name$R
|
|
18507
18597
|
};
|
|
18508
18598
|
|
|
18509
18599
|
const Explorer = 4;
|
|
@@ -18655,8 +18745,8 @@ const getEnabledProviderIds = (scheme, root) => {
|
|
|
18655
18745
|
};
|
|
18656
18746
|
const getIconDefinitions = () => [];
|
|
18657
18747
|
|
|
18658
|
-
const name$
|
|
18659
|
-
const Commands$
|
|
18748
|
+
const name$Q = 'ExtensionManagement';
|
|
18749
|
+
const Commands$S = {
|
|
18660
18750
|
'ExtensionHostManagement.activateByEvent': activateByEvent,
|
|
18661
18751
|
'ExtensionHostSourceControl.acceptInput': acceptInput,
|
|
18662
18752
|
'ExtensionHostSourceControl.add': add,
|
|
@@ -18688,8 +18778,8 @@ const Commands$R = {
|
|
|
18688
18778
|
|
|
18689
18779
|
const ExtensionManagement_ipc = {
|
|
18690
18780
|
__proto__: null,
|
|
18691
|
-
Commands: Commands$
|
|
18692
|
-
name: name$
|
|
18781
|
+
Commands: Commands$S,
|
|
18782
|
+
name: name$Q
|
|
18693
18783
|
};
|
|
18694
18784
|
|
|
18695
18785
|
const getVirtualDom$1 = html => {
|
|
@@ -18699,16 +18789,16 @@ const renderMarkdown = (markdown, options) => {
|
|
|
18699
18789
|
return invoke$e('Markdown.renderMarkdown', markdown, options);
|
|
18700
18790
|
};
|
|
18701
18791
|
|
|
18702
|
-
const name$
|
|
18703
|
-
const Commands$
|
|
18792
|
+
const name$P = 'Markdown';
|
|
18793
|
+
const Commands$R = {
|
|
18704
18794
|
renderMarkdown: renderMarkdown,
|
|
18705
18795
|
getVirtualDom: getVirtualDom$1
|
|
18706
18796
|
};
|
|
18707
18797
|
|
|
18708
18798
|
const Markdown_ipc = {
|
|
18709
18799
|
__proto__: null,
|
|
18710
|
-
Commands: Commands$
|
|
18711
|
-
name: name$
|
|
18800
|
+
Commands: Commands$R,
|
|
18801
|
+
name: name$P
|
|
18712
18802
|
};
|
|
18713
18803
|
|
|
18714
18804
|
const measureTextHeight = (text, fontFamily, fontSize) => {
|
|
@@ -18718,20 +18808,20 @@ const measureTextBlockHeight = (text, fontFamily, fontSize, lineHeight, width) =
|
|
|
18718
18808
|
return invoke$I('MeasureTextBlockHeight.measureTextBlockHeight', text, fontSize, fontFamily, lineHeight, width);
|
|
18719
18809
|
};
|
|
18720
18810
|
|
|
18721
|
-
const name$
|
|
18722
|
-
const Commands$
|
|
18811
|
+
const name$O = 'MeasureTextHeight';
|
|
18812
|
+
const Commands$Q = {
|
|
18723
18813
|
measureTextBlockHeight: measureTextBlockHeight,
|
|
18724
18814
|
measureTextHeight: measureTextHeight
|
|
18725
18815
|
};
|
|
18726
18816
|
|
|
18727
18817
|
const MeasureTextHeight_ipc = {
|
|
18728
18818
|
__proto__: null,
|
|
18729
|
-
Commands: Commands$
|
|
18730
|
-
name: name$
|
|
18819
|
+
Commands: Commands$Q,
|
|
18820
|
+
name: name$O
|
|
18731
18821
|
};
|
|
18732
18822
|
|
|
18733
|
-
const name$
|
|
18734
|
-
const Commands$
|
|
18823
|
+
const name$N = 'FileSystemMemory';
|
|
18824
|
+
const Commands$P = {
|
|
18735
18825
|
chmod: chmod$3,
|
|
18736
18826
|
copy: copy$3,
|
|
18737
18827
|
createFile: createFile$2,
|
|
@@ -18749,17 +18839,81 @@ const Commands$O = {
|
|
|
18749
18839
|
};
|
|
18750
18840
|
|
|
18751
18841
|
const FileSystemMemory_ipc = {
|
|
18842
|
+
__proto__: null,
|
|
18843
|
+
Commands: Commands$P,
|
|
18844
|
+
name: name$N
|
|
18845
|
+
};
|
|
18846
|
+
|
|
18847
|
+
const name$M = 'WebSocketCapability';
|
|
18848
|
+
const Commands$O = {
|
|
18849
|
+
create: create$Y
|
|
18850
|
+
};
|
|
18851
|
+
|
|
18852
|
+
const WebSocketCapability_ipc = {
|
|
18752
18853
|
__proto__: null,
|
|
18753
18854
|
Commands: Commands$O,
|
|
18754
18855
|
name: name$M
|
|
18755
18856
|
};
|
|
18756
18857
|
|
|
18757
|
-
const
|
|
18858
|
+
const defaultDependencies$2 = {
|
|
18859
|
+
disposeWatcher: dispose$T,
|
|
18860
|
+
invokeExtensionManagement: invoke$E,
|
|
18861
|
+
watchFiles: watch$2
|
|
18862
|
+
};
|
|
18863
|
+
|
|
18864
|
+
/** @type {{ dependencies: typeof defaultDependencies, watcher: EventTarget | undefined }} */
|
|
18865
|
+
const state$4 = {
|
|
18866
|
+
dependencies: defaultDependencies$2,
|
|
18867
|
+
watcher: undefined
|
|
18868
|
+
};
|
|
18869
|
+
const handleEvent = event => {
|
|
18870
|
+
const {
|
|
18871
|
+
dependencies
|
|
18872
|
+
} = state$4;
|
|
18873
|
+
void dependencies.invokeExtensionManagement('Extensions.handleLinkedExtensionChange', event.detail).catch(error => {
|
|
18874
|
+
console.error(`[extension-hot-reload] ${error}`);
|
|
18875
|
+
});
|
|
18876
|
+
};
|
|
18877
|
+
const dispose$L = async () => {
|
|
18878
|
+
const {
|
|
18879
|
+
dependencies,
|
|
18880
|
+
watcher
|
|
18881
|
+
} = state$4;
|
|
18882
|
+
if (!watcher) {
|
|
18883
|
+
state$4.dependencies = defaultDependencies$2;
|
|
18884
|
+
return;
|
|
18885
|
+
}
|
|
18886
|
+
state$4.watcher = undefined;
|
|
18887
|
+
watcher.removeEventListener('watcher-event', handleEvent);
|
|
18888
|
+
await dependencies.disposeWatcher(watcher);
|
|
18889
|
+
state$4.dependencies = defaultDependencies$2;
|
|
18890
|
+
};
|
|
18891
|
+
const watch = async (extensions, dependencies = defaultDependencies$2) => {
|
|
18892
|
+
await dispose$L();
|
|
18893
|
+
state$4.dependencies = dependencies;
|
|
18894
|
+
const roots = extensions.map(extension => extension.uri);
|
|
18895
|
+
if (roots.length === 0) {
|
|
18896
|
+
return;
|
|
18897
|
+
}
|
|
18898
|
+
const {
|
|
18899
|
+
dependencies: currentDependencies
|
|
18900
|
+
} = state$4;
|
|
18901
|
+
const watcher = await currentDependencies.watchFiles({
|
|
18902
|
+
exclude: ['.git', 'node_modules'],
|
|
18903
|
+
roots,
|
|
18904
|
+
useGitIgnore: true
|
|
18905
|
+
});
|
|
18906
|
+
state$4.watcher = watcher;
|
|
18907
|
+
watcher.addEventListener('watcher-event', handleEvent);
|
|
18908
|
+
};
|
|
18909
|
+
|
|
18910
|
+
const name$L = 'ExtensionHotReload';
|
|
18758
18911
|
const Commands$N = {
|
|
18759
|
-
|
|
18912
|
+
dispose: dispose$L,
|
|
18913
|
+
watch: watch
|
|
18760
18914
|
};
|
|
18761
18915
|
|
|
18762
|
-
const
|
|
18916
|
+
const ExtensionHotReload_ipc = {
|
|
18763
18917
|
__proto__: null,
|
|
18764
18918
|
Commands: Commands$N,
|
|
18765
18919
|
name: name$L
|
|
@@ -20799,7 +20953,7 @@ const createContext$1 = getPlatform => ({
|
|
|
20799
20953
|
return getPlatform();
|
|
20800
20954
|
},
|
|
20801
20955
|
get workspacePath() {
|
|
20802
|
-
return state$
|
|
20956
|
+
return state$m.workspacePath;
|
|
20803
20957
|
},
|
|
20804
20958
|
get workspaceUri() {
|
|
20805
20959
|
return getWorkspaceUri?.();
|
|
@@ -22685,7 +22839,7 @@ const {
|
|
|
22685
22839
|
} = workerViewlet;
|
|
22686
22840
|
const dispose$x = async state => {
|
|
22687
22841
|
await disposeWorkerViewlet(state);
|
|
22688
|
-
await dispose$
|
|
22842
|
+
await dispose$M();
|
|
22689
22843
|
};
|
|
22690
22844
|
|
|
22691
22845
|
const ViewletPreview_ipc = {
|
|
@@ -22770,7 +22924,7 @@ const loadContent$z = async (state, _savedState, configuredSpawnOptions) => {
|
|
|
22770
22924
|
command,
|
|
22771
22925
|
args
|
|
22772
22926
|
} = configuredSpawnOptions || (await getTerminalSpawnOptions());
|
|
22773
|
-
await invoke$2('Terminal.create', uid, cwd || state$
|
|
22927
|
+
await invoke$2('Terminal.create', uid, cwd || state$m.workspacePath, command, args, {
|
|
22774
22928
|
backend: getBackend()
|
|
22775
22929
|
});
|
|
22776
22930
|
return {
|
|
@@ -25289,7 +25443,7 @@ const ViewletKeyBindings_ipc = {
|
|
|
25289
25443
|
|
|
25290
25444
|
const Deb = 'Deb';
|
|
25291
25445
|
|
|
25292
|
-
const commit = '
|
|
25446
|
+
const commit = '246e0b8';
|
|
25293
25447
|
|
|
25294
25448
|
const getAutoUpdateType = () => {
|
|
25295
25449
|
return invoke$F('AutoUpdater.getAutoUpdateType');
|
|
@@ -28140,12 +28294,12 @@ const handleDiagnosticsChange = async (state, uri) => {
|
|
|
28140
28294
|
return callGlobalEventAndRefreshProblemsSummary(state, 'handleDiagnosticsChange', uri);
|
|
28141
28295
|
};
|
|
28142
28296
|
const handleSettingsChanged = async state => {
|
|
28143
|
-
await hydrate$
|
|
28297
|
+
await hydrate$e();
|
|
28144
28298
|
return callGlobalEvent(state, 'handleSettingsChanged');
|
|
28145
28299
|
};
|
|
28146
28300
|
const refreshSourceControlBadgeCount = async state => {
|
|
28147
28301
|
try {
|
|
28148
|
-
const badgeCount = await invoke$7('SourceControl.getWorkspaceBadgeCount', state$
|
|
28302
|
+
const badgeCount = await invoke$7('SourceControl.getWorkspaceBadgeCount', state$m.workspacePath, assetDir, platform);
|
|
28149
28303
|
return setBadgeCount(state, SourceControl, badgeCount);
|
|
28150
28304
|
} catch {
|
|
28151
28305
|
return {
|
|
@@ -30679,7 +30833,7 @@ const openDefaultViewlet$1 = async state => {
|
|
|
30679
30833
|
};
|
|
30680
30834
|
const close$1 = state => {
|
|
30681
30835
|
if (state.currentViewletId) {
|
|
30682
|
-
dispose$
|
|
30836
|
+
dispose$P(state.currentViewletId);
|
|
30683
30837
|
}
|
|
30684
30838
|
state.currentViewletId = undefined;
|
|
30685
30839
|
// RendererProcess.send([/* sideBarHide */ 5552, /* id */ id])
|
|
@@ -30913,7 +31067,7 @@ const openDefaultViewlet = async state => {
|
|
|
30913
31067
|
};
|
|
30914
31068
|
const close = state => {
|
|
30915
31069
|
if (state.currentViewletId) {
|
|
30916
|
-
dispose$
|
|
31070
|
+
dispose$P(state.currentViewletId);
|
|
30917
31071
|
}
|
|
30918
31072
|
state.currentViewletId = undefined;
|
|
30919
31073
|
};
|
|
@@ -31911,7 +32065,7 @@ const loadContent$5 = async (state, savedState) => {
|
|
|
31911
32065
|
platform,
|
|
31912
32066
|
assetDir
|
|
31913
32067
|
} = state;
|
|
31914
|
-
await invoke$7('SourceControl.create2', state.uid, state.uri, state.x, state.y, state.width, state.height, state$
|
|
32068
|
+
await invoke$7('SourceControl.create2', state.uid, state.uri, state.x, state.y, state.width, state.height, state$m.workspacePath,
|
|
31915
32069
|
// TODO use workspace uri
|
|
31916
32070
|
platform, assetDir);
|
|
31917
32071
|
const diffResult = await invoke$7('SourceControl.diff2', state.uid);
|
|
@@ -32032,7 +32186,7 @@ const hotReload$2 = async state => {
|
|
|
32032
32186
|
...state,
|
|
32033
32187
|
items: []
|
|
32034
32188
|
};
|
|
32035
|
-
await invoke$7('SourceControl.create2', state.uid, state.uri, state.x, state.y, state.width, state.height, state$
|
|
32189
|
+
await invoke$7('SourceControl.create2', state.uid, state.uri, state.x, state.y, state.width, state.height, state$m.workspacePath,
|
|
32036
32190
|
// TODO use workspace uri
|
|
32037
32191
|
state.platform, state.assetDir);
|
|
32038
32192
|
await invoke$7('SourceControl.loadContent', state.uid, savedState);
|
|
@@ -33169,16 +33323,6 @@ const FileSystemAppMemoryUsage = {
|
|
|
33169
33323
|
writeFile: writeFile$4
|
|
33170
33324
|
};
|
|
33171
33325
|
|
|
33172
|
-
const getPathDirName = path => {
|
|
33173
|
-
const slashIndex = path.lastIndexOf('/');
|
|
33174
|
-
const backslashIndex = path.lastIndexOf('\\');
|
|
33175
|
-
const index = Math.max(slashIndex, backslashIndex);
|
|
33176
|
-
if (index === -1) {
|
|
33177
|
-
return '';
|
|
33178
|
-
}
|
|
33179
|
-
return path.slice(0, index);
|
|
33180
|
-
};
|
|
33181
|
-
|
|
33182
33326
|
const isEnoentError = error => {
|
|
33183
33327
|
if (!error) {
|
|
33184
33328
|
return false;
|
|
@@ -33486,12 +33630,6 @@ const OpenFolderWeb = {
|
|
|
33486
33630
|
openFolder: openFolder$2
|
|
33487
33631
|
};
|
|
33488
33632
|
|
|
33489
|
-
const pathToFileUri = path => {
|
|
33490
|
-
const url = new URL('file:///');
|
|
33491
|
-
url.pathname = path.replaceAll('\\', '/').replaceAll('%', '%25');
|
|
33492
|
-
return url.toString();
|
|
33493
|
-
};
|
|
33494
|
-
|
|
33495
33633
|
const openFolder$1 = async () => {
|
|
33496
33634
|
const path = await prompt('Choose Path:', '/home');
|
|
33497
33635
|
if (!path) {
|