@lvce-editor/static-server 0.49.16 → 0.49.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1862 -1861
- package/package.json +1 -1
- package/static/{bd3fe96 → b935d42}/css/App.css +83 -83
- package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +1 -1
- package/static/{bd3fe96 → b935d42}/manifest.json +2 -2
- package/static/{bd3fe96 → b935d42}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/b935d42/packages/error-worker/dist/errorWorkerMain.js +2146 -0
- package/static/{bd3fe96 → b935d42}/packages/explorer-worker/dist/explorerViewWorkerMain.js +39 -13
- package/static/{bd3fe96 → b935d42}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{bd3fe96 → b935d42}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{bd3fe96 → b935d42}/packages/renderer-worker/dist/rendererWorkerMain.js +723 -1114
- package/static/{bd3fe96 → b935d42}/packages/text-search-worker/dist/textSearchWorkerMain.js +97 -23
- package/static/{bd3fe96 → b935d42}/packages/title-bar-worker/dist/titleBarWorkerMain.js +4 -1
- package/static/index.html +4 -4
- /package/static/{bd3fe96 → b935d42}/config/colorTheme.json +0 -0
- /package/static/{bd3fe96 → b935d42}/config/defaultSettings.json +0 -0
- /package/static/{bd3fe96 → b935d42}/config/fileMap.json +0 -0
- /package/static/{bd3fe96 → b935d42}/config/webExtensions.json +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/Animation.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/DebugButtons.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/DebugValue.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/E2eTest.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/E2eTests.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/EditorHover.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/EditorMessage.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/FeatureContent.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/Features.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ImagePreview.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/InputBadge.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/Key.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/LegacyDialog.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/Markdown.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/Progress.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/Select.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/Table.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletAbout.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletDialog.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletMedia.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletOutput.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletPanel.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletPdf.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletProblems.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletReferences.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletSearch.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletStorage.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{bd3fe96 → b935d42}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{bd3fe96 → b935d42}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/default_file.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/default_folder.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/default_root_folder.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_access.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_access2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ada.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_agda.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ai.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_al.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_angular.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_apache.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_apex.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_apib.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_apl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_asp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_astro.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_atom.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ats.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_attw.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_audio.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_avif.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_avro.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_awk.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_aws.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_azure.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_babel.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bak.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bat.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bats.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_biml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_binary.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_biome.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_blade.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_blender.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bower.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_buf.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bun.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_c.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_c2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_c3.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cake.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_casc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cert.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cf.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_chef.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_class.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_compass.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_composer.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_conan.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_conda.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_config.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_craco.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_css.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_css2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_cython.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dal.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_db.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_debian.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_deno.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_diff.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_django.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_docker.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_docz.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_drone.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_drools.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_edge.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_eex.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_elm.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ember.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_eps.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_epub.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_erb.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_excel.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_expo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fla.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_flash.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_flow.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_font.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_funding.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_galen.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_git.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_git2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_glide.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_go.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_godot.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_grain.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_haml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_helix.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_helm.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_host.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_html.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_http.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_husky.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_hy.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_icl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_idris.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_image.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_imba.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_inc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_informix.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ini.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ink.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_io.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jake.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_janet.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jar.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_java.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jest.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_json.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_json2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_json5.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jss.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_juice.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_julia.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_just.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_k.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_karma.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_key.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_kite.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_knip.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_kos.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_lark.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_latino.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_layout.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_less.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_lex.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_liara.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_license.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_lime.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_locale.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_log.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_lua.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_luau.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_lync.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_map.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_marko.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_maven.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_maya.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_meson.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_motif.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mson.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_next.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nim.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nix.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_noc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_node.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_node2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_npm.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nx.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_org.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_package.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_paket.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_patch.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_perl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_php.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_php2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_php3.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pine.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pip.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pony.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_postman.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_preact.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_progress.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pug.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_python.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_q.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_qml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_r.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_racket.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rails.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rake.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_raku.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_raml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_razor.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_reason.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_red.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_registry.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rego.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_remark.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_replit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rest.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_retext.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_riot.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_robots.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rome.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ron.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rss.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rust.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sails.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_san.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sas.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sass.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_scala.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_script.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_scss.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_shell.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sino.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_slang.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_slice.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_slim.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_slint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sln.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_snort.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_source.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_spin.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sql.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sss.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sst.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_stan.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_stata.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_style.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_styled.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_svg.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_swc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_swift.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_swig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_teal.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_templ.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tera.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_test.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_testts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tex.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_text.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_textile.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tm.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_todo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_toit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_toml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tox.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_travis.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tree.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tres.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tt.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_twig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_unison.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vala.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vash.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vb.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vba.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vento.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_video.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_view.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vim.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vite.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_volt.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vue.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wally.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_windi.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_word.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_word2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_xib.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_xml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_xo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_yang.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_zig.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_zip.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_android.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_api.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_app.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_client.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_common.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_component.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_config.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_css.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_db.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_git.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_github.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_images.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_include.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_js.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_json.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_less.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_library.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_log.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_model.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_module.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_next.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_node.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_package.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_php.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_private.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_public.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_python.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_route.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_script.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_server.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_services.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_src.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_story.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_style.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_template.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_test.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_video.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_view.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_www.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/add.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/arrow-down.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/arrow-left.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/arrow-right.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/arrow-up.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/blank.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/book.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/case-sensitive.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/check.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/chevron-down.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/chevron-left.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/chevron-right.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/chevron-up.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/chrome-close.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/chrome-maximize.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/chrome-minimize.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/chrome-restore.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/circle-filled.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/clear-all.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/close.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/cloud.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/collapse-all.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-all.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-alt-2.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-alt-small.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-alt.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-console.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-continue-small.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-continue.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-coverage.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-disconnect.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-line-by-line.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-pause.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-rerun.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-restart-frame.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-restart.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-stackframe.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-start.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-step-back.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-step-into.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-step-out.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-step-over.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug-stop.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/debug.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/discard.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/edit.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/ellipsis.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/error.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/exclude.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/extensions.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/files.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/filter.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/go-to-file.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/icon-close.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/icon-source-control.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/icon-sync.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/icon.png +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/icon.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/info.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/language-icon.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/link-external.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/list-flat.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/list-tree.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/new-file.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/new-folder.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/newline.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/open-preview.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/play.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/preserve-case.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/progress.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/pwa-icon-192.png +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/pwa-icon-512.png +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/record-keys.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/refresh.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/regex.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/remove.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/replace-all.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/replace.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/run-all.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/search.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/settings-gear.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/sort-precedence.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/source-control.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/split-horizontal.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/squiggly-error.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/squiggly-warning.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-array.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-boolean.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-class.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-color.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-constant.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-enum-member.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-enum.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-event.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-field.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-file.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-interface.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-key.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-keyword.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-method.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-misc.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-namespace.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-numeric.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-operator.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-parameter.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-property.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-ruler.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-snippet.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-string.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-structure.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/symbol-variable.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/tag.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/terminal-bash.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/terminal.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/theme-icon.png +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/trash.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/triangle-down.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/triangle-left.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/triangle-right.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/triangle-up.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/warning.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/whole-word.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/zoom-in.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/icons/zoom-out.svg +0 -0
- /package/static/{bd3fe96 → b935d42}/js/babel-parser.js +0 -0
- /package/static/{bd3fe96 → b935d42}/js/blob-util.js +0 -0
- /package/static/{bd3fe96 → b935d42}/js/ky.js +0 -0
- /package/static/{bd3fe96 → b935d42}/js/lvce-editor-import-script.js +0 -0
- /package/static/{bd3fe96 → b935d42}/js/lvce-editor-ipc.js +0 -0
- /package/static/{bd3fe96 → b935d42}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{bd3fe96 → b935d42}/js/lvce-editor-verror.js +0 -0
- /package/static/{bd3fe96 → b935d42}/js/p-min-delay.js +0 -0
- /package/static/{bd3fe96 → b935d42}/js/pretty-bytes.js +0 -0
- /package/static/{bd3fe96 → b935d42}/js/preview-injected.js +0 -0
- /package/static/{bd3fe96 → b935d42}/js/yoctodelay.js +0 -0
- /package/static/{bd3fe96 → b935d42}/lib-css/termterm.css +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/renderer-process/LICENSE +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/renderer-process/README.md +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/renderer-process/package.json +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.cpp +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.css +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.csv +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.dart +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.env +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.ex +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.html +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.java +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.jl +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.js +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.json +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.kt +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.pl +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.py +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/index.ts +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/scrolling.txt +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/languages/tsconfig.json +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/sample-folder/a.txt +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/sample-folder/b.txt +0 -0
- /package/static/{bd3fe96 → b935d42}/playground/sample-folder/c.txt +0 -0
|
@@ -110,7 +110,7 @@ const getAssetDir = () => {
|
|
|
110
110
|
// @ts-ignore
|
|
111
111
|
{
|
|
112
112
|
// @ts-ignore
|
|
113
|
-
return '/
|
|
113
|
+
return '/b935d42';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -458,7 +458,7 @@ const unwrapJsonRpcResult = responseMessage => {
|
|
|
458
458
|
}
|
|
459
459
|
throw new JsonRpcError("unexpected response message");
|
|
460
460
|
};
|
|
461
|
-
const invoke$
|
|
461
|
+
const invoke$j = async (ipc, method, ...params) => {
|
|
462
462
|
const {
|
|
463
463
|
message,
|
|
464
464
|
promise
|
|
@@ -1118,8 +1118,8 @@ const listen$1 = async () => {
|
|
|
1118
1118
|
handleIpc(ipc);
|
|
1119
1119
|
state$I.ipc = ipc;
|
|
1120
1120
|
};
|
|
1121
|
-
const invoke$
|
|
1122
|
-
return invoke$
|
|
1121
|
+
const invoke$i = (method, ...params) => {
|
|
1122
|
+
return invoke$j(state$I.ipc, method, ...params);
|
|
1123
1123
|
};
|
|
1124
1124
|
const invokeAndTransfer$4 = (method, ...params) => {
|
|
1125
1125
|
return invokeAndTransfer$5(state$I.ipc, method, ...params);
|
|
@@ -1140,7 +1140,7 @@ const loadCssStyleSheets = css => {
|
|
|
1140
1140
|
return Promise.all(css.map(loadCssStyleSheet));
|
|
1141
1141
|
};
|
|
1142
1142
|
const addCssStyleSheet = (id, css) => {
|
|
1143
|
-
return invoke$
|
|
1143
|
+
return invoke$i('Css.addCssStyleSheet', id, css);
|
|
1144
1144
|
};
|
|
1145
1145
|
const actuallyAddDynamicCss = async (id, getCss, preferences) => {
|
|
1146
1146
|
const css = await getCss(preferences);
|
|
@@ -1153,631 +1153,134 @@ const addDynamicCss = (id, getCss, preferences) => {
|
|
|
1153
1153
|
return get$g(id);
|
|
1154
1154
|
};
|
|
1155
1155
|
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
*/
|
|
1161
|
-
const loadKy = async () => {
|
|
1162
|
-
const url = `${assetDir}/js/ky.js`;
|
|
1163
|
-
const module = await import(url);
|
|
1164
|
-
return module;
|
|
1165
|
-
};
|
|
1166
|
-
|
|
1167
|
-
const getJson$6 = async (url, options = {}) => {
|
|
1168
|
-
try {
|
|
1169
|
-
string(url);
|
|
1170
|
-
const response = await fetch(url);
|
|
1171
|
-
if (!response.ok) {
|
|
1172
|
-
throw new Error(response.statusText);
|
|
1173
|
-
}
|
|
1174
|
-
const result = await response.json();
|
|
1175
|
-
return result;
|
|
1176
|
-
} catch (error) {
|
|
1177
|
-
if (error && error instanceof TypeError && error.message === 'Failed to fetch') {
|
|
1178
|
-
throw new VError(`Failed to request json from "${url}". Make sure that the server is running and has CORS enabled`);
|
|
1179
|
-
}
|
|
1180
|
-
// @ts-ignore
|
|
1181
|
-
error.message = `Failed to request json from "${url}": ${error.message}`;
|
|
1182
|
-
throw error;
|
|
1183
|
-
}
|
|
1184
|
-
};
|
|
1185
|
-
const getText$2 = async (url, options = {}) => {
|
|
1186
|
-
try {
|
|
1187
|
-
const {
|
|
1188
|
-
default: ky
|
|
1189
|
-
} = await loadKy();
|
|
1190
|
-
return await ky(url, options).text();
|
|
1191
|
-
} catch (error) {
|
|
1192
|
-
if (error && error instanceof TypeError && error.message === 'Failed to fetch') {
|
|
1193
|
-
throw new VError(error, `Failed to request text from "${url}". Make sure that the server is running and has CORS enabled`);
|
|
1194
|
-
}
|
|
1195
|
-
throw new VError(error, `Failed to request text from "${url}"`);
|
|
1196
|
-
}
|
|
1197
|
-
};
|
|
1198
|
-
const getBlob$5 = async (url, options = {}) => {
|
|
1199
|
-
try {
|
|
1200
|
-
const {
|
|
1201
|
-
default: ky
|
|
1202
|
-
} = await loadKy();
|
|
1203
|
-
return await ky(url, options).blob();
|
|
1204
|
-
} catch (error) {
|
|
1205
|
-
throw new VError(error, `Failed to request blob from "${url}"`);
|
|
1206
|
-
}
|
|
1207
|
-
};
|
|
1208
|
-
const getResponse$1 = async (url, options) => {
|
|
1209
|
-
try {
|
|
1210
|
-
const {
|
|
1211
|
-
default: ky
|
|
1212
|
-
} = await loadKy();
|
|
1213
|
-
return await ky(url, options);
|
|
1214
|
-
} catch (error) {
|
|
1215
|
-
throw new VError(error, `Failed to request response from "${url}"`);
|
|
1216
|
-
}
|
|
1217
|
-
};
|
|
1218
|
-
|
|
1219
|
-
const splitLines = lines => {
|
|
1220
|
-
string(lines);
|
|
1221
|
-
return lines.split(NewLine$1);
|
|
1222
|
-
};
|
|
1223
|
-
|
|
1224
|
-
const RE_AT = /^\s+at/;
|
|
1225
|
-
const RE_AT_PROMISE_INDEX = /^\s*at async Promise.all \(index \d+\)$/;
|
|
1226
|
-
const RE_OBJECT_AS = /^\s*at Object\.\w+ \[as ([\w\.]+)\]/;
|
|
1227
|
-
const RE_OBJECT = /^\s*at Object\.(\w+)/;
|
|
1228
|
-
const RE_ASYNC_OBJECT = /^\s*at async Object\.(\w+)/;
|
|
1229
|
-
const RE_PATH_1$1 = /\((.*):(\d+):(\d+)\)$/;
|
|
1230
|
-
const RE_PATH_2$1 = /at (.*):(\d+):(\d+)$/;
|
|
1231
|
-
const RE_PATH_3$1 = /@(.*):(\d+):(\d+)$/; // Firefox
|
|
1232
|
-
const RE_RESTORE_JSON_RPC_ERROR = /^\s*at restoreJsonRpcError/;
|
|
1233
|
-
const RE_UNWRAP_JSON_RPC_RESULT = /^\s*at unwrapJsonRpcResult/;
|
|
1234
|
-
const RE_GET_RESPONSE = /^\s*at getResponse/;
|
|
1235
|
-
const RE_JSON_RPC_INVOKE = /^\s*at invoke .*JsonRpc\.js/;
|
|
1236
|
-
const RE_ASSERT = /^\s*at .*\/Assert\.js/;
|
|
1237
|
-
const RE_CONSTRUCT_ERROR = /^\s*at constructError /;
|
|
1238
|
-
const isInternalLine = line => {
|
|
1239
|
-
return RE_AT_PROMISE_INDEX.test(line);
|
|
1240
|
-
};
|
|
1241
|
-
const isRelevantLine = line => {
|
|
1242
|
-
return !isInternalLine(line);
|
|
1243
|
-
};
|
|
1244
|
-
const isNormalStackLine = line => {
|
|
1245
|
-
return RE_AT.test(line) && !RE_AT_PROMISE_INDEX.test(line) || RE_PATH_2$1.test(line) || RE_PATH_3$1.test(line);
|
|
1246
|
-
};
|
|
1247
|
-
const isApplicationUsefulLine = (line, index) => {
|
|
1248
|
-
if (index === 0) {
|
|
1249
|
-
if (RE_ASSERT.test(line)) {
|
|
1250
|
-
return false;
|
|
1251
|
-
}
|
|
1252
|
-
return true;
|
|
1253
|
-
}
|
|
1254
|
-
if (RE_RESTORE_JSON_RPC_ERROR.test(line) || RE_JSON_RPC_INVOKE.test(line) || RE_UNWRAP_JSON_RPC_RESULT.test(line) || RE_CONSTRUCT_ERROR.test(line) || RE_GET_RESPONSE.test(line)) {
|
|
1255
|
-
return false;
|
|
1256
|
-
}
|
|
1257
|
-
return true;
|
|
1258
|
-
};
|
|
1259
|
-
const cleanLine = line => {
|
|
1260
|
-
if (line.startsWith(' at async Module.')) {
|
|
1261
|
-
return ' at async ' + line.slice(' at async Module.'.length);
|
|
1262
|
-
}
|
|
1263
|
-
if (line.startsWith(' at Module.')) {
|
|
1264
|
-
return ' at ' + line.slice(' at Module.'.length);
|
|
1265
|
-
}
|
|
1266
|
-
const objectAsMatch = line.match(RE_OBJECT_AS);
|
|
1267
|
-
if (objectAsMatch) {
|
|
1268
|
-
return ' at ' + objectAsMatch[1] + line.slice(objectAsMatch[0].length);
|
|
1269
|
-
}
|
|
1270
|
-
const objectMatch = line.match(RE_OBJECT);
|
|
1271
|
-
if (objectMatch) {
|
|
1272
|
-
return ' at ' + objectMatch[1] + line.slice(objectMatch[0].length);
|
|
1273
|
-
}
|
|
1274
|
-
const asyncObjectMatch = line.match(RE_ASYNC_OBJECT);
|
|
1275
|
-
if (asyncObjectMatch) {
|
|
1276
|
-
return ' at async ' + asyncObjectMatch[1] + line.slice(asyncObjectMatch[0].length);
|
|
1156
|
+
const workers = new Map();
|
|
1157
|
+
const getOrCreate$2 = fn => {
|
|
1158
|
+
if (!workers.has(fn)) {
|
|
1159
|
+
workers.set(fn, fn());
|
|
1277
1160
|
}
|
|
1278
|
-
return
|
|
1161
|
+
return workers.get(fn);
|
|
1279
1162
|
};
|
|
1280
|
-
const
|
|
1281
|
-
const index = lines.findIndex(isNormalStackLine);
|
|
1163
|
+
const getOrCreateWorker = fn => {
|
|
1282
1164
|
return {
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
}
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
actualStack
|
|
1309
|
-
} = getDetails(lines);
|
|
1310
|
-
const relevantStack = actualStack.filter(isRelevantLine).filter(isApplicationUsefulLine);
|
|
1311
|
-
const merged = mergeCustom(custom, relevantStack);
|
|
1312
|
-
return merged;
|
|
1313
|
-
};
|
|
1314
|
-
|
|
1315
|
-
// based on https://github.com/babel/babel/blob/6be6e04f396f03feace4431f709564a8d842163a/packages/babel-code-frame/src/index.ts (License MIT)
|
|
1316
|
-
|
|
1317
|
-
/**
|
|
1318
|
-
* RegExp to test for newlines in terminal.
|
|
1319
|
-
*/
|
|
1320
|
-
|
|
1321
|
-
const NEWLINE = /\n/;
|
|
1322
|
-
|
|
1323
|
-
/**
|
|
1324
|
-
* Extract what lines should be marked and highlighted.
|
|
1325
|
-
*/
|
|
1326
|
-
const getMarkerLines = (loc, source, opts) => {
|
|
1327
|
-
const startLoc = {
|
|
1328
|
-
column: 0,
|
|
1329
|
-
line: -1,
|
|
1330
|
-
...loc.start
|
|
1331
|
-
};
|
|
1332
|
-
const endLoc = {
|
|
1333
|
-
...startLoc,
|
|
1334
|
-
...loc.end
|
|
1335
|
-
};
|
|
1336
|
-
const {
|
|
1337
|
-
linesAbove = 2,
|
|
1338
|
-
linesBelow = 3
|
|
1339
|
-
} = opts || {};
|
|
1340
|
-
const startLine = startLoc.line;
|
|
1341
|
-
const startColumn = startLoc.column;
|
|
1342
|
-
const endLine = endLoc.line;
|
|
1343
|
-
const endColumn = endLoc.column;
|
|
1344
|
-
let start = Math.max(startLine - (linesAbove + 1), 0);
|
|
1345
|
-
let end = Math.min(source.length, endLine + linesBelow);
|
|
1346
|
-
if (startLine === -1) {
|
|
1347
|
-
start = 0;
|
|
1348
|
-
}
|
|
1349
|
-
if (endLine === -1) {
|
|
1350
|
-
end = source.length;
|
|
1351
|
-
}
|
|
1352
|
-
const lineDiff = endLine - startLine;
|
|
1353
|
-
const markerLines = {};
|
|
1354
|
-
if (lineDiff) {
|
|
1355
|
-
for (let i = 0; i <= lineDiff; i++) {
|
|
1356
|
-
const lineNumber = i + startLine;
|
|
1357
|
-
if (!startColumn) {
|
|
1358
|
-
markerLines[lineNumber] = true;
|
|
1359
|
-
} else if (i === 0) {
|
|
1360
|
-
const sourceLength = source[lineNumber - 1].length;
|
|
1361
|
-
markerLines[lineNumber] = [startColumn, sourceLength - startColumn + 1];
|
|
1362
|
-
} else if (i === lineDiff) {
|
|
1363
|
-
markerLines[lineNumber] = [0, endColumn];
|
|
1364
|
-
} else {
|
|
1365
|
-
const sourceLength = source[lineNumber - i].length;
|
|
1366
|
-
markerLines[lineNumber] = [0, sourceLength];
|
|
1367
|
-
}
|
|
1165
|
+
async invoke(method, ...params) {
|
|
1166
|
+
const ipc = await getOrCreate$2(fn);
|
|
1167
|
+
return invoke$j(ipc, method, ...params);
|
|
1168
|
+
},
|
|
1169
|
+
async invokeAndTransfer(method, ...params) {
|
|
1170
|
+
const ipc = await getOrCreate$2(fn);
|
|
1171
|
+
return invokeAndTransfer$5(ipc, method, ...params);
|
|
1172
|
+
},
|
|
1173
|
+
async dispose() {
|
|
1174
|
+
const promise = workers.get(fn);
|
|
1175
|
+
workers.delete(fn);
|
|
1176
|
+
const ipc = await promise;
|
|
1177
|
+
ipc.dispose();
|
|
1178
|
+
},
|
|
1179
|
+
async restart(terminateCommand) {
|
|
1180
|
+
const promise = workers.get(fn);
|
|
1181
|
+
workers.delete(fn);
|
|
1182
|
+
const ipc = await promise;
|
|
1183
|
+
ipc.send({
|
|
1184
|
+
jsonrpc: '2.0',
|
|
1185
|
+
method: terminateCommand,
|
|
1186
|
+
params: []
|
|
1187
|
+
});
|
|
1188
|
+
ipc.dispose();
|
|
1189
|
+
await getOrCreate$2(fn);
|
|
1368
1190
|
}
|
|
1369
|
-
} else if (startColumn === endColumn) {
|
|
1370
|
-
markerLines[startLine] = startColumn ? [startColumn, 0] : true;
|
|
1371
|
-
} else {
|
|
1372
|
-
markerLines[startLine] = [startColumn, endColumn - startColumn];
|
|
1373
|
-
}
|
|
1374
|
-
return {
|
|
1375
|
-
start,
|
|
1376
|
-
end,
|
|
1377
|
-
markerLines
|
|
1378
1191
|
};
|
|
1379
1192
|
};
|
|
1380
|
-
const create$13 = (rawLines, loc, opts = {}) => {
|
|
1381
|
-
const lines = rawLines.split(NEWLINE);
|
|
1382
|
-
const {
|
|
1383
|
-
start,
|
|
1384
|
-
end,
|
|
1385
|
-
markerLines
|
|
1386
|
-
} = getMarkerLines(loc, lines, opts);
|
|
1387
|
-
const hasColumns = loc.start && typeof loc.start.column === 'number';
|
|
1388
|
-
const numberMaxWidth = String(end).length;
|
|
1389
|
-
let frame = rawLines.split(NEWLINE, end).slice(start, end).map((line, index) => {
|
|
1390
|
-
const number = start + 1 + index;
|
|
1391
|
-
const paddedNumber = ` ${number}`.slice(-numberMaxWidth);
|
|
1392
|
-
const gutter = ` ${paddedNumber} |`;
|
|
1393
|
-
const hasMarker = markerLines[number];
|
|
1394
|
-
const lastMarkerLine = !markerLines[number + 1];
|
|
1395
|
-
if (hasMarker) {
|
|
1396
|
-
let markerLine = '';
|
|
1397
|
-
if (Array.isArray(hasMarker)) {
|
|
1398
|
-
const markerSpacing = line.slice(0, Math.max(hasMarker[0] - 1, 0)).replaceAll(/[^\t]/g, ' ');
|
|
1399
|
-
const numberOfMarkers = hasMarker[1] || 1;
|
|
1400
|
-
markerLine = ['\n ', gutter.replaceAll(/\d/g, ' '), ' ', markerSpacing, '^'.repeat(numberOfMarkers)].join('');
|
|
1401
|
-
if (lastMarkerLine && opts.message) {
|
|
1402
|
-
markerLine += ' ' + opts.message;
|
|
1403
|
-
}
|
|
1404
|
-
}
|
|
1405
|
-
return ['>', gutter, line.length > 0 ? ` ${line}` : '', markerLine].join('');
|
|
1406
|
-
}
|
|
1407
|
-
return ` ${gutter}${line.length > 0 ? ` ${line}` : ''}`;
|
|
1408
|
-
}).join(NewLine$1);
|
|
1409
|
-
if (opts.message && !hasColumns) {
|
|
1410
|
-
frame = `${' '.repeat(numberMaxWidth + 1)}${opts.message}\n${frame}`;
|
|
1411
|
-
}
|
|
1412
|
-
return frame;
|
|
1413
|
-
};
|
|
1414
1193
|
|
|
1415
|
-
const
|
|
1416
|
-
const getSourceMapMatch = text => {
|
|
1417
|
-
string(text);
|
|
1418
|
-
const index = text.lastIndexOf(NewLine$1, text.length - 2);
|
|
1419
|
-
const lastLine = text.slice(index + 1, -1);
|
|
1420
|
-
const lastLineMatch = lastLine.match(RE_SOURCE_MAP);
|
|
1421
|
-
if (lastLineMatch) {
|
|
1422
|
-
return lastLineMatch;
|
|
1423
|
-
}
|
|
1424
|
-
const secondLastLineIndex = getNewLineIndex$1(text, index - 1);
|
|
1425
|
-
const secondLastLine = text.slice(secondLastLineIndex, index);
|
|
1426
|
-
const secondLastLineMatch = secondLastLine.match(RE_SOURCE_MAP);
|
|
1427
|
-
return secondLastLineMatch;
|
|
1428
|
-
};
|
|
1429
|
-
|
|
1430
|
-
const isActualSourceFile = path => {
|
|
1431
|
-
if (path === '<anonymous>' || path === 'debugger eval code' || path.startsWith('"') || path.startsWith("'") || path.startsWith(')') || path.startsWith('file://')) {
|
|
1432
|
-
return false;
|
|
1433
|
-
}
|
|
1434
|
-
return true;
|
|
1435
|
-
};
|
|
1436
|
-
|
|
1437
|
-
const joinLines = lines => {
|
|
1438
|
-
return lines.join(NewLine$1);
|
|
1439
|
-
};
|
|
1194
|
+
const errorWorkerUrl = `${assetDir}/packages/error-worker/dist/errorWorkerMain.js`;
|
|
1440
1195
|
|
|
1441
|
-
const
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
const
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
const
|
|
1448
|
-
|
|
1449
|
-
};
|
|
1450
|
-
|
|
1451
|
-
const isEmptyString = string => {
|
|
1452
|
-
return string === EmptyString;
|
|
1453
|
-
};
|
|
1454
|
-
|
|
1455
|
-
// copied from https://github.com/Rich-Harris/vlq/blob/e3009f5757abeb0b5b6233045f3bbdaf86435d08/src/index.js by Rich Harris (License MIT)
|
|
1456
|
-
|
|
1457
|
-
/** @type {Record<string, number>} */
|
|
1458
|
-
const char_to_integer = {};
|
|
1459
|
-
for (const [i, char] of 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='.split('').entries()) {
|
|
1460
|
-
char_to_integer[char] = i;
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1463
|
-
/** @param {string} string */
|
|
1464
|
-
const decode = string => {
|
|
1465
|
-
/** @type {number[]} */
|
|
1466
|
-
const result = [];
|
|
1467
|
-
let shift = 0;
|
|
1468
|
-
let value = 0;
|
|
1469
|
-
for (let i = 0; i < string.length; i += 1) {
|
|
1470
|
-
let integer = char_to_integer[string[i]];
|
|
1471
|
-
if (integer === undefined) {
|
|
1472
|
-
throw new Error('Invalid character (' + string[i] + ')');
|
|
1473
|
-
}
|
|
1474
|
-
const has_continuation_bit = integer & 32;
|
|
1475
|
-
integer &= 31;
|
|
1476
|
-
value += integer << shift;
|
|
1477
|
-
if (has_continuation_bit) {
|
|
1478
|
-
shift += 5;
|
|
1479
|
-
} else {
|
|
1480
|
-
const should_negate = value & 1;
|
|
1481
|
-
value >>>= 1;
|
|
1482
|
-
if (should_negate) {
|
|
1483
|
-
result.push(value === 0 ? -2147483648 : -value);
|
|
1484
|
-
} else {
|
|
1485
|
-
result.push(value);
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
|
-
// reset
|
|
1489
|
-
value = shift = 0;
|
|
1490
|
-
}
|
|
1491
|
-
}
|
|
1492
|
-
return result;
|
|
1493
|
-
};
|
|
1196
|
+
const ElectronMessagePort = 1;
|
|
1197
|
+
const MessagePort$1 = 2;
|
|
1198
|
+
const ModuleWorker = 3;
|
|
1199
|
+
const ReferencePort = 4;
|
|
1200
|
+
const WebSocket$1 = 5;
|
|
1201
|
+
const ModuleWorkerAndWorkaroundForChromeDevtoolsBug = 6;
|
|
1202
|
+
const Node = 7;
|
|
1203
|
+
const NodeAlternate = 8;
|
|
1494
1204
|
|
|
1495
|
-
const
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
throw new Error('no mapping found');
|
|
1516
|
-
}
|
|
1517
|
-
const chunk = lineMapping.slice(index + 1, newIndex);
|
|
1518
|
-
const decodedChunk = decode(chunk);
|
|
1519
|
-
currentColumn += decodedChunk[0];
|
|
1520
|
-
originalSourceFileIndex += decodedChunk[1];
|
|
1521
|
-
originalLine += decodedChunk[2];
|
|
1522
|
-
originalColumn += decodedChunk[3];
|
|
1523
|
-
index = newIndex;
|
|
1524
|
-
if (currentColumn >= column) {
|
|
1525
|
-
return {
|
|
1526
|
-
originalSourceFileIndex,
|
|
1527
|
-
originalLine: originalLine + 1,
|
|
1528
|
-
originalColumn
|
|
1529
|
-
};
|
|
1530
|
-
}
|
|
1531
|
-
}
|
|
1532
|
-
} else {
|
|
1533
|
-
const lineMappings = mappings.slice(index + 1, newLineIndex);
|
|
1534
|
-
if (isEmptyString(lineMappings)) {
|
|
1535
|
-
index = newLineIndex;
|
|
1536
|
-
continue;
|
|
1537
|
-
}
|
|
1538
|
-
const chunks = lineMappings.split(',');
|
|
1539
|
-
for (const chunk of chunks) {
|
|
1540
|
-
const decodedChunk = decode(chunk);
|
|
1541
|
-
currentColumn += decodedChunk[0];
|
|
1542
|
-
originalSourceFileIndex += decodedChunk[1];
|
|
1543
|
-
originalLine += decodedChunk[2];
|
|
1544
|
-
originalColumn += decodedChunk[3];
|
|
1545
|
-
}
|
|
1546
|
-
}
|
|
1547
|
-
index = newLineIndex;
|
|
1548
|
-
}
|
|
1549
|
-
throw new Error('no mapping found');
|
|
1550
|
-
};
|
|
1551
|
-
const getOriginalPosition = (sourceMap, line, column) => {
|
|
1552
|
-
try {
|
|
1553
|
-
object(sourceMap);
|
|
1554
|
-
string(sourceMap.mappings);
|
|
1555
|
-
array(sourceMap.sources);
|
|
1556
|
-
array(sourceMap.names);
|
|
1557
|
-
number$1(line);
|
|
1558
|
-
number$1(column);
|
|
1559
|
-
const {
|
|
1560
|
-
sources,
|
|
1561
|
-
mappings
|
|
1562
|
-
} = sourceMap;
|
|
1563
|
-
if (!mappings) {
|
|
1564
|
-
throw new Error(`no source for line ${line} found`);
|
|
1565
|
-
}
|
|
1566
|
-
const {
|
|
1567
|
-
originalLine,
|
|
1568
|
-
originalColumn,
|
|
1569
|
-
originalSourceFileIndex
|
|
1570
|
-
} = getColumnMapping(mappings, line, column);
|
|
1571
|
-
const source = sources[originalSourceFileIndex];
|
|
1572
|
-
return {
|
|
1573
|
-
source,
|
|
1574
|
-
originalLine,
|
|
1575
|
-
originalColumn
|
|
1576
|
-
};
|
|
1577
|
-
} catch (error) {
|
|
1578
|
-
throw new VError(error, 'Failed to get original sourcemap position');
|
|
1205
|
+
const getModule$7 = method => {
|
|
1206
|
+
switch (method) {
|
|
1207
|
+
case ElectronMessagePort:
|
|
1208
|
+
return Promise.resolve().then(function () { return IpcParentWithElectronMessagePort; });
|
|
1209
|
+
case MessagePort$1:
|
|
1210
|
+
return Promise.resolve().then(function () { return IpcParentWithMessagePort; });
|
|
1211
|
+
case ModuleWorker:
|
|
1212
|
+
return Promise.resolve().then(function () { return IpcParentWithModuleWorker; });
|
|
1213
|
+
case ReferencePort:
|
|
1214
|
+
return Promise.resolve().then(function () { return IpcParentWithReferencePort; });
|
|
1215
|
+
case WebSocket$1:
|
|
1216
|
+
return Promise.resolve().then(function () { return IpcParentWithWebSocket; });
|
|
1217
|
+
case ModuleWorkerAndWorkaroundForChromeDevtoolsBug:
|
|
1218
|
+
return Promise.resolve().then(function () { return IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug; });
|
|
1219
|
+
case Node:
|
|
1220
|
+
return Promise.resolve().then(function () { return IpcParentWithNode; });
|
|
1221
|
+
case NodeAlternate:
|
|
1222
|
+
return Promise.resolve().then(function () { return IpcParentWithNodeAlternate; });
|
|
1223
|
+
default:
|
|
1224
|
+
throw new Error('unexpected ipc type');
|
|
1579
1225
|
}
|
|
1580
1226
|
};
|
|
1581
1227
|
|
|
1582
|
-
const
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
// @ts-ignore
|
|
1588
|
-
navigator.userAgentData &&
|
|
1228
|
+
const create$13 = async ({
|
|
1229
|
+
method,
|
|
1230
|
+
...options
|
|
1231
|
+
}) => {
|
|
1232
|
+
const module = await getModule$7(method);
|
|
1589
1233
|
// @ts-ignore
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
return
|
|
1593
|
-
}
|
|
1594
|
-
return navigator.userAgent.toLowerCase().includes('firefox');
|
|
1595
|
-
};
|
|
1596
|
-
|
|
1597
|
-
/**
|
|
1598
|
-
* @type {boolean}
|
|
1599
|
-
*/
|
|
1600
|
-
const isFirefox = getIsFirefox();
|
|
1601
|
-
|
|
1602
|
-
const getErrorMessage$2 = error => {
|
|
1603
|
-
if (!error) {
|
|
1604
|
-
return `Error: ${error}`;
|
|
1605
|
-
}
|
|
1606
|
-
let message = error.message;
|
|
1607
|
-
while (error.cause) {
|
|
1608
|
-
error = error.cause;
|
|
1609
|
-
message += `: ${error}`;
|
|
1610
|
-
}
|
|
1611
|
-
return message;
|
|
1612
|
-
};
|
|
1613
|
-
const prepareErrorMessageWithCodeFrame = error => {
|
|
1614
|
-
if (!error) {
|
|
1615
|
-
return {
|
|
1616
|
-
message: error,
|
|
1617
|
-
stack: undefined,
|
|
1618
|
-
codeFrame: undefined,
|
|
1619
|
-
type: 'Error',
|
|
1620
|
-
_error: error
|
|
1621
|
-
};
|
|
1234
|
+
const rawIpc = await module.create(options);
|
|
1235
|
+
if (options.noReturn) {
|
|
1236
|
+
return undefined;
|
|
1622
1237
|
}
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
const relevantStack = joinLines(lines);
|
|
1626
|
-
if (error.codeFrame) {
|
|
1627
|
-
return {
|
|
1628
|
-
message,
|
|
1629
|
-
stack: relevantStack,
|
|
1630
|
-
codeFrame: error.codeFrame,
|
|
1631
|
-
type: error.constructor.name,
|
|
1632
|
-
_error: error
|
|
1633
|
-
};
|
|
1238
|
+
if (options.raw) {
|
|
1239
|
+
return rawIpc;
|
|
1634
1240
|
}
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
stack: error.originalStack,
|
|
1638
|
-
codeFrame: error.originalCodeFrame,
|
|
1639
|
-
category: error.category,
|
|
1640
|
-
stderr: error.stderr,
|
|
1641
|
-
_error: error
|
|
1642
|
-
};
|
|
1241
|
+
const ipc = module.wrap(rawIpc);
|
|
1242
|
+
return ipc;
|
|
1643
1243
|
};
|
|
1644
|
-
const RE_PATH_1 = /\((.*):(\d+):(\d+)\)$/;
|
|
1645
|
-
const RE_PATH_2 = /at (.*):(\d+):(\d+)$/;
|
|
1646
|
-
const RE_PATH_3 = /@(.*):(\d+):(\d+)$/; // Firefox
|
|
1647
1244
|
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
return line;
|
|
1657
|
-
}
|
|
1658
|
-
}
|
|
1659
|
-
return '';
|
|
1660
|
-
};
|
|
1661
|
-
const getSourceMapAbsolutePath = (file, relativePath) => {
|
|
1662
|
-
const folder = file.slice(0, file.lastIndexOf('/'));
|
|
1663
|
-
const absolutePath = folder + '/' + relativePath;
|
|
1664
|
-
return absolutePath;
|
|
1665
|
-
};
|
|
1666
|
-
const toAbsoluteUrl = (file, relativePath) => {
|
|
1667
|
-
const url = new URL(relativePath, file);
|
|
1668
|
-
return url.href;
|
|
1245
|
+
const launchErrorWorker = async () => {
|
|
1246
|
+
const ipc = await create$13({
|
|
1247
|
+
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
1248
|
+
url: errorWorkerUrl,
|
|
1249
|
+
name: 'Error Worker'
|
|
1250
|
+
});
|
|
1251
|
+
handleIpc(ipc);
|
|
1252
|
+
return ipc;
|
|
1669
1253
|
};
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
match ||= file.match(RE_PATH_3);
|
|
1677
|
-
if (!match) {
|
|
1678
|
-
return error;
|
|
1679
|
-
}
|
|
1680
|
-
const [_, path, line, column] = match;
|
|
1681
|
-
if (!isActualSourceFile(path)) {
|
|
1682
|
-
return error;
|
|
1683
|
-
}
|
|
1684
|
-
const text = await getText$2(path);
|
|
1685
|
-
const sourceMapMatch = getSourceMapMatch(text);
|
|
1686
|
-
const parsedLine = Number.parseInt(line);
|
|
1687
|
-
const parsedColumn = Number.parseInt(column);
|
|
1688
|
-
const message = getErrorMessage$2(error);
|
|
1689
|
-
const relevantStack = joinLines(lines);
|
|
1690
|
-
if (sourceMapMatch) {
|
|
1691
|
-
const sourceMapUrl = sourceMapMatch[1];
|
|
1692
|
-
const sourceMapAbsolutePath = getSourceMapAbsolutePath(path, sourceMapUrl);
|
|
1693
|
-
const sourceMap = await getJson$6(sourceMapAbsolutePath);
|
|
1694
|
-
const {
|
|
1695
|
-
source,
|
|
1696
|
-
originalLine,
|
|
1697
|
-
originalColumn
|
|
1698
|
-
} = getOriginalPosition(sourceMap, parsedLine, parsedColumn);
|
|
1699
|
-
const absoluteSourceUrl = toAbsoluteUrl(path, source);
|
|
1700
|
-
const originalSourceContent = await getText$2(absoluteSourceUrl);
|
|
1701
|
-
const codeFrame = create$13(originalSourceContent, {
|
|
1702
|
-
start: {
|
|
1703
|
-
line: originalLine,
|
|
1704
|
-
column: originalColumn
|
|
1705
|
-
},
|
|
1706
|
-
end: {
|
|
1707
|
-
line: originalLine,
|
|
1708
|
-
column: originalColumn
|
|
1709
|
-
}
|
|
1710
|
-
});
|
|
1711
|
-
return {
|
|
1712
|
-
message,
|
|
1713
|
-
codeFrame,
|
|
1714
|
-
stack: relevantStack,
|
|
1715
|
-
type: error.constructor.name,
|
|
1716
|
-
_error: error
|
|
1717
|
-
};
|
|
1718
|
-
}
|
|
1719
|
-
const codeFrame = create$13(text, {
|
|
1720
|
-
start: {
|
|
1721
|
-
line: parsedLine,
|
|
1722
|
-
column: parsedColumn
|
|
1723
|
-
},
|
|
1724
|
-
end: {
|
|
1725
|
-
line: parsedLine,
|
|
1726
|
-
column: parsedColumn
|
|
1727
|
-
}
|
|
1728
|
-
});
|
|
1729
|
-
return {
|
|
1730
|
-
message,
|
|
1731
|
-
codeFrame,
|
|
1732
|
-
stack: relevantStack,
|
|
1733
|
-
type: error.constructor.name,
|
|
1734
|
-
_error: error
|
|
1735
|
-
};
|
|
1736
|
-
} catch (otherError) {
|
|
1737
|
-
warn$1(`ErrorHandling Error: ${otherError}`);
|
|
1254
|
+
|
|
1255
|
+
const {
|
|
1256
|
+
invoke: invoke$h} = getOrCreateWorker(launchErrorWorker);
|
|
1257
|
+
|
|
1258
|
+
const serializeError = error => {
|
|
1259
|
+
if (!error) {
|
|
1738
1260
|
return error;
|
|
1739
1261
|
}
|
|
1262
|
+
return {
|
|
1263
|
+
name: error.name,
|
|
1264
|
+
message: error.message,
|
|
1265
|
+
code: error.code,
|
|
1266
|
+
stack: error.stack,
|
|
1267
|
+
codeFrame: error.codeFrame,
|
|
1268
|
+
constructor: {
|
|
1269
|
+
name: error.constructor.name
|
|
1270
|
+
}
|
|
1271
|
+
};
|
|
1740
1272
|
};
|
|
1741
1273
|
const prepare = async error => {
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1274
|
+
try {
|
|
1275
|
+
const serialized = serializeError(error);
|
|
1276
|
+
const prepared = await invoke$h('Errors.prepare', serialized);
|
|
1277
|
+
return prepared;
|
|
1278
|
+
} catch {
|
|
1279
|
+
return error;
|
|
1747
1280
|
}
|
|
1748
|
-
return error;
|
|
1749
1281
|
};
|
|
1750
|
-
const print = (error
|
|
1751
|
-
|
|
1752
|
-
// Firefox does not support printing codeframe with error stack
|
|
1753
|
-
if (error$1 && error$1._error) {
|
|
1754
|
-
error(`${prefix}${error$1._error}`);
|
|
1755
|
-
return;
|
|
1756
|
-
}
|
|
1757
|
-
error(`${prefix}${error$1}`);
|
|
1758
|
-
return;
|
|
1759
|
-
}
|
|
1760
|
-
if (error$1 && error$1.type && error$1.message && error$1.codeFrame) {
|
|
1761
|
-
error(`${prefix}${error$1.type}: ${error$1.message}\n\n${error$1.codeFrame}\n\n${error$1.stack}`);
|
|
1762
|
-
return;
|
|
1763
|
-
}
|
|
1764
|
-
if (error$1 && error$1.message && error$1.codeFrame) {
|
|
1765
|
-
error(`${prefix}${error$1.message}\n\n${error$1.codeFrame}\n\n${error$1.stack}`);
|
|
1766
|
-
return;
|
|
1767
|
-
}
|
|
1768
|
-
if (error$1 && error$1.type && error$1.message) {
|
|
1769
|
-
error(`${prefix}${error$1.type}: ${error$1.message}\n${error$1.stack}`);
|
|
1770
|
-
return;
|
|
1771
|
-
}
|
|
1772
|
-
if (error$1 && error$1.stack) {
|
|
1773
|
-
error(`${prefix}${error$1.stack}`);
|
|
1774
|
-
return;
|
|
1775
|
-
}
|
|
1776
|
-
if (error$1 === null) {
|
|
1777
|
-
error(`${prefix}null`);
|
|
1778
|
-
return;
|
|
1779
|
-
}
|
|
1780
|
-
error(`${prefix}${error$1}`);
|
|
1282
|
+
const print = async (error, prefix = '') => {
|
|
1283
|
+
await invoke$h('Errors.print', error, prefix);
|
|
1781
1284
|
};
|
|
1782
1285
|
const getMessage$5 = error => {
|
|
1783
1286
|
if (error && error.type && error.message) {
|
|
@@ -1797,7 +1300,7 @@ const state$H = {
|
|
|
1797
1300
|
};
|
|
1798
1301
|
const logError = async (error, prefix = '') => {
|
|
1799
1302
|
const prettyError = await prepare(error);
|
|
1800
|
-
print(prettyError, prefix);
|
|
1303
|
+
await print(prettyError, prefix);
|
|
1801
1304
|
return prettyError;
|
|
1802
1305
|
};
|
|
1803
1306
|
const handleError$2 = async (error, notify = true, prefix = '') => {
|
|
@@ -1815,12 +1318,15 @@ const handleError$2 = async (error, notify = true, prefix = '') => {
|
|
|
1815
1318
|
const showErrorDialog = async error => {
|
|
1816
1319
|
try {
|
|
1817
1320
|
const prettyError = await prepare(error);
|
|
1321
|
+
if (prettyError && prettyError.type === 'Object') {
|
|
1322
|
+
prettyError.type = 'Error';
|
|
1323
|
+
}
|
|
1818
1324
|
await execute$4(/* Dialog.showMessage */'Dialog.showMessage', /* message */prettyError);
|
|
1819
1325
|
} catch {
|
|
1820
1326
|
// ignore
|
|
1821
1327
|
}
|
|
1822
1328
|
};
|
|
1823
|
-
const warn = (...args) => {
|
|
1329
|
+
const warn$1 = (...args) => {
|
|
1824
1330
|
const stringified = JSON.stringify(args);
|
|
1825
1331
|
if (state$H.seenWarnings.includes(stringified)) {
|
|
1826
1332
|
return;
|
|
@@ -1829,44 +1335,6 @@ const warn = (...args) => {
|
|
|
1829
1335
|
console.warn(...args);
|
|
1830
1336
|
};
|
|
1831
1337
|
|
|
1832
|
-
const workers = new Map();
|
|
1833
|
-
const getOrCreate$2 = fn => {
|
|
1834
|
-
if (!workers.has(fn)) {
|
|
1835
|
-
workers.set(fn, fn());
|
|
1836
|
-
}
|
|
1837
|
-
return workers.get(fn);
|
|
1838
|
-
};
|
|
1839
|
-
const getOrCreateWorker = fn => {
|
|
1840
|
-
return {
|
|
1841
|
-
async invoke(method, ...params) {
|
|
1842
|
-
const ipc = await getOrCreate$2(fn);
|
|
1843
|
-
return invoke$i(ipc, method, ...params);
|
|
1844
|
-
},
|
|
1845
|
-
async invokeAndTransfer(method, ...params) {
|
|
1846
|
-
const ipc = await getOrCreate$2(fn);
|
|
1847
|
-
return invokeAndTransfer$5(ipc, method, ...params);
|
|
1848
|
-
},
|
|
1849
|
-
async dispose() {
|
|
1850
|
-
const promise = workers.get(fn);
|
|
1851
|
-
workers.delete(fn);
|
|
1852
|
-
const ipc = await promise;
|
|
1853
|
-
ipc.dispose();
|
|
1854
|
-
},
|
|
1855
|
-
async restart(terminateCommand) {
|
|
1856
|
-
const promise = workers.get(fn);
|
|
1857
|
-
workers.delete(fn);
|
|
1858
|
-
const ipc = await promise;
|
|
1859
|
-
ipc.send({
|
|
1860
|
-
jsonrpc: '2.0',
|
|
1861
|
-
method: terminateCommand,
|
|
1862
|
-
params: []
|
|
1863
|
-
});
|
|
1864
|
-
ipc.dispose();
|
|
1865
|
-
await getOrCreate$2(fn);
|
|
1866
|
-
}
|
|
1867
|
-
};
|
|
1868
|
-
};
|
|
1869
|
-
|
|
1870
1338
|
const extensionHostWorkerUrl = `${assetDir}/packages/renderer-worker/node_modules/@lvce-editor/extension-host-worker/dist/extensionHostWorkerMain.js`;
|
|
1871
1339
|
|
|
1872
1340
|
// TODO global event bus is probably a bad idea
|
|
@@ -1898,16 +1366,184 @@ const addListener = (event, fn, options = {}) => {
|
|
|
1898
1366
|
state$G.listenerMap[event].push(fn);
|
|
1899
1367
|
}
|
|
1900
1368
|
};
|
|
1901
|
-
|
|
1902
|
-
const state$F = {
|
|
1903
|
-
id: 0
|
|
1369
|
+
|
|
1370
|
+
const state$F = {
|
|
1371
|
+
id: 0
|
|
1372
|
+
};
|
|
1373
|
+
const create$12 = () => {
|
|
1374
|
+
return ++state$F.id;
|
|
1375
|
+
};
|
|
1376
|
+
|
|
1377
|
+
const ModuleWorkerWithMessagePort = 4;
|
|
1378
|
+
const Electron = 5;
|
|
1379
|
+
|
|
1380
|
+
const getPortTuple = initialPort => {
|
|
1381
|
+
if (initialPort) {
|
|
1382
|
+
return {
|
|
1383
|
+
port1: undefined,
|
|
1384
|
+
port2: initialPort
|
|
1385
|
+
};
|
|
1386
|
+
}
|
|
1387
|
+
const {
|
|
1388
|
+
port1,
|
|
1389
|
+
port2
|
|
1390
|
+
} = new MessageChannel();
|
|
1391
|
+
return {
|
|
1392
|
+
port1,
|
|
1393
|
+
port2
|
|
1394
|
+
};
|
|
1395
|
+
};
|
|
1396
|
+
|
|
1397
|
+
const walkValue = (value, transferrables, isTransferrable) => {
|
|
1398
|
+
if (!value) {
|
|
1399
|
+
return;
|
|
1400
|
+
}
|
|
1401
|
+
if (isTransferrable(value)) {
|
|
1402
|
+
transferrables.push(value);
|
|
1403
|
+
return;
|
|
1404
|
+
}
|
|
1405
|
+
if (Array.isArray(value)) {
|
|
1406
|
+
for (const item of value) {
|
|
1407
|
+
walkValue(item, transferrables, isTransferrable);
|
|
1408
|
+
}
|
|
1409
|
+
return;
|
|
1410
|
+
}
|
|
1411
|
+
if (typeof value === 'object') {
|
|
1412
|
+
for (const property of Object.values(value)) {
|
|
1413
|
+
walkValue(property, transferrables, isTransferrable);
|
|
1414
|
+
}
|
|
1415
|
+
return;
|
|
1416
|
+
}
|
|
1417
|
+
};
|
|
1418
|
+
|
|
1419
|
+
const transferrables = [];
|
|
1420
|
+
if (typeof OffscreenCanvas !== 'undefined') {
|
|
1421
|
+
transferrables.push(OffscreenCanvas);
|
|
1422
|
+
}
|
|
1423
|
+
if (typeof MessagePort !== 'undefined') {
|
|
1424
|
+
transferrables.push(MessagePort);
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
const isTransferrable = value => {
|
|
1428
|
+
for (const fn of transferrables) {
|
|
1429
|
+
if (value instanceof fn) {
|
|
1430
|
+
return true;
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
return false;
|
|
1434
|
+
};
|
|
1435
|
+
|
|
1436
|
+
const getTransferrables = value => {
|
|
1437
|
+
const transferrables = [];
|
|
1438
|
+
walkValue(value, transferrables, isTransferrable);
|
|
1439
|
+
return transferrables;
|
|
1440
|
+
};
|
|
1441
|
+
|
|
1442
|
+
const create$11 = async ({
|
|
1443
|
+
url,
|
|
1444
|
+
name,
|
|
1445
|
+
port,
|
|
1446
|
+
id
|
|
1447
|
+
}) => {
|
|
1448
|
+
// TODO no need to create port if worker
|
|
1449
|
+
// has been prelaunched in renderer process
|
|
1450
|
+
const {
|
|
1451
|
+
port1,
|
|
1452
|
+
port2
|
|
1453
|
+
} = getPortTuple(port);
|
|
1454
|
+
await invokeAndTransfer$4('IpcParent.create', {
|
|
1455
|
+
method: ModuleWorkerWithMessagePort,
|
|
1456
|
+
url,
|
|
1457
|
+
name,
|
|
1458
|
+
raw: true,
|
|
1459
|
+
port: port2,
|
|
1460
|
+
id
|
|
1461
|
+
});
|
|
1462
|
+
return port1;
|
|
1463
|
+
};
|
|
1464
|
+
|
|
1465
|
+
// TODO why are some events not instance of message event?
|
|
1466
|
+
|
|
1467
|
+
const getData$1 = event => {
|
|
1468
|
+
if (event instanceof MessageEvent) {
|
|
1469
|
+
return event.data;
|
|
1470
|
+
}
|
|
1471
|
+
return event;
|
|
1472
|
+
};
|
|
1473
|
+
const wrap$7 = port => {
|
|
1474
|
+
return {
|
|
1475
|
+
port,
|
|
1476
|
+
/**
|
|
1477
|
+
* @type {any}
|
|
1478
|
+
*/
|
|
1479
|
+
listener: undefined,
|
|
1480
|
+
get onmessage() {
|
|
1481
|
+
return this.listener;
|
|
1482
|
+
},
|
|
1483
|
+
set onmessage(listener) {
|
|
1484
|
+
const wrappedListener = event => {
|
|
1485
|
+
const data = getData$1(event);
|
|
1486
|
+
const syntheticEvent = {
|
|
1487
|
+
data,
|
|
1488
|
+
target: this
|
|
1489
|
+
};
|
|
1490
|
+
listener(syntheticEvent);
|
|
1491
|
+
};
|
|
1492
|
+
this.port.onmessage = wrappedListener;
|
|
1493
|
+
},
|
|
1494
|
+
send(message) {
|
|
1495
|
+
this.port.postMessage(message);
|
|
1496
|
+
},
|
|
1497
|
+
sendAndTransfer(message) {
|
|
1498
|
+
const transfer = getTransferrables(message);
|
|
1499
|
+
this.port.postMessage(message, transfer);
|
|
1500
|
+
},
|
|
1501
|
+
dispose() {
|
|
1502
|
+
this.port.postMessage({
|
|
1503
|
+
jsonrpc: '2.0',
|
|
1504
|
+
method: 'Exit.exit',
|
|
1505
|
+
params: []
|
|
1506
|
+
});
|
|
1507
|
+
this.port.close();
|
|
1508
|
+
}
|
|
1509
|
+
};
|
|
1510
|
+
};
|
|
1511
|
+
|
|
1512
|
+
const IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug = {
|
|
1513
|
+
__proto__: null,
|
|
1514
|
+
create: create$11,
|
|
1515
|
+
wrap: wrap$7
|
|
1516
|
+
};
|
|
1517
|
+
|
|
1518
|
+
const state$E = {
|
|
1519
|
+
shouldLaunchMultipleWorkers: false
|
|
1520
|
+
};
|
|
1521
|
+
const setConfig = shouldLaunchMultipleWorkers => {
|
|
1522
|
+
state$E.shouldLaunchMultipleWorkers = shouldLaunchMultipleWorkers;
|
|
1523
|
+
};
|
|
1524
|
+
const getConfig = () => {
|
|
1525
|
+
return state$E.shouldLaunchMultipleWorkers;
|
|
1526
|
+
};
|
|
1527
|
+
|
|
1528
|
+
const objects = Object.create(null);
|
|
1529
|
+
const transferToRendererProcess = async (objectId, transferable) => {
|
|
1530
|
+
await invokeAndTransfer$4('Transferrable.transfer', transferable, objectId);
|
|
1531
|
+
};
|
|
1532
|
+
const transfer = (objectId, transferable) => {
|
|
1533
|
+
number$1(objectId);
|
|
1534
|
+
object(transferable);
|
|
1535
|
+
objects[objectId] = transferable;
|
|
1904
1536
|
};
|
|
1905
|
-
const
|
|
1906
|
-
|
|
1537
|
+
const acquire = objectId => {
|
|
1538
|
+
number$1(objectId);
|
|
1539
|
+
const value = objects[objectId];
|
|
1540
|
+
if (!value) {
|
|
1541
|
+
throw new Error(`transferrable object not found`);
|
|
1542
|
+
}
|
|
1543
|
+
delete objects[objectId];
|
|
1544
|
+
return value;
|
|
1907
1545
|
};
|
|
1908
1546
|
|
|
1909
|
-
const extensionHostSubWorkerUrl = `${assetDir}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js`;
|
|
1910
|
-
|
|
1911
1547
|
const Utf8 = 'utf8';
|
|
1912
1548
|
|
|
1913
1549
|
const fileSystems = Object.create(null);
|
|
@@ -2018,7 +1654,7 @@ const getBlobUrl$3 = async uri => {
|
|
|
2018
1654
|
}
|
|
2019
1655
|
throw new Error(`Filesystem doesn't support the getBlobUrl function`);
|
|
2020
1656
|
};
|
|
2021
|
-
const getBlob$
|
|
1657
|
+
const getBlob$5 = async (uri, type) => {
|
|
2022
1658
|
const protocol = getProtocol(uri);
|
|
2023
1659
|
const path = getPath$1(protocol, uri);
|
|
2024
1660
|
const fileSystem = await getFileSystem(protocol);
|
|
@@ -2079,6 +1715,8 @@ const canBeRestored$6 = async uri => {
|
|
|
2079
1715
|
return fileSystem.canBeRestored;
|
|
2080
1716
|
};
|
|
2081
1717
|
|
|
1718
|
+
const Slash = Slash$1;
|
|
1719
|
+
|
|
2082
1720
|
const stringify = value => {
|
|
2083
1721
|
return JSON.stringify(value, null, 2) + NewLine$1;
|
|
2084
1722
|
};
|
|
@@ -2097,7 +1735,7 @@ const parse$1 = content => {
|
|
|
2097
1735
|
}
|
|
2098
1736
|
};
|
|
2099
1737
|
|
|
2100
|
-
const state$
|
|
1738
|
+
const state$D = {
|
|
2101
1739
|
/**
|
|
2102
1740
|
* @type {any}
|
|
2103
1741
|
*/
|
|
@@ -2108,14 +1746,14 @@ const state$E = {
|
|
|
2108
1746
|
const invoke$g = async (method, ...params) => {
|
|
2109
1747
|
const {
|
|
2110
1748
|
ipc
|
|
2111
|
-
} = state$
|
|
2112
|
-
const result = await invoke$
|
|
1749
|
+
} = state$D;
|
|
1750
|
+
const result = await invoke$j(ipc, method, ...params);
|
|
2113
1751
|
return result;
|
|
2114
1752
|
};
|
|
2115
1753
|
const invokeAndTransfer$3 = async (method, ...params) => {
|
|
2116
1754
|
const {
|
|
2117
1755
|
ipc
|
|
2118
|
-
} = state$
|
|
1756
|
+
} = state$D;
|
|
2119
1757
|
const result = await invokeAndTransfer$5(ipc, method, ...params);
|
|
2120
1758
|
return result;
|
|
2121
1759
|
};
|
|
@@ -2145,7 +1783,7 @@ const openUri$1 = async (path, focus = true, props = {}) => {
|
|
|
2145
1783
|
await execute$4(/* Main.openUri */'Main.openUri', /* uri */path, /* focus */focus, props);
|
|
2146
1784
|
};
|
|
2147
1785
|
|
|
2148
|
-
const state$
|
|
1786
|
+
const state$C = Object.create(null);
|
|
2149
1787
|
const openSettingsJson = async () => {
|
|
2150
1788
|
await openUri$1('app://settings.json');
|
|
2151
1789
|
};
|
|
@@ -2176,268 +1814,28 @@ const hydrate$b = async () => {
|
|
|
2176
1814
|
// TODO should configuration be together with all other preferences (e.g. selecting color theme code is not needed on startup)
|
|
2177
1815
|
// TODO probably not all preferences need to be kept in memory
|
|
2178
1816
|
const preferences = await getPreferences();
|
|
2179
|
-
Object.assign(state$
|
|
2180
|
-
} catch (error) {
|
|
2181
|
-
logError(error);
|
|
2182
|
-
}
|
|
2183
|
-
};
|
|
2184
|
-
const get$d = key => {
|
|
2185
|
-
return state$D[key];
|
|
2186
|
-
};
|
|
2187
|
-
const set$f = async (key, value) => {
|
|
2188
|
-
state$D[key] = value;
|
|
2189
|
-
if (platform === Web$1) {
|
|
2190
|
-
const preferences = {
|
|
2191
|
-
...state$D,
|
|
2192
|
-
[key]: value
|
|
2193
|
-
};
|
|
2194
|
-
await execute$4(/* LocalStorage.setJson */'LocalStorage.setJson', /* key */'preferences', /* value */preferences);
|
|
2195
|
-
return;
|
|
2196
|
-
}
|
|
2197
|
-
const content = stringify(state$D);
|
|
2198
|
-
await writeFile$e('app://settings.json', content);
|
|
2199
|
-
};
|
|
2200
|
-
|
|
2201
|
-
const getConfiguredWorkerUrl$b = () => {
|
|
2202
|
-
let configuredWorkerUrl = get$d('develop.extensionHostSubWorkerPath') || '';
|
|
2203
|
-
if (configuredWorkerUrl) {
|
|
2204
|
-
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
2205
|
-
}
|
|
2206
|
-
configuredWorkerUrl = configuredWorkerUrl || extensionHostSubWorkerUrl;
|
|
2207
|
-
{
|
|
2208
|
-
configuredWorkerUrl = extensionHostSubWorkerUrl;
|
|
2209
|
-
}
|
|
2210
|
-
return configuredWorkerUrl;
|
|
2211
|
-
};
|
|
2212
|
-
const getExtensionHostSubWorkerUrl = () => {
|
|
2213
|
-
return getConfiguredWorkerUrl$b();
|
|
2214
|
-
};
|
|
2215
|
-
|
|
2216
|
-
const ElectronMessagePort = 1;
|
|
2217
|
-
const MessagePort$1 = 2;
|
|
2218
|
-
const ModuleWorker = 3;
|
|
2219
|
-
const ReferencePort = 4;
|
|
2220
|
-
const WebSocket$1 = 5;
|
|
2221
|
-
const ModuleWorkerAndWorkaroundForChromeDevtoolsBug = 6;
|
|
2222
|
-
const Node = 7;
|
|
2223
|
-
const NodeAlternate = 8;
|
|
2224
|
-
|
|
2225
|
-
const getModule$7 = method => {
|
|
2226
|
-
switch (method) {
|
|
2227
|
-
case ElectronMessagePort:
|
|
2228
|
-
return Promise.resolve().then(function () { return IpcParentWithElectronMessagePort; });
|
|
2229
|
-
case MessagePort$1:
|
|
2230
|
-
return Promise.resolve().then(function () { return IpcParentWithMessagePort; });
|
|
2231
|
-
case ModuleWorker:
|
|
2232
|
-
return Promise.resolve().then(function () { return IpcParentWithModuleWorker; });
|
|
2233
|
-
case ReferencePort:
|
|
2234
|
-
return Promise.resolve().then(function () { return IpcParentWithReferencePort; });
|
|
2235
|
-
case WebSocket$1:
|
|
2236
|
-
return Promise.resolve().then(function () { return IpcParentWithWebSocket; });
|
|
2237
|
-
case ModuleWorkerAndWorkaroundForChromeDevtoolsBug:
|
|
2238
|
-
return Promise.resolve().then(function () { return IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug; });
|
|
2239
|
-
case Node:
|
|
2240
|
-
return Promise.resolve().then(function () { return IpcParentWithNode; });
|
|
2241
|
-
case NodeAlternate:
|
|
2242
|
-
return Promise.resolve().then(function () { return IpcParentWithNodeAlternate; });
|
|
2243
|
-
default:
|
|
2244
|
-
throw new Error('unexpected ipc type');
|
|
2245
|
-
}
|
|
2246
|
-
};
|
|
2247
|
-
|
|
2248
|
-
const create$11 = async ({
|
|
2249
|
-
method,
|
|
2250
|
-
...options
|
|
2251
|
-
}) => {
|
|
2252
|
-
// TODO
|
|
2253
|
-
if (options && options.url && options.url.endsWith('extensionHostSubWorkerMain.js')) {
|
|
2254
|
-
options.url = getExtensionHostSubWorkerUrl();
|
|
2255
|
-
}
|
|
2256
|
-
const module = await getModule$7(method);
|
|
2257
|
-
// @ts-ignore
|
|
2258
|
-
const rawIpc = await module.create(options);
|
|
2259
|
-
if (options.noReturn) {
|
|
2260
|
-
return undefined;
|
|
2261
|
-
}
|
|
2262
|
-
if (options.raw) {
|
|
2263
|
-
return rawIpc;
|
|
2264
|
-
}
|
|
2265
|
-
const ipc = module.wrap(rawIpc);
|
|
2266
|
-
return ipc;
|
|
2267
|
-
};
|
|
2268
|
-
|
|
2269
|
-
const ModuleWorkerWithMessagePort = 4;
|
|
2270
|
-
const Electron = 5;
|
|
2271
|
-
|
|
2272
|
-
const getPortTuple = initialPort => {
|
|
2273
|
-
if (initialPort) {
|
|
2274
|
-
return {
|
|
2275
|
-
port1: undefined,
|
|
2276
|
-
port2: initialPort
|
|
2277
|
-
};
|
|
2278
|
-
}
|
|
2279
|
-
const {
|
|
2280
|
-
port1,
|
|
2281
|
-
port2
|
|
2282
|
-
} = new MessageChannel();
|
|
2283
|
-
return {
|
|
2284
|
-
port1,
|
|
2285
|
-
port2
|
|
2286
|
-
};
|
|
2287
|
-
};
|
|
2288
|
-
|
|
2289
|
-
const walkValue = (value, transferrables, isTransferrable) => {
|
|
2290
|
-
if (!value) {
|
|
2291
|
-
return;
|
|
2292
|
-
}
|
|
2293
|
-
if (isTransferrable(value)) {
|
|
2294
|
-
transferrables.push(value);
|
|
2295
|
-
return;
|
|
2296
|
-
}
|
|
2297
|
-
if (Array.isArray(value)) {
|
|
2298
|
-
for (const item of value) {
|
|
2299
|
-
walkValue(item, transferrables, isTransferrable);
|
|
2300
|
-
}
|
|
2301
|
-
return;
|
|
2302
|
-
}
|
|
2303
|
-
if (typeof value === 'object') {
|
|
2304
|
-
for (const property of Object.values(value)) {
|
|
2305
|
-
walkValue(property, transferrables, isTransferrable);
|
|
2306
|
-
}
|
|
2307
|
-
return;
|
|
2308
|
-
}
|
|
2309
|
-
};
|
|
2310
|
-
|
|
2311
|
-
const transferrables = [];
|
|
2312
|
-
if (typeof OffscreenCanvas !== 'undefined') {
|
|
2313
|
-
transferrables.push(OffscreenCanvas);
|
|
2314
|
-
}
|
|
2315
|
-
if (typeof MessagePort !== 'undefined') {
|
|
2316
|
-
transferrables.push(MessagePort);
|
|
2317
|
-
}
|
|
2318
|
-
|
|
2319
|
-
const isTransferrable = value => {
|
|
2320
|
-
for (const fn of transferrables) {
|
|
2321
|
-
if (value instanceof fn) {
|
|
2322
|
-
return true;
|
|
2323
|
-
}
|
|
2324
|
-
}
|
|
2325
|
-
return false;
|
|
2326
|
-
};
|
|
2327
|
-
|
|
2328
|
-
const getTransferrables = value => {
|
|
2329
|
-
const transferrables = [];
|
|
2330
|
-
walkValue(value, transferrables, isTransferrable);
|
|
2331
|
-
return transferrables;
|
|
2332
|
-
};
|
|
2333
|
-
|
|
2334
|
-
const create$10 = async ({
|
|
2335
|
-
url,
|
|
2336
|
-
name,
|
|
2337
|
-
port,
|
|
2338
|
-
id
|
|
2339
|
-
}) => {
|
|
2340
|
-
// TODO no need to create port if worker
|
|
2341
|
-
// has been prelaunched in renderer process
|
|
2342
|
-
const {
|
|
2343
|
-
port1,
|
|
2344
|
-
port2
|
|
2345
|
-
} = getPortTuple(port);
|
|
2346
|
-
await invokeAndTransfer$4('IpcParent.create', {
|
|
2347
|
-
method: ModuleWorkerWithMessagePort,
|
|
2348
|
-
url,
|
|
2349
|
-
name,
|
|
2350
|
-
raw: true,
|
|
2351
|
-
port: port2,
|
|
2352
|
-
id
|
|
2353
|
-
});
|
|
2354
|
-
return port1;
|
|
2355
|
-
};
|
|
2356
|
-
|
|
2357
|
-
// TODO why are some events not instance of message event?
|
|
2358
|
-
|
|
2359
|
-
const getData$1 = event => {
|
|
2360
|
-
if (event instanceof MessageEvent) {
|
|
2361
|
-
return event.data;
|
|
2362
|
-
}
|
|
2363
|
-
return event;
|
|
2364
|
-
};
|
|
2365
|
-
const wrap$7 = port => {
|
|
2366
|
-
return {
|
|
2367
|
-
port,
|
|
2368
|
-
/**
|
|
2369
|
-
* @type {any}
|
|
2370
|
-
*/
|
|
2371
|
-
listener: undefined,
|
|
2372
|
-
get onmessage() {
|
|
2373
|
-
return this.listener;
|
|
2374
|
-
},
|
|
2375
|
-
set onmessage(listener) {
|
|
2376
|
-
const wrappedListener = event => {
|
|
2377
|
-
const data = getData$1(event);
|
|
2378
|
-
const syntheticEvent = {
|
|
2379
|
-
data,
|
|
2380
|
-
target: this
|
|
2381
|
-
};
|
|
2382
|
-
listener(syntheticEvent);
|
|
2383
|
-
};
|
|
2384
|
-
this.port.onmessage = wrappedListener;
|
|
2385
|
-
},
|
|
2386
|
-
send(message) {
|
|
2387
|
-
this.port.postMessage(message);
|
|
2388
|
-
},
|
|
2389
|
-
sendAndTransfer(message) {
|
|
2390
|
-
const transfer = getTransferrables(message);
|
|
2391
|
-
this.port.postMessage(message, transfer);
|
|
2392
|
-
},
|
|
2393
|
-
dispose() {
|
|
2394
|
-
this.port.postMessage({
|
|
2395
|
-
jsonrpc: '2.0',
|
|
2396
|
-
method: 'Exit.exit',
|
|
2397
|
-
params: []
|
|
2398
|
-
});
|
|
2399
|
-
this.port.close();
|
|
2400
|
-
}
|
|
2401
|
-
};
|
|
2402
|
-
};
|
|
2403
|
-
|
|
2404
|
-
const IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug = {
|
|
2405
|
-
__proto__: null,
|
|
2406
|
-
create: create$10,
|
|
2407
|
-
wrap: wrap$7
|
|
2408
|
-
};
|
|
2409
|
-
|
|
2410
|
-
const state$C = {
|
|
2411
|
-
shouldLaunchMultipleWorkers: false
|
|
2412
|
-
};
|
|
2413
|
-
const setConfig = shouldLaunchMultipleWorkers => {
|
|
2414
|
-
state$C.shouldLaunchMultipleWorkers = shouldLaunchMultipleWorkers;
|
|
2415
|
-
};
|
|
2416
|
-
const getConfig = () => {
|
|
2417
|
-
return state$C.shouldLaunchMultipleWorkers;
|
|
2418
|
-
};
|
|
2419
|
-
|
|
2420
|
-
const objects = Object.create(null);
|
|
2421
|
-
const transferToRendererProcess = async (objectId, transferable) => {
|
|
2422
|
-
await invokeAndTransfer$4('Transferrable.transfer', transferable, objectId);
|
|
1817
|
+
Object.assign(state$C, preferences);
|
|
1818
|
+
} catch (error) {
|
|
1819
|
+
logError(error);
|
|
1820
|
+
}
|
|
2423
1821
|
};
|
|
2424
|
-
const
|
|
2425
|
-
|
|
2426
|
-
object(transferable);
|
|
2427
|
-
objects[objectId] = transferable;
|
|
1822
|
+
const get$d = key => {
|
|
1823
|
+
return state$C[key];
|
|
2428
1824
|
};
|
|
2429
|
-
const
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
1825
|
+
const set$f = async (key, value) => {
|
|
1826
|
+
state$C[key] = value;
|
|
1827
|
+
if (platform === Web$1) {
|
|
1828
|
+
const preferences = {
|
|
1829
|
+
...state$C,
|
|
1830
|
+
[key]: value
|
|
1831
|
+
};
|
|
1832
|
+
await execute$4(/* LocalStorage.setJson */'LocalStorage.setJson', /* key */'preferences', /* value */preferences);
|
|
1833
|
+
return;
|
|
2434
1834
|
}
|
|
2435
|
-
|
|
2436
|
-
|
|
1835
|
+
const content = stringify(state$C);
|
|
1836
|
+
await writeFile$e('app://settings.json', content);
|
|
2437
1837
|
};
|
|
2438
1838
|
|
|
2439
|
-
const Slash = Slash$1;
|
|
2440
|
-
|
|
2441
1839
|
const state$B = {
|
|
2442
1840
|
workspacePath: '',
|
|
2443
1841
|
homeDir: '',
|
|
@@ -2514,13 +1912,13 @@ const getResolvedRoot = async href => {
|
|
|
2514
1912
|
};
|
|
2515
1913
|
|
|
2516
1914
|
const getHref = () => {
|
|
2517
|
-
return invoke$
|
|
1915
|
+
return invoke$i(/* Location.getHref */'Location.getHref');
|
|
2518
1916
|
};
|
|
2519
1917
|
const setPathName = pathName => {
|
|
2520
|
-
return invoke$
|
|
1918
|
+
return invoke$i(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
|
|
2521
1919
|
};
|
|
2522
1920
|
const hydrate$a = () => {
|
|
2523
|
-
return invoke$
|
|
1921
|
+
return invoke$i(/* Location.hydrate */'Location.hydrate');
|
|
2524
1922
|
};
|
|
2525
1923
|
const getOrigin = () => {
|
|
2526
1924
|
return location.origin;
|
|
@@ -2530,7 +1928,7 @@ const getHost = () => {
|
|
|
2530
1928
|
};
|
|
2531
1929
|
|
|
2532
1930
|
const set$e = title => {
|
|
2533
|
-
return invoke$
|
|
1931
|
+
return invoke$i('WindowTitle.set', title);
|
|
2534
1932
|
};
|
|
2535
1933
|
|
|
2536
1934
|
/**
|
|
@@ -2652,7 +2050,7 @@ const pathDirName = path => {
|
|
|
2652
2050
|
const launchExtensionHostWorker = async () => {
|
|
2653
2051
|
const name = platform === Electron$1 ? 'Extension Host (Electron)' : 'Extension Host';
|
|
2654
2052
|
const id = create$12();
|
|
2655
|
-
let ipc = await create$
|
|
2053
|
+
let ipc = await create$13({
|
|
2656
2054
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
2657
2055
|
name,
|
|
2658
2056
|
url: extensionHostWorkerUrl,
|
|
@@ -2664,9 +2062,9 @@ const launchExtensionHostWorker = async () => {
|
|
|
2664
2062
|
ipc = wrap$7(port);
|
|
2665
2063
|
}
|
|
2666
2064
|
handleIpc(ipc);
|
|
2667
|
-
await invoke$
|
|
2065
|
+
await invoke$j(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
|
|
2668
2066
|
addListener('workspace.change', async () => {
|
|
2669
|
-
await invoke$
|
|
2067
|
+
await invoke$j(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
|
|
2670
2068
|
});
|
|
2671
2069
|
return ipc;
|
|
2672
2070
|
};
|
|
@@ -2722,7 +2120,7 @@ const getMetaThemeColor = colorThemeJson => {
|
|
|
2722
2120
|
};
|
|
2723
2121
|
|
|
2724
2122
|
const setThemeColor = async themeColor => {
|
|
2725
|
-
await invoke$
|
|
2123
|
+
await invoke$i(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
|
|
2726
2124
|
};
|
|
2727
2125
|
|
|
2728
2126
|
// TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
|
|
@@ -2841,7 +2239,7 @@ const reloadElectron = () => {
|
|
|
2841
2239
|
};
|
|
2842
2240
|
|
|
2843
2241
|
const reloadWeb = () => {
|
|
2844
|
-
return invoke$
|
|
2242
|
+
return invoke$i('Window.reload');
|
|
2845
2243
|
};
|
|
2846
2244
|
|
|
2847
2245
|
const getFn$2 = () => {
|
|
@@ -3041,6 +2439,16 @@ const set$b = value => {
|
|
|
3041
2439
|
state$y.currentFocus = value;
|
|
3042
2440
|
};
|
|
3043
2441
|
|
|
2442
|
+
const info = (...args) => {
|
|
2443
|
+
console.info(...args);
|
|
2444
|
+
};
|
|
2445
|
+
const warn = (...args) => {
|
|
2446
|
+
console.warn(...args);
|
|
2447
|
+
};
|
|
2448
|
+
const error = (...args) => {
|
|
2449
|
+
console.error(...args);
|
|
2450
|
+
};
|
|
2451
|
+
|
|
3044
2452
|
const state$x = {
|
|
3045
2453
|
keyBindingSets: Object.create(null),
|
|
3046
2454
|
/**
|
|
@@ -3078,7 +2486,7 @@ const getAvailableKeyBindings = keyBindings => {
|
|
|
3078
2486
|
const update = () => {
|
|
3079
2487
|
const matchingKeyBindings = getMatchingKeyBindings(state$x.keyBindingSets);
|
|
3080
2488
|
const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
|
|
3081
|
-
invoke$
|
|
2489
|
+
invoke$i('KeyBindings.setIdentifiers', keyBindingIdentifiers);
|
|
3082
2490
|
state$x.matchingKeyBindings = matchingKeyBindings;
|
|
3083
2491
|
state$x.keyBindingIdentifiers = keyBindingIdentifiers;
|
|
3084
2492
|
};
|
|
@@ -3086,7 +2494,7 @@ const addKeyBindings$1 = (id, keyBindings) => {
|
|
|
3086
2494
|
string(id);
|
|
3087
2495
|
array(keyBindings);
|
|
3088
2496
|
if (id in state$x.keyBindingSets) {
|
|
3089
|
-
warn
|
|
2497
|
+
warn(`cannot add keybindings multiple times: ${id}`);
|
|
3090
2498
|
return;
|
|
3091
2499
|
}
|
|
3092
2500
|
state$x.keyBindingSets[id] = keyBindings;
|
|
@@ -3097,7 +2505,7 @@ const removeKeyBindings = id => {
|
|
|
3097
2505
|
keyBindingSets
|
|
3098
2506
|
} = state$x;
|
|
3099
2507
|
if (!(id in keyBindingSets)) {
|
|
3100
|
-
warn
|
|
2508
|
+
warn(`cannot remove keybindings that are not registered: ${id}`);
|
|
3101
2509
|
return;
|
|
3102
2510
|
}
|
|
3103
2511
|
delete keyBindingSets[id];
|
|
@@ -3202,17 +2610,17 @@ const serializeObjects = objects => {
|
|
|
3202
2610
|
};
|
|
3203
2611
|
|
|
3204
2612
|
const clear$5 = async storageType => {
|
|
3205
|
-
await invoke$
|
|
2613
|
+
await invoke$i(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
|
|
3206
2614
|
};
|
|
3207
2615
|
const getAll$1 = storageType => {
|
|
3208
|
-
return invoke$
|
|
2616
|
+
return invoke$i('WebStorage.getAll', storageType);
|
|
3209
2617
|
};
|
|
3210
|
-
const getText$
|
|
3211
|
-
const item = await invoke$
|
|
2618
|
+
const getText$2 = async (storageType, key) => {
|
|
2619
|
+
const item = await invoke$i(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
|
|
3212
2620
|
return item || '';
|
|
3213
2621
|
};
|
|
3214
|
-
const getJson$
|
|
3215
|
-
const item = await getText$
|
|
2622
|
+
const getJson$6 = async (storageType, key) => {
|
|
2623
|
+
const item = await getText$2(storageType, key);
|
|
3216
2624
|
if (!item) {
|
|
3217
2625
|
return undefined;
|
|
3218
2626
|
}
|
|
@@ -3223,7 +2631,7 @@ const getJson$5 = async (storageType, key) => {
|
|
|
3223
2631
|
}
|
|
3224
2632
|
};
|
|
3225
2633
|
const setText$1 = async (storageType, key, value) => {
|
|
3226
|
-
await invoke$
|
|
2634
|
+
await invoke$i(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
|
|
3227
2635
|
};
|
|
3228
2636
|
const setJson$5 = async (storageType, key, value) => {
|
|
3229
2637
|
const stringifiedValue = stringifyCompact(value);
|
|
@@ -3231,7 +2639,7 @@ const setJson$5 = async (storageType, key, value) => {
|
|
|
3231
2639
|
};
|
|
3232
2640
|
const setJsonObjects$2 = async (storageType, objects) => {
|
|
3233
2641
|
const serializedObjects = serializeObjects(objects);
|
|
3234
|
-
await invoke$
|
|
2642
|
+
await invoke$i('WebStorage.setJsonObjects', storageType, serializedObjects);
|
|
3235
2643
|
};
|
|
3236
2644
|
|
|
3237
2645
|
const LocalStorage = 1;
|
|
@@ -3240,11 +2648,11 @@ const SessionStorage = 2;
|
|
|
3240
2648
|
const clear$4 = () => {
|
|
3241
2649
|
return clear$5(LocalStorage);
|
|
3242
2650
|
};
|
|
3243
|
-
const getText = key => {
|
|
3244
|
-
return getText$
|
|
2651
|
+
const getText$1 = key => {
|
|
2652
|
+
return getText$2(LocalStorage, key);
|
|
3245
2653
|
};
|
|
3246
|
-
const getJson$
|
|
3247
|
-
return getJson$
|
|
2654
|
+
const getJson$5 = key => {
|
|
2655
|
+
return getJson$6(LocalStorage, key);
|
|
3248
2656
|
};
|
|
3249
2657
|
const setText = (key, value) => {
|
|
3250
2658
|
return setText$1(LocalStorage, key, value);
|
|
@@ -3256,8 +2664,8 @@ const setJsonObjects$1 = objects => {
|
|
|
3256
2664
|
return setJsonObjects$2(LocalStorage, objects);
|
|
3257
2665
|
};
|
|
3258
2666
|
|
|
3259
|
-
const getJson$
|
|
3260
|
-
return getJson$
|
|
2667
|
+
const getJson$4 = viewletId => {
|
|
2668
|
+
return getJson$5(viewletId);
|
|
3261
2669
|
};
|
|
3262
2670
|
const setJson$3 = (viewletId, value) => {
|
|
3263
2671
|
return setJson$4(viewletId, value);
|
|
@@ -3377,8 +2785,8 @@ const getStateToSave = async () => {
|
|
|
3377
2785
|
const clear$3 = () => {
|
|
3378
2786
|
return clear$5(SessionStorage);
|
|
3379
2787
|
};
|
|
3380
|
-
const getJson$
|
|
3381
|
-
return getJson$
|
|
2788
|
+
const getJson$3 = key => {
|
|
2789
|
+
return getJson$6(SessionStorage, key);
|
|
3382
2790
|
};
|
|
3383
2791
|
const setJson$2 = (key, value) => {
|
|
3384
2792
|
return setJson$5(SessionStorage, key, value);
|
|
@@ -3392,8 +2800,8 @@ const saveBuiltinState = async () => {
|
|
|
3392
2800
|
const ActivityBar$6 = 'ActivityBar';
|
|
3393
2801
|
const ExtensionStateStorage$1 = 'ExtensionStateStorage';
|
|
3394
2802
|
|
|
3395
|
-
const getJson$
|
|
3396
|
-
return getJson$
|
|
2803
|
+
const getJson$2 = () => {
|
|
2804
|
+
return getJson$5(ExtensionStateStorage$1);
|
|
3397
2805
|
};
|
|
3398
2806
|
const setJson$1 = value => {
|
|
3399
2807
|
return setJson$4(ExtensionStateStorage$1, value);
|
|
@@ -3401,7 +2809,7 @@ const setJson$1 = value => {
|
|
|
3401
2809
|
|
|
3402
2810
|
const ExtensionStateStorage = {
|
|
3403
2811
|
__proto__: null,
|
|
3404
|
-
getJson: getJson$
|
|
2812
|
+
getJson: getJson$2,
|
|
3405
2813
|
setJson: setJson$1
|
|
3406
2814
|
};
|
|
3407
2815
|
|
|
@@ -3410,7 +2818,7 @@ const saveState$h = async () => {
|
|
|
3410
2818
|
return state;
|
|
3411
2819
|
};
|
|
3412
2820
|
const getSavedState = async () => {
|
|
3413
|
-
const value = await getJson$
|
|
2821
|
+
const value = await getJson$2();
|
|
3414
2822
|
return value;
|
|
3415
2823
|
};
|
|
3416
2824
|
|
|
@@ -3461,10 +2869,10 @@ const hydrate$5 = async () => {
|
|
|
3461
2869
|
console.info('[info] not saving state on visibility change - disabled by settings');
|
|
3462
2870
|
return;
|
|
3463
2871
|
}
|
|
3464
|
-
await invoke$
|
|
2872
|
+
await invoke$i('Window.onVisibilityChange');
|
|
3465
2873
|
};
|
|
3466
2874
|
const getSavedViewletState = viewletId => {
|
|
3467
|
-
return getJson$
|
|
2875
|
+
return getJson$4(viewletId);
|
|
3468
2876
|
};
|
|
3469
2877
|
|
|
3470
2878
|
const state$v = {
|
|
@@ -3484,7 +2892,7 @@ const loadModule$3 = async (id, module) => {
|
|
|
3484
2892
|
await (Array.isArray(module.Css) ? loadCssStyleSheets(module.Css) : loadCssStyleSheet(module.Css));
|
|
3485
2893
|
}
|
|
3486
2894
|
if (module.getDynamicCss) {
|
|
3487
|
-
await addDynamicCss(id, module.getDynamicCss, state$
|
|
2895
|
+
await addDynamicCss(id, module.getDynamicCss, state$C);
|
|
3488
2896
|
}
|
|
3489
2897
|
};
|
|
3490
2898
|
|
|
@@ -3495,7 +2903,7 @@ const ViewletManagerVisitorCss = {
|
|
|
3495
2903
|
|
|
3496
2904
|
const fileSearchWorkerUrl = `${assetDir}/packages/file-search-worker/dist/fileSearchWorkerMain.js`;
|
|
3497
2905
|
|
|
3498
|
-
const getConfiguredWorkerUrl$
|
|
2906
|
+
const getConfiguredWorkerUrl$b = () => {
|
|
3499
2907
|
let configuredWorkerUrl = get$d('develop.fileSearchWorkerPath') || '';
|
|
3500
2908
|
if (configuredWorkerUrl) {
|
|
3501
2909
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -3508,10 +2916,10 @@ const getConfiguredWorkerUrl$a = () => {
|
|
|
3508
2916
|
};
|
|
3509
2917
|
const launchFileSearchWorker = async () => {
|
|
3510
2918
|
const name = 'File Search Worker';
|
|
3511
|
-
const ipc = await create$
|
|
2919
|
+
const ipc = await create$13({
|
|
3512
2920
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
3513
2921
|
name,
|
|
3514
|
-
url: getConfiguredWorkerUrl$
|
|
2922
|
+
url: getConfiguredWorkerUrl$b()
|
|
3515
2923
|
});
|
|
3516
2924
|
handleIpc(ipc);
|
|
3517
2925
|
return ipc;
|
|
@@ -3720,7 +3128,7 @@ const runFn = async (instance, id, key, fn, args) => {
|
|
|
3720
3128
|
}
|
|
3721
3129
|
const commands = render$I(instance.factory, oldState, newState, newState.uid || id);
|
|
3722
3130
|
setRenderedState(id, newState);
|
|
3723
|
-
await invoke$
|
|
3131
|
+
await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3724
3132
|
} else {
|
|
3725
3133
|
return fn(instance.state, ...args);
|
|
3726
3134
|
}
|
|
@@ -3745,7 +3153,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
|
|
|
3745
3153
|
if (commands.length === 0) {
|
|
3746
3154
|
return;
|
|
3747
3155
|
}
|
|
3748
|
-
await invoke$
|
|
3156
|
+
await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3749
3157
|
};
|
|
3750
3158
|
|
|
3751
3159
|
// TODO maybe wrapViewletCommand should accept module instead of id string
|
|
@@ -3805,7 +3213,7 @@ const wrapViewletCommandWithSideEffectLazy = (id, key, importFn) => {
|
|
|
3805
3213
|
* @param {()=>any} getModule
|
|
3806
3214
|
* @returns
|
|
3807
3215
|
*/
|
|
3808
|
-
const create
|
|
3216
|
+
const create$10 = (getModule, id, parentUid, uri, x, y, width, height) => {
|
|
3809
3217
|
fn(getModule);
|
|
3810
3218
|
string(id);
|
|
3811
3219
|
number$1(parentUid);
|
|
@@ -3944,7 +3352,7 @@ const maybeRegisterEvents = module => {
|
|
|
3944
3352
|
const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3945
3353
|
instance.state = newState;
|
|
3946
3354
|
instance.renderedState = newState;
|
|
3947
|
-
await invoke$
|
|
3355
|
+
await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3948
3356
|
};
|
|
3949
3357
|
addListener('workspace.change', handleUpdate);
|
|
3950
3358
|
}
|
|
@@ -3971,7 +3379,7 @@ const maybeRegisterEvents = module => {
|
|
|
3971
3379
|
const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3972
3380
|
instance.state = newState;
|
|
3973
3381
|
instance.renderedState = newState;
|
|
3974
|
-
await invoke$
|
|
3382
|
+
await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3975
3383
|
};
|
|
3976
3384
|
addListener(key, handleUpdate);
|
|
3977
3385
|
}
|
|
@@ -3999,7 +3407,7 @@ const maybeRegisterMenuEntries = async module => {
|
|
|
3999
3407
|
const actuallyLoadModule = async (getModule, id) => {
|
|
4000
3408
|
const module = await getModule(id);
|
|
4001
3409
|
if (!module.hasFunctionalEvents) {
|
|
4002
|
-
await invoke$
|
|
3410
|
+
await invoke$i(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
|
|
4003
3411
|
}
|
|
4004
3412
|
await loadModule$1(id, module);
|
|
4005
3413
|
await maybeRegisterWrappedCommands(id, module);
|
|
@@ -4092,7 +3500,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4092
3500
|
if (module.renderEventListeners) {
|
|
4093
3501
|
// TODO reuse event listeners between components
|
|
4094
3502
|
const eventListeners = await module.renderEventListeners();
|
|
4095
|
-
await invoke$
|
|
3503
|
+
await invoke$i('Viewlet.registerEventListeners', viewletUid, eventListeners);
|
|
4096
3504
|
}
|
|
4097
3505
|
if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
|
|
4098
3506
|
await module.show(newState);
|
|
@@ -4142,7 +3550,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4142
3550
|
}
|
|
4143
3551
|
state = ViewletState.ContentLoaded;
|
|
4144
3552
|
if (viewlet.show === false) {} else {
|
|
4145
|
-
await invoke$
|
|
3553
|
+
await invoke$i(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
4146
3554
|
}
|
|
4147
3555
|
if (viewlet.disposed) {
|
|
4148
3556
|
// TODO unload the module from renderer process
|
|
@@ -4191,7 +3599,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4191
3599
|
return allCommands;
|
|
4192
3600
|
}
|
|
4193
3601
|
commands.push(...extraCommands);
|
|
4194
|
-
await invoke$
|
|
3602
|
+
await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
4195
3603
|
} else {
|
|
4196
3604
|
const allCommands = [...commands, ...extraCommands
|
|
4197
3605
|
// ['Viewlet.show', viewlet.id],
|
|
@@ -4212,7 +3620,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4212
3620
|
}
|
|
4213
3621
|
state = ViewletState.ContentRendered;
|
|
4214
3622
|
if (viewlet.parentUid && viewlet.show !== false) {
|
|
4215
|
-
await invoke$
|
|
3623
|
+
await invoke$i(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
|
|
4216
3624
|
}
|
|
4217
3625
|
state = ViewletState.Appended;
|
|
4218
3626
|
if (viewlet.disposed) {
|
|
@@ -4226,7 +3634,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4226
3634
|
}
|
|
4227
3635
|
viewlet.type = 4;
|
|
4228
3636
|
const prettyError = await prepare(error);
|
|
4229
|
-
print(prettyError);
|
|
3637
|
+
await print(prettyError);
|
|
4230
3638
|
try {
|
|
4231
3639
|
if (module && module.handleError) {
|
|
4232
3640
|
await module.handleError(error);
|
|
@@ -4234,10 +3642,10 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4234
3642
|
}
|
|
4235
3643
|
const commands = [];
|
|
4236
3644
|
if (state < ViewletState.RendererProcessViewletLoaded) {
|
|
4237
|
-
await invoke$
|
|
3645
|
+
await invoke$i(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
4238
3646
|
}
|
|
4239
3647
|
const parentUid = viewlet.parentUid;
|
|
4240
|
-
await invoke$
|
|
3648
|
+
await invoke$i(kLoadModule, Error$3);
|
|
4241
3649
|
commands.push([kCreate, Error$3, viewletUid]);
|
|
4242
3650
|
// @ts-ignore
|
|
4243
3651
|
if (viewlet.setBounds !== false) {
|
|
@@ -4246,7 +3654,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4246
3654
|
if (module && module.customErrorRenderer) {
|
|
4247
3655
|
const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
|
|
4248
3656
|
const dom = await errorModule.render(error);
|
|
4249
|
-
await invoke$
|
|
3657
|
+
await invoke$i(kLoadModule, module.customErrorRenderer);
|
|
4250
3658
|
commands.push([kCreate, module.customErrorRenderer, viewletUid]);
|
|
4251
3659
|
commands.push(['Viewlet.setDom2', viewletUid, dom]);
|
|
4252
3660
|
commands.push([kAppend, parentUid, viewletUid]);
|
|
@@ -4346,7 +3754,7 @@ const focus$7 = async id => {
|
|
|
4346
3754
|
commands.push(...render$I(instance.factory, oldState, newState));
|
|
4347
3755
|
}
|
|
4348
3756
|
setFocusedInstance(instance);
|
|
4349
|
-
await invoke$
|
|
3757
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
4350
3758
|
};
|
|
4351
3759
|
|
|
4352
3760
|
/**
|
|
@@ -4389,7 +3797,7 @@ const dispose$u = async id => {
|
|
|
4389
3797
|
throw new Error(`${id} is missing a factory function`);
|
|
4390
3798
|
}
|
|
4391
3799
|
instance.factory.dispose(instance.state);
|
|
4392
|
-
await invoke$
|
|
3800
|
+
await invoke$i(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
|
|
4393
3801
|
if (instance.factory.getKeyBindings) {
|
|
4394
3802
|
removeKeyBindings(instanceUid);
|
|
4395
3803
|
}
|
|
@@ -4410,7 +3818,7 @@ const disposeFunctional = id => {
|
|
|
4410
3818
|
}
|
|
4411
3819
|
const instance = getInstance(id);
|
|
4412
3820
|
if (!instance) {
|
|
4413
|
-
warn
|
|
3821
|
+
warn(`cannot dispose instance ${id} because it may already be disposed`);
|
|
4414
3822
|
return [];
|
|
4415
3823
|
}
|
|
4416
3824
|
// TODO status should have enum
|
|
@@ -4468,7 +3876,7 @@ const hideFunctional = id => {
|
|
|
4468
3876
|
}
|
|
4469
3877
|
const instance = getInstance(id);
|
|
4470
3878
|
if (!instance) {
|
|
4471
|
-
warn
|
|
3879
|
+
warn(`cannot dispose instance ${id} because it may already be disposed`);
|
|
4472
3880
|
return [];
|
|
4473
3881
|
}
|
|
4474
3882
|
// TODO status should have enum
|
|
@@ -4568,7 +3976,7 @@ const setStateFunctional = (id, newState) => {
|
|
|
4568
3976
|
const setState = async (id, newState) => {
|
|
4569
3977
|
const commands = setStateFunctional(id, newState);
|
|
4570
3978
|
if (commands.length > 0) {
|
|
4571
|
-
await invoke$
|
|
3979
|
+
await invoke$i(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4572
3980
|
}
|
|
4573
3981
|
};
|
|
4574
3982
|
const getAllStates = () => {
|
|
@@ -4615,7 +4023,7 @@ const openWidget = async (moduleId, ...args) => {
|
|
|
4615
4023
|
commands.splice(setFocusContextIndex, 1);
|
|
4616
4024
|
}
|
|
4617
4025
|
commands.push(['Viewlet.focus', childUid]);
|
|
4618
|
-
await invoke$
|
|
4026
|
+
await invoke$i('Viewlet.executeCommands', commands);
|
|
4619
4027
|
// TODO send focus changes to renderer process together with other message
|
|
4620
4028
|
if (focusContext) {
|
|
4621
4029
|
setFocus(focusContext);
|
|
@@ -4631,7 +4039,7 @@ const closeWidget = async id => {
|
|
|
4631
4039
|
const child = childInstance.state;
|
|
4632
4040
|
const childUid = child.uid;
|
|
4633
4041
|
const commands = disposeFunctional(childUid);
|
|
4634
|
-
await invoke$
|
|
4042
|
+
await invoke$i(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
|
|
4635
4043
|
// TODO restore focus
|
|
4636
4044
|
} catch (error) {
|
|
4637
4045
|
throw new VError(error, `Failed to close widget ${id}`);
|
|
@@ -4667,7 +4075,7 @@ const getFn$1 = async (module, fnName) => {
|
|
|
4667
4075
|
const executeViewletCommand = async (uid, fnName, ...args) => {
|
|
4668
4076
|
const instance = getInstance(uid);
|
|
4669
4077
|
if (!instance) {
|
|
4670
|
-
warn
|
|
4078
|
+
warn(`cannot execute ${fnName} instance not found ${uid}`);
|
|
4671
4079
|
return;
|
|
4672
4080
|
}
|
|
4673
4081
|
const fn = await getFn$1(instance.factory, fnName);
|
|
@@ -4688,7 +4096,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
|
|
|
4688
4096
|
if (commands.length === 0) {
|
|
4689
4097
|
return;
|
|
4690
4098
|
}
|
|
4691
|
-
await invoke$
|
|
4099
|
+
await invoke$i(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4692
4100
|
};
|
|
4693
4101
|
|
|
4694
4102
|
// @ts-ignore
|
|
@@ -4700,7 +4108,7 @@ const disposeWidgetWithValue = async (id, value) => {
|
|
|
4700
4108
|
}
|
|
4701
4109
|
const instance = getInstance(id);
|
|
4702
4110
|
if (!instance) {
|
|
4703
|
-
warn
|
|
4111
|
+
warn(`cannot dispose instance ${id} because it may already be disposed`);
|
|
4704
4112
|
return [];
|
|
4705
4113
|
}
|
|
4706
4114
|
// TODO status should have enum
|
|
@@ -4728,7 +4136,7 @@ const disposeWidgetWithValue = async (id, value) => {
|
|
|
4728
4136
|
instance.status = 'disposed';
|
|
4729
4137
|
remove$7(id);
|
|
4730
4138
|
remove$7(uid);
|
|
4731
|
-
await invoke$
|
|
4139
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
4732
4140
|
// return commands
|
|
4733
4141
|
const parentInstance = getInstance(KeyBindings);
|
|
4734
4142
|
if (!parentInstance) {
|
|
@@ -4800,6 +4208,106 @@ const getAbsoluteIconPath = (iconTheme, icon) => {
|
|
|
4800
4208
|
return `${assetDir}/file-icons/${result.slice(12)}`;
|
|
4801
4209
|
};
|
|
4802
4210
|
|
|
4211
|
+
// based on https://github.com/babel/babel/blob/6be6e04f396f03feace4431f709564a8d842163a/packages/babel-code-frame/src/index.ts (License MIT)
|
|
4212
|
+
|
|
4213
|
+
/**
|
|
4214
|
+
* RegExp to test for newlines in terminal.
|
|
4215
|
+
*/
|
|
4216
|
+
|
|
4217
|
+
const NEWLINE = /\n/;
|
|
4218
|
+
|
|
4219
|
+
/**
|
|
4220
|
+
* Extract what lines should be marked and highlighted.
|
|
4221
|
+
*/
|
|
4222
|
+
const getMarkerLines = (loc, source, opts) => {
|
|
4223
|
+
const startLoc = {
|
|
4224
|
+
column: 0,
|
|
4225
|
+
line: -1,
|
|
4226
|
+
...loc.start
|
|
4227
|
+
};
|
|
4228
|
+
const endLoc = {
|
|
4229
|
+
...startLoc,
|
|
4230
|
+
...loc.end
|
|
4231
|
+
};
|
|
4232
|
+
const {
|
|
4233
|
+
linesAbove = 2,
|
|
4234
|
+
linesBelow = 3
|
|
4235
|
+
} = opts || {};
|
|
4236
|
+
const startLine = startLoc.line;
|
|
4237
|
+
const startColumn = startLoc.column;
|
|
4238
|
+
const endLine = endLoc.line;
|
|
4239
|
+
const endColumn = endLoc.column;
|
|
4240
|
+
let start = Math.max(startLine - (linesAbove + 1), 0);
|
|
4241
|
+
let end = Math.min(source.length, endLine + linesBelow);
|
|
4242
|
+
if (startLine === -1) {
|
|
4243
|
+
start = 0;
|
|
4244
|
+
}
|
|
4245
|
+
if (endLine === -1) {
|
|
4246
|
+
end = source.length;
|
|
4247
|
+
}
|
|
4248
|
+
const lineDiff = endLine - startLine;
|
|
4249
|
+
const markerLines = {};
|
|
4250
|
+
if (lineDiff) {
|
|
4251
|
+
for (let i = 0; i <= lineDiff; i++) {
|
|
4252
|
+
const lineNumber = i + startLine;
|
|
4253
|
+
if (!startColumn) {
|
|
4254
|
+
markerLines[lineNumber] = true;
|
|
4255
|
+
} else if (i === 0) {
|
|
4256
|
+
const sourceLength = source[lineNumber - 1].length;
|
|
4257
|
+
markerLines[lineNumber] = [startColumn, sourceLength - startColumn + 1];
|
|
4258
|
+
} else if (i === lineDiff) {
|
|
4259
|
+
markerLines[lineNumber] = [0, endColumn];
|
|
4260
|
+
} else {
|
|
4261
|
+
const sourceLength = source[lineNumber - i].length;
|
|
4262
|
+
markerLines[lineNumber] = [0, sourceLength];
|
|
4263
|
+
}
|
|
4264
|
+
}
|
|
4265
|
+
} else if (startColumn === endColumn) {
|
|
4266
|
+
markerLines[startLine] = startColumn ? [startColumn, 0] : true;
|
|
4267
|
+
} else {
|
|
4268
|
+
markerLines[startLine] = [startColumn, endColumn - startColumn];
|
|
4269
|
+
}
|
|
4270
|
+
return {
|
|
4271
|
+
start,
|
|
4272
|
+
end,
|
|
4273
|
+
markerLines
|
|
4274
|
+
};
|
|
4275
|
+
};
|
|
4276
|
+
const create$$ = (rawLines, loc, opts = {}) => {
|
|
4277
|
+
const lines = rawLines.split(NEWLINE);
|
|
4278
|
+
const {
|
|
4279
|
+
start,
|
|
4280
|
+
end,
|
|
4281
|
+
markerLines
|
|
4282
|
+
} = getMarkerLines(loc, lines, opts);
|
|
4283
|
+
const hasColumns = loc.start && typeof loc.start.column === 'number';
|
|
4284
|
+
const numberMaxWidth = String(end).length;
|
|
4285
|
+
let frame = rawLines.split(NEWLINE, end).slice(start, end).map((line, index) => {
|
|
4286
|
+
const number = start + 1 + index;
|
|
4287
|
+
const paddedNumber = ` ${number}`.slice(-numberMaxWidth);
|
|
4288
|
+
const gutter = ` ${paddedNumber} |`;
|
|
4289
|
+
const hasMarker = markerLines[number];
|
|
4290
|
+
const lastMarkerLine = !markerLines[number + 1];
|
|
4291
|
+
if (hasMarker) {
|
|
4292
|
+
let markerLine = '';
|
|
4293
|
+
if (Array.isArray(hasMarker)) {
|
|
4294
|
+
const markerSpacing = line.slice(0, Math.max(hasMarker[0] - 1, 0)).replaceAll(/[^\t]/g, ' ');
|
|
4295
|
+
const numberOfMarkers = hasMarker[1] || 1;
|
|
4296
|
+
markerLine = ['\n ', gutter.replaceAll(/\d/g, ' '), ' ', markerSpacing, '^'.repeat(numberOfMarkers)].join('');
|
|
4297
|
+
if (lastMarkerLine && opts.message) {
|
|
4298
|
+
markerLine += ' ' + opts.message;
|
|
4299
|
+
}
|
|
4300
|
+
}
|
|
4301
|
+
return ['>', gutter, line.length > 0 ? ` ${line}` : '', markerLine].join('');
|
|
4302
|
+
}
|
|
4303
|
+
return ` ${gutter}${line.length > 0 ? ` ${line}` : ''}`;
|
|
4304
|
+
}).join(NewLine$1);
|
|
4305
|
+
if (opts.message && !hasColumns) {
|
|
4306
|
+
frame = `${' '.repeat(numberMaxWidth + 1)}${opts.message}\n${frame}`;
|
|
4307
|
+
}
|
|
4308
|
+
return frame;
|
|
4309
|
+
};
|
|
4310
|
+
|
|
4803
4311
|
const state$q = {
|
|
4804
4312
|
/**
|
|
4805
4313
|
* @type {any[]}
|
|
@@ -4843,7 +4351,7 @@ const getLanguageConfiguration$3 = async languageId => {
|
|
|
4843
4351
|
};
|
|
4844
4352
|
|
|
4845
4353
|
const getLanguageConfiguration$2 = async languageId => {
|
|
4846
|
-
warn
|
|
4354
|
+
warn('get language configuration not yet supported on web');
|
|
4847
4355
|
};
|
|
4848
4356
|
|
|
4849
4357
|
const getLanguages = async () => {
|
|
@@ -4875,6 +4383,11 @@ const getNthFileExtension = (file, startIndex) => {
|
|
|
4875
4383
|
return file.lastIndexOf(Dot, startIndex);
|
|
4876
4384
|
};
|
|
4877
4385
|
|
|
4386
|
+
const splitLines = lines => {
|
|
4387
|
+
string(lines);
|
|
4388
|
+
return lines.split(NewLine$1);
|
|
4389
|
+
};
|
|
4390
|
+
|
|
4878
4391
|
// TODO merge all of this with extension host languages module
|
|
4879
4392
|
|
|
4880
4393
|
const state$p = {
|
|
@@ -4999,7 +4512,7 @@ const contributionPointFileExtensions = {
|
|
|
4999
4512
|
key: 'fileExtensions',
|
|
5000
4513
|
handle(value, languageId) {
|
|
5001
4514
|
if (value) {
|
|
5002
|
-
warn
|
|
4515
|
+
warn(`[renderer-worker] unsupported property "fileExtensions" for language ${languageId}, use the property "extensions" instead`);
|
|
5003
4516
|
}
|
|
5004
4517
|
}
|
|
5005
4518
|
};
|
|
@@ -5012,7 +4525,7 @@ const contributionPointFileNames = {
|
|
|
5012
4525
|
const fileNameLower = fileName.toLowerCase();
|
|
5013
4526
|
addFileName(fileNameLower, languageId);
|
|
5014
4527
|
} else {
|
|
5015
|
-
warn
|
|
4528
|
+
warn(`[renderer-worker] language.fileNames for ${languageId} should be an array of strings but includes ${typeof fileName}`);
|
|
5016
4529
|
}
|
|
5017
4530
|
}
|
|
5018
4531
|
}
|
|
@@ -5042,7 +4555,7 @@ const warnFileNames = (languageId, language) => {
|
|
|
5042
4555
|
break;
|
|
5043
4556
|
}
|
|
5044
4557
|
}
|
|
5045
|
-
const codeFrame = create
|
|
4558
|
+
const codeFrame = create$$(code, {
|
|
5046
4559
|
start: {
|
|
5047
4560
|
line: rowIndex + 1,
|
|
5048
4561
|
column: columnIndex + 1
|
|
@@ -5052,7 +4565,7 @@ const warnFileNames = (languageId, language) => {
|
|
|
5052
4565
|
column: columnIndex + 'filenames'.length + 1
|
|
5053
4566
|
}
|
|
5054
4567
|
});
|
|
5055
|
-
warn
|
|
4568
|
+
warn(`Please use "fileNames" instead of "filenames" for language ${languageId}
|
|
5056
4569
|
${codeFrame}
|
|
5057
4570
|
`);
|
|
5058
4571
|
};
|
|
@@ -5071,7 +4584,7 @@ const contributionPointExtensions = {
|
|
|
5071
4584
|
if (typeof extension === 'string') {
|
|
5072
4585
|
addExtension(extension, languageId);
|
|
5073
4586
|
} else {
|
|
5074
|
-
warn
|
|
4587
|
+
warn(`[renderer-worker] language.extensions for ${languageId} should be an array of strings but includes ${typeof extension}`);
|
|
5075
4588
|
}
|
|
5076
4589
|
}
|
|
5077
4590
|
}
|
|
@@ -5089,7 +4602,7 @@ const contributionPoints = [contributionPointFileExtensions, contributionPointEx
|
|
|
5089
4602
|
const addLanguage = language => {
|
|
5090
4603
|
const languageId = language.id;
|
|
5091
4604
|
if (!languageId) {
|
|
5092
|
-
warn
|
|
4605
|
+
warn('[renderer-worker] language is missing id', language);
|
|
5093
4606
|
return;
|
|
5094
4607
|
}
|
|
5095
4608
|
// TODO could use object destructuing here
|
|
@@ -5221,7 +4734,7 @@ const getIcon$1 = dirent => {
|
|
|
5221
4734
|
case Socket:
|
|
5222
4735
|
return getAbsoluteIconPath(getIconTheme(), File$4);
|
|
5223
4736
|
default:
|
|
5224
|
-
warn
|
|
4737
|
+
warn(`unsupported type ${dirent.type}`);
|
|
5225
4738
|
return None$e;
|
|
5226
4739
|
}
|
|
5227
4740
|
};
|
|
@@ -5246,7 +4759,7 @@ const hydrate$3 = async () => {
|
|
|
5246
4759
|
};
|
|
5247
4760
|
|
|
5248
4761
|
const getInitData = async () => {
|
|
5249
|
-
const rendererProcessInitData = await invoke$
|
|
4762
|
+
const rendererProcessInitData = await invoke$i('InitData.getInitData');
|
|
5250
4763
|
// TODO get the following items
|
|
5251
4764
|
// - location.href
|
|
5252
4765
|
// - workspace
|
|
@@ -5263,7 +4776,7 @@ const getInitData = async () => {
|
|
|
5263
4776
|
const RendererWorker = 108;
|
|
5264
4777
|
|
|
5265
4778
|
const listen = method => {
|
|
5266
|
-
return create$
|
|
4779
|
+
return create$13({
|
|
5267
4780
|
method,
|
|
5268
4781
|
type: 'shared-process',
|
|
5269
4782
|
name: 'Shared Process',
|
|
@@ -5274,7 +4787,7 @@ const listen = method => {
|
|
|
5274
4787
|
const launchSharedProcess = async () => {
|
|
5275
4788
|
const ipc = await listen(Node);
|
|
5276
4789
|
handleIpc(ipc);
|
|
5277
|
-
state$
|
|
4790
|
+
state$D.ipc = ipc;
|
|
5278
4791
|
};
|
|
5279
4792
|
|
|
5280
4793
|
const Zero = 0;
|
|
@@ -5615,7 +5128,7 @@ const getRecentlyOpened$1 = async () => {
|
|
|
5615
5128
|
// TODO should check for error.code
|
|
5616
5129
|
if (error && error instanceof Error && error.message.includes('File not found')) ; else if (error && error instanceof Error && error.message.includes('failed to parse json')) ; else {
|
|
5617
5130
|
const vError = new VError(error, 'Failed to read recently opened');
|
|
5618
|
-
warn
|
|
5131
|
+
warn(vError);
|
|
5619
5132
|
}
|
|
5620
5133
|
return [];
|
|
5621
5134
|
}
|
|
@@ -5899,7 +5412,7 @@ const wrapIpc = (ipc, name, getData) => {
|
|
|
5899
5412
|
};
|
|
5900
5413
|
const startRecording$1 = () => {
|
|
5901
5414
|
state$I.ipc = wrapIpc(state$I.ipc, 'renderer-process', event => event.data);
|
|
5902
|
-
state$
|
|
5415
|
+
state$D.ipc = wrapIpc(state$D.ipc, 'shared-process', event => event);
|
|
5903
5416
|
};
|
|
5904
5417
|
const openSession = async () => {
|
|
5905
5418
|
await execute$4(/* Main.openUri */'Main.openUri', /* uri */'app://session.json');
|
|
@@ -6124,7 +5637,7 @@ const startup = async () => {
|
|
|
6124
5637
|
mark(DidLoadColorTheme);
|
|
6125
5638
|
mark$1(Four);
|
|
6126
5639
|
mark(WillShowLayout);
|
|
6127
|
-
const layout = create
|
|
5640
|
+
const layout = create$10(load$4, Layout, 0, '', 0, 0, 0, 0);
|
|
6128
5641
|
layout.uid = create$12();
|
|
6129
5642
|
const layoutState = await getSavedViewletState(Layout);
|
|
6130
5643
|
const commands = await load$6({
|
|
@@ -6145,7 +5658,7 @@ const startup = async () => {
|
|
|
6145
5658
|
const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
|
|
6146
5659
|
commands.push(...placeholderCommands);
|
|
6147
5660
|
commands.push(['Viewlet.appendToBody', layout.uid]);
|
|
6148
|
-
await invoke$
|
|
5661
|
+
await invoke$i('Viewlet.executeCommands', commands);
|
|
6149
5662
|
// await Layout.hydrate(initData)
|
|
6150
5663
|
mark(DidShowLayout);
|
|
6151
5664
|
mark(WillLoadLanguages);
|
|
@@ -6792,7 +6305,7 @@ const getCacheKey$1 = colorThemeId => {
|
|
|
6792
6305
|
};
|
|
6793
6306
|
const get$8 = colorThemeId => {
|
|
6794
6307
|
const cacheKey = getCacheKey$1(colorThemeId);
|
|
6795
|
-
return getText(cacheKey);
|
|
6308
|
+
return getText$1(cacheKey);
|
|
6796
6309
|
};
|
|
6797
6310
|
const set$9 = (colorThemeId, data) => {
|
|
6798
6311
|
const cacheKey = getCacheKey$1(colorThemeId);
|
|
@@ -7353,7 +6866,7 @@ const readDirWithFileTypes$4 = uri => {
|
|
|
7353
6866
|
const getBlobUrl$1 = uri => {
|
|
7354
6867
|
return invoke$f('FileSystemMemory.getBlobUrl', uri);
|
|
7355
6868
|
};
|
|
7356
|
-
const getBlob$
|
|
6869
|
+
const getBlob$4 = async uri => {
|
|
7357
6870
|
return invoke$f('FileSystemMemory.getBlob', uri);
|
|
7358
6871
|
};
|
|
7359
6872
|
const chmod$2 = (path, permissions) => {
|
|
@@ -7366,7 +6879,7 @@ const getFiles = () => {
|
|
|
7366
6879
|
const FileSystemMemory = {
|
|
7367
6880
|
__proto__: null,
|
|
7368
6881
|
chmod: chmod$2,
|
|
7369
|
-
getBlob: getBlob$
|
|
6882
|
+
getBlob: getBlob$4,
|
|
7370
6883
|
getBlobUrl: getBlobUrl$1,
|
|
7371
6884
|
getFiles,
|
|
7372
6885
|
getPathSeparator: getPathSeparator$4,
|
|
@@ -7704,7 +7217,7 @@ const readDirWithFileTypes$2 = async uri => {
|
|
|
7704
7217
|
const chmod$1 = (path, permissions) => {
|
|
7705
7218
|
return invoke$f('FileSystemFetch.chmod', path, permissions);
|
|
7706
7219
|
};
|
|
7707
|
-
const getBlob$
|
|
7220
|
+
const getBlob$3 = async (uri, type) => {
|
|
7708
7221
|
return invoke$f('FileSystemFetch.getBlob', uri, type);
|
|
7709
7222
|
};
|
|
7710
7223
|
|
|
@@ -7712,7 +7225,7 @@ const FileSystemFetch = {
|
|
|
7712
7225
|
__proto__: null,
|
|
7713
7226
|
canBeRestored: canBeRestored$3,
|
|
7714
7227
|
chmod: chmod$1,
|
|
7715
|
-
getBlob: getBlob$
|
|
7228
|
+
getBlob: getBlob$3,
|
|
7716
7229
|
getPathSeparator: getPathSeparator$2,
|
|
7717
7230
|
mkdir: mkdir$1,
|
|
7718
7231
|
name: name$2j,
|
|
@@ -7776,7 +7289,7 @@ const getBlobUrl = path => {
|
|
|
7776
7289
|
}
|
|
7777
7290
|
return getRemoteSrc(path);
|
|
7778
7291
|
};
|
|
7779
|
-
const getBlob$
|
|
7292
|
+
const getBlob$2 = async (path, type) => {
|
|
7780
7293
|
const content = await invoke$g('FileSystem.readFileAsBuffer', path);
|
|
7781
7294
|
const array = new Uint8Array(content.data);
|
|
7782
7295
|
const blob = new Blob([array], {
|
|
@@ -7813,7 +7326,7 @@ const FileSystemDisk = {
|
|
|
7813
7326
|
chmod,
|
|
7814
7327
|
copy: copy$4,
|
|
7815
7328
|
ensureFile,
|
|
7816
|
-
getBlob: getBlob$
|
|
7329
|
+
getBlob: getBlob$2,
|
|
7817
7330
|
getBlobUrl,
|
|
7818
7331
|
getFolderSize,
|
|
7819
7332
|
getPathSeparator: getPathSeparator$1,
|
|
@@ -7957,7 +7470,7 @@ const requestPermission = async (handle, options) => {
|
|
|
7957
7470
|
// query permission, but from renderer process
|
|
7958
7471
|
// because handle.requestPermission is not implemented
|
|
7959
7472
|
// in a worker, see https://github.com/WICG/file-system-access/issues/289
|
|
7960
|
-
const permissionTypeNow = await invoke$
|
|
7473
|
+
const permissionTypeNow = await invoke$i('FileSystemHandle.requestPermission', handle, options);
|
|
7961
7474
|
return permissionTypeNow;
|
|
7962
7475
|
};
|
|
7963
7476
|
const queryPermission = async (handle, options) => {
|
|
@@ -8157,7 +7670,7 @@ const getBlobSrc = async uri => {
|
|
|
8157
7670
|
const blobUrl = URL.createObjectURL(file);
|
|
8158
7671
|
return blobUrl;
|
|
8159
7672
|
};
|
|
8160
|
-
const getBlob = async (uri, type) => {
|
|
7673
|
+
const getBlob$1 = async (uri, type) => {
|
|
8161
7674
|
const handle = await getFileHandle(uri);
|
|
8162
7675
|
if (!handle) {
|
|
8163
7676
|
throw new Error(`file not found`);
|
|
@@ -8171,7 +7684,7 @@ const canBeRestored$1 = true;
|
|
|
8171
7684
|
const FileSystemHtml = {
|
|
8172
7685
|
__proto__: null,
|
|
8173
7686
|
canBeRestored: canBeRestored$1,
|
|
8174
|
-
getBlob,
|
|
7687
|
+
getBlob: getBlob$1,
|
|
8175
7688
|
getBlobSrc,
|
|
8176
7689
|
getChildHandles,
|
|
8177
7690
|
getDirents,
|
|
@@ -8517,7 +8030,7 @@ const TryToGetActualImportErrorMessage = {
|
|
|
8517
8030
|
|
|
8518
8031
|
const aboutViewWorkerUrl = `${assetDir}/packages/about-view-worker/dist/aboutWorkerMain.js`;
|
|
8519
8032
|
|
|
8520
|
-
const getConfiguredWorkerUrl$
|
|
8033
|
+
const getConfiguredWorkerUrl$a = () => {
|
|
8521
8034
|
let configuredWorkerUrl = get$d('develop.aboutViewWorkerPath') || '';
|
|
8522
8035
|
if (configuredWorkerUrl) {
|
|
8523
8036
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -8530,10 +8043,10 @@ const getConfiguredWorkerUrl$9 = () => {
|
|
|
8530
8043
|
};
|
|
8531
8044
|
const launchAboutViewWorker = async () => {
|
|
8532
8045
|
const name = 'About View Worker';
|
|
8533
|
-
const ipc = await create$
|
|
8046
|
+
const ipc = await create$13({
|
|
8534
8047
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
8535
8048
|
name,
|
|
8536
|
-
url: getConfiguredWorkerUrl$
|
|
8049
|
+
url: getConfiguredWorkerUrl$a()
|
|
8537
8050
|
});
|
|
8538
8051
|
handleIpc(ipc);
|
|
8539
8052
|
return ipc;
|
|
@@ -8574,13 +8087,76 @@ const About_ipc = {
|
|
|
8574
8087
|
name: name$2h
|
|
8575
8088
|
};
|
|
8576
8089
|
|
|
8090
|
+
/**
|
|
8091
|
+
*
|
|
8092
|
+
// @ts-ignore
|
|
8093
|
+
* @returns {Promise<any>}
|
|
8094
|
+
*/
|
|
8095
|
+
const loadKy = async () => {
|
|
8096
|
+
const url = `${assetDir}/js/ky.js`;
|
|
8097
|
+
const module = await import(url);
|
|
8098
|
+
return module;
|
|
8099
|
+
};
|
|
8100
|
+
|
|
8101
|
+
const getJson$1 = async (url, options = {}) => {
|
|
8102
|
+
try {
|
|
8103
|
+
string(url);
|
|
8104
|
+
const response = await fetch(url);
|
|
8105
|
+
if (!response.ok) {
|
|
8106
|
+
throw new Error(response.statusText);
|
|
8107
|
+
}
|
|
8108
|
+
const result = await response.json();
|
|
8109
|
+
return result;
|
|
8110
|
+
} catch (error) {
|
|
8111
|
+
if (error && error instanceof TypeError && error.message === 'Failed to fetch') {
|
|
8112
|
+
throw new VError(`Failed to request json from "${url}". Make sure that the server is running and has CORS enabled`);
|
|
8113
|
+
}
|
|
8114
|
+
// @ts-ignore
|
|
8115
|
+
error.message = `Failed to request json from "${url}": ${error.message}`;
|
|
8116
|
+
throw error;
|
|
8117
|
+
}
|
|
8118
|
+
};
|
|
8119
|
+
const getText = async (url, options = {}) => {
|
|
8120
|
+
try {
|
|
8121
|
+
const {
|
|
8122
|
+
default: ky
|
|
8123
|
+
} = await loadKy();
|
|
8124
|
+
return await ky(url, options).text();
|
|
8125
|
+
} catch (error) {
|
|
8126
|
+
if (error && error instanceof TypeError && error.message === 'Failed to fetch') {
|
|
8127
|
+
throw new VError(error, `Failed to request text from "${url}". Make sure that the server is running and has CORS enabled`);
|
|
8128
|
+
}
|
|
8129
|
+
throw new VError(error, `Failed to request text from "${url}"`);
|
|
8130
|
+
}
|
|
8131
|
+
};
|
|
8132
|
+
const getBlob = async (url, options = {}) => {
|
|
8133
|
+
try {
|
|
8134
|
+
const {
|
|
8135
|
+
default: ky
|
|
8136
|
+
} = await loadKy();
|
|
8137
|
+
return await ky(url, options).blob();
|
|
8138
|
+
} catch (error) {
|
|
8139
|
+
throw new VError(error, `Failed to request blob from "${url}"`);
|
|
8140
|
+
}
|
|
8141
|
+
};
|
|
8142
|
+
const getResponse$1 = async (url, options) => {
|
|
8143
|
+
try {
|
|
8144
|
+
const {
|
|
8145
|
+
default: ky
|
|
8146
|
+
} = await loadKy();
|
|
8147
|
+
return await ky(url, options);
|
|
8148
|
+
} catch (error) {
|
|
8149
|
+
throw new VError(error, `Failed to request response from "${url}"`);
|
|
8150
|
+
}
|
|
8151
|
+
};
|
|
8152
|
+
|
|
8577
8153
|
// TODO only use Ajax module via ipc -> that way is is always lazyloaded
|
|
8578
8154
|
|
|
8579
8155
|
const name$2g = 'Ajax';
|
|
8580
8156
|
const Commands$2a = {
|
|
8581
|
-
getBlob: getBlob
|
|
8582
|
-
getJson: getJson$
|
|
8583
|
-
getText: getText
|
|
8157
|
+
getBlob: getBlob,
|
|
8158
|
+
getJson: getJson$1,
|
|
8159
|
+
getText: getText
|
|
8584
8160
|
};
|
|
8585
8161
|
|
|
8586
8162
|
const Ajax_ipc = {
|
|
@@ -8591,7 +8167,7 @@ const Ajax_ipc = {
|
|
|
8591
8167
|
|
|
8592
8168
|
const playBell = async () => {
|
|
8593
8169
|
const src = '/sounds/bell.oga';
|
|
8594
|
-
await invoke$
|
|
8170
|
+
await invoke$i(/* Audio.play */3211, /* src */src);
|
|
8595
8171
|
};
|
|
8596
8172
|
|
|
8597
8173
|
const name$2f = 'Audio';
|
|
@@ -8750,11 +8326,11 @@ const GetEditorSourceActions_ipc = {
|
|
|
8750
8326
|
};
|
|
8751
8327
|
|
|
8752
8328
|
const getFileHandles = ids => {
|
|
8753
|
-
return invoke$
|
|
8329
|
+
return invoke$i('FileHandles.get', ids);
|
|
8754
8330
|
};
|
|
8755
8331
|
|
|
8756
8332
|
const getFilePathElectron = async file => {
|
|
8757
|
-
return invoke$
|
|
8333
|
+
return invoke$i('GetFilePathElectron.getFilePathElectron', file);
|
|
8758
8334
|
};
|
|
8759
8335
|
|
|
8760
8336
|
const name$2c = 'FileSystemHandle';
|
|
@@ -9033,7 +8609,7 @@ const setResponse = async (key, value, contentType) => {
|
|
|
9033
8609
|
key = 'https://example.com' + key;
|
|
9034
8610
|
}
|
|
9035
8611
|
if (typeof value !== 'string') {
|
|
9036
|
-
warn
|
|
8612
|
+
warn(`invalid value ${value}`);
|
|
9037
8613
|
return;
|
|
9038
8614
|
}
|
|
9039
8615
|
const cacheName = getCacheName();
|
|
@@ -9186,7 +8762,7 @@ const Chrome_ipc = {
|
|
|
9186
8762
|
|
|
9187
8763
|
const readText = async () => {
|
|
9188
8764
|
try {
|
|
9189
|
-
return await invoke$
|
|
8765
|
+
return await invoke$i('ClipBoard.readText');
|
|
9190
8766
|
} catch (error) {
|
|
9191
8767
|
// @ts-ignore
|
|
9192
8768
|
if (error.message === 'Read permission denied.') {
|
|
@@ -9203,7 +8779,7 @@ const readText = async () => {
|
|
|
9203
8779
|
const writeText$1 = async text => {
|
|
9204
8780
|
try {
|
|
9205
8781
|
string(text);
|
|
9206
|
-
await invoke$
|
|
8782
|
+
await invoke$i('ClipBoard.writeText', /* text */text);
|
|
9207
8783
|
} catch (error) {
|
|
9208
8784
|
throw new VError(error, 'Failed to write text to clipboard');
|
|
9209
8785
|
}
|
|
@@ -9230,14 +8806,14 @@ const readNativeFiles = async () => {
|
|
|
9230
8806
|
};
|
|
9231
8807
|
const writeImage = async blob => {
|
|
9232
8808
|
try {
|
|
9233
|
-
return await invoke$
|
|
8809
|
+
return await invoke$i('ClipBoard.writeImage', blob);
|
|
9234
8810
|
} catch (error) {
|
|
9235
8811
|
throw new VError(error, 'Failed to write image to clipboard');
|
|
9236
8812
|
}
|
|
9237
8813
|
};
|
|
9238
8814
|
const execCopy = async () => {
|
|
9239
8815
|
try {
|
|
9240
|
-
return await invoke$
|
|
8816
|
+
return await invoke$i('ClipBoard.execCopy');
|
|
9241
8817
|
} catch (error) {
|
|
9242
8818
|
throw new VError(error, 'Failed to copy selected text');
|
|
9243
8819
|
}
|
|
@@ -9312,7 +8888,7 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
|
|
|
9312
8888
|
};
|
|
9313
8889
|
|
|
9314
8890
|
const prompt$2 = async (message, confirmMessage, title) => {
|
|
9315
|
-
const result = await invoke$
|
|
8891
|
+
const result = await invoke$i('ConfirmPrompt.prompt', message);
|
|
9316
8892
|
return result;
|
|
9317
8893
|
};
|
|
9318
8894
|
|
|
@@ -9730,6 +9306,10 @@ const formatStartupPerformanceEntries = (entries, firstTimeOrigin) => {
|
|
|
9730
9306
|
return formatStartupPerformanceEntriesWithDuration(entries, firstTimeOrigin);
|
|
9731
9307
|
};
|
|
9732
9308
|
|
|
9309
|
+
const joinLines = lines => {
|
|
9310
|
+
return lines.join(NewLine$1);
|
|
9311
|
+
};
|
|
9312
|
+
|
|
9733
9313
|
const formatNodeTiming = nodeStartupTiming => {
|
|
9734
9314
|
const header = ['Name', 'Value'];
|
|
9735
9315
|
const rows = Object.entries(nodeStartupTiming).map(([key, value]) => {
|
|
@@ -9980,10 +9560,10 @@ const getSharedProcessMemoryUsage = () => {
|
|
|
9980
9560
|
return invoke$g(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
|
|
9981
9561
|
};
|
|
9982
9562
|
const getPerformanceMemory = () => {
|
|
9983
|
-
return invoke$
|
|
9563
|
+
return invoke$i('Performance.getMemory');
|
|
9984
9564
|
};
|
|
9985
9565
|
const getPerformanceUserAgentSpecificMemory = () => {
|
|
9986
|
-
return invoke$
|
|
9566
|
+
return invoke$i('Performance.measureUserAgentSpecificMemory');
|
|
9987
9567
|
};
|
|
9988
9568
|
|
|
9989
9569
|
// TODO handle case when renderer process and renderer worker are same process communicating via messagePort
|
|
@@ -10142,10 +9722,10 @@ const state$h = {
|
|
|
10142
9722
|
dialog: undefined
|
|
10143
9723
|
};
|
|
10144
9724
|
const openFileWeb = () => {
|
|
10145
|
-
warn
|
|
9725
|
+
warn('open file - not implemented');
|
|
10146
9726
|
};
|
|
10147
9727
|
const openFileRemote = () => {
|
|
10148
|
-
warn
|
|
9728
|
+
warn('open file - not implemented');
|
|
10149
9729
|
};
|
|
10150
9730
|
const openFileElectron = async () => {
|
|
10151
9731
|
const [file] = await showOpenDialog('Open File', ['openFile', 'dontAddToRecent', 'showHiddenFiles']);
|
|
@@ -10223,7 +9803,7 @@ const Dialog_ipc = {
|
|
|
10223
9803
|
const downloadFile = async (fileName, url) => {
|
|
10224
9804
|
string(fileName);
|
|
10225
9805
|
string(url);
|
|
10226
|
-
await invoke$
|
|
9806
|
+
await invoke$i(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
|
|
10227
9807
|
};
|
|
10228
9808
|
const downloadToDownloadsFolder = async (fileName, url) => {
|
|
10229
9809
|
const downloadFolder = await getDownloadDir();
|
|
@@ -10327,7 +9907,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
10327
9907
|
const x$1 = x(editor, rowIndex, columnIndex);
|
|
10328
9908
|
// @ts-ignore
|
|
10329
9909
|
const y$1 = y(editor, rowIndex);
|
|
10330
|
-
await invoke$
|
|
9910
|
+
await invoke$i(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
10331
9911
|
};
|
|
10332
9912
|
|
|
10333
9913
|
const Commands$1R = {
|
|
@@ -11325,7 +10905,7 @@ const Extensions_ipc = {
|
|
|
11325
10905
|
|
|
11326
10906
|
const showDirectoryPicker = async options => {
|
|
11327
10907
|
try {
|
|
11328
|
-
return await invoke$
|
|
10908
|
+
return await invoke$i('FilePicker.showDirectoryPicker', options);
|
|
11329
10909
|
} catch (error) {
|
|
11330
10910
|
if (error &&
|
|
11331
10911
|
// @ts-ignore
|
|
@@ -11336,11 +10916,11 @@ const showDirectoryPicker = async options => {
|
|
|
11336
10916
|
}
|
|
11337
10917
|
};
|
|
11338
10918
|
const showFilePicker = options => {
|
|
11339
|
-
return invoke$
|
|
10919
|
+
return invoke$i('FilePicker.showFilePicker', options);
|
|
11340
10920
|
};
|
|
11341
10921
|
const showSaveFilePicker = async options => {
|
|
11342
10922
|
try {
|
|
11343
|
-
return await invoke$
|
|
10923
|
+
return await invoke$i('FilePicker.showSaveFilePicker', options);
|
|
11344
10924
|
} catch (error) {
|
|
11345
10925
|
if (error &&
|
|
11346
10926
|
// @ts-ignore
|
|
@@ -11368,7 +10948,7 @@ const name$1M = 'FileSystem';
|
|
|
11368
10948
|
const Commands$1F = {
|
|
11369
10949
|
chmod: chmod$3,
|
|
11370
10950
|
copy: copy$6,
|
|
11371
|
-
getBlob: getBlob$
|
|
10951
|
+
getBlob: getBlob$5,
|
|
11372
10952
|
getFolderSize: getFolderSize$1,
|
|
11373
10953
|
getPathSeparator: getPathSeparator$8,
|
|
11374
10954
|
mkdir: mkdir$7,
|
|
@@ -11422,15 +11002,15 @@ const show$8 = async (uri, top, left) => {
|
|
|
11422
11002
|
if (version !== state$e.versionId) {
|
|
11423
11003
|
return;
|
|
11424
11004
|
}
|
|
11425
|
-
await invoke$
|
|
11005
|
+
await invoke$i(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
11426
11006
|
} catch (error) {
|
|
11427
11007
|
console.error(error);
|
|
11428
|
-
await invoke$
|
|
11008
|
+
await invoke$i(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
11429
11009
|
}
|
|
11430
11010
|
};
|
|
11431
11011
|
const hide$4 = async () => {
|
|
11432
11012
|
++state$e.versionId;
|
|
11433
|
-
await invoke$
|
|
11013
|
+
await invoke$i(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
|
|
11434
11014
|
};
|
|
11435
11015
|
|
|
11436
11016
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
@@ -11535,9 +11115,33 @@ const IndexedDb_ipc = {
|
|
|
11535
11115
|
name: name$1H
|
|
11536
11116
|
};
|
|
11537
11117
|
|
|
11118
|
+
const extensionHostSubWorkerUrl = `${assetDir}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js`;
|
|
11119
|
+
|
|
11120
|
+
const getConfiguredWorkerUrl$9 = () => {
|
|
11121
|
+
let configuredWorkerUrl = get$d('develop.extensionHostSubWorkerPath') || '';
|
|
11122
|
+
if (configuredWorkerUrl) {
|
|
11123
|
+
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
11124
|
+
}
|
|
11125
|
+
configuredWorkerUrl = configuredWorkerUrl || extensionHostSubWorkerUrl;
|
|
11126
|
+
{
|
|
11127
|
+
configuredWorkerUrl = extensionHostSubWorkerUrl;
|
|
11128
|
+
}
|
|
11129
|
+
return configuredWorkerUrl;
|
|
11130
|
+
};
|
|
11131
|
+
const getExtensionHostSubWorkerUrl = () => {
|
|
11132
|
+
return getConfiguredWorkerUrl$9();
|
|
11133
|
+
};
|
|
11134
|
+
|
|
11538
11135
|
const name$1G = 'IpcParent';
|
|
11136
|
+
const wrappedCreate = options => {
|
|
11137
|
+
// TODO
|
|
11138
|
+
if (options && options.url && options.url.endsWith('extensionHostSubWorkerMain.js')) {
|
|
11139
|
+
options.url = getExtensionHostSubWorkerUrl();
|
|
11140
|
+
}
|
|
11141
|
+
return create$13(options);
|
|
11142
|
+
};
|
|
11539
11143
|
const Commands$1z = {
|
|
11540
|
-
create:
|
|
11144
|
+
create: wrappedCreate
|
|
11541
11145
|
};
|
|
11542
11146
|
|
|
11543
11147
|
const IpcParent_ipc = {
|
|
@@ -11607,7 +11211,7 @@ const execute$2 = (id, ...args) => {
|
|
|
11607
11211
|
number$1(id);
|
|
11608
11212
|
const listener = state$c[id];
|
|
11609
11213
|
if (!listener) {
|
|
11610
|
-
warn
|
|
11214
|
+
warn(`listener with id ${id} not found`);
|
|
11611
11215
|
return;
|
|
11612
11216
|
}
|
|
11613
11217
|
return listener(...args);
|
|
@@ -11627,8 +11231,8 @@ const Listener_ipc = {
|
|
|
11627
11231
|
const name$1D = 'LocalStorage';
|
|
11628
11232
|
const Commands$1v = {
|
|
11629
11233
|
clear: clear$4,
|
|
11630
|
-
getJson: getJson$
|
|
11631
|
-
getText: getText,
|
|
11234
|
+
getJson: getJson$5,
|
|
11235
|
+
getText: getText$1,
|
|
11632
11236
|
setJson: setJson$4,
|
|
11633
11237
|
setText: setText
|
|
11634
11238
|
};
|
|
@@ -11641,7 +11245,7 @@ const LocalStorage_ipc = {
|
|
|
11641
11245
|
|
|
11642
11246
|
const executeMenuItemCommand = async item => {
|
|
11643
11247
|
if (!item.command) {
|
|
11644
|
-
warn
|
|
11248
|
+
warn('item has missing command', item);
|
|
11645
11249
|
return;
|
|
11646
11250
|
}
|
|
11647
11251
|
const args = item.args || [];
|
|
@@ -12412,7 +12016,7 @@ const getMenuHeight = items => {
|
|
|
12412
12016
|
};
|
|
12413
12017
|
const getCurrentMenu = () => {
|
|
12414
12018
|
if (state$b.menus.length === 0) {
|
|
12415
|
-
warn
|
|
12019
|
+
warn('menu not available');
|
|
12416
12020
|
}
|
|
12417
12021
|
return state$b.menus.at(-1);
|
|
12418
12022
|
};
|
|
@@ -12458,7 +12062,7 @@ const show$7 = async (x, y, id, mouseBlocking = false, ...args) => {
|
|
|
12458
12062
|
});
|
|
12459
12063
|
const visible = getVisible(menu.items, -1, false, menu.level);
|
|
12460
12064
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
12461
|
-
await invoke$
|
|
12065
|
+
await invoke$i(/* Menu.show */'Menu.showMenu', /* x */bounds.x, /* y */bounds.y, /* width */bounds.width, /* height */bounds.height, /* items */menu.items, /* level */menu.level, /* parentIndex */-1, /* dom */dom, /* mouseBlocking */mouseBlocking);
|
|
12462
12066
|
};
|
|
12463
12067
|
const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
12464
12068
|
// TODO delete old menus
|
|
@@ -12480,7 +12084,7 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
|
12480
12084
|
const height = getMenuHeight(subMenuItems);
|
|
12481
12085
|
const visible = getVisible(subMenu.items, -1, false, subMenu.level);
|
|
12482
12086
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
12483
|
-
invoke$
|
|
12087
|
+
invoke$i(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
|
|
12484
12088
|
};
|
|
12485
12089
|
const showSubMenu = async (level, index) => {
|
|
12486
12090
|
await showSubMenuAtEnter(level, index, -1, -1);
|
|
@@ -12540,7 +12144,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12540
12144
|
return;
|
|
12541
12145
|
}
|
|
12542
12146
|
state$b.menus = [];
|
|
12543
|
-
await invoke$
|
|
12147
|
+
await invoke$i(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
|
|
12544
12148
|
};
|
|
12545
12149
|
|
|
12546
12150
|
// TODO difference between focusing with mouse or keyboard
|
|
@@ -12550,7 +12154,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12550
12154
|
const hideSubMenus = async level => {
|
|
12551
12155
|
if (level < state$b.menus.length) {
|
|
12552
12156
|
state$b.menus = state$b.menus.slice(0, level + 1);
|
|
12553
|
-
await invoke$
|
|
12157
|
+
await invoke$i(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
|
|
12554
12158
|
}
|
|
12555
12159
|
};
|
|
12556
12160
|
const MENU_DELAY_TRIANGLE = 300;
|
|
@@ -12595,7 +12199,7 @@ const handleMouseLeave = async () => {
|
|
|
12595
12199
|
}
|
|
12596
12200
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12597
12201
|
menu.focusedIndex = -1;
|
|
12598
|
-
await invoke$
|
|
12202
|
+
await invoke$i(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
|
|
12599
12203
|
};
|
|
12600
12204
|
const focusIndex$6 = async (menu, index) => {
|
|
12601
12205
|
if (menu.items.length === 0) {
|
|
@@ -12603,7 +12207,7 @@ const focusIndex$6 = async (menu, index) => {
|
|
|
12603
12207
|
}
|
|
12604
12208
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12605
12209
|
menu.focusedIndex = index;
|
|
12606
|
-
await invoke$
|
|
12210
|
+
await invoke$i(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
|
|
12607
12211
|
};
|
|
12608
12212
|
const getIndexToFocusNextStartingAt = (items, startIndex) => {
|
|
12609
12213
|
for (let i = startIndex; i < startIndex + items.length; i++) {
|
|
@@ -12848,22 +12452,22 @@ const state$9 = {
|
|
|
12848
12452
|
focusedPart: PART_TITLE_BAR
|
|
12849
12453
|
};
|
|
12850
12454
|
const focusActivityBar = async () => {
|
|
12851
|
-
await invoke$
|
|
12455
|
+
await invoke$i(/* ActivityBar.focus */717115);
|
|
12852
12456
|
};
|
|
12853
12457
|
const focusStatusBar = async () => {
|
|
12854
|
-
await invoke$
|
|
12458
|
+
await invoke$i(/* StatusBar.focus */8882);
|
|
12855
12459
|
};
|
|
12856
12460
|
const focusPanel = async () => {
|
|
12857
|
-
await invoke$
|
|
12461
|
+
await invoke$i(/* Panel.focus */6664);
|
|
12858
12462
|
};
|
|
12859
12463
|
const focusSideBar = async () => {
|
|
12860
|
-
await invoke$
|
|
12464
|
+
await invoke$i(/* SideBar.focus */5554);
|
|
12861
12465
|
};
|
|
12862
12466
|
const focusTitleBar = async () => {
|
|
12863
|
-
await invoke$
|
|
12467
|
+
await invoke$i(/* TitleBar.focus */1331);
|
|
12864
12468
|
};
|
|
12865
12469
|
const focusMain = async () => {
|
|
12866
|
-
await invoke$
|
|
12470
|
+
await invoke$i(/* Main.focus */2145);
|
|
12867
12471
|
};
|
|
12868
12472
|
const focusPart = part => {
|
|
12869
12473
|
state$9.focusedPart = part;
|
|
@@ -12974,7 +12578,7 @@ const create$S = async (type, text) => {
|
|
|
12974
12578
|
type,
|
|
12975
12579
|
text
|
|
12976
12580
|
});
|
|
12977
|
-
await invoke$
|
|
12581
|
+
await invoke$i(/* Notification.create */'Notification.create', /* type */type, /* text */text);
|
|
12978
12582
|
};
|
|
12979
12583
|
const showWithOptions = async (type, text, options) => {
|
|
12980
12584
|
// @ts-ignore
|
|
@@ -12983,7 +12587,7 @@ const showWithOptions = async (type, text, options) => {
|
|
|
12983
12587
|
text,
|
|
12984
12588
|
options
|
|
12985
12589
|
});
|
|
12986
|
-
await invoke$
|
|
12590
|
+
await invoke$i(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
|
|
12987
12591
|
};
|
|
12988
12592
|
const handleClick$5 = index => {
|
|
12989
12593
|
console.log('handle click');
|
|
@@ -12999,7 +12603,7 @@ const handleClick$5 = index => {
|
|
|
12999
12603
|
});
|
|
13000
12604
|
};
|
|
13001
12605
|
const dispose$t = async id => {
|
|
13002
|
-
await invoke$
|
|
12606
|
+
await invoke$i(/* Notification.dispose */'Notification.dispose', /* id */id);
|
|
13003
12607
|
};
|
|
13004
12608
|
|
|
13005
12609
|
const name$1y = 'Notification';
|
|
@@ -13018,7 +12622,7 @@ const Notification_ipc = {
|
|
|
13018
12622
|
|
|
13019
12623
|
const openUrlWeb = async url => {
|
|
13020
12624
|
try {
|
|
13021
|
-
await invoke$
|
|
12625
|
+
await invoke$i(/* Open.openUrl */'Open.openUrl', /* url */url);
|
|
13022
12626
|
} catch (error) {
|
|
13023
12627
|
throw new VError(error, `Failed to open url ${url}`);
|
|
13024
12628
|
}
|
|
@@ -13091,7 +12695,7 @@ const Preferences_ipc = {
|
|
|
13091
12695
|
};
|
|
13092
12696
|
|
|
13093
12697
|
const prompt = (message, defaultValue) => {
|
|
13094
|
-
return invoke$
|
|
12698
|
+
return invoke$i('Prompt.prompt', message, defaultValue);
|
|
13095
12699
|
};
|
|
13096
12700
|
|
|
13097
12701
|
const name$1t = 'Prompt';
|
|
@@ -13221,7 +12825,7 @@ const SessionReplay_ipc = {
|
|
|
13221
12825
|
const name$1m = 'SessionStorage';
|
|
13222
12826
|
const Commands$1e = {
|
|
13223
12827
|
clear: clear$3,
|
|
13224
|
-
getJson: getJson$
|
|
12828
|
+
getJson: getJson$3
|
|
13225
12829
|
};
|
|
13226
12830
|
|
|
13227
12831
|
const SessionStorage_ipc = {
|
|
@@ -13246,7 +12850,7 @@ const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
|
|
|
13246
12850
|
|
|
13247
12851
|
const launchTestWorker = async () => {
|
|
13248
12852
|
const configuredWorkerUrl = getConfiguredWorkerUrl$8('develop.testWorkerPath', testWorkerUrl);
|
|
13249
|
-
const ipc = await create$
|
|
12853
|
+
const ipc = await create$13({
|
|
13250
12854
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13251
12855
|
url: configuredWorkerUrl,
|
|
13252
12856
|
name: 'Test Worker'
|
|
@@ -13257,7 +12861,7 @@ const launchTestWorker = async () => {
|
|
|
13257
12861
|
|
|
13258
12862
|
const execute$1 = async href => {
|
|
13259
12863
|
const ipc = await launchTestWorker();
|
|
13260
|
-
await invoke$
|
|
12864
|
+
await invoke$j(ipc, 'Test.execute', href);
|
|
13261
12865
|
};
|
|
13262
12866
|
|
|
13263
12867
|
const name$1l = 'Test';
|
|
@@ -13272,16 +12876,16 @@ const Test_ipc = {
|
|
|
13272
12876
|
};
|
|
13273
12877
|
|
|
13274
12878
|
const checkSingleElementCondition = (locator, fnName, options) => {
|
|
13275
|
-
return invoke$
|
|
12879
|
+
return invoke$i('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
|
|
13276
12880
|
};
|
|
13277
12881
|
const checkMultiElementCondition = (locator, fnName, options) => {
|
|
13278
|
-
return invoke$
|
|
12882
|
+
return invoke$i('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
|
|
13279
12883
|
};
|
|
13280
12884
|
const showOverlay = (...args) => {
|
|
13281
|
-
return invoke$
|
|
12885
|
+
return invoke$i('TestFrameWork.showOverlay', ...args);
|
|
13282
12886
|
};
|
|
13283
12887
|
const performAction = (...args) => {
|
|
13284
|
-
return invoke$
|
|
12888
|
+
return invoke$i('TestFrameWork.performAction', ...args);
|
|
13285
12889
|
};
|
|
13286
12890
|
|
|
13287
12891
|
const name$1k = 'TestFrameWork';
|
|
@@ -13375,10 +12979,10 @@ const WindowTitle_ipc = {
|
|
|
13375
12979
|
};
|
|
13376
12980
|
|
|
13377
12981
|
const mock = () => {
|
|
13378
|
-
return invoke$
|
|
12982
|
+
return invoke$i('PointerCapture.mock');
|
|
13379
12983
|
};
|
|
13380
12984
|
const unmock = () => {
|
|
13381
|
-
return invoke$
|
|
12985
|
+
return invoke$i('PointerCapture.unmock');
|
|
13382
12986
|
};
|
|
13383
12987
|
|
|
13384
12988
|
const name$1e = 'PointerCapture';
|
|
@@ -13514,7 +13118,7 @@ const terminalWorkerUrl = `${assetDir}/packages/terminal-worker/dist/terminalWor
|
|
|
13514
13118
|
|
|
13515
13119
|
const launchTerminalWorker = async () => {
|
|
13516
13120
|
const name = platform === Electron$1 ? 'Terminal Worker (Electron)' : 'Terminal Worker';
|
|
13517
|
-
const ipc = await create$
|
|
13121
|
+
const ipc = await create$13({
|
|
13518
13122
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13519
13123
|
name,
|
|
13520
13124
|
url: terminalWorkerUrl
|
|
@@ -13531,7 +13135,7 @@ const {
|
|
|
13531
13135
|
const create$R = async canvasId => {
|
|
13532
13136
|
number$1(canvasId);
|
|
13533
13137
|
const id = create$12();
|
|
13534
|
-
await invoke$
|
|
13138
|
+
await invoke$i('OffscreenCanvas.create', canvasId, id);
|
|
13535
13139
|
const canvas = acquire(id);
|
|
13536
13140
|
return canvas;
|
|
13537
13141
|
};
|
|
@@ -13881,7 +13485,7 @@ const launchSyntaxHighlightingWorker = async () => {
|
|
|
13881
13485
|
const configuredWorkerUrl = getConfiguredWorkerUrl$7();
|
|
13882
13486
|
const name = 'Syntax Highlighting Worker';
|
|
13883
13487
|
const id = create$12();
|
|
13884
|
-
let ipc = await create$
|
|
13488
|
+
let ipc = await create$13({
|
|
13885
13489
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13886
13490
|
name,
|
|
13887
13491
|
url: configuredWorkerUrl,
|
|
@@ -14001,7 +13605,7 @@ const compat = {
|
|
|
14001
13605
|
return invoke$g(...args);
|
|
14002
13606
|
},
|
|
14003
13607
|
rendererProcessInvoke(...args) {
|
|
14004
|
-
return invoke$
|
|
13608
|
+
return invoke$i(...args);
|
|
14005
13609
|
},
|
|
14006
13610
|
rendererProcessInvokeAndTransfer(...args) {
|
|
14007
13611
|
return invokeAndTransfer$4(...args);
|
|
@@ -14044,7 +13648,7 @@ const WebView_ipc = {
|
|
|
14044
13648
|
};
|
|
14045
13649
|
|
|
14046
13650
|
const launchSearchProcess = async () => {
|
|
14047
|
-
const ipc = await create$
|
|
13651
|
+
const ipc = await create$13({
|
|
14048
13652
|
method: NodeAlternate,
|
|
14049
13653
|
type: 'search-process',
|
|
14050
13654
|
name: 'Search Process',
|
|
@@ -14069,7 +13673,7 @@ const getOrCreate$1 = () => {
|
|
|
14069
13673
|
};
|
|
14070
13674
|
const invoke$b = async (method, ...params) => {
|
|
14071
13675
|
const ipc = await getOrCreate$1();
|
|
14072
|
-
return invoke$
|
|
13676
|
+
return invoke$j(ipc, method, ...params);
|
|
14073
13677
|
};
|
|
14074
13678
|
|
|
14075
13679
|
const name$T = 'SearchProcess';
|
|
@@ -14200,7 +13804,7 @@ const getConfiguredWorkerUrl$6 = () => {
|
|
|
14200
13804
|
};
|
|
14201
13805
|
const launchMarkdownWorker = async () => {
|
|
14202
13806
|
const name = 'Markdown Worker';
|
|
14203
|
-
const ipc = await create$
|
|
13807
|
+
const ipc = await create$13({
|
|
14204
13808
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
14205
13809
|
name,
|
|
14206
13810
|
url: getConfiguredWorkerUrl$6()
|
|
@@ -15246,7 +14850,7 @@ const create$M = (id, uri, x, y, width, height) => {
|
|
|
15246
14850
|
};
|
|
15247
14851
|
const loadContent$H = state => {
|
|
15248
14852
|
const update = async () => {
|
|
15249
|
-
await invoke$
|
|
14853
|
+
await invoke$i(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
15250
14854
|
};
|
|
15251
14855
|
return {
|
|
15252
14856
|
...state,
|
|
@@ -15966,7 +15570,7 @@ const getConfiguredWorkerUrl$5 = () => {
|
|
|
15966
15570
|
};
|
|
15967
15571
|
const launchIframeInspectorWorker = async () => {
|
|
15968
15572
|
const name = 'Iframe Inspector Worker';
|
|
15969
|
-
const ipc = await create$
|
|
15573
|
+
const ipc = await create$13({
|
|
15970
15574
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
15971
15575
|
name,
|
|
15972
15576
|
url: getConfiguredWorkerUrl$5()
|
|
@@ -16097,7 +15701,7 @@ const ViewletIframeInspector_ipc = {
|
|
|
16097
15701
|
const diffWorkerUrl = `${assetDir}/packages/diff-worker/dist/diffWorkerMain.js`;
|
|
16098
15702
|
|
|
16099
15703
|
const launchDiffWorker = async () => {
|
|
16100
|
-
const ipc = await create$
|
|
15704
|
+
const ipc = await create$13({
|
|
16101
15705
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
16102
15706
|
url: diffWorkerUrl,
|
|
16103
15707
|
name: 'Diff Worker'
|
|
@@ -16609,7 +16213,7 @@ const warnDeprecatedArrayReturn = (languageId, fn) => {
|
|
|
16609
16213
|
return;
|
|
16610
16214
|
}
|
|
16611
16215
|
state$5.warned.push(fn);
|
|
16612
|
-
warn
|
|
16216
|
+
warn(`tokenizers without hasArrayReturn=false are deprecated (language ${languageId})`);
|
|
16613
16217
|
};
|
|
16614
16218
|
/**
|
|
16615
16219
|
*
|
|
@@ -17575,7 +17179,7 @@ const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMai
|
|
|
17575
17179
|
const launchEditorWorker = async () => {
|
|
17576
17180
|
const configuredWorkerUrl = getConfiguredWorkerUrl$8('developer.editorWorkerPath', editorWorkerUrl);
|
|
17577
17181
|
const id = create$12();
|
|
17578
|
-
let ipc = await create$
|
|
17182
|
+
let ipc = await create$13({
|
|
17579
17183
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
17580
17184
|
url: configuredWorkerUrl,
|
|
17581
17185
|
name: 'Editor Worker',
|
|
@@ -17590,7 +17194,7 @@ const launchEditorWorker = async () => {
|
|
|
17590
17194
|
handleIpc(ipc);
|
|
17591
17195
|
const syntaxHighlightingWorker = true;
|
|
17592
17196
|
const syncIncremental = true;
|
|
17593
|
-
await invoke$
|
|
17197
|
+
await invoke$j(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
|
|
17594
17198
|
return ipc;
|
|
17595
17199
|
};
|
|
17596
17200
|
|
|
@@ -17897,7 +17501,7 @@ const Commands$s = {
|
|
|
17897
17501
|
...wrapEditorCommands(ids),
|
|
17898
17502
|
// TODO
|
|
17899
17503
|
async showOverlayMessage(state, editor, ...args) {
|
|
17900
|
-
await invoke$
|
|
17504
|
+
await invoke$i(...args);
|
|
17901
17505
|
return state;
|
|
17902
17506
|
}
|
|
17903
17507
|
};
|
|
@@ -18063,7 +17667,7 @@ const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerVie
|
|
|
18063
17667
|
|
|
18064
17668
|
const launchExplorerWorker = async () => {
|
|
18065
17669
|
const configuredWorkerUrl = getConfiguredWorkerUrl$8('develop.explorerWorkerPath', explorerWorkerUrl);
|
|
18066
|
-
const ipc = await create$
|
|
17670
|
+
const ipc = await create$13({
|
|
18067
17671
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
18068
17672
|
url: configuredWorkerUrl,
|
|
18069
17673
|
name: 'Explorer Worker'
|
|
@@ -18310,7 +17914,7 @@ const getConfiguredWorkerUrl$4 = () => {
|
|
|
18310
17914
|
};
|
|
18311
17915
|
const launchExtensionDetailViewWorker = async () => {
|
|
18312
17916
|
const name = 'Extension Detail View Worker';
|
|
18313
|
-
const ipc = await create$
|
|
17917
|
+
const ipc = await create$13({
|
|
18314
17918
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
18315
17919
|
name,
|
|
18316
17920
|
url: getConfiguredWorkerUrl$4()
|
|
@@ -18497,7 +18101,7 @@ const getConfiguredWorkerUrl$3 = () => {
|
|
|
18497
18101
|
};
|
|
18498
18102
|
const launchExtensionSearchViewWorker = async () => {
|
|
18499
18103
|
const name = platform === Electron$1 ? 'Extension Search View Worker (Electron)' : 'Extension Search View Worker';
|
|
18500
|
-
const ipc = await create$
|
|
18104
|
+
const ipc = await create$13({
|
|
18501
18105
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
18502
18106
|
name,
|
|
18503
18107
|
url: getConfiguredWorkerUrl$3()
|
|
@@ -19488,7 +19092,7 @@ const getConfiguredWorkerUrl$2 = () => {
|
|
|
19488
19092
|
};
|
|
19489
19093
|
const launchKeyBindingsViewWorker = async () => {
|
|
19490
19094
|
const name = 'KeyBindings View Worker';
|
|
19491
|
-
const ipc = await create$
|
|
19095
|
+
const ipc = await create$13({
|
|
19492
19096
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
19493
19097
|
name,
|
|
19494
19098
|
url: getConfiguredWorkerUrl$2()
|
|
@@ -20464,7 +20068,7 @@ const showAsync = async (uid, points, module) => {
|
|
|
20464
20068
|
if (commands) {
|
|
20465
20069
|
commands.push(['Viewlet.append', uid, viewletUid]);
|
|
20466
20070
|
}
|
|
20467
|
-
await invoke$
|
|
20071
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
20468
20072
|
// TODO
|
|
20469
20073
|
// 2. load module
|
|
20470
20074
|
// 3. if module is still visible, replace placeholder with actual viewlet
|
|
@@ -21820,7 +21424,7 @@ const focusIndex$3 = async (state, index) => {
|
|
|
21820
21424
|
};
|
|
21821
21425
|
}
|
|
21822
21426
|
const instanceUid = create$12();
|
|
21823
|
-
const instance = create
|
|
21427
|
+
const instance = create$10(load$4, id, uid, editor.uri, x, y, width, contentHeight);
|
|
21824
21428
|
instance.show = false;
|
|
21825
21429
|
instance.setBounds = false;
|
|
21826
21430
|
instance.uid = instanceUid;
|
|
@@ -21991,7 +21595,7 @@ const openUri = async (state, uri, focus = true, {
|
|
|
21991
21595
|
disposeCommands = hideFunctional(previousUid);
|
|
21992
21596
|
}
|
|
21993
21597
|
const instanceUid = create$12();
|
|
21994
|
-
const instance = create
|
|
21598
|
+
const instance = create$10(load$4, moduleId, state.uid, uri, x, y, width, contentHeight);
|
|
21995
21599
|
instance.uid = instanceUid;
|
|
21996
21600
|
// const oldActiveIndex = state.activeIndex
|
|
21997
21601
|
const tabLabel = getLabel$3(uri);
|
|
@@ -22291,7 +21895,7 @@ const loadContent$o = async (state, savedState) => {
|
|
|
22291
21895
|
once(Twelve, hydrateLazy);
|
|
22292
21896
|
addListener('editor.change', handleEditorChange$1);
|
|
22293
21897
|
addListener('titleUpdated', handleTitleUpdated$1);
|
|
22294
|
-
await invoke$
|
|
21898
|
+
await invoke$i('Viewlet.loadModule', MainTabs);
|
|
22295
21899
|
return {
|
|
22296
21900
|
...state,
|
|
22297
21901
|
groups,
|
|
@@ -22383,7 +21987,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
22383
21987
|
const id = getModuleId(initialUri);
|
|
22384
21988
|
const tabLabel = 'Loading';
|
|
22385
21989
|
const tabTitle = 'Loading';
|
|
22386
|
-
await invoke$
|
|
21990
|
+
await invoke$i(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
|
|
22387
21991
|
const y = state.y + state.tabHeight;
|
|
22388
21992
|
const x = state.x;
|
|
22389
21993
|
const width = state.width;
|
|
@@ -22408,7 +22012,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
22408
22012
|
title,
|
|
22409
22013
|
...props
|
|
22410
22014
|
});
|
|
22411
|
-
await invoke$
|
|
22015
|
+
await invoke$i('Viewlet.send', 'Main', 'updateTab', 1, title);
|
|
22412
22016
|
// TODO update tab title with new title
|
|
22413
22017
|
return state;
|
|
22414
22018
|
};
|
|
@@ -23190,7 +22794,7 @@ const create$n = (id, uri, x, y, width, height) => {
|
|
|
23190
22794
|
};
|
|
23191
22795
|
const loadContent$n = state => {
|
|
23192
22796
|
const update = async () => {
|
|
23193
|
-
await invoke$
|
|
22797
|
+
await invoke$i(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
23194
22798
|
};
|
|
23195
22799
|
return {
|
|
23196
22800
|
...state,
|
|
@@ -23309,7 +22913,7 @@ const contentLoaded$4 = async state => {
|
|
|
23309
22913
|
const setOutputChannel = async (state, option) => {
|
|
23310
22914
|
state.selectedOption = option;
|
|
23311
22915
|
// TODO race condition
|
|
23312
|
-
await invoke$
|
|
22916
|
+
await invoke$i(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
|
|
23313
22917
|
// TODO race condition
|
|
23314
22918
|
// TODO should use invoke
|
|
23315
22919
|
await open$4('Output', state.selectedOption);
|
|
@@ -23596,7 +23200,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
|
|
|
23596
23200
|
const currentViewletUid = currentViewletState.uid;
|
|
23597
23201
|
number$1(currentViewletUid);
|
|
23598
23202
|
commands.unshift(...disposeFunctional(currentViewletUid));
|
|
23599
|
-
await invoke$
|
|
23203
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
23600
23204
|
if (commands.at(-1).includes(Error$3)) {
|
|
23601
23205
|
state.currentViewletId = Error$3;
|
|
23602
23206
|
}
|
|
@@ -26795,11 +26399,11 @@ const getSources = async options => {
|
|
|
26795
26399
|
const getUserMedia = async (captureId, options) => {
|
|
26796
26400
|
number$1(captureId);
|
|
26797
26401
|
object(options);
|
|
26798
|
-
await invoke$
|
|
26402
|
+
await invoke$i('ScreenCapture.start', captureId, options);
|
|
26799
26403
|
};
|
|
26800
26404
|
const dispose$9 = async captureId => {
|
|
26801
26405
|
number$1(captureId);
|
|
26802
|
-
await invoke$
|
|
26406
|
+
await invoke$i('ScreenCapture.dispose', captureId);
|
|
26803
26407
|
};
|
|
26804
26408
|
|
|
26805
26409
|
const createScreenCaptureStream = async captureId => {
|
|
@@ -26892,7 +26496,7 @@ const getConfiguredWorkerUrl$1 = () => {
|
|
|
26892
26496
|
};
|
|
26893
26497
|
const launchTextSearchWorker = async () => {
|
|
26894
26498
|
const name = 'Text Search Worker';
|
|
26895
|
-
const ipc = await create$
|
|
26499
|
+
const ipc = await create$13({
|
|
26896
26500
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
26897
26501
|
name,
|
|
26898
26502
|
url: getConfiguredWorkerUrl$1()
|
|
@@ -26913,7 +26517,8 @@ const create$e = (id, uri, x, y, width, height) => {
|
|
|
26913
26517
|
y,
|
|
26914
26518
|
width,
|
|
26915
26519
|
height,
|
|
26916
|
-
commands: []
|
|
26520
|
+
commands: [],
|
|
26521
|
+
actionsDom: []
|
|
26917
26522
|
};
|
|
26918
26523
|
};
|
|
26919
26524
|
const doCreate = async state => {
|
|
@@ -26927,9 +26532,11 @@ const loadContent$e = async (state, savedState) => {
|
|
|
26927
26532
|
await invoke$2('TextSearch.loadContent', state.uid, savedState);
|
|
26928
26533
|
const diffResult = await invoke$2('TextSearch.diff2', state.uid);
|
|
26929
26534
|
const commands = await invoke$2('TextSearch.render2', state.uid, diffResult);
|
|
26535
|
+
const actionsDom = await invoke$2('TextSearch.renderActions', state.uid);
|
|
26930
26536
|
return {
|
|
26931
26537
|
...state,
|
|
26932
|
-
commands
|
|
26538
|
+
commands,
|
|
26539
|
+
actionsDom
|
|
26933
26540
|
};
|
|
26934
26541
|
};
|
|
26935
26542
|
const dispose$7 = async state => {
|
|
@@ -27048,12 +26655,10 @@ const renderEventListeners$2 = async () => {
|
|
|
27048
26655
|
|
|
27049
26656
|
const renderActions$2 = {
|
|
27050
26657
|
isEqual(oldState, newState) {
|
|
27051
|
-
return oldState === newState;
|
|
26658
|
+
return oldState.actionsDom === newState.actionsDom;
|
|
27052
26659
|
},
|
|
27053
26660
|
apply(oldState, newState) {
|
|
27054
|
-
|
|
27055
|
-
const dom = getActionsVirtualDom(actions);
|
|
27056
|
-
return dom;
|
|
26661
|
+
return newState.actionsDom;
|
|
27057
26662
|
}
|
|
27058
26663
|
};
|
|
27059
26664
|
|
|
@@ -27211,7 +26816,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
|
|
|
27211
26816
|
activityBar.state = newState;
|
|
27212
26817
|
commands.push(...extraCommands);
|
|
27213
26818
|
}
|
|
27214
|
-
await invoke$
|
|
26819
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
27215
26820
|
}
|
|
27216
26821
|
|
|
27217
26822
|
// // TODO race condition (check if disposed after created)
|
|
@@ -27341,7 +26946,7 @@ const ViewletSideBar_ipc = {
|
|
|
27341
26946
|
const embedsWorkerUrl = `${assetDir}/packages/embeds-worker/dist/embedsWorkerMain.js`;
|
|
27342
26947
|
|
|
27343
26948
|
const launchEmbedsWorker = async () => {
|
|
27344
|
-
const ipc = await create$
|
|
26949
|
+
const ipc = await create$13({
|
|
27345
26950
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
27346
26951
|
url: embedsWorkerUrl,
|
|
27347
26952
|
name: 'Embeds Worker'
|
|
@@ -27486,6 +27091,10 @@ const toIframeSrc = (input, shortcuts = []) => {
|
|
|
27486
27091
|
return createSearchUrl(input);
|
|
27487
27092
|
};
|
|
27488
27093
|
|
|
27094
|
+
const isEmptyString = string => {
|
|
27095
|
+
return string === EmptyString;
|
|
27096
|
+
};
|
|
27097
|
+
|
|
27489
27098
|
const getDefaultUrl = () => {
|
|
27490
27099
|
return 'https://example.com';
|
|
27491
27100
|
};
|
|
@@ -29232,7 +28841,7 @@ const resizeEffect = async state => {
|
|
|
29232
28841
|
// Terminal.resize(state, width, height)
|
|
29233
28842
|
};
|
|
29234
28843
|
const clear = async state => {
|
|
29235
|
-
await invoke$
|
|
28844
|
+
await invoke$i(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
|
|
29236
28845
|
};
|
|
29237
28846
|
|
|
29238
28847
|
const getActions = state => {
|
|
@@ -29380,7 +28989,7 @@ const addTerminal = async state => {
|
|
|
29380
28989
|
const oldTab = tabs[selectedIndex];
|
|
29381
28990
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
29382
28991
|
commands.push(...disposeCommands);
|
|
29383
|
-
await invoke$
|
|
28992
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
29384
28993
|
return {
|
|
29385
28994
|
...state,
|
|
29386
28995
|
tabs: newTabs,
|
|
@@ -29421,7 +29030,7 @@ const focusIndex$1 = async (state, index) => {
|
|
|
29421
29030
|
const oldTab = tabs[selectedIndex];
|
|
29422
29031
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
29423
29032
|
commands.push(...disposeCommands);
|
|
29424
|
-
await invoke$
|
|
29033
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
29425
29034
|
return {
|
|
29426
29035
|
...state,
|
|
29427
29036
|
selectedIndex: index
|
|
@@ -29991,7 +29600,7 @@ const getConfiguredWorkerUrl = () => {
|
|
|
29991
29600
|
};
|
|
29992
29601
|
const launchTitleBarWorker = async () => {
|
|
29993
29602
|
const name = 'Title Bar Worker';
|
|
29994
|
-
const ipc = await create$
|
|
29603
|
+
const ipc = await create$13({
|
|
29995
29604
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
29996
29605
|
name,
|
|
29997
29606
|
url: getConfiguredWorkerUrl()
|
|
@@ -30267,7 +29876,7 @@ const resize = (state, dimensions) => {
|
|
|
30267
29876
|
};
|
|
30268
29877
|
};
|
|
30269
29878
|
const dispose = async state => {
|
|
30270
|
-
await invoke$
|
|
29879
|
+
await invoke$i('WebView.dispose', state.uid);
|
|
30271
29880
|
return state;
|
|
30272
29881
|
};
|
|
30273
29882
|
|
|
@@ -30408,7 +30017,7 @@ const FileSystemAppMemoryUsage = {
|
|
|
30408
30017
|
};
|
|
30409
30018
|
|
|
30410
30019
|
const readFileWeb = async (path, defaultContent) => {
|
|
30411
|
-
const content = await getText(path);
|
|
30020
|
+
const content = await getText$1(path);
|
|
30412
30021
|
return content ?? defaultContent;
|
|
30413
30022
|
};
|
|
30414
30023
|
const readFileNode = async (path, defaultContent) => {
|
|
@@ -31369,7 +30978,7 @@ const closeTabsRight = async state => {
|
|
|
31369
30978
|
const uri = newActiveEditor.uri;
|
|
31370
30979
|
const moduleId = await getModuleId(uri);
|
|
31371
30980
|
const uid = newActiveEditor.uid;
|
|
31372
|
-
const instance = create
|
|
30981
|
+
const instance = create$10(load$4, moduleId, state.uid, uri, x, y, width, contentHeight);
|
|
31373
30982
|
// @ts-ignore
|
|
31374
30983
|
instance.show = false;
|
|
31375
30984
|
instance.setBounds = false;
|
|
@@ -31441,7 +31050,7 @@ const closeOthers = async state => {
|
|
|
31441
31050
|
// @ts-ignore
|
|
31442
31051
|
const contentHeight = state.height - state.tabHeight;
|
|
31443
31052
|
// @ts-ignore
|
|
31444
|
-
const instance = create
|
|
31053
|
+
const instance = create$10(load$4, moduleId, state.uid, focusedEditor.uri, x, y, width, contentHeight);
|
|
31445
31054
|
instance.uid = instanceUid;
|
|
31446
31055
|
instance.show = false;
|
|
31447
31056
|
instance.setBounds = false;
|
|
@@ -31677,7 +31286,7 @@ const handleDropFilePathSplit = async (state, eventX, eventY, filePath, splitDir
|
|
|
31677
31286
|
create$12();
|
|
31678
31287
|
// @ts-ignore
|
|
31679
31288
|
create$12();
|
|
31680
|
-
create
|
|
31289
|
+
create$10(load$4, id, state.uid, uri, overlayX, overlayY, overlayWidth, overlayHeight);
|
|
31681
31290
|
// const sashGridItem = {
|
|
31682
31291
|
// x: sashX,
|
|
31683
31292
|
// y: sashY,
|
|
@@ -31889,7 +31498,7 @@ const splitRight = async state => {
|
|
|
31889
31498
|
const realEditor = lastGroup.editors.at(-1);
|
|
31890
31499
|
const moduleId = await getModuleId(realEditor.uri);
|
|
31891
31500
|
const instanceUid = create$12();
|
|
31892
|
-
const instance = create
|
|
31501
|
+
const instance = create$10(load$4, moduleId, state.uid, realEditor.uri, x, y, width, contentHeight);
|
|
31893
31502
|
// @ts-ignore
|
|
31894
31503
|
instance.show = false;
|
|
31895
31504
|
instance.setBounds = false;
|
|
@@ -32094,10 +31703,10 @@ const getBuiltinPicks = () => {
|
|
|
32094
31703
|
};
|
|
32095
31704
|
const prefixIdWithExt = item => {
|
|
32096
31705
|
if (!item.label) {
|
|
32097
|
-
warn('[QuickPick] item has missing label', item);
|
|
31706
|
+
warn$1('[QuickPick] item has missing label', item);
|
|
32098
31707
|
}
|
|
32099
31708
|
if (!item.id) {
|
|
32100
|
-
warn('[QuickPick] item has missing id', item);
|
|
31709
|
+
warn$1('[QuickPick] item has missing id', item);
|
|
32101
31710
|
}
|
|
32102
31711
|
return {
|
|
32103
31712
|
...item,
|