@lvce-editor/static-server 0.73.4 → 0.74.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config.json +1979 -1978
- package/dist/static-server.js +33 -34
- package/package.json +1 -1
- package/static/{5d2328a → 6e21d18}/css/App.css +87 -87
- package/static/{5d2328a → 6e21d18}/css/parts/ViewletDebugConsole.css +1 -0
- package/static/{5d2328a → 6e21d18}/css/parts/ViewletOutput.css +4 -0
- package/static/{5d2328a → 6e21d18}/css/parts/ViewletPanelTabs.css +2 -0
- package/static/{5d2328a → 6e21d18}/css/parts/ViewletProblems.css +1 -0
- package/static/{5d2328a → 6e21d18}/manifest.json +2 -2
- package/static/{5d2328a → 6e21d18}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{5d2328a → 6e21d18}/packages/activity-bar-worker/dist/activityBarWorkerMain.js +83 -63
- package/static/{5d2328a → 6e21d18}/packages/editor-worker/dist/editorWorkerMain.js +984 -152
- package/static/{5d2328a → 6e21d18}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/6e21d18/packages/panel-worker/dist/panelWorkerMain.js +1862 -0
- package/static/6e21d18/packages/preview-worker/dist/previewWorkerMain.js +3053 -0
- package/static/6e21d18/packages/renderer-process/dist/rendererProcessMain.js +10461 -0
- package/static/{5d2328a → 6e21d18}/packages/renderer-process/package.json +1 -1
- package/static/{5d2328a → 6e21d18}/packages/renderer-worker/dist/rendererWorkerMain.js +1765 -1869
- package/static/{5d2328a → 6e21d18}/packages/test-worker/dist/testWorkerMain.js +36 -55
- package/static/index.html +4 -4
- package/static/5d2328a/packages/preview-worker/dist/previewWorkerMain.js +0 -91529
- package/static/5d2328a/packages/renderer-process/dist/rendererProcessMain.js +0 -10405
- /package/static/{5d2328a → 6e21d18}/config/colorTheme.json +0 -0
- /package/static/{5d2328a → 6e21d18}/config/defaultSettings.json +0 -0
- /package/static/{5d2328a → 6e21d18}/config/fileMap.json +0 -0
- /package/static/{5d2328a → 6e21d18}/config/webExtensions.json +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/Animation.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/BrowserScrollBar.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/Category.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/DebugButtons.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/DebugValue.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/E2eTest.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/E2eTests.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/EditorHover.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/EditorMessage.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/FeatureContent.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/Features.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ImagePreview.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/InputBadge.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/Key.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/LegacyDialog.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/Markdown.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/Message.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/Preview.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ScrollToTop.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/Select.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/SettingsHeader.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/SettingsItems.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/SettingsSideBar.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/Table.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletAbout.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletDialog.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletLanguageModels.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletMedia.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletPanel.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletPdf.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletReferences.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletSearch.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletSettings.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletStorage.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{5d2328a → 6e21d18}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-typescript/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-ayu/images/demo.png +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-gruvbox/images/demo.png +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/default_file.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/default_folder.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/default_folder_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/default_root_folder.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/default_root_folder_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_access.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_access2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_actionscript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_actionscript2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ada.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_advpl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_affectscript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_affinity.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_affinityphoto.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_agda.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_agents.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ai.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ai2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_al.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_al_dal.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_alchemy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_allcontributors.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_alloy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_allure.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_angular.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ansible.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_antlers_html.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_antlr.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_anyscript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_apache.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_apex.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_api_extractor.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_apib.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_apib2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_apl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_applescript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_appscript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_appsemble.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_appveyor.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_arduino.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_asciidoc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_aseprite.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_asp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_aspx.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_assembly.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_assembly_script.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_astro.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_astroconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_atom.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ats.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_attw.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_audio.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_aurelia.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_autohotkey.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_autoit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_avif.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_avro.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_awk.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_aws.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_azure.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_azurepipelines.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_babel.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_babel2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bak.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ballerina.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bat.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bats.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bazaar.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bazel.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bazel_version.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_befunge.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bicep.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_biml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_binary.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_biome.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bithound.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_blade.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_blender.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_blitzbasic.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bolt.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bosque.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bower.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bower2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_browserslist.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bruno.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_buckbuild.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_buf.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bun.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bundlemon.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bundler.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_bunfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_c.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_c2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_c3.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_c_al.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cabal.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_caddy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cake.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cakephp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_capacitor.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_capnp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cargo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_casc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cddl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cert.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ceylon.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cf.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cf2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cfc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cfc2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cfm.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cfm2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_changie.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cheader.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_chef.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_circleci.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_circom.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_class.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_claude.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_clojure.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_clojurescript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cloudflare.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cmake.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cobol.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_codacy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_codeclimate.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_codecov.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_codekit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_codemagic.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_codeowners.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_codeql.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_coderabbit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_coffeelint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_coffeescript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_commitizen.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_commitlint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_compass.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_composer.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_conan.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_conda.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_config.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_confluence.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_copilot.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_coverage.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_coveralls.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cpp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cpp2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cpp3.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cppheader.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_craco.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_crowdin.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_crystal.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_csharp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_csharp2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cspell.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_csproj.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_css.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_css2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_css2map.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_csscomb.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_csslint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cssmap.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cucumber.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cuda.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cursorrules.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cvs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cypress.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cypress_spec.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_cython.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dal.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_darcs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dartlang.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_datadog.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_db.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_debian.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_delphi.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_deno.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_denoify.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dependabot.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dependencies.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_design_tokens.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_devcontainer.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_devvit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dhall.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_diff.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_django.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dlang.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_docker.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_docker2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dockertest.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dockertest2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_docpad.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_docusaurus.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_docz.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dojo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_doppler.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dotenv.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dotjs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_doxygen.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_drawio.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_drone.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_drools.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dtd.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dune.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dustjs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dvc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_dylan.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_earthly.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_eas-metadata.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_edge.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_edge2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_editorconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_eex.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ejs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_elastic.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_electron.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_eleventy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_eleventy2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_elixir.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_elm.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_elm2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_emacs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ember.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ensime.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_eps.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_epub.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_erb.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_erlang.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_erlang2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_esbuild.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_eslint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_eslint2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_esphome.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_excalidraw.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_excel.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_excel2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_expo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_falcon.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fantasticon.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fastly.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fauna.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_favicon.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fbx.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_firebase.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_firebasehosting.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_firebasestorage.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_firestore.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fitbit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fla.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_flareact.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_flash.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_floobits.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_flow.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_flutter.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_flutter_package.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_flyio.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_font.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_formkit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fortran.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fossa.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fossil.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_freemarker.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_frontcommerce.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fsharp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fsharp2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fsproj.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fthtml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_funding.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_fusebox.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_galen.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_galen2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gamemaker.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gamemaker2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gamemaker81.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gatsby.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gcloud.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gcode.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gdscript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gduid.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gemini.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_genstat.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_geojson.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gimp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_git.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_git2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gitlab.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gitpod.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gleam.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gleamconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_glide.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_glimmer.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_glitter.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_glsl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gltf.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_glyphs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gnu.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gnuplot.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_go.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_go_aqua.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_go_black.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_go_gopher.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_go_lightblue.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_go_package.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_go_white.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_go_work.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_go_yellow.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_goctl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_godot.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gpg.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gradle.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gradle2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_grain.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_graphql.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_graphql_config.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_graphviz.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_greenkeeper.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gridsome.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_grit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_groovy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_groovy2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_grunt.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_gulp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_haml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_handlebars.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_handlebars2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_harbour.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_hardhat.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_hashicorp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_haskell.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_haskell2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_haxe.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_haxedevelop.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_helix.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_helm.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_histoire.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_hjson.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_hlsl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_homeassistant.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_horusec.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_host.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_html.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_htmlhint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_http.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_hugo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_humanstxt.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_hunspell.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_husky.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_hy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_hygen.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_hypr.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_icl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_idris.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_idrisbin.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_idrispkg.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_image.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_imba.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_inc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_infopath.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_informix.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ini.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ink.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_innosetup.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_io.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_iodine.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ionic.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jake.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_janet.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jar.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jasmine.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_java.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jbuilder.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jekyll.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jenkins.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jest.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jetbrains.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jinja.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jpm.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_js_official.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jsbeautify.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jsconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jscpd.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jshint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jsmap.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_json.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_json2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_json5.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_json_official.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_json_schema.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jsonld.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jsonnet.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jsp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jsr.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jss.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_juice.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_julia.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_julia2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_jupyter.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_just.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_k.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_karma.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_key.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_kitchenci.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_kite.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_kivy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_knip.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_kos.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_kotlin.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_kusto.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_language_configuration.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lark.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_latino.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_layout.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lean.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_leanconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lefthook.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lerna.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_less.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lex.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_liara.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_license.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_licensebat.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_ada.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_agda.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_agents.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_apl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_astro.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_babel.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_babel2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_cabal.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_circleci.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_codacy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_codeowners.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_config.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_copilot.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_crystal.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_cypress.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_db.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_deno.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_dhall.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_docpad.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_drone.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_esphome.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_expo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_fla.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_font.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_gradle.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_hjson.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_ini.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_io.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_jsmap.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_json.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_json5.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_json_schema.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_jsonld.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_kite.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_lark.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_lean.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_leanconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_lerna.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_mailing.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_markuplint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_mcp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_mdx.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_mlang.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_mustache.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_mypy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_neo4j.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_netlify.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_next.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_nim.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_nx.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_openHAB.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_packship.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_pcl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_pnpm.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_prettier.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_prisma.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_purescript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_quasar.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_raku.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_razzle.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_rehype.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_remark.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_replit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_retext.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_rome.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_rubocop.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_rust.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_safetensors.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_shadcn.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_solidity.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_spin.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_stylelint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_stylus.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_symfony.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_systemd.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_testcafe.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_testjs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_tex.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_tm.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_tmux.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_todo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_toit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_toml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_toon.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_tree.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_turbo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_vash.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_vercel.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_vsix.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_xfl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_xorg.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_yaml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_light_zeit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lighthouse.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lilypond.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lime.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_liquid.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lisp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_livescript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lnk.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_locale.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_log.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lolcode.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lsl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lua.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_luau.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_lync.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mailing.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_makefile.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_manifest.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_manifest_bak.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_manifest_skip.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_map.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mariadb.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_markdown.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_markdownlint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_marko.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_markojs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_markuplint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_master-co.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_matlab.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_maven.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_maxscript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_maya.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mcp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mdx-components.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mdx.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mdxlint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mediawiki.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mercurial.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mermaid.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_meson.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_metal.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_meteor.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_minecraft.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mivascript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mjml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mlang.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mocha.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_modernizr.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mojo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mojolicious.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_moleculer.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mondoo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mongo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_monotone.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_motif.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mson.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mustache.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mvt.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mvtcss.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mvtjs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mypy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_mysql.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nanostaged.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ndst.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nearly.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_neo4j.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_module_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_service_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nestjs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_netlify.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_next.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nextflow.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_component_css.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_component_html.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_component_less.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nginx.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nim.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nimble.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ninja.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nix.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_njsproj.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_noc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_node.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_node2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nodemon.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_npm.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nsi.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nsri.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nuget.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_numpy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nunjucks.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nushell.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nuxt.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nx.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_nyc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_objectivec.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_objectivecpp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_objidconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ocaml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ogone.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_onenote.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_opam.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_openHAB.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_opencl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_openscad.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_opentofu.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_org.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_outlook.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ovpn.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_oxc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_oxlint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_package.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_packship.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_paket.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pandacss.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_patch.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pcl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pddl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pddl_plan.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pdf.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pdf2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pdm.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_peeky.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_perl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_perl2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_perl6.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pgsql.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_photoshop.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_photoshop2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_php.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_php2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_php3.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_phpstan.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_phpunit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_phraseapp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pine.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pip.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pipeline.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_plantuml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_platformio.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_playwright.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_plsql.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_plsql_package.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pm2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pnpm.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_poedit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_poetry.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_polyglot.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_polymer.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pony.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_postcss.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_postcssconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_postman.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_powerpoint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_powerpoint2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_powershell.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_powershell2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_powershell_format.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_powershell_types.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_preact.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_precommit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_prettier.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_prisma.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_prismaconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_processinglang.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_procfile.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_progress.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_prolog.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_prometheus.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_protobuf.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_protractor.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_publiccode.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_publisher.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pug.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pulumi.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_puppet.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_purescript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_purgecss.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pyenv.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pyret.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pyscript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pytest.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_python.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pythowo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pytyped.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_pyup.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_q.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_qbs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_qlikview.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_qml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_qmldir.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_qsharp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_quasar.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_r.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_racket.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rails.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rake.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_raku.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_raml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_razor.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_razzle.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_reactjs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_reactrouter.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_reacttemplate.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_reactts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_reason.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_red.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_registry.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rego.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rehype.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_remark.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_renovate.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_replit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rescript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rest.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_retext.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rexx.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_riot.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ripple.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rmd.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rnc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_robotframework.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_robots.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rolldown.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rollup.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rome.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ron.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rproj.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rspec.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rss.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rubocop.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ruby.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rust.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_s-lang.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_safetensors.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sails.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_saltstack.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_san.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sas.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sass.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sbt.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_scala.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_scilab.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_script.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_scss.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_scss2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sdlang.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_search_result.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_seedkit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sentry.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sequelize.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_serverless.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_shadcn.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_shaderlab.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_shell.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_shellcheck.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_shuttle.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_silverstripe.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sino.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sitemap.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_siyuan.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sketch.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_skipper.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_slang.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_slashup.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_slice.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_slim.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_slint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sln.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sln2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_smarty.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_smithery.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_snakemake.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_snapcraft.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_snaplet.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_snort.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_snyk.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_solidarity.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_solidity.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_source.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_spacengine.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sparql.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_spin.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sqf.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sql.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sqlite.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_squirrel.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sss.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sst.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_stackblitz.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_stan.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_stata.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_stencil.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_storyboard.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_storybook.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_stryker.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_stylable.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_style.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_styled.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_stylelint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_stylus.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_sublime.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_subversion.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_svelte.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_svelteconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_svg.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_svgo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_swagger.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_swc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_swift.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_swig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_symfony.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_syncpack.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_systemd.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_systemverilog.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_t4tt.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tailwind.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tamagui.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_taplo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_taskfile.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tauri.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tcl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_teal.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_templ.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tera.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_terraform.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_test.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_testcafe.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_testjs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_testplane.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_testts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tex.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_text.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_textile.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tfs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tiltfile.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tm.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tmux.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_todo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_toit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_toml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_toon.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tox.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_travis.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tree.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tres.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_truffle.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_trunk.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tscn.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tsconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tsdoc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tsdown.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tslint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tt.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_ttcn.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_tuc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_turbo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_twig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_typedoc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_typescript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_typescript_official.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_typo3.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_uiua.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_unibeautify.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_unison.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_unlicense.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_unocss.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_uv.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vagrant.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vala.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vapi.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vapor.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vash.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vb.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vba.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vbhtml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vbproj.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vcxproj.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_velocity.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vento.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vercel.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_verilog.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vhdl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_video.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_view.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vim.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vite.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vitest.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vlang.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_volt.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vroom.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vscode.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vscode2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vscode3.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vscode_test.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vsix.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vue.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vueconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vvvvvv.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_vyper.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wallaby.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wally.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wasm.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wdio.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_weblate.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_webpack.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wenyan.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wercker.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wgsl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wikitext.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_windi.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wolfram.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_word.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_word2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wpml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wurst.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wxml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wxss.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_wxt.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_xaml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_xcode.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_xfl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_xib.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_xliff.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_xmake.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_xml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_xo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_xorg.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_xquery.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_xsl.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_yacc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_yaml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_yaml_official.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_yamllint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_yandex.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_yang.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_yarn.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_yeoman.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_zeit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_zig.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_zip.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/file_type_zip2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_android.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_android_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_angular.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_angular_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_apache.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_apache_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_api.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_api_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_app.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_app_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_arangodb.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_asset.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_asset_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_astro.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_astro_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_audio.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_audio_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_aurelia.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_aws.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_aws_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_azure.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_azure_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_binary.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_binary_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_bloc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_blueprint.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_bot.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_bot_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_bower.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_bower_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_buildkite.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cake.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cake_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cargo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cargo_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_certificate.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_changesets.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_chef.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_chef_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_circleci.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_claude.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_claude_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cli.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cli_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_client.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_client_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cloudflare.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cloudflare_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cmake.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_common.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_common_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_component.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_component_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_composer.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_composer_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_config.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_config_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_controller.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_controller_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_coverage.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_css.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_css2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_css2_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_css_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cubit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cursor.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cursor_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cypress.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_dapr.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_dart.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_dart_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_datadog.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_db.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_db_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_debian.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_debian_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_dependabot.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_dist.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_dist_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_docker.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_docker_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_docs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_docs_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_e2e.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_electron.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_electron_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_expo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_expo_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_favicon.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_flow.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_flow_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_flutter.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_flutter_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_fonts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_gcp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_git.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_git_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_github.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_github_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_gitlab.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_godot.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_godot_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_gradle.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_graphql.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_grunt.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_gulp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_haxelib.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_helper.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_helper_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_histoire.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_histoire_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_hook.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_hook_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_husky.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_husky_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_idea.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_idea_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_images.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_images_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_include.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_include_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_interfaces.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_ios.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_ios_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_js.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_js_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_json.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_json_official.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_json_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_junie.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_junie_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_kotlin.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_kotlin_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_less.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_less_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_library.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_library_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_cursor.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_cursor_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_electron.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_expo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_node.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_redux.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_sass.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_zed.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_light_zed_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_linux.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_linux_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_locale.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_locale_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_log.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_log_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_macos.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_macos_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mariadb.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_maven.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_maven_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_memcached.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_meteor.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_middleware.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_minecraft.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_minikube.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mjml.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mock.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mock_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_model.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_model_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_module.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_module_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mojo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mongodb.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mypy.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mysql.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_netlify.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_next.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_next_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_nginx.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_nix.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_nix_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_node.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_node_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_notebooks.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_notification.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_notification_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_nuget.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_nuxt.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_package.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_package_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_paket.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_paket_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_php.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_php_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_platformio.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_plugin.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_prisma.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_private.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_private_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_public.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_public_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_pytest.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_python.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_python_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_ravendb.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_redis.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_redis_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_redux.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_redux_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_route.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_route_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_sass.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_sass_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_script.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_script_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_seedkit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_server.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_server_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_services.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_services_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_shared.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_shared_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_snaplet.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_spin.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_spin_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_src.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_src_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_sso.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_sso_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_story.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_story_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_style.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_style_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_supabase.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_svelte.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_tauri.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_temp.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_temp_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_template.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_template_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_test.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_test_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_theme.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_theme_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_tools.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_tools_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_travis.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_travis_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_trunk.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_turbo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_typescript.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_typings.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_typings2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_typings_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vagrant.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vercel.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_video.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_video_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_view.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_view_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vitepress.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vitepress_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vs.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vs2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vs_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vscode.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vscode2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vscode3.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_wasm.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_wasm_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_webpack.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_windows.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_windows_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_windsurf.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_windsurf_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_wit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_wit_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_www.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_www_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_yarn.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_zed.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/extensions/builtin.vscode-icons/icons/folder_type_zed_opened.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/add.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/arrow-down.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/arrow-left.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/arrow-right.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/arrow-up.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/blank.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/book.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/case-sensitive.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/check.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/chevron-down.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/chevron-left.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/chevron-right.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/chevron-up.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/chrome-close.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/chrome-maximize.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/chrome-minimize.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/chrome-restore.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/circle-filled.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/clear-all.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/close.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/cloud.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/collapse-all.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-all.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-alt-2.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-alt-small.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-alt.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-console.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-continue-small.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-continue.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-coverage.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-disconnect.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-line-by-line.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-pause.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-rerun.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-restart-frame.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-restart.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-stackframe.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-start.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-step-back.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-step-into.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-step-out.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-step-over.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug-stop.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/debug.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/discard.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/edit.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/ellipsis.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/error.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/exclude.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/extensions.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/files.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/filter.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/go-to-file.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/icon-close.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/icon-source-control.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/icon-sync.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/icon.png +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/icon.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/info.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/language-icon.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/link-external.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/list-flat.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/list-tree.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/new-file.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/new-folder.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/newline.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/open-preview.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/play.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/preserve-case.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/progress.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/pwa-icon-192.png +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/pwa-icon-512.png +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/record-keys.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/refresh.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/regex.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/remove.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/replace-all.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/replace.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/repo.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/run-all.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/search.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/settings-gear.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/sort-precedence.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/source-control.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/split-horizontal.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/squiggly-error.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/squiggly-warning.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-array.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-boolean.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-class.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-color.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-constant.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-enum-member.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-enum.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-event.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-field.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-file.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-interface.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-key.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-keyword.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-method.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-misc.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-namespace.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-numeric.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-operator.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-parameter.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-property.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-ruler.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-snippet.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-string.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-structure.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/symbol-variable.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/tag.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/terminal-bash.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/terminal.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/theme-icon.png +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/trash.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/triangle-down.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/triangle-left.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/triangle-right.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/triangle-up.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/warning.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/whole-word.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/zoom-in.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/icons/zoom-out.svg +0 -0
- /package/static/{5d2328a → 6e21d18}/js/babel-parser.js +0 -0
- /package/static/{5d2328a → 6e21d18}/js/ky.js +0 -0
- /package/static/{5d2328a → 6e21d18}/js/lvce-editor-import-script.js +0 -0
- /package/static/{5d2328a → 6e21d18}/js/lvce-editor-ipc.js +0 -0
- /package/static/{5d2328a → 6e21d18}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{5d2328a → 6e21d18}/js/lvce-editor-rpc.js +0 -0
- /package/static/{5d2328a → 6e21d18}/js/lvce-editor-verror.js +0 -0
- /package/static/{5d2328a → 6e21d18}/js/p-min-delay.js +0 -0
- /package/static/{5d2328a → 6e21d18}/js/pretty-bytes.js +0 -0
- /package/static/{5d2328a → 6e21d18}/js/preview-injected.js +0 -0
- /package/static/{5d2328a → 6e21d18}/js/yoctodelay.js +0 -0
- /package/static/{5d2328a → 6e21d18}/lib-css/termterm.css +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/extension-management-worker/dist/extensionManagementWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/hover-worker/dist/hoverWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/icon-theme-worker/dist/iconThemeWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/language-models-view/dist/languageModelsViewMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/main-area-worker/dist/mainAreaWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/menu-worker/dist/menuWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/opener-worker/dist/openerWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/output-view/dist/outputViewWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/preload/dist/index.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/preview-sandbox-worker/dist/previewSandBoxWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/problems-view/dist/problemsViewWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/renderer-process/LICENSE +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/renderer-process/README.md +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/settings-view/dist/settingsViewWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/source-action-worker/dist/sourceActionWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/status-bar-worker/dist/statusBarWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/text-measurement-worker/dist/textMeasurementWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/packages/update-worker/dist/updateWorkerMain.js +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.cpp +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.css +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.csv +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.dart +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.env +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.ex +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.html +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.java +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.jl +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.js +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.json +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.kt +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.pl +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.py +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/index.ts +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/scrolling.txt +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/languages/tsconfig.json +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/sample-folder/a.txt +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/sample-folder/b.txt +0 -0
- /package/static/{5d2328a → 6e21d18}/playground/sample-folder/c.txt +0 -0
|
@@ -0,0 +1,3053 @@
|
|
|
1
|
+
const normalizeLine = line => {
|
|
2
|
+
if (line.startsWith('Error: ')) {
|
|
3
|
+
return line.slice('Error: '.length);
|
|
4
|
+
}
|
|
5
|
+
if (line.startsWith('VError: ')) {
|
|
6
|
+
return line.slice('VError: '.length);
|
|
7
|
+
}
|
|
8
|
+
return line;
|
|
9
|
+
};
|
|
10
|
+
const getCombinedMessage = (error, message) => {
|
|
11
|
+
const stringifiedError = normalizeLine(`${error}`);
|
|
12
|
+
if (message) {
|
|
13
|
+
return `${message}: ${stringifiedError}`;
|
|
14
|
+
}
|
|
15
|
+
return stringifiedError;
|
|
16
|
+
};
|
|
17
|
+
const NewLine$2 = '\n';
|
|
18
|
+
const getNewLineIndex$1 = (string, startIndex = undefined) => {
|
|
19
|
+
return string.indexOf(NewLine$2, startIndex);
|
|
20
|
+
};
|
|
21
|
+
const mergeStacks = (parent, child) => {
|
|
22
|
+
if (!child) {
|
|
23
|
+
return parent;
|
|
24
|
+
}
|
|
25
|
+
const parentNewLineIndex = getNewLineIndex$1(parent);
|
|
26
|
+
const childNewLineIndex = getNewLineIndex$1(child);
|
|
27
|
+
if (childNewLineIndex === -1) {
|
|
28
|
+
return parent;
|
|
29
|
+
}
|
|
30
|
+
const parentFirstLine = parent.slice(0, parentNewLineIndex);
|
|
31
|
+
const childRest = child.slice(childNewLineIndex);
|
|
32
|
+
const childFirstLine = normalizeLine(child.slice(0, childNewLineIndex));
|
|
33
|
+
if (parentFirstLine.includes(childFirstLine)) {
|
|
34
|
+
return parentFirstLine + childRest;
|
|
35
|
+
}
|
|
36
|
+
return child;
|
|
37
|
+
};
|
|
38
|
+
class VError extends Error {
|
|
39
|
+
constructor(error, message) {
|
|
40
|
+
const combinedMessage = getCombinedMessage(error, message);
|
|
41
|
+
super(combinedMessage);
|
|
42
|
+
this.name = 'VError';
|
|
43
|
+
if (error instanceof Error) {
|
|
44
|
+
this.stack = mergeStacks(this.stack, error.stack);
|
|
45
|
+
}
|
|
46
|
+
if (error.codeFrame) {
|
|
47
|
+
// @ts-ignore
|
|
48
|
+
this.codeFrame = error.codeFrame;
|
|
49
|
+
}
|
|
50
|
+
if (error.code) {
|
|
51
|
+
// @ts-ignore
|
|
52
|
+
this.code = error.code;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
class AssertionError extends Error {
|
|
58
|
+
constructor(message) {
|
|
59
|
+
super(message);
|
|
60
|
+
this.name = 'AssertionError';
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
const Object$1 = 1;
|
|
64
|
+
const Number$1 = 2;
|
|
65
|
+
const Array$1 = 3;
|
|
66
|
+
const String = 4;
|
|
67
|
+
const Boolean$1 = 5;
|
|
68
|
+
const Function = 6;
|
|
69
|
+
const Null = 7;
|
|
70
|
+
const Unknown = 8;
|
|
71
|
+
const getType = value => {
|
|
72
|
+
switch (typeof value) {
|
|
73
|
+
case 'number':
|
|
74
|
+
return Number$1;
|
|
75
|
+
case 'function':
|
|
76
|
+
return Function;
|
|
77
|
+
case 'string':
|
|
78
|
+
return String;
|
|
79
|
+
case 'object':
|
|
80
|
+
if (value === null) {
|
|
81
|
+
return Null;
|
|
82
|
+
}
|
|
83
|
+
if (Array.isArray(value)) {
|
|
84
|
+
return Array$1;
|
|
85
|
+
}
|
|
86
|
+
return Object$1;
|
|
87
|
+
case 'boolean':
|
|
88
|
+
return Boolean$1;
|
|
89
|
+
default:
|
|
90
|
+
return Unknown;
|
|
91
|
+
}
|
|
92
|
+
};
|
|
93
|
+
const array = value => {
|
|
94
|
+
const type = getType(value);
|
|
95
|
+
if (type !== Array$1) {
|
|
96
|
+
throw new AssertionError('expected value to be of type array');
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
const string = value => {
|
|
100
|
+
const type = getType(value);
|
|
101
|
+
if (type !== String) {
|
|
102
|
+
throw new AssertionError('expected value to be of type string');
|
|
103
|
+
}
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
const isMessagePort = value => {
|
|
107
|
+
return value && value instanceof MessagePort;
|
|
108
|
+
};
|
|
109
|
+
const isMessagePortMain = value => {
|
|
110
|
+
return value && value.constructor && value.constructor.name === 'MessagePortMain';
|
|
111
|
+
};
|
|
112
|
+
const isOffscreenCanvas = value => {
|
|
113
|
+
return typeof OffscreenCanvas !== 'undefined' && value instanceof OffscreenCanvas;
|
|
114
|
+
};
|
|
115
|
+
const isInstanceOf = (value, constructorName) => {
|
|
116
|
+
return value?.constructor?.name === constructorName;
|
|
117
|
+
};
|
|
118
|
+
const isSocket = value => {
|
|
119
|
+
return isInstanceOf(value, 'Socket');
|
|
120
|
+
};
|
|
121
|
+
const transferrables = [isMessagePort, isMessagePortMain, isOffscreenCanvas, isSocket];
|
|
122
|
+
const isTransferrable = value => {
|
|
123
|
+
for (const fn of transferrables) {
|
|
124
|
+
if (fn(value)) {
|
|
125
|
+
return true;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
return false;
|
|
129
|
+
};
|
|
130
|
+
const walkValue = (value, transferrables, isTransferrable) => {
|
|
131
|
+
if (!value) {
|
|
132
|
+
return;
|
|
133
|
+
}
|
|
134
|
+
if (isTransferrable(value)) {
|
|
135
|
+
transferrables.push(value);
|
|
136
|
+
return;
|
|
137
|
+
}
|
|
138
|
+
if (Array.isArray(value)) {
|
|
139
|
+
for (const item of value) {
|
|
140
|
+
walkValue(item, transferrables, isTransferrable);
|
|
141
|
+
}
|
|
142
|
+
return;
|
|
143
|
+
}
|
|
144
|
+
if (typeof value === 'object') {
|
|
145
|
+
for (const property of Object.values(value)) {
|
|
146
|
+
walkValue(property, transferrables, isTransferrable);
|
|
147
|
+
}
|
|
148
|
+
return;
|
|
149
|
+
}
|
|
150
|
+
};
|
|
151
|
+
const getTransferrables = value => {
|
|
152
|
+
const transferrables = [];
|
|
153
|
+
walkValue(value, transferrables, isTransferrable);
|
|
154
|
+
return transferrables;
|
|
155
|
+
};
|
|
156
|
+
const attachEvents = that => {
|
|
157
|
+
const handleMessage = (...args) => {
|
|
158
|
+
const data = that.getData(...args);
|
|
159
|
+
that.dispatchEvent(new MessageEvent('message', {
|
|
160
|
+
data
|
|
161
|
+
}));
|
|
162
|
+
};
|
|
163
|
+
that.onMessage(handleMessage);
|
|
164
|
+
const handleClose = event => {
|
|
165
|
+
that.dispatchEvent(new Event('close'));
|
|
166
|
+
};
|
|
167
|
+
that.onClose(handleClose);
|
|
168
|
+
};
|
|
169
|
+
class Ipc extends EventTarget {
|
|
170
|
+
constructor(rawIpc) {
|
|
171
|
+
super();
|
|
172
|
+
this._rawIpc = rawIpc;
|
|
173
|
+
attachEvents(this);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
const E_INCOMPATIBLE_NATIVE_MODULE = 'E_INCOMPATIBLE_NATIVE_MODULE';
|
|
177
|
+
const E_MODULES_NOT_SUPPORTED_IN_ELECTRON = 'E_MODULES_NOT_SUPPORTED_IN_ELECTRON';
|
|
178
|
+
const ERR_MODULE_NOT_FOUND = 'ERR_MODULE_NOT_FOUND';
|
|
179
|
+
const NewLine$1 = '\n';
|
|
180
|
+
const joinLines$1 = lines => {
|
|
181
|
+
return lines.join(NewLine$1);
|
|
182
|
+
};
|
|
183
|
+
const RE_AT = /^\s+at/;
|
|
184
|
+
const RE_AT_PROMISE_INDEX = /^\s*at async Promise.all \(index \d+\)$/;
|
|
185
|
+
const isNormalStackLine = line => {
|
|
186
|
+
return RE_AT.test(line) && !RE_AT_PROMISE_INDEX.test(line);
|
|
187
|
+
};
|
|
188
|
+
const getDetails = lines => {
|
|
189
|
+
const index = lines.findIndex(isNormalStackLine);
|
|
190
|
+
if (index === -1) {
|
|
191
|
+
return {
|
|
192
|
+
actualMessage: joinLines$1(lines),
|
|
193
|
+
rest: []
|
|
194
|
+
};
|
|
195
|
+
}
|
|
196
|
+
let lastIndex = index - 1;
|
|
197
|
+
while (++lastIndex < lines.length) {
|
|
198
|
+
if (!isNormalStackLine(lines[lastIndex])) {
|
|
199
|
+
break;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
return {
|
|
203
|
+
actualMessage: lines[index - 1],
|
|
204
|
+
rest: lines.slice(index, lastIndex)
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
const splitLines$1 = lines => {
|
|
208
|
+
return lines.split(NewLine$1);
|
|
209
|
+
};
|
|
210
|
+
const RE_MESSAGE_CODE_BLOCK_START = /^Error: The module '.*'$/;
|
|
211
|
+
const RE_MESSAGE_CODE_BLOCK_END = /^\s* at/;
|
|
212
|
+
const isMessageCodeBlockStartIndex = line => {
|
|
213
|
+
return RE_MESSAGE_CODE_BLOCK_START.test(line);
|
|
214
|
+
};
|
|
215
|
+
const isMessageCodeBlockEndIndex = line => {
|
|
216
|
+
return RE_MESSAGE_CODE_BLOCK_END.test(line);
|
|
217
|
+
};
|
|
218
|
+
const getMessageCodeBlock = stderr => {
|
|
219
|
+
const lines = splitLines$1(stderr);
|
|
220
|
+
const startIndex = lines.findIndex(isMessageCodeBlockStartIndex);
|
|
221
|
+
const endIndex = startIndex + lines.slice(startIndex).findIndex(isMessageCodeBlockEndIndex, startIndex);
|
|
222
|
+
const relevantLines = lines.slice(startIndex, endIndex);
|
|
223
|
+
const relevantMessage = relevantLines.join(' ').slice('Error: '.length);
|
|
224
|
+
return relevantMessage;
|
|
225
|
+
};
|
|
226
|
+
const isModuleNotFoundMessage = line => {
|
|
227
|
+
return line.includes('[ERR_MODULE_NOT_FOUND]');
|
|
228
|
+
};
|
|
229
|
+
const getModuleNotFoundError = stderr => {
|
|
230
|
+
const lines = splitLines$1(stderr);
|
|
231
|
+
const messageIndex = lines.findIndex(isModuleNotFoundMessage);
|
|
232
|
+
const message = lines[messageIndex];
|
|
233
|
+
return {
|
|
234
|
+
code: ERR_MODULE_NOT_FOUND,
|
|
235
|
+
message
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
const isModuleNotFoundError = stderr => {
|
|
239
|
+
if (!stderr) {
|
|
240
|
+
return false;
|
|
241
|
+
}
|
|
242
|
+
return stderr.includes('ERR_MODULE_NOT_FOUND');
|
|
243
|
+
};
|
|
244
|
+
const isModulesSyntaxError = stderr => {
|
|
245
|
+
if (!stderr) {
|
|
246
|
+
return false;
|
|
247
|
+
}
|
|
248
|
+
return stderr.includes('SyntaxError: Cannot use import statement outside a module');
|
|
249
|
+
};
|
|
250
|
+
const RE_NATIVE_MODULE_ERROR = /^innerError Error: Cannot find module '.*.node'/;
|
|
251
|
+
const RE_NATIVE_MODULE_ERROR_2 = /was compiled against a different Node.js version/;
|
|
252
|
+
const isUnhelpfulNativeModuleError = stderr => {
|
|
253
|
+
return RE_NATIVE_MODULE_ERROR.test(stderr) && RE_NATIVE_MODULE_ERROR_2.test(stderr);
|
|
254
|
+
};
|
|
255
|
+
const getNativeModuleErrorMessage = stderr => {
|
|
256
|
+
const message = getMessageCodeBlock(stderr);
|
|
257
|
+
return {
|
|
258
|
+
code: E_INCOMPATIBLE_NATIVE_MODULE,
|
|
259
|
+
message: `Incompatible native node module: ${message}`
|
|
260
|
+
};
|
|
261
|
+
};
|
|
262
|
+
const getModuleSyntaxError = () => {
|
|
263
|
+
return {
|
|
264
|
+
code: E_MODULES_NOT_SUPPORTED_IN_ELECTRON,
|
|
265
|
+
message: `ES Modules are not supported in electron`
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
const getHelpfulChildProcessError = (stdout, stderr) => {
|
|
269
|
+
if (isUnhelpfulNativeModuleError(stderr)) {
|
|
270
|
+
return getNativeModuleErrorMessage(stderr);
|
|
271
|
+
}
|
|
272
|
+
if (isModulesSyntaxError(stderr)) {
|
|
273
|
+
return getModuleSyntaxError();
|
|
274
|
+
}
|
|
275
|
+
if (isModuleNotFoundError(stderr)) {
|
|
276
|
+
return getModuleNotFoundError(stderr);
|
|
277
|
+
}
|
|
278
|
+
const lines = splitLines$1(stderr);
|
|
279
|
+
const {
|
|
280
|
+
actualMessage,
|
|
281
|
+
rest
|
|
282
|
+
} = getDetails(lines);
|
|
283
|
+
return {
|
|
284
|
+
code: '',
|
|
285
|
+
message: actualMessage,
|
|
286
|
+
stack: rest
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
class IpcError extends VError {
|
|
290
|
+
// @ts-ignore
|
|
291
|
+
constructor(betterMessage, stdout = '', stderr = '') {
|
|
292
|
+
if (stdout || stderr) {
|
|
293
|
+
// @ts-ignore
|
|
294
|
+
const {
|
|
295
|
+
code,
|
|
296
|
+
message,
|
|
297
|
+
stack
|
|
298
|
+
} = getHelpfulChildProcessError(stdout, stderr);
|
|
299
|
+
const cause = new Error(message);
|
|
300
|
+
// @ts-ignore
|
|
301
|
+
cause.code = code;
|
|
302
|
+
cause.stack = stack;
|
|
303
|
+
super(cause, betterMessage);
|
|
304
|
+
} else {
|
|
305
|
+
super(betterMessage);
|
|
306
|
+
}
|
|
307
|
+
// @ts-ignore
|
|
308
|
+
this.name = 'IpcError';
|
|
309
|
+
// @ts-ignore
|
|
310
|
+
this.stdout = stdout;
|
|
311
|
+
// @ts-ignore
|
|
312
|
+
this.stderr = stderr;
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
const readyMessage = 'ready';
|
|
316
|
+
const getData$2 = event => {
|
|
317
|
+
return event.data;
|
|
318
|
+
};
|
|
319
|
+
const listen$7 = () => {
|
|
320
|
+
// @ts-ignore
|
|
321
|
+
if (typeof WorkerGlobalScope === 'undefined') {
|
|
322
|
+
throw new TypeError('module is not in web worker scope');
|
|
323
|
+
}
|
|
324
|
+
return globalThis;
|
|
325
|
+
};
|
|
326
|
+
const signal$8 = global => {
|
|
327
|
+
global.postMessage(readyMessage);
|
|
328
|
+
};
|
|
329
|
+
class IpcChildWithModuleWorker extends Ipc {
|
|
330
|
+
getData(event) {
|
|
331
|
+
return getData$2(event);
|
|
332
|
+
}
|
|
333
|
+
send(message) {
|
|
334
|
+
// @ts-ignore
|
|
335
|
+
this._rawIpc.postMessage(message);
|
|
336
|
+
}
|
|
337
|
+
sendAndTransfer(message) {
|
|
338
|
+
const transfer = getTransferrables(message);
|
|
339
|
+
// @ts-ignore
|
|
340
|
+
this._rawIpc.postMessage(message, transfer);
|
|
341
|
+
}
|
|
342
|
+
dispose() {
|
|
343
|
+
// ignore
|
|
344
|
+
}
|
|
345
|
+
onClose(callback) {
|
|
346
|
+
// ignore
|
|
347
|
+
}
|
|
348
|
+
onMessage(callback) {
|
|
349
|
+
this._rawIpc.addEventListener('message', callback);
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
const wrap$f = global => {
|
|
353
|
+
return new IpcChildWithModuleWorker(global);
|
|
354
|
+
};
|
|
355
|
+
const waitForFirstMessage = async port => {
|
|
356
|
+
const {
|
|
357
|
+
promise,
|
|
358
|
+
resolve
|
|
359
|
+
} = Promise.withResolvers();
|
|
360
|
+
port.addEventListener('message', resolve, {
|
|
361
|
+
once: true
|
|
362
|
+
});
|
|
363
|
+
const event = await promise;
|
|
364
|
+
// @ts-ignore
|
|
365
|
+
return event.data;
|
|
366
|
+
};
|
|
367
|
+
const listen$6 = async () => {
|
|
368
|
+
const parentIpcRaw = listen$7();
|
|
369
|
+
signal$8(parentIpcRaw);
|
|
370
|
+
const parentIpc = wrap$f(parentIpcRaw);
|
|
371
|
+
const firstMessage = await waitForFirstMessage(parentIpc);
|
|
372
|
+
if (firstMessage.method !== 'initialize') {
|
|
373
|
+
throw new IpcError('unexpected first message');
|
|
374
|
+
}
|
|
375
|
+
const type = firstMessage.params[0];
|
|
376
|
+
if (type === 'message-port') {
|
|
377
|
+
parentIpc.send({
|
|
378
|
+
id: firstMessage.id,
|
|
379
|
+
jsonrpc: '2.0',
|
|
380
|
+
result: null
|
|
381
|
+
});
|
|
382
|
+
parentIpc.dispose();
|
|
383
|
+
const port = firstMessage.params[1];
|
|
384
|
+
return port;
|
|
385
|
+
}
|
|
386
|
+
return globalThis;
|
|
387
|
+
};
|
|
388
|
+
class IpcChildWithModuleWorkerAndMessagePort extends Ipc {
|
|
389
|
+
getData(event) {
|
|
390
|
+
return getData$2(event);
|
|
391
|
+
}
|
|
392
|
+
send(message) {
|
|
393
|
+
this._rawIpc.postMessage(message);
|
|
394
|
+
}
|
|
395
|
+
sendAndTransfer(message) {
|
|
396
|
+
const transfer = getTransferrables(message);
|
|
397
|
+
this._rawIpc.postMessage(message, transfer);
|
|
398
|
+
}
|
|
399
|
+
dispose() {
|
|
400
|
+
if (this._rawIpc.close) {
|
|
401
|
+
this._rawIpc.close();
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
onClose(callback) {
|
|
405
|
+
// ignore
|
|
406
|
+
}
|
|
407
|
+
onMessage(callback) {
|
|
408
|
+
this._rawIpc.addEventListener('message', callback);
|
|
409
|
+
this._rawIpc.start();
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
const wrap$e = port => {
|
|
413
|
+
return new IpcChildWithModuleWorkerAndMessagePort(port);
|
|
414
|
+
};
|
|
415
|
+
const IpcChildWithModuleWorkerAndMessagePort$1 = {
|
|
416
|
+
__proto__: null,
|
|
417
|
+
listen: listen$6,
|
|
418
|
+
wrap: wrap$e
|
|
419
|
+
};
|
|
420
|
+
const addListener = (emitter, type, callback) => {
|
|
421
|
+
if ('addEventListener' in emitter) {
|
|
422
|
+
emitter.addEventListener(type, callback);
|
|
423
|
+
} else {
|
|
424
|
+
emitter.on(type, callback);
|
|
425
|
+
}
|
|
426
|
+
};
|
|
427
|
+
const removeListener = (emitter, type, callback) => {
|
|
428
|
+
if ('removeEventListener' in emitter) {
|
|
429
|
+
emitter.removeEventListener(type, callback);
|
|
430
|
+
} else {
|
|
431
|
+
emitter.off(type, callback);
|
|
432
|
+
}
|
|
433
|
+
};
|
|
434
|
+
const getFirstEvent = (eventEmitter, eventMap) => {
|
|
435
|
+
const {
|
|
436
|
+
promise,
|
|
437
|
+
resolve
|
|
438
|
+
} = Promise.withResolvers();
|
|
439
|
+
const listenerMap = Object.create(null);
|
|
440
|
+
const cleanup = value => {
|
|
441
|
+
for (const event of Object.keys(eventMap)) {
|
|
442
|
+
removeListener(eventEmitter, event, listenerMap[event]);
|
|
443
|
+
}
|
|
444
|
+
resolve(value);
|
|
445
|
+
};
|
|
446
|
+
for (const [event, type] of Object.entries(eventMap)) {
|
|
447
|
+
const listener = event => {
|
|
448
|
+
cleanup({
|
|
449
|
+
event,
|
|
450
|
+
type
|
|
451
|
+
});
|
|
452
|
+
};
|
|
453
|
+
addListener(eventEmitter, event, listener);
|
|
454
|
+
listenerMap[event] = listener;
|
|
455
|
+
}
|
|
456
|
+
return promise;
|
|
457
|
+
};
|
|
458
|
+
const Message$1 = 3;
|
|
459
|
+
const create$5$1 = async ({
|
|
460
|
+
isMessagePortOpen,
|
|
461
|
+
messagePort
|
|
462
|
+
}) => {
|
|
463
|
+
if (!isMessagePort(messagePort)) {
|
|
464
|
+
throw new IpcError('port must be of type MessagePort');
|
|
465
|
+
}
|
|
466
|
+
if (isMessagePortOpen) {
|
|
467
|
+
return messagePort;
|
|
468
|
+
}
|
|
469
|
+
const eventPromise = getFirstEvent(messagePort, {
|
|
470
|
+
message: Message$1
|
|
471
|
+
});
|
|
472
|
+
messagePort.start();
|
|
473
|
+
const {
|
|
474
|
+
event,
|
|
475
|
+
type
|
|
476
|
+
} = await eventPromise;
|
|
477
|
+
if (type !== Message$1) {
|
|
478
|
+
throw new IpcError('Failed to wait for ipc message');
|
|
479
|
+
}
|
|
480
|
+
if (event.data !== readyMessage) {
|
|
481
|
+
throw new IpcError('unexpected first message');
|
|
482
|
+
}
|
|
483
|
+
return messagePort;
|
|
484
|
+
};
|
|
485
|
+
const signal$1 = messagePort => {
|
|
486
|
+
messagePort.start();
|
|
487
|
+
};
|
|
488
|
+
class IpcParentWithMessagePort extends Ipc {
|
|
489
|
+
getData = getData$2;
|
|
490
|
+
send(message) {
|
|
491
|
+
this._rawIpc.postMessage(message);
|
|
492
|
+
}
|
|
493
|
+
sendAndTransfer(message) {
|
|
494
|
+
const transfer = getTransferrables(message);
|
|
495
|
+
this._rawIpc.postMessage(message, transfer);
|
|
496
|
+
}
|
|
497
|
+
dispose() {
|
|
498
|
+
this._rawIpc.close();
|
|
499
|
+
}
|
|
500
|
+
onMessage(callback) {
|
|
501
|
+
this._rawIpc.addEventListener('message', callback);
|
|
502
|
+
}
|
|
503
|
+
onClose(callback) {}
|
|
504
|
+
}
|
|
505
|
+
const wrap$5 = messagePort => {
|
|
506
|
+
return new IpcParentWithMessagePort(messagePort);
|
|
507
|
+
};
|
|
508
|
+
const IpcParentWithMessagePort$1 = {
|
|
509
|
+
__proto__: null,
|
|
510
|
+
create: create$5$1,
|
|
511
|
+
signal: signal$1,
|
|
512
|
+
wrap: wrap$5
|
|
513
|
+
};
|
|
514
|
+
|
|
515
|
+
class CommandNotFoundError extends Error {
|
|
516
|
+
constructor(command) {
|
|
517
|
+
super(`Command not found ${command}`);
|
|
518
|
+
this.name = 'CommandNotFoundError';
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
const commands = Object.create(null);
|
|
522
|
+
const register = commandMap => {
|
|
523
|
+
Object.assign(commands, commandMap);
|
|
524
|
+
};
|
|
525
|
+
const getCommand = key => {
|
|
526
|
+
return commands[key];
|
|
527
|
+
};
|
|
528
|
+
const execute = (command, ...args) => {
|
|
529
|
+
const fn = getCommand(command);
|
|
530
|
+
if (!fn) {
|
|
531
|
+
throw new CommandNotFoundError(command);
|
|
532
|
+
}
|
|
533
|
+
return fn(...args);
|
|
534
|
+
};
|
|
535
|
+
|
|
536
|
+
const Two$1 = '2.0';
|
|
537
|
+
const callbacks = Object.create(null);
|
|
538
|
+
const get$2 = id => {
|
|
539
|
+
return callbacks[id];
|
|
540
|
+
};
|
|
541
|
+
const remove$1 = id => {
|
|
542
|
+
delete callbacks[id];
|
|
543
|
+
};
|
|
544
|
+
class JsonRpcError extends Error {
|
|
545
|
+
constructor(message) {
|
|
546
|
+
super(message);
|
|
547
|
+
this.name = 'JsonRpcError';
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
const NewLine = '\n';
|
|
551
|
+
const DomException = 'DOMException';
|
|
552
|
+
const ReferenceError$1 = 'ReferenceError';
|
|
553
|
+
const SyntaxError$1 = 'SyntaxError';
|
|
554
|
+
const TypeError$1 = 'TypeError';
|
|
555
|
+
const getErrorConstructor = (message, type) => {
|
|
556
|
+
if (type) {
|
|
557
|
+
switch (type) {
|
|
558
|
+
case DomException:
|
|
559
|
+
return DOMException;
|
|
560
|
+
case TypeError$1:
|
|
561
|
+
return TypeError;
|
|
562
|
+
case SyntaxError$1:
|
|
563
|
+
return SyntaxError;
|
|
564
|
+
case ReferenceError$1:
|
|
565
|
+
return ReferenceError;
|
|
566
|
+
default:
|
|
567
|
+
return Error;
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
if (message.startsWith('TypeError: ')) {
|
|
571
|
+
return TypeError;
|
|
572
|
+
}
|
|
573
|
+
if (message.startsWith('SyntaxError: ')) {
|
|
574
|
+
return SyntaxError;
|
|
575
|
+
}
|
|
576
|
+
if (message.startsWith('ReferenceError: ')) {
|
|
577
|
+
return ReferenceError;
|
|
578
|
+
}
|
|
579
|
+
return Error;
|
|
580
|
+
};
|
|
581
|
+
const constructError = (message, type, name) => {
|
|
582
|
+
const ErrorConstructor = getErrorConstructor(message, type);
|
|
583
|
+
if (ErrorConstructor === DOMException && name) {
|
|
584
|
+
return new ErrorConstructor(message, name);
|
|
585
|
+
}
|
|
586
|
+
if (ErrorConstructor === Error) {
|
|
587
|
+
const error = new Error(message);
|
|
588
|
+
if (name && name !== 'VError') {
|
|
589
|
+
error.name = name;
|
|
590
|
+
}
|
|
591
|
+
return error;
|
|
592
|
+
}
|
|
593
|
+
return new ErrorConstructor(message);
|
|
594
|
+
};
|
|
595
|
+
const joinLines = lines => {
|
|
596
|
+
return lines.join(NewLine);
|
|
597
|
+
};
|
|
598
|
+
const splitLines = lines => {
|
|
599
|
+
return lines.split(NewLine);
|
|
600
|
+
};
|
|
601
|
+
const getCurrentStack = () => {
|
|
602
|
+
const stackLinesToSkip = 3;
|
|
603
|
+
const currentStack = joinLines(splitLines(new Error().stack || '').slice(stackLinesToSkip));
|
|
604
|
+
return currentStack;
|
|
605
|
+
};
|
|
606
|
+
const getNewLineIndex = (string, startIndex = undefined) => {
|
|
607
|
+
return string.indexOf(NewLine, startIndex);
|
|
608
|
+
};
|
|
609
|
+
const getParentStack = error => {
|
|
610
|
+
let parentStack = error.stack || error.data || error.message || '';
|
|
611
|
+
if (parentStack.startsWith(' at')) {
|
|
612
|
+
parentStack = error.message + NewLine + parentStack;
|
|
613
|
+
}
|
|
614
|
+
return parentStack;
|
|
615
|
+
};
|
|
616
|
+
const MethodNotFound = -32601;
|
|
617
|
+
const Custom = -32001;
|
|
618
|
+
const restoreJsonRpcError = error => {
|
|
619
|
+
const currentStack = getCurrentStack();
|
|
620
|
+
if (error && error instanceof Error) {
|
|
621
|
+
if (typeof error.stack === 'string') {
|
|
622
|
+
error.stack = error.stack + NewLine + currentStack;
|
|
623
|
+
}
|
|
624
|
+
return error;
|
|
625
|
+
}
|
|
626
|
+
if (error && error.code && error.code === MethodNotFound) {
|
|
627
|
+
const restoredError = new JsonRpcError(error.message);
|
|
628
|
+
const parentStack = getParentStack(error);
|
|
629
|
+
restoredError.stack = parentStack + NewLine + currentStack;
|
|
630
|
+
return restoredError;
|
|
631
|
+
}
|
|
632
|
+
if (error && error.message) {
|
|
633
|
+
const restoredError = constructError(error.message, error.type, error.name);
|
|
634
|
+
if (error.data) {
|
|
635
|
+
if (error.data.stack && error.data.type && error.message) {
|
|
636
|
+
restoredError.stack = error.data.type + ': ' + error.message + NewLine + error.data.stack + NewLine + currentStack;
|
|
637
|
+
} else if (error.data.stack) {
|
|
638
|
+
restoredError.stack = error.data.stack;
|
|
639
|
+
}
|
|
640
|
+
if (error.data.codeFrame) {
|
|
641
|
+
// @ts-ignore
|
|
642
|
+
restoredError.codeFrame = error.data.codeFrame;
|
|
643
|
+
}
|
|
644
|
+
if (error.data.code) {
|
|
645
|
+
// @ts-ignore
|
|
646
|
+
restoredError.code = error.data.code;
|
|
647
|
+
}
|
|
648
|
+
if (error.data.type) {
|
|
649
|
+
// @ts-ignore
|
|
650
|
+
restoredError.name = error.data.type;
|
|
651
|
+
}
|
|
652
|
+
} else {
|
|
653
|
+
if (error.stack) {
|
|
654
|
+
const lowerStack = restoredError.stack || '';
|
|
655
|
+
// @ts-ignore
|
|
656
|
+
const indexNewLine = getNewLineIndex(lowerStack);
|
|
657
|
+
const parentStack = getParentStack(error);
|
|
658
|
+
// @ts-ignore
|
|
659
|
+
restoredError.stack = parentStack + lowerStack.slice(indexNewLine);
|
|
660
|
+
}
|
|
661
|
+
if (error.codeFrame) {
|
|
662
|
+
// @ts-ignore
|
|
663
|
+
restoredError.codeFrame = error.codeFrame;
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
return restoredError;
|
|
667
|
+
}
|
|
668
|
+
if (typeof error === 'string') {
|
|
669
|
+
return new Error(`JsonRpc Error: ${error}`);
|
|
670
|
+
}
|
|
671
|
+
return new Error(`JsonRpc Error: ${error}`);
|
|
672
|
+
};
|
|
673
|
+
const unwrapJsonRpcResult = responseMessage => {
|
|
674
|
+
if ('error' in responseMessage) {
|
|
675
|
+
const restoredError = restoreJsonRpcError(responseMessage.error);
|
|
676
|
+
throw restoredError;
|
|
677
|
+
}
|
|
678
|
+
if ('result' in responseMessage) {
|
|
679
|
+
return responseMessage.result;
|
|
680
|
+
}
|
|
681
|
+
throw new JsonRpcError('unexpected response message');
|
|
682
|
+
};
|
|
683
|
+
const warn = (...args) => {
|
|
684
|
+
console.warn(...args);
|
|
685
|
+
};
|
|
686
|
+
const resolve = (id, response) => {
|
|
687
|
+
const fn = get$2(id);
|
|
688
|
+
if (!fn) {
|
|
689
|
+
console.log(response);
|
|
690
|
+
warn(`callback ${id} may already be disposed`);
|
|
691
|
+
return;
|
|
692
|
+
}
|
|
693
|
+
fn(response);
|
|
694
|
+
remove$1(id);
|
|
695
|
+
};
|
|
696
|
+
const E_COMMAND_NOT_FOUND = 'E_COMMAND_NOT_FOUND';
|
|
697
|
+
const getErrorType = prettyError => {
|
|
698
|
+
if (prettyError && prettyError.type) {
|
|
699
|
+
return prettyError.type;
|
|
700
|
+
}
|
|
701
|
+
if (prettyError && prettyError.constructor && prettyError.constructor.name) {
|
|
702
|
+
return prettyError.constructor.name;
|
|
703
|
+
}
|
|
704
|
+
return undefined;
|
|
705
|
+
};
|
|
706
|
+
const isAlreadyStack = line => {
|
|
707
|
+
return line.trim().startsWith('at ');
|
|
708
|
+
};
|
|
709
|
+
const getStack = prettyError => {
|
|
710
|
+
const stackString = prettyError.stack || '';
|
|
711
|
+
const newLineIndex = stackString.indexOf('\n');
|
|
712
|
+
if (newLineIndex !== -1 && !isAlreadyStack(stackString.slice(0, newLineIndex))) {
|
|
713
|
+
return stackString.slice(newLineIndex + 1);
|
|
714
|
+
}
|
|
715
|
+
return stackString;
|
|
716
|
+
};
|
|
717
|
+
const getErrorProperty = (error, prettyError) => {
|
|
718
|
+
if (error && error.code === E_COMMAND_NOT_FOUND) {
|
|
719
|
+
return {
|
|
720
|
+
code: MethodNotFound,
|
|
721
|
+
message: error.message,
|
|
722
|
+
data: error.stack
|
|
723
|
+
};
|
|
724
|
+
}
|
|
725
|
+
return {
|
|
726
|
+
code: Custom,
|
|
727
|
+
message: prettyError.message,
|
|
728
|
+
data: {
|
|
729
|
+
stack: getStack(prettyError),
|
|
730
|
+
codeFrame: prettyError.codeFrame,
|
|
731
|
+
type: getErrorType(prettyError),
|
|
732
|
+
code: prettyError.code,
|
|
733
|
+
name: prettyError.name
|
|
734
|
+
}
|
|
735
|
+
};
|
|
736
|
+
};
|
|
737
|
+
const create$1$1 = (id, error) => {
|
|
738
|
+
return {
|
|
739
|
+
jsonrpc: Two$1,
|
|
740
|
+
id,
|
|
741
|
+
error
|
|
742
|
+
};
|
|
743
|
+
};
|
|
744
|
+
const getErrorResponse = (id, error, preparePrettyError, logError) => {
|
|
745
|
+
const prettyError = preparePrettyError(error);
|
|
746
|
+
logError(error, prettyError);
|
|
747
|
+
const errorProperty = getErrorProperty(error, prettyError);
|
|
748
|
+
return create$1$1(id, errorProperty);
|
|
749
|
+
};
|
|
750
|
+
const create$a = (message, result) => {
|
|
751
|
+
return {
|
|
752
|
+
jsonrpc: Two$1,
|
|
753
|
+
id: message.id,
|
|
754
|
+
result: result ?? null
|
|
755
|
+
};
|
|
756
|
+
};
|
|
757
|
+
const getSuccessResponse = (message, result) => {
|
|
758
|
+
const resultProperty = result ?? null;
|
|
759
|
+
return create$a(message, resultProperty);
|
|
760
|
+
};
|
|
761
|
+
const getErrorResponseSimple = (id, error) => {
|
|
762
|
+
return {
|
|
763
|
+
jsonrpc: Two$1,
|
|
764
|
+
id,
|
|
765
|
+
error: {
|
|
766
|
+
code: Custom,
|
|
767
|
+
// @ts-ignore
|
|
768
|
+
message: error.message,
|
|
769
|
+
data: error
|
|
770
|
+
}
|
|
771
|
+
};
|
|
772
|
+
};
|
|
773
|
+
const getResponse = async (message, ipc, execute, preparePrettyError, logError, requiresSocket) => {
|
|
774
|
+
try {
|
|
775
|
+
const result = requiresSocket(message.method) ? await execute(message.method, ipc, ...message.params) : await execute(message.method, ...message.params);
|
|
776
|
+
return getSuccessResponse(message, result);
|
|
777
|
+
} catch (error) {
|
|
778
|
+
if (ipc.canUseSimpleErrorResponse) {
|
|
779
|
+
return getErrorResponseSimple(message.id, error);
|
|
780
|
+
}
|
|
781
|
+
return getErrorResponse(message.id, error, preparePrettyError, logError);
|
|
782
|
+
}
|
|
783
|
+
};
|
|
784
|
+
const defaultPreparePrettyError = error => {
|
|
785
|
+
return error;
|
|
786
|
+
};
|
|
787
|
+
const defaultLogError = () => {
|
|
788
|
+
// ignore
|
|
789
|
+
};
|
|
790
|
+
const defaultRequiresSocket = () => {
|
|
791
|
+
return false;
|
|
792
|
+
};
|
|
793
|
+
const defaultResolve = resolve;
|
|
794
|
+
|
|
795
|
+
// TODO maybe remove this in v6 or v7, only accept options object to simplify the code
|
|
796
|
+
const normalizeParams = args => {
|
|
797
|
+
if (args.length === 1) {
|
|
798
|
+
const options = args[0];
|
|
799
|
+
return {
|
|
800
|
+
ipc: options.ipc,
|
|
801
|
+
message: options.message,
|
|
802
|
+
execute: options.execute,
|
|
803
|
+
resolve: options.resolve || defaultResolve,
|
|
804
|
+
preparePrettyError: options.preparePrettyError || defaultPreparePrettyError,
|
|
805
|
+
logError: options.logError || defaultLogError,
|
|
806
|
+
requiresSocket: options.requiresSocket || defaultRequiresSocket
|
|
807
|
+
};
|
|
808
|
+
}
|
|
809
|
+
return {
|
|
810
|
+
ipc: args[0],
|
|
811
|
+
message: args[1],
|
|
812
|
+
execute: args[2],
|
|
813
|
+
resolve: args[3],
|
|
814
|
+
preparePrettyError: args[4],
|
|
815
|
+
logError: args[5],
|
|
816
|
+
requiresSocket: args[6]
|
|
817
|
+
};
|
|
818
|
+
};
|
|
819
|
+
const handleJsonRpcMessage = async (...args) => {
|
|
820
|
+
const options = normalizeParams(args);
|
|
821
|
+
const {
|
|
822
|
+
message,
|
|
823
|
+
ipc,
|
|
824
|
+
execute,
|
|
825
|
+
resolve,
|
|
826
|
+
preparePrettyError,
|
|
827
|
+
logError,
|
|
828
|
+
requiresSocket
|
|
829
|
+
} = options;
|
|
830
|
+
if ('id' in message) {
|
|
831
|
+
if ('method' in message) {
|
|
832
|
+
const response = await getResponse(message, ipc, execute, preparePrettyError, logError, requiresSocket);
|
|
833
|
+
try {
|
|
834
|
+
ipc.send(response);
|
|
835
|
+
} catch (error) {
|
|
836
|
+
const errorResponse = getErrorResponse(message.id, error, preparePrettyError, logError);
|
|
837
|
+
ipc.send(errorResponse);
|
|
838
|
+
}
|
|
839
|
+
return;
|
|
840
|
+
}
|
|
841
|
+
resolve(message.id, message);
|
|
842
|
+
return;
|
|
843
|
+
}
|
|
844
|
+
if ('method' in message) {
|
|
845
|
+
await getResponse(message, ipc, execute, preparePrettyError, logError, requiresSocket);
|
|
846
|
+
return;
|
|
847
|
+
}
|
|
848
|
+
throw new JsonRpcError('unexpected message');
|
|
849
|
+
};
|
|
850
|
+
|
|
851
|
+
const Two = '2.0';
|
|
852
|
+
|
|
853
|
+
const create$9 = (method, params) => {
|
|
854
|
+
return {
|
|
855
|
+
jsonrpc: Two,
|
|
856
|
+
method,
|
|
857
|
+
params
|
|
858
|
+
};
|
|
859
|
+
};
|
|
860
|
+
|
|
861
|
+
const create$8 = (id, method, params) => {
|
|
862
|
+
const message = {
|
|
863
|
+
id,
|
|
864
|
+
jsonrpc: Two,
|
|
865
|
+
method,
|
|
866
|
+
params
|
|
867
|
+
};
|
|
868
|
+
return message;
|
|
869
|
+
};
|
|
870
|
+
|
|
871
|
+
let id = 0;
|
|
872
|
+
const create$7 = () => {
|
|
873
|
+
return ++id;
|
|
874
|
+
};
|
|
875
|
+
|
|
876
|
+
const registerPromise = map => {
|
|
877
|
+
const id = create$7();
|
|
878
|
+
const {
|
|
879
|
+
promise,
|
|
880
|
+
resolve
|
|
881
|
+
} = Promise.withResolvers();
|
|
882
|
+
map[id] = resolve;
|
|
883
|
+
return {
|
|
884
|
+
id,
|
|
885
|
+
promise
|
|
886
|
+
};
|
|
887
|
+
};
|
|
888
|
+
|
|
889
|
+
// @ts-ignore
|
|
890
|
+
const invokeHelper = async (callbacks, ipc, method, params, useSendAndTransfer) => {
|
|
891
|
+
const {
|
|
892
|
+
id,
|
|
893
|
+
promise
|
|
894
|
+
} = registerPromise(callbacks);
|
|
895
|
+
const message = create$8(id, method, params);
|
|
896
|
+
if (useSendAndTransfer && ipc.sendAndTransfer) {
|
|
897
|
+
ipc.sendAndTransfer(message);
|
|
898
|
+
} else {
|
|
899
|
+
ipc.send(message);
|
|
900
|
+
}
|
|
901
|
+
const responseMessage = await promise;
|
|
902
|
+
return unwrapJsonRpcResult(responseMessage);
|
|
903
|
+
};
|
|
904
|
+
const createRpc = ipc => {
|
|
905
|
+
const callbacks = Object.create(null);
|
|
906
|
+
ipc._resolve = (id, response) => {
|
|
907
|
+
const fn = callbacks[id];
|
|
908
|
+
if (!fn) {
|
|
909
|
+
console.warn(`callback ${id} may already be disposed`);
|
|
910
|
+
return;
|
|
911
|
+
}
|
|
912
|
+
fn(response);
|
|
913
|
+
delete callbacks[id];
|
|
914
|
+
};
|
|
915
|
+
const rpc = {
|
|
916
|
+
async dispose() {
|
|
917
|
+
await ipc?.dispose();
|
|
918
|
+
},
|
|
919
|
+
invoke(method, ...params) {
|
|
920
|
+
return invokeHelper(callbacks, ipc, method, params, false);
|
|
921
|
+
},
|
|
922
|
+
invokeAndTransfer(method, ...params) {
|
|
923
|
+
return invokeHelper(callbacks, ipc, method, params, true);
|
|
924
|
+
},
|
|
925
|
+
// @ts-ignore
|
|
926
|
+
ipc,
|
|
927
|
+
/**
|
|
928
|
+
* @deprecated
|
|
929
|
+
*/
|
|
930
|
+
send(method, ...params) {
|
|
931
|
+
const message = create$9(method, params);
|
|
932
|
+
ipc.send(message);
|
|
933
|
+
}
|
|
934
|
+
};
|
|
935
|
+
return rpc;
|
|
936
|
+
};
|
|
937
|
+
|
|
938
|
+
const requiresSocket = () => {
|
|
939
|
+
return false;
|
|
940
|
+
};
|
|
941
|
+
const preparePrettyError = error => {
|
|
942
|
+
return error;
|
|
943
|
+
};
|
|
944
|
+
const logError = () => {
|
|
945
|
+
// handled by renderer worker
|
|
946
|
+
};
|
|
947
|
+
const handleMessage = event => {
|
|
948
|
+
const actualRequiresSocket = event?.target?.requiresSocket || requiresSocket;
|
|
949
|
+
const actualExecute = event?.target?.execute || execute;
|
|
950
|
+
return handleJsonRpcMessage(event.target, event.data, actualExecute, event.target._resolve, preparePrettyError, logError, actualRequiresSocket);
|
|
951
|
+
};
|
|
952
|
+
|
|
953
|
+
const handleIpc = ipc => {
|
|
954
|
+
if ('addEventListener' in ipc) {
|
|
955
|
+
ipc.addEventListener('message', handleMessage);
|
|
956
|
+
} else if ('on' in ipc) {
|
|
957
|
+
// deprecated
|
|
958
|
+
ipc.on('message', handleMessage);
|
|
959
|
+
}
|
|
960
|
+
};
|
|
961
|
+
|
|
962
|
+
const listen$1 = async (module, options) => {
|
|
963
|
+
const rawIpc = await module.listen(options);
|
|
964
|
+
if (module.signal) {
|
|
965
|
+
module.signal(rawIpc);
|
|
966
|
+
}
|
|
967
|
+
const ipc = module.wrap(rawIpc);
|
|
968
|
+
return ipc;
|
|
969
|
+
};
|
|
970
|
+
|
|
971
|
+
const createSharedLazyRpc = factory => {
|
|
972
|
+
let rpcPromise;
|
|
973
|
+
const getOrCreate = () => {
|
|
974
|
+
if (!rpcPromise) {
|
|
975
|
+
rpcPromise = factory();
|
|
976
|
+
}
|
|
977
|
+
return rpcPromise;
|
|
978
|
+
};
|
|
979
|
+
return {
|
|
980
|
+
async dispose() {
|
|
981
|
+
const rpc = await getOrCreate();
|
|
982
|
+
await rpc.dispose();
|
|
983
|
+
},
|
|
984
|
+
async invoke(method, ...params) {
|
|
985
|
+
const rpc = await getOrCreate();
|
|
986
|
+
return rpc.invoke(method, ...params);
|
|
987
|
+
},
|
|
988
|
+
async invokeAndTransfer(method, ...params) {
|
|
989
|
+
const rpc = await getOrCreate();
|
|
990
|
+
return rpc.invokeAndTransfer(method, ...params);
|
|
991
|
+
},
|
|
992
|
+
async send(method, ...params) {
|
|
993
|
+
const rpc = await getOrCreate();
|
|
994
|
+
rpc.send(method, ...params);
|
|
995
|
+
}
|
|
996
|
+
};
|
|
997
|
+
};
|
|
998
|
+
|
|
999
|
+
const create$6 = async ({
|
|
1000
|
+
commandMap,
|
|
1001
|
+
isMessagePortOpen,
|
|
1002
|
+
send
|
|
1003
|
+
}) => {
|
|
1004
|
+
return createSharedLazyRpc(() => {
|
|
1005
|
+
return create$4({
|
|
1006
|
+
commandMap,
|
|
1007
|
+
isMessagePortOpen,
|
|
1008
|
+
send
|
|
1009
|
+
});
|
|
1010
|
+
});
|
|
1011
|
+
};
|
|
1012
|
+
|
|
1013
|
+
const create$5 = async ({
|
|
1014
|
+
commandMap,
|
|
1015
|
+
isMessagePortOpen = true,
|
|
1016
|
+
messagePort
|
|
1017
|
+
}) => {
|
|
1018
|
+
// TODO create a commandMap per rpc instance
|
|
1019
|
+
register(commandMap);
|
|
1020
|
+
const rawIpc = await IpcParentWithMessagePort$1.create({
|
|
1021
|
+
isMessagePortOpen,
|
|
1022
|
+
messagePort
|
|
1023
|
+
});
|
|
1024
|
+
const ipc = IpcParentWithMessagePort$1.wrap(rawIpc);
|
|
1025
|
+
handleIpc(ipc);
|
|
1026
|
+
const rpc = createRpc(ipc);
|
|
1027
|
+
messagePort.start();
|
|
1028
|
+
return rpc;
|
|
1029
|
+
};
|
|
1030
|
+
|
|
1031
|
+
const create$4 = async ({
|
|
1032
|
+
commandMap,
|
|
1033
|
+
isMessagePortOpen,
|
|
1034
|
+
send
|
|
1035
|
+
}) => {
|
|
1036
|
+
const {
|
|
1037
|
+
port1,
|
|
1038
|
+
port2
|
|
1039
|
+
} = new MessageChannel();
|
|
1040
|
+
await send(port1);
|
|
1041
|
+
return create$5({
|
|
1042
|
+
commandMap,
|
|
1043
|
+
isMessagePortOpen,
|
|
1044
|
+
messagePort: port2
|
|
1045
|
+
});
|
|
1046
|
+
};
|
|
1047
|
+
|
|
1048
|
+
const create$3 = async ({
|
|
1049
|
+
commandMap
|
|
1050
|
+
}) => {
|
|
1051
|
+
// TODO create a commandMap per rpc instance
|
|
1052
|
+
register(commandMap);
|
|
1053
|
+
const ipc = await listen$1(IpcChildWithModuleWorkerAndMessagePort$1);
|
|
1054
|
+
handleIpc(ipc);
|
|
1055
|
+
const rpc = createRpc(ipc);
|
|
1056
|
+
return rpc;
|
|
1057
|
+
};
|
|
1058
|
+
|
|
1059
|
+
const Button$1 = 1;
|
|
1060
|
+
const Div$1 = 4;
|
|
1061
|
+
const H1$1 = 5;
|
|
1062
|
+
const Input$1 = 6;
|
|
1063
|
+
const Span$1 = 8;
|
|
1064
|
+
const Table$1 = 9;
|
|
1065
|
+
const TBody$1 = 10;
|
|
1066
|
+
const Td$1 = 11;
|
|
1067
|
+
const Text$1 = 12;
|
|
1068
|
+
const Th$1 = 13;
|
|
1069
|
+
const THead$1 = 14;
|
|
1070
|
+
const Tr$1 = 15;
|
|
1071
|
+
const Img$1 = 17;
|
|
1072
|
+
const Del$1 = 21;
|
|
1073
|
+
const H2$1 = 22;
|
|
1074
|
+
const H3$1 = 23;
|
|
1075
|
+
const H4$1 = 24;
|
|
1076
|
+
const H5$1 = 25;
|
|
1077
|
+
const H6$1 = 26;
|
|
1078
|
+
const Article$1 = 27;
|
|
1079
|
+
const Aside$1 = 28;
|
|
1080
|
+
const Footer$1 = 29;
|
|
1081
|
+
const Header$1 = 30;
|
|
1082
|
+
const Nav$1 = 40;
|
|
1083
|
+
const Section$1 = 41;
|
|
1084
|
+
const Search$1 = 42;
|
|
1085
|
+
const Dd$1 = 43;
|
|
1086
|
+
const Dl$1 = 44;
|
|
1087
|
+
const Figcaption$1 = 45;
|
|
1088
|
+
const Figure$1 = 46;
|
|
1089
|
+
const Hr$1 = 47;
|
|
1090
|
+
const Li$1 = 48;
|
|
1091
|
+
const Ol$1 = 49;
|
|
1092
|
+
const P$1 = 50;
|
|
1093
|
+
const Pre$1 = 51;
|
|
1094
|
+
const A$1 = 53;
|
|
1095
|
+
const Abbr$1 = 54;
|
|
1096
|
+
const Br$1 = 55;
|
|
1097
|
+
const Cite$1 = 56;
|
|
1098
|
+
const Data$1 = 57;
|
|
1099
|
+
const Time$1 = 58;
|
|
1100
|
+
const Tfoot$1 = 59;
|
|
1101
|
+
const Ul$1 = 60;
|
|
1102
|
+
const TextArea$1 = 62;
|
|
1103
|
+
const Select$1 = 63;
|
|
1104
|
+
const Option$1 = 64;
|
|
1105
|
+
const Code$1 = 65;
|
|
1106
|
+
const Label$1 = 66;
|
|
1107
|
+
const Dt$1 = 67;
|
|
1108
|
+
const Iframe$1 = 68;
|
|
1109
|
+
const Style = 72;
|
|
1110
|
+
const Html = 73;
|
|
1111
|
+
const Canvas$1 = 77;
|
|
1112
|
+
const Reference = 100;
|
|
1113
|
+
|
|
1114
|
+
const EditorWorker = 99;
|
|
1115
|
+
const RendererWorker = 1;
|
|
1116
|
+
|
|
1117
|
+
const SetDom2 = 'Viewlet.setDom2';
|
|
1118
|
+
const SetPatches = 'Viewlet.setPatches';
|
|
1119
|
+
|
|
1120
|
+
const createMockRpc = ({
|
|
1121
|
+
commandMap
|
|
1122
|
+
}) => {
|
|
1123
|
+
const invocations = [];
|
|
1124
|
+
const invoke = (method, ...params) => {
|
|
1125
|
+
invocations.push([method, ...params]);
|
|
1126
|
+
const command = commandMap[method];
|
|
1127
|
+
if (!command) {
|
|
1128
|
+
throw new Error(`command ${method} not found`);
|
|
1129
|
+
}
|
|
1130
|
+
return command(...params);
|
|
1131
|
+
};
|
|
1132
|
+
const mockRpc = {
|
|
1133
|
+
invocations,
|
|
1134
|
+
invoke,
|
|
1135
|
+
invokeAndTransfer: invoke
|
|
1136
|
+
};
|
|
1137
|
+
return mockRpc;
|
|
1138
|
+
};
|
|
1139
|
+
|
|
1140
|
+
const rpcs = Object.create(null);
|
|
1141
|
+
const set$3 = (id, rpc) => {
|
|
1142
|
+
rpcs[id] = rpc;
|
|
1143
|
+
};
|
|
1144
|
+
const get$1 = id => {
|
|
1145
|
+
return rpcs[id];
|
|
1146
|
+
};
|
|
1147
|
+
const remove = id => {
|
|
1148
|
+
delete rpcs[id];
|
|
1149
|
+
};
|
|
1150
|
+
|
|
1151
|
+
/* eslint-disable @typescript-eslint/explicit-function-return-type */
|
|
1152
|
+
const create$2 = rpcId => {
|
|
1153
|
+
return {
|
|
1154
|
+
async dispose() {
|
|
1155
|
+
const rpc = get$1(rpcId);
|
|
1156
|
+
await rpc.dispose();
|
|
1157
|
+
},
|
|
1158
|
+
// @ts-ignore
|
|
1159
|
+
invoke(method, ...params) {
|
|
1160
|
+
const rpc = get$1(rpcId);
|
|
1161
|
+
// @ts-ignore
|
|
1162
|
+
return rpc.invoke(method, ...params);
|
|
1163
|
+
},
|
|
1164
|
+
// @ts-ignore
|
|
1165
|
+
invokeAndTransfer(method, ...params) {
|
|
1166
|
+
const rpc = get$1(rpcId);
|
|
1167
|
+
// @ts-ignore
|
|
1168
|
+
return rpc.invokeAndTransfer(method, ...params);
|
|
1169
|
+
},
|
|
1170
|
+
registerMockRpc(commandMap) {
|
|
1171
|
+
const mockRpc = createMockRpc({
|
|
1172
|
+
commandMap
|
|
1173
|
+
});
|
|
1174
|
+
set$3(rpcId, mockRpc);
|
|
1175
|
+
// @ts-ignore
|
|
1176
|
+
mockRpc[Symbol.dispose] = () => {
|
|
1177
|
+
remove(rpcId);
|
|
1178
|
+
};
|
|
1179
|
+
// @ts-ignore
|
|
1180
|
+
return mockRpc;
|
|
1181
|
+
},
|
|
1182
|
+
set(rpc) {
|
|
1183
|
+
set$3(rpcId, rpc);
|
|
1184
|
+
}
|
|
1185
|
+
};
|
|
1186
|
+
};
|
|
1187
|
+
|
|
1188
|
+
const {
|
|
1189
|
+
invoke: invoke$1,
|
|
1190
|
+
set: set$2
|
|
1191
|
+
} = create$2(EditorWorker);
|
|
1192
|
+
|
|
1193
|
+
const {
|
|
1194
|
+
invoke,
|
|
1195
|
+
invokeAndTransfer,
|
|
1196
|
+
set: set$1
|
|
1197
|
+
} = create$2(RendererWorker);
|
|
1198
|
+
const sendMessagePortToEditorWorker = async (port, rpcId) => {
|
|
1199
|
+
const command = 'HandleMessagePort.handleMessagePort';
|
|
1200
|
+
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToEditorWorker', port, command, rpcId);
|
|
1201
|
+
};
|
|
1202
|
+
const readFile = async uri => {
|
|
1203
|
+
return invoke('FileSystem.readFile', uri);
|
|
1204
|
+
};
|
|
1205
|
+
|
|
1206
|
+
const toCommandId = key => {
|
|
1207
|
+
const dotIndex = key.indexOf('.');
|
|
1208
|
+
return key.slice(dotIndex + 1);
|
|
1209
|
+
};
|
|
1210
|
+
const create$1 = () => {
|
|
1211
|
+
const states = Object.create(null);
|
|
1212
|
+
const commandMapRef = {};
|
|
1213
|
+
return {
|
|
1214
|
+
clear() {
|
|
1215
|
+
for (const key of Object.keys(states)) {
|
|
1216
|
+
delete states[key];
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
diff(uid, modules, numbers) {
|
|
1220
|
+
const {
|
|
1221
|
+
newState,
|
|
1222
|
+
oldState
|
|
1223
|
+
} = states[uid];
|
|
1224
|
+
const diffResult = [];
|
|
1225
|
+
for (let i = 0; i < modules.length; i++) {
|
|
1226
|
+
const fn = modules[i];
|
|
1227
|
+
if (!fn(oldState, newState)) {
|
|
1228
|
+
diffResult.push(numbers[i]);
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
return diffResult;
|
|
1232
|
+
},
|
|
1233
|
+
dispose(uid) {
|
|
1234
|
+
delete states[uid];
|
|
1235
|
+
},
|
|
1236
|
+
get(uid) {
|
|
1237
|
+
return states[uid];
|
|
1238
|
+
},
|
|
1239
|
+
getCommandIds() {
|
|
1240
|
+
const keys = Object.keys(commandMapRef);
|
|
1241
|
+
const ids = keys.map(toCommandId);
|
|
1242
|
+
return ids;
|
|
1243
|
+
},
|
|
1244
|
+
getKeys() {
|
|
1245
|
+
return Object.keys(states).map(key => {
|
|
1246
|
+
return Number.parseInt(key);
|
|
1247
|
+
});
|
|
1248
|
+
},
|
|
1249
|
+
registerCommands(commandMap) {
|
|
1250
|
+
Object.assign(commandMapRef, commandMap);
|
|
1251
|
+
},
|
|
1252
|
+
set(uid, oldState, newState) {
|
|
1253
|
+
states[uid] = {
|
|
1254
|
+
newState,
|
|
1255
|
+
oldState
|
|
1256
|
+
};
|
|
1257
|
+
},
|
|
1258
|
+
wrapCommand(fn) {
|
|
1259
|
+
const wrapped = async (uid, ...args) => {
|
|
1260
|
+
const {
|
|
1261
|
+
newState,
|
|
1262
|
+
oldState
|
|
1263
|
+
} = states[uid];
|
|
1264
|
+
const newerState = await fn(newState, ...args);
|
|
1265
|
+
if (oldState === newerState || newState === newerState) {
|
|
1266
|
+
return;
|
|
1267
|
+
}
|
|
1268
|
+
const latestOld = states[uid];
|
|
1269
|
+
const latestNew = {
|
|
1270
|
+
...latestOld.newState,
|
|
1271
|
+
...newerState
|
|
1272
|
+
};
|
|
1273
|
+
states[uid] = {
|
|
1274
|
+
newState: latestNew,
|
|
1275
|
+
oldState: latestOld.oldState
|
|
1276
|
+
};
|
|
1277
|
+
};
|
|
1278
|
+
return wrapped;
|
|
1279
|
+
},
|
|
1280
|
+
wrapGetter(fn) {
|
|
1281
|
+
const wrapped = (uid, ...args) => {
|
|
1282
|
+
const {
|
|
1283
|
+
newState
|
|
1284
|
+
} = states[uid];
|
|
1285
|
+
return fn(newState, ...args);
|
|
1286
|
+
};
|
|
1287
|
+
return wrapped;
|
|
1288
|
+
}
|
|
1289
|
+
};
|
|
1290
|
+
};
|
|
1291
|
+
const terminate = () => {
|
|
1292
|
+
globalThis.close();
|
|
1293
|
+
};
|
|
1294
|
+
|
|
1295
|
+
const createSandboxRpc = async () => {
|
|
1296
|
+
const sandboxRpc = await create$6({
|
|
1297
|
+
commandMap: {},
|
|
1298
|
+
send: async port => await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToPreviewSandBoxWorker', port, 'SandBox.handleMessagePort')
|
|
1299
|
+
});
|
|
1300
|
+
return sandboxRpc;
|
|
1301
|
+
};
|
|
1302
|
+
|
|
1303
|
+
const {
|
|
1304
|
+
get,
|
|
1305
|
+
getCommandIds,
|
|
1306
|
+
getKeys: getKeys$1,
|
|
1307
|
+
registerCommands,
|
|
1308
|
+
set,
|
|
1309
|
+
wrapCommand,
|
|
1310
|
+
wrapGetter
|
|
1311
|
+
} = create$1();
|
|
1312
|
+
|
|
1313
|
+
const create = async (uid, uri, x, y, width, height, platform, assetDir) => {
|
|
1314
|
+
const sandboxRpc = await createSandboxRpc();
|
|
1315
|
+
const state = {
|
|
1316
|
+
assetDir,
|
|
1317
|
+
content: '',
|
|
1318
|
+
css: [],
|
|
1319
|
+
errorCount: 0,
|
|
1320
|
+
errorMessage: '',
|
|
1321
|
+
height,
|
|
1322
|
+
initial: true,
|
|
1323
|
+
parsedDom: [],
|
|
1324
|
+
parsedNodesChildNodeCount: 0,
|
|
1325
|
+
platform,
|
|
1326
|
+
sandboxRpc,
|
|
1327
|
+
scripts: [],
|
|
1328
|
+
uid,
|
|
1329
|
+
uri,
|
|
1330
|
+
warningCount: 0,
|
|
1331
|
+
width,
|
|
1332
|
+
x,
|
|
1333
|
+
y
|
|
1334
|
+
};
|
|
1335
|
+
set(uid, state, state);
|
|
1336
|
+
};
|
|
1337
|
+
|
|
1338
|
+
const iEqual = (oldState, newState) => {
|
|
1339
|
+
if (oldState.css.length !== newState.css.length) {
|
|
1340
|
+
return false;
|
|
1341
|
+
}
|
|
1342
|
+
for (let i = 0; i < oldState.css.length; i++) {
|
|
1343
|
+
if (oldState.css[i] !== newState.css[i]) {
|
|
1344
|
+
return false;
|
|
1345
|
+
}
|
|
1346
|
+
}
|
|
1347
|
+
return true;
|
|
1348
|
+
};
|
|
1349
|
+
|
|
1350
|
+
const isEqual = (oldState, newState) => {
|
|
1351
|
+
return oldState.warningCount === newState.warningCount && oldState.initial === newState.initial && oldState.content === newState.content && oldState.parsedDom === newState.parsedDom && oldState.parsedNodesChildNodeCount === newState.parsedNodesChildNodeCount && oldState.css === newState.css && oldState.scripts === newState.scripts;
|
|
1352
|
+
};
|
|
1353
|
+
|
|
1354
|
+
const RenderItems = 4;
|
|
1355
|
+
const RenderCss = 10;
|
|
1356
|
+
const RenderIncremental = 11;
|
|
1357
|
+
|
|
1358
|
+
const modules = [isEqual, iEqual];
|
|
1359
|
+
const numbers = [RenderIncremental, RenderCss];
|
|
1360
|
+
|
|
1361
|
+
const diff = (oldState, newState) => {
|
|
1362
|
+
const diffResult = [];
|
|
1363
|
+
for (let i = 0; i < modules.length; i++) {
|
|
1364
|
+
const fn = modules[i];
|
|
1365
|
+
if (!fn(oldState, newState)) {
|
|
1366
|
+
diffResult.push(numbers[i]);
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
return diffResult;
|
|
1370
|
+
};
|
|
1371
|
+
|
|
1372
|
+
const diff2 = uid => {
|
|
1373
|
+
const {
|
|
1374
|
+
newState,
|
|
1375
|
+
oldState
|
|
1376
|
+
} = get(uid);
|
|
1377
|
+
const result = diff(oldState, newState);
|
|
1378
|
+
return result;
|
|
1379
|
+
};
|
|
1380
|
+
|
|
1381
|
+
const callbackRpcs = Object.create(null);
|
|
1382
|
+
const executeCallback = async (id, ...args) => {
|
|
1383
|
+
const rpc = callbackRpcs[id];
|
|
1384
|
+
await rpc.invokeAndTransfer('SandBox.executeCallback', id, ...args);
|
|
1385
|
+
};
|
|
1386
|
+
const getOffscreenCanvas = async (state, id, width, height) => {
|
|
1387
|
+
// TODO possible race condition / conflict if multiple
|
|
1388
|
+
// previews create offscreen canvases at the same time
|
|
1389
|
+
callbackRpcs[id] = state.sandboxRpc;
|
|
1390
|
+
await invoke('OffscreenCanvas.createForPreview', id, width, height);
|
|
1391
|
+
};
|
|
1392
|
+
|
|
1393
|
+
const getParsedNodesChildNodeCount = parsedDom => {
|
|
1394
|
+
array(parsedDom);
|
|
1395
|
+
const rootCountFromParse = parsedDom.rootChildCount;
|
|
1396
|
+
if (typeof rootCountFromParse === 'number') {
|
|
1397
|
+
return rootCountFromParse;
|
|
1398
|
+
}
|
|
1399
|
+
let rootChildCount = 0;
|
|
1400
|
+
let i = 0;
|
|
1401
|
+
while (i < parsedDom.length) {
|
|
1402
|
+
rootChildCount++;
|
|
1403
|
+
|
|
1404
|
+
// skip the entire subtree of the current node
|
|
1405
|
+
let toSkip = parsedDom[i].childCount;
|
|
1406
|
+
i++;
|
|
1407
|
+
while (toSkip > 0 && i < parsedDom.length) {
|
|
1408
|
+
toSkip -= 1;
|
|
1409
|
+
toSkip += parsedDom[i].childCount;
|
|
1410
|
+
i++;
|
|
1411
|
+
}
|
|
1412
|
+
}
|
|
1413
|
+
return rootChildCount;
|
|
1414
|
+
};
|
|
1415
|
+
|
|
1416
|
+
const callAndUpdate = async (state, method, ...args) => {
|
|
1417
|
+
const {
|
|
1418
|
+
sandboxRpc,
|
|
1419
|
+
uid
|
|
1420
|
+
} = state;
|
|
1421
|
+
await sandboxRpc.invoke(method, uid, ...args);
|
|
1422
|
+
const serialized = await sandboxRpc.invoke('SandBox.getSerializedDom', uid);
|
|
1423
|
+
const parsedDom = serialized.dom;
|
|
1424
|
+
const {
|
|
1425
|
+
css
|
|
1426
|
+
} = serialized;
|
|
1427
|
+
const parsedNodesChildNodeCount = getParsedNodesChildNodeCount(parsedDom);
|
|
1428
|
+
return {
|
|
1429
|
+
...state,
|
|
1430
|
+
css,
|
|
1431
|
+
parsedDom,
|
|
1432
|
+
parsedNodesChildNodeCount
|
|
1433
|
+
};
|
|
1434
|
+
};
|
|
1435
|
+
|
|
1436
|
+
const handleClick = async (state, hdId, clientX, clientY) => {
|
|
1437
|
+
if (!hdId) {
|
|
1438
|
+
return state;
|
|
1439
|
+
}
|
|
1440
|
+
const {
|
|
1441
|
+
x,
|
|
1442
|
+
y
|
|
1443
|
+
} = state;
|
|
1444
|
+
const adjustedClientX = clientX - x;
|
|
1445
|
+
const adjustedClientY = clientY - y;
|
|
1446
|
+
return callAndUpdate(state, 'SandBox.handleClick', hdId, adjustedClientX, adjustedClientY);
|
|
1447
|
+
};
|
|
1448
|
+
|
|
1449
|
+
const mergeClassNames = (...classNames) => {
|
|
1450
|
+
return classNames.filter(Boolean).join(' ');
|
|
1451
|
+
};
|
|
1452
|
+
|
|
1453
|
+
const text = data => {
|
|
1454
|
+
return {
|
|
1455
|
+
childCount: 0,
|
|
1456
|
+
text: data,
|
|
1457
|
+
type: Text$1
|
|
1458
|
+
};
|
|
1459
|
+
};
|
|
1460
|
+
|
|
1461
|
+
const SetText = 1;
|
|
1462
|
+
const Replace = 2;
|
|
1463
|
+
const SetAttribute = 3;
|
|
1464
|
+
const RemoveAttribute = 4;
|
|
1465
|
+
const Add = 6;
|
|
1466
|
+
const NavigateChild = 7;
|
|
1467
|
+
const NavigateParent = 8;
|
|
1468
|
+
const RemoveChild = 9;
|
|
1469
|
+
const NavigateSibling = 10;
|
|
1470
|
+
const SetReferenceNodeUid = 11;
|
|
1471
|
+
|
|
1472
|
+
const isKey = key => {
|
|
1473
|
+
return key !== 'type' && key !== 'childCount';
|
|
1474
|
+
};
|
|
1475
|
+
|
|
1476
|
+
const getKeys = node => {
|
|
1477
|
+
const keys = Object.keys(node).filter(isKey);
|
|
1478
|
+
return keys;
|
|
1479
|
+
};
|
|
1480
|
+
|
|
1481
|
+
const arrayToTree = nodes => {
|
|
1482
|
+
const result = [];
|
|
1483
|
+
let i = 0;
|
|
1484
|
+
while (i < nodes.length) {
|
|
1485
|
+
const node = nodes[i];
|
|
1486
|
+
const {
|
|
1487
|
+
children,
|
|
1488
|
+
nodesConsumed
|
|
1489
|
+
} = getChildrenWithCount(nodes, i + 1, node.childCount || 0);
|
|
1490
|
+
result.push({
|
|
1491
|
+
node,
|
|
1492
|
+
children
|
|
1493
|
+
});
|
|
1494
|
+
i += 1 + nodesConsumed;
|
|
1495
|
+
}
|
|
1496
|
+
return result;
|
|
1497
|
+
};
|
|
1498
|
+
const getChildrenWithCount = (nodes, startIndex, childCount) => {
|
|
1499
|
+
if (childCount === 0) {
|
|
1500
|
+
return {
|
|
1501
|
+
children: [],
|
|
1502
|
+
nodesConsumed: 0
|
|
1503
|
+
};
|
|
1504
|
+
}
|
|
1505
|
+
const children = [];
|
|
1506
|
+
let i = startIndex;
|
|
1507
|
+
let remaining = childCount;
|
|
1508
|
+
let totalConsumed = 0;
|
|
1509
|
+
while (remaining > 0 && i < nodes.length) {
|
|
1510
|
+
const node = nodes[i];
|
|
1511
|
+
const nodeChildCount = node.childCount || 0;
|
|
1512
|
+
const {
|
|
1513
|
+
children: nodeChildren,
|
|
1514
|
+
nodesConsumed
|
|
1515
|
+
} = getChildrenWithCount(nodes, i + 1, nodeChildCount);
|
|
1516
|
+
children.push({
|
|
1517
|
+
node,
|
|
1518
|
+
children: nodeChildren
|
|
1519
|
+
});
|
|
1520
|
+
const nodeSize = 1 + nodesConsumed;
|
|
1521
|
+
i += nodeSize;
|
|
1522
|
+
totalConsumed += nodeSize;
|
|
1523
|
+
remaining--;
|
|
1524
|
+
}
|
|
1525
|
+
return {
|
|
1526
|
+
children,
|
|
1527
|
+
nodesConsumed: totalConsumed
|
|
1528
|
+
};
|
|
1529
|
+
};
|
|
1530
|
+
|
|
1531
|
+
const compareNodes = (oldNode, newNode) => {
|
|
1532
|
+
const patches = [];
|
|
1533
|
+
// Check if node type changed - return null to signal incompatible nodes
|
|
1534
|
+
// (caller should handle this with a Replace operation)
|
|
1535
|
+
if (oldNode.type !== newNode.type) {
|
|
1536
|
+
return null;
|
|
1537
|
+
}
|
|
1538
|
+
// Handle reference nodes - special handling for uid changes
|
|
1539
|
+
if (oldNode.type === Reference) {
|
|
1540
|
+
if (oldNode.uid !== newNode.uid) {
|
|
1541
|
+
patches.push({
|
|
1542
|
+
type: SetReferenceNodeUid,
|
|
1543
|
+
uid: newNode.uid
|
|
1544
|
+
});
|
|
1545
|
+
}
|
|
1546
|
+
return patches;
|
|
1547
|
+
}
|
|
1548
|
+
// Handle text nodes
|
|
1549
|
+
if (oldNode.type === Text$1 && newNode.type === Text$1) {
|
|
1550
|
+
if (oldNode.text !== newNode.text) {
|
|
1551
|
+
patches.push({
|
|
1552
|
+
type: SetText,
|
|
1553
|
+
value: newNode.text
|
|
1554
|
+
});
|
|
1555
|
+
}
|
|
1556
|
+
return patches;
|
|
1557
|
+
}
|
|
1558
|
+
// Compare attributes
|
|
1559
|
+
const oldKeys = getKeys(oldNode);
|
|
1560
|
+
const newKeys = getKeys(newNode);
|
|
1561
|
+
// Check for attribute changes
|
|
1562
|
+
for (const key of newKeys) {
|
|
1563
|
+
if (oldNode[key] !== newNode[key]) {
|
|
1564
|
+
patches.push({
|
|
1565
|
+
type: SetAttribute,
|
|
1566
|
+
key,
|
|
1567
|
+
value: newNode[key]
|
|
1568
|
+
});
|
|
1569
|
+
}
|
|
1570
|
+
}
|
|
1571
|
+
// Check for removed attributes
|
|
1572
|
+
for (const key of oldKeys) {
|
|
1573
|
+
if (!(key in newNode)) {
|
|
1574
|
+
patches.push({
|
|
1575
|
+
type: RemoveAttribute,
|
|
1576
|
+
key
|
|
1577
|
+
});
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
return patches;
|
|
1581
|
+
};
|
|
1582
|
+
|
|
1583
|
+
const treeToArray = node => {
|
|
1584
|
+
const result = [node.node];
|
|
1585
|
+
for (const child of node.children) {
|
|
1586
|
+
result.push(...treeToArray(child));
|
|
1587
|
+
}
|
|
1588
|
+
return result;
|
|
1589
|
+
};
|
|
1590
|
+
|
|
1591
|
+
const diffChildren = (oldChildren, newChildren, patches) => {
|
|
1592
|
+
const maxLength = Math.max(oldChildren.length, newChildren.length);
|
|
1593
|
+
// Track where we are: -1 means at parent, >= 0 means at child index
|
|
1594
|
+
let currentChildIndex = -1;
|
|
1595
|
+
// Collect indices of children to remove (we'll add these patches at the end in reverse order)
|
|
1596
|
+
const indicesToRemove = [];
|
|
1597
|
+
for (let i = 0; i < maxLength; i++) {
|
|
1598
|
+
const oldNode = oldChildren[i];
|
|
1599
|
+
const newNode = newChildren[i];
|
|
1600
|
+
if (!oldNode && !newNode) {
|
|
1601
|
+
continue;
|
|
1602
|
+
}
|
|
1603
|
+
if (!oldNode) {
|
|
1604
|
+
// Add new node - we should be at the parent
|
|
1605
|
+
if (currentChildIndex >= 0) {
|
|
1606
|
+
// Navigate back to parent
|
|
1607
|
+
patches.push({
|
|
1608
|
+
type: NavigateParent
|
|
1609
|
+
});
|
|
1610
|
+
currentChildIndex = -1;
|
|
1611
|
+
}
|
|
1612
|
+
// Flatten the entire subtree so renderInternal can handle it
|
|
1613
|
+
const flatNodes = treeToArray(newNode);
|
|
1614
|
+
patches.push({
|
|
1615
|
+
type: Add,
|
|
1616
|
+
nodes: flatNodes
|
|
1617
|
+
});
|
|
1618
|
+
} else if (newNode) {
|
|
1619
|
+
// Compare nodes to see if we need any patches
|
|
1620
|
+
const nodePatches = compareNodes(oldNode.node, newNode.node);
|
|
1621
|
+
// If nodePatches is null, the node types are incompatible - need to replace
|
|
1622
|
+
if (nodePatches === null) {
|
|
1623
|
+
// Navigate to this child
|
|
1624
|
+
if (currentChildIndex === -1) {
|
|
1625
|
+
patches.push({
|
|
1626
|
+
type: NavigateChild,
|
|
1627
|
+
index: i
|
|
1628
|
+
});
|
|
1629
|
+
currentChildIndex = i;
|
|
1630
|
+
} else if (currentChildIndex !== i) {
|
|
1631
|
+
patches.push({
|
|
1632
|
+
type: NavigateSibling,
|
|
1633
|
+
index: i
|
|
1634
|
+
});
|
|
1635
|
+
currentChildIndex = i;
|
|
1636
|
+
}
|
|
1637
|
+
// Replace the entire subtree
|
|
1638
|
+
const flatNodes = treeToArray(newNode);
|
|
1639
|
+
patches.push({
|
|
1640
|
+
type: Replace,
|
|
1641
|
+
nodes: flatNodes
|
|
1642
|
+
});
|
|
1643
|
+
// After replace, we're at the new element (same position)
|
|
1644
|
+
continue;
|
|
1645
|
+
}
|
|
1646
|
+
// Check if we need to recurse into children
|
|
1647
|
+
const hasChildrenToCompare = oldNode.children.length > 0 || newNode.children.length > 0;
|
|
1648
|
+
// Only navigate to this element if we need to do something
|
|
1649
|
+
if (nodePatches.length > 0 || hasChildrenToCompare) {
|
|
1650
|
+
// Navigate to this child if not already there
|
|
1651
|
+
if (currentChildIndex === -1) {
|
|
1652
|
+
patches.push({
|
|
1653
|
+
type: NavigateChild,
|
|
1654
|
+
index: i
|
|
1655
|
+
});
|
|
1656
|
+
currentChildIndex = i;
|
|
1657
|
+
} else if (currentChildIndex !== i) {
|
|
1658
|
+
patches.push({
|
|
1659
|
+
type: NavigateSibling,
|
|
1660
|
+
index: i
|
|
1661
|
+
});
|
|
1662
|
+
currentChildIndex = i;
|
|
1663
|
+
}
|
|
1664
|
+
// Apply node patches (these apply to the current element, not children)
|
|
1665
|
+
if (nodePatches.length > 0) {
|
|
1666
|
+
patches.push(...nodePatches);
|
|
1667
|
+
}
|
|
1668
|
+
// Compare children recursively
|
|
1669
|
+
if (hasChildrenToCompare) {
|
|
1670
|
+
diffChildren(oldNode.children, newNode.children, patches);
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
} else {
|
|
1674
|
+
// Remove old node - collect the index for later removal
|
|
1675
|
+
indicesToRemove.push(i);
|
|
1676
|
+
}
|
|
1677
|
+
}
|
|
1678
|
+
// Navigate back to parent if we ended at a child
|
|
1679
|
+
if (currentChildIndex >= 0) {
|
|
1680
|
+
patches.push({
|
|
1681
|
+
type: NavigateParent
|
|
1682
|
+
});
|
|
1683
|
+
currentChildIndex = -1;
|
|
1684
|
+
}
|
|
1685
|
+
// Add remove patches in reverse order (highest index first)
|
|
1686
|
+
// This ensures indices remain valid as we remove
|
|
1687
|
+
for (let j = indicesToRemove.length - 1; j >= 0; j--) {
|
|
1688
|
+
patches.push({
|
|
1689
|
+
type: RemoveChild,
|
|
1690
|
+
index: indicesToRemove[j]
|
|
1691
|
+
});
|
|
1692
|
+
}
|
|
1693
|
+
};
|
|
1694
|
+
const diffTrees = (oldTree, newTree, patches, path) => {
|
|
1695
|
+
// At the root level (path.length === 0), we're already AT the element
|
|
1696
|
+
// So we compare the root node directly, then compare its children
|
|
1697
|
+
if (path.length === 0 && oldTree.length === 1 && newTree.length === 1) {
|
|
1698
|
+
const oldNode = oldTree[0];
|
|
1699
|
+
const newNode = newTree[0];
|
|
1700
|
+
// Compare root nodes
|
|
1701
|
+
const nodePatches = compareNodes(oldNode.node, newNode.node);
|
|
1702
|
+
// If nodePatches is null, the root node types are incompatible - need to replace
|
|
1703
|
+
if (nodePatches === null) {
|
|
1704
|
+
const flatNodes = treeToArray(newNode);
|
|
1705
|
+
patches.push({
|
|
1706
|
+
type: Replace,
|
|
1707
|
+
nodes: flatNodes
|
|
1708
|
+
});
|
|
1709
|
+
return;
|
|
1710
|
+
}
|
|
1711
|
+
if (nodePatches.length > 0) {
|
|
1712
|
+
patches.push(...nodePatches);
|
|
1713
|
+
}
|
|
1714
|
+
// Compare children
|
|
1715
|
+
if (oldNode.children.length > 0 || newNode.children.length > 0) {
|
|
1716
|
+
diffChildren(oldNode.children, newNode.children, patches);
|
|
1717
|
+
}
|
|
1718
|
+
} else {
|
|
1719
|
+
// Non-root level or multiple root elements - use the regular comparison
|
|
1720
|
+
diffChildren(oldTree, newTree, patches);
|
|
1721
|
+
}
|
|
1722
|
+
};
|
|
1723
|
+
|
|
1724
|
+
const removeTrailingNavigationPatches = patches => {
|
|
1725
|
+
// Find the last non-navigation patch
|
|
1726
|
+
let lastNonNavigationIndex = -1;
|
|
1727
|
+
for (let i = patches.length - 1; i >= 0; i--) {
|
|
1728
|
+
const patch = patches[i];
|
|
1729
|
+
if (patch.type !== NavigateChild && patch.type !== NavigateParent && patch.type !== NavigateSibling) {
|
|
1730
|
+
lastNonNavigationIndex = i;
|
|
1731
|
+
break;
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
// Return patches up to and including the last non-navigation patch
|
|
1735
|
+
return lastNonNavigationIndex === -1 ? [] : patches.slice(0, lastNonNavigationIndex + 1);
|
|
1736
|
+
};
|
|
1737
|
+
|
|
1738
|
+
const diffTree = (oldNodes, newNodes) => {
|
|
1739
|
+
// Step 1: Convert flat arrays to tree structures
|
|
1740
|
+
const oldTree = arrayToTree(oldNodes);
|
|
1741
|
+
const newTree = arrayToTree(newNodes);
|
|
1742
|
+
// Step 3: Compare the trees
|
|
1743
|
+
const patches = [];
|
|
1744
|
+
diffTrees(oldTree, newTree, patches, []);
|
|
1745
|
+
// Remove trailing navigation patches since they serve no purpose
|
|
1746
|
+
return removeTrailingNavigationPatches(patches);
|
|
1747
|
+
};
|
|
1748
|
+
|
|
1749
|
+
const Div = 'div';
|
|
1750
|
+
const H1 = 'h1';
|
|
1751
|
+
const H2 = 'h2';
|
|
1752
|
+
const H3 = 'h3';
|
|
1753
|
+
const H4 = 'h4';
|
|
1754
|
+
const H5 = 'h5';
|
|
1755
|
+
const Img = 'img';
|
|
1756
|
+
const Span = 'span';
|
|
1757
|
+
const Article = 'article';
|
|
1758
|
+
const Aside = 'aside';
|
|
1759
|
+
const Footer = 'footer';
|
|
1760
|
+
const Header = 'header';
|
|
1761
|
+
const Nav = 'nav';
|
|
1762
|
+
const Section = 'section';
|
|
1763
|
+
const Search = 'search';
|
|
1764
|
+
const Dd = 'dd';
|
|
1765
|
+
const Dl = 'dl';
|
|
1766
|
+
const Figcaption = 'figcaption';
|
|
1767
|
+
const Figure = 'figure';
|
|
1768
|
+
const Hr = 'hr';
|
|
1769
|
+
const Li = 'li';
|
|
1770
|
+
const Ol = 'ol';
|
|
1771
|
+
const P = 'p';
|
|
1772
|
+
const Pre = 'pre';
|
|
1773
|
+
const A = 'a';
|
|
1774
|
+
const Abbr = 'abbr';
|
|
1775
|
+
const Br = 'br';
|
|
1776
|
+
const Cite = 'cite';
|
|
1777
|
+
const Data = 'data';
|
|
1778
|
+
const Time = 'time';
|
|
1779
|
+
const Tfoot = 'tfoot';
|
|
1780
|
+
const Button = 'button';
|
|
1781
|
+
const Input = 'input';
|
|
1782
|
+
const Code = 'code';
|
|
1783
|
+
const Form = 'form';
|
|
1784
|
+
const Table = 'table';
|
|
1785
|
+
const TBody = 'tbody';
|
|
1786
|
+
const THead = 'thead';
|
|
1787
|
+
const Tr = 'tr';
|
|
1788
|
+
const Td = 'td';
|
|
1789
|
+
const Th = 'th';
|
|
1790
|
+
const Ul = 'ul';
|
|
1791
|
+
const TextArea = 'textarea';
|
|
1792
|
+
const Select = 'select';
|
|
1793
|
+
const Option = 'option';
|
|
1794
|
+
const Label = 'label';
|
|
1795
|
+
const Dt = 'dt';
|
|
1796
|
+
const Iframe = 'iframe';
|
|
1797
|
+
const Del = 'del';
|
|
1798
|
+
const H6 = 'h6';
|
|
1799
|
+
const Canvas = 'canvas';
|
|
1800
|
+
|
|
1801
|
+
const getVirtualDomTag = text => {
|
|
1802
|
+
switch (text) {
|
|
1803
|
+
case A:
|
|
1804
|
+
return A$1;
|
|
1805
|
+
case Abbr:
|
|
1806
|
+
return Abbr$1;
|
|
1807
|
+
case Article:
|
|
1808
|
+
return Article$1;
|
|
1809
|
+
case Aside:
|
|
1810
|
+
return Aside$1;
|
|
1811
|
+
case Br:
|
|
1812
|
+
return Br$1;
|
|
1813
|
+
case Button:
|
|
1814
|
+
return Button$1;
|
|
1815
|
+
case Canvas:
|
|
1816
|
+
return Canvas$1;
|
|
1817
|
+
case Cite:
|
|
1818
|
+
return Cite$1;
|
|
1819
|
+
case Code:
|
|
1820
|
+
return Code$1;
|
|
1821
|
+
case Data:
|
|
1822
|
+
return Data$1;
|
|
1823
|
+
case Dd:
|
|
1824
|
+
return Dd$1;
|
|
1825
|
+
case Del:
|
|
1826
|
+
return Del$1;
|
|
1827
|
+
case Div:
|
|
1828
|
+
return Div$1;
|
|
1829
|
+
case Dl:
|
|
1830
|
+
return Dl$1;
|
|
1831
|
+
case Dt:
|
|
1832
|
+
return Dt$1;
|
|
1833
|
+
case Figcaption:
|
|
1834
|
+
return Figcaption$1;
|
|
1835
|
+
case Figure:
|
|
1836
|
+
return Figure$1;
|
|
1837
|
+
case Footer:
|
|
1838
|
+
return Footer$1;
|
|
1839
|
+
case Form:
|
|
1840
|
+
return Div$1;
|
|
1841
|
+
case H1:
|
|
1842
|
+
return H1$1;
|
|
1843
|
+
case H2:
|
|
1844
|
+
return H2$1;
|
|
1845
|
+
case H3:
|
|
1846
|
+
return H3$1;
|
|
1847
|
+
case H4:
|
|
1848
|
+
return H4$1;
|
|
1849
|
+
case H5:
|
|
1850
|
+
return H5$1;
|
|
1851
|
+
case H6:
|
|
1852
|
+
return H6$1;
|
|
1853
|
+
case Header:
|
|
1854
|
+
return Header$1;
|
|
1855
|
+
case Hr:
|
|
1856
|
+
return Hr$1;
|
|
1857
|
+
case Iframe:
|
|
1858
|
+
return Iframe$1;
|
|
1859
|
+
case Img:
|
|
1860
|
+
return Img$1;
|
|
1861
|
+
case Input:
|
|
1862
|
+
return Input$1;
|
|
1863
|
+
case Label:
|
|
1864
|
+
return Label$1;
|
|
1865
|
+
case Li:
|
|
1866
|
+
return Li$1;
|
|
1867
|
+
case Nav:
|
|
1868
|
+
return Nav$1;
|
|
1869
|
+
case Ol:
|
|
1870
|
+
return Ol$1;
|
|
1871
|
+
case Option:
|
|
1872
|
+
return Option$1;
|
|
1873
|
+
case P:
|
|
1874
|
+
return P$1;
|
|
1875
|
+
case Pre:
|
|
1876
|
+
return Pre$1;
|
|
1877
|
+
case Search:
|
|
1878
|
+
return Search$1;
|
|
1879
|
+
case Section:
|
|
1880
|
+
return Section$1;
|
|
1881
|
+
case Select:
|
|
1882
|
+
return Select$1;
|
|
1883
|
+
case Span:
|
|
1884
|
+
return Span$1;
|
|
1885
|
+
case Table:
|
|
1886
|
+
return Table$1;
|
|
1887
|
+
case TBody:
|
|
1888
|
+
return TBody$1;
|
|
1889
|
+
case Td:
|
|
1890
|
+
return Td$1;
|
|
1891
|
+
case TextArea:
|
|
1892
|
+
return TextArea$1;
|
|
1893
|
+
case Tfoot:
|
|
1894
|
+
return Tfoot$1;
|
|
1895
|
+
case Th:
|
|
1896
|
+
return Th$1;
|
|
1897
|
+
case THead:
|
|
1898
|
+
return THead$1;
|
|
1899
|
+
case Time:
|
|
1900
|
+
return Time$1;
|
|
1901
|
+
case Tr:
|
|
1902
|
+
return Tr$1;
|
|
1903
|
+
case Ul:
|
|
1904
|
+
return Ul$1;
|
|
1905
|
+
case 'html':
|
|
1906
|
+
return Html;
|
|
1907
|
+
case 'style':
|
|
1908
|
+
return Style;
|
|
1909
|
+
default:
|
|
1910
|
+
return Div$1;
|
|
1911
|
+
}
|
|
1912
|
+
};
|
|
1913
|
+
|
|
1914
|
+
const None = 0;
|
|
1915
|
+
const OpeningAngleBracket = 1;
|
|
1916
|
+
const ClosingAngleBracket = 2;
|
|
1917
|
+
const TagNameStart = 3;
|
|
1918
|
+
const TagNameEnd = 4;
|
|
1919
|
+
const Content = 5;
|
|
1920
|
+
const ClosingTagSlash = 6;
|
|
1921
|
+
const WhitespaceInsideOpeningTag = 7;
|
|
1922
|
+
const AttributeName = 8;
|
|
1923
|
+
const AttributeEqualSign = 9;
|
|
1924
|
+
const AttributeQuoteStart = 10;
|
|
1925
|
+
const AttributeValue = 11;
|
|
1926
|
+
const AttributeQuoteEnd = 12;
|
|
1927
|
+
const WhitespaceAfterClosingTagSlash = 13;
|
|
1928
|
+
const WhitespaceAfterOpeningTagOpenAngleBracket = 14;
|
|
1929
|
+
const ExclamationMark = 15;
|
|
1930
|
+
const Doctype = 16;
|
|
1931
|
+
const StartCommentDashes = 17;
|
|
1932
|
+
const Comment = 18;
|
|
1933
|
+
const EndCommentTag = 19;
|
|
1934
|
+
const Text = 20;
|
|
1935
|
+
const CommentStart = 21;
|
|
1936
|
+
|
|
1937
|
+
/* eslint-disable @cspell/spellchecker */
|
|
1938
|
+
// Common HTML attributes that are safe to allow by default
|
|
1939
|
+
const commonAllowedAttributes = new Set([
|
|
1940
|
+
// Global attributes
|
|
1941
|
+
'id', 'title', 'tabindex', 'class', 'style', 'lang', 'dir', 'hidden', 'contenteditable', 'draggable', 'spellcheck', 'translate', 'role',
|
|
1942
|
+
// Form input attributes
|
|
1943
|
+
'disabled', 'name', 'type', 'value', 'placeholder', 'required', 'readonly', 'checked', 'autofocus', 'autocomplete', 'multiple', 'accept', 'min', 'max', 'step', 'pattern', 'maxlength', 'minlength', 'size', 'rows', 'cols', 'wrap', 'inputmode',
|
|
1944
|
+
// Form attributes
|
|
1945
|
+
'action', 'method', 'enctype', 'target', 'novalidate', 'form',
|
|
1946
|
+
// Link attributes
|
|
1947
|
+
'href', 'rel', 'download', 'hreflang',
|
|
1948
|
+
// Image attributes
|
|
1949
|
+
'src', 'alt', 'width', 'height', 'loading', 'decoding', 'crossorigin', 'srcset', 'sizes',
|
|
1950
|
+
// Media attributes
|
|
1951
|
+
'controls', 'autoplay', 'loop', 'muted', 'preload', 'poster',
|
|
1952
|
+
// Table attributes
|
|
1953
|
+
'colspan', 'rowspan', 'headers', 'scope',
|
|
1954
|
+
// List attributes
|
|
1955
|
+
'reversed', 'start',
|
|
1956
|
+
// Other semantic attributes
|
|
1957
|
+
'open', 'datetime', 'cite', 'for', 'label']);
|
|
1958
|
+
const isDefaultAllowedAttribute = (attributeName, defaultAllowedAttributes) => {
|
|
1959
|
+
// Allow data-* attributes
|
|
1960
|
+
if (attributeName.startsWith('data-')) {
|
|
1961
|
+
return true;
|
|
1962
|
+
}
|
|
1963
|
+
// Allow aria-* attributes
|
|
1964
|
+
if (attributeName.startsWith('aria-')) {
|
|
1965
|
+
return true;
|
|
1966
|
+
}
|
|
1967
|
+
// Check if it's a common HTML attribute
|
|
1968
|
+
if (commonAllowedAttributes.has(attributeName)) {
|
|
1969
|
+
return true;
|
|
1970
|
+
}
|
|
1971
|
+
// Check if in default list
|
|
1972
|
+
return defaultAllowedAttributes.includes(attributeName);
|
|
1973
|
+
};
|
|
1974
|
+
|
|
1975
|
+
const isSelfClosingTag = tag => {
|
|
1976
|
+
switch (tag.toLowerCase()) {
|
|
1977
|
+
case 'area':
|
|
1978
|
+
case 'base':
|
|
1979
|
+
case 'col':
|
|
1980
|
+
case Br:
|
|
1981
|
+
case Hr:
|
|
1982
|
+
case Img:
|
|
1983
|
+
case Input:
|
|
1984
|
+
case 'embed':
|
|
1985
|
+
case 'link':
|
|
1986
|
+
case 'meta':
|
|
1987
|
+
case 'param':
|
|
1988
|
+
case 'source':
|
|
1989
|
+
case 'track':
|
|
1990
|
+
case 'wbr':
|
|
1991
|
+
return true;
|
|
1992
|
+
default:
|
|
1993
|
+
return false;
|
|
1994
|
+
}
|
|
1995
|
+
};
|
|
1996
|
+
|
|
1997
|
+
const parseText = text => {
|
|
1998
|
+
return text.replaceAll('>', '>').replaceAll('<', '<').replaceAll('&', '&');
|
|
1999
|
+
};
|
|
2000
|
+
|
|
2001
|
+
class UnexpectedTokenError extends Error {
|
|
2002
|
+
constructor() {
|
|
2003
|
+
super('Unexpected token');
|
|
2004
|
+
this.name = 'UnexpectedTokenError';
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
const State = {
|
|
2009
|
+
AfterAttributeEqualSign: 8,
|
|
2010
|
+
AfterAttributeName: 7,
|
|
2011
|
+
AfterAttributeValueClosingQuote: 11,
|
|
2012
|
+
AfterAttributeValueInsideDoubleQuote: 10,
|
|
2013
|
+
AfterClosingTagName: 5,
|
|
2014
|
+
AfterClosingTagSlash: 4,
|
|
2015
|
+
AfterExclamationMark: 16,
|
|
2016
|
+
AfterOpeningAngleBracket: 2,
|
|
2017
|
+
InsideAttributeAfterDoubleQuote: 9,
|
|
2018
|
+
InsideComment: 17,
|
|
2019
|
+
InsideOpeningTag: 3,
|
|
2020
|
+
InsideOpeningTagAfterWhitespace: 6,
|
|
2021
|
+
InsideRawTextElement: 18,
|
|
2022
|
+
TopLevelContent: 1
|
|
2023
|
+
};
|
|
2024
|
+
|
|
2025
|
+
// Raw-text elements whose content should not be parsed as HTML
|
|
2026
|
+
const RAW_TEXT_ELEMENTS = new Set(['script', 'style']);
|
|
2027
|
+
const RE_ANGLE_BRACKET_OPEN = /^</;
|
|
2028
|
+
const RE_ANGLE_BRACKET_OPEN_TAG = /^<(?![\s%])/;
|
|
2029
|
+
const RE_ANGLE_BRACKET_CLOSE = /^>/;
|
|
2030
|
+
const RE_SLASH = /^\//;
|
|
2031
|
+
const RE_TAGNAME = /^[a-zA-Z\d$]+/;
|
|
2032
|
+
const RE_CONTENT = /^[^<>]+/;
|
|
2033
|
+
const RE_WHITESPACE = /^\s+/;
|
|
2034
|
+
const RE_ATTRIBUTE_NAME = /^[a-zA-Z\d-]+/;
|
|
2035
|
+
const RE_EQUAL_SIGN = /^=/;
|
|
2036
|
+
const RE_DOUBLE_QUOTE = /^"/;
|
|
2037
|
+
const RE_ATTRIBUTE_VALUE_INSIDE_DOUBLE_QUOTE = /^[^"\n]+/;
|
|
2038
|
+
const RE_TEXT = /^[^<>]+/;
|
|
2039
|
+
const RE_EXCLAMATION_MARK = /^!/;
|
|
2040
|
+
const RE_DASH_DASH = /^--/;
|
|
2041
|
+
const RE_DOCTYPE = /^doctype/i;
|
|
2042
|
+
const RE_BLOCK_COMMENT_CONTENT = /^[a-zA-Z\s]+/;
|
|
2043
|
+
const RE_COMMENT_END = /^-->/;
|
|
2044
|
+
const RE_TAG_TEXT = /^[^\s>]+/;
|
|
2045
|
+
const RE_ANY_TEXT = /^[^\n]+/;
|
|
2046
|
+
const RE_ATTRIBUTE_TEXT = /^[^\n<>/\s]+/;
|
|
2047
|
+
const RE_BLOCK_COMMENT_START = /^<!--/;
|
|
2048
|
+
const RE_SELF_CLOSING = /^\/>/;
|
|
2049
|
+
const tokenizeHtml = text => {
|
|
2050
|
+
string(text);
|
|
2051
|
+
let state = State.TopLevelContent;
|
|
2052
|
+
let index = 0;
|
|
2053
|
+
let next;
|
|
2054
|
+
const tokens = [];
|
|
2055
|
+
let token = None;
|
|
2056
|
+
let rawTextTagName = ''; // Track which raw-text element we're inside
|
|
2057
|
+
while (index < text.length) {
|
|
2058
|
+
const part = text.slice(index);
|
|
2059
|
+
switch (state) {
|
|
2060
|
+
case State.AfterAttributeEqualSign:
|
|
2061
|
+
if (next = part.match(RE_DOUBLE_QUOTE)) {
|
|
2062
|
+
token = AttributeQuoteStart;
|
|
2063
|
+
state = State.InsideAttributeAfterDoubleQuote;
|
|
2064
|
+
} else if (next = part.match(RE_ANGLE_BRACKET_CLOSE)) {
|
|
2065
|
+
token = ClosingAngleBracket;
|
|
2066
|
+
state = State.TopLevelContent;
|
|
2067
|
+
} else if (next = part.match(RE_ATTRIBUTE_TEXT)) {
|
|
2068
|
+
token = AttributeValue;
|
|
2069
|
+
state = State.InsideOpeningTag;
|
|
2070
|
+
} else {
|
|
2071
|
+
throw new UnexpectedTokenError();
|
|
2072
|
+
}
|
|
2073
|
+
break;
|
|
2074
|
+
case State.AfterAttributeName:
|
|
2075
|
+
if (next = part.match(RE_EQUAL_SIGN)) {
|
|
2076
|
+
token = AttributeEqualSign;
|
|
2077
|
+
state = State.AfterAttributeEqualSign;
|
|
2078
|
+
} else if (next = part.match(RE_ANGLE_BRACKET_CLOSE)) {
|
|
2079
|
+
token = ClosingAngleBracket;
|
|
2080
|
+
state = State.TopLevelContent;
|
|
2081
|
+
} else if (next = part.match(RE_WHITESPACE)) {
|
|
2082
|
+
token = WhitespaceInsideOpeningTag;
|
|
2083
|
+
state = State.InsideOpeningTagAfterWhitespace;
|
|
2084
|
+
} else if (next = part.match(RE_ANGLE_BRACKET_OPEN)) {
|
|
2085
|
+
token = OpeningAngleBracket;
|
|
2086
|
+
state = State.AfterOpeningAngleBracket;
|
|
2087
|
+
} else {
|
|
2088
|
+
text.slice(index); // ?
|
|
2089
|
+
throw new UnexpectedTokenError();
|
|
2090
|
+
}
|
|
2091
|
+
break;
|
|
2092
|
+
case State.AfterAttributeValueClosingQuote:
|
|
2093
|
+
if (next = part.match(RE_ANGLE_BRACKET_CLOSE)) {
|
|
2094
|
+
token = ClosingAngleBracket;
|
|
2095
|
+
state = State.TopLevelContent;
|
|
2096
|
+
} else if (next = part.match(RE_WHITESPACE)) {
|
|
2097
|
+
token = WhitespaceInsideOpeningTag;
|
|
2098
|
+
state = State.InsideOpeningTagAfterWhitespace;
|
|
2099
|
+
} else if (next = part.match(RE_SELF_CLOSING)) {
|
|
2100
|
+
token = ClosingAngleBracket;
|
|
2101
|
+
state = State.TopLevelContent;
|
|
2102
|
+
} else {
|
|
2103
|
+
throw new UnexpectedTokenError();
|
|
2104
|
+
}
|
|
2105
|
+
break;
|
|
2106
|
+
case State.AfterAttributeValueInsideDoubleQuote:
|
|
2107
|
+
if (next = part.match(RE_DOUBLE_QUOTE)) {
|
|
2108
|
+
token = AttributeQuoteEnd;
|
|
2109
|
+
state = State.AfterAttributeValueClosingQuote;
|
|
2110
|
+
} else {
|
|
2111
|
+
throw new UnexpectedTokenError();
|
|
2112
|
+
}
|
|
2113
|
+
break;
|
|
2114
|
+
case State.AfterClosingTagName:
|
|
2115
|
+
if (next = part.match(RE_ANGLE_BRACKET_CLOSE)) {
|
|
2116
|
+
token = ClosingAngleBracket;
|
|
2117
|
+
state = State.TopLevelContent;
|
|
2118
|
+
} else if (next = part.match(RE_WHITESPACE)) {
|
|
2119
|
+
token = Content;
|
|
2120
|
+
state = State.TopLevelContent;
|
|
2121
|
+
} else {
|
|
2122
|
+
throw new UnexpectedTokenError();
|
|
2123
|
+
}
|
|
2124
|
+
break;
|
|
2125
|
+
case State.AfterClosingTagSlash:
|
|
2126
|
+
if (next = part.match(RE_TAGNAME)) {
|
|
2127
|
+
token = TagNameEnd;
|
|
2128
|
+
state = State.AfterClosingTagName;
|
|
2129
|
+
} else if (next = part.match(RE_WHITESPACE)) {
|
|
2130
|
+
token = WhitespaceAfterClosingTagSlash;
|
|
2131
|
+
state = State.TopLevelContent;
|
|
2132
|
+
} else if (next = part.match(RE_ANGLE_BRACKET_CLOSE)) {
|
|
2133
|
+
token = ClosingAngleBracket;
|
|
2134
|
+
state = State.TopLevelContent;
|
|
2135
|
+
} else {
|
|
2136
|
+
throw new UnexpectedTokenError();
|
|
2137
|
+
}
|
|
2138
|
+
break;
|
|
2139
|
+
case State.AfterExclamationMark:
|
|
2140
|
+
if (next = part.match(RE_DASH_DASH)) {
|
|
2141
|
+
token = StartCommentDashes;
|
|
2142
|
+
state = State.InsideComment;
|
|
2143
|
+
} else if (next = part.match(RE_DOCTYPE)) {
|
|
2144
|
+
token = Doctype;
|
|
2145
|
+
state = State.InsideOpeningTag;
|
|
2146
|
+
} else {
|
|
2147
|
+
text.slice(index); // ?
|
|
2148
|
+
throw new UnexpectedTokenError();
|
|
2149
|
+
}
|
|
2150
|
+
break;
|
|
2151
|
+
case State.AfterOpeningAngleBracket:
|
|
2152
|
+
if (next = part.match(RE_TAGNAME)) {
|
|
2153
|
+
token = TagNameStart;
|
|
2154
|
+
state = State.InsideOpeningTag;
|
|
2155
|
+
// Track raw-text elements so we can switch to raw content mode after >
|
|
2156
|
+
if (RAW_TEXT_ELEMENTS.has(next[0].toLowerCase())) {
|
|
2157
|
+
rawTextTagName = next[0].toLowerCase();
|
|
2158
|
+
}
|
|
2159
|
+
} else if (next = part.match(RE_SLASH)) {
|
|
2160
|
+
token = ClosingTagSlash;
|
|
2161
|
+
state = State.AfterClosingTagSlash;
|
|
2162
|
+
} else if (next = part.match(RE_WHITESPACE)) {
|
|
2163
|
+
token = WhitespaceAfterOpeningTagOpenAngleBracket;
|
|
2164
|
+
state = State.TopLevelContent;
|
|
2165
|
+
} else if (next = part.match(RE_ANGLE_BRACKET_CLOSE)) {
|
|
2166
|
+
token = ClosingAngleBracket;
|
|
2167
|
+
state = State.TopLevelContent;
|
|
2168
|
+
} else if (next = part.match(RE_EXCLAMATION_MARK)) {
|
|
2169
|
+
token = ExclamationMark;
|
|
2170
|
+
state = State.AfterExclamationMark;
|
|
2171
|
+
} else if (next = part.match(RE_ANY_TEXT)) {
|
|
2172
|
+
token = Text;
|
|
2173
|
+
state = State.TopLevelContent;
|
|
2174
|
+
} else {
|
|
2175
|
+
text.slice(index); // ?
|
|
2176
|
+
throw new UnexpectedTokenError();
|
|
2177
|
+
}
|
|
2178
|
+
break;
|
|
2179
|
+
case State.InsideAttributeAfterDoubleQuote:
|
|
2180
|
+
if (next = text.slice(index).match(RE_ATTRIBUTE_VALUE_INSIDE_DOUBLE_QUOTE)) {
|
|
2181
|
+
token = AttributeValue;
|
|
2182
|
+
state = State.AfterAttributeValueInsideDoubleQuote;
|
|
2183
|
+
} else if (next = part.match(RE_DOUBLE_QUOTE)) {
|
|
2184
|
+
token = AttributeQuoteEnd;
|
|
2185
|
+
state = State.AfterAttributeValueClosingQuote;
|
|
2186
|
+
} else {
|
|
2187
|
+
throw new UnexpectedTokenError();
|
|
2188
|
+
}
|
|
2189
|
+
break;
|
|
2190
|
+
case State.InsideComment:
|
|
2191
|
+
if (next = part.match(RE_BLOCK_COMMENT_CONTENT)) {
|
|
2192
|
+
token = Comment;
|
|
2193
|
+
state = State.InsideComment;
|
|
2194
|
+
} else if (next = part.match(RE_COMMENT_END)) {
|
|
2195
|
+
token = EndCommentTag;
|
|
2196
|
+
state = State.TopLevelContent;
|
|
2197
|
+
} else {
|
|
2198
|
+
text.slice(index); // ?
|
|
2199
|
+
throw new UnexpectedTokenError();
|
|
2200
|
+
}
|
|
2201
|
+
break;
|
|
2202
|
+
case State.InsideOpeningTag:
|
|
2203
|
+
if (next = part.match(RE_ANGLE_BRACKET_CLOSE)) {
|
|
2204
|
+
token = ClosingAngleBracket;
|
|
2205
|
+
state = State.TopLevelContent;
|
|
2206
|
+
} else if (next = part.match(RE_WHITESPACE)) {
|
|
2207
|
+
token = WhitespaceInsideOpeningTag;
|
|
2208
|
+
state = State.InsideOpeningTagAfterWhitespace;
|
|
2209
|
+
} else if (next = part.match(RE_TAG_TEXT)) {
|
|
2210
|
+
token = Text;
|
|
2211
|
+
state = State.TopLevelContent;
|
|
2212
|
+
} else {
|
|
2213
|
+
throw new UnexpectedTokenError();
|
|
2214
|
+
}
|
|
2215
|
+
break;
|
|
2216
|
+
case State.InsideOpeningTagAfterWhitespace:
|
|
2217
|
+
if (next = part.match(RE_ATTRIBUTE_NAME)) {
|
|
2218
|
+
token = AttributeName;
|
|
2219
|
+
state = State.AfterAttributeName;
|
|
2220
|
+
} else if (next = part.match(RE_ANGLE_BRACKET_CLOSE)) {
|
|
2221
|
+
token = ClosingAngleBracket;
|
|
2222
|
+
state = State.TopLevelContent;
|
|
2223
|
+
} else if (next = part.match(RE_SELF_CLOSING)) {
|
|
2224
|
+
token = ClosingAngleBracket;
|
|
2225
|
+
state = State.TopLevelContent;
|
|
2226
|
+
} else if (next = part.match(RE_TEXT)) {
|
|
2227
|
+
token = AttributeName;
|
|
2228
|
+
state = State.AfterAttributeName;
|
|
2229
|
+
} else {
|
|
2230
|
+
text.slice(index).match(RE_TEXT); // ?
|
|
2231
|
+
text.slice(index); // ?
|
|
2232
|
+
throw new UnexpectedTokenError();
|
|
2233
|
+
}
|
|
2234
|
+
break;
|
|
2235
|
+
case State.InsideRawTextElement:
|
|
2236
|
+
{
|
|
2237
|
+
// Match everything up to the closing tag for the current raw-text element
|
|
2238
|
+
const closingTagPattern = new RegExp(`^([\\s\\S]*?)(<\\/${rawTextTagName}>)`, 'i');
|
|
2239
|
+
const rawMatch = part.match(closingTagPattern);
|
|
2240
|
+
if (rawMatch) {
|
|
2241
|
+
// Emit content before the closing tag (if any)
|
|
2242
|
+
if (rawMatch[1].length > 0) {
|
|
2243
|
+
tokens.push({
|
|
2244
|
+
text: rawMatch[1],
|
|
2245
|
+
type: Content
|
|
2246
|
+
});
|
|
2247
|
+
index += rawMatch[1].length;
|
|
2248
|
+
}
|
|
2249
|
+
// Now emit the closing tag tokens: <, /, tagname, >
|
|
2250
|
+
// < token
|
|
2251
|
+
tokens.push({
|
|
2252
|
+
text: '<',
|
|
2253
|
+
type: OpeningAngleBracket
|
|
2254
|
+
});
|
|
2255
|
+
index += 1;
|
|
2256
|
+
// / token
|
|
2257
|
+
tokens.push({
|
|
2258
|
+
text: '/',
|
|
2259
|
+
type: ClosingTagSlash
|
|
2260
|
+
});
|
|
2261
|
+
index += 1;
|
|
2262
|
+
// tagname token
|
|
2263
|
+
tokens.push({
|
|
2264
|
+
text: rawTextTagName,
|
|
2265
|
+
type: TagNameEnd
|
|
2266
|
+
});
|
|
2267
|
+
index += rawTextTagName.length;
|
|
2268
|
+
// > token
|
|
2269
|
+
tokens.push({
|
|
2270
|
+
text: '>',
|
|
2271
|
+
type: ClosingAngleBracket
|
|
2272
|
+
});
|
|
2273
|
+
index += 1;
|
|
2274
|
+
rawTextTagName = '';
|
|
2275
|
+
state = State.TopLevelContent;
|
|
2276
|
+
continue;
|
|
2277
|
+
}
|
|
2278
|
+
// No closing tag found — consume everything as content
|
|
2279
|
+
next = [part];
|
|
2280
|
+
token = Content;
|
|
2281
|
+
rawTextTagName = '';
|
|
2282
|
+
state = State.TopLevelContent;
|
|
2283
|
+
break;
|
|
2284
|
+
}
|
|
2285
|
+
case State.TopLevelContent:
|
|
2286
|
+
if (next = part.match(RE_ANGLE_BRACKET_OPEN_TAG)) {
|
|
2287
|
+
token = OpeningAngleBracket;
|
|
2288
|
+
state = State.AfterOpeningAngleBracket;
|
|
2289
|
+
} else if (next = part.match(RE_CONTENT)) {
|
|
2290
|
+
token = Content;
|
|
2291
|
+
state = State.TopLevelContent;
|
|
2292
|
+
} else if (next = part.match(RE_BLOCK_COMMENT_START)) {
|
|
2293
|
+
token = CommentStart;
|
|
2294
|
+
state = State.InsideComment;
|
|
2295
|
+
} else if (next = part.match(RE_ANGLE_BRACKET_CLOSE)) {
|
|
2296
|
+
token = Content;
|
|
2297
|
+
state = State.TopLevelContent;
|
|
2298
|
+
} else if (next = part.match(RE_ANGLE_BRACKET_OPEN)) {
|
|
2299
|
+
token = Text;
|
|
2300
|
+
state = State.TopLevelContent;
|
|
2301
|
+
} else {
|
|
2302
|
+
throw new UnexpectedTokenError();
|
|
2303
|
+
}
|
|
2304
|
+
break;
|
|
2305
|
+
default:
|
|
2306
|
+
throw new UnexpectedTokenError();
|
|
2307
|
+
}
|
|
2308
|
+
const tokenText = next[0];
|
|
2309
|
+
// After closing angle bracket of a raw-text element opening tag,
|
|
2310
|
+
// switch to raw text content mode instead of top-level content
|
|
2311
|
+
if (rawTextTagName && token === ClosingAngleBracket && state === State.TopLevelContent) {
|
|
2312
|
+
state = State.InsideRawTextElement;
|
|
2313
|
+
}
|
|
2314
|
+
tokens.push({
|
|
2315
|
+
text: tokenText,
|
|
2316
|
+
type: token
|
|
2317
|
+
});
|
|
2318
|
+
index += tokenText.length;
|
|
2319
|
+
}
|
|
2320
|
+
return tokens;
|
|
2321
|
+
};
|
|
2322
|
+
|
|
2323
|
+
// Tags that should be completely skipped (both tag and content)
|
|
2324
|
+
const TAGS_TO_SKIP_COMPLETELY = new Set(['meta', 'title']);
|
|
2325
|
+
|
|
2326
|
+
// Tags that should have their opening/closing tags skipped but content processed
|
|
2327
|
+
const TAGS_TO_SKIP_TAG_ONLY = new Set(['html', 'head']);
|
|
2328
|
+
|
|
2329
|
+
// Tags where we capture content as CSS
|
|
2330
|
+
const TAGS_TO_CAPTURE_AS_CSS = new Set(['style']);
|
|
2331
|
+
|
|
2332
|
+
// Tags where we capture content as JavaScript
|
|
2333
|
+
const TAGS_TO_CAPTURE_AS_JS = new Set(['script']);
|
|
2334
|
+
const parseHtml = (html, allowedAttributes = [], defaultAllowedAttributes = []) => {
|
|
2335
|
+
string(html);
|
|
2336
|
+
array(allowedAttributes);
|
|
2337
|
+
array(defaultAllowedAttributes);
|
|
2338
|
+
|
|
2339
|
+
// Combine default allowed attributes with any additional ones provided
|
|
2340
|
+
const allAllowedAttributes = new Set([...defaultAllowedAttributes, ...allowedAttributes]);
|
|
2341
|
+
const useBuiltInDefaults = allowedAttributes.length === 0;
|
|
2342
|
+
const tokens = tokenizeHtml(html);
|
|
2343
|
+
const dom = [];
|
|
2344
|
+
const css = [];
|
|
2345
|
+
const scripts = [];
|
|
2346
|
+
const root = {
|
|
2347
|
+
childCount: 0,
|
|
2348
|
+
type: 0
|
|
2349
|
+
};
|
|
2350
|
+
let current = root;
|
|
2351
|
+
const stack = [root];
|
|
2352
|
+
const tagStack = []; // Track tag names to match closing tags
|
|
2353
|
+
let attributeName = '';
|
|
2354
|
+
let lastTagWasSelfClosing = false;
|
|
2355
|
+
let skipDepth = 0; // Track how many levels deep we are in skipped content
|
|
2356
|
+
let captureCss = false; // Track if we're inside a style tag
|
|
2357
|
+
let cssContent = ''; // Accumulate CSS content
|
|
2358
|
+
let captureJs = false; // Track if we're inside a script tag
|
|
2359
|
+
let jsContent = ''; // Accumulate JavaScript content
|
|
2360
|
+
|
|
2361
|
+
for (const token of tokens) {
|
|
2362
|
+
switch (token.type) {
|
|
2363
|
+
case AttributeName:
|
|
2364
|
+
if (skipDepth === 0 && !captureCss && !captureJs) {
|
|
2365
|
+
attributeName = token.text;
|
|
2366
|
+
}
|
|
2367
|
+
break;
|
|
2368
|
+
case AttributeValue:
|
|
2369
|
+
if (skipDepth === 0 && !captureCss && !captureJs && (allAllowedAttributes.has(attributeName) || useBuiltInDefaults && isDefaultAllowedAttribute(attributeName, defaultAllowedAttributes))) {
|
|
2370
|
+
let finalAttributeName = attributeName;
|
|
2371
|
+
if (attributeName === 'class') finalAttributeName = 'className';else if (attributeName === 'type') finalAttributeName = 'inputType';
|
|
2372
|
+
current[finalAttributeName] = token.text;
|
|
2373
|
+
}
|
|
2374
|
+
attributeName = '';
|
|
2375
|
+
break;
|
|
2376
|
+
case ClosingAngleBracket:
|
|
2377
|
+
if (skipDepth === 0 && !captureCss && !captureJs) {
|
|
2378
|
+
// Handle boolean attributes (attributes without values)
|
|
2379
|
+
if (attributeName && (allAllowedAttributes.has(attributeName) || useBuiltInDefaults && isDefaultAllowedAttribute(attributeName, defaultAllowedAttributes))) {
|
|
2380
|
+
let finalAttributeName = attributeName;
|
|
2381
|
+
if (attributeName === 'class') finalAttributeName = 'className';else if (attributeName === 'type') finalAttributeName = 'inputType';
|
|
2382
|
+
current[finalAttributeName] = attributeName;
|
|
2383
|
+
}
|
|
2384
|
+
attributeName = '';
|
|
2385
|
+
// Return to parent if the current tag is self-closing
|
|
2386
|
+
if (lastTagWasSelfClosing) {
|
|
2387
|
+
current = stack.at(-1) || root;
|
|
2388
|
+
lastTagWasSelfClosing = false;
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
break;
|
|
2392
|
+
case Content:
|
|
2393
|
+
if (captureCss) {
|
|
2394
|
+
cssContent += token.text;
|
|
2395
|
+
} else if (captureJs) {
|
|
2396
|
+
jsContent += token.text;
|
|
2397
|
+
} else if (skipDepth === 0) {
|
|
2398
|
+
current.childCount++;
|
|
2399
|
+
dom.push(text(parseText(token.text)));
|
|
2400
|
+
}
|
|
2401
|
+
break;
|
|
2402
|
+
case Doctype:
|
|
2403
|
+
// Ignore DOCTYPE - it's parsed but not rendered since we're in a div
|
|
2404
|
+
break;
|
|
2405
|
+
case TagNameEnd:
|
|
2406
|
+
const tagNameToClose = tagStack.pop()?.toLowerCase() || '';
|
|
2407
|
+
if (TAGS_TO_CAPTURE_AS_CSS.has(tagNameToClose)) {
|
|
2408
|
+
// Finished capturing CSS
|
|
2409
|
+
if (cssContent.trim()) {
|
|
2410
|
+
css.push(cssContent);
|
|
2411
|
+
}
|
|
2412
|
+
cssContent = '';
|
|
2413
|
+
captureCss = false;
|
|
2414
|
+
} else if (TAGS_TO_CAPTURE_AS_JS.has(tagNameToClose)) {
|
|
2415
|
+
// Finished capturing JavaScript
|
|
2416
|
+
if (jsContent.trim()) {
|
|
2417
|
+
scripts.push(jsContent);
|
|
2418
|
+
}
|
|
2419
|
+
jsContent = '';
|
|
2420
|
+
captureJs = false;
|
|
2421
|
+
} else if (TAGS_TO_SKIP_COMPLETELY.has(tagNameToClose)) {
|
|
2422
|
+
// We were skipping this content, so decrement skipDepth
|
|
2423
|
+
skipDepth--;
|
|
2424
|
+
} else if (TAGS_TO_SKIP_TAG_ONLY.has(tagNameToClose)) ; else {
|
|
2425
|
+
// Normal tag - pop from stack
|
|
2426
|
+
if (stack.length > 1) {
|
|
2427
|
+
stack.pop();
|
|
2428
|
+
}
|
|
2429
|
+
current = stack.at(-1) || root;
|
|
2430
|
+
}
|
|
2431
|
+
break;
|
|
2432
|
+
case TagNameStart:
|
|
2433
|
+
const tagNameLower = token.text.toLowerCase();
|
|
2434
|
+
lastTagWasSelfClosing = isSelfClosingTag(token.text);
|
|
2435
|
+
|
|
2436
|
+
// Check if this tag captures CSS content
|
|
2437
|
+
if (TAGS_TO_CAPTURE_AS_CSS.has(tagNameLower)) {
|
|
2438
|
+
captureCss = true;
|
|
2439
|
+
cssContent = '';
|
|
2440
|
+
tagStack.push(token.text);
|
|
2441
|
+
}
|
|
2442
|
+
// Check if this tag captures JavaScript content
|
|
2443
|
+
else if (TAGS_TO_CAPTURE_AS_JS.has(tagNameLower)) {
|
|
2444
|
+
captureJs = true;
|
|
2445
|
+
jsContent = '';
|
|
2446
|
+
tagStack.push(token.text);
|
|
2447
|
+
}
|
|
2448
|
+
// Check if this tag should be completely skipped (meta, title)
|
|
2449
|
+
else if (TAGS_TO_SKIP_COMPLETELY.has(tagNameLower)) {
|
|
2450
|
+
if (!lastTagWasSelfClosing) {
|
|
2451
|
+
// For non-self-closing tags like title, mark as skipped
|
|
2452
|
+
skipDepth++;
|
|
2453
|
+
tagStack.push(token.text);
|
|
2454
|
+
}
|
|
2455
|
+
// For self-closing tags like meta, we just skip them without tracking
|
|
2456
|
+
}
|
|
2457
|
+
// Check if this tag should have its opening/closing tags skipped (html, head)
|
|
2458
|
+
else if (TAGS_TO_SKIP_TAG_ONLY.has(tagNameLower)) {
|
|
2459
|
+
if (!lastTagWasSelfClosing) {
|
|
2460
|
+
// Track the tag name for matching the closing tag
|
|
2461
|
+
tagStack.push(token.text);
|
|
2462
|
+
}
|
|
2463
|
+
}
|
|
2464
|
+
// Normal tag processing
|
|
2465
|
+
else if (skipDepth === 0) {
|
|
2466
|
+
current.childCount++;
|
|
2467
|
+
const newNode = {
|
|
2468
|
+
childCount: 0,
|
|
2469
|
+
type: getVirtualDomTag(token.text)
|
|
2470
|
+
};
|
|
2471
|
+
dom.push(newNode);
|
|
2472
|
+
current = newNode;
|
|
2473
|
+
if (!lastTagWasSelfClosing) {
|
|
2474
|
+
stack.push(current);
|
|
2475
|
+
tagStack.push(token.text);
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2478
|
+
break;
|
|
2479
|
+
case WhitespaceInsideOpeningTag:
|
|
2480
|
+
if (skipDepth === 0 && !captureCss && !captureJs &&
|
|
2481
|
+
// Handle boolean attributes (attributes without values)
|
|
2482
|
+
attributeName && (allAllowedAttributes.has(attributeName) || useBuiltInDefaults && isDefaultAllowedAttribute(attributeName, defaultAllowedAttributes))) {
|
|
2483
|
+
let finalAttributeName = attributeName;
|
|
2484
|
+
if (attributeName === 'class') finalAttributeName = 'className';else if (attributeName === 'type') finalAttributeName = 'inputType';
|
|
2485
|
+
current[finalAttributeName] = attributeName;
|
|
2486
|
+
}
|
|
2487
|
+
attributeName = '';
|
|
2488
|
+
break;
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
try {
|
|
2492
|
+
Object.defineProperty(dom, 'rootChildCount', {
|
|
2493
|
+
configurable: true,
|
|
2494
|
+
enumerable: false,
|
|
2495
|
+
value: root.childCount
|
|
2496
|
+
});
|
|
2497
|
+
} catch {
|
|
2498
|
+
dom.rootChildCount = root.childCount;
|
|
2499
|
+
}
|
|
2500
|
+
return {
|
|
2501
|
+
css,
|
|
2502
|
+
dom,
|
|
2503
|
+
scripts
|
|
2504
|
+
};
|
|
2505
|
+
};
|
|
2506
|
+
|
|
2507
|
+
const handleEditorChanged = async () => {
|
|
2508
|
+
// Get all preview instance keys
|
|
2509
|
+
const previewKeys = getKeys$1();
|
|
2510
|
+
|
|
2511
|
+
// Get all editor keys from the editor worker
|
|
2512
|
+
const editorKeys = await invoke$1('Editor.getKeys');
|
|
2513
|
+
|
|
2514
|
+
// For each preview instance
|
|
2515
|
+
for (const previewUid of previewKeys) {
|
|
2516
|
+
const {
|
|
2517
|
+
newState: state
|
|
2518
|
+
} = get(previewUid);
|
|
2519
|
+
|
|
2520
|
+
// Skip if no URI is set
|
|
2521
|
+
if (!state.uri) {
|
|
2522
|
+
continue;
|
|
2523
|
+
}
|
|
2524
|
+
|
|
2525
|
+
// Find the editor that matches our preview's URI
|
|
2526
|
+
let matchingEditorUid = null;
|
|
2527
|
+
for (const editorKey of editorKeys) {
|
|
2528
|
+
const editorUid = Number.parseFloat(editorKey);
|
|
2529
|
+
const editorUri = await invoke$1('Editor.getUri', editorUid);
|
|
2530
|
+
if (editorUri === state.uri) {
|
|
2531
|
+
matchingEditorUid = editorUid;
|
|
2532
|
+
break;
|
|
2533
|
+
}
|
|
2534
|
+
}
|
|
2535
|
+
|
|
2536
|
+
// If we found a matching editor, get its text and update the preview
|
|
2537
|
+
if (matchingEditorUid !== null) {
|
|
2538
|
+
try {
|
|
2539
|
+
const content = await invoke$1('Editor.getText', matchingEditorUid);
|
|
2540
|
+
const parseResult = parseHtml(content, []);
|
|
2541
|
+
const updatedState = {
|
|
2542
|
+
...state,
|
|
2543
|
+
content,
|
|
2544
|
+
css: parseResult.css,
|
|
2545
|
+
errorMessage: '',
|
|
2546
|
+
parsedDom: parseResult.dom,
|
|
2547
|
+
scripts: parseResult.scripts
|
|
2548
|
+
};
|
|
2549
|
+
set(previewUid, state, updatedState);
|
|
2550
|
+
} catch (error) {
|
|
2551
|
+
// If getting text fails, update with error message
|
|
2552
|
+
const errorMessage = error instanceof Error ? error.message : 'Unknown error';
|
|
2553
|
+
const updatedState = {
|
|
2554
|
+
...state,
|
|
2555
|
+
content: '',
|
|
2556
|
+
css: [],
|
|
2557
|
+
errorMessage,
|
|
2558
|
+
parsedDom: [],
|
|
2559
|
+
scripts: []
|
|
2560
|
+
};
|
|
2561
|
+
set(previewUid, state, updatedState);
|
|
2562
|
+
}
|
|
2563
|
+
}
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
// Rerender all previews after updates are complete
|
|
2567
|
+
await invoke('Preview.rerender');
|
|
2568
|
+
};
|
|
2569
|
+
|
|
2570
|
+
const updateContent = async (state, uri) => {
|
|
2571
|
+
try {
|
|
2572
|
+
// Read the file content using RendererWorker RPC
|
|
2573
|
+
const content = await readFile(uri);
|
|
2574
|
+
const {
|
|
2575
|
+
height,
|
|
2576
|
+
sandboxRpc,
|
|
2577
|
+
uid,
|
|
2578
|
+
width
|
|
2579
|
+
} = state;
|
|
2580
|
+
|
|
2581
|
+
// Parse the content into virtual DOM and CSS
|
|
2582
|
+
const parseResult = parseHtml(content);
|
|
2583
|
+
const parsedDom = parseResult.dom;
|
|
2584
|
+
const {
|
|
2585
|
+
css
|
|
2586
|
+
} = parseResult;
|
|
2587
|
+
const {
|
|
2588
|
+
scripts
|
|
2589
|
+
} = parseResult;
|
|
2590
|
+
if (scripts.length > 0) {
|
|
2591
|
+
await sandboxRpc.invoke('SandBox.loadContent', uid, width, height, content, scripts);
|
|
2592
|
+
const serialized = await sandboxRpc.invoke('SandBox.getSerializedDom', uid);
|
|
2593
|
+
const finalParsedDom = serialized.dom;
|
|
2594
|
+
const finalParsedNodesChildNodeCount = getParsedNodesChildNodeCount(finalParsedDom);
|
|
2595
|
+
return {
|
|
2596
|
+
...state,
|
|
2597
|
+
content,
|
|
2598
|
+
css,
|
|
2599
|
+
errorMessage: '',
|
|
2600
|
+
parsedDom: finalParsedDom,
|
|
2601
|
+
parsedNodesChildNodeCount: finalParsedNodesChildNodeCount,
|
|
2602
|
+
scripts
|
|
2603
|
+
};
|
|
2604
|
+
}
|
|
2605
|
+
const parsedNodesChildNodeCount = getParsedNodesChildNodeCount(parsedDom);
|
|
2606
|
+
return {
|
|
2607
|
+
...state,
|
|
2608
|
+
content,
|
|
2609
|
+
css,
|
|
2610
|
+
errorMessage: '',
|
|
2611
|
+
parsedDom,
|
|
2612
|
+
parsedNodesChildNodeCount,
|
|
2613
|
+
scripts
|
|
2614
|
+
};
|
|
2615
|
+
} catch (error) {
|
|
2616
|
+
// If file reading or parsing fails, return empty content and parsedDom with error message
|
|
2617
|
+
const errorMessage = error instanceof Error ? error.message : 'Unknown error';
|
|
2618
|
+
return {
|
|
2619
|
+
...state,
|
|
2620
|
+
content: '',
|
|
2621
|
+
css: [],
|
|
2622
|
+
errorMessage,
|
|
2623
|
+
parsedDom: [],
|
|
2624
|
+
parsedNodesChildNodeCount: 0,
|
|
2625
|
+
scripts: []
|
|
2626
|
+
};
|
|
2627
|
+
}
|
|
2628
|
+
};
|
|
2629
|
+
|
|
2630
|
+
const handleFileEdited = async state => {
|
|
2631
|
+
const {
|
|
2632
|
+
content,
|
|
2633
|
+
css,
|
|
2634
|
+
errorMessage,
|
|
2635
|
+
parsedDom,
|
|
2636
|
+
parsedNodesChildNodeCount,
|
|
2637
|
+
scripts
|
|
2638
|
+
} = await updateContent(state, state.uri);
|
|
2639
|
+
let finalParsedDom = parsedDom;
|
|
2640
|
+
let finalCss = css;
|
|
2641
|
+
let finalParsedNodesChildNodeCount = parsedNodesChildNodeCount;
|
|
2642
|
+
if (scripts.length > 0) {
|
|
2643
|
+
const {
|
|
2644
|
+
sandboxRpc,
|
|
2645
|
+
uid
|
|
2646
|
+
} = state;
|
|
2647
|
+
await sandboxRpc.invoke('SandBox.initialize', uid, content, scripts);
|
|
2648
|
+
const serialized = await sandboxRpc.invoke('SandBox.getSerializedDom', uid);
|
|
2649
|
+
finalParsedDom = serialized.dom;
|
|
2650
|
+
finalCss = serialized.css;
|
|
2651
|
+
finalParsedNodesChildNodeCount = getParsedNodesChildNodeCount(finalParsedDom);
|
|
2652
|
+
}
|
|
2653
|
+
return {
|
|
2654
|
+
...state,
|
|
2655
|
+
content,
|
|
2656
|
+
css: finalCss,
|
|
2657
|
+
errorMessage,
|
|
2658
|
+
parsedDom: finalParsedDom,
|
|
2659
|
+
parsedNodesChildNodeCount: finalParsedNodesChildNodeCount,
|
|
2660
|
+
scripts
|
|
2661
|
+
};
|
|
2662
|
+
};
|
|
2663
|
+
|
|
2664
|
+
const handleInput = async (state, hdId, value) => {
|
|
2665
|
+
if (!hdId) {
|
|
2666
|
+
return state;
|
|
2667
|
+
}
|
|
2668
|
+
return callAndUpdate(state, 'SandBox.handleInput', hdId, value);
|
|
2669
|
+
};
|
|
2670
|
+
|
|
2671
|
+
const handleKeydown = async (state, hdId, key, code) => {
|
|
2672
|
+
return callAndUpdate(state, 'SandBox.handleKeyDown', hdId, key, code);
|
|
2673
|
+
};
|
|
2674
|
+
|
|
2675
|
+
const handleKeyup = async (state, hdId, key, code) => {
|
|
2676
|
+
return callAndUpdate(state, 'SandBox.handleKeyUp', hdId, key, code);
|
|
2677
|
+
};
|
|
2678
|
+
|
|
2679
|
+
const handleMousedown = async (state, hdId, clientX, clientY) => {
|
|
2680
|
+
if (!hdId) {
|
|
2681
|
+
return state;
|
|
2682
|
+
}
|
|
2683
|
+
const {
|
|
2684
|
+
x,
|
|
2685
|
+
y
|
|
2686
|
+
} = state;
|
|
2687
|
+
const adjustedClientX = clientX - x;
|
|
2688
|
+
const adjustedClientY = clientY - y;
|
|
2689
|
+
return callAndUpdate(state, 'SandBox.handleMousedown', hdId, adjustedClientX, adjustedClientY);
|
|
2690
|
+
};
|
|
2691
|
+
|
|
2692
|
+
const handleMousemove = async (state, hdId, clientX, clientY) => {
|
|
2693
|
+
if (!hdId) {
|
|
2694
|
+
return state;
|
|
2695
|
+
}
|
|
2696
|
+
const {
|
|
2697
|
+
x,
|
|
2698
|
+
y
|
|
2699
|
+
} = state;
|
|
2700
|
+
const adjustedClientX = clientX - x;
|
|
2701
|
+
const adjustedClientY = clientY - y;
|
|
2702
|
+
return callAndUpdate(state, 'SandBox.handleMousemove', hdId, adjustedClientX, adjustedClientY);
|
|
2703
|
+
};
|
|
2704
|
+
|
|
2705
|
+
const handleMouseup = async (state, hdId) => {
|
|
2706
|
+
if (!hdId) {
|
|
2707
|
+
return state;
|
|
2708
|
+
}
|
|
2709
|
+
return callAndUpdate(state, 'SandBox.handleMouseup', hdId);
|
|
2710
|
+
};
|
|
2711
|
+
|
|
2712
|
+
const loadContent = async state => {
|
|
2713
|
+
// Try to register to receive editor change notifications from the editor worker.
|
|
2714
|
+
// Use dynamic access and ignore errors so this is safe in environments where
|
|
2715
|
+
// the EditorWorker / ListenerType are not available (e.g. unit tests).
|
|
2716
|
+
const EditorChange = 1;
|
|
2717
|
+
const rpcId = 9112;
|
|
2718
|
+
try {
|
|
2719
|
+
await invoke$1('Listener.register', EditorChange, rpcId);
|
|
2720
|
+
} catch (error) {
|
|
2721
|
+
console.error(error);
|
|
2722
|
+
}
|
|
2723
|
+
const {
|
|
2724
|
+
uri
|
|
2725
|
+
} = state;
|
|
2726
|
+
|
|
2727
|
+
// Read and parse file contents if we have a URI
|
|
2728
|
+
const {
|
|
2729
|
+
content,
|
|
2730
|
+
css,
|
|
2731
|
+
errorMessage,
|
|
2732
|
+
parsedDom,
|
|
2733
|
+
parsedNodesChildNodeCount,
|
|
2734
|
+
scripts
|
|
2735
|
+
} = uri ? await updateContent(state, state.uri) : {
|
|
2736
|
+
content: state.content,
|
|
2737
|
+
css: state.css,
|
|
2738
|
+
errorMessage: state.errorMessage,
|
|
2739
|
+
parsedDom: state.parsedDom,
|
|
2740
|
+
parsedNodesChildNodeCount: state.parsedNodesChildNodeCount,
|
|
2741
|
+
scripts: state.scripts
|
|
2742
|
+
};
|
|
2743
|
+
return {
|
|
2744
|
+
...state,
|
|
2745
|
+
content,
|
|
2746
|
+
css,
|
|
2747
|
+
errorCount: 0,
|
|
2748
|
+
errorMessage,
|
|
2749
|
+
initial: false,
|
|
2750
|
+
parsedDom,
|
|
2751
|
+
parsedNodesChildNodeCount,
|
|
2752
|
+
scripts,
|
|
2753
|
+
warningCount: 1
|
|
2754
|
+
};
|
|
2755
|
+
};
|
|
2756
|
+
|
|
2757
|
+
const BODY_SELECTOR_REGEX = /\bbody\b/g;
|
|
2758
|
+
const HTML_SELECTOR_REGEX = /\bhtml\b/g;
|
|
2759
|
+
|
|
2760
|
+
/**
|
|
2761
|
+
* Wraps CSS in a CSS nesting block (.Preview { ... }) and replaces 'html' and 'body'
|
|
2762
|
+
* selectors with '&' (the parent selector in CSS nesting).
|
|
2763
|
+
* This approach uses CSS nesting to automatically scope all selectors to the preview div.
|
|
2764
|
+
* Other selectors like 'button' or '*' are automatically scoped within the nesting.
|
|
2765
|
+
*
|
|
2766
|
+
* @param css The CSS string to process
|
|
2767
|
+
* @returns The CSS string wrapped in .Preview nesting block with proper selector replacements
|
|
2768
|
+
*/
|
|
2769
|
+
const replaceCssBodySelector = css => {
|
|
2770
|
+
if (!css.trim()) {
|
|
2771
|
+
return css;
|
|
2772
|
+
}
|
|
2773
|
+
|
|
2774
|
+
// Replace 'html' selector with '&' (CSS nesting parent selector)
|
|
2775
|
+
let result = css.replaceAll(HTML_SELECTOR_REGEX, '&');
|
|
2776
|
+
|
|
2777
|
+
// Replace 'body' selector with '&' (CSS nesting parent selector)
|
|
2778
|
+
result = result.replaceAll(BODY_SELECTOR_REGEX, '&');
|
|
2779
|
+
|
|
2780
|
+
// Wrap the entire CSS in .Preview nesting block
|
|
2781
|
+
result = `.Preview {\n${result}\n}`;
|
|
2782
|
+
return result;
|
|
2783
|
+
};
|
|
2784
|
+
|
|
2785
|
+
const renderCss = (oldState, newState) => {
|
|
2786
|
+
const {
|
|
2787
|
+
css,
|
|
2788
|
+
uid
|
|
2789
|
+
} = newState;
|
|
2790
|
+
|
|
2791
|
+
// Combine all CSS strings into a single string
|
|
2792
|
+
let cssString = css.join('\n');
|
|
2793
|
+
|
|
2794
|
+
// Replace body selector with .Preview since we render the preview in a div element, not a body
|
|
2795
|
+
cssString = replaceCssBodySelector(cssString);
|
|
2796
|
+
|
|
2797
|
+
// Return command in format that can be handled by the viewlet
|
|
2798
|
+
// The 'Viewlet.setCss' is a method that should be called on the viewlet
|
|
2799
|
+
return ['Viewlet.setCss', uid, cssString];
|
|
2800
|
+
};
|
|
2801
|
+
|
|
2802
|
+
const Preview = 'Preview';
|
|
2803
|
+
const Viewlet = 'Viewlet';
|
|
2804
|
+
|
|
2805
|
+
const HandleInput = 4;
|
|
2806
|
+
const HandleClick = 11;
|
|
2807
|
+
const HandleKeydown = 12;
|
|
2808
|
+
const HandleKeyup = 13;
|
|
2809
|
+
const HandleMousedown = 14;
|
|
2810
|
+
const HandleMousemove = 15;
|
|
2811
|
+
const HandleMouseup = 16;
|
|
2812
|
+
|
|
2813
|
+
const getEmptyPreviewDom = () => {
|
|
2814
|
+
return [{
|
|
2815
|
+
childCount: 1,
|
|
2816
|
+
className: mergeClassNames(Viewlet, Preview),
|
|
2817
|
+
type: Div$1
|
|
2818
|
+
}, {
|
|
2819
|
+
childCount: 1,
|
|
2820
|
+
type: H1$1
|
|
2821
|
+
}, {
|
|
2822
|
+
text: 'No URI has been specified',
|
|
2823
|
+
type: Text$1
|
|
2824
|
+
}];
|
|
2825
|
+
};
|
|
2826
|
+
|
|
2827
|
+
const getPreviewDom = state => {
|
|
2828
|
+
const {
|
|
2829
|
+
parsedDom,
|
|
2830
|
+
parsedNodesChildNodeCount,
|
|
2831
|
+
uri
|
|
2832
|
+
} = state;
|
|
2833
|
+
if (!uri) {
|
|
2834
|
+
return getEmptyPreviewDom();
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
// If parsedDom is available, render it as children of the wrapper
|
|
2838
|
+
if (parsedDom && parsedDom.length > 0) {
|
|
2839
|
+
return [{
|
|
2840
|
+
childCount: parsedNodesChildNodeCount,
|
|
2841
|
+
className: mergeClassNames(Viewlet, Preview),
|
|
2842
|
+
onClick: HandleClick,
|
|
2843
|
+
onInput: HandleInput,
|
|
2844
|
+
onKeyDown: HandleKeydown,
|
|
2845
|
+
onKeyUp: HandleKeyup,
|
|
2846
|
+
onMouseDown: HandleMousedown,
|
|
2847
|
+
onMouseMove: HandleMousemove,
|
|
2848
|
+
onMouseUp: HandleMouseup,
|
|
2849
|
+
tabIndex: 0,
|
|
2850
|
+
type: Div$1
|
|
2851
|
+
}, ...parsedDom];
|
|
2852
|
+
}
|
|
2853
|
+
return [{
|
|
2854
|
+
childCount: 1,
|
|
2855
|
+
className: mergeClassNames(Viewlet, Preview),
|
|
2856
|
+
onClick: HandleClick,
|
|
2857
|
+
onInput: HandleInput,
|
|
2858
|
+
onKeyDown: HandleKeydown,
|
|
2859
|
+
onKeyUp: HandleKeyup,
|
|
2860
|
+
onMouseDown: HandleMousedown,
|
|
2861
|
+
onMouseMove: HandleMousemove,
|
|
2862
|
+
onMouseUp: HandleMouseup,
|
|
2863
|
+
tabIndex: 0,
|
|
2864
|
+
type: Div$1
|
|
2865
|
+
}, {
|
|
2866
|
+
childCount: 1,
|
|
2867
|
+
type: H1$1
|
|
2868
|
+
}, {
|
|
2869
|
+
text: 'Edit the file on the left to get started.',
|
|
2870
|
+
type: Text$1
|
|
2871
|
+
}];
|
|
2872
|
+
};
|
|
2873
|
+
|
|
2874
|
+
const renderItems = (oldState, newState) => {
|
|
2875
|
+
const {
|
|
2876
|
+
initial,
|
|
2877
|
+
uid
|
|
2878
|
+
} = newState;
|
|
2879
|
+
if (initial) {
|
|
2880
|
+
return [SetDom2, uid, []];
|
|
2881
|
+
}
|
|
2882
|
+
const dom = getPreviewDom(newState);
|
|
2883
|
+
return [SetDom2, uid, dom];
|
|
2884
|
+
};
|
|
2885
|
+
|
|
2886
|
+
const renderIncremental = (oldState, newState) => {
|
|
2887
|
+
const oldDom = renderItems(oldState, oldState)[2];
|
|
2888
|
+
const newDom = renderItems(newState, newState)[2];
|
|
2889
|
+
const patches = diffTree(oldDom, newDom);
|
|
2890
|
+
return [SetPatches, newState.uid, patches];
|
|
2891
|
+
};
|
|
2892
|
+
|
|
2893
|
+
const getRenderer = diffType => {
|
|
2894
|
+
switch (diffType) {
|
|
2895
|
+
case RenderCss:
|
|
2896
|
+
return renderCss;
|
|
2897
|
+
case RenderIncremental:
|
|
2898
|
+
return renderIncremental;
|
|
2899
|
+
case RenderItems:
|
|
2900
|
+
return renderItems;
|
|
2901
|
+
default:
|
|
2902
|
+
throw new Error('unknown renderer');
|
|
2903
|
+
}
|
|
2904
|
+
};
|
|
2905
|
+
|
|
2906
|
+
const applyRender = (oldState, newState, diffResult) => {
|
|
2907
|
+
const commands = [];
|
|
2908
|
+
for (const item of diffResult) {
|
|
2909
|
+
const fn = getRenderer(item);
|
|
2910
|
+
const result = fn(oldState, newState);
|
|
2911
|
+
if (result.length > 0) {
|
|
2912
|
+
commands.push(result);
|
|
2913
|
+
}
|
|
2914
|
+
}
|
|
2915
|
+
return commands;
|
|
2916
|
+
};
|
|
2917
|
+
|
|
2918
|
+
const render2 = (uid, diffResult) => {
|
|
2919
|
+
const {
|
|
2920
|
+
newState,
|
|
2921
|
+
oldState
|
|
2922
|
+
} = get(uid);
|
|
2923
|
+
set(uid, newState, newState);
|
|
2924
|
+
const commands = applyRender(oldState, newState, diffResult);
|
|
2925
|
+
return commands;
|
|
2926
|
+
};
|
|
2927
|
+
|
|
2928
|
+
const renderEventListeners = () => {
|
|
2929
|
+
return [{
|
|
2930
|
+
capture: true,
|
|
2931
|
+
name: HandleClick,
|
|
2932
|
+
params: ['handleClick', 'event.target.dataset.id', 'event.clientX', 'event.clientY']
|
|
2933
|
+
}, {
|
|
2934
|
+
capture: true,
|
|
2935
|
+
name: HandleInput,
|
|
2936
|
+
params: ['handleInput', 'event.target.dataset.id', 'event.target.value']
|
|
2937
|
+
}, {
|
|
2938
|
+
capture: true,
|
|
2939
|
+
name: HandleKeydown,
|
|
2940
|
+
params: ['handleKeyDown', 'event.target.dataset.id', 'event.key', 'event.code']
|
|
2941
|
+
}, {
|
|
2942
|
+
capture: true,
|
|
2943
|
+
name: HandleKeyup,
|
|
2944
|
+
params: ['handleKeyUp', 'event.target.dataset.id', 'event.key', 'event.code']
|
|
2945
|
+
}, {
|
|
2946
|
+
capture: true,
|
|
2947
|
+
name: HandleMousedown,
|
|
2948
|
+
params: ['handleMousedown', 'event.target.dataset.id', 'event.clientX', 'event.clientY']
|
|
2949
|
+
}, {
|
|
2950
|
+
capture: true,
|
|
2951
|
+
name: HandleMousemove,
|
|
2952
|
+
params: ['handleMousemove', 'event.target.dataset.id', 'event.clientX', 'event.clientY']
|
|
2953
|
+
}, {
|
|
2954
|
+
capture: true,
|
|
2955
|
+
name: HandleMouseup,
|
|
2956
|
+
params: ['handleMouseup', 'event.target.dataset.id']
|
|
2957
|
+
}];
|
|
2958
|
+
};
|
|
2959
|
+
|
|
2960
|
+
const rerender = state => {
|
|
2961
|
+
// Create a new copy of parsedDom array to trigger diff
|
|
2962
|
+
const parsedDom = [...state.parsedDom];
|
|
2963
|
+
|
|
2964
|
+
// Return a new state object with the copied parsedDom
|
|
2965
|
+
// This will cause DiffItems.isEqual to return false since parsedDom reference changed
|
|
2966
|
+
return {
|
|
2967
|
+
...state,
|
|
2968
|
+
parsedDom
|
|
2969
|
+
};
|
|
2970
|
+
};
|
|
2971
|
+
const triggerRerender = async state => {
|
|
2972
|
+
await invoke('Preview.rerender');
|
|
2973
|
+
return state;
|
|
2974
|
+
};
|
|
2975
|
+
|
|
2976
|
+
const resize = (state, dimensions) => {
|
|
2977
|
+
return {
|
|
2978
|
+
...state,
|
|
2979
|
+
...dimensions
|
|
2980
|
+
};
|
|
2981
|
+
};
|
|
2982
|
+
|
|
2983
|
+
const saveState = state => {
|
|
2984
|
+
return {
|
|
2985
|
+
x: 0
|
|
2986
|
+
};
|
|
2987
|
+
};
|
|
2988
|
+
|
|
2989
|
+
const setUri = async (state, uri) => {
|
|
2990
|
+
const {
|
|
2991
|
+
content,
|
|
2992
|
+
css,
|
|
2993
|
+
errorMessage,
|
|
2994
|
+
parsedDom,
|
|
2995
|
+
parsedNodesChildNodeCount,
|
|
2996
|
+
scripts
|
|
2997
|
+
} = await updateContent(state, uri);
|
|
2998
|
+
return {
|
|
2999
|
+
...state,
|
|
3000
|
+
content,
|
|
3001
|
+
css,
|
|
3002
|
+
errorMessage,
|
|
3003
|
+
parsedDom,
|
|
3004
|
+
parsedNodesChildNodeCount,
|
|
3005
|
+
scripts,
|
|
3006
|
+
uri
|
|
3007
|
+
};
|
|
3008
|
+
};
|
|
3009
|
+
|
|
3010
|
+
const commandMap = {
|
|
3011
|
+
handleEditorChanged: handleEditorChanged,
|
|
3012
|
+
'Preview.create': create,
|
|
3013
|
+
'Preview.createOffscreenCanvas': wrapGetter(getOffscreenCanvas),
|
|
3014
|
+
'Preview.diff2': diff2,
|
|
3015
|
+
'Preview.executeCallback': executeCallback,
|
|
3016
|
+
'Preview.getCommandIds': getCommandIds,
|
|
3017
|
+
'Preview.handleClick': wrapCommand(handleClick),
|
|
3018
|
+
'Preview.handleFileEdited': wrapCommand(handleFileEdited),
|
|
3019
|
+
'Preview.handleInput': wrapCommand(handleInput),
|
|
3020
|
+
'Preview.handleKeyDown': wrapCommand(handleKeydown),
|
|
3021
|
+
'Preview.handleKeyUp': wrapCommand(handleKeyup),
|
|
3022
|
+
'Preview.handleMousedown': wrapCommand(handleMousedown),
|
|
3023
|
+
'Preview.handleMousemove': wrapCommand(handleMousemove),
|
|
3024
|
+
'Preview.handleMouseup': wrapCommand(handleMouseup),
|
|
3025
|
+
'Preview.loadContent': wrapCommand(loadContent),
|
|
3026
|
+
'Preview.render2': render2,
|
|
3027
|
+
'Preview.renderEventListeners': renderEventListeners,
|
|
3028
|
+
'Preview.rerender': wrapCommand(rerender),
|
|
3029
|
+
'Preview.resize': wrapCommand(resize),
|
|
3030
|
+
'Preview.saveState': wrapGetter(saveState),
|
|
3031
|
+
'Preview.setUri': wrapCommand(setUri),
|
|
3032
|
+
'Preview.terminate': terminate,
|
|
3033
|
+
'Preview.triggerRerender': wrapCommand(triggerRerender)
|
|
3034
|
+
};
|
|
3035
|
+
|
|
3036
|
+
const listen = async () => {
|
|
3037
|
+
registerCommands(commandMap);
|
|
3038
|
+
const rpc = await create$3({
|
|
3039
|
+
commandMap: commandMap
|
|
3040
|
+
});
|
|
3041
|
+
set$1(rpc);
|
|
3042
|
+
const editorRpc = await create$6({
|
|
3043
|
+
commandMap: {},
|
|
3044
|
+
send: port => sendMessagePortToEditorWorker(port, 9112)
|
|
3045
|
+
});
|
|
3046
|
+
set$2(editorRpc);
|
|
3047
|
+
};
|
|
3048
|
+
|
|
3049
|
+
const main = async () => {
|
|
3050
|
+
await listen();
|
|
3051
|
+
};
|
|
3052
|
+
|
|
3053
|
+
main();
|