@lvce-editor/static-server 0.49.17 → 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 -1862
- package/package.json +1 -1
- package/static/{d64a167 → b935d42}/css/App.css +83 -83
- package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +1 -1
- package/static/{d64a167 → b935d42}/manifest.json +2 -2
- package/static/{d64a167 → b935d42}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{d64a167 → b935d42}/packages/error-worker/dist/errorWorkerMain.js +13 -6
- package/static/{d64a167 → b935d42}/packages/explorer-worker/dist/explorerViewWorkerMain.js +39 -13
- package/static/{d64a167 → b935d42}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{d64a167 → b935d42}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{d64a167 → b935d42}/packages/renderer-worker/dist/rendererWorkerMain.js +494 -888
- package/static/{d64a167 → b935d42}/packages/text-search-worker/dist/textSearchWorkerMain.js +97 -23
- package/static/{d64a167 → b935d42}/packages/title-bar-worker/dist/titleBarWorkerMain.js +4 -1
- package/static/index.html +4 -4
- /package/static/{d64a167 → b935d42}/config/colorTheme.json +0 -0
- /package/static/{d64a167 → b935d42}/config/defaultSettings.json +0 -0
- /package/static/{d64a167 → b935d42}/config/fileMap.json +0 -0
- /package/static/{d64a167 → b935d42}/config/webExtensions.json +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/Animation.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/DebugButtons.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/DebugValue.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/E2eTest.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/E2eTests.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/EditorHover.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/EditorMessage.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/FeatureContent.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/Features.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ImagePreview.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/InputBadge.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/Key.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/LegacyDialog.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/Markdown.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/Progress.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/Select.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/Table.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletAbout.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletDialog.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletMedia.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletOutput.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletPanel.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletPdf.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletProblems.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletReferences.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletSearch.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletStorage.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{d64a167 → b935d42}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{d64a167 → b935d42}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/default_file.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/default_folder.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/default_root_folder.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_access.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_access2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ada.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_agda.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ai.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_al.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_angular.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_apache.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_apex.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_apib.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_apl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_asp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_astro.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_atom.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ats.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_attw.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_audio.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_avif.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_avro.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_awk.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_aws.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_azure.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_babel.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bak.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bat.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bats.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_biml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_binary.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_biome.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_blade.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_blender.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bower.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_buf.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bun.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_c.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_c2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_c3.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cake.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_casc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cert.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cf.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_chef.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_class.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_compass.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_composer.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_conan.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_conda.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_config.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_craco.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_css.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_css2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_cython.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dal.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_db.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_debian.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_deno.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_diff.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_django.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_docker.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_docz.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_drone.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_drools.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_edge.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_eex.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_elm.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ember.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_eps.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_epub.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_erb.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_excel.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_expo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fla.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_flash.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_flow.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_font.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_funding.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_galen.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_git.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_git2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_glide.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_go.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_godot.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_grain.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_haml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_helix.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_helm.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_host.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_html.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_http.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_husky.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_hy.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_icl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_idris.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_image.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_imba.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_inc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_informix.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ini.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ink.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_io.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jake.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_janet.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jar.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_java.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jest.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_json.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_json2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_json5.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jss.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_juice.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_julia.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_just.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_k.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_karma.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_key.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_kite.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_knip.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_kos.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_lark.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_latino.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_layout.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_less.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_lex.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_liara.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_license.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_lime.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_locale.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_log.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_lua.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_luau.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_lync.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_map.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_marko.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_maven.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_maya.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_meson.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_motif.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mson.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_next.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nim.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nix.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_noc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_node.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_node2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_npm.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nx.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_org.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_package.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_paket.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_patch.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_perl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_php.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_php2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_php3.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pine.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pip.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pony.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_postman.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_preact.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_progress.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pug.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_python.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_q.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_qml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_r.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_racket.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rails.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rake.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_raku.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_raml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_razor.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_reason.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_red.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_registry.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rego.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_remark.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_replit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rest.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_retext.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_riot.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_robots.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rome.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ron.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rss.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rust.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sails.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_san.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sas.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sass.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_scala.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_script.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_scss.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_shell.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sino.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_slang.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_slice.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_slim.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_slint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sln.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_snort.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_source.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_spin.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sql.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sss.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sst.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_stan.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_stata.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_style.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_styled.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_svg.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_swc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_swift.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_swig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_teal.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_templ.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tera.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_test.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_testts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tex.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_text.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_textile.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tm.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_todo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_toit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_toml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tox.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_travis.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tree.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tres.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tt.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_twig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_unison.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vala.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vash.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vb.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vba.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vento.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_video.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_view.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vim.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vite.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_volt.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vue.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wally.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_windi.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_word.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_word2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_xib.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_xml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_xo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_yang.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_zig.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_zip.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_android.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_api.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_app.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_client.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_common.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_component.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_config.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_css.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_db.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_git.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_github.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_images.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_include.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_js.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_json.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_less.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_library.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_log.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_model.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_module.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_next.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_node.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_package.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_php.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_private.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_public.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_python.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_route.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_script.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_server.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_services.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_src.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_story.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_style.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_template.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_test.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_video.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_view.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_www.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{d64a167 → b935d42}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{d64a167 → b935d42}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{d64a167 → b935d42}/icons/add.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/arrow-down.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/arrow-left.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/arrow-right.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/arrow-up.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/blank.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/book.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/case-sensitive.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/check.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/chevron-down.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/chevron-left.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/chevron-right.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/chevron-up.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/chrome-close.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/chrome-maximize.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/chrome-minimize.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/chrome-restore.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/circle-filled.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/clear-all.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/close.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/cloud.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/collapse-all.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-all.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-alt-2.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-alt-small.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-alt.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-console.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-continue-small.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-continue.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-coverage.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-disconnect.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-line-by-line.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-pause.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-rerun.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-restart-frame.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-restart.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-stackframe.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-start.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-step-back.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-step-into.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-step-out.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-step-over.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug-stop.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/debug.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/discard.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/edit.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/ellipsis.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/error.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/exclude.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{d64a167 → b935d42}/icons/extensions.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/files.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/filter.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/go-to-file.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/icon-close.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/icon-source-control.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/icon-sync.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/icon.png +0 -0
- /package/static/{d64a167 → b935d42}/icons/icon.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/info.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/language-icon.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/link-external.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/list-flat.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/list-tree.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/new-file.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/new-folder.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/newline.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/open-preview.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/play.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/preserve-case.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/progress.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/pwa-icon-192.png +0 -0
- /package/static/{d64a167 → b935d42}/icons/pwa-icon-512.png +0 -0
- /package/static/{d64a167 → b935d42}/icons/record-keys.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/refresh.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/regex.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/remove.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/replace-all.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/replace.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/run-all.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/search.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/settings-gear.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/sort-precedence.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/source-control.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/split-horizontal.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/squiggly-error.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/squiggly-warning.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-array.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-boolean.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-class.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-color.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-constant.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-enum-member.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-enum.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-event.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-field.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-file.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-interface.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-key.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-keyword.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-method.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-misc.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-namespace.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-numeric.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-operator.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-parameter.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-property.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-ruler.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-snippet.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-string.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-structure.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/symbol-variable.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/tag.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/terminal-bash.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/terminal.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/theme-icon.png +0 -0
- /package/static/{d64a167 → b935d42}/icons/trash.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/triangle-down.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/triangle-left.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/triangle-right.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/triangle-up.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/warning.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/whole-word.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/zoom-in.svg +0 -0
- /package/static/{d64a167 → b935d42}/icons/zoom-out.svg +0 -0
- /package/static/{d64a167 → b935d42}/js/babel-parser.js +0 -0
- /package/static/{d64a167 → b935d42}/js/blob-util.js +0 -0
- /package/static/{d64a167 → b935d42}/js/ky.js +0 -0
- /package/static/{d64a167 → b935d42}/js/lvce-editor-import-script.js +0 -0
- /package/static/{d64a167 → b935d42}/js/lvce-editor-ipc.js +0 -0
- /package/static/{d64a167 → b935d42}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{d64a167 → b935d42}/js/lvce-editor-verror.js +0 -0
- /package/static/{d64a167 → b935d42}/js/p-min-delay.js +0 -0
- /package/static/{d64a167 → b935d42}/js/pretty-bytes.js +0 -0
- /package/static/{d64a167 → b935d42}/js/preview-injected.js +0 -0
- /package/static/{d64a167 → b935d42}/js/yoctodelay.js +0 -0
- /package/static/{d64a167 → b935d42}/lib-css/termterm.css +0 -0
- /package/static/{d64a167 → b935d42}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{d64a167 → b935d42}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/packages/renderer-process/LICENSE +0 -0
- /package/static/{d64a167 → b935d42}/packages/renderer-process/README.md +0 -0
- /package/static/{d64a167 → b935d42}/packages/renderer-process/package.json +0 -0
- /package/static/{d64a167 → b935d42}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.cpp +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.css +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.csv +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.dart +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.env +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.ex +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.html +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.java +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.jl +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.js +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.json +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.kt +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.pl +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.py +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/index.ts +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/scrolling.txt +0 -0
- /package/static/{d64a167 → b935d42}/playground/languages/tsconfig.json +0 -0
- /package/static/{d64a167 → b935d42}/playground/sample-folder/a.txt +0 -0
- /package/static/{d64a167 → b935d42}/playground/sample-folder/b.txt +0 -0
- /package/static/{d64a167 → 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
|
-
|
|
1415
|
-
const RE_SOURCE_MAP = /^\/\/# sourceMappingURL=(.*)$/;
|
|
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
1193
|
|
|
1437
|
-
const
|
|
1438
|
-
return lines.join(NewLine$1);
|
|
1439
|
-
};
|
|
1440
|
-
|
|
1441
|
-
const info = (...args) => {
|
|
1442
|
-
console.info(...args);
|
|
1443
|
-
};
|
|
1444
|
-
const warn$1 = (...args) => {
|
|
1445
|
-
console.warn(...args);
|
|
1446
|
-
};
|
|
1447
|
-
const error = (...args) => {
|
|
1448
|
-
console.error(...args);
|
|
1449
|
-
};
|
|
1194
|
+
const errorWorkerUrl = `${assetDir}/packages/error-worker/dist/errorWorkerMain.js`;
|
|
1450
1195
|
|
|
1451
|
-
const
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
const
|
|
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
|
-
}
|
|
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;
|
|
1487
1204
|
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
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');
|
|
1491
1225
|
}
|
|
1492
|
-
return result;
|
|
1493
1226
|
};
|
|
1494
1227
|
|
|
1495
|
-
const
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
let index = 0;
|
|
1505
|
-
while (index !== -1) {
|
|
1506
|
-
currentColumn = 0;
|
|
1507
|
-
const newLineIndex = mappings.indexOf(';', index + 1);
|
|
1508
|
-
currentLine++;
|
|
1509
|
-
if (currentLine === line) {
|
|
1510
|
-
const lineMapping = mappings.slice(index + 1, newLineIndex) + ',';
|
|
1511
|
-
index = -1;
|
|
1512
|
-
while (true) {
|
|
1513
|
-
const newIndex = lineMapping.indexOf(',', index + 1);
|
|
1514
|
-
if (newIndex === -1) {
|
|
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;
|
|
1228
|
+
const create$13 = async ({
|
|
1229
|
+
method,
|
|
1230
|
+
...options
|
|
1231
|
+
}) => {
|
|
1232
|
+
const module = await getModule$7(method);
|
|
1233
|
+
// @ts-ignore
|
|
1234
|
+
const rawIpc = await module.create(options);
|
|
1235
|
+
if (options.noReturn) {
|
|
1236
|
+
return undefined;
|
|
1548
1237
|
}
|
|
1549
|
-
|
|
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');
|
|
1238
|
+
if (options.raw) {
|
|
1239
|
+
return rawIpc;
|
|
1579
1240
|
}
|
|
1241
|
+
const ipc = module.wrap(rawIpc);
|
|
1242
|
+
return ipc;
|
|
1580
1243
|
};
|
|
1581
1244
|
|
|
1582
|
-
const
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
navigator.userAgentData.brands) {
|
|
1591
|
-
// @ts-ignore
|
|
1592
|
-
return navigator.userAgentData.brands.includes('Firefox');
|
|
1593
|
-
}
|
|
1594
|
-
return navigator.userAgent.toLowerCase().includes('firefox');
|
|
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;
|
|
1595
1253
|
};
|
|
1596
1254
|
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
*/
|
|
1600
|
-
const isFirefox = getIsFirefox();
|
|
1255
|
+
const {
|
|
1256
|
+
invoke: invoke$h} = getOrCreateWorker(launchErrorWorker);
|
|
1601
1257
|
|
|
1602
|
-
const
|
|
1258
|
+
const serializeError = error => {
|
|
1603
1259
|
if (!error) {
|
|
1604
|
-
return
|
|
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
|
-
};
|
|
1622
|
-
}
|
|
1623
|
-
const message = getErrorMessage$2(error);
|
|
1624
|
-
const lines = cleanStack(error.stack);
|
|
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
|
-
};
|
|
1260
|
+
return error;
|
|
1634
1261
|
}
|
|
1635
1262
|
return {
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
};
|
|
1644
|
-
const RE_PATH_1 = /\((.*):(\d+):(\d+)\)$/;
|
|
1645
|
-
const RE_PATH_2 = /at (.*):(\d+):(\d+)$/;
|
|
1646
|
-
const RE_PATH_3 = /@(.*):(\d+):(\d+)$/; // Firefox
|
|
1647
|
-
|
|
1648
|
-
/**
|
|
1649
|
-
*
|
|
1650
|
-
* @param {readonly string[]} lines
|
|
1651
|
-
* @returns
|
|
1652
|
-
*/
|
|
1653
|
-
const getFile$1 = lines => {
|
|
1654
|
-
for (const line of lines) {
|
|
1655
|
-
if (RE_PATH_1.test(line) || RE_PATH_2.test(line) || RE_PATH_3.test(line)) {
|
|
1656
|
-
return line;
|
|
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
|
|
1657
1270
|
}
|
|
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;
|
|
1271
|
+
};
|
|
1669
1272
|
};
|
|
1670
|
-
const
|
|
1273
|
+
const prepare = async error => {
|
|
1671
1274
|
try {
|
|
1672
|
-
const
|
|
1673
|
-
const
|
|
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}`);
|
|
1275
|
+
const serialized = serializeError(error);
|
|
1276
|
+
const prepared = await invoke$h('Errors.prepare', serialized);
|
|
1277
|
+
return prepared;
|
|
1278
|
+
} catch {
|
|
1738
1279
|
return error;
|
|
1739
1280
|
}
|
|
1740
1281
|
};
|
|
1741
|
-
const
|
|
1742
|
-
|
|
1743
|
-
return prepareErrorMessageWithCodeFrame(error);
|
|
1744
|
-
}
|
|
1745
|
-
if (error && error.stack) {
|
|
1746
|
-
return prepareErrorMessageWithoutCodeFrame(error);
|
|
1747
|
-
}
|
|
1748
|
-
return error;
|
|
1749
|
-
};
|
|
1750
|
-
const print = (error$1, prefix = '') => {
|
|
1751
|
-
if (isFirefox) {
|
|
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,56 +1318,21 @@ 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;
|
|
1827
1333
|
}
|
|
1828
|
-
state$H.seenWarnings.push(stringified);
|
|
1829
|
-
console.warn(...args);
|
|
1830
|
-
};
|
|
1831
|
-
|
|
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
|
-
};
|
|
1334
|
+
state$H.seenWarnings.push(stringified);
|
|
1335
|
+
console.warn(...args);
|
|
1868
1336
|
};
|
|
1869
1337
|
|
|
1870
1338
|
const extensionHostWorkerUrl = `${assetDir}/packages/renderer-worker/node_modules/@lvce-editor/extension-host-worker/dist/extensionHostWorkerMain.js`;
|
|
@@ -1906,55 +1374,6 @@ const create$12 = () => {
|
|
|
1906
1374
|
return ++state$F.id;
|
|
1907
1375
|
};
|
|
1908
1376
|
|
|
1909
|
-
const ElectronMessagePort = 1;
|
|
1910
|
-
const MessagePort$1 = 2;
|
|
1911
|
-
const ModuleWorker = 3;
|
|
1912
|
-
const ReferencePort = 4;
|
|
1913
|
-
const WebSocket$1 = 5;
|
|
1914
|
-
const ModuleWorkerAndWorkaroundForChromeDevtoolsBug = 6;
|
|
1915
|
-
const Node = 7;
|
|
1916
|
-
const NodeAlternate = 8;
|
|
1917
|
-
|
|
1918
|
-
const getModule$7 = method => {
|
|
1919
|
-
switch (method) {
|
|
1920
|
-
case ElectronMessagePort:
|
|
1921
|
-
return Promise.resolve().then(function () { return IpcParentWithElectronMessagePort; });
|
|
1922
|
-
case MessagePort$1:
|
|
1923
|
-
return Promise.resolve().then(function () { return IpcParentWithMessagePort; });
|
|
1924
|
-
case ModuleWorker:
|
|
1925
|
-
return Promise.resolve().then(function () { return IpcParentWithModuleWorker; });
|
|
1926
|
-
case ReferencePort:
|
|
1927
|
-
return Promise.resolve().then(function () { return IpcParentWithReferencePort; });
|
|
1928
|
-
case WebSocket$1:
|
|
1929
|
-
return Promise.resolve().then(function () { return IpcParentWithWebSocket; });
|
|
1930
|
-
case ModuleWorkerAndWorkaroundForChromeDevtoolsBug:
|
|
1931
|
-
return Promise.resolve().then(function () { return IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug; });
|
|
1932
|
-
case Node:
|
|
1933
|
-
return Promise.resolve().then(function () { return IpcParentWithNode; });
|
|
1934
|
-
case NodeAlternate:
|
|
1935
|
-
return Promise.resolve().then(function () { return IpcParentWithNodeAlternate; });
|
|
1936
|
-
default:
|
|
1937
|
-
throw new Error('unexpected ipc type');
|
|
1938
|
-
}
|
|
1939
|
-
};
|
|
1940
|
-
|
|
1941
|
-
const create$11 = async ({
|
|
1942
|
-
method,
|
|
1943
|
-
...options
|
|
1944
|
-
}) => {
|
|
1945
|
-
const module = await getModule$7(method);
|
|
1946
|
-
// @ts-ignore
|
|
1947
|
-
const rawIpc = await module.create(options);
|
|
1948
|
-
if (options.noReturn) {
|
|
1949
|
-
return undefined;
|
|
1950
|
-
}
|
|
1951
|
-
if (options.raw) {
|
|
1952
|
-
return rawIpc;
|
|
1953
|
-
}
|
|
1954
|
-
const ipc = module.wrap(rawIpc);
|
|
1955
|
-
return ipc;
|
|
1956
|
-
};
|
|
1957
|
-
|
|
1958
1377
|
const ModuleWorkerWithMessagePort = 4;
|
|
1959
1378
|
const Electron = 5;
|
|
1960
1379
|
|
|
@@ -2020,7 +1439,7 @@ const getTransferrables = value => {
|
|
|
2020
1439
|
return transferrables;
|
|
2021
1440
|
};
|
|
2022
1441
|
|
|
2023
|
-
const create$
|
|
1442
|
+
const create$11 = async ({
|
|
2024
1443
|
url,
|
|
2025
1444
|
name,
|
|
2026
1445
|
port,
|
|
@@ -2092,7 +1511,7 @@ const wrap$7 = port => {
|
|
|
2092
1511
|
|
|
2093
1512
|
const IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug = {
|
|
2094
1513
|
__proto__: null,
|
|
2095
|
-
create: create$
|
|
1514
|
+
create: create$11,
|
|
2096
1515
|
wrap: wrap$7
|
|
2097
1516
|
};
|
|
2098
1517
|
|
|
@@ -2235,7 +1654,7 @@ const getBlobUrl$3 = async uri => {
|
|
|
2235
1654
|
}
|
|
2236
1655
|
throw new Error(`Filesystem doesn't support the getBlobUrl function`);
|
|
2237
1656
|
};
|
|
2238
|
-
const getBlob$
|
|
1657
|
+
const getBlob$5 = async (uri, type) => {
|
|
2239
1658
|
const protocol = getProtocol(uri);
|
|
2240
1659
|
const path = getPath$1(protocol, uri);
|
|
2241
1660
|
const fileSystem = await getFileSystem(protocol);
|
|
@@ -2328,7 +1747,7 @@ const invoke$g = async (method, ...params) => {
|
|
|
2328
1747
|
const {
|
|
2329
1748
|
ipc
|
|
2330
1749
|
} = state$D;
|
|
2331
|
-
const result = await invoke$
|
|
1750
|
+
const result = await invoke$j(ipc, method, ...params);
|
|
2332
1751
|
return result;
|
|
2333
1752
|
};
|
|
2334
1753
|
const invokeAndTransfer$3 = async (method, ...params) => {
|
|
@@ -2493,13 +1912,13 @@ const getResolvedRoot = async href => {
|
|
|
2493
1912
|
};
|
|
2494
1913
|
|
|
2495
1914
|
const getHref = () => {
|
|
2496
|
-
return invoke$
|
|
1915
|
+
return invoke$i(/* Location.getHref */'Location.getHref');
|
|
2497
1916
|
};
|
|
2498
1917
|
const setPathName = pathName => {
|
|
2499
|
-
return invoke$
|
|
1918
|
+
return invoke$i(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
|
|
2500
1919
|
};
|
|
2501
1920
|
const hydrate$a = () => {
|
|
2502
|
-
return invoke$
|
|
1921
|
+
return invoke$i(/* Location.hydrate */'Location.hydrate');
|
|
2503
1922
|
};
|
|
2504
1923
|
const getOrigin = () => {
|
|
2505
1924
|
return location.origin;
|
|
@@ -2509,7 +1928,7 @@ const getHost = () => {
|
|
|
2509
1928
|
};
|
|
2510
1929
|
|
|
2511
1930
|
const set$e = title => {
|
|
2512
|
-
return invoke$
|
|
1931
|
+
return invoke$i('WindowTitle.set', title);
|
|
2513
1932
|
};
|
|
2514
1933
|
|
|
2515
1934
|
/**
|
|
@@ -2631,7 +2050,7 @@ const pathDirName = path => {
|
|
|
2631
2050
|
const launchExtensionHostWorker = async () => {
|
|
2632
2051
|
const name = platform === Electron$1 ? 'Extension Host (Electron)' : 'Extension Host';
|
|
2633
2052
|
const id = create$12();
|
|
2634
|
-
let ipc = await create$
|
|
2053
|
+
let ipc = await create$13({
|
|
2635
2054
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
2636
2055
|
name,
|
|
2637
2056
|
url: extensionHostWorkerUrl,
|
|
@@ -2643,9 +2062,9 @@ const launchExtensionHostWorker = async () => {
|
|
|
2643
2062
|
ipc = wrap$7(port);
|
|
2644
2063
|
}
|
|
2645
2064
|
handleIpc(ipc);
|
|
2646
|
-
await invoke$
|
|
2065
|
+
await invoke$j(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
|
|
2647
2066
|
addListener('workspace.change', async () => {
|
|
2648
|
-
await invoke$
|
|
2067
|
+
await invoke$j(ipc, 'Workspace.setWorkspacePath', state$B.workspacePath);
|
|
2649
2068
|
});
|
|
2650
2069
|
return ipc;
|
|
2651
2070
|
};
|
|
@@ -2701,7 +2120,7 @@ const getMetaThemeColor = colorThemeJson => {
|
|
|
2701
2120
|
};
|
|
2702
2121
|
|
|
2703
2122
|
const setThemeColor = async themeColor => {
|
|
2704
|
-
await invoke$
|
|
2123
|
+
await invoke$i(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
|
|
2705
2124
|
};
|
|
2706
2125
|
|
|
2707
2126
|
// TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
|
|
@@ -2820,7 +2239,7 @@ const reloadElectron = () => {
|
|
|
2820
2239
|
};
|
|
2821
2240
|
|
|
2822
2241
|
const reloadWeb = () => {
|
|
2823
|
-
return invoke$
|
|
2242
|
+
return invoke$i('Window.reload');
|
|
2824
2243
|
};
|
|
2825
2244
|
|
|
2826
2245
|
const getFn$2 = () => {
|
|
@@ -3020,6 +2439,16 @@ const set$b = value => {
|
|
|
3020
2439
|
state$y.currentFocus = value;
|
|
3021
2440
|
};
|
|
3022
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
|
+
|
|
3023
2452
|
const state$x = {
|
|
3024
2453
|
keyBindingSets: Object.create(null),
|
|
3025
2454
|
/**
|
|
@@ -3057,7 +2486,7 @@ const getAvailableKeyBindings = keyBindings => {
|
|
|
3057
2486
|
const update = () => {
|
|
3058
2487
|
const matchingKeyBindings = getMatchingKeyBindings(state$x.keyBindingSets);
|
|
3059
2488
|
const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
|
|
3060
|
-
invoke$
|
|
2489
|
+
invoke$i('KeyBindings.setIdentifiers', keyBindingIdentifiers);
|
|
3061
2490
|
state$x.matchingKeyBindings = matchingKeyBindings;
|
|
3062
2491
|
state$x.keyBindingIdentifiers = keyBindingIdentifiers;
|
|
3063
2492
|
};
|
|
@@ -3065,7 +2494,7 @@ const addKeyBindings$1 = (id, keyBindings) => {
|
|
|
3065
2494
|
string(id);
|
|
3066
2495
|
array(keyBindings);
|
|
3067
2496
|
if (id in state$x.keyBindingSets) {
|
|
3068
|
-
warn
|
|
2497
|
+
warn(`cannot add keybindings multiple times: ${id}`);
|
|
3069
2498
|
return;
|
|
3070
2499
|
}
|
|
3071
2500
|
state$x.keyBindingSets[id] = keyBindings;
|
|
@@ -3076,7 +2505,7 @@ const removeKeyBindings = id => {
|
|
|
3076
2505
|
keyBindingSets
|
|
3077
2506
|
} = state$x;
|
|
3078
2507
|
if (!(id in keyBindingSets)) {
|
|
3079
|
-
warn
|
|
2508
|
+
warn(`cannot remove keybindings that are not registered: ${id}`);
|
|
3080
2509
|
return;
|
|
3081
2510
|
}
|
|
3082
2511
|
delete keyBindingSets[id];
|
|
@@ -3181,17 +2610,17 @@ const serializeObjects = objects => {
|
|
|
3181
2610
|
};
|
|
3182
2611
|
|
|
3183
2612
|
const clear$5 = async storageType => {
|
|
3184
|
-
await invoke$
|
|
2613
|
+
await invoke$i(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
|
|
3185
2614
|
};
|
|
3186
2615
|
const getAll$1 = storageType => {
|
|
3187
|
-
return invoke$
|
|
2616
|
+
return invoke$i('WebStorage.getAll', storageType);
|
|
3188
2617
|
};
|
|
3189
|
-
const getText$
|
|
3190
|
-
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);
|
|
3191
2620
|
return item || '';
|
|
3192
2621
|
};
|
|
3193
|
-
const getJson$
|
|
3194
|
-
const item = await getText$
|
|
2622
|
+
const getJson$6 = async (storageType, key) => {
|
|
2623
|
+
const item = await getText$2(storageType, key);
|
|
3195
2624
|
if (!item) {
|
|
3196
2625
|
return undefined;
|
|
3197
2626
|
}
|
|
@@ -3202,7 +2631,7 @@ const getJson$5 = async (storageType, key) => {
|
|
|
3202
2631
|
}
|
|
3203
2632
|
};
|
|
3204
2633
|
const setText$1 = async (storageType, key, value) => {
|
|
3205
|
-
await invoke$
|
|
2634
|
+
await invoke$i(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
|
|
3206
2635
|
};
|
|
3207
2636
|
const setJson$5 = async (storageType, key, value) => {
|
|
3208
2637
|
const stringifiedValue = stringifyCompact(value);
|
|
@@ -3210,7 +2639,7 @@ const setJson$5 = async (storageType, key, value) => {
|
|
|
3210
2639
|
};
|
|
3211
2640
|
const setJsonObjects$2 = async (storageType, objects) => {
|
|
3212
2641
|
const serializedObjects = serializeObjects(objects);
|
|
3213
|
-
await invoke$
|
|
2642
|
+
await invoke$i('WebStorage.setJsonObjects', storageType, serializedObjects);
|
|
3214
2643
|
};
|
|
3215
2644
|
|
|
3216
2645
|
const LocalStorage = 1;
|
|
@@ -3219,11 +2648,11 @@ const SessionStorage = 2;
|
|
|
3219
2648
|
const clear$4 = () => {
|
|
3220
2649
|
return clear$5(LocalStorage);
|
|
3221
2650
|
};
|
|
3222
|
-
const getText = key => {
|
|
3223
|
-
return getText$
|
|
2651
|
+
const getText$1 = key => {
|
|
2652
|
+
return getText$2(LocalStorage, key);
|
|
3224
2653
|
};
|
|
3225
|
-
const getJson$
|
|
3226
|
-
return getJson$
|
|
2654
|
+
const getJson$5 = key => {
|
|
2655
|
+
return getJson$6(LocalStorage, key);
|
|
3227
2656
|
};
|
|
3228
2657
|
const setText = (key, value) => {
|
|
3229
2658
|
return setText$1(LocalStorage, key, value);
|
|
@@ -3235,8 +2664,8 @@ const setJsonObjects$1 = objects => {
|
|
|
3235
2664
|
return setJsonObjects$2(LocalStorage, objects);
|
|
3236
2665
|
};
|
|
3237
2666
|
|
|
3238
|
-
const getJson$
|
|
3239
|
-
return getJson$
|
|
2667
|
+
const getJson$4 = viewletId => {
|
|
2668
|
+
return getJson$5(viewletId);
|
|
3240
2669
|
};
|
|
3241
2670
|
const setJson$3 = (viewletId, value) => {
|
|
3242
2671
|
return setJson$4(viewletId, value);
|
|
@@ -3356,8 +2785,8 @@ const getStateToSave = async () => {
|
|
|
3356
2785
|
const clear$3 = () => {
|
|
3357
2786
|
return clear$5(SessionStorage);
|
|
3358
2787
|
};
|
|
3359
|
-
const getJson$
|
|
3360
|
-
return getJson$
|
|
2788
|
+
const getJson$3 = key => {
|
|
2789
|
+
return getJson$6(SessionStorage, key);
|
|
3361
2790
|
};
|
|
3362
2791
|
const setJson$2 = (key, value) => {
|
|
3363
2792
|
return setJson$5(SessionStorage, key, value);
|
|
@@ -3371,8 +2800,8 @@ const saveBuiltinState = async () => {
|
|
|
3371
2800
|
const ActivityBar$6 = 'ActivityBar';
|
|
3372
2801
|
const ExtensionStateStorage$1 = 'ExtensionStateStorage';
|
|
3373
2802
|
|
|
3374
|
-
const getJson$
|
|
3375
|
-
return getJson$
|
|
2803
|
+
const getJson$2 = () => {
|
|
2804
|
+
return getJson$5(ExtensionStateStorage$1);
|
|
3376
2805
|
};
|
|
3377
2806
|
const setJson$1 = value => {
|
|
3378
2807
|
return setJson$4(ExtensionStateStorage$1, value);
|
|
@@ -3380,7 +2809,7 @@ const setJson$1 = value => {
|
|
|
3380
2809
|
|
|
3381
2810
|
const ExtensionStateStorage = {
|
|
3382
2811
|
__proto__: null,
|
|
3383
|
-
getJson: getJson$
|
|
2812
|
+
getJson: getJson$2,
|
|
3384
2813
|
setJson: setJson$1
|
|
3385
2814
|
};
|
|
3386
2815
|
|
|
@@ -3389,7 +2818,7 @@ const saveState$h = async () => {
|
|
|
3389
2818
|
return state;
|
|
3390
2819
|
};
|
|
3391
2820
|
const getSavedState = async () => {
|
|
3392
|
-
const value = await getJson$
|
|
2821
|
+
const value = await getJson$2();
|
|
3393
2822
|
return value;
|
|
3394
2823
|
};
|
|
3395
2824
|
|
|
@@ -3440,10 +2869,10 @@ const hydrate$5 = async () => {
|
|
|
3440
2869
|
console.info('[info] not saving state on visibility change - disabled by settings');
|
|
3441
2870
|
return;
|
|
3442
2871
|
}
|
|
3443
|
-
await invoke$
|
|
2872
|
+
await invoke$i('Window.onVisibilityChange');
|
|
3444
2873
|
};
|
|
3445
2874
|
const getSavedViewletState = viewletId => {
|
|
3446
|
-
return getJson$
|
|
2875
|
+
return getJson$4(viewletId);
|
|
3447
2876
|
};
|
|
3448
2877
|
|
|
3449
2878
|
const state$v = {
|
|
@@ -3487,7 +2916,7 @@ const getConfiguredWorkerUrl$b = () => {
|
|
|
3487
2916
|
};
|
|
3488
2917
|
const launchFileSearchWorker = async () => {
|
|
3489
2918
|
const name = 'File Search Worker';
|
|
3490
|
-
const ipc = await create$
|
|
2919
|
+
const ipc = await create$13({
|
|
3491
2920
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
3492
2921
|
name,
|
|
3493
2922
|
url: getConfiguredWorkerUrl$b()
|
|
@@ -3699,7 +3128,7 @@ const runFn = async (instance, id, key, fn, args) => {
|
|
|
3699
3128
|
}
|
|
3700
3129
|
const commands = render$I(instance.factory, oldState, newState, newState.uid || id);
|
|
3701
3130
|
setRenderedState(id, newState);
|
|
3702
|
-
await invoke$
|
|
3131
|
+
await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3703
3132
|
} else {
|
|
3704
3133
|
return fn(instance.state, ...args);
|
|
3705
3134
|
}
|
|
@@ -3724,7 +3153,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
|
|
|
3724
3153
|
if (commands.length === 0) {
|
|
3725
3154
|
return;
|
|
3726
3155
|
}
|
|
3727
|
-
await invoke$
|
|
3156
|
+
await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3728
3157
|
};
|
|
3729
3158
|
|
|
3730
3159
|
// TODO maybe wrapViewletCommand should accept module instead of id string
|
|
@@ -3784,7 +3213,7 @@ const wrapViewletCommandWithSideEffectLazy = (id, key, importFn) => {
|
|
|
3784
3213
|
* @param {()=>any} getModule
|
|
3785
3214
|
* @returns
|
|
3786
3215
|
*/
|
|
3787
|
-
const create
|
|
3216
|
+
const create$10 = (getModule, id, parentUid, uri, x, y, width, height) => {
|
|
3788
3217
|
fn(getModule);
|
|
3789
3218
|
string(id);
|
|
3790
3219
|
number$1(parentUid);
|
|
@@ -3923,7 +3352,7 @@ const maybeRegisterEvents = module => {
|
|
|
3923
3352
|
const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3924
3353
|
instance.state = newState;
|
|
3925
3354
|
instance.renderedState = newState;
|
|
3926
|
-
await invoke$
|
|
3355
|
+
await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3927
3356
|
};
|
|
3928
3357
|
addListener('workspace.change', handleUpdate);
|
|
3929
3358
|
}
|
|
@@ -3950,7 +3379,7 @@ const maybeRegisterEvents = module => {
|
|
|
3950
3379
|
const commands = render$I(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
3951
3380
|
instance.state = newState;
|
|
3952
3381
|
instance.renderedState = newState;
|
|
3953
|
-
await invoke$
|
|
3382
|
+
await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3954
3383
|
};
|
|
3955
3384
|
addListener(key, handleUpdate);
|
|
3956
3385
|
}
|
|
@@ -3978,7 +3407,7 @@ const maybeRegisterMenuEntries = async module => {
|
|
|
3978
3407
|
const actuallyLoadModule = async (getModule, id) => {
|
|
3979
3408
|
const module = await getModule(id);
|
|
3980
3409
|
if (!module.hasFunctionalEvents) {
|
|
3981
|
-
await invoke$
|
|
3410
|
+
await invoke$i(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
|
|
3982
3411
|
}
|
|
3983
3412
|
await loadModule$1(id, module);
|
|
3984
3413
|
await maybeRegisterWrappedCommands(id, module);
|
|
@@ -4071,7 +3500,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4071
3500
|
if (module.renderEventListeners) {
|
|
4072
3501
|
// TODO reuse event listeners between components
|
|
4073
3502
|
const eventListeners = await module.renderEventListeners();
|
|
4074
|
-
await invoke$
|
|
3503
|
+
await invoke$i('Viewlet.registerEventListeners', viewletUid, eventListeners);
|
|
4075
3504
|
}
|
|
4076
3505
|
if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
|
|
4077
3506
|
await module.show(newState);
|
|
@@ -4121,7 +3550,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4121
3550
|
}
|
|
4122
3551
|
state = ViewletState.ContentLoaded;
|
|
4123
3552
|
if (viewlet.show === false) {} else {
|
|
4124
|
-
await invoke$
|
|
3553
|
+
await invoke$i(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
4125
3554
|
}
|
|
4126
3555
|
if (viewlet.disposed) {
|
|
4127
3556
|
// TODO unload the module from renderer process
|
|
@@ -4170,7 +3599,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4170
3599
|
return allCommands;
|
|
4171
3600
|
}
|
|
4172
3601
|
commands.push(...extraCommands);
|
|
4173
|
-
await invoke$
|
|
3602
|
+
await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
4174
3603
|
} else {
|
|
4175
3604
|
const allCommands = [...commands, ...extraCommands
|
|
4176
3605
|
// ['Viewlet.show', viewlet.id],
|
|
@@ -4191,7 +3620,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4191
3620
|
}
|
|
4192
3621
|
state = ViewletState.ContentRendered;
|
|
4193
3622
|
if (viewlet.parentUid && viewlet.show !== false) {
|
|
4194
|
-
await invoke$
|
|
3623
|
+
await invoke$i(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
|
|
4195
3624
|
}
|
|
4196
3625
|
state = ViewletState.Appended;
|
|
4197
3626
|
if (viewlet.disposed) {
|
|
@@ -4205,7 +3634,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4205
3634
|
}
|
|
4206
3635
|
viewlet.type = 4;
|
|
4207
3636
|
const prettyError = await prepare(error);
|
|
4208
|
-
print(prettyError);
|
|
3637
|
+
await print(prettyError);
|
|
4209
3638
|
try {
|
|
4210
3639
|
if (module && module.handleError) {
|
|
4211
3640
|
await module.handleError(error);
|
|
@@ -4213,10 +3642,10 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4213
3642
|
}
|
|
4214
3643
|
const commands = [];
|
|
4215
3644
|
if (state < ViewletState.RendererProcessViewletLoaded) {
|
|
4216
|
-
await invoke$
|
|
3645
|
+
await invoke$i(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
4217
3646
|
}
|
|
4218
3647
|
const parentUid = viewlet.parentUid;
|
|
4219
|
-
await invoke$
|
|
3648
|
+
await invoke$i(kLoadModule, Error$3);
|
|
4220
3649
|
commands.push([kCreate, Error$3, viewletUid]);
|
|
4221
3650
|
// @ts-ignore
|
|
4222
3651
|
if (viewlet.setBounds !== false) {
|
|
@@ -4225,7 +3654,7 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4225
3654
|
if (module && module.customErrorRenderer) {
|
|
4226
3655
|
const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
|
|
4227
3656
|
const dom = await errorModule.render(error);
|
|
4228
|
-
await invoke$
|
|
3657
|
+
await invoke$i(kLoadModule, module.customErrorRenderer);
|
|
4229
3658
|
commands.push([kCreate, module.customErrorRenderer, viewletUid]);
|
|
4230
3659
|
commands.push(['Viewlet.setDom2', viewletUid, dom]);
|
|
4231
3660
|
commands.push([kAppend, parentUid, viewletUid]);
|
|
@@ -4325,7 +3754,7 @@ const focus$7 = async id => {
|
|
|
4325
3754
|
commands.push(...render$I(instance.factory, oldState, newState));
|
|
4326
3755
|
}
|
|
4327
3756
|
setFocusedInstance(instance);
|
|
4328
|
-
await invoke$
|
|
3757
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
4329
3758
|
};
|
|
4330
3759
|
|
|
4331
3760
|
/**
|
|
@@ -4368,7 +3797,7 @@ const dispose$u = async id => {
|
|
|
4368
3797
|
throw new Error(`${id} is missing a factory function`);
|
|
4369
3798
|
}
|
|
4370
3799
|
instance.factory.dispose(instance.state);
|
|
4371
|
-
await invoke$
|
|
3800
|
+
await invoke$i(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
|
|
4372
3801
|
if (instance.factory.getKeyBindings) {
|
|
4373
3802
|
removeKeyBindings(instanceUid);
|
|
4374
3803
|
}
|
|
@@ -4389,7 +3818,7 @@ const disposeFunctional = id => {
|
|
|
4389
3818
|
}
|
|
4390
3819
|
const instance = getInstance(id);
|
|
4391
3820
|
if (!instance) {
|
|
4392
|
-
warn
|
|
3821
|
+
warn(`cannot dispose instance ${id} because it may already be disposed`);
|
|
4393
3822
|
return [];
|
|
4394
3823
|
}
|
|
4395
3824
|
// TODO status should have enum
|
|
@@ -4447,7 +3876,7 @@ const hideFunctional = id => {
|
|
|
4447
3876
|
}
|
|
4448
3877
|
const instance = getInstance(id);
|
|
4449
3878
|
if (!instance) {
|
|
4450
|
-
warn
|
|
3879
|
+
warn(`cannot dispose instance ${id} because it may already be disposed`);
|
|
4451
3880
|
return [];
|
|
4452
3881
|
}
|
|
4453
3882
|
// TODO status should have enum
|
|
@@ -4547,7 +3976,7 @@ const setStateFunctional = (id, newState) => {
|
|
|
4547
3976
|
const setState = async (id, newState) => {
|
|
4548
3977
|
const commands = setStateFunctional(id, newState);
|
|
4549
3978
|
if (commands.length > 0) {
|
|
4550
|
-
await invoke$
|
|
3979
|
+
await invoke$i(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4551
3980
|
}
|
|
4552
3981
|
};
|
|
4553
3982
|
const getAllStates = () => {
|
|
@@ -4594,7 +4023,7 @@ const openWidget = async (moduleId, ...args) => {
|
|
|
4594
4023
|
commands.splice(setFocusContextIndex, 1);
|
|
4595
4024
|
}
|
|
4596
4025
|
commands.push(['Viewlet.focus', childUid]);
|
|
4597
|
-
await invoke$
|
|
4026
|
+
await invoke$i('Viewlet.executeCommands', commands);
|
|
4598
4027
|
// TODO send focus changes to renderer process together with other message
|
|
4599
4028
|
if (focusContext) {
|
|
4600
4029
|
setFocus(focusContext);
|
|
@@ -4610,7 +4039,7 @@ const closeWidget = async id => {
|
|
|
4610
4039
|
const child = childInstance.state;
|
|
4611
4040
|
const childUid = child.uid;
|
|
4612
4041
|
const commands = disposeFunctional(childUid);
|
|
4613
|
-
await invoke$
|
|
4042
|
+
await invoke$i(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
|
|
4614
4043
|
// TODO restore focus
|
|
4615
4044
|
} catch (error) {
|
|
4616
4045
|
throw new VError(error, `Failed to close widget ${id}`);
|
|
@@ -4646,7 +4075,7 @@ const getFn$1 = async (module, fnName) => {
|
|
|
4646
4075
|
const executeViewletCommand = async (uid, fnName, ...args) => {
|
|
4647
4076
|
const instance = getInstance(uid);
|
|
4648
4077
|
if (!instance) {
|
|
4649
|
-
warn
|
|
4078
|
+
warn(`cannot execute ${fnName} instance not found ${uid}`);
|
|
4650
4079
|
return;
|
|
4651
4080
|
}
|
|
4652
4081
|
const fn = await getFn$1(instance.factory, fnName);
|
|
@@ -4667,7 +4096,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
|
|
|
4667
4096
|
if (commands.length === 0) {
|
|
4668
4097
|
return;
|
|
4669
4098
|
}
|
|
4670
|
-
await invoke$
|
|
4099
|
+
await invoke$i(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4671
4100
|
};
|
|
4672
4101
|
|
|
4673
4102
|
// @ts-ignore
|
|
@@ -4679,7 +4108,7 @@ const disposeWidgetWithValue = async (id, value) => {
|
|
|
4679
4108
|
}
|
|
4680
4109
|
const instance = getInstance(id);
|
|
4681
4110
|
if (!instance) {
|
|
4682
|
-
warn
|
|
4111
|
+
warn(`cannot dispose instance ${id} because it may already be disposed`);
|
|
4683
4112
|
return [];
|
|
4684
4113
|
}
|
|
4685
4114
|
// TODO status should have enum
|
|
@@ -4707,7 +4136,7 @@ const disposeWidgetWithValue = async (id, value) => {
|
|
|
4707
4136
|
instance.status = 'disposed';
|
|
4708
4137
|
remove$7(id);
|
|
4709
4138
|
remove$7(uid);
|
|
4710
|
-
await invoke$
|
|
4139
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
4711
4140
|
// return commands
|
|
4712
4141
|
const parentInstance = getInstance(KeyBindings);
|
|
4713
4142
|
if (!parentInstance) {
|
|
@@ -4779,6 +4208,106 @@ const getAbsoluteIconPath = (iconTheme, icon) => {
|
|
|
4779
4208
|
return `${assetDir}/file-icons/${result.slice(12)}`;
|
|
4780
4209
|
};
|
|
4781
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
|
+
|
|
4782
4311
|
const state$q = {
|
|
4783
4312
|
/**
|
|
4784
4313
|
* @type {any[]}
|
|
@@ -4822,7 +4351,7 @@ const getLanguageConfiguration$3 = async languageId => {
|
|
|
4822
4351
|
};
|
|
4823
4352
|
|
|
4824
4353
|
const getLanguageConfiguration$2 = async languageId => {
|
|
4825
|
-
warn
|
|
4354
|
+
warn('get language configuration not yet supported on web');
|
|
4826
4355
|
};
|
|
4827
4356
|
|
|
4828
4357
|
const getLanguages = async () => {
|
|
@@ -4854,6 +4383,11 @@ const getNthFileExtension = (file, startIndex) => {
|
|
|
4854
4383
|
return file.lastIndexOf(Dot, startIndex);
|
|
4855
4384
|
};
|
|
4856
4385
|
|
|
4386
|
+
const splitLines = lines => {
|
|
4387
|
+
string(lines);
|
|
4388
|
+
return lines.split(NewLine$1);
|
|
4389
|
+
};
|
|
4390
|
+
|
|
4857
4391
|
// TODO merge all of this with extension host languages module
|
|
4858
4392
|
|
|
4859
4393
|
const state$p = {
|
|
@@ -4978,7 +4512,7 @@ const contributionPointFileExtensions = {
|
|
|
4978
4512
|
key: 'fileExtensions',
|
|
4979
4513
|
handle(value, languageId) {
|
|
4980
4514
|
if (value) {
|
|
4981
|
-
warn
|
|
4515
|
+
warn(`[renderer-worker] unsupported property "fileExtensions" for language ${languageId}, use the property "extensions" instead`);
|
|
4982
4516
|
}
|
|
4983
4517
|
}
|
|
4984
4518
|
};
|
|
@@ -4991,7 +4525,7 @@ const contributionPointFileNames = {
|
|
|
4991
4525
|
const fileNameLower = fileName.toLowerCase();
|
|
4992
4526
|
addFileName(fileNameLower, languageId);
|
|
4993
4527
|
} else {
|
|
4994
|
-
warn
|
|
4528
|
+
warn(`[renderer-worker] language.fileNames for ${languageId} should be an array of strings but includes ${typeof fileName}`);
|
|
4995
4529
|
}
|
|
4996
4530
|
}
|
|
4997
4531
|
}
|
|
@@ -5021,7 +4555,7 @@ const warnFileNames = (languageId, language) => {
|
|
|
5021
4555
|
break;
|
|
5022
4556
|
}
|
|
5023
4557
|
}
|
|
5024
|
-
const codeFrame = create
|
|
4558
|
+
const codeFrame = create$$(code, {
|
|
5025
4559
|
start: {
|
|
5026
4560
|
line: rowIndex + 1,
|
|
5027
4561
|
column: columnIndex + 1
|
|
@@ -5031,7 +4565,7 @@ const warnFileNames = (languageId, language) => {
|
|
|
5031
4565
|
column: columnIndex + 'filenames'.length + 1
|
|
5032
4566
|
}
|
|
5033
4567
|
});
|
|
5034
|
-
warn
|
|
4568
|
+
warn(`Please use "fileNames" instead of "filenames" for language ${languageId}
|
|
5035
4569
|
${codeFrame}
|
|
5036
4570
|
`);
|
|
5037
4571
|
};
|
|
@@ -5050,7 +4584,7 @@ const contributionPointExtensions = {
|
|
|
5050
4584
|
if (typeof extension === 'string') {
|
|
5051
4585
|
addExtension(extension, languageId);
|
|
5052
4586
|
} else {
|
|
5053
|
-
warn
|
|
4587
|
+
warn(`[renderer-worker] language.extensions for ${languageId} should be an array of strings but includes ${typeof extension}`);
|
|
5054
4588
|
}
|
|
5055
4589
|
}
|
|
5056
4590
|
}
|
|
@@ -5068,7 +4602,7 @@ const contributionPoints = [contributionPointFileExtensions, contributionPointEx
|
|
|
5068
4602
|
const addLanguage = language => {
|
|
5069
4603
|
const languageId = language.id;
|
|
5070
4604
|
if (!languageId) {
|
|
5071
|
-
warn
|
|
4605
|
+
warn('[renderer-worker] language is missing id', language);
|
|
5072
4606
|
return;
|
|
5073
4607
|
}
|
|
5074
4608
|
// TODO could use object destructuing here
|
|
@@ -5200,7 +4734,7 @@ const getIcon$1 = dirent => {
|
|
|
5200
4734
|
case Socket:
|
|
5201
4735
|
return getAbsoluteIconPath(getIconTheme(), File$4);
|
|
5202
4736
|
default:
|
|
5203
|
-
warn
|
|
4737
|
+
warn(`unsupported type ${dirent.type}`);
|
|
5204
4738
|
return None$e;
|
|
5205
4739
|
}
|
|
5206
4740
|
};
|
|
@@ -5225,7 +4759,7 @@ const hydrate$3 = async () => {
|
|
|
5225
4759
|
};
|
|
5226
4760
|
|
|
5227
4761
|
const getInitData = async () => {
|
|
5228
|
-
const rendererProcessInitData = await invoke$
|
|
4762
|
+
const rendererProcessInitData = await invoke$i('InitData.getInitData');
|
|
5229
4763
|
// TODO get the following items
|
|
5230
4764
|
// - location.href
|
|
5231
4765
|
// - workspace
|
|
@@ -5242,7 +4776,7 @@ const getInitData = async () => {
|
|
|
5242
4776
|
const RendererWorker = 108;
|
|
5243
4777
|
|
|
5244
4778
|
const listen = method => {
|
|
5245
|
-
return create$
|
|
4779
|
+
return create$13({
|
|
5246
4780
|
method,
|
|
5247
4781
|
type: 'shared-process',
|
|
5248
4782
|
name: 'Shared Process',
|
|
@@ -5594,7 +5128,7 @@ const getRecentlyOpened$1 = async () => {
|
|
|
5594
5128
|
// TODO should check for error.code
|
|
5595
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 {
|
|
5596
5130
|
const vError = new VError(error, 'Failed to read recently opened');
|
|
5597
|
-
warn
|
|
5131
|
+
warn(vError);
|
|
5598
5132
|
}
|
|
5599
5133
|
return [];
|
|
5600
5134
|
}
|
|
@@ -6103,7 +5637,7 @@ const startup = async () => {
|
|
|
6103
5637
|
mark(DidLoadColorTheme);
|
|
6104
5638
|
mark$1(Four);
|
|
6105
5639
|
mark(WillShowLayout);
|
|
6106
|
-
const layout = create
|
|
5640
|
+
const layout = create$10(load$4, Layout, 0, '', 0, 0, 0, 0);
|
|
6107
5641
|
layout.uid = create$12();
|
|
6108
5642
|
const layoutState = await getSavedViewletState(Layout);
|
|
6109
5643
|
const commands = await load$6({
|
|
@@ -6124,7 +5658,7 @@ const startup = async () => {
|
|
|
6124
5658
|
const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
|
|
6125
5659
|
commands.push(...placeholderCommands);
|
|
6126
5660
|
commands.push(['Viewlet.appendToBody', layout.uid]);
|
|
6127
|
-
await invoke$
|
|
5661
|
+
await invoke$i('Viewlet.executeCommands', commands);
|
|
6128
5662
|
// await Layout.hydrate(initData)
|
|
6129
5663
|
mark(DidShowLayout);
|
|
6130
5664
|
mark(WillLoadLanguages);
|
|
@@ -6771,7 +6305,7 @@ const getCacheKey$1 = colorThemeId => {
|
|
|
6771
6305
|
};
|
|
6772
6306
|
const get$8 = colorThemeId => {
|
|
6773
6307
|
const cacheKey = getCacheKey$1(colorThemeId);
|
|
6774
|
-
return getText(cacheKey);
|
|
6308
|
+
return getText$1(cacheKey);
|
|
6775
6309
|
};
|
|
6776
6310
|
const set$9 = (colorThemeId, data) => {
|
|
6777
6311
|
const cacheKey = getCacheKey$1(colorThemeId);
|
|
@@ -7332,7 +6866,7 @@ const readDirWithFileTypes$4 = uri => {
|
|
|
7332
6866
|
const getBlobUrl$1 = uri => {
|
|
7333
6867
|
return invoke$f('FileSystemMemory.getBlobUrl', uri);
|
|
7334
6868
|
};
|
|
7335
|
-
const getBlob$
|
|
6869
|
+
const getBlob$4 = async uri => {
|
|
7336
6870
|
return invoke$f('FileSystemMemory.getBlob', uri);
|
|
7337
6871
|
};
|
|
7338
6872
|
const chmod$2 = (path, permissions) => {
|
|
@@ -7345,7 +6879,7 @@ const getFiles = () => {
|
|
|
7345
6879
|
const FileSystemMemory = {
|
|
7346
6880
|
__proto__: null,
|
|
7347
6881
|
chmod: chmod$2,
|
|
7348
|
-
getBlob: getBlob$
|
|
6882
|
+
getBlob: getBlob$4,
|
|
7349
6883
|
getBlobUrl: getBlobUrl$1,
|
|
7350
6884
|
getFiles,
|
|
7351
6885
|
getPathSeparator: getPathSeparator$4,
|
|
@@ -7683,7 +7217,7 @@ const readDirWithFileTypes$2 = async uri => {
|
|
|
7683
7217
|
const chmod$1 = (path, permissions) => {
|
|
7684
7218
|
return invoke$f('FileSystemFetch.chmod', path, permissions);
|
|
7685
7219
|
};
|
|
7686
|
-
const getBlob$
|
|
7220
|
+
const getBlob$3 = async (uri, type) => {
|
|
7687
7221
|
return invoke$f('FileSystemFetch.getBlob', uri, type);
|
|
7688
7222
|
};
|
|
7689
7223
|
|
|
@@ -7691,7 +7225,7 @@ const FileSystemFetch = {
|
|
|
7691
7225
|
__proto__: null,
|
|
7692
7226
|
canBeRestored: canBeRestored$3,
|
|
7693
7227
|
chmod: chmod$1,
|
|
7694
|
-
getBlob: getBlob$
|
|
7228
|
+
getBlob: getBlob$3,
|
|
7695
7229
|
getPathSeparator: getPathSeparator$2,
|
|
7696
7230
|
mkdir: mkdir$1,
|
|
7697
7231
|
name: name$2j,
|
|
@@ -7755,7 +7289,7 @@ const getBlobUrl = path => {
|
|
|
7755
7289
|
}
|
|
7756
7290
|
return getRemoteSrc(path);
|
|
7757
7291
|
};
|
|
7758
|
-
const getBlob$
|
|
7292
|
+
const getBlob$2 = async (path, type) => {
|
|
7759
7293
|
const content = await invoke$g('FileSystem.readFileAsBuffer', path);
|
|
7760
7294
|
const array = new Uint8Array(content.data);
|
|
7761
7295
|
const blob = new Blob([array], {
|
|
@@ -7792,7 +7326,7 @@ const FileSystemDisk = {
|
|
|
7792
7326
|
chmod,
|
|
7793
7327
|
copy: copy$4,
|
|
7794
7328
|
ensureFile,
|
|
7795
|
-
getBlob: getBlob$
|
|
7329
|
+
getBlob: getBlob$2,
|
|
7796
7330
|
getBlobUrl,
|
|
7797
7331
|
getFolderSize,
|
|
7798
7332
|
getPathSeparator: getPathSeparator$1,
|
|
@@ -7936,7 +7470,7 @@ const requestPermission = async (handle, options) => {
|
|
|
7936
7470
|
// query permission, but from renderer process
|
|
7937
7471
|
// because handle.requestPermission is not implemented
|
|
7938
7472
|
// in a worker, see https://github.com/WICG/file-system-access/issues/289
|
|
7939
|
-
const permissionTypeNow = await invoke$
|
|
7473
|
+
const permissionTypeNow = await invoke$i('FileSystemHandle.requestPermission', handle, options);
|
|
7940
7474
|
return permissionTypeNow;
|
|
7941
7475
|
};
|
|
7942
7476
|
const queryPermission = async (handle, options) => {
|
|
@@ -8136,7 +7670,7 @@ const getBlobSrc = async uri => {
|
|
|
8136
7670
|
const blobUrl = URL.createObjectURL(file);
|
|
8137
7671
|
return blobUrl;
|
|
8138
7672
|
};
|
|
8139
|
-
const getBlob = async (uri, type) => {
|
|
7673
|
+
const getBlob$1 = async (uri, type) => {
|
|
8140
7674
|
const handle = await getFileHandle(uri);
|
|
8141
7675
|
if (!handle) {
|
|
8142
7676
|
throw new Error(`file not found`);
|
|
@@ -8150,7 +7684,7 @@ const canBeRestored$1 = true;
|
|
|
8150
7684
|
const FileSystemHtml = {
|
|
8151
7685
|
__proto__: null,
|
|
8152
7686
|
canBeRestored: canBeRestored$1,
|
|
8153
|
-
getBlob,
|
|
7687
|
+
getBlob: getBlob$1,
|
|
8154
7688
|
getBlobSrc,
|
|
8155
7689
|
getChildHandles,
|
|
8156
7690
|
getDirents,
|
|
@@ -8509,7 +8043,7 @@ const getConfiguredWorkerUrl$a = () => {
|
|
|
8509
8043
|
};
|
|
8510
8044
|
const launchAboutViewWorker = async () => {
|
|
8511
8045
|
const name = 'About View Worker';
|
|
8512
|
-
const ipc = await create$
|
|
8046
|
+
const ipc = await create$13({
|
|
8513
8047
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
8514
8048
|
name,
|
|
8515
8049
|
url: getConfiguredWorkerUrl$a()
|
|
@@ -8553,13 +8087,76 @@ const About_ipc = {
|
|
|
8553
8087
|
name: name$2h
|
|
8554
8088
|
};
|
|
8555
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
|
+
|
|
8556
8153
|
// TODO only use Ajax module via ipc -> that way is is always lazyloaded
|
|
8557
8154
|
|
|
8558
8155
|
const name$2g = 'Ajax';
|
|
8559
8156
|
const Commands$2a = {
|
|
8560
|
-
getBlob: getBlob
|
|
8561
|
-
getJson: getJson$
|
|
8562
|
-
getText: getText
|
|
8157
|
+
getBlob: getBlob,
|
|
8158
|
+
getJson: getJson$1,
|
|
8159
|
+
getText: getText
|
|
8563
8160
|
};
|
|
8564
8161
|
|
|
8565
8162
|
const Ajax_ipc = {
|
|
@@ -8570,7 +8167,7 @@ const Ajax_ipc = {
|
|
|
8570
8167
|
|
|
8571
8168
|
const playBell = async () => {
|
|
8572
8169
|
const src = '/sounds/bell.oga';
|
|
8573
|
-
await invoke$
|
|
8170
|
+
await invoke$i(/* Audio.play */3211, /* src */src);
|
|
8574
8171
|
};
|
|
8575
8172
|
|
|
8576
8173
|
const name$2f = 'Audio';
|
|
@@ -8729,11 +8326,11 @@ const GetEditorSourceActions_ipc = {
|
|
|
8729
8326
|
};
|
|
8730
8327
|
|
|
8731
8328
|
const getFileHandles = ids => {
|
|
8732
|
-
return invoke$
|
|
8329
|
+
return invoke$i('FileHandles.get', ids);
|
|
8733
8330
|
};
|
|
8734
8331
|
|
|
8735
8332
|
const getFilePathElectron = async file => {
|
|
8736
|
-
return invoke$
|
|
8333
|
+
return invoke$i('GetFilePathElectron.getFilePathElectron', file);
|
|
8737
8334
|
};
|
|
8738
8335
|
|
|
8739
8336
|
const name$2c = 'FileSystemHandle';
|
|
@@ -9012,7 +8609,7 @@ const setResponse = async (key, value, contentType) => {
|
|
|
9012
8609
|
key = 'https://example.com' + key;
|
|
9013
8610
|
}
|
|
9014
8611
|
if (typeof value !== 'string') {
|
|
9015
|
-
warn
|
|
8612
|
+
warn(`invalid value ${value}`);
|
|
9016
8613
|
return;
|
|
9017
8614
|
}
|
|
9018
8615
|
const cacheName = getCacheName();
|
|
@@ -9165,7 +8762,7 @@ const Chrome_ipc = {
|
|
|
9165
8762
|
|
|
9166
8763
|
const readText = async () => {
|
|
9167
8764
|
try {
|
|
9168
|
-
return await invoke$
|
|
8765
|
+
return await invoke$i('ClipBoard.readText');
|
|
9169
8766
|
} catch (error) {
|
|
9170
8767
|
// @ts-ignore
|
|
9171
8768
|
if (error.message === 'Read permission denied.') {
|
|
@@ -9182,7 +8779,7 @@ const readText = async () => {
|
|
|
9182
8779
|
const writeText$1 = async text => {
|
|
9183
8780
|
try {
|
|
9184
8781
|
string(text);
|
|
9185
|
-
await invoke$
|
|
8782
|
+
await invoke$i('ClipBoard.writeText', /* text */text);
|
|
9186
8783
|
} catch (error) {
|
|
9187
8784
|
throw new VError(error, 'Failed to write text to clipboard');
|
|
9188
8785
|
}
|
|
@@ -9209,14 +8806,14 @@ const readNativeFiles = async () => {
|
|
|
9209
8806
|
};
|
|
9210
8807
|
const writeImage = async blob => {
|
|
9211
8808
|
try {
|
|
9212
|
-
return await invoke$
|
|
8809
|
+
return await invoke$i('ClipBoard.writeImage', blob);
|
|
9213
8810
|
} catch (error) {
|
|
9214
8811
|
throw new VError(error, 'Failed to write image to clipboard');
|
|
9215
8812
|
}
|
|
9216
8813
|
};
|
|
9217
8814
|
const execCopy = async () => {
|
|
9218
8815
|
try {
|
|
9219
|
-
return await invoke$
|
|
8816
|
+
return await invoke$i('ClipBoard.execCopy');
|
|
9220
8817
|
} catch (error) {
|
|
9221
8818
|
throw new VError(error, 'Failed to copy selected text');
|
|
9222
8819
|
}
|
|
@@ -9291,7 +8888,7 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
|
|
|
9291
8888
|
};
|
|
9292
8889
|
|
|
9293
8890
|
const prompt$2 = async (message, confirmMessage, title) => {
|
|
9294
|
-
const result = await invoke$
|
|
8891
|
+
const result = await invoke$i('ConfirmPrompt.prompt', message);
|
|
9295
8892
|
return result;
|
|
9296
8893
|
};
|
|
9297
8894
|
|
|
@@ -9709,6 +9306,10 @@ const formatStartupPerformanceEntries = (entries, firstTimeOrigin) => {
|
|
|
9709
9306
|
return formatStartupPerformanceEntriesWithDuration(entries, firstTimeOrigin);
|
|
9710
9307
|
};
|
|
9711
9308
|
|
|
9309
|
+
const joinLines = lines => {
|
|
9310
|
+
return lines.join(NewLine$1);
|
|
9311
|
+
};
|
|
9312
|
+
|
|
9712
9313
|
const formatNodeTiming = nodeStartupTiming => {
|
|
9713
9314
|
const header = ['Name', 'Value'];
|
|
9714
9315
|
const rows = Object.entries(nodeStartupTiming).map(([key, value]) => {
|
|
@@ -9959,10 +9560,10 @@ const getSharedProcessMemoryUsage = () => {
|
|
|
9959
9560
|
return invoke$g(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
|
|
9960
9561
|
};
|
|
9961
9562
|
const getPerformanceMemory = () => {
|
|
9962
|
-
return invoke$
|
|
9563
|
+
return invoke$i('Performance.getMemory');
|
|
9963
9564
|
};
|
|
9964
9565
|
const getPerformanceUserAgentSpecificMemory = () => {
|
|
9965
|
-
return invoke$
|
|
9566
|
+
return invoke$i('Performance.measureUserAgentSpecificMemory');
|
|
9966
9567
|
};
|
|
9967
9568
|
|
|
9968
9569
|
// TODO handle case when renderer process and renderer worker are same process communicating via messagePort
|
|
@@ -10121,10 +9722,10 @@ const state$h = {
|
|
|
10121
9722
|
dialog: undefined
|
|
10122
9723
|
};
|
|
10123
9724
|
const openFileWeb = () => {
|
|
10124
|
-
warn
|
|
9725
|
+
warn('open file - not implemented');
|
|
10125
9726
|
};
|
|
10126
9727
|
const openFileRemote = () => {
|
|
10127
|
-
warn
|
|
9728
|
+
warn('open file - not implemented');
|
|
10128
9729
|
};
|
|
10129
9730
|
const openFileElectron = async () => {
|
|
10130
9731
|
const [file] = await showOpenDialog('Open File', ['openFile', 'dontAddToRecent', 'showHiddenFiles']);
|
|
@@ -10202,7 +9803,7 @@ const Dialog_ipc = {
|
|
|
10202
9803
|
const downloadFile = async (fileName, url) => {
|
|
10203
9804
|
string(fileName);
|
|
10204
9805
|
string(url);
|
|
10205
|
-
await invoke$
|
|
9806
|
+
await invoke$i(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
|
|
10206
9807
|
};
|
|
10207
9808
|
const downloadToDownloadsFolder = async (fileName, url) => {
|
|
10208
9809
|
const downloadFolder = await getDownloadDir();
|
|
@@ -10306,7 +9907,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
10306
9907
|
const x$1 = x(editor, rowIndex, columnIndex);
|
|
10307
9908
|
// @ts-ignore
|
|
10308
9909
|
const y$1 = y(editor, rowIndex);
|
|
10309
|
-
await invoke$
|
|
9910
|
+
await invoke$i(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
10310
9911
|
};
|
|
10311
9912
|
|
|
10312
9913
|
const Commands$1R = {
|
|
@@ -11304,7 +10905,7 @@ const Extensions_ipc = {
|
|
|
11304
10905
|
|
|
11305
10906
|
const showDirectoryPicker = async options => {
|
|
11306
10907
|
try {
|
|
11307
|
-
return await invoke$
|
|
10908
|
+
return await invoke$i('FilePicker.showDirectoryPicker', options);
|
|
11308
10909
|
} catch (error) {
|
|
11309
10910
|
if (error &&
|
|
11310
10911
|
// @ts-ignore
|
|
@@ -11315,11 +10916,11 @@ const showDirectoryPicker = async options => {
|
|
|
11315
10916
|
}
|
|
11316
10917
|
};
|
|
11317
10918
|
const showFilePicker = options => {
|
|
11318
|
-
return invoke$
|
|
10919
|
+
return invoke$i('FilePicker.showFilePicker', options);
|
|
11319
10920
|
};
|
|
11320
10921
|
const showSaveFilePicker = async options => {
|
|
11321
10922
|
try {
|
|
11322
|
-
return await invoke$
|
|
10923
|
+
return await invoke$i('FilePicker.showSaveFilePicker', options);
|
|
11323
10924
|
} catch (error) {
|
|
11324
10925
|
if (error &&
|
|
11325
10926
|
// @ts-ignore
|
|
@@ -11347,7 +10948,7 @@ const name$1M = 'FileSystem';
|
|
|
11347
10948
|
const Commands$1F = {
|
|
11348
10949
|
chmod: chmod$3,
|
|
11349
10950
|
copy: copy$6,
|
|
11350
|
-
getBlob: getBlob$
|
|
10951
|
+
getBlob: getBlob$5,
|
|
11351
10952
|
getFolderSize: getFolderSize$1,
|
|
11352
10953
|
getPathSeparator: getPathSeparator$8,
|
|
11353
10954
|
mkdir: mkdir$7,
|
|
@@ -11401,15 +11002,15 @@ const show$8 = async (uri, top, left) => {
|
|
|
11401
11002
|
if (version !== state$e.versionId) {
|
|
11402
11003
|
return;
|
|
11403
11004
|
}
|
|
11404
|
-
await invoke$
|
|
11005
|
+
await invoke$i(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
11405
11006
|
} catch (error) {
|
|
11406
11007
|
console.error(error);
|
|
11407
|
-
await invoke$
|
|
11008
|
+
await invoke$i(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
11408
11009
|
}
|
|
11409
11010
|
};
|
|
11410
11011
|
const hide$4 = async () => {
|
|
11411
11012
|
++state$e.versionId;
|
|
11412
|
-
await invoke$
|
|
11013
|
+
await invoke$i(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
|
|
11413
11014
|
};
|
|
11414
11015
|
|
|
11415
11016
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
@@ -11537,7 +11138,7 @@ const wrappedCreate = options => {
|
|
|
11537
11138
|
if (options && options.url && options.url.endsWith('extensionHostSubWorkerMain.js')) {
|
|
11538
11139
|
options.url = getExtensionHostSubWorkerUrl();
|
|
11539
11140
|
}
|
|
11540
|
-
return create$
|
|
11141
|
+
return create$13(options);
|
|
11541
11142
|
};
|
|
11542
11143
|
const Commands$1z = {
|
|
11543
11144
|
create: wrappedCreate
|
|
@@ -11610,7 +11211,7 @@ const execute$2 = (id, ...args) => {
|
|
|
11610
11211
|
number$1(id);
|
|
11611
11212
|
const listener = state$c[id];
|
|
11612
11213
|
if (!listener) {
|
|
11613
|
-
warn
|
|
11214
|
+
warn(`listener with id ${id} not found`);
|
|
11614
11215
|
return;
|
|
11615
11216
|
}
|
|
11616
11217
|
return listener(...args);
|
|
@@ -11630,8 +11231,8 @@ const Listener_ipc = {
|
|
|
11630
11231
|
const name$1D = 'LocalStorage';
|
|
11631
11232
|
const Commands$1v = {
|
|
11632
11233
|
clear: clear$4,
|
|
11633
|
-
getJson: getJson$
|
|
11634
|
-
getText: getText,
|
|
11234
|
+
getJson: getJson$5,
|
|
11235
|
+
getText: getText$1,
|
|
11635
11236
|
setJson: setJson$4,
|
|
11636
11237
|
setText: setText
|
|
11637
11238
|
};
|
|
@@ -11644,7 +11245,7 @@ const LocalStorage_ipc = {
|
|
|
11644
11245
|
|
|
11645
11246
|
const executeMenuItemCommand = async item => {
|
|
11646
11247
|
if (!item.command) {
|
|
11647
|
-
warn
|
|
11248
|
+
warn('item has missing command', item);
|
|
11648
11249
|
return;
|
|
11649
11250
|
}
|
|
11650
11251
|
const args = item.args || [];
|
|
@@ -12415,7 +12016,7 @@ const getMenuHeight = items => {
|
|
|
12415
12016
|
};
|
|
12416
12017
|
const getCurrentMenu = () => {
|
|
12417
12018
|
if (state$b.menus.length === 0) {
|
|
12418
|
-
warn
|
|
12019
|
+
warn('menu not available');
|
|
12419
12020
|
}
|
|
12420
12021
|
return state$b.menus.at(-1);
|
|
12421
12022
|
};
|
|
@@ -12461,7 +12062,7 @@ const show$7 = async (x, y, id, mouseBlocking = false, ...args) => {
|
|
|
12461
12062
|
});
|
|
12462
12063
|
const visible = getVisible(menu.items, -1, false, menu.level);
|
|
12463
12064
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
12464
|
-
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);
|
|
12465
12066
|
};
|
|
12466
12067
|
const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
12467
12068
|
// TODO delete old menus
|
|
@@ -12483,7 +12084,7 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
|
12483
12084
|
const height = getMenuHeight(subMenuItems);
|
|
12484
12085
|
const visible = getVisible(subMenu.items, -1, false, subMenu.level);
|
|
12485
12086
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
12486
|
-
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);
|
|
12487
12088
|
};
|
|
12488
12089
|
const showSubMenu = async (level, index) => {
|
|
12489
12090
|
await showSubMenuAtEnter(level, index, -1, -1);
|
|
@@ -12543,7 +12144,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12543
12144
|
return;
|
|
12544
12145
|
}
|
|
12545
12146
|
state$b.menus = [];
|
|
12546
|
-
await invoke$
|
|
12147
|
+
await invoke$i(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
|
|
12547
12148
|
};
|
|
12548
12149
|
|
|
12549
12150
|
// TODO difference between focusing with mouse or keyboard
|
|
@@ -12553,7 +12154,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12553
12154
|
const hideSubMenus = async level => {
|
|
12554
12155
|
if (level < state$b.menus.length) {
|
|
12555
12156
|
state$b.menus = state$b.menus.slice(0, level + 1);
|
|
12556
|
-
await invoke$
|
|
12157
|
+
await invoke$i(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
|
|
12557
12158
|
}
|
|
12558
12159
|
};
|
|
12559
12160
|
const MENU_DELAY_TRIANGLE = 300;
|
|
@@ -12598,7 +12199,7 @@ const handleMouseLeave = async () => {
|
|
|
12598
12199
|
}
|
|
12599
12200
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12600
12201
|
menu.focusedIndex = -1;
|
|
12601
|
-
await invoke$
|
|
12202
|
+
await invoke$i(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
|
|
12602
12203
|
};
|
|
12603
12204
|
const focusIndex$6 = async (menu, index) => {
|
|
12604
12205
|
if (menu.items.length === 0) {
|
|
@@ -12606,7 +12207,7 @@ const focusIndex$6 = async (menu, index) => {
|
|
|
12606
12207
|
}
|
|
12607
12208
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12608
12209
|
menu.focusedIndex = index;
|
|
12609
|
-
await invoke$
|
|
12210
|
+
await invoke$i(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
|
|
12610
12211
|
};
|
|
12611
12212
|
const getIndexToFocusNextStartingAt = (items, startIndex) => {
|
|
12612
12213
|
for (let i = startIndex; i < startIndex + items.length; i++) {
|
|
@@ -12851,22 +12452,22 @@ const state$9 = {
|
|
|
12851
12452
|
focusedPart: PART_TITLE_BAR
|
|
12852
12453
|
};
|
|
12853
12454
|
const focusActivityBar = async () => {
|
|
12854
|
-
await invoke$
|
|
12455
|
+
await invoke$i(/* ActivityBar.focus */717115);
|
|
12855
12456
|
};
|
|
12856
12457
|
const focusStatusBar = async () => {
|
|
12857
|
-
await invoke$
|
|
12458
|
+
await invoke$i(/* StatusBar.focus */8882);
|
|
12858
12459
|
};
|
|
12859
12460
|
const focusPanel = async () => {
|
|
12860
|
-
await invoke$
|
|
12461
|
+
await invoke$i(/* Panel.focus */6664);
|
|
12861
12462
|
};
|
|
12862
12463
|
const focusSideBar = async () => {
|
|
12863
|
-
await invoke$
|
|
12464
|
+
await invoke$i(/* SideBar.focus */5554);
|
|
12864
12465
|
};
|
|
12865
12466
|
const focusTitleBar = async () => {
|
|
12866
|
-
await invoke$
|
|
12467
|
+
await invoke$i(/* TitleBar.focus */1331);
|
|
12867
12468
|
};
|
|
12868
12469
|
const focusMain = async () => {
|
|
12869
|
-
await invoke$
|
|
12470
|
+
await invoke$i(/* Main.focus */2145);
|
|
12870
12471
|
};
|
|
12871
12472
|
const focusPart = part => {
|
|
12872
12473
|
state$9.focusedPart = part;
|
|
@@ -12977,7 +12578,7 @@ const create$S = async (type, text) => {
|
|
|
12977
12578
|
type,
|
|
12978
12579
|
text
|
|
12979
12580
|
});
|
|
12980
|
-
await invoke$
|
|
12581
|
+
await invoke$i(/* Notification.create */'Notification.create', /* type */type, /* text */text);
|
|
12981
12582
|
};
|
|
12982
12583
|
const showWithOptions = async (type, text, options) => {
|
|
12983
12584
|
// @ts-ignore
|
|
@@ -12986,7 +12587,7 @@ const showWithOptions = async (type, text, options) => {
|
|
|
12986
12587
|
text,
|
|
12987
12588
|
options
|
|
12988
12589
|
});
|
|
12989
|
-
await invoke$
|
|
12590
|
+
await invoke$i(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
|
|
12990
12591
|
};
|
|
12991
12592
|
const handleClick$5 = index => {
|
|
12992
12593
|
console.log('handle click');
|
|
@@ -13002,7 +12603,7 @@ const handleClick$5 = index => {
|
|
|
13002
12603
|
});
|
|
13003
12604
|
};
|
|
13004
12605
|
const dispose$t = async id => {
|
|
13005
|
-
await invoke$
|
|
12606
|
+
await invoke$i(/* Notification.dispose */'Notification.dispose', /* id */id);
|
|
13006
12607
|
};
|
|
13007
12608
|
|
|
13008
12609
|
const name$1y = 'Notification';
|
|
@@ -13021,7 +12622,7 @@ const Notification_ipc = {
|
|
|
13021
12622
|
|
|
13022
12623
|
const openUrlWeb = async url => {
|
|
13023
12624
|
try {
|
|
13024
|
-
await invoke$
|
|
12625
|
+
await invoke$i(/* Open.openUrl */'Open.openUrl', /* url */url);
|
|
13025
12626
|
} catch (error) {
|
|
13026
12627
|
throw new VError(error, `Failed to open url ${url}`);
|
|
13027
12628
|
}
|
|
@@ -13094,7 +12695,7 @@ const Preferences_ipc = {
|
|
|
13094
12695
|
};
|
|
13095
12696
|
|
|
13096
12697
|
const prompt = (message, defaultValue) => {
|
|
13097
|
-
return invoke$
|
|
12698
|
+
return invoke$i('Prompt.prompt', message, defaultValue);
|
|
13098
12699
|
};
|
|
13099
12700
|
|
|
13100
12701
|
const name$1t = 'Prompt';
|
|
@@ -13224,7 +12825,7 @@ const SessionReplay_ipc = {
|
|
|
13224
12825
|
const name$1m = 'SessionStorage';
|
|
13225
12826
|
const Commands$1e = {
|
|
13226
12827
|
clear: clear$3,
|
|
13227
|
-
getJson: getJson$
|
|
12828
|
+
getJson: getJson$3
|
|
13228
12829
|
};
|
|
13229
12830
|
|
|
13230
12831
|
const SessionStorage_ipc = {
|
|
@@ -13249,7 +12850,7 @@ const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
|
|
|
13249
12850
|
|
|
13250
12851
|
const launchTestWorker = async () => {
|
|
13251
12852
|
const configuredWorkerUrl = getConfiguredWorkerUrl$8('develop.testWorkerPath', testWorkerUrl);
|
|
13252
|
-
const ipc = await create$
|
|
12853
|
+
const ipc = await create$13({
|
|
13253
12854
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13254
12855
|
url: configuredWorkerUrl,
|
|
13255
12856
|
name: 'Test Worker'
|
|
@@ -13260,7 +12861,7 @@ const launchTestWorker = async () => {
|
|
|
13260
12861
|
|
|
13261
12862
|
const execute$1 = async href => {
|
|
13262
12863
|
const ipc = await launchTestWorker();
|
|
13263
|
-
await invoke$
|
|
12864
|
+
await invoke$j(ipc, 'Test.execute', href);
|
|
13264
12865
|
};
|
|
13265
12866
|
|
|
13266
12867
|
const name$1l = 'Test';
|
|
@@ -13275,16 +12876,16 @@ const Test_ipc = {
|
|
|
13275
12876
|
};
|
|
13276
12877
|
|
|
13277
12878
|
const checkSingleElementCondition = (locator, fnName, options) => {
|
|
13278
|
-
return invoke$
|
|
12879
|
+
return invoke$i('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
|
|
13279
12880
|
};
|
|
13280
12881
|
const checkMultiElementCondition = (locator, fnName, options) => {
|
|
13281
|
-
return invoke$
|
|
12882
|
+
return invoke$i('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
|
|
13282
12883
|
};
|
|
13283
12884
|
const showOverlay = (...args) => {
|
|
13284
|
-
return invoke$
|
|
12885
|
+
return invoke$i('TestFrameWork.showOverlay', ...args);
|
|
13285
12886
|
};
|
|
13286
12887
|
const performAction = (...args) => {
|
|
13287
|
-
return invoke$
|
|
12888
|
+
return invoke$i('TestFrameWork.performAction', ...args);
|
|
13288
12889
|
};
|
|
13289
12890
|
|
|
13290
12891
|
const name$1k = 'TestFrameWork';
|
|
@@ -13378,10 +12979,10 @@ const WindowTitle_ipc = {
|
|
|
13378
12979
|
};
|
|
13379
12980
|
|
|
13380
12981
|
const mock = () => {
|
|
13381
|
-
return invoke$
|
|
12982
|
+
return invoke$i('PointerCapture.mock');
|
|
13382
12983
|
};
|
|
13383
12984
|
const unmock = () => {
|
|
13384
|
-
return invoke$
|
|
12985
|
+
return invoke$i('PointerCapture.unmock');
|
|
13385
12986
|
};
|
|
13386
12987
|
|
|
13387
12988
|
const name$1e = 'PointerCapture';
|
|
@@ -13517,7 +13118,7 @@ const terminalWorkerUrl = `${assetDir}/packages/terminal-worker/dist/terminalWor
|
|
|
13517
13118
|
|
|
13518
13119
|
const launchTerminalWorker = async () => {
|
|
13519
13120
|
const name = platform === Electron$1 ? 'Terminal Worker (Electron)' : 'Terminal Worker';
|
|
13520
|
-
const ipc = await create$
|
|
13121
|
+
const ipc = await create$13({
|
|
13521
13122
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13522
13123
|
name,
|
|
13523
13124
|
url: terminalWorkerUrl
|
|
@@ -13534,7 +13135,7 @@ const {
|
|
|
13534
13135
|
const create$R = async canvasId => {
|
|
13535
13136
|
number$1(canvasId);
|
|
13536
13137
|
const id = create$12();
|
|
13537
|
-
await invoke$
|
|
13138
|
+
await invoke$i('OffscreenCanvas.create', canvasId, id);
|
|
13538
13139
|
const canvas = acquire(id);
|
|
13539
13140
|
return canvas;
|
|
13540
13141
|
};
|
|
@@ -13884,7 +13485,7 @@ const launchSyntaxHighlightingWorker = async () => {
|
|
|
13884
13485
|
const configuredWorkerUrl = getConfiguredWorkerUrl$7();
|
|
13885
13486
|
const name = 'Syntax Highlighting Worker';
|
|
13886
13487
|
const id = create$12();
|
|
13887
|
-
let ipc = await create$
|
|
13488
|
+
let ipc = await create$13({
|
|
13888
13489
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13889
13490
|
name,
|
|
13890
13491
|
url: configuredWorkerUrl,
|
|
@@ -14004,7 +13605,7 @@ const compat = {
|
|
|
14004
13605
|
return invoke$g(...args);
|
|
14005
13606
|
},
|
|
14006
13607
|
rendererProcessInvoke(...args) {
|
|
14007
|
-
return invoke$
|
|
13608
|
+
return invoke$i(...args);
|
|
14008
13609
|
},
|
|
14009
13610
|
rendererProcessInvokeAndTransfer(...args) {
|
|
14010
13611
|
return invokeAndTransfer$4(...args);
|
|
@@ -14047,7 +13648,7 @@ const WebView_ipc = {
|
|
|
14047
13648
|
};
|
|
14048
13649
|
|
|
14049
13650
|
const launchSearchProcess = async () => {
|
|
14050
|
-
const ipc = await create$
|
|
13651
|
+
const ipc = await create$13({
|
|
14051
13652
|
method: NodeAlternate,
|
|
14052
13653
|
type: 'search-process',
|
|
14053
13654
|
name: 'Search Process',
|
|
@@ -14072,7 +13673,7 @@ const getOrCreate$1 = () => {
|
|
|
14072
13673
|
};
|
|
14073
13674
|
const invoke$b = async (method, ...params) => {
|
|
14074
13675
|
const ipc = await getOrCreate$1();
|
|
14075
|
-
return invoke$
|
|
13676
|
+
return invoke$j(ipc, method, ...params);
|
|
14076
13677
|
};
|
|
14077
13678
|
|
|
14078
13679
|
const name$T = 'SearchProcess';
|
|
@@ -14203,7 +13804,7 @@ const getConfiguredWorkerUrl$6 = () => {
|
|
|
14203
13804
|
};
|
|
14204
13805
|
const launchMarkdownWorker = async () => {
|
|
14205
13806
|
const name = 'Markdown Worker';
|
|
14206
|
-
const ipc = await create$
|
|
13807
|
+
const ipc = await create$13({
|
|
14207
13808
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
14208
13809
|
name,
|
|
14209
13810
|
url: getConfiguredWorkerUrl$6()
|
|
@@ -15249,7 +14850,7 @@ const create$M = (id, uri, x, y, width, height) => {
|
|
|
15249
14850
|
};
|
|
15250
14851
|
const loadContent$H = state => {
|
|
15251
14852
|
const update = async () => {
|
|
15252
|
-
await invoke$
|
|
14853
|
+
await invoke$i(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
15253
14854
|
};
|
|
15254
14855
|
return {
|
|
15255
14856
|
...state,
|
|
@@ -15969,7 +15570,7 @@ const getConfiguredWorkerUrl$5 = () => {
|
|
|
15969
15570
|
};
|
|
15970
15571
|
const launchIframeInspectorWorker = async () => {
|
|
15971
15572
|
const name = 'Iframe Inspector Worker';
|
|
15972
|
-
const ipc = await create$
|
|
15573
|
+
const ipc = await create$13({
|
|
15973
15574
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
15974
15575
|
name,
|
|
15975
15576
|
url: getConfiguredWorkerUrl$5()
|
|
@@ -16100,7 +15701,7 @@ const ViewletIframeInspector_ipc = {
|
|
|
16100
15701
|
const diffWorkerUrl = `${assetDir}/packages/diff-worker/dist/diffWorkerMain.js`;
|
|
16101
15702
|
|
|
16102
15703
|
const launchDiffWorker = async () => {
|
|
16103
|
-
const ipc = await create$
|
|
15704
|
+
const ipc = await create$13({
|
|
16104
15705
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
16105
15706
|
url: diffWorkerUrl,
|
|
16106
15707
|
name: 'Diff Worker'
|
|
@@ -16612,7 +16213,7 @@ const warnDeprecatedArrayReturn = (languageId, fn) => {
|
|
|
16612
16213
|
return;
|
|
16613
16214
|
}
|
|
16614
16215
|
state$5.warned.push(fn);
|
|
16615
|
-
warn
|
|
16216
|
+
warn(`tokenizers without hasArrayReturn=false are deprecated (language ${languageId})`);
|
|
16616
16217
|
};
|
|
16617
16218
|
/**
|
|
16618
16219
|
*
|
|
@@ -17578,7 +17179,7 @@ const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMai
|
|
|
17578
17179
|
const launchEditorWorker = async () => {
|
|
17579
17180
|
const configuredWorkerUrl = getConfiguredWorkerUrl$8('developer.editorWorkerPath', editorWorkerUrl);
|
|
17580
17181
|
const id = create$12();
|
|
17581
|
-
let ipc = await create$
|
|
17182
|
+
let ipc = await create$13({
|
|
17582
17183
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
17583
17184
|
url: configuredWorkerUrl,
|
|
17584
17185
|
name: 'Editor Worker',
|
|
@@ -17593,7 +17194,7 @@ const launchEditorWorker = async () => {
|
|
|
17593
17194
|
handleIpc(ipc);
|
|
17594
17195
|
const syntaxHighlightingWorker = true;
|
|
17595
17196
|
const syncIncremental = true;
|
|
17596
|
-
await invoke$
|
|
17197
|
+
await invoke$j(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
|
|
17597
17198
|
return ipc;
|
|
17598
17199
|
};
|
|
17599
17200
|
|
|
@@ -17900,7 +17501,7 @@ const Commands$s = {
|
|
|
17900
17501
|
...wrapEditorCommands(ids),
|
|
17901
17502
|
// TODO
|
|
17902
17503
|
async showOverlayMessage(state, editor, ...args) {
|
|
17903
|
-
await invoke$
|
|
17504
|
+
await invoke$i(...args);
|
|
17904
17505
|
return state;
|
|
17905
17506
|
}
|
|
17906
17507
|
};
|
|
@@ -18066,7 +17667,7 @@ const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerVie
|
|
|
18066
17667
|
|
|
18067
17668
|
const launchExplorerWorker = async () => {
|
|
18068
17669
|
const configuredWorkerUrl = getConfiguredWorkerUrl$8('develop.explorerWorkerPath', explorerWorkerUrl);
|
|
18069
|
-
const ipc = await create$
|
|
17670
|
+
const ipc = await create$13({
|
|
18070
17671
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
18071
17672
|
url: configuredWorkerUrl,
|
|
18072
17673
|
name: 'Explorer Worker'
|
|
@@ -18313,7 +17914,7 @@ const getConfiguredWorkerUrl$4 = () => {
|
|
|
18313
17914
|
};
|
|
18314
17915
|
const launchExtensionDetailViewWorker = async () => {
|
|
18315
17916
|
const name = 'Extension Detail View Worker';
|
|
18316
|
-
const ipc = await create$
|
|
17917
|
+
const ipc = await create$13({
|
|
18317
17918
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
18318
17919
|
name,
|
|
18319
17920
|
url: getConfiguredWorkerUrl$4()
|
|
@@ -18500,7 +18101,7 @@ const getConfiguredWorkerUrl$3 = () => {
|
|
|
18500
18101
|
};
|
|
18501
18102
|
const launchExtensionSearchViewWorker = async () => {
|
|
18502
18103
|
const name = platform === Electron$1 ? 'Extension Search View Worker (Electron)' : 'Extension Search View Worker';
|
|
18503
|
-
const ipc = await create$
|
|
18104
|
+
const ipc = await create$13({
|
|
18504
18105
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
18505
18106
|
name,
|
|
18506
18107
|
url: getConfiguredWorkerUrl$3()
|
|
@@ -19491,7 +19092,7 @@ const getConfiguredWorkerUrl$2 = () => {
|
|
|
19491
19092
|
};
|
|
19492
19093
|
const launchKeyBindingsViewWorker = async () => {
|
|
19493
19094
|
const name = 'KeyBindings View Worker';
|
|
19494
|
-
const ipc = await create$
|
|
19095
|
+
const ipc = await create$13({
|
|
19495
19096
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
19496
19097
|
name,
|
|
19497
19098
|
url: getConfiguredWorkerUrl$2()
|
|
@@ -20467,7 +20068,7 @@ const showAsync = async (uid, points, module) => {
|
|
|
20467
20068
|
if (commands) {
|
|
20468
20069
|
commands.push(['Viewlet.append', uid, viewletUid]);
|
|
20469
20070
|
}
|
|
20470
|
-
await invoke$
|
|
20071
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
20471
20072
|
// TODO
|
|
20472
20073
|
// 2. load module
|
|
20473
20074
|
// 3. if module is still visible, replace placeholder with actual viewlet
|
|
@@ -21823,7 +21424,7 @@ const focusIndex$3 = async (state, index) => {
|
|
|
21823
21424
|
};
|
|
21824
21425
|
}
|
|
21825
21426
|
const instanceUid = create$12();
|
|
21826
|
-
const instance = create
|
|
21427
|
+
const instance = create$10(load$4, id, uid, editor.uri, x, y, width, contentHeight);
|
|
21827
21428
|
instance.show = false;
|
|
21828
21429
|
instance.setBounds = false;
|
|
21829
21430
|
instance.uid = instanceUid;
|
|
@@ -21994,7 +21595,7 @@ const openUri = async (state, uri, focus = true, {
|
|
|
21994
21595
|
disposeCommands = hideFunctional(previousUid);
|
|
21995
21596
|
}
|
|
21996
21597
|
const instanceUid = create$12();
|
|
21997
|
-
const instance = create
|
|
21598
|
+
const instance = create$10(load$4, moduleId, state.uid, uri, x, y, width, contentHeight);
|
|
21998
21599
|
instance.uid = instanceUid;
|
|
21999
21600
|
// const oldActiveIndex = state.activeIndex
|
|
22000
21601
|
const tabLabel = getLabel$3(uri);
|
|
@@ -22294,7 +21895,7 @@ const loadContent$o = async (state, savedState) => {
|
|
|
22294
21895
|
once(Twelve, hydrateLazy);
|
|
22295
21896
|
addListener('editor.change', handleEditorChange$1);
|
|
22296
21897
|
addListener('titleUpdated', handleTitleUpdated$1);
|
|
22297
|
-
await invoke$
|
|
21898
|
+
await invoke$i('Viewlet.loadModule', MainTabs);
|
|
22298
21899
|
return {
|
|
22299
21900
|
...state,
|
|
22300
21901
|
groups,
|
|
@@ -22386,7 +21987,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
22386
21987
|
const id = getModuleId(initialUri);
|
|
22387
21988
|
const tabLabel = 'Loading';
|
|
22388
21989
|
const tabTitle = 'Loading';
|
|
22389
|
-
await invoke$
|
|
21990
|
+
await invoke$i(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
|
|
22390
21991
|
const y = state.y + state.tabHeight;
|
|
22391
21992
|
const x = state.x;
|
|
22392
21993
|
const width = state.width;
|
|
@@ -22411,7 +22012,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
22411
22012
|
title,
|
|
22412
22013
|
...props
|
|
22413
22014
|
});
|
|
22414
|
-
await invoke$
|
|
22015
|
+
await invoke$i('Viewlet.send', 'Main', 'updateTab', 1, title);
|
|
22415
22016
|
// TODO update tab title with new title
|
|
22416
22017
|
return state;
|
|
22417
22018
|
};
|
|
@@ -23193,7 +22794,7 @@ const create$n = (id, uri, x, y, width, height) => {
|
|
|
23193
22794
|
};
|
|
23194
22795
|
const loadContent$n = state => {
|
|
23195
22796
|
const update = async () => {
|
|
23196
|
-
await invoke$
|
|
22797
|
+
await invoke$i(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
23197
22798
|
};
|
|
23198
22799
|
return {
|
|
23199
22800
|
...state,
|
|
@@ -23312,7 +22913,7 @@ const contentLoaded$4 = async state => {
|
|
|
23312
22913
|
const setOutputChannel = async (state, option) => {
|
|
23313
22914
|
state.selectedOption = option;
|
|
23314
22915
|
// TODO race condition
|
|
23315
|
-
await invoke$
|
|
22916
|
+
await invoke$i(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
|
|
23316
22917
|
// TODO race condition
|
|
23317
22918
|
// TODO should use invoke
|
|
23318
22919
|
await open$4('Output', state.selectedOption);
|
|
@@ -23599,7 +23200,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
|
|
|
23599
23200
|
const currentViewletUid = currentViewletState.uid;
|
|
23600
23201
|
number$1(currentViewletUid);
|
|
23601
23202
|
commands.unshift(...disposeFunctional(currentViewletUid));
|
|
23602
|
-
await invoke$
|
|
23203
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
23603
23204
|
if (commands.at(-1).includes(Error$3)) {
|
|
23604
23205
|
state.currentViewletId = Error$3;
|
|
23605
23206
|
}
|
|
@@ -26798,11 +26399,11 @@ const getSources = async options => {
|
|
|
26798
26399
|
const getUserMedia = async (captureId, options) => {
|
|
26799
26400
|
number$1(captureId);
|
|
26800
26401
|
object(options);
|
|
26801
|
-
await invoke$
|
|
26402
|
+
await invoke$i('ScreenCapture.start', captureId, options);
|
|
26802
26403
|
};
|
|
26803
26404
|
const dispose$9 = async captureId => {
|
|
26804
26405
|
number$1(captureId);
|
|
26805
|
-
await invoke$
|
|
26406
|
+
await invoke$i('ScreenCapture.dispose', captureId);
|
|
26806
26407
|
};
|
|
26807
26408
|
|
|
26808
26409
|
const createScreenCaptureStream = async captureId => {
|
|
@@ -26895,7 +26496,7 @@ const getConfiguredWorkerUrl$1 = () => {
|
|
|
26895
26496
|
};
|
|
26896
26497
|
const launchTextSearchWorker = async () => {
|
|
26897
26498
|
const name = 'Text Search Worker';
|
|
26898
|
-
const ipc = await create$
|
|
26499
|
+
const ipc = await create$13({
|
|
26899
26500
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
26900
26501
|
name,
|
|
26901
26502
|
url: getConfiguredWorkerUrl$1()
|
|
@@ -26916,7 +26517,8 @@ const create$e = (id, uri, x, y, width, height) => {
|
|
|
26916
26517
|
y,
|
|
26917
26518
|
width,
|
|
26918
26519
|
height,
|
|
26919
|
-
commands: []
|
|
26520
|
+
commands: [],
|
|
26521
|
+
actionsDom: []
|
|
26920
26522
|
};
|
|
26921
26523
|
};
|
|
26922
26524
|
const doCreate = async state => {
|
|
@@ -26930,9 +26532,11 @@ const loadContent$e = async (state, savedState) => {
|
|
|
26930
26532
|
await invoke$2('TextSearch.loadContent', state.uid, savedState);
|
|
26931
26533
|
const diffResult = await invoke$2('TextSearch.diff2', state.uid);
|
|
26932
26534
|
const commands = await invoke$2('TextSearch.render2', state.uid, diffResult);
|
|
26535
|
+
const actionsDom = await invoke$2('TextSearch.renderActions', state.uid);
|
|
26933
26536
|
return {
|
|
26934
26537
|
...state,
|
|
26935
|
-
commands
|
|
26538
|
+
commands,
|
|
26539
|
+
actionsDom
|
|
26936
26540
|
};
|
|
26937
26541
|
};
|
|
26938
26542
|
const dispose$7 = async state => {
|
|
@@ -27051,12 +26655,10 @@ const renderEventListeners$2 = async () => {
|
|
|
27051
26655
|
|
|
27052
26656
|
const renderActions$2 = {
|
|
27053
26657
|
isEqual(oldState, newState) {
|
|
27054
|
-
return oldState === newState;
|
|
26658
|
+
return oldState.actionsDom === newState.actionsDom;
|
|
27055
26659
|
},
|
|
27056
26660
|
apply(oldState, newState) {
|
|
27057
|
-
|
|
27058
|
-
const dom = getActionsVirtualDom(actions);
|
|
27059
|
-
return dom;
|
|
26661
|
+
return newState.actionsDom;
|
|
27060
26662
|
}
|
|
27061
26663
|
};
|
|
27062
26664
|
|
|
@@ -27214,7 +26816,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
|
|
|
27214
26816
|
activityBar.state = newState;
|
|
27215
26817
|
commands.push(...extraCommands);
|
|
27216
26818
|
}
|
|
27217
|
-
await invoke$
|
|
26819
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
27218
26820
|
}
|
|
27219
26821
|
|
|
27220
26822
|
// // TODO race condition (check if disposed after created)
|
|
@@ -27344,7 +26946,7 @@ const ViewletSideBar_ipc = {
|
|
|
27344
26946
|
const embedsWorkerUrl = `${assetDir}/packages/embeds-worker/dist/embedsWorkerMain.js`;
|
|
27345
26947
|
|
|
27346
26948
|
const launchEmbedsWorker = async () => {
|
|
27347
|
-
const ipc = await create$
|
|
26949
|
+
const ipc = await create$13({
|
|
27348
26950
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
27349
26951
|
url: embedsWorkerUrl,
|
|
27350
26952
|
name: 'Embeds Worker'
|
|
@@ -27489,6 +27091,10 @@ const toIframeSrc = (input, shortcuts = []) => {
|
|
|
27489
27091
|
return createSearchUrl(input);
|
|
27490
27092
|
};
|
|
27491
27093
|
|
|
27094
|
+
const isEmptyString = string => {
|
|
27095
|
+
return string === EmptyString;
|
|
27096
|
+
};
|
|
27097
|
+
|
|
27492
27098
|
const getDefaultUrl = () => {
|
|
27493
27099
|
return 'https://example.com';
|
|
27494
27100
|
};
|
|
@@ -29235,7 +28841,7 @@ const resizeEffect = async state => {
|
|
|
29235
28841
|
// Terminal.resize(state, width, height)
|
|
29236
28842
|
};
|
|
29237
28843
|
const clear = async state => {
|
|
29238
|
-
await invoke$
|
|
28844
|
+
await invoke$i(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
|
|
29239
28845
|
};
|
|
29240
28846
|
|
|
29241
28847
|
const getActions = state => {
|
|
@@ -29383,7 +28989,7 @@ const addTerminal = async state => {
|
|
|
29383
28989
|
const oldTab = tabs[selectedIndex];
|
|
29384
28990
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
29385
28991
|
commands.push(...disposeCommands);
|
|
29386
|
-
await invoke$
|
|
28992
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
29387
28993
|
return {
|
|
29388
28994
|
...state,
|
|
29389
28995
|
tabs: newTabs,
|
|
@@ -29424,7 +29030,7 @@ const focusIndex$1 = async (state, index) => {
|
|
|
29424
29030
|
const oldTab = tabs[selectedIndex];
|
|
29425
29031
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
29426
29032
|
commands.push(...disposeCommands);
|
|
29427
|
-
await invoke$
|
|
29033
|
+
await invoke$i('Viewlet.sendMultiple', commands);
|
|
29428
29034
|
return {
|
|
29429
29035
|
...state,
|
|
29430
29036
|
selectedIndex: index
|
|
@@ -29994,7 +29600,7 @@ const getConfiguredWorkerUrl = () => {
|
|
|
29994
29600
|
};
|
|
29995
29601
|
const launchTitleBarWorker = async () => {
|
|
29996
29602
|
const name = 'Title Bar Worker';
|
|
29997
|
-
const ipc = await create$
|
|
29603
|
+
const ipc = await create$13({
|
|
29998
29604
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
29999
29605
|
name,
|
|
30000
29606
|
url: getConfiguredWorkerUrl()
|
|
@@ -30270,7 +29876,7 @@ const resize = (state, dimensions) => {
|
|
|
30270
29876
|
};
|
|
30271
29877
|
};
|
|
30272
29878
|
const dispose = async state => {
|
|
30273
|
-
await invoke$
|
|
29879
|
+
await invoke$i('WebView.dispose', state.uid);
|
|
30274
29880
|
return state;
|
|
30275
29881
|
};
|
|
30276
29882
|
|
|
@@ -30411,7 +30017,7 @@ const FileSystemAppMemoryUsage = {
|
|
|
30411
30017
|
};
|
|
30412
30018
|
|
|
30413
30019
|
const readFileWeb = async (path, defaultContent) => {
|
|
30414
|
-
const content = await getText(path);
|
|
30020
|
+
const content = await getText$1(path);
|
|
30415
30021
|
return content ?? defaultContent;
|
|
30416
30022
|
};
|
|
30417
30023
|
const readFileNode = async (path, defaultContent) => {
|
|
@@ -31372,7 +30978,7 @@ const closeTabsRight = async state => {
|
|
|
31372
30978
|
const uri = newActiveEditor.uri;
|
|
31373
30979
|
const moduleId = await getModuleId(uri);
|
|
31374
30980
|
const uid = newActiveEditor.uid;
|
|
31375
|
-
const instance = create
|
|
30981
|
+
const instance = create$10(load$4, moduleId, state.uid, uri, x, y, width, contentHeight);
|
|
31376
30982
|
// @ts-ignore
|
|
31377
30983
|
instance.show = false;
|
|
31378
30984
|
instance.setBounds = false;
|
|
@@ -31444,7 +31050,7 @@ const closeOthers = async state => {
|
|
|
31444
31050
|
// @ts-ignore
|
|
31445
31051
|
const contentHeight = state.height - state.tabHeight;
|
|
31446
31052
|
// @ts-ignore
|
|
31447
|
-
const instance = create
|
|
31053
|
+
const instance = create$10(load$4, moduleId, state.uid, focusedEditor.uri, x, y, width, contentHeight);
|
|
31448
31054
|
instance.uid = instanceUid;
|
|
31449
31055
|
instance.show = false;
|
|
31450
31056
|
instance.setBounds = false;
|
|
@@ -31680,7 +31286,7 @@ const handleDropFilePathSplit = async (state, eventX, eventY, filePath, splitDir
|
|
|
31680
31286
|
create$12();
|
|
31681
31287
|
// @ts-ignore
|
|
31682
31288
|
create$12();
|
|
31683
|
-
create
|
|
31289
|
+
create$10(load$4, id, state.uid, uri, overlayX, overlayY, overlayWidth, overlayHeight);
|
|
31684
31290
|
// const sashGridItem = {
|
|
31685
31291
|
// x: sashX,
|
|
31686
31292
|
// y: sashY,
|
|
@@ -31892,7 +31498,7 @@ const splitRight = async state => {
|
|
|
31892
31498
|
const realEditor = lastGroup.editors.at(-1);
|
|
31893
31499
|
const moduleId = await getModuleId(realEditor.uri);
|
|
31894
31500
|
const instanceUid = create$12();
|
|
31895
|
-
const instance = create
|
|
31501
|
+
const instance = create$10(load$4, moduleId, state.uid, realEditor.uri, x, y, width, contentHeight);
|
|
31896
31502
|
// @ts-ignore
|
|
31897
31503
|
instance.show = false;
|
|
31898
31504
|
instance.setBounds = false;
|
|
@@ -32097,10 +31703,10 @@ const getBuiltinPicks = () => {
|
|
|
32097
31703
|
};
|
|
32098
31704
|
const prefixIdWithExt = item => {
|
|
32099
31705
|
if (!item.label) {
|
|
32100
|
-
warn('[QuickPick] item has missing label', item);
|
|
31706
|
+
warn$1('[QuickPick] item has missing label', item);
|
|
32101
31707
|
}
|
|
32102
31708
|
if (!item.id) {
|
|
32103
|
-
warn('[QuickPick] item has missing id', item);
|
|
31709
|
+
warn$1('[QuickPick] item has missing id', item);
|
|
32104
31710
|
}
|
|
32105
31711
|
return {
|
|
32106
31712
|
...item,
|